

.cd-tabs {
  position: relative;
  width: 100%;
  margin: 2em auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}

.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: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

.tab-left{




  float: left;
  width: 45%;
      padding: 30px;
}


.tab-right{



  float: left;
  width: 55%;
      padding: 30px;
      line-height: 1.8;
}



.tab-left img{



  width: 100%;
  height: 500px;
}
.map{margin-top:23px;}



@media only screen and (min-width: 760px) {

  .cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  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;
}


  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
  .cd-tabs-navigation a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
    color: #2e2e2e;
padding: 10px 0;
}


.cd-tabs-navigation li {
    float: left;
    list-style: none;
    width: calc(100% / 7);
}
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 360px;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
      list-style: none;
}

.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color:  #00295b !important;
  color: #ffff;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  
  display: inline-block;
  height: 20px;
  width: 20px;
}

@media only screen and (min-width: 760px) {
.cd-tabs-navigation03{

width:600px !important;


}
.cd-tabs-navigation03 li{

    width: calc(100% / 3);


}

 .cd-tabs-navigation04{

width:600px !important;


}
.cd-tabs-navigation04 li{

    width: calc(100% / 4);


}
 .cd-tabs-navigation02{

width:200px !important;


}

.cd-tabs-navigation02 li {
    float: left;
    list-style: none;
    width: 100%;
}

  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }
 
  
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
  
    background-color:  #e3e3e3;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    padding: 0;
      }
  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
 padding: 0 20px;
    text-align: center
  }

  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #ffffff;
  padding: 0;
    border: 1px solid #e3e3e3;
margin: 0;
    overflow: hidden;

}


.cd-tabs-content li {
  display: none;
  padding: 0;
}
.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;
}

@media only screen and (min-width: 760px) {
 /* .cd-tabs-content {
    min-height: 480px;
  }

*/
   .cd-tabs-content li {
    padding: 0 20px;
  }

}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
    padding: 0;
      }
 

}

@-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;
  }
}



@media only screen and (max-width: 480px){


.cd-tabs-navigation {
    width: auto;
    float: left;
}



.cd-tabs-navigation a {
    position: relative;
    display: block;
    /* height: 0; */
    /* width: 0; */
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    color: rgb(80, 80, 80);
    padding-top: 0;
    padding: 10px;
}










.tab-right,.tab-left{


  width: 100%;
  float: none;

}

}