/* ===================== CLEARFIX STYLES ==========================*/
.clear {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
/* ===================== LOADER STYLES ==========================*/
div.loader-wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
div.loader {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 220px;
	height: 19px;
	margin: -9px 0 0 -110px;
	background: url(../img/loader/loader1.gif) 50% 50%;
}
/* ===================== DEFAULT STYLE ==========================*/
.tabs {
	background: #fff;
	padding: 0;
	border-radius : 5px 5px 0 0;
	border: 1px solid #ddd;
	position: relative;
	margin-top: 30px;
	margin-top: 3rem;
}
#Home-tabs {
	box-shadow: 1px 3px 6px 1px rgba(221, 221, 221, 0.75);
}
#News-tabs {
	margin: 0 0 30px!important;
	margin: 0 0 3rem!important;
}
#Papres-tabs {
	margin-top: 0!important;
	margin-top: 0!important;
}
ul.tabs-menu {
	background: #E3DCC8;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #ddd;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0;
	z-index: 9999;
}
ul.tabs-menu li {
	background: #F9F7EC;
	float: right;
	margin: 0 1px;
	padding: 0;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 5px #E3DCC8 inset;
	border: 1px solid #fff;
	display: block;
}
ul.tabs-menu li:first-child {
	border-left: 0px;
}
ul.tabs-menu li:last-child {
	border-right: 0px;
}

ul.tabs-menu li a:hover, ul.tabs-menu li.selected a {
background: #D13F0A;
	color: #fff;
}


.tabs-content {
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
	background: #F8F9F4;
}
#News-tabs-content li {
	padding: 3px 0 0;
	margin: 0;
}
.tabs-content-inner {
	overflow: hidden;
	position: relative;
}
#Services-tabs {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

/* ===================== ADDITION STYLES ==========================*/

div.parent {
	display: none;
}
div.show {
	display: block;
}
ul.vertical-tabs {
	float: left;
}
ul.vertical-tabs li {
	float: none;
	display: block;
}
ul.vertical-tabs li a {
	display: block;
}
.centerText ul.tabs-menu li a {
	text-align: center;
}
/* =====================  STYLE 4==========================*/

ul.tabs-menu li a{
	/*font-family: GEM, Helvetica, verdana, geneva, sans-serif;*/
	display: block;
	padding: 7px 10px 5px;
	font-weight: 700;
	font-size:14px;
	font-size: 1.4rem;
	color: #D13E0A;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}