@charset "utf-8";

/*  mTab: Responsive Tabbing/Accordion Plugin */

.mResAccordion .mResTabNav {
	display: none;
}

.tabNav:before,
.tabNav:after {
	content: " ";
	display: table;
}

.tabNav:after {
	clear: both;
}

.tabNav {
	list-style: none;
	padding: 0;
	margin: 0
}

.tabNav li {
	float: left;
	padding: 0;
	width: 25%;
	height: 36px;
	text-align: center;
	position: relative;
	border-right: 1px solid #9ca196;
}

.tabNav li:nth-child(4n+4) {
	border-right: none;
}

.mResTabAccordA {
	display: block;
	text-decoration: none;
	color: #173c58;
}

.mResTabNavTab span {
	display: block;
	height: 36px;
	position: relative;
}
.tabNav li a img{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.tabNav li.active > .mResTabAccordA,
.mResTabAccordA:hover,
.mResTabAccordA.active {
	color: #d3d3d3;
	text-decoration: none;
}

.tabNav li.active > .mResTabAccordA,
.mResTabAccordA.active {
	color: #fff !important;
	text-decoration: none;
/*	background: #ccc;*/
}

.tabContainer .tabContent {
	padding: 15px;
	color: #000;
}

.tabContainer .tabContent {
	opacity: 0;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.tabContainer .tabContent.mTabActive {
	opacity: 1;
	display: block;
}

.mResTabbing .mResAccordAnchor {
	display: none;
}

.mResAccordAnchor {
	display: block;
	margin-bottom: 1px;
	position: relative;
}

.mResAccordAnchor > span {
	display: block;
}

.mResAccordAnchor > span:after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	padding: 5px;
	text-align: center;
	font-size: 20px;
	content: '+'
}

.mResAccordAnchor.active > span:after {
	content: '--';
}

.mTabAnimated .tabContainer {
	position: relative;
}

.mTabSimple .tabContent,
.mTabAnimated .hideAfterAnim {
	display: none;
}

.defaultState {
	position: absolute;
	left: 0;
	top: 0;
}

.animBlock {
	-webkit-transition: all 600ms ease-in;
	-moz-transition: all 600ms ease-in;
	-ms-transition: all 600ms ease-in;
	-o-transition: all 600ms ease-in;
	transition: all 600ms ease-in;
}

.mTabAnimated .hideAfterAnim {
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}

.mTabAnimated .defaultState {
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.mTabAnimated .mTabActive {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}



/****** Tab Service ******/


.tab_service:before,
.tab_service:after {
	content: " ";
	display: table;
}

.tab_service:after {
	clear: both;
}

.tab_service {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.tab_service li {
	float: left;
	padding: 0;
	width: 25%;
	height: 36px;
	text-align: center;
	position: relative;
	border-right: 1px solid #9ca196;
}

.tab_service li:nth-child(4n+4) {
	border-right: none;
}

.tab_service li{
	width: 33.33% !important;
	margin-bottom: 10px;
}

.tab_service li:last-child{
	border-right: 0px;
}

.tab_service a.mResTabAnchor.mResTabAccordA{
	color: #9c9c9c;
	font-size: 12px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.tab_service li.active > .mResTabAccordA, .mResTabAccordA.active{
	color: #173c58 !important;
	background: none !important;
	text-decoration: none;
}
