body{

	background-color: #FFF;
	font-family: 'Cabin', sans-serif;

}

.gallery-thumbs{

	position: relative;

}

.gallery-thumb{

	float: left;
	margin: 1em 2em 1em 0;
	cursor: pointer;

}

.gallery-thumb:hover .img-holder{
	border-color: #000;
}

.gallery-thumb .img-holder{
	
	border: 2px solid rgba(0,0,0,0.5);
	height: 120px;

}

.gallery-thumb .img-holder img{
	vertical-align: bottom;
}

.header-wrapper{
	border-bottom: 1px solid #eae3e4;
	background-color: #FFF;

}

.header{
	position: relative;
	padding: 0.5em 5%;
}

#logo{
	
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;

}

#logo .norm-logo{

	height: 70px;
	width: auto;

}

/*#logo .scroll-logo{
	display: none;
}*/

.nav-container{
	display: none;
}

.menu-button{
	
	display: block;

	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;

	width: 50px;
	height: 50px;

	padding: 16px 0.75em;

	cursor: pointer;
	display: block;

	background-color: #44a13f;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-transition: 0.25s background-color ease-out;
	-moz-transition: 0.25s background-color ease-out;
	-ms-transition: 0.25s background-color ease-out;
	-o-transition: 0.25s background-color ease-out;
	transition: 0.25s background-color ease-out;

}

.no-touch .menu-button:hover, .menu-button:active, .menu-button.selected{
	background-color: #436ca9;
}


.menu-button .bar{
	
	width: 100%;
	height: 3px;
	background-color: #FFF;
	margin: 0 0 5px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}

.mobile-nav-container{
	
	position: relative;
	z-index: 1;

	left: 0;
	top: 0;
	width: 100%;
	
	overflow: hidden;
	height: 0;

}

.mobile-nav-container.show{
	height: auto;
}

.mobile-nav{

	margin: 0;
	padding: 0 0 0;
	list-style: none;
	background: #436ca9;

}

.mobile-nav > li{

	margin: 0;
	padding: 0;
	color: #FFF;

}

.mobile-nav > li > a{

	display: block;
	
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;

	padding: 0.5em 5%;
	
	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

	border-top: 1px solid rgba(0,0,0,0.2);

}

.mobile-nav > li > a:active, .no-touch .mobile-nav > li > a:hover{
	
}

.mobile-nav .subnav{
	
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #44a13f;

	height: 0;
	overflow: hidden;

}

.mobile-nav .subnav.show{
	height: auto;
}

.mobile-nav .subnav > li{
	
	white-space: nowrap;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 0 0 0 1em;

	background-color: transparent;

	border-top: 1px solid rgba(0,0,0,0.2);

}

.mobile-nav .subnav > li > a{

	display: block;
	font-size: 14px;
	text-transform: uppercase;
	
	padding: 0.6em 0 0.4em 1em;


}

.mobile-nav > li .subnav > li > a:active, .no-touch .mobile-nav > li .subnav > li > a:hover{
	
}

.page{
	
	position: relative;
	visibility: hidden;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.content-wrapper{
	background-color: #f5f5f5;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: right 100%;
	background-attachment: fixed;
}

.ezedit_body{

	padding: 3em 5% 10em 5%;

}

.page > .image-wrapper{

	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: auto;
	
	text-align: left;

	background-color: #436ca9;


}

.image-content{
	position: relative;
	padding: 0 5%;
}

.page h1{

	text-transform: uppercase;
	line-height: 1em;
	color: #FFF;
	padding: 2em 0 0.25em;
	margin: 0;
	font-family: 'museo-slab';
	font-weight: 300;


}

.page > .image-wrapper > .image-holder{

	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;

	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.btp-wrapper{
	bottom: 3.25em;
}

.back-to-top{
	right: 5%;
}

.back-to-top img{
	width: 25px;
	height: auto;
}

.footer-wrapper{
	background-color: #FFF;
}

.footer{

	padding: 0 5%;

}

.copy{

   /* font-family: 'Tahoma', sans-serif;*/
    color: #000;
    opacity: 0.35;
    float: right;
	margin: 0;
	padding: 1em 0 0.8em;
    font-size: 10px;
    line-height: 1em;

}

.social-nav{

	float: left;
	margin: 6px 0 0 -4px;
	padding: 0.125em 0 0;
	list-style: none;

}

.social-nav > li{

	position: relative;
	margin: 0 8px 0 0;
	padding: 0;
	font-size: 1.5em;
	display: inline-block;
	line-height: 1em;
	color: #a1b5d4;

	-webkit-transition: 0.25s color ease-out;
	-moz-transition: 0.25s color ease-out;
	-ms-transition: 0.25s color ease-out;
	-o-transition: 0.25s color ease-out;
	transition: 0.25s color ease-out;

}

.social-nav > li:first-child{
	top: -2px;
}

.social-nav > li:hover{
	color: #436ca9;
}


.item-button{

	cursor: pointer;

	font-family: 'museo-slab', 'Cabin', sans-serif;
	font-weight: 700;
	
	display: inline-block;
	color: #FFF !important;
	background-color: #6c8ec2;
	text-transform: none;

	font-size: 12px;
	font-style: italic;

	padding: 4px 1em 4px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	text-decoration: none !important;

	-webkit-transition: 0.25s ease-out;
	-o-transition: 0.25s ease-out;
	transition: 0.25s ease-out;

}

.item-button:active, .no-touch .item-button:hover{

	background-color: #FFF;
	color: #6c8ec2 !important;

}

.page.home{
	background-color: #4772b3;
}

.home-item{
		
	position: relative;
	display: block;

	padding: 2em 0;

	width: 100%;

	border-bottom: 2px solid #FFF;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.home-item .img-wrapper{

	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto;

	border: 2px solid #FFF;

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

.home-item .img-holder{
	
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;

}

.home-item .rot-img-holder{
	display: none;
}

.home-item .ro-img-holder{
	opacity: 1;
}

.home-item .ro{

	text-align: center;
	color: #FFF;
	background-color: #4772b3;

}

.home-item .field01{

	font-size: 17px;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;

	line-height: 1em;
	margin: 1em 0 0.5em;


}

.home-item .field06{

	font-size: 13px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	
	font-style: italic;

	width: 80%;
	margin: 0 auto 1em;
	max-width: 300px;

}

@media only screen and (min-width: 500px) {
	
	.home-item{

		width: 50%;
		float: left;
		padding: 0;

		border: 1px solid #FFF;

	}

	.home-item .img-wrapper{

		width: 100%;
		height: 250px;
		border-width: 0;
		border-bottom-width: 2px;

	}

	.home-item .ro{
		height: 150px;
	}

}

@media only screen and (min-width: 700px) {
	
	.home-item{

		width: 33%;
		
	}

}

#___gcse_0{

	position: absolute;
	display: none;
	width: 260px;
	right: 5%;
	top: 0.75em;

}

.cse .gsc-control-cse, .gsc-control-cse{
	padding: 0 !important;
	font-family: 'Cabin', sans-serif !important;
}

.gsc-search-box{
	font-family: 'Cabin', sans-serif;
	color: #b1bed7;
}

.scrolling #___gcse_0{
	display: none;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{

	padding: 6px 12px !important;

}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
	margin-top: 0 !important;
}

table.gsc-search-box td.gsc-input{
	padding-right: 4px !important;
}

table.gsc-search-box td{
	vertical-align: top !important;
}

.gsc-control-cse .gsc-table-result{
	font-family: 'Cabin', sans-serif !important;
}

.gsc-results-wrapper-visible{

	border: 1px solid #a1b5d4 !important;
	-webkit-box-shadow: none !important;
	  -moz-box-shadow: none !important;
	  -ms-box-shadow: none !important;
	  -o-box-shadow: none !important;
	  box-shadow: none !important;
}

.gsc-result-info{
	color: #a1b5d4 !important;
}

.gsc-orderby-label{
	color: #a1b5d4 !important;
}

