/* ############ FONTS ############ */

@font-face {
    font-family: 'AvenirLTStdBook';
    src: url('../fonts/AvenirLTStdBook.eot');
    src: url('../fonts/AvenirLTStdBook.eot') format('embedded-opentype'),
         url('../fonts/AvenirLTStdBook.woff2') format('woff2'),
         url('../fonts/AvenirLTStdBook.woff') format('woff'),
         url('../fonts/AvenirLTStdBook.ttf') format('truetype'),
         url('../fonts/AvenirLTStdBook.svg#AvenirLTStdBook') format('svg');
}

@font-face {
    font-family: 'AvenirLTStdMedium';
    src: url('../fonts/AvenirLTStdMedium.eot');
    src: url('../fonts/AvenirLTStdMedium.eot') format('embedded-opentype'),
         url('../fonts/AvenirLTStdMedium.woff2') format('woff2'),
         url('../fonts/AvenirLTStdMedium.woff') format('woff'),
         url('../fonts/AvenirLTStdMedium.ttf') format('truetype'),
         url('../fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium') format('svg');
}



/* ############ GLOBAL ############ */

html, body {
	height: 100%;
	font-family: 'AvenirLTStdBook', arial, sans-serif;
	font-size: 15px;
	color: #030303;
	cursor: default;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

html {
       overflow-y: scroll;
}

body {
	background: #fff;
}

* {
	box-sizing: border-box;
}

::-moz-selection {
    background: #e8e1dc;
    text-shadow: none;
}

::selection {
    background: #e8e1dc;
    text-shadow: none;
}

a {
	text-decoration: none;
}

a:hover{
	opacity:0.6;
}

b, strong {
	font-weight: normal;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0.0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h3, h4, h5, h6 {
	font-family: 'AvenirLTStdMedium', arial, sans-serif;
	font-weight: normal;
	text-transform: none;
}

h1{	
	font-family: 'AvenirLTStdMedium';
	font-size: 30px;
    color: #98887c;
}
body.mission h1{
	margin-top:20px;
}
body.testimonials h1, body.case-studies h1, body.contact h1{
	clear:both;
	margin-top:31px;
    margin-left: 0.5%;
    margin-bottom: 20px;
}
body.contact h1{
	margin-top:21px;
}

h2{
	font-family: 'AvenirLTStdMedium';
	font-size:18px;
	color:#98887c;
}

body.case-studies h2{
	margin:20px 0 0 0;
}

h3{
	font-size:15px;
	color:#030303;
}

h5{
	font-family: 'AvenirLTStdMedium';
	font-size:14px;
	color:#98887c;
}

body.case-studies h5{
	margin-bottom:20px;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

p {
	font-family: 'AvenirLTStdBook', arial, sans-serif;
	margin-bottom: 23px;
    line-height: 22px;
}

ol, ul, li {
	list-style: none;
}

ul, menu, dir, li {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.col-33{width:31%;margin:0 2% 0 0;float:left;}
.col-66{width:65%;margin:0 0 0 2%;float:left;}
.col-25{width:24%;margin:0 0.5%;float:left;}
.col-50{width:49%;margin:0 0.5%;float:left;}

.mobi {
	display: none;
}

.visible {
	-webkit-transition: all 1s;
    transition: all 1s;
	opacity: 1 !important;
}

.clearfix:after{
	display:table;
	clear:both;
	content:"";	
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -164px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {
  height: 164px; 
}
footer {
}
section{
	width:1170px;
	max-width:98%;
	margin:0 auto;
	display:block;
}

/* HEADER */

header section.container{
	background-color:#98887c;
	padding:20px 20px;
	font-family: 'AvenirLTStdMedium';
    /*max-width: 100%;*/
}

img.castlerock-logo{
    width: 343px;
    max-width: 31%;
    min-width:220px;
}

img.average-response{
	width:126px;
	float:right;
}
header span.contact-details{
	float:right;
	text-transform:uppercase;
	color:#ffffff;
	font-size:14px;
	margin-right:10px;
}
header span.contact-details.london2{
	display:none;
}
header span.small{
	font-size:11px;
}
header span.contact-details a{
	text-decoration:underline;
	color:#ffffff;
}

header ul.nav{
	float:right;
	margin-top: -18px;
}

header ul.nav li{
	display:inline;
	margin-left:10px;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
}

header ul.nav li a{
	color:#ffffff;
}

header ul.nav li.dropdown {
    display: inline-block;
}

header ul.nav li ul.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f4f2f1;
    min-width: 205px;
    margin-left: -16px;
    padding:  3px 0px 10px 0px;
    z-index: 1000000000000000000;
}

header ul.nav li ul.dropdown-content li{
    padding: 0px 10px 0px 10px;
    display:block;
    margin-left:0px;
}

header ul.nav li ul.dropdown-content a {
    color: #98887c;
    padding: 10px 6px 10px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom:1px solid #e2ddda;
}

header ul.nav li ul.dropdown-content a:hover {color:#ffffff;background-color: #98887c;}


.dropdown:hover .dropdown-content {
    display: block;
}

img.menu-icon{
	display:none;
}

header ul.mobile{
	display:none;
}


/* INDEX/ABOUT */

p.paragrpah-1{
	margin-top:30px;
}

section.main-content{
	margin-top:10px;
	margin-bottom:10px;
}

.top-content{
    margin-left: 0%;
    margin-right: 0%;
    margin-top:11px;
    margin-bottom:10px;
}

body.testimonials .top-content, body.case-studies .top-content{
    margin-left: -0.5%;
    margin-right: -0.5%;
    margin-top:11px;
    margin-bottom:60px;
}

img.main-image{
	width:100%;
}

.service-icons{
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.service-icons a{
	display:block;
}

.service-icons .col-25{
	display:block;
	border:2px solid #ac9f94;
	padding:30px 0px;
	height:160px;
}

.service-icons .col-25.hover-over{
	background-color:#ac9f94;
	display:none;
}

img.service-icon{
    display: block;
    margin: 0 auto;
}

.service-icons h3{
	font-size:14px;
	font-family: 'AvenirLTStdBook', arial, sans-serif;
	color:#98887c;
	text-align:center;
	margin-top:10px;
}

.service-icons .col-25.hover-over h3{
	color:#ffffff;
}

.service-icons a.residential-link:hover .col-25.residential{
	display:none;
}
body.residential .col-25.hover-over.residential, .service-icons a.residential-link:hover .col-25.hover-over.residential{
	display:block;
}

.service-icons a.commercial-link:hover .col-25.commercial{
	display:none;
}
body.commercial .col-25.hover-over.commercial, .service-icons a.commercial-link:hover .col-25.hover-over.commercial{
	display:block;
}

.service-icons a.construction-link:hover .col-25.construction{
	display:none;
}
body.construction .col-25.hover-over.construction, .service-icons a.construction-link:hover .col-25.hover-over.construction{
	display:block;
}

.service-icons a.design-link:hover .col-25.design{
	display:none;
}
body.design .col-25.hover-over.design, .service-icons a.design-link:hover .col-25.hover-over.design{
	display:block;
}

.service-icons a:hover{
	opacity:1;
}

.imagery{
	margin-bottom:10px;
	margin-top:10px;
	margin-left:-0.5%;
	margin-right:-0.5%;
}

img.case-study{
    border: 2px solid #ac9f94;
}

/* CASE STUDY FEATHERLIGHT LIGHTBOX */

#mylightbox{
	display:none;
}

.featherlight-content #mylightbox{
	display:block;
}

a.hidden{
	display:none;
}

/* STYLING */

.featherlight:last-of-type {
    background: rgba(152,136,124,.5);
}

.featherlight .featherlight-close-icon {
    color: #ffffff;
    background-color: #98887c;
}

.featherlight-next span, .featherlight-previous span {
    color: #98887c;
}


/* CONTACT */

span.small{
	font-size:12px;
}

body.contact .main-content a{
	color:#030303;
}

#map{
	width:100%;
	height:600px;
    /*z-index: -1000;*/
}

/* FOOTER */

footer section{
	background-color:#98887c;
	display:block;
	font-family: 'AvenirLTStdMedium', arial, sans-serif;
	position: relative;
}

.castle-logo{
	float:left;
	width:;
}

.certification-logo{
	float:right;
	width:;
}

footer section ul.address{
	float:right;
	text-align:right;
	color:#ffffff;
    margin-right: 80px;
    margin-top: 50px;
    font-size:14px;
}

footer section ul.address li.tel{
	font-size:18px;
}



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

@media only screen and (max-width: 992px) {
	
	header ul.nav {
		display:none;
	}
	header section.container {
	    height: 90px;
	}
	.average-response{
		clear:both;
		margin-top: -48px;
	    margin-bottom: 3px;
		margin-right: 60px;
		display: none;
	}
	header span.contact-details{
		clear:both;
		margin-right: 60px;
	}
	header span.contact-details.london1{
		display:none;
	}
	header span.contact-details.london2{
		display:block;
	    margin-top: -14px;
	}
	header span.contact-details.us{
		margin-top: -33px;
	}
	img.menu-icon{
		display:inline-block;
		float:right;
		width: 40px;
	    margin-top: 11px;
        cursor: pointer;
	}

	ul.mobile{
	    position: absolute;
	    right: 1%;
    	top: 89px;
	    background-color: #98887c;
	    width:200px;
        z-index: 1;
	}
	ul.mobile li{ 
		padding:10px 0 10px 10px;
		color:#ffffff;
	}
	ul.mobile li a{ 
		color:#ffffff;
	}

	
	
}

@media only screen and (max-width: 850px) {
	
	.col-33{width:100%;margin:0 0% 0 0;float:left;}
	.col-66{width:100%;margin:0 0 0 0%;float:left;}
	
	
}


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

@media only screen and (max-width: 600px) {
	
	img.average-response, header span.contact-details, header span.contact-details.london2{
		display:none;
	}

	.col-25{width:48%;margin:0 1% 10px 1%;float:left;}
	.service-icons {
	    margin-left: -1%;
	    margin-right: -1%;
	}
	.col-50{width:100%;margin: 0 0% 10px 0%;float:left;}
	.imagery {
	    margin-left: 0%;
	    margin-right: -0.5%;
	}

	.castle-logo {
	    float: none;
	    position: absolute;
	    bottom: 0;
	    max-width:20%;
	}
	
	.certification-logo {
	    float: none;
	    position: absolute;
	    right: 1%;
	    max-width:20%;
	}

	footer section {
	    height: 164px;
	}

	footer section ul.address {
	    float: right;
	    text-align: right;
	    color: #ffffff;
	    margin-right: 26%;
	    margin-top: 50px;
	    font-size: 14px;
	    margin-left: 78px;
	}


}

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


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










