



.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 2em auto 0em auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow-y: auto;
  overflow-x: hidden ;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  /* width: 360px; */
  float:none !important;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
 
}


@media only screen and (max-width: 450px) {
.cd-tabs-navigation li {
  float: none;
  border:1px solid #e5e5e5;
}	
}


.cd-tabs-navigation a {
  position: relative;
  display: block;
/*   height: 60px;
  width: 60px; */
  text-align: center;
/*   font-size:16px; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2b2b2b;
  
}
.no-touch .cd-tabs-navigation a:hover {
  color: #fff;
  background-color:#5f8c9e;
}
.cd-tabs-navigation a.selected {
  background-color:#fff !important;
  color: #ec3c01;
  box-shadow:none !important;
   border-bottom:none !important;
}




@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 150px;
    float: left;
  }
  .cd-tabs-navigation a {
    /* height: 80px; */
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 2px 0 0 #f05451;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
   margin:0px;
    width: auto;
    

  }
  .cd-tabs-navigation a {
    width: auto;
    text-align: left;
    font-size: 16px;
    padding:15px 35px;
	 border:1px solid #e5e5e5;
	 background:#fff;
  margin-right:2px;
  border-radius:8px 8px 0px 0px;
  }
  .cd-tabs-navigation a.selected {
    
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background-color:#ffffff; border:1px solid #dedede; margin:-2px 0px 0px 0px;
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em !important;
  min-height:190px;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  /* font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em; */
}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
	height:100% !important;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    
  }
  .cd-tabs-content li {
    /* padding: 3em; */
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



/* hp srArt -----------=*/
@media only screen and (min-width: 1108px) and (max-width: 1260px) {
.cd-tabs-navigation a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1108px) {
.cd-tabs-navigation a {
    font-size: 14px !important;
  }
}

@media only screen and (min-width: 762px) and (max-width: 958px) {
	
.cd-tabs-navigation li {
    
    
	text-align:center;
	width:100% !important;
	display:block !important;
	float:none !important;
	border:1px solid #e5e5e5;
}
.cd-tabs-navigation li a {
	margin-right:0px !important;
	text-align:center;
	width:auto;
	padding:15px 30px !important;
}



}

@media only screen and (max-width: 960px) {
/* .cd-tabs nav {
	position:static !important;
	float:left;  
} */

.cd-tabs-content {
	float:right;
	width:80%;	
}


}

@media only screen and (max-width: 762px) {
	
.cd-tabs-content {
	float:none;
	width:100%;	
}
	
.cd-tabs nav {
  overflow-y: auto;
  overflow-x: auto ;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
	
/* .cd-tabs-navigation li {
    font-size: 14px !important;
    padding:8px 10px !important;
	text-align:center;
	width:100% !important;
	display:block;
	float:none
} */
  
.cd-tabs-navigation a {
    padding:15px 30px !important;
	margin-right:2px;
	border-radius:8px 8px 0px 0px;
	border:1px solid #e5e5e5;
  }
  
  .cd-tabs-navigation{ margin:0px;}
  
}

