html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

focus {
  outline: 0; }

body {
  line-height: 1;
  color: #000;
  font-family: BrandonGrotesque; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: 400;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

header, nav, article, section, footer, figure, aside {
  display: block; }

input, button, select, textarea {
  -webkit-border-radius: 0;
  border-radius: 0; }

img {
  width: 100%; }

.clear {
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

@font-face {
  font-family: "BrandonGrotesque";
  src: url(../fonts/BrandonGrotesque-Light.eot) format("embedded-opentype"), url(../fonts/BrandonGrotesque-Light.otf) format("opentype"), url(../fonts/BrandonGrotesque-Light.woff) format("woff"), url("../fonts/BrandonGrotesque-Light.ttf") format("truetype"), url(../fonts/BrandonGrotesque-Light.svg) format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "BrandonGrotesque";
  src: url(../fonts/BrandonGrotesque-Regular.eot) format("embedded-opentype"), url(../fonts/BrandonGrotesque-Regular.otf) format("opentype"), url(../fonts/BrandonGrotesque-Regular.woff) format("woff"), url("../fonts/BrandonGrotesque-Regular.ttf") format("truetype"), url(../fonts/BrandonGrotesque-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "BrandonGrotesque";
  src: url(../fonts/BrandonGrotesque-Medium.eot) format("embedded-opentype"), url(../fonts/BrandonGrotesque-Medium.otf) format("opentype"), url(../fonts/BrandonGrotesque-Medium.woff) format("woff"), url("../fonts/BrandonGrotesque-Medium.ttf") format("truetype"), url(../fonts/BrandonGrotesque-Medium.svg) format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "YanoneKaffeesatz";
  src: url(../fonts/YanoneKaffeesatz-Regular.eot) format("embedded-opentype"), url(../fonts/YanoneKaffeesatz-Regular.otf) format("opentype"), url(../fonts/YanoneKaffeesatz-Regular.woff) format("woff"), url("../fonts/YanoneKaffeesatz-Regular.ttf") format("truetype"), url(../fonts/YanoneKaffeesatz-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "YanoneKaffeesatz";
  src: url(../fonts/YanoneKaffeesatz-Light.eot) format("embedded-opentype"), url(../fonts/YanoneKaffeesatz-Light.otf) format("opentype"), url(../fonts/YanoneKaffeesatz-Light.woff) format("woff"), url("../fonts/YanoneKaffeesatz-Light.ttf") format("truetype"), url(../fonts/YanoneKaffeesatz-Light.svg) format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: "YanoneKaffeesatz";
  src: url(../fonts/YanoneKaffeesatz-Bold.eot) format("embedded-opentype"), url(../fonts/YanoneKaffeesatz-Bold.otf) format("opentype"), url(../fonts/YanoneKaffeesatz-Bold.woff) format("woff"), url("../fonts/YanoneKaffeesatz-Bold.ttf") format("truetype"), url(../fonts/YanoneKaffeesatz-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal; }
.container {
  width: 90%;
  margin: 0 auto;
  display: table; }

header {
  background: #efefef;
  padding: 15px 0 0;
  box-sizing: border-box; }

content {
  display: block; }

.logo {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0; }
  .logo h1 {
    width: 160px;
    margin: 0 auto; }

.dilsecenek {
  float: left;
  width: 200px;
  margin-top: 35px;
  z-index: 2;
  position: relative; }
  .dilsecenek ul {
    display: block; }
    .dilsecenek ul li {
      float: left;
      margin: 0 5px;
      border-bottom: 2px solid transparent; }
      .dilsecenek ul li a {
        font-size: 20px;
        color: #828283;
        display: block; }
      .dilsecenek ul li:hover {
        border-bottom: 2px solid #828283;
        font-weight: bold; }
      .dilsecenek ul li .active {
        border-bottom: 2px solid #828283;
        font-weight: bold; }

.menu {
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 9;
  background: #e55f04; }
  .menu ul {
    display: table;
    margin: 0 auto; }
    .menu ul li {
      float: left;
      position: relative;
      margin: 0 18px; }
      .menu ul li .submenu {
        position: absolute;
        top: 30px;
        left: -48px;
        display: none;
        width: 210px;
        font-size: 14px;
        overflow: hidden;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        background: linear-gradient(0deg, #bdbdbd, #efefef);
        transition: 0.3s ease;
        border-radius: 0px 0px 10px 10px; }
      .menu ul li:hover .submenu {
        top: 35px;
        left: -48px;
        display: block;
        transition: 0.3s ease; }
        .menu ul li:hover .submenu li {
          float: none; }
          .menu ul li:hover .submenu li a {
            font-size: 15px;
            border: 0;
            line-height: 26px;
            width: 100%;
            padding: 0;
            margin: 0;
            font-weight: bold;
            transition: none;
            color: #000; }
            .menu ul li:hover .submenu li a:hover {
              border: 0;
              color: #e55f04; }
      .menu ul li a {
        font-size: 22px;
        text-decoration: none;
        border-bottom: 3px solid transparent;
        padding: 20px 0;
        color: #fff;
        font-weight: 100;
        transition: 0.3s ease; }
      .menu ul li:hover a {
        border-bottom: 3px solid #fff;
        padding: 6px 0;
        transition: 0.3s ease; }

.header-phone {
  float: right;
  width: 200px;
  text-align: center;
  margin: 25px 0;
  z-index: 2;
  position: relative; }
  .header-phone i {
    float: left;
    width: 20px;
    height: 48px;
    display: block; }
  .header-phone a {
    float: right;
    color: #848485;
    font-size: 28px;
    font-weight: bold; }
    .header-phone a span {
      display: block;
      font-size: 14px;
      font-weight: normal; }

.slider {
  background: url(../images/slide.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  height: 600px; }
  .slider .slider-text {
    position: absolute;
    bottom: 20px;
    left: 100px;
    color: #fff;
    font-family: "YanoneKaffeesatz"; }
    .slider .slider-text h2 {
      font-size: 55px;
      letter-spacing: 4px; }
    .slider .slider-text p {
      font-size: 24px;
      font-weight: 100; }

.teklif-form {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: table;
  width: 90%;
  background: linear-gradient(0, transparent, rgba(0, 0, 0, 0.6)); }

.icon {
  margin-bottom: 5px;
  width: 100%;
  display: table; }
  .icon span {
    font-size: 18px;
    color: #fff;
    float: left;
    font-weight: bold; }
  .icon img {
    float: right;
    width: 14px;
    height: auto; }

.icon2 {
  position: absolute;
  width: auto;
  right: 0;
  top: 7px; }
  .icon2 img {
    width: 20px;
    height: 20px; }

.form {
  width: 85%;
  margin: 0 auto;
  padding: 30px 0; }
  .form ul {
    display: table;
    margin: 0 auto; }
    .form ul li {
      float: left;
      width: 18.7%;
      margin-right: 15px;
      height: 70px; }
      .form ul li:nth-child(5) {
        margin: 0 !important; }
      .form ul li:nth-child(10) {
        margin: 0 !important; }
      .form ul li input {
        width: 100%;
        border-radius: 5px;
        border: 1px solid transparent;
        height: 25px;
        font-size: 14px; }
      .form ul li select {
        width: 100%;
        border-radius: 5px;
        border: 1px solid transparent;
        height: 29px;
        font-size: 14px; }

.tklf-mail {
  margin: 0 auto;
  width: 50%; }
  .tklf-mail input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    text-align: center;
    margin-top: 15px; }

.tklf-btn {
  margin: 20px auto 0;
  display: table; }
  .tklf-btn button {
    border: 0;
    background: #e55f04;
    font-size: 20px;
    color: #fff;
    padding: 5px 20px;
    box-sizing: border-box; }

#accordion {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto; }
  #accordion a {
    width: 100%;
    height: auto;
    cursor: pointer;
    color: #efefef;
    background: transparent;
    border: 0;
    font-family: "YanoneKaffeesatz";
    box-sizing: border-box;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    #accordion a h3 {
      text-align: right;
      font-size: 55px;
      line-height: 65px;
      font-weight: bold;
      letter-spacing: 4px;
      padding-right: 100px; }
    #accordion a p {
      text-align: right;
      font-size: 22px;
      font-weight: 100;
      padding-right: 100px;
      width: 700px;
      float: right;
      line-height: 32px; }

.click {
  position: absolute;
  bottom: 35px;
  left: 30px; }

.accordion-content {
  position: relative;
  width: 100%;
  font-family: "YanoneKaffeesatz";
  margin: 0 auto;
  height: 500px; }
  .accordion-content ul {
    display: block; }
    .accordion-content ul li {
      width: 100%;
      height: 500px;
      color: #fff;
      text-align: center;
      display: table;
      background: linear-gradient(0, transparent, rgba(155, 155, 176, 0.7));
      color: #fff;
      text-align: center;
      display: table;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .accordion-content ul li a {
        color: #fff !important;
        text-align: center !important;
        height: 100% !important;
        width: 100% !important;
        display: table !important; }
        .accordion-content ul li a h4 {
          font-size: 30px;
          border: 2px solid #fff;
          padding: 10px;
          box-sizing: border-box;
          font-weight: bold;
          letter-spacing: 4px; }
          .accordion-content ul li a h4 span {
            display: block; }
        .accordion-content ul li a p {
          font-size: 20px;
          line-height: 26px;
          font-weight: 100; }
        .accordion-content ul li a img {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          z-index: -1;
          transform: scale(1);
          transition: 300ms; }
      .accordion-content ul li:hover img {
        transform: scale(1.1);
        transition: 300ms; }

.icerik {
  width: 45%;
  margin: 0 auto; }

.hizmetler-btn {
  background-size: 100%;
  height: 350px;
  width: 100%;
  display: table;
  margin: 0 auto;
  /*background-color: #0093ff50;*/
}

.specials-btn {
  background-size: 100%;
  height: 350px;
  width: 100%;
  display: table;
  margin: 0 auto;
 /* background-color: #ffa70061;*/
}

.servisler-btn {
  background-size: 100%;
  height: 350px;
  width: 100%;
  display: table;
  margin: 0 auto;
  /*background-color: #0093ff50;*/
}

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

.logos {
  width: 100%;
  display: table;
  margin: 0 auto; }
  .logos ul {
    width: 85%;
    display: table;
    margin: 0 auto; }
    .logos ul li {
      float: left;
      width: 20%; }
      .logos ul li a {
        display: block;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: 300ms; }
      .logos ul li:hover a {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: 300ms; }

.footer-wrapper {
  background: #e55f04;
  padding: 40px 20px;
  box-sizing: border-box; }

.footer-wrap {
  width: 85%;
  margin: 0 auto;
  display: table; }

.box {
  float: left;
  width: 24%; }
  .box ul {
    display: table; }
    .box ul li a {
      color: #fff;
      font-size: 16px;
      line-height: 20px; }
  .box h4 {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold; }

.sosyalmedya {
  float: right;
  width: 24%;
  text-align: center;
  font-weight: bold; }
  .sosyalmedya h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px; }
  .sosyalmedya ul {
    display: table;
    margin: 0 auto; }
    .sosyalmedya ul li {
      float: left;
      position: relative;
      cursor: pointer;
      transition: all 0.3s ease-out 0.3s;
      overflow: hidden;
      display: block;
      width: 45px;
      height: 40px; }
      .sosyalmedya ul li::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        opacity: 0;
        transition: width 0.3s ease-out, opacity 0.3s ease-out;
        background: #fff; }
      .sosyalmedya ul li::after {
        content: "";
        width: 100%;
        height: 0;
        position: absolute;
        background: #fff;
        bottom: 0;
        left: 0;
        right: 0;
        transition: height 0.3s ease-out 0.3s;
        z-index: 1; }
      .sosyalmedya ul li:hover:before {
        width: 100%;
        opacity: 1;
        height: 1px; }
      .sosyalmedya ul li:hover:after {
        height: 100%; }

.facebook {
  background: url(../images/facebook.png) no-repeat top center;
  background-size: 100%;
  width: 45px;
  height: 35px;
  display: block;
  z-index: 2;
  position: relative;
  transition: 0.3s ease-out 0.3s; }

.sosyalmedya ul li:hover a {
  background-position: bottom center;
  transition: 0.3s ease-out 0.3s; }

.twitter {
  background: url(../images/twitter.png) no-repeat top center;
  background-size: 100%;
  width: 45px;
  height: 35px;
  display: block;
  z-index: 2;
  position: relative;
  transition: 0.3s ease-out 0.3s; }

.sosyalmedya ul li:hover a {
  background-position: bottom center;
  transition: 0.3s ease-out 0.3s; }

.instagram {
  background: url(../images/instagram.png) no-repeat top center;
  background-size: 100%;
  width: 45px;
  height: 35px;
  display: block;
  z-index: 2;
  position: relative;
  transition: 0.3s ease-out 0.3s; }

.sosyalmedya ul li:hover a {
  background-position: bottom center;
  transition: 0.3s ease-out 0.3s; }

.footer-alt {
  width: 100%;
  display: table;
  margin: 0 auto;
  background: #efefef;
  padding: 10px 20px;
  box-sizing: border-box; }

.footer-text {
  float: left;
  font-size: 16px;
  color: #828283;
  line-height: 55px; }
  .footer-text a {
    color: #e55f04; }

.footer-logo {
  float: right;
  width: 24%; }
  .footer-logo img {
    display: table;
    margin: 0 auto;
    width: 40%; }

.herseydahil {
  background: url(../images/herseydahil-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.plajtatil {
  background: url(../images/plajtatil-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.sehirturlari {
  background: url(../images/sehirturlari-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.dunyaturlari {
  background: url(../images/dunyaturlari-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.ailetatilleri {
  background: url(../images/ailetatilleri-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.kulturturlari {
  background: url(../images/kulturturlari-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.sporgolfturlari {
  background: url(../images/sporgolfturlari-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.grupgezileri {
  background: url(../images/grupgezileri-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.balayi {
  background: url(../images/balayi-slider.jpg) no-repeat center;
  background-size: cover;
  height: 100vh; }

.title {
  position: relative;
  border: 1px solid #fff;
  width: 250px;
  background: rgba(255, 255, 255, 0.3);
  border-top: 0;
  height: 350px;
  display: table;
  text-align: center; }
  .title p {
    font-weight: bold;
    font-size: 20px;
    color: #fff; }
    .title p span {
      display: block; }
  .title h2 {
    position: absolute;
    font-family: "YanoneKaffeesatz";
    font-size: 36px;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 15px; }

.in-icerik {
  width: 70%;
  padding: 40px 0 60px 0; }
  .in-icerik p {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 100; }

.specials-wrap {
  width: 100%;
  display: table;
  margin: 0 auto; }

.ucakbileti {
  background: url(../images/ucakbileti-slider.jpg) no-repeat center;
  background-size: 100%;
  height: 500px;
  position: relative; }

.arackiralama {
  background: url(../images/arackiralama-slider.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  position: relative; }

.danisma {
  background: url(../images/danisma-slider.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  position: relative; }

.tumcorporate {
  background: url(../images/tumcorporate-slider.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  position: relative; }

.tumpremium {
  background: url(../images/tumpremium-slider.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  position: relative; }

.tumturkiye {
  background: url(../images/tumturkiye-slider.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  position: relative; }

.specials-title {
  position: absolute;
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }
  .specials-title p {
    font-weight: bold;
    font-size: 20px;
    color: #fff; }
    .specials-title p span {
      display: block; }
  .specials-title h2 {
    font-family: "YanoneKaffeesatz";
    font-size: 60px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 10px; }

.specials-icerik {
  padding: 60px 0;
  box-sizing: border-box; }
  .specials-icerik p {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px; }
  .specials-icerik ul {
    display: table;
    margin: 0 auto;
    text-align: center; }
    .specials-icerik ul li {
      font-size: 20px;
      line-height: 28px; }

.hakkimizda-bg {
  background: url(../images/hakkimizda-slider.jpg) no-repeat center;
  background-size: cover; }

.hakkimizda-icerik {
  padding: 150px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: table;
  width: 75%;
  height: 100vh; }
  .hakkimizda-icerik h2 {
    font-family: "YanoneKaffeesatz";
    font-size: 60px;
    margin: 0 auto;
    display: table;
    color: #fff;
    line-height: 65px;
    margin-bottom: 20px; }
  .hakkimizda-icerik p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff; }

.iletisim-bg {
  background: url(../images/iletisim-slider.jpg) no-repeat center;
  background-size: cover; }

.iletisim-wrap {
  padding: 150px 0;
  box-sizing: border-box;
  margin: 0 auto;
  display: table;
  width: 100%;
  color: #fff;
  text-align: right;
  height: 100vh; }
  .iletisim-wrap div {
    margin-bottom: 30px; }
  .iletisim-wrap h2 {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    float: right; }
    .iletisim-wrap h2 i {
      width: 30px;
      height: 30px;
      display: block;
      float: left; }
  .iletisim-wrap p {
    font-size: 20px;
    line-height: 28px;
    color: #fff; }
  .iletisim-wrap a {
    color: #fff; }

.mobile-menu, .menu-btn, .mobile-teklif-form, .mobile-menu .header-phone, .mobile-menu .dilsecenek {
  display: none; }

.hizmetler-ok {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%; }
  .hizmetler-ok button {
    background: none;
    border: 0;
    position: absolute;
    z-index: 9;
    width: 64px;
    height: 64px; }
  .hizmetler-ok button.customNextBtn {
    right: 20px; }
  .hizmetler-ok button.customPrevBtn {
    left: 20px; }

.iletisim-right {
  float: right;
  width: 50%; }

.maps {
  float: left;
  width: 50%;
  height: 400px; }

.daterangepicker.ltr {
  display: none; }

.videom {
  position: absolute;
  width: 100%;
  top: -190px;
  z-index: -1; }

/*# sourceMappingURL=style.css.map */
