/* 
Theme Name: Dimension 8th 
Version: 1.2.2
License: Wordpress derivate http://www.gnu.org/licenses/gpl-2.0.html
License URI: http://www.gnu.org/licenses/gpl.html

*-----------------------------*
WARNING! DO NOT EDIT THIS FILE!
*-----------------------------*

To make updates to your theme, do not edit the styles in this file. Rather use
the Custom CSS field in Theme Options to add your style changes. By copying a style from this
file and pasting it in Theme Options, you will override the style in this file and avoid 
losing changes with theme updates or reinstalls.

*/


@import url(reset.css);
@import url(clearfix.css);
@import url(social.css);
@import url(editor-style.css);
 @import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,400italic,700italic);
/*-------------------------------------------------------------------------------------------*/
/*- SETUP STD CLASSES -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
}
body {
	background: #eaeaea;
	font-family: 'Merriweather', Georgia, Times, serif;
	font-size: 13px;
	line-height: 1.8em;
	color: #777;
}
label {
	display: block;
	margin-bottom: 5px;
	color: #777;
	font-weight: 700;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
textarea, input, button {
	padding: 8px;
	background: #fff;
	border: none;
	font-size: 13px;
	line-height: 1.8em;
	color: #595959;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
textarea {
	width: 90%;
	max-width: 520px;
	padding: 8px;
	margin: 0px;
        border: 1px solid #e0e0e0;
}
input[type=text], input[type=password] {
	width: 90%;
	max-width: 280px;
	border: 1px solid #e0e0e0;
}
button, input[type=button], input[type=submit] {
	cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
a {
	color: #3499D1;
	text-decoration: none;
-webkit-transition: all .15s ease-in-out;
-moz-transition: all .15s ease-in-out;
}
a:hover {
	color: #111;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
img {
	max-width: 100%;
	height: auto;
}
iframe, embed, object {
	max-width: 100%;
}
.action-link {
	display: inline-block;
	padding: 8px 16px;
	background: #3E7FB0;
	color: #fff;
	font-weight: 700;
}
.action-link:hover {
	background: #173F52;
}
/*-------------------------------*/
/*- LAYOUTS ---------------------*/
.no_bg {
	background-image: none;
}
.clearboth {
	clear: both
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.floatright {
	float:right;
}
.no_display {
	display: none;
}
.opacity_zero {
	opacity: 0;
}
/*-------------------------------*/
/*- DEFAULT WORDPRESS STYLING ---*/
.wp-caption {
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px 0px 10px 5px;
	margin-bottom: 10px;
	max-width: 96%;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	max-width: 98.5%;
}
.wp-caption p.wp-caption-text {
	padding: 0px 4px 5px;
	margin: 0px;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0px;
}
.alignnone {
	margin: 5px 20px 20px 0px;
}
.aligncenter, div.aligncenter {
	display:block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0px 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0px;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0px 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0px;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
pre {
	padding: 15px;
	margin: 0px 0px 22px 0px;
	background-color: #f0f0f0;
	border: 1px solid #dadada;
	overflow-x: auto;
	overflow-y: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
	text-indent: 0px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 13px;
	line-height: 1.3em;
	color: #000;
	orphans: 2;
	text-transform: none;
	widows: 2;
}
.gallery-item img:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	transition: ease-in-out 1s;
}
.gallery-caption {
	margin-left: 0;
	font-size: 11px;
	width: 74%;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	font-style: italic;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	text-decoration: none;
}
/* WP3.4 Required */
.sticky {
}
.bypostauthor {
}
/*-------------------------------------------------------------------------------------------*/
/*- GENERAL LAYOUT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#wrapper {
	background: #fff;
}
#header-contact-container {
	width: 100%;
	background: #3981d5;
	border-bottom: 1px solid #e4e4e4;
}
#header-contacts {
	max-width: 980px;
	margin: auto;
	padding: 0px 10px;
	position: relative;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	color: #777;
	font-size: 11px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
}
#header-container {
	width: 100%;
	background: #ffffff;
	position: relative;
	position: fixed;
	z-index: 4;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#header {
	max-width: 1000px;
	padding: 20px 20px;
	margin: auto;
	position: relative;
}
#top-navigation-container {
	float: right;
}
#title-container {
	background: #3499D1;
}
#content-container {
	padding-top: 50px;
}
#content {
	max-width: 1000px;
	margin: auto;
	padding: 60px 20px;
	position: relative;
}
#left-column {
	float: left;
	width: 64%;
}
#right-column {
	float: right;
	width: 30%;
}
.sidebarleft #left-column {
	float: right;
}
.sidebarleft #right-column {
	float: left;
}
.sidebarnone #left-column {
	float: none;
	width: 100%;
}
.single-services #content-container.sidebarnone #left-column {
	float: left;
	width: 64%;
}
#footer-container {
	padding: 40px 20px 20px;
	background-color: #2A303A;
	position: relative;
	z-index: 2;
}
#footer {
	max-width: 1000px;
	margin: 0 auto;
}
#footer-base-container {
	padding: 10px;
	background: #252525;
	position: relative;
	z-index: 2;
}
.footer-text {
	max-width: 1000px;
	margin: auto;
	padding: 0;
	overflow: hidden;
	clear: both;
	color: #777;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
#footer-navigation-container {
	display: block;
	overflow: hidden;
	margin-bottom: 3px;
	width:60%;
	float:right;
}
/*-------------------------------*/
	/*- WRAPPER BOXED ---------------*/
	#wrapper.boxed {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#wrapper.boxed #header-container {
	display: block;
	position: relative;
	box-shadow: none;
}
#wrapper.boxed #content-container {
	padding-top: 0px !important;
}
#wrapper.boxed .slider {
	position: relative;
	max-width: 1180px;
}
#wrapper.boxed .home-page {
	margin-top: 0px;
}
#wrapper.boxed #widget-block {
	margin-top: 0px;
	background: #FFF;
}
/*-------------------------------------------------------------------------------------------*/
/*- COMMON ELEMENTS -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


	/*-------------------------------*/
	/*- FORMS -----------------------*/
	.form-description {
	margin-bottom: 20px;
}
fieldset {
	padding: 10px;
	margin-bottom: 20px;
	background: #f4f4f4;
	border-radius: #ccc;
	border-radius: 5px;
}
fieldset p:last-child {
	margin-bottom: 0px;
}
.alert {
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid;
	color: #000;
	font-weight: 700;
	border-radius: 4px;
}
.alert p:last-child {
	margin-bottom: 0px;
}
.alert.success {
	background-color: #66CC99;
	border-color: #009966;
}
.alert.note {
	background-color: #ffc;
	border-color: #FFCC66;
}
.alert.fail {
	background-color: #FF9999;
	border-color: #c00;
}
/*--------------------------*/
	/*- GRIDS ------------------*/
	.grid {
	overflow: hidden;
	margin-bottom: 20px;
}
/*---------------------*/
		/*- SIX COLUMNS -------*/
		.six-column {
	clear: both;
	position: relative;
}
.six-column .column {
	float: left;
	width: 14.166667%;
	margin-right: 3%;
	margin-bottom: 2%;
	position: relative;
}
 .six-column .column:nth-child(6n+6) {
margin-right: 0;
}
 .six-column .column:nth-child(6n+7) {
clear: left;
}
.six-column h4.post-title {
	margin-bottom: 10px;
}
.six-column .post-image {
	max-height: 75px;
	overflow: hidden;
}
.six-column .button {
	clear: both;
	float: left !important;
	margin: 0px !important;
	padding: 10px;
}
.six-column .star-rating {
	float: left;
	margin-top: 10px;
}
/*---------------------*/
		/*- FIVE COLUMN -------*/
		.five-column {
	clear: both;
	position: relative;
}
.five-column .column {
	float: left;
	width: 17.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
 .five-column .column:nth-child(5n+5) {
margin-right: 0;
}
 .five-column .column:nth-child(5n+6) {
clear: left;
}
.five-column h4.post-title {
	margin-bottom: 10px;
}
.five-column .post-image {
	max-height: 90px;
	overflow: hidden;
}
.five-column .button {
	clear: both;
	float: left !important;
	margin: 0px !important;
	padding: 10px;
}
.five-column .star-rating {
	float: left;
	margin-top: 10px;
}
/*---------------------*/
		/*- FOUR COLUMNS ------*/
		.four-column .column {
	float: left;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 30px;
}
 .four-column .column:nth-child(4n+4) {
margin-right: 0;
}
 .four-column .column:nth-child(3n+4) {
clear: none;
}
.four-column .star-rating {
	float: left;
	margin-top: 10px;
}
.four-column .price {
	clear: both;
}
/*---------------------*/
		/*- THREE COLUMNS -----*/
		.three-column .column {
	float: left;
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 30px;
}
 .three-column .column:nth-child(3n+3) {
margin-right: 0px;
}
 .three-column .column:nth-child(3n+4) {
clear: left;
}
.three-column .star-rating {
	float: left;
	margin-top: 10px;
}
.three-column .price {
	clear: both;
}
/*---------------------*/
		/*- TWO COLUMNS -------*/
		.two-column .column {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
}
 .two-column .column:nth-child(2n+2) {
margin-right: 0px;
margin-bottom: 30px;
}
 .two-column .column:nth-child(2n+3) {
clear: left;
}
 .two-column .column:nth-child(2n+3) {
clear: left;
}
.two-column .star-rating {
	float: left;
	margin-top: 20px;
}
.two-column .price {
	clear: both;
}
/*---------------------*/
		/*- ONE COLUMN --------*/
		.one-column .column {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.content-widget .one-column .post-title a {
	padding: 20px 0px;
}
.content-widget .one-column .post-image {
	margin-top: 30px;
}
.content-widget .one-column .star-rating {
	float: left;
	margin-top: 20px;
}
.content-widget .one-column .price {
	clear: both;
}
/*--------------------------*/
	/*- TITLES -----------------*/
	.title-block {
	max-width: 1000px;
	padding: 60px 20px;
	margin: auto;
}
.title-block h2 {
	color: #fff;
	font-weight: 700;
	font-size: 43px;
	line-height: 53px;
}
.title-block h2 a {
	color: #fff;
}
.title-block h2 a:hover {
	color: #3499D1;
}
.title-block p {
	max-width: 600px;
	margin: 20px 0 0;
	color: #fff;
	font-style: italic;
	font-size: 17px;
	line-height: 27px;
}
.page-title-block {
	margin: 0 0 30px;
}
.page-title {
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #111;
	font-size: 33px;
	line-height: 43px;
}
.page-title a {
	color: #111;
}
.page-title a:hover {
	color: #3499D1;
}
.page-title-block .page-title {
}
.post-title-block {
	margin: 0 0 30px;
}
.post-title {
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #111;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.post-title a {
	color: #111;
}
.post-title a:hover {
	color: #3499D1;
}
.post-title-block .post-title {
	padding-bottom: 20px;
	margin-bottom: 26px;
	font-family: inherit;
	border-bottom: 4px solid #e4e4e4;
	font-size: 33px;
	line-height: 43px;
}
.service-title-block {
	margin: 0 0 30px;
}
.service-title {
	padding: 0;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 33px;
	line-height: 43px;
	color: #111;
}
.service-title a {
	color: #111;
	overflow: hidden;
	display: block;
}
.service-title a:hover {
	color: #3499D1;
}
.post-date {
	margin-bottom: 10px;
	color: #777;
	font-size: 11px;
}
/*--------------------------*/
	/*- PAGE TEMPLATE CONTENT (applies to team, services, testimonials and partners templates) --*/
	.copy.page-feature-copy {
	margin: 0 0 60px;
	text-align: center;
	color: #777;
	font-size: 23px;
	line-height: 33px;
}
/*--------------------------*/
	/*- BUTTONS ----------------*/
	button, input[type=submit] {
	display: inline-block;
	padding: 8px 16px;
	border: none;
	font-weight: 400;
	line-height: 1em;
	border-radius: 0;
}
.button, .added_to_cart {
	float: right;
	display: inline-block;
	margin-left: 20px;
	padding: 8px 16px;
	border: none;
	font-weight: 400;
	line-height: 1em;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.added_to_cart {
	margin-left: 0px;
}
button.button {
	padding: 0px 15px;
	height: 30px;
}
/*-----------------------------*/
		/*- ECOMMERCE BUTTONS ---------*/
		.woocommerce_message .button,  .woocommerce-message .button {
	float: right;
}
/*- ADD TO CART -------*/
			.add_to_cart_button,  .added_to_cart,  .single_add_to_cart_button,  .button.product_type_variable {
	background: #3499D1;
	color: #fff;
}
.add_to_cart_button:hover,  .added_to_cart:hover,  .single_add_to_cart_button:hover,  .button.product_type_variable:hover {
	background: #111;
	color: #fff;
}
/*- VIEW CART ---------*/
			.widget_shopping_cart .button,  .woocommerce-message .button,  .products .product .added_to_cart {
	background: #3499D1;
	color: #fff;
}
.widget_shopping_cart .button:hover,  .woocommerce-message .button:hover,  .products .product .added_to_cart:hover {
	background: #111;
	color: #fff;
}
/*- CHECKOUT ---------*/
			.widget_shopping_cart  .button.checkout,  .shop_table .checkout-button {
	background: #3499D1;
	color: #fff;
}
.widget_shopping_cart:hover  .button.checkout:hover,  .shop_table .checkout-button:hover {
	background: #111;
	color: #fff;
}
table .total-cart-buttons td {
	text-align: right;
	border: none;
}
table td .button.checkout-button {
	float: right;
	margin-left: 10px;
}
input[name=update_cart] {
	background: #3499D1;
	color: #fff;
}
input[name=update_cart]:hover {
	background: #111;
	color: #fff;
}
label.checkbox {
	display: inline-block !important;
}
/*- QUANTITY ---------*/
			.quantity .plus, .quantity .minus {
	height: 15px;
	width: 20px;
	padding: 0;
	position: absolute;
	right: 0px;
}
.quantity .plus {
	top: 0px;
	background: #3499D1;
	border-radius: 0px 3px 0px 0px;
	color: #fff;
}
.quantity .minus {
	bottom: 0px;
	background: #3499D1;
	border-radius: 0px 0px 3px 0px;
	color: #fff;
}
.quantity .plus:hover, .quantity .minus:hover {
	background: #111;
}
mark.count {
	background: none transparent;
	color: #555555;
}
/*- PRICE FILTER -----*/
			.price_slider_wrapper .button {
	background: #3499D1;
	color: #fff;
}
.price_slider_wrapper .button:hover {
	background: #3499D1;
	color: #fff;
}
.price_slider_amount .button {
	float: right;
}
/*- COUPON -----------*/
			td .coupon .button {
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background: #ddd;
	border: none;
	text-shadow: none;
	color: #111;
	border-radius: 0 2px 2px 0;
}
td .coupon .button:hover {
	background-color: #3499D1;
	color: #fff;
}
/*- REVIEWS ----------*/
			#respond #submit {
	background: #3499D1;
	color: #fff;
}
#respond #submit:hover {
	background: #111;
	color: #fff;
}
/*- REVIEWS ----------*/
			.show_review_form.button {
	background: #3499D1;
	color: #fff;
}
.show_review_form.button:hover {
	background: #111;
	color: #fff;
}
/*-----------------------------*/
		/*- SOCIAL BUTTONS-------------*/
		a.addthis_default_style {
	padding: 0px !important;
}
a.addthis_button_tweet {
	width: 90px;
}
a.addthis_button_facebook_like {
	width: 85px;
}
a.addthis_button_google_plusone {
	width: 75px;
}
/*-----------------------------*/
		/*- READ MORE BUTTONS ---------*/
		.content-widget .read-more, .post-content .read-more {
	display: inline-block;
	padding: 6px 14px;
	margin: 15px 0 0;
	background-color: #3499D1;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.content-widget .read-more:hover, .post-content .read-more:hover {
	background-color: #111;
}
/*-----------------------------*/
		/*- VIEW MORE BUTTONS ---------*/
		.page-widget .view-more {
	display: inline-block;
	padding: 6px 14px;
	background-color: #3499D1;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.page-widget .view-more:hover {
	background-color: #111;
}
/*-----------------------------*/
		/*- PAGINATION BUTTONS --------*/
		.pagination .next a {
	background-color: #3499D1;
	background-image: url(images/layout/pagination-arrows.png);
	background-position: -45px 8px;
	background-repeat: no-repeat;
}
.pagination .previous a {
	background-color: #3499D1;
	background-image: url(images/layout/pagination-arrows.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
.pagination .next a:hover, .pagination .previous a:hover {
	background-color: #000;
}
/*-----------------------------*/
		/*- WIDGET BUTTONS ------------*/
		.video-slider-buttons {
	float: right;
	overflow: hidden;
	margin-bottom: 10px;
}
/*-----------------------------*/
		/*- GFORMS BUTTONS ------------*/
		.gform_footer input[type=button], .gform_footer input[type=submit] {
	width: auto;
	padding: 5px;
	margin-bottom: 5px;
	background: #3E7FB0;
	border: none;
	border-radius: 4px;
	font-weight: 700;
	color: #fff;
}
.gform_footer input[type=button]:hover, .gform_footer input[type=submit]:hover {
	background: #000;
}
.gform_footer input[type=button]:active, .gform_footer input[type=submit]:active {
	position: relative;
	top: 1px;
}
/*-----------------------------*/
		/*- MAILCHIMP WIDGET ----------*/
		.widget_ns_mailchimp .button {
	margin-top: 15px;
	background: #3499D1;
	color: #fff;
}
.widget_ns_mailchimp .button:hover {
	background: #111;
}
/*--------------------------*/
	/*- BREAD CRUMBS -----------*/
	#crumbs-container {
	background: #f2f2f2;
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e4e4;
}
#crumbs {
	max-width: 1000px;
	padding: 10px;
	margin: auto;
	overflow: hidden;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
#crumbs li {
	float: left;
	display: inline;
	margin-right: 15px;
	color: #777;
}
#crumbs a {
	color: #777;
}
#crumbs a:hover {
	text-decoration: underline;
}
#crumbs .current, #crumbs .current a {
	color: #595959;
}
/*-------------------------------------------------------------------------------------------*/
/*- HEADER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*--------------------------*/
	/*- HEADER ROW -------------*/
	.logo {
	float: left;
}
.logo h1, .logo img {
	margin: 0px;
	padding: 0px;
	display: block;
}
/*--------------------------*/
	/*- MAIN MENU --------------*/
	ul#nav {
	position: absolute;
	bottom: 40px;
	right: 20px;
	font-weight: 400;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
ul#nav li {
	float: left;
	margin-left:25px;
	position: relative;
}
ul#nav li a {
	display: block;
	margin: 0px 0px;
	border-radius: 5px;
	color: #3F3F3F;
	text-transform: uppercase;
}
ul#nav li a:hover {
	color: #3499D1;
}
/*----------------------*/
		/*- SUB MENU -----------*/
		ul#nav ul.sub-menu, ul#nav .children {
	display: none;
	padding: 0px 20px;
	position: absolute;
	top: 43px;
	left: -20px;
	z-index: 10;
	background: #fff;
	border-radius: 0px;
	text-transform: none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
ul#nav ul.sub-menu ul, ul#nav .children ul {
	left: 156px;
	top: 0px;
}
ul#nav li:last-child ul.sub-menu ul, ul#nav li:last-child .children ul {
	left: auto;
	right: 156px;
}
ul#nav ul.sub-menu li, ul#nav .children li {
	clear: both;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
ul#nav ul.sub-menu li:last-child, ul#nav .children li:last-child {
	border-bottom: none;
}
ul#nav ul.sub-menu li a, ul#nav .children li a {
	display: block;
	padding: 10px 0px;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	color: #111;
	border-radius: 0px;
	text-transform: none;
}
ul#nav ul.sub-menu li:last-child a, ul#nav .children li:last-child a {
	border-bottom: 0px;
}
ul#nav ul.sub-menu li a:hover, ul#nav .children li a:hover {
	color: #3499D1;
}
/*-----------------------*/
	/*- HEADER SEARCH -------*/
	.header-search {
	float: left;
	min-width: 25px;
	height: 35px;
	margin: 0 20px 0 0;
}
.header-search .search-form {
	width: 0px;
	height: 35px;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 10px;
}
.header-search .search_button, .icon-search {
	width: 35px;
	height: 35px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f0f0f0;
	background-image: url(images/layout/search.png);
	background-position: center;
	background-repeat: no-repeat;
	border-right: 1px solid #e0e0e0;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}
.header-search .search_button {
	z-index: 1;
	text-indent: -999px;
	overflow: hidden;
	background-color: #fff;
}
.header-search .search_button:hover {
	background-color: #fff;
}
.active .header-form {
	width: 200px;
}
.active .header-contact, .active .header-social {
	opacity: 0;
}
.active .search-form {
	width: 180px;
	padding: 1px 10px;
}
.active .icon-search {
	z-index: 1;
}
.active .search_button {
	z-index: 2;
	top: 0;
	border-left: 1px solid #e0e0e0;
}
.icon-search {
	z-index: 2;
}
.header-form {
	position: absolute;
	top: 0;
	left: 1px;
	z-index: 9;
	width: 35px;
	transition: all 0.3s;
}
/*--------------------------*/
	/*- HEADER CONTACT ---------*/
	.header-contact {
	float: left;
	padding: 5px 0;
	opacity: 1;
	transition: all 0.3s;
	letter-spacing: 1px;
}
.header-contact li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}
.header-contact .header-number {
	padding-left: 25px;
	background: url(images/layout/header-icons/phone20.png) left no-repeat;
}
.header-contact .header-email {
	padding-left: 25px;
	background: url(images/layout/header-icons/email-header.png) left no-repeat;
}
.header-contact .header-email a {
	color: #FFF;
	text-decoration: none;
}
.header-contact .header-email a:hover {
	color: #000;
}
.header-social {
	float: left;
	overflow: hidden;
	margin-top: 7px;
	opacity: 1;
	transition: all 0.3s;
}
.header-social li {
	float: left;
	margin-left: 10px;
	text-indent: -99999px;
}
.header-social li a {
	display: block;
	width: 20px;
	height: 20px;
}
.header-social .header-facebook a {
	background: url(images/layout/header-icons/facebook16.png) center no-repeat;
}
.header-social .header-twitter a {
	background: url(images/layout/header-icons/twitter20.png) center no-repeat;
}
.header-social .header-linkedin a {
	background: url(images/layout/header-icons/linkedin20.png) center no-repeat;
}
.header-social .header-gplus a {
	background: url(images/layout/header-icons/googleplus16.png) center no-repeat;
}
.header-social .header-pinterest a {
	background: url(images/layout/header-icons/pinterest20.png) center no-repeat;
}
/*--------------------------*/
	/*- TOP NAV ----------------*/
	#top-nav {
	margin-right: 20px;
	letter-spacing: 1px;
}
#top-nav li {
	float: left;
	margin-left: 20px;
}
#top-nav li a {
	display: block;
	padding: 5px 0;
	color: #FFF;
}
#top-nav li a:hover {
	color: #000;
}
#top-nav li ul {
	display: none;
}
/*--------------------------*/
	/*- HEADER CART ------------*/
	.header-cart-button {
	float: right;
	padding: 5px 0 5px 35px;
	background: url(images/layout/shopping-bag.png) left no-repeat;
	border-left: 1px solid #e0e0e0;
	color: #999;
	letter-spacing: 1px;
}
.header-cart-button:hover {
	color: #000;
}
.header-cart {
	display: none;
	width: 250px;
	padding: 0px;
	background: #fff;
	position: absolute;
	top: 36px;
	right: -1px;
	z-index: 9;
	border: 1px solid #f0f0f0;
	border-top: none;
	font-weight: normal;
	transition: all 0.3s;
}
.header-cart ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.header-cart li {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}
.header-cart .product-image {
	float: right;
	margin-left: 10px;
	max-width: 50px;
	height: auto;
}
.header-cart h4 {
	margin-bottom: 0;
	font-family: 'Merriweather', Georgia, Times, serif;
	text-transform: none;
	font-size: 13px;
}
.header-cart h4 a {
	color: #777;
}
.header-cart h4 a:hover {
	color: #000;
}
.header-cart .header-price {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
/*----------------------*/
		/*- CART BUTTONS -------*/
		.cart-link, .checkout-link {
	margin: 10px;
	padding: 0 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}
.cart-link {
	float: left;
}
.checkout-link {
	float: right;
}
.cart-link:hover, .checkout-link:hover {
	background: #6c9;
	color: #fff;
}
/*----------------------*/
		/*- EMPTY CART ---------*/
		.empty {
	display: block;
	margin: 5px;
	padding: 5px;
	background: #f0f0f0;
	color: #000;
	text-align: center;
}
#right-column .widget .empty {
	margin: 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
/*-------------------------------------------------------------------------------------------*/
/*- HOME PAGE -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


	/*-------------------------------------------*/
	/*- SLIDER AREA -----------------------------*/
	.slider {
	position: fixed;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	height: 520px;
	z-index: 1;
}
.slider .slider-bg {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}
.slider .slider-bg img {
	position: absolute;
	max-width: none;
}
.slider .slider-content {
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 3;
}
.slider ul {
	position: relative;
}
.slider li {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 520px;
	background-size: cover !important;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.videobg {
	position: absolute;
	z-index: 2;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	text-align: center;
}
.videobg video {
	width: 100%;
	height: auto;
}
/*-------------------------*/
		/*- SLIDER COPY -----------*/
		.slider-copy {
	width: 48%;
	color: #fff;
	position: relative;
	z-index: 2;
}
.slider-copy.full {
	width: 100%;
	margin: auto;
	text-align: center;
}
.slider-copy h2 {
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 43px;
	line-height: 53px;
}
.slider-copy h5 {
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
}
.slider-copy p {
	margin: 0px 30% 30px 0px;
	color: #fff;
	font-size: 15px;
}
.slider-copy.full p {
	margin: 0px 15% 30px 15%;
}
.slider-copy .action-link {
	padding: 13px 30px;
	display: inline-block;
	background: #3499D1;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-shadow: none;
}
.slider-copy .action-link:hover {
	background: #111;
}
/*-------------------------*/
		/*- SLIDER IMAGE ----------*/
		.slider .slider-image {
	width: 48%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.slider .slider-image a {
	display: block;
}
.slider .slider-image.right a img {
	float: right;
}
.slider .slider-image.left a img {
	float: left;
}
/*-------------------------*/
		/*- SLIDER ARROWS ---------*/
		.slider-arrows {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 3;
	width: 100%;
}
.slider-arrows a {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/layout/slider-arrows.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.slider-arrows .next {
	right: 0px;
	background-position: right;
	border-right: none;
}
.slider-arrows .previous {
	left: 0px;
	background-position: left;
	border-left: none;
}
.slider-arrows .next:hover {
	width: 60px;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.8);
	background-position: -60px 0;
}
.slider-arrows .previous:hover {
	width: 60px;
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.8);
	background-position: 10px 0;
}
/*-------------------------*/
			/*- SLIDER ARROWS - BOXED -*/
			.boxed .slider-arrows a {
	width: 30px;
}
.boxed .slider-arrows .next {
	right: 0px;
	background-position: -70px 0px;
	border-right-width: 2px;
}
.boxed .slider-arrows .previous {
	left: 0px;
	background-position: -10px 0px;
}
.boxed .slider-arrows .next:hover {
	width: 30px;
	background-position: -70px 0px;
}
.boxed .slider-arrows .previous:hover {
	width: 30px;
	background-position: -10px 0px;
}
/*-------------------------*/
		/*- SLIDER POSITIONS ------*/
		.slider .image-left .slider-image {
	float: left;
	padding: 60px 0px 0px;
	margin-left: -25px;
}
.slider .image-left .slider-copy {
	float: right;
	padding: 100px 0px 0px;
	margin-right: -25px;
}
.slider .image-right .slider-image {
	float: right;
	padding: 60px 0px 0px;
	margin-right: -25px;
}
.slider .image-right .slider-copy {
	float: left;
	padding: 100px 0px 0px;
	margin-left: -25px;
}
.slider .image-right .has-video, .slider .image-left .has-video {
	padding: 100px 0px 0px;
	margin-right: -25px;
}
.slider .text-only .slider-copy {
	width: auto;
	float: none;
	padding: 100px 0px 0px;
	text-align: center;
	margin-top: -25px;
}
.slider .text-only .slider-copy h5 {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.slider h2{
display:none;	
}

.slider .text-only .slider-copy p {
	max-width: 720px;
	margin: 0px auto 30px;
}
.slider .text-only .slider-image {
	display: none;
}
.slider .image-only .slider-copy {
	display: none;
	margin-top: -25px;
}
.slider .image-only .slider-image {
	float: none;
	padding: 60px 0px 0px;
	margin: 0px auto;
	text-align: center;
}
.slider .image-only .has-video {
	width: 70%;
}
.slider .image-title .slider-copy {
	text-align: center;
	margin: 0 auto 30px;
	padding: 60px 0px 0px;
	margin-top: -25px;
	width: 80%;
}
.slider .image-title .slider-copy h5, .slider .image-title .slider-copy p {
	display: none;
}
.slider .image-title .slider-image {
	float: none;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	margin-bottom: -25px;
}
/*-------------------------------------------*/
	/*- HOME PAGE WIDGETS -----------------------*/
	#widget-block {
	position: relative;
	z-index: 3;
	padding: 0;
	margin-top: 520px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#widgetized-widget-block {
	position: relative;
	z-index: 3;
	padding: 0;
	margin-top: 0px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#widget-block .widget-list {
	clear: both;
	margin: 0 auto;
	padding: 10px 0px 20px;
}
#home_page_downs .widget {
	padding: 30px 0px 30px;
	border-bottom: 1px solid #e3e3e3;
}
#home_page_downs .widgettitle {
	max-width: 1000px;
	margin: 0 auto 26px;
	padding-bottom: 20px;
	border-bottom: 4px solid #e4e4e4;
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	text-align: left;
	color: #3981d5;
}
#home_page_downs .widgettitle a {
	color: #111;
}
#home_page_downs .widgettitle a:hover {
	color: #3499D1;
}
#home_page_downs li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
/*---------------------------------------*/
		/*- TEXT WIDGET -------------------------*/
		#home_page_downs .widget_text {
	background: #f7f7f7;
}
#home_page_downs .widget_text .content {
	max-width: 1000px;
	margin: 0 auto 30px;
	font-weight: 400;
	color: #777;
	text-align: center;
}
#home_page_downs .widget_text .widgettitle {
	text-align: center;
}
#home_page_downs .widget_text .textwidget {
	max-width: 1000px;
	margin: 0 auto 30px;
	font-size: 23px;
	line-height: 33px;
	font-style: italic;
	text-align: center;
}
/*---------------------------------------*/
		/*- CONTENT WIDGET ----------------------*/
		.no-slider {
	position: relative;
	z-index: 3;
	margin-top: 0px;
	background: #f6f6f6;
}
.content-widget {
	clear: both;
	padding: 0;
}
.content-widget-item {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
.content-widget .column {
	position: relative;
}
.content-widget .content {
	overflow: hidden;
}
.content-widget .post {
	margin: 0 auto;
}
.content-widget .post-image {
	margin: 0px 0px 20px;
	overflow: hidden;
	display: block;
}
.content-widget .post-image img {
	display: block;
}
.content-widget .post-date {
	margin-bottom: 5px;
	color: #777;
}
.content-widget .post-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
}
.content-widget .post-title a {
	color: #111;
}
.content-widget .post-title a:hover {
	color: #3499D1;
}
.content-widget p, .content-widget .copy p {
	margin: 15px 0 0;
	color: #777;
}
.content-widget iframe {
	max-height: 100%;
}
/*-----------------------------------*/
			/*- SERVICES CONTENT TYPE -----------*/
			.services-content-widget .column {
	min-height: inherit;
	text-align: center;
}
.services-content-widget .post-image img {
	margin: auto;
}
.services-content-widget .copy p {
	margin: 0;
}
/*-----------------------------------*/
			/*- PARTNERS CONTENT TYPE -----------*/
			.partners-content-widget .column {
	min-height: inherit;
}
/*-----------------------------------*/
			/*- PARTNERS CONTENT TYPE -----------*/
			.team-content-widget .column {
	min-height: inherit;
}
/*-----------------------------------*/
			/*- PRODUCT CONTENT TYPE ------------*/
			.product-content-widget .price {
	float: left;
	margin: 0px;
	padding: 0px;
	background: none;
}
.product-content-widget .add_to_cart_button {
	float: right;
	margin: 0px 0px 0px 10px;
}
.product-content-widget .product_type_variable {
	float: right;
	margin: 0px 0px 0px 10px;
}
.product-content-widget .column {
	position: relative;
	overflow: hidden;
}
.product-content-widget .star-rating {
	position: absolute;
	top: 24px;
	right: 20px;
}
/*-----------------------------------*/
			/*- TESTIOMINIAL TYPE ---------------*/
			.testimonials-content-widget {
	background: #f7f7f7;
	border-bottom: 2px solid #ebebeb;
	overflow: hidden;
}
.testimonials-container {
	overflow: hidden;
	max-width: 1000px;
	padding: 0 10px 30px;
	margin: auto;
}
.testimonial-item {
	display: none;
	background: url(images/layout/quote-icon.png) bottom right no-repeat;
}
.testimonial-item:first-child {
	display: block;
}
.testimonial-item .testimonial-image {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 30px;
	overflow: hidden;
	border-radius: 100%;
}
.testimonial-item .testimonial-image img {
	border-radius: 100%;
}
.testimonial-body {
	overflow: hidden;
}
.testimonial-item blockquote {
	margin-bottom: 10px;
	color: #777;
	font-style: italic;
	font-size: 23px;
	line-height: 33px;
	font-weight: 400;
}
.testimonial-item .testimonial-name {
	display: block;
	color: #111;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 15px;
}
.testimonial-item .testimonial-name a {
	color: #111;
}
.testimonial-item .testimonial-name a:hover {
	color: #3499D1;
}
/*---------------------------------------*/
		/*- CONTENT WIDGET ----------------------*/
		.category-widget .post-image {
	margin-bottom: 0px;
}
.category-widget .content {
	margin-top: 20px;
}
/*---------------------------------------*/
		/*- FEATURES WIDGET ---------------------*/
		.features-widget .features-widget-item {
	position: relative;
}
.features-widget .column {
	padding: 60px 30px;
	border-bottom: 2px solid #ebebeb;
	overflow: hidden;
}
.features-widget .column:first-child {
	padding: 30px;
}
.features-widget .column:last-child {
	border-bottom: none;
}
.features-widget .column .content {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
/*-----------------------------------*/
			/*- FEATURE CONTENT LAYOUT ----------*/						
			.features-widget h2 {
	max-width: 1000px;
	margin: 0 auto 26px;
	padding-bottom: 20px;
	border-bottom: 4px solid #e4e4e4;
	font-size: 33px;
	line-height: 43px;
	font-weight: 700;
	font-family: 'Merriweather', Georgia, Times, serif;
}
.features-widget h2 a {
	color: #111;
}
.features-widget h2 a:hover {
	color: #3499D1;
}
.features-widget h5 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	color: #777;
	font-style: italic;
}
.features-widget p {
	margin: 0px auto 30px;
	color: #777;
}
.features-widget .action-link {
	padding: 8px 20px;
	background-color: #3499D1;
	color: #fff;
	font-weight: 400;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.features-widget .action-link:hover {
	background: #111;
}
.features-widget .image-left .content .post-image {
	float: left;
	width: 48%;
}
.features-widget .image-left .feature-content {
	float: right;
	width: 48%;
}
.features-widget .image-right .content .post-image {
	float: right;
	width: 48%;
}
.features-widget .image-right .feature-content {
	float: left;
	width: 48%;
}
.features-widget .image-only .post-image {
	margin: 0 auto;
}
.features-widget .image-title {
	text-align: center;
}
.features-widget .image-title .post-image {
	margin: 0 auto;
}
.features-widget .text-only {
	text-align: center;
	padding: 30px;
}
/*-------------------------------------------*/
	/*- HOME PAGE WIDGETS - SIDE BY SIDE --------*/
	#home_page_sides {
	max-width: 1000px;
	padding: 60px 20px;
	margin: 0 auto;
}
#home_page_sides .widget {
	clear: none;
	float: left;
	width: 74%;
	margin: 0 3% 0 0;
}
 #home_page_sides .widget:nth-child(2n+2) {
width: 19%;
padding: 2%;
margin: 0;
background: #f4f4f4;
border: none;
text-align: left;
overflow: hidden;
}
#home_page_sides .widgettitle {
	margin-bottom: 20px;
	font-weight: 700;
	color: #111;
	text-align: left;
}
#home_page_sides .widgettitle a {
	color: #111;
}
#home_page_sides .widgettitle a:hover {
	color: #3499D1;
}
#home_page_sides .column {
	min-height: 0;
	padding: 0px;
	margin-bottom: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
}
#home_page_sides .column:last-child {
	padding: 0;
	margin-bottom: 0;
	border: none;
}
#home_page_sides .post-image img {
	border-radius: 0;
}
#home_page_sides .content {
	padding: 20px 0 0;
}
#home_page_sides .read-more {
	margin-top: 15px;
	position: relative;
	right: auto;
	bottom: auto;
	text-align: left;
}
/*-----------------------------------*/
			/*- TESTIOMINIAL TYPE ---------------*/
			#home_page_sides .testimonial-item blockquote {
	margin-bottom: 20px;
	color: #707070;
}
#home_page_sides .testimonials-container {
	overflow: hidden;
	max-width: 1000px;
	padding: 0;
	margin: auto;
}
#home_page_sides .testimonial-item {
	margin: 0;
}
#home_page_sides .testimonial-image {
	width: 60px;
	height: 60px;
	margin: 0 0 10px;
}
/*-----------------------------------*/
			/*- TEAM TYPE -----------------------*/
			.team h5.post-date {
	display: none;
}
/*---------------------------------------*/
		/*- PAGE WIDGET -------------------------*/
		.page-widget {
	max-width: 950px;
	margin: 0 auto 30px;
}
.page-widget .post-image {
	margin-bottom: 10px;
}
/*-------------------------------------------*/
	/*- HOME PAGE WIDGETS - THREE COLUMN --------*/
	#home_page_three_column.widget-list {
	max-width: 1000px;
	padding: 0;
	margin: 60px auto;
	background: #f4f4f4;
	color: #777;
}
#home_page_three_column .widget {
	float: left;
	width: 33.333333%;
	margin: 0;
}
#home_page_three_column .widget .content {
	padding: 20px;
	border-right: 2px solid #ebebeb;
}
 #home_page_three_column .widget:nth-child(3n+3) .content {
border: none;
}
#home_page_three_column .widgettitle {
	margin-bottom: 20px;
	font-weight: 700;
	color: #111;
	text-align: left;
}
#home_page_three_column .widgettitle a {
	color: #111;
}
#home_page_three_column .widgettitle a:hover {
	color: #000;
}
/*-------------------------------------------------------------------------------------------*/
/*- POST PAGES ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*-----------------------------*/
	/*- POST CONTENT --------------*/
	.post-list .post {
	margin-bottom: 60px;
}
.post-content {
	position: relative;
}
/*-------------------------*/
		/*- POST IMAGE ------------*/
		.post-content .post-image {
	margin: 0 0 30px;
}
.post-content .post-image img {
	display: block;
}
.post-list .post .read-more {
	margin-top: 0;
}
/*-------------------------*/
		/*- COPY BLOCK ------------*/
		.copy p {
	margin-bottom: 26px;
	color: #777;
}
.copy ul {
	list-style: disc;
	margin: 0px 0px 26px 30px;
}
.copy ol {
	list-style: decimal;
	margin: 0px 0px 26px 30px;
}
.copy ul li, .copy ol li {
	margin-bottom: 0px;
	float: none;
}
.copy img {
	display: block;
}
.copy a {
	font-weight: 700;
	color: #3499D1;
}
.copy a:hover {
	color: #111;
}
.copy h2 {
	font-size: 24px;
	margin-bottom: 26px;
	color: #111;
}
.copy h3 {
	font-size: 20px;
	margin-bottom: 26px;
	color: #3a4851;
}
.copy h4 {
	font-size: 16px;
	margin-bottom: 26px;
	color: #3a4851;
}
.copy h5 {
	font-size: 14px;
	margin-bottom: 26px;
	color: #3a4851;
}
.copy blockquote {
	padding-left: 15px;
	margin: 0 0 26px;
	font-weight: 500;
	font-style: italic;
}
/*-----------------------------*/
	/*- PAGE FOOTER ---------------*/
	.page-footer {
	padding: 20px;
	background: #fff;
	border-top: 1px solid #ddd;
	border-radius: 0px 0px 5px 5px;
	color: #777;
}
.page-footer ul {
	overflow: hidden;
}
.page-footer ul li {
	float: left;
	margin-right: 10px;
}
/*-----------------------------*/
	/*- POST META -----------------*/
	.post-meta {
	overflow: hidden;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.meta-block.tags {
	float: left;
	width: 49%;
}
.meta-block.tags li {
	float: left;
	margin-right: 10px;
}
.meta-block.social {
	float: right;
	width: 49%;
}
/*----------------------------*/
	/*- PAGINATION ---------------*/
	.pagination {
	overflow: hidden;
	clear: both;
	display: block;
	text-align: center;
}
.pagination li {
	float: left;
	margin-right: 2px;
}
.pagination li.page-count {
	margin: 0px 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.pagination .next a, .pagination .previous a {
	display: inline-block;
	height: 25px;
	width: 25px;
	border-radius: 4px;
}
.pagination li.page-count {
	margin-top: 2px;
}
/*-------------------------------------------------------------------------------------------*/
/*- COMMENTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#comments {
	clear: both;
	padding: 0px 30px 30px 30px;
	margin: 30px 0 0;
	background: #f2f2f2;
}
#comments .comments-title {
	padding: 30px 0px 0px 0px;
	margin-bottom: 40px;
	color: #111;
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
}
#comments:empty {
	display: none;
}
 li.comments-open:nth-child(2n) {
margin: 0px 0px 50px;
padding: 0px;
border: none;
}
.comment-container {
	margin-bottom: 50px;
}
.comment {
	margin: 0px 0px 30px;
	position: relative;
	border-bottom: 1px solid #d3d3d3; /*overflow: hidden;*/
}
.comment:last-child {
	border: none;
}
.comment-author {
	float: left;
	max-width: 30px;
	margin-right: 10px;
	border-radius: 100px;
}
.comment-author img {
	width: 100%;
	border-radius: 100px;
}
.comment-meta {
	overflow: hidden;
}
.comment-meta p {
	margin-bottom: 26px;
}
.comment-meta p:last-of-type {
	margin-bottom: 0;
}
.comment .fn {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #111;
	font-weight: 700;
	font-size: 15px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.comment .date {
	display: block;
	margin-bottom: 20px;
	color: #777;
	font-size: 11px;
}
.comment .comment-edit-link {
	display: block;
	margin-bottom: 10px;
}
.comment .reply {
	position: absolute;
	top: 0px;
	right: 0px;
	border-color: #000;
	color: #000;
}
/*-----------------------------*/
	/*- THREADED COMMENTS ---------*/
	.comment .children {
	margin-left: 13%;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d3d3d3;
}
.comment .children .comment-meta {
	width: 82%;
}
/*.comment .children .comment:last-child{margin-bottom: 0;}*/

	/*-----------------------------*/
	/*- COMMENT FORM --------------*/
	.nocomments {
	padding: 5px 10px;
	background: #3499D1;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
#respond {
	background: #e6e6e6;
	padding: 30px;
	margin: 0px -30px -30px;
	border-top: 10px solid #3499D1;
	color: #111;
}
#respond #reply-title {
	padding: 0;
	margin-bottom: 20px;
	color: #111;
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
}
#respond .comment-notes, #respond .logged-in-as {
	margin-bottom: 20px;
	color: #111;
}
#respond .logged-in-as a {
	color: #3499D1;
}
#respond .logged-in-as a:hover {
	color: #111;
}
#respond input[type=text] {
	border: none;
}
#respond .required {
	color: #34495E;
}
#respond p {
	margin-bottom: 10px;
}
#respond .form-submit {
	margin: 0;
}
#respond label {
	color: #111;
}
#respond .form-allowed-tags {
	margin-bottom: 20px;
	color: #111;
}
#respond .form-allowed-tags code {
	display: block;
	font-family: "Courier New", Courier, monospace;
}
/*-----------------------------*/
	/*- DISQUS FORM ---------------*/
	#disqus_thread {
	clear: both;
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
/*-------------------------------------------------------------------------------------------*/
/*- PORTFOLIO SECTION -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

.portfolio-title-block .post-title {
	margin-bottom: 50px;
	text-align: center;
}
.portfolio-content {
	overflow: hidden;
}
.portfolio-content #left-column {
	float: left;
	width: 36%;
	padding-bottom: 20px;
}
.portfolio-content #right-column {
	width: 60%;
}
.portfolio-categories {
	margin-bottom: 30px;
	overflow: hidden;
}
.portfolio-categories li {
	float: left;
	margin-right: 20px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.portfolio-categories a {
	display: block;
	padding: 6px 14px;
	background: #3499D1;
	color: #fff;
	font-weight: 400;
}
.portfolio-categories a:hover {
	background: #111;
	color: #fff;
}
.portfolio-categories a.selected {
	background: #111;
	color: #fff;
}
/*----------------------------*/
	/*- PORTFOLIO LIST -----------*/
	.portfolio-list .column {
	text-align: left;
	margin-bottom: 40px;
}
.portfolio-list .post-image {
	margin: 0 0 20px;
}
.portfolio-list .post-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
}
.portfolio-list .content {
	padding: 0;
	background: none;
	box-shadow: none;
}
/*----------------------------*/
	/*- PORTFOLIO NEXT PREV POST -*/
	.next-prev-post-nav {
	padding: 30px 0px 10px;
	margin-top: 30px;
	border-top: 3px solid #f0f0f0;
	overflow: hidden;
	color: #ccc;
}
.next-prev-post-nav li {
	float: left;
}
.next-prev-post-nav li:last-child {
	float: right;
}
.next-prev-post-nav a {
	font-weight: 700;
	color: #ccc;
}
.next-prev-post-nav a:hover {
	color: #000;
}
/*----------------------------*/
	/*- PORTFOLIO CONTENT --------*/
	.portfolio-meta {
	margin-bottom: 25px;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.portfolio-meta li {
	border-bottom: 1px solid #eee;
}
.portfolio-meta li:last-child {
	border-bottom: none;
}
.portfolio-meta a {
	display: block;
	padding: 8px 0;
}
.portfolio-tags {
	overflow: hidden;
	clear: both;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.portfolio-tags li {
	float: left;
	margin-right: 10px;
}
.portfolio-tags li a {
	padding: 4px 8px;
	background: #3499D1;
	color: #fff;
}
.portfolio-tags li a:hover {
	background: #000;
	color: #fff;
}
.portfolio-content .social {
	float: none;
	display: block;
	margin-top: 25px;
}
/*----------------------------*/
	/*- GALLERY SLIDER -----------*/
	.gallery-slider {
	overflow: hidden;
	position: relative;
}
/*---------------------*/
		/*- SLIDER IMAGES -----*/
		.gallery-container {
	width: 99999px;
	position: relative;
	z-index: 1;
}
.gallery-container li {
	display: block;
	float: left;
	max-width: 100%;
	position: relative;
}
.gallery-container li a {
	display: block;
	height: auto;
}
.gallery-container img {
	display: block;
	max-width: 100%;
	height: auto;
}
/*---------------------*/
		/*- SLIDER CONTROLS ---*/
		.controls {
	width: 82px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 3;
}
/*---------------------*/
		/*- NEXT & PREVIOUS ---*/
		.gallery-slider .next, .gallery-slider .previous {
	float: right;
	display: block;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #fff url(images/layout/arrow-sprite.png) no-repeat;
	z-index: 3;
	overflow: hidden;
	text-indent: -99999px;
}
.gallery-slider .next {
	background-position: -179px 12px;
	margin-left: 10px;
}
.gallery-slider .previous {
	background-position: 13px 12px;
}
.gallery-slider .next:hover, .gallery-slider .previous:hover {
	background-color: rgba(255, 255, 255, 0.7);
	border-color: #a3a07d;
}
/*-------------------------------------------------------------------------------------------*/
/*- TEAM PAGE -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*-----------------------------*/
	/*- TEAM GRID -----------------*/
	.team .column {
	text-align: center;
}
.team .post-image {
	max-width: 200px;
	max-height: 200px;
	margin: 0 auto 10px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
}
.single .team .post-image {
	float: left;
	max-width: 40%;
	height: auto;
	max-height: none;
	margin-right: 20px;
	border-radius: 0;
	overflow: visible;
	display: block;
}
.team .team-title {
	padding: 0;
	margin: 0px;
	font-weight: 700;
	font-size: 33px;
	line-height: 43px;
	color: #111;
}
.team .position {
	margin-bottom: 15px;
	font-size: 12px;
	color: #999;
}
.team p {
	margin-bottom: 20px;
}
.team .team-social {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.team .team-social li {
	display: inline;
	margin: 0 5px;
}
.team .team-social li a {
	width: 32px;
	height: 32px;
	display: inline-block;
	text-indent: -99999px;
}
.team-facebook {
	background: url(images/layout/social-icons/facebook-32.png) no-repeat;
}
.team-twitter {
	background: url(images/layout/social-icons/twitter-32.png) no-repeat;
}
.team-linkedin {
	background: url(images/layout/social-icons/linkedin-32.png) no-repeat;
}
/*-----------------------------*/
	/*- TEAM SIDEBAR ---------------*/
	.team-members-container {
	padding: 30px;
	background: #f4f4f4;
}
.team-members li {
	padding-bottom: 10px;
	overflow: hidden;
	line-height: 21px;
}
.team-members img {
	float: left;
	max-width: 40px;
	max-height: 40px;
	margin-right: 10px;
	border-radius: 100%;
	overflow: hidden;
	border: 3px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.team-member {
	float: left;
}
.team-member a {
	display: block;
}
.team-position {
	font-size: 11px;
	color: #999;
}
/*-------------------------------------------------------------------------------------------*/
/*- TESTIMONIALS PAGE -----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*-----------------------------*/
	/*- TESTIMONIALS GRID ---------*/
	.testimonials .column {
	text-align: center;
}
.testimonials .post-image {
	max-width: 150px;
	max-height: 150px;
	margin: 0 auto 10px;
	border-radius: 100%;
	overflow: hidden;
	display: block;
	border: 4px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.single .testimonials .post-image {
	float: left;
	max-width: 48%;
	height:auto;
	margin-right: 20px;
	border-radius: 0;
	overflow: hidden;
	display: block;
	border: 4px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.testimonials .post-title {
	padding: 0;
	margin-bottom: 5px;
	font-weight: 700;
}
.testimonials .position {
	margin-bottom: 15px;
}
.testimonials p {
	margin-bottom: 20px;
}
/*-------------------------------------------------------------------------------------------*/
/*- SERVICES PAGE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*-----------------------------*/
	/*- SERVICES GRID -------------*/
	.grid.services {
	text-align: center;
}
.services .post-image {
	display: block;
	margin: 0 auto 20px;
}
.services .post-image img {
	margin: auto;
}
.services .post-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
}
/*-----------------------------*/
	/*- SERVICES SINGLE -----------*/
	.service-icon {
	display: block;
	float: left;
	max-width: 50px;
	margin-right: 15px;
}
/*-----------------------------*/
	/*- SERVICES SIDEBAR ----------*/
	.related-services-container {
	padding: 30px;
	background: #f4f4f4;
}
.related-services li {
	padding-bottom: 5px;
	overflow: hidden;
}
.related-services img {
	float: left;
	max-width: 30px;
	max-height: 30px;
	margin-right: 10px;
}
/*-------------------------------------------------------------------------------------------*/
/*- FEATURES PAGE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	.features-content {
	overflow: hidden;
}
.features-content #left-column {
	float: left;
	width: 70%;
}
.features-content #right-column {
	width: 27%;
}
.features-content .post-content {
	box-shadow: none;
	border-radius: 0;
}
.features-content .post-content .post-image {
	margin: 0 0 30px;
}
/*-----------------------------*/
	/*- FEATURES SIDEBAR ----------*/
	.features-content .related-features-container {
	border: 1px solid #ebebeb;
	padding: 0;
}
.features-content .related-features-container li {
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.features-content .related-features-container li:last-child {
	border: none;
}
.features-content .related-features-container .features-list-icon {
	float: left;
	max-width: 30px;
	max-height: 30px;
	margin: 5px 10px 0 0;
}
.features-content .related-features-container a {
	color: #777;
	overflow: hidden;
	display: block;
}
.features-content .related-features-container a:hover {
	color: #111;
}
.features-content .related-features-container .active {
	background: #3499D1;
	color: #fff;
}
.features-content .related-features-container .active a {
	color: #fff;
}
.sidebarleft .features-content .related-features-container .active {
	left: auto;
}
/*-------------------------------------------------------------------------------------------*/
/*- PARTNERS PAGE ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	/*-----------------------------*/
	/*- PARTNERS SINGLE ------------*/
	.partners-title {
	margin-bottom: 15px;
	font-weight: 700;
}
.partners .post-content .post-image {
	box-shadow: none;
}
/*-----------------------------*/
	/*- SERVICES GRID -------------*/
	.partners .post-image {
	display: block;
	margin: 0 auto 20px;
}
.partners .post-title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 15px;
}
/*-------------------------------------------------------------------------------------------*/
/*- FULL WIDTH PAGE -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#full-width .post-image {
	margin: 0 0 30px;
}
/*-------------------------------------------------------------------------------------------*/
/*- WIDGETIZED PAGE -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.widget-page {
	max-width: 1000px;
	margin: auto;
	padding: 0px 20px 20px 20px;
}
/*-------------------------------------------------------------------------------------------*/
/*- ARCHIVES --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.archives {
	margin-bottom: 30px;
}
.archives_list li {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 2px solid #ebebeb;
}
.archives_list .archive-post-image {
	float: left;
	width: 100px;
	max-height: 100px;
	margin-right: 20px;
	position: relative;
}
.archives_list .archive-post-image a {
	display: block;
	width: 100px;
	max-height: 100px;
	overflow: hidden;
}
.archives_list .archive-post-image img {
	display: block;
	position: relative;
	width: 100px;
	height: auto;
}
.archives_list .date {
	background: none;
	margin: 0 0 5px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.archives_list .post-title {
	margin-bottom: 15px;
	font-family: 'Merriweather', Georgia, Times, serif;
	font-size: 21px;
	line-height: 31px;
}
.archives_list .label {
	float: right;
	display: inline-block;
}
.archives_list li:first-child {
	padding-top: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/*- CONTACT / MAP ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
.sidebarnone #left-column.contact-template {
	float: left !important;
	width: 64% !important;
}
.contact-template .post-content {
	max-width: 660px;
}
#map-container {
	background: #3499D1;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.map-image {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 350px;
	text-align: center;
	max-width: none;
}
#map {
	display: block;
	height: 350px !important;
	width: 100% !important;
}
/*-------------------------------------------------------------------------------------------*/
/*- ECOMMERCE -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

	.woocommerce-ordering {
	overflow: hidden;
	margin-bottom: 15px;
}
.woocommerce-result-count {
	display: none;
}
.woocommerce-pagination ul.page-numbers li {
	float: left;
	padding: 5px;
}
.woocommerce-pagination ul.page-numbers {
	float: right;
}
/*-----------------------------*/
	/*- ALERTS --------------------*/
	.woocommerce_message, .woocommerce-message {
	padding: 10px;
	margin-bottom: 20px;
	background: #f4f4f4;
	overflow: hidden;
}
/*-----------------------------*/
	/*- CATEGORY LIST PAGE --------*/
	.category-description {
	margin-bottom: 25px;
}
/*-----------------------------*/
	/*- ON SALE BADGE -------------*/
	.onsale {
	padding: 5px 10px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	background: #E74C3C;
	color: #fff;
	font-weight: 700;
}
/*-----------------------------*/
	/*- PRODUCTS  -----------------*/
	.products .product {
	float: left;
	width: 48%;
	position: relative;
	margin-right: 3%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
 .products .product:nth-child(2n+2) {
margin-right: 0;
}
 .products .product:nth-child(2n+3) {
clear: left;
}
.products .product h3 {
	margin: 20px 0px 10px;
	font-weight: 700;
	font-size: 15px;
	color: #111;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.products .product .price {
	float: left;
	margin: 0;
	background: none;
	clear: both;
}
.products .product .price del {
	color: #777;
	font-weight: 400;
}
.products .product img {
	display: block;
}
.products .product .star-rating {
	position: absolute;
	top: 24px;
	right: 20px;
}
.product-container, .product-container .products {
	width: 100%;
	overflow: hidden;
}
 .product-container .products .product:nth-child(2n+3) {
clear: none;
}
/*---------------------*/
		/*- FOUR COLUMNS ------*/
		.four-column .products .product {
	float: left;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 30px;
}
 .four-column .products .product:nth-child(4n+4) {
margin-right: 0;
}
 .four-column .products .product:nth-child(3n+4) {
clear: none;
}
/*---------------------*/
		/*- THREE COLUMNS -----*/
		.three-column .products .product {
	float: left;
	width: 31.333333%;
	margin-right: 3%;
	margin-bottom: 30px;
}
 .three-column .products .product:nth-child(2n+3) {
clear: none;
}
 .three-column .products .product:nth-child(3n+3) {
margin-right: 0px;
}
 .three-column .products .product:nth-child(3n+4) {
clear: left;
}
/*---------------------*/
		/*- TWO COLUMNS -------*/
		.two-column .products .product {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
}
 .two-column .products .product:nth-child(2n+2) {
margin-right: 0px;
margin-bottom: 30px;
}
 .two-column .products .product:nth-child(2n+3) {
clear: left;
}
/*-----------------------------*/
	/*- PRODUCTS SINGLE -----------*/
	.products-single .type-product {
}
.product-top {
	margin-bottom: 30px;
}
.purchase-options-container {
	float: right;
	width: 47.5%;
}
.product_title {
	padding: 0;
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 33px;
	line-height: 43px;
	color: #111;
}
.price {
	margin-bottom: 15px;
	color: #777;
}
.price del {
	color: #777;
	font-weight: 400;
}
.product-price p {
	margin-bottom: 20px;
}
.product_meta {
	margin-top: 10px;
}
.products-single .social {
	margin-bottom: 30px;
}
.product-price .button {
	float: left;
}
/*-------------------------*/
		/*- PRODUCT PAGE GALLERY --*/
		.product-images {
	float: left;
	width: 47.5%;
	position: relative;
	margin-bottom: 10px;
}
.product-images .zoom {
	display: block;
}
.product-images .thumbnails {
	overflow: hidden;
}
.product-images .thumbnails .zoom {
	float: left;
	width: 22.222222%;
	padding: 0;
	margin: 3.703704% 3.703704% 0 0;
	background: #f0f0f0;
	box-shadow: none;
}
.product-images .thumbnails .zoom img {
	width: 100%;
	height: auto;
}
 .product-images .thumbnails .zoom:nth-child(4n+4) {
margin-right: 0;
}
 .product-images .thumbnails .zoom:nth-child(4n+5) {
clear: left;
}
 .product-images .thumbnails .zoom:nth-child(-n+4) {
margin-bottom: 0;
}
/*-------------------------*/
		/*- VARIABLE PRODUCTS -----*/
		.variations td, .variations th {
	padding: 10px 0;
}
.reset_variations {
	display: none;
	color: #900;
}
.reset_variations:hover {
	color: #000;
}
.single_variation {
	margin: 0 0 10px;
	overflow: hidden;
}
.single_variation .price {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
}
.single_variation .stock {
	float: right;
	margin: 0;
	color: #900;
}
.variations_button {
	clear: both;
}
/*-----------------------------*/
	/*- TABBED BLOCK --------------*/
	.woocommerce_tabs {
	clear: both;
}
.tabs {
	padding: 0 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.tabs li {
	float: left;
}
.tabs li a {
	display: block;
	padding: 2px 10px;
	padding: 3px 15px;
	margin-right: 5px;
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	border-radius: 3px 3px 0px 0px;
	font-weight: 700;
	color: #777;
}
.tabs li.active {
	margin-bottom: -1px;
}
.tabs li.active a {
	background: #fff;
	color: #111;
}
.tabs li a:hover {
	background: #fff;
}
.tabs li a.selected {
	background: #ffcb28;
	color: #2d5c70;
}
/*-------------------------*/
		/*- COPY BLOCK ------------*/
		.entry-content p {
	margin-bottom: 20px;
}
.entry-content ul {
	list-style: disc;
	margin: 0px 0px 20px 30px;
}
.entry-content ol {
	list-style: decimal;
	margin: 0px 0px 20px 30px;
}
.entry-content ul li, .entry-content ol li {
	margin-bottom: 0px;
	float: none;
}
.entry-content img {
	display: block;
}
.entry-content a {
	font-weight: 700;
	color: #3499D1;
}
.entry-content a:hover {
	color: #111;
}
.entry-content h2 {
	font-size: 24px;
	margin-bottom: 26px;
	color: #111;
	font-weight: 700;
}
.entry-content h3 {
	font-size: 20px;
	margin-bottom: 26px;
	color: #111;
	font-weight: 700;
}
.entry-content h4 {
	font-size: 16px;
	margin-bottom: 26px;
	color: #111;
	font-weight: 700;
}
.entry-content h5 {
	font-size: 14px;
	margin-bottom: 26px;
	color: #111;
	font-weight: 700;
}
.entry-content blockquote {
	padding-left: 15px;
	margin: 0px 0px 20px;
	font-weight: 500;
	font-style: italic;
}
.woocommerce_tabs #tab-description h2, .woocommerce_tabs #tab-reviews h2 {
	display: none !important;
}
#reviews .show_review_form {
	font-weight: 700;
}
/*-----------------------------*/
	/*- REVIEWS -------------------*/
	div.pp_woocommerce #respond {
	background: #3499D1 !important;
	padding: 40px !important;
	margin: -40px !important;
	border-radius: 3px;
}
#reviews #comments {
	padding: 0px;
	margin: 0px;
	background: none;
	box-shadow: none;
}
.entry-content #reviews #comments .commentlist {
	margin-left: 0;
}
#reviews .comment {
	margin: 0px 0px 30px;
	padding: 30px 0px 0px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
#reviews .comment:first-child {
	padding-top: 0px;
}
#reviews .comment:last-child {
	border: none;
}
.comment_container .avatar {
	float: left;
	width: 10%;
	border-radius: 100px;
}
.comment_container .comment-text {
	margin-left: 13.461538%;
}
/*--------------------------*/
		/*- STAR RATINGS -----------*/
		.star-rating {
	float: right;
	width: 80px;
	height: 16px;
	background: url(images/layout/star.png) repeat-x left 0;
}
.star-rating span {
	background: url(images/layout/star.png) repeat-x left -32px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
	float: left;
}
p.stars {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 0px !important;
}
p.stars span {
	width: 80px;
	height: 16px;
	position: relative;
	float: left;
	background: url(images/layout/star.png) repeat-x left 0;
}
p.stars span a {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}
p.stars span a:hover, p.stars span a:focus {
	background: url(images/layout/star.png) repeat-x left -16px;
}
p.stars a.active {
	background: url(images/layout/star.png) repeat-x left -32px;
}
p.stars span a.star-1 {
	width: 16px;
	z-index: 10;
}
p.stars span a.star-2 {
	width: 32px;
	z-index: 9;
}
p.stars span a.star-3 {
	width: 48px;
	z-index: 8;
}
p.stars span a.star-4 {
	width: 64px;
	z-index: 7;
}
p.stars span a.star-5 {
	width: 80px;
	z-index: 6;
}
/*-----------------------------*/
	/*- RELATED AND UPSELL --------*/
	.related, .upsells {
	margin: 30px 0 0;
	padding: 30px;
	background: #f4f4f4;
	overflow: hidden;
}
.related h2, .upsells h2 {
	padding: 0;
	margin-bottom: 20px;
	color: #111;
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
}
.upsells .products, .related .products {
	display: block;
	overflow: hidden;
}
.upsells .product, .related .product {
	width: 48%;
	padding: 0 0 20px;
}
.upsells .products img, .related .products img {
}
.upsells .products h3, .related .products h3 {
}
.upsells .products .price, .related .products .price {
}
.upsells .products .button, .upsells .products .add_to_cart_button, .related .products .button, .related .products .add_to_cart_button {
	margin-left: 20px;
}
/*-----------------------------*/
	/*- QUANTITY ------------------*/
	.cart {
	overflow: hidden;
}
.quantity {
	float: left;
	width: 30%;
	height: 30px;
	margin-right: 10px;
	position: relative;
}
.quantity .input-text {
	float: left;
	width: 60%;
	height: 18px;
	padding: 5px 8px;
	background: #fff;
	border: 1px solid #ccc;
	border-right: none;
	text-align: left;
	border-radius: 3px 0px 0px 3px;
}
/*-----------------------------*/
	/*- SHOPPING ELEMENTS ---------*/
	table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
table th {
	padding: 10px;
	border-bottom: 2px solid #e0e0e0;
	vertical-align: top;
	color: #111;
	font-weight: 700;
}
table th.product-total {
	text-align: right;
}
table td {
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	vertical-align: top;
}
table tr:last-child td {
	border: none;
}
table .product-remove {
	width: 1%;
	text-align: center;
	vertical-align: middle;
}
table .product-remove a {
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	background: url(images/layout/remove.png) center no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
table .product-thumbnail {
	width: 5%;
	text-align: left;
}
table .product-thumbnail img {
	width: 50px;
	margin: auto;
	padding: 3px;
	border: 1px solid #eee;
	border-radius: 4px;
}
table .product-name {
	width: 40%;
}
table .product-total {
	text-align: right;
}
table .product-quantity {
	text-align: left;
}
table .product-subtotal {
	text-align: right;
}
table tfoot {
	border-top: 2px solid #e0e0e0;
}
table tfoot th {
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}
table tfoot td {
	text-align: right;
}
table tfoot tr:last-child th {
	border-bottom: none;
}
.orderby, .shipping_calculator select, .country_select, .state_select {
	padding: 8px;
	border: 1px solid #E0E0E0;
	max-width: 300px;
	width: 100%;
	border-radius: 4px;
}
/*-------------------------*/
		/*- PRODUCT VARIATIONS ----*/
		.variation {
	overflow: hidden;
	color: #777;
}
.variation dt {
	clear: left;
	float: left;
	font-weight: 700;
}
.variation dd {
	float: left;
	margin-left: 10px;
}
/*-------------------------*/
		/*- COUPON FORM -----------*/
		td .coupon {
	float: left;
	overflow: hidden;
}
td .coupon label {
	display: none;
}
td .coupon input {
	float: left;
	width: 40%;
	padding: 0 10px;
	margin: 0px;
	height: 28px;
	border-radius: 2px 0 0 2px;
	border: 1px solid #ccc;
	border-right: none;
	background: #fff;
}
/*-----------------------------*/
	/*- SHIPPING CALCULATOR -------*/
	.shipping_calculator {
	float: left;
	width: 45%;
}
.copy .shipping_calculator h2 {
	margin: 0px 0px 5px;
	color: #434318;
	font-weight: 700;
}
.copy .shipping_calculator h2 a {
}
.shipping-calculator-form {
	border: 1px solid #e0e0e0;
	background: #fff;
}
.shipping-calculator-form p {
	padding: 10px;
	margin: 0px !important;
	border-bottom: 1px dashed #e0e0e0;
}
/*-----------------------------*/
	/*- CART TOTALS ---------------*/
	.cart_totals {
	float: right;
	width: 45%;
}
.cart_totals table {
	margin: 0px;
	background: #fff;
	border-collapse: separate;
	border: 1px solid #e0e0e0;
}
.cart_totals th, .cart_totals td {
	vertical-align: middle;
	border-bottom: 1px dashed #e0e0e0;
}
.cart_totals th {
	font-weight: 700;
}
.cart_totals tr:last-child th {
	border: none;
}
.cart_totals td {
	text-align: right;
}
.copy .cart_totals h2 {
	margin: 0px 0px 5px;
	font-weight: 700;
}
.cart_totals p {
	margin: 0px;
}
.cart_totals small {
	display: block;
	padding: 10px 10px 0px;
	text-align: center;
}
/*-----------------------------*/
	/*- CHECKOUT ------------------*/
	.col2-set {
	padding-bottom: 38px;
	margin-bottom: 30px;
	background: url(images/layout/divider.png) bottom repeat-x;
	overflow: hidden;
}
.col-1, .col-2 {
	float: left;
	width: 47.5%;
	margin-right: 5%;
}
.col-2 {
	margin-right: 0;
}
#shiptobilling {
	float: right;
	width: 50%;
}
.input-checkbox {
	float: left;
	margin-right: 10px;
}
/*-----------------------------*/
	/*- LOGIN ---------------------*/
	.copy .login, .copy .create-account {
	padding: 10px;
	background: url(images/layout/bg.jpg) top repeat-x fixed;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.copy .login, .copy .create-account p {
	color: #111;
	margin: 0 0 10px;
}
.copy .login {
	margin-bottom: 20px;
}
.copy .login .lost_password {
	margin-left: 10px;
	text-decoration: underline;
	color: #111;
}
.copy .login .lost_password:hover {
	color: #111;
}
.copy .form-row {
	margin-bottom: 10px;
}
/*-----------------------------*/
	/*- ORDER REVIEW --------------*/
	#order_review_heading {
	margin-bottom: 30px;
}
/*-------------------------*/
		/*- REVIEW TABLE ----------*/
		.copy #order_review table {
	float: left;
	width: 47.5%;
}
.copy #order_review .product-quantity {
	text-align: center;
}
.copy #order_review .product-total {
	text-align: right;
}
/*-------------------------*/
		/*- PAYMENT METHODS -------*/
		#payment {
	float: right;
	width: 47.5%;
	border-collapse: separate;
	border-radius: 4px;
}
#payment ul.payment_methods input[type=radio] {
	float: left;
	position: relative;
	top: 0px;
}
#payment ul.payment_methods {
	list-style: none;
	margin: 0px 0px 20px;
	padding: 10px 0px 0px;
}
#payment ul.payment_methods li {
	margin-bottom: 0px;
}
#payment ul.payment_methods li input + label {
	font-weight: 700;
	margin-bottom: 10px;
}
.copy #payment .payment_box {
	padding: 10px;
	margin: 10px 0px 20px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.copy #payment .payment_box p {
	margin-bottom: 0;
}
#payment .place-order input[type=submit] {
	background: #3499D1;
	color: #fff;
}
#payment .place-order input[type=submit]:hover:hover {
	background: #111;
}
#payment .woocommerce-cc-month {
	float: left;
	width: 38%;
	margin-right: 20px;
}
#payment .woocommerce-cc-year {
	float: left;
	width: 38%;
}
/*-----------------------------*/
	/*- ORDER RECEIVED PAGE -------*/
	.copy ul.order_details {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 30px;
}
.copy ul.order_details li {
	padding: 10px 0;
	margin: 0px;
	border-bottom: 1px dotted #ccc;
}
.copy ul.order_details li:last-child {
	border: none;
}
.copy .shop_table.order_details {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px;
}
.copy .shop_table.order_details th, .copy .shop_table.order_details td {
	padding: 10px;
}
.copy .shop_table .actions {
	text-align: right;
}
.copy .customer_details {
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.copy .customer_details dt {
	float: left;
	clear: left;
	width: 23%;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	font-weight: 700;
	color: #111;
}
.copy .customer_details dd {
	float: left;
	width: 73%;
	padding: 10px 1%;
	border-bottom: 1px dotted #ccc;
}
.copy .addresses {
	overflow: hidden;
	margin: 0px 0px 30px;
	overflow: hidden;
}
.copy .addresses .col-1 {
	float: left;
	width: 47.5%;
}
.copy .addresses .col-2 {
	float: right;
	width: 47.5%;
}
.copy .addresses header {
	margin-bottom: 20px;
}
/*-----------------------------*/
	/*- WHEN IN LEFT COLUMN -------*/
	#left-column .col-1, #left-column .col-2 {
	float: none;
	width: 100%;
	margin: 0 0 30px 0;
}
#left-column .cart_totals {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
#left-column .shipping_calculator {
	float: none;
	width: 100%;
}
#left-column .copy #order_review table {
	float: none;
	width: 100%;
}
#left-column #payment {
	float: none;
	width: 100%;
}
/*-----------------------------*/
	/*- eCOMMERCE WIDGETS ---------*/

		/*-------------------------*/
		/*- PRODUCT LIST ----------*/
		.product_list_widget li {
	padding: 0 0 5px;
	margin: 0 0 10px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
.product_list_widget a {
	display: block;
}
.product_list_widget img {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	padding: 3px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.product_list_widget .variation {
	display: none;
}
.product_list_widget .quantity {
	height: auto;
}
/*-------------------------*/
		/*- SHOPPING CART ---------*/
		.widget_shopping_cart .buttons .button {
	float: left;
	margin: 0;
	padding: 8px 10px;
}
.widget_shopping_cart .buttons .checkout {
	margin-left: 15px;
}
.widget_shopping_cart .total {
	margin-bottom: 10px;
	color: #111;
}
/*-------------------------*/
		/*- LOGIN -----------------*/
		.widget_login input {
	margin-bottom: 10px;
}
.widget_login input + a {
	margin-left: 10px;
	text-decoration: underline;
	color: #111;
}
.widget_login input + a:hover {
	color: #111;
}
/*-------------------------*/
		/*- PRICE FILTER ----------*/
		.price_slider_wrapper {
	margin-top: 15px;
}
.price_slider_amount .price_label {
	float: left;
	padding-top: 5px;
}
.widget_price_filter .price_slider_wrapper .price_slider {
	margin-bottom: 10px !important;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background: #111;
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#666));
	background: -webkit-linear-gradient(#111, #666);
	background: -moz-linear-gradient(center top, #111 0%, #666 100%);
	background: -moz-gradient(center top, #111 0%, #666 100%);
}
.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}
.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x #71ACAC;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 0.9em;
	height: 0.9em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #111;
	cursor: pointer;
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#BBB));
	background: -webkit-linear-gradient(white, #BBB);
	background: -moz-linear-gradient(center top, white 0%, #BBB 100%);
	background: -moz-gradient(center top, white 0%, #BBB 100%);
	outline: none;
	top: -0.3em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}
.widget_price_filter .ui-state-default, .widget_price_filter .ui-widget-content .ui-state-default, .widget_price_filter .ui-widget-header .ui-state-default {
	border: 1px solid lightGrey !important;
	background: #E6E6E6 !important;
	font-weight: normal !important;
	color: #555 !important;
	border-image: initial !important;
}
/*-------------------------------------------------------------------------------------------*/
/*- RIGHT COLUMN ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

#right-column .widgettitle {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #111;
}
#right-column .widgettitle a {
	color: #111;
}
#right-column .widgettitle a:hover {
	color: #3499D1;
}
.sidebar {
	background: #f7f7f7;
	border-top: 9px solid #3f82d1;
	border-bottom: 9px solid #f2f2f2;
}
.sidebar a {
	color: #111;
}
.sidebar a:hover {
	color: #3499D1;
}
.sidebar .widgettitle, .related-services-container .widgettitle {
	color: #111;
}
#right-column .widget {
	padding: 20px 15px;
	overflow: hidden;
}
#right-column .widget:last-child {
	border-bottom: none;
}
#right-column .widget li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
}
#right-column .widget li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
#right-column .widget .children {
	margin: 5px 0 0;
	margin-left: 20px;
}
#right-column .widget .children li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#right-column .widget .dater {
	color: #777;
}
#right-column .column {
	float: none;
}
/*--------------------------*/
	/*- SEARCH -----------------*/
	#searchform {
	overflow: hidden;
}
#searchform label {
	display: none;
}
#searchform input[type=text] {
	float: left;
	width: 56%;
	height: 36px;
	padding: 0 2%;
	color: #111;
	border-radius: 0;
}
#searchform input[type=submit] {
	float: left;
	width: 36%;
	height: 38px;
	padding: 0 2%;
	background: #3499D1;
	border-width: 3px;
	text-align: center;
	color: #fff;
}
#searchform input[type=submit]:hover {
	color: #fff;
	border-color: #fff;
	background: #000;
	cursor: pointer;
}
#archives .searchform {
	margin-bottom: 20px;
}
/*--------------------------*/
	/*- RECENT COMMENTS --------*/
	a.widget-comment {
	font-style: italic !important;
	display: block;
}
/*--------------------------*/
	/*- POPULAR POSTS ----------*/
	.popular_posts p {
	font-style: italic;
}
.popular_posts a {
	font-weight: 400;
}
.widget_popular_posts li a {
	display: block;
}
/*--------------------------*/
	/*- TWITTER ----------------*/
	iframe.twitter-timeline {
	min-width: 100% !important;
}
/*------------------------------------*/
	/*- ADVERTS --------------------------*/
	#right-column .adverts-125 {
	margin-bottom: 30px;
}
.adverts-125 ul {
	overflow: hidden;
	margin: 0px -30px 0px;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #f5f5f5;
}
.adverts-125 ul .advert {
	float: left;
	margin: 5px;
	padding: 0px !important;
	border: none;
}
.adverts-125 ul .advert a {
	display: block;
}
 .adverts-125 ul .advert:nth-child(2n+2) {
margin-right: 0px;
}
.large-ad {
	margin: 0px -30px 0px
}
#footer .large-ad img {
	max-width: 260px;
	height: auto;
}
/*------------------------------------*/
	/*- CATEGORIES -----------------------*/
	.widget_categories .children {
	margin-left: 20px;
	margin-top: 10px;
}
.widget_categories .children li {
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	list-style-type: disc !important;
}
/*------------------------------------*/
	/*- LATEST VIDEOS --------------------*/
	.latest-videos {
	overflow: hidden;
	padding: 0px !important;
	position: relative;
	margin: 30px;
}
.latest-videos .widgettitle {
	margin-bottom: 5px;
}
.latest-videos .content {
	width: 2000px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
 .latest-videos div[id^='video_widget_'] {
float: left;
width: 270px;
margin: 0px 20px 0px 0px;
}
.latest-videos .video-thumb {
	float: left;
	max-width: 240px;
	height: auto;
}
.latest-videos .video-thumb a {
	display: block;
	margin: 0px;
}
.latest-videos .video-thumb img {
	display: block;
	max-width: 100%;
}
.video-slider-buttons {
	z-index: 9;
}
.video-slider-buttons .previous, .video-slider-buttons .next {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 50%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.6) url(images/layout/slider-arrows-small.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
.video-slider-buttons .previous {
	left: 0px;
	border-radius: 0px 4px 4px 0px;
	background-position: -12px -4px;
}
.video-slider-buttons .next {
	right: 0px;
	border-radius: 4px 0px 0px 4px;
	background-position: -72px -4px;
}
.video-slider-buttons .next:hover {
	width: 30px;
	background-color: #000;
	background-position: -72px -4px;
}
.video-slider-buttons .previous:hover {
	width: 30px;
	background-color: #000;
	background-position: -9px -4px;
}
.latest-videos .jp-type-single a {
	border: none !important;
	box-shadow: none !important;
}
.latest-videos .jp-video-play-icon {
	float: none;
	position: absolute;
	width: 45px;
	height: 45px;
	margin: auto !important;
	left: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	background: url(ocmx/images/jplayer/smallarrow.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/*-------------------------------------------------------------------------------------------*/
/*- SITE WIDE CALL TO ACTION ----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
#site-wide-container {
	width: 100%;
	background: #3499D1;
	position: relative;
	z-index: 3;
}
.site-wide-cta {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 10px;
	overflow: hidden;
	text-align: center;
}
#site-wide-container .arrow {
	width: 0px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: absolute;
	top: 0px;
	margin: 0 auto;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 13px solid #fff;
}
.site-wide-cta span {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	color: #fff;
	font-size: 33px;
	line-height: 43px;
	font-weight: 700;
}
.site-wide-cta .action-link {
	display: inline-block;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.0);
	border: 3px solid rgba(255, 255, 255, 0.6);
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.action-link:hover {
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(255, 255, 255, 0.8);
	color: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/*- FOOTER ----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/


	/*-------------------------------------------*/
	/*- FOOTER ITEMS ----------------------------*/
	#footer {
	overflow: hidden;
}
/*---------------------------------------*/
		/*- FOOTER WIDGETS ----------------------*/
		.footer-widgets {
	color: #777;
}
.footer-widgets a {
	color: #3499D1;
}
.footer-widgets a:hover {
	color: #111;
}
.footer-widgets .widget ul {
	margin: 0px;
}
.footer-widgets .widget ul.children {
	margin: 8px 0 0 10px;
}
.footer-widgets .chirp span.meta, .footer-widgets .widget li {
	padding: 0 0 8px;
	margin: 0 0 8px;
	border-bottom: 1px solid #e4e4e4;
}
.footer-widgets .chirp span.meta:last-child, .footer-widgets .widget li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}
.footer-widgets .widgettitle {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #111;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.footer-widgets .widgettitle a {
	color: #fff;
}
.footer-widgets .widgettitle a:hover {
	color: #eee;
}
/*-----------------------------------*/
			/*- PAGES WIDGET --------------------*/
			.footer-widgets .widget_pages ul {
	overflow: hidden;
}
.footer-widgets .widget_pages li {
	float: left;
	width: 47%;
	padding-right: 3%;
	border-bottom: none;
	padding-bottom: 7px;
}
.footer-widgets .widget_pages li ul {
	display: none;
}
/*-----------------------------------*/
			/*- TEAM WIDGET ---------------------*/
			.footer-widgets .team-content-widget {
	float: left;
	width: 22.75%;
	margin-right: 3%;
}
.footer-widgets .team-content-widget .column {
	float: left;
	border: none;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 20px;
}
 .footer-widgets .team-content-widget .column:nth-child(2n+2) {
margin-right: 0px;
}
.footer-widgets .team-content-widget .post-title {
	font-size: 15px;
}
.footer-widgets .team-content-widget .post-title a {
	color: #fff;
}
/*----------------------------*/
	/*- FOOTER MENU --------------*/
	ul#footer-nav {
	overflow: hidden;
	text-transform: capitalize;
	font-size: 11px;
	float:right;
}
ul#footer-nav li {
	float: left;
	margin: 0;
	padding:0px 15px 0px 15px;
	border-right:1px #333 solid;
}
ul#footer-nav li ul, ul#footer-nav li ul li {
	display: none !important;
}
ul#footer-nav li a {
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #fff;
}
ul#footer-nav li:first-child a {
	padding-left: 0px;
}
/*----------------------------*/
	/*- FOOTER TEXT --------------*/
	.footer-text a {
	color: #ccc;
}
.footer-text a:hover {
	color: #fff;
}
.footer-text p {
	float: left;
	font-size: 11px;
}
.copyright {
	float: left;
	color: #777;
}
.obox-credit {
	float: right;
	font-size: 11px;
}
/*-------------------------------------------------------------------------------------------*/
/*- GRAVITY FORMS ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
ul.gform_fields {
	margin: 0px;
	padding: 0px;
}
ul.gform_fields .gfield {
	overflow: hidden;
	margin-bottom: 15px;
}
.gfield textarea {
	width: 97%;
	max-width: 600px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.09);
}
.gfield input {
	width: 90%;
	padding: 8px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.09);
}
.gfield .radio-checkbox label {
	font-weight: 400;
	margin: 0px;
}
.gfield .radio-checkbox input {
	float: left;
	width: auto;
	margin-right: 10px;
}
.gfield .gfield_label {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	color: #111;
}
.gfield label {
	color: #777;
	margin-bottom: 0px;
}


.widgettitle{
text-transform:uppercase;
}



.menu li {
list-style-image:url(images/icon-feat22.png);
list-style-position: inside;
line-height:30px;font-size: 13px;
}
.menu li a{
	color:#7F8389;
	list-style-type:square;
}.menu li a:hover{
	color:#000;
	list-style-type:square;
}

#footer-container p{
	padding-bottom:15px;
}
#footer-container p strong{
	font-size:16px;
	color:#999;
	font-weight:bold;
	border-bottom:1px #000 solid;
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
}


.three-column .column .content .copy{
height:165px;
overflow:hidden;	
}


.post-content ul li{
list-style-image:url(images/2.gif)!important;
line-height:25px;
}


.wpcf7 .four-column .column{
margin-bottom: 5px!important;
}