/*

Theme Name: Adeline SalesForce

*/

*{
	box-sizing:border-box;

}

html, body{
	margin:0;
	padding:0;
	background: #352b28 url('images/bg-repeat.png') repeat;
}

h1,h1,h2,h3,h5{
	font-family: 'Prata', sans-serif;
	font-weight: 400;
}

h1{
	color:#936249;
	font-size: 50px;
	margin:0px;
	padding: 0px 0px 10px;
	line-height: 62px;
	letter-spacing: 2px;
}

h2{
	font-size: 45px;
	color:#a46d4f;
	margin:0px 0px 20px;
}

h3{
	font-size: 30px;
	line-height: 38px;
	color:#a46d4f;
	letter-spacing: 
}

h4{
	font-family: 'brandon-grotesque';
	font-size: 21px;
	font-weight: 500;
	color:#a36c4f;
	letter-spacing: 5px;
	margin-bottom: 23px;
}

h6{
	font-family: 'brandon-grotesque';
	font-size: 14px;
	font-weight: 600;
	color:#a46d4f;
	letter-spacing: 5px;
}

p{
	font-size: 16px;
	color:#FFF;
	line-height: 23px;
	letter-spacing: .6px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	max-width: 650px;
	margin: 25px auto;
	width: 100%;
}

input::-webkit-input-placeholder { color:#a46d4f; opacity:1 !important;}
input:-moz-placeholder { color:#a46d4f; opacity:1 !important; }
input::-moz-placeholder { color:#a46d4f; opacity:1 !important; }
input:-ms-input-placeholder { color:#a46d4f; opacity:1 !important; }

input.required::-webkit-input-placeholder { color:#C20000; opacity:1 !important;}
input.required:-moz-placeholder { color:#C20000; opacity:1 !important;}
input.required::-moz-placeholder { color:#C20000; opacity:1 !important;}
input.required:-ms-input-placeholder { color:#C20000; opacity:1 !important;}

.required {
    border-color: #C20000 !important;
    color: #C20000 !important;
}


.errors_exist{
	margin: 18px 0px -30px;
	color: #c20000;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
}

.errors_exist.show{
	display: block;
}

.valign{
	top:50%;
	position: relative;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

span.en{
	display: inline;
}

span.man{
	display: none;
}

/*** Home Template ***/

.welcome-banner{
	width: 100%;
	position: relative;
	height: 100vh;
	text-align: center;
}

.welcome-banner .welcome-logo{
	padding:0px 80px;
}

.welcome-banner .welcome-logo img{
	max-width:100%;
	/*margin-top: -150px;*/
}

.welcome-banner .welcome-arrow{
	position: absolute;
	bottom:57px;
	width:24px;
	height: 50px;
	left:50%;
	background:url('images/long-down.png') no-repeat;
	cursor: pointer;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-webkit-transition: all 350ms ease;
}

.welcome-banner .welcome-arrow:hover{
	bottom: 50px;
	transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-ms-transition: all 350ms ease;
	-webkit-transition: all 350ms ease;
}

.offer-box-container {
	/*width: 100%;
	text-align: center;
	position: absolute;*/
	/*bottom: 150px;*/
	bottom: 16%;
}
/*
.offer-box {
	border: 2px solid #754c24;
	border-radius: 2px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: #eae6df;
    padding:13px 0px;
}

.offer-box h1 {
	font-size: 30px;
    line-height: 50px;
    padding-bottom: 0;
    padding: 10px 0;
    color: #a46d4f;
}

.offer-box p{
	font-family: 'Prata', serif;
	font-size: 18px;
    line-height: 24px;
    color: #a46d4f;
    max-width: 800px;
    margin: 0 auto 10px auto;
}

.offer-box a.menu-btn {
	background: url('images/button-bg.png') no-repeat center/contain;
	display: inline-block;
	width: 165px;
	height: 37px;
	padding: 7px 0px;
	text-align: center;
	margin: 15px;
	color:#FFF;
	font-family: 'brandon-grotesque';
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 4px;
	vertical-align: middle;
	position: relative;
}

.offer-box a.menu-btn:hover{
	color:#000;
}*/

.intro-banner{
	height: 100%;
	width:100%;
	text-align: center;
	padding:100px 20px;
}

.intro-banner p{
	font-family: 'Prata', serif;
	font-size: 50px;
	line-height: 65px;
	color:#FFF;
	max-width: 100%;
}



.large-parallax{
	height: 1000px;
	position: relative;
	width:100%;
}

.small-parallax{
	position: relative;
	height: 760px;
	width:100%;
}

.owl-carousel,
.owl-carousel div{
	height: 100%;
}

.owl-item div{
	background-size: cover !important;
	background-position: center !important;
}

.owl-controls{
	display: none !important;
}

.carousel-nav{
	position: absolute;
	height: 38px;
	width: 100%;
	top:50%;
	z-index: 9;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}

.carousel-nav .carousel-next,
.carousel-nav .carousel-prev{
	position:absolute;
	width: 38px;
	right: 30px;
	font-size: 45px;
	color: #EAE6DF;
}
.carousel-nav .carousel-prev{
	left: 30px;
}

.carousel-nav .fa{
	opacity: 1;
	cursor: pointer;
	transition:all 350ms ease;
}
.carousel-nav .fa:hover{
	opacity: .7;
	transition:all 350ms ease;
}
.parallax-mirror{
	z-index: 1 !important;
}

.site-content.fixed-menu > div:not(.parallax-window){
	margin-top: 180px;
}
.menu-placeholder{
	height: 405px;
}
.menu-banner{
	height:100%;
	text-align: center;
	margin-top: 0px !important;
	padding:73px 0px 70px;
}

.menu-banner-fixed{
	display: none;
}
.menu-banner .anchor-menu{
	transition:all 350ms ease;
	-moz-transition:all 350ms ease;
	-webkit-transition:all 350ms ease;
	-ms-transition:all 350ms ease;
	box-shadow: none;
	cursor: default;
	padding: 20px 0px;
}
.menu-banner.fixed .anchor-menu{
	position: fixed;
	top: 0px;
	text-align: center;
	width: 100%;
	background: #292120;
	z-index: 99999;
	transition:all 350ms ease;
	-moz-transition:all 350ms ease;
	-webkit-transition:all 350ms ease;
	-ms-transition:all 350ms ease;
}

.anchor-menu .hamburger{
	display: none;
	font-size: 30px;
	cursor: pointer;
	color:#EAE6DF;
}

.menu-banner .lang-toggle{
	display: none;
}

.menu-banner.fixed .lang-toggle{
	display: block;
	color: #FFF;
	position: absolute;
	top: 25px;
	left: 20px;
	letter-spacing: 2px;
	font-family: 'brandon-grotesque';
	font-size: 0px;
	text-transform: uppercase;
}

.menu-banner.fixed .lang-toggle a{
	color:#FFF;
	text-decoration: none;
	margin: 0px !important;
	font-size: 10px;
	opacity: .5;
	display: block;
}

.menu-banner.fixed .lang-toggle a:after{
	display: none;
}

.menu-banner.fixed .lang-toggle a:hover{
	text-decoration: underline;
}

.menu-banner .smaller-logo{
	display: block;
	height: 145px;
	margin-bottom: 60px;
}


.menu-banner .anchor-menu a{
	color:#FFF;
	font-family: 'brandon-grotesque';
	font-size: 15px;
	text-decoration: none;
	letter-spacing: 4px;
	margin:0px 25px;
	vertical-align: middle;
	position: relative;
}

.menu-banner .anchor-menu a.menu-btn{
	background:url('images/button-bg.png') no-repeat center/contain;
	display: inline-block;
	width: 165px;
	height: 37px;
	padding: 7px 0px;
}

.menu-banner .anchor-menu a.menu-btn:hover{
	color:#000;
}

.menu-banner .anchor-menu a:after{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #a36d4f transparent;
	position: absolute;
	top: 27px;
	left:50%;
	opacity: 0;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
		transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}

.menu-banner .anchor-menu a:hover:after{
	opacity: 1;
	transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
}

.menu-banner .anchor-menu a.menu-btn:after{
	display: none;
}


.apartment-banner{
	height: 100%;
	padding: 85px 20px 70px;
	text-align: center;
	background:#352b28 none;
}

.penthouse-banner{
	height: 100%;
	padding: 165px 20px 140px;
	text-align: center;
	background:#352b28 none;
}

.lifestyle-banner{
	text-align: center;
	padding: 140px 0px 130px;
	height: 100%;
	background:#eae6df none;
}

.apartment-banner p:last-child,
.penthouse-banner p:last-child,
.lifestyle-banner p:last-child{
	margin-bottom: 15px;
}


.lifestyle-banner p{
	color:#a46d4f;
}
.lifestyle-banner h1{
	color:#a46d4f;
}

.aerial-map{
	height: 100%;
	max-width: 1140px;
	width: 100%;
	position: relative;
	margin:120px auto 0px;
}

.aerial-map img{
	width: 100%;
}

#gallery-carousel .owl-item img{
	max-height: 760px;
   -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.team-banner{
	height: 100%;
	width:100%;
	padding:115px 20px 100px;
	text-align: center;
}

.team-banner img{
	margin-top: 10px;
	margin-bottom: 40px;
}

.team-banner h4{
	color:#a36d4f;
}
.enquire-banner{
	height: 100%;
	padding: 115px 20px 80px;
	width:100%;
	text-align: center;
	background-color:#eae6df;
}

.enquire-banner h2 a{
	color:#a46d4f;
}

.enquire-banner .form-wrap{
	max-width: 450px;
	padding:0px 25px;
	width:100%;
	border: 1px solid #ad7d63;
	margin:0px auto 29px;
}

.enquire-form input,
.enquire-form .select2-selection{
	width: 100%;
	height: 50px;
	margin-top: 10px;
	font-size: 15px;
	font-family: 'brandon-grotesque';
	font-weight: 500;
	background:none;
	text-transform: uppercase;
	color:#a46d4f;
	border-color:#a46d4f;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	text-align: center;
	letter-spacing: 4px;
}

.enquire-form input.noborder{
	border:none;
}

.enquire-form .select2{
	width: 100% !important;
	margin-top: 10px !important;
}

.enquire-form .selection{
	width: 100% !important;
	display: table !important;
}

.enquire-form .select2-selection{
	width: 100% !important;
	border-radius: 0px !important;
	height: 50px !important;
	vertical-align: middle !important;
	display: table-cell !important;
	background: none !important;
	border: 1px solid #a46d4f !important;
}

.enquire-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#a46d4f !important;
	position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color:#a46d4f !important;
}

.select2-required.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-required .select2-selection{
    border-color: #C20000 !important;
    color: #C20000 !important;
}

.select2-required.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #C20000 transparent transparent transparent !important;
}

.enquire-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border:none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0px 7px;
	border-color: #a36d4f transparent transparent transparent;
	right: 25px;
	left: auto;
	margin-top: -3px;
}

.select2-results{
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-family: 'brandon-grotesque';
	color:#a46d4f;
	background-color:#FFF;
	letter-spacing: 4px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color:#352B28 !important
}

.enquire-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	border-width: 0px 7px 7px 7px;
	border-color: transparent transparent #a36d4f transparent;
}

.enquire-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: auto;
	position: static;
	top: auto;
	right: auto;
	width: auto;
}

.enquire-form .fancy-bg{
	background:transparent url('images/button-bg.png') no-repeat;
	width:250px;
	height: 57px;
	border:none;
	font-size: 20px;
	font-family: 'brandon-grotesque';
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
	letter-spacing: 11px;
	margin:45px 0px 30px;
	cursor: pointer;
}

.enquire-form .fancy-bg:hover{
	color:#000;
}

.enquire-banner .disclaimer-text p{
	font-size: 12px;
	font-family: 'brandon-grotesque';
	color:#a46d4f;
	letter-spacing: .2px;
	margin-bottom: 25px;
	line-height: inherit;
	margin-top: 0px;
}

.pre-footer{
	height: 300px;
}

.pre-footer .inner-content{
	max-width: 1140px;
	width:100%;
	margin:70px auto;
	text-align: center;
}

.pre-footer hr.fullwidth{
	width:100%;
	border-color:#a46d4f;
	border-width: 1px 0px 0px 0px;
}

.pre-footer .footer-menu{
	color:#a46d4f;
}
.pre-footer .footer-menu a,
.pre-footer .lang-toggle a{
	color:#a46d4f;
	font-family: 'Prata',sans-serif;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: .2px;
	margin-bottom: 10px;
	display: inline-block;
}

.pre-footer .footer-menu a:hover,
.pre-footer .lang-toggle a:hover{
	text-decoration: underline;
}

#page.man .lang .en{
	display: none;
}
#page.man .lang .man{
	display: block;
	max-width: 730px;
	margin:0px auto;
}


.pre-footer .footer-logo img{
	margin:20px auto;
	display: block;
	max-width: 185px;
	width:100%;
}

.display-suite-top {
	margin-bottom: 10px;
    font-size: 22px;
    margin-top: 40px;
}

.display-suite-bottom {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 40px;
}

/*** Thankyou Template ***/

.thankyou-banner{
	padding-top: 240px;
	text-align: center;
}

.thankyou-banner .logo{
	max-width: 525px;
	width:100%;
	margin-bottom: 110px;
}

.thankyou-banner h1{
	font-size: 61px;
	line-height: 75px;
	color:#FFF;
}

.thankyou-banner h6{
	line-height: 27px;
	max-width: 500px;
	margin: 42px auto 0px;
}

.thankyou-banner .fancy-btn{
	background:transparent url('images/wide-btn-bg.png') no-repeat;
	max-width:357px;
	margin-top: 58px;
	width:100%;
	height: 57px;
	border:none;
	font-size: 20px;
	font-family: 'brandon-grotesque';
	color:#FFF;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 600;
	letter-spacing: 9px;
	display: inline-block;
	padding: 14px 0px;
	text-align: center;
	text-decoration: none;
}

.thankyou-banner .fancy-btn:hover{
	color:#000;
}
/*
@media screen and (max-height: 900px){
	.welcome-logo.valign{
		top:42%;
	}
}

@media screen and (max-height: 800px){
	.welcome-logo.valign{
		top:35%;
	}
}*/


@media (max-width: 1140px){
	.aerial-map{
		margin-top: 0px;
	}
}


@media (max-width: 1024px){

	.menu-banner .smaller-logo{
	    margin-bottom: 70px;
	}
	.anchor-menu{
		overflow: visible;
	}
	.anchor-menu a {
	    margin: 0px 20px 23px !important;
	}

	.menu-banner a.menu-btn{
		
		padding:7px 0px;
	}

	.menu-banner .anchor-menu a::after{
		border-width: 0px 10px 10px;
		top:22px;
	}

	.menu-banner.fixed a.menu-btn {
		margin: 0px !important;
	}

	h1{
		font-size: 45px;
		line-height: 53px;
		letter-spacing: 1px;
	}

	h2{
		font-size: 35px;
	}

	h4{
		font-size: 18px;
	}
	p{
		font-size: 15px;
		line-height: 22px;
	}

	.welcome-banner .welcome-logo img{
		max-width: 70%;
	  /*  margin-top: -230px;
	    padding-left: 15%;
	    padding-right: 15%;*/
	}

	.welcome-banner .welcome-logo{
		padding:0px;
	}
	/*
	.offer-box-container {
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 120px;
	}

	.offer-box {
		border: 2px solid #754c24;
		border-radius: 2px;
	    max-width: 90%;
	    margin-left: auto;
	    margin-right: auto;
	    background: #eae6df;
	}

	.offer-box h1 {
		font-size: 25px;
	    line-height: 32px;
	    padding-bottom: 0;
	    padding: 10px 0;
	    color: #a46d4f;
	}

	.offer-box p{
		font-family: 'Prata', serif;
		font-size: 13px;
	    line-height: 20px;
	    color: #a46d4f;
	    max-width: 90%;
	    margin: auto;
	}

	.offer-box a.menu-btn {
		background: url('images/button-bg.png') no-repeat center/contain;
		display: inline-block;
		width: 165px;
		height: 37px;
		padding: 7px 0px;
		text-align: center;
		margin: 15px;
		color:#FFF;
		font-family: 'brandon-grotesque';
		font-size: 15px;
		text-decoration: none;
		letter-spacing: 4px;
		vertical-align: middle;
		position: relative;
	}*/

	.intro-banner{
		padding:90px 20px;
	}

	.intro-banner p{
		font-size: 40px;
		margin:0px;
		line-height: 55px;
	}

	.large-parallax{
		height: 450px;
	}

	.small-parallax{
		height: 400px;
	}

	.menu-banner {
	    padding: 50px 0px 50px;
	}

	.menu-banner .smaller-logo {
		max-width: 75%;
		margin: 0px auto 50px;
	}

	.menu-banner .anchor-menu a.menu-btn
	{
		margin:0px !important;
	}


	.lifestyle-banner,
	.penthouse-banner,
	.apartment-banner{
		padding: 100px 20px;
	}

	.team-banner {
    	padding:80px 20px 80px;
	}

	.team-banner img {
		margin-bottom: 20px;
	}

	.pre-footer{
		height:200px;
	}

	.thankyou-banner{
		padding-top: 140px;
	}
	.menu-placeholder {
	    height: 375px;
	}
}

@media (max-width: 992px){

	.menu-placeholder {
	    height: 360px;
	}
	.menu-banner .anchor-menu a{
		margin: 0px 10px 0px !important;
	}

}

@media (max-width: 860px){

	.anchor-menu{
		overflow: hidden;
	}

	.menu-banner .anchor-menu a:after, .menu-banner-fixed .anchor-menu a:after {
		display: none;
	}

	.menu-banner .anchor-menu a {
	    margin: 0px 5px 23px !important;
	    letter-spacing: 2px;
	}
	.menu-banner a.menu-btn {
		margin-top:23px !important;
	}

	.menu-banner .smaller-logo {
		margin-bottom: 20px;
	}

	.menu-banner.fixed .anchor-menu .hamburger{
		display: block;
		position: absolute;
		right: 15px;
		top:10px;
	}

	.menu-placeholder {
   		height: 330px;
	}

	.menu-banner.fixed .anchor-menu{
		padding:25px 0px;
	}
	.menu-banner.fixed .anchor-menu a{
		margin: 10px auto !important;
		display: block;
	}

	.menu-banner.fixed .lang-toggle{
		top:11px;
	}

	.menu-banner.fixed .lang-toggle a{
		margin:0px !important;
	}

	.menu-banner.fixed .anchor-menu .inner-menu{
		height: 0px;
		overflow: hidden;

		transition: all 350ms ease;
		-moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		-webkit-transition: all 350ms ease;
	}

	.menu-banner.fixed .anchor-menu .inner-menu.open{
		height: 220px;

		transition: all 350ms ease;
		-moz-transition: all 350ms ease;
		-ms-transition: all 350ms ease;
		-webkit-transition: all 350ms ease;
	}



}


@media (max-width: 768px){

	h1{
	    font-size: 35px;
    	line-height: 43px;
	}
	p {
    	font-size: 14px;
    	line-height: 21px;
	}	
	.intro-banner {
	    padding:77px 20px;
	}

	.intro-banner p{
	    font-size: 30px;
	    line-height: 42px;
	}

	.lifestyle-banner,
	.penthouse-banner,
	.apartment-banner{
	    padding: 60px 20px;
	}

	.menu-banner {
	    padding: 40px 0px;
	}

	.menu-banner .smaller-logo{
		margin-bottom: 30px;
	}

	.menu-placeholder{
		height: 360px;
	}

	.large-parallax {
    	height: 300px;
	}
	.small-parallax {
    	height: 280px;
	}

	.team-banner {
	   padding: 60px 20px;
	}

	.enquire-banner {
    	padding:80px 15px 60px;
	}

	.thankyou-banner{
		padding-top: 100px;
	}

	.thankyou-banner .logo {
		padding: 0px 50px;
	}

	.thankyou-banner h1 {
	    font-size: 50px;
	    line-height: 58px;
	}

	.thankyou-banner h6 {
		margin: 22px auto 0px;
		letter-spacing: 4px;
		padding: 0px 20px;
	}

	.thankyou-banner .logo{
		margin-bottom: 70px;
	}
	p br,
	h6 br{
		display: none;
	}

	.errors_exist{
		margin: 15px 0px -10px;
	}

}

@media (max-width: 660px){
	.menu-banner .anchor-menu a.menu-btn{
		margin-top: 15px !important;
	}
}

/*
@media screen and (max-width: 550px){
	.welcome-banner{
		height: 100%;
	}

	.welcome-banner .welcome-arrow{
		bottom: 8px;
		width: 14px;
		height: 40px;
		background-size: contain;
	}

	.welcome-banner .welcome-arrow:hover{
		bottom:0px;
	}

	.welcome-banner .welcome-logo img {
		margin:60px 0px 40px;
		position: static;
	}

	.welcome-logo.valign{
		position: static;
		transform:none;
		-ms-transform:none;
		-moz-transform:none;
		-webkit-transform:none;
	}

	.welcome-banner .offer-box{
		padding:10px;
	}
	.welcome-banner .offer-box-container{
		position: static;
		padding-bottom: 80px;
	}
	.welcome-banner .offer-box h1{
		font-size: 20px;
		line-height: 25px;
	}
}*/

@media (max-width: 480px){
	h1{
    	font-size: 25px;
    	line-height: 32px;
	}
	h2{
		font-size: 24px;
	}
	h3 {
	    font-size: 22px;
	    line-height: 26px;
	}
	h4{
	    font-size: 16px;
	    letter-spacing: 2px;
    	margin: 3px 0px 18px;
	}
	p {
    	font-size: 13px;
    	line-height: 20px;
	}	
	.intro-banner{
	    padding:45px 20px;
	}

	.intro-banner p{
	    font-size: 21px;
	    line-height: 30px;
	}

	.lifestyle-banner,
	.penthouse-banner,
	.apartment-banner{
	    padding: 40px 20px;
	}

	.menu-banner {
	    padding: 20px 0px 40px;
	}

	.menu-banner .smaller-logo{
		margin-bottom: 10px;
	}
	.menu-banner .anchor-menu a{
		padding: 0px;
		text-align: center;
		margin: 0px 0px 10px !important;
		display: block;
	}

	.menu-banner .anchor-menu a::after{
		display: none;
	}

	.menu-placeholder {
	    height: 460px;
	}

	.large-parallax {
    	height: 200px;
	}
	.small-parallax {
    	height: 180px;
	}

	.team-banner {
	    padding:35px 20px;
	}

	.enquire-banner {
    	padding:50px 15px 40px;
	}

	.team-banner img{
	    max-width: 50%;
	    height: auto;
	}

	.enquire-banner img{
		width:70px;
	}

	.enquire-banner .form-wrap{
		padding:0px 15px;
	}

	.enquire-form input, 
	.enquire-form .select2-selection{
		letter-spacing: 1.4px;
		height: 40px;
		font-size: 13px;
	}

	.enquire-form .select2-container--default .select2-selection--single .select2-selection__arrow b{
		right:10px;
	}

	.select2-results{
		font-size: 13px;
		letter-spacing: 1.4px;
	}

	.enquire-form .fancy-bg{
		background-size: contain !important;
		width: 190px;
		padding: 0px;
		font-size: 16px;
		letter-spacing: 5px;
		margin: 25px 0px 25px;
		height: 43px;
	}

	.thankyou-banner {
	    padding-top: 50px;
	}

	.thankyou-banner .logo {
    	margin-bottom: 40px;
	}

	.thankyou-banner h1 {
	    font-size: 40px;
	    line-height: 51px;
	}

	.thankyou-banner h6{
		letter-spacing: 3px;
	}

	.thankyou-banner .fancy-btn {
	    margin-top: 35px;
	    width: 260px;
	    height: 43px;
	    background-size: contain;
	    font-size: 13px;
	    letter-spacing: 5px;
	    padding: 11px 0px;
	}

}
