@import url("font.css");
@import url("normalize.css");

body {
    font: normal 16px Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #6b6b75;
    background: #fff;
    overflow-x: hidden;
}

html, body, .container-fluid {
    width: 100%;
    height: 100%;
}

div, object, embed, a, input {
    outline: none;
}

body {
    overflow-y: scroll;
}

/* Remove selection / focus borders
*::-moz-selection {
    background: none repeat scroll 0 0 transparent;
}
::-moz-focus-inner {
  border: 0;
}
:focus, :active {
  outline: 0;
  border: 0;
}
 */

.img-responsive {
    height: auto;
    width: 100%;
    display: inline-block;
}

.img-left {
    float: left;
    margin: 0 15px 15px 0;
}

.container-fluid {
    width: 100%;
    position: relative;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}


.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

hr {
    margin: 15px 0;
}

.clearfloat {
    clear: both;
}

.sep {
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    border: none;
    margin: 30px 0;
}


h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1 {
}

h2 {
    font: normal 22px Arial, Helvetica, sans-serif;
    line-height: 28px;
    color: #133d47;
    letter-spacing: 0.3px;
    width: 98%;
}

.w480 h2 {
    font-size: 22px;
}

h3 {
    font: normal 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.2px;
    padding-bottom: 2px;
}


h4 {
    font: bold 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-bottom: 2px;
}

.w480 h4 {
    font-size: 18px;
}

h4:after {
    background: #af8c49;
    content: "";
    display: block;
    height: 2px;
    margin: 11px 0 15px 0;
    position: relative;
    width: 30px;
}

h5 {
}

h6 {
}

a {
    text-decoration: none;
}

.link-tel {
    color: #727272 !important;
}

.link-email {
    color: #af8c49;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
}

    .link-email:hover {
        color: #af8c49;
        display: inline-block;
    }

    .link-email::after {
        background-color: #af8c49;
        bottom: -4px;
        content: "";
        display: inline-block;
        height: 1px;
        left: 0;
        position: absolute;
        transition: width 0.3s ease 0s;
        width: 0;
    }
    /* IE 10+ Only 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.link-email::after {
		transition: none;
	}
}*/
    .link-email:hover::after {
        width: 100%;
        display: inline-block;
    }

/*Animation*/

.ani-all-linear {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ani-bg-linear {
    transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
}

.ani-opacity {
    transition: all 0.7s ease;
    opacity: 1;
}

    .ani-opacity:hover {
        transition: all 0.7s ease;
        opacity: 0.7;
    }

/*Navigation*/

nav.desktop {
    float: right;
}

.w970 nav.desktop,
.w768 nav.desktop,
.w480 nav.desktop {
    display: none;
}

nav.desktop ul {
    list-style: outside none none;
    padding: 63px 0 0 0;
    margin: 0;
}

    nav.desktop ul li {
        margin: 0;
        padding: 0;
        display: inline;
    }

        nav.desktop ul li a {
            font: normal 14px "NexaLight",Arial, Helvetica, sans-serif;
            letter-spacing: 1.5px;
            color: #6b6b6b;
            text-transform: uppercase;
            display: inline-block;
            padding: 0;
            margin: 0 20px;
            position: relative;
            transition: all 0.3s ease-in;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -ms-transition: all 0.3s ease-in;
        }

            nav.desktop ul li a:last-child {
                margin: 0 0 0 20px;
            }

            nav.desktop ul li a:hover,
            nav.desktop ul li a.selected {
                color: #6b6b6b;
            }


            nav.desktop ul li a:before {
                background: #af8c49 none repeat scroll 0 0;
                content: "";
                height: 2px;
                left: 0;
                opacity: 0;
                top: 0;
                position: absolute;
                transform: translateY(-3px);
                transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
                width: 100%;
            }



            nav.desktop ul li a:hover::before,
            nav.desktop ul li a.selected::before {
                opacity: 1;
                -webkit-transform: translateY(-11px);
                -moz-transform: translateY(-11px);
                transform: translateY(-11px);
            }


/* mobile menu */
/* Menu Button */
.menu-button {
    display: none;
    position: fixed;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
    right: 0;
    top: 15px;
    outline: none;
}

.w970 .menu-button, .w768 .menu-button, .w480 .menu-button {
    display: block;
}

.w768 .menu-button {
    top: 25px;
    font-size: 1.25em;
}

.w480 .menu-button {
    top: 18px;
    font-size: 1em;
}

.menu-button::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#af8c49 20%, transparent 20%, transparent 40%, #af8c49 40%, #af8c49 60%, transparent 60%, transparent 80%, #af8c49 80%);
    content: '';
}

.menu-button:hover {
    opacity: 0.6;
}

/* Close Button */
.close-button {
    width: 2em;
    height: 1.9em;
    position: absolute;
    right: 63px;
    top: 45px;
    overflow: hidden;
    text-indent: 1em;
    font-size: 1.2em;
    border: none;
    background: transparent;
    color: transparent;
}

.w768 .close-button {
    right: 57px;
    top: 51px;
    width: 1.7em;
    height: 1.5em;
}

.w480 .close-button {
    right: 54px;
    top: 38px;
    width: 1.3em;
    height: 1.3em;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #fff;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu */
.menu-wrap a {
    color: #6b6b6b;
}

    .menu-wrap a.selected,
    .menu-wrap a:hover,
    .menu-wrap a:focus {
        color: #af8c49;
    }

.menu-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.menu-wrap {
    position: fixed;
    display: none;
    z-index: 1001;
    width: 250px;
    height: 100%;
    overflow: hidden;
    background: #133d47;
    padding: 88px 0 1.5em 30px;
    font-size: 1.15em;
    -webkit-transform: translate3d(9999px,0,0);
    transform: translate3d(9999px,0,0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.w970 .menu-wrap, .w768 .menu-wrap, .w480 .menu-wrap {
    display: block;
}

.menu,
.icon-list {
    height: 100%;
}

.icon-list {
    overflow-y: auto;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

    .icon-list a {
        display: block;
        padding: 0.8em;
        -webkit-transform: translate3d(0,500px,0);
        transform: translate3d(0,500px,0);
        font: normal 16px "NexaLight",Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #fff;
    }

    .icon-list,
    .icon-list a {
        -webkit-transition: -webkit-transform 0s 0.4s;
        transition: transform 0s 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
        transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    }

        .icon-list a:nth-child(2) {
            -webkit-transform: translate3d(0,1000px,0);
            transform: translate3d(0,1000px,0);
        }

        .icon-list a:nth-child(3) {
            -webkit-transform: translate3d(0,1500px,0);
            transform: translate3d(0,1500px,0);
        }

        .icon-list a:nth-child(4) {
            -webkit-transform: translate3d(0,2000px,0);
            transform: translate3d(0,2000px,0);
        }

        .icon-list a:nth-child(5) {
            -webkit-transform: translate3d(0,2500px,0);
            transform: translate3d(0,2500px,0);
        }

        .icon-list a:nth-child(6) {
            -webkit-transform: translate3d(0,3000px,0);
            transform: translate3d(0,3000px,0);
        }

/* Shown menu */
.show-menu .menu-wrap {
    -webkit-transform: translate3d(200%,0,0);
    transform: translate3d(200%,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

    .show-menu .icon-list a {
        -webkit-transition-duration: 0.9s;
        transition-duration: 0.9s;
    }

.show-menu .content::before {
    opacity: 1;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}





/*Structure*/

.header-holder {
    position: fixed;
    z-index: 999;
    display: block;
    background: rgba(255,255,255,0.9);
    width: 100%;
    padding: 0 80px;
}

.header-holder-home {
    position: relative;
}

.w1200 .header-holder {
    padding: 0 40px;
}

.w970 .header-holder {
    padding: 0 20px;
}

.w768 .header-holder,
.w480 .header-holder {
    display: block;
    padding: 0 12px 0 12px;
}

.header {
    margin: 0 auto;
    max-width: 1540px;
    width: 100%;
    height: 110px;
    padding: 0 40px;
}

.w480 .header {
    height: 88px;
    padding: 0 12px;
}

.logo {
    padding: 55px 0 0 0;
    width: 345px;
    float: left;
}

.w1200 .logo,
.w970 .logo {
    width: 320px;
}

.w768 .logo {
    width: 320px;
    padding: 55px 0 0 0;
}

.w480 .logo {
    padding: 43px 0 0 0;
    width: 62%;
    min-width: 195px;
}


.wrapper {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    /*max-width: 1680px;*/
    padding: 110px 80px 0 80px;
    width: 100%;
    position: relative;
}

.w1200 .wrapper {
    padding: 110px 40px 0 40px;
}

.w970 .wrapper {
    padding: 110px 20px 0 20px;
}

.w768 .wrapper {
    display: block;
    padding: 110px 12px 0 12px;
    max-width: none;
}

.w480 .wrapper {
    display: block;
    padding: 88px 12px 0 12px;
    max-width: none;
}

.wrapper-home {
    padding: 0 80px;
}

.w1200 .wrapper-home {
    padding: 0 40px;
}

.w970 .wrapper-home {
    padding: 0 20px;
}

.w768 .wrapper-home,
.w480 .wrapper-home {
    padding: 0 12px;
}


.banner-holder {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.w480 .banner-holder {
    /*height:500px;*/
}

.banner {
    width: 100%;
    height: 100%;
}

.bgCover.banner-home1,
.bgCover.banner-ourfirm,
.bgCover.banner-services,
.bgCover.banner-asset,
.bgCover.banner-contact,
.bgCover.banner-term,
.bgCover.banner-team {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cslide {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.banner-home1 {
    background: url(../images/home-banner1.jpg) right center no-repeat;
}

.banner-content {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.banner-pos-holder {
    margin: 0 auto;
    max-width: 1540px;
}

.banner-body {
    background: rgba(19, 61, 71, 0.9);
    font: normal 18px "NexaLight",Arial, Helvetica, sans-serif;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 38px;
    width: 100%;
    max-width: 600px;
}

.w768 .banner-body {
    max-width: none;
}

.w480 .banner-body {
    padding: 30px 12px;
    max-width: none;
}

.w768 .banner-content {
    max-width: none;
    left: 0;
    bottom: 5%;
    padding: 0x;
}

.w480 .banner-content {
    max-width: none;
    left: 0;
    bottom: 5%;
    padding: 0;
    font-size: 4vw;
}

.banner-content h1 {
    font: normal 32px "NexaBold",Arial, Helvetica, sans-serif;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding-bottom: 5px;
}

.w768 .banner-content h1 {
    font-size: 5vw;
    line-height: 5vw;
}

.w480 .banner-content h1 {
    font-size: 6.5vw;
    line-height: 6.5vw;
}

.banner-inner {
    width: 100%;
    height: 300px;
    position: relative;
    display: block;
    padding: 0;
    z-index: 1;
}

.w480 .banner-inner {
    height: 200px;
}

.banner-ourfirm {
    background: url(../images/bg-ourfirm.jpg)center center no-repeat;
}

.banner-services {
    background: url(../images/bg-services.jpg)center center no-repeat;
}

.banner-asset {
    background: url(../images/bg-asset.jpg)center center no-repeat;
}

.banner-contact {
    background: url(../images/bg-contact.jpg)center center no-repeat;
}

.banner-term {
    background: url(../images/bg-term.jpg)center center no-repeat;
}

.banner-team {
    background: url(../images/bg-team.jpg)center center no-repeat;
}

.title {
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 0;
    width: 100%;
    height: 300px;
    max-width: 1210px;
}

.w480 .title {
    padding: 0;
    height: 200px;
}

.title h1 {
    position: absolute;
    bottom: -19px;
    font: normal 30px "NexaBold",Arial, Helvetica, sans-serif;
    letter-spacing: 2.2px;
    padding: 20px 0 9px 40px;
    background: rgba(19, 61, 71, 0.9);
    width: 100%;
    text-transform: uppercase;
    color: #fff;
}

.w480 .title h1 {
    padding: 20px 0 9px 12px;
}

.breadcrum {
    width: 100%;
    max-width: 1210px;
    display: block;
    font-size: 12px;
    color: #525254;
    margin: 40px auto 0 auto;
    padding: 0;
}

.w480 .breadcrum {
    padding: 0;
}

.breadcrum div {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding: 10px 40px;
}

.w480 .breadcrum div {
    padding: 10px 0 10px 12px;
}

.breadcrum a {
    color: #525254;
}

    .breadcrum a:hover {
        color: #133d47;
    }

.breadcrum span {
    color: #133d47;
}

.content {
    width: 100%;
    display: block;
    margin: 35px auto 0 auto;
    padding: 0 40px;
    max-width: 1210px;
}

.w480 .content {
    margin: 25px 0 0 0;
    padding: 0 12px;
}

.body-text {
    width: 100%;
    padding: 40px;
}

.asset-L {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    padding: 0 2% 0 0;
}

.asset-R {
    display: inline-block;
    width: 59%;
}

.w768 .asset-L,
.w768 .asset-R,
.w480 .asset-L,
.w480 .asset-R {
    width: 100%;
    display: block;
}

.w768 .asset-R,
.w768 .asset-R {
    padding-top: 20px;
}

.bottom-tag {
    width: 100%;
    background: #e9e9e9;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
}

.tag-text {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    font: normal 26px "NexaLight",Arial, Helvetica, sans-serif;
    line-height: 32px;
    padding: 0 3%;
    color: #133d47;
}

.w480 .tag-text {
    padding: 0 5%;
    font-size: 24px;
}

.tag-text-asset {
    max-width: 990px;
}

.tag-text-team {
    max-width: 990px;
    font-size: 25px;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
}

    .btn:focus {
        color: #fff;
    }

a.btn-all {
    background: url(../images/arrow.png) 90% center no-repeat #133d47;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    padding: 15px 40px 15px 20px;
    vertical-align: middle;
    white-space: nowrap;
    font: normal 18px "NexaLight",Arial, Helvetica, sans-serif;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

    a.btn-all:hover {
        background: url(../images/arrow2.png) 90% center no-repeat #af8c49;
        color: #fff;
        text-decoration: none;
        padding: 15px 60px 15px 20px;
    }

.btn-send {
    padding: 10px 30px;
    background: #af8c4a;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .btn-send:hover {
        background: #133d47;
    }

/*Services*/

.service {
    width: 100%;
    float: left;
}

.service-L {
    max-width: 273px;
    width: 30%;
    float: left;
}

    .service-L img {
        display: block;
    }

.w768 .service-L,
.w480 .service-L {
    width: 100%;
    max-width: none;
}

.service-L-Asset {
    background: #f2f2f3;
}

.service-R {
    width: 70%;
    float: left;
    padding: 0 0 0 40px;
}

.w1200 .service-R {
    width: 65.5%;
}

.w970 .service-R {
    width: 100%;
    padding: 15px 0 0 0;
}

    .w970 .service-R h4 {
        display: none;
    }

.w768 .service-R,
.w480 .service-R {
    width: 100%;
    padding: 15px 0 0 0;
}

.service-T {
    display: none;
}

.w970 .service-T {
    width: 50%;
    float: left;
    padding: 55px 0 0 30px;
    display: block;
}

.w970 .service-T-asset {
    padding: 65px 0 0 30px;
}

.img-asset {
    max-width: 511px;
}

.flexbox {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    display: block;
    -webkit-box-flex: 1;
}

/*Team*/

.team-holder {
    width: 100%;
    /*max-width: 1041px;*/
    max-width: 825px;
    margin: 0 auto;
    padding: 36px 0 0 0;
	text-align: center;
}
/*
.leader-list {
    margin: 0 0.96% 30px 0.96%;
    vertical-align: top;
    width: 31.4%;
	display: inline-block;
}


.w768 .leader-list,
.w480 .leader-list {
    width: 49%;
    margin: 0 2% 30px 0;
}


    .w768 .leader-list:nth-of-type(3n),
    .w480 .leader-list:nth-of-type(3n) {
        margin: 0 2% 30px 0;
    }

    .w768 .leader-list:nth-of-type(2n),
    .w480 .leader-list:nth-of-type(2n) {
        margin: 0 0 30px 0;
    }

*/

.leader-list {
    margin: 0 10px 10px 0;
    vertical-align: top;
	text-align:center;
	display: inline-block;
	/*width: calc(100%/4 - 7.5px);
    width: -webkit-calc(100%/4 - 7.5px);
    width: -moz-calc(100%/4 - 7.5px);*/
    width: calc(100%/3 - 7.5px);
    width: -webkit-calc(100%/3 - 7.5px);
    width: -moz-calc(100%/3 - 7.5px);
}
.leader-list.halfspace {
	width: calc(100%/6 - 7.5px);
  width: -webkit-calc(100%/6 - 7.5px);
  width: -moz-calc(100%/6 - 7.5px);
  margin-right:0;
}
.w970 .spaceleader, .w768 .spaceleader, .w480 .spaceleader,
.w768 .halfspace, .w480 .halfspace {
	display:none;
}


.w768 .leader-list,
.w480 .leader-list{
	width: calc(100%/2 - 10px);
    width: -webkit-calc(100%/2 - 10px);
    width: -moz-calc(100%/2 - 10px);
	}

.leader-list:nth-of-type(3){
	margin-right:0;
}

.w768 .leader-list:nth-of-type(3n),
.w480 .leader-list:nth-of-type(3n){
	margin-right:10px;
}

.leader-list h6,
.bio-arrow-holder h6 {
    font: normal 16px "Arial", Helvetica, sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.1px;
    color: #727272;
    margin-top: 2px;
}

.leader-list-img {
    width: 100%;
    overflow: hidden;
    display: block;
}

.leader-list-img img {
        display: block;
        position: relative;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

a:hover .leader-list-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.leader-list-bio {
    width: 100%;
    display: table;
    position: relative;
    padding: 15px 0 15px 6px;
    color: #af8c49;
    font: bold 16px "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    position: relative;
	text-align: left;
}


    .leader-list-bio:after {
        background-color: #af8c49;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 6px;
        position: absolute;
        transition: width 0.3s ease 0s;
        width: 0;
    }

.leader-list:hover > .leader-list-bio:after {
    width: 25%;
}


/*Team -Bio*/
.bio-L2 {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    padding-top: 20px;
}

.w970 .bio-L2,
.w768 .bio-L2,
.w480 .bio-L2 {
    padding-top: 0;
}


.bio-L2-L {
    width: 37%;
    display: inline-block;
    margin: 0 3% 0 0;
}

    .bio-L2-L img {
        width: 100%;
        max-width: 420px;
    }

.w970 .bio-L2-L,
.w768 .bio-L2-L,
.w480 .bio-L2-L {
    width: 100%;
    text-align: left;
    margin: 0;
}

.bio-L2-R {
    width: 59.5%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.w1200 .bio-L2-R {
    width: 58.5%;
}

.bio-L2-R .bio-L2-title {
    font: bold 25px "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #133d47;
    display: block;
    padding: 0;
}

.bio-L2-R .bio-L2-subtitle {
    font: normal 18px "Arial", Helvetica, sans-serif;
    letter-spacing: 0.2px;
    color: #6b6b75;
    margin-bottom: 15px;
    padding: 0 0 23px 0;
    display: block;
    position: relative;
}

    .bio-L2-R .bio-L2-subtitle:after {
        background-color: #d7c5a4;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        transition: width 0.3s ease 0s;
        width: 100px;
    }

.bio-L2-R .bio-L2-body {
    padding: 0;
    display: block;
    letter-spacing: 0.2px;
}



.w970 .bio-L2-R .bio-L2-body,
.w768 .bio-L2-R .bio-L2-body {
    padding: 0 10px 30px 0;
}

.w480 .bio-L2-R .bio-L2-body {
    padding: 0 15px 30px 0;
}



.sep {
    background-color: #425c7a;
    background: #425c7a;
    color: #425c7a;
    height: 1px;
    border: none;
    margin: 20px 0;
}


.w970 .bio-L2-R,
.w768 .bio-L2-R,
.w480 .bio-L2-R {
    width: 100%;
    padding: 20px 0 0 0;
}

.bio-L2-link {
    width: 100%;
    display: block;
    padding: 0 0 0 22.5%;
    text-align: left;
}

.w970 .bio-L2-link,
.w768 .bio-L2-link,
.w480 .bio-L2-link {
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}

.link-backtoteam {
    font: normal 16px "Arial", Helvetica, sans-serif;
    color: #af8c49;
    text-decoration: none;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    display: block;
    margin: 40px 0 30px 0;
}

.w480 .link-backtoteam {
    font-size: 20px;
}

.link-backtoteam:hover {
    color: #6b6b75;
}

.w970 .link-backtoteam,
.w768 .link-backtoteam,
.w480 .link-backtoteam {
    display: block;
}

.bio-arrow-holder {
    display: none;
}

.w970 .bio-arrow-holder,
.w768 .bio-arrow-holder {
    padding: 20px 0;
    display: block;
    overflow: hidden;
}


.w480 .bio-arrow-holder {
    padding: 20px 0;
    display: block;
    overflow: hidden;
}

.w970 a.bio-arrow,
.w768 a.bio-arrow,
.w480 a.bio-arrow {
    width: 49.6%;
    background: #d7c5a4;
    display: block;
    padding: 10px 0 5px 0;
    text-decoration: none;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    overflow: hidden;
}

    .w970 a.bio-arrow:hover,
    .w768 a.bio-arrow:hover,
    .w480 a.bio-arrow:hover {
        background: #b1b1b1;
    }

    .w970 a.bio-arrow.bio-arrow-L,
    .w768 a.bio-arrow.bio-arrow-L {
        float: left;
        padding-left: 2%;
    }

    .w480 a.bio-arrow.bio-arrow-L {
        float: left;
        padding-left: 2%;
    }

    .w970 a.bio-arrow.bio-arrow-R,
    .w768 a.bio-arrow.bio-arrow-R,
    .w480 a.bio-arrow.bio-arrow-R {
        text-align: right;
        padding-right: 2%;
        float: right;
    }

/*Contact*/
.contact-map {
    width: 100%;
    height: 260px;
    float: left;
    position: relative;
    background: url(../images/map.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 45px;
}

.contact-map2 {
    width: 100%;
    height: 260px;
    float: left;
    position: relative;
    background: url(../images/map2.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 45px;
}

.contact-map3 {
    width: 100%;
    height: 260px;
    float: left;
    position: relative;
    background: url(../images/map3.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 45px;
}


.contact-map4 {
    width: 100%;
    height: 260px;
    float: left;
    position: relative;
    background: url(../images/map4.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 45px;
}

.contact-map5 {
    width: 100%;
    height: 260px;
    float: left;
    position: relative;
    background: url(../images/map5.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 45px;
}

.w970 .contact-map {
    background: url(../images/map.jpg) 35% center no-repeat;
}

.w768 .contact-map {
    background: url(../images/map.jpg) center -50% no-repeat;
    height: auto;
}

.w480 .contact-map {
    background: url(../images/map-m.jpg) center -50% no-repeat;
    height: auto;
}

.w970 .contact-map2 {
    background: url(../images/map2.jpg) 35% center no-repeat;
}

.w768 .contact-map2 {
    background: url(../images/map2.jpg) center -50% no-repeat;
    height: auto;
}

.w480 .contact-map2 {
    background: url(../images/map-m2.jpg) center -50% no-repeat;
    height: auto;
}

.w970 .contact-map3 {
    background: url(../images/map3.jpg) 35% center no-repeat;
}

.w768 .contact-map3 {
    background: url(../images/map3.jpg) center -50% no-repeat;
    height: auto;
}

.w480 .contact-map3 {
    background: url(../images/map-m3.jpg) center -50% no-repeat;
    height: auto;
}

.w970 .contact-map4 {
    background: url(../images/map4.jpg) 35% center no-repeat;
}

.w768 .contact-map4 {
    background: url(../images/map4.jpg) center -50% no-repeat;
    height: auto;
}

.w480 .contact-map4 {
    background: url(../images/map-m4.jpg) center -50% no-repeat;
    height: auto;
}


.contact-add {
    width: 260px;
    position: absolute;
    top: 30px;
    left: 30px;
    background: rgba(255,255,255, 0.9);
    padding: 20px;
}

.w768 .contact-add {
    background: #f1f1f1;
    left: auto;
    margin-top: 220px;
    position: relative;
    top: auto;
    width: 100%;
}

.w480 .contact-add {
    background: #f1f1f1;
    left: auto;
    margin-top: 200px;
    position: relative;
    top: auto;
    width: 100%;
}

.contact-add h2 {
    font: normal 22px Arial, Helvetica, sans-serif;
    color: 133d47;
    padding-bottom: 10px;
}

.c-gold {
    color: #af8c49;
}

.contact-list {
    width: 33.3%;
    float: left;
    padding: 0 50px;
    position: relative;
}

.w1200 .contact-list,
.w970 .contact-list {
    width: 50%;
    padding: 10px 50px;
}

.w768 .contact-list {
    width: 100%;
    padding: 10px 20px;
}


.w480 .contact-list {
    width: 100%;
    padding: 10px 0;
}

    .w480 .contact-list .link-email {
        font-size: 14px;
    }


.contact-form {
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 50px 10%;
}

    .contact-form h2 {
        padding-bottom: 20px;
    }

.thankyou {
    color: #133d47;
    font: 30px Arial,Helvetica,sans-serif;
    letter-spacing: 0.3px;
    padding: 50px 0 0 0;
}

    .thankyou:after {
        background: #987f49 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 2px;
        margin: 30px auto;
        position: relative;
        width: 210px;
        transition: all 0.3s ease-in 0.2s;
    }

.note {
    font-size: 25px;
}

    .note span {
        display: block;
    }

.w768 .note span,
.w480 .note span {
    display: inline;
}

/* Terms page */

ol {
    padding: 0;
    margin: 0 0 0 18px;
}

    ol li {
        padding: 5px 2% 15px 0;
    }


    ol h3 {
        font-size: 16px;
        padding: 0 0 5px 0;
    }


    ol li ul {
        padding: 0;
        margin: 0 0 0 18px;
    }

        ol li ul li {
            list-style: lower-alpha;
            padding: 5px 0;
        }

            ol li ul li ul {
                padding: 0;
                margin: 0 0 0 18px;
            }

                ol li ul li ul li {
                    list-style: lower-roman;
                    padding: 5px 0;
                }

ul.privacy {
    margin: 5px 0;
}

.privacy-page h3 {
    font-size: 16px;
    padding: 0 0 5px 0;
}

/*Footer*/

.footer-holder {
    display: block;
    margin: 15px auto 0 auto;
    padding: 0;
    width: 100%;
    font: normal 12px "NexaLight",Arial, Helvetica, sans-serif;
    color: #fff;
    background: #323232;
    height: 100px;
}


.w768 .footer-holder {
    height: auto;
}

.w480 .footer-holder {
    padding: 0;
    margin: 0;
    height: auto;
}

.footer {
    width: 100%;
    max-width: 1540px;
    padding: 15px 40px;
    margin: 0 auto;
}


.w480 .footer {
    padding: 15px 0 15px 12px;
}

    .w480 .footer span {
        display: block;
        padding: 5px 0 0 0;
    }

.footer a {
    color: #fff;
}

    .footer a:hover {
        text-decoration: underline;
    }
/*Contact Form*/

.form-row {
    padding: 0 0 30px 0;
}

    .form-row:last-child {
        padding: 0;
    }

    .form-row label {
        display: block;
        font: normal 14px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 0.5px;
        padding-bottom: 7px;
    }

.w1200 .form-row {
    padding: 0 0 7px 0;
}

.w970 .form-row {
    padding: 0 0 6px 0;
}

.form-row-half,
.form-row-half2 {
    padding: 0 1.5% 30px 0;
    width: 50%;
    float: left;
}

    .form-row-half:nth-of-type(2n) {
        padding: 0 0 30px 1.5%;
        width: 50%;
        float: left;
    }

    .form-row-half:last-child {
        padding: 0;
    }

    .form-row-half label {
        display: block;
        font: normal 14px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #000;
        letter-spacing: 0.5px;
        padding-bottom: 7px;
    }

.w768 .form-row-half,
.w768 .form-row-half2 {
    width: 100%;
    padding: 0 0 30px 0;
}

.w480 .form-row-half,
.w480 .form-row-half2 {
    width: 100%;
    padding: 0 0 20px 0;
}

.form-row-half2 {
    padding: 0 0 30px 0;
    width: 50%;
    float: left;
}

.form-row-radio {
    width: 100%;
    padding: 0 0 5px 1.5%;
}

.form-row-radioL {
    width: 5%;
    display: inline-block;
    margin: 0 2% 0 0;
    vertical-align: top;
}

.form-row-radioR {
    width: 90%;
    display: inline-block;
    font-size: 13px;
}

.input {
    width: 100%;
    color: #000;
    padding: 7px 12px;
    font: normal 18px "OldStandardRegular", Times New Roman, Times, serif;
    border: 1px solid #a5a5a5;
    background: #fff;
}

.w970 .input,
.w970 .select,
.w970 .textarea {
    padding: 5px 10px;
    font-size: 14px;
}


.select {
    width: 100%;
    color: #000;
    padding: 7px 10px;
    border: 1px solid #a5a5a5;
    background: #fff;
}

.radio-space {
    margin: 0 5px 0 0;
}

.textarea {
    width: 100%;
    color: #000;
    border: none;
    background: url(../i/sep.gif) top left repeat-y,url(../i/sep.gif) top right repeat-y,url(../i/bg-footer.gif) top center repeat-x,url(../i/bg-footer.gif) bottom center repeat-x;
    padding: 8px 10px;
    font: normal 18px "OldStandardRegular", Times New Roman, Times, serif;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

.select-box {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

    .select-box:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 15px;
        height: 0;
        width: 0;
        margin: -22px 0 0 0;
        pointer-events: none;
        border: solid transparent;
        border-top-color: #af8c4a;
        border-width: 8px 6px;
    }

    .select-box:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        background: #fff;
        pointer-events: none;
    }

    .select-box select {
        width: 100%;
        height: 40px;
        margin: 0;
        padding: 0 15px;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .select-box select * {
            width: 100%;
            padding: 5px 15px;
        }

        .select-box select:focus {
            outline: 0;
        }

.text-input {
    border: 1px solid #a5a5a5;
    background: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    transition: all 0.25s ease 0s;
}

    .text-input[type="number"] {
        padding-right: 0;
    }

    .text-input:focus {
        background-color: #f7f7f7;
        outline: 0 none;
    }

textarea.text-input {
    padding: 15px;
}

.text-input.disable {
    background-color: #ccc;
}

.w480 .rc-imageselect {
    transform: scale(0.60);
    transform-origin: 0;
    -webkit-transform: scale(0.60);
    transform: scale(0.60);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    0;
}

.w480 .rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 50%;
}

/**/
.ppnc-table {
    width: 100%;
    border-collapse: collapse;
}
.ppnc-table th {
    background: #000000;
    color: #ffffff;
    font: normal 16px "open_sanssemibold", Arial, Helvetica, sans-serif
}
.ppnc-table th {
    padding: 15px!important;
}
.ppnc-table td {
    padding: 15px!important;
	border:1px solid #cfcfcf;
	vertical-align: top;
}

.privacy-page a{
	color:#af8c49;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	}
	
.privacy-page a:hover{
	color:#716f6e;
	}

ol.ppnc li ul{
	padding:0;
	margin:0 0 0 20px;	
	}
	
ol.ppnc li ul li{
	list-style:disc;
	padding:5px 0;
	}
	
ol.ppnc li ul li ul{
	padding:0;
	margin:0 0 0 20px;	
	}
	
ol.ppnc li ul li ul li{ 
	list-style:disc;
	padding:5px 0;
	}

/* ROUND SWITCH CHECKBOX */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkboxSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.checkboxSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .checkboxSlider {
  background-color: #133d47;
}

input:focus + .checkboxSlider {
  box-shadow: 0 0 1px #133d47;
}

input:checked + .checkboxSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* round sliders */
.checkboxSlider.round {
  border-radius: 34px;
}

.checkboxSlider.round:before {
  border-radius: 50%;
}
/* COOKIE POPUP */
body.showCookieConsent {
	height:100%;
	overflow:hidden;
}
.cookieClose {
  text-decoration: none;
  float: right;
    color:#000000;
}
.cookieDialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  display: none;
}

.cookieOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1009;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.cookieIn {
  width: 100%;
  height: 100%;
  /*display: table-cell;
  vertical-align: bottom;
  text-align: right;*/
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-end;
    align-items: flex-end;
   padding:20px;
}


.cookieBox h2 {
  margin: 10px 40px 15px 0;
   font: normal 22px "Arial", Helvetica, sans-serif;
    color: #133d47;
  letter-spacing: 0.3px;
}

.cookieBox {
  background: #fff;
  border-radius: 10px;
  margin: 30px;
  padding: 30px;
  margin:0;
  max-width: 700px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  position: relative;
    font-size:13px;
}

.cookieDialog td {
  padding-right: 20px;
}

.cookieOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1009;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.cookieBox table tr td{
    padding:5px 0;
}

/* cookie page - buttons */

.buttonbar input{
    margin-right:15px;
}

.w480 .buttonbar input{
    margin-right:0;
    margin-bottom:15px;
    width:100%;
}

.cookieNoticeButton{
    padding:10px 30px;
	text-align:center;
	-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
    box-shadow: none;
   
    -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cookieNoticeButton.gray {
  color: #000;
  background: #fff;
     border:1px solid #727272;
}

.cookieNoticeButton.gray:hover {
  color: #ffffff;
  background: #af8c49;
     border:1px solid #af8c49;
}

.cookieNoticeButton.green {
  color: #fff;
  background: #133d47;
     border:1px solid #133d47;
}

.cookieNoticeButton.green:hover {
  background: #af8c49;
     border:1px solid #af8c49;
}