#tl-topbar:before, .tour-acc-item:not(:first-of-type):not(:last-of-type):after{
	background-color: #00a3e8;
}


.tour-acc-content, .wd-tours-layout-carousel .wdtc-title, .wd-tours-layout-carousel .wd-tour-content {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}


/* modules */
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

.tour-accordion {
  margin-top:0px;
  position: relative;
  padding-left: 20px;
  margin-left:9px;
}

.tour-accordion:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  top: 5px;
  bottom: 5px;
  border-left: 1px solid #eaeaea;
}

.tour-acc-item {
  position: relative;
    border-bottom: solid 1px #eaeaea;
    padding-top: 5px;
    padding-bottom: 14px;
}

.tour-acc-item:not(:first-of-type):not(:last-of-type):before, .tour-acc-item:not(:first-of-type):not(:last-of-type):after {
  content: '';
  position: absolute;
  border-radius: 50%;
}

.tour-acc-item:not(:first-of-type):not(:last-of-type):before {
  background: #fff;
  width: 13px;
  height: 13px;
  left: -26px;
  top: 18px;
  z-index: 2;
}

.tour-acc-item:not(:first-of-type):not(:last-of-type):after {
  width: 19px;
  height: 19px;
  left: -29px;
  top: 15px;
}

.tour-acc-item:first-of-type:after {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -29px;
  background: #00a3e8;
}
.tour-acc-item:last-of-type:after {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: -29px;
  background: #00a3e8;
}
.tour-acc-item:first-of-type:before, .tour-acc-item:last-of-type:before {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -29px;
  background: #fff;
}

.tour-acc-item:first-of-type:before {
  /*content: "\e90d";
  font-family: "gotoicon";
  font-size: 12px;
  position: absolute;
  left: -26px;
  top: 2px;
  z-index: 2;
  color: #fff;*/
  background: #fff;
  width: 13px;
  height: 13px;
  left: -26px;
  top: 8px;
  z-index: 2;
  position:absolute;
}

.tour-acc-item:last-of-type:before {
  /*content: "\f42c";
  font-family: "ionicons";
  font-size: 17px;
  position: absolute;
  left: -24px;
  top: 3px;
  z-index: 2;
  color: #fff;*/
  background: #fff;
  width: 13px;
  height: 13px;
  left: -26px;
  top: 18px;
  z-index: 2;
  position:absolute;
}

.tour-acc-item + .tour-acc-item {
    padding: 14px 0px;
    border-bottom: solid 1px #eaeaea;
}

.tour-acc-item.open1 .tour-acc-head {
  	font-weight:700;
	font-size:15px;
	color:#757170;
    line-height: 20px;
	margin-top:20px;
	margin-bottom:10px;
}

.tour-acc-item.open1 .tour-acc-content {
  max-height: initial;
}

.tour-acc-item.close1 .tour-acc-head {
    font-weight:700;
	font-size:15px;
	color:#757170;
    line-height: 20px;
	margin-top:20px;
	margin-bottom:10px;
}

.tour-acc-item.close1 .tour-acc-content {
  max-height: 0;
  margin: 0;
}

.tour-acc-head {
  cursor: pointer;
  line-height: 28px;
}

.tour-acc-content {
  margin: 10px 0px 15px 0px;
  overflow: hidden;
}

.tour-acc-content .tour-acc-img {
  max-width: 200px;
  max-height: 150px;
  float: left;
  margin-right: 30px;
}

.tour-acc-content .tour-acc-text {
  float: left;
  width: -webkit-calc( 100% - 230px);
  width: -moz-calc( 100% - 230px);
  width: calc( 100% - 230px);
}

.tour-acc-content .tour-acc-text p:last-child {
  margin-bottom: 0;
}

