#back-top 
{
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
.inner-page{
	margin-top:20px !important;
}
#effect_box{
	border-bottom: 2px solid #f0f0f0;
	background:url('images/slide-1bg.jpg');
	background-size: 100%;
}
#slidingDiv
{
	min-height:20px;
	padding:20px;
	margin-top:10px;
	border-bottom:3px solid #c7081b;
	display:none;
}



#tabs1{
	width:70%;
	list-style: outside none none;
}
#tabs1 a:hover,
#tabs1 a:hover::after,
#tabs1 a:focus,
#tabs1 a:focus::after {
color: #c7081b;
}

#tabs1 a:focus {
  outline: 0;
}
#colortab{
	display:none;
}

#tabs1 a::after {
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  color:#c7081b;
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  border-radius: 0 5px 0 0;  
}
#tabs1 #current a,
#tabs1 #current a::after
{
  color: #fff;
  z-index: 3;
}


#tabs{
	margin-left: -4%;
	list-style: outside none none;
	padding-bottom:57px;
	width:20%;
	float:left;
	
}
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
color: #c7081b;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
	z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  color:#c7081b;
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  border-radius: 0 5px 0 0;  
}
#tabs #current a,
#tabs #current a::after
{
  color: #fff;
  z-index: 3;
}
#content
{
	padding: 20px 6% 20px 0;
	height: auto;
	position: relative;
	z-index: 2; 
	border-radius: 0 5px 5px 5px;
	width:60%;
	float:left;
	background: transparent;
}
.topbtn
{
	background-image:url("../img/btn.png");
	background-size:100% 100%;
	width: 196px;
	padding-top: 5px;
	padding-left: 40px;
	text-align: left;
	height: 40px;
	margin-left:-15%;
}
.topbtn:hover
{
	background-image:url("../img/btn-hover.png");
}
	
td{
	padding:5px;
}
.td_right
{
	width:85%;
}
#current  {
	background-image:url("../img/btn-hover.png");
}
@media screen and (max-width:1199px)
{
	#tabs{
		height: 99px;
	}
}
@media screen and (max-width:542px)
{
	#tabs{
		height: 149px;
	}
}
@media screen and (max-width:385px)
{
	#tabs{
		height: 304px;
	}
}
/*
.nav>li{
	display:flex;
}
*/
#secondary-banner{height:65px;}
#secondary-banner .container .row div{height:65px;}

@media (max-width: 320px)
{
#secondary-banner {/* margin-top: -21px; */padding-top: 81px;}
}
@media only screen and (max-width: 479px)
{
	#content{width:100%;margin:0;padding:0;}
	#tabs{
			padding-bottom: 57px;
			width: 100%;
			float: left;
			margin: 0;
			padding: 0;
		}
	#secondary-banner{height:65px;margin-top: 0 !important;padding-top:75px}	
} 