html,
body {
    width: 100%;
    height: 100%;
}

html {
    position: relative;
    min-height: 100%;
}


/*body {margin-bottom:30px;}*/

::selection {
    background-color: #8d704e;
    color: #fff;
}

::-moz-selection {
    background-color: #8d704e;
    color: #fff;
}

h1 {
    font-size: 1.75em;
    text-transform: uppercase;
}

.lang-div {
    margin-top: 5px;
}

.lang-div a {
    font-family: "Times New Roman", Times, serif;
    position: relative;
    padding-bottom: 2px;
    /* font-size: 14px; */
    font-size: 0.93333333333em;
    padding: 10px 12px;
}

h1:before {
    background-image: url(../images/heading-top.png);
    display: block;
    content: "";
    width: 166px;
    height: 57px;
    background-repeat: no-repeat;
    margin: 0 auto 1em auto;
}

h1:after {
    background-image: url(../images/heading-btm.png);
    display: block;
    content: "";
    width: 166px;
    height: 1px;
    background-repeat: no-repeat;
    margin: 1em auto 0 auto;
}

h2 {
    font-size: 1.75em;
    text-transform: uppercase;
}

h2:before {
    background-image: url(../images/heading-top.png);
    display: block;
    content: "";
    width: 166px;
    height: 57px;
    background-repeat: no-repeat;
    margin: 0 auto 1em auto;
}

h2:after {
    background-image: url(../images/heading-btm.png);
    display: block;
    content: "";
    width: 166px;
    height: 1px;
    background-repeat: no-repeat;
    margin: 1em auto 0 auto;
}

.heading-txt {
    margin-top: 2em;
    font-size: 0.938em;
}

footer {
    position: absolute;
    bottom: 1%;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    /*height:30px;*/
    z-index: 1;
}

.footer-color {
    color: #8d704e;
}

.footer-content {
    margin-top: 20px;
}

.footer-content a {
    color: #fff;
}

.footer-color .footer-content a {
    color: #8d704e;
}

.footer-content a:hover {
    color: #8d704e;
}

.footer-color .footer-content a:hover {
    color: #503825;
}

.footer-link {
    cursor: pointer;
}

body {
    color: #8d704e;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

a {
    color: #8d704e;
    transition: all 0.5s ease;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

a:hover {
    text-decoration: none;
    color: #503825;
}

a:focus {
    color: #503825;
    text-decoration: none;
    outline: none;
}

.nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

.nav-effect a::before,
.nav-effect a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.nav-effect a::before {
    margin-right: 6px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.nav-effect a::after {
    margin-left: 6px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.nav-effect a:hover::before,
.nav-effect a:hover::after,
.nav-effect a:focus::before,
.nav-effect a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.nav-effect>li.active>a:before {
    margin-right: 6px;
    content: '[';
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transformX(0px);
}

.nav-effect>li.active>a:after {
    margin-left: 6px;
    content: ']';
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transformX(0px);
}

.nav-effect>li.active a {
    color: #503825;
}

@media (max-width:991px) {
    .nav-effect a::before,
    .nav-effect a::after {
        display: none;
    }
}


/***** Landing Page *****/

.landing {
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-image: url(../images/landing-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: table;
}

.landing-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.landing-logo {
    margin: 0 auto;
    margin-bottom: 10em;
}

.landing-enter {
    text-transform: uppercase;
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .landing-logo {
        max-width: 142px;
        margin-bottom: 5em;
    }
}


/***** Home Page *****/

.home {
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-image: url(../images/home-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: table;
    background-position: bottom;
    position: relative;
}

.home-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 6em;
}

.home-heading {
    font-size: 5em;
}

@media (max-height:718px) {
    .home-content {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+32,ffffff+77,ffffff+100&0+1,0.57+35,0.61+76,0+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
        padding-bottom: 3em;
    }
}

@media (max-height:718px) and (max-width:420px) {
    .home-content {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+32,ffffff+77,ffffff+100&0+1,0.57+35,0.61+76,0+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
        padding-bottom: 3em;
    }
}

@media (max-height:767px) and (max-width:767px) {
    .home-content {
        padding-bottom: 0;
    }
    h1 {
        font-size: 1.3em;
    }
    .heading-txt {
        margin-top: 0;
        font-size: 0.9em;
    }
}

@media (max-height:530px) {
    .home-content {
        padding-top: 2em;
    }
    .heading-txt {
        display: none;
    }
    h1 {
        line-height: 0.6;
    }
}

@media (max-width:736px) and (max-height:414px) {
    .home-content {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+32,ffffff+77,ffffff+100&0+1,0.57+35,0.61+76,0+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 32%, rgba(255, 255, 255, 0.57) 35%, rgba(255, 255, 255, 0.61) 76%, rgba(255, 255, 255, 0.58) 77%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
        padding-top: 4em;
    }
}

@media (max-width:568px) and (max-height:320px) {
    .home-content {
        padding-top: 6em;
    }
    h1 {
        font-size: 1em;
        line-height: 0.4;
    }
}


/*iphone6*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .home-content {
        padding-bottom: 1em;
    }
    h1 {
        font-size: 1.5em;
    }
    .home-content {
        background: none;
    }
    .heading-txt {
        margin-top: 1em;
        font-size: 1em;
    }
}


/*iphone 6plus*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    .home-content {
        padding-bottom: 4em;
    }
}


/*bootstrap mobile menu*/

.navbar {
    position: absolute;
    top: 3%;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.938em;
    margin-bottom: 0;
    border: none;
    z-index: 3;
}

.navbar-brand {
    height: auto;
    padding: 0 15px 15px 15px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav-location {
    cursor: pointer;
}

.nav-location:focus {
    outline: 0;
}


/*mobile menu*/

.button_container {
    position: fixed;
    top: 4%;
    right: 4%;
    height: 27px;
    width: /*35*/
    27px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: none;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    -webkit-transform: translateY(/*11*/
    9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(/*11*/
    9px) translateX(0) rotate(45deg);
    transform: translateY(/*11*/
    9px) translateX(0) rotate(45deg);
    background: #8d704e;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(/*-11*/
    -7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(/*-11*/
    -7px) translateX(0) rotate(-45deg);
    transform: translateY(/*-11*/
    -7px) translateX(0) rotate(-45deg);
    background: #8d704e;
}

.button_container span {
    background: #8d704e;
    border: none;
    height: /*5*/
    2px;
    width: 100%;
    position: absolute;
    top: =0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: /*11*/
    8px;
}

.button_container span:nth-of-type(3) {
    top: /*22*/
    16px;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    z-index: 1;
    background-image: url(../images/menu-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: bottom;
    overflow-y: auto;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(70%/7);
    min-height: /*50*/
    40px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #8d704e;
    text-decoration: none;
    overflow: hidden;
}


/*.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {width:100%;}*/

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #8d704e;
    -webkit-transition: .35s;
    transition: .35s;
}

.overlay ul li.active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background: #8d704e;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after,
.overlay ul li.active a:after {
    width: 42%;
}

.overlay ul li:nth-of-type(2) a:hover:after,
.overlay ul li:nth-of-type(2) a:focus:after,
.overlay ul li:nth-of-type(2) a:active:after,
.overlay ul li:nth-of-type(2).active a:after {
    width: 60%;
}

.overlay ul li:nth-of-type(3) a:hover:after,
.overlay ul li:nth-of-type(3) a:focus:after,
.overlay ul li:nth-of-type(3) a:active:after,
.overlay ul li:nth-of-type(3).active a:after {
    width: 96%;
}

.overlay ul li:nth-of-type(4) a:hover:after,
.overlay ul li:nth-of-type(4) a:focus:after,
.overlay ul li:nth-of-type(4) a:active:after,
.overlay ul li:nth-of-type(4).active a:after {
    width: 86%;
}

.overlay ul li:nth-of-type(5) a:hover:after,
.overlay ul li:nth-of-type(5) a:focus:after,
.overlay ul li:nth-of-type(5) a:active:after,
.overlay ul li:nth-of-type(5).active a:after {
    width: 70%;
}

.overlay ul li:nth-of-type(6) a:hover:after,
.overlay ul li:nth-of-type(6) a:focus:after,
.overlay ul li:nth-of-type(6) a:active:after,
.overlay ul li:nth-of-type(6).active a:after {
    width: 100%;
}

.overlay ul li:nth-of-type(7) a:hover:after,
.overlay ul li:nth-of-type(7) a:focus:after,
.overlay ul li:nth-of-type(7) a:active:after,
.overlay ul li:nth-of-type(7).active a:after {
    width: 62%;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@media (max-width:1199px) and (min-width:768px) {
    ul.nav.navbar-nav.navbar-right {
        width: 78%;
    }
}

@media (max-width:1199px) {
    .navbar {
        font-size: 0.82em;
    }
    .nav>li>a {
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (max-width:991px) {
    .navbar {
        font-size: 0.75em;
    }
    .home-logo {
        max-width: 115px;
    }
    .navbar-toggle {
        display: none;
    }
    .button_container {
        display: block;
    }
    /*mobile menu come out earlier*/
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none!important;
    }
    /*.navbar-toggle {display:block;}*/
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width:767px) {
    footer {
        text-align: center;
    }
    .footer-content {
        margin-bottom: 8px;
    }
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        margin-left: -73px;
    }
    .navbar-collapse {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .home-heading {
        font-size: 4em;
        line-height: 1;
    }
    .navbar-nav {
        text-align: center;
    }
    .nav>li {
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.8);
        z-index: 2;
    }
}

@media (max-width:480px) {
    .home-heading {
        font-size: 3em;
        line-height: 1;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
    .home-logo {
        max-width: 115px;
    }
    .home-heading {
        font-size: 2.5em;
        margin-top: 2em;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .overlay ul li {
        height: calc(100%/7);
    }
}


/***** Concept Page *****/

.concept {
    width: 100%;
    min-height: 100%;
    height: 100%;
    display: table;
}

.carousel,
.item,
.active {
    height: 100%;
}


/*carousel fade*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*@media all and (transform-3d), (-webkit-transform-3d) {*/

.carousel-fade .carousel-inner>.item.next,
.carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner>.item.prev,
.carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner>.item.next.left,
.carousel-fade .carousel-inner>.item.prev.right,
.carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*}*/

.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}

.item:nth-child(1) {
    background: url(../images/concept-bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(2) {
    background: url(../images/concept-bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    background: url(../images/concept-bg3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(4) {
    background: url(../images/concept-bg4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(5) {
    background: url(../images/concept-bg5.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(6) {
    background: url(../images/concept-bg6.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-caption h2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.carousel-caption p.heading-txt {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
}

@media screen and (min-width: 768px) {
    .concept-txt1 {
        top: 8%;
        margin-left: 24%;
    }
    .concept-txt2 {
        top: 8%;
    }
    .concept-txt3 {
        top: 8%;
        margin-left: 24%;
    }
    .concept-txt4 {
        top: 8%;
    }
    .concept-txt5 {
        top: 36%;
        left: 6%;
        right: 34%;
        margin-right: 12%;
    }
    .concept-txt6 {
        top: 8%;
        left: 35%;
        right: 5%;
        margin-left: 16%;
    }
    .item-white5 {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.22) 32%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.41) 76%, rgba(255, 255, 255, 0.28) 77%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.22) 32%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.41) 76%, rgba(255, 255, 255, 0.28) 77%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.22) 32%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.41) 76%, rgba(255, 255, 255, 0.28) 77%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    }
    .item-white6 {
        width: 100%;
        height: 70%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+18,ffffff+69,ffffff+100&0.9+12,0.68+46,0+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 12%, rgba(255, 255, 255, 0.66) 18%, rgba(255, 255, 255, 0.7) 46%, rgba(255, 255, 255, 0.03) 69%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 12%, rgba(255, 255, 255, 0.66) 18%, rgba(255, 255, 255, 0.7) 46%, rgba(255, 255, 255, 0.03) 69%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 12%, rgba(255, 255, 255, 0.66) 18%, rgba(255, 255, 255, 0.7) 46%, rgba(255, 255, 255, 0.03) 69%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff', GradientType=0);
        /* IE6-9 */
    }
}

.carousel-caption {
    color: #8d704e;
    text-shadow: none;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
}

.concept-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    left: 50%;
    margin-left: -18px;
    margin-top: -33px;
    transition: all 0.4s ease;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.concept-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    right: 50%;
    margin-right: -18px;
    margin-top: -33px;
    transition: all 0.4s ease;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .4) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .4) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .4)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    filter: alpha(opacity=60);
    opacity: .6
}

.carousel-control.left:hover .concept-prev {
    right: 60%;
}

.carousel-control.right:hover .concept-next {
    left: 60%;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 80px;
    }
}

@media screen and (max-width: 767px) {
    .carousel-indicators {
        display: none;
    }
    .carousel-caption {
        top: 30%;
    }
    .carousel-inner h2 {
        font-size: 1.5em;
    }
    h2:before {
        margin-bottom: 0.5em;
    }
    h2:after {
        margin-top: 0.5em;
    }
    .item-white1 {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0);
    }
    .item-white2 {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0);
    }
    .item-white3 {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0);
    }
    .item-white4 {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0);
    }
    .item-white5 {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0);
    }
    .item-white6 {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 18%, rgba(255, 255, 255, 0.7) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.2) 79%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0);
    }
}

@media (max-width:408px) and (max-height:700px) {
    .carousel-inner p.heading-txt {
        display: none;
    }
}

@media (max-height:414px) {
    .carousel-caption {
        top: 38%;
    }
    .carousel-caption br {
        display: none;
    }
    .space {
        padding-right: 4px;
    }
    .carousel-caption h2 {
        font-size: 1em;
        text-shadow: 1px 1px #fff;
    }
    .item-white1,
    .item-white2,
    .item-white3,
    .item-white4,
    .item-white5,
    .item-white6 {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.6) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.5) 79%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.6) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.5) 79%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.6) 38%, rgba(255, 255, 255, 0.8) 61%, rgba(255, 255, 255, 0.5) 79%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=0);
    }
}


/***** Master Plan Page *****/

.masterplan {
    width: 100%;
    padding-top: 11em;
    padding-bottom: 6em;
}

.masterplan-intro {
    text-align: center;
}

.masterplan-plan {
    margin-top: -2em;
    position: relative;
}

.masterplan-txt {
    font-size: 0.938em;
}

.siteprogress-heading {
    font-size: 1.2em;
    text-align: center;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    cursor: pointer;
}

.masterplan-btn {
    background: #fff;
    color: #8d704e;
    font-size: 0.9em;
    height: 2.2em;
    width: 10em;
    text-align: center;
    border: 1px solid #8d704e;
    outline: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    position: absolute;
    right: 0;
    z-index: 999;
}

.masterplan-btn:hover {
    background: #8d704e;
    color: #fff;
}

.masterplan-btn2 {
    background: #fff;
    color: #8d704e;
    font-size: 0.9em;
    height: 2.2em;
    width: 10em;
    text-align: center;
    border: 1px solid #8d704e;
    outline: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    margin-left: 1em;
    margin-bottom: 2em;
}

.masterplan-btn2:hover {
    background: #8d704e;
    color: #fff;
}

.masterplan-btn2 {
    display: none;
}

ol {
    line-height: 1.1;
}

ol li {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

@media (max-width:991px) {
    .masterplan-list2 {
        margin-top: -0.55em;
    }
    .masterplan-clear {
        clear: both;
    }
    .masterplan-heading {
        margin-top: 0;
    }
    .masterplan-btn {
        display: none;
    }
    .masterplan-btn2 {
        display: block;
    }
}

@media (max-width:767px) {
    .masterplan-plan {
        margin-top: 0;
    }
}


/***** Floor Plan Page *****/

.floorplan {
    width: 100%;
    padding-top: 11em;
    padding-bottom: 6em;
}

.floorplan-intro {
    text-align: center;
}

.floorplan-heading {
    margin-top: 3em;
}

.floorplan-list {
    width: 290px;
    height: 193px;
    background: #000;
    float: left;
    margin: 20px;
}

.floorplan-plan1 {
    background-image: url(../images/floorplan-1a.jpg);
    position: relative;
}

.floorplan-plan2 {
    background-image: url(../images/floorplan-1b.jpg);
}

.floorplan-plan3 {
    background-image: url(../images/floorplan-2a.jpg);
}

.floorplan-plan4 {
    background-image: url(../images/floorplan-2b.jpg);
}

.floorplan-caption {
    position: absolute;
    bottom: -2em;
}

.floorplan-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 290px;
}

.floorplan-box .floorplan-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(141, 112, 78, .85);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.floorplan-box .floorplan-box-caption .floorplan-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.floorplan-box .floorplan-box-caption .floorplan-box-caption-content .floorplan-view {
    text-transform: uppercase;
    font-size: 1em;
}

.floorplan-box:hover .floorplan-box-caption {
    opacity: 1;
}

.floorplan-type {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0.2em;
    font-size: 0.938em;
}

.modal-floorplan {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.modal-floorplan .modal-dialog {
    position: fixed;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.modal-floorplan .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    padding: 1em 2em;
}

.modal-floorplan .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.modal-floorplan .modal-body {
    position: absolute;
    top: 4em;
    bottom: 0;
    overflow: auto;
    padding: 0 1em 5em;
    width: 100%;
    padding-top: 0;
}


/* to delete the scrollbar */


/*::-webkit-scrollbar {

    -webkit-appearance: none;

    background: #f1f3f5;

    border-left: 1px solid darken(#f1f3f5, 10%);

    width: 10px;

}

::-webkit-scrollbar-thumb {

    background: darken(#f1f3f5, 20%);

}*/

.floorplan-btn {
    background: #fff;
    color: #8d704e;
    font-size: 0.9em;
    height: 2.2em;
    width: 10em;
    text-align: center;
    border: 1px solid #8d704e;
    outline: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    position: absolute;
    left: 2em;
}

.floorplan-btn:hover {
    background: #8d704e;
    color: #fff;
}

.floorplan-plan {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:948px) {
    .modal-floorplan .modal-header {
        padding: 1em;
    }
    .floorplan-btn {
        left: 1em;
    }
}

@media (max-width:991px) {
    .floorplan {
        padding-top: 7em;
    }
    .floorplan-intro {
        margin-bottom: 1em;
        margin-bottom: 1.5em;
    }
    .floorplan-heading {
        margin-top: 0;
        margin-bottom: 1em;
    }
}

@media (max-width:767px) {
    .floorplan {
        padding-top: 12.5em;
    }
}


/***** Contact Page *****/

.contact-intro {
    text-align: center;
    line-height: 1.3;
}

.modal-header {
    border: none;
}

.modal-below {
    background: #997e60;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .2);
    color: #fff;
    line-height: 1.1;
    border: none;
    font-size: 0.9em;
}

.modal-below>.modal-body>h3 {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-size: 1.4em;
}

.modal-below>.modal-body>h4 {
    font-size: 1.1em;
}

.footer-end {
    font-size: 0.7em;
    margin-top: 3em;
}

.close {
    z-index: 9999;
    position: absolute;
    right: 15px;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    transition: all 0.5 ease-in-out;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.modal-below .close:hover,
.close:focus {
    color: #999;
    filter: alpha(opacity=60);
    opacity: .6;
}

.close:focus {
    outline: 0;
}

.location-map {
    margin: 0 auto;
}

.modalvid-content {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.modalvid-close {
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    color: #008db3;
    transition: all 0.5 ease-in-out;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.modalvid-close:focus,
.close:hover {
    color: #555;
}


/**retina**/

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    h1:before {
        background-image: url(../images/heading-top@2x.png);
        background-size: 166px 57px;
    }
}

.ecobloom-nav {
    position: absolute;
    bottom: 4em;
    right: 0;
    display: block;
    overflow: hidden;
}

.ecobloom-nav a {
    margin-right: -27px;
    display: block;
}

.ecobloom-nav a:hover {
    margin-right: 0;
}

#EcoBloomModal .ecobloom-modal {
    background: #fff
}

#EcoBloomModal .modal-body {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.ecobloom-logo {
    margin-bottom: 1.2em;
}

.ecobloom-btn {
    height: auto;
    width: auto;
    padding: 0.6em 1.4em;
    position: static;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.fbicon-wrapper {
    text-align: right;
}

.fbicon {
    display: inline-block;
    margin-top: 12px;
    margin-right: 10px;
}

.fbicon img {
    width: 30px;
}

#privacy-policy ol li {
    padding-bottom: 15px;
}

#privacy-policy ol li ol li {
    padding-bottom: 3px;
}

#privacy-policy a {
    color: #fff;
}

@media (max-width:991px) {
    .ecobloom-nav {
        bottom: 8em;
    }
    .fbicon-wrapper {
        text-align: center;
    }
    .fbicon-pop {
        margin-bottom: 22px;
    }
}

@media (max-width:767px) {
    .ecobloom-nav {
        bottom: 8em;
    }
}

@media (max-height:660px) {
    .fbicon-main {
        /*display: none;*/
    }
    .ecobloom-nav {
        /*bottom: 4em;*/
        bottom: 7em;
    }
    .ecobloom-nav img {
        height: 65px;
    }
}

img.home-logo {
    width: 131px;
    height: 151px;
}

@media (max-width:767px) {
    img.home-logo {
        width: unset;
        height: unset;
    }
}