/*Anasayfa Tur kutularÄ±*/

.tour-locations [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.tour-locations{margin: 0px -15px;}
.tour-locations * {font-size: 12px;}

.tour-locations-title {
    background: #f1334c;
    margin-bottom: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-indent: 15px;
    position: relative;
}
.tour-locations-title a {
  color: #fff;
  line-height: 40px;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: bold;
  font-size: 23px;
}
.tour-locations .box{margin-bottom: 15px;}
.tour-locations .box img {
    max-width: 100%;
    min-height: 135px;
}

.tour-locations .box .box-title {
  line-height: 1.3333em;
  height: 32px;
  overflow: hidden;
}
.tour-locations .box hr {
  margin: 15px 0;
}
.tour-locations .box .time {
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
}
.tour-locations .box .time i {
  font-size: 17px;
  color: #092d3d;
}
.tour-locations .box .time span {
  color: #194eb0;
  letter-spacing: 0.04em;
}
.tour-locations .box .details {
  padding: 15px 18px 18px;
  background: #fff;
}
.tour-locations .box .features {
  margin-top: -5px;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  margin: 0;padding: 0;
}
.tour-locations .box .features li {
  line-height: 1.2em;
  position: relative;
  padding: 0.8em 0 0.8em 18px;
}
.tour-locations .box .features li:before {
  content: "\f00c";
  margin-right: 10px;
  color: #092d3d;
  font-family: "FontAwesome";
  font-size: 1.3333em;
  line-height: 1em;
}
.tour-locations .box .features li:last-child {
  padding-bottom: 0.4em;
}
.tour-locations .box .btn-detail{
    width: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-align: center;
}
.tour-locations .box .btn-detail:hover {
  background: #e4020e;
  color: #fff;
  text-decoration: none;
  transition: ease-in all 300ms;
}


.tour-locations .price {
    color: red;
    font-size: 17px;
    text-transform: uppercase;
    float: right;
    text-align: right;
    line-height: 1;
    display: block;
    font-weight: 700;
}
.tour-locations .price span {
    color: red;
    font-size: 17px;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
    font-weight: 700;
}
/*Anasayfa Tur kutularÄ±*/