@font-face {
    font-family: 'verdana';
    src: url('/fonts/verdana.eot');
    src: url('/fonts/verdana.eot') format('embedded-opentype'), url('/fonts/verdana.woff2') format('woff2'), url('/fonts/verdana.woff') format('woff'), url('/fonts/verdana.ttf') format('truetype'), url('/fonts/verdana.svg#verdana') format('svg');
}

@font-face {
    font-family: 'FuturaLight';
    src: url('/fonts/FuturaLight.eot');
    src: url('/fonts/FuturaLight.eot') format('embedded-opentype'), url('/fonts/FuturaLight.woff2') format('woff2'), url('/fonts/FuturaLight.woff') format('woff'), url('/fonts/FuturaLight.ttf') format('truetype'), url('/fonts/FuturaLight.svg#FuturaLight') format('svg');
}

@font-face {
    font-family: 'FairfieldLHLight';
    src: url('/fonts/FairfieldLHLight.eot');
    src: url('/fonts/FairfieldLHLight.eot') format('embedded-opentype'), url('/fonts/FairfieldLHLight.woff2') format('woff2'), url('/fonts/FairfieldLHLight.woff') format('woff'), url('/fonts/FairfieldLHLight.ttf') format('truetype'), url('/fonts/FairfieldLHLight.svg#FairfieldLHLight') format('svg');
}

@font-face {
    font-family: 'FuturaBold';
    src: url('/fonts/FuturaBold.eot');
    src: url('/fonts/FuturaBold.eot') format('embedded-opentype'), url('/fonts/FuturaBold.woff2') format('woff2'), url('/fonts/FuturaBold.woff') format('woff'), url('/fonts/FuturaBold.ttf') format('truetype'), url('/fonts/FuturaBold.svg#FuturaBold') format('svg');
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'FairfieldLHLight';
    font-size: 15px;
    background: #666666;
    color: #fff;
    margin: 0;
    padding: 60px 0 0 0;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .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;
}

.container {
    width: 650px;
    margin: 0 auto;
    max-width: 100%;
}

.grid_6 {
    width: 50%;
    float: left;
    padding-right: 25px;
}

    .grid_6.right {
        padding-right: 0;
        padding-left: 25px;
    }

#register .grid_6 {
    padding-right: 12.5px;
}

    #register .grid_6.right {
        padding-right: 0;
        padding-left: 12.5px;
    }

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

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 */
.logotofade {
    max-width: calc(100% - 80px);
    	transition:5s all;
}
.fadeout
{
    opacity:0 !important;
}
.fullwidth {
    width: 100%;
    display: block;
}

.fullheight {
    width: 100%;
    min-height: 400px;
    display: block;
    height: calc(100vh - 60px);
    
    position: relative;
    overflow: hidden;
}

.bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 110px);
    width: 100%;
}

.dark {
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 230px);
    z-index: 1;
    opacity: 0.7;
	transition: 2s all;
}
.dark.fade{
	opacity: 0.1;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}



.scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #666666;
    display: block;
    padding: 5px 0 19px 0;
    text-align: center;
    z-index: 3;
}
#ancher .scroll{
	display: none;
}

    .scroll:after {
        content: '';
        display: block;
        width: 26px;
        height: 26px;
        border-left: 1px solid #b4a76c;
        border-bottom: 1px solid #b4a76c;
        margin: 0 auto;
        -webkit-transform: rotate(-45deg);
        -webkit-transform-origin: center;
        transform: rotate(-45deg);
        transform-origin: center;
    }

section {
    position: relative;
    z-index: 2;
    background: #666666;
    padding: 130px 0;
    text-align: center;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

p {
    text-align: left;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 50px;
    font-family: 'FuturaLight';
    color: #b4a76c;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 5px;
    display: inline-block;
}

    h1 span {
        display: block;
        font-size: 37px;
    }

h2 {
    font-size: 30px;
    font-family: 'FuturaLight';
    color: #b4a76c;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 5px;
    display: inline-block;
}

    h2:after {
        display: block;
        margin: 20px auto 25px auto;
        content: '';
        width: 275px;
        height: 1px;
        background: #b4a76c;
    }

    h2 span {
        display: block;
        font-size: 20px;
    }
.goldline:after {
        display: block;
        margin: 20px auto 25px auto;
        content: '';
        width: 120%;
        height: 1px;
        background: #b4a76c;
	transform: translateX(-10%);
    }

h3 {
    font-size: 24px;
    font-family: 'FairfieldLHLight';
    color: #b4a76c;
    max-width: calc(100% - 30px);
    letter-spacing: -0.5px;
    margin: 0 auto;
}

    h3:after {
        width: 900px;
        border-bottom: 1px solid #b4a76c;
        content: '';
        display: block;
        margin: 35px auto 20px auto;
        max-width: 100%;
    }

    h3.noborder:after {
        display: none;
    }

    h3 span {
        display: block;
        margin-bottom: 30px;
    }

h4 {
    font-size: 40px;
    color: #2A3851;
}

#map {
    width: 900px;
    height: 600px;
    margin: 30px auto 0 auto;
    max-width: 100%;
    color: #b4a76c;
}
/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    height: 60px;
    position: fixed;
    background: #000;
    text-align: center;
    z-index: 10;
}



.enquirelink {
    display: block;
    position: absolute;
    right: 25px;
    top: 12px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    padding: 9px 0;
    line-height: 14px;
    border: 1px solid #b4a76c;
    font-family: 'verdana';
    width: 210px;
}

#page-contact .enquirelink {
    display: none;
}

.logo {
    margin: 0 auto;
    display: block;
}

nav {
    margin: 0 auto;
    padding: 0;
}

#nav li {
    list-style: none;
    display: inline-block;
    padding: 0 25px 0 25px;
    font-size: 18px;
    line-height: 10px;
    position: relative;
}

    #nav li a {
        color: #fff;
        text-transform: uppercase;
    }
/* nav-toggle */
#nav-toggle {
    position: fixed;
    top: 20px;
    z-index: 10;
    cursor: pointer;
    width: 20px;
    height: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 15;
}

    #nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
        cursor: pointer;
        height: 2px;
        width: 100%;
        background: #fff;
        position: absolute;
        display: block;
        content: '';
        top: 8px;
        -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-toggle span:before {
            top: -8px;
        }

        #nav-toggle span:after {
            bottom: -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 {
            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: rotate(-45deg);
        }

#mainnav {
    position: fixed;
    height: 0;
    z-index: 12;
    top: 0;
    overflow: hidden;
    background: #000;
    width: 100%;
    opacity: 0;
}

    #mainnav.openmenu {
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

    #mainnav.closemenu {
        -webkit-transition: height .6s ease-in-out;
        transition: height .6s ease-in-out;
        height: 0;
        opacity: 1;
    }

    #mainnav.active {
        height: 100vh;
        opacity: 1;
    }

    #mainnav ul {
        width: 590px;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: -200px;
        max-width: 100%;
    }

    #mainnav.openmenu ul {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    #mainnav ul li {
        padding: 0;
        margin: 0 0 20px 0;
        position: relative;
        height: 27px;
    }

        #mainnav ul li.navlogo {
            padding-bottom: 35px;
            border-bottom: 1px solid #fff;
            height: auto;
        }

            #mainnav ul li.navlogo img {
                max-width: calc(100% - 140px);
            }

        #mainnav ul li a {
            display: inline-block;
            color: #fff;
            font-family: 'FuturaLight';
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-align: center;
            position: relative;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            padding-bottom: 5px;
        }

            #mainnav ul li a.tohover:hover {
                font-family: 'FuturaBold';
                letter-spacing: 3px;
            }

            #mainnav ul li a.tohover:after, #mainnav ul li a.tohover:before, .newhover::after, .newhover::before {
                content: '';
                position: absolute;
                bottom: 0;
                height: 1px;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                right: 50%;
                background: #000;
                left: 50%;
            }

            #mainnav ul li a.tohover:hover:after,.newhover:hover::after {
                background: #fff;
                right: 50%;
                left: 0%;
            }

            #mainnav ul li a.tohover:hover:before, .newhover:hover::before {
                background: #fff;
                right: 0%;
                left: 50%;
            }

    #mainnav.active ul {
        opacity: 1;
        margin-top: 0;
    }
   #mainnav li .newhover{
	font-size: 18px ;
}
   #mainnav li.su{
	margin-bottom: 8px;   
}
#mainnav li.mm a{
	padding-bottom: 2px;
}

#page-home #mainnav ul li a.home, #page-creators #mainnav ul li a.creators, #page-address #mainnav ul li a.address, #mainnav ul li a.residences  {
    font-family: 'FuturaBold';
    letter-spacing: 3px;
    border-bottom: 1px solid #fff;
}

#mainnav ul li.nohoveraccept.active a{
    font-family: 'FuturaLight' !important;
	    letter-spacing: 2px !important;
	    border-bottom: 1px solid #000 !important;
}





#page-stives #mainnav ul li a.stives.newhover::after ,#page-moama #mainnav ul li a.moama.newhover::after{
	 background: #fff;
                right: 50%;
                left: 0%;
}
#page-stives #mainnav ul li a.stives.newhover::before ,#page-moama #mainnav ul li a.moama.newhover::before{
	  background: #fff;
                right: 0%;
                left: 50%;
}
#mainnav li.hide{
display: none;
}

.theresidences.active{
	font-family: 'FuturaBold'!important;
    letter-spacing: 3px !important;
    border-bottom: 1px solid #fff;
}
#page-moama #mainnav ul li a.theresidences, #page-stives #mainnav ul li a.theresidences{
	    font-family: 'FuturaBold'!important;
    letter-spacing: 3px !important;
    border-bottom: 1px solid #fff !important; 
}
#page-moama #mainnav ul li.hide, #page-stives #mainnav ul li.hide{
	display: block !important;
}
/* enquiry */
#register {
    height: calc(100vh - 200px);
    width: 100%;
    margin: 0 auto;
    background: #5a5b5b;
    min-height: 750px;
    position: relative;
}

    #register .middle {
        width: 760px;
        margin: 0 auto;
        max-width: 100%;
    }

.formbox {
    padding: 40px 0 80px 0;
}

label {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
    margin-bottom: 3px;
}

input, select {
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 5px;
    width: 100%;
    color: #5a5b5b;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fff;
    font-family: 'FairfieldLHLight';
    margin-bottom: 11px;
}

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px #fff inset;
    }

select {
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

 .backtowebsite,.b_submit {
    color: #fff;
    width: 133px;
    text-align: center;
    background: #b4a76c;
    font-family: 'verdana';
    font-size: 11px;
    letter-spacing: 1px;
    margin: 15px auto;
    cursor: pointer;
    transition: 0.4s all;
	 margin-top: 20px;
}
.backtowebsite{
	padding: 10px 5px;
	display: inline-block;
}

     .backtowebsite:hover,.b_submit:hover {
        color: #b4a76c;
        background: #fff;
    }

.cbre {
    float: left;
    display: block;
    width: 50%;
    text-align: left;
}

.mandatoty {
    display: block;
    text-align: center;
}

.privacy {
    font-size: 11px;
    text-align: center;
}

.chk_holder {
    margin: 0 0 11px 0;
}

#int_zippostal {
    margin-bottom: 0;
}

#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;
    }

    #chkInternational:checked + label {
        background: url(/images/buttons/check.png) no-repeat left center;
    }

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #5a5b5b;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #5a5b5b;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #5a5b5b;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #5a5b5b;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #5a5b5b;
    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 {
    padding: 0 0 40px 0;
    text-align: center;
}

.disclaimer {
    font-size: 14px;
	display: block;
}
#th {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#th p{
    font-size: 20px;
    text-align: center;
	color: #b4a76c;
	line-height: 40px;


}
#th h1{
	font-size: 30px;
}
/* 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;
    clear: both;
	background: #fff;
	min-height: 37px;
}

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: 14px;
}

li.token-input-token-project {
    overflow: hidden;
    height: 25px;
    margin: 0;
    padding: 2px 5px;
    background-color: transparent;
    color: #5a5b5b;
    cursor: default;
    border: none;
    font-size: 14px;
    white-space: nowrap;
    list-style: none;
    display: inline-block;
	font-family: 'FairfieldLHLight';
	line-height: 37px;
}


div.token-input-dropdown-project {
    position: absolute;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
    cursor: default;
    font-size: 11px;
    z-index: 13;
    color: #000;
}

    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;
    }
span.enq_mob_background{
	display: none;
}
   #page-home #ancher .flexslider,#page-stives #ancher .flexslider,#page-moama #ancher .flexslider{
	display: none;
}
	.nomobile{
		display: block;
	}
	.justmobile{
		display: none;
	}
a.thankyou_logo {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.middle.th_active {
    height: 100%;
}
.center_content{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 100%;
}
#disclaimer_datils{
    max-width: 95%;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 30px;
    display: none;
    font-size: 13px;
    width: 670px;
    text-align: center;
}

#disclaimer {
	text-decoration: underline !important;
	display: block;
	
}
.logosholder{
	display: block;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 40px;
	
}
.logosholder a.abadeen svg{
	height: 34px !important;
}
.logosholder a.pbd svg{
	height: 26px !important;
}
.logosholder a.pbd svg{
	height: 60px !important;
}
.logosholder a.bkh svg{
	height: 47px !important;
}
.logosholder a.cbre_footer svg{
	height: 26px !important;
}
.logosholder a{
	padding: 0 25px;
	display: inline-block;
	width: 174px;
    height: 60px;
	position: relative;
}
.logosholder svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.b_r_1_w{
	border-right: 1px solid rgba(255,255,255,0.5);
}
header a svg{
	width: 500px;
	fill: #ffffff !important; 
	max-width: 35vw;
	transition: 0.5s all;
}
.main_logo{
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}

 .main_logo .st1,  .main_logo .st2,  .main_logo .st3,  .main_logo .st4,  .main_logo .st0{
	fill:#ffffff !important;
}

#page-contact  footer{
	background-color: #5a5b5b;
}
.teamlink svg{
	height: 50px !important;
	
}
.teamlink.pbd svg{
	height: 70px !important;
	
}
.teamlink.bkh svg{
	height: 80px !important;
}

.abadeen .st2,.abadeen_branding .st2 {
 		fill:#4d4d4d  !important;
		stroke: transparent !important;
		}

#page-creators .logosholder{
	display: none;
}
.image_holder{
	width: 700px;
    margin: 0 auto;
    max-width: 100%;
}
.mb40{
	margin-bottom: 40px;
}
.mtb80{
	margin-bottom: 40px;
	margin-top: 80px;
}
span.date{
	 font-family: 'FairfieldLHLight';
	font-size: 15px;
	text-align: center;
	display: block;
	color: #b4a76c;
	margin-bottom: 25px;
}

#page-news h2{
	font-size: 20px;
	display: block;
	color: #b4a76c;
	padding-bottom: 10px;
	position: relative;
	padding: 0 10px 0 10px;
	margin-bottom: 40px;
	letter-spacing: 2px;
}
#page-news p{
	margin-bottom: 25px;
	text-align: center;
	font-size: 15px;
}
#page-news .grid_6.leftalign p{
	text-align: left;
	margin-bottom: 40px;
}

.news_holder{
	width: 900px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 100px;
	border-bottom: 1px solid #b4a76c; 
	padding-bottom: 50px;
}
#page-news.details .news_holder{
	border: none;
}
#page-news.details section{
    padding: 60px 0;	
}
.readmore{
	font-family: 'verdana';
	color: #b4a76c;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	
}
.close_btn{
	display: block;
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;margin: 0 auto;
	
}
.close_btn::after, .close_btn::before{
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	background:#b4a76c;
	left: calc(50% - 10px);
	top: 15px;
	    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close_btn::before{
	    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close_btn.bottom{
	bottom: 50px;
}
.close_btn.top{
	top: 50px;
}



@media screen and (max-width : 1024px) {

	.logosholder a img{
		height: 30px !important;
	}
	.logosholder a{
		padding: 0 15px;
	}
	.logosholder{
		margin-bottom: 25px;
	}
}

@media screen and (max-width : 900px) {
    h3 br {
        display: none;
    }

    h1 {
        font-size: 40px;
    }

        h1 span {
            font-size: 30px;
        }
	.news_holder{
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media screen and (max-width : 768px){
	#page-news h2{
		font-size: 16px;
	}
	#page-news p{
		padding-bottom: 20px;
	}
	
	#register{
		height: auto;
		position: relative;margin-bottom: 0;
	}
	#register h3 a{
		display: block;
		text-align: center;
		margin: 10px auto;
	}
	.logosholder a img{
		height: 45px !important;
	}
	.nomobile{
		display: none;
	}
	.justmobile{
		display: block;
	}
	#ancher .flexslider{
	display: block;
}
	#ancher{
		padding-top: 59px;
	}
	
	header{
		top: auto;
		bottom: 0;
	}
	#nav-toggle{
    top: auto;
    bottom: 20px;
    left: initial;
    right: 20px;
	}
	.enq_mob_background{
		display: block;
		width: 100%;
		height: 60px;
		background: #000000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
	}
	.enquirelink {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: initial;
    bottom: 12px;
    letter-spacing: 0;
		width: 120px;
	}
	header .tel{
		display: inline-block;
		position: absolute;
		top: 51%;
		transform: translateY(-50%);
		left: 10px;
	}
	header .tel svg{
		width: 30px !important;
	
	}
		h3{
		max-width: 275px;
	}
	#page-creators #ancher .flexslider{
		margin-bottom: 0;
	}
	#page-creators #ancher .flex-direction-nav a{
		margin-left: 0;
		margin-right: 0;
	}
	#map{
		margin-top: 60px;
	}
	#page-address #ancher{
		padding-top: 60px;
	}
	section{
		padding-bottom: 50px;
	}
	#page-address h3{
		font-size: 18px;
	}
	#int_postcode{
		margin-bottom: 11px;
	}
	p{
		margin-bottom: 10px !important;
	}
	footer{
		padding-bottom: 100px;
	}
	#disclaimer_datils{
	max-width: 275px;
	}
	.main_logo {
    position: fixed;
    left: 0;
    top: 24px;
    transform: initial;
    right: 0;
    margin: 0 auto;
		text-align: center;
}
	 .main_logo svg{
		max-width: 80% !important;
		margin: 0 auto;
	}
	.teamlink svg{
	height: 50px !important;
	    transform: translateY(35px);
}
	
	

}

@media screen and (max-width : 720px) {
header a svg{

	transition: 0 all;
}
	.logosholder a {
    padding: 0;
    display: block;
    margin: 0 auto 20px auto;
}
	.b_r_1_w {
    border-right: 0 none;
}
       #page-home #ancher .flexslider,#page-stives #ancher .flexslider,#page-moama #ancher .flexslider{
	display: block;
}
    #mainnav ul {
        padding: 0 40px;
    }

        #mainnav ul li a {
            font-size: 18px;
            letter-spacing: 1px;
        }

        #mainnav ul li {
            margin: 0px 0 18px 0;
            height: 21px;
        }

    .grid_6 {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }



    .tel {
        left: 15px;
        top: 25px;
        font-size: 13px;
        letter-spacing: 0;
    }

    h1 {
        font-size: 30px;
        letter-spacing: 3px;
    }

        h1 span {
            font-size: 20px;
        }

    #mainnav ul li.navlogo img {
        max-width: calc(100% - 40px);
    }

    #register .middle {
  position:relative;
  margin: 0 auto;
  padding:80px 20px 20px 20px;
  top:0;
  left:0;
  transform:translate(0,0);
    }
	.formbox {
    padding: 40px 0;
}
    #au_postcode{
        margin-bottom:11px;
    }
	body{
		padding-top: 0;
	}

}

@media screen and (max-width : 475px) {
	#page-home .fullheight, #page-stives .fullheight, #page-moama .fullheight{
		display: none;
	}
	p{
		max-width: 275px;
		margin: 0 auto;
		text-align: center;
	}
	#page-home h2:after, #page-stives h2:after, #page-moama h2:after {
    display: block;
    margin: 20px auto 25px auto;
    content: '';
    width: 30px;
    height: 30px;
		border: 1px solid #b4a76c;
    background: transparent;
		   -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
		border-left: 0;
		border-top: 0;
}

	#ancher .flexslider {
    margin-bottom: 75px; 
}
	
}
