@font-face {
    font-family: 'MillerDisplayBold';
    src: url('/fonts/MillerDisplayBold.eot');
    src: url('/fonts/MillerDisplayBold.eot') format('embedded-opentype'), url('/fonts/MillerDisplayBold.woff2') format('woff2'), url('/fonts/MillerDisplayBold.woff') format('woff'), url('/fonts/MillerDisplayBold.ttf') format('truetype'), url('/fonts/MillerDisplayBold.svg#MillerDisplayBold') format('svg');
}

@font-face {
    font-family: 'MillerDisplayRoman';
    src: url('/fonts/MillerDisplayRoman.eot');
    src: url('/fonts/MillerDisplayRoman.eot') format('embedded-opentype'),
         url('/fonts/MillerDisplayRoman.woff2') format('woff2'),
         url('/fonts/MillerDisplayRoman.woff') format('woff'),
         url('/fonts/MillerDisplayRoman.ttf') format('truetype'),
         url('/fonts/MillerDisplayRoman.svg#MillerDisplayRoman') format('svg');
}

@font-face {
    font-family: 'MillerDisplayLight';
    src: url('/fonts/MillerDisplayLight.eot');
    src: url('/fonts/MillerDisplayLight.eot') format('embedded-opentype'),
         url('/fonts/MillerDisplayLight.woff2') format('woff2'),
         url('/fonts/MillerDisplayLight.woff') format('woff'),
         url('/fonts/MillerDisplayLight.ttf') format('truetype'),
         url('/fonts/MillerDisplayLight.svg#MillerDisplayLight') format('svg');
}


@font-face {
    font-family: 'futurabtbook';
    src: url('/fonts/futurabtbook.eot');
    src: url('/fonts/futurabtbook.eot') format('embedded-opentype'),
         url('/fonts/futurabtbook.woff2') format('woff2'),
         url('/fonts/futurabtbook.woff') format('woff'),
         url('/fonts/futurabtbook.ttf') format('truetype'),
         url('/fonts/futurabtbook.svg#futurabtbook') format('svg');
}

@font-face {
    font-family: 'futurabtbold';
    src: url('/fonts/futurabtbold.eot');
    src: url('/fonts/futurabtbold.eot') format('embedded-opentype'),
         url('/fonts/futurabtbold.woff2') format('woff2'),
         url('/fonts/futurabtbold.woff') format('woff'),
         url('/fonts/futurabtbold.ttf') format('truetype'),
         url('/fonts/futurabtbold.svg#futurabtbold') format('svg');
}



body {
    font-family: 'futurabtbook';
    font-size: 15px;
    background: #fff;
    color: #464646;
    margin: 0;
    padding: 0;
 background: #fffff; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to top, #f1f1f1, #d1d1d1, #d1d1d1, #f1f1f1);*/ /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to top, #f1f1f1, #d1d1d1, #d1d1d1, #f1f1f1);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body#page-enquiry{
	background: #9c8166 ;
}

.relative {
    position: relative;
}
.block {
    display: block;
}

.container {
    padding: 60px 50px;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
    background: transparent;
    z-index: 6;
}
.container.imageholder{
	width: 1200px;
}
.imageholder{
	padding:0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
    background: transparent;
    z-index: 6;
}



.transtop {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.grid_1 {
    width: 6.5%;
}

.grid_2 {
    width: 15%;
}

.grid_3 {
    width: calc(25% - 7.5px);
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.grid_4 {
    width: 40%;
}

.grid_5 {
    width: 40.5%;
}

.grid_6 {
    width: 50%;
}

.grid_7 {
    width: 57.5%;
}

.grid_8 {
    width: 60%;
}

.grid_9 {
    width: 74.5%;
}

.grid_10 {
    width: 83%;
}

.grid_11 {
    width: 91.5%;
}

.grid_12 {
    width: 100%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

.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;
}

a {
    text-decoration: none;
    cursor: pointer !important;
    color: #fff;
}



img {
    border: none;
    max-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;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */

.img {
    width: 100%;
    margin: 0;
    display: block;
}

.content {
    margin: 0 auto;
    width: 100%;
    max-width: 806px;
    float: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    max-width: 100%;
}

p {
    text-align: left;
    margin: 0;
    line-height: 1.5;
}

h1 {

    font-size: 50px;
	font-family: 'MillerDisplayRoman';
    letter-spacing: 1.5px;
	text-shadow: 3px 1px 0px rgba(0,0,0, 0.2);
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-family: 'MillerDisplayRoman';
    color: #7C8E7F;
    font-size: 27px;
    position: relative;
    padding-bottom: 15px;
}

    h3:after {
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    bottom: 0;
    left: 0;
    height: 1px;
		background: #7C8E7F;
    }

h4 {
    font-size: 40px;
    color: #2A3851;
}

h5 {
	  font-family: 'MillerDisplayRoman';
    font-size: 24px;
    max-width: 235px;
    margin: 0 auto 20px auto;
    color: #fff;
}

h6 {
    font-size: 14px;
    max-width: 280px;
    margin: 0 auto 0 auto;
    color: #fff;
    font-family: 'MillerDisplayBold';
}

.pheader {
    font-size: 36px;
    margin-bottom: 25px;
}

.theprojectcubicle {
    position: absolute;
    padding: 60px 50px 60px 50px;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url(/images/team/bg.jpg);
    background-size: cover;
}



.explore {
    
    position: relative;
    text-align: center;
     font-family: 'futurabtbook';
}

    .explore span {
        display: inline-block;
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .explore:after {
        content: '';
        position: absolute;
        z-index: 0;
        top: 5px;
        right: 5px;
        left: 5px;
        bottom: 5px;
        border: 1px solid #ffffff;
        z-index: 1;
    }



.thumbholder {
    height: 275px;
    overflow: hidden;
    position: relative;
}

    .thumbholder:hover .thumbtxt {
        opacity: 1;
    }
.thumbtxt h5{
	letter-spacing: 1px;
	margin: 0 auto;
}

    .thumbholder:hover .thumbimage {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.thumbimage, .thumbtxt {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.thumbtxt {
    z-index: 2;
    opacity: 0;
    background: rgba(169, 153, 140, 0.8);
    padding: 30px;
}

    .thumbtxt::before {

    }

.explore.big {
    padding: 14px 0; 
    display: block;
    width: 185px;
    margin: 0 auto;
}

.explore.bigger {
    padding: 14px 0;
    font-size: 20px;
    display: block;
    width: 450px;
    margin: 0 auto;
    font-family: 'futurabtbold';
}





 

.poi {
    font-size: 13px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

    .poi span {
        position: absolute;
        left: -3px;
        top: 2px;
        color: #9c8166;
        font-size: 11px;
        width: 26px;
        text-align: center;
    }

    .poi.ico span {
        left: -5px;
        top: -2px;
    }

    .poi.ico:before {
        display: none;
    }

    .poi:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #9c8166;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#page-enquiry .fullbg {
    padding: 0;
}

.fullbg {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding-top: 115px;
    background-position:center;
}

.innerbg {
    width: calc(100% - 50px);
    height: calc(100% - 75px);
    margin: 0 auto;
    border: 1px solid #fff;
}

.fullwidth {
    display: block;
    width: 100%;
}

.margin-b-30 {
    margin-bottom: 12px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-b-70 {
    margin-bottom: 70px;
}

.margin-b-100 {
    margin-bottom: 100px;
}
.margin-t-100 {
    margin-top: 100px;
}

.padding-r-15 {
    padding-right: 15px;
}

.padding-l-15 {
    padding-left: 15px;
}

.padding-r-50 {
    padding-right: 50px;
}

.padding-l-50 {
    padding-left: 50px;
}

.tb {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    table-layout: fixed;
    height: 100%;
    position: relative;
    z-index: 100;
}

.tbc {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}

.white {
    color: #fff;
}

.max625 {
    max-width: 625px;
    width: 100%;
    margin: 0 auto;
}
/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    padding: 40px 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    header.fixed {
        background: rgba(24,15,6, 0.7);
    }

.logo {
    position: absolute;
    display: block;
    left: 25px;
    top: 25px;
}

#nav {
    float: right;
    text-align: left;
    margin: 0 25px 0 0;
    padding: 0;
}

    #nav li {
        list-style: none;
        display: inline-block;
        font-size: 18px;
        line-height: 10px;
        position: relative;
    }


     
        #nav li a {
            display: inline-block;
            padding: 8px 25px;
            color: #fff;
            text-transform: uppercase;
                font-size: 13px;
    letter-spacing: 1px;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

            #nav li a:before {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                bottom: -5px;
                background: #d4d2d0;
                left: 0;
                right: 0;
                margin: 0 auto;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

         

      

                #page-commercial #nav li a.commercial:before, #page-team #nav li a.team:before, #nav li a:hover:before, #page-theproject #nav li a.theproject:before, #page-apartments #nav li a.apartments:before, #page-lifestyle #nav li a.lifestyle:before, #page-location #nav li a.location:before, #page-home #nav li a.home:before  {
                    width: 30px;
                }

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
/* nav-toggle */
#nav-toggle {
    position: absolute;
    top: 30px;
    right: 25px;
    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: 3px;
        width: 30px;
        background: #9c8166;
        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;
    }

        #nav-toggle span:before {
            top: -8px;
        }

        #nav-toggle span:after {
            top: 9px;
        }

    #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 {
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: a rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: a rotate(-45deg);
        }

.centeralign {
    text-align: center;
}
/* enquiry */
.register {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

p.info {
    font-size: 18px;
    color: #fff;
    max-width: 480px;
    margin: 0 auto 30px auto;
    text-align: center;
    line-height: 1.3;
}

input, select {
    font-family:'MillerDisplayLight';
    font-size: 15px;
    margin: 0 0 25px 0;
    padding: 5px 0;
    width: 100%;
    color: #fff;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
}

select {
    background: url(/images/buttons/arrow.png) right center no-repeat;
    /*margin-top: 25px;*/
    padding: 5px 0;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

input.b_submit {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #9c8166;
    transition: 1s all;
	letter-spacing: 1px;
	cursor: pointer;
}
input.b_submit:hover{
	opacity: 0.5;
}


.submitholder {
    width: 200px;
    padding: 5px;
    background: #fff;
    margin: 0 auto 40px auto;
	margin-top:40px;	
}

select option {
    padding: 5px 0;
    background: #fff;
    color: #000;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

.privacy, .disclaimer, .azure, .tazcol{
    font-size: 10px;
    display: inline-block;
    max-width: 90%;
	text-transform: uppercase;
}

    .privacy span, .disclaimer span, .azure span{
        display: inline-block;
        margin: 0 30px;
    }

.chk_holder {
    text-align: left;
    padding-top: 6px;
}

#chkInternational {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    width: 20px;
    text-align: left;
}

    #chkInternational + label {
        background: url("/images/buttons/uncheck.png") no-repeat left center;
        color: #fff;
        padding: 2px 0 2px 26px;
        font-size: 14px;
    }

    #chkInternational:checked + label {
        background: url(/images/buttons/check.png) no-repeat left center;
    }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: $form-field-text;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}
/*footer*/
footer {
    width: 100%;
    padding: 25px;
    position: relative;
}

.forhome {
    display: none;
}

.pghome .nothome {
    display: none;
}

.pghome .forhome {
    display: inline-block;
}

footer a {
    color: #9c8166;
}
#page-enquiry footer
{
position:relative;
/*padding: 25px 0 0 0;*/
}
.pghome footer a {
    color: #fff;
}

.pghome footer {
    position: absolute;
    bottom: 0;
    text-align: left;
    z-index: 5;
}
p.info {
    font-size: 16px;

}


.pheader {
    font-size: 30px;
    margin-bottom:20px;
}

/* Token Style */
ul.token-input-list-project {
    border: none;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    text-align-last: left;
    text-align: -moz-left;
    text-align: -webkit-left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-bottom: 1px solid #fff;
    clear: both;
}

li.token-input-input-token-project {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ul.token-input-list-project li input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100% !important;
    margin-bottom: 0;
}

li.token-input-token-project p {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 20px;
    font-size: 11px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    cursor: default;
    border: 1px solid #525252;
    font-size: 12px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
}


div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
}

    div.token-input-dropdown-project ul {
        margin: 0;
        padding: 0;
        display: block !important;
        max-height: 205px;
    }

        div.token-input-dropdown-project ul li {
            background-color: #fff;
            font-size: 14px;
            padding: 3px;
            margin: 0;
            list-style-type: none;
            font-weight: 100 !important;
        }

            div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
                background-color: #fff;
            }

            div.token-input-dropdown-project ul li em {
                font-weight: bold;
                font-style: normal;
            }

            div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
                background-color: #ccc;
                color: #fff;
            }
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

.m {
    display: none;
}

.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.page-headline-txt{
	position: absolute;
	left: 25px;
	bottom: 60px;
}
.scrolldown{
	position: absolute;
	margin: 0 auto;
	bottom: 30px;
	width: 30px;
	height: 30px;
	left:0;
	right: 0;
	  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background: transparent;
	border: 3px solid #d4d2d0;
	border-left: 0;
	border-top: 0;
	z-index: 2;
}
.half{
	display: inline-block;
	position: relative;
	float: left;
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-bottom: 10px;

}
.quarter{
	display: inline-block;
	position: relative;
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px;
	text-align: center;
}

.nomarginright{
	margin-right: 0;
}

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 1000px) {
    #nav-toggle {
        display: block;
    }
    .fullbg
    {
        padding-top: 0;
        height:60vw;
        min-height:300px;
    }
    .innerbg {
    width:100%;
    height: 100%;
    margin: 0 auto;
    border: none
}
    h2 {
    font-size: 16px;
    line-height:20px;
}

   .pghome .fullbg
   {
 height:auto;

   }
   #page-home.pghome  .fullbg
   {
       height:calc(100vh - 80px)
   }
    h1 {
        font-size: 33px;
        max-width: 90%;
        margin:0 auto
    }

    body {
        padding-top: 80px;
    }

    .m {
        display: block;
    }

    .d {
        display: none;
    }

    .container.totop {
        margin-top: 0;
    }

    .explore.bigger {
        font-size: 17px;
        width: 306px;
    }

    .logo {
        width: 180px;
    }

    header, header.fixed {
        background: #fff;
    }

    .grid_6, .grid_4, .grid_3, .grid_8 {
        width: 100%;
    }

   

    .theprojectcubicle {
        width: 100%;
        position: relative;
        float: left;
        margin-top: 30px;
    }

    .grid_3.thumbholder {
        width: 50%;
    }

    .thumbtxt {
        opacity: 1;
    }

    #nav {
        float: none;
        width: 100%;
    }



    ul#nav {
        display: none;
        margin-top: 60px;
        clear: both;
        height: 100vh;
    }

        ul#nav li {
            display: block;
            margin: 20PX 0 !important;
            width: 100%;
            text-align: center;
            padding: 0;
        }

            ul#nav li a {
                margin: 0;
                text-align: center;
                width: 100%;
                line-height: normal;
                color: #9c8166;
                padding: 10px 0;
                font-size: 16px;
            }

    .container {
        padding: 30px 25px;
    }

    .transtop {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .poi {
        margin-left: 30px;
    }

    .margin-b-100 {
        margin-bottom: 0;
    }

   


  

    footer {
        text-align: center;
        padding: 40px 25px;
    }

    h3 {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .padding-l-50 {
        padding-left: 0;
    }
    .pghome footer {

    text-align: center;

}
    #page-enquiry .fullbg {
    padding:40px 25px ;
}
    .padding-l-15 {
        padding-left: 0;
    }
    .padding-r-15
{
    padding-right:0;
}
}

@media screen and (max-width :640px) {

	
	a.azure  img.forhome {
		width:100px;
	}
	
	#page-home .max625.white {
		margin-top:-50px;
	}
    .grid_3.thumbholder {
        width: 100%;
    }

	footer {
		padding: 0 25px 20px;
	}
	

	

}


