/*!
* Coded by Onur OZKRDS

/*------------------------------------------------------------------//
  Favorites                           
  .value(@value) { parameter: @value; parameter: @value; }      
//------------------------------------------------------------------*/
/* Scale */
/* Skew */
/* Rotate */
/* Black & White || Siyah & Beyaz */
/* Rotate & Scale Together || Rotate ve Scale Birlikte */
/*------------------------------------------------------------------//
  Other:                              
//------------------------------------------------------------------*/
* {
  outline: none;
}
ul {
  list-style-type: none !important;
  margin-bottom: 0 !important;
  padding-left: 0px;
}
img {
  pointer-events: none !important;
}
a {
  text-decoration: none !important;
}
/*------------------------------------------------------------------//
  Bootstrap Edit:                             
//------------------------------------------------------------------*/
.row {
  margin: 0;
  width: 100%;
}
.right {
  float: right !important;
  display: block;
}
.left {
  float: left !important;
  display: block;
}
.no-background,
.container {
  background: none !important;
  position: relative !important;
}
.clear {
  clear: both;
  display: block;
}
.full-image img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}
.no-padding {
  padding: 0 !important;
}
.no-left {
  padding-left: 0 !important;
}
.no-right {
  padding-right: 0 !important;
}
.mobileClear {
  clear: both;
  display: none;
}
/*------------------------------------------------------------------//
  Theme Options:                              
//------------------------------------------------------------------*/
/** Mobile Contact **/
  .mContact {
display: none;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
padding: 0px 0px;
z-index: 99999999;
border:none !important;
}
.mContact .col-md-6{
width:50% !important;
float:left; }
.mContact .col-md-6 a{
padding:10px;
}
.mContact .col-md-6 span{
font-weight:bold;
color:#fff;
padding:5px;
position:relative;
top:2px;
}
.mContact .wp{
background:#55cd6c;
}
.mContact .tl{background: #ca2b31;}
.mContact .col-md-6 img{
width:30px;
}

/** Mobile Contact **/
/** Font Family **/
/*------------------------------------------------------------------//
  Main.CSS:                             
//------------------------------------------------------------------*/
body {
  font-family: 'Exo', sans-serif;
  background: #ebebeb;
}
header.fixed .headerBottom {
  top: 0;
  background: #ed1c24;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.fixed .headerBottom .logoFixed {
  top: 0px !important;
  transition-delay: 1.2s !important;
  opacity: 1 !important;
}
header.fixed .headerBottom ul li a:hover {
  background: #fff !important;
  color: #ed1c24;
}

header.fixed .headerBottom ul li ul li a:hover{
  color:#ed1c24 !important;
}
header .headerTop {
  border-top: 2px solid #fff;
  padding-bottom: 7px;
  position: relative;
  z-index: 99999999;
  background: #ed1c24;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.31);
}
header .headerTop .logo {
  padding-top: 5px;
  padding-left: 46px;
}
header .headerTop .logo a {
  background: url(../images/logoU.png);
  width: 53px;
  height: 59px;
  background-size: 100%;
  background-repeat: no-repeat;
}
header .headerTop .col-md-4 {
  padding-left: 40px;
}
header .headerTop .cHead {
  padding-top: 16px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
}
header .headerTop .cHead:first-child {
  padding-left: 20px !important;
}
header .headerTop .cHead .col-md-1 {
  padding-left: 0px !important;
}
header .headerTop .cHead .col-md-11 {
  padding-left: 17px;
}
header .headerTop .cHead .col-md-11.adres {
  padding-left: 10px !important;
  padding-top: 3px !important;
}
header .headerTop .cHead a {
  padding-top: 3px;
  color: #fff;
  display: block;
}
header .headerTop .sHead {
  text-align: center;
  background: url(../images/socialBg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px -5px;
  padding: 10px 0px;
  padding-top: 5px;
}
header .headerTop .sHead a {
  display: inline-block;
  width: 27.5px;
  height: 27.5px;
  border: 1px solid #000;
  border-radius: 100%;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header .headerTop .sHead a:hover {
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
}
header .headerTop .sHead a i {
  line-height: 27.5px;
  font-size: 13px;
}
header .headerBottom {
  background: #6d6e70;
  padding: 5px 0px;
  position: fixed;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 72px;
  z-index: 99999989;
}
header .headerBottom .logoSub a.logoNormal {
  margin-top: 6px;
  background: url(../images/logoAlt.png);
  width: 125px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}
header .headerBottom .logoSub a.logoFixed {
  margin-top: -1px;
  left: -19px;
  top: -100px;
  opacity: 0;
  background: url(../images/logoU.png);
  width: 27px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: 30px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}
header .headerBottom nav.menu {
  padding: 0px;
}
header .headerBottom nav.menu ul li {
  float: left;
  position: relative;
}
header .headerBottom nav.menu ul li:last-child a {
  border-right: none;
}
header .headerBottom nav.menu ul li a {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 6px 6px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
header .headerBottom nav.menu ul li a:hover {
  background: #ed1c24;
}
.slider {
  position: relative;
  overflow-x: hidden;
  margin-top: 41px;
}
.slider .search {
  z-index: 9999;
  position: absolute;
  top: 42%;
  left: 50%;
  margin-left: -500px !important;
  width: 1000px;
  border-radius: 30px;
  /* border: 15px solid rgba(237, 28, 36, 0.63); */
  background: rgba(237, 28, 36, 0.63);
  padding: 18px 30px;
}
.slider .search i.fa-search {
  width: 6%;
  float: left;
  color: #3e3e3e;
  background: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  border-right: 2px solid #ed1c24;
}
.slider .search input {
  width: 78%;
  float: left;
  height: 60px;
  border: none;
  padding-left: 30px;
  font-size: 18px;
}
.slider .search input::-webkit-input-placeholder {
  color: #3e3e3e;
  font-weight: 500;
}
.slider .search button {
  width: 16%;
  font-size: 23px;
  height: 60px;
  border: none;
  font-weight: 600;
  border-left: 2px solid #ed1c24;
  background: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.slider .search button:hover {
  background: #d92128;
  color: #fff;
}
.slider .search button i {
  padding-left: 10px;
  font-size: 28px;
}
.slider .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -37.5px;
  overflow: hidden;
}
.slider .owl-controls .owl-buttons div {
  text-align: center;
  border-radius: 100%;
  background-color: transparent;
  display: block;
  opacity: 1;
  color: #fff;
  font-size: 55px;
}
.slider .owl-controls .owl-buttons div.owl-next {
  float: right;
  text-indent: -10px;
  margin-right: 39px;
}
.slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  text-indent: 10px;
  margin-left: 25px;
}
.tours {
  margin-top: 1px;
}
.tours .sTours .item:hover .goMore {
  height: 49px !important;
  padding-top: 7px !important;
}
.tours .sTours h3 {
  font-size: 26px !important;
}
.tours .sTours .article {
  top: 57% !important;
}
.tours .sTours span.date {
  font-size: 17px !important;
}
.tours .sTours .goMore {
  font-size: 25px !important;
}
.tours .uTours .item:hover .goMore {
  height: 49px !important;
  padding-top: 7px !important;
}
.tours .uTours h3 {
  font-size: 31px !important;
}
.tours .uTours .article {
  top: 50% !important;
}
.tours .uTours span.date {
  font-size: 20px !important;
}
.tours .uTours .goMore {
  font-size: 25px !important;
}
.tours .item {
  overflow: hidden;
  position: relative;
  padding: 1px !important;
}
.tours .item img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.tours .item:hover img {
  -webkit-transform: rotate(7deg) scale(1.2);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: rotate(7deg) scale(1.2);
  /* Fx 3.5-15 */
  -ms-transform: rotate(7deg) scale(1.2);
  /* IE 9 */
  -o-transform: rotate(7deg) scale(1.2);
  /* Op 10.5-12 */
  transform: rotate(7deg) scale(1.2);
  /* Fx 16+, IE 10+ */
}
.tours .item:hover h3 {
  top: -20px !important;
}
.tours .item:hover span.date {
  opacity: 1;
  top: -25px;
}
.tours .item:hover .goMore {
  height: 63px;
  padding: 13px;
}
.tours .item .goMore {
  pointer-events: none;
  background: #ed1c24;
  text-align: center;
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 99999;
  height: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* Safari 4.0 - 8.0 */
}
.tours .item .goMore i {
  padding-left: 10px;
  -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes example {
  0% {
    padding-left: 10px;
  }
  100% {
    padding-left: 30px;
  }
}
@keyframes example {
  0% {
    padding-left: 10px;
  }
  50% {
    padding-left: 30px;
  }
  100% {
    padding-left: 10px;
  }
}
.tours .item figure {
  position: relative;
  overflow: hidden;
}
.tours .item figure:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.26);
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.tours .item span.date {
  font-size: 21px;
  color: #fff;
  opacity: 0;
  top: 0px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
}
.tours .item .article {
  pointer-events: none;
  z-index: 9999;
  position: absolute;
  top: 50%;
  width: 75%;
  left: 12.5%;
  text-align: center;
}
.tours .item .article h3 {
  font-weight: bold;
  font-size: 46px;
  position: relative;
  text-transform: uppercase;
  top: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.59);
}
.prices .item {
  padding: 15px !important;
}
.prices .item:hover .article {
  background: #ed1c24;
  border-color: #ed1c24;
}
.prices .item:hover .article h3 {
  color: #fff;
}
.prices .item:hover .priceSet {
  background: #ebebeb;
}
.prices .item:hover .priceSet p {
  color: #ed1c24 !important;
}
.prices .item:hover .priceSet .price {
  color: #ed1c24;
}
.prices .item .article {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 5px 10px;
}
.prices .item .article h3 {
  color: #222222;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 21px;
}
.prices .item figure {
  overflow: hidden;
}
.prices .item figure img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.prices .item .priceSet {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -10px;
  padding-right: 0px;
  padding-bottom: 4px;
  background: #ed1c24;
  text-align: center;
  position: relative;
  top: -15px;
  left: 2px;
  padding-left: 3px;
  padding-bottom: 13px;
  margin-bottom: -6px;
}
.prices .item .priceSet p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0px;
  margin-top: -5px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
}
.prices .item .priceSet .price {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 32px;
  position: relative;
  top: 3px;
  font-weight: bold;
  color: #fff;
}
.prices .item .priceSet .price strong {
  position: relative;
  top: -2px;
  right: -3px;
  font-size: 30px;
}

footer #copyright {
  background-color: #ffffff;
  padding: 5px;
  margin-top: 80px;
}
footer #copyright p {
  color: gray;
  float: left;
  padding-top: 4px;
}
footer #copyright a {
  float: right;
}
footer #copyright a img {
  width: 106px;
}

footer{
  background: url(../uploads/footerBg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 50px !important;
  margin-top: 35px !important;
}

footer .anlasmaliKurumlar li{
  padding:2px;
}

footer .anlasmaliKurumlar li figure{
  border:1px solid #ebebeb;
}

footer h3{
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 21px;
  padding-bottom: 10px;
  margin-bottom: 15px !important;
}

footer .genelKategoriler a{
  color:#fff;
}

footer .genelKategoriler li{
  padding-left:0px;
  margin-bottom: 9px;
}

footer .contact .item{
  clear:both;
  display:block;
}
footer .contact i.fa-home{
  display:inline-block;
  float:left;
  width:30px;
  height:30px;
  margin-left:15px;
}
footer .contact i{
  width:30px;
  height:30px;
  border:1px solid #fff;
  text-align:center;
  line-height:30px;
  color:#fff;
  border-radius: 100%;
  margin-right:10px !important;
  margin-bottom: 5px;
}
footer .contact{
  color:#fff;
}

footer .contact .item .col-md-3{
  padding-right:0px !important;
}

footer .contact strong{
  font-weight:200;
  padding-left:10px;
  font-size:13px;
  padding-left: 0px;
}

footer .takipEdin{
  color:#fff;
}

footer .takipEdin strong{
  font-weight:200;
  padding-left:10px;
  font-size:13px;
}

footer .contact a{
  color:#fff;
}

footer .takipEdin i{
  width:30px;
  height:30px;
  border:1px solid #fff;
  text-align:center;
  line-height:30px;
  border-radius: 100%;
  color:#fff;
  margin-right: 3px !important;
}

footer .takipEdin{
  color:#fff;
}

footer .takipEdin strong{
  font-weight:200;
  padding-left:10px;
  font-size:13px;
}

footer .takipEdin a{
  color:#fff;
}

footer .takipEdin a{
  margin-bottom: 5px;
  display: inline-block;
}

footer .takipEdin a strong{
  margin-top:6px !important;
  display:block;
}

footer .adresCont{
  width:90%;
  margin-left: 22%;
  margin-bottom: 5px;
}

.searchSidebar{
  background: #fff;
  border:1px solid #ccc;
  padding: 25px 15px !important;
  margin-top: 30px;
  padding-bottom: 60px !important;
}

.searchSidebar input{
  width: 100%;
  padding:10px;
  padding-left:35px;
  border:1px solid #ebebeb;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight:600;
}

.searchSidebar input:focus{
  border:1px solid #ed1c24;
}



.searchSidebar h4{
  font-weight: bold;
  font-size: 23px;
  margin-top: 0px;
  color: #ed1c24;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 9px;
  margin-bottom: 13px;
}

.searchSidebar .formSide{
  position:relative;
}

.searchSidebar i.fa-search{
  position:absolute;
  left: 10px;
  font-size: 21px;
  top: 8px;
  color: #c8c8c8 !important;
}

.searchSidebar button{
  margin-top:10px;
  padding:6px 17px;
  background:#ed1c24;
  border:none;
  color:#fff;
  font-weight: bold;
  font-size: 14px;
  display:inline-block;
  float:right;
}


.searchSidebar button i{
  display:none;
}
.subPage{
  margin-top: -40px;
}
/* Sub Pages CSS (START) */
.subPage .title {
  /* background-image: linear-gradient(145deg, #2b276d 15%, #0bc8dc 100%); */
  /* background-repeat: repeat-x; */
  padding: 45px 0px;
  padding-bottom: 0px;
  text-align: center;
  background-size: cover;
  background: url('../uploads/header-bg.jpg');
  background-attachment: fixed;
}
.subPage .title h1 {
  font-weight: 300;
  margin: 0px;
  color: #2c2c2c;
  font-size: 34px;
  margin-top: -5px;
  letter-spacing: -0.6px;
  margin-top: 0px;
  text-align: left;
  font-weight: 700;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
}
.subPage .contentInner {
  margin: 40px 0 155px 0;
}
.subPage .contentInner h2{
  font-size:25px;
  font-weight:bold;
}
.subPage .contentInner h3{
  font-size:19px;
  font-weight:bold;
}
.subPage .contentInner .category ul li {
  /* position: absolute; */
  padding: 8px;
  margin-bottom: 10px;
}
.subPage .contentInner .category ul li .item {
  border: 1px solid #ccc;
  padding: 14px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  min-height: 344px;
}
.subPage .contentInner .category ul li .article {
  text-align: center;
}
.subPage .contentInner .category ul li .article h3 {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #494949;
  letter-spacing: -0.7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.subPage .contentInner .category ul li .article p {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.subPage .contentInner .category ul li .article a.more {
  border: none;
  padding: 13px 20px;
  width: 100%;
  border-radius: 90px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #ed1c24;
  border: 1px solid transparent;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .category ul li .article a.more:hover {
  background: transparent;
  border: 1px solid #ed1c24;
  color: #ed1c24;
}
.subPage .contentInner .leftContent figure {
  margin-bottom: 15px;
}
.subPage .contentInner .leftContent article .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
  display: block;
}
.subPage .contentInner .leftContent article .alignright {
  float: right;
  margin: 15px 0 15px 15px;
  display: block;
}
.subPage .contentInner .leftContent article .aligncenter {
  float: none;
  margin: 15px auto;
  display: block;
}
.subPage .contentInner .leftContent article p {
  font-weight: 500;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.subPage .contentInner .leftContent article p a {
  display: inline-block;
  color: #000000;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.subPage .contentInner .leftContent article h2 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  display: block;
  color: #00aeef;
  letter-spacing: -0.5px;
}
.subPage .contentInner .leftContent article h3 {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  display: block;
  color:#178ab1;
}
.subPage .contentInner .leftContent article h4 {
  font-size: 21px;
  font-weight: 600;
  position: relative;
  display: block;
  color:#178ab1;
}
.subPage .contentInner .leftContent article h5 {
  font-size: 19px;
  font-weight: 600;
  position: relative;
  display: block;
  color:#178ab1;
}
.subPage .contentInner .leftContent article h6 {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  display: block;
  color:#178ab1;
}
.subPage .contentInner .leftContent article ul {
  padding-left: 30px !important;
}
.subPage .contentInner .leftContent article ul li {
  list-style: disc;
  font-size: 15px;
}
.subPage .contentInner .leftContent article ul li ul li {
  list-style-type: circle;
}
.subPage .contentInner .leftContent.contact h3 {
  margin-top: 0;
  line-height: 45px;
  border-bottom: 1px solid #333;
  display: block;
  position: relative;
}
.subPage .contentInner .leftContent.contact h3:after {
  content: "";
  height: 2px;
  width: 200px;
  background-color: #000;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subPage .contentInner .leftContent.contact .item {
  display: block;
  margin-bottom: 10px;
}
.subPage .contentInner .leftContent.contact .item i {
  width: 35px;
  text-align: center;
}
.subPage .contentInner .leftContent.contact .item a {
  color: #000;
}

.subPage .contentInner .leftContent .table .thead-inverse {
  background-color: #333 !important;
  color: #FFF;
}
.subPage .contentInner .leftContent .table .thead-inverse tr {
  background-color: #333 !important;
}
.subPage .contentInner .leftContent .table td, .subPage .contentInner .leftContent .table th {
  text-align: center;
}
.subPage .contentInner .leftContent .table tr a {
  line-height: 25px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #333;
  color: #FFF;
  text-align: center;
}
.subPage .contentInner .leftContent .table tr {
  border-top: 1px solid #eceeef;
  font-size: 13px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .leftContent .table tr:nth-child(2n) {
  background-color: #eceeef;
}
.subPage .contentInner .leftContent .table tr:hover {
  background-color: #D5D8D9;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage .contentInner .leftContent a {
  display: inline-block;
  font-weight: 600;
}
.subPage aside.sidebar {
  background-image: linear-gradient(145deg, #ffffff 15%, #ffffff 100%);
  background-repeat: repeat-x;
  padding: 30px 20px 0 20px;
  text-align: center;
  /* border-radius: 5px; */
  padding-bottom: 15px;
  border: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 16px;
}
.subPage aside.sidebar .topIcon {
  width: 60px;
  background: #014f69;
  position: absolute;
  top: -25px;
  height: 60px;
  left: 50%;
  line-height: 62px;
  margin-left: -30px;
  color: #fcfcfc;
  font-size: 30px;
  border: 1px solid #fcfcfc;
  border-radius: 100%;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar .topIcon.active {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.subPage aside.sidebar span.titleForm {
  color: #ed1c24;
  font-size: 23px;
  display: block;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  font-weight: bold;
  text-align: left;
}
.subPage aside.sidebar select{
  width:100%;
  padding:10px;
  background:transparent;
  border:none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
  padding-left: 5px;
}
.subPage aside.sidebar select option{
  color:#1f1f1f;
}
.subPage aside.sidebar textarea {
  height: 60px;
  resize: none;
  width: 100%;
  color: #303030;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(93, 93, 93, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  font-weight: 500;
} 

.subPage aside.sidebar textarea:focus {
  border-bottom: 2px solid rgb(237, 28, 36);
}
.subPage aside.sidebar input {
  resize: none;
  letter-spacing: -0.4px;
  width: 100%;
  color: #181818;
  padding: 10px;
  border: none;
  background: transparent;
  border-bottom: 2px solid rgba(93, 93, 93, 0.35);
  margin-bottom: 5px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  font-weight: 500;
}

.subPage aside.sidebar input:focus {
  border-bottom: 2px solid rgb(237, 28, 36);
}
.subPage aside.sidebar .col-md-6 {
  width: 100%;
  padding:0px;
}
.subPage aside.sidebar .col-md-12 {
  width: 100%;
  padding:0px !important;
}
.subPage aside.sidebar input[type="submit"] {
  background: #ed1c24;
  border: none;
  padding: 13px 20px;
  width: 100%;
  /* border-radius: 5px; */
  font-weight: bold;
  color: #fcfcfc;
  border: 1px solid #ed1c24;
  margin-top: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.subPage aside.sidebar input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #ed1c24;
  color: #ed1c24;
}

.listTours .item{
  border:1px solid #ccc;
  margin-top: 20px;
  background: #fff;
}

.listTours .item{
  margin-bottom: 20px;
}

.listTours .item figure{
  padding-left:0px; 
}

.listTours .item .article{
 margin-top:50px;
}

.listTours .item .article h3{
  font-weight:bold;
  color:#2b2b2b;
}

.listTours .item .article p{
  color:#2b2b2b;
}

.listTours .priceSet .price {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 43px;
  position: relative;
  top: 3px;
  font-weight: bold;
  color: #2c2c2c;
  margin-top: 37px;
}
.listTours .priceSet .price strong {
  position: relative;
  top: -2px;
  right: -3px;
  font-size: 41px;
  color: #2c2c2c;
}

.listTours .priceSet a{
  background:#ed1c24;
  color:#fff;
  text-align:center;
  padding:9px 10px;
  width:100px;
  border:1px solid transparent;
    -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.listTours .priceSet a:hover{
  background:#fff;
  border:1px solid #ed1c24;
  color:#ed1c24;
}

.subPage .singleTurTitle{
    background: url(../uploads/footerBg.jpg);
    background-size: cover;
    background-attachment:fixed;
    padding:30px;
    background-position:bottom;
    margin-bottom:20px;
    padding-top: 60px;
}

.subPage .singleTurTitle h1{
  color:#fff;
  text-align:center;
  font-weight:bold;
}

.bigUrun{
  padding:2px;
}

.litUrun{
  margin-top:10px;
}

.litUrun li{
  padding:2px;
}

.litUrun .slick-current img{
  border:1px solid #6c6d6f;
}

.priceListTable li{
  display: inline-block;
  width: 19%;
  padding: 15px;
}

.priceListTable .bgs{
  background:#da252c;
  display:block;
  font-size:15px;
  color:#fff;
  font-weight:500;
}

.priceListTable .bgs6 li{
  width:16%;
}
.priceListTable .bgs:nth-child(1n) li:first-child{
  background:#a92227;
  text-transform:uppercase;
  font-size:15px;
}

.priceListTable .bgs:nth-child(2n){
  background:#d9d9d9;
  color:#000;
  margin-bottom: 20px;
}

.priceListTable .bgs:nth-child(2n) li:first-child{
  background:#d9d9d9;
}

.priceListTable .bgs li{
  padding: 20px 5px;
  border-right:1px solid rgba(204, 204, 204, 0.35);
  text-align: center;
}

.priceListTable .bgs li:last-child{
  border-right:none;
}

.contentTurTab li a{
  background:#d3d3d3;
  border-radius:0px;
  margin-bottom:20px;
  padding:15px 45px;
  font-weight:600;
  border:none;
  color:#262626;
      -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contentTurTab li.active a{
  border:none !important;
  color:#fff !important;
  background:#ed1c24 !important;
}

.contentTurTab{
  border:none;
}

.homeBar{
  margin-top: 2px;
}

.homeBar .col-md-3{
  padding: 0px 1px;
}

.homeBar a{
  text-transform:uppercase;
  text-align:center;
  background:#ed1c24;
  padding: 22px 10px;
  color:#fff;
  font-size: 16.5px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  font-weight:600;
  border:1px solid transparent;
}

.homeBar a:hover{
  background:transparent;
  color:#ed1c24;
  border:1px solid #ed1c24;
}

header nav.menu ul li ul {position: absolute;background-color: rgba(0, 0, 0, 0.65);opacity: 0;left: 0px;pointer-events: none;-webkit-transition: all .6s;-moz-transition: all .6s;-o-transition: all .6s;transition: all .6s;z-index: 9999;top: 32px;overflow: hidden;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}
header nav.menu ul li ul li {
float: none;
min-width: 282px;  padding: 0px;
}
header nav.menu ul li ul li:last-child {
border-bottom: none !important;
}
header nav.menu ul li ul li a {text-align: left;font-size: 12px !important;border-bottom: 1px solid rgba(255, 255, 255, 0.33);margin: 0px !important;color: #FFF !important;padding: 10px !important;line-height: 28px !important;border-right:  none !important;padding: 6px !important;padding-left: 13px;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;}
header nav.menu ul li ul li a:hover{
color:#ffffff !important;
}
header nav.menu ul li ul li a:after {
display: none;
}
header nav.menu ul li ul li ul {
top: 0px !important;
opacity: 1;
left: 100%;
position: absolute;
margin-top: 0px !important; box-shadow: none;
pointer-events: none !important;
opacity: 0;  background: none;
background-color: rgba(0, 0, 0, 0.63);
}
header nav.menu ul li:hover > ul {
opacity: 1;
pointer-events: auto !important;
overflow: inherit;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
z-index: 9999;
}
header nav.menu ul li:hover > ul li ul { } .subPage .title {  padding: 40px 0px;
text-align: center;
background-size: cover;
background: url(//www.drilkermanavbasi.com/wp-content/themes/Crabs%20Media/lib/uploads/header-bg.jpg);
padding-top: 150px;
background-attachment: fixed;
}

.fiyatGallery{
      margin-bottom: 30px !important;
    margin-top: 10px;
}

#wpadminbar{
  z-index: 99999999999 !important;
}

