@charset utf-8;
/*--
	Theme Name: theme1970
	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/
--*/

/* -- General ------------------------------------------------------------------------------------- */
html, body {height:100%;}
body{
	background: url(images/body-tail.gif) center top repeat;
	position:relative;
	min-width:960px;
}

/* Headings */
h2{text-transform:uppercase; text-shadow:1px 1px 0 rgba(0,0,0,.65); margin-bottom:33px;}
h3, h4, h5{margin-bottom:20px;}
	h2 a, h3 a, h4 a, h5 a, h6 a{color:inherit; text-decoration:none;}
		h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{}

/* Links */
a{text-decoration:none;}
	a:hover{text-decoration:underline;}
a[href^="tel:"]{color: inherit !important; text-decoration:none !important;}
.button{
	display:inline-block;
	text-decoration:none;
	font:18px/22px Impact, Charcoal, sans-Serif;
	text-transform:uppercase;
	padding:11px 23px 12px;
	background:#0690fb;
	box-shadow:0 1px 0 #2d2f30;
	-webkit-box-shadow:0 1px 0 #2d2f30;
}
	.button:hover{text-decoration:none; background-color:#fc6111; color:#fff;}

/* Images */
img {max-width: 100%; height: auto;}
.ie8 img {max-width: none !important;}


/* List styling */
.last-child{margin-right:0 !important; margin-bottom:0 !important;}
ul, ol{
	padding:0;
	margin:0 0 31px;
	list-style-type:none;
}
	li{
		list-style:none;
		padding:5px 0 20px 41px;
		background:url(images/list-marker.png) 0 0 no-repeat;
		border-bottom:1px dashed #696967;
		margin-bottom:13px;
	}
	li.last-child{padding-bottom:5px; border-bottom:none;}
		li a{color:inherit; text-decoration:none;}
			li a:hover{text-decoration:none; color:#fe752f;}
/*reset list styling*/
.rlist{margin:0;}
	.rlist li{
		padding:0;
		margin:0;
		background:none;
		border-bottom:none;
	}
	.rlist li.last-child{padding-bottom:0;}
#wpadminbar li{border-bottom:none;}

dl dt {color:#fff; font:16px/21px Impact, Charcoal, sans-Serif;}
dl dd {margin:0;}

/* Blockquote */
blockquote{
	font-style:italic;
	color:#a8a8a8;
	background:url(images/quote-tail.png) 0 0 repeat;
	padding:24px 20px 25px 35px;
	position:relative;
	margin-bottom:29px;
}
	blockquote:before{
		content:'';
		display:block;
		width:14px;
		height:11px;
		overflow:hidden;
		background:url(images/quote.png) 0 0 no-repeat;
		position:absolute;
		top:29px;
		left:13px;
	}
	blockquote:after{
		content:'';
		display:block;
		width:17px;
		height:18px;
		overflow:hidden;
		background:url(images/quote-bottom.png) 0 0 no-repeat;
		position:absolute;
		bottom:-18px;
		left:62px;
	}
		blockquote a{color:inherit; text-decoration:none;}
			blockquote a:hover{color:#fff; text-decoration:none;}
	.name-testi {
		display:block;
		padding-left:34px;
	}
		.name-testi .user{color:#fff; font:16px/21px Impact, Charcoal, sans-Serif;}
		.name-testi a {text-decoration:none;}
			.name-testi a:hover {text-decoration:underline;}

/* Paragraph */
p{margin-bottom:21px;}

.wrapper{overflow:hidden; width:100%; position:relative;}
.extra-wrap{overflow:hidden;}

/*-- Header -------------------------------------------------------------------------------------- */
#header {
	position:relative;
	z-index:99;
	padding:76px 0 0;
}
	#header .indent-bottom{margin-bottom:25px;}
	.home #header{padding-bottom:12px;}

/* Logo */
.logo {
	position:relative;
}
	.logo h1.img-logo{font:0/0 a;}
	.logo h1.txt-logo {text-transform:lowercase; margin-top:-3px;}
		.logo h1.txt-logo a{color:inherit !important; text-decoration:none;}
.logo .tagline {
	display:block;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	color:#949494;
	text-transform:uppercase;
	position:absolute;
	top:-3px;
	left:0;
	padding-left:64px;
	z-index:10;
}
.logo .tagline.txt{padding-left:22px; top:4px;}

#widget-header{
	font:bold 10px/12px Arial, Helvetica, sans-serif;
	color:#b0b0af;
	text-transform:uppercase;
	text-align:right;
	overflow:hidden;
}
	#widget-header .widget-header{float:right; clear:right;}
	#widget-header .textwidget{padding-top:48px;}

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
}
	/* Essential styles for dropdown menu */
	.sf-menu, .sf-menu * {
		margin:0;
		padding:0;
		list-style:none;
		background:none;
		border-bottom:none;
	}
		.sf-menu > li{
			position:relative;
			float: left;
			width:157px;
			font:16px/21px Impact, Charcoal, sans-Serif;
			color:#dedfc8;
			text-transform:uppercase;
		}
		.sf-menu > li:first-child{width:155px; padding-bottom:0;}
			.sf-menu > li > a{
				display:block;
				color:inherit;
				text-decoration:none;
				text-align:center;
				text-shadow:1px 1px 0 rgba(0,0,0,.65);
				border-top:1px solid #171517;
				border-right:1px solid #454142;
				border-left:1px solid #0d0e0d;
				background:url(images/menu-tail.gif) center top repeat-x #252522;
				padding:33px 0;
			}
				.sf-menu > li.last-child > a{border-right:none;}
				.sf-menu > li.sfHover > a, .sf-menu > li > a:hover{text-decoration:none; color:#0690fb;}  /*BSS - it was #00a0be*/
				.sf-menu > li.current-menu-item > a{
					background-position:center -172px;
					background-color:#0690fb;
					border-top-color:#0690fb;
					border-right-color:#0690fb;
					border-left-color:#0690fb;
					color:#fff;
				}

		/* Submenu */
		.sf-menu ul {
			position: absolute;
			top: -999em;
			width: 90px;
			z-index:999;
			background:url(images/submenu-tail.gif) 0 0 repeat;
			padding:28px 9px 28px 27px;
		}
			.sf-menu li:hover ul,
			.sf-menu li.sfHover ul {
				left: 14px;
				top: 94px;
			}
			.sf-menu ul li {
				position:relative;
				width: 100%;
				font:10px/12px Arial, Helvetica, sans-serif;
				color:#8d8b8b;
				margin-bottom:22px;
			}
				.sf-menu ul li a{color:inherit; text-decoration:none;}
					.sf-menu ul li a:hover, .sf-menu ul li.sfHover > a, .sf-menu ul li.current-menu-item > a{text-decoration:none; color:#009bba;}
			/* Subsubmenu */
			.sf-menu ul ul{background-image:url(images/subsubmenu-tail.gif); padding:13px 9px 15px 27px;}
				.sf-menu ul ul li a {color:#fff;}
				.sf-menu ul ul li a:hover, .sf-menu ul ul li.sfHover > a, .sf-menu ul ul li.current-menu-item > a{color:#e55c29;}
			.sf-menu li:hover li ul,
			.sf-menu li.sfHover li ul,
			.sf-menu li li:hover li ul,
			.sf-menu li li.sfHover li ul {
				top: -999em;
			}
			.sf-menu li li:hover ul,
			.sf-menu li li.sfHover ul,
			.sf-menu li li li:hover ul,
			.sf-menu li li li.sfHover ul {
				left: 99px;
				top:-12px;
			}

	/*** arrows **/
	.sf-sub-indicator{display:inline;}
	.sf-menu > li > a .sf-sub-indicator {
		display: inline-block;
		width:5px;
		height:4px;
		overflow:hidden;
		font:0/0 a;
		color:transparent;
		background:url(images/menu-arrow.gif) 0 0 no-repeat;
		margin-left:10px;
		vertical-align:middle;
	}

	/* Navigation select styling */
	.select-menu {
		border:1px solid #c8c8c8;
		background:#e4e4e4;
		width:100%;
		padding:5px;
		color:#aa9e8e;
		cursor:pointer;
		display: none !important;
	}
		.select-menu option {
			padding:5px 8px;
			cursor:pointer;
		}
			.select-menu option[selected="selected"]{color:#fab77c;}


/*-- Slider --------------------------------------------------------------------- */
#slider-wrapper {
	height:491px;
	overflow:hidden;
	position:relative;
}
#slider {
	position:relative;
	width:940px;
	height:491px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* The Nivo Slider styles */
.nivoSlider {position:relative;}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(images/caption-tail.png) 0 0 repeat;
	color:#fff;
	width:436px;
	z-index:89;
	font:40px/36px Impact, Charcoal, sans-Serif;
	color:#fff;
	text-transform:uppercase;
	display:none;
}
.nivo-caption .nivo-caption-inner {
	padding:47px 90px 41px 39px;
	margin:0;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:362px;
	bottom:14px;
	text-align:center;
	font:0/0 a;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	width:18px;
	height:18px;
	overflow:hidden;
	background:url(images/pagination.png) -21px 0 no-repeat;
	color:transparent;
	margin-left:3px;
}
	.nivo-controlNav a:first-child{margin-left:0; margin-left: 69px; /*BSS*/}
	.nivo-controlNav a.active, .nivo-controlNav a:hover {background-position: 0 0;}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	display:block;
	width:36px;
	height:35px;
	font:0/0 a;
	color:transparent;
	background:url(images/direction_nav.png) no-repeat 0 0;
}
a.nivo-nextNav {right:20px; background-position:-36px 0;}
a.nivo-nextNav:hover {background-position:-36px -35px;}
a.nivo-prevNav {left:20px; background-position:0 0;}
a.nivo-prevNav:hover {background-position:0 -35px;}


/*-- Content ------------------------------------------------------------------------------------ */

.primary_content_wrap {
	position:relative;
	z-index:1;
	padding:58px 0 55px;
}
.home .primary_content_wrap {padding:23px 0 55px;}

#content {}
#content.left {float:right !important;}



/*-- Home --------------------------------------------------------------------------------------- */



/*-- Portfolio ---------------------------------------------------------------------------------- */

/* Gallery */
.header-title {margin-bottom:20px;}
	.header-title .page-desc {}

/* Default layout 3 columns */
#gallery {margin-bottom:30px;}
#gallery .portfolio {width:100%;}
	#gallery .portfolio li {
		float:left;
		width:300px;
		margin:0 20px 30px 0;
		position:relative;
	}
		#gallery .portfolio li.nomargin {margin-right:0 !important;}
			#gallery .portfolio li .featured-thumbnail{margin-bottom:22px;}
				#gallery .portfolio li .img-box{display:block;}
				#gallery .portfolio li h6{margin-bottom:23px;}
				#gallery .portfolio li a.image-wrap {
					display:block;
					overflow:hidden;
					width:100%;
					height:197px;
					background:url(images/loading.gif) center center no-repeat;
					position:relative;
				}
				a.image-wrap {
					display:block;
					overflow:hidden;
					background:url(images/loading.gif) center center no-repeat;
					position:relative;
				}
					a.image-wrap:hover, #gallery .portfolio li a.image-wrap:hover {background:#000;}
			#gallery .portfolio .folio-desc {}
				#gallery .portfolio p.excerpt {margin-bottom:30px;}
			.zoom-icon {
				display:block;
				position:absolute;
				left:0;
				top:-100%;
				right:0;
				cursor:pointer;
				background: url(images/magnify.png) center no-repeat;
			}
				.image-wrap:hover .zoom-icon {top:0; bottom:0;}

/* 1 column portfolio*/
#gallery.one_column .portfolio li {width:100%; margin-right:0;}
	#gallery.one_column .portfolio li .featured-thumbnail{float:left; margin-right:20px; margin-bottom:5px;}
	#gallery.one_column .portfolio li a.image-wrap {width:450px; height:225px;}
		#gallery.one_column .folio-desc {overflow:hidden;}

/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {width:460px;}
	#gallery.two_columns .portfolio li a.image-wrap {height:222px;}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {width:220px;}
	#gallery.four_columns .portfolio li a.image-wrap {height:155px;}


/*-- Single Portfolio Page ------------------------------------------------------------------------- */
/* Info */
.entry-meta {margin-bottom:20px; padding:20px 0; border-bottom:1px dashed #5c5c5c; border-top:1px dashed #5c5c5c;}
	.portfolio-meta-list {margin:0 0 15px;}
		.portfolio-meta-list li {margin-bottom:3px !important;}
			.portfolio-meta-list li strong{display:inline-block; width:70px;}


/* Single Image */
.image-holder {position:relative;}

/* Single Video */

.video-holder {position: relative;}

/* Audio Single */
.single-audio-holder .audiojs {width:100%;}
.single-audio-holder .audiojs .scrubber {width:440px;}
.single-audio-holder object{overflow:hidden;}

/* Grid Gallery */
.grid_gallery {
	position:relative;
	overflow:hidden;
	padding:0;
}
	.grid_gallery_inner {
		width:100%;
		position:relative;
		overflow:hidden;
	}
	.grid_gallery .gallery_item {
		float:left;
		margin:0 20px 20px 0;
	}
		.grid_gallery .gallery_item img {
			width: 100%;
			height: auto;
		}
.single-gallery-item {margin:0;	}



/*-- Testimonials ----------------------------------------------------------------------------- */
article.testimonial {margin-bottom:35px;}



/*-- FAQs -------------------------------------------------------------------------------------- */
.faq_list {}
	.faq_list dt {
		position:relative;
		padding:0 0 5px 28px;
		margin:0;
	}
	.faq_list span.marker {
		display:block;
		position:absolute;
		left:0;
		top:0;
		font-weight:bold;
		font-size: 15px;
		line-height:18px;
		color:#fff;
	}
	.faq_list dd {
		padding:0 0 0 28px;
		position:relative;
		margin:0 0 2em 0;
	}
		.faq_list dd .marker {top:3px;}




/*-- Author ------------------------------------------------------------------------------------- */
.author {}
.author .pagenavi{margin-bottom:90px;}
/* Author info */
.author-info {
	width:100%;
	overflow:hidden;
	margin-bottom:3em;
	padding-bottom:2em;
	border-bottom:1px dashed #5c5c5c;
}
	.author-info div.avatar {
		float:left;
		margin:0 20px 0 0;
	}
	.autor-desc {overflow:hidden;}
/* Recent author posts */
#recent-author-posts {margin-bottom:30px;}

/* Recent author comments */
#recent-author-comments {}



/*-- 404 ---------------------------------------------------------------------------------------- */
#error404 {padding:30px 0 100px 0;}
	.error404-num {
		font:bold 250px/250px Impact, Charcoal, sans-Serif;
		color:#fff;
		text-align:center;
	}
	#error404 hgroup {
		margin:0 0 20px 0;
		padding-top:20px;
	}




/*-- Blog --------------------------------------------------------------------------------------- */

.post-holder {
	margin-bottom:55px;
	position:relative;
}
.post-holder.single-post {
	width:100%;
}

/* Post header */
.post-holder .entry-title {}

/* Meta information for post */
.post-meta {
	width:100%;
	margin-bottom:35px;
}
	.post-meta a{color:inherit; text-decoration:none;}
		.post-meta a:hover{text-decoration:none; color:#fff;}

/* Featured thumbnail */
.featured-thumbnail {
	position:relative;
	margin:0 0 21px;
	}
	.featured-thumbnail .img-box{
		display:inline-block;
		background:#4e4e4e;
		padding:5px;
	}
	.featured-thumbnail.fleft{float:left; margin:0 20px 30px 0;}
	.featured-thumbnail.fright{float:right; margin:0 0 0 20px;}
	/* Large thumbnail */
	.featured-thumbnail.large {
		margin-right:0;
		margin-bottom:20px;
		float:none;
	}

.buttons-wrapper .num-comments{font:18px/22px Impact, Charcoal, sans-Serif; display:inline-block; margin-left:20px;}

/* Post content */
.post-content {}
	.post-content .excerpt {margin-bottom:20px;}
.pagination {}
	.pagination a {
		display:inline-block;
		margin:0 10px 0 0;
	}

/* Post footer */
.post-holder .post-footer {padding:15px 0 0;}
.post-holder.single-post .post-footer {}


/* Related Posts */
.related-posts {
	padding:0;
	margin:0 0 90px;
	}
	.related-posts li {
		float:left;
		width:22.5%;
		margin:0 20px 0 0;
	}

/* Page Navigaton */
.pagenavi {
	border-top:1px dashed #5c5c5c;
	padding:30px 0 0;
	position:relative;
}
	.pagenavi span.current, .pagenavi a {
		display:inline-block;
		font:18px/22px Impact, Charcoal, sans-Serif;
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
		padding:11px 17px 12px;
		margin: 0 3px 0 0;
		background:#0690fb;
	}
		.pagenavi a:hover{text-decoration:none; background-color:#fc6111;}
		.pagenavi span.current{background-color:#fc6111;}

/* Older and newer navigation */
nav.oldernewer {
	width:100%;
	overflow:hidden;
	padding-top:30px;
}
	.older {float:left;}
	.newer {float:right;}

.single-oldernewer {}


/* Gallery post format */
.gallery_post {width:100%; overflow:hidden;}
	.gallery_post{
		height:200px;
		width:530px;
		margin-bottom:10px;
	}
	.gallery_post .g_item {
		overflow:hidden;
		width:540px;
		height:220px;
	}
		.gallery_post .g_item .featured-thumbnail {margin:0;}
			.gallery_post .g_item .thumbnail img {width:100%;}
.g_pagination{overflow:hidden;}
.g_pagination ul {
	padding-top:8px;
	list-style:none;
	margin:0;
	overflow:hidden;
	float:right;
}
	.g_pagination ul li {
		padding:0;
		background:none;
		float:left;
		margin:0 10px 0 0;
		border:none;
	}
		.g_pagination ul li a {
			display:inline-block;
			text-decoration:none;
			width:10px;
			height:10px;
			background:#0690fb;
			font:0/0 a;
			color:transparent;
			border-radius:5px;
			vertical-align:top;
			padding: 0;
			margin: 0;
		}
		.g_pagination ul li.activeSlide a,
		.g_pagination ul li a:hover {background-color:#fc6111;}


.g_pagination .g_controls{float:left; overflow:hidden;}
.g_pagination #prev-gal,
.g_pagination #next-gal {
	float:left;
	display:inline-block;
	background:#0690fb;
	color:#fff;
	vertical-align:top;
	text-decoration:none;
	padding: 2px 5px;
	margin-right:5px;
}
	.g_pagination #prev-gal:hover, .g_pagination #next-gal:hover {background-color:#fc6111; text-decoration:none;}



/*-- Comments ----------------------------------------------------------------------------------- */
.commentlist {margin-bottom:90px; padding-right:80px;}
	li.comment {}
		.comment-author {
			position:absolute;
			left:21px;
			top:32px;
		}
				li.comment .avatar {
					float:none;
					margin:0;
					vertical-align:top;
					display:block;
				}
					li.comment .featured-thumbnail{margin-bottom:0;}
		li.comment .comment-body {
			padding:27px 20px 29px 100px;
			position:relative;
			background:none;
			border:1px solid #4e4e4e;
			margin-bottom:20px;
		}
			li.comment .comment-body p {min-height: 65px;}

	/* Comment meta */
	.comment-meta {float: right; padding-top:9px;}
		.comment-meta a {}

	/* Reply */
	.reply {
		float: right;
		margin-left: 20px;
	}
		.reply a{
			display:inline-block;
			color:#fff;
			text-decoration:none;
			font:18px/22px Impact, Charcoal, sans-Serif;
			text-transform:uppercase;
			padding:11px 23px 12px;
			background:#0690fb;
			box-shadow:0 1px 0 #2d2f30;
			-webkit-box-shadow:0 1px 0 #2d2f30;
		}
			.reply a:hover{text-decoration:none; background-color:#fc6111; color:#fff;}

.commentlist ul.children {padding:0 0 0 40px;}

li.comment  #respond {padding-top:30px;}


/*-- Sidebar ------------------------------------------------------------------------------------ */
#sidebar {}
	.widget {margin-bottom:100px;}
#sidebar ul ul{padding-top:20px; margin:0;}



/*-- Widgets ------------------------------------------------------------------------------------ */
/* Banner widget */
.banners-holder {overflow:hidden;}
	.banners-holder li {
		float:left;
		margin:0 3px 3px 0;
		background:none;
		padding:0;
	}
		.banners-holder li img {vertical-align:top; max-width:100%;}

/* Calendar */
#calendar_wrap {padding:0;}
	#wp-calendar {width:100%;}
		#wp-calendar caption {
			text-align:center;
			color:#fff;
			font-weight:bold;
			padding:3px 0;
			margin-bottom:5px;
		}
		#wp-calendar thead th {
			padding:3px 0;
			font-weight:bold;
			color:#fff;
			text-align:center;
		}
		#wp-calendar td {
			text-align:center;
			padding:3px 0;
			border:none;
		}
		#wp-calendar #today{color:#fc6111;}
		#wp-calendar #prev {text-align:left;}
		#wp-calendar #next {text-align:right;}

/* Carousel widget */
.es-carousel-wrapper{position:relative;}
	.es-carousel{overflow:hidden;}
		.es-carousel ul{display:none;}
			.es-carousel ul li{	float:left;}
				.es-carousel ul li .thumbnail{display:block;}
					.es-carousel ul li a img{display:block;}
				.es-carousel ul li .excerpt {}

	.es-nav{overflow:hidden; padding-top:20px;}
	.es-nav span{
		float:left;
		background:#0690fb;
		font:10px/12px Arial, Helvetica, sans-serif;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		cursor:pointer;
		padding:4px 6px;
	}
		.es-nav span.es-nav-prev{margin-right:10px;}
		.es-nav span:hover{background-color:#fc6111;}

/* Flickr widget */
.flickrImages {overflow:hidden; position:relative; margin-bottom:10px;}
	.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;
		}
		.flickrImages a:hover img {opacity:.5;}
	.flickrImages a.link {
		display:inline;
		float:none;
		width:auto;
		height:auto;
		margin:0;
		background:none;
	}

/* Post Cycle */
.post_cycle {}
.post_cycle .cycle_item {display:none;}
	.post_cycle .cycle_item:first {	display:block;}

#slides{width:100%; overflow:hidden;}
	#slides .cycle_item, #slides .item, #slides .testi_item{width:300px; background:#fff;}
		.slides_container{margin-bottom:15px;}
	#slides .prev, #slides .next{
		display:inline-block;
		float:left;
		background:#f14848;
		padding:2px 7px;
		text-decoration:none;
		color:#fff;
		font-size:11px !important;
		vertical-align:top;
	}
	#slides .prev{margin-right:5px;}
		#slides .prev:hover, #slides .next:hover {background:#363f42; text-decoration:none;}
	#slides .pagination{float:right; overflow:hidden; padding:5px 0 0;}
		#slides .pagination li {
			margin: 0 0 0 5px !important;
			padding:0 !important;
			background: #f14848;
			float:left;
			border-radius:6px;
			-webkit-border-radius:6px;
			margin:0;

		}
		#slides .pagination li:first-child {margin: 0;}
			#slides .pagination li a {
				width: 12px;
				height: 12px;
				display: block;
				font:0/0 a;
				color:transparent;
				margin:0;
			}
			#slides .pagination li:hover {background-color: #363f42;}
			#slides .pagination li.current {background-color: #363f42; cursor: default;}

/* Posts Type widget */
.post_list {}
	.post_list li {overflow:hidden; margin-bottom:30px;}

/* Request a quote */
#widget_my_requestquotewidget {}
	.top-box {}
		.box-text {margin-bottom:20px;}
		.box-button {}
			.box-button .button {}

/* Recent Comments */
ul.recentcomments {}
	ul.recentcomments li {
		background:none;
		overflow:hidden;
		margin-bottom:30px;
	}
		ul.recentcomments li img {
			float:left;
			margin:0 12px 0 0;
			width:auto;
			max-width:50%;
		}
		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 small {font:inherit; color:#6a6a6a;}

/* Recent Posts */
.latestpost {}
	.latestpost li {margin:0 0 28px 0;	}
		.latestpost li .excerpt {margin-bottom:17px;}
		.latestpost li .num-comments{color:#fff;}

/*RSS*/
.rsswidget img{vertical-align:middle;}
div[id^="rss"] li{color:inherit; margin-bottom:20px;}
div[id^="rss"] li a{color:#fff; text-decoration:none;}
	div[id^="rss"] li a:hover{color:#fc6111; text-decoration:none;}
.rss-date{display:block; padding:5px 0;}
div[id^="rss"] cite{display:block; padding-top:5px; text-align:right;}

/* Social Networks */
.social-networks {}
	.social-networks li {margin-bottom:10px;}
		.social-networks li a {}
			.social-networks li a:hover {text-decoration:none;}
	.social-networks.icons li{float:left; margin:0 5px 0 0;}
	.social-networks.labels{}

/* EasyTooltip */
.tooltip {
	background: none repeat scroll 0 0 #252525;
	border: 1px solid #000000;
	color: #EEEEEE;
	display: none;
	font: 11px/14px Arial, Helvetica, sans-serif;
	margin: 13px 0 0;
	padding: 5px;
	z-index:99;
}

/* Testimonials */
.testimonials {}
	.testimonials div.testi_item {margin: 0 0 34px 0;}



/* Twitter widget */
.twitter {position:relative;}
	.twitter_update_list {overflow:hidden;}
		.twitter ul li {
			margin:0 0 15px 0;
			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 {}




/*-- Shortcodes --------------------------------------------------------------------------------- */
/* Alert boxes  */
.alert-box, .wpcf7-response-output {
	padding:20px 20px 20px 90px !important;
	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;
	}

/* Box */
.box, .box.blue{
	float:left;
	margin-right:20px;
	width:300px;
	text-align:center;
	background:url(images/blue-box-tail.jpg) 0 0 repeat;
	color:#0690fb;

    /*BSS*/
    /*background-color: #0077b7;*/
}
	.box .inner, .box.blue .inner{
		padding:50px 50px 44px;
		background:url(images/blue-box-gradient.jpg) 0 0 repeat-x;
		/*border-top:1px solid #064754;
		border-left:1px solid #064754;*/

        background-color: #0690fb;

	}
		.box .button, .box.blue .button{background-color: #322e2f; color: white;}
			.box .button:hover, .box.blue.button:hover{background-color: gray;}
		.box h2{font-size:36px; line-height:30px; margin-bottom:11px; letter-spacing:-1px;}
		.box p{margin-bottom:20px; color: white;}
.box.green{/*background-image:url(images/green-box-tail.jpg);*/ background-color: #bcff12; color:#45e0c4;}
	.box.green .inner{/*background-image:url(images/green-box-gradient.jpg);*/ background-color: #bcff12; border-color:#144d40;}
		.box.green .button{background-color:#322e2f;}
			.box.green .button:hover{background-color: gray;}
    .box.green p { color: black; }
.box.orange{/*background-image:url(images/orange-box-tail.jpg);*/ background-color: #0690fb; color:#fe9874;}
	.box.orange .inner{/*background-image:url(images/orange-box-gradient.jpg);*/ background-color: #0690fb; border-color:#6e260d;}
		.box.orange .button{background-color:#322e2f;}
			.box.orange .button:hover{background-color: gray;}


/* Google Map */
.google-map {margin-bottom:20px;}
/* 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: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 {margin:0;}
			.address dd ul li {
				background:none;
				padding:0;
				margin:0;
				border:none;
			}
				.address dd span {
					display:inline-block;
					width:80px;
                    border: 1px solid green;
				}

/* Horisontal Rule*/
.hr {
	height:1px;
	background:#eee;
	overflow:hidden;
	font:0/0 a;
	margin:30px 0;
}

/* Popular Posts */
.popular_posts {}
	.popular_posts li {margin-bottom:20px;}

/* Recent Comments */
.recent-comments {}
	.recent-comments li {}


/* Recent Posts */
.recent-posts {
	width:100%;
	overflow:hidden;
}
	.recent-posts li {margin:0 0 20px 0;}
		.recent-posts li img.thumb {}
		.recent-posts li .excerpt {}
		.recent-posts li span.meta {
			display:block;
			margin-bottom:8px;
			overflow:hidden;
		}
			.recent-posts li .post-date {float:left;}
			.recent-posts li .post-comments {float:right;}
.recent-posts.latest-events{margin-bottom:23px;}
	.recent-posts.latest-events li{margin-bottom:67px;}
		.recent-posts.latest-events .featured-thumbnail {float:left; margin-right:23px; margin-bottom:5px;}
		.recent-posts.latest-events .post-date{
			display:inline-block;
			font:16px/21px Impact, Charcoal, sans-Serif;
			color:#fff;
			background:#268372;
			padding:6px 22px;
		}
.recent-posts.work-team{margin-bottom:0;}
	.recent-posts.work-team li{float:left; width:140px; margin:0 20px 0 0;}

/* Spacer */
.spacer {
	clear:both;
	height:51px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

/* Large Spacer */
.large-spacer {
	clear:both;
	height:100px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

.small-spacer {
	clear:both;
	height:12px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

.thin-spacer {
    clear:both;
	height:5px;
	overflow:hidden;
	font-size:0;
	line-height:0;
}



/* Tabs */
.tabs {margin: 1px 0 20px 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;
			border:none;
		}
		.tabs .tab-menu a {
			background-color: #0690fb;
			color: #fff;
			text-decoration:none;
			display: block;
			margin: 0 2px 0 0;
			padding: 8px 20px;
		}
			.tabs .tab-menu a:hover,
			.tabs .tab-menu a.active  {
				background-color: #fc6111;
				color: #fff;
				text-decoration:none;
			}
	.tab-wrapper{padding-top:20px;}

/* Tags */
.tags-cloud a,
.tagcloud a,
.post-footer a {
	display:inline-block;
	background:#0690fb;
	padding:2px 7px;
	text-decoration:none;
	color:#fff;
	margin:0 1px 4px 0;
	font-size:11px !important;
	vertical-align:top;
}
.tags-cloud a:hover, .tagcloud a:hover, .post-footer a:hover {background-color:#fc6111; text-decoration:none;}

/* Toggle */
.toggle {padding: 0 0 2px 0;}
	.toggle .trigger {
		background-color: #0690fb;;
		color: #fff;
		display: block;
		padding: 10px 12px 10px 40px;
		position: relative;
		text-decoration:none;
	}
		.toggle .trigger:hover,
		.toggle .active {
			background:#fc6111;
			color:#fff;
			text-decoration:none;
		}
		.toggle .trigger span {
			background: url(includes/images/toggle.png) 0 0 no-repeat;
			display: block;
			position: absolute;
			top: 9px;
			left: 10px;
			font:0/0 a;
			color:transparent;
			width: 22px;
			height: 20px;
		}
			.toggle .trigger:hover span,
			.toggle .active span {background-position: 0 -20px;}

	.toggle .box {
		padding: 20px 0 0;
		background:none;
		display:block;
		text-align:left;
		color:inherit;
	}

/* 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;
	height: 14px;
	background: #5a5a5a;
	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; }

/* Fluid Columns */
.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;}
.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%;}
.last {margin-right:0 !important; clear:right;}



/*-- Forms -------------------------------------------------------------------------------------- */
/* Form defaults */
input, select, textarea {
	font:13px Arial, Helvetica, sans-serif;
	vertical-align:middle;
	outline:none;
	margin:0;
	border:none;
}
input[type="foo"], textarea {
	background:url(images/input-tail.png);
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:8px 10px 9px;
	color:#fff;
}
textarea{resize:vertical; overflow:auto;}
input[type="submit"], input[type="reset"] {
	position:relative;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	font:18px/22px Impact, Charcoal, sans-Serif;
	text-transform:uppercase;
	padding:11px 23px 12px;
	background:#0690fb;
	box-shadow:0 1px 0 #2d2f30;
	-webkit-box-shadow:0 1px 0 #2d2f30;
}
	input[type="submit"]:hover, input[type="reset"]:hover {background-color:#fc6111;}

form small {font:inherit; color:#8b8b8b;}

/* Comment form */
#commentform {}
	#commentform label{display:inline-block; margin-bottom:4px;}
	#commentform p{margin-bottom:30px;}
	#commentform p.field {margin-bottom:18px;}
	#commentform input[type="text"] {display:block; width:280px;}
	#commentform textarea {width:350px; height:176px; display:block;} /*BSS width: 440px;*/
	#respond #commentform input[type="text"], #respond #commentform textarea{max-width:90%;}

/* Contact form */
.wpcf7-form p.field {
	margin-bottom:9px;
	overflow:hidden;
	vertical-align:top;
	position:relative;
}
	.wpcf7-form textarea {width:360px; height:255px;}
	.wpcf7-form .submit-wrap input[type="reset"]{margin-right:15px;}
	span.wpcf7-form-control-wrap {display:inline-block;}
	.wpcf7-not-valid-tip {
		width:100% !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:4px 0 4px 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;
	}

/* Search form */
#searchform {}
#searchform .searching {width:160px; margin-right:10px;}

/* Top search */
#top-search {}
	#top-search .input-search {width:160px; margin-right:10px;}
	#top-search #submit {width:50px;}

/*newletter form*/
.nsu-form code{font:inherit;}
.nsu-form p{margin-bottom:30px;}
.nsu-form label{display:inline-block; margin-bottom:4px;}
	.nsu-form input[type="text"]{display:block; width:280px;}


/*-- After COntent ----------------------------------------------------------------------------- */
#after-content{padding-bottom:36px;}
#after-content h2{overflow:hidden; margin-bottom:29px;}
	#after-content h2:after{
		content:'';
		display:inline-block;
		width:100%;
		margin-right:-100%;
		margin-left:18px;
		border-bottom:1px dashed #5c5c5c;
		vertical-align:-1px;
	}
	#after-content .banners-holder{margin-bottom:0;}
		#after-content .banners-holder li {margin: 0 59px 0 0;}


/*-- Footer ------------------------------------------------------------------------------------ */
#footer {}
	#footer .border-top{border-top:1px dashed #5c5c5c; padding:65px 0;}

	/* Footer widget */
	#widget-footer .widget{clear:both; float:right; margin-bottom:0;}

	/* Footer navigation */
	nav.footer-nav {}
		nav.footer-nav ul {margin:0; padding:0;}
			nav.footer-nav ul li {
				list-style-type:none;
				float:left;
				padding:0;
				margin:0 15px 0 0;
			}

	/* Copyright */
	#copyright {
		font:12px/20px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#949494;
		padding-top:7px;
	}
		#copyright a{color:inherit; text-decoration:none;}
			#copyright a:hover{text-decoration:none; color:#fff;}
		#copyright a.site-name{
			display:inline-block;
			font:36px/18px Impact, Charcoal, sans-Serif;
			color:#fff;
			text-transform:lowercase;
			text-shadow:1px 1px 0 rgba(0,0,0,.65);
			margin-right:9px;
		}



/*-- Back to Top --------------------------------------------------------------------------------------*/
#back-top {
	font: 18px/22px  Impact, Charcoal, sans-Serif;
	color:#afafaf;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	display: none;
	position:fixed;
	margin-right:-620px !important;
	right:50%;
	bottom:100px;
	z-index:999;
	overflow:hidden;
	background:url(images/totop-tail.png) 0 0 repeat;
	padding:19px 16px;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius:3px;
}
	#back-top:hover{background:#0690fb; color:#fff; text-decoration:none;} /*BSS - changed hover bg color*/


/*BSS*/

h2.limeGreen {
    /*text-transform: capitalize;*/
    color: #bcff12;
}

.centered {
    text-align: center;
}

.toUpper {
    text-transform: uppercase;
}

.inline {
    display: inline;
}

ul.industries {
    margin-left: 20px;
    list-style-position: outside;
}

ul.industries li {

    list-style: square;
    color: #bcff12;
    background: none;
    padding: 0px;
    padding-left: 6px;
    margin-bottom: 6px;
    border: none;
}

    ul.industries li span {
        color: white;
    }

.justify {
    text-align: justify;
}

.centerButton{text-shadow:1px 1px 0 rgba(0,0,0,.65); font-size: larger; font-weight: bolder; background-color: #0690fb; padding: 12px; color: white; text-transform: uppercase; text-decoration: none;}
.centerButton:hover{text-shadow:1px 1px 0 rgba(0,0,0,.65); font-size: larger; font-weight: bolder; background-color: #5c5c5c; padding: 12px; text-transform: uppercase; text-decoration: none; border: 1px solid white;}

