/*	Responsive Tabs v1.0, Copyright 2014, Joe Mottershaw, https://github.com/joemottershaw/
//	======================================================================================= */

/*	Table of Contents
//	==================================================
//		#Reset
//		#Themes


/*	#Reset
//	================================================== */

.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.tabs {
	float: right;
	width: 13%;
	margin-left: 0%;
}
.tabs li {
	margin: 0px 0px 25px 0px;
	text-align: center;
}
.tabs li i {
	font-size: 30px;
	margin-bottom: 8px;
	text-align: center;
	display: block;
}
.tabs li a {
	color: #454545;
	display: block;
	height: 98px;
	padding: 22px 0px 20px 0px;
	text-decoration: none;
	font-size: 14px;
	background-color: #eee;
	position: relative;
}
.tabs li a:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-right-color: #eee;
	border-width: 10px;
	margin-top: -10px;
}
.tabs li.active a {
	color: #fff;
	background-color: #0CB4CE;
}
.tabs li.active a:after {
	border-color: rgba(19, 175, 235, 0);
	border-right-color: #0CB4CE;
}
.tabs-content {
	float: left;
	width: 80%;
	padding: 0;
	text-align: left;
}
.tabs-content img {
	width: 85%;
}
.tabs-content img.img_left2 {
	width: auto;
}
.tabs-content .tabs-panel {
	padding: 0px;
}
.tabs-content .tabs-panel .tab-title {
	display: none;
}
.li_width_logout a:hover {
	background-color: #0cb4ce !important;
	color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
.tabs li i {
	font-size: 20px;
}
}

@media only screen and (min-width: 768px) {
.li_width_logout a:after {
	top: 50% !important;
	border: solid transparent !important;
	content: none !important;
	height: 0 !important;
	width: 100px !important;
	position: relative !important;
	pointer-events: none !important;
	border-color: rgba(238, 238, 238, 0) !important;
	border-right-color: #eee !important;
	border-width: 10px !important;
	margin-top: -10px !important;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
ul.tabs {
	float: left;
	width: 100%;
}
.tabs-content {
	width: 100%;
}
.tabs li {
	float: left;
	width: 19%;
	margin: 0 0.5% 20px 0.5%;
}
.li_width {
	width: 35% !important;
}
.li_width_logout {
	width: 24% !important;
	margin-left: 2% !important;
}
.tabs li a:after {
	top: 50%;
	border: solid transparent;
	content: none;
	height: 0;
	width: 100px;
	position: relative;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-right-color: #eee;
	border-width: 10px;
	margin-top: -10px;
}
}

@media only screen and (max-width: 479px) {
ul.tabs {
	float: left;
	width: 100%;
}
.tabs-content {
	width: 100%;
}
.tabs li {
	float: left;
	width: 19%;
	margin: 0 0.5% 20px 0.5%;
}
.li_width {
	width: 35% !important;
}
.li_width_logout {
	width: 22% !important;
	margin-left: 4% !important;
}
.tabs li a:after {
	top: 50%;
	border: solid transparent;
	content: none;
	height: 0;
	width: 0;
	position: relative;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-right-color: #eee;
	border-width: 10px;
	margin-top: -10px;
}
}
