/* CSS Document */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ============================================== COMMENT
*/


/*****************   FONTS  *****


light
font-family: proxima-nova, sans-serif;
font-weight: 300;
font-style: normal;


regular
font-family: proxima-nova, sans-serif;
font-weight: 400;
font-style: normal;

medium
font-family: proxima-nova, sans-serif;
font-weight: 500;
font-style: normal;




************************************/

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('../fonts/proxima-nova-light-59015fc69b136-webfont.woff2') format('woff2'),
         url('../fonts/proxima-nova-light-59015fc69b136-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'butlerbold';
    src: url('../fonts/butler_bold-webfont.woff2') format('woff2'),
         url('../fonts/butler_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.nova-light{
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.nova-regular{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.nova-medium{
	
}

.image-margin-t{
	margin-top:30px;
}

#modal_disclaimer p{
	font-family: 'proxima_nova_ltlight';
	margin-bottom:6px;
	line-height: 24px;
	padding-bottom:20px;
}

.test{ border:1px solid #000;}
.test2{ border:1px solid #fff;}

.m-w{ min-width:100% !important;}
.mw { float: right; margin-top: 82px; margin-bottom: 56px;}
.no-pad { padding-left:0; padding-right:0;}
.no-pad-b{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.no-pad-t{

	padding-top:0 !important;
	margin-top:0 !important;
}
.extra-pad{
	padding-top:40px;
}

strong{
	font-weight:bold;
}
html, 
body {
	height: 100%;
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.white-c { color:#fff; }
.pos-relative{ position:relative !important; }

.venobox{
	cursor:pointer;
}


.div-inline{
	display: inline-block;
}


#formPopUp.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: none;
    border-radius: 0;
    background-color: #f6ebe5;
	outline: none;
	padding: 15px;
}

#formPopUp.reveal .close-button {
    color: #8c734b !important;
}

#formPopUp.reveal .columns{
	padding: 2px !important;
}

#formPopUp.reveal .btn-submit {
    padding: 0;
	height: 39px;
	width: 100%;
}

#formPopUp.reveal [type=text], [type=email] {
   /* margin: 0 0 5px;*/
}

.btn-ajax{
	cursor: pointer;
}

/*********************************   CAPTIONS  ************************************/
.caption-div{
	position:absolute;
	bottom:30px;
	right:33px;
	color:#fff;
	font-size:12px;
	font-family: proxima-nova, sans-serif;
	text-transform:capitalize;
	font-weight: 300;
	font-style: normal;
	letter-spacing:4px;
	text-shadow: 1px 1px #000000;
}


.bg-div-gold, .bg-div-white, .bg-div-black{
	background:rgba(246, 235, 229, 0.6);
	bottom:20px;
	right:20px;
	padding:5px 10px 7px 10px;
}

.bg-div-gold{
	color:#8c734b;
	text-shadow: 1px 1px #8c734b;
}

.bg-div-white{
	color:#fff;
	text-shadow: 1px 1px #000;
}
.bg-div-black{

	color:#000;
	text-shadow: 1px 1px #000;
}

.captiontext-div{
	position:absolute;
	bottom:10%;
	right:10%;
	color:#fff;
	text-transform:capitalize;
	font-size:12px;
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing:4px;
	max-width:25%;
	text-align:left;
	line-height:24px;
	text-shadow: 1px 1px #000000;
}
/***********************************************************************************/
.div-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.center-div-v-h{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:100%;
}

#hero{ position:relative; }
.display-inline-block{
	display:inline-block;
	clear:both;
}

.max-width-h2{
	max-width:70%;
	margin-right:auto;
	margin-left:auto;
}
.max-width-h2-interior{
	margin-right:auto;
	margin-left:auto;
}

#hero.homepage{ background:url(../img/hero-index.jpg) no-repeat center;background-size:cover; }

#hero.architecture{ background:url(../img/hero-architecture.jpg) no-repeat center;background-size:cover; }

#hero.amenities{ background:url(../img/hero-amenities.jpg) no-repeat center;background-size:cover; }


#hero.lifestyle{ background:url(../img/hero-lifestyle.jpg) no-repeat center;background-size:cover; }

#hero.terraces{ background:url(../img/hero-terraces.jpg) no-repeat center;background-size:cover; }


#hero.hero-team{ background:url(../img/hero-team.jpg) no-repeat center;background-size:cover; }

#hero.interior{ background:url(../img/hero-interior.jpg) no-repeat center;background-size:cover; }

#hero.hero-location{ background:url(../img/hero-location.jpg) no-repeat center;background-size:cover; }


#hero .hero-block{ 
	position:absolute;
	top:50%;
	text-align:center;
	width:100%;
	color:#fff;
	-ms-transform: translate(0,-50%); /* IE 9 */
	-webkit-transform: translate(0,-50%); /* Safari */
	transform: translate(0,-50%);  
}
.wrap-btn-index{ 
	/*margin-top:5%; */
	
}
#wrapper{overflow:hidden; }



.div-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.center-video-btn {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, 10%);
}

/****************   CONTENT   **************/
#left-bar{
	position:fixed;
	top:40%;
	left:3%;
	z-index:999;
}


#right-bar{
	position:fixed;
	top:40%;
	right:3%;
	z-index:999;
}

.content-page{
	max-width:100%;
	margin:0 auto;
}

.gold-class{ color:#8c734b; }

/**************  BTN   *****************/
.btn-gold{
	background:#8c734b;
	color:#fff;
	padding:5px 30px;
	text-transform:uppercase;
	font-size:24px;font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 3px;
	display: inline-block;
}
.btn-gold:hover{
	background:#000;
	color:#fff;
}
a.btn-gold:hover, a.btn-gold:focus{
	background:#000;
	color:#fff;
}

.btn-white{
	background:#fff;
	color:#8c734b;
	padding:5px 30px;
	text-transform:uppercase;
	font-size:24px;font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 3px;
	display: inline-block;
}
.btn-white:hover{
	background:#8c734b;
	color:#fff;
}
a.btn-white:hover, a.btn-white:focus{
	background:#8c734b;
	color:#fff;
}

.btn-black{
	background:#000;
	color:#fff;
	padding:5px 30px;
	text-transform:uppercase;
	font-size:24px;font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 3px;
}
.btn-black:hover{
	background:#8c734b;
	color:#fff;
}

.btn-submit{
	background:#000;
	color:#fff;
	padding: 7px 140px;
	text-transform:uppercase;
	font-size:16px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 3px;
	border:none;
	-webkit-transition: all 0.25s ease-in; /*safari and chrome */
 -moz-transition: all 0.25s ease-in; /* firefox */
 -o-transition: all 0.25s ease-in; /* opera */
 transition: all 0.25s ease-in; /* opera */
}
.btn-submit:hover{
	background:#8c734b;
	color:#fff;
}

h1{
	 font-family: 'butlerbold';
	 font-size:36px;
	 text-transform:uppercase;
	 letter-spacing:3px;

}

.row{
	max-width:85%;
}

.section-white{
	padding-top:100px;
	padding-bottom:100px;
	text-align:center;
}

.section-pink{
	background:#f7ebe6;
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
}

.section-subtitle{
	font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 34px;
    color: #000;
    letter-spacing: 3px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-right: auto;
    margin-left: auto;
    max-width: 60%;
    padding-bottom: 10px;
}
.section{
	width:100%;
	position:relative;
	display:block;
}

.section-title{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:34px;
	letter-spacing:3px;
	color:#000;
	text-transform:uppercase;
	margin-bottom: 20px;
}

.section-paragraph{
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	max-width:60%;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	color:#000;
	font-size:16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1px;
}

.section-table{ height:500px; }

.inner-text{
	padding-top:50px;
	padding-bottom:50px;
}

.box-text{ margin-top:60px; }
.read-more{
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:16px;
}
.read-more a{ border-bottom:1px solid #000; }

.read-more a:hover{ border-bottom:1px solid #000; }

.icon-logo{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}
.icon-logo-index{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
}
.section-gold{
	background:#8c734b;
	color:#fff;
	text-align:center;
}

.logo-footer{
	margin-top:20px;
	margin-bottom:40px;
}

.white-text{ color:#fff; }

.gold-text, .gold-text a{
	color:#8c734b;
}

.gold-tex a:hover, .gold-tex a:focus {
  color: #8c734b;
}
.footer{
	text-align:center;
}
.footer-h1{
	font-size:34px;
	margin-bottom: 20px;
}

.footer h3, .footer a{
	text-transform:uppercase;
	font-size:36px;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 38px;
	margin-bottom:20px;
	letter-spacing:3px;
}

#form_enquiry{
	margin-left:auto;
	margin-right:auto;
	max-width:60%;
	margin-top:20px;
	margin-bottom:20px;
}

.section-padd-left{ padding-right: 3.8rem; }

.section-padd-right{ padding-left: 3.8rem; }

#response{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:10px;
	margin-top:5px;
}

.max-width-row{
	margin-left:auto;
	margin-right:auto;
	max-width: 100%;
	clear:both;
}
.footer .footer-copy{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:12px;
	color:#000;
	text-transform:none;
	line-height: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
	line-height: 15px;
}
.footer .footer-copy a{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:12px;
	color:#000;
	text-transform:none;
	line-height: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.footer-copy a:hover{
	border-bottom:1px solid #000;
}

.padding-footer{
	padding-top:30px;
	padding-bottom:30px;
}

.f-left{ text-align:right; }
.f-right{ text-align:left; }


/*************************  HOVER EFFECT *****************/

.hovEffect {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #252525;
	display: block;
	/* height: 103%;     When this value is set up to 100% one of the images on the index page (grid) looks small it **/
}

.hovEffect *,
.hovEffect:before,
.hovEffect:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.hovEffect figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.3);
	opacity:0;
	
}
.hovEffect .box_effect {
    padding: 0 50%;
    opacity: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
	font-size:34px;
	text-transform:uppercase;
}
.underline-effect{ border-bottom: 2px solid #fff; }

.hovEffect.hover{
	zoom: 1;
	filter: alpha(opacity=25);
	-webkit-opacity: 0.25;
	opacity: 0.25;
}

.hovEffect:hover:before,
.hovEffect.hover:before,
.hovEffect:hover:after,
.hovEffect.hover:after {
	opacity: 1;
}


.hovEffect:hover .box_effect, .hovEffect:hover figcaption,
.hovEffect.hover .box_effect {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}



/********************************   new over effect   **********************/

.hoverEffect {
	display: table;
	height: 100%;
	width:100%;
	
}

.efect {
	display: table-cell;
	vertical-align: middle;

}
/********************************************************/


.box-effect {
	/*background:#000;*/
	position:relative;
}
.box-effect-interior { position:relative; }

.wrap-effect {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	color: rgba(0,0,0,1);
	border-bottom:2px solid #8c734b;
	font-size:34px;
	text-transform:uppercase;
	width: 40%;
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.box-effect:hover .wrap-effect {
	border-bottom:2px solid #fff;
	color: rgba(255,255,255,1);
}

.height-vh { height:100vh; }

  
 .make_fixed_top {
	position: fixed;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	z-index:999999;
	visibility:visible !important;
	opacity:1 !important;
	
}


/*********************  MENU   *************************/

#header{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:99999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header2{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:99999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
nav {
  position: relative;
  width: 100%;
  height:60px;
}
nav .logo {
  display: block;
  margin: 0 auto;
  padding: 1rem;
}
nav ul {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
}
nav ul li {
  width: 100%;
  padding: 1rem; 
}
nav ul li.logo-placeholder { display: none; }
nav ul li a {
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:2px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

nav ul li a:hover{
	color: #fff;
	border-bottom: 2px solid #8c734b;
}

nav ul li a:hover, nav ul li a:focus {	
}

nav ul li a.btn-black:hover{
	border:none;
}

@media screen and (min-width: 768px) {
  nav { margin-top:50px; }
  nav .logo {
    left: 0;
    right: 0;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(-0.3 * 200px);
  }
  nav ul li {
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 0;
  }
  nav ul li.logo-placeholder { display: block; }
}


nav .btn-black { font-size:14px; }


.scroll-header, .scroll-mobile, .team #header{ background:#f6ebe5; }
.scroll-header, .scroll-mobile, .team #header2{ background:#f6ebe5; }
.scroll-header nav ul li a, .scroll-mobile ul li a, .team #header nav ul li a{ color:#000; }
.scroll-header nav ul li a, .scroll-mobile ul li a, .team #header2 nav ul li a{ color:#000; }

/*.team #header nav ul li:last-child a{  }*/
.team #header nav ul li a.over-css{color:#fff}
.team #header2 nav ul li a.over-css{color:#fff}

.scroll-header nav ul li a.btn-black, .scroll-mobile ul li a.btn-black{ color:#fff; }
#logo-scroll{ opacity:0; }

.scroll-header nav #logo-scroll, .team #header nav #logo-scroll{ opacity: 1; }
.scroll-header nav #logo-scroll, .team #header2 nav #logo-scroll{ opacity: 1; }

.logo-scroll-mobile { display:none; }

.scroll-mobile .logo-scroll-mobile { display:block; }
.logo-mobile-start{
	display:block;
}
.scroll-mobile .logo-mobile-start{ display:none; }



/* sub-menus */

nav li > ul {
  position: absolute;
  display: none;
  animation: slide 0.1s linear 0s normal;
  width: auto;
  top:20px; 
}
    


.scroll-header nav li > ul{
	padding-bottom: 5px;
	background: rgba(246, 235, 229, 1);
}


nav li > ul > li {
	display: block;
	padding: 0 20px 0 25px;
	text-align: center;
}

.scroll-header nav li > ul > li {
  background: rgba(246, 235, 229, 0.9);
}

.scroll-header nav li > ul > li:last-of-type { margin-bottom:20px; }

nav li > ul > li > a {
  display: block;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
}

nav li:hover > ul {
  display: block;
  animation: slide 0.1s linear 0s normal;
}

nav li:hover > ul li:hover a { border-bottom: 2px solid #8c734b; }

.scroll-header nav li:hover > ul li:hover a { border-bottom: 2px solid #8c734b; }
.scroll-header nav li:hover > ul li:hover { background: #f6ebe5; }

/*https://github.com/Q42/delighters*/

.foo.delighter {
   transition: all .5s ease-out;
   transform: translateY(20%);
   opacity: 0;
}


.foo.delighter.started, .move-right.delighter.started, .move-left.delighter.started{
    transform: none;
    opacity: 1;
}



/***  left  ******/
.move-right.delighter {
   transition: all .5s ease-out;
   transform: translateX(20%);
   opacity: 0;
}

.move-left.delighter {
   transition: all .5s ease-out;
   transform: translateX(-20%);
   opacity: 0;
}




/**********************  BURGER   **************/
.container_burger {
	cursor: pointer;
	position: absolute;
	top: 20px;
	background: #8c734b;
	right: 8px;
	padding: 5px 8px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.nav-mobile{
	height: 100vh;
	padding-top: 80px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 0;
    margin-bottom: 0;
}

.nav-mobile li{
	list-style:none; margin-top:15px;
}

.nav-mobile li a{
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:2px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;	
}

.nav-mobile li a.btn-black{
	color:#fff;
}

.mobile{
	text-align:center;
	overflow:scroll;
}

.scroll-mobile .bar1, .scroll-mobile .bar2, .scroll-mobile .bar3, .scroll-header .bar1, .scroll-header .bar2, .scroll-header .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}


[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 3px solid #8c734b;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-size: 1rem;
    line-height: 1.5;
    color: #8c734b;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:2px;
	font-size: 14px;
	
}
select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 3px solid #8c734b;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    color: #8c734b;
    /*background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.…nts='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>);*/
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
	
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing:2px;
	font-size: 14px;
	
}

select:focus {
    outline: none;
    border: 3px solid #8c734b;
    background-color: #ffffff;
    box-shadow: 0 0 5px #8c734b;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 3px solid #8c734b;
    background-color: #fff;
    box-shadow: 0 0 5px #8c734b;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.hero-block h1{
	letter-spacing:10px;
	text-shadow: 1px 1px #000000;
}

h2{
	font-size: 34px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 38px;
	color:#000;
	margin-bottom: 20px;
	text-transform:uppercase;
}

.section-paragraph.new-width{ max-width:77%; }
.icon-logo.new-icon-pos{ top:50%; }

.block-text-body{
	margin-left:auto;
	margin-right:auto;
	display:block;
	max-width:55%;
	margin-top: 60px;
}

.block-text-body .section-paragraph{ max-width:none; }

.logo-team{ margin-top:70px; }


.gallery{
	padding-top:65px;
	background:#f7ebe6;
}

.bg-pink{ background:#f7ebe6; }
.bg-pink2 { background:#f6ebe5;}
.bg-white{ background:#fff; }



h3 {
    font-size: 27px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;

}







.box-text-interior h3{
    padding-bottom: 20px;
	margin-bottom:0;
}

.box-text-interior{
	text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}

.column-left{ padding-right:3rem; }


.column-right{ padding-left:3rem }


.column-left .box-text-interior {
   /* padding-right: 3rem;*/
}
.column-right .box-text-interior{
	 /*padding-left:3rem*/
}

.column-center .box-text-interior {
     /*padding-right: 3rem;*/
}

.image-web { min-width:100%; }


.absolute-div { position:absolute; }


.last-pad-50 { padding-bottom: 50px; }

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: scroll;
    z-index: 99999;
}

.active > a:first-of-type { border-bottom:2px solid #8c734b; }


/******************  NO BREAK  ***************/
.nobr { 
	white-space: nowrap; 
}

/******************  TEAM  ***************/

.max-with-t {
	max-width:95%;
	margin-right:auto;
	margin-left:auto;
}


.thumbnail-team-1 { background:url(../img/thumbnail-team-1.jpg) no-repeat center;background-size:cover; }

.thumbnail-team-2 { background:url(../img/thumbnail-team-2.jpg) no-repeat center;background-size:cover; }

.thumbnail-team-3{ background:url(../img/thumbnail-team-3.jpg) no-repeat center;background-size:cover; }

.thumbnail-location-map { background:url(../img/location-blue.jpg) no-repeat center;background-size:cover; }

.vbox-overlay {
	z-index: 999999;
	background: rgba(23, 23, 23, 0.85); 
}



/************************   LOCATION    ***********************/
.container-50 {
	width:50%;
	position:relative;
	float:left;
	display:block;
}


/*
.icons{
}
.icons li {
	list-style:none;
	position:relative;
	padding-left:40px;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	
	text-transform:uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

.icons li span{
	margin-left: -40px;
    margin-right: 20px;
}

.icons.f-right li{
	
}
*/
/***************************  MAP    ***********************/
.icons-list{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
	margin-bottom: 40px;
	text-transform:capitalize;
}
.icons-list li {
	list-style: none;
    display: inline-block;
    height: 100%;
    line-height: 40px;
    text-align: left;
    float: left;
    margin: 0 20px;
}

.icons-list li img {
	vertical-align: middle;
}
#map_canvas {
  height: 800px;
  width: 100%;
  margin-bottom: 30px;
}

#map_canvas h2{
	
    font-size: 16px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;

}

/*#location-details{ margin-top:40px; }*/

/*********************  TABLES   ***********************/

.theadtr tr td{ text-align:center }
table thead th, table thead td, table tfoot th, table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: center;
}

table thead{ border-bottom:1px solid #000; }
tr td{ border-bottom:1px solid #000; font-size:14px; }
tr td:first-of-type{ border-right:1px solid #000; }


/****     foundation   ******/
table thead {
    background:none;
    color: #000;
}
table thead, table tbody, table tfoot {
    border: none;
    background-color:transparent;
}

table tbody tr:nth-child(even){
	border: none;
    background-color:transparent;
}

table tbody th, table tbody td {
    padding: 1rem 0.2rem;
}
/******************************/

.no-border{ border-right:none !important; }
.no-border-b { border-bottom:none !important; }

.box-location img{ margin-bottom:20px; }



.box-location p{
	text-transform:uppercase;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;;
	letter-spacing:2px;
	margin-bottom: 0.5rem;
}
.box-location p.bold-f{ font-weight: 500; }
.location-table{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.pad-mobile{ margin-top:60px; }


.btn-mobile{
	margin-top:20px;
	display:inline-block;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f6ebe5;
  z-index: 100000;
 /* border:5px solid #8c734b;*/
}
/*#loading img{
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%; 
  margin-left: -64px;
  margin-top: -64px;
}*/


.icon {
    width: 110px;
    height: 110px;
    -webkit-animation:pulse 6s linear infinite;
    -moz-animation:pulse 6s linear infinite;
    animation:pulse 6s linear infinite;
}

@-webkit-keyframes pulse {
  	0%{
  		
    } 25% {
  		transform: scale(.85);
    } 50% {
        transform: scale(1);
    } 75% {
        transform: scale(.85);
    } 100% {
     
    }
}

@keyframes pulse {
    0%{
  	
    } 25% {
  	    transform: scale(.85);
    } 50% {
        transform: scale(1);
    } 75% {
        transform: scale(.85);
    } 100% {
       
    }
}
a.no-behaviour:hover{
	border:none;
}
.blue-map{
	margin-top:80px;
}
.hr-blue{
	background:#009298;
	height:8px;
}
.color-blue{
	color:#009298;
	font-size:14px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height:20px;
}

.hr-blue-clear{
	background:#736b93;
	height:8px;
}

.color-blue-clear{
	color:#736b93;
	font-size:14px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height:20px;
}

.color-black{
	color:#000;
	font-size:14px;
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height:20px;
}

.last-section{
	padding-bottom:0;
	margin-bottom:0;
}


.image-margin{
	margin-bottom:30px;
}

#sent{
	margin:30px auto;
}



.column-image{
	padding-left:0;
	padding-right:0;
	
	
}
.reset-padd{
	background:#f7ebe6;
	margin-bottom:30px;
}

/**********************************   POP UP WINDOW FORM  **********************/

#formPopUp .row{
	margin-top: 10px;
}
	
.close-button, .close-button.medium{
	top: 0;
}

#formPopUp .h1-div{
	font-family: 'butlerbold';
	font-size:36px;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #8c734b;
}

#formPopUp .h1-div.mar-top{
	margin-top: 20px;
}

#formPopUp .h3-div{
	font-family: 'butlerbold';
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #8c734b;
	margin-bottom: 0;
}

#formPopUp .h3-div.pad-20{
	padding-top: 20px;
	padding-bottom: 20px;
}

#formPopUp p{
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}

#formPopUp .h3-div.color-black{
	color: #000;
}

#formPopUp #response p{
	font-size: 12px;
}

#formPopUp .success_submit{
	text-align: center;
	line-height: 22px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}
/*
@keyframes slide {
  from  { transform: rotateY(35deg) skewX(10deg); }
  to     { transform: rotateY(0deg) skewX(0deg); }
}
*/
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) {
	#form_enquiry {
		max-width: 90%;
		margin-bottom: 0;
	}
	.max-width-row { max-width: 100%; }
	.f-left, .f-right{ text-align:center; }
	.row { max-width: 100%; }
	.section-paragraph {
		max-width: 100%;
		font-size: 16px;
	}
	
	.max-width-h2-interior{
		max-width: 100%;
		font-size: 22px;
		line-height:26px;
	}
	
	.section-padd-left{ padding-right: 0.9375rem; }

	.section-padd-right{ padding-left: 0.9375rem; }
	
	h1 {
		font-size: 33px;
		letter-spacing: 3px;
		line-height: 36px;
	}
	.section-subtitle {
		font-size: 23px;
		letter-spacing: 3px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.section-white {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
	.btn-black {
		padding: 15px 20px;
		font-size: 14px;
		letter-spacing: 3px;
	}
	.section-title {
		font-size: 18px;
		letter-spacing: 0px;
		/*letter-spacing: 3px;*/
	}
	.section-pink {
		padding-bottom: 40px;
	}
	.section-table {
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.last-padding-mobile{
		padding-bottom:0;
	}
	.box-effect {
		margin-right: auto;
		margin-left: auto;
		max-width: 74%;
	}
	
	.box-text-interior{
		margin-right: auto;
		margin-left: auto;
	}
	
	.image-web{
		margin-right: auto;
		margin-left: auto;
		max-width: 74%;
		min-width:inherit;
	}
	
	
	.inner-text {
		padding-top: 30px;
		padding-bottom: 30px;
		max-width: 74%;
		margin-right: auto;
		margin-left: auto;
	}
	.section-table{
		max-width: 74%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.icon-logo {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		z-index: 99;
		padding: 0 0 30px 0;
		max-width: 20%;
	}
	.footer-h1 {
		/*font-size: 22px;*/
		line-height: 26px;
		font-size: 18px;
    	letter-spacing: 1px;
	}
	.footer h3, .footer a {
		font-size: 20px;
		line-height: 26px;
	}
	.btn-submit {
		padding: 15px 80px;
		font-size: 16px;
	}
	[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
		height: 3.2rem;
	}
	select {
		height: 3.2rem;  
	}

	.footer .footer-copy, .footer .footer-copy a{
		font-size:14px;
	}
	
	
	.f-left, .f-right, .footer-copy{
		margin-top:20px;
	}
	
	#response {
		font-size: 17px;
		margin-top: 5px;
	}
	
	.logo-collection{ max-width: 80%; }
	.wrap-effect { font-size: 30px; }
	
	.cgi-mobile-resize{
		max-width: 90% !important;
		min-width: 50% !important;
	}
	
	.cgi-video{
	}
	
	.section-paragraph.new-width { max-width: 100%; }
	
	
	.max-width-h2-interior {
		margin-right: auto;
		margin-left: auto;
	}


	.box-effect-interior {
		position: relative;
		max-width: 74%;
		margin-right: auto;
		margin-left: auto;
	}
	.container_burger {
		right: 8px;
		padding: 3px 7px;
	}
	.box-text {
		margin-top: 40px;
		max-width: 74%;
		margin-right: auto;
		margin-left: auto;
	}

	h2 {
		font-size: 24px;
		letter-spacing: 3px;
		line-height: 26px;
	}
	.box-effect-interior img{ padding-bottom:15px; }
	.block-text-body {
		max-width: 74%;
		margin-top: 40px;
	}

	.mw {
		float: right;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.max-width-h2 { max-width: 100%; }
	
	.center-div-v-h { font-size: 32px; }
	.gallery { background: #f7ebe6; }
	
	.resize-div{
		margin-right:auto;
		margin-left:auto;
		max-width:74%;
		display:inline-block;
	}
	
	
	
	
	
	.icons{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.location-table{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.caption-div {
    bottom: 20px;
    right: 20px;
    font-size: 8px;
    letter-spacing: 2px;
}
	
	
	.captiontext-div {
		font-size: 12px;
		letter-spacing: 3px;
		max-width: 60%;
		line-height: 16px;
		bottom: 7%;
		right: 2%;
	}
	
	.box-location{
		margin-bottom:40px;
	}
	.box-location.lastdiv{
		margin-bottom:0;
	}
	.hero-block h1 {
		letter-spacing: 4px;
	}
	.section-subtitle {
		max-width: 100%;
	}
	.icons-list li {
    float: none; 
    margin: 0 10px;
    text-align: center;
}
.icon-logo-index{
	display:none;
}

	
}

@media only screen and (max-width: 639px){
	.show-small-640{
		display:block !important;
	}
	.notshow-small-640{ display:none !important; }
	.mobile-640{ display:block !important; }
	.not-mobile-640{ display:none !important; }
}


@media only screen and (min-width: 640px){
	.show-small-640{
		display:none !important;
	}
	.notshow-small-640{
		display:block !important;
	}
	
	.tocenter-block.notshow-small-640{
		display:inline-table !important;
	}
	
	.mobile-640{
		display:none !important;
	}
	.not-mobile-640{
		display:block !important;
	}
}


/* max-width 640px, mobile-only styles, use when QAing portrait mobile issues */
@media only screen and (max-width: 640px) and (orientation:portrait) {
	#hero.homepage{ background:url(../img/hero-index-mobile.jpg) no-repeat center;background-size:cover; }
#hero.architecture{ background:url(../img/hero-architecture-mobile.jpg) no-repeat center;background-size:cover; }

}


/* max-width 640px, mobile-only styles, use when QAing landscape mobile issues */
@media only screen and (max-width: 640px) and (orientation:landscape) {

}

/*Only iPhone 4/4S (both: landscape and portrait)*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3)
and (orientation:portrait) {
	#hero.homepage{ background:url(../img/hero-index-mobile.jpg) no-repeat center;background-size:cover; }
#hero.architecture{ background:url(../img/hero-architecture-mobile.jpg) no-repeat center;background-size:cover; }

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {


	.footer-h1{
		padding: 0 10%;
	}


}



/* iphone X landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {
	.logo-collection {
    max-width: 35% !important;
}

.nav-mobile {
    height: 100vh;
    padding-top: 80px;
    overflow: scroll;
}
.btn-mobile{
	margin-top:0;
	display:inline-block;
}
}


/* iphone X portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {
#hero.homepage{ background:url(../img/hero-index-mobile.jpg) no-repeat center;background-size:cover; }
#hero.architecture{ background:url(../img/hero-architecture-mobile.jpg) no-repeat center;background-size:cover; }
}



/* iPhone 6, 7, 8 Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}


/* iPhone 6, 7, 8 portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

#hero.homepage{ background:url(../img/hero-index-mobile.jpg) no-repeat center;background-size:cover; }
#hero.architecture{ background:url(../img/hero-architecture-mobile.jpg) no-repeat center;background-size:cover; }
}


/* iPhone 6+, 7+, 8+ landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (orientation: landscape) {
	  .logo-collection {
    max-width: 35% !important;
}

.nav-mobile {
    height: 100vh;
    padding-top: 80px;
    overflow: scroll;
}

}

@media only screen
and (min-width: 1024px)
and (max-width: 1290px){
	 .logo-collection {
    max-width: 45% !important;
}

.nav-mobile {
    height: 100vh;
    padding-top: 80px;
    overflow: scroll;
}

.captiontext-div {
    font-size: 12px;
    letter-spacing: 3px;
    max-width: 35%;
    line-height: 20px;
}

.section-subtitle {
		max-width: 80%;
	}


}

/* iPhone 6+, 7+, 8+ portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px) {
	
	#form_enquiry {
		max-width: 90%;
		margin-bottom: 0;
	}
	.max-width-row {
		max-width: 90%;
	}
	.row {
		max-width: 90%;
	}
	.section-paragraph {
		max-width: 95%;
		font-size: 16px;
	}
	.logo-collection{
		    max-width: 60%;
	}
	h1 {
		font-size: 36px;
	}
	.section-subtitle{
		font-size:26px;
	}
	.section-white {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center;
	}
	.section-title {
		font-size: 25px;
	}
	
	
	.section-padd-left, .section-padd-right{
		padding-right: 0.9375rem;
	}
	.section-table {
		height: 300px;
	}
	.wrap-effect {
		font-size: 24px;
	}
	.footer-h1 {
		font-size: 28px;
	}
	
	.footer h3, .footer a {
		font-size: 28px;
	}
	

	.section-padd-right {
		padding-left: 2rem;
	}
	.section-paragraph.new-width {
		max-width: 100%;
	}
	
	.section-paragraph.new-width {
		max-width: 100%;
	}
	
	.icon-logo {
		top: 30%;
		left: 50%;
		width: 20%;
	}
	
	
	.box-text-interior {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.box-text-interior h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
	font-size:24px;
}
.max-width-h2-interior {
    margin-right: auto;
    margin-left: auto;
}
.icons li {
	display: inline-block;
	width: 49%;
	
}

.medium-6 {
    width: 50%;
}
.captiontext-div {
    font-size: 12px;
    letter-spacing: 3px;
    max-width: 40%;
    line-height: 18px;
    bottom: 6%;
    right: 6%;
}

	.section-subtitle {
		max-width: 80%;
	}

}


@media only screen
and (min-width: 1025px)
and (max-width: 1300px){
	.section-paragraph.new-width {
    max-width: 90%;
}

.pad-inner{
	padding-top:20px;
}

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: landscape) {
	
	.medium-12{
		width:100%;
	}
	
	.caption-div {
    bottom: 20px;
    right: 20px;
    font-size: 10px;
    letter-spacing: 3px;
}

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: portrait) {

}


/* iPad Pro Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}


/*10" macbook*/
@media only screen
and (min-width: 600px)
and (max-width: 1024px) {

}


/*13" macbook*/
@media only screen
and (min-width: 800px)
and (max-width: 1024px) {

}






@media only screen and (max-width: 1024px) {
	
	.mobile-1024{
		display:block !important;
	}
	.not-mobile-1024{
		display:none !important;
	}
	.mobile-pad{
		position: relative;
		max-width: 74%;
		margin-right: auto;
		margin-left: auto;
	}
	.box-paragraph{
		margin-top:20px;
		margin-bottom: 0;
	}
	.logo-team {
		margin-top: 20px;
	}
	.row-icons{
		margin-top:40px
	}

	.icons li:last-of-type{
		width:100%;
	}
	.pad-inner{
	padding-top:20px;
}

.column-image{
	margin-bottom:30px;
	
}

.reset-padd{
	margin-right: 0.9375rem;
    margin-left: 0.9375rem;
	
}
	
	
}



@media only screen and (min-width: 1025px){
	
	.mobile-1024{
		display:none !important;
	}
	.not-mobile-1024{
		display:block !important;
	}
}



/*Large screens min-width 1025px, large screens*/
@media only screen
and (max-width: 1025px) {
    .column-left {
		padding-right: 0.9375rem;
		text-align: center;
	}
	.column-center {
		text-align: center;
	}
	.column-right {
		padding-left: 0.9375rem;
		text-align: center;
	}
}

@media only screen
and (max-width: 1100px) {
	.show-less-1100{
		display:block !important;
	}
	.show-bigger-1100{
		display:none !important;
	}
    
}

@media only screen
and (min-width: 1101px) {
	
	.show-less-1100{
		display:none !important;
	}
	.show-bigger-1100{
		display:block !important;
	}
    
}



@media only screen
and (min-width: 1025px)
and (max-width: 1600px){
	
	.section-table {
		height: 400px;
	}
.section-subtitle {
		max-width: 80%;
	}

}


@media only screen
and (min-width: 1025px)
and (max-width: 1390px){
	
	
.btn-black {
    padding: 5px 10px;
 
}

nav .btn-black {
    font-size: 12px;
}
h1 {
    font-size: 44px;
}
.section-subtitle {
    font-size: 30px;
}
.section-paragraph {
    max-width: 70%;
}
.section-paragraph.max-with-t{
	max-width: 98%;
	font-size: 15px;
}

.max-width-h2-interior {
    margin-right: auto;
    margin-left: auto;
}


}

@media only screen
and (min-width: 1391px)
and (max-width: 1840px){
	.max-width-h2-interior {
    margin-right: auto;
    margin-left: auto;
}
	
}


/*13" macbook*/
@media only screen
and (min-width: 1100px)
and (max-width: 1380px) {

}



/*15" macbook*/
@media screen
and (min-width: 768px)
and (max-width: 1366px) {
	
	.logo-collection {
    max-width: 39% !important;
}
#hero .hero-block {
    position: absolute;
    top: 55%;
    text-align: center;
    width: 100%;
    color: #fff;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}


}


/**/

@media screen
and (min-width: 1025px)
and (max-width: 1369px) {

.box-content-loc{ width: 100%; }

.icons li {
	display:inline-block;
	width:33%;
	
}

.row-icons{
	margin-top:40px
}
}


@media screen
and (min-width: 1370px)
and (max-width: 1580px) {

table tbody th, table tbody td {
    padding: 0.5rem 0;
	font-size: 14px;
}
.box-location p {
    letter-spacing: 1px;
    font-size: 15px;
}
.icons li {	
	width:100%;
	display:block
}

}




@media only screen
and (min-width: 641px)
and (max-width: 1830px) {
	.location-table{
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}



/*19" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1440px) {

}

/*20" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1600px) {

}


/*22" laptop*/
@media screen
and (min-width: 1050px)
and (max-width: 1680px) {

}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen
and (min-width: 1024px)
and (max-width: 1440px) { 

}


/* XLarge screens min-width 1441px, xlarge screens */
@media only screen
and (min-width: 1441px) {

}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen
and (min-width: 1441px)
and (max-width: 1920px) {

}


/* min-width 1921px, xxlarge screens */
@media only screen
and (min-width: 1921px) {

} 


@media screen
and (orientation: portrait) {
 
}

@media screen
and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

