﻿/* rt-tab element-three */

.rt-tab.element-three{
}

.rt-tab.element-three > ul.nav-tabs{
	margin-bottom:50px;
	border:none;
	text-align:center;
	font-size:0;
}

.rt-tab.element-three > ul.nav-tabs > li{
	display:table-cell;
	width:1%;
	float:none;
	margin-bottom:0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-tab.element-three > ul.nav-tabs > li > a{
	position:relative;
	display:block;
	margin:0;
	padding:18px 40px 18px 40px;
	background-color:transparent;
	border-top:1px #d7d7d7 solid;
	border-right:none;
	border-bottom:1px #d7d7d7 solid;
	border-left:none;
	border-radius:0;
	text-align:center;
	text-transform:uppercase;
	font-weight:400;
	font-size:15px;
	color:#000;
	line-height:26px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-tab.element-three > ul.nav-tabs > li.active > a{
}

.rt-tab.element-three > ul.nav-tabs > li > a:before{
	position:absolute;
	bottom:-1px;
	left:0;
	right:0;
	z-index:0;
	content:" ";
	height:2px;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-tab.element-three > ul.nav-tabs > li.active > a:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
}

.rt-tab.element-three > ul.nav-tabs > li > a i{
	display:block;
	margin-bottom:15px;
	font-size:35px;
	color:#939190;
	line-height:1;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.rt-tab.element-three > ul.nav-tabs > li.active > a i{
}

.rt-tab.element-three > .tab-content{
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

	/* rt-tab element-three */

	.rt-tab.element-three > ul.nav-tabs > li{
		display:block;
		width:100%;
	}

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

	/* rt-tab element-three */

	.rt-tab.element-three > ul.nav-tabs > li{
		display:block;
		width:100%;
	}

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

	/* rt-tab element-three */

	.rt-tab.element-three > ul.nav-tabs > li{
		display:block;
		width:100%;
	}

}