/*	Responsive Tabs v1.4, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	======================================================================================= */

/*	Table of Contents
//	==================================================
//		#Reset
//		#Themes


/*	#Reset
//	================================================== */

	/* Standard */
.responsive-tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	position: relative;
	background-color: #fc4242;
}
.responsive-tabs li {
	width: 125px;
	margin: 0;
	text-align: center;
	line-height: 50px;
	float: left;
	padding: 0;
	background-color: #242424;
}
.responsive-tabs li a {
	display: block;
	padding: 0px;
	text-align: center;
	line-height: 23px;
	text-decoration: none;
}
.responsive-tabs li.active {
	font-weight: bold;
	background-color: #fff;
}
.responsive-tabs-content {
	margin-bottom: 10px;
}
.responsive-tabs-content .responsive-tabs-panel {
	padding: 0px 0 0 0;
}
.responsive-tabs-content .responsive-tabs-panel .responsive-tab-title {
	display: none;
}
/* Tabs Left */
/* Tabs Right */
 @media only screen and (max-width: 767px) {
.responsive-tabs li {
	display: none;
}
.responsive-tabs-content .responsive-tabs-panel,  .responsive-tabs-content .responsive-tabs-panel .responsive-tab-title {
	display: block;
}
}
/*	#Themes
//	================================================== */

	/* Standard */
/* Tabs Left */
/* Tabs Right */

/*custom styles*/
.tab-navicon span {
	font-size: 36px;
	display: inline-block;
	padding: 10px 0 0 0;
	text-align: center;
}



/* Tab atyle 2
 ------------------------------ */



/* Tab atyle 3
 ------------------------------ */


/* Tab atyle 4
 ------------------------------ */


/* Tab atyle 5
 ------------------------------ */

.ttitle strong{
	font-size:24px;
	color:#101010;
	border-bottom:1px solid #101010;
	}
.ttitle.white strong{
	font-size:24px;
	color:#fff;
	border-bottom:1px solid #fff;
	}
.ttitle.dark strong{
	color:#101010;
	border-bottom:1px solid #101010;
	}
.ttitle{
	padding-top:20px;
	margin:15px 0;
	float:left;
	}
.ttitle span{
	margin-bottom:15px;
	}
	
/* Tab atyle 6
 ------------------------------ */
	
	
	
	
	
/* Tab atyle 7
 ------------------------------ */	
	
	
/* Tab atyle 8
 ------------------------------ */
/*.tab-navbar-main.bborder {
    border-bottom: 1px solid #f0f0f0;
}*/


/* Tab atyle 9
 ------------------------------ */


/* Tab atyle 10
 ------------------------------ */



/* Tab atyle 11
 ------------------------------ */


/* Tab atyle 12
 ------------------------------ */


/* Tab atyle 13
 ------------------------------ */




/* Tab atyle 14
 ------------------------------ */



/* Tab atyle 15
 ------------------------------ */

.tab-content-style-15 {
	width: 100%;
	float: left;
	padding:70px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background-color: #fff;
}




/* Tab atyle 16
 ------------------------------ */

.tabstyle-16 .responsive-tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	position: relative;
}
.tabstyle-16 .responsive-tabs li {
	width:33.3%;
	text-align: center;
	line-height: 50px;
	padding: 0;
	float:left;
	background-color: #1a2530;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.tabstyle-16 .responsive-tabs li:last-child {
	border-right:1px solid #ebebeb;
}

.tabstyle-16 .responsive-tabs li a {
	display: block;
	padding: 15px 6px;
	text-align: center;
	line-height: 23px;
	font-size:16px;
	color:#fff;
	font-weight:600;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
.tabstyle-16 .responsive-tabs li a:hover {
	color:#1a1a1a;
	background-color: #c8f30d;
}

.tabstyle-16 .responsive-tabs li.active, .tabstyle-16 .responsive-tabs li.active a {
	color:#1a1a1a;
	background-color: #c9a84c;
}

.tabstyle-16 .responsive-tabs-content {
	margin-bottom:0px;
	border:1px solid #000;
	padding-right:60px;
}
.tabstyle-16 .responsive-tab-title p strong{
	font-size:24px;
	color:#101010;
	border-bottom:1px solid #101010;
	}

.tabstyle-16 .responsive-tab-title{
	margin-bottom:50px;
	}	
.tabstyle-16 .responsive-tabs li a.no-border {
	border-right:none;
}










/* =========== left Tab style 1 ==========  */

/* =========== left Tab style 2 ==========  */

@media only screen and (max-width: 480px) {
.ttitle strong {
    font-size: 20px;
}

.tab-content-style-15 {
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: none;
    border-right: none;
    border-bottom: none;
    background-color: none;
}

h4 {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 16px;
	font-style: normal;
}







}



@media only screen and (max-width: 360px) {
.tab-content-style-15 {
    padding: 35px;
}




}

