
.tab-wrap {

	max-width: 100%;
	width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	position: relative;
	list-style: none;

	background-color: transparent;
	margin: 0px auto;

}
.prod-tab-wrap {

	max-width: 100%;
	width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	position: relative;
	list-style: none;
	line-height: 30px;
	background-color: transparent;
	margin: 0px auto;

}

.tab {
	display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.2s transform ease;
	transition: 0.5s opacity ease-in, 0.2s transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.tab:checked + label {
	background-color: #303030;
	color: #fff;
	box-shadow: 0 -1px 0 #fff inset;
	cursor: default;
}
.tab:checked + label:hover {
	box-shadow: 0 -1px 0 #fff inset;
	background-color: #303030;
	color: #fff;
}

.tab + label {
	width:100%;	  
	box-shadow: 0 -1px 0 #eee inset;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	  -ms-flex-positive: 3;
		  flex-grow: 3;
	text-align: center;
	background-color: #eeeeee;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	text-align: center;
	-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
	height: 50px;
	box-sizing: border-box;
	padding: 15px;
}



.prod-tab-container { background: yellow; width: 100%; }

.tab + label.prod-label {display: inline-block !important; background-color: #fff !important; 
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	margin-right: 10px; margin-bottom: 0px !important;padding-bottom: 0px !important; font-weight: 300;}

.tab:checked + label.prod-label {display: inline-block !important; background-color: #fafafa !important; 
		border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #f5f5f5;
	color: #303030;}

.tab-padding {padding: 40px;}

.tab-title {width: 100%; color: #fff !important; border-bottom: 1px solid #fff; padding: 20px 0px 10px 40px;}

.tab__content .server-name {margin-bottom: 12px; display: inline-block;  margin: 20px -200px 0px 70px; border-bottom: 1px solid #eee; width: 70% !important;}

.tab__content .server-name em {font-size: 20px;  font-variant: small-caps;color: #fafafa !important;}

.tab__content {
	padding: 10px 25px;
	background-color: #fafafa;
	position: absolute;
	width: 100%;
	min-height: 480px;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	border-radius: 6px;	
	border: 0px solid red; 
}

.tab__content  #side-by-side {border: 0px solid blue;}

.tab__content  #side-by-side li.left {padding-left: 50px; margin-right: -40px; border: 0px solid red;}

.tab__content  #side-by-side li.right-slide {border: 0px solid red !important; padding-right: 60px !important;}

a.tab-button {
	display: inline-block; color: #be0000; background-image: linear-gradient(#eee, #fff); 
	border: 1px solid #fff; border-radius: 4px; padding: 5px 20px 5px 20px;
	 margin-left: 10px !important;}
a.tab-button:hover {color: #303030; background-image: linear-gradient(#fff, #fff);} 

.prod-tab-content {
	padding-top: 60px !important;
	position: absolute;
	width: 100%;
	min-height: 480px;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	font-weight: 300;
	
}

.point {	width: 75%; margin: 0px auto; padding-bottom: 4px;
	-webkit-box-shadow: 0 8px 8px -6px #ccc;
		moz-box-shadow: 0 8px 8px -6px #ccc;
			box-shadow: 0 8px 8px -6px #ccc;
			}

.tab__content .info-box {
color: #fff; line-height: 30px; font-size: 20px; display: block; min-width: 500px; background-image: linear-gradient(#ac987b, #98866c);
border: 1px solid transparent; border-radius: 4px; padding: 20px;	
}
.tab__content .info-box-purp {
color: #fff; line-height: 30px; font-size: 20px; display: block; min-width: 400px; background: transparent;
border: 1px solid transparent; border-radius: 4px; padding: 10px;	
}

.tab__content .info-box-home {
color: #303030; line-height: 30px; font-size: 20px; display: block; max-width: 100%; background: rgba(250,250,250,0.5); 
border: 1px solid transparent; border-radius: 4px; padding: 0px 80px 10px 10px;	
	
}

.tab__content .info-box-home p {max-width: 100%;}

.tab__content .info-box-button {
	background: #f5f5f5 !important; color: #303030 !important; border: 1px solid #736450 !important; 
	border-radius: 4px; padding: 5px 15px 5px 15px;	
	margin: 30px 0px; text-align: center;
}

.tab__content .info-box-button:hover {background: white; color: red;}



@media screen and (min-width: 320px) { 
	
.tab + label {
	width:auto;
}

.tab + label:hover {
	background-color: #f9f9f9;
	box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
	padding: 10px 25px;
	background-color: #fafafa;
	position: absolute;
	width: 100%;
	min-height: 480px;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	border-radius: 6px;	
}

.prod-tab-content {}

.tab__content .info-box-home {
color: #303030; line-height: 30px; font-size: 20px; display: block; max-width: 100%; min-height: 450px; background: rgba(250,250,250,1.0); 
border: 1px solid transparent; border-radius: 4px; padding: 10px;	
	
}

.tab__content .info-box-home p {max-width: 100%;}


.tab__content .server-name {margin-bottom: 12px; display: inline-block; }

.tab__content .server-name em {font-size: 20px; color: #be0000; font-variant: small-caps;}


.tab-padding {
	padding: 5px;
}



/* Boring Styles */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container {
	max-width:1200px;
	margin:0 auto;
}

}