@charset utf-8;
/*--
	Theme Name: theme1626
	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/ 
--*/

/* Add Google WebFonts */
@import url(http://fonts.googleapis.com/css?family=Squada+One);

/* General
---------------------------------------- */
html,
body {
	min-width:320px;
	height:100%;
	}
body{
	background:url(images/body-tail.jpg) center top repeat #eff4f6;
	color: #828282;
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	position:relative;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
.ie8 body {min-width:960px;}
ul li,ol li{
    color: #404040;
}
.bg {
	width:100%;
	background:url(images/bg-tail.html) center 0 repeat;
}
body.home .bg {border-top:1px solid #fff; padding:25px 0;}

.border-top {
	border-top:1px solid #fff;
	background:url(images/body-tail.jpg) center top repeat;
}

.border-bot {
	padding:0 0 37px;
	margin-bottom:30px;
	background:url(images/border-bot.gif) center 100% no-repeat;
}

#main {
	font-size:.75em;
	line-height:1.666em;
	min-height:100%;
	margin: 0 auto -78px; 
	position:relative;
	z-index:1;
	background:url(images/bg.jpg) 50% 0 no-repeat;
}
.block {height:78px;}



/* 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;
    color: #404040;
	}

img {
	max-width: 100%;
	height:auto;
	position:relative;
	}
.ie8 img {
	max-width: none !important;
	}

.link {
	background:url(images/marker-2.gif) 0 0 no-repeat;
    border-bottom: 1px solid #8cb76e;
    display: inline-block;
    height: 5px;
    margin: 5px 0 0 5px;
    overflow: hidden;
    padding-bottom: 2px;
    text-indent: -999em;
    width: 13px;
}	
.link:hover {border-bottom-color:transparent;}
.link-1 {
	display:inline-block;
	padding-left:7px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
	color:#718ec1;
	background:url(images/marker-2.gif) 0 -121px no-repeat;
}
.link-1:hover {
	color:#828282; 
	background-position:0 9px;
	text-decoration:underline;
}

.img-shadow {
	display:inline-block;
	padding:1px;
	background:#fff;
	box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	margin:3px;
	position:relative;
	border-radius:4px;
	overflow:hidden;
	float:left;
}
	.img-shadow img {border-radius:4px;}

.list-1 {margin:0 0 28px;}
.list-1 li {
		font-size:12px;
		line-height:15px;
		font-weight:bold;
		margin:0;
		padding:8px 0 7px 24px;
		background:url(images/marker-1.gif) 0 13px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#718ec1;
		text-decoration:none;
		-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
		     -moz-transition: all 0.3s ease-out;  /* FF4+ */
		      -ms-transition: all 0.3s ease-out;  /* IE10 */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		          transition: all 0.3s ease-out;
	}
	.list-1 li a:hover {color:#828282; text-decoration:underline;}

.list-2 ul {margin-bottom:0;}	
.list-2 ul li {
		font-size:12px;
		line-height:15px;
		font-weight:bold;
		margin:0;
		padding:8px 0 7px 24px;
		background:url(images/marker-1.gif) 0 13px no-repeat;
}
	.list-2 ul li > a {
		display:inline-block;
		color:#718ec1;
		text-decoration:none;
		-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
		     -moz-transition: all 0.3s ease-out;  /* FF4+ */
		      -ms-transition: all 0.3s ease-out;  /* IE10 */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		          transition: all 0.3s ease-out;
	}
	.list-2 ul li > a:hover {color:#828282; text-decoration:underline;}
	
.indent-left {padding-left:20px;}
.indent-right {padding-right:30px;}
.indent-bot {margin-bottom:30px;}
	
	

/* Selection colours (easy to forget) */
::selection 	 	{background: rgb(255,255,158);}
::-moz-selection 	{background: rgb(255,255,158);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,255,158);}



/* Header
---------------------------------------- */
#header {
	position:relative;
	z-index:99;
	padding-top:11px;
	background:url(images/header-border-top.gif) center top repeat-x;
}

.row-top {
	width:100%;
	border-top:1px solid #fff;
}

/* Logo */
#logo {position:relative; z-index:1;}
.logo {
	float:left;
	position:relative;
	padding:31px 0 0;
	margin-bottom:37px;
	}
	.logo h1,
	.logo h2 {
		font-family: 'Squada One', cursive;
		font-size:50px;
		font-weight:400;
		line-height:1.2;
		margin-bottom:0;
		}
		.logo h1 a,
		.logo h2 a {
			display:inline-block;
			color:#171717;
			background:url(images/logo-bg.jpg) 0 5px no-repeat;
			padding:0 0 20px 70px;
			text-decoration:none;
			}
.logo .tagline {
	font-size:12px;
	font-weight:bold;
	line-height:1.25;
	text-transform:capitalize;
	margin:-20px 0 0 74px;
	color:#444;
	text-shadow:1px 1px #fff;
	position:relative;
	z-index:2;
	}

.top-menu {
	float:right;
	padding:57px 0 0;
	font-family:Trebuchet MS, sans-serif;
	color:#b0c0d1;
}
	.top-menu a {
		font-weight:bold;
		text-decoration:none;
		color:#444;
		-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
		     -moz-transition: all 0.3s ease-out;  /* FF4+ */
		      -ms-transition: all 0.3s ease-out;  /* IE10 */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		          transition: all 0.3s ease-out;
	}
	.top-menu a:hover {
		text-decoration:underline;
		color:#718ec1;
	}
	.top-menu > a {margin:0 5px;}
	
/* Header widget */
#widget-header {
	text-align:right;
	float:right;
}
	.menu {float:left; margin:0 0 0 12px;}
	
.reg-list {float:right;}
	.reg-list a {display:inline-block; margin:0 2px;}

/* Social Networks */
#widget-header .social-networks {
	list-style-type:none;
	padding:0;
	margin:0;
	border:none;
	}
	#widget-header .social-networks li {
		display:inline;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#widget-header .social-networks li a {
			text-decoration:none;
			}
		#widget-header .social-networks li a:hover {
			text-decoration:none;
			}

/* 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;
}




/* Request a quote */
	.top-box {overflow:hidden;}
	.top-box p {margin-bottom:25px;}
	.top-box h2 {margin:0;}
	.box-text {
		width:100%;
		overflow:hidden;
		margin-bottom:20px;
	}
	.icon-holder {float:left; margin-right:10px;}



/* Slider
---------------------------------------- */
#slider-wrapper {
	width:100%;
	position:relative;
	z-index:1;
	margin-top:-35px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:url(images/slider-tail.gif) 50% 0 repeat-x #eaeef4;
	}
.slider-bg {
	width:100%;
	padding:53px 0 40px;
	background:url(images/slider-bg.jpg) 50% 0 no-repeat;
}
.flexslider-holder {
	/*height:435px;*/
	width:100%;
	background:url(images/loader.png) 50% 50% no-repeat;
}

.row-nav {
	border:1px solid #fff;
	box-shadow:0 0 2px #bbb;
	-moz-box-shadow:0 0 2px #bbb;
	-webkit-box-shadow:0 0 2px #bbb;
	background: #f3f6fa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjZmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f6fa 0%, #f1f3f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6fa), color-stop(100%,#f1f3f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* IE10+ */
	background: linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* W3C */
	-pie-background: linear-gradient(#f3f6fa, #f1f3f6);  /* IE6-8 */
	position:relative;
	border-radius:5px;
	margin:2px 0;
}




/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	float:left;
}

/* Essential styles for dropdown menu */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:				-999em;
	width:			113px; /* left offset of submenus need to match (see below) */
	padding:		10px 7px;
	background:url(images/menu-ul-tail.gif) 0 0 repeat-x #f1f3f6;
	border:1px solid #fff;
	box-shadow:0 0 3px #d9dce0;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.27);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.27);
	border-radius:6px;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:inline-block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			62px; /* match top ul list item height */
	z-index:	99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			-10px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu > li > a {
	font-size:13px;
	font-weight:bold;
	line-height:2;
	text-shadow: 0px 1px #fff;
	text-decoration:none;
	text-transform:capitalize;
	color:#444;
	background:url(images/menu-active.gif) 0 -999em no-repeat;
	padding:19px 30px 18px 29px;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover, 
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-page-ancestor > a  {
	color:#fff;
	text-shadow:0px 1px #4668b1;
	background-position:0 0;
	background-repeat:repeat-x;
	background-color:#6d8abd;
}
.sf-menu > li:first-child a {border-radius:5px 0 0 5px;}

.sf-menu li {	background:url(images/menu-spacer.gif) right 0px repeat-y; padding-right:2px;}
.sf-menu li li {
	background:url(images/menu-ul-border-top.gif) 0 0 repeat-x;
	padding:9px 0;
}
.sf-menu li li:first-child {background:none;}
.sf-menu li li a {
	padding:0 0 0 12px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	color:#444;
	text-shadow:1px 1px 0 #fff;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
}
.sf-menu li li.sfHover > a,
.sf-menu li li > a:hover, 
.sf-menu li li.current-menu-item > a,
.sf-menu li li.current-page-ancestor > a {color:#718ec1;}


/*** arrows **/
.sf-menu a.sf-with-ul {
	
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	left:				50%;
	top:				45px; /* IE6 only */
	margin-left:	-5px;
	width:			9px;
	height:			5px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.gif) no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
/* apply hovers to modern browsers */
.sf-menu > li.current-menu-item > a .sf-sub-indicator,
.sf-menu > li > a:hover > .sf-sub-indicator,
.sf-menu > li.sfHover > a > .sf-sub-indicator,
.sf-menu > li.current-page-ancestor > a > .sf-sub-indicator {
	background-position: 0px -13px; /* arrow hovers for modern browsers*/
}
.sf-menu li li .sf-sub-indicator {display:none;}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Navigation select styling */
select.mnav {
	border:1px solid #c8c8c8;
	background-color:#fff;
	display:none;
	width:100%;
	height:30px;
	padding:5px;
	cursor:pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

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

select.mnav option {
	padding:5px;
	cursor:pointer;
}

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




/* Top search */
#top-search {
	float:right;
	padding:15px 14px 0 0;
	position:relative;
	}
	#top-search form {
		width:225px;
		padding:2px 5px;
		border:1px solid #d8d8d8;
		box-shadow: inset 0px 0px 3px rgba(0,0,0,0.10);
		-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.10);
		-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.10);
		background:url(images/top-search-tail.png) 0 0 repeat;
		border-radius:7px;
		position:relative;
	}
	#top-search .input-search {
		width:200px;
		margin:0;
		border:none;
		background:url(images/top-search-tail.png) 0 0 repeat;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		border-radius:0;
		}
	#top-search #submit {
		cursor:pointer;
		margin:0;
		padding:0;
		width:11px;
		height:11px;
		background:url(images/search-icon.gif) 0 0 no-repeat #f8f9fb;
		box-shadow:none;
		border-radius:0;
		border:none !important;
		text-indent:-999em;
		overflow:hidden;
		position:absolute;
		top:10px;
		right:10px;
		}





/* Content
---------------------------------------- */
.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:48px 0 32px;
	}
body.home .primary_content_wrap {padding:32px 0 25px;}
	
#content {
	
}
#content.left {
	float:right !important;
	}




/* Comments
---------------------------------------- */
h3#comments {
	padding-top:25px;
	}
.commentlist {
	list-style-type:none;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	}
	li.comment {
		list-style-type:none;
		overflow:hidden;
		position:relative;
		padding:0;
		margin:0;
		background:none;
	}
	li.comment > div {padding-bottom:7px;}
		.odd {
			
		}
		.even {
			
		}
			li.comment .comment-body {
				padding:20px;
				position:relative;
				overflow:hidden;
				zoom:1;
				background:#f3f7f9;
				border:1px solid #fff;
				box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
				-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
				-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
				margin:3px;
				border-radius:4px;
				}
		.author-comment {
			
		}
		.comment-author {
			padding:0;
			}
		.comment-text {
			
		}
		.comment-meta {
			font-size:12px;
			line-height:20px;
			color:#718ec1;
			font-weight:bold;
			margin-bottom:10px;
		}
			li.comment .avatar {
				float:left;
				margin:3px 20px 3px 3px;
				border:1px solid #fff;
				vertical-align:top;
				overflow:hidden;
				box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
				border-radius:4px;
				}
				li.comment .avatar {
					display:block;
					vertical-align:top;
					overflow:hidden;
					}
				
				.commentlist ul.children {
					margin:0;
					padding:0px 0 0 20px;
					position:relative;
					overflow:hidden;
					}
					.commentlist ul.children li.comment {
						
						}
				
				.reply {
					text-align:right;
					}
					.reply a {
						display:inline-block;
						padding-left:7px;
						font-size:12px;
						font-weight:bold;
						line-height:20px;
						text-decoration:none;
						color:#718ec1;
						background:url(images/marker-2.gif) 0 -121px no-repeat;
						}
					.reply a:hover {
						color:#828282; 
						background-position:0 9px;
						text-decoration:underline;
						}
				
				
		.waiting-for-approval {
			
		}
	#trackbacks {
		
	}
		li.trackback {
			
		}
	p#no-comments {
		
	}
	#comments-form {
		
	}
	
	.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;
			}
		#respond {
			padding:15px 0 0 0;
			position:relative;
			overflow:hidden;
		}
		.cancel-comment-reply {
			
		}





/* Post
---------------------------------------- */
.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}


.post-holder {
	padding-bottom:28px;
	margin-bottom:28px;
	background:url(images/hr.gif) 0 100% repeat-x;
	position:relative;
	overflow:hidden;
	}

/* Post header */
.post-holder .entry-header h2 {
	margin-bottom:.2em;
	}
.post-holder.single-post {
	margin-bottom:30px;
	overflow:hidden;
	width:100%;
	}

/* Featured thumbnail */
.post-thumb {
	float:left;
	margin:3px 20px 3px 3px;
	background: none repeat scroll 0 0 #FFFFFF;
    box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
    padding: 1px;
	position:relative;
	border-radius:4px;
	overflow:hidden;
	}
	.post-thumb  img {border-radius:4px;}
	
	/* Large thumbnail */
	.post-thumb.large {
		margin-right:3px;
		float:none;
		overflow:hidden;
		margin-bottom:1.5em;
		}
	.post-thumb.large .img-wrap {
		float:none;
		display:block;
		overflow:hidden;
		}
	.post-thumb.large img {
		width:100% !important;
		height:auto !important;
	}

/* Post content */
.post-content {
}
	.post-content .excerpt {
		margin-bottom:1.5em;
		}
	.pagination {
		
	}
		.pagination a {
			display:inline-block;
			padding:0 5px;
			background:#eee;
			}
			
.entry-header {overflow:hidden; width:100%;}

/* Post footer */
.post-holder footer {
	clear:both;
	padding:15px 0 0 0;
	}
.post-holder.single-post footer {
	margin-top:20px;
	}
		

/* Meta information for post */
.post-meta {
	position:relative;
	margin-bottom:10px;
	}
	
.post-meta time 	{
		color: #828282;
		display:inline-block;
		float: left;
		margin: 0px 10px 0 0;
		padding-left:20px;
		background:url(images/time-bg2.png) 0 4px no-repeat;
	}
	.post-meta a[rel="author"] 	{
		color: #828282;
		display:inline-block;
		float: left;
		text-decoration:none;
		margin: 0px 10px 0 0;
		padding-left:20px;
		background:url(images/author-bg.png) 0 4px no-repeat;
	}
	.post-meta a[rel="author"]:hover,
	.post-meta .comments-link:hover	{text-decoration:underline;}
	.post-meta h3 {overflow:hidden; margin:0; }
	.post-meta .comments-link {
		display:inline-block;
		text-decoration:none;
		color: #828282;
		background:url(images/comment-bg.png) 0 4px no-repeat;
		float:left;
		margin-right:10px;
		padding-left:20px;
	}
	
	.post-navigation {
		
	}
	
p.gravatar {
	float:left;
	margin-right:20px;
	}


/* Post edit link */
.post-edit-link {
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:2px 7px;
	background:#000;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	}
.post-edit-link:hover {
	background:#666;
	}


/* Image styling */
.alignleft {
	float:left;
	margin:0 9px 15px 0;
	}
.alignright {
	float:right;
	}
.aligncenter {
	text-align:center;
	margin:0 auto;
	}
.alignnone {
	margin:3px 3px 10px 3px;
	padding:1px;
	background:#fff;
	box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	position:relative;
	}
article .post-content img {
	max-width:710px;
	}

.frame {
	padding:1px;
	background:#fff;
	display:block;
	margin:6px 20px 10px 3px;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	}
	.frame img.alignleft,
	.frame img.alignright,
	.frame img.alignnone{
		margin:0;
		padding:0;
		border:none;
		border-radius:4px;
		}
	.frame.alignleft img,
	.frame.alignright img,
	.frame.alignnone img	{
		width:100% !important;
		height:auto !important;
		}



/* Page Navigaton (wp-pagenavi) */
.wp-pagenavi {
	clear: both;
	overflow:hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#828282;
	text-decoration:none;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:3px;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#718ec1;
}
.wp-pagenavi .pages {
	float:right;
	border:none;
	}
	
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last  {
	display:inline-block;
	padding:0 15px;
	margin:1px 15px 15pxpx 2px;
	font-size:12px;
	line-height:33px;
	font-weight:bold;
	text-shadow:1px 1px #4466b0;
	text-transform:capitalize;
	text-decoration:none;
	border-radius:5px;
	box-shadow:0 1px 3px #b7babb;
	color:#fff;
	background: #94aadd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0YWFkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzhiYTJkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzc2OTJjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZThhYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #94aadd 0%, #8ba2d5 29%, #7692c5 74%, #6e8abd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94aadd), color-stop(29%,#8ba2d5), color-stop(74%,#7692c5), color-stop(100%,#6e8abd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #94aadd 0%,#8ba2d5 29%,#7692c5 74%,#6e8abd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #94aadd 0%,#8ba2d5 29%,#7692c5 74%,#6e8abd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #94aadd 0%,#8ba2d5 29%,#7692c5 74%,#6e8abd 100%); /* IE10+ */
	background: linear-gradient(top,  #94aadd 0%,#8ba2d5 29%,#7692c5 74%,#6e8abd 100%); /* W3C */
	-pie-background: linear-gradient(#94aadd, #6e8abd); /* IE6-8 */
	border:1px solid transparent;
	position:relative;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover  {
		text-shadow:none;
		color:#828282;
		border-color:#fff;
		background: #f3f6fa; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjZmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #f3f6fa 0%, #f1f3f6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6fa), color-stop(100%,#f1f3f6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* IE10+ */
		background: linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* W3C */
		-pie-background: linear-gradient(#f3f6fa, #f1f3f6); /* IE6-8 */
}


/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	margin-bottom:1.5em;
}
	.older {
		float:left;
	}
	.newer {
		float:right;
	}



/* Author
---------------------------------------- */
#post-author {
	overflow:hidden;
	border:1px solid #dbdbdb;
	padding:20px;
	margin-bottom:2em;
	}
#author-link {
	margin-top:1.5em;
	}
	#post-author .gravatar {
		margin:0 20px 0 0;
		}
	#post-author .gravatar img {
		background:#fff;
		border:1px solid #dbdbdb;
		padding:5px;
		}
#author-description {
	
	}

/* Recent author posts */
#recent-author-posts {
	margin-bottom:3em;
}

/* Recent author comments */
#recent-author-comments {
	
}

.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
	border-bottom:1px solid #eee;
}
	.author-info .avatar {
		margin:0 20px 0 0;
		}
		.author-info .avatar img {
			float:left;
			background:#fff;
			padding:3px;
			border:1px solid #dbdbdb;
			position:relative;
			border-radius:4px;
			}

.author-meta {
	margin-bottom:20px;
	overflow:hidden;
	width:100%;
	}
	.author-meta p.gravatar {
		margin:0;
		}




/* 404
---------------------------------------- */
#error404 {
	padding:30px 0 0 0;
}
	.error404-num {
		font-size:250px;
		line-height:1.2em;
		color:#6884c2;
		text-align:center;
		}
	#error404 hgroup {
		margin:0 0 2em 0;
		padding-top:50px;
		}
		#error404 hgroup h1 {
			font-size:3em;
			margin-bottom:.2em;
			}





/* Portfolio
---------------------------------------- */
.latestwork {
	width:100%;
	overflow:hidden;
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.latestwork li {
		float:left;
		margin-right:20px;
		}


/* Header Title */
.header-title {
	margin-bottom:20px;
	}
	.header-title h1 {
		margin-bottom:0;
		}
	.header-title .page-desc {
		font-size:.91em;
		color:#999;
		}



/* Default layout 3 columns */
	#gallery .portfolio {
		width:100%;
		overflow:hidden;
		list-style-type:none;
		padding:0;
		margin:0;
		}
		#gallery .portfolio li {
			display:-moz-inline-box;
			display:inline-block;
			zoom:1;
			vertical-align:top; 
			width:306px;
			margin:0 7px 15px 0;
			padding:0;
			position:relative;
			}
		* + html #gallery .portfolio li {
			display:inline;
			}
		#gallery .portfolio li.nomargin {
			margin-right:0 !important;
			}
			#gallery .portfolio li a.image-wrap {
				display:block;
				overflow:hidden;
				width:296px;
				height:184px;
				padding:1px;
				margin:3px;
				position:relative;		
				border-radius:4px;
				-moz-border-radius:4px;
				-webkit-border-radius:4px;				
				box-shadow:-1px -1px 1px #ccc, -1px 1px 1px #ccc, 1px -1px 1px #ccc, 1px 1px 1px #ccc;
				-moz-box-shadow:-1px -1px 1px #ccc, -1px 1px 1px #ccc, 1px -1px 1px #ccc, 1px 1px 1px #ccc;
				-webkit-box-shadow:-1px -1px 1px #ccc, -1px 1px 1px #ccc, 1px -1px 1px #ccc, 1px 1px 1px #ccc;
				background:#fff url(images/loader.png) 50% 50% no-repeat;
				-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
				     -moz-transition: all 0.3s ease-out;  /* FF4+ */
				      -ms-transition: all 0.3s ease-out;  /* IE10 */
				       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
				          transition: all 0.3s ease-out;
				}
				#gallery .portfolio li a.image-wrap img {
					float:left;
					border-radius:4px;
					-moz-border-radius:4px;
					-webkit-border-radius:4px;
					overflow:hidden;
					}
			
			#gallery .portfolio .folio-desc {
				margin-bottom:0;
				padding:1.5em 0 0 3px;
				}
			#gallery .portfolio p.excerpt {
				padding:0;
				}
			
			.zoom-icon {
				display:block;
				position:absolute;
				left:1px;
				top:1px;
				right:1px;
				bottom:1px;
				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:4px;
				-moz-border-radius:4px;
				-webkit-border-radius:4px;
				}
			.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:25px;
				height:26px;
				margin:-13px 0 0 -13px;
				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;
	}
	#gallery.one_column .portfolio li a.image-wrap {
		width:536px;
		height:314px;
		float:left;
		margin-right:20px;
		}
		#gallery.one_column .folio-desc {
			overflow:hidden;
			padding:0;
			}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:466px;
	margin-right:4px;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:456px;
		height:274px;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:226px;
	margin-right:8px;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:216px;
		height:134px;
		}


/* Sidebar
---------------------------------------- */
#sidebar {
	
}
	#widget-sidebar {
		
	}
		.widget {
			padding-bottom:20px;
			margin-bottom:30px;
			background:url(images/hr.gif) 0 100% repeat-x;
			overflow:hidden;
		}
		.widget.last-item {padding:0; margin:0; background:none;}
	

/* Calendar */
#calendar_wrap {
	padding:0;
	}
	#wp-calendar {
		width:100%;
		}
		#wp-calendar caption {
			text-align:center;
			}
		#wp-calendar td {
			text-align:center;
			padding:6px 0;
			border:none;
			}
		#wp-calendar caption {
			font-size:16px;
			color:#000;
			font-weight:bold;
			padding:4px 0;
			margin-bottom:5px;
			}
		#wp-calendar thead th {
			padding:7px 0;
			font-size:14px;
			color:#718EC1;
			text-align:center;
			}
		#wp-calendar #prev {
			text-align:left;
			}
		#wp-calendar #next {
			text-align:right;
			}



/* FAQs
---------------------------------------- */
.faq_list {
	margin:0;
	}
	.faq_list dt {
		color:#718EC1;
		position:relative;
		padding:0 0 5px 28px;
		font-size:12px;
		line-height:1.25;
		font-weight:bold;
		text-transform:uppercase;
		margin:0;
		background:none;
		}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-size:15px;
		color:#333;
		font-weight:bold;
		}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
		}
		.faq_list dd .marker {
			top:3px;
			}



/* Custom widgets
---------------------------------------- */


/* Recent Comments */
ul.recentcomments {
	padding:0;
	margin:0;
	}
	ul.recentcomments li {
		border-top:1px solid #c6c6c6;
		padding:25px 0 25px 0;
		margin:0;
		border-bottom:none;
		background:none;
		overflow:hidden;
		list-style-type:none;
		}
	ul.recentcomments li:first-child {
		padding-top:0;
		border-top:none;
		}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			}
		ul.recentcomments .comment-body {
			padding:15px 0 0 0;
			}
			ul.recentcomments .comment-body a {
				text-decoration:none;
				color:#96999d;
				}
			ul.recentcomments .comment-body a:hover {
				color:#000;
				text-decoration:underline;
				}
		ul.recentcomments li h4 {
			margin-bottom:.1em;
			}
			ul.recentcomments li h4 a {
				text-decoration:none;
				}
			ul.recentcomments li h4 a:hover {
				color:#000;
				}
		ul.recentcomments li small {
			font-size:11px;
			color:#6a6a6a;
			}

/* Posts Type widget */
.post_list {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.post_list li {
		overflow:hidden;
		padding:12px 0 11px;
		margin:0;
		}
	.post_list li:first-child {
		border-top:none !important;
		padding-top:0;
		}
	.post_list li.last	{border-bottom:none !important;}
		.post_list li img {
			float:left;
			margin:0 15px 0 0;
			}
			
.post_list.services li {
		font-size:12px;
		line-height:15px;
		padding:7px 0 8px 24px;
		background:url(images/marker-1.gif) 0 12px no-repeat;
}
	.post_list.services li .post-title {
		display:inline-block;
		color:#718ec1;
		text-decoration:none;		
		-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
		     -moz-transition: all 0.3s ease-out;  /* FF4+ */
		      -ms-transition: all 0.3s ease-out;  /* IE10 */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		          transition: all 0.3s ease-out;
	}
	.post_list.services li .post-title:hover {color:#828282; text-decoration:underline;}
	
.post_list.decorate li {padding:0; border:none;}
.post_list.decorate .post-title {
	display:inline-block;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#718ec1;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:10px;
}
.post_list.decorate .post-title:hover {color:#828282; text-decoration:underline;}
.post_list.decorate figure {margin-bottom:10px; overflow:hidden;}
.post_list.decorate img {float:none; margin:0;}
.post_list.decorate .post_content {margin-bottom:15px;}


/* Popular posts */
.popular-posts {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	.popular-posts li {
		overflow:hidden;
		margin:0 0 2em 0;
		list-style-type:none;
		padding:0;
		}
		.popular-posts li .post-thumb {
			float:left;
			margin-right:20px;
			width:100px;
			height:100px;
			overflow:hidden;
			padding:1px;
			border:1px solid #dbdbdb;
			}
		.popular-posts li .post-thumb.empty-thumb {
			background:url(images/empty_thumb.gif) no-repeat 50% 50% #ececec;
			}
		.popular-posts li h5 {
			font-size:1em;
			margin-bottom:.5em;
			}
		.popular-posts li .excerpt {
			margin-bottom:.8em;
			}


/*
	Load CSS before JavaScript
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	width:270px;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container .item {
	width:270px;
	height:170px;
	display:block;
}

/*
	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;
}

/* Carousel widget */
.es-carousel-wrapper{
	background: #101010;
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel{
	overflow:hidden;
	background:#000;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
	list-style-type:none;
	padding:0;
	margin:0;
	color:#fff;
}
.es-carousel ul li .thumbnail{
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/nav.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-carousel ul li h4 {
	margin-bottom:.5em;
	}
.es-carousel ul li .excerpt {
	margin-bottom:10px;
	}
.es-nav span.es-nav-next{
	right:12px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}				
				
				

/* Testimonials */
.testimonials {
	padding:0;
	margin:0;
	}
	.testimonials div.testi_item {
		padding:0;
		margin:0 0 2em 0;
		background:none;
		}
		.name-testi {
			padding:15px 0 0;
			font-weight:bold;
			display:block;
			color:#718ec1;
			font-style:normal;
			font-size:12px;
			line-height:20px;
			font-family:Arial, Helvetica, sans-serif;
			}
			.name-testi.single-testi {text-align:right;}
			.name-testi span {text-transform:uppercase;}
			.name-testi a {
				font-weight:normal;
				}
		.testimonials .thumb {
			float:left;
			margin-right:20px;
			}
		.testimonials div.testi_item blockquote {
			border:1px solid #fff;
			padding:15px 18px 15px 20px;
			margin:3px 3px 20px 3px;
			background:#f3f7f9;
			box-shadow:0 0 3px #ccc;
			-mox-box-shadow:0 0 3px #ccc;
			-webkit-box-shadow:0 0 3px #ccc;
			position:relative;
			}
		.testimonials div.testi_item blockquote:after {
			display:block;
			content:'';
			width:19px;
			height:12px;
			background:url(images/testi-marker.png) 0 0 no-repeat;
			position:absolute;
			left:17px;
			bottom:-12px;
			z-index:99;
		}
			.testimonials div.testi_item blockquote a {
				text-decoration:none;
				color:#718ec1;
				font-style:italic;
				}
			.testimonials div.testi_item blockquote a:hover {text-decoration:underline;}
			.testimonials div.testi_item blockquote a:after {content:"\"";}
			.testimonials div.testi_item blockquote a:before {content:"\"";}

/* Misc for Cycle widgets */
#testi-cycle .testi_item {
	display:none;
	}
#testi-cycle .testi_item:first {
	display:block;
	}
#testi-controls {
	text-align:center;
	overflow:hidden;
	}
	#testi-controls ul {
		list-style-type:none;
		margin:0;
		padding:0;
		}
		#testi-controls ul li {
			padding:0;
			margin:0 2px 0 0;
			display:inline-block;
			}
		* + html #testi-controls ul li {
			display:inline;
			zoom:1;
			}


/* Recent Posts */
.latestpost {
	list-style-type:none;
	margin:0 0 28px 0;
	padding:0;
	}
	.latestpost li {
		margin:0;
		padding:18px 0 !important;
		list-style-type:none;
		background:url(images/border-1.gif) 0 0 repeat-x !important;
		font-weight:normal !important;
		line-height:20px !important;
		}
	.latestpost li:first-child {padding-top:0 !important; background:none !important;}
	.latestpost li p {margin-bottom:12px;}
	
		.latestpost li time {
			display:block;
			float:left;
			margin:5px 10px 0 0;
			font-size:12px;
			font-weight:bold;
			line-height:14px;
			color:#353535;
			text-shadow: 1px 1px #fff;
			text-align:center;
			text-transform:uppercase;
		}
		.latestpost li time span {
			display:block;
			width:32px;
			height:30px;
			text-align:center;
			font-size:13px;
			line-height:33px;
			padding:3px 0 0;
			background:url(images/time-bg.png) 0 0 no-repeat;
			overflow:hidden;
		}
		.latestpost li h4 {
			font-size:12px;
			font-weight:bold;
			line-height:20px;
			text-transform:uppercase;
			margin-bottom:5px;
			overflow:hidden;
			}
		.latestpost li h4 a { 
			color:#828282; 
			text-decoration:none;
			-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
			     -moz-transition: all 0.3s ease-out;  /* FF4+ */
			      -ms-transition: all 0.3s ease-out;  /* IE10 */
			       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
			          transition: all 0.3s ease-out;
		}
		.latestpost li h4 a:hover {color:#718ec1;}
		.latestpost li .excerpt {
			margin-bottom:15px;
			overflow:hidden;
			}

#recentcomments li a {background:none;}

/* Twitter widget */
.twitter_update_list {
	overflow:hidden;
	}
.twitter ul li {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0 0 0 37px;
	background:url(images/twitter-icon.png) no-repeat 0 0;
	}
	.twitter ul li .twitt-body {
		padding:0 0 5px 0;
		}
	.twitter ul li .twitt-body a {
		font-weight:bold;
		}
	.twitter ul li a.timesince {
		font-size:11px;
		}
.twitter .profileLink {
	
	}


/* Flickr widget */
.flickrImages {
	overflow:hidden;
	position:relative;
}
.flickrImages a {
	float:left;
	display:block;
	width:75px;
	height:75px;
	background:#000;
	margin:0 1px 1px 0;
	}
.flickrImages a img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	max-width:100%;
	height:auto;
}
.flickrImages a.link {
	display:inline;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	background:none;
	}

/* 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;
		}
		.banners-holder li img {
			vertical-align:top;
			float:left;
			}



/* Testimonials
---------------------------------------- */

/* Testimonials list */
article.testimonial {
    border: none;
    padding: 30px 30px 30px 70px;
    width: auto;
    background: url(images/quotes.png) no-repeat 0 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 35px;
	}
	article.testimonial .name-testi {
		display:block;
		text-align:right;
		font-style:normal;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:1.2em;
		}
		article.testimonial .name-testi span {text-transform:uppercase;}
		article.testimonial .name-testi a {
			text-decoration:none;
			}
		article.testimonial .name-testi a:hover {
			text-decoration:underline;
			}


/* Single Testimonial */
blockquote.testi-single {
	font-family:Georgia, "Times New Roman", Times, serif;
	border:none;
	padding:30px 30px 30px 235px;
	width:auto;
	background:url(images/quotes.png) no-repeat 170px 20px;
	font-size:14px;
	line-height:1.5em;
	font-style:italic;
	margin:0 0 2em 0;
	position:relative;
	}
	blockquote.testi-single p {
		margin:0 0 1em 0;
		padding:0;
		}
		.testi-pic {
			position:absolute;
			left:10px;
			top:10px;
			}
			.testi-pic img {
				padding:1px;
				background:#fff;
				box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
				-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
				-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
				position:relative;
				border-radius:4px;
				overflow:hidden;
			}





/* Shortcodes
---------------------------------------- */

/* Recent Posts */
.recent-posts {
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	border:none;
	}
	.recent-posts li {
		margin:0 0 20px 0;
		padding:0;
		border:none;
		list-style-type:none;
		}
		.recent-posts li img.thumb {
			float:left;
			margin:0 20px 0 0;
			}
		.recent-posts li h5 {
			font-size:1em;
			margin-bottom:0;
			}
		.recent-posts li .excerpt {
			margin-bottom:1.5em;
			}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:.5em;
			font-size:10px;
			color:#888;
			text-transform:uppercase;
			}


/* Our team */
.recent-posts.team {
	margin:0;
	padding:0;
	}
	.recent-posts.team li {
		float:left;
		width:15.5%;
		overflow:hidden;
		margin:0 0 0 1.4%;
		}
		.recent-posts.team li:first-child {
			margin-left:0;
			}
		.recent-posts.team li > a.img-thumb {
			display:block;
			overflow:hidden;
		}
		.recent-posts.team li .thumb-wrap {
			overflow:hidden;
			margin:3px;
			padding:1px;
			background:#fff;
			box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
			-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
			-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
			position:relative;
			border-radius:4px;
			}
		.recent-posts.team li h3 {padding-top:10px; margin-bottom:3px;}
		.recent-posts.team li img.thumb {height:auto; margin:0; border-radius:4px;}

/* Services */
.recent-posts.services {
	list-style-type:none;
	padding:1.5em 0 0 0;
	margin:0 0 -30px 0;
	overflow:hidden;
	}
	.recent-posts.services li {
		float:left;
		width:45%;
		margin:0 5% 30px 0;
		background:none;
		padding:0;
		}
	.recent-posts.services li:nth-child(2n) {
		margin-right:0;
		}
	.recent-posts.services li.nomargin{
		margin-right:0;
		}
		.recent-posts.services li img.thumb {
			margin-right:3px;
			}
		.recent-posts.services li h3 {
			padding-top:8px;
			}
			.recent-posts.services li h3 a {
				color:#191919;
				}


/* Researches */
.recent-posts.researches li {margin:0 0 35px;}
.recent-posts.researches li .thumb-wrap {
	overflow:hidden;
	float:left;
	margin:3px 20px 3px 3px;
	padding:1px;
	background:#fff;
	box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
	position:relative;
	border-radius:4px;
}
.recent-posts.researches li .excerpt {margin-bottom:10px;}
	.recent-posts.researches li img.thumb {height:auto; margin:0; border-radius:4px;}
	
/* Our team */
.recent-posts.research-solutions{
	margin:0;
	padding:0;
	}
	.recent-posts.research-solutions li {
		float:left;
		width:23.5%;
		overflow:hidden;
		margin:0 0 0 2%;
		}
		.recent-posts.research-solutions li:first-child {
			margin-left:0;
			}
		.recent-posts.research-solutions li > a.img-thumb {
			display:block;
			overflow:hidden;
		}
		.recent-posts.research-solutions li .thumb-wrap {
			overflow:hidden;
			margin:3px;
			border:1px solid #fff;
			box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
			-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
			-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
			position:relative;
			border-radius:4px;
			}
		.recent-posts.research-solutions li h3 {padding-top:10px; margin-bottom:3px;}
		.recent-posts.research-solutions li img.thumb {height:auto; width:100%; margin:0; border-radius:4px;}

/* Tags */
.tags-cloud a, .tagcloud a {
	display:inline-block;
	background:#718EC1;
	padding:2px 7px;
	border-radius:3px;
	text-decoration:none;
	color:#fff;
	margin:0 1px 4px 0;
	font-size:11px !important;
	box-shadow:1px 1px 0 rgba(0, 0, 0, .2);
	line-height:1.5em;
	vertical-align:top;
	position:relative;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
	}
.tags-cloud a:hover, .tagcloud a:hover {
	background:#828282;
	}


/* 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 {
	font-size:.75em;
	line-height:1.666em;
	border-top:1px solid #fff;
	background:url(images/footer-tail.gif) center bottom repeat-x;
	padding:0 0 7px;
	height:70px;
	position:relative;
	z-index:2;
}
.footer-bg {
	width:100%;
	padding:24px 0 15px;
	background:url(images/footer-bg.gif) 50% 0 repeat-x #eaeef4;
}
	
	/* Footer widget */
	#widget-footer {
		float:left;
	}
	
	#widget-footer .social-networks {margin:0;}
	#widget-footer .social-networks li {
		list-style-type:none;
		margin:0;
		float:left;
		padding:0 7px 0 9px;
		background:url(images/social-spacer.gif) 0 6px no-repeat;
		}
	#widget-footer .social-networks li:first-child {background:none;}
	
	/* Footer navigation */
	nav.footer {

	}
		nav.footer ul {
			margin:0;
			padding:10px 0 0;
			}
			nav.footer ul li {
				list-style-type:none;
				display:inline;
				padding:0 15px 0 0;
				margin:0;
				}
	
	/* Copyright */
	#copyright {
			float:left;
            margin-left: 10%;
		}
	
	/* Footer text */
	#footer-text {

		}
	#footer a {text-decoration:none; color:#828282;}
	#footer a:hover {color:#718ec1; text-decoration:underline;}
	


/* Misc
---------------------------------------- */
.button {
	display:inline-block;
	padding:0 15px;
	margin:1px 2px 3px;
	font-size:12px;
	line-height:33px;
	font-weight:bold;
	text-shadow:1px 1px #4466b0;
	text-transform:capitalize;
	text-decoration:none;
	border-radius:5px;
	box-shadow:0 1px 3px #b7babb;
	color:#fff;
	background: #94aadd; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0YWFkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzhiYTJkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iIzc2OTJjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZThhYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #94aadd 0%, #8ba2d5 29%, #7692c5 74%, #6e8abd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94aadd), color-stop(29%,#8ba2d5), color-stop(74%,#7692c5), color-stop(100%,#6e8abd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #94aadd 0%,#8ba2d5 29%,#7692c5 74%,#6e8abd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #94aadd 0%,#8ba2d5 29%,#7692c5 74%,#6e8abd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #94aadd 0%,#8ba2d5 29%,#7692c5 74%,#6e8abd 100%); /* IE10+ */
	background: linear-gradient(top,  #94aadd 0%,#8ba2d5 29%,#7692c5 74%,#6e8abd 100%); /* W3C */
	-pie-background: linear-gradient(#94aadd, #6e8abd); /* IE6-8 */
	border:1px solid transparent;
	}
	.button:hover {
		text-shadow:none;
		color:#828282;
		border-color:#fff;
		background: #f3f6fa; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjZmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #f3f6fa 0%, #f1f3f6 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6fa), color-stop(100%,#f1f3f6)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* IE10+ */
		background: linear-gradient(top,  #f3f6fa 0%,#f1f3f6 100%); /* W3C */
		-pie-background: linear-gradient(#f3f6fa, #f1f3f6); /* IE6-8 */
}

/* Back to Top */
#back-top-wrapper {
  width:100%;
  position:absolute;
  overflow:hidden;
  height:65px;
}
#back-top {
	position: fixed;
	bottom: 60px;
	left:50%;
	margin-left:500px !important;
	margin-bottom:0;
	display:none;
}

#back-top a {
	width: 58px;
	height:58px;
	display: block;
	text-align: center;
	font-family: 'Squada One', cursive;
	font-size:18px;
	font-weight:400;
	line-height:58px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-shadow:0 0 2px #666;
	color: #000;
	background:#f3f5f9;
	border:1px solid #fff;
	border-radius:3px;
	box-shadow: 0px 0px 3px #ccc;
	-webkit-transition: all 0.3s ease-out;    /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	      -ms-transition: all 0.3s ease-out;  /* IE10 */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
}
#back-top a:hover {
	color:#fff;
	background:#6884c2;
	border-color:#6884c2;
	text-shadow:none;
}

.no-results {
	
}
.featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
	}
	.featured-thumbnail {
		background: none repeat scroll 0 0 #FFFFFF;
		box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
		-moz-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
		-webkit-box-shadow:-1px -1px 1px #ddd, -1px 1px 1px #ddd, 1px -1px 1px #ddd, 1px 1px 1px #ddd;
		float: left;
		margin: 3px 20px 3px 3px;
		padding: 1px;
		position:relative;
		overflow:hidden;
		border-radius:4px;
		}
	.featured-thumbnail img {border-radius:4px;}


/* Tabs */
.tabs {
    margin: 1px 0 20px 0;
}

.tabs .tab-wrapper {
    border: 1px solid #dddddd;
    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    margin: -1px 0 0 0;
}

.tabs .tab-menu ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs .tab-menu a {
    background-color: #fafafa;
    border: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #aaaaaa;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}

.tabs .tab-menu a:hover {
    background-color: #f2f2f2;
    color: #666666;
}

.tabs .tab-menu a.active {
    border-bottom: none;
    padding: 8px 20px 9px 20px;
}

.tabs .tab {
	background-color: #fafafa;
	border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    padding: 20px;
    background-color: #fff;
}





/* Toggle */
.toggle {
    padding: 0 0 2px 0;
}
.toggle .trigger1 {
	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 .trigger1 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 .trigger1: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;
	font-size:4em;
	line-height:1em;
	margin:0 10px 0 0;
	text-transform:uppercase;
	}

.widget-area {
	
}

.hr {
	height:2px;
	background:url(images/hr.gif) 0 0 repeat-x;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0px 25px !important;
	}
.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;
	}
.spacer {
	height:10px;
	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:1.75em;
	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;
			list-style-type:none;
			}
	.address dd span {
		float:left;
		width:100px;
		}
		.address dd a {
			text-decoration:underline;
			}
		.address dd a:hover {
			text-decoration:none;
			}





/* 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 {height:16px;}
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	border:1px solid #dbdbdb;
	outline:none;
	color:#969696;
}
input[type="text"], textarea {
	border:1px solid #d8d8d8;
	padding:5px;
	border-radius:6px;
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.10);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.10);
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.10);
	}
input[type="submit"], input[type="reset"] {
	position:relative;
	display:inline-block;
	padding:0 15px;
	height:35px;
	margin:1px 15px 3px 2px;
	font-size:12px;
	line-height:33px;
	font-weight:bold;
	text-shadow:1px 1px #4466b0;
	text-transform:capitalize;
	text-decoration:none;
	border-radius:5px;
	box-shadow:0 1px 3px #b7babb;
	color:#fff;
	background:url(images/button-tail.png) 0 0 repeat-x #6e8abd;
	border:1px solid transparent;
	}
input[type="submit"]:hover, input[type="reset"]:hover {
	text-shadow:none;
		color:#828282;
		border-color:#fff;
		background-position:0 100%;
		background-color:#f1f3f6;
	}


/* Comment form */
#commentform {
	
	}
	#commentform p.field {
		margin-bottom:5px;
		}
		#commentform small {
			color:#8b8b8b;
			}
	#commentform label {
		display:block;
		}
	#commentform input[type="text"] {
		width:289px;
		}
	#commentform textarea {
		width:498px;
		max-width:498px;
		min-width:498px;
		height:188px;
		min-height:188px;
		overflow-y:auto;
		overflow-x:hidden;
		}




/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
	}
.wpcf7-form p.field input {
	width:290px;
	}
	.wpcf7-form p.field small {
		color:red;
		}
.wpcf7-form textarea {
	width:290px;
	max-width:290px;
	min-width:290px;
	height:255px;
	min-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:290px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:5px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
		height:16px !important;
		line-height:16px !important;
		border-radius:4px !important;
		}
	div.wpcf7-response-output {
		margin-left:0 !important;
		margin-right:0 !important;
		}





/* Sidebar search form */
#searchform {
	
	}
#searchform .searching {
	width:133px;
	margin-right:5px;
	padding:6px 5px;
	}
#searchform .submit {
	cursor:pointer;
	padding-left:0;
	padding-right:0;
	margin:0;
	width:60px;
	height:30px;
	line-height:25px;
	text-align:center;
	}



/* 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;
}


.fsSocialAutofill{display: none;}
body .fsForm input[type=text], body .fsForm input[type=email], body .fsForm input[type=tel],  body .fsForm textarea{width: 100%; border: 1px solid #ccc; padding: 5px; border-radius: 3px;}
body .fsForm .fsFieldHorizontal{width: 100%;}
body .fsForm .field-auto-capture, #fsRow2983693-1, #fsRow2983693-2{display: none;}
.flexslider-holder #fsRow2983693-3, .flexslider-holder #fsRow2983693-4, .flexslider-holder #fsRow2983693-5, .flexslider-holder #fsRow2983693-6{width: 25%; float: left; clear: none;}
.flexslider-holder #fsRow2983693-7{clear: left;}
.flexslider-holder #fsRow2983693-7, .flexslider-holder #fsRow2983693-8, .flexslider-holder #fsRow2983693-9{width: 33.33%; float: left; clear: none;}

body .fsBody .fsForm, body td.fsRowBody{background-color: transparent; box-shadow: none !important; border: none;}

body .fsForm .fsCell{padding: 5px 0;}
#fsRow2983695-1{display: none;}
body .fsForm input[type=text], body .fsForm input[type=email], body .fsForm input[type=tel], body .fsForm textarea{box-sizing: border-box; height: 25px;}
body .fsForm textarea{height: 50px;}
#field61610743{width: 100%;}

body .fsForm .fsSubmit{background-color: transparent !important;}



/*	Retina media query.
	Overrides styles for devices with a 
	device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media 
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) {
	
	body {
	
	}
	
}


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

/*Detailed Quote Contact Form*/
.wpcf7-form .field.detailed-quote {
    margin-bottom: 20px;
}
.wpcf7-form ul.field.detailed-quote li:last-child {
    margin-left: 40px;
}
.wpcf7-form ul.field.detailed-quote li{
    float: left;
    margin-bottom: 10px;
    margin-left: 5%;
}
.wpcf7-form ul.field.detailed-quote li:first-child{
    margin-left: 0;
}
/*.wpcf7-form p.field .right-field{*/
    /*margin-left:40px;*/
/*}*/
.wpcf7-form p.field .right-field-narrow{
    margin-left:20px;
}
.wpcf7-form p.field.detailed-quote span, .override_contact_form p.field span{
    min-width: 60px;
    float: left;
}
.wpcf7-form p.field .detailed-quote-check-box input{
    width:25px;
    float: left;
}
.wpcf7-form .field.detailed-quote input.half,.override_contact_form input.half{
    width:125px;
}
.wpcf7-form .field.detailed-quote input.quarter{
    width:70px;
}
.wpcf7-form p.field.detailed-quote .datepicker{
    text-align: center;
}
select.detailed-quote-selector{
    width: 128px;
}
div.detailed-quote-all-fields{
    display: none;
}
.detailed-quote-all-fields h1,h2{
    margin-top:10px;
}
/*Ask Manor Form*/
.override_contact_form .wpcf7-form textarea {
    width: 670px;
    max-width: 627px;
    min-width: 240px;
    height: 60px;
    min-height: 15px;
    overflow: auto;
    font-size: 14px;
    border: 1px solid #404040;
}
.override_contact_form .wpcf7-form p.field .right-field-narrow {
    margin-left: 16px;
}
/*Widget form*/
.wpcf7-form p.field input.half{
    width:200px;
}
/*Float Widget*/
#float-widget{
    margin-top: 52px;
    border-color: #7591C4;
    position: fixed;
    z-index: 2;
    right: -219px;
    top: 0;
    background: #11115c;
    padding: 2px 5px 1px 7px;
    width: 204px;
    font-size: 11px;
    border-right: 3px solid #7591C4;
    font-family: Tahoma, Geneva, sans-serif;
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    border--radius: 0 0 0 6px;
}
#float-widget h3{
    color: #fff;
}
.wpcf7-form p.field.float input{
    width:150px;
}
#float-widget a.trigger1 {
    font-size: 14px;
    display: block;
    position: absolute;
    left: -170px;
    top: 95px;
    line-height: 40px;
    margin-top: -25px;
    width: 170px;
    cursor: pointer;
    color: white;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    outline: 0;
    background: transparent url(images/trigger-widget-float.png) no-repeat 0 0;
}
#float-widget a.trigger1:hover {
    box-shadow: 0 1px 3px #B7BABB;
    text-shadow: none;
    color: #828282;
    border-color: white;
    background: -moz-linear-gradient(top, #F3F6FA 0%, #F1F3F6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F3F6FA), color-stop(100%,#F1F3F6));
    background: -webkit-linear-gradient(top, #F3F6FA 0%,#F1F3F6 100%);
    background: -o-linear-gradient(top, #F3F6FA 0%,#F1F3F6 100%);
    background: -ms-linear-gradient(top, #F3F6FA 0%,#F1F3F6 100%);
    background: linear-gradient(top, #F3F6FA 0%,#F1F3F6 100%);
    -pie-background: linear-gradient(#f3f6fa, #f1f3f6);
}
/*landing pages*/
.top-menu .landing-page-top{
    float: right;
    width: 600px;
    text-align: right;
    padding: 10px 0pt;
    line-height: 24px;
    color: rgb(102, 102, 102);
    font-size: 13px;
}
.top-menu .landing-page-top a{
    color: #06C;
    text-decoration: underline;
    cursor: auto;
}
.top-menu .landing-page-top a:hover {
    text-decoration: none;
    color: #718ec1;
}
#banner-main {
    float: left;
    margin-top: 10px;
    width: 500px;
    height: 220px;
}
#banner-main {
    -moz-border-radius: 16px 16px 16px 16px;
    background-color: white;
    border: 0px solid #CCC;
    background-image: url('../../uploads/2013/01/offerback.png');
    padding: 15px;
    float: left;
    margin-top: 0;
    font-family: Tahoma, Verdana, Geneva;
    color: white;
}
 h1#banner-headline {
     margin-top: 9px;
     text-align: center;
     font-size: 40px;
     font-weight: bold;
     line-height: 1.1em;
     color: #C9E290;
     border-top: 1px dotted #C9E290;
     margin-bottom: 0;
     font-family: Tahoma, Verdana, Geneva;
}
h1#banner-headline.storage {
    border-bottom: 1px dotted #C9E290;
}
#banner-main h2{
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
     font-family: Tahoma, Verdana, Geneva;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h2#banner-subheadline2 {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    font-size: 19px;
    color: white;
    line-height: 1.2em;
}
h2#banner-offerdetails {
    text-align: center;
    margin: 20px 0;
    font-weight: normal;
    font-size: 11px;
    color: white;
    line-height: 1.2em;
}
#landing div.wpcf7{
    background-color: #7EBA3E;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
#landing .wpcf7-form p.field input.half{
    width: 250px;
    margin-left: 18px;
}

#landing .wpcf7-form p.field {
    line-height: 2.4em;
}
#landing label{
    margin-left: 18px;
}
#landing .wpcf7-form .submit-wrap{
    padding-top: 7px;
}
#landing .wpcf7-form p.submit-wrap input {
    width: 228px;
    margin: 0px 17px -5px 36px;
    background: url(images/landing-submit.png) no-repeat;
    height: 51px;
}
/*ul like table on about page*/
li.alpha{
    float: left;
}
#banner-main h2#subheadline {
    text-align: center;
    margin: 5px 0;
    font-weight: bold;
    font-size: 24px;
    color: #c9e290;
    line-height: 1.2em;
    border-bottom: 1px dotted #c9e290;
    padding-bottom: 5px;
}
li.omega{
    float: right;
    width:50px
}
/*dialog*/
.custom-override dl dt {
    background: url(images/list-arrow.gif) no-repeat 0 0px;
    font-size: 15px;
    margin:0;
}
.custom-override h4{
    margin:0;
}
.custom-override span{
    font-size: 1em;
    color: #4A4A4A;
    margin: 0;
    font-weight: 700;
    padding: 0;
}
.sf-menu ul {
    width:133px;
}
h3{
    font-size: 16px;
}
.custom-override-landing h3{
    line-height: 20px;
    margin: 0;
}
.custom-override-landing p{
    line-height: 1.4em;
}
/*Q&A*/
#question-title{
    width: 96% !important;
}
/*colors overrides*/
h1,h4,h2,h5,.latestpost li time,.top-menu a{
    color: #11115C;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 19px;
}
h4{
    font-size: 14px;
}
h3,a,.link-1,h3 a{
    color: #6BBA20;
}
.list-2 ul li > a{
    color: #6BBA20;
}
input[type="submit"], input[type="reset"]{
    background: url(images/button-tail.png) 0 0 repeat-x #6BBA20;
    /* IE10 Consumer Preview */
    /*background-image: -ms-linear-gradient(bottom, #032D38 0%, #11115C 100%);*/

    /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(bottom, #032D38 0%, #11115C 100%);*/

    /* Opera */
    /*background-image: -o-linear-gradient(bottom, #032D38 0%, #11115C 100%);*/

    /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #032D38), color-stop(1, #11115C));*/

    /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(bottom, #032D38 0%, #11115C 100%);*/

    /* W3C Markup, IE10 Release Preview */
    /*background-image: linear-gradient(to top, #032D38 0%, #11115C 100%);*/
}
#float-widget input[type="submit"]{
    width: 100%;
    margin-top: 10px;
}
div.tabs div.tab-menu ul li a{
    background-color: #fff;
    color: #828282 !important;
}


.wp-pagenavi a, .wp-pagenavi span{
    color: #6BBA20;
}
.wp-pagenavi .nextpostslink{
    background: #6BBA20;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #afe978 0%, #9cdb60 29%, #7fc938 74%, #6BBA20 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe978), color-stop(29%,#9cdb60), color-stop(74%,#7fc938), color-stop(100%,#6BBA20));
    background: -webkit-linear-gradient(top, #afe978 0%,#9cdb60 29%,#7fc938 74%,#6BBA20 100%);
    background: -o-linear-gradient(top, #afe978 0%,#9cdb60 29%,#7fc938 74%,#6BBA20 100%);
    background: -ms-linear-gradient(top, #afe978 0%,#9cdb60 29%,#7fc938 74%,#6BBA20 100%);
    background: linear-gradient(top, #afe978 0%,#9cdb60 29%,#7fc938 74%,#6BBA20 100%);
    -pie-background: linear-gradient(#afe978, #6BBA20);
}
/*Aqua*/
/*.row-nav {*/
    /*border:1px solid #fff;*/
    /*box-shadow:0 0 2px #89cbde;*/
    /*-moz-box-shadow:0 0 2px #89cbde;*/
    /*-webkit-box-shadow:0 0 2px #89cbde;*/
    /*background: #AEE1F0; *//* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjZmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYzZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top,  #b5e6f4 0%, #AEE1F0 100%); *//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5e6f4), color-stop(100%,#AEE1F0)); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #b5e6f4 0%,#AEE1F0 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #b5e6f4 0%,#AEE1F0 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #b5e6f4 0%,#AEE1F0 100%); *//* IE10+ */
    /*background: linear-gradient(top,  #b5e6f4 0%,#AEE1F0 100%); *//* W3C */
    /*-pie-background: linear-gradient(#b5e6f4, #AEE1F0);  *//* IE6-8 */
    /*position:relative;*/
    /*border-radius:5px;*/
    /*margin:2px 0;*/
/*}*/
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: url('images/menu-active-green.gif') 0 -999em no-repeat;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.current-menu-item > a, .sf-menu > li.current-page-ancestor > a {
    background-color: #6BBA20;
}
.name-testi {
color: #000032;
}
.faq_list dt{
    color: #6BBA20;
}
/*contact-us link to large map*/

.wpcf7-form-control-wrap.period select{
    display: none;
}
.addthis_toolbox{
    float:right;
    width: 110px;
    margin-top: 20px;
}
.top-menu {
    padding: 27px 0 0;
}
.logo{
    padding-top: 1px;
}
ul.social-networks img{
    height: 58px;
    width: 58px;
}
#widget-footer .social-networks li {
    height: 45px;
    float: left;
    background: url(images/social-spacer.gif) 0 6px repeat-y;
}
.widget_cycling_posts{
    position:relative;
    display: block;
    min-height: 380px;
}
.widget_cycling_posts .animate-wrapper:first-child {
    display: block;
}
.widget_cycling_posts .animate-wrapper{
    display: none;
    position: absolute;
}
.animate-wrapper p{
   margin: 0;
}
.animate-wrapper .name-testi{
    padding-top: 5px;
}
.row-nav {
    background: #fff;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
}
.sf-menu ul{
    background: #fff;
}
.custom-override-faq{
    background: #fff;
    border:1px solid #404040;
    box-shadow: 0 0 2px #bbb;
    -moz-box-shadow: 0 0 2px #bbb;
    -webkit-box-shadow: 0 0 2px #bbb;
    /*border-radius: 5px;*/
    padding: 2% 2%;
}
.custom-override-faq .wpcf7-form p.field input.half{
    width: 190px;
    font-size: 14px;
}
.custom-override-faq .wpcf7-form .submit-wrap {
    padding-left: 44%;
    margin: 0;
    padding-top: 60px;
    margin-bottom: 40px;
}
li .override_contact_form{
    margin-left: 15%;
}
li .custom-override-faq .wpcf7-form .submit-wrap {
    padding-left: 36%;
}
.container_12.primary_content_wrap.landing{
    border: 1px solid #CCC;
    background-color: #FFF;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    text-align: left;
    margin-bottom: 20px;
}
.custom-override-landing{
    margin:0 3%;
}
.custom-override-landing .grid_4{
    float: right;
}
.custom-override-landing h2,h3,p{
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
}
.custom-override-landing h2,h3{
    font-weight: bold;
    text-shadow: none;
    text-transform: none;
}
.custom-override-landing h2{
    margin: 0 0 30px 0;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.custom-override-landing h3{
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 14px;
}
.custom-override-landing .bottom-landing p{
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size: 12px;
    color: #333;
    margin-left: 58px;
    margin-bottom: 1em;
    line-height: 1.3em;
}
.custom-override-landing .bottom-landing .grid_6{
    width: 440px;
}
.bottom-landing .icon-holder{
    margin-top: 18px;
}
.custom-override-landing input[type="text"]{
    background: #fff;
}
.custom-override-landing .wpcf7-form p.field{
    margin-bottom: 3px;
}

.vofooter { font-size:10px; color:#000000; }

.menu-top-menu-container{
    width: 100%;
}
#menu-top-menu li{
    display: inline;
    float: right;
    border-left: 1px solid #828282;
    padding:0 5%;
}
#menu-top-menu li:last-child{
    border-left: none;
}

#menu-top-menu.menu{
    width: 100%;
}
.top-menu{
    width: 25%;
}
.widget-header img{
    margin-top: 18px;
}
#sidebar #text-2, .text-12345{
    background: #11115C;
    padding: 5% 5%;
    border-radius: 5px;
}
#text-2 h1, #text-2 h2, #text-2 label, #text-2 legend{
    color: #fff;
}
#text-2 .wpcf7-form p.field input.half {
    width: 185px;
    background-color: #fff;
}
#landing-footer{
    font: 10px Verdana, Tahoma, Arial red;
    color: #5c5c5c;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px 0;
    float: left;
    width: 100%;
    webkit-border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-radius-bottomleft: 16px;
    -moz-border-radius-bottomright: 16px;
}
#landing-footer a{
    color: #101144;
}
#landing-footer a:hover, #landing-footer a:visited{
color: #06C;
}
#landing-footer a.underlined{
    text-decoration: underline;
}
div.custom-override-faq h1{
    font-size: 45px;
    line-height: 1;
}
div.custom-override-faq p{
    font-size: 18px;
}
div.custom-override-faq input[type="submit"]{
    font-size: 24px;
}
div.custom-override-faq label{
    display: block;
    color: #404040;
    font-size: 14px;
}
div.custom-override-faq ul{
    margin:0;
    padding: 0;
}
div.custom-override-faq li{
    float: left;
    margin-right:7%;
}
div.custom-override-faq li:last-child{
    margin-right: 0;
}
div.custom-override-faq .override_contact_form input.half{
    width: 165px;
    border: 1px solid #404040;
}
div.custom-override-faq div.hr{
    background: url(images/hr-fag.gif) 0 0 repeat-x;
}
div.custom-override.sitemap>ul>li{
    float: left;
    width: 33%;
    min-height: 140px;
}

.fieldset-content{position: relative;}
.fsCalendar{top: 0 !important; left: 0 !important;}

