/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
  text-align:left;
  background:url(../image/bg_nav.png) repeat;
  border:none;
  color:#fff!important;
	 font-family: "PT Sans",sans-serif;
	font-size:16px;
}
.tabs-left>li {
  margin-right: -1px;
  width:250px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
 
   background:#00a0d6;
   border:none;
   color:#fff;
   width:250px;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  background:url(../image/bg_nav.png) repeat!important;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color:#fff;
  border:none;
  width:250px;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;

}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}



@media (min-width: 768px) and (max-width: 991px) {

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
 
   background:url(../image/bg_nav.png) repeat;
   border:none;
   color:#fff;
   width:100%;
   font-size:12px;
   font-weight:bold;
}
.tabs-left>li {
  width:20%;
  float:left;
  margin:0px;
  font-size:12px;
}
.tabs-left, .tabs-right {
    border-bottom: medium none;
    margin: 0 auto 170px;
    position: relative;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color:#fff;
  border:none;
  width:100%;
}
.tabs-left > li, .tabs-right > li {
    background: rgba(0, 0, 0, 0) url("../image/bg_nav.png") repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
}
}


@media (max-width: 767px) {

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
 
   background:url(../image/bg_nav.png) repeat;
   border:none;
   color:#fff;
   width:100%;
   font-size:12px;
   font-weight:bold;
}
.tabs-left>li {
 display: inline-block;
    font-size: 12px;
    margin: 0;
    width: 26%;
}
.tabs-left, .tabs-right {
    border-bottom: medium none;
    margin:0 0 140px;
	    position:relative;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
  color:#fff;
  border:none;
  width:100%;
}
.tabs-left {
    margin-bottom: 0;
    margin-top:0px;
    width: 100%;
}

}




@media (max-width: 460px) {

    .tabs-left > li > a {
        padding: 10px 0px;
        text-align: center;
    }
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
 
   background:url(../image/bg_nav.png) repeat;
   border:none;
   color:#fff;
   width:100%;
   font-size:12px;
   font-weight:bold;
}
.tabs-left>li {
  width:32%!important;
  float:left;
  margin:0px 2px;
}
.tabs-left, .tabs-right {
    border-bottom: medium none;
    margin: 82px 0 0;
    padding-top: 2px;
    position: absolute;
}

}