/*------------------------------------------------*/
/*-------------------[SHORTCODES]-----------------*/
/*------------------------------------------------*/

.info_boxes {
	position: relative;
	margin-bottom: 15px;
}
.info_box_inner {
	padding: 16px 20px 16px 75px;
	min-height:35px;
}
.info_box_inner p{
	padding: 0;
}
.info_box_inner strong {
	color: #000000;
	font-weight: bold;
}
.info_box_inner h1, .info_box_inner h2, .info_box_inner h3, .info_box_inner h4, .info_box_inner h5, .info_box_inner h6 {
	font-family: Oswald, Arial, sans-serif;
} 

.info_inform .info_box_inner {
	color: #555;
	background: #f7dd67;
}
.info_inform .info_box_inner h1, .info_inform .info_box_inner h2, .info_inform .info_box_inner h3, .info_inform .info_box_inner h4, .info_inform .info_box_inner h5, .info_inform .info_box_inner h6 { color: #555; }
		
.info_warning .info_box_inner {
	color: #fff;
	background: #d84848;
}
.info_warning .info_box_inner h1, .info_warning .info_box_inner h2, .info_warning .info_box_inner h3, .info_warning .info_box_inner h4, .info_warning .info_box_inner h5, .info_warning .info_box_inner h6 { color: #fff; }
		
.info_download .info_box_inner {
	color: #fff;
	background: #409f89 ;
}
.info_download .info_box_inner h1, .info_download .info_box_inner h2, .info_download .info_box_inner h3, .info_download .info_box_inner h4, .info_download .info_box_inner h5, .info_download .info_box_inner h6 { color: #fff; }
		
.info_bio .info_box_inner {
	color: #fff;
	background: #1a99aa;
}
.info_bio .info_box_inner h1, .info_bio .info_box_inner h2, .info_bio .info_box_inner h3, .info_bio .info_box_inner h4, .info_bio .info_box_inner h5, .info_bio .info_box_inner h6 { color: #fff; }
.close_box{
	position: absolute;
	width: 10px;
	height: 10px;
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	top: 10px;
	right: 10px;
	cursor: pointer;
}	

.tooltip {
	position: relative;
	font-family: Oswald;
	display: inline-block;
	font-size: 15px;
	color: #656464;
}
.tooltip_inner {
	display: none;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	bottom:35px;
	left: -94px;
	width: 235px;
	padding: 20px 25px 22px 25px;
}
.tooltip-arrow {
	content: "";
	width: 0px;
	height: 24px;
	display: block;
	position: absolute;
	bottom: -44px;
	left: 129px;
	border-color: rgba(0,0,0,0.8) transparent transparent;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-style: solid;
    border-width: 10px;
}		
.accordion {
	background-image: url(images/accordion_head.png);
	background-color: #fff;
	background-repeat: repeat-x;
	padding: 12px 13px 0px 18px;
	margin: 10px 0px;
	box-shadow: 1px 1px 0 #ccc;
	border-radius: 6px;
}
.accordion h3.accordion_head {
	background: url(images/closed.png) no-repeat 98% 20%;
	cursor: pointer;
	padding: 3px 45px 15px 0px;
	font: 18px Oswald, Arial, sans-serif;
	color: #D7D0B8 ;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	letter-spacing: 0px;
}
.accordion h3.open { background: url(images/opened.png) no-repeat 98% 20%; }
.accordion h3.accordion_head span { display: block; }
.accordion .accordion_inner {
	padding-bottom: 17px;
	visibility: hidden;
	padding-top: 17px;
}
.tabs-slidecontent .accordion .accordion_inner {
	display: block;
	visibility: hidden;
}
.state_open .accordion_inner {
	display: block;
	visibility: visible !important;
}
		
.one_half, .one_third, .two_third, .one_fourth , .three_fourth {
	float:left;
	margin-right:4%;
	position:relative;
}
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width:65.32%; }
.one_fourth { width:22%; }
.three_fourth { width:74%; }
.one_half p, .one_third p, .two_third p, .one_fourth p, .three_fourth p{
	padding: 7px 0 0;
}

a.small-button {
	height: 32px;
	float: left;
	display: block;
	color: #ffffff !important;
	margin: 8px 2px;
	text-decoration: none;
	line-height: 30px;
	padding: 0px 10px 0px 10px;
}
a.small-button:hover {
	text-decoration: none;
	color: #eeeeee !important;
}

a.smallblue { background:#3655bb; }

a.smalllightblue { background: #3b97ce; }
	
a.smallteal { background: #46989e; }

a.smallgreen { background: #51a739; }
	
a.smallorange { background: #e38c20; }
	
a.smallsilver {
	background:#dadada;
	color: #3d3d3d !important;
	text-shadow: 1px 1px 1px #ffffff !important;
}
a.smallsilver:hover { color: #000000 !important; }

a.smallblack { background: #222; }

a.smallred { background: #c1373f; }
	
a.smallpurple { background:#874f8f; }

a.smallpink { background: #bf3796; }
	
a.big-button {
	padding: 0px 17px 0px 17px;
	height: 52px;
	float: left;
	display: block;
	color: #ffffff !important;
	margin: 8px 1px;
	text-decoration: none;
	border-radius: 2px;
	line-height: 49px;
}
a.big-button:hover {
	text-decoration: none;
	color: #eeeeee !important;
}

a.bigblue { background:#3655bb; }

a.bigpurple { background: #874f8f; }
	
a.bigred { background: #c1373f; }
	
a.bigorange { background: #e38c20; }
	
a.biggreen { background: #409f89; }

a.bigteal, a.bigturquoise { background: #46989e; }

.tabs-container {
	width: 100%;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #a2a2a2;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	margin: 50px 0px 15px;
}
.tabs-container .tabs-control {
	margin-left: 30px;
	margin-top: -36px;
	left: 30px;
}
.slidertype_top_tabs .tabs-content{ clear: both; }
.tabs-container .tabs-control li {
	background: none repeat scroll 0 0 #F7F7F7;
	list-style:none outside none;
	margin: 0px 3px 0px 0px !important;
	float: left;
	padding-right: 10px !important;
	height:34px;
	padding-left: 0 !important;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.tabs-container .tabs-control li a {
	font: 16px/37px 'Open Sans', Arial;
	color: #515050 !important;
	text-shadow: 1px 1px 1px #ffffff !important;
	display: block;
	height:35px;
	padding-left:10px;
}
.tabs-container .tabs-control li a:hover {
	color: #000000 !important;
	text-decoration: none;
}
.tabs-container .tabs-control li.active {
	background:#fff;
	height:43px;
	margin-top:-8px !important;
	border-bottom: none;
}
.tabs-container .tabs-control li.active a {
	height:44px;
	line-height:44px;
}
.js .tabs-content > div { opacity: 0; }


.tabs-left {
	width: inherit;
	background: url("images/header-bg.png") repeat scroll 0 0 #333 !important;
	border: 1px solid #dcdcdc;
	border-bottom: 1px solid #a8a8a8;
	position: relative;
	padding-left:40%;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}
.tabs-left .tabs-control {
	width: 47%;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	list-style:none outside none !important;
	margin:0 !important; padding: 20px 0 23px 25px;
}	
.tabs-left .tabs-control li {
	width: 97%;
	padding-right: 0px !important;
	padding-left: 0 !important;
	background: none !important;
	list-style: none !important;
	position: relative;
}
.tabs-left .tabs-control li:after{
	content: "";
	position: absolute;
	width: 99%;
	height: 1px;
	background-color: #3C3C3C;
	bottom: 0;
}
.tabs-left .tabs-control li.active {
	background-color:#fff !important;
	width: 97%;
	border-right: 1px solid #fff;
}
.tabs-left .tabs-control li a {
	color: #D7D0B8 !important;
	font: 15px Oswald, Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	display: block;
	padding: 10px 10px 11px 20px;
}
.tabs-left .tabs-control li a:hover, .tabs-left .tabs-control li.active a {
	text-decoration: none;
	color: #fff !important;
}
.tabs-left .tabs-control li.active a { color: #444 !important; }
.tabs-left .tabs-content {
	position: relative;
	background-color: #fff;
	border-left: 1px solid #D9D9D9;
} 
.tabs-left .tabs-content h3 {
	padding-bottom: 14px;
	color: #333333;
}
		
.tabs-slidecontent {
	width: 90%;
	height: auto;
}
.tabs-slidecontent { width: auto; }


.accordion, .tabs-container, .tabs-left {
	color:#201F1F !important;
	text-shadow: none !important;
}
.accordion a, .tabs-container a, .tabs-left a, .tooltip_inner a { text-shadow: none !important; }

.pricing { margin: 40px 0 10px; }
.pricing-table {
	float: left;
	width: 200px;
	padding-bottom: 22px;
	position: relative;
	margin-left: -1px;
}
.pricing-table:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 40px;
	background: url(images/header-bg.png) #333;
	border-radius: 0 0 5px 5px;
}
.pricing-heading {
	background: url(images/header-bg.png) #333;
	border-radius: 5px 5px 0 0;
	height: 95px;
	text-align: center;
	font-family: Georgia, sans-serif;
}
.pricing-heading h2 {
	padding: 20px 10px 0px;
	margin: 0 !important;
	font-size: 24px;
	color: #D7D0B8 !important;
	text-shadow: 1px 1px 0 #333;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	background: none !important; font-weight: normal !important;
}
.pricing-heading p {
	color: #ccc;
	border-radius: 5px 5px 0 0;
	font-size: 12px;
	font-style: italic;
	text-shadow: 1px 1px 0 #333;
	padding: 0;
	margin-top: 2px;
}
.pricing-content { background: #eee; }
.pricing-tcontent {
	background: #f5efe1;
	padding: 25px 6px 12px 7px;
	border-left: 1px solid #DFD1B1;
	border-right: 1px solid #DFD1B1;
	box-shadow: 0 0 10px #DFD1B1 inset;
}
.pricing-tcontent ul.pricing {
	padding: 0 !important;
	list-style: none !important;
	margin: 0 !important;
	list-style-image: none !important;
}
.pricing-tcontent ul.pricing li {
	color: #555;
	font-size: 15px;
	list-style: none !important;
}
.pricing-tcontent ul.pricing li span {
	background: url(images/list-checkmark.png) no-repeat 23px 15px;
	display: block;
	padding: 8px 0 9px 48px;
}
.pricing-tcontent ul.pricing li.x-mark span { background: url(images/list-x.png) no-repeat 23px 15px; }
span.price {
	display: block;
	text-align: center;
	height: 50px;
	font-size: 48px;
	color: #D84848;
	font-family: Georgia, serif;
	padding: 2px 0 17px;
	line-height: normal;
}
span.price sup {
	font-size: 24px;
	bottom: 13px;
	left: 1px;
}
span.price span.dollar-sign { font-size: 36px; }
.pricing-table a.join-button {
	display: block;
	padding-right: 13px;
	height: 29px;
	position: absolute;
	z-index: 10;
	left: 40%;
	bottom: -15px;
	font-size: 12px;
	color: #D7D0B8 !important;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	text-decoration: none;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
.pricing-table a.join-button:hover {
	text-decoration: none;
	color: #eee !important;
	cursor: pointer;
	border: none !important;
}			
.pricing-big {
	width: 230px;
	margin-top: -28px;
}
.pricing-big .pricing-heading { background-color: #626262; }
.pricing-big .pricing-content {  background-color: #eee; }
.pricing-big .pricing-tcontent {
	padding-left: 23px;
	padding-right: 20px;
	padding-top: 45px;
}
.pricing-big a.join-button { left: 42%; }
.pricing-big span.price { margin-top: 17px; }		
			
.tabs-container .tabs-control { padding: 0; }
.tabs-left .tabs-control { padding-left: 0; }
.author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 { color:#201F1F !important; }

a.small-button, a.big-button, a.icon-button { cursor: pointer; font-weight: normal !important; text-decoration: none !important; }
.tabs-container .tabs-control li a, .tabs-left .tabs-control li a { text-decoration: none !important; }

.tabs-left .tabs-slidecontent { background: #fafafa\9; padding: 12px 15px 20px 15px; width: 90%; }
.tabs-container .tabs-slidecontent { background: #f7f7f7 url(http://www.yesterdaysworld.co.uk/wp-content/themes/special-theme/includes/ext/shortcodes/images/tabs-container-bg.png) repeat-x\9; }
.accordion .accordion_inner { background: #f9f9f9\9; }

.t-info { position: relative; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */		
	
.last { margin-right: 0px !important; clear:right; }
.clear { clear:both; }

@media only screen and ( max-width: 767px ) {
	.one_half, .one_third, .one_fourth, .two_third { width: 100%;}
	.tabs-left{ width: auto;}
	.tabs-left .tabs-control{ width: 41.5%;}
	.info_box_inner{ padding: 20px;}
}
@media only screen and ( max-width: 361px ) {
	.tabs-left .tabs-control{ width: 42.5%;}
	.slidertype_top_tabs .tabs-content{ padding-right: 15px;  padding-bottom: 15px;}
	.tabs-container .tabs-control li.active{ margin:0 !important; height: 34px;}
	.tabs-container .tabs-control{ margin:0 !important; }
	.tabs-container .tabs-control li{ float: none; margin: 0 !important;}
	.tabs-left .tabs-control li{ width: 95%; }
	.tabs-left .tabs-control li.active{ width: 95%; }
}