/*
Theme Name: X1 Developments
Author: SB Studio
Author URI: http://www.sb-studio.co.uk
Version: 5.0
*/

/*
RESETS ------------------------
*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}

/*
RESETS END --------------------
*/

@font-face {
    font-family: 'Agenda Light';
    src: url('fonts/agenda-light-webfont.woff2') format('woff2'),
         url('fonts/agenda-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
GENERAL STYLES --------------------
*/

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
} 

html, body {
	overflow-x: hidden !important;
}

/*html { overflow-y: scroll; }*/

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	color: #ffffff;
	background-color: #1a2930;
	text-rendering: optimizeLegibility;
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

body a {
	color: #ffffff;
	text-decoration: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea:focus, input:focus, select:focus { 
	outline: 0; 
}

p {
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	font-size: 14px; line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 1.3em;
}


p:last-child {
	margin-bottom: 0px;
}

/* Placeholder Colours */

::-webkit-input-placeholder {
   color: #505050;
}

:-moz-placeholder { /* Firefox 18- */
   color: #505050;  
}

::-moz-placeholder  {  /* Firefox 19+ */
   color: #505050;  
}

:-ms-input-placeholder {  
   color: #505050;  
}

.out-of-view {
	-webkit-transition: -webkit-transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
    transition: transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
    transition: transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms, 
    -webkit-transform 1550ms cubic-bezier(.23, 1, .32, 1) 250ms;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.am-in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-banner h2{
	letter-spacing: -0.02em;
}

/*
HEADING STYLES --------------------
*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
}

h1 {
	font-size: 100px; line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.quote-mark {
	display: inline-block;
	margin-left: -.3em;
}

h2 {
	padding-left: 90px;
    padding-top: 50px;
    font-size: 76px;
    line-height: 0.9em;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
    font-family: 'Plantin W01 Light';
}

h3 {
	font-size: 48px; line-height: 1em;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}

h3 strong {
	font-family: "Agenda Medium";
	font-style: normal;
	font-weight: normal;
}

h4 {
	font-size: 20px; line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.text-page-column h4 {
	margin-bottom: 1.2em;
}

h5 {
	font-size: 20px; line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: .08em;
}

h6 {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.greenBtn{
	float: left;
    margin-left: 90px;
    text-transform: uppercase;
    background: #009994;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    margin-top: 30px;
    letter-spacing: 0.04em;
}

.header-menu-item span{
	border-bottom: 2px solid rgba(26,41,48,0);
}

.active span{
	border-bottom: 1px solid rgba(26,41,48,1);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}


/*
HEADER CONTENT ------------------
*/

.header-wrap {
	position: fixed;
	width: 100%; height: auto;
	top: 0; left: 0;
	z-index: 9999;
}

.header-shadow {
    -moz-box-shadow: 6px 6px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 6px 6px 8px rgba(0,0,0,0.2);
	box-shadow: 6px 6px 8px rgba(0,0,0,0.2);	
}

.header-section {
	position: absolute;
	width: 100%; height: 60px;
	display: table;
	vertical-align: middle;
	text-align: center;
}

.top-header { 
	background-color: #f4f4f5;
	box-shadow: 1px 5px 14px rgba(0,0,0,0.1);
    z-index: 3;
}

.bottom-header { 
	background-color: #f4f4f5;
	box-shadow: 1px 5px 14px rgba(0,0,0,0.1);
    z-index: 1;
	margin-top: -60px;
	transition-timing-function: ease-in;
	transition: 0.2s;
}

/* Fixed Header Bits Start */

#fixed-header-left.fixed-header-section { 
	position: absolute;
	width: 35px; height: 60px;
	left: 90px; top: 0;
	background: url('images/x1weblogo.svg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9999;
}

#fixed-header-right.fixed-header-section { 
	position: absolute;
	width: auto; height: 100%;
	top: 0; right: 50px;
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 60px;
	text-align: right; 
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #000000 !important;
	z-index: 2;
}

.fixed-header-section .header-social-wrap {
	position: absolute;
	width: 100px; height: 35px;
	top: 50%; margin-top: -17px;
	right: 0;
	font-size: 0;
}

.fixed-header-section .header-social-wrap 
.share-icon {
	display: inline-block;
	width: 35px; height: 35px;
	margin-left: 10px;
	-webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}

.fixed-header-section .header-social-wrap 
.share-icon:hover {
	-ms-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

/* Fixed Header Bits End */

.header-menu {
	position: absolute;
	list-style: none;
	font-size: 0;
	width: 100%; height: auto;
	top: 50%; left: 0;
    -ms-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    z-index: 3;
}

.header-menu-drop {
	position: absolute;
	list-style: none;
	font-size: 0;
	width: 100%; height: auto;
	top: 50%; left: 0;
    -ms-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    z-index: 1;
}

.header-menu-item {
	display: inline-block;
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
	cursor: pointer;
	border-right: 1px solid #babfc1;
    color: #1a2930;
    padding: 0px 50px;
    line-height: 36px;
    position: relative;
    z-index: 100;
}

.header-menu-item.last{
	border-right: none;
}

.menuBg{
	background:#f4f4f5;
	position: fixed;
	width:100%;
	z-index: 2;
	height: 60px;
    position: absolute;
    top: -12px;
    box-shadow: 1px 5px 14px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 900px) {
.header-menu-item {
    margin-left: 10px; margin-right: 10px;
    font-size: 17px;
}
}

@media only screen and (max-width: 650px) {
.header-menu-item {
	font-size: 20px;
	margin-left: 15px; margin-right: 15px;
}
}

a.header-menu-item {
	-webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -ms-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.top-header .header-menu-item, .top-header a.header-menu-item { color: #1a2930; }
.bottom-header .header-menu-item, .bottom-header a.header-menu-item { color: #1a2930; }

.header-menu-item.current {
	color: #1a2930;
}

.header-menu-item:hover, 
a.header-menu-item:hover {
	color: #1a2930;
}

.header-menu-item.active, 
a.header-menu-item.active {
	color: #1a2930;
}

/* Awards Banner */

.ribbonHolder{
	position: fixed;
	z-index: 99999;
	width:150px;
	height: 375px;
	top: 60px;
	right: 120px;
}

.ribbon{
	background: #f4f4f5;
	height: 350px;
	box-shadow: 1px 5px 14px rgba(0,0,0,0.1);
	cursor: pointer;
}

.ribbonBody{
	width: 118px;
	height: 350px;
	margin-left: 16px;
	margin-right: 16px;	
}

.ribbonTip{
  width: 0; 
  height: 0; 
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 25px solid #f4f4f5;
}

#burger{
	width: 50px;
	height: 50px;
	position: absolute;
	width: 35px; height: 60px;
	right: 90px; top: 0;
	background: url('images/burger.svg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9999;
	display: none;
	cursor: pointer;
}

#burgerClosed{
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	width: 35px; height: 60px;
	right: 90px; top: 0;
	background: url('images/burgerClosed.svg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 9999;
	display: none;
	cursor: pointer;
}

@media only screen and (max-width: 1400px) {
	.awards-banner {
		width: 104px; height: 405px;
	}
}

@media only screen and (max-width: 1100px) {
	.awards-banner {
		display: none !important;
	}
}

/*
HOMEPAGE STYLES -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.main-banner{
	margin-top: 60px;
    width: 100%;
    height: 670px;
    overflow: hidden;
}

.main-banner .item{
    background-position: center center;
    background-size: cover;
    height: 670px;
    float: left;
    width: 100%;
}

.main-banner.shallow{
    height: 550px;
}

.main-banner.shallow .item{
    height: 550px;
}

.owl-dots{
	position: relative;
	top: -85px;
	width: 100%;
	height: 85px;
	background-color: rgba(0,0,0,0.2);
	padding-top: 32px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 9px!important;
    height: 9px!important;
    margin: 5px 22px!important;;
    background: none!important;
    border: 1px solid #FFFFFF;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #334047;
}

.owl-theme .owl-dots .owl-dot.active span{
	background: #FFFFFF!important;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #334047!important;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 0px!important;
}

.owl-theme .owl-nav {
    position: absolute!important;
    margin-top: -59px!important;
    z-index: 1!important;
    width: 100%;
}

.owl-prev{
	left: 90px!important;
    position: absolute!important;
    background: none!important;
    background-image: url('images/leftCircArrow.svg')!important;
    height: 32px!important;
    width: 32px!important;
    margin: 0px!important;
}

.owl-next{
	right: 90px!important;
    position: absolute!important;
    background: none!important;
    background-image: url('images/rightCircArrow.svg')!important;
    height: 32px!important;
    width: 32px!important;
    margin: 0px!important;
}

.testimonial-slider.owl-theme .owl-prev{
	margin-top: -250px!important;
}

.testimonial-slider.owl-theme .owl-next{
	margin-top: -250px!important;
}

.testimonial-slider.owl-theme .owl-dots{
	background: none;
	top: 0px;
}

.testimonial-slider.owl-theme .owl-prev{
    background-image: url('images/leftCircArrowDark.svg')!important;
}

.testimonial-slider.owl-theme .owl-next{
    background-image: url('images/rightCircArrowDark.svg')!important;
}

.main-banner h3{
	font-size: 30px;
    padding-left: 90px;
    line-height: 1em;
    text-transform: none;
    letter-spacing: .01em;
}

/*
GRID STYLES -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.row{
	width: 100%;
	float: left;
}

.titleBar{
	background: #28a59f;
	color: #FFFFFF;
	text-align: center;
	height: 120px;
}

.titleBar h1{
	margin: 0;
	padding: 0;
	font-size: 23px;
    padding-top: 47px;
    font-family: "Agenda Light";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.titleBar h2{
	margin: 0;
	padding: 0;
	font-size: 23px;
    padding-top: 47px;
    font-family: "Agenda Light";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.col{
	float:left;
}

.col1-4{
	position: relative;
	width: 25%;
    padding-top: 42%;
	background-size: cover;
}

.col1-2{
	position: relative;
	width: 50%;
    padding-top: 42%;
	background-size: cover;
}

.col3-4{
	position: relative;
	width: 75%;
    padding-top: 42%;
	background-size: cover;
	background-repeat: no-repeat;
}

.col1-2split{
	position: relative;
	width: 50%;
}

.col1-2split .col1-4{
	position: relative;
    width: 50%;
    padding-top: 84%;
    background-size: cover;
}

.col1-3split{
	position: relative;
	width: 100%;
}

.col1-3split .col1-4{
	position: relative;
    width: 25%;
    padding-top: 42%;
    background-size: cover;
}

.col3-1split{
	position: relative;
	width: 100%;
}

.col3-1split .col1-4{
	position: relative;
    width: 25%;
    padding-top: 42%;
    background-size: cover;
}

.col-content{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 40px;
}

.col-content p{
	text-align: center;
	letter-spacing: 0.08em;
}

.col-content h3{
	text-align: center;
	font-size: 34px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    height: 140px;
}

.col-content h4{
	font-size: 20px;
    text-align: center;
    font-family: 'Plantin W01 Light';
    text-transform: none;
    margin-top: 40px;
    height: 100px;
    line-height: 1em;
    letter-spacing: -0.01em;
}

.col-content .greenBtn{
	position: absolute;
	width:100px;
    margin-left:-50px;
    padding: 5px;
    left:50%;
    background-color: #009994;
    color:#FFFFFF;
    text-align: center;
    bottom: 40px;
    letter-spacing: 0.05em;
}

.col-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    transform: translate(-50%,-50%);
}

.tint{
	background-color:rgba(0,0,0,0.5); 
}

.blueText, .blueText p, .blueText a{
	color:#1a2930!important;
}

.statsBlock{
	padding-top: 5%!important;
    padding-bottom: 5%!important;
}

.statsInner{
	width: 80%;
	margin: auto;
}

.statsBlock.dark{
	background-color:#1a2930;
}

.statsBlock.dark hr{
	border: none;
	border-top:1px solid #FFFFFF;
}

.statsBlock.light{
	background-color:#1a2930;
}

.statsBlock.light hr{
	border: none;
	border-top: 1px solid #1b2930;
}

.statsBlock h3{
    text-align: center;
    font-size: 87px;
    line-height: 87px;
    color: #009994;
}

.completed-figure{
	height: 87px;
	width: 100%;
	margin-top: 60px;
}

.statsBlock h4 {
    text-align: center;
    width: 100%;
    margin: auto;
}

.stats1col h4 {
    text-align: center;
    width: 58%;
    margin: auto;
    margin-top: 10px;
}

@media only screen and (max-width: 800px) {

	.stats1col h4 {
	    margin-top: 8px;
	}

}

@media only screen and (max-width: 600px){
	.stats1col h4 {
	    margin-top: 0px;
	}
}

.statsBlock.light h4{
	color:#1a2930;
	margin-top: 4px;
}

.stats3col{
	width: 100%;
	height: 250px;
}

.stats3col .inner{
	width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stats1col{
	height: 250px;
}

.stats1col .inner{
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	height: 250px;
}

.stats3col h3{
	font-size: 74px;
	margin-top: 15px;
}

.stats3col .col{
	width: 33.33%;
	float: left;
	border-right: 1px solid #1b2930;
	height: 150px;
}

.stats3col .col.last{
	border-right: none;
}


.full{
	width:100%;
	height: auto;
}


/* CMS ROW SETUP ----------------------------------------------------------------------------------------------------------------
*/

.row1-2-1 .col1, .row1-2-1 .col3, .row2-1-1 .col2, .row2-1-1 .col3, .row1-1-2 .col1, .row1-1-2 .col2, .row2split-1-1 .col2, .row2split-1-1 .col3{position: relative; width: 25%; padding-top: 42%; background-size: cover;}

.row1-2-1 .col2, .row2-1-1 .col1, .row1-1-2 .col3{position: relative; width: 50%; padding-top: 42%; background-size: cover;}

.row2-2 .col1, .row2-2 .col2{position: relative; width: 50%; padding-top: 42%; background-size: cover;}

/*
FOOTER STYLES -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

/*
ADDRESS SECTION STYLES --------------
*/

.addressSection{
	background-color: #e5e5e5;
}

.addressInner{
	
	width: 1080px;
	margin: auto;
}

.addressCol{
	padding: 60px 0 100px;
	width: 360px;
	float: left;
	text-align: center;
}

.addressCol h3{
	font-size: 25px;
    letter-spacing: 0.1em;
	margin-top: 40px;	
}

.addressCol h4{
	margin-top: 40px;
	color: #009994;
}

.addressCol p{
	margin-top: 5px;
	font-family: 'Plantin W01 Light';
}

/*
NEWSLETTER SECTION STYLES --------------
*/

.newsletterSection{
	background: #009994;
	height: 235px;
}

.newsletterSection{
	background: #009994;
	height: 235px;
}

.newsletterBg{
	width:100%;
	height: 235px;
	margin: auto;
	background: url("images/newsletterbg.gif");
	background-size: cover;
}

.newsletterBg h4{
    text-align: center;
    padding-top: 65px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ajax-loader{
	display: none!important;
}

.newsletterBg form{
	margin: auto;
    margin-top: 20px;
    width: 665px;
}

.wpcf7-email{
	float: left;
    width: 612px;
    height: 47px;
    border: none;
    margin: auto;
    background: #e5e5e5;
    padding-left: 47px;
    text-align: center;
    font-family: "Agenda Light"; font-style: normal; font-weight: normal;
    font-size: 20px;
    color: #1a2930;
}

.wpcf7-submit{
	height: 47px;
	width: 47px;
	background-image: url("images/submit.svg");
	background-size: cover;
	border: none;
	cursor: pointer;
}

/*
BASE FOOTER STYLES --------------
*/

.baseFooter{
	background: #1a2930;
	min-height: 300px;
}

.baseFooterInner{
	width: 80%;
	margin: auto;
	padding-top: 120px;
	padding-bottom: 120px;
}

.baseFooter p{
	font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    margin-top: 0px;
}

.baseFooter h5{
	text-transform: none;
	letter-spacing: 0.01em;
	font-size: 18px;
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	padding-left: 10px;
	margin-bottom: 20px;
}

.baseFooter .row{
	border-left: 1px solid #FFFFFF;
}

.footerTitle{
	width: 100%;
	float: left;
}

.footerLogos{
	width: 100%;
	height: 70px;
}

.footerLogo{
	float:left;
	height: 60px;
	border-left: 1px solid #FFFFFF;
	padding-left: 5px;
    padding-right: 5px;
}

.footerLogo.first{
	border-left: none;
}

.footerLogo.right{
	float: right;
	padding-right: 0px;
}

.logoImg{
	height: 100%;
	width: auto;
}

.siteMap{
	float: left;
    border-left: 1px solid #FFF;
    margin-top: 50px;
    padding-left: 10px;
    cursor: pointer;
}


.row .animation-element:nth-child(1){
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.row .animation-element:nth-child(2){
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.row .animation-element:nth-child(3){
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.row .animation-element:nth-child(4){
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.row .animation-element:nth-child(5){
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.row .animation-element:nth-child(6){
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.addressSection{
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.animation-element{
    opacity: 0;
    
    transform: translate3d(0,20%,0);
    transition: transform 1550ms cubic-bezier(.23, 1, .32, 1), opacity 1000ms ease;
    -webkit-transform: translate3d(0,20%,0);
	-webkit-transition: transform 1550ms cubic-bezier(.23, 1, .32, 1), opacity 1000ms ease;
 }

.animation-element.in-view {
  opacity: 1;
  
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  
}


.toTopBtn{
	cursor: pointer;
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 100;
}

.toTopBtn span{
	float: right;
	width: 90px;
    margin-top: 30px;
}

.toTopBtn .arrow{
	width: 26px;
    height: 16px;
	margin: auto;
	background: url("images/toTop.svg") no-repeat center top;
}

.toTopBtn .text{
	text-align: center;
    margin-top: 5px;
    letter-spacing: 0.06em;
}

/*
PORTFOLIO PROGRESS STYLES -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/


.progressSection{
	float:left;
	position: relative;
	width: 100%;
	background: #1b2930;
}

.progressKey{
	width: 720px;
	margin: auto;
	margin-bottom: 50px;
	overflow: auto;
}

.progressKey p{
	text-align: center;
    padding-top: 90px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1a2930;
    letter-spacing: 0.06em;
}

.progressKey .col{
	width: 180px;
	float: left;
}

.progressKey .col{
	margin-right:90px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.06em;
}

.progressKey .col:nth-child(4){
	margin-right:0px!important;
}

.progress-indicator{
	width: 102px;
	margin: auto;
}

.progress-indicator .indicator{
	float: left;
    width: 14px;
    height: 14px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 30px;
	background: #8c9497;
}

.progress-indicator .indicator.yes{
	background: #1a2930;
}

.progressTable{
	width: 1080px;
	margin: auto;
	border-collapse: collapse;
	margin-top: 100px;
	letter-spacing: 0.04em;
}

.progressTable .titles{
	overflow: auto;
	font-family: "Agenda Light";
    font-style: normal!important;
    font-weight: 100!important;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: solid 1px #334047;
}

.progressTable .titles .col1{
    font-weight: 100!important;
}

.progressTable .development{
	font-family: "Agenda Light";
    font-style: normal!important;
    font-weight: 100!important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
    border-bottom: solid 1px #334047;
}

.progressTable .col1{
	float: left;
	width: 70px;
	margin-left: 20px;
	padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
}

.progressTable .col2{
	float: left;
	width: 270px;
	padding-top: 15px;
    padding-bottom: 15px;
}

.progressTable .col3{
	float: left;
	width: 180px;
	padding-top: 15px;
    padding-bottom: 15px;
}

.progressTable .col4{
	float: left;
    width: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.progressTable .col5{
	float: left;
	padding-top: 15px;
    padding-bottom: 15px;
    width: 310px;
    font-weight: bold;
}

.progressTable .col5a{
	float: left;
    width: 220px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.progressTable .col6{
	float: left;
    width: 60px;
    padding-right: 0px;
    padding-top: 8px;
    margin-right: 20px;
    padding-bottom: 9px;
}

.progressTable .col-wrapper{
	width:100%;
	overflow: hidden;
	cursor: pointer;
}

.progressTable .col6 .expand-icon{
	height: 30px;
    width: 30px;
    float: right;
    transition: 500ms;
   }
   
 .progressTable .col6 .expand-icon.rotated{
	 transform: rotate(180deg);
 }  

.progressTable .col6 .expand-icon img{
    width: 100%;
    height: auto;
}

.progressTable .progress-indicator .indicator{
	margin-top: 0px;
	margin-bottom: 0px;
}

.progressTable .progress-indicator .indicator:nth-child(1){
	margin-left: 0px;
}

.more-details{
	width:900px;
	margin: 60px 90px 30px 90px;
}

.more-details.hidden{
	display: none;
}

.development-line{
	float: left;
	width:100%;
	height:1px;
	margin-top: 30px;
	background: #334047;
}

.development-image{
    width: 100%;
    height: auto;
}

.more-details .inner{
	float: left;
}

.more-details .inner .col{
	float: left;
	width: 225px;
}

.more-details .inner .title{
    padding-top: 20px;
    padding-bottom: 20px;
}

.more-details .inner .figure{
    font-size: 30px;
    color: #009994;
}

.read-more.greenBtn{
	color: #ffffff;
    margin: auto;
    width: 111px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    transform: translate(-50%, -50%);
    left: 50%;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}

/*
ABOUT PAGE STYLES -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.textSection h1{
	color: #009994;
    text-align: center;
    font-size: 32px;
    padding-top: 60px;
    margin-bottom: 50px;
    font-size: 23px;
    letter-spacing: 0.06em;
}

.textSection h2{
    font-family: "Agenda Light";
    color: #009994;
    text-align: center;
    font-size: 32px;
    padding-top: 60px;
    margin-bottom: 50px;
    font-size: 23px;
    letter-spacing: 0.06em;
    padding-left: 0px;
}

.textSection .text2col{
	width:900px;
	margin: auto;
	overflow: auto;
	padding-bottom: 110px;
}
 
.textSection .text2col .col{
	width:450px;
	padding-right: 20px;
	float: left;
	overflow: hidden;
}

.textSection .text2col .col p{
	font-family: 'Plantin W01 Light';
	font-size: 17px;
}

.textSection .text1col{
	width:550px;
	margin: auto;
	overflow: auto;
	padding-bottom: 40px;
}
 
.textSection .text1col .col{
	width:550px;
	padding-right: 0px;
	float: left;
	overflow: hidden;
}

.textSection .text1col .col p{
	font-family: 'Plantin W01 Light';
	font-size: 17px;
}

.statsSection{
	width: 100%;
	margin: auto;
}

.statsSection .stats {
	width: 1080px;
	margin: auto;
	overflow: auto;
}

.statsSection .stats:nth-child(2) {
	border-top: 1px solid #1a2930;
	padding-bottom: 80px;
}

.statsSection .completed-figure {
	color: #009994;
	font-size: 80px;
	text-align: center;
	margin-top: 80px;
}

.statsSection .completed-title {
	color: #1a2930;
	font-size: 14px;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 0.06em;
}

.statsSection .stats .col{
	width: 216px;
	height: 132px;
	float: left;
	border-right: 1px solid #1a2930;
    padding-bottom: 10px;
}

.statsSection .stats .col:nth-child(5){
	border: none;
}

.statsSection .stats .col .figure{
	color: #009994;
	font-size: 50px;
	text-align: center;
	margin-top: 10px;
}

.statsSection .stats .col .title{
	color: #1a2930;
    font-size: 13px;
	text-align: center;
	max-width: 120px;
    margin: auto;
    margin-top: 20px;
    letter-spacing: 0.06em;
}

.textSection .map {
    width: 90%;
    max-width: 700px;
    margin: auto;
    padding-bottom: 40px;
}

/* TESTIMONIAL SECTION */

.testimonial-title{
	font-size: 38px;
    margin-top: 40px;
    margin-bottom: 50px;
    letter-spacing: 0.08em;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
}

.testimonial-content{
	overflow: auto;
    margin-bottom: 30px;
}

.testimonial-footer{
	width: 100%;
    text-align: left;
    overflow: auto;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #d1412b;
}

/* AWARDS SECTION */


.awards-col{
	
}

.awards-col .awards-icon{
	width: 60%;
    margin: auto;
    margin-top: 10%;
}

.awards-col .col-inner{
	padding-top: 80px;
}

.awards-col .col-content h3{
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    line-height: 35px;
    height: 140px;
    margin-top: 44px;
}

.awards-col .col-content h4{
	font-size: 20px;
    line-height: 1.2em;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Agenda Light";
}

.testimonial-col .col-content h4{
	font-size: 20px;
    line-height: 1.2em;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Agenda Light";
}

/* NEWS SECTION */

.newsSection h2{
	color: #1b2930;
    text-align: center;
    font-size: 32px;
    padding-top: 60px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: "Agenda Light";
    padding-left: 0px;
}

.newsSection .text2col{
	width:900px;
	margin: auto;
	overflow: auto;
	padding-bottom: 80px;
}

.news2Col{
	overflow: auto;
    width: 900px;
    margin: auto;
    padding-bottom: 80px;
}
 
.newsSection .text2col .col{
	width:450px;
	padding-right: 20px;
	float: left;
	overflow: hidden;
}

.news-link{
	float: left;
    width: 440px;
    margin-right: 10px;
    overflow: auto;
    padding-bottom: 18px;
    border-bottom: 1px solid #babfc1;
    margin-bottom: 10px;
    cursor: pointer;
}

.news-link:nth-child(even){
	margin-right: 0px;
	margin-left: 10px;	
}

.news-link .news-title{
	width: 100%;
    overflow: hidden;
    float: left;
    height: 24px;
    font-size: 20px;
}

.news-link .news-date{
	float: left;
	color:#8c9497;
	font-family: 'Plantin W01 Light';
	font-size: 16px;
}

.news-link  .news-more{
	width: 16px;
    height: 11px;
    margin-top: 4px;
    margin-left: 7px;
    float: left;
    background: url('images/readMore.svg') no-repeat center top;
}

.news-link.animation-element{
	-moz-transition-delay: 0.2s!important;
	-o-transition-delay: 0.2s!important;
	-webkit-transition-delay: 0.2s!important;
	transition-delay: 0.2s!important;
}

/* TEAM SECTION */

.partnersHolder h2{
	color: #FFFFFF;
    text-align: center;
    font-size: 32px;
    padding-top: 60px;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-family: "Agenda Light";
    padding-left: 0px;
 }

.partnersLogos{
	width: 800px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* CONTACT SECTION */

.contactSection h2{
	text-align: center;
}

.contactColumns{
	width: 1080px;
	margin: auto;
	overflow: auto;
}

#contactTarget .text1col {
    padding-bottom: 60px;
}

.contactCol{
	width: 360px;
	float: left;
	margin: 60px 0 40px;
	text-align: center;
	border-right: 1px solid #1b2930; 
}

.contactCol:nth-child(3){
	border: 0px; 
}

.contactCol h4{
	margin-top: 20px;
	color: #009994;
}

.contactCol p{
	margin-top: 5px;
	font-family: 'Plantin W01 Light';
	margin-bottom: 20px;
}

.center{
	text-align: center;
}

.mapColumns{
	width: 1080px;
    margin: auto;
    overflow: auto;
    padding-bottom: 90px;
}

.mapCol{
	width: 360px;
	float: left;
}

.contactMap{
	width: 340px;
	height: 280px;
	margin: 10px;
	background: #1b2930;
}

.gmnoprint{
	display: none!important;
}

.gm-style-cc{
	display: none!important;
}

.mapBlock{
	position: absolute;
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin-top: -84%;
}

.mapBlock2{
    overflow: hidden;
    height: 100%;
    width: 100%;
    width: 432px;
    height: 300px;
}

/*
HOMEPAGE STYLES -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.dev-banner{
	margin-top: 60px;
    width: 100%;
    height: 670px;
    overflow: hidden;
}

.dev-banner .item{
    background-position: center center;
    background-size: cover;
    height: 670px;
    float: left;
    width: 100%;
}

.dev-banner.shallow{
    height: 550px;
}

.dev-banner.shallow .item{
    height: 550px;
}

.dev-banner .owl-prev, .dev-banner .owl-next{
	margin-top: -300px!important;
}


/*
INDIVIDUAL DEVELOPMENT STYLES -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.devTitleBar{
	background: #1a2930;
	color: #FFFFFF;
	text-align: left;
	height: 120px;
}

.devTitleBar.noimage{
	margin-top: 60px;
}

.devTitleBar h2{
	margin: 0;
	padding: 0;
	font-size: 30px;
    padding-top: 47px;
    font-family: "Agenda Light";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.devTitleBar h3{
	margin: 0;
    padding: 0;
    font-size: 20px;
    padding-top: 3px;
    padding-bottom: 20px;
    font-family: "Agenda Light";
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #009994;
    border-bottom: 1px solid #FFF;
    letter-spacing: 0.06em;
}

.devTitleBar .title{
	letter-spacing: 0.06em;
}

.devTitleBar .inner{
	max-width: 1260px;
	margin: auto;
}

.devTitleBar .col{
	float: left;
	width: 210px;
	padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.devTitleBar .value{
    padding-top: 20px;
    padding-bottom: 40px;
    color: #009994;
    font-size: 25px;
    letter-spacing: 0.04em;
}

.dev-text{
	text-align: center;
}

.dev-text p{
	text-align: left;
	font-family: 'Plantin W01 Light';
	font-size: 18px;
}

.dev-text h2{
	font-family: "Agenda Light";
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2em;
    color: #009994;
    text-align: center;
    padding-left: 0px;
    padding-top: 30px;
    margin-bottom: 60px;
}

.dev-text .col{
	float: left;
	width: 50%;
    padding: 0 2%;
    padding-bottom: 80px;
}

.dev-text .col p{
	color: #1a2930;
}

.smallTextOnly{
	padding-top: 7%;
}

.smallTextOnly p{
	text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 16px;
	letter-spacing: 0.1em;
}

.mobile-menu-container{
	display: none;
}

.videoBtn{
	width: 100px;
	margin: auto;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.videoBtn img{
	width: 100%;
	height: auto;
}



.walkthroughBtn{
	width: 100px;
	margin: auto;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.walkthroughBtn img{
	width: 100%;
	height: auto;
}

#videoPopup{
	position: fixed;
    z-index: 99999;
    display: none;
    /*width: 70%;*/
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
    height: 90%;
}

#videoPopup iframe{
	height: 100%;
}

#videoPopupBg{
	position: fixed;
	background: rgba(0,0,0,0.9);
    z-index: 9999;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    display: none;
    cursor: pointer;
}

.overview p{
	color:#1a2930;
}

.overviewBlock{
	width: 75%;
    float: left;
    overflow: auto;
}

.overviewBlock .col-2{
	width: 80%;
    margin: auto;
}

.devText .col{
	padding-bottom: 100px!important;
}

.devText .col p{
	color:#1a2930;
}

.keyFeatures{
	width: 25%;
	float: left;
}

.keyFeatures .dev-text{
	padding-left: 30px;
    padding-right: 30px;
}

/*
RESPONSIVE STYLES -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

@media only screen and (max-width: 1650px) {
    
    .col-inner {
	    margin-top: 250px;
	    width: 300px;
	    max-width: 84%;
	}
}

@media only screen and (max-width: 1300px) {
	
	.col1-2 .col-inner {
		width: 40%;
    }
    
    .col1-4 .col-inner {
		width: 80%;
    }
    
    .col-content p{
	    color: #FFF;
    }
   
    
    .statsBlock{
	    width: 100%;
    }
    
    .devTitleBar{
		width: 90%;
		margin: auto;
	}
	
	.devTitleBar .col{
		width: 33.33%;
	}
    
    .devTitleBar .value {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	
	.footerLogo{
		height: 50px;
	}
	
	.baseFooter p{
		margin-top: 30px;
	}

}

@media only screen and (max-width: 1200px) {
	
	.row1-2-1{
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  
	  -ms-box-orient: horizontal;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -moz-flex;
	  display: -webkit-flex;
	  display: flex;
	  
	  -webkit-flex-flow: row wrap;
	  flex-flow: row wrap;
	}
		
	.row1-2-1 .col1{
		order: 1;
		width: 50%;
		-moz-transition-delay: 0.2s!important;
		-o-transition-delay: 0.2s!important;
		-webkit-transition-delay: 0.2s!important;
		transition-delay: 0.2s!important;
	}
	
	.row1-2-1 .col2{
		order: 3;
		width: 100%;
		-moz-transition-delay: 0.2s!important;
		-o-transition-delay: 0.2s!important;
		-webkit-transition-delay: 0.2s!important;
		transition-delay: 0.2s!important;
	}
	
	.row1-2-1 .col3{
		order: 2;
		width: 50%;
		-moz-transition-delay: 0.4s!important;
		-o-transition-delay: 0.4s!important;
		-webkit-transition-delay: 0.4s!important;
		transition-delay: 0.4s!important;
	}
	
	.row2-1-1 .col1{
		width: 100%;
	}
	
	.row2-1-1 .col2{
		width: 50%;
	}
	
	.row2-1-1 .col3{
		width: 50%;
	}
	
	.col3-1split .col3-4{
		width: 100%;
	}
	
	.col3-1split .col1-4 {
	    width: 100%;
	    margin-top: -42%;
	    padding-top: 42%;
	    background-color:rgba(0,0,0,0.5)!important; 
	}
	
	.col3-1split .col1-4.blueText, .col3-1split .col1-4.blueText p, .col3-1split .col1-4.blueText a {
	    color: #FFFFFF!important;
	}
	
	.col1-3split .col1-4 {
	    width: 100%;
	    padding-top: 42%;
	    position: relative;
	    z-index: 2;
	    background-color:rgba(0,0,0,0.5)!important;
	}
	
	.col1-4.blueText{
		color: #FFF!important;	
	}
	
	.col1-4.blueText p{
		color: #FFF!important;	
	}
	
	.col1-4.blueText h3{
		color: #FFF!important;	
	}
	
	.col1-4.blueText h4{
		color: #FFF!important;	
	}
	
	.col1-3split .col3-4 {
	    width: 100%;
	    padding-top: 42%;
	    margin-top: -42%;
	    position: relative;
	    z-index: 1;
	}
	
	.col1-2split{
		width: 100%;
	}
	
	.col1-2split .col1-4{
		padding-top: 42%;
	}
	
	.col1-4{
		width: 50%;
	}
	
	.col1-2{
		width: 100%;
	}
	
	.ribbonHolder{
		display: none!important;	
	}
	
	.main-banner h2{
		font-size: 60px;
	}
	
	.progressTable{
		width: 900px;
	}
	
	.progressTable .col6 {
	    float: left;
	    width: 57px;
	    padding-right: 0px;
	    padding-top: 8px;
	    margin-right: 0px;
	    padding-bottom: 9px;
	}
	
	.more-details .inner .col {
	    float: left;
	    width: 25%;
	}
		
	.development-image{
		max-width: 800px;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	
	.more-details {
	    width: 900px;
	    margin-left: 50px;
	    margin-top: 40px;
	}
	
	.more-details .inner .figure {
    	font-size: 27px;
	}
	
	.development-released{
		width: 30%!important;
	}
	
	.development-completion{
		width: 20%!important;
	}
	
	.smallTextOnly{
		width: 50%!important;
		padding-top: 8%;
	}
	
	.statsSection .stats {
    	width: 90%;
	}
	
	.statsSection .stats .col{
		width: 33.33%;
	}
	
	.statsSection .stats:nth-child(2) {
	    border-top: none;
	}
	
	.statsSection .stats .col:nth-child(3){
		border: none;
	}
	
	.statsSection .stats .col:nth-child(4){
		margin-left: 16.66%;
		margin-top: 40px;
	}
	
	.statsSection .stats .col:nth-child(5){
		margin-top: 40px;
	}
	
	.col1-3split .col1-4.awards-col .awards-icon {
		margin-bottom: 12%;
	}
	
	
	.col1-3split .col1-4.awards-col h4 {
		margin-top: 30px;
	}
	
	.col1-3split .col1-4.awards-col .col-content h3 {
	    padding-top: 247px;
	}
	
	.col1-3split .col1-4.awards-col .col-content h4 {
    font-size: 20px;
    letter-spacing: .03em;
    text-align: center;
    font-family: 'Plantin W01 Light';
    text-transform: none;
    line-height: 1.4em;
    margin-top: 40px;
    height: 15px;
	}
	 
	.col-content h3 {
    	text-align: center;
		font-size: 34px;
    }
    
    .col-content h4 {
    	font-size: 18px;
    }
		
}

@media only screen and (max-width: 1000px) {
	
	
	.header-menu-container{
		display: none;
	}
		
	.mobile-menu-container{
		position: fixed;
	    height: 100%;
	    margin-top: 60px;
	    width: 100%;
	}
	
	.mobileMenuItem{
		width: 80%;
		margin-left: 10%;
	    height: 100px;
	    float: left;
	    border-top: 1px solid #FFF;
	    color:#009994;
	    line-height: 100px;
	    text-transform: uppercase;
	    letter-spacing: 0.06em;
	}
	
	.mobileMenuItem.last{
		border-bottom: 1px solid #FFF;
	}
	
	.mobileMenuItem a{
		color:#009994;
	}
	
	.mobile-menu-container .menuBg{
		background: #1a2930;
		height: 100%;
		top:0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	#developmentsMobile{
		cursor: pointer;
	}
	
	#aboutMobile{
		cursor: pointer;
	}
	
	#developmentsMobileDrop{
		display: none;
		float: left;
		width: 100%;
		margin-top: -25px;
		margin-bottom: 25px;
	}
	
	#developmentsMobileDrop div{
		height: 50px;
		line-height: 50px;
	}
	
	#developmentsMobileDrop .mobileMenuItem{
		border: none;
		color:#82ccc9;
	}
	
	#developmentsMobileDrop .mobileMenuItem a{
		color:#82ccc9;
	}
	
	#aboutMobileDrop{
		display: none;
		float: left;
		width: 100%;
		margin-top: -25px;
		margin-bottom: 25px;
	}
	
	#aboutMobileDrop div{
		height: 50px;
		line-height: 50px;
	}
	
	#aboutMobileDrop .mobileMenuItem{
		border: none;
		color:#82ccc9;
	}
	
	#aboutMobileDrop .mobileMenuItem a{
		color:#82ccc9;
	}
	
	#burger{
		display: block;
	}
	
	.main-banner{
		height: 500px;
	}
	
	.dev-banner{
		height: 500px;
	}
	
	.dev-banner .owl-prev, .dev-banner .owl-next {
	    margin-top: -210px!important;
	}
	
	.main-banner.shallow{
		height: 500px;
	}
	
	.main-banner .item{
		height: 500px;
	}
	
	.dev-banner .item{
		height: 500px;
	}
	
	.main-banner.shallow .item{
	    height: 500px;
	}

	
	.main-banner h2{
		font-size: 50px;
	}
	
	.col-content h4{
		margin-top: 20px;
	}
	
	.addressInner{
		width: 100%;
		padding-bottom: 40px;
		overflow: auto;
	}
	
	.addressCol {
	    padding: 20px 0 20px;
	    width: 90%;
	    margin-left: 5%;
	    float: left;
	    text-align: center;
	}
	
	.progressTable{
		width: 90%;
	}
	
	.progressTable .col1{
		display: none;
	}
	
	.progressTable .col3{
		display: none;
	}
	
	.progressTable .col2{
		width: 40%;
		padding-left: 15px;
	}
	
	.progressTable .col4{
		width: 20%;
	}
	
	.progressTable .col5{
		width: 16%;
	}
	
	.progressTable .col6{
		width: 22%;
	}
	
	.dev-text .col {
	    width: 100%;
	    padding: 0 2%;
	    padding-bottom: 100px;
	}
	
	.dev-text .col:nth-child(1){
	    padding-bottom: 20px;
	}
	
	.textSection .text2col .col {
	    width: 100%;
	    margin: auto;
	}
	
	.textSection .text2col .col {
	    width: 100%;
	    margin: auto;
	}

	.textSection .text2col{
		width: 80%;
		margin: auto;
	}
	
	.statsSection .stats {
	    width: 90%;
	}
	
	.footerLogo{
		height: 40px;
	}
	
	.text2col col:nth-child(2){
		padding-top:20px;
	}
	
	
}

@media only screen and (max-width: 900px) {
	
	.col-content h3 {
    	font-size: 30px;
    	height: 94px;
	}
	
	.awards-col .col-content h3 {
    	font-size: 30px;
	}
	
	.col-content h4 {
    	font-size: 15px;
	}
	
	.col-inner {
	    width: 266px;
	}
	
	.smallTextOnly{
		padding-top: 11%;
	}  
	
	.more-details {
	    width: 90%;
	    margin-left: 5%;
	    margin-top: 40px;
	}
	
	
}

@media only screen and (max-width: 800px) {
	
	.col-content h4 {
    	display: none;
	}
	
	.statsBlock h3 {
    	font-size: 40px;
    	
    }
    
    .statsBlock h4 {
    	font-size: 17px;
    	height: 34px;
    }
    
    .statsBlock.light h3{
	    font-size: 36px;
    }
    
    .statsBlock.light h4 {
    	font-size: 12px;
    }
    
    .stats3col .col {
	    padding-top: 0px;
	}
	
	.stats1col {
    	height: 180px;
	}
	
	.stats3col {
    	height: 180px;
	}
	
	.newsletterBg form{
		width: 447px;
	}
	
	.newsletterEmail{
		width: 400px;
	}
	
	.more-details {
	    width: 80%;
	    margin-left: 0px;
	    margin-top: 40px;
	}
	
	.smallTextOnly{
		display: none;
	}
	
	.devTitleBar .col{
		width: 50%;
	}
	
	.mapColumns{
		display: none;
	}
	
	.statsSection .completed-figure{
		font-size:50px;
	}
	
	.statsSection .stats .col {
	    width: 50%;
	    border-right: none;
	}
	
	.statsSection .stats .col:nth-child(5){
		margin-left: 25%;
	}
	
	.more-details .inner .left-col {
	    float: left;
	    width: 98%!important;
	    padding-left: 2%!important;
	    padding-top: 40px;
	}
	
	.more-details .inner .right-col {
	    float: left;
	    width: 98%!important;
	    padding-left: 2%!important;
	    padding-top: 40px;
	}
	
	.more-details {
	    width: 100%;
	    margin-left: 0px;
	    margin-top: 40px;
	}
	
	.statsSection .stats .col:nth-child(4) {
	    margin-left: 0%;
	    margin-top: 0px;
	}
	
	.wpcf7-email {
	    width: 400px;
	}
	
}


@media only screen and (max-width: 600px) {
	
	.main-banner{
		height: 400px!important;
	}
	
	.main-banner.shallow{
		height: 400px!important;
	}
	
	.dev-banner.shallow{
		height: 400px!important;
	}
	
	.dev-banner .owl-prev, .dev-banner .owl-next {
	    margin-top: -173px!important;
	}
	
	.main-banner h2 {
	    font-size: 40px;
	    padding-left: 20px;
		padding-top: 40px;
	}
	
	.main-banner h3 {
	    padding-left: 20px;
	}
		
	.main-banner .item{
		height: 400px;
	}
	
	.main-banner.shallow .item{
	    height: 400px;
	}
	
	.dev-banner .item{
	    height: 400px;
	}

	
	.main-banner .greenBtn {
	    margin-left: 20px;
	    padding-left: 10px;
	    padding-right: 10px;
	    padding-top: 6px;
	    padding-bottom: 6px;
	    margin-top: 20px;
	}
	
	.col-content h4{
		display: none;
	}
	
	.col-content h3{
		height: auto;
	}
	
	#fixed-header-left.fixed-header-section {
		left: 30px;
	}
	
	#burger{
		right: 30px;
	}
	
	#burgerClosed{
		right: 30px;
	}
	
	.row1-2-1 .col1{
		width: 100%;
		padding-top: 84%;
	}
	
	.row1-2-1 .col2{
		width: 100%;
		padding-top: 84%;
	}
	
	.row1-2-1 .col3{
		width: 100%;
		padding-top: 84%;
	}
	
	.row2-1-1 .col1{
		width: 100%;
		padding-top: 84%;
	}
	
	.row2-1-1 .col2{
		width: 100%;
		padding-top: 84%;
	}
	
	.row2-1-1 .col3{
		width: 100%;
		padding-top: 84%;
	}
	
	.row2-2 .col1{
		width: 100%;
		padding-top: 84%;
	}
	
	.row2-2 .col2{
		width: 100%;
		padding-top: 84%;
	}
	
	.col3-1split .col3-4{
		padding-top: 84%;
	}
	
	.col3-1split .col1-4 {
	    margin-top: -84%;
	    padding-top: 84%;
	}
	
	.col1-2split .col1-4{
		width: 100%;
		padding-top: 84%;
	}
	
	.col1-2split .col1-2{
		width: 100%;
		padding-top: 84%;
	}
	
	.col1-4{
		width: 100%;
		padding-top: 84%;
	}
	
	.col1-2{
		width: 100%;
		padding-top: 84%;
	}
	
	.owl-prev{
		left:20px!important;
	}
	
	.owl-next{
		right:20px!important;
	}
	
	.titleBar h1{
		font-size:24px !important;
	}
	
	.col1-3split .col3-4 {
	    padding-top: 84%;
	    margin-top: -84%;
	}
	
	.col1-3split .col1-4 {
	    padding-top: 84%;
	}
	
	.progressTable .col2{
		width: 60%;
	}
	
	.progressTable .col4{
		display: none;
	}
	
	.textSection h1 {
	    font-size: 30px;
	}
	
	.textSection .text1col {
	    width: 80%;
	}
	
	.textSection .text1col .col{
	    width: 100%;
	}
	
	.col1-4.awards-col{
		padding-top: 100%;
	}
	
	.col1-2.awards-col{
		padding-top: 100%;
	}
	
	.col1-2 .col-inner {
	    width: 80%;
	}
	
	.newsletterBg form {
	    width: 333px;
	}
	
	.wpcf7-email{
		width: 286px;
	}
	
	.footerLogo{
		height: 50px;
		border: none;
	}
	
	.baseFooter .row{
		border: none;
	}
	
	.partnersLogos{
		width: 90%;
	}
	
	.contactColumns{
		display: none;
	}
	
	.progressKey{
		width: 90%;
	}
	
	.progressKey .col{
		width: 100%;
	}
	
	.more-details{
		width: 100%;
	}
	
	.more-details .inner{
		width: 100%;
	}
	
	.more-details .inner .col{
		width: 50%;
	}
	
	.development-value .inner .col{
		width: 50%;
	}
	
	.development-released {
	    width: 50%!important;
	}
	
	.development-completion{
		width: 50%!important;
	}
	
	.overviewBlock{
		width: 100%;
	}
	
	.keyFeatures{
		width: 100%;
		margin-bottom: 60px;
	}
	
	.col1-4.blueText p {
	    color: #FFF!important;
	}
	
	.col1-4.blueText h3 {
	    color: #FFF!important;
	}
	
	.col1-4.blueText h4 {
	    color: #FFF!important;
	}
	
	.row1-1-2 .col{
		width: 100%;
		padding-top: 84%;
	}
	
	.col-content h3 {
	    margin-top: 0px!important;
	}
	
}


.wpcf7-response-output{
	display: none!important;
}

.siteMap{
	display: none;
}

.delivered-figure{
	letter-spacing: -0.01em;
}

.launched-figure{
	letter-spacing: -0.01em;
}

.portfolio-spacer{
	float: left;
	width: 100%;
	height: 100px;
}

/* DRONE ARCHIVE ------------------------------------------------------------------------------------- */

.drone-section-wrap {
	position: relative;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    height: auto;
}

.drone-section-wrap .drone-section-title-wrap {
	border-top: 1px solid #1a2930;
	position: relative;
	width: 100%; height: auto;
	padding-top: 15px; padding-bottom: 15px;
	padding-left: 20px; padding-right: 100px;
	border-bottom: 1px solid #1a2930;
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 1.1em;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .08em;
	color: #1a2930;
	cursor: pointer;
}

@media only screen and (max-width: 650px) {
.drone-section-wrap .drone-section-title-wrap {
	padding-left: 10px;
	font-size: 23px !important;
}
}

.drone-section-wrap .drone-section-title-wrap .arrow {
	position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 30px;
    margin-top: -15px;
    transition: 500ms;
}

.drone-section-wrap .drone-section-title-wrap.open .arrow {
	transform: rotate(180deg);
}

@media only screen and (max-width: 800px) {
.drone-section-wrap .drone-section-title-wrap .arrow {
	right: 10px;
}
}

.drone-section-wrap .drone-section-title-wrap .arrow * {
	stroke: #ffffff !important;
}

.drone-section-wrap .drone-section-drones-wrap {
	position: relative;
	width: 100%; height: auto;
	display: none;
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap {
	position: relative;
	width: 100%; height: auto;
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-title {
	position: relative;
	width: 100%; height: auto;
	padding-top: 15px; padding-bottom: 15px;
	padding-left: 20px; padding-right: 100px;
	border-bottom: 1px solid #1a2930;
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 1.1em;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .08em;
	color: #1a2930;
	cursor: pointer;
}

@media only screen and (max-width: 650px) {
.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-title {
	padding-left: 10px;
	font-size: 23px !important;
}
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-title .arrow {
	position: absolute;
	width: 30px; height: 30px;
	top: 50%; right: 30px;
	margin-top: -15px;
	transition: 500ms;
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-title.open .arrow {
	transform: rotate(180deg);
}

@media only screen and (max-width: 800px) {
.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-title .arrow {
	right: 10px;
}
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-video {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 30px; padding-top: 30px;
	border-bottom: 1px solid #1a2930;
	display: none;
	cursor: pointer;
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-video .video {
	position: relative;
	width: 90%; height: auto;
	margin: auto;
	padding-bottom: 56%;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-video .video .play-button {
	position: absolute;
	width: 105px; height: 80px;
	top: 50%; left: 50%;
	margin-top: -52px; margin-left: -52px;
	background: url('/wp-content/themes/x1dev/images/videoPlay.svg') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 650px) {
.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-video .video .play-button {
	width: 80px; height: 80px;
	margin-top: -40px; margin-left: -40px;
}
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-video .video video {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.drone-section-wrap .drone-section-drones-wrap 
.drone-wrap .drone-video .video.no-bg {
	background-image: none !important;
}

/* WALKTHROUGH ARCHIVE ------------------------------------------------------------------------------------------------------------ */

.walkthrough-section-wrap {
	position: relative;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    height: auto;
    margin-top: 0px;
    border-top: 1px solid #1a2930;
}

.walkthrough-section-wrap .drone-section-title-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-top: 15px; padding-bottom: 15px;
	padding-left: 20px; padding-right: 100px;
	border-bottom: 1px solid #1a2930;
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 1.1em;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .08em;
	color: #1a2930;
	cursor: pointer;
}

@media only screen and (max-width: 650px) {
.walkthrough-section-wrap .drone-section-title-wrap {
	padding-left: 10px;
	font-size: 23px !important;
}
}

.walkthrough-section-wrap .drone-section-title-wrap .arrow {
	position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 30px;
    margin-top: -15px;
    transition: 500ms;

}

.walkthrough-section-wrap .drone-section-title-wrap.open .arrow {
	transform: rotate(180deg);
}

@media only screen and (max-width: 800px) {
.walkthrough-section-wrap .drone-section-title-wrap .arrow {
	right: 10px;
}
}

.walkthrough-section-wrap .drone-section-title-wrap .arrow * {
	stroke: #ffffff !important;
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap {
	position: relative;
	width: 100%; height: auto;
	display: none;
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap {
	position: relative;
	width: 100%; height: auto;
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .walkthrough-title {
	position: relative;
	width: 100%; height: auto;
	padding-top: 15px; padding-bottom: 15px;
	padding-left: 20px; padding-right: 100px;
	border-bottom: 1px solid #1a2930;
	font-family: "Agenda Light"; font-style: normal; font-weight: normal;
	font-size: 20px; line-height: 1.1em;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: .08em;
	color: #1a2930;
	cursor: pointer;
}

@media only screen and (max-width: 650px) {
.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .walkthrough-title {
	padding-left: 10px;
	font-size: 23px !important;
}
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .walkthrough-title .arrow {
	position: absolute;
	width: 30px; height: 30px;
	top: 50%; right: 30px;
	margin-top: -15px;
	transition: 500ms;
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .walkthrough-title.open .arrow {
	transform: rotate(180deg);
}

@media only screen and (max-width: 800px) {
.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .walkthrough-title .arrow {
	right: 10px;
}
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .drone-video {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 15px; padding-top: 15px;
	border-bottom: 1px solid #1a2930;
	display: none;
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .drone-video .video {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 56%;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .drone-video .video .play-button {
	position: absolute;
	width: 105px; height: 80px;
	top: 50%; left: 50%;
	margin-top: -52px; margin-left: -52px;
	background: url('/wp-content/themes/x1dev/images/videoPlay.svg') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 650px) {
.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .drone-video .video .play-button {
	width: 80px; height: 80px;
	margin-top: -40px; margin-left: -40px;
}
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .drone-video .video video {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.walkthrough-section-wrap .walkthrough-section-drones-wrap 
.walkthrough-wrap .drone-video .video.no-bg {
	background-image: none !important;
}

@media only screen and (max-width: 1300px) {

.drone-section-wrap {
    max-width: 1080px;
}

.walkthrough-section-wrap{
    max-width: 1080px;
}

}

/* DEVELOPMENT IMAGE GALLERY ------------------------------------------------------------- */


/* PROPERTY LIGHTBOX CONTENT */

.single-letting-lightbox-wrap {
	position: fixed;
	width: 100%; height: 100%; 
	top: 0; left: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 11111;
	display: none;
}

.single-letting-carousel-wrap {
	position: absolute;
	width: 100%; height: 100% !important;
	top: 50%;
	-ms-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	-o-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	opacity: 0;
	z-index: 2;
}

.single-letting-carousel-wrap .flickity-viewport {
	height: 100% !important;
}

.single-letting-carousel-wrap .flickity-slider {
	height: 100% !important;
}

.single-letting-lightbox-wrap 
.single-letting-carousel-image {
	width: auto !important;
	height: auto !important;
	margin: 0;
	margin-left: 10px; margin-right: 10px;
	cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    top: 50%;
	-ms-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	-o-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
}

@media only screen and (max-width: 1400px) {
.single-letting-lightbox-wrap 
.single-letting-carousel-image {
	max-width: 800px;
}
}

.single-letting-lightbox-wrap 
.single-letting-carousel-image:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.single-letting-lightbox-wrap .flickity-prev-next-button {
	position: absolute;
	width: 21px; height: 40px;
	top: 50%; margin-top: -20px;
	cursor: pointer;
	outline: none !important;
	border: none !important;
	z-index: 2;
}

.single-letting-lightbox-wrap .flickity-prev-next-button svg {
	display: none !important;
}

.single-letting-lightbox-wrap .flickity-prev-next-button.previous {
	left: 20px;
	background: url('/wp-content/themes/x1dev/images/lightbox-left.png') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.single-letting-lightbox-wrap .flickity-prev-next-button.next {
	right: 20px;
	background: url('/wp-content/themes/x1dev/images/lightbox-right.png') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.single-letting-lightbox-close {
	position: absolute;
	width: 40px; height: 40px;
	top: 40px; right: 20px;
	background: url('/wp-content/themes/x1dev/images/lightbox-close-thin.png') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    z-index: 9999;
}

/* PROPERTY CONTENT */

.property-content-wrap {
	position: relative;
	max-width: 1130px; 
	width: -moz-calc(100% - 100px) !important;
	width: -webkit-calc(100% - 100px) !important;
	width: -o-calc(100% - 100px) !important;
	width: calc(100% - 100px) !important;
	height: auto;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 120px;
}

@media only screen and (max-width: 650px) {
.property-content-wrap {
	width: -moz-calc(100% - 50px) !important;
	width: -webkit-calc(100% - 50px) !important;
	width: -o-calc(100% - 50px) !important;
	width: calc(100% - 50px) !important;
}
}

.property-column-wrap {
	position: relative;
	width: 100%; height: auto;
	font-size: 0;
}

.property-column {
	display: inline-block;
	max-width: 560px;
	width: 100%;
	vertical-align: text-top;
	font-size: 12px;
}

@media only screen and (max-width: 1180px) {
.property-column {
	display: block;
	margin: 0 auto;
}
}

/* LEFT COLUMN CONTENT */

#property-left-column .property-column-content {
	position: relative;
	width: 100%; height: auto;
}

.property-slideshow-wrap {
	position: relative;
	width: 100%; height: auto;
}

#property-slideshow { 
    position: relative; 
    width: 100%; height: auto;
    z-index: 1;
}

#property-slideshow .slide {
    width: 100%;
    height: 400px !important;
    cursor: pointer;
    display: none;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#property-slideshow .slide:first-child {
	display: block;
}

@media only screen and (max-width: 1180px) {
#property-right-column {
	margin-top: 80px;
}
}

.more-details .inner p{
    /*color: #1a2930;*/
}

.more-details .inner p{
    text-align: left;
    font-family: 'Plantin W01 Light';
    font-size: 18px;
    text-transform: none;
    letter-spacing: -0.01em;
}

.more-details .inner .left-col{
	float: left;
    width:48%;
    padding-right: 2%;
    padding-top: 40px;
}

.more-details .inner .right-col{
	float: left;
    width:50%;
    padding-top: 40px;
}

.col-wrapper{
	width: 100%;
	float: left;
}

.share-full{
	width: 100%;
	float: left;
}

.property-share-wrap {
    width: 194px;
    margin: auto;
}

.property-share-icon {
    display: inline-block;
    width: 38px;
    height: 28px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 80px;
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-in-out;
    -moz-transition: transform 300ms ease-in-out;
    -ms-transition: transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
}


@media only screen and (max-width: 1400px){
	.footerLogo {
	    height: 40px;
	}
	
	.baseFooter p {
	    font-size: 12px;
	    line-height: 0em;
	    color: #ffffff;
	    margin-top: 34px;
	}
}

@media only screen and (max-width: 1000px){
	
	.baseFooter .row {
    	border: none;
	}
	
	.baseFooter p{
		padding-left: 5px;
	}
	
	.footerLogo{
		border: none;
	}
	
	.footerLogo.right {
	    float: left;
	    padding-right: 0px;
	    width: 100%;
	    margin-top: 40px;
	    margin-bottom: 140px;
	    border: none;
	}
	
	.sbLogo {
	    width: 40px;
	    margin-top: 20px;
	    margin-bottom: 40px;
	    padding-left: 2px;
    }	    

}

@media only screen and (max-width: 600px){
	.footerLogo.right {
	    float: right;
	    padding-right: 0px;
	    font-size: 12px;
	    margin-top: 70px;
	}
	
	.baseFooter p {
	    padding-bottom: 10px;
	}
	
	.toTopBtn span {
	    float: right;
	    width: 90px;
	}
}

.partnerLogoWrapper{
    text-align: center;
    padding-bottom: 80px;
    overflow: auto;
}

.partnerLogo{
	display: inline-block;
	height: 171px;
	padding-left: 25px;
    padding-right: 25px;
	width: auto;
}

.partnerLogo img{
	height: 100%;
	width: auto;
}

@media only screen and (max-width: 800px){
	.partnerLogo{
		height: 100px;
	}
}

@media only screen and (max-width: 600px){

	.partnerLogo {
	    height: 80px;
	    padding-left: 5px;
	    padding-right: 5px;
	}

}

.identity{
	max-width: 400px;
    width: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobileBackground{
	position: fixed;
	z-index: 1;
	background: #1a2930;
	width: 100%;
	height: 100vh;
}

.col-inner{
	position: absolute;
    margin-top: 130px;
    top: 0px;
    left: 50%;
    width: 380px;
    transform: translateX(-50%);
}

.awards-col .col-content h3 {
	margin-top: 0px;
}

.awards-col .col-inner {
    padding-top: 0px;
}

@media only screen and (min-width: 1400px){

	.col-inner{
	    margin-top: 160px;
	}

}

@media only screen and (max-width: 1200px){

	.row1-1-2 .col1, .row1-1-2 .col2{
		width: 50%;
	}
	
	.row1-1-2 .col3{
		width: 100%;
	}
	
	.awards-col .awards-icon {
	    width: 50%;
	    margin: auto;
	    margin-top: -10%;
	}
	
	.awards-col h4{
	    height: 80px;
	}
		
}

@media only screen and (max-width: 1000px){

	.awards-col h4{
	    display: none;
	}
	
	.awards-col h3{
	    height: 120px!important;
	}


}

@media only screen and (max-width: 800px){

	.awards-col .awards-icon {
	    display: none;
	}
	
	.owl-theme .owl-dots .owl-dot span {
    margin: 5px 12px!important;;
	}
	
}

@media only screen and (max-width: 600px){

	.row1-1-2 .col1, .row1-1-2 .col2{
		width: 100%;
	}
	
	.awards-col .awards-icon {
		display: block;
	    width: 50%;
	    margin: auto;
	    margin-top: -10%;
	}
	
	.col-inner {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 380px;
	    transform: translate(-50%,-50%);
	    margin-top: 0px;
	    height: 130px;
	}
	
	.testimonial-col .col-content h4{
		margin-top: 20px;
		display: block!important;
		height: auto;
	}

}

.about-awards .col-content h4{
	height: 60px;
}

.about-awards .col-inner {
    margin-top: 200px;
}

.about-awards .awards-col{
	margin-top: 0px;
}

.about-awards .col-content h4 {
    height: 40px;
}

.about-awards .awards-col .col-content h3 {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-align: center;
    line-height: 35px;
    height: 130px;
    margin-top: 44px;
}

@media only screen and (max-width: 1500px){

	.about-awards .col-inner {
	    margin-top: 100px;
	}

}

@media only screen and (max-width: 1750px){

	.about-awards .col-inner {
	    margin-top: 130px;
	}

}

@media only screen and (max-width: 1400px){
	

	.about-awards .awards-col .col-content h3 {
	    font-size: 26px;
	    text-transform: uppercase;
	    letter-spacing: .08em;
	    text-align: center;
	    line-height: 29px;
	    height: auto;
	    margin-top: 44px;
	    height: 90px;
   	}
   	
   	.about-awards .awards-col .col-content h4 {
	    height: 50px;
   	}
   	
   	.about-awards .awards-col h4{
		height: 20px;
	}
     
 }
 
 @media only screen and (max-width: 1300px){
	
	.about-awards .awards-col .col-content h3 {
	    font-size: 28px;
	    line-height: 29px;
	    height: 120px;
	    margin-top: 10px;
	}
	
}
 
 @media only screen and (max-width: 1200px){
 
 	.about-awards .col-inner {
    	margin-top: 50px;
	}
	
	.about-awards .awards-col .awards-icon{
		margin-top: 0px;
	}
	
	.about-awards .awards-col .col-content h3 {
	    height: 80px;
		margin-top: 70px;
	}
	
}

#barba-wrapper{
	overflow: hidden;
}

@media only screen and (min-width: 1450px) {
    
    .col-inner {
	    margin-top: 180px;
	}

}

.footerLogo p{
	margin-bottom: 1px;
}

.sbLogo{
	width: 30px;
    margin-top: 12px;
}

 @media only screen and (max-width: 1400px){
 
 	.sbLogo{
		width: 30px;
	    margin-top: 9px;
	}
	
	.baseFooter p {
		margin-top: 0px;
	}
	
}

@media only screen and (max-width: 1200px){
	.about-awards .col-inner {
	    margin-top: 20px;
	}
}

@media only screen and (max-width: 600px){

	.about-awards .awards-col .col-content h3 {
	    font-size: 21px;
	    line-height: 25px;
	}
	
	.dev-banner{
		height: 400px;
	}
	
}

.partnersHolder h2{
	letter-spacing: 0.06em;
}

.testimonial-icon{
	width: 36px;
	margin:auto;
	margin-top: 16%;
}

@media only screen and (max-width: 1200px){
	
	.testimonial-col h4 {
	    height: 80px;
	}
	
	.testimonial-icon{
		margin-top: -5%;
	}
	
	.col-content .greenBtn{
		display: none;
	}
	
	.col5a{
		display: none!important;
	}
	
	.progressTable .col4 {
    	width: 100px;
	}
	
	.progressTable .col5{
		width: 190px;
	}
		
}

@media only screen and (max-width: 800px){
	
	.testimonial-icon {
	    display: none;
	}
	
	
	
	.progressTable .col2 {
	    width: 40%;
	}
	
	.progressTable .col4 {
	    width: 20%;
	}
	
	.progressTable .col5 {
	    width: 33%;
	}
	
	.progressTable .col6 {
    	width: 6%;
	}
	
}

@media only screen and (max-width: 600px){
	
	.progressTable .col2 {
	    width: 50%;
	    padding-left: 0px;
	}
	
	.progressTable .col5 {
	    width: 43%;
	}

	.testimonial-icon{
		margin-top: 3%;
	}
	
	.col-content .greenBtn{
		display: block;
	}
	
	
	.progressTable .col-wrapper .col2{
		font-size: 10px;
		
	}
	
	.progressTable .col-wrapper .col5{
		font-size: 10px;
	}
	
	.progressTable .col6 .expand-icon {
	    height: 20px;
	    width: 20px;
	}

}

.progressTable{
	margin-bottom: 50px;
}

.progressKey{
	display: none;
}

.contactAgent{
	float: left;
}

.kk{
	width: 24px;
    height: 36px;
    /* background: white; */
    display: block;
    float: left;
    margin-left: 12px;
    margin-top: -2px;
    background-image: url('images/kkLogo.svg');
    background-repeat: none;
}

.progressTable .kk{
    width: 19px;
    height: 29px;
    display: block;
    float: left;
    margin-left: 12px;
    margin-top: -6px;
    margin-bottom: -6px;
    background-image: url('images/kkLogoBlue.svg');
    background-repeat: none;
}

.dev-status{
	width: 380px!important;
}

.peelLogo{
	width: 80px;
    height: 130px;
    margin: auto;
    background-image: url('images/with-peel-logo.svg');
    margin-top: 30px;
}

.more-details .peelLogo {
    margin-left: 11px;
    width: 62px;
    z-index: 10;
    height: 100px;
    position: absolute;
    top: 35px;
}

@media only screen and (max-width: 1200px){
	
	.more-details .peelLogo {
		top: 54px;
	}
	
}

.single-letting-carousel-wrap .peelLogo{	    
    background-image: url('images/with-peel-logo.svg');
    position: relative;
    margin-top: -47%;
    margin-left: 3%;
    width: 5%;
    height: 90px;
    z-index: 999999999999;
 }
 
 .devTitleBar .col{
	height: 108px;
 }
 
 .overviewBlock{
	 min-height: 500px;
 }
 
 .development-completion .kk{
	 margin-top: 1px;
 }
 
.development-completion.col{
	width: 450px!important;
	font-weight: bold;
 }
 
 .progressTable .kk{
	  background-image: url('images/KKLandscape.svg')!important;
	  width: 96px!important;
 }