/*-----------------------------------------------------------------------------------*/
/* = Shortcodes
/*-----------------------------------------------------------------------------------*/

/*hr*/
hr.none{ border: none; outline: none; height: 1px; background: none; }
hr.double-line{ }
hr.dotted-line{ border: none; border-top: 1px dotted #ccc; }
hr.solid-line{  border: none; border-top: 1px solid #ccc; }
hr.dashed-line{  border: none; border-top: 1px dashed #ccc; }

/*lists*/
.check ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/check.png'); }
.bullets-gray ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-gray.png'); }
.bullets-black ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-black.png'); }
.bullets-blue ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-blue.png'); }
.bullets-red ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-red.png'); }
.bullets-purple ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-purple.png'); }

/*alerts*/
.alert-red,
.alert-yellow,
.alert-green,
.alert-blue {
	font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
	color: #666; /*IE fail fix*/
	color: rgba(0,0,0, .6);
	text-shadow: 0px 0px 1px rgba(255,255,255, 0.3);
	display: block;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(0,0,0, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alert-red.alignright,
.alert-yellow.alignright,
.alert-green.alignright,
.alert-blue.alignright{
	float: right;
	width: 50%;
	margin: 0 0 10px 20px;
}
.alert-red.alignleft,
.alert-yellow.alignleft,
.alert-green.alignleft,
.alert-blue.alignleft{
	float: left;
	width: 50%;
	margin: 0 20px 10px 0;
}
.alert-red p:last-child,
.alert-yellow p:last-child,
.alert-green p:last-child,
.alert-blue p:last-child{
	margin-bottom: 0;
}

.alert-title{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 16px;
	color: rgba(0,0,0, .7);
}

.alert-red {
	background: #ef7b7a;
}
.alert-yellow {
	background-color: #f6d570;
}
.alert-green {
	background: #bfd887;
}
.alert-blue {
	background: #b7d3ee;
}


/*toggle*/
.toggle-wrap{
	margin: 10px 0;
}
h3.trigger {
	margin: 0px !important;
}
h3.trigger a {
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	outline: 0 !important;
    font-weight: 400;
	font-size: 20px !important;
    margin-bottom: 0px;
    margin-top: 5px;
    text-indent: 25px;
	background-color: #fff;
	background-image: url("../img/icon-plus.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	
}

h3.trigger a:hover,
h3.active a{
	background-color: #f5f5f5;
	text-decoration:none !important;
}

h3.active a {
	background-image: url("../img/icon-minus.png");
}
 
h3.active a:hover {
}

.toggle_container {
	background-color: #fff;
	overflow: hidden;
	padding: 30px 60px;
    border: 1px solid #ddd;
	border-top: 0px;
	display:none;
}

/*accordion*/
.accordion h3 {
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(255,255,255,1);
    margin-bottom: 0px;
    margin-top: 5px;
}
.accordion h3 a {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    outline: 0 !important;
    font-weight: 400;
    text-indent: 10px;
}
.ui-state-focus { outline: none; }
.accordion h3 a:hover,
.accordion .ui-state-active a {
    text-shadow: none;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.accordion .ui-accordion-content {
    padding: 20px;
	background: #fff;
    border: 1px solid #ddd;
	border-top: 0px;
}
.accordion .ui-accordion-content p:last-child { margin: 0px }

/*columns*/
.one-half,
.two-columns { width: 48% }
.one-third,
.three-columns { width: 30.66% }
.one-two-third { width: 65.33% }
.one-fourth,
.four-columns { width: 22% }
.one-three-fourths { width: 74% }
.one-fifth { width: 16.8% }
.one-sixth { width: 13.33% }

.two-columns,
.three-columns,
.four-columns ,
.one-two-third,
.one-three-fourths,
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.one-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.column-last { margin-right: 0px }
.column-first { margin-left: 0px }

.column-last:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

/*tabs*/

.tab-shortcode{ }
.tab-shortcode ul.ui-tabs-nav {
		display: block;
		margin: 0 !important;
		padding: 0;
		border-bottom: solid 1px #ddd;
		margin-left: 1px !important;
		}
.tab-shortcode	ul.ui-tabs-nav li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
}
.tab-shortcode	ul.ui-tabs-nav li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		color: #666;
		background: #f5f5f5;
		font-size: 12px;
}
.tab-shortcode	ul.ui-tabs-nav .ui-state-active a {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
	}
.tab-shortcode ul.ui-tabs-nav li:first-child .ui-state-active a {
		margin-left: 0; }
.tab-shortcode ul.ui-tabs-nav li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
}
.tab-shortcode ul.ui-tabs-nav li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
}
		
.tab-shortcode .tab_content{
		background: #fff;
		padding: 20px;
		border-left: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
}

/* Clearfixing tabs for beautiful stacking */
ul.tab-shortcode:before,
ul.tab-shortcode:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tab-shortcode:after {
  clear: both; }
ul.tab-shortcode {
  zoom: 1; }
  
.ui-tabs-hide {  
	display: none;  
}
	
	
/* Pricing Tables*/
.pricing-table{
	width: 100%;
	margin: 25px 0;
}

.pricing-table li:last-child .pricing-content {
	border-right: 1px solid #e0e0e0;
}

.pricing{
	float: left;
	text-align: center;
}
.pricing-table{
	list-style: none !important;
	margin: 0 !important;
}
.pricing-table ul{
	list-style: none;
}

.pricing-content,
.pricing-header,
.pricing-button{
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.pricing:hover .pricing-content,
.featured-pricing:hover .pricing-header,
.featured-pricing:hover .pricing-button{
	background: #fffbc4;
	
}

.pricing-third{
	width: 33%;
}
.pricing-fourth{
	width: 25%;
}
.pricing-fifth{
	width: 20%;
}

.pricing-header {
	padding: 20px;
	border: 1px solid transparent;
	border-bottom: 0px;
}
.featured-pricing .pricing-header{
	border-color: #e0e0e0;
	background: #fff;
	margin-right: -1px;
}

.pricing-header h4 {
	font-size: 19px;
	font-weight: bold;
	color: #aaa;
	margin: 0px;
}
.featured-pricing .pricing-header h4{
	font-size: 21px;
	color: #000;
}

.price {
	font-weight: bold;
	font-size: 16px;
	color: #49ae3b;
	margin: 0px;
}
.featured-pricing .price{
	color: #e65940 !important;
}

.pricing-content{
	background: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.1);
	box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.pricing-content ul{
	margin: 0;
	padding: 0;
}
.pricing-content li{
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}
.pricing-content li:last-child{
	border-bottom: 0px;
}

.pricing-button{
	padding: 20px;
}
.pricing-button .button {
	margin: 0px;
}

.featured-pricing .pricing-button{
	background: #fff;
	border: 1px solid #e0e0e0;
	border-top: 0px;
	margin-right: -1px;
}

/* #Tabs (activate in tabs.js)
================================================== */
	ul.tabs2 {
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
		 margin-top:50px; float:left; clear:both; width:100%; border-bottom:1px solid #ECECEC;}
	ul.tabs2 li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		border:none;
		margin-bottom: 0; }
	ul.tabs2 li a {
		cursor: pointer;
		text-decoration: none;
		padding: 10px 45px;
		font-size:17px;
		color:#000;
		text-transform:uppercase;	
		
 }
	ul.tabs2 li a.active {
		color: #000;
		padding: 10px 45px;
		border-bottom:5px solid #0071BB;
 }
	ul.tabs2 li:first-child a.active {
		margin-left: 0; }


	ul.tabs-content { margin: 0 0 0px; padding:0;  display: block; list-style: none; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display: block; }
ul.tabs-content li { width:100%; float:left; clear:both; border:none; padding: 40px 0;}
	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }
	  
	  ul.tabs-content .btn { margin-bottom:20px;}

/*BREADCRUMBS*/
#breadcrumbs {
    list-style:none;
    margin:10px 0;
    overflow:hidden;
    font-size: 14px;
    position: absolute;
    top: 0;
    z-index: 1;
}
#breadcrumbs a {
	color: #7b8b8e;
	border-bottom: 1px dotted #7b8b8e;
	position: relative;
	z-index: 9;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
    color: #7b8b8e;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
.breadcrumb_last {
	color: #000000 !important;
}


.single-course #breadcrumbs a { font-size: 15px; border-bottom: 0; transition: all .5s ease; }
.single-course #breadcrumbs span { font-size: 15px; }
.single-course #breadcrumbs a:hover { color: #fff; }
.single-course #breadcrumbs a, .single-course #breadcrumbs { color: #e8efbd; }
.single-course .breadcrumb_last { color: #fff !important; }

.single-instructor #breadcrumbs a { border-bottom: 1px dotted #fff; }
.single-instructor #breadcrumbs a, .single-instructor #breadcrumbs { color:#fff; opacity: .7; }
.single-instructor .breadcrumb_last { color: #fff !important; }

.page-id-10910 #breadcrumbs a { border-bottom: 1px dotted #fff; }
.page-id-10910 #breadcrumbs a, .page-id-10910 #breadcrumbs { color:#fff; opacity: .7; }
.page-id-10910 .breadcrumb_last { color: #fff !important; }


@media (max-width: 991px) {
	/*BREADCRUMBS*/
	#breadcrumbs {
		list-style:none;
		margin:10px 0;
		overflow:hidden;
		font-size: 14px;
		position: relative;
		top: 0;
	}
	
}