/*
Theme Name: OptimaSales
Theme URI: http://optimawp.gozha.net/
Description: OptimaSales WordPress Theme
Version: 1.3.1
Author: 	Olechka
Author URI: http://themeforest.net/user/olechka
Tags: light, white, blue, green, orange, dark, one-column, two-columns, right-sidebar, custom-colors
License: GNU General Public License
License URI: license.txt
*/

/* Table of Content
==================================================
	#Header
	#Slider Wrapper
	#Media Holder
	#Content
	#Gallery
	#Sidebar
	#Footer Widgets
	#Footer */

	
/* #Header
================================================== */

/* Top Header */
#top-header {
	background:#f7f7f7 url(images/top-header-bg.png) 0 100% repeat-x;
	border-bottom:1px solid #fff;
	padding:8px 0;
	text-shadow:0 1px 1px #fff;
}
	#top-header a {
		color:#7d7d7d;
	}
	#top-header a:hover {
		color:#115b87;
		text-decoration:none;
	}

/* Toggle Top Header */
#top-header.top-header__toggled {
	background: #f7f7f7;
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
	-webkit-box-shadow: 0 1px 0 #fff, 0 2px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 #fff, 0 2px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 #fff, 0 2px 2px rgba(0, 0, 0, .1);
}
	#top-header.top-header__toggled .container {
		overflow: hidden;
	}
#top-header.top-header__toggled.hidden {
	height: 0;
	padding-top: 10px;
	padding-bottom: 0;
	cursor: pointer;
}
	#top-header.top-header__toggled.hidden:hover {
		background: #f7f9f0;
	}
	#top-header.top-header__toggled.hidden .top-header_arrow {
		content:"";
		display: block;
		position: absolute;
		left: 50%;
		bottom: -26px;
		margin-left: -48px;
		width: 96px;
		height: 26px;
		background-image: url(images/top-arrow.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
		#top-header.top-header__toggled.hidden:hover .top-header_arrow {
			background-position: 0 -26px;
		}

	#top-header.top-header__toggled.hidden .lock-ico {
		display: block;
		position: absolute;
		left: 50%;
		top: -6px;
		margin-left: -8px;
		width: 15px;
		height: 17px;
		background-image: url(images/lock-ico-sprite.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
		#top-header.top-header__toggled.hidden:hover .lock-ico {
			background-position: 0 -17px;
		}
	
#top-header.top-header__toggled.visible {
	position: relative;
	height: auto;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
	background:#f7f7f7 url(images/top-header-bg.png) 0 100% repeat-x;
	-webkit-box-shadow: 0 1px 0 #dcdcdc;
	-moz-box-shadow: 0 1px 0 #dcdcdc;
	box-shadow: 0 1px 0 #dcdcdc;
	
}
	#top-header.top-header__toggled.visible .top-header_arrow {
		content:"";
		display: block;
		position: absolute;
		left: 50%;
		bottom: -2px;
		margin-left: -48px;
		width: 96px;
		height: 26px;
		background-image: url(images/top-arrow-open.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		cursor: pointer;
		z-index: 3;
	}
	#top-header.top-header__toggled.visible:hover .top-header_arrow {
		cursor: pointer;
	}

/* Language Switcher */
.lang-switcher {
	margin:-7px 0 0 -30px;
	}
	.lang-switcher li {
		
		}
		.lang-switcher > li > a {
			font-size:12px;
			color:#7d7d7d;
			width:110px;
			text-align:center;
			padding:7px 0 0 0;
			text-shadow:0 1px 1px #fff;
			text-indent:8px;
			}
		.lang-switcher > li > a:hover,
		.lang-switcher > li.sfHover > a,
		.lang-switcher > li.current-menu-item > a	{
			background:url(images/lang-bg.png) 0 0 repeat-y;
			color:#1689c4 !important;
			}
		.lang-switcher .sf-sub-indicator {
			display:inline-block;
			position:static;
			margin-left:5px;
			background:		url('images/sf-arrow.png') no-repeat 0 0;
			}
	.lang-switcher li:hover ul,
	.lang-switcher li.sfHover ul {
		top:23px;
		}
	.lang-switcher ul {
		margin:0;
		width:110px;
		background:url(images/lang-bg.png) 0 0 repeat-y;
		}
	.lang-switcher ul:before {
		display:none;
		}
	.lang-switcher ul:after {
		width:110px;
		background:url(images/lang-sub-bot.png) 0 0 no-repeat;
		}
		.lang-switcher li li {
			padding:0 8px;
			}
			.lang-switcher li li a {
				background:none !important;
				}
			.lang-switcher li li a:hover {
				color:#1689c4 !important;
				}
		
/* Login */
.login-holder a {
	display:inline-block;
	margin-left:16px;
	text-transform: lowercase;
	}
	
	
/* Main Header */
#main-header {
	padding:6px 0 5px 0;
	border-bottom:1px solid #ebebeb;
}
#main-header.toggled {
	padding-top: 22px;
}
	

/* Logo  */
#logo {
	float:left;
}

/* Text Based Logo */
#logo h1,
#logo h2 {
	font-size:36px;
	line-height:1.1em;
	margin:0;
	padding:0;
}
	#logo h1 a,
	#logo h2 a {
		color:#115b87;
		text-decoration:none;
	}
	#logo h1 span,
	#logo h2 span {
		color:#8ead1a;
	}
	.tagline {
		margin:-.5em 0 0 0;
		padding-bottom:.5em;
		text-align:right;
		letter-spacing:2px;
	}

	
/* Navigation */
nav.primary {
	float:right;
	}


/* Mobile Menu */
.select-menu {
  width: 100%;
	background-color: #E4E4E4;
	border: 1px solid #C8C8C8;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	padding: 5px;
	height: 30px;
	font-size:13px;
	}



/* #Slider Wrapper
================================================== */
#slider,
#intro-video-wrapper {
	height:380px;
	background:#0b4770 url(images/extra-bg.jpg) 0 0 repeat-x;
	border-bottom:1px solid #001b2b;
	position:relative;
	overflow:hidden;
	}
#slider.loading:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	margin:-16px 0 0 -16px;
	width:32px;
	height:32px;
	background:url(images/preloader.gif) 0 0 no-repeat;
}


/* #Media Holder
================================================== */	
#intro-video-wrapper .media-holder {
	float:left;
	padding:86px 0 0 0;
	position:relative;
	z-index:1;
	width: 530px;
	}
	#intro-video-wrapper .media-holder-inner {
		float: left;
		background: rgba(247, 247, 247, 0);
		margin-top: -20px;
		margin-bottom: -5px;
	}
#intro-video-wrapper .media-holder iframe {
	float:left;
	}
#intro-video-wrapper .media-holder:before {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	position: absolute;
	left: 10px;
	bottom: 12px;
	z-index: -1;
	width: 50%;
	height: 20%;
	content: "";
	}
#intro-video-wrapper .media-holder:after {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .5);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	position: absolute;
	right: 10px;
	bottom: 12px;
	z-index: -1;
	width: 50%;
	height: 20%;
	content: "";
	}
.media-holder-bg {
	position:absolute;
	left:0;
	top:0;
	width:630px;
	height:385px;
	background:url(images/media-holder-bg.png) 0 0 no-repeat;
	z-index: -1;
	}

/* Media Caption */	
.media-caption {
	position:absolute;
	top:77px;
	right:0;
	width:325px;
	color:#f3f3f3;
	font-size:14px;
	}
	.media-caption h2 {
		font-family: 'Oswald', sans-serif;
		color:#fff;
		text-shadow:none;
		font-size:40px;
		line-height:1em;
		margin-bottom:.2em;
		text-transform:uppercase;
		}
	.media-caption p {
		line-height:20px;
		}
	.media-caption .btn {
		margin-top:36px;
		}
	

/* #Content
================================================== */
#content.right {

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

#content-wrapper {
	position:relative;
	}
#content-wrapper:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:8px;
	background:url(images/top-gradient.png) 0 0 repeat-x;
	}
	#content-wrapper .indent {
		padding:56px 0;
	}
	.no-indent {
		padding: 0 !important;
	}
	

/* Demo Styles */
.page-template-template-home-slider2-php #content-wrapper .indent,
.page-template-template-home-slider3-php #content-wrapper .indent {
	padding: 0;
}
	.page-template-template-home-slider2-php #content-wrapper .indent .indent,
	.page-template-template-home-slider3-php #content-wrapper .indent .indent {
		padding: 56px 0;
	}
/* How it works page template specific */
.page-template-template-how-it-works-php #content-wrapper .indent {
	padding: 0;
}
	.page-template-template-how-it-works-php #content-wrapper .indent .indent {
		padding:56px 0;
	}
		
/* Heading */
#heading {
	height:181px;
	background:#0b4770 url(images/heading-bg.jpg) 0 0 repeat-x;
	border-bottom:1px solid #001b2b;
	position:relative;
	}
	#heading .page-heading {
		padding:61px 0 0 0;
		}
		#heading .page-heading h1 {
			font-size:36px;
			font-family: 'Oswald', sans-serif;
			line-height:1em;
			margin:0;
			padding:0;
			text-transform:uppercase;
			text-align: left;
			color:#f3f3f3;
			text-shadow:none;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			-o-text-overflow: ellipsis;	/* required for old Opera */
			-ms-text-overflow: ellipsis;	/* required for IE8, allegedly */
		}
			
		/* Breadcrumbs */
		.breadcrumbs {
			margin:0;
			padding:13px 0 0 0;
			}
			.breadcrumbs ul {
				margin:0;
				padding:0;
				}
				.breadcrumbs li {
					background:url(images/arrow-left.gif) 0 7px no-repeat;
					padding:0 0 0 13px;
					margin:0 11px 0 0;
					font-family: 'MuseoSans500Regular', Arial, sans-serif;
					float:left;
					color:#fff;
					text-transform: lowercase;
					}
				.breadcrumbs li:first-child {
					background:none;
					padding-left:0;
					}
					.breadcrumbs li a {
						color:#fff;
						}
					.breadcrumbs li a:hover {
						text-decoration:none;
						color:#4e9bc6;
						}
					.breadcrumbs li .current {
						color:#B4C92B;
						}

						
/* Home Page
---------------------------------------- */
.home-area {
	font-size: 1.17em;
	line-height: 1.7em;
}
#page-content .home-area:first-child {
	margin-top: -56px;
}
#page-content .home-area:last-child {
	margin-bottom: -56px;
}

/* Demo styles */
.page-template-template-home-slider2-php #content-wrapper #page-content .home-area:first-child,
.page-template-template-home-slider3-php #content-wrapper #page-content .home-area:first-child {
	top: 0;
	margin: 0;
}
.page-template-template-home-slider2-php #content-wrapper #page-content .home-area:last-child,
.page-template-template-home-slider3-php #content-wrapper #page-content .home-area:last-child {
	margin-bottom: 0;
}

/* Primary Home Area */
#primary-home-area {
	background:#f7f7f7;
	border-bottom:1px solid #dcdcdc;
	padding: 35px 0 15px 0 !important;
}	
#primary-home-area h2, h1 {
	text-align:center;
	text-transform:uppercase;
	color:#115B87;
}
#primary-home-area.center {
	text-align: center;
}
#primary-home-area.right {
	text-align: right;
}
		
		
/* Secondary Home Area */
#secondary-home-area {
	border-top:1px solid #fff;
	border-bottom:1px solid #dcdcdc;
	position:relative;
	}
#secondary-home-area:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:-2px;
	margin-left:-42px;
	width:85px;
	height:26px;
	background:url(images/content-arrow.gif) 0 0 no-repeat;
}
#secondary-home-area h2 {
	margin-bottom:.6em;
	color:#115b87;
}
#secondary-home-area.center {
	text-align: center;
}
#secondary-home-area.right {
	text-align: right;
}

/* Home Services */
.home-services {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	.home-services > li {
		overflow:hidden;
		margin:47px 0 0 0;
		padding:0;
		background:none;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
		color:#444;
		}
	.home-services > li ul {
		margin-left: 0;
	}
	.home-services li:first-child {
		margin-top:-10px;
		}
		.home-services li .img-holder {
			float:right;
			margin:0 60px 0 70px;
			-webkit-transition: all 0.3s ease-out;
			-moz-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
			}
		.home-services li .img-holder:hover {
			-webkit-transform: rotate(-30deg);
			-moz-transform: rotate(-30deg);
			transform: rotate(-30deg);
			}
		.home-services li h3 {
			padding:22px 0 0 0;
			font-size:24px;
			color:#88a919;
			margin-bottom:.8em;
			text-transform:none;
			}
			.home-services li h3 a {
				color:#88a919;
				-webkit-transition: all 0.3s ease-out;
				-moz-transition: all 0.3s ease-out;
				transition: all 0.3s ease-out;
				}
			.home-services li h3 a:hover {
				color:#115b87;
				text-decoration:none;
				}
	.home-services li:nth-child(even) .img-holder,
	.home-services li.even .img-holder {
		float:left;
		margin:0 70px 0 60px;
		}
	.home-services li.even .img-holder {
		float:left;
		margin:0 70px 0 60px;
		}
		.home-services li:nth-child(even) .img-holder:hover,
		.home-services li.even .img-holder:hover {
			-webkit-transform: rotate(30deg);
			-moz-transform: rotate(30deg);
			transform: rotate(30deg);
			}


/* Tertiary Home Area */
#tertiary-home-area {
	background:#f7f7f7;
	border-top:1px solid #fff;
	position:relative;
	padding:50px 0 15px 0 !important;
}
#tertiary-home-area:before {
	content:"";
	display:block;
	position:absolute;
	left:50%;
	top:-2px;
	margin-left:-42px;
	width:85px;
	height:26px;
	background:url(images/content-arrow-alt.gif) 0 0 no-repeat;
}
#tertiary-home-area h2 {
	margin-bottom:.6em;
	color:#115b87;
}
#tertiary-home-area.center {
	text-align: center;
}
#tertiary-home-area.right {
	text-align: right;
}
	
/* Elastislide Style */
.elastislide-wrapper{
	padding:7px 50px 0 50px;
	position:relative;
}
.elastislide-carousel{
	overflow:hidden;
	position: relative;
}
.elastislide-list{
	margin:0;
	padding:0;
	list-style-type:none;
	white-space: nowrap;
	display: none;
}
.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	transition-property: -webkit-transform;
	transition-property: -moz-transform;
	transition-property: -o-transform;
	transition-property: -ms-transform;
	transition-property: transform;
  	transition-duration: 200ms;
}
.elastislide-carousel ul li {
	/* min-width: 20px; minimum width of the image (min width + border) */
}

.elastislide-list li{
	display: inline-block;
	height: 100%;
	padding:0;
	margin:0 20px 0 0;
	background: none;
	-webkit-backface-visibility: hidden;
}
.elastislide-list li a{
	display: inline-block;
	width: 100%;
}
.elastislide-list li a img{
	margin: 0 !important;
	max-width:100%;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.elastislide-list li a:hover img {
	opacity:.5;
	}
.elastislide-next,
.elastislide-prev{
	position:absolute;
	top:50%;
	left:0;
	background:url(images/nav.gif) 0 0 no-repeat;
	width:25px;
	height:74px;
	margin-top:-37px;
	text-indent:-9000px;
	cursor:pointer;
}
.elastislide-prev {
	background-position:0 -74px;
	}
.elastislide-prev:hover {
	background-position:-25px -74px;
	}
.elastislide-next{
	right:0;
	left:auto;
	background-position:0 0;
}
.elastislide-next:hover {
	background-position:-25px 0;
	}


/* Services Page
---------------------------------------- */
.services {
	margin:0;
	padding:0;
	}
	.services .service-item {
		padding:0;
		background:none;
		}
	.services .service-item {
		list-style-type:none;
		display:-moz-inline-box;
		display:inline-block;
		zoom:1;
		vertical-align:top; 
		width:46%;
		margin:0 8% 30px -3px;
		position:relative;
		background:none;
		padding:0;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
		color:#444;
		}
	.services .service-item:nth-child(even) {
		margin-right:0;
		}
	.services .service-item.even {
		margin-right:0;
		}
	* + html .services .service-item {
		display:inline;
		}
		.services .service-item h5,
		.services .service-item h5 a {
			color:#444;
			}
		.services .service-item h5 a:hover {
			text-decoration:none;
			color:#88a919;
			}
		.services .service-item .icon {
			float:left;
			margin:-5px 10px 5px 0;
			}

			
/* Blog Page
---------------------------------------- */
.post {
	position:relative;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #dcdcdc;
}
.post.last {
	margin-bottom: 0;
}
.post:after {
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	height:1px;
	overflow:hidden;
	background:#fff;
	}

/* Post Heading */
.post .entry-header {
	margin:0 0 2em 0;
	position: relative;
	padding-right: 20px;
	}
	.post .entry-title {
		font-size:24px;
		line-height:1.2em;
		margin-bottom:0;
		}
		.post .entry-title a {
			color:#88a919;
			text-decoration:none;
			}
		.post .entry-title a:hover {
			color:#1689c4;
			}
	.post-edit-link {
		
	}

/* Sticky Post */
.sticky {

}
			
/* Post Content */
.entry-content {
	
}

/* Post Featured Thumbnail */
.featured-thumbnail {
	position:relative;
	float:left;
	margin:0 20px 10px 0;
	max-width:33%;
	height:auto;
	padding:2px;
	background:#fff;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, .25);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
	.featured-thumbnail img {
		padding: 0;
		position:relative;
		z-index:1;
		vertical-align:top;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		}
	.featured-thumbnail a:hover img {
		opacity:.7;
		}
.featured-thumbnail.full-width {
	max-width:100%;
	margin:0 0 20px 0;
}
.featured-thumbnail.medium-width {
	max-width:50%;
	margin:0 20px 20px 0;
}
	
/* Meta Date */
.meta-date {
	display:block;
	position:absolute;
	z-index:2;
	width:58px;
	height:99px;
	right:6px;
	top:0;
	background:url(images/date-bg.png) 0 0 no-repeat;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	line-height:1.3em;
	color:#1689c4;
	text-transform:uppercase;
	text-align:center;
	}
	.meta-date-inner {
		display:block;
		padding:14px 0 0 0;
		}

/* Password Required */
.post-password-required label,
.post-password-required input[type="password"] {
	display: inline-block !important;
}
	
/* Post Footer */
.entry-footer {
	font-size:11px;
	overflow:hidden;
	padding-top: 11px;
	}
.entry-footer.no-pad {
	padding-top: 0;
}
	.entry-footer a {
		color:#1689c4;
		display:inline-block;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		}
	.entry-footer a:hover {
		color:#83b300;
		text-decoration:none;
		}
	.entry-footer .author-link a {
		padding-left:20px;
		margin-right:25px;
		background:url(images/meta-user.png) 0 1px no-repeat;
		}
	.entry-footer .comment-link {
		padding-right: 25px;
	}
	.entry-footer .comment-link a {
		padding-left:25px;
		margin-right:0;
		background:url(images/meta-comment.png) 0 2px no-repeat;
		}
	.entry-footer .full-post-link {
		text-transform:uppercase;
		font-size: 12px;
		font-weight:bold;
		}
	.entry-footer .fright a {
		margin:0 0 0 25px !important;
		}


/* Single Post Page
---------------------------------------- */		
.single-post {
	
}

/* Related Posts */
.related-posts {
	overflow:hidden;
	margin:0 0 2em;
	padding:0;
	width: 100%;
}
.related-posts h3 {
		
}
.related-posts_list {
	padding: 0;
	margin: 0 0 0 -4%;
	font-size: 0;
}
.related-posts_item {
	display: inline-block;
	width: 21%;
	margin-left: 4%;
	margin-bottom: 20px;
	padding: 0;
	background: none;
	list-style-type:none;
	overflow: hidden;
	vertical-align: top;
	font-size: 12px;
}
.related-posts .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0 0 10px 0;
	max-width:100%;
}
/* #Mobile (Portrait) 
	Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.related-posts_item {
		width: 46%;
	}
}
/*/ Related Posts */


/* Author Page
---------------------------------------- */
.author-info {
	padding-bottom: 30px;
}
#recent-author-comments {
	padding-top: 40px;
}
	
	
/* Comments
---------------------------------------- */
.comments-wrapper {
	padding-bottom:35px;
}
	.comments-wrapper h2 {
		background:url(images/hr-double.gif) 0 100% repeat-x;
		padding-bottom:26px;
		margin-bottom:24px;
	}
.commentlist {
	padding:0;
	margin:0;
	background:url(images/hr-double.gif) 0 100% repeat-x;
	padding:0 0 24px 0;
}	
	.commentlist li {
		list-style-type:none;
		margin:0;
		padding:0;
		color:#444;
	}
		.commentlist li .comment-body {
			position:relative;
			background:#f7f7f7;
			padding:15px 15px 7px 70px;
			margin-bottom:20px;
		}

/* Post author highlighting */
.commentlist li.bypostauthor {
	
}
.commentlist li.bypostauthor > .comment-body {
	background: #f4fbff;
	border: 1px solid #c0dff2;
}
.commentlist li.bypostauthor > .comment-body > .comment-author:before {
	display: block;
	position: absolute;
	left: 11px;
	top: 64px;
	content:"Author";
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	font-size: 10px;
	color: #115B87;
}

		
/* Comment Author */
.commentlist li .avatar {
	display:block;
	position:absolute;
	left:11px;
	top:11px;
	float:left;
	border:1px solid #d2d2d2;
}	
.commentlist li .comment-author {
	font-size:14px;
	font-family: 'MuseoSans500Regular', Arial, sans-serif;
}
	.commentlist li .comment-author .fn {
		color:#444;
	}
.commentlist li .comment-meta {
	color:#bebebe;
	margin-bottom:.75em;
	font-family: 'MuseoSans500Regular', Arial, sans-serif;
}
	.commentlist li .comment-meta a {
		color:#bebebe;
	}
.commentlist li .comment-reply {
	position: absolute;
	right: 15px;
	top: 15px;
}
.cancel-comment-reply {
	float: left;
	padding: 6px 0 0 14px;
}
.commentlist .children {
	margin:0;
	padding:0 0 0 70px;
	background:url(images/comment-children.gif) 30px 0 no-repeat;
}
		
		
/* About Us Page
---------------------------------------- */
/* Our Team */
.team-post {
	margin-top:0px;
	}
	.team-post-holder {
		overflow:hidden;
		}
	.team-post .featured-thumbnail {
		margin:0 30px 0 0;
		}
		.team-post .entry-header {
			background:url(images/hr-double.gif) 0 100% repeat-x;
			padding:0 0 18px 0;
			margin-bottom:30px;
			overflow:hidden;
			}
			.team-post .entry-header hgroup {
				float:left;
				padding-top:40px;
				}
				.team-post .entry-header h3 {
					font-family: 'Oswald', sans-serif;
					font-size:24px;
					line-height:1.2em;
					text-transform:uppercase;
					color:#444;
					margin-bottom:.2em;
					word-spacing:.3em;
				}
				.team-post .entry-header h6 {
					font-family:'MuseoSans500Italic', Arial, sans-serif;
				}
		.team-post blockquote.right {
			width:40%;
			background: none;
			padding-top: 0;
			padding-bottom: 0;
			}

/* Single Team */
.team-post__single {
	margin-top: 0;
}
	.team-post__single h3 {
		font-size: 16px;
		text-transform: uppercase;
		font-family: 'Oswald', sans-serif;
		line-height: 1.2em;
		color: #444;
		margin-bottom: 1.5em;
	}

.social-links-alt {
	margin: 0 0 0 -10px;
	padding: 0;
}
	.social-links-alt li {
		background: none;
		padding: 0;
		margin: 0 0 10px 10px;
		float: left;
	}
		.social-links-alt a {
			float: left;
			width: 29px;
			height: 29px;
			background-color: #88a919;
			background-image: url(images/social-icons-alt.png);
			background-position: 0 0;
			font: 0/0 a;
			text-shadow: none;
			color: transparent;
			border: 0;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			-webkit-transition: background-color 0.2s ease-out;
			-moz-transition: background-color 0.2s ease-out;
			transition: background-color 0.2s ease-out;
		}
		.social-links-alt a:hover {
			background-color: #ddd;
		}

		.social-links-alt .gplus a {
			background-position: 0 0;
		}
		.social-links-alt .skype a {
			background-position: -29px 0;
		}
		.social-links-alt .vimeo a {
			background-position: -58px 0;
		}
		.social-links-alt .youtube a {
			background-position: -87px 0;
		}
		.social-links-alt .linkedin a {
			background-position: -116px 0;
		}
		.social-links-alt .twitter a {
			background-position: -145px 0;
		}
		.social-links-alt .facebook a {
			background-position: -174px 0;
		}
		
	

/* 404 Page
---------------------------------------- */
.error404 #content-wrapper .indent {
	padding:10px 0;
	}
	
#error404 {
	
	}
	.error404-num {
		height:521px;
		background:url(images/404numb.jpg) 100% 0 no-repeat;
		}
	#error404 hgroup {
		padding-top:90px;
		}
	#error404 h2 {
		font-size:21px;
		line-height:30px;
		color:#444;
		margin-bottom:3em;
		}
	#error404 h4 {
		font-size:15px;
		margin-bottom:1.2em;
		}
	#error404 ul {
		margin:0;
		padding:0;
		}
		#error404 ul li {
			background-image:url(images/li-marker-default.png);
			}
		#error404 ul li:hover {
			background-image:url(images/li-marker-act.png);
			}
		#error404 ul li a {
			color:#444;
			}
		#error404 ul li a:hover {
			color:#88a919;
			text-decoration:none;
			}
			

/* Google Map
---------------------------------------- */
.map-wrapper {
	position:relative;
	padding:2px;
	background:#fff;
	margin-bottom:60px;
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, .25);
	}
	.map-wrapper img {
		max-width:none !important;
	}	
#map_canvas {
	width:100%;
	height:346px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}			


/* #Gallery
================================================== */		
.gallery {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	.gallery > li {
		position:relative;
		background:none;
		padding:0 0 30px 0;
		margin-bottom:31px;
		color:#444;
		border-bottom:1px solid #dcdcdc;
		}
	.gallery > li:before {
		content:"";
		display:block;
		position:absolute;
		left:0;
		right:0;
		bottom:-2px;
		height:1px;
		background:#fff;
		}
		.gallery > li .thumb-holder {
			border:2px solid #fff;
			background:#fff;
			box-shadow:0 1px 2px 0 rgba(0, 0, 0, .3);
			position:relative;
			}
			.gallery > li .thumb-holder img {
				display:block;
				width:100%;
				height:auto;
				vertical-align:top;
				position:relative;
				z-index:1;
				}
		.gallery > li .desc {
			border-left:3px solid #88a919;
			padding-left:20px;
			margin-top:20px;
			}
		.gallery > li h4 {
			font-size:16px;
			}
		.gallery > li h4 a {
			color:#88a919;
			-webkit-transition: color 0.2s ease-out;
			-moz-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out;
			}
		.gallery > li h4 a:hover {
			text-decoration:none;
			color:#115b87;
			}
		.gallery > li .category {
			font-size:11px;
		}	
			.gallery > li .category a {
				color: #444;
			}
			.gallery > li .category a:hover {
				text-decoration: none;
				color:#115b87;
			}
		
		.gallery > li .zoom-overlay {
			display:block;
			position:absolute;
			top:0;
			left:0;
			bottom:0;
			right:0;
			background:rgba(255, 255, 255, .5);
			z-index:2;
			opacity:0;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
			}
		.no-rgba .gallery > li .zoom-overlay {
			background:url(images/white-opacity-50.png);
			}
		.no-opacity .gallery > li .zoom-overlay {
			visibility:hidden;
			}
		.gallery > li .zoom-overlay .magnify {
			display:block;
			position:absolute;
			left:50%;
			top:50%;
			margin:-30px 0 0 -15px;
			width:30px;
			height:30px;
			background:url(images/magnify.png) 0 0 no-repeat;
			-webkit-transition: all 0.2s ease-out;
			-moz-transition: all 0.2s ease-out;
			transition: all 0.2s ease-out;
			}
		.gallery > li a:hover .zoom-overlay {
			opacity:1;
			}
		.no-opacity .gallery > li a:hover .zoom-overlay {
			visibility:visible;
			}
		.gallery > li a:hover .zoom-overlay .magnify {
			margin-top:-15px;
			}
			
.gallery > li.clear {
	content:"";
	padding:0;
	margin:0;
	display: block;
	overflow: hidden;
	visibility:hidden;
	width: 0;
	height: 0;
	clear:both;
	}

/* Single Video */
.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.video-holder iframe,  
.video-holder object,  
.video-holder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
/* Gallery 2cols
---------------------------------------- */
.gallery.cols2 > li .desc {
	margin-top:30px;
	}
.gallery.cols2 > li .category {
	font-size:12px;
	}
	
/* Gallery 3cols
---------------------------------------- */	

/* Gallery 4cols
---------------------------------------- */	
.gallery.cols4 > li h4 {
	font-size:13px;
	}
	
			
/* #Sidebar
================================================== */
#sidebar {
	word-wrap: break-word;
}
#sidebar.right {

}
#sidebar.left {

}
	#sidebar.left .prefix_1_2 {
		padding-left: 0;
		padding-right: 30px;
	}
	#sidebar .widget {
		margin-bottom:30px;
	}
	
		
/* Widget Titles */		
#sidebar .widget h4,
h4.alt-title {
	position:relative;
	height:31px;
	background:url(images/title-bg.png) 100% 0 no-repeat;
	font-size:13px;
	line-height:28px;
	padding:0 0 0 16px;
	margin:0 0 1.1em 14px;
	color:#000;
	text-transform:uppercase;
	text-shadow:0 1px 0 rgba(255, 255, 255, .6);
	max-width:280px;
	}
#sidebar .widget h4:before,
h4.alt-title:before {
	content:"";
	display:block;
	position:absolute;
	left:-14px;
	top:-4px;
	width:14px;
	height:34px;
	background:url(images/title-left.png) 0 0 no-repeat;
	}



/* Widget Lists */
#sidebar .widget ul li {
	background:url(images/li-marker-default.png) 0 4px no-repeat;
	padding:0 0 0 19px;
	font-family:'MuseoSans500Italic', Arial, sans-serif;
	}
#sidebar .widget ul li:hover {
	background:url(images/li-marker-act.png) 0 4px no-repeat;
	}
	#sidebar .widget ul li a {
		color:#444;
		}
	#sidebar .widget ul li a:hover {
		color:#88a919;
		}
		
/* Testimonials */
.testimonials-widget {
	
	}
	.testimonials-list li {
		background:none !important;
		margin:0 0 1.5em 0 !important;
		padding:0 !important;
		}
		.testimonials-list li blockquote {
			position:relative;
			border:none;
			padding:0;
			margin:0;
			font-size:12px;
			line-height:24px;
			text-indent:24px;
			color:#444;
			}
		.testimonials-list li blockquote:before {
			display:inline-block;
			position:absolute;
			left:0;
			top:0;
			content: open-quote;
			font-weight: bold;
			font-size:32px;
			font-style:normal;
			font-family:Arial, Helvetica, sans-serif;
			margin:0 10px 0 0;
			text-indent:0;
			}
		.testimonials-list li blockquote:after {
			position:relative;
			display:inline-block;
			content: close-quote;
			font-weight: bold;
			font-size:32px;
			line-height:24px;
			vertical-align:bottom;
			font-family:Arial, Helvetica, sans-serif;
			text-indent:0;
			}
	.testimonials-list li .testi-info {
		display:block;
		text-align:right;
		}
		.testimonials-list li .testi-info a {
			color:#115b87;
			}
		.testimonials-list li .testi-info a:hover {
			color:#444;
		}

/* Search Widget */
#sidebar-search {
	
}
#sidebar-search input[type="text"] {
	width: 172px;
	float: left;
	margin-right: 6px;
}
#sidebar-search input[type="submit"] {
	float: left;
}

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


/* Search Widget */
.widget .search input[type="text"] {
	width: 165px;
	float: left;
	margin-right: 10px;
}


/* Recent Posts Shortcode */
.recent-posts {
	margin: 0;
	padding: 0;
}
	.recent-posts li {
		list-style-type: none;
		padding: 0;
		margin: 0 0 1.5em 0;
		background: none;
		font-family: 'MuseoSans500Regular', Arial, sans-serif;
	}
			

/* #Footer Widgets
================================================== */	
#widgets {
	background:#3a3b3c url(images/widget-bg.gif);
	color:#8899a1;
	border-top:2px solid #252626;
	border-bottom:1px solid #2b2b2b;
	}
	#widgets .indent {
		padding:40px 0 30px 0;
		background:url(images/widget-top-bg.gif) 0 0 repeat-x;
		}
		#widgets .widget {
			padding:14px 0 0 0;
			}
	
	/* Widget */
	.widget {
		margin-bottom:16px;
		}
	.widget ul {
		margin:0;
		padding:0;
		list-style-type:none;
		}
		.widget ul li {
			padding:0;
			margin:4px 0 0 0;
			background:none;
			font-family: 'MuseoSans500Regular', Arial, sans-serif;
		}
		#widgets .widget ul li {
			color:#8899a1 !important; /* Footer widgets color specific */
		}
		.widget ul li:first-child {
			margin-top:0;
		}
	
	.widget h4 {
		font-size:15px;
		margin-bottom:1.25em;
		color:#66b9e3;
		text-shadow:none;
		text-transform:none;
	}
	.widget a {
		color:#485C66;
	}
	.widget a:hover {
		color:#66b9e3;
		text-decoration:none;
	}
	.widget__alt a {
		color:#96aa17;
	}
	.widget__alt a:hover {
		color: #96aa17;
		text-decoration: underline;
	}

.grid_3 .widget a {
		color:#90A8B4;
}
/* Extra Widget Area */
#widgets .extra-widget-area {

	}
	#widgets .extra-widget-area h4 {
		color:#66B9E3;
		}
	#widgets .extra-widget-area .inner {
		padding:0 0 0 0px;
		}
	#widgets .extra-widget-area .widget {
		margin-bottom:13px;
		}

/* Social Links Widget */
.social-links {
	
	}
	.social-links li {
		position:relative;
		}
	.social-links li:before {
		content:"";
		display:block;
		position:absolute;
		left:0;
		top:-1px;
		width:23px;
		height:23px;
		background-image:url(images/social-icons.png);
		background-repeat:no-repeat;
		background-position:0 0;
		}
	.social-links li.facebook:before {
		background-position:0 0;
		}
	.social-links li.twitter:before {
		background-position:-23px 0;
		}
	.social-links li.google-plus:before {
		background-position:-46px 0;
		}
	.social-links li.linkedin:before {
		background-position:-69px 0;
		}
	.social-links li.rss:before {
		background-position:-92px 0;
		}
	.social-links li.skype:before {
		background-position:-115px 0;
		}
	.social-links li.youtube:before {
		background-position:-138px 0;
		}
		
		.social-links li a {
			padding-left:35px;
			}
		
/* Twitter Widget */
div.twitter {
	position:relative;
}
.twitter_update_list {
	margin:0;
	padding:0 0 13px 0;
}
	.twitter_update_list li {
		position: relative;
		list-style-type:none;
		padding:0;
		line-height:16px;
		margin:0 0 1.5em 0 !important;
	}
		.twitter_update_list li a {
			color:#66b9e3;
			text-decoration:none;
		}
		.twitter_update_list li a:hover {
			color:#fff;
			text-decoration:none;
		}
	.twitter_update_list .timestamp {
		text-decoration:none;
		font-family:'MuseoSans500Italic', Arial, sans-serif;
	}
		.twitter_update_list .timestamp a {
			color:#5f686d;
		}
		.twitter_update_list .timestamp a:hover {
			color:#fff;
			text-decoration:none;
		}
	
	
/* #Footer
================================================== */
#footer {
	background:#2b2b2b url(images/footer-gr.gif) 0 0 repeat-x;
	border-top:1px solid #090909;
	border-bottom:1px solid #17191a;
	padding:15px 0;
	font-size:12px;
	}
	#footer .copyright {
		font-size:1em;
		padding-right:45px;
		}
	#footer a {
		color:#8898a0;
		text-decoration:underline;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
		transition: color 0.2s ease-out;
		}
	#footer a:hover {
		color:#66b9e3;
		text-decoration:none;
		}
		
		
.tab h4 a{
	color:#333;
}

hr {
	height: 1px;
	background-color: #ccc;
	border: 0px;
	margin-left: 0px;
	margin-bottom: 25px;
}

.oneByOne_item a{
	color:#FFF;
}

.entry-content p a{
	color: #90A50B;
	font-size: 14px;
}

.widget .textwidget .teste {
	font-size: 16px;
	color: rgb(2, 111, 172);
}

.pag{
	margin-top:-30px;
	color:#000;
}
