.sky-tabs {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	background: none;
	position: relative;
	text-align: left;
   width:100%;height:100%;
}
.styletabwrap1 .ultop{
   top:35px;
   border-top:1px solid #66abff;
}
.sky-tabs > input {
	position: absolute;
	display: none;
}
.sky-tabs > label {
     height:35px;
	 line-height:35px;
	position: relative;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 1px;
	padding-top: 0;
	padding-left: 0;
	cursor: pointer;
}
.sky-tabs > label.inverse {
	float: right;
	padding-right: 0;
	padding-left: 1px;
}
.sky-tabs > label.disabled {
	cursor: default;
}

.sky-tabs > label > span {
	height:35px;line-height:35px;
	padding:0 20px 0 20px;
	background: #f2f2f2;
	display: block;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;	
}
.sky-tabs.narrow > label > span {
	padding:0 10px 0 10px;
}
.sky-tabs > label:hover > span {
	background: #66abff;
	color: #fff;	
}
.sky-tabs > label.disabled > span {
	background: transparent;
	color: inherit;
}
.sky-tabs > input:checked + label {
	cursor: default;
}
.sky-tabs > input:checked + label > span {
	background: #66abff;
	color: #fff;
}
.sky-tabs > .switcher {
	display: none;
}
.sky-tabs > .switcher a {
	display: block;
	margin: 0 -20px;
	padding: 0 20px;
	text-decoration: none;
	color: inherit;
}
.sky-tabs > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow:hidden;
	border:0 !important;padding:0;margin:0;
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.sky-tabs:not(.mainscript) > ul > li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	z-index: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;

}

.sky-tabs:not(.mainscript) > .sky-tab-content-0:checked ~ ul > .sky-tab-content-0,
.sky-tabs:not(.mainscript) > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs:not(.mainscript) > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs:not(.mainscript) > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs:not(.mainscript) > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs:not(.mainscript) > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs:not(.mainscript) > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs:not(.mainscript) > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs:not(.mainscript) > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs:not(.mainscript) > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9
{
	position: relative;
	z-index: 1;
	opacity: 1;
}


.sky-tabs.mainscript > ul{
  	width:100%;
	min-height:100vh;
}
.sky-tabs.mainscript > ul > li {
	top: 0;
	left: 0;
	position: absolute;
  	opacity: 0;
	z-index: 1;
  	width:100%;
	min-height:100vh;
	background-color:#fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sky-tabs.mainscript > ul > li.opecityexe{
}

.sky-tabs.mainscript > .sky-tab-content-0:checked ~ ul > .sky-tab-content-0,
.sky-tabs.mainscript > .sky-tab-content-1:checked ~ ul > .sky-tab-content-1,
.sky-tabs.mainscript > .sky-tab-content-2:checked ~ ul > .sky-tab-content-2,
.sky-tabs.mainscript > .sky-tab-content-3:checked ~ ul > .sky-tab-content-3,
.sky-tabs.mainscript > .sky-tab-content-4:checked ~ ul > .sky-tab-content-4,
.sky-tabs.mainscript > .sky-tab-content-5:checked ~ ul > .sky-tab-content-5,
.sky-tabs.mainscript > .sky-tab-content-6:checked ~ ul > .sky-tab-content-6,
.sky-tabs.mainscript > .sky-tab-content-7:checked ~ ul > .sky-tab-content-7,
.sky-tabs.mainscript > .sky-tab-content-8:checked ~ ul > .sky-tab-content-8,
.sky-tabs.mainscript > .sky-tab-content-9:checked ~ ul > .sky-tab-content-9
{
	top: 0;
	left: 0;
	position: relative;/*!!!!!!!!*/
	z-index: 0;
	opacity: 1;
}