/************************************************
*	Headline									*
************************************************/

.ot-organic-headline {
	display: block;
	font-size: 3.2em;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
	}
.ot-organic-headline.ot-medium-headline {
	font-size: 2.4em;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.6px;
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
	}
.ot-organic-headline.ot-small-headline {
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 6px 0px 6px 0px;
	padding: 6px 0px 6px 0px;
	}

/************************************************
*	Toggle Box									*
************************************************/

.ot-toggle-box {
	margin: 6px 0px;
	padding: 0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	}
.ot-toggle-trigger { 
	display: block;
	background: #FFFFFF;
	position: relative; 
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 6px 12px;
	cursor: pointer; 
	border: 1px solid rgba(0,0,0, .08);
	zoom: 1; 
	}
.ot-toggle-trigger.ot-active {
	border-bottom: none; 
	}
p.ot-toggle-trigger:before { 
	color: #999999;
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "";
	margin-right: 8px;
	}
p.ot-toggle-trigger.ot-active:before {
	content: ""; 
	}
.ot-toggle-trigger a {
	text-decoration: none;
	}
.ot-toggle-section {
	display: none;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 24px 12px 24px;
	overflow: hidden;
	border-left: 1px solid rgba(0,0,0, .08);
	border-right: 1px solid rgba(0,0,0, .08);
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
	
/************************************************
*	Horizontal Rating Bar 			     	    * 
************************************************/

.ot-rating-container {
	display: block;
	padding: 18px 0px;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0, .08);
	}
.ot-bar-rating { 
	float: left;
	background: #F9F9F9;
	width: 70%;
	padding: 1%;
	position: relative;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	}
.ot-bar-rating > span {
	display: block;
	height: 20px;
	margin: 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #333333;
	position: relative;
	overflow: hidden;
	}
.ot-rating-title {
	float: left;
	width: 26%;
	font-weight: bold;
	font-size: .9em;
	line-height: 2.6;
	text-align: right;
	margin-right: 2%;
	padding: 0px;
	}

/************************************************
*	Modal Box									*
************************************************/

.ot-organic-modal {
	display: none;
	max-width: 400px;
	background: #FFFFFF;
	padding: 24px;
	z-index: 9999 !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 10px #000000;
	-moz-box-shadow: 0 0 10px #000000;
	-o-box-shadow: 0 0 10px #000000;
	-ms-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	}
.ot-modal-title {
	display: block;
	color: #333333;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 6px;
	}
.ot-modal-btn {
	display: block;
	width: 100%;
	overflow: hidden;
	}
.ot-modal-btn.ot-align-right, 
.ot-modal-btn.ot-align-left {
	float: none;
	}
.ot-modal-btn.ot-align-right .ot-organic-btn {
	float: right;
	margin-left: 12px;
	}
.ot-modal-btn.ot-align-left .ot-organic-btn {
	float: left;
	margin-right: 12px;
	}
.ot-modal-btn.ot-align-center {
	float: none;
	text-align: center;
	margin: 0px auto 0px;
	}
.ot-organic-modal a.ot-close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/close.png) no-repeat 0 0;
	}
.ot-modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(../images/spinner.gif) #111111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	}
.ot-jquery-modal.ot-blocker {
	z-index: 99 !important;
	}

/************************************************
*	Accordion						   		    * 
************************************************/

.ot-organic-accordion {
	display: block;
	background: #FFFFFF;
	margin: 12px 0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	}
.ot-ui-accordion .ot-ui-accordion-header { 
	display: block;
	background: #F9F9F9;
	position: relative; 
	font-size: 1em;
	font-weight: bold;
	margin-top: -1px; 
	padding: 6px 12px;
	cursor: pointer; 
	border: 1px solid rgba(0,0,0, .08);
	zoom: 1; 
	}
.ot-ui-accordion .ot-ui-accordion-header.ot-ui-accordion-header-active {
	background: #FFFFFF;
	}
.ot-ui-accordion .ot-ui-accordion-header a {
	color: #999999;
	text-decoration: none;
	}
.ot-ui-accordion .ot-ui-accordion-header.ot-ui-accordion-header-active a {
	color: #333333;
	}
.ot-ui-accordion .ot-ui-accordion-header a:before { 
	color: #999999;
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "";
	margin-right: 8px;
	}
.ot-ui-accordion .ot-ui-accordion-header.ot-ui-accordion-header-active a:before {
	content: ""; 
	}	
.ot-ui-accordion .ot-ui-accordion-content { 
	/*height: auto !important;*/
	margin-top: -1px;
	padding: 18px 24px; 
	border: 1px solid rgba(0,0,0, .08); 
	overflow: auto; 
	zoom: 1; 
	}

/************************************************
*	Tabs							   		    * 
************************************************/

.ot-organic-tabs {
	display: block;
	margin: 12px 0px;
	}
.ot-ui-tabs { 
	position: relative; 
	padding: 0px; 
	zoom: 1; 
	}
.ot-ui-tabs .ot-ui-tabs-nav { 
	margin: 0px; 
	padding: 0px; 
	overflow: hidden;
	}
.ot-ui-tabs .ot-ui-tabs-nav li { 
	float: left;
	background: #F9F9F9;
	list-style: none;  
	position: relative; 
	top: 0; 
	margin: 0px; 
	padding: 0;
	white-space: nowrap;
	border-top: 1px solid rgba(0,0,0, .08);
	border-right: 1px solid rgba(0,0,0, .08);
	border-bottom: 1px solid rgba(0,0,0, .08);
	}
.ot-ui-tabs .ot-ui-tabs-nav li:first-child { 
	border-left: 1px solid rgba(0,0,0, .08);
	}
.ot-ui-tabs .ot-ui-tabs-nav li.ot-ui-tabs-active { 
	background: #FFFFFF;
	margin-bottom: -1px; 
	padding-bottom: 1px;
	}
.ot-ui-tabs .ot-ui-tabs-nav li a { 
	float: left;
	color: #999999;
	font-weight: bold;
	padding: 4px 12px; 
	text-decoration: none;
	}
.ot-ui-tabs .ot-ui-tabs-nav li.ot-ui-tabs-active a {
	color: #333333;
	}
.ot-ui-tabs .ot-ui-tabs-nav li.ot-ui-tabs-active a, 
.ot-ui-tabs .ot-ui-tabs-nav li.ot-ui-state-disabled a, 
.ot-ui-tabs .ot-ui-tabs-nav li.ot-ui-tabs-loading a { 
	cursor: text; 
	}
.ot-ui-tabs .ot-ui-tabs-nav li a, 
.ot-ui-tabs-collapsible .ot-ui-tabs-nav li.ot-ui-tabs-active a { 
	cursor: pointer; 
	}
.ot-ui-tabs .ot-ui-tabs-panel { 
	display: block;
	background: #FFFFFF;
	border-width: 0;
	margin-top: -1px;
	padding: 12px 24px; 
	border: 1px solid rgba(0,0,0, .08);
	border-radius: 0px 3px 3px 3px;
	-moz-border-radius: 0px 3px 3px 3px;
	-khtml-border-radius: 0px 3px 3px 3px;
	-webkit-border-radius: 0px 3px 3px 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	overflow: hidden;
	}

/************************************************
*	Icons							   		    * 
************************************************/

.ot-organic-icon i {
	font-size: 1.8em;
	line-height: 1.6;
	margin-right: 4px;
	position: relative;
	top: 0 /* 4px;*/
	}

/************************************************
*	Buttons							   		    * 
************************************************/

.ot-organic-btn {
	display: inline-block;
	margin: 12px 0px;
	padding: 0px;
	background-color: #444444;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	box-shadow: inset 0px 2px 0px rgba(255, 255, 255, .6);
	-moz-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, .6);
	-webkit-box-shadow: inset 0px 2px 0px rgba(255, 255, 255, .6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)),to(rgba(0, 0, 0, 0.10)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.10));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
	}
.ot-organic-btn:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.10)),to(rgba(0, 0, 0, 0.20)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.20));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
	}
.ot-organic-btn span.ot-btn-holder {
	display: inline-block;
	color: #eeeeee !important;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	line-height: 2.2;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, .3);
	padding: 4px 18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, .24);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	}
.ot-organic-btn:hover span.ot-btn-holder {
	color: #ffffff !important;
	text-decoration: none;
	}
.ot-organic-btn.ot-medium-btn span.ot-btn-holder {
	font-size: 1.2em;
	padding: 6px 24px;
	}
.ot-organic-btn.ot-large-btn span.ot-btn-holder {
	font-size: 1.4em;
	padding: 8px 32px;
	}
.ot-organic-btn.ot-blue-btn {
	background-color: #00ccff;
	}
.ot-organic-btn.ot-dark-blue-btn {
	background-color: #0033cc;
	}
.ot-organic-btn.ot-pink-btn {
	background-color: #ff00cc;
	}
.ot-organic-btn.ot-green-btn {
	background-color: #99cc00;
	}
.ot-organic-btn.ot-red-btn {
	background-color: #ff0000;
	}
.ot-organic-btn.ot-dark-red-btn {
	background-color: #cc0000;
	}
.ot-organic-btn.ot-yellow-btn {
	background-color: #ffcc00;
	}
.ot-organic-btn.ot-orange-btn {
	background-color: #ff9933;
	}
.ot-organic-btn.ot-cyan-btn {
	background-color: #00ffff;
	}
.ot-organic-btn.ot-white-btn {
	background-color: #ffffff;
	}
.ot-organic-btn.ot-white-btn span.ot-btn-holder {
	color: #333333 !important;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	}
.ot-organic-btn.ot-yellow-btn span.ot-btn-holder,
.ot-organic-btn.ot-cyan-btn span.ot-btn-holder {
	color: #ffffff !important;
	}
.ot-organic-btn.ot-align-right {
	float: right;
	margin-left: 12px;	margin-top:0; 
	}
.ot-organic-btn.ot-align-left {
	float: left;
	margin-right: 12px;
	}
.ot-btn-container.ot-align-center {
	float: none;
	text-align: center;
	margin: 0px auto 0px;
	}

/************************************************
*	Alert Boxes						   		    * 
************************************************/
	
.ot-organic-box {
	display: block;
	margin: 12px 0px;
	padding: 0px;
	background-color: #F9F9F9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: none;
	}
.ot-organic-box .ot-box-content {
	display: block;
	color: #333333;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.8;
	padding: 12px 18px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .08);
	}
.ot-organic-box a.ot-close {
	float: right;
	background: rgba(0, 0, 0, .05);
	color: #666666 !important;
	height: 10px;
	width: 10px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin: 16px 12px;
	padding: 4px;
	opacity: .7; 
	filter: alpha(opacity=70);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*border: 1px solid rgba(0, 0, 0, .08);*/
	}
.ot-organic-box a.ot-close:hover,
.ot-organic-box a.ot-close:active,
.ot-organic-box a.ot-close:focus {
	color: #333333 !important;
	background: rgba(0, 0, 0, .08);
	text-decoration: none;
	opacity: 1; 
	filter: alpha(opacity=100);
	}
.ot-organic-box.ot-text-center {
	text-align: center;
	}
.ot-organic-box.ot-text-right {
	text-align: right;
	}
.ot-organic-box.ot-text-left {
	text-align: left;
	}
.ot-organic-box.ot-blue-box {
	background-color: #d6e9f3;
	}
.ot-organic-box.ot-blue-box h1,
.ot-organic-box.ot-blue-box h2,
.ot-organic-box.ot-blue-box h3,
.ot-organic-box.ot-blue-box h4,
.ot-organic-box.ot-blue-box h5,
.ot-organic-box.ot-blue-box h6,
.ot-organic-box.ot-blue-box .ot-box-content,
.ot-organic-box.ot-blue-box blockquote {
	color: #336699;
	}
.ot-organic-box.ot-red-box {
	background-color: #f6d9d9;
	}
.ot-organic-box.ot-red-box h1,
.ot-organic-box.ot-red-box h2,
.ot-organic-box.ot-red-box h3,
.ot-organic-box.ot-red-box h4,
.ot-organic-box.ot-red-box h5,
.ot-organic-box.ot-red-box h6,
.ot-organic-box.ot-red-box .ot-box-content,
.ot-organic-box.ot-red-box blockquote {
	color: #cc0000;
	}
.ot-organic-box.ot-green-box {
	background-color: #e8f8d9;
	}
.ot-organic-box.ot-green-box h1,
.ot-organic-box.ot-green-box h2,
.ot-organic-box.ot-green-box h3,
.ot-organic-box.ot-green-box h4,
.ot-organic-box.ot-green-box h5,
.ot-organic-box.ot-green-box h6,
.ot-organic-box.ot-green-box .ot-box-content,
.ot-organic-box.ot-green-box blockquote {
	color: #669933;
	}
.ot-organic-box.ot-yellow-box {
	background-color: #ffffcc;
	}
.ot-organic-box.ot-yellow-box h1,
.ot-organic-box.ot-yellow-box h2,
.ot-organic-box.ot-yellow-box h3,
.ot-organic-box.ot-yellow-box h4,
.ot-organic-box.ot-yellow-box h5,
.ot-organic-box.ot-yellow-box h6,
.ot-organic-box.ot-yellow-box .ot-box-content,
.ot-organic-box.ot-yellow-box blockquote {
	color: #996600;
	}
.ot-organic-box.ot-white-box {
	background-color: #FFFFFF;
	}

/************************************************
*	Columns							   		    * 
************************************************/

.ot-one-half { 
	width:48%; 
	}
.ot-one-third { 
	width:30.66%; 
	}
.ot-two-third { 
	width:65.33%; 
	}
.ot-one-fourth { 
	width:22%; 
	}
.ot-three-fourth { 
	width:74%; 
	}
.ot-one-fifth { 
	width:16.8%; 
	}
.ot-two-fifth { 
	width:37.6%; 
	}
.ot-three-fifth { 
	width:58.4%; 
	}
.ot-four-fifth { 
	width:67.2%; 
	}
.ot-one-sixth { 
	width:13.33%; 
	}
.ot-five-sixth { 
	width:82.67%; 
	}
.ot-one-half, .ot-one-third, .ot-two-third, .ot-three-fourth, .ot-one-fourth, .ot-one-fifth, 
.ot-two-fifth, .ot-three-fifth, .ot-four-fifth, .ot-one-sixth, .ot-five-sixth { 
	position: relative; 
	margin-right: 4%; 
	float: left; 
	}
.ot-last { 
	margin-right: 0 !important; 
	clear: right; 
	}
.ot-clearboth { 
	clear: both;
	display: block; 
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
	}
	
/* Responsive iPhone Styles */

@media only screen and (max-width: 767px) {		
	
	.ot-ui-tabs .ot-ui-tabs-nav li a {
		font-size: 0.7em;
		}
	.ot-organic-column {
		padding: 8px 0px;
		}
	.ot-organic-headline {
		font-size: 1.6rem;
		letter-spacing: -0.8px;
		}
	.ot-organic-headline.ot-medium-headline {
		font-size: 1.2rem;
		letter-spacing: -0.4px;
		}
	.ot-one-half, .ot-one-third, .ot-two-third, .ot-three-fourth, .ot-one-fourth, .ot-one-fifth, 
	.ot-two-fifth, .ot-three-fifth, .ot-four-fifth, .ot-one-sixth, .ot-five-sixth {
		float: none;
		width: 100%;
		margin-right: 0px;
		}
	.ot-bar-rating { 
		width: 96%;
		padding: 2%;
		}
	.ot-rating-title {
		width: 100%;
		line-height: 2.4;
		text-align: center;
		margin-right: 0x;
		padding: 0px;
		}
	
	}

ot-organic-btn img, .ot-btn-holder img{vertical-align:middle;}
.page-id-1768 .one_third{text-align:center;}