	
/*
* Site Author: Martin Philpot, theme: Charles Crawford
* https://www.greenfisher.co.uk
*/

/* ======================================================= */
/* Import Section
/* ======================================================= */
@import url("base.css");				/* Default Reset, Typography, Forms, etc. */ 
@import url("skeleton.css");			/* 960 Grid + Media Query Layouts */ 
@import url("flexslider.css");			/* Flex Slider Styles */ 
@import url("pricing_tables.css");		/* Pricing Table Styles */ 
@import url("imagebox.css");			/* Responsive Lightbox */ 
@import url("shortcodes.css");			/* Shortcode Styles */ 

code {
	color: #2A8782;
}

a, a:visited { color: #00395E; }

/*** SLIDER ***/

.slider-caption-2 h3 {
	background-color: #81b600 !important; 
}



#wpadminbar
{		background: #222 !important; background-color:#222 !important;
		 
}
#wpadminbar .ab-top-secondary
{
			background: #222 !important; background-color:#222 !important;
}


#share-buttons img {
width: 20px;
padding: 2px;
border: 0;
box-shadow: 0;
display: inline;
}

#lc_taxonomy-3 { margin-bottom:30px !important;}

/*================================================= */
/* Header
================================================== */
#header {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	
}

.nophoto { margin-bottom:30px;}

.headshot { margin-top:0px; z-index:999999; overflow:visible;}

.headersection{ padding-bottom:15px;
border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0074A6;	
}

.searchheader { float:right;}
.searchheaderposition { margin-top:30px; margin-right:30px;}

.topK{
	clear: left;
	width: 100px;
}
#logo {
	margin-top:40px;
	display: block;
	overflow: visible;
	z-index: 100;
	padding: 0px;
}

#logosm { margin-top:0px;
	display: block;
	overflow: visible;
	z-index: 100;
	padding: 0px;	
}


.description { margin-top:80px;
}

.description h3{ color:#2A8782; font-family: 'Lora', serif; font-size:18px; text-align:right;}



#pagecontent p a{
	font-weight:bold;
	color:#003767 !important;
	text-decoration:none;
}

#pagecontent p a:hover{ font-weight:bold; color:#193251 !important; text-decoration:underline;}


#pagecontent p strong a{
	font-weight:bold;
	color:#003768 !important;
	text-decoration:underline;
}

#pagecontent p a strong{ font-weight:bold; color:#193251 !important; text-decoration:underline !important;}



.sublogo{ float:right; margin-left:18px;}

.newnav{ width:800px; float:left;}

.clearfix {content: "."; display: block; height: 0px; clear: both; visibility: hidden;}
.spacer {margin-top: 20px;}
.socialiconspacer{ float:right; margin-left:10px; margin-top:6px;}
.intro{
	font-size:18px;
	line-height:24px;
	padding-right:30px;
	margin-bottom: 30px;
}

.para{
	margin-top:25px;
	margin-bottom:25px;
}
.minusmargin{ margin-top:-70px;
}

.check_list ul{
	margin-bottom:30px;
}
.projectsmall{ padding-top:20px; padding-right:20px;}
.relatedprojectsthumb { width: 220px; height:139px; overflow:hidden; }

/*================================================= */
/* Alt Headers
================================================== */
.pageheader{
}

.pageheader h1{
	color:#fff;
	font-size:42px;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 20px;
}
.pageheader h2{ color:#8EC614; font-size:20px; font-weight:700;}
.pageheader h3{ color:#FFF; font-size:20px; font-weight:700;}

.altheader{ width:940px; margin-left:auto; margin-right:auto;}

/*================================================= */
/* Navigation
================================================== */

#navcolour {
	background-color:#eee;
	margin-bottom:8px;
}

#navigation select {display: none; width: 100%; padding: 7px; height: 35px}
#navigation select option {padding: 5px;}
#navigation {
	float: left;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #0074A6;
}
#navigation ul, #navigation li  {list-style:none; padding:0; margin:0; display:inline; }
#navigation ul li{ float:left; position:relative; }

#navigation ul li a {
	font-family: "Open sans", Arial, sans-serif;
	display: inline-block;
	color: #003767 ;
	text-decoration: none;
	font-weight: 500;
	font-size: 13px;
	border-top: 0px solid transparent;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	margin-top: 0;
	margin-right: -4px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

.buttonmiddle{ width:300px; margin-left:auto; margin-right:auto;}
.buttonright{ float:right; margin-right:30px;}

#navigation ul li a:hover{
	background: #0074A6;
	color: #ffffff;
}

#navigation ul ul {
	position: absolute;
	top:-99999px;
	left: 0;
	z-index: 999999;
	width: 230px;
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	background-color: #003767;
}

#navigation ul ul li a:hover {
	background: #0074A6;
	color: #FFF !important;
	border-bottom: 0px solid transparent;
	border-top: 0px solid transparent;
}

#navigation ul ul li a { color:#FFF;
	padding: 8px 15px;
	display: block;
	width: 200px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 0px solid #4a4a4a;
	border-top: 0px solid transparent;
}

#navigation ul ul ul { 
	position:absolute; 
	top:-99999px; 
	left:100%; 
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
	margin-left: 4px;
}

#navigation ul li:hover>ul{ opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul{ position:absolute; top:0; left:100%; opacity: 1; z-index:497; background: #003767; border: 0;}
#navigation ul li:hover > a {background: #0074A6; color: #FFF !important;}
#navigation ul ul li:hover > a {border-top: 0px solid transparent; color: #FFF !important;}
#current, .main-menu > .current-menu-item > a, .main-menu > .current-menu-ancestor > a {
	color: #0074A6 !important;
	background-image: none;	
}


#current, .main-menu > .current-menu-item > a:hover {
color: #003767 !important;
}


.ie7 .tophead, .ie8 .tophead { position: relative; z-index: 999; }
.ie7 .outside, .ie8 .outside { position: relative; z-index: 1; }

/*================================================= */
/* Tagline
================================================== */
.tagline {
	margin: 10px 0 30px 0;
	font-size: 22px;
	font-family: "Open sans", Arial, sans-serif;
	color: #505050;
	letter-spacing: -0.6px;
	text-align: center;
	line-height: 30px;
}

.tagline span, .tagline a {
	background: #81b600;
	color: #fff;
	padding: 0 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tagline span:hover, .tagline a:hover {background: #6b6b6b;}
.tagline p {margin: 3px;}
.tagline_page{border-bottom: 1px solid #e1e1e1; padding: 0 0 30px 0}

/*================================================= */
/* Subtitle
================================================== */

#spaneltitle{
	width:100%;
	min-height:70px;
	margin-top: 4px;
	background-color: #0074A6; padding-bottom:10px;
}

#spaneltitle h1 {
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 30px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;	
}
#spaneltitle h1 a{
	color:#FFF !important;
}


#countriestitle{
	background-image: url(../images/purplebox.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:200px;
	margin-top: 4px;
}

#countriestitle h1 {
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	
}


#countriestitle h2 {
	color:#FFF !important;
	font-size: 14px;
	font-weight: normal;
	padding-top: 32px;
	padding-left: 4%;
	line-height:24px;
	
}




#justice{
	background-image: url(../images/justicebox.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:200px;
	margin-top: 4px;
}

#justice h1 {
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	
}


#justice h2 {
	color:#FFF !important;
	font-size: 14px;
	font-weight: normal;
	padding-top: 32px;
	padding-left: 4%;
	line-height:24px;
	
}



#rights{
	background-image: url(../images/rightsbox.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:200px;
	margin-top: 4px;
}

#rights h1 {
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	
}


#rights h2 {
	color:#FFF !important;
	font-size: 14px;
	font-weight: normal;
	padding-top: 32px;
	padding-left: 4%;
	line-height:24px;
	
}


#train{
	background-image: url(../images/trainbox.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:200px;
	margin-top: 4px;
}

#train h1 {
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	
}


#train h2 {
	color:#FFF !important;
	font-size: 14px;
	font-weight: normal;
	padding-top: 32px;
	padding-left: 4%;
	line-height:24px;
	
}


#adr{
	background-image: url(../images/adrbox.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:200px;
	margin-top: 4px;
}

#adr h1 {
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	
}


#adr h2 {
	color:#FFF !important;
	font-size: 14px;
	font-weight: normal;
	padding-top: 32px;
	padding-left: 4%;
	line-height:24px;
	
}








#cstitle{
	background-image: url(../images/cssubtitlepanel.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	margin-top: 4px;
}

#cstitle h1 {
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 70px;
	line-height:34px;	
}


#subtitle {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;
	background-color: #f7f7f7;
}
#subtitle h3 {
	line-height: normal;
	letter-spacing: -0.5px;
	font-size: 24px;
	font-weight:400;
	color:#003767;
	display: block;
	padding-bottom: 20px;
	padding-top: 10px;
}
#subtitle h3 span {color:#999999; font-size: 24px;}

.page_headline {
	color:#003767;
	font-family: 'Lora', serif;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}


.projectheadline{
	font-size: 21px;
	font-weight: normal; 
	color:#003767;
		font-family: 'Lora', serif;

	letter-spacing: -0.5px; line-height:34px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

.projectheadline h2{ 
	font-size: 21px;
	font-weight: bold;
		color:#003767 !important;

}

.projectheadline h3{ 
	font-size: 21px;
	font-weight: bold;
		color:#003767;

}

.page_headline h4{ font-size:21px !important;}

.page_headlinesm {
	font-family: "Open sans", Arial, Tahoma;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 4px 0;
	margin: 10px 0;
	margin-top: 0;
}


#subtitle2 {
	background: #f7f7f7;
	padding:0;
	border-bottom: 1px solid #d7d7d7;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	margin-top: 0px;
}
#subtitle2 h2 {line-height: 70px; letter-spacing: -0.5px; font-size: 24px;color:#222;}
#subtitle2 h2 span {color:#222; font-size: 24px;}

#subtitle2 h3 {line-height: 70px; letter-spacing: -0.5px; font-size: 24px;}
#subtitle2 h3 span {color:#999999; font-size: 24px;}



/*================================================= */
/* Home Elements
================================================== */

.homehalf { width:44%; margin-right:4%; float:left;}

.pageintro h1{ display:block; height:220px; font-size:38px; color:#0074A6; border-bottom:solid 2px #0074A6; font-weight:normal; line-height:42px; margin-bottom:20px;
	
}

.pageintro h1 strong{ color:#003767;  font-weight:normal;
	
}

.pageintro h2{ display:block; height:220px; font-size:38px; color:#0074A6 !important;  border-bottom:solid 2px #0074A6; font-weight:normal; line-height:42px; margin-bottom:20px;
	
}

.pageintro h2 strong{ color:#003767;  font-weight:normal;
	
}

.pageintro p{ font-family: 'Lora', serif; 
	color: #222;
	
	font-size: 15px;
	line-height: 22px;
}


.homeposts{ width:85%;}

/*================================================= */
/* Other Elements
================================================== */

.doublebg		{ background-image:url(../images/gradient-light-long.jpg); background-repeat:repeat-y; padding:10px;}



.doublebg h1	{
	color:#193251 !important;
	font-family: 'Lora', serif;
	font-size:20px;
	line-height:30px;
	font-weight: bold;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}






.darkbluebox{ 
}

.darkbluebox ul{
}

.darkbluebox li{ 
	
}

.darkbluebox li a{
	width:43%; margin-right:1%;
	margin-bottom:1%;
	display:block;
	height: 140px;
	float:left;
	background-image:url(../images/darkblue-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	padding-right: 2%;
}

.darkbluebox li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}


.lightbluebox{ 
}

.lightbluebox ul{
}

.lightbluebox li{ 
	
}

.lightbluebox li a{
	width:43%; margin-right:1%;
	margin-bottom:1%;
	display:block;
	height: 140px;
	float:left;
	background-image: url(../images/ligtblue-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	padding-right: 2%;
}

.lightbluebox li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}




.greenbox{ 
}

.greenbox ul{
}

.greenbox li{ 
	
}

.greenbox li a{
	width:43%; margin-right:1%;
	margin-bottom:1%;
	display:block;
	height: 140px;
	float:left;
	background-image: url(../images/green-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	padding-right: 2%;
}

.greenbox li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}




.aquabox{ 
}

.aquabox ul{
}

.aquabox li{ 
	
}

.aquabox li a{
	width:43%; margin-right:1%;
	margin-bottom:1%;
	display:block;
	height: 140px;
	float:left;
	background-image: url(../images/aqua-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 4%;
	line-height:34px;
	padding-right: 2%;
}

.aquabox li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}











.darkblueboxsmall{ 
}

.darkblueboxsmall ul{
}

.darkblueboxsmall li{ 
	
}

.darkblueboxsmall li a{
	width:86%;
	margin-bottom:6px;
	display:block;
	height: 100px;
	float:left;
	background-image:url(../images/darkblue-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 7%;
	line-height:30px;
	padding-right: 7%;
	margin-top: 0px;
}

.darkblueboxsmall li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}


.lightblueboxsmall{ 
}

.lightblueboxsmall ul{
}

.lightblueboxsmall li{ 
	
}

.lightblueboxsmall li a{
	width:86%;
	margin-bottom:6px;
	display:block;
	height: 100px;
	float:left;
	background-image: url(../images/ligtblue-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 7%;
	line-height:30px;
	padding-right: 7%;
}

.lightblueboxsmall li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}




.greenboxsmall{ 
}

.greenboxsmall ul{
}

.greenboxsmall li{ 
	
}

.greenboxsmall li a{
	width:86%;
	margin-bottom:6px;
	display:block;
	height: 140px;
	float:left;
	background-image: url(../images/green-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 7%;
	line-height:30px;
	padding-right: 7%;
}

.greenboxsmall li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}




.aquaboxsmall{ 
}

.aquaboxsmall ul{
}

.aquaboxsmall li{ 
	
}

.aquaboxsmall li a{
	width:86%;
	margin-bottom:6px;
	display:block;
	height: 100px;
	float:left;
	background-image: url(../images/aqua-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 7%;
	line-height:30px;
	padding-right: 7%;
}

.aquaboxsmall li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}





.csbox{ 
}

.csbox ul{
}

.csbox li{ 
	
}

.csbox li a{
	width:86%;
	margin-bottom:6px;
	display:block;
	height: 100px;
	float:left;
	background-image: url(../images/cs-box.jpg);
	background-repeat:no-repeat;
	text-decoration: none;
	color:#FFF !important;
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 7%;
	line-height:30px;
	padding-right: 7%;
}

.csbox li a:hover{ 
	text-decoration:none; background-color:#0f1e31; color:#FFF; background-image:none;
}



.newsletterspanel { width:98.5%; background-color:#f2f2f2;
}


.newsletterspanel h2 { color:#193251 !important; font-weight:normal !important;
font-family: 'Lora', serif;
}


.panelinside{ padding:18px;}

/*================================================= */
/* Other page elements
================================================== */





.sidebox{
	padding:16px;
	background-color:#DFEDEC;
	margin-bottom: 10px;
}


.sidebox .post-date{ font-size:12px; color:#2A8782 !important;
}


.followbox{
	font-family: 'Lora', serif;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}

.followicon{ float:left; padding-right:20px; margin-top:0px;
}


.sidebox .widget_recent_entries, .widget_categories{ margin-bottom:25px;}

.sidebox h2 {
	color:#003767 !important;
	font-weight:normal !important;
	font-family: 'Lora', serif; padding:0px !important;
}

.sidebox h3 { color:#193251 !important; font-weight:normal !important;
font-family: 'Lora', serif; margin-bottom:18px; font-size:22px !important; margin-top:0px;  padding:0px !important; line-height:30px;
}



.sidebox li.crpw-item { border-bottom: 1px #b7bdc5 solid; padding-bottom:10px; font-family: 'Lora', serif;}

.sidebox li.cat-item {
	font-family: 'Lora', serif;
	padding-bottom:3px;
	margin-bottom:2px !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}



.sidebox li
 {
	font-family: 'Lora', serif;
	padding-bottom:3px;
	margin-bottom:2px !important;
	background-image: url(../images/greenbullet.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}




 
.sidebox li.page_item { border-bottom: 1px #b7bdc5 solid;
font-family: 'Lora', serif; padding-bottom:3px; margin-bottom:2px !important; list-style:none;}









/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.col {float:left;
    display: block;
    
    }
	


.span_1_of_3 {
	width: 23%;
	background-color: #eee;
	margin-left: -79%;
	margin-top: 4px;
}
.span_2_of_3 {width: 54%;
    background-color: #FFF;
    margin-left: 24%;
	font-family: "Open sans", Arial, Tahoma;
}
.span_3_of_3 {
	width: 19%;
	margin-left: 1%;
	margin-top: -8px;
	padding: 0px;
}



.span_2_of_3 a { font-weight:bold; color:#2A8782 !important; text-decoration:underline;}
.span_2_of_3 a:hover, a:focus {
	font-weight:bold;
	color:#0f1d31 !important;
	text-decoration:underline;	
}
.span_2_of_3 a:active{ font-weight:bold; color:#2A8782 !important;
text-decoration:underline;}


/*================================================= */
/* Single Project
================================================== */
.project_overview p {
	margin: 15px 0;
}

.project_overview h3 {
	font-family: "Open sans", Arial, Tahoma;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 3px 0;
	margin: 0 0 15px 0;
}

.project_navi {margin-top: -55px !important;}

/*================================================= */
/* Blog Post Container
================================================== */
#blog_post_container {margin-top: 15px;}

#blog_post_container h2 a{
	font-family: 'Lora', serif  !important;
	color: #0074A6;
}

#blog_post_container h2 a:hover { text-decoration:underline;}

.post {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0074A6;
}

.blog .post {
	padding-bottom: 0;
}

.post h2 a {
	font-size: 22px;
	font-weight: normal;
	color: #464646;
	font-family: 'Lora', serif;
	text-decoration: none;
	display: inline-block;
	line-height: 28px;
	letter-spacing: -0.5px;
}

.post h2 a:hover {color: #777;}

.post-content p {font-family: 'Lora', serif;
	line-height: 20px;
	margin: 15px 0 0 0;
}

.post-content  ul { margin-left:12px;}

.post-content  li {background: url(../images/list_arrow.png) no-repeat 0% 5px; padding: 0 0 0 18px;font-family: 'Lora', serif;}

a.post-entry {
	font-size: 12px;
	color: #2A8782;
	font-family: 'Lora', serif;
	margin: 15px 0 20px 0;
	display: inline-block;
	padding: 0 12px 0 0;
	background: url(../images/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

a.post-entry:hover {
	color: #193251; 
	background: url(../images/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.post-meta {color: #777; font-size: 12px; margin: 1px 0 15px 0;
font-family: 'Lora', serif;}
.post-meta a {color: #2A8782;text-decoration: none;}
.post-meta a:hover {color: #193251; text-decoration:underline;}


.icon-calendar {
	background: url(../images/calendar_ico.png) no-repeat;
	display: inline-block;
	height: 13px;
	width: 12px;
	margin: 0 0 -1px 0;
	padding: 0 5px 0 0;
}

.icon-author {
	background: url(../images/author_ico.png) no-repeat;
	display: inline-block;
	height: 16px;
	width: 13px;
	margin: 0 0 -5px 8px;
	padding: 0 8px 0 0;
}

.icon-comment {
	background: url(../images/comment_ico.png) no-repeat;
	display: inline-block;
	height: 15px;
	width: 11px;
	margin: 0 0 -5px 8px;
	padding: 0 8px 0 0;
}

/* Blog Blockquote */
.post-quote {
	background: #363636;
	padding: 20px;
}

.post-quote blockquote {
	color: #ececec;
	font-family: "Open sans", Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	border-left: 1px solid #545455;
	padding: 0 0 0 18px;
	margin-left: 40px;

}
.post-quote span, .post-quote a {color: #7db000; text-decoration: none;}

.post-quote .icon {
	background: url(../images/quote_ico.png) no-repeat;
	height: 15px; width: 25px;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}

/*
.comments-sec{float:left; width:100%; line-height: 20px; margin-bottom: 20px;}
.comments-sec h3 {font-size: 16px; font-weight: bold; color: #464646; font-family: "Open sans", Arial, sans-serif; border-bottom: 1px solid #e1e1e1; margin: -9px 0 0 0; padding-bottom: 8px; letter-spacing: -0.5px;}
.comments-sec h3 span {color: #193251;}

ul.commentlist{float:left; width:100%;}
ul.commentlist li{float:left; border-top:1px solid #e1e1e1; padding: 25px 0 20px 0;}
ul.commentlist li:first-child{border:none; padding: 25px 0 0px 0;}
ul.commentlist li{list-style: none;}

ul li ul.children{ float:right; width:89%; margin:0px}
ul.commentlist li ul.children li:first-child{border-top:1px solid #e1e1e1; padding: 25px 0 0 0; font-size: 12px;}
ul.commentlist li oul.children li{border-top:1px solid #e1e1e1; margin:25px 0 15px 0; font-size: 12px;}

.comments{float:left; width:100%}
ul li ul.children .comment-des{float:right; width:88%;}
.avatar{float:left;}

.comment-des{float:right; width:89%; }
.comment-des strong{float:left; color:#464646; padding-right:5px; font-family: "Open sans", Arial,sans-serif; font-size:14px; letter-spacing: -0.5px;}
.comment-des span{float:left; color:#777; font-family: 'Lora', serif;}
.comment-by{float:left; width:100%; padding-bottom:5px; padding-top:5px; color: #000;}
.comment-by span.reply{color:#777; float:right;}
.comment-by span.reply a{color:#2A8782; font-weight:bold; float:right; height:17px; margin-left:5px; font-weight: normal;}
.comment-by span.reply a:hover{border:none; color: #193251;}
.comment-by span.date{color:#193251; padding-right:7px; float:right;}
*/

/** Comments **/
.comments-sec{
	float:left;
	width:100%;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.comments-sec h3 {
	color:#003767;
	font-family: 'Lora', serif;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #e1e1e1; margin: -9px 0 0 0; padding-bottom: 8px; letter-spacing: -0.5px;}
.comments-sec h3 span {color: #193251;}

ul.commentlist{ width:100%;}
ul.commentlist li{ border-top:1px solid #e1e1e1; padding: 25px 0 20px 0;}
ul.commentlist > li:first-child{border:none; padding: 25px 0 20px 0;}
ul.commentlist li{list-style: none;}

ul li ul.children{ float:right; width:89%; margin:0px}
ul.commentlist li ul.children li:first-child{border-top:1px solid #e1e1e1; padding: 25px 0 0 0; font-size: 12px;}
ul.commentlist li ul.children li{border-top:1px solid #e1e1e1; margin:25px 0 15px 0; font-size: 12px;}

.comments{ width:100%}
ul li ul.children .comment-des{ margin-left: 70px;}
.avatar{ width: 50px; float: left;}

.comment-des{float:right; width:89%; }
.comment-des strong{float:left; color:#464646; padding-right:5px; font-family: "Open sans", Arial,sans-serif; font-size:14px; letter-spacing: -0.5px;}
.comment-des span{float:left; color:#777; font-family: 'Lora', serif;}
.comment-by{float:left; width:100%; padding-bottom:5px; padding-top:5px; color: #000;}
.comment-by span.reply{color:#777; float:right;}
.comment-by span.reply a{color:#2A8782; font-weight:bold; float:right; height:17px; margin-left:5px; font-weight: normal;}
.comment-by span.reply a:hover{border:none; color: #193251;}
.comment-by span.date{color:#193251; padding-right:7px; float:right;}

/** Leave a Comment **/
.comments-sec form label {
	display: block;
	color: #676767;
	margin-top: 15px;
	padding-bottom: 4px;
}

.comments-sec form label span {color:#dd1d1d;}

.comments-sec form input[type="text"], .comments-sec form textarea {
	width: 250px;
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: Arial;
	padding: 8px;
	background-color: #fff;
	outline: none;
	cursor: text;
	font-family: 'Lora', serif;
}

.comments-sec form textarea {
	width: 97%;
	max-width: 97%;
	height:140px;
}

.comments-sec form input[type="text"]:focus, .comments-sec form textarea:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.form_send input[type="text"] {margin: 10px 0 20px 0;}

.form-submit {
	padding-top: 10px;
}

.logged-in-as {
	padding-top: 10px;
}

#comments {

}

.comment-des .comment-content {
	font-size: 12px;
}

#reply-title {

}

#reply-title a {
	color: #464646;
}

#reply-title small {
	color: #464646;
	font-size: 16px;
}

.page-sidebar {
	border: none;
	padding-top: 17px;
}

/*================================================= */
/* Blog - Widget
================================================== */
#blog_widget_container {margin-top: 32px;}

.search input {
	width: 85%;
	border: 1px solid #d7d7d7;
	color: #999;
	font-size: 12px;
	font-family: Arial;
	padding: 8px 15px 8px 28px;
	background: url(../images/search_ico.png) no-repeat 4% 54%;
	background-color: #fff;
	outline: none;
	cursor: text;
	font-family: 'Open sans', Helvetica, Arial, sans-serif;
	/*margin-bottom: 15px;*/
}

.search input:focus {
	border: 1px solid #d1d1d1;
	color: #676767;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

#blog_widget_container .widget {margin-bottom: 20px;}
#blog_widget_container .widget-text p {color: #676767; line-height: 21px;}

#blog_widget_container .widget-title h3 {
	font-size: 14px;
	font-family: "Open sans", Arial, Tahoma;
	font-weight: bold;
	color: #464646;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

#blog_widget_container .widget a {color: #676767;	display: block;}
#blog_widget_container .widget a:hover {color: #2A8782;}

#blog_widget_container .widget li {
	background: url(../images/bullet_categories.png) no-repeat 0% 50%;
	padding: 3px  12px;
	margin:0;
	list-style: none;
}

#blog_widget_container .widget img {
	max-width: 100%;
	height: auto;
}

/* Twitter - Blog */
#blog_widget_container .twitter-feed {
	font-size: 12px;
	font-family: 'Lora', serif;
	float: left;
	display: block;
	color: #676767;
}

#blog_widget_container .twitter-feed b a {color: #999999;}
#blog_widget_container .twitter-feed li {
	line-height: 21px; padding-left: 0; padding-right: 0;
	background: none; margin-bottom: 10px;
	}
#blog_widget_container .twitter-feed li:last-child {padding: 0; margin: 0;}
#blog_widget_container .twitter-feed a {color: #2A8782; display: inline;}
#blog_widget_container .twitter-feed a:hover {color: #999;}

/* Flickr - Blog */
#blog_widget_container .flickr-widget {margin-right: -12px; margin-top: 15px;}
#blog_widget_container .flickr-widget img {display: block; width: 100%;}
#blog_widget_container .flickr-widget a:hover {border-color: #6b6b6b;}

#blog_widget_container .flickr-widget a {
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 3px solid #dcdcdc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.older_entires {
	float: left;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 0 0 12px;
	background: url(../images/bullet_post_entry_hover_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.older_entires:hover {
	color: #2A8782;
	background: url(../images/bullet_post_entry_left.png) no-repeat left;
	background-position: 0% 60%;
}

a.newer_entires {
	float: right;
	margin: 5px 0 20px 0;
	color: #676767;
	padding: 0 12px 0 0;
	background: url(../images/bullet_post_entry_hover.png) no-repeat right;
	background-position: 100% 60%;
}

.newer_entires:hover {
	color: #2A8782;
	background: url(../images/bullet_post_entry.png) no-repeat right;
	background-position: 100% 60%;
}

/*================================================= */
/* Features
================================================== */
.feature {margin: 0 0 20px 0;}
.feature.page {margin: 0 0 40px 0;}
.feature-description {margin-left: 45px;}

.feature h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.5px;
}

.feature-circle
{
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	float: left;
	font-family: "open sans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin-top: 10px;
	moz-border-radius: 50px;
	text-align: center;
	webkit-border-radius: 50px;
	width: 35px;
}

.feature-circle i
{
	margin: 4px 0 0 1px;
}

.feature-circle.green {background: #81b600;}
.feature-circle.gray {background: #6b6b6b;}

/*================================================= */
/* Image Overlay
================================================== */
.item-img, .post-thumb, .slides {position: relative;}

.overlay {
	height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
	z-index: 40;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity 150ms ease-in-out;
	-moz-transition: opacity 150ms ease-in-out;
	-o-transition: opacity 150ms ease-in-out;
	transition: opacity 150ms ease-in-out;
}

.overlay.link {background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;}
.overlay.zoom {background: url(../images/overlay_zoom.png) no-repeat center center, url(../images/overlay_bg.png) center center;}

.overlay:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.item {margin: 0 0 35px 0;}

.item-meta h4 {
	font-size: 12px;
	font-family: 'Open sans', sans-serif;
	font-weight: bold;
	line-height: 16px;
	padding: 0px 0 0 0;

}

.meta-blog p {color: #676767;}
.item-meta {color: #193251;}
.item-meta h4 a:hover{color:#2A8782;}
.item-meta span {color: #a0a0a0; display: block; line-height: 18px;}
.item-meta p {line-height: 18px; margin-top: 7px;}

.img-blog img {
	border: none;
}

.blog-shortcode .img-blog {
	margin-bottom: 16px;
}

.blog-shortcode-column {
	margin-right: 17px !important;
}

/*================================================= */
/* Headlines
================================================== */
.divider-line {
	border-bottom: 1px solid #e1e1e1;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0px;
}

.related-title {
	background: url(../images/divider_bg.png) repeat-x;
	background-position: 50% 62%;
	margin: 0 0 15px 0;
}

.related-title span {
	color: #464646;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
	font-family: "Open sans", sans-serif;
	background: #fdfdfd;
	padding: 0 10px 0 0;
}

/*================================================= */
/* Testimonials
================================================== */
.testimonial_page {margin-bottom: 40px;}

.testimonials { margin-top:20px;
	background: #fff;
	border: 1px solid #ddd;
	padding:20px;
	line-height: 21px;
	list-style-image: none;
	list-style-type: none;
}

li.testimonial{
list-style-image: none;
	list-style-type: none;
}

.testimonials_bg {
	background: url(../images/testimonials_bg.png) no-repeat;
	margin-top: -1px;
	display: block; width: 200px;
	height: 30px;
}	

.testimonials_author {
	color:#2A8782;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
	width:80%;
	text-align: right;
}

.testimonials_author_page {
	color:#2A8782;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials_author span {color:#a0a0a0}
.testimonials_author_page span {color:#a0a0a0}

/* Testomonials Carousel */
.carousel-disabled, .mr-rotato-disabled {
	height: 21px;
	width: 21px;
	background-color: #c0c0c0 !important;
	display: block;
	position: absolute;
}

.mr-rotato-next {
	height: 21px;
	width: 21px;
	background: url(../images/carousel-next.png);
	background-color: #6b6b6b;
	display: block;
	position: absolute;
	right: 0px;
}

.mr-rotato-prev {
	height: 21px;
	width: 21px;
	background: url(../images/carousel-prev.png);
	background-color: #6b6b6b;
	display: block;
	right: 23px;
	position: absolute;
}

.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {
	margin-top: -40px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
	
.mr-rotato-prev:hover, .mr-rotato-next:hover {background-color:#81b600; }

/*================================================= */
/* Contact Form Styles 
================================================== */
#google_map {padding: 0 0 40% 0;}
.page_content {margin-bottom: 25px;}

.page_content span.no_error {
	display: block;
	color: #458e4b;
	font-weight: normal;
	background-color: #defbc7;
	border: 1px solid #abcf9d;
    font-size: 12px;
	text-align: center;
	height: 0;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);		
	overflow:hidden;
	width: 100%;
}

.contact_submit {margin: 10px 0 0 0;}

.contact_text {
	width: 250px;
	border: 1px solid #d7d7d7;
	color: #193251;
	font-size: 12px;
	font-family: 'Lora', serif;
	padding: 9px;
	background-color: #fff;
	outline: none;
}

.contact_form label {
	display: block;
    margin: 20px 0 5px 0;
}

.contact_form label span {color: #ff0000;}

.contact_textarea {	
	width: 96%;
	max-width: 96%;
	height: 140px;
	border: 1px solid #d7d7d7;
	color: #193251;
	font-size: 12px;
	font-family: 'Lora', serif;
	padding: 10px;
	background-color: #fff;
	outline: none;
}

.input_error {background: #ffeceb; border: 1px solid #f2c4c2;}
.input_noerror {background: #fff; border: 1px solid #d8d8d8;}

.contact_text:focus, .contact_textarea:focus {
	border: 1px solid #cbcbcb;
	-webkit-box-shadow: 0 0 3px #e8e8e8;
	-moz-box-shadow: 0 0 3px #e8e8e8;
	box-shadow: 0 0 3px #e8e8e8;
}

.address_contact {color:#676767; font-family: Tahoma,arial, sans-serif; padding-bottom:12px; line-height: 18px;}
.address_contact img{float:left; padding-right:7px; margin-bottom: 0;}
.address_contact strong{font-weight:bold; color:#555; display:block; float:left; padding-bottom:8px; padding-right:4px; font-family:Arial,Helvetica,sans-serif}
.address_contact a{color:#2A8782}
.address_contact a:hover{color:#193251}

#contact-form
{
	margin-bottom: 25px;
}
#send
{
	margin-top: 12px;
	font-size: 13px;
	padding: 8px 17px;
}
.field textarea
{
	height: 160px;
	max-width: 97%;
	min-width: 97%;
}
.field input
{
	display: block;
	width: 240px;
}
.field:focus
{
	border: 1px solid #ddd;
}
.field label
{
	display: block;
	margin: 12px 0 4px;
}
.field label span
{
	color: #ea1c1c;
}
.field .validation-error,.field .validation-error:focus
{
	background: #ffeceb;
	border: 1px solid #f2c4c2;
}
.loading
{
	background: url(../images/loader.gif) no-repeat;
	display: none;
	float: left;
	height: 28px;
	margin: 17px 0 0 12px;
	width: 28px;
}
.success-message
{
	display: none;
}
.address_contact
{
	color: #676767;
	font-family: "Open sans", Arial, sans-serif;
	line-height: 18px;
	padding-bottom: 12px;
}
.address_contact strong
{
	color: #555;
	display: block;
	float: left;
	font-family: "Open sans", Arial, sans-serif;
	font-weight: 700;
	padding-bottom: 8px;
	padding-right: 4px;
	clear: right;
}

.address_contact p
{
	clear: left;
}


.phone_contact
{
	color: #676767;
	font-family: Tahoma,arial, sans-serif;
	line-height: 18px;
	padding-bottom: 12px;
}
.phone_contact strong
{
	color: #555;
	display: block;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
	padding-right: 4px;
	clear: right;
}

.phone_contact p
{
	clear: left;
}

.addressbox{
	margin-left:18px;
	clear: left;
}

/*================================================= */
/* Portfolio Styles
================================================== */

#filters {font-family: 'Open sans', sans-serif;		
	float: left;
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#filters ul li {
	display: inline;
	padding: 0 1px 0 0;
	margin: 0 1px 0 0;
}

#filters li:last-child  {background: none;}

#filters a {
	color: #777;
	font-size: 12px; font-weight:bold;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	padding: 2px 5px;
}

#filters a:hover {
	color: #fff;
	text-decoration:none;
	background-color: #2A8782 !important;
	padding: 2px 5px;
}

.selected {
	color: #fff !important;
	background-color: #003767;
}
.selected:hover { text-decoration:none;
	background-color: #2A8782 !important;
}

.portfolio-item {margin-bottom: 5px; }

.portfolio-item-meta {
	}

.portfolio-restrict{ min-height:290px;}

.portfolio-item-meta h4 {
	font-size: 14px;
	font-family: 'Lora', serif;
	font-weight: normal;
	line-height: 21px;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 45px;
	background-image: url(../images/csiconsm.png);
	background-repeat: no-repeat;
	display: block;
	width: 90%; min-height:30px; 
}

.portfolio-item-meta h5 {
	font-size: 13px;
	font-family: 'Lora', serif;
	font-weight: normal;
	line-height: 20px;
	border-bottom: 0px solid #e1e1e1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 45px;
	background-image: url(../images/csiconsm.png);
	background-repeat: no-repeat;
	display: block;
	width: 90%; min-height:30px; 
}



.portfolio-item-meta a:hover {color:#2A8782;}
.portfolio-item-meta p {color: #193251;}

.portfolio-item-meta a,.item-meta a
{
	color: #464646;
}

.item .item-img img {
	margin-bottom: 0;
}

.foliopad{ padding-right:20px;}

/*================================================= */
/* Isotope Styles
================================================== */

/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	 -moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	 transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}

/**** Disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	 transition-duration: 0s;
}


/* Disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}


/*================================================= */
/* Home
================================================== */

.greyboxout{
	background-color:#ECF2D3;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}

.greyboxout h1{
	font-size:24px;
	font-weight:500;
	color:#0074A6;
	line-height: 30px; text-align:center !important;
}

.greyboxout strong{ font-weight:600; color:#003767;}


.smallbox{ margin-bottom:40px;
	background-color:#ECF2D3;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 35px;
}

.smallbox h1{
	font-size:20px;
	font-weight:500;
	color:#0074A6;
	line-height: 30px;
	text-align:left !important;
}

.smallbox strong{ font-weight:600; color:#003767;}


.greyboxout2{
	padding:35px; background-color:#F2F2F2;
}

.greyboxout2 h1{
	font-size:18px;
	font-weight:300;
	color:#666;
	line-height: 26px;
}

.greyboxout2 strong{ font-weight:600; color:#003767;}



/*================================================= */
/* About
================================================== */
.clients {border: 1px solid #e1e1e1; background: #fff; width: 100%; margin: 0 0 20px 0;}
.team_img {border: 1px solid #e1e1e1; margin-bottom:15px;}
.team {margin-bottom: 30px}
.team h4 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #464646;
	line-height: 17px;
}

.team span {color: #777;}
.team p {padding-top: 8px;}

/*================================================= */
/* Footer
================================================== */
/*================================================= */
/* Footer
================================================== */
#footer {
	font-family: "Open Sans", Arial, sans-serif;
	color:#777;
	padding-top: 25px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #0074A6;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#footer a {
	color: #0f1d31;
}

#footer_bottom a {
	color: #222;
}

#footer p {line-height: 20px;color: #555;}


#footer_bottom p {
	line-height: 20px;
	color: #777;
	font-family: "Open Sans", Arial, sans-serif;
}

#footer_bottom {
	color:#777;
	font-size:13px;
	font-family: "Open Sans", Arial, sans-serif;
}

#footer_bottom {
	background-color: #eee;
	padding-top: 12px;
	padding-bottom: 12px;
}
#footer-logo {height: 70px; margin: 5px 0 0 0;}

#footer h4 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	color:#ffffff;
	font-weight: bold;
	letter-spacing: -0.5px;
	display: block;
	border-bottom: 1px solid #484848;
	padding: 10px 0;
	margin: 5px 0 15px 0;
}

.copyright, .author-info {
	line-height: 50px;
	color: #aaaaaa;
	text-align: right;
}
.copyright a, .copyright span, .author-info a, .author-info span {color:#ffffff;}
.author-info {float: right;}

#subbox{
}

#subbox li{
	font-size:13px !important;
	line-height:normal;
	margin:0;
	list-style-type: none;
	list-style-image: none;
	border-bottom:dotted 1px #ddd;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
}

#subbox li a{
	text-decoration:none;
	color:#777;
}
#subbox li a:hover{ text-decoration:underline;}
#subbox strong li a {
	color:#0f1d31;
}
#subbox strong li a:hover {
	text-decoration:underline;
	color:#000;
}

.smalllogo{ margin-bottom:35px;}
.footeraddress{
	max-width:200px;
	float:left;
	padding-left: 70px;
	font-size: 13px !important;
	color: #555;
}
.footeraddress p{font-size: 13px !important; line-height:18px !important; 
}
.footeraddress strong{
	color:#0f1d31 !important;
}


.K{width:75px; 
float:left;}

.foot1{ width:100px; float:left;}
.foot2{ width:110px; float:left;}
.foot3{ float:left;}


.rics{ float:right; margin-right:10px;}
.addresstable{float:right;}



/*================================================= */
/* Footer - Social Icons
================================================== */
ul.social{
	float: left;
	width:100%;
	margin-top: 18px;
}
ul.social li{
	float:left;
	margin-right:5px;
	width:27px;
	height:27px;
	display: block;
}
ul.social li a {
	-webkit-transition: opacity 120ms ease-in-out;
	-moz-transition: opacity 120ms ease-in-out;
	-o-transition: opacity 120ms ease-in-out;
	transition: opacity 120ms ease-in-out;
	float:left; width:27px; height:27px; display: block; 	-moz-opacity: 0.4;opacity: 0.4; filter:alpha(opacity=0.4);
}

ul.social li a:hover {
	opacity: 1;
	-moz-opacity: 1;
}

ul.social li.facebook a{background:url(../images/social_icons/facebook.png) no-repeat;}
ul.social li.twitter a{background:url(../images/social_icons/twitter.png) no-repeat;}
ul.social li.vimeo a{background:url(../images/social_icons/vimeo.png) no-repeat;}
ul.social li.linked a{background:url(../images/social_icons/linked.png) no-repeat;}
ul.social li.flickr a{background:url(../images/social_icons/flickr.png) no-repeat;}
ul.social li.behance a{background:url(../images/social_icons/behance.png) no-repeat;}
ul.social li.delicious a{background:url(../images/social_icons/delicious.png) no-repeat;}
ul.social li.deviantart a{background:url(../images/social_icons/deviantart.png) no-repeat;}
ul.social li.dribbble a{background:url(../images/social_icons/dribbble.png) no-repeat;}
ul.social li.forrst a{background:url(../images/social_icons/forrst.png) no-repeat;}
ul.social li.google a{background:url(../images/social_icons/google.png) no-repeat;}
ul.social li.lastfm a{background:url(../images/social_icons/lastfm.png) no-repeat;}
ul.social li.myspace a{background:url(../images/social_icons/myspace.png) no-repeat;}
ul.social li.picassa a{background:url(../images/social_icons/picassa.png) no-repeat;}
ul.social li.quik a{background:url(../images/social_icons/quik.png) no-repeat;}
ul.social li.reddit a{background:url(../images/social_icons/reddit.png) no-repeat;}
ul.social li.rss a{background:url(../images/social_icons/rss.png) no-repeat;}

/*================================================= */
/* Footer - Address
================================================== */
.address{color:#bbb; font-family: "Open sans", Arial, sans-serif; padding-bottom:12px; line-height: 18px;}
.address img{float:left; padding-right:7px}
.address strong{font-weight:bold; color:#fff; display:block; float:left; padding-bottom:8px; padding-right:4px; font-family: "Open sans", Arial, sans-serif;}
.address a{color:#75a500}
.address a:hover{color:#bbb}

/*================================================= */
/* Footer - Twitter Widget
================================================== */
#footer .twitter-feed {
	font-size: 12px;
	font-family: 'Lora', serif;
	float: left;
	display: block;
	color: #bbb;
	margin-bottom: 20px;
}
#footer .twitter-feed b a {color: #81B600}
#footer .twitter-feed li {line-height: 18px; list-style-type: none;}
#footer .twitter-feed li:last-child {padding: 0; margin: 0;}
#footer .twitter-feed a {color: #81B600;}
#footer .twitter-feed a:hover {color: #bbbbbb;}

/*================================================= */
/* Footer - Flickr Widget
================================================== */
.flickr-widget {margin-right: -6px}

.flickr-widget a {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 3px solid #6b6b6b;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.flickr-widget img {display: block;width: 100%;}
.flickr-widget a:hover {border-color: #c0c0c0;}




/*================================================= */
/* Back To Top
================================================== */
#backtotop {
	position: fixed;
	right:0px;
	display:none;
	bottom: 20px;
	margin: 0 20px 0 0;
}

#backtotop a {
	text-decoration:none;
	border:0 none;
	display:block;
	width:45px;
	height:45px;
	background: url(../images/back_to_top_btn.png) no-repeat 50% 50%;
	background-color:#c0c0c0;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#backtotop a:hover {background-color: #2A8782;}

/*================================================= */
/* Contact Form
================================================== */

/*================================================= */
/* Content Page
================================================== */

	.content-page {
	margin-bottom: 10px;
	}

	.content-home {
	margin-bottom: 20px;
	padding-top: 10;
	margin-top: 5px;
	}

	.content h1 {
	margin-bottom: 10px;
	}

/*================================================= */
/* Team Shortcode
================================================== */

	.team-member {

	}

	.team-member .thumb {
		width: 160px;
		float: left;
	}

	.team-member .thumb img {
		display: block;
	}

	.team-member .infos {
		margin-left: 180px;
	}

	.team-member .occupation {
		display: block;
		margin-bottom: 8px;
	}


/*================================================= */
/* Client Shortcode
================================================== */

	.client.first-client {
		margin-left: 0 !important;
	}

	.client.last-client {
		margin-right: 0 !important;
	}

/***********
/* Blockquote Normal 
************/

	.testimonial_normal {

	}

	.testimonial_normal .quote-content {
		margin-bottom: 15px;
	}

	.testimonial_normal .quote-content h5 {
		margin-bottom: 10px;
	}

	.testimonial_normal .quote-author {
		padding-bottom: 10px;
	}

/************
* Price Table Shortcode
*************/

	.column-pricing {
		
	}

/***********
* Label
***********/

	.address_contact img { 
		border: none;
	}

/*** PROJECT SINGLE ****/

	.single-project .video-container {
		margin-bottom: 15px;
	}

/*================================================= */
/* #Media Queries
================================================== */
	/* Desktop 960 */
	@media only screen and (min-width: 1050px) {
		.flexslider.homepage {height: 450px;}
		.flexslider {min-height: 1px;}
		.flexslider.blog {height: auto;}
		#portfolio-wrapper {min-height: 600px;}
		
		

.item-img{ max-height:147px; overflow:hidden} 
.homerelated item-img{ height:130px; overflow:hidden; width:202px;} 

}
	
	

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.tagline {font-size: 20px}
		#navigation ul li a {font-size: 11px;}
		#navigation ul ul li a {font-size: 12px;}
		.flickr-widget a {height: 45px; width: 45px;}
		#blog_widget_container .flickr-widget a {height: 59px; width: 59px;}
		.avatar {height: 40px; width: 40px;}
		.arcadiaheader{ width:100%; margin-bottom:25px; }
		
		.minusmargin{ margin-top:0px;}
		
		.homeprojects {
		width: 24%; float:left; margin-left:4px; margin-right:4px; min-height:280px;
	}
	
	
	.smallbox{ margin-bottom:40px;
	background-color:#ECF2D3;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.smallbox h1{
	font-size:16px;
	
	line-height: 26px;
}

.description h3{ font-size:16px; }



.pageintro h1{ 
font-size:30px; 
line-height:34px; 
	
}

.pageintro h2{ 
font-size:30px; 
line-height:34px; 
	
}

#header{ margin-bottom:30px;}


	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
	.container1050.top {margin-top:0px;}  	
		.headshot { margin-top:20px; width:200px;}

.headersection{ padding-bottom:10px;
border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0074A6;	
}

.searchheader { float:left;}
.searchheaderposition { margin-top:30px; margin-right:0px;}

#navcolour { padding-top:20px;}		
		
		
		#navigation {float: left; width: 100%}
		#navigation select {display: block; float: left;}
		#navigation ul {display: none;}
		.slider-caption {display: none;}
		.slider-caption-2 {display: none;}
		.tagline {font-size: 20px}
		.author-info {display: none}
		.copyright {font-size: 11px;}
		.mr-rotato-prev, .mr-rotato-next, .mr-rotato-disabled {}
		.flickr-widget {margin-bottom: 25px;}
		.meta-blog h4 {padding-top: 0;margin-top: 0;}
		#blog_widget_container {display: none;}
		.portfolio-item-meta {margin: 0 0 25px 0}
		#backtotop a {display: none;}
		.minusmargin{ margin-top:0px;}
		

		#logo{ padding-top:10px; margin-top:0px; float:left;}
		#header { padding-top:0px; margin-top:0px;}

		/** TEAM MEMBER **/

		.team-member .thumb {
			float: none;
			clear: both;
			width: auto;
		}
		.team-member .thumb img {
			display: block;
		}

		.team-member .infos {
			margin-left: 0;
		}
		
		.description { margin-top:20px;}
		.description h3{ text-align: center;}


		.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .smallercol, .biggercol, .two_thirdheader
		{
            clear: both !important;
            float: none !important;
            display: block;
            width: auto !important;
            margin: 0;
            margin-bottom: 20px;
        } 

        .builder-full, .last {
        	margin-bottom: 20px;
        }  

        .blog-shortcode-column {
			margin-right: 0px !important;
		}
		.arcadiaheader{ width:100%; margin-bottom:25px; background-image:none;  }
		
		.minusmargin{ margin-top:0px;}
		
		
		.buttonright{ float:left; margin-right:30px; margin-bottom:10px;}
		
		.homeprojects {
		width: 46%; float:left; margin-left:5px; margin-right:5px;
	}
	
	.item-img{ max-height:114px; overflow:hidden} 

.homebox		{ width:100%; float:left; margin-bottom:1%;}



.homeboxleft 	{ float:left;}
.homeboxright 	{ float:left;}

.sidesection 	{
	width:100%;
	float:right;
}

.maindouble 	{
	width:100%;
}


.doublebg h1	{
	
	font-size:18px;
	line-height:30px; 
	
}

.darkbluebox li a{
	width:94%;
}


.lightbluebox li a{
	width:94%;
}


.greenbox li a{
	width:94%;
}


.aquabox li a{
	width:94%;
	}

.pageleft		{ width:100%; margin-right:0px; clear:right; 
}

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

.pageright		{ width:100%; margin-left:0px; float:left;
}

.col {
        width: 100%;
        margin: 0;
    }
.footeraddress{
	
	padding-left: 0px;
	
}

.homehalf { width:100%; margin-right:0%; float:left;}








	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.flickr-widget a {height: 39px; width: 39px;}
		.img-blog {float: left; width: 30%; margin: 0 15px 15px 0;}
		.avatar {height: 35px; width: 35px;}
		.contact_textarea {width: 94%; max-width: 94%;}
		.arcadiaheader{ width:100%; margin-bottom:25px; }
		
		.smalllogo{ margin-bottom:15px;}
		.footeraddress{ max-width:200px; float:none;}
		.minusmargin{ margin-top:15px;}
		

		.pageheader h1{
		color:#fff;
		font-size:36px;
		font-weight: 300;
		padding-top: 15px;
		padding-bottom: 15px;}
		.pageheader h2{ color:#8EC614; font-size:18px; font-weight:700;}	
		.headerimage{ display:none;}	
		
		
		
		
		.greyboxout{ 
	background-color:#ECF2D3;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px; margin-bottom:12px;
}
		
		.greyboxout h1{
	font-size:18px;
	font-weight:500;
	color:#0074A6;
	line-height: 22px; text-align:center !important;
}

.portfolio-restrict{ min-height:120px;}


.pageintro h1{ min-height:90px; height:auto;
font-size:30px; 
line-height:34px; 
	
}

.pageintro h2{  min-height:120px; height:auto;
font-size:30px; 
line-height:34px; 
	
}
		
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		
.pageintro h1{ min-height:150px; height:auto;
font-size:30px; 
line-height:34px; 
	
}

.pageintro h2{  min-height:120px; height:auto;
font-size:30px; 
line-height:34px; 
	
}		
		
		.flickr-widget a {height: 47px; width: 47px;}
		.img-blog {float: left; width: 30%; margin: 0 15px 15px 0;}
		.meta-blog span, .meta-blog p {font-size: 11px; padding:0; line-height: 18px; margin: 0;}
		.post-meta {display: none;}
		.post h2 a {margin-bottom: 10px;}
		.avatar {height: 25px; width: 25px;}
		.contact_textarea {width: 92%; max-width: 92%;}
		.arcadiaheader{ width:100%; margin-bottom:25px; background-image:none;  }
				
		.smalllogo{ margin-bottom:15px;}
		.footeraddress{ max-width:200px; float:none;}
		.minusmargin{ margin-top:15px;}
		
		.homeprojects {
		width: 100%; float:left; margin-left:0px; margin-right:0px;
	}
					
					
		.pageheader h1{
		color:#fff;
		font-size:30px;
		font-weight: 400;
		padding-top: 15px;
		padding-bottom: 15px;}
		.pageheader h2{ color:#8EC614; font-size:16px; font-weight:700;}	
		.headerimage{ display:none;}	
		
		.greyboxout{ 
	background-color:#ECF2D3;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px; margin-bottom:12px;
}
		
		.greyboxout h1{
	font-size:18px;
	font-weight:500;
	color:#0074A6;
	line-height: 22px; text-align:center !important;
}

.portfolio-restrict{ min-height:120px;}


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


		/** Portfolio 2 Columns */

		.portfolio-wrapper-2 img {min-height: 290px;}

		/** Portfolio 3 Columns */

		.portfolio-wrapper-3 img {min-height: 200px;}

		/** Portfolio 4 Columns */

		.portfolio-wrapper-4 img {min-height: 147px;}
		
		.arcadiaheader{ width:100%; margin-bottom:25px;  }
	} 

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

		/** Portfolio 2 Columns */

		.portfolio-wrapper-2 img {min-height: 229px;}

		/** Portfolio 3 Columns */

		.portfolio-wrapper-3 img {min-height: 157px;}

		/** Portfolio 4 Columns */

		.portfolio-wrapper img {min-height: 115px;}
		
		.arcadiaheader{ width:100%; margin-bottom:25px; background-image:none; }
		.minusmargin{ margin-top:15px;}
		
		
		
	}

	.content .flexslider img {
		margin-bottom: 0;
	}
