/*This is a Demo version of PURE CSS Tabs.
The full version can be purchased on Codecanyon
http://codecanyon.net/item/pure-css3-tabs/6552681
*/

@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans|Marvel:400,700,400italic|Exo+2:200,400);


.tabbed-view{
	width:100%; 
	margin:auto; 
	height:auto; 
	position:relative; 
	display:block;
	
}

.tab-container{
	margin: 5px 0;
	padding: 0;
	text-align: left;
	position: relative;
	display: block;
	height:auto;
}

.tab-container .tab-radio{
	display: none;
}

.tab-container .tab{
	display: block;
	width: auto;
	height: 30px;
	float: left;
	position: relative;
	top: -5px;
	color: #888;
	margin: 0;
	padding: 3px 10px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-family: calibri;
	font-size:16px;
	line-height:30px;
	z-index:0;

}

.tab-container .tab-radio:checked ~ .tab,
.tab-container .tab-radio:active ~ .tab{
	z-index: 100;
		-webkit-box-shadow:0 -3px 1px rgba(193, 202, 45, 0.9);
	-moz-box-shadow:0 -3px 1px rgba(193, 202, 45, 0.9);
	box-shadow:0 -3px 1px rgba(193, 202, 45, 0.9);
}

.tab-container .tab-radio:checked ~ .tab{
	width: auto;
}

.tab-container .tab-radio:checked ~ .tab:before{
	content: "";
}
.tab-container .tab-radio:checked ~ .tab:before{
 	/*font-family: 'FontAwesome';
	font-weight:normal;
	content: "\f078  ";*/
}

.tab-container .tab-page{
	visibility: hidden;
	z-index: 50;
	display:block;
	position: absolute;
	top: 28px;
	left: 0px;
	float: left;
	padding: 2px 2px 2px 2px;
	margin:0;
	height: auto;
	width:100%;
}



.tab-container.rounded .tab-page {
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;

}

.tab-container .tab-page h3, .tab-container .tab-page h4  {
	font-family: Calibri;
	margin:0 0 10px 0;
}

.tab-container .tab-page h3 {
	font-size:40px;
	font-weight:200;
}

.tab-container .tab-page h4 {
	font-size:21px;
	font-weight:400;
}

.tab-container .tab-radio:checked ~ .tab-page{
	visibility: visible;
}

.tab-container .tab-page > *{
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-moz-transition: opacity 0.3s ease-out 0s;
	-ms-transition: opacity 0.3s ease-out 0s;
	-o-transition: opacity 0.3s ease-out 0s;
	-webkit-transition: opacity 0.3s ease-out 0s;
	transition: opacity 0.3s ease-out 0s;
}
.tab-container .tab-radio:checked ~ .tab-page > *{
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-moz-transition: opacity 0.3s ease-in 0.15s;
	-ms-transition: opacity 0.3s ease-in 0.15s;
	-o-transition: opacity 0.3s ease-in 0.15s;
	-webkit-transition: opacity 0.3s ease-in 0.15s;
	transition: opacity 0.3s ease-in 0.15s;
}

.tab-container article{
	font-family: calibri;	
}

.tab-container .tab-radio ~ .tab:after{
	position:absolute;
	display:block;
	z-index:200;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

.tab-container .tab-radio ~ .tab{
	background-color:rgb(236,240,241);
}

.tab-container .tab-radio:checked ~ .tab{
	color:rgb(0,0,0);
}

.tab-container article p {
	line-height:140%;
}




/*Color Variations*/


.tab-container.grey label, .tab-container .tab-radio:checked ~ .tab,
.tab-container.grey .tab-radio:active ~ .tab, .tab-container.grey article {
	background:rgb(189,195,199);
	color:#FFF;
}
.tab-container.grey .tab:hover {
	background:rgb(189,195,199);
	color:#FFF;
}
.tab-container.grey article p {
	color:#333;
}

.tab-container.blue label, .tab-container.blue .tab-radio:checked ~ .tab,
.tab-container.blue .tab-radio:active ~ .tab, .tab-container.blue article {
	background:rgb(52,152,219);
	color:#FFF;
}
.tab-container.blue .tab:hover {
	background:rgb(52,152,219);
	color:#FFF;
}
.tab-container.blue article p {
	color:#FFF;
}

.tab-container.orange label, .tab-container.orange .tab-radio:checked ~ .tab,
.tab-container.orange .tab-radio:active ~ .tab, .tab-container.orange article {
	background:rgb(243,156,18);
	color:#FFF;
}
.tab-container.orange .tab:hover {
	background:rgb(243,156,18);
	color:#FFF;
}
.tab-container.orange article p {
	color:#FFF;
}




.tab-container.green label, .tab-container.green .tab-radio:checked ~ .tab,
.tab-container.green .tab-radio:active ~ .tab, .tab-container.green article {
	background:rgb(26,188,156);
	color:#FFF;
}
.tab-container.green .tab:hover {
	background:rgb(26,188,156);
	color:#FFF;
}
.tab-container.green article p {
	color:#FFF;
}

.tab-container.green label, .tab-container.green .tab-radio:checked ~ .tab,
.tab-container.green .tab-radio:active ~ .tab, .tab-container.green article {
	background:rgb(26,188,156);
	color:#FFF;
}
.tab-container.green .tab:hover {
	background:rgb(26,188,156);
	color:#FFF;
}
.tab-container.green article p {
	color:#FFF;
}



.tab-container.dark label, .tab-container.dark .tab-radio:checked ~ .tab,
.tab-container.dark .tab-radio:active ~ .tab, .tab-container.dark article {
	background:rgb(5,5,5);
	color:#FFF;
}
.tab-container.dark .tab:hover {
	background:rgb(5,5,5);
	color:#FFF;
}
.tab-container.dark article p {
	color:#FFF;
}


.tab-container.white label, .tab-container .tab-radio:checked ~ .tab,
.tab-container.white .tab-radio:active ~ .tab, .tab-container.white article {
	background:#FFF;
	color:#333;
}
.tab-container.white .tab:hover {
	background:#FFF;
	color:#333;
}
.tab-container.white article p {
	color:#333;
}