@font-face {
    font-family: 'publicoheadlinewebmedium';
    src: url('/fonts/publicoheadlinewebmedium.eot');
    src: url('/fonts/publicoheadlinewebmedium.eot') format('embedded-opentype'), url('/fonts/publicoheadlinewebmedium.woff2') format('woff2'), url('/fonts/publicoheadlinewebmedium.woff') format('woff'), url('/fonts/publicoheadlinewebmedium.ttf') format('truetype'), url('/fonts/publicoheadlinewebmedium.svg#publicoheadlinewebmedium') format('svg');
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('/fonts/AktivGrotesk.eot');
    src: url('/fonts/AktivGrotesk.eot') format('embedded-opentype'), url('/fonts/AktivGrotesk.woff2') format('woff2'), url('/fonts/AktivGrotesk.woff') format('woff'), url('/fonts/AktivGrotesk.ttf') format('truetype'), url('/fonts/AktivGrotesk.svg#AktivGrotesk') format('svg');
}

@font-face {
    font-family: 'AktivGroteskBold';
    src: url('/fonts/AktivGroteskBold.eot');
    src: url('/fonts/AktivGroteskBold.eot') format('embedded-opentype'), url('/fonts/AktivGroteskBold.woff2') format('woff2'), url('/fonts/AktivGroteskBold.woff') format('woff'), url('/fonts/AktivGroteskBold.ttf') format('truetype'), url('/fonts/AktivGroteskBold.svg#AktivGroteskBold') format('svg');
}

.vbox-content iframe{
	background-color: transparent !important;
}
.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

body {
    font-family: 'AktivGrotesk';
    font-size: 18px;
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0 0 0 0;
    height:100vh;
    overflow:hidden;
    line-height:1.2;
}

    body.paddingtop {
        padding-top: 100vh;
    }

    body.allfix {
  
        padding-bottom: 300px;
        background: #fff;

    }
    
      body.allfix.touch

      {
                  padding-bottom: 0;
      }
      body.loaded,body.allfix.allload{
          overflow:initial;
                     height:auto;
      }
       .half
    {
        width:50%;
        float:left
    }
* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

    *.bold {
        font-family: 'AktivGroteskBold';
    }

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

section {
    position: relative;
    z-index: 2;
    overflow:hidden;
}

.bggrey {
    background: #eaeaea;
}

.imageEefect.bggrey {
    background: #eaeaea;
}

.wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    position: relative;
}

.bgwhite {
    background: #fff;
}

*.bggrey {
    background: #eaeaea;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

img, svg {
    border: none;
    max-width: 100%;
}

.fullwidth {
    width: 100%;
    display: block;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.grid_9 {
    float: right;
    width: 65%;
    overflow: hidden;
}


.grid_3 {
    float: left;
    width: 25%;
    overflow: hidden;
}

.grid_4 {
    float: left;
    width: 33.33%;
    overflow: hidden;
}

.grid_6 {
    float: left;
    width: 50%;
    padding: 0 30px 0 0;
}

    .grid_6.right {
        padding: 0 0 0 30px;
    }

#page-news .grid_6 {
    padding: 0 15px 0 0;
}

    #page-news .grid_6.right {
        padding: 30px 0 0 15px;
    }

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}


/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
    font-family: 'publicoheadlinewebmedium';
}

p {
    text-align: left;
    margin: 0;
}

.centeralign {
    text-align: center;
}

.similar {
    font-family: 'publicoheadlinewebmedium';
    font-size: 20px;
}

p.nextsection {
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

p.mainp {
    font-size: 24px;
}

h1 {
    font-size: 40px;
}

    h1.blue {
        font-size: 72px;
        color: #3685c4;
    }

*.blue {
    color: #3685c4;
}

h4 {
    width: 820px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 30px;
    color: #3685c4;
    text-align: center;
}
h5 {
    font-size: 24px;
}
.lineEffect {
    position: relative;
    line-height: 1 !important;
}

.temp {
    opacity: 0;
    position: absolute;
    display: block;
    max-width: 100vw;
    z-index: 0;
}

h1.inner {
    position: absolute;
    left: 95px;
    bottom: 120px;
    max-width: 800px;
    color: #fff;
    z-index: 1;
}

.cls-w {
    fill: #fff;
}

.scrolldown {
    width: 30px;
    position: absolute;
    display: block;
   right: calc(5vw - 15px);
    bottom: 20px;
    z-index: 4;
    -webkit-transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform-origin: center;
    transform: rotate(90deg);
    opacity: 0;
}
.scrolldown  
{
    fill:#fff;
}
    .scrolldown.loaded {
        opacity: 1;
    }

    .scrolldown svg {
        height: 10px;
    }

.lineEffect span {
    display: inline-block;
    height: 1.2em;
    padding-top: 1.3em;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(.72,.16,.345,.875);
    transition: all 0.5s cubic-bezier(.72,.16,.345,.875);
}

.lineEffect.animated span {

    padding-top: 0;
}

h1.inner.lineEffect span {
}

.lineEffect.loaded span {
    padding-top: 0;
}

.links {
    width: 100%;
    height: 600px;
    height: 33vw;
    position: relative;
    overflow: hidden;
}


.content {
    max-width: 600px;
    display: block;
}

h2 {
    font-size: 32px;
}

    h2.big {
        font-size: 40px;
    }


h3 {
}

p.grey {
    margin: 25px 0 30px 0;
    color: #808080;
    font-size: 14px;
}

.cls-b {
    fill: #00beff;
}

.animatelink:hover .cls-b {
    fill: #000;
}

#map {
    width: 100%;
    height: 460px;
}

.imageEefect {
    position: relative;
    background: #fff;
}

    .imageEefect:before, .imageEefect:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        transition: height 0.3s cubic-bezier(.72,.16,.345,.875);
        -webkit-transition: height 0.3s cubic-bezier(.72,.16,.345,.875);

    }

    .imageEefect:before {
        z-index: 5;
        background: #fff;
    }

    .imageEefect.bggrey:before {
        background: #eaeaea;
    }

    .imageEefect:after {
        background: #333;
        z-index: 6;
        -webkit-transform: scale(1,0);
        -webkit-transform-origin: bottom;
        transform: scale(1,0);
        transform-origin: bottom;
    }

    .imageEefect.animated:after {
        -webkit-animation: imageEefectAfter 0.3s cubic-bezier(.72,.16,.345,.875) linear forwards;
        animation: imageEefectAfter 0.3s cubic-bezier(.72,.16,.345,.875) forwards;
        height: 0%;
                -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .imageEefect.animated.del:before, .imageEefect.animated.del:after {
        -webkit-transition-delay:1s;
        transition-delay:1s;
        animation-delay:0.7s;
     }
    .imageEefect.animated:before {
        height: 0%;
    }
    .middle  .bull:before

    {
        background:#fff;
    }


        .bull
    {
        position:relative;
        padding-left:10px;
    }
        .bull:before
        {
            position:absolute;
            left:0;
            top:0.4em;
            width:5px;
            height:5px;
            background:#000;
            border-radius:10px;
            content:''
            }
    .bullet{
display:block;
margin:0;
padding:0;
list-style-type:disc

    }
        .bullet li{
display:block;
margin:0;
padding:0;

    }
@-webkit-keyframes imageEefectAfter {
    0% {
        -webkit-transform: scale(1,0);
    }

    100% {
        -webkit-transform: scale(1,1);
    }
}

@keyframes imageEefectAfter {
    0% {
        transform: scale(1,0);
    }

    100% {
        transform: scale(1,1);
    }
}

.prearticle, .closearticle, .nextarticle {
    display: block;
    float: left;
    width: 33.33%;
font-family: 'AktivGrotesk';
text-decoration:underline;
    letter-spacing:0;
}
.newsDetails p {
    margin-bottom: 15px;
}
.newsDetails p.big {
font-size:24px;
font-family:'publicoheadlinewebmedium'
}
    .newsDetails p strong,  .newsDetails p.bold {
        font-family:'publicoheadlinewebmedium';
        font-weight:normal;
    }
.prearticle{    text-align: left;
}
.closearticle
{
    text-align:center
}
.nextarticle {
    text-align: right;
}
.fullblock
{
    width:100%;
    display:block;
}
.newsDetails {
    width: 600px;
    margin: 0 auto;
    max-width: calc(100% - 30px);
  
}

/* Navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 20;
    width: 100%;
    padding: 40px 0 40px 0;
}

    header.loaded {
        -webkit-transition: transform 0.5s cubic-bezier(.72,.16,.345,.875),background 0.5s cubic-bezier(.72,.16,.345,.875);
        transition: transform 0.5s cubic-bezier(.72,.16,.345,.875),background 0.5s cubic-bezier(.72,.16,.345,.875);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    header.fixbg, .allfix header {
        background: #fff;
        -webkit-transform: translateY(-0%);
        transform: translateY(-0%);
    }

.logo {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 25px;
    top: 30px;
        z-index:2;
}

    .logo svg {
        height: 40px;
    }

        .logo svg .cls-1 {
            fill: #fff;
        }
.language {
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 31px;
    top: 42px;
    z-index: 2;
}
.fixbg .language #header1_btnEnglish,.fixbg .language #header1_btnChinese{
	color: #000000;
}
#header1_btnEnglish, #header1_btnChinese{
	color: #ffffff;
}
.fixbg .language #header1_btnEnglish.active,.fixbg .language #header1_btnChinese.active{
	color: transparent;
	display: none;
	
}

#header1_btnEnglish.active, #header1_btnChinese.active{
	color: transparent;
	display: none;
}


nav {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: right;
}

#nav li {
    list-style: none;
    display: inline-block;
    line-height: 10px;
    position: relative;
    margin-right: 25px;
}



    #nav li a {
        color: #fff;
        font-size: 16px;
        font-family: 'AktivGroteskBold';
    }

.lfooter svg .cls-1 {
    fill: #fff !important;
}

header.fixbg #nav li a, .allfix header #nav li a {
    color: #000;
}
header.fixbg.menu #nav li a, .allfix header.menu #nav li a {
    color: #fff;
}

header.fixbg .logo svg .cls-1, .allfix header .logo svg .cls-1 {
    fill: #000;
}

header.menu .logo svg .cls-1 {
    fill: #fff !important;
}

#page-contact #nav li a.contact, #page-news #nav li a.news, #page-home #nav li a.home, #page-about #nav li a.about, #page-residential #nav li a.residential, #page-hotels #nav li a.hotels, #page-managment #nav li a.managment {
    color: #3685c4;
    border-bottom: 1px solid #3685c4;
}
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: none;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 30px;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        -webkit-transition: all .6s ease-in-out;
        -moz-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }
       .fixbg #nav-toggle span,  .fixbg #nav-toggle span::after,  .allfix #nav-toggle span::before {

        background: #000;
    }
        .allfix #nav-toggle span, .allfix #nav-toggle span::after, .fixbg #nav-toggle span::before {
        background: #000;

        }   
      header.menu #nav-toggle span,  header.menu #nav-toggle span::after,  header.menu  #nav-toggle span::before {
        background: #fff !important;

        }  
             #nav-toggle span:before {
            top: -8px;
        }

        #nav-toggle span:after {
            top: 8px;
        }

    #nav-toggle.active span {
        background-color: transparent !important;
    }

        #nav-toggle.active span:after, #nav-toggle.active span:before {
            top: 0;
        }

        #nav-toggle.active span:before {
    top:0 
        }

        #nav-toggle.active span:after {
top:0
        }

.partner {
    display: block;
    margin-bottom: 8px;
    text-decoration: underline;
    padding-bottom: 3px;
}

.logos {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 15px;
    height: 200px;
    position: relative;
}

    .logos.bigger {
        width: 20%;
    }

    .logos span  {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        z-index: 1;
    }
/* enquiry */
label {
    font-size: 16px;
    margin-bottom: 5px;
}

input {
    font-size: 16px;
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #000;
    text-align: left;
}

.privacy {
    font-size: 10px;
}

input.b_submit {
    width: 105px;
    padding: 10px 0;
    color: #fff;
    background: #000;
    font-size: 16px;
    text-align: center;
}
/*footer*/
footer {
    position: fixed;
    z-index: 0;
    bottom: 0;
    height: 300px;
    background: #000;
    width: 100%;
    padding: 140px 0 60px;
}

.touch .footer {
    position: relative;
    height: auto;
}

footer .logo {
    top: 60px;
}

footer a {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.teamdiv {

   float:left;
   width:33.33%;
  
}

.teamdiv.l0{
    padding:0 33.33px 0 0
}
.teamdiv.l1{
    padding:0 16.66px 
}
.teamdiv.l2{
    padding:0 0 0 33.33px 
}
  
    .teamdiv img {
        width: 100%;
        display: block;
  
    }

.padding {
    padding: 30px;
}

.readbiolink {
}


.readbiolink {
    display: block;
    margin-top: 20px;
    color: #0e6eb8;
    font-size: 16px;
    position: relative;
}

    .readbiolink span:before {
        content: 'Read';
    }

    .readbiolink.active span:before {
        content: 'Close';
    }


    .readbiolink:after {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        content: '';
        position: absolute;
        display: block;
        left: -13px;
        top: 4px;
        width: 1px;
        height: 13px;
        background: #0e6eb8;
    }

    .readbiolink:before {
        content: '';
        position: absolute;
        display: block;
        left: -19px;
        top: 9px;
        width: 13px;
        height: 1px;
        background: #0e6eb8;
        transform-origin: center;
    }

    .readbiolink.active:after {
        transform: scale(0);
    }

.biodetails {
    font-size: 15px;
    display: none;
    line-height: 1.3;
}

.fullh {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.fullbg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    position: relative;
    z-index: 1;
}
.fullbg h2{
    font-size:24px;
}
.fullbg.pad{
    height:auto;
    padding:300px 0;
}

    .fullbg:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        content: '';
        z-index: 1;
        display: block;
    }

.hovereffect {
    position: relative;
    z-index: 1;
    display: block;
}
.c0
{
    -webkit-transition: all 0.4s cubic-bezier(.72,.16,.345,.875);
transition: all 0.4s cubic-bezier(.72,.16,.345,.875);
    position:relative;z-index:1
}
.hovereffect:hover .c0
{
    opacity:0;
}

.imgholder .c1{
position:absolute;
right:0;
display:block;
top:0;
z-index:0;
}
    .hovereffect .grid_3 {
        padding-right: 20px;
        position: relative;
        z-index: 2;
        -webkit-transition: transform 0.4s cubic-bezier(.72,.16,.345,.875);
        transition: transform 0.4s cubic-bezier(.72,.16,.345,.875);
        color: #000;
    }

   .notouch .hovereffect:hover .grid_3 {
        -webkit-transform: translate(30px,30px);
        transform: translate(30px,30px);
        color: #fff;
    }

    .hovereffect:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(54,133,196,0);
        content: '';
        z-index: 1;
        display: block;
        -webkit-transition: all 0.4s cubic-bezier(.72,.16,.345,.875);
        transition: all 0.4s cubic-bezier(.72,.16,.345,.875);
    }

    .hovereffect:hover:before {
        background: rgba(54,133,196,0.7);
    }


.mainlink {
    -webkit-transition: all 0.6s cubic-bezier(.72,.16,.345,.875);
    transition: all 0.6s cubic-bezier(.72,.16,.345,.875);
    display: block;
    position: relative;
    color: #fff;
}

.mainlink {
    position: relative;
    width: 100%;
    min-height: 250px;
    height: 33vw;
    z-index: 1;
    overflow: hidden;
    padding: 30px;
}

    .mainlink {

    }

.tofade {
            -webkit-transition: all.3s cubic-bezier(.72,.16,.345,.875);
        transition: all .3s cubic-bezier(.72,.16,.345,.875);
    display: block;
    opacity: 0;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    max-width:400px;
}

.mainlink:hover .tofade, .touch .mainlink .tofade {
    opacity: 1;
    margin-top: 20px;
}

span.bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    content: '';
    z-index: 0;
    display: block;
       -webkit-transition: transform .3s cubic-bezier(.72,.16,.345,.875);
        transition: transform .3s cubic-bezier(.72,.16,.345,.875);
}

.mainlink:hover span.bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.mainlink:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    content: '';
    z-index: 1;
    -webkit-transition: all.2s cubic-bezier(.72,.16,.345,.875);
    transition: all.2s cubic-bezier(.72,.16,.345,.875);
}

.touch .mainlink:after {
    background: rgba(0,0,0,0.7);
}

.mainlink:hover:after {
    background: rgba(0,0,0,0.7);
}

.mainlink .lineEffect {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    display: block;
}

.mainlink:hover .lineEffect span {
    padding-top: 0;
}

.mainlink .animatelink {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
}

.title {
    font-family: 'publicoheadlinewebmedium';
    font-size: 24px;
    display: block;
    z-index: 2;
    position: relative;
}
.parsley-errors-list 
{
    margin:0;
    padding:0;
}
.parsley-errors-list li
{
    margin-top:-7px;
    list-style:none;
    color:red;
  font-size:10px;
}


.animatelink {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: block;
    border: 1px solid #3685C4;
    position: relative;
}
.animatelink.white{
    border:1px solid #fff;
}
.animatelink.bwhite{
    border:1px solid #fff;
}
.animatelink.bwhite{
    border:1px solid #fff;
}

.animatelink.bwhite:after{
   background: #fff;
}
.animatelink.bwhite svg{
fill:#fff
}
.animatelinkholder {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
}
.mainnewslink
{
    display:block;
}
.animatelink{
    -webkit-transition: width .3s cubic-bezier(.72,.16,.345,.875);
    transition: width .3s cubic-bezier(.72,.16,.345,.875);
}

    .animatelink:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        width: 0;
        background: #3685C4;
        -webkit-transition: all .2s cubic-bezier(.72,.16,.345,.875);
        transition: all .2s cubic-bezier(.72,.16,.345,.875);
        opacity: 0;
    }

.touch .animatelink:after {
    display: none;
}



.animatelink span {
    display: block;
    position: absolute;
    width: 115px;
    font-size: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    color: #000;
    font-family: 'AktivGroteskBold';
    line-height: 50px;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;

            -webkit-transition: transform .3s cubic-bezier(.72,.16,.345,.875);
        transition: transform .3s cubic-bezier(.72,.16,.345,.875);
    letter-spacing: 1px;
}



.notouch .mainlink:hover .animatelink, .notouch .animatelink:hover,.mainnewslink:hover .animatelink{
    width: 180px;
}

    .notouch .mainlink:hover .animatelink span, .notouch .animatelink:hover span,.mainnewslink:hover .animatelink span  {
        -webkit-transform: translate(-65%, -50%);
        transform: translate(-65%, -50%);
    }

.mainlink:hover .animatelink:after, .animatelink:hover:after,.mainnewslink:hover .animatelink:after {
    opacity: 1;
    width: 100%;
}

.animatelink svg {
    height: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
    fill: #3685C4;
      -webkit-transition: none;
        transition: none
}

.mainlink:hover svg, .animatelink:hover svg ,.mainnewslink:hover .animatelink svg {
    fill: #000;
}

.touch .animatelink svg {
    fill: #3685C4 !important;
    position: relative;
    top: 0%;
    right: auto;
    -webkit-transform: translate(0, -0%);
    transform: translate(0, -0%);
}

.touch .animatelink {
    width: 180px;
    border: none;
    background: none;
}

    .touch .animatelink span {
        -webkit-transform: translate(-0%, -0%);
        transform: translate(-0%, -0%);
        position: relative;
        width: auto;
        font-size: 12px;
        top: 0;
        left: 0%;
        display: inline-block;
        margin-right: 10px;
        color: #3685C4;
    }

.touch .mainlink .animatelink span {
    color: #fff;
}

.touch .mainlink .animatelink svg {
    fill: #fff !important;
}

.middle {
    position: absolute;
    top: 50%;
    left: 10vw;
    color: #fff;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 2;
    text-align: left;
}

.f24 {
    font-size: 24px;
    margin-top: 5px;
}

.line.mg20 {
    margin: 20px 0;
}
.line.mg12 {
    margin: 12px 0 !important;
}
*.margin-b-20{
    margin-bottom: 20px;
}
*.margin-b-10{
    margin-bottom: 10px;
}
*.margin-b-15 {
    margin-bottom: 15px;
}
*.margin-b-45 
{
    margin-bottom:45px;
}
*.margin-b-60 {
    margin-bottom: 60px;
}

*.margin-b-35 {
    margin-bottom: 35px;
}

*.margin-b-140 {
    margin-bottom: 140px;
}

*.padding-t-100 {
    padding-top: 100px;
}

*.padding-t-150 {
    padding-top: 150px;
}

*.padding-b-40 {
    padding-bottom: 40px;
}

*.padding-b-100 {
    padding-bottom: 100px;
}

*.padding-b-220 {
    padding-bottom: 220px;
}
*.margin-b-100
{
    margin-bottom:100px;
}
.paddingtop {
    padding-top: 200px;
}

.paddingtop-250 {
    padding-top: 320px;
}

*.max970 {
    max-width: 970px;
}

*.max570 {
    max-width: 570px;
}

*.margin-b-60 {
    margin-bottom: 60px;
}

*.margin-b-200 {
    margin-bottom: 200px;
}

*.paddingleft {
    padding-left: 10%;
}

*.whitebg {
    background: #fff;
}

*.leftalign {
    text-align: left;
}

.underline {
    text-decoration: underline;
}

.rightalign {
    text-align: right;
}

.animated {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.line {
    display: block;
    margin: 110px 0 60px;
    height: 2px;
    width: 0;
    background: #000;
    -webkit-transition: all .6s cubic-bezier(.72,.16,.345,.875);
    transition: all .6s cubic-bezier(.72,.16,.345,.875);
}

#page-project .line {
    margin-top: 60px;
}

.line.animated {
    width: 100%;
}

.formobile {
    display: none;
}
.ch-lh2 span{
	overflow: visible;
}
.hidden{
	visibility: hidden;
	cursor: none;
}
.video_holder{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%,-50%);
	color: #ffffff;
	z-index: 2;
	border: 1px solid #ffffff;;
	transition: 0.5s all;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 2px;
	padding: 8px 15px 5px 15px;
}
.video_holder:hover{
	background: #ffffff;
	color: #000000;
}
@media screen and (max-width : 1400px) {
    .grid_3.g3
    {
        width:35%;
    }    .grid_3.g4
    {
        width:5%;
    }
}
@media screen and (max-width : 1080px) {
    #nav li {

    margin-right: 20px;
}
    footer a {
   
        font-size: 16px;
    }
}

@media screen and (max-width : 1010px) {
    body {
        font-size: 17px;
    }

    .grid_4 {
        width: 100%;
        margin-bottom: 5px;
    }

    #nav {
        position: absolute;
        width: 100%;
        left: -100%;
        height: 100vh;
        background: rgba(0,0,0,0.95);
        -webkit-transition: all .6s cubic-bezier(.72,.16,.345,.875);
        transition: all .6s cubic-bezier(.72,.16,.345,.875);
        top: 0;
        z-index: 1;
    }

    header.menu #nav {
        left: 0%;
    }

    #nav {
        padding: 100px 0;
    }

        #nav li {
            display: block;
            padding: 0 15px 0 15px;
            text-align: left;
        }

            #nav li a {
                width: 100%;
                border-bottom: 1px solid #fff;
                padding: 15px 0;
                display: block;
            }
.padm
{
    padding:0 30px;
}
    .wrapper {
        width: calc(100% - 30px);
    }
      .wrapper.fullm
      {
               width: 100%;
      }
    .logo svg {
        height: 30px;
    }

    .logo {
        left: 15px;
        top: 15px;
    }

    h1 {
        font-size: 26px;
    }

        h1.inner {
            max-width: calc(100% - 30px);
            left: 15px;
            bottom: 35px;
        }

    h1 {
        font-size: 26px;
    }

    #nav-toggle {
        display: block;
    }

    .paddingleft {
        padding-left: 15px;
    }

    .paddingtop-250 {
        padding-top: 75px;
    }

    h2 {
        font-size: 21px;
    }

    .margin-b-35 {
        margin-bottom: 30px;
    }

    .myslider {
        display: none;
    }

    .formobile {
        display: block;
    }

    .fullh {
        height: 100vw;
    }

    .animatelinkholder {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 30px 0 0 0;
    }

    .fordesktop {
        display: none !important;
    }

    h4 {
        max-width: calc(100% - 30px);
        font-size: 24px;
    }

    .margin-b-200 {
        margin-bottom: 80px;
    }

    .padding-t-100 {
        padding-top: 70px;
    }

    .links {
        height: auto;
    }

    .mainlink {
        height: 100vw;
    }

    .grid_6, .grid_6.right {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }

        .grid_6.right {
            margin-top: 30px;
        }

    .margin-b-60 {
        margin-bottom: 40px;
    }

    .line {
        display: block;
        margin: 60px 0 63px;
    }

    .grid_3 {
        float: left;
        width: 100%;
        overflow: hidden;
    }

    footer {
        height: auto;
        background: #000;
        width: 100%;
        padding: 100px 0 55px 60px;
        position: relative;
    }
   
        footer .logo {
            top: 35px;
            display: block;
            right: 0;
        }

            footer .logo:after {
                content: '';
                position: absolute;
                bottom: -12px;
                height: 2px;
                left: 55px;
                right: 15px;
                display: block;
                background: #fff;
            }

    .rightalign {
        text-align: left;
    }

    footer .grid_3 {
        margin-bottom: 10px;
    }

    #maincontainer.loaded {
        margin-bottom: 0;
    }

    header {
        padding: 30px 0 30px 0;
    }

    .scrolldown {
        display: none;
    }

    p.mainp {
        font-size: 21px;
    }

    .teamdiv {
        padding: 0;
    }

    .logos {
        width: 50% !important;
        height: 132px;
    }
	.logos.bigger:last-of-type{
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

    body.allfix {
        padding-bottom: 0;
    }

    h1.blue {
        font-size: 36px;
    }

    .padding-t-150 {
        padding-top: 80px;
    }

    .grid_9 {
        width: 100%;
    }

    .margin-b-140 {
        margin-bottom: 70px;
    }

    .hovereffect:before {
        display: none;
    }

    .resititle {
background: #fff;
padding: 30px 15px;
color: #000;
    }

    .hovereffect .grid_3 {
        padding: 0;
    }

    .middle {
left: 15px;
right: 15px;
    }

    .fullbg.pad {
        height: auto;
        padding: 150px 15px 150px 0;
    }

    .padding-b-220 {
        padding-bottom: 120px;
    }
    h2.big {
    font-size: 32px;
}
    .logos.bigger.similar
    {
        width:100% !important;
        margin-bottom:10px;
    }
    h5 {
    font-size: 19px;
}
       .half
    {
        width:100%;

    }
       .nextsection.margin-b-35 {
    margin-bottom: 15px;
}
       h2.margin-b-35 {
    margin-bottom: 15px;
}
       #page-contact #nav li a.contact, #page-news #nav li a.news, #page-home #nav li a.home, #page-about #nav li a.about, #page-residential #nav li a.residential, #page-hotels #nav li a.hotels, #page-managment #nav li a.managment {
    color: #3685c4;
    border-bottom: 1px solid #fff;
}
       .teamdiv .padding
       {
           padding-right:0;
       }
       .mgallerym
       {
           width:50px;
       }
 #page-managment    .grid_6.right {
    margin-top: 0;
}
 .mbm
 {
     margin-bottom:15px;
 }
 #page-news .grid_6 {
    padding: 0;
}
 #page-news .grid_6.right {
    padding: 0 0 0 0;
}
 .newsDetails p.big {
    font-size: 20px;

}
 .prearticle, .closearticle, .nextarticle {
font-size:15px;
}
  .grid_3.g3
    {
        width:100%;
    }    .grid_3.g4
    {
        width:100%;
    }
}

@media screen and (max-width : 760px) {
    .teamdiv {
        padding:0;
    width: 100%;
}
}

@media screen and (max-width : 420px) {
}


	