/**
 * TABS
 *
 * -------------------------------------------------------------------------------------------------
 */

.ptb-none {
	padding:0px!important;
	}
.custom-menu-tabs {
	padding:0px 0px;
	background-color:#ebebeb;
	margin-top:0px;
	} 


.custom-menu-tabs ul.horizontal,
.custom-menu-tabs .tab-view-wrap ul {
	list-style: none outside none;
	margin: 0;
	display:inline-block;
	width:100%;
	}
	
.custom-menu-tabs ul.horizontal {
	background-color:#cccccc;
	}	
.custom-menu-tabs ul.horizontal li {
	margin: 0px;
	float:left;
	border-right:1px solid #FFF;
	text-transform:uppercase;
	font-size: 12px;
    font-weight: 700;
	letter-spacing:0.03em;
	
	}
.custom-menu-tabs ul.horizontal li a {
	padding:15px 25px!important;
	background-color:#cccccc;
	display:block;
	margin:0px!important;
	color:#000!important;
	font-weight:700;
	}

.custom-menu-tabs ul.horizontal li.active a,
.custom-menu-tabs ul.horizontal li a:hover {
	background-color:#ebebeb;
	text-decoration:none;
	}	
 


.custom-menu-tabs .tab-view-wrap {
	padding:10px 0px;
	}
.custom-menu-tabs .tab-view-wrap a,
.custom-menu-tabs .tab-view-wrap a h3,
.custom-menu-tabs .tab-view-wrap a p {
	color:#000!important;
	}	
.custom-menu-tabs .tab-view-wrap a:hover,
.custom-menu-tabs .tab-view-wrap a:hover h3,
.custom-menu-tabs .tab-view-wrap a:hover p {
	text-decoration:none!important;
	color:#005c8b!important;
	}		
.custom-menu-tabs .tab-view-wrap ul li {
	max-width:24.7%;
	display:inline-block;
	margin-bottom:15px;
	vertical-align:top;
	}
.custom-menu-tabs .tab-view-wrap ul li a:hover {
	background-color:#FFF;
	}	

.custom-menu-tabs .tab-view-wrap ul li h3,
.custom-menu-tabs .tab-view-wrap ul li p {
	padding-left:10px;
	padding-right:10px;
	}
.custom-menu-tabs .tab-view-wrap ul li h3 {
	margin:10px 0px;
	font-weight:400;
	font-size:14px;
	font-style:italic;
	}
.custom-menu-tabs .tab-view-wrap ul li p {
	margin-bottom:10px;
	}	
.custom-menu-tabs .tab-view-wrap ul li img {
	border:5px solid #FFF;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
