﻿@charset "UTF-8";
body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.noScroll {
  height: 100vh;
  overflow: hidden;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* to ie 10 */
}

input:focus, input[type="radio"]:focus, input[type="checkbox"]:focus,
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active:focus, .btn.active.focus,
a:focus, a:active:focus {
  outline: none;
  outline-offset: 0;
  outline-color: transparent;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  text-decoration: underline;
}

a {
  color: #003d84;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:focus {
  color: #179bd7;
}

.w-100 {
  width: 100%;
}

.width-full, .header, .top-bar, .navBar {
  width: 100%;
  float: left;
}

ul.disc {
  padding-left: 40px;
}

ul.disc li {
  list-style: disc;
}

ul li {
  list-style: none;
}

.clearfix {
  clear: both;
}

.wrapper {
  margin: 0 auto;
  width: 1170px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row12 {
  margin-left: -12px;
  margin-right: -12px;
}

.mTB0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mTB5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

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

.mTB15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mTB20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

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

.mTop40 {
  margin-top: 40px !important;
}

.mTop30 {
  margin-top: 30px !important;
}

.mTop20 {
  margin-top: 20px !important;
}

.mTop15 {
  margin-top: 15px !important;
}

.mTop10 {
  margin-top: 10px !important;
}

.mTop5 {
  margin-top: 5px !important;
}

.mTop0 {
  margin-top: 0 !important;
}

.mBottom40 {
  margin-bottom: 40px !important;
}

.mBottom30 {
  margin-bottom: 30px !important;
}

.mBottom20 {
  margin-bottom: 20px !important;
}

.mBottom15 {
  margin-bottom: 15px !important;
}

.mBottom10 {
  margin-bottom: 10px !important;
}

.mBottom5 {
  margin-bottom: 5px !important;
}

.mBottom0 {
  margin-bottom: 0 !important;
}

.mRight20 {
  margin-right: 20px !important;
}

.mRight15 {
  margin-right: 15px !important;
}

.mRight10 {
  margin-right: 10px !important;
}

.mRight7 {
  margin-right: 7px !important;
}

.mRight5 {
  margin-right: 5px !important;
}

.mRight3 {
  margin-right: 3px !important;
}

.mLeft20 {
  margin-left: 20px !important;
}

.mLeft15 {
  margin-left: 15px !important;
}

.mLeft10 {
  margin-left: 10px !important;
}

.mLeft7 {
  margin-left: 7px !important;
}

.mLeft5 {
  margin-left: 5px !important;
}

.mLeft3 {
  margin-left: 3px !important;
}

.mLR0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.pLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pTB10 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pTB20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pTB15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pTB30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pTB60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding15 {
  padding: 15px !important;
}

.removeSelect::after {
  display: none;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.line-height {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.selectBoxArrow {
  position: relative;
}

.selectBoxArrow::after {
  content: '';
  top: 13px;
  right: 15px;
  width: 10px;
  height: 5px;
  position: absolute;
  background-image: url("../../img/selectboxarrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.white {
  background-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #666 !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs34 {
  font-size: 34px !important;
}

.fs50 {
  font-size: 50px !important;
}

.text-decoration {
  text-decoration: none;
}

.text-decoration:hover, .text-decoration:focus {
  text-decoration: none;
}

.img-hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .4s;
}

.img-hover:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
}

.menuTitle {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding-left: 12.6px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

ul.language {
    float: left;
    margin: 0 0;
    padding-left: 12.6px;
}

ul.language li {
    float: left;
    margin-right: 10px;
}

ul.language li a {
    display: block;
    padding: 3px 0;
    clear: both;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
    white-space: nowrap;
    box-shadow: none!important;
}

ul.language li:hover a, ul.language li a:hover {
    background: none!important;
    box-shadow: none!important;
}

ul.language li img {
    float: left;
    width: 19px;
    height: 14px;
    margin: 4px 4px 4px 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.mSocial {
    float: left;
    width: 100%;
    padding-left: 12.6px !important;
}

.mSocial li {
    float: left;
    margin-right: 7px;
}

.mSocial li a {
    float: left;
    width: 100%;
    margin: 0 0;
    padding: 0 0 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: none;
    outline: none;
    border: none;
}

.mSocial li a i {
    float: left;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    background-color: transparent;
}

.mSocial li a i.fa-facebook {
    background-color: #3b5999;
}

.mSocial li a i.fa-twitter {
    background-color: #55acee;
}

.mSocial li a i.fa-google-plus {
    background-color: #dd4b39;
}

    .mSocial li a i.fa-instagram {
        background-color: #e4405f;
    }
    .mSocial li a i.fa-tripadvisor {
        background-color: #419641;
    }

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.header {
  margin-bottom: 30px;
  border-top: 2px solid #e2e2e2;
}

.top-bar {
  padding: 10px 0;
  border-bottom: 1px solid rgba(94, 94, 94, 0.25);
}

.logo {
  float: left;
  width: 248px;
}

.logo img {
  float: left;
  width: 100%;
  height: 70px;
  background-image: url("../../img/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
}

#sys_btn_toogle_menu, #support {
    float: right;
    width: 55px;
    height: 55px;
    margin: 7px 0;
    padding: 10px 0 0;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    background-color: #173f82;
    display: none;
}

#sys_btn_toogle_menu i, #support i {
    color: #fff;
    font-size: 18px;
    line-height: 100%;
}

#sys_btn_toogle_menu span, #support span {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

#support {
    margin-right: 10px;
}

.whatsapp {
    left: 15px;
    bottom: 7px;
    width: 45px;
    height: 45px;
    z-index: 999;
    display: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    background: #25D366;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.65);
}

.phone {
  float: right;
  color: #000;
  margin: 6px 0;
  padding-left: 65px;
  background: url(../../img/phone-whatsapp.png) no-repeat left center;
}

    .phone span {
        display: inline-block;
        font-weight: 400;
        background-color: #dbffb8;
        border-radius: 5px;
        padding: 2px 10px;
        width: auto;
    }

.phone strong {
  display: block;
  font-size: 24px;
  color: #ee7c00;
}

.navBar {
    position: relative;
    z-index: 2;
}

ul.navMenu {
  float: left;
  margin: 0 0;
  padding: 0 0;
}

ul.navMenu li {
  float: left;
  display: block;
  padding: 0 2px 0 0;
  margin: 0 15px 0 0;
  position: relative;
}

ul.navMenu li::after {
    content: '';
    right: 0;
    top: 10px;
    width: 1px;
    height: 15px;
    position: absolute;
    background-color: #CCC;
}

ul.navMenu li a {
  display: block;
  color: #656262;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  padding: 10px 18px 10px 0;
  text-shadow: none;
}

ul.navMenu li ul.subMenu {
    top: 100%;
    left: -16px;
    width: 170px;
    display: none;
    position: absolute;
    background: #003d84;
}

ul.navMenu li ul.subMenu li {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

ul.navMenu li ul.subMenu li::after {
    display: none;
}

ul.navMenu li ul.subMenu li:first-child {
    border-top: none;
}

ul.navMenu li ul.subMenu li a {
    color: #fff;
    padding: 7px 0 7px 10px;
}

ul.navMenu li:hover a {
  color: #003d84;
  text-decoration: none;
}

ul.navMenu li:hover ul.subMenu {
    display: block;
}

ul.navMenu li:hover ul.subMenu li:hover a {
    color: #ffffff;
    background: #e4791c;
}

.lang {
  float: right;
  margin: 8px 10px 7px 0;
}

.langs-socials {
  float: right;
  margin: 0 0 0;
}

ul.headerSocial {
    float: right;
    margin: 6px 5px 0px 0;
    width: 125px;
}
    ul.headerSocial li:first-child {
        clear: both;
        float: right;
        background-color: #fff9b8;
        border-radius: 5px;
        padding: 2px 6px;
        margin: 0 0 2px 0;
        min-width: 103px;
        text-align:center;
    }

    ul.headerSocial li:nth-child(2) {
        margin-right:5px;
    }

        ul.headerSocial li {
        float: right;
        /* clear: both; */
        margin: 3px 0 2px 5px;
        border-radius: 3px;
    }

        ul.headerSocial li a i {
            float: left;
            width: 28px;
            height: 28px;
            color: #fff;
            line-height: 28px;
            text-align: center;
            border-radius: 4px;
        }

ul.headerSocial li a i.fa-facebook {
  background-color: #3b5999;
}

ul.headerSocial li a i.fa-twitter {
  background-color: #55acee;
}

ul.headerSocial li a i.fa-google-plus {
  background-color: #dd4b39;
}

            ul.headerSocial li a i.fa-instagram {
                background-color: #e4405f;
            }
            ul.headerSocial li a i.fa-tripadvisor {
                background-color: #419641;
            }

#owl-slider .owl-pagination {
  right: 30px;
  bottom: 3px;
  position: absolute;
}

#owl-slider .owl-pagination .owl-page span {
  background: rgba(0, 0, 0, 0.9);
  filter: Alpha(Opacity=100);
  opacity: 1;
}

#owl-slider .owl-pagination .owl-page.active span {
  background: #ffe400;
}

#owl-slider .owl-prev, #owl-slider .owl-next {
  left: 0;
  top: 50%;
  bottom: 50%;
  margin-top: -32px;
  position: absolute;
}

#owl-slider .owl-next {
  left: auto;
  right: 0;
}

.homeSearch {
  float: left;
  width: 100%;
}

.searchBox {
  z-index: 2;
  float: right;
  width: 360px;
  height: 360px;
  color: #FFF;
  position: relative;
  margin: -397px 0 0;
  padding: 10px 10px;
  background: 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.5);
}

.searchBox .input-field {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.searchBox .input-field::before {
  content: '';
  z-index: 2;
  right: 9px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.searchBox .input-field.date::before {
  top: 9px;
  width: 19px;
  height: 19px;
  background-image: url("../../img/date.png");
}

.searchBox .input-field.clock::before {
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url("../../img/clock.png");
}

.searchBox .input-field.mRight {
  width: 49%;
  margin-right: 1%;
}

.searchBox .input-field.mLeft {
  width: 49%;
  margin-left: 1%;
}

.searchBox input[type="text"], .searchBox select {
  float: left;
  width: 100%;
  height: 34px;
  margin: 0 0;
  padding: 0 0 0 14px;
  color: #444;
  border: none;
  outline: none;
  border-radius: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+20,f6f6f6+50,eeeeee+52,f4f4f4+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */
}

.searchBox .searchBtn {
  width: 180px;
  height: 34px;
  display: table;
  margin: 0 auto;
  padding: 0 12px;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  border-radius: 4px;
  position: relative;
  text-decoration: none;
  background-color: #003d84;
  transition: all 120ms ease;
  outline: none;
  border: none;
}

.chckbx input[type="checkbox"] + label {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
}

.chckbx input[type="checkbox"] + label::before {
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #fff;
}

.chckbx input[type="checkbox"] + label::after {
  content: "\e013";
  top: 0;
  left: 3px;
  color: #878787;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.chckbx input[type="checkbox"]:checked + label::after {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.boxTitle {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.labelText {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  font-weight: 600;
}

.pageTitle {
  float: left;
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 3px;
}

.pageSubTitle {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color: #93b2c9;
}

#owl-specialItem .item {
  margin: 0 10px;
}

#owl-specialItem .item a {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  border: 2px solid #878787;
}

#owl-specialItem .item a .desc {
  float: left;
  width: 100%;
  padding: 9px 15px 15px;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(135, 135, 135, 0.4);
}

#owl-specialItem .item a .subTİtle {
  margin-bottom: 3px;
  color: #003d84;
  font-weight: 600;
  font-size: 14px;
  display: block;
}

#owl-specialItem .item a .title {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

#owl-specialItem .item a .text {
  display: block;
  font-size: 14px;
  color: #f59c00;
  font-weight: 600;
}

#owl-specialItem .item a:hover {
  border-color: #003d84;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
}

#owl-specialItem .owl-prev, #owl-specialItem .owl-next {
  top: -37px;
  left: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  padding: 0 0;
  font-size: 25px;
  border-radius: 0;
  line-height: 26px;
  text-align: center;
  position: absolute;
  margin: 0 0 0 5px;
  background-color: #000;
}

#owl-specialItem .owl-prev {
  margin-left: -35px;
}

.features-list {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 5px 15px;
  background-color: #ee7c00;
}

.features-list li {
  float: left;
  width: 25%;
  padding: 5px 0;
}

.features-list li .icon {
  float: left;
  width: 100%;
  height: 27px;
}

.features-list li span {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.aboutSection {
  font-size: 15px;
  color: #232323;
}

.aboutSection p {
  line-height: 23.4px;
  margin-bottom: 15px;
}

    .aboutSection hr {
        border-top: 2px dotted #d1cfd9;
    }

    .aboutSection ul li:before {
        font-family: FontAwesome;
        content: "\f00c";
        width: 17px;
        height: 16px;
        display: block;
        font-size: 16px;
        color: #25D366;
        float: left;
        margin-right: 5px;
    }

.aboutSection ul li {
    line-height: 25px;
}

    .aboutSection ul li:before {
        font-family: FontAwesome;
        content: "\f00c";
        width: 17px;
        height: 16px;
        display: block;
        font-size: 16px;
        color: #25D366;
        float: left;
        margin-right: 5px;
    }


.aboutTitle {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #8a8893;
  font-weight: 300;
}

.aboutSubTitle {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 600;
}

ul.nofees {
  display: block;
}

ul.nofees li {
  display: block;
  margin-bottom: 5px;
}

ul.nofees li i {
  color: #66cd0b;
}

.banner {
  padding: 5px 5px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: #e4e4e6 1px solid;
  border: rgba(197, 197, 200, 0.5) 1px solid;
  -moz-box-shadow: 0 0 6px rgba(60, 59, 70, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(60, 59, 70, 0.3);
  box-shadow: 0 0 6px rgba(60, 59, 70, 0.3);
}

.rateLink {
  display: block;
  font-size: 23.4px;
  line-height: 28px;
}

.destinationAbout {
  float: left;
  width: 100%;
  margin: 30px 0 45px;
  padding: 21px 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.destinationAbout .title {
  float: left;
  width: 100%;
  font-size: 120px;
  margin-bottom: 12px;
}

.destinationAbout p {
  font-size: 20px;
  margin-bottom: 16px;
}

.destinationAbout .btn-default {
  background-color: #ffe400;
  border-color: #ffe400;
  text-shadow: none;
  color: #000;
}

.destinationAbout .btn-default:hover {
  text-decoration: none;
  background-color: #000;
  border-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
}

ul.blogList {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

ul.blogList li {
  float: left;
  width: 33.333%;
  padding: 0 5px;
  margin-bottom: 30px;
}

ul.blogList li a {
  float: left;
  width: 100%;
  color: #232323;
  border: 1px solid rgba(135, 135, 135, 0.4);
}

ul.blogList li a img {
  float: left;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

    ul.blogList li a .desc {
        float: left;
        width: 100%;
        padding: 15px 15px 10px;
    }
        ul.blogList li a .desc .date, ul.blogList li a .desc .view {
            float: left;
            margin-right: 10px;
            color: #696969;
        }

ul.blogList li a .title {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  min-height: 30px;
  margin-bottom: 10px;
}

ul.blogList li a p {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 15px;
  min-height:135px;
}
p img {
max-width:100%;
margin:10px;
}
ul.blogList li a .moreBtn {
    float: right;
    width: 90px;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    line-height: 21px;
    border-bottom: 1px solid #f59c00;
}
ul.blogList.tr li a .moreBtn {
    width: 115px;
}

ul.blogList li a .moreBtn i {
  float: right;
  width: 16px;
  height: 16px;
  color: #fff;
  margin-left: 5px;
  line-height: 16px;
  text-align: center;
  background-color: #f59c00;
}

.showMore {
  color: #fff;
  display: table;
  font-size: 20px;
  border-radius: 4px;
  padding: 12px 20px;
  margin: 0 auto 30px;
  background-color: #f59c00;
}

.showMore:hover {
  color: #333;
  text-decoration: none;
  background-color: #ffe400;
}

.newsletterSocial .title {
  float: left;
  width: 100%;
  color: #000;
  font-size: 32px;
  margin-bottom: 7px;
}

.newsletterSocial p {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}

.newsletter input {
    float: left;
    width: calc(37.5%);
    height: 50px;
    margin: 0 1% 0 0;
    padding: 0 0 0 9px;
    font-size: 16px;
    color: #495057;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    outline: none;
}

.newsletter button {
    float: right;
    width: 23%;
    height: 48px;
    color: #fff;
    margin: 01px 0 0;
    border-radius: 4px;
    background-color: rgba(0, 61, 132, 0.4);
    border: none;
}

.newsletter button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
  -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.16), 0 0 0 0px rgba(0, 0, 0, 0.08);
}

.socialMedia a i {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin: 5px 5px 0 0;
}

.socialMedia a i.fa-facebook {
  background-color: #3b5999;
}

.socialMedia a i.fa-twitter {
  background-color: #55acee;
}

.socialMedia a i.fa-google-plus {
  background-color: #dd4b39;
}

.socialMedia a i.fa-instagram {
  background-color: #e4405f;
}

.footer {
  float: left;
  width: 100%;
  margin: 40px 0 15px;
  padding: 40px 0 10px;
  background: #003d84;
  color: #fff;
}
.fmail a {
    color: #fee301;
}
.fPhone {
  display: block;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  margin-top: 12px;
}

.fPhone b {
  color: #fff;
  font-size: 44px;
}

.fPhone i {
  color: #ffe400;
  font-style: normal;
  font-weight: normal;
}

.fPhone a {
    color: #fff;
}

.service-text {
  display: block;
  margin: 3px 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}

.fTitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
}

ul.fNav {
  margin: 0 0;
  padding: 0 0;
}

ul.fNav li {
  display: block;
  margin: 3px 0;
}

ul.fNav li a {
  display: block;
  font-size: 15px;
  color: #fbfbfb;
  font-weight: 400;
}

.copright {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

.copright span {
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
}

.copright a {
  float: right;
}

.coverPhoto {
  padding-top: 35px;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.coverPhoto h1 {
  float: left;
  margin: 0 0;
  font-size: 30px;
  color: #1c4083;
  font-weight: 600;
  line-height: 30px;
}

ul.breadcrumb {
  float: right;
  padding: 0 0;
  margin: 5px 0;
  border-radius: 0;
  background: none;
  display: inline-block;
}

ul.breadcrumb li + li:before {
  content: "|";
  color: #333;
  padding: 0 5px;
}

ul.breadcrumb li a {
  font-weight: 600;
  text-decoration: none;
  color: #333;
}

ul.breadcrumb li.active a {
  color: #e2781f;
}

.galleryPhotos {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

.galleryPhotos li {
  float: left;
  width: 20%;
  margin: 0 0 10px;
  padding: 0 5px;
}

.galleryPhotos li img {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.drawer {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

.accordion-header {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0;
}

.accordion-header strong {
  float: left;
  width: 100%;
  height: 40px;
  margin: 0 0;
  padding: 0 40px 0 10px;
  cursor: pointer;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  background: #f9f9f9;
  border: 1px solid #efefef;
}

.accordion-header strong i {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 12px;
  text-align: center;
  position: absolute;
  background-color: #f7f7f7;
  border-left: 1px solid #efefef;
}

.accordion-header strong i::before {
  content: "\f067";
  width: 16px;
  height: 16px;
  display: block;
  font-size: 16px;
  color: #e2781f;
}

.accordion-header strong:hover {
  background: #f5f7f9;
}

.accordion-header.accordion-header-active strong i::before {
  content: "\f068";
}

.accordion-content {
  float: left;
  width: 100%;
  display: none;
  margin-top: -10px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #f2f2f2;
  padding: 15px 15px 5px;
}

.resultItem {
    clear: both;
    width: 910px;
    display: table;
    margin: 0 auto 30px;
    border: 1px solid #f9f9f9;
    box-shadow: 0px 0px 15px #e8e8e8;
    padding: 25px 0 0 0;
}

.resultItem .img {
  float: left;
  width: 292px;
}
#owl-specialItem img {
    height: 170px;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.resultItem .img img {
  float: left;
  width: 100%;
  height: 221px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.resultItem .desc {
  float: left;
  padding: 0 0 0 20px;
  width: calc(100% - 292px);
}

.resultItem .name {
  font-weight: 600;
  font-size: 18px;
}

.resultItem .type {
  font-weight: 500;
  font-size: 13px;
  padding: 5px 0;
}

.resultItem .price {
  font-weight: 600;
  font-size: 22px;
  padding: 10px 0;
}

.price span {
  padding: 0 5px;
  border-radius: 3px;
  display: inline-block;
  background-color: #ffce00;
}

.resultItem .button {
  float: left;
  width: 170px;        
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px; 
  text-align: center;               
  border-radius: 5px;
  margin: 16px 0 0 20px;
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  outline: none;
  border: none;
}

ul.options {
  float: left;
  width: 398px;
  margin-bottom: 0;
  text-align: center;
}

ul.options li {
  float: left;
  width: 13.2%;
  height: 55px;
  margin: 0 0.5% 3px;
  background: #f2f2f2;
}

ul.options i {
  width: 100%;
  height: 25px;
  margin: 15px 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

ul.options i.icon1 {
  background-image: url("../../img/options_1.png");
}

ul.options i.icon2 {
  background-image: url("../../img/options_2.png");
}

ul.options i.icon3 {
  background-image: url("../../img/options_3.png");
}

ul.options i.icon4 {
  background-image: url("../../img/options_4.png");
}

ul.options i.icon5 {
  background-image: url("../../img/options_5.png");
}

ul.options i.icon6 {
  background-image: url("../../img/options_6.png");
}

ul.options i.icon7 {
  background-image: url("../../img/options_7.png");
}

ul.options i.icon8 {
  background-image: url("../../img/options_8.png");
}

.content {
  float: left;
  width: 100%;
  margin: 0 0 30px;
  padding: 10px 10px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 0 7px -4px rgba(0, 0, 0, 0.44);
  box-shadow: 0 0 7px -4px rgba(0, 0, 0, 0.44);
}

.car-informations {
  float: right;
  width: 30%;
}

.car-informations .title {
  margin: 20px 0 10px;
  text-align: center;
  font-size: 18px;
  display: block;
}

.car-informations .subTitle {
  display: block;
  font-size: 13px;
  text-align: center;
  margin-bottom: 20px;
}

.car-informations ul.options {
  width: 100%;
}

.car-informations ul.options li {
  height: 49px;
}

.car-informations ul.options li i {
  margin: 12px 0;
}

.car-rental-price {
  float: left;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  margin: 20px 0 -15px;
  background: #6a9a64;
  border: 1px solid #FFF;
  border-bottom: none;
}

.car-rental-price .type {
  float: left;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #FFF;
}

.car-rental-price span {
  float: left;
  width: 125px;
  position: relative;
}

.car-rental-price span::after {
  content: ":";
  top: 0;
  right: 5px;
  position: absolute;
}

.car-rental-price strong {
  float: left;
  padding-left: 10px;
  width: calc(100% - 125px);
}

.car-rental-price strong em {
  font-style: normal;
  font-weight: normal;
}

.reservation-informations {
  float: left;
  width: 65%;
}

.reservation-informations .title {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: solid 1px #f2f2f2;
}

.reservation-informations .placeholderText {
  float: left;
  width: 100%;
  margin: 10px 0 5px;
}

.reservation-informations .input-field {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.reservation-informations .input-field::before {
  content: '';
  z-index: 2;
  right: 9px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.reservation-informations .input-field.date::before {
  top: 9px;
  width: 19px;
  height: 19px;
  background-image: url("../../img/date.png");
}

.reservation-informations .input-field.clock::before {
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url("../../img/clock.png");
}

.reservation-informations .input-field.mRight {
  width: 49%;
  margin-right: 1%;
}

.reservation-informations .input-field.mLeft {
  width: 49%;
  margin-left: 1%;
}

.reservation-informations input[type="text"], .reservation-informations select {
  float: left;
  width: 100%;
  height: 36px;
  margin: 0 0;
  padding: 0 0 0 14px;
  color: #444;
  outline: none;
  border-radius: 5px;
  border: 1px solid darkgray;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+20,f6f6f6+50,eeeeee+52,f4f4f4+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
  /* IE6-9 */
}


    .reservation-informations .table select {
        width: 100px;
     
    }


.reservation-informations .select2-container--default .select2-selection--single {
  border-radius: 4px;
  border: 1px solid darkgray;
}

.extras {
  margin: 10px 0 30px;
  background: #fdfdfd;
  border: 1px solid #CCC;
}

.extras input[type="checkbox"] + label {
  margin: 0 0;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
}

.extras input[type="checkbox"] + label::before {
  content: '';
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: 1px solid #73716e;
}

.extras input[type="checkbox"] + label::after {
  content: "\e013";
  top: 2px;
  left: 2px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.extras input[type="checkbox"]:checked + label::before {
  background-color: #73716e;
}

.extras input[type="checkbox"]:checked + label::after {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.tooltipWrap {
  display: inline-block;
  position: relative;
}

.tooltipWrap i {
  color: #b40029;
}

.tooltipWrap .overlay {
  top: 23px;
  left: -5px;
  width: 150px;
  display: none;
  padding: 5px 10px;
  position: absolute;
  background: #000;
  font-size: 13px;
  color: #FFF;
  z-index: 2;
}

.tooltipWrap .overlay::before {
  content: "\f0d8";
  left: 6px;
  top: -10px;
  color: #000;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tooltipWrap:hover .overlay {
  display: block;
}

.more-extras {
  margin: 10px 0 30px;
  background: #fdfdfd;
  border: 1px solid #CCC;
}

.more-extras th {
  background: #f2f2f2;
}

.more-extras td {
  vertical-align: middle !important;
}

.more-extras td label {
  font-weight: 600;
  margin-bottom: 0;
}

.more-extras .selectBoxArrow::after {
  top: 15px;
}

.rzvDetailWrap {
  float: left;
  width: 100%;
}

.rzvDetailWrap .title {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: solid 1px #f2f2f2;
}

.rzvDetail {
  float: left;
  width: 100%;
  font-weight: 600;
  padding: 10px 10px;
  background: #fdfdfd;
  border: 1px solid #CCC;
}

.rzvDetail .input-field {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.rzvDetail .input-field.bb1 {
  padding: 15px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.rzvDetail .placeholderText {
  width: 150px;
  height: 34px;
  margin: 0 0;    
  font-size: 13px;
  font-weight: 600;
}

.rzvDetail input[type="text"], .rzvDetail input[type="email"], .rzvDetail textarea {
  float: left;
  width: calc(100% - 150px);
  height: 34px;
  margin: 0 0;
  padding: 0 0 0 7px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E1E1E1;
}

.rzvDetail input[name="sayi"],.contactForm input[name="sayi"] {
background: transparent  !important;
    font-family: 'Press Start 2P', cursive !important;
	border:0 !important;
	color:red !important;
}

.rzvDetail textarea {
  height: 132px;
  padding: 7px 0 0 7px;
}

.rzvDetail input[type="checkbox"] + label {
  margin: 0 0;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 25px;
}

.rzvDetail input[type="checkbox"] + label::before {
  content: '';
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: 1px solid #73716e;
}

.rzvDetail input[type="checkbox"] + label::after {
  content: "\e013";
  top: 2px;
  left: 2px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}

.rzvDetail input[type="checkbox"]:checked + label::before {
  background-color: #73716e;
}

.rzvDetail input[type="checkbox"]:checked + label::after {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.rzvDetail button {
  width: 170px;
  display: table;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto 10px;
  background: #d7172e;
  background: -webkit-linear-gradient(#d7172e, #b51327);
  background: -o-linear-gradient(#d7172e, #b51327);
  background: -moz-linear-gradient(#d7172e, #b51327);
  background: linear-gradient(#d7172e, #b51327);
  outline: none;
  border: none;
}

.blogLeftContent {
  float: left;
  width: calc(100% - 270px);
  margin: 0 0 30px;
  padding: 0 20px 0 0;
}

ul.blogPostList {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

ul.blogPostList li {
  float: left;
  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid rgba(145, 145, 145, 0.28);
}

ul.blogPostList li .post-image {
  float: left;
  width: 347px;
  position: relative;
  display: block;
  background: #000000;
}

ul.blogPostList li .post-image img {
  float: left;
  width: 100%;
  height: 245px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

ul.blogPostList li .post-image::before, ul.blogPostList li .post-image::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

ul.blogPostList li .post-image::before {
  width: 2px;
  height: 30px;
}

ul.blogPostList li .post-boxed {
  float: left;
  width: calc(100% - 347px);
  margin: 0 0;
  padding: 0 0 0 40px;
}

ul.blogPostList li .post-boxed .post-date, ul.blogPostList li .post-boxed .post-displayed {
  float: left;
  font-size: 15px;
  color: #858585;
  line-height: 17px;
  margin-bottom: 9px;
  margin-right: 15px;
  position: relative;
}

ul.blogPostList li .post-boxed .post-date i, ul.blogPostList li .post-boxed .post-displayed i {
  margin-right: 5px;
}

ul.blogPostList li .post-boxed .post-title {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0;
}

ul.blogPostList li .post-boxed .post-title a {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  line-height: 28.8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

ul.blogPostList li .post-boxed .post-title a:hover {
  color: #003d84;
  text-decoration: none;
}

ul.blogPostList li .post-boxed p {
  width: 100%;
  float: left;
  color: #464247;
  font-size: 16px;
  font-weight: 400;
}

ul.blogPostList li .post-boxed .read-more {
  float: left;
  width: 180px;
  margin: 0 0;
  padding: 14px 5px;
  overflow: hidden;
  position: relative;
  background-color: #24282b;
}

ul.blogPostList li .post-boxed .read-more span {
  display: block;
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}

ul.blogPostList li:hover .post-image img {
  -webkit-opacity: 0.3 !important;
  -khtml-opacity: 0.3 !important;
  -moz-opacity: 0.3 !important;
  opacity: 0.3 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30) !important;
  filter: alpha(opacity=30) !important;
}

ul.blogPostList li:hover .post-image::before, ul.blogPostList li:hover .post-image::after {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

ul.blogPostList li:hover .post-boxed .read-more {
  text-decoration: none;
  background-color: #003d84
}

ul.sayfalandirma {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  text-align: center;
}

ul.sayfalandirma li {
  display: inline-block;
}

ul.sayfalandirma li a {
  float: left;
  width: 34px;
  height: 34px;
  font-size: 16px;
  color: #7b7b7b;
  font-weight: 600;
  line-height: 34px;
  border: 1px solid #eee;
  background-color: #f7f7f7;
}

ul.sayfalandirma li a:hover, 
ul.sayfalandirma li a.active {
  color: #fff;
  text-decoration: none;
  border-color: #003d84;
  background-color: #003d84;
}

.blogRightContent {
  float: left;
  width: 270px;
  margin: 0 0 30px;
  padding: 0 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.blogSidebar {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 28px 20px 0;
  position: relative;
  border-bottom: 1px solid rgba(145, 145, 145, 0.13);
}

.blogSidebar::before {
  content: '';
  top: 0;
  left: 20px;
  width: 2px;
  height: 15px;
  position: absolute;
  background-color: #003d84;
}

.blogSidebar .title {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.blogDetailImg {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.blogDetailTitle {
  font-size: 30px;
  font-weight: 300;
  line-height: 28.8px;
}

.blog-meta {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 9px;
  border-bottom: 1px solid #dbdbdb;
}

.blog-meta .post-date, .blog-meta .post-displayed {
  float: left;
  font-size: 15px;
  color: #858585;
  line-height: 17px;
  margin-bottom: 9px;
  margin-right: 15px;
  position: relative;
}

.blog-meta .post-date i, .blog-meta .post-displayed i {
  margin-right: 5px;
}

.socialShare {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.socialShare span {
  float: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
}

.socialShare .socialMedia {
  float: left;
  margin-top: 5px;
  margin-left: 15px;
}

.sidebarSearch {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0;
}

.sidebarSearch input {
  float: left;
  width: 100%;
  height: 45px;
  margin: 0 0;
  padding: 0 0 0 12px;
  border: none;
  outline: none;
  background-color: #f6f6f6;
}

.sidebarSearch button {
  float: right;
  margin: -35px 15px 0 0;
  padding: 0 0;
  font-size: 20px;
  color: #c5c5c6;
  border: none;
  outline: none;
  background: none;
}

ul.blogLastAdded {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

ul.blogLastAdded li {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0;
}

ul.blogLastAdded li a img {
  float: left;
  width: 80px;
  height: 78px;
  border: 2px solid #919191;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

ul.blogLastAdded li a .text_column {
  float: left;
  width: calc(100% - 80px);
  margin: 0 0;
  padding: 0 0 0 7px;
}

ul.blogLastAdded li a .text_column h5 {
  color: #999;
  margin: 0 0 10px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

ul.blogLastAdded li a .text_column .date {
  float: left;
  margin: 0 0;
  padding: 0 0;
  color: #262b30;
}

ul.blogLastAdded li a .text_column .commentLength {
  float: right;
  margin: 0 0;
  padding: 0 0;
  color: #262b30;
}

ul.blogLastAdded li a .text_column .commentLength i {
  color: #003d84;
}

ul.blogLastAdded li a:hover h5 {
  color: #262b30;
}

.contactInfo {
  margin-bottom: 30px;
}

.contactInfo .title {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contactInfo .orangeTitle {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #d7722b;
  margin-bottom: 5px;
}

.contactInfo p {
  font-size: 16px;
  margin-bottom: 15px;
}

.map {
  float: left;
  width: 100%;
  height: 227px;
}

.goLocation {
    float: right;
    margin: 5px 0 0;
    color: #003d84;
    font-weight: 600;
    text-decoration: underline;
}

.contactForm {
  margin-bottom: 30px;
}

.contactForm .title {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contactForm span {
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
  float: left;
  width: 100%;
  height: 34px;
  margin: 0 0;
  padding: 0 0 0 7px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
}

.contactForm input.mRight {
  width: 49%;
  margin-right: 1%;
}

.contactForm input.mLeft {
  width: 49%;
  margin-left: 1%;
}

.contactForm textarea {
  height: 100px;
  padding: 7px 0 0 7px;
}

.contactForm button {
  width: 170px;
  display: table;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  margin: 0 auto 10px;
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  outline: none;
  border: none;
}

.ui-corner-all {
  margin-top: 4px;
  z-index: 2 !important;
}

.ui-datepicker-header {
  height: 100%;
  line-height: 50px;
  background: #173f82;
  color: #fff;
  margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 50%;
  text-indent: inherit;
  margin: -14px 0 0 -10px;
  border: 2px solid #fff;
}

.ui-datepicker .ui-datepicker-prev span::after {
  content: "\f053";
  top: 3px;
  left: 2px;
  color: #fff;
  position: absolute;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker .ui-datepicker-next span::after {
  content: "\f054";
  top: 3px;
  left: 5px;
  color: #fff;
  position: absolute;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 100%;
  color: #8392A7;
  margin-bottom: 5px;
  font-size: 13px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  padding: 0 0;
  display: block;
  font-size: 14px;
  color: #7b7b7b;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  background-color: rgba(131, 146, 167, 0.12);
  background-image: none;
  border: none;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
  color: #7b7b7b;
  background-color: rgba(131, 146, 167, 0.2);
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #fff;
  background-color: #47bb0b;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
  opacity: .6;
  filter: Alpha(Opacity=6);
  cursor: url(../../img/calendardisable.png), pointer !important;
}

.ui-state-disabled:hover .ui-state-default, .ui-state-disabled:hover .ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-disabled:hover .ui-state-default,
.ui-widget-content .ui-state-disabled:hover .ui-widget-content .ui-state-default {
  background-color: rgba(131, 146, 167, 0.12);
}
h3.center {
    width: 100%;
    float: left;
    margin: 40px 0;
    text-align: center;
    color: #003d84;
}
.buraya i {
    display: none;
}
.workingHours {
    width: 150px;
    float: right;
    margin-top: 6px;
    margin-right: 5px;
}

.workingHours em {
    background-color: #f1f1f1;
    border-radius: 5px;
    /* background-color: #fff9b8; */
    border-radius: 5px;
    padding: 2px 6px;
    margin: 0 0 2px 0;
    /* font-weight: bold; */
}
.workingHours strong, .workingHours span, .workingHours em {
    width: 100%;
    float: left;
    text-align: center;
    font-style: normal;
    /* font-weight: normal; */
    line-height: 18px;
}
/*# sourceMappingURL=style.css.map */