/* tab */
@import url(https://fonts.googleapis.com/css?family=Saira:300,400,500,600,700,800,900);
@import url(href="https://fonts.googleapis.com/css?family=Roboto");
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css';

 @keyframes tabOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
 @keyframes tabIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
div#tabs {
	margin: 10px 0px 20px 0px;
	display: block;
}
div#tabs ul{
	
	margin:0;
	padding:0;
}
div#tabs [type=radio] {
	display: none;
}
div#tabs label.mobile_tab {
	display: none;
}
div#tabs label li {
	display: block;
	float: left;
	cursor: pointer;
	width: 25%;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: large;
	height: 40px;
	line-height: 40px;
	font-weight:600;
	/*background-color:#000;*/
	/*text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.3);*/
	background-color:#c31608;
	padding: 0px;
	transition: all 0.5s;
	text-transform:uppercase;
}
.last-li {
	float:right !important;
	margin-right:0 !important;
}
div#tabs label li a {
	color: #fff;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	font-size:19px;
	display: block;
	pointer-events: none;
}
div#tabs [type=radio]:checked + label li, div#tabs label li:hover {
	background-color: #f7dd00;
	color:#000 !important;
}
div#tabs [type=radio]:checked + label li, div#tabs label li:hover, div#tabs [type=radio]:checked + label li a, div#tabs label li:hover a {
	color: #000;
	font-weight:bold;
}
div#tabs label li:hover {
}
div#tabs [type=radio]:checked + label li:hover {
	opacity: 1;
}
 div#tabs #tab-1:checked ~ .content1, div#tabs #tab-2:checked ~ .content2, div#tabs #tab-3:checked ~ .content3, div#tabs #tab-4:checked ~ .content4, div#tabs #tab-5:checked ~ .content5 {
 display: block;
}
div#tabs #tab-1:checked ~ .content1 .tabcontent, div#tabs #tab-2:checked ~ .content2 .tabcontent, div#tabs #tab-3:checked ~ .content3 .tabcontent, div#tabs #tab-4:checked ~ .content4 .tabcontent, div#tabs #tab-5:checked ~ .content5 .tabcontent, div#tabs #tab-1:checked ~ .content1 h4, div#tabs #tab-2:checked ~ .content2 h4, div#tabs #tab-3:checked ~ .content3 h4, div#tabs #tab-4:checked ~ .content4 h4, div#tabs #tab-5:checked ~ .content5 h4 {
 animation-name: tabIn;
 animation-duration: 1.2s;
}
div#tabs .content {
	animation-duration: 0.5s;
	clear: both;
	padding: 20px;	
	background-color: #fff;
	display: none;
	font-weight: normal;	
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	text-align: left;
	color:#000;
	line-height: 1.5;
    letter-spacing: 1px;
    text-align: justify;
}
div#tabs .content h4.tabtitle {
	padding: 10px;
	margin: 0px;
	font-size: 12px;
	display: none;
}

div#tabs .content .tabcontent {
	white-space: pre-wrap;
	padding: 0;
	margin: 0px;
	font-size: 16px;
	display: block;
	font-family: 'Titillium Web', sans-serif;
}
.center-col .brands li {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	width: 20%;
	padding: 4px 2px;
}
.center-col .brands li:first-child {
	padding-left: 0px;
}
.center-col .brands li:last-child {
	padding-right: 0px;
}
.center-col .brands li img {
	max-width: 100%;
}
.center-col .brands li:last-child::after {
	clear: both;
}
.creditlink-wrapper .creditlink {
	padding-bottom: 3px;
	text-align: right;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
}
.creditlink-wrapper .creditlink, .creditlink-wrapper .creditlink a strong, .creditlink-wrapper .creditlink a {
	color: #333;
	font-weight: normal;
}
.creditlink-wrapper .creditlink b, .creditlink-wrapper .creditlink a strong b, .creditlink-wrapper .creditlink a b {
	color: #87c124;
	font-weight: bold;
}
.creditlink-wrapper .creditlink, .creditlink-wrapper .creditlink div#design {
	display: block;
}
 @media (max-width: 900px) {
 @keyframes slide {
 from {
 left: 100%;
}
to {
	left: 0%;
}
}
div#tabs {
	margin: 10px 0px;
}
div#tabs ul{
	margin:0;
	padding:0;
}
div#tabs label {
	display: none;
}
div#tabs label li {
	width: 100%;
	margin-bottom: 3px;
	float: none;
	text-align: center;
	padding: 0px 0px;
	position: relative;
	height: 40px;
	line-height: 40px;
}
div#tabs label li::after {
	content: "\f0fe";
	font-family: "fontawesome";
	color: #fff;
	position: absolute;
	right: 10px;
}
div#tabs label.mobile_tab {
	display: block;
}
div#tabs .content {
	margin-bottom: 7px;
	position: relative;
	top: -3px;
}
 div#tabs #tab-1:checked ~ .label-tab-1 li, div#tabs #tab-2:checked ~ .label-tab-2 li, div#tabs #tab-3:checked ~ .label-tab-3 li, div#tabs #tab-4:checked ~ .label-tab-4 li, div#tabs #tab-5:checked ~ .label-tab-5 li {
	background-color:#f7dd00;
	font-weight:500;
}
 div#tabs #tab-1:checked ~ .label-tab-1 li::after, div#tabs #tab-2:checked ~ .label-tab-2 li::after, div#tabs #tab-3:checked ~ .label-tab-3 li::after, div#tabs #tab-4:checked ~ .label-tab-4 li::after, div#tabs #tab-5:checked ~ .label-tab-5 li::after {
 content: "\f146";
 color:#333;
}
 div#tabs #tab-1:checked ~ .label-tab-1 li, div#tabs #tab-2:checked ~ .label-tab-2 li, div#tabs #tab-3:checked ~ .label-tab-3 li, div#tabs #tab-4:checked ~ .label-tab-4 li, div#tabs #tab-5:checked ~ .label-tab-5 li, div#tabs #tab-1:checked ~ .label-tab-1 li a, div#tabs #tab-2:checked ~ .label-tab-2 li a, div#tabs #tab-3:checked ~ .label-tab-3 li a, div#tabs #tab-4:checked ~ .label-tab-4 li a, div#tabs #tab-5:checked ~ .label-tab-5 li a {
 color: #333;
 font-weight:500;
}
#more_items {
	margin-top: 0;
	clear: both;
}
.cols #leftpane.left-col, .cols #rightpane.right-col {
	width: 100%;
	padding: 0px 10px;
}
.cols #leftpane.left-col froocrosspromo, .cols #rightpane.right-col froocrosspromo, .cols #leftpane.left-col #more_items_content, .cols #rightpane.right-col #more_items_content, .cols #leftpane.left-col #more_items, .cols #rightpane.right-col #more_items {
	display: block;
}
#more_items_content a.nspromoitem {
	width: 48%;
	margin: 1%;
	background-size: auto 100%;
	float: left;
}
#more_items_content.boxcontent {
	background: #fff;
	border: 1px solid #35494f;
}
#more_items_base {
	margin-bottom: 10px;
}
div#centerpane.center-col, div.row {
	width: 100%;
}
div#centerpane.center-col {
	padding: 0px 10px;
}
.cols {
	display: flex;
	flex-direction: column;
}
.cols .center-col {
	order: 1;
}
.cols .left-col {
	order: 2;
}
.cols .right-col {
	order: 3;
}
}
.efusion {
	float: left;
	width: 100%;
}
/* tab end */
