@charset utf-8;

/*--

	Theme Name: theme1897

	Theme URI: http://template-help.com/

	Description: A theme for Wordpress 3.2+ from Template-Help.com Collection

	Author: Template_Help.com 

	Author URL: http://www.Template-Help.com/ 

--*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);

/*----------------------------------------

					General

---------------------------------------- */

html,

body {

	min-width:320px;

}

body{

	background-color: #07639e;

	background-image:url(images/bg-body.gif);

	background-repeat:repeat;

	background-position:center top;

	color: #8397a4;

	font: 12px/18px Arial, Helvetica, sans-serif;

	position:relative;

}





#main {font-size:12px;}

.bg-top {background:url(images/bg-top.jpg) center top no-repeat;}



.content-box {

	max-width:980px;

	width:100%;

	position:relative;

	margin:0 auto;

	background:none;

}



img {

	max-width: 100%;

	height: auto;

}

.ie8 img {max-width: none !important;}



/* List styling */

dl dt {

	background:url(images/list-arrow.gif) no-repeat 0 3px;

	padding:0 0 3px 32px;

	margin-bottom:.2em;

	font-size:18px;

	line-height:1.2em;

	color:#191919;

}

dl dd {

	padding:0 0 0 32px;

	margin:0 0 1.5em 0;

}

	ul {

		list-style-type:none;

		padding:0;

		margin:0 0 30px 0;

	}

	.archive-lists ul {width:50%;}

	

	ul li {

		vertical-align:top;

		list-style-type:none; 

		background:none;

		padding:3px 0px 0px 0px;

		margin:0 0 8px 0;

		border-top:1px solid #d8ebf7;

	}

		

		ul li:first-child {

			border-top:none; 
			
			padding-left: 0px; /* This is the first child of the top main nav - CR */

			padding-top:0px;
			
		}



		ul li a {

			color:#3ea8ec;

			font-weight:bold;

			text-decoration:none;

			-webkit-transition: all 0.5s ease;

			-moz-transition: all 0.5s ease;

			-o-transition: all 0.5s ease;

			transition: all 0.5s ease;

		}

		ul li a:hover {color: #8ab716;}

		

		.green ul li a{color:#8ab716;}

		.blue ul li a {color:#3a9ad9;}

		.orange ul li a {color:#fd6901;}

		.yellow ul li a {color:#fea401;}

		

		.green ul li a:hover,

		.orange ul li a:hover,

		.yellow ul li a:hover {color:#3ea8ec;}

		.blue ul li a:hover {color:#fd6901;}



		#wpadminbar li {border-top:none;}

		#wpadminbar li a {

			-webkit-transition:none;

			-moz-transition: none;

			-o-transition: none;

			transition: none;

			background:none;

			padding:0;

		}

		

		ul ul {

			margin:0;

			padding:10px 0 0 0;

		}

/*----------------------------------------

			List for body text - DIV class = list
---------------------------------------- */

	.list ul {

		list-style-type:square;

		padding:0;

		margin:0 0 20px 20px;

	}
	
	.list ul li {

		vertical-align:top;

		list-style-type:square; 

		background:none;

		padding:0px 0px 0px 0px;

		margin:0 0 8px 0;
		
		border-top:none;

	}
	.list ul li a {
		font-weight:100;
	}
	
	
	
	
	
	.list-ordered ol {

		padding:0;

		margin:0 0 20px 20px;

	}
	
	.list-ordered ol li {

		vertical-align:top;


		background:none;

		padding:0px 0px 0px 0px;

		margin:0 0 8px 0;
		
		border-top:none;

	}
	.list-ordered ol li a {
		font-weight:100;
	}
/*----------------------------------------

				 Header

---------------------------------------- */

#header {

	min-height:244px;
	
	position:relative;

	z-index:99;

	background:none;

	margin:0 0 20px 0;

	padding:0;

}

	.row-top{

		position:relative;

		min-height:45px;

		overflow:hidden;

		/* background:url(images/row-top.gif) 0 0 repeat-x #e43e00; */

		border-radius:0 0 5px 5px;

	}

	.row-logo{

		position:relative;

		min-height:131px;

		background:none;

		overflow:hidden;
		
	}

	.row-menu {

		position:relative;

		min-height:68px;

		border-radius:5px;

		background:url(images/row-menu.gif) 0 0 repeat-x #fc6002;

	}

	

/* Logo */

.logo {

	margin:0;

	padding:21px 0 0 0px;

	position:relative;

	z-index:100;

	float:left;	

	margin:0 0 0 -1px;

}



	.logo img {margin-top:10px;}

	.logo #logo {display:block;}

	

	.logo h1,

	.logo h2 {

		font-size:72px;

		line-height:80px;

		color:#fff;

		font-family: 'Open Sans', sans-serif;

		font-weight:800;

		margin-left:-7px;

		margin-bottom:8px;

		padding:0px 0 0 0;

		letter-spacing:-3px;

		background:none;

	}

		.logo h1 a,

		.logo h2 a {

			color:#fff;

			text-decoration:none;

		}

		

.logo .tagline {

	font-size:10px;

	line-height:16px;

	text-transform:uppercase;

	color:#fff;

	margin:-16px 0 0px 0;

	display:none;

}



/* Header widget */

#widget-top-header {

	position:relative;

	padding:9px 12px 9px 19px;

	overflow:hidden;

}

#widget-top-header h3 {display:none;}

	.widget-top-header ul{overflow:hidden; margin:0px; }

		.widget-top-header ul li {

			vertical-align:top;

			list-style-type:none; 

			color: #fff;

			background:none;

			border:none;

			padding:0;

			float:left;

			margin:0 13px 0 0px;

		}

			

			.widget-top-header ul li a {

				color:#fff;

				font-weight:normal;

				text-decoration:none;

				-webkit-transition: all 0.5s ease;

				-moz-transition: all 0.5s ease;

				-o-transition: all 0.5s ease;

				transition: all 0.5s ease;

			}

			.widget-top-header ul li a:hover {color: #000;}

			

#widget_meta {float:left; padding-top:2px;}



/* Social Networks */

.social-networks {

	list-style-type:none;

	padding:0;

	margin:0;

	border:none;

	float:right;

	text-align:right;

	overflow:hidden;

}

	#sidebar .social-networks, 

	.home-widget .social-networks{

		float:none;

		text-align:left;

	}

	.social-networks li {

		display:block;

		list-style-type:none;

		padding:0;

		margin:0 0 4px 6px;

		background:none;

		border:none;

	}

		#sidebar .social-networks li, 

		.home-widget .social-networks li {margin:0 0 4px 0px;}

		

		.widget-top-header ul.social-networks li {margin:0 0 0 6px;}

		

		.social-networks li img {

			display:inline-block;

			margin-top:2px;

		}

		.social-networks li a {text-decoration:none; line-height:24px;}

		.social-networks li a:hover {text-decoration:none;}

		

#widget-header {

	float:right;

	text-align:right;

	padding:37px 0px 0px 0px;

	overflow:hidden;

}



	.phone-box {

		font-size:17px;

		line-height:20px;

		color:#48b2ff;

	}

	.phone-box p {margin-bottom:1px;}

	

	.phone-box .phone {

		display:block;

		font-size:31px;

		line-height:36px;

		color:#fdfefe;

		font-weight:bold;

	}

	.phone-box .phone a {color:#fdfefe;}



/* EasyTooltip */

.tooltip {

	background: none repeat scroll 0 0 #252525;

	border: 1px solid #000000;

	color: #EEEEEE;

	display: none;

	font-size: 11px;

	line-height:1.2em;

	margin: 13px 0 0;

	padding: 5px;

	z-index:99;

}



/*---------------------------------------- 

			Top search 

----------------------------------------*/

#top-search {

	float:right;

	padding:16px 17px 0 0;

}

	#top-search .input-search {

		float:left;

		width:120px;

		height:35px;

		margin-right:4px;

		border:1px solid #ea5d06;

		background:#fafcfd;

		border-radius:2px;

		box-shadow: 5px 5px 5px rgba(0,0,0, .05) inset;

	}

	#top-search #submit {

		float:left;

		font-size:17px;

		line-height:20px;

		color:#fff;

		font-weight:normal;

		padding:4px 13px 5px 14px;

		cursor:pointer;

		height:35px;

		margin:0;

		border-radius:2px;

		border:1px solid #ea5d06;

		background:url(images/bg-top-submit.gif) 0 0 repeat-x #fe8b01;

	}

		#top-search #submit:hover {

			background-position:0 -200px;

			background-color:#fe9a01;

		}



/*----------------------------------------

				Navigations

---------------------------------------- */

/* Primary navigation */

nav.primary {

	display:inline-block;

	float:left;

	position:relative;

	background:none;

	z-index:99;	

}



#topnav {margin:0;}



/* Essential styles for dropdown menu */

.sf-menu {

	padding:0px 0px 0px 0px;

	position:relative;

	background:none;

	text-align:left;

}

.sf-menu li {

	position:relative;

	list-style:none;

}

.sf-menu > li{

	display:block;

	float:left;

	text-align:center;

	position:relative;	

	margin:0;

	padding:0;

	border:none;

	background:url(images/menu-separator.gif) 100% 0 no-repeat;

}

	

	.sf-menu .bg-menu{

		background:url(images/bg-menu.gif) 0 0 repeat-x #fe8e01;

		cursor:pointer;

		bottom: 50%;

		left: 50%;

		right: 50%;

		top: 50%;

		opacity: 0;

		position: absolute;

		z-index: 2;

		-webkit-transition: all 0.5s ease;

		-moz-transition: all 0.5s ease;

		-o-transition: all 0.5s ease;

		transition: all 0.5s ease;	

	}

		.sf-menu > li:first-child .bg-menu {border-radius:5px 0 0 5px;}



.sf-menu > li:hover .bg-menu, .sf-menu > li.sfHover .bg-menu, .sf-menu > li.current-menu-item .bg-menu{

	bottom: 0;

    left: 0;

    opacity: 1.0;

    right: 1px;

    top: 0;

}



.sf-menu li a {

	display:block;

	text-decoration:none;

	position:relative;

	z-index:3;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

.sf-menu > li > a {

	font-size:17px; 

	line-height:21px;

	background:none;

	padding:22px 21px 25px 22px;

	color:#fff;

	text-transform:capitalize;

	font-weight:normal;

}



.sf-menu > li:hover > a, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {color:#fff;}



.sf-menu ul {

	position:		absolute;

	width:			230px; /* 154px left offset of submenus need to match (see below) */

	padding:17px 10px 17px 0px;

	z-index:200;

	display:none;

	margin:0;

	background:url(images/bg-submenu.gif) 0 0 repeat-x #962f09;

	border-radius:0 0 5px 5px;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

	left:			-1px;

	top:			68px; /* match top ul list item height */

	z-index:		99;

}

ul.sf-menu li:hover li ul,

ul.sf-menu li.sfHover li ul {

	width:230px; 	/* 154px left offset of submenus need to match (see above) */

	padding:17px 10px 17px 0px;

	margin:0;

	border-radius:5px;

	background:url(images/bg-submenu.gif) 0 0 repeat-x #962f09;

}

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {

	left:			154px; /* match ul width */

	top:			-17px;

	z-index:99;

}

.sf-menu ul li, .sf-menu ul li li {

	margin:0 0 5px 0;

	padding:0;

	text-align:left;

	background:none;

	display:block;

	border:none;

}





.sf-menu li li a {

	text-align:left;

	color:#fff;

	font-size:15px;

	line-height:18px;

	padding:0px 0px 0px 31px;

	background:url(images/submenu-marker.png) -100px 7px no-repeat;

	display:block;

	font-weight:normal;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

	

.sf-menu li li.current-menu-item > a, .sf-menu li li.sfHover > a, .sf-menu li li:hover > a {color:#fea601; background-position:19px 7px;}



/* Navigation select styling */

.select-menu {

	border:1px solid #c8c8c8;

	background-color:#e4e4e4;

	width:100%;

	height:30px;

	padding:5px;

	cursor:pointer;

	border-radius:4px;

	-moz-border-radius:4px;

	-webkit-border-radius:4px;

	display: none !important;

}



.select-menu:focus {border-color:#999;}



.select-menu option {

	padding:5px;

	cursor:pointer;

}



.select-menu option.main_item {font-weight:bold;}



/*----------------------------------------

				Slider  #slider-wrapper { 

---------------------------------------- */

#slider-no {
	
	width:100%;

	position:relative;
	
	overflow:hidden;

	height:336px;  /* height:auto; */

	padding:0;

	margin:0px 0 0 0;

	background: center right no-repeat  #fc6002; 

}


/*----------------------------------------
VIDEO home page embed special by Cheri  */

.video-container {
	/* position: relative; */
    /* padding-bottom: 56.25%; */
    padding-top: 30px; height: 100%; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 40%;
    width: 60%;
    height: 100%;
}




/* Request a quote */

#widget_my_requestquotewidget {}



	.box-text p{margin-bottom:10px; padding-right:10px;}



/*----------------------------------------

				Content

---------------------------------------- */

.primary_content_wrap {

	position:relative;

	z-index:1;

	padding:20px 0;

	background:#fff;

	border-radius:4px;

	box-shadow:0 0 76px rgba(6, 90, 149, .28) inset;

}

	body.home .primary_content_wrap {

		background:none;

		border-radius:0;

		box-shadow:none;

		padding:0;

	}

#content {}

#content.left {float:right !important;}



.box {

	padding:20px 0 16px;

	background:#fff;

	border-radius:4px;

	box-shadow:0 0 76px rgba(6, 90, 149, .28) inset;

}



	.home-widget h2{

		font-size:17px;

		line-height:21px;

		color:#fff;

		margin:0 0 15px 0;

		padding:13px 10px 14px 20px;

		background:#3a9ad9;

		border-radius:4px;

	}

		.yellow h2{background:#fea401;}

		.orange h2{background:#fd6901;}

		.blue h2{background:#3a9ad9;}

		.green h2{background:#8ab716;}

		

.before-content-area .link {

		position:absolute; 

		top:9px;

		right:0px;

}



/*----------------------------------------

				 Sidebar

---------------------------------------- */

#sidebar {padding:0px;}

	.widget h3 {

		font-size:17px;

		line-height:21px;

		color:#fff;

		margin:0 0 15px 0;

		padding:13px 10px 14px 20px;

		background:#3a9ad9;

		border-radius:4px;

	}

		.widget:nth-child(2n) h3{background:#fd6901;}

			.widget:nth-child(2n) ul li {border-color:#ffe1cc;}

			.widget:nth-child(2n) ul li a {color:#fd6901;}

			.widget:nth-child(2n) ul li a:hover {color: #8ab716;}

		

	.widget ul {margin-bottom:0px;}

	.widget {margin-bottom:46px;}



	.widget .button {color:#8ab716!important; background:url(images/marker-green.png) 100% 8px no-repeat!important;}



/*----------------------------------------

				 Post

---------------------------------------- */

.header-title {margin-bottom:20px;}

	.header-title h1 {

		font-size:17px;

		line-height:21px;

		color:#fff;

		margin:0;

		padding:13px 10px 14px 20px;

		background:#8ab716;

		border-radius:4px;

	}

	

	.green .header-title h1 {background:#8ab716;}

	.blue .header-title h1 {background:#3a9ad9;}

	.orange .header-title h1 {background:#fd6901;}

	.yellow .header-title h1 {background:#fea401;}

	

.post-holder {

	margin:0 0px 40px 0;

	position:relative;

	overflow:hidden;

	padding:0;

}

.single .post-holder {margin:0 0px 35px 0;}





	

/* Post header */

.entry-header {

	padding:0;

	margin-bottom:12px;

	position:relative;

	min-height:30px; /* was 67px */

}

.entry-title{

	font-size:17px;

	line-height:20px;

	color:#8ab716;

	margin:0 0 12px 0;

	padding:1px 0 0 0px;

	background:none;

	border:none;

}

	.entry-title.left-indent {padding-left:0px;} /* was 70px before I hid the date dispaly in the post-meta.php */

	

	.post-holder h2.entry-title a, 

	.post-holder h1.entry-title a{

		color:#8ab716;

		text-decoration:none;

		background:none;

		padding:0;

		-webkit-transition: all 0.5s ease;

		-moz-transition: all 0.5s ease;

		-o-transition: all 0.5s ease;

		transition: all 0.5s ease;

	}

	.post-holder h2.entry-title a:hover {color: #3a9ad9;}



/* Meta information for post */

.post-meta {

	color:#3a9ad9;

	padding:0 0 0 70px;

	font-weight:bold;

}

	.post-meta a {

		color:#3a9ad9;

		text-decoration:none;

		-webkit-transition: all 0.5s ease;

		-moz-transition: all 0.5s ease;

		-o-transition: all 0.5s ease;

		transition: all 0.5s ease;

	}

	.post-meta a:hover {color:#8ab716;}





.dates {

	position:absolute;

	top:0px;

	left:0px;

	overflow:hidden;

	display: block;

	width: 51px;

	height: 60px;

	padding:7px 0 0 0;

	font-size: 15px;

	line-height: 20px;

	color: #fff;

	text-align: center;

	text-transform:lowercase;

	background:url(images/bg-dates.png) 0 0 no-repeat;

}

.dates .day {display:block;}

.dates .mounth {display:block; margin-top:-5px;}

	

/* Featured thumbnail */

.featured-thumbnail {

	position:relative;

	float:left;

	margin:2px 20px 10px 0;

}

	.featured-thumbnail a {display:block; text-decoration:none;}

	.featured-thumbnail img {

		position:relative;

		width:100%;

		height:auto;

		border-radius:3px;

	}



		

	/* Large thumbnail */

	.featured-thumbnail.large {

		overflow:hidden;

		float:none;

		display:block;

		margin:0 0 25px 0;

		width:100%;

		height:auto;

	}



/* Post content */

.post-content {padding:0;}

	.post-content .excerpt {

		overflow:hidden;

		margin-bottom:0px;

	}

		.post-content .excerpt p {margin-bottom:15px;}

		



/*----------------------------------------

				Author

---------------------------------------- */

/* Recent author posts */

#recent-author-posts {margin-bottom:40px;}



/* Recent author comments */

#recent-author-comments {margin-top:20px;}



.author-info {

	width:100%;

	overflow:hidden;

	margin-bottom:40px;

}

	.author-info .avatar {margin:0 20px 0 0;}

		.author-info .avatar img {

			float:left;

			border-radius:3px;

		}



.author-meta {

	margin-bottom:20px;

	overflow:hidden;

	width:100%;

	}

	.author-meta p.gravatar {

		margin:0;

		}



/*----------------------------------------

				Related Posts

---------------------------------------- */	

.related-posts {

	overflow:hidden;

	padding:0;

	margin:0 0 42px 0;

}

	.related-posts li{

		list-style-type:none;

		padding:0;

		margin:0 2.8% 10px 0;

		display:inline-block;

		background:none;

		width:22.5%;

		border:none;

	}

		.related-posts li:nth-child(4n){margin-right:0px!important;}

		.related-posts li.nomargin {margin-right:0px!important;}



		.related-posts li .featured-thumbnail {

			float:none;

			margin:0 0 10px 0;

			overflow:hidden;

		}



/*----------------------------------------

				 Comments

---------------------------------------- */

h3#comments {

	font-size:17px;

	line-height:21px;

	color:#fff;

	margin:0 0 10px 0;

	padding:13px 10px 14px 20px;

	background:#fea401;

	border-radius:4px;

}

	.commentlist {

		list-style-type:none;

		padding:0 0px 25px 0px;

		margin:0px 0 0 0;

	}

		li.comment {

			list-style-type:none;

			overflow:hidden;

			padding: 0;

			margin: 0!important;

			background:none;

			text-transform:none;

		}



			li.comment .comment-body {

				padding:23px 20px 18px 25px;

				position:relative;

				zoom:1;

				background:#ededed;

				margin-top:10px;

				overflow:hidden;

			}

				li.comment .comment-body p {margin-bottom:9px;}

				

			.comment-author {

				float:left;

				margin:2px 17px 5px 0;

			}

	

			 /* Avatar */

			li.comment .avatar {

				float:none;

				display:block;

				vertical-align:top;

				overflow:hidden;

				border:1px solid #c0c0c0;

			}

   

			.author-comment{

				display: block;

				font-size:15px;

				line-height:20px;

				color:#fea401;

				font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;

				margin-top:6px;

				text-align:center;

			}



			.talignright {text-align:right;}

			

			/* Comment meta */

			.comment-meta {

				font-size:13px;

				line-height:18px;

				color:#fea401;

				display:inline-block;

			} 

			.comment-meta a {color:#f62221;}



			.commentlist ul.children {

				margin:0 0 0 40px;

				padding:0;

				overflow:hidden;

			}

			.commentlist ul.children li.comment {}



			/* Reply */

			.reply {

				display:inline-block;

				margin-right:5px;

				margin-left: 18px;

			}

			.reply a {

				display:inline-block;

				padding:0;

				color:#fea401;

				font-size:13px;

				line-height:18px;

				font-weight:normal;

				text-decoration:none;

				-webkit-transition: all 0.5s ease;

				-moz-transition: all 0.5s ease;

				-o-transition: all 0.5s ease;

				transition: all 0.5s ease;

			}

			.reply a:hover {color:#3a9ad9;}



/*----------------------------------------

				Respond

---------------------------------------- */ 	

#respond {

   padding-top:18px;

   margin-top:7px;

}

	#respond h3 {

		font-size:17px;

		line-height:21px;

		color:#fff;

		margin:0 0 23px 0;

		padding:13px 10px 14px 20px;

		background:#8ab716;

		border-radius:4px;

	}	

		.cancel-comment-reply small {font-size:12px;}

		.cancel-comment-reply a {

		   color: #3a9ad9;

		   font-weight:normal;

		   text-decoration:underline;

		   background:none;

		   padding:0;

		   margin-bottom:5px;

		   display:inline-block;

		   -webkit-transition: all 0.5s ease;

			-moz-transition: all 0.5s ease;

			-o-transition: all 0.5s ease;

			transition: all 0.5s ease;

		}

		.cancel-comment-reply a:hover {text-decoration:none; color:#000;}



.allowed_tags {

	background:#eee;

	padding:15px;

	font-size:11px;

	font-family:"Courier New", Courier, monospace;

	color:#666;

}

.allowed_tags strong {font-family:Tahoma, Geneva, sans-serif;}





/*----------------------------------------

				Image styling

---------------------------------------- */ 

.alignleft {

	float:left;

	margin:6px 20px 20px 0px;

}

.alignright {

	float:right;

	margin:6 0 20px 20px;

}

.aligncenter {

	text-align:center;

	margin:0 auto;

}

.alignnone {

	margin:0 0 10px 0;

}

article .post-content img {

	max-width:710px;

}



.frame {

	padding:7px;

	background:#fff;

	border:1px solid #dbdbdb;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	text-align:center;

}

.frame img.alignleft,

.frame img.alignright{

	margin:0;

	padding:0;

	border:none;

}

	

	

/*----------------------------------------

		Page Navigaton (wp-pagenavi)

---------------------------------------- */	

.pagenavi {

	clear:both;

	padding:0px 0 23px 0px;

	position:relative;

	overflow:hidden;

	font-size:11px;

	line-height:16px;

	color:#fff;

	text-transform:uppercase;

	text-align:center;

}

	.author .pagenavi {padding:0px 0 40px 0;}

	

.pagenavi .pages {float:right; margin: 0px 0px 4px 10px; display:none;}



.pagenavi span, .pagenavi a {

	display:inline-block;

	position:relative;

	margin: 0px 2px 4px 3px;

	padding:5px 10px;

	text-decoration:none;

	width:auto;

	color:#fff;

	background:#3a9ad9;

	border:none;

	border-radius:5px;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

 

.pagenavi a:hover, .pagenavi .current{color:#3a9ad9; background:transparent;}











/* Older and newer navigation */

nav.oldernewer {

	width:100%;

	overflow:hidden;

	margin-bottom:1.5em;

}

	.older {float:left;}

	.newer {float:right;}



.single-oldernewer {

	font-size:11px;

	border-top:1px solid #eaeaea;

	border-bottom:1px solid #eaeaea;

	padding:.5em 0;

	margin:1em 0 0 0;

	width: auto;

}

	.single-oldernewer .newer {text-align:right;}





/* Gallery post format */

.gallery_post {

	list-style-type:none;

	padding:0;

	margin:0 0 1em 0;

	width:100%;

	overflow:hidden;

}

	.gallery_post .g_item {

		overflow:hidden;

		width:620px;

	}

		.gallery_post .g_item .featured-thumbnail {

			float:none;

			margin:0;

		}

			.gallery_post .g_item .thumbnail img {

				float:none;

				width:100%;

				height: auto;

			}

				

.slides_container_slideshow {

	height:400px;

	width:620px;

}				



.gallery_post .pagination {

	list-style-type:none;

	margin:20px 0 0 0;

	padding:0;

	overflow:hidden;

	text-align:left;

	float: right;

}

	.gallery_post .pagination li {

		padding:0 0 0 5px;

		display:inline;

		margin:0;

		border:none;

	}

		.gallery_post .pagination li a {

			display:inline-block;

			text-decoration:none;

			width:12px;

			height:12px;

			background:#3a9ad9;

			font-size:0;

			line-height:0;

			border-radius:6px;

			vertical-align:top;

			padding: 0;

			-webkit-transition: all 0.5s ease;

			-moz-transition: all 0.5s ease;

			-o-transition: all 0.5s ease;

			transition: all 0.5s ease;

		}

		.gallery_post .pagination li.current a,

		.gallery_post .pagination li a:hover {background:#8ab716;}



.gallery_post .prev,

.gallery_post .next {

	float: left;

	margin-top:12px;

}			

			

	.gallery_post .prev,

	.gallery_post .next {

		display:inline-block;

		background:#3a9ad9;

		color:#fff;

		vertical-align:top;

		font-size:12px;

		text-decoration:none;

		border-radius:4px;

		padding: 3px 6px;

		margin-right:5px;

		-webkit-transition: all 0.5s ease;

		-moz-transition: all 0.5s ease;

		-o-transition: all 0.5s ease;

		transition: all 0.5s ease;

	}

	.gallery_post .prev:hover,

	.gallery_post .next:hover {

		background:#8ab716;

	}	

	

	

	

	

/*---------------------------------------- 

			Post Formats

---------------------------------------- */



/* Images Format Type */

.recent-posts .format-image {

	float:left;

	margin:0 20px 20px 0;

}	

	

.image-post-format {

	float:left;

	margin:0 0 10px 0;

	position:relative;

}

	.image-post-format a {display:block;}

	.image-post-format img {border-radius:3px;}

	

/* Quote Format Type */

.recent-posts .format-quote {}



/* Link Format Type */

.recent-posts .format-link {}



/* Link Format Type */

.recent-posts .format-link {}	



/* Audio Format Type */

.recent-posts .format-audio {margin-bottom:2em;}

	.recent-posts .format-audio .audio-wrapper {margin-bottom:.5em;}



/* Video Format Type */

.recent-posts .format-video {}



.video {

	position: relative;

	padding-bottom: 56.25%;

	height: 0;

	overflow: hidden;

	margin:0 0 2% 0;

}

.video iframe,  

.video object,  

.video embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}





/* Gallery Post Format */

.slides_container_gallery {

	width:620px;

	margin-bottom:0px;

	height:244px;

}

	.slides_container_gallery .g_item {

		width:620px;

		display:block;

	}

		.slides_container_gallery .g_item img {

			width:100%;

			height:auto;

		}





/*---------------------------------------- 

					404

---------------------------------------- */

#error404 {padding:30px 0 100px 0;}

	.error404-num {

		font-size:250px;

		line-height:1.2em;

		color:#136dbe;

		text-align:center;

	}

	#error404 hgroup {

		margin:0 0 2em 0;

		padding-top:50px;

	}

		#error404 hgroup h1 {

			font-size:3em;

			margin-bottom:.2em;

			color:#136dbe;

		}



/*----------------------------------------

				Portfolio

---------------------------------------- */

.latestwork {

	width:100%;

	overflow:hidden;

	list-style-type:none;

	padding:0;

	margin:0;

}

	.latestwork li {

		float:left;

		margin-right:20px;

		border:none;

	}



/* Default layout 3 columns */

#gallery {}

	#gallery .portfolio {

		width:100%;

		overflow:hidden;

		list-style-type:none;

		padding:0;

		margin:0;

	}

		#gallery .portfolio li {

			list-style-type:none;

			display:-moz-inline-box;

			display:inline-block;

			zoom:1;

			vertical-align:top; 

			width:280px;

			margin:0 16px 50px 0;

			position:relative;

			background:#e7e7e7;

			border:none;

			padding:10px 10px 13px 10px;

			border-radius:2px;

			-webkit-transition: all 0.5s ease;

			-moz-transition: all 0.5s ease;

			-o-transition: all 0.5s ease;

			transition: all 0.5s ease;

		}

		* + html #gallery .portfolio li {display:inline;}

		#gallery .portfolio li.nomargin {margin-right:0 !important;}

		

		#gallery .portfolio li:hover {background:#d3d3d3;}

			#gallery .portfolio li a.image-wrap {

				display:block;

				overflow:hidden;

				width:280px;

				height:184px;

				border-radius:2px;

				position:relative;

				margin-bottom:12px;

				background:#d3d3d3 url(images/loading-folio.gif) 50% 50% no-repeat;

				-webkit-transition: all .2s ease-in-out;

				-moz-transition: all .2s ease-in-out;

				-o-transition: all .2s ease-in-out;

			}

				#gallery .portfolio li a.image-wrap img {border-radius:2px;}

			

			#gallery .portfolio .folio-desc {

				margin-bottom:0;

				padding:0;

			}

			#gallery .portfolio p.excerpt {

				padding:0;

				margin:0;

			}

			

			.zoom-icon {

				display:block;

				position:absolute;

				left:0px;

				top:0px;

				right:0px;

				bottom:0px;

				cursor:pointer;

				background:rgba(0, 0, 0, .4);

				-webkit-transition: all .2s ease-in-out;

				-moz-transition: all .2s ease-in-out;

				-o-transition: all .2s ease-in-out;

				opacity:0;

				border-radius:2px;

			}

			.no-rgba .zoom-icon {

				background:url(images/black-opacity-60.png);

				visibility:hidden;

			}

			.zoom-icon:before {

				content:"";

				display:block;

				position:absolute;

				left:50%;

				top:50%;

				width:35px;

				height:35px;

				margin:-17px 0 0 -17px;

				background:url(images/magnify-alt.png) 50% 50% no-repeat;

			}

			.image-wrap:hover .zoom-icon {opacity:1;}

			.no-rgba .image-wrap:hover .zoom-icon {visibility:visible;}





/* 1 column portfolio*/

#gallery.one_column .portfolio li {

	width:100%;

	margin-right:0;

	margin-left:0;

	padding-left:0px;

	padding-right:0px;

	overflow:hidden;

}

	#gallery.one_column .portfolio li a.image-wrap {

		width:623px;

		height:363px;

		float:left;

		margin:0 19px 0 10px;

	}

		#gallery.one_column .folio-desc {

			overflow:hidden;

			padding:12px 10px 10px 0px;

		}

			#gallery.one_column .folio-desc .excerpt {margin-bottom:20px;}



/* 2 columns portfolio*/

#gallery.two_columns .portfolio li {

	width:440px;

	margin-right:16px;

}

	#gallery.two_columns .portfolio li a.image-wrap {

		width:440px;

		height:243px;

	}



/* 4 columns portfolio*/

#gallery.four_columns .portfolio li {

	width:200px;

	margin-right:16px;

}

	#gallery.four_columns .portfolio li a.image-wrap {

		width:200px;

		height:135px;

	}





/*----------------------------------------

		Single Portfolio Page

---------------------------------------- */		

.entry-meta {overflow:hidden;}

	

/* Info */

.portfolio-meta-list {

	border:none;

	margin:0 0 2em 0;

	border-top:1px solid #e7e7e7;

	border-bottom:1px solid #e7e7e7;

	padding:1em 0;

}

	.portfolio-meta-list li {

		list-style-type:none;

		padding:0;

		margin:.5em 0 0 0;

		border:none;

		background:none;

		text-transform:none;

	}

	.portfolio-meta-list li:first-child {	margin-top:0;}

		.portfolio-meta-list li strong {

			display:inline;

			padding-right:.3em;

		}



/* Single Image */

.image-holder {

	position:relative;

	float: left;

	width:620px;

	margin-right: 20px;

}

	.image-holder img {

		max-width:100%;

	}

		

#primary .entry-content {

	overflow: hidden;

}		



/* Single Video */

.video-holder {

	position: relative;

	padding-bottom: 56.25%;

	height: 0;

	overflow: hidden;

	margin:0 0 2% 0;

}

.video-holder iframe,  

.video-holder object,  

.video-holder embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	}



/* Audio Single */

.single-audio-holder .audiojs {

	width:620px;

	}

.single-audio-holder .audiojs .scrubber {

	width:440px;

	}

.single-audio-holder object{overflow:hidden;}	

	

/* Grid Gallery */

.grid_gallery {

	position:relative;

	overflow:hidden;

	padding:0 0 0 0;

	}

	.grid_gallery_inner {

		width:639px;

		position:relative;

		overflow:hidden;

		}

	.grid_gallery .gallery_item {

		float:left;

		margin:0 19px 19px 0;

		}

		.grid_gallery .gallery_item img {

			width: 100%;

			height: auto;

		}

		

.single-gallery-item {

	margin:0;

	}











/*----------------------------------------

					FAQs

---------------------------------------- */

.faq_list {}

	.faq_list dt {

		color:#3a9ad9;

		position:relative;

		padding:0 0 5px 28px;

		font-size:17px;

		font-weight:normal;

		margin:0;

		background:none;

	}

	.faq_list span.marker {

		display:block;

		position:absolute;

		left:0;

		top:0;

		font-size:17px;

		color:#3a9ad9;

		font-weight:bold;

	}

	.faq_list dd {

		padding:0 0 0 28px;

		position:relative;

		margin:0 0 20px 0;

	}

		.faq_list dd .marker {top:3px;}







/*----------------------------------------

				Custom widgets

---------------------------------------- */



/* Posts Type widget */

.post_list {

	list-style-type:none;

	padding:0;

	margin:0;

}

	.post_list li {

		list-style-type:none;

		overflow:hidden;

		border:none;

		margin:0 0 15px 0;

	}

	

	.green .post_list li .button, .green .post_list li .button:hover  {color:#8ab716; background:url(images/marker-green.png) 100% 8px no-repeat;}

	.blue .post_list li .button, .blue .post_list li .button:hover {color:#3ea8ec; background:url(images/marker-blue.png) 100% 8px no-repeat;}

	.orange .post_list li .button, .orange .post_list li .button:hover {color:#fd6901; background:url(images/marker-orange.png) 100% 8px no-repeat;}

	.yellow .post_list li .button, .yellow .post_list li .button:hover {color:#fea401; background:url(images/marker-yellow.png) 100% 8px no-repeat;}





	

/*

	Load CSS before JavaScript

*/



/*

	Slides container

	Important:

	Set the width of your slides container

	Set to display none, prevents content flash

*/

.gallery_post .slides_container {

	width:100%;

}



.gallery_post .slides_container .item img {

	max-width:100% !important;

	height: auto !important;

}



/*

	Optional:

	Reset list default style

*/

.pagination {

	list-style:none;

	margin:0;

	padding:0;

}



/*

	Optional:

	Show the current slide in the pagination

*/

.pagination {

	text-align:center;

	}

.pagination li {

	list-style-type:none;

	margin:0;

	padding:0;

	display:inline;

	padding:0 3px;

	}

.pagination .current a {

	color:red;

}



/* Testimonials */

.testimonials {

	padding: 0;

	margin: 0;

}

.testimonials div.testi_item {

	padding: 0;

	margin: 0 0 25px 0;

	background: none;

}

.testimonials div.testi_item blockquote {

	display: block;

	position: relative;

	margin: 0;

	padding: 8px 20px 20px 20px;

	background: #dbdbdb;

	border-radius: 5px;

	border-left:1px solid #dbdbdb;

	-moz-background-clip: padding;

	-webkit-background-clip: padding-box;

	background-clip: padding-box;

}

.testimonials div.testi_item blockquote:before {

	content: "";

	display: block;

	position: absolute;

	left: 65px;

	bottom: -20px;

	width:0;

	height:0;

	border-left: 20px solid transparent;

	border-right: 0 solid transparent;

	border-top: 20px solid #dbdbdb;

}

.testimonials div.testi_item .rel{position:relative;}

.testimonials div.testi_item .quotes {

	display: inline-block;

	width: 41px;

	height: 38px;

	margin:3px 5px 0 0;

	background: url(images/quotes.png) 0 0 no-repeat;

}

.testimonials div.testi_item blockquote a {

	text-decoration: none;

	display:inline;

	color: #8397a4;

	padding:0px 0 0 0;

	font-style: normal;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

.testimonials div.testi_item blockquote a:hover {color: #3a9ad9;}



.testimonials div.testi_item .featured-thumbnail {

	position:relative;

	z-index:2;

	margin:5px 20px 0 0px;

	width:60px;

	height:60px;

	float:left;

}

	.testimonials div.testi_item .featured-thumbnail img {

		width:100%;

		height:auto;

	}

.name-testi {

	padding: 20px 0 0 0;

	text-align: right;

	display: block;

}

	.name-testi .user {

		color:#3a9ad9; 

		font-family:Georgia, "Times New Roman", Times, serif;

	}

.name-testi a {font-weight: normal;}

.testimonials .thumb {

	float: left;

	margin-right: 20px;

}





/* Recent Posts */

.latestpost {

	list-style-type:none;

	margin:0 0 14px 0;

	padding:0;

}

	.latestpost li {

		margin:0 0 11px 0;

		padding:0 10px 0 0;

		list-style-type:none;

		border:none;

	}

		.latestpost li .featured-thumbnail {

			margin:5px 9px 1px 0;

		}

		

		.latestpost li time {

			font-weight:bold;

			color:#3ea8ec;

			display:block;

			margin:0 0 1px 0;

		}

			.blue .latestpost li time {color:#fd6901;}

			

		.latestpost li h6, .latestpost li h6 a {font-weight:normal;}

		

			.green .latestpost li h6 a {color:#8ab716;}

			.blue .latestpost li h6 a {color:#3a9ad9;}

			.orange .latestpost li h6 a {color:#fd6901;}

			.yellow .latestpost li h6 a {color:#fea401;}

			

				

				.green .latestpost li h6 a:hover,

				.orange .latestpost li h6 a:hover,

				.yellow .latestpost li h6 a:hover,

				.green .latestpost li a:hover,

				.orange .latestpost li a:hover,

				.yellow .latestpost li a:hover {color:#3ea8ec;}

				

				

				.blue .latestpost li h6 a:hover, .blue .latestpost li a:hover {color:#fd6901;}

			

		.latestpost li .excerpt {margin-bottom:0px;}





/* Twitter widget */

.twitter {position:relative;}

.twitter_update_list {overflow:hidden; margin-bottom:3px;}

.twitter ul li {

	list-style-type:none;

	margin:0 0 10px 0;

	padding:0 0 0 0px;

	background:none;

	border:none;

}

	.twitter ul li .twitt-body {padding:0 0 5px 0;}

	.twitter ul li .twitt-body a {font-weight:normal;}

	.twitter ul li a.timesince {

		display:inline-block;

		margin-bottom:2px;

	}

.twitter .profileLink {}

.twitter  .preloader {

	position:absolute;

	top:55px;

	left:0;

	height: 25px;

	line-height:25px;

	padding-left: 30px;

	background-position:0 50%;

	background-repeat:no-repeat;

}



	.blue .twitter  .preloader, .widget .twitter  .preloader {background-image:url(images/loading-blue.png);}

	.green .twitter  .preloader {background-image:url(images/loading-green.png);}

	.yellow .twitter  .preloader {background-image:url(images/loading-yellow.png);}

	.orange .twitter  .preloader, .widget:nth-child(2n) .twitter  .preloader {background-image:url(images/loading-orange.png);}

	

	.widget .profileLink {margin-top:10px;}





/* Banner widget */

.banners-holder {

	list-style-type:none;

	padding:0;

	margin:0;

}

	.banners-holder li {

		list-style-type:none;

		float:left;

		margin:0 3px 3px 0;

		padding:0;

		border:none;

	}

		.banners-holder li:nth-child(2n) {margin-right:0px;}

		.banners-holder li.nomargin {margin-right:0px;}

		

		.banners-holder li img {

			vertical-align:top;

			float:left;

		}



/*---------------------------------------- 

				Testimonials

---------------------------------------- */

/* Testimonials list */

article.testimonial, .single article.testimonial  {

	border:1px solid #e7e7e7;

	padding:20px 20px 20px 20px;

	width:auto;

	background:url(images/quotes.png) no-repeat 200px 10px #fff;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-style:italic;

	font-size:14px;

	line-height:20px;

	color:#868686;

	font-weight:normal;

	margin-bottom:35px;

}

	article.testimonial .featured-thumbnail, 

	.single article.testimonial .featured-thumbnail {

		margin:6px 30px 10px 0;

		width:170px;

		height:173px;

	}

		article.testimonial .featured-thumbnail img, 

		.single article.testimonial .featured-thumbnail img {

			width:170px;

			height:173px;

		}

	article.testimonial .name-testi {

		display:block;

		text-align:right;

		font-style:normal;

		font-size:13px;

		line-height:18px;

		font-family:Arial, Helvetica, sans-serif;

		padding:10px 0 0 0;

	}

		article.testimonial .name-testi .user {

			color:#3a9ad9; 

			font-family:Georgia, "Times New Roman", Times, serif;

		}

		

		article.testimonial .name-testi a {text-decoration:none;}

		article.testimonial .name-testi a:hover {text-decoration:underline;}











/*----------------------------------------

				Shortcodes

---------------------------------------- */



/* Recent Posts */

.recent-posts {

	margin:0;

	padding:0;

	width:100%;

	overflow:hidden;

	border:none;

}

	.recent-posts li {

		list-style-type:none;

		margin:0 0 20px 0;

		padding:0;

		border:none;

		background:none;

	}



		.recent-posts li h6 a {color:#fd6901;}

		.recent-posts li h6 a:hover {color:#3ea8ec;}

		

		.recent-posts li .excerpt {margin-bottom:5px;}

			.recent-posts li .post-date {

				font-size:12px;

				line-height:18px;

				color:#3ea8ec;

				font-weight:bold;

				background:url(images/time-icon.png) 0 1px no-repeat;

				padding-left:25px;

				min-height:16px;

				display:block;

				margin-bottom:11px;

			}



				

/* Recebt Post Tabs */

	.recent-posts.latest {overflow:hidden;}

	.recent-posts.latest li {

		width:220px;

		margin:0 20px 10px 0;

		display:inline-block;

		position:relative;

	}

		.recent-posts.latest li:nth-child(4n) {margin-right:0px!important;}

		.recent-posts.latest li.nomargin {margin-right:0px!important;}

		

	.recent-posts.latest li .featured-thumbnail {

		margin:0px 0 15px 0;

		float:none;

		display:block;

	}

	

	.recent-posts.latest li h4 {margin:0 0 11px 0;}

			.recent-posts.latest li h4 a {color:#fd6901; font-weight:normal;}

			.recent-posts.latest li h4 a:hover {color: #3ea8ec;}

			

	.recent-posts.latest li .excerpt {padding-right:10px; margin-bottom:16px;}

	

	.recent-posts.pfolio {overflow:hidden;}

	.recent-posts.pfolio li {

		width:220px;

		margin:0 20px 10px 0;

		display:inline-block;

		position:relative;

	}

		.recent-posts.pfolio li:nth-child(4n) {margin-right:0px!important;}

		.recent-posts.pfolio li.nomargin {margin-right:0px!important;}

		

	.recent-posts.pfolio li .featured-thumbnail {

		margin:0px 0 15px 0;

		float:none;

		display:block;

	}

	

	.recent-posts.pfolio li h4 {margin:0 0 11px 0;}

			.recent-posts.pfolio li h4 a {color:#fd6901; font-weight:normal;}

			.recent-posts.pfolio li h4 a:hover {color: #3ea8ec;}

			

	.recent-posts.pfolio li .excerpt {padding-right:10px; margin-bottom:16px;}



	



/* Our team */

.recent-posts.team {

	margin: 0;

	padding: 7px 0 0 0;

}

	.recent-posts.team li {

		display:inline-block;

		width: 170px;

		overflow: hidden;

		margin: 0 25px 20px 0;

		background: #e7e7e7;

		padding: 10px 10px 9px 10px;

		border-radius: 2px;

	}



	.recent-posts.team li:nth-child(3n) {margin-right: 0!important;}

	.recent-posts.team li.nomargin {margin-right: 0!important;}

	

		.recent-posts.team li .featured-thumbnail {

			float: none;

			margin: 0 0 9px 0;

			display:block;

		}



/* Popular Posts */

.popular_posts {

	overflow:hidden;

}

	.popular_posts li {

		list-style-type:none;

		display:inline-block;

		position:relative;

		padding:0;

		border:none;

		background:none;

		width:220px;

		margin:0 20px 10px 0;

	}

	.popular_posts li:nth-child(4n){margin-right:0px!important;}

	.popular_posts li.nomargin {margin-right:0px!important;}

	

	.popular_posts li .featured-thumbnail {

		margin:0px 0 15px 0;

		float:none;

		display:block;

	}

	

	.popular_posts li h4 {margin:0 0 11px 0;}

			.popular_posts li h4 a {color:#fd6901; font-weight:normal;}

			.popular_posts li h4 a:hover {color: #3ea8ec;}





	.popular_posts li .excerpt {margin-bottom:5px;}

	.popular_posts li .post-date {

		font-size:12px;

		line-height:18px;

		color:#3ea8ec;

		font-weight:bold;

		background:url(images/time-icon.png) 0 1px no-repeat;

		padding-left:25px;

		min-height:16px;

		display:block;

		margin-bottom:11px;

	}





/*----------------------------------------

				Tags

---------------------------------------- */

.tags-cloud a,

.tagcloud a {

	display:inline-block;

	font-size:11px !important;

	line-height:18px;

	color:#fff;

	font-weight:bold;

	text-decoration:none;

	padding:6px 10px 7px 10px;

	background:url(images/more-button.gif) 0 0 repeat-x #136dbd;

	border-radius:2px;

	margin:0 2px 4px 0;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

	.tags-cloud a:hover,

	.tagcloud a:hover {

		color:#fff;

		background-position:0 -200px;

	}



/*----------------------------------------

				 Calendar

---------------------------------------- */

#calendar_wrap {padding:0;}

	#wp-calendar {width:100%;}



		#wp-calendar td {

			text-align:center;

			padding:6px 0;

			border:none;

		}

		#wp-calendar caption {

			font-size:22px;

			line-height:26px;

			color:#3a9ad9;

			text-align:center;

			padding:4px 0;

			margin-bottom:5px;

			text-transform:uppercase;

		}

		#wp-calendar thead {

			border-top:1px solid  #e7e7e7;

			border-bottom:1px solid  #e7e7e7;

		}

		#wp-calendar tfoot {border-top:1px solid  #e7e7e7;}

		

		#wp-calendar thead th {

			padding:7px 0;

			font-size:14px;

			line-height:20px;

			color:#3a9ad9;

			text-align:center;

		}

		#wp-calendar #prev {text-align:left;}

		#wp-calendar #next {text-align:right;}

		

		.widget:nth-child(2n) #wp-calendar caption,

		.widget:nth-child(2n) #wp-calendar thead th {color:#fd6901;}

		

/* Recent Comments */

.recent-comments {

	list-style-type:none;

	padding:0;

	margin:0;

}

	.recent-comments li {

		padding:0;

		margin:0;

		border:none;

		padding-bottom:.5em;

	}





/*----------------------------------------

				Footer

---------------------------------------- */

#footer {

	background:none;

	padding:24px 0 57px 0;

	overflow:hidden;

}

	#copyright {

		background:none;

		padding:0;

		margin:0;

	}



/* Footer navigation */

nav.footer {

	overflow:hidden;

	float:right;

	display:inline-block;

	padding:0px 0 0px 0px;

}

	nav.footer ul {

		margin:0;

		padding:0;

	}

		nav.footer ul li {

			list-style-type:none;

			display:inline-block;

			padding:0px;

			font-size:12px;

			line-height:19px;

			margin:0 0px 0 10px;

			background:none;

			border:none;

		}

		nav.footer ul li a {

			font-size:12px;

			line-height:19px;

			font-weight:normal;

			text-transform:capitalize;

			color:#5bb9f7;

			text-decoration:none;

			-webkit-transition: all 0.5s ease;

			-moz-transition: all 0.5s ease;

			-o-transition: all 0.5s ease;

			transition: all 0.5s ease;

		}

		nav.footer ul li a:hover, nav.footer ul li.current-menu-item a{color:#fff;}

		

	/* Footer text */

	.footer-text {

		float:left;

		display:inline-block;

		font-size:12px;

		line-height:19px;

		color:#5bb9f7;

		padding:0px 0 0 0px;

	}

		.footer-text a {

			color:#5bb9f7;

			text-decoration:none;

			-webkit-transition: all 0.5s ease;

			-moz-transition: all 0.5s ease;

			-o-transition: all 0.5s ease;

			transition: all 0.5s ease;

		}

		.footer-text a:hover {color:#fff;}



	





/*---------------------------------------- 

					Misc

---------------------------------------- */

.button {

	display:inline-block;

	font-size:12px;

	line-height:19px;

	color:#8ab716;

	font-weight:bold;

	text-decoration:none;

	padding:0 8px 0 0;

	background:url(images/marker-green.png) 100% 8px no-repeat;



}

	.button.green, .green .button {color:#8ab716; background:url(images/marker-green.png) 100% 8px no-repeat;}

	.button.blue, .blue .button {color:#3ea8ec; background:url(images/marker-blue.png) 100% 8px no-repeat;}

	.button.orange, .orange .button {color:#fd6901; background:url(images/marker-orange.png) 100% 8px no-repeat;}

	.button.yellow, .yellow .button {color:#fea401; background:url(images/marker-yellow.png) 100% 8px no-repeat;}



.button:hover {text-decoration:underline;}

	

/* Small Button */

.button.small {

	font-size:10px;

	background:none!important;

	text-transform:uppercase;

}

	

/* Large Button */

.button.large {

	font-size:18px;

	background:none!important;

}

.more-button {

	display:inline-block;

	font-size:12px;

	line-height:19px;

	color:#8ab716;

	font-weight:bold;

	text-decoration:none;

	padding:0 8px 0 0;

	background:url(images/marker-green.png) 100% 8px no-repeat;

}

.more-button:hover {text-decoration:underline;}

/*.more-button 
{
	

	display:inline-block;

	font-size:12px;

	line-height:18px;
	
	color:#fff;

	font-weight:bold;

	text-decoration:none;

	padding:8px 12px 9px 12px;

	background:url(images/more-button.gif) 0 0 repeat-x #136dbd;

	border-radius:2px;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

	.more-button:hover {

		color:#fff;

		background-position:0 -200px;

	}
*/
.no-results {}



.link {

	font-size:15px;

	line-height:20px;

	display:inline-block;

	text-decoration:none;

	color:#fff;

}

	.link.white {color:#fff;}

	.link.green {color:#8ab716;}

	.link.blue {color:#3ea8ec;}

	.link.orange {color:#fd6901;}

	.link.yellow {color:#fea401;}

	

.link:hover {text-decoration:underline;}





/* Lightbox */

.lightbox {

	display:block;

	position:relative;

}



/* Back to Top */

#back-top-wrapper {

	width:100%;

	position:absolute;

	overflow:hidden;

}

#back-top {

	position: fixed;

	bottom: 159px;

	left:50%;

	margin-left:551px;

	display:none;

}



#back-top a {

	width: 22px;

	height: 13px;

	display: block;

	text-align: center;

	text-transform: uppercase;

	text-decoration: none;

	background:url(images/up-arrow.png) 0 0 no-repeat;

}

#back-top a:hover {background-position:0 -13px;}







/* Tabs */

.tabs {margin: 0 0 20px 0;}



.tabs .tab-menu {

	background:none;

	margin:0;

	padding:0;

	overflow:hidden;

}

.tabs .tab-menu ul {

    list-style: none;

    margin: 0 !important;

    padding: 0 !important;

	overflow:hidden;

}



.tabs .tab-menu li {

    float:left;

    margin: 0;

    padding: 0;

	background:none;

	border:none;

}



.tabs .tab-menu a {

    display: block;

	font-size:17px;

	line-height:20px;

	color:#fff;

	background:none;

    margin: 0;

	font-weight:normal;

    padding: 13px 21px 15px 21px;

	border-radius:4px 4px 0 0;

}

	.tabs .tab-menu li:nth-child(3n-2) a {background:#fd6901;}

	.tabs .tab-menu li:nth-child(3n-1) a {background:#fea401;}

	.tabs .tab-menu li:nth-child(3n) a {background:#8ab716;}

	

	.tabs .tab-menu li.orange a {background:#fd6901;}

	.tabs .tab-menu li.yellow a {background:#fea401;}

	.tabs .tab-menu li.green a {background:#8ab716;}



.tabs .tab-menu li a:hover,

.tabs .tab-menu li a.active  {

    color: #0c5c9a;

	background:#fff;

	box-shadow:0 46px 46px rgba(6, 90, 149, .25) inset;

}



.tabs .tab-wrapper {

    border: none;

    margin: 0;

}

.tabs .tab {

	padding:20px 20px 12px;

	background:#fff;

	border-radius:0 4px 4px 4px;

	box-shadow:0 0 76px rgba(6, 90, 149, .28) inset;

	margin:0;

}









/* Toggle */

.toggle {

    padding: 0 0 2px 0;

}

.toggle .trigger {

	background-color: #f5f5f5;

	background: -moz-linear-gradient(bottom, #F2F2F2 0px, #ffffff 100%);

	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #ffffff));

	border: 1px solid #dddddd;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	color: #666666;

	display: block;

	padding: 10px 12px 10px 40px;

	position: relative;

	text-decoration:none;

	height:1%;

	}



.toggle .trigger span {

	background: url(includes/images/toggle.png) 0 0 no-repeat;

	display: block;

	position: absolute;

	top: 9px;

	left: 10px;

	text-indent: -9999px;

	width: 22px;

	height: 20px;

	}



.toggle .trigger:hover,

.toggle .active {

	background:#191919;

	color:#fff;

	}

.toggle .active span {

	background-position: 0 -20px;

	}



.toggle .box {

	background-color: #fafafa;

	border: 1px solid #dddddd;

	border-radius: 5px;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

	padding: 20px;

	}







/* Dropcap */

.dropcap {

	display: block;

	float: left;

	margin: 2px 19px 0px 0;

	width: 51px;

	height: 67px;

	font-size: 36px;

	line-height: 51px;

	color: #fff;

	text-align: center;

	font-weight: bold;

	text-transform:uppercase;

	background:url(images/bg-dropcap.png) 0 0 no-repeat;

}



.widget-area {

	

}



.hr {

	height:47px;

	overflow:hidden;

	font-size:0;

	line-height:0;

}

.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {

	margin-left:0;

	margin-right:0;

}

.sm_hr {

	height: 1px;

	background: #e7e7e7;

	overflow: hidden;

	font-size: 0;

	line-height: 0;

	margin: 4px 10px 16px;

}

.grid_1 .sm_hr,

.grid_2 .sm_hr,

.grid_3 .sm_hr,

.grid_4 .sm_hr,

.grid_5 .sm_hr,

.grid_6 .sm_hr,

.grid_7 .sm_hr,

.grid_8 .sm_hr,

.grid_9 .sm_hr,

.grid_10 .sm_hr,

.grid_11 .sm_hr,

.grid_12 .sm_hr {

  margin-left: 0;

  margin-right: 0;

}

.spacer {

	height:32px;

	overflow:hidden;

	font-size:0;

	line-height:0;

}



/* Address */

.address {

	overflow:hidden;

	width:100%;

	margin:0;

	padding:0;

}

.address dt {

	float:left;

	width:165px;

	margin-right:20px;

	padding:0 0 0 55px;

	background:none;

	font-size:1em;

	line-height:18px;

	background:url(images/address-icon1.png) no-repeat 0 3px;

}

.address dd {

	float:left;

	width:217px;

	padding:0 0 0 53px;

	background:url(images/address-icon2.png) no-repeat 0 3px;

}



	.address dd ul {

		list-style-type:none;

		padding:0;

		margin:0;

	}

		.address dd ul li {

			background:none;

			padding:0;

			margin:0;

			border:none;

		}

	.address dd span {

		float:left;

		width:100px;

	}

		.address dd a {text-decoration:underline;}

		.address dd a:hover {text-decoration:none;}



/* Google Map */

.google-map {margin-bottom:20px;}









/* VIDEO */

.video-wrap {

	margin-bottom: 10px;

	position:relative;

	zoom:1;

	}

	.video-wrap object {

		position:relative;

		z-index:2;

		}

	.video-bg {

		background-color:black;

		position:absolute;

		left:0;

		top:0;

		z-index:1;

		}



/* AUDIO */

.audio-wrapper {

   margin-bottom:1.5em;

}

.audio-desc {

	font-size:.91em;

	color:#999;

	padding:.5em 0 0 0;

	}

.audiojs audio { position: absolute; left: -1px; }

.audiojs { width: 460px; height: 36px; background: #404040; overflow: hidden; font-family: monospace; font-size: 12px;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));

	background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);

	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);

	-o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }

.audiojs .play-pause { width: 25px; height: 40px; padding: 4px 6px; margin: 0px; float: left; overflow: hidden; border-right: 1px solid #000; }

.audiojs p { display: none; width: 25px; height: 40px; margin: 0px; cursor: pointer; }

.audiojs .play { display: block; }

.audiojs .scrubber { position: relative; float: left; width: 280px; background: #5a5a5a; height: 14px; margin: 10px; border-top: 1px solid #3f3f3f; border-left: 0px; border-bottom: 0px; overflow: hidden; }

.audiojs .progress { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #ccc; z-index: 1;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));

	background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }

.audiojs .loaded { position: absolute; top: 0px; left: 0px; height: 14px; width: 0px; background: #000;

	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));

	background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }

.audiojs .time { float: left; height: 36px; line-height: 36px; margin: 0px 0px 0px 6px; padding: 0px 6px 0px 12px; border-left: 1px solid #000; color: #ddd; text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5); } 

.audiojs .time em { padding: 0px 2px 0px 0px; color: #f9f9f9; font-style: normal; }

.audiojs .time strong { padding: 0px 0px 0px 2px; font-weight: normal; }

.audiojs .error-message { float: left; display: none; margin: 0px 10px; height: 36px; width: 400px; overflow: hidden; line-height: 36px; white-space: nowrap; color: #fff;

	text-overflow: ellipsis; -o-text-overflow: ellipsis; -icab-text-overflow: ellipsis; -khtml-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -webkit-text-overflow: ellipsis; }

.audiojs .error-message a { color: #eee; text-decoration: none; padding-bottom: 1px; border-bottom: 1px solid #999; white-space: wrap; }



.audiojs .play { background: url(js/audiojs/player-graphics.gif) -2px -1px no-repeat; }

.audiojs .loading { background: url(js/audiojs/player-graphics.gif) -2px -31px no-repeat; }

.audiojs .error { background: url(js/audiojs/player-graphics.gif) -2px -61px no-repeat; }

.audiojs .pause { background: url(js/audiojs/player-graphics.gif) -2px -91px no-repeat; }



.playing .play, .playing .loading, .playing .error { display: none; }

.playing .pause { display: block; }



.loading .play, .loading .pause, .loading .error { display: none; }

.loading .loading { display: block; }



.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { display: none; }

.error .error { display: block; }

.error .play-pause p { cursor: auto; }

.error .error-message { display: block; }







/* Alert boxes

---------------------------------------- */

.alert-box, .wpcf7-response-output {

	padding:20px 20px 20px 90px !important;

	border-radius:5px;

	-moz-border-radius:5px;

	-webkit-border-radius:5px;

	font-size:.91em;

	line-height:1.4em;

	border:1px solid #dbdbdb;

	font-family:Arial, Helvetica, sans-serif;

	margin-bottom:15px;

	}

	.error-box, .wpcf7-mail-sent-ng {

		border-color:#ff9999;

		color:#c31b00;

		background:url(images/icons/alert/icon-error.png) no-repeat 20px 50% #ffcccc;

		}

	.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {

		border-color:#e6c555;

		color:#9e660d;

		background:url(images/icons/alert/icon-note.png) no-repeat 20px 50% #fdebae;

		}

	.notice-box {

		border-color:#68a2cf;

		color:#2e6093;

		background:url(images/icons/alert/icon-info.png) no-repeat 20px 50% #bfe4f9;

		}

	.approved-box, .wpcf7-mail-sent-ok {

		border-color:#a3c159;

		color:#5e6f33;

		background:url(images/icons/alert/icon-download.png) no-repeat 20px 50% #ccff99;

		}

	





/*---------------------------------------- 

				Forms

---------------------------------------- */

/* Form defaults */

input, select, textarea { 

	font-size:12px;

	line-height:18px;

	color:#8397a4;

	vertical-align:middle;

	font-weight:normal;

	border:none;

	outline:none;

}

input[type="text"], textarea {

	background:#eaeaec;

	border:1px solid #eaeaec;

	padding:8px 10px 8px 14px;

	width: 100%;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	resize:none;

	border-radius:0;

}

input[type="submit"], input[type="reset"] {

	position:relative;

	display:inline-block;

	padding:4px 14px 5px 14px;

	color:#fff;

	text-decoration:none;

	font-size:12px;

	line-height:18px;

	height:35px;

	font-weight:bold;

	cursor:pointer;

	margin-right:10px;

	background:url(images/bg-submit.gif) 0 0 repeat-x #136dbd;

	border-radius:3px;

	border:none;

	font-family:Arial, Helvetica, sans-serif;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

input[type="submit"]:hover, input[type="reset"]:hover {

	background-position:0 -200px;

	background-color:#136dbd;

}





/* Comment form */

#commentform {}

	#commentform a {

		color: #3a9ad9;

		font-weight:normal;

		text-decoration:underline;

		-webkit-transition: all 0.5s ease;

		-moz-transition: all 0.5s ease;

		-o-transition: all 0.5s ease;

		transition: all 0.5s ease;

	}

	#commentform a:hover {color: #fea401;}

		#commentform p.field {margin-bottom:10px;}

		#commentform p.area {margin-bottom:21px;}

	#commentform label {

		color:#8397a4;

	}

	#commentform input[type="text"] {

		width:56%;

		height:36px;

		line-height:17px;

	}

	#commentform textarea {

		width:87%;

		height:218px;

		overflow:auto;

	}









/* Contact form */

.wpcf7-form p.field {

	margin-bottom:9px;

	overflow:hidden;

	vertical-align:top;

	position:relative;

}

.wpcf7-form p.field input {height:36px;}

	.wpcf7-form p.field small {color:red;}

.wpcf7-form .input-file {

	width: 79px;

	height: 22px;

	background: url(images/btn-choose-file.gif) 0 0 no-repeat;

	display: block;

	overflow: hidden;

	cursor: pointer;

	position:relative;

}

.wpcf7-form input[type="file"] {

	position: relative;

	height: 100%;

	width: auto;

	opacity: 0;

	cursor: pointer;

	-moz-opacity: 0;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);

}

.wpcf7-form textarea {

	width:100%;

	height:255px;

	overflow:auto;

	margin-bottom:17px;

}

.wpcf7-form .submit-wrap {

	padding:0;

	margin:0;

}

	span.wpcf7-form-control-wrap {display:block;}

	.wpcf7-not-valid-tip {

		width:100% !important;

		position:absolute;

		left:0 !important;

		top:0 !important;

		padding:8px 0 8px 10px !important;

		background:#f3b7b7 !important;

		color:red !important;

		border:1px solid red !important;

		-webkit-box-sizing: border-box;

		-moz-box-sizing: border-box;

		box-sizing: border-box;

	}

	div.wpcf7-response-output {

		margin-left:0 !important;

		margin-right:0 !important;

	}











/* Sidebar search form */

#searchform {overflow:hidden;}

	#searchform .searching {

		width:220px;

		margin-right:10px;

		float:left;

		height:35px;

	}

	#searchform .submit {

		cursor:pointer;

		float:left;

		margin-right:0px;

	}







/* Fluid Columns */

.one_half{ width:48%; }

.one_third{ width:30.66%; }

.two_third{ width:65.33%; }

.one_fourth{ width:22%; }

.three_fourth{ width:74%; }

.one_fifth{ width:16.8%; }

.two_fifth{ width:37.6%; }

.three_fifth{ width:58.4%; }

.four_fifth{ width:79.2%; }

.one_sixth{ width:13.33%; }

.five_sixth{ width:82.67%; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{ position:relative; margin-right:4%; float:left; }

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





.fleft { float:left;}

.fright { float:right;}

.clear { clear:both;}



.wrapper { 

	width:100%;

	overflow:hidden;

}

.extra-wrap {

	overflow:hidden;

	}





/* Clear Floated Elements */

.clear {

	clear: both;

	display: block;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}



.clearfix:after {

	clear: both;

	content: ' ';

	display: block;

	font-size: 0;

	line-height: 0;

	visibility: hidden;

	width: 0;

	height: 0;

}



.clearfix {

	display: inline-block;

}



* html .clearfix {

	height: 1%;

}



.clearfix {

	display: block;

}

/* Cheri adding styles to the active side menu */
#sb_cl_pages_widget-2 {
}

.current_page_item {
	padding-left: 5px;
	background-image:url('images/marker-blue.png');
	background-size:3px 5px;
	background-repeat:no-repeat;
	background-position:0px 5px;
	color: #8AB716;

}

.iframe-bkg {
	background-color:#ffffff;
}

.reg {
	font-size:70%;
	color:inherit;
	position:relative;
	bottom:4px;
	
}
#displaycategorieswidget-2 li {
    margin-left: 10px;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */