/*
Responsive 996px grid system ~ Style CSS.
Copyright 2012, Josh Cope
*/

/* =============================================================================
   Site Styles
   ========================================================================== */
   
	body {
		background: url('../images/bodybg.jpg') repeat-x;
	}
	
	.wrapper {
		margin-top:25px;
	}
	
	#logo {
		margin-top:20px;
	}
	
	.menu-wrapper {
		margin-top:25px;
		float:right;
		position:relative;
		z-index:10;
	}
	
	.menu, .menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
		color:#47484a;
		font-size:14px;
	}

	.menu a {
		display: block;
		padding:0 20px;
		border-left:1px solid #47484a;
		text-decoration:none;
		color:#47484a;
	}
	
	.menu span {
		display: block;
		padding:0 20px;
		border-left:1px solid #47484a;
		color:#47484a;
		cursor:pointer;
	}
	
	.menu li:hover {
		background:#585858;
	}
	
	/* Top menu color when hovering submeny */
	.menu li:hover a, .menu li:hover span{
		color:#fff;		
	}
	
	.menu .active a, .menu .active span {
		color:#76c152;
	}
	
	.menu .first a {
		border-left:none;
	}
	
	
	/* Submenu links */
	.menu li li a {
		border:none;
		padding:0;
		color:#fff;
	}
	
	/* Top Hover Color */
	.menu li:hover a:hover, .menu li:hover span:hover{
		color:#fff;		
	}
	
	/* Submenu Hover Color */
	.menu li:hover li a:hover{
		color:#76c152;		
	}

	.menu li {
		float: left;
	}
	
	.menu li  li{
		width: 10em;
		padding:5px 0;
		border-bottom:1px solid #74C054;
	}
	
	.menu li  li.last{
		border-bottom:none;
	}
	
	.menu li ul {
		position: absolute;
		width: 10em;
		left: -999em;
		background:#585858;
		padding:10px;
	}

	.menu li:hover ul {
		left: auto;
	}
	
	.page-title {
		margin-top:15px;
		font-size:36px;
		color:#298fc9;
		border-bottom:1px solid #79797b;
		font-family: 'GothamThinRegular', arial, helvetica, sans-serif;
	}
	
	.content {
		font-size:13px;
	}
	
	.footer-wrapper {
		background:#47484a;
		padding-top:20px;
		margin-top:20px;
	}
	
	.footer-header {
		font-size:24px;
		color:#fff;
		font-family: 'GothamThinRegular', arial, helvetica, sans-serif;
	}
	
	.footer-header.light-blue {
		border-bottom: solid 5px #298fc9;
	}
	
	.footer-header.green {
		border-bottom: solid 5px #76c152;
	}
	
	.footer-header.dark-blue {
		border-bottom: solid 5px #005a8d;
	}
	
	.footer-wrapper p {
		font-size:13px;
		color:#fff;
	}
	
	.copy-wrapper {
		background:#3c3c3c;
		color:#fff;
		font-size:11px;
		padding:15px 0;
		/*font-family: 'GothamThinRegular', arial, helvetica, sans-serif; /* This looks bad that small in some browsers */
	}

/* =============================================================================
   Page Styles
   ========================================================================== */

	.center {
		text-align:center;
	}
   
	#slides {
		margin-top:30px;
	}
   
	#slides img {
		display:none;
	}
	
	#slides .first {
		display:block;
	}
	
	.color-buttons {
		margin-top:25px;
		margin-bottom:25px;
	}
	
	#consultation-form {
		margin-top:20px;
	}
	
	#consultation-form .checkboxes {
		margin-left:10em;
	}
	
	#consultation-form input, #consultation-form textarea {
		font-size:14px;
		border:1px solid #ccc;
	}	
	
	#consultation-form label {
		clear: left;
		float: left;
		width: 8em; /* or whatever length suits */
		font-size:14px;
		text-align:right;
		margin-right:5px;
		color:#777;
	}
	
	#consultation-form div {
		margin-bottom:5px;
	}
	
	#fileupload {
		margin-top:20px;
	}
	
	.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}
	.fade.in{opacity:1;}
	
	.site-links {
		color:#fff;
	}
	
	.site-links a{
		color:#fff;
		text-decoration:none;
	}
	
	.site-links{
		padding-left:1em;
		float:left;
		margin-left:10px;
		width:127px;
		font-size:14px;
	}
	
	.sitelinks-right {
	}
	
	.site-links .parent ul {
		display:none;
		margin-top:.3em;
		padding-left:.5em;
	}
	
	.mobile-menu {
		display:none;
	}
	
	#slide-captions {
		font-style:italic;
	}
	
	#slide-captions, #slide-images {
		position:relative;
		width:100%;
	}
	#slide-captions div{display:none;}
	#slide-captions div.active{display:block;}
	#slide-images div{display:none;}
	#slide-images div.active{display:block;}
	
	#slide-prev, #slide-next {
		display:block;
		margin-top:145px;
	}
	
	#mobile-slide-prev, #mobile-slide-next {
		display:none;
	}
	
	.slide-wrapper {
		margin-top:20px;
	}

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
	.menu a {
		padding:0 14px;
	}

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	.no-mobile {
		display:none;	
	}
	
	.header-button {
		text-align:center;
		margin:10px 0;
	}
	
	.footer-header {
		margin-top:20px;
	}
	
	.mobile-menu {
		display:block;
	}
	
	.menu {
		display:none;
	}
	
	.menu-wrapper {
		float:none;
		text-align:center;
	}
	
	.menu-wrapper select {
		margin:0 auto;
	}
	
	.sitelinks-left {
		margin-bottom:0;
	}
	
	.sitelinks-right {
		margin-top:0;
	}
	
	
	#consultation-form label {
		float:none;
		text-align:left;
		display:block;
		width:auto;
	}
	
	
	#consultation-form .checkboxes {
		margin-left:0;
	}
	
	#slide-prev, #slide-next {
		display:none;
	}
	
	#mobile-slide-prev, #mobile-slide-next {
		display:block;
	}
	
	#mobile-slide-prev {
		float:left;
	}
	
	#mobile-slide-next {
		float:right;
	}
	
	#slide-captions {
		margin-top:10px;
	}
	
	.mobile-buttons {
		margin-bottom:10px;
	}

}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {}


/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file

/* @font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('embedded-opentype'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/

@font-face {
    font-family: 'GothamThinRegular';
    src: url('fonts/gotham-thin-webfont.eot');
    src: url('fonts/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-thin-webfont.woff') format('woff'),
         url('fonts/gotham-thin-webfont.ttf') format('truetype'),
         url('fonts/gotham-thin-webfont.svg#GothamThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}







/* =============================================================================
   NEW GALLERY STYLE
   ========================================================================== */



#fh5co-main {
  padding-top: 0em;
}

#fh5co-board .item {
  margin: 10px 10px 20px 10px;
background: #efefef;  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
#fh5co-board .item a {
  display: block;
}
#fh5co-board .item .fh5co-desc {
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    /* line-height: 24px; */
    background-color: #efefef;
}
#fh5co-board .item .fh5co-item-title {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#fh5co-board .item img {
  max-width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#fh5co-board .item .fh5co-board-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
#fh5co-board .item .image-popup:hover img {
  opacity: .5;
}

.js .animate-box {
  opacity: 0;
}

pre {
  background: #e9e9e9;
  border: 1px solid #ccc;
}


.column.size-1of4 {
    background: #444;
}
