@charset "UTF-8";
/* CSS Document */
header {
  height: 80px;
  position: absolute;
  z-index: 9999;
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  width: 100%; }

header .nav-brand {
  display: block;
  float: left;
  margin-top: 20px;
  width: 130px; }

header .nav-brand img {
  width: 100%; }

header .nav-centered {
  display: block;
  position: absolute;
  width: 650px;
  margin-left: -325px;
  left: 50%; }

header .nav-centered ul {
  list-style: none; }

header .nav-centered ul li {
  display: inline-block; }

header .nav-centered ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 10px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 80px; }

header .language {
  position: relative; }
  header .language .phone {
    float: left;
    margin-top: 30px;
    font-size: 15px;
    margin-right: 15px;
    color: #fff; }

header .language button {
  background: none;
  border: none;
  outline: none;
  color: #fff;
  margin-top: 20px;
  line-height: 40px;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  padding-left: 20px; }

.slider {
  padding: 0;
  width: 100%;
  height: 670px;
  position: relative; }

.slider .mask {
  background: url(../images/mask.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 9990; }

.slider .slides li {
  width: 100%;
  height: 670px; }

.slider .caption {
  position: absolute;
  width: 1110px;
  left: 50%;
  margin-left: -555px;
  bottom: 55px;
  height: 334px;
  color: #fff;
  background: url(../images/caption_mask.png) repeat-x;
  text-align: center; }

.slider .caption h2 {
  font-size: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin: 200px 0 0px 0;
  text-transform: uppercase; }

.slider .caption p {
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.slider .search {
  position: relative;
  z-index: 9991;
  text-align: center;
  background: none;
  top: 200px; }

.slider .search h1 {
  font-size: 50px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  display: inline; }

.slider .search h1 b {
  display: inline-block;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px; }

.slider .search h1 span {
  display: inline-block;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px; }

.slider .search p {
  display: block;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  width: 100%;
  clear: both; }

.slider .search-main {
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  margin-top: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  height: 80px; }

.slider .search-main span, .sub-search span, .form-item .input-date {
  display: block;
  position: relative;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  float: left;
  padding: 0 10px;
  margin-right: 10px; }

.slider .search-main span i, .sub-search span i, .form-item .input-date i {
  color: #999;
  float: left;
  line-height: 40px;
  margin-right: 10px; }

.slider .search-main input, .sub-search input, .form-item .input-date input {
  outline: none;
  border: none;
  float: left;
  background: none;
  line-height: 40px;
  height: 40px;
  width: 80%; }

.slider .search-main button, .sub-search button {
  display: block;
  outline: none;
  border: none;
  background: none;
  float: right;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  height: 40px;
  background: #ff9812;
  width: 100px;
  text-align: center;
  font-size: 18px; }

.form-item {
  margin-bottom: 40px; }

.form-item:after {
  content: '';
  display: block;
  clear: both; }

.form-item .input-date {
  border: solid 1px rgba(0, 0, 0, 0.1); }

.form-item span.input-rez {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.form-item span.input-rez input {
  height: 40px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  outline: none;
  width: 90%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.form-item span.input-rez select {
  background: #fff;
  height: 40px;
  width: 80px;
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  outline: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.form-item span.input-rez textarea {
  height: 100px;
  line-height: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  outline: none;
  width: 90%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.form-item span label {
  margin-left: 5px;
  font-weight: 300; }

.form-item .labels {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500; }

.contact-content .rezervasyon-bilgi h2 {
  margin: 10px 0 0 0;
  font-size: 20px;
  text-align: left; }

.tab-pane {
  padding-top: 20px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: none;
  border-bottom-color: #f8f8f8; }

.form-item h3 {
  margin: 0 0 5px 0; }

.contact-content .rezervasyon-form .form-item p {
  display: block;
  font-size: 16px;
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4); }

.slider .main-links {
  background: rgba(57, 78, 162, 0.9);
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9998; }

.slider .main-links ul li {
  display: block;
  float: left;
  width: 14.22%;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center; }

.slider .main-links ul li a {
  display: block;
  color: #fff;
  padding-top: 15px;
  height: 110px; }

.slider .main-links ul li a:hover {
  background: #394ea2; }

.slider .main-links ul li img {
  display: block;
  width: 45px;
  margin: 0 auto 10px; }

.main-lists {
  background: #f8f8f8;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 40px; }

.main-lists h2, .text-content h2, .contact-content h2 {
  font-size: 40px;
  font-weight: 300;
  color: #4d545a;
  display: block;
  width: 100%;
  text-align: center;
  margin: 50px 0; }

.main-lists .main-lists-item {
  position: relative;
  margin-bottom: 30px; }

.main-lists .main-lists-item a {
  display: block;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05); }

.main-lists .main-lists-item a h3 {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color:   #ffffff;
  background: url(../images/title_bg.png) repeat-x;
  margin: 0;
  padding: 0 15px;
  font-weight: 400;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.main-lists .main-lists-item a:hover {
  text-decoration: none; }

.main-lists .main-lists-item:after, .main-lists .container:after {
  content: '';
  display: block;
  clear: both; }

.main-lists .main-lists-item i {
  color: #b2b2b2;
  margin-right: 5px; }

.main-lists .main-lists-item span:first-child {
  margin-right: 15px; }

.main-lists .main-lists-item .price {
  position: absolute;
  bottom: 120px;
  left: 30px;
  background: rgba(57, 78, 162, 0.9);
  color: #ffffff;
  padding: 5px 10px; }

.main-lists .main-lists-item .price b {
  font-size: 26px;
  font-weight: 300; }

.main-lists .main-lists-item .price b i {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 0 10px; }

.main-lists .main-lists-item .main-list-bottom {
  background: #fff;
  padding: 10px 15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: 400;
  font-size: 16px; }

.main-lists .main-lists-item .main-list-bottom .location {
  border-bottom: solid 1px #e5e5e5;
  font-size: 16px;
  color: #3c3d42; }

.main-lists .main-lists-item .main-list-bottom .ozellik {
  font-size: 12px;
  color: #4d545a; }

.main-lists .main-lists-item .main-list-bottom .location, .main-lists .main-lists-item .main-list-bottom .ozellik {
  padding: 10px 0; }

.main-lists .row a.tum  {
  color: #212121; }

.main-lists .row {
  text-align: center; }

.sub-header {
  background: #4d545a;
  position: static;
  border-bottom: none; }

.sub-search {
  background: #43494e;
  padding: 20px 0; }

.text-content, .contact-content {
  background: #f8f8f8;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px; }

.text-content p, .text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  margin-bottom: 20px; }

.text-content h3, .text-content h4, .text-content h5, .text-content h6 {
  padding-top: 20px; }

.contact-content p {
  color: rgba(0, 0, 0, 0.6);
  padding: 0px;
  margin: 0; }

.contact-content .tel {
  font-size: 18px; }

.contact-content .map {
  padding-top: 20px; }

.contact-content .contact-form span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  box-sizign: border-box; }

.contact-content .contact-form span input {
  outline: none;
  border: solid 1px #fff;
  float: left;
  background: #fff;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 0 10px; }

.contact-content .contact-form span input:focus {
  border: solid 1px rgba(57, 78, 162, 0.3); }

.contact-content .contact-form span textarea {
  outline: none;
  border: solid 1px #fff;
  float: left;
  background: #fff;
  line-height: 20px;
  height: 80px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px; }

.detail {
  background: #f8f8f8;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif; }

.detail .detail-title {
  margin-top: 20px;
  height: 50px; }

.detail .detail-title h2 {
  display: block;
  float: left;
  margin: 0; }

.detail .detail-title .price {
  float: right; }

.detail .detail-title .price b {
  font-size: 30px; }

.detail-top {
  background: #fff; }
  .detail-top .icerik {
    padding: 15px 30px 0 15px; }
    .detail-top .icerik .property-details .address {
      display: block;
      margin-bottom: 10px;
      color: #4b5eaa; }
      .detail-top .icerik .property-details .address span {
        opacity: .5; }
    .detail-top .icerik .property-details table tr td {
      padding: 9px 8px; }
    .detail-top .icerik .property-details table tr td:first-child {
      padding-left: 0;
      font-weight: bold; }

.detail-top:after {
  content: '';
  display: block;
  clear: both; }

.detail-top .gallery {
  padding: 15px;
  border-right: solid 1px #f8f8f8; }

.detail-top .gallery ul {
  display: block;
  height: 490px;
  overflow: hidden; }

.detail-top .gallery ul li {
  float: right;
  height: 90px;
  width: 18%;
  margin-bottom: 10px; }

.detail-top .gallery ul li:first-child {
  float: left;
  height: 490px;
  width: 80%;
  margin-right: 10px;
  margin-bottom: 0; }

.detail-top .gallery ul li:last-child {
  margin-bottom: 0; }

.detail-top .gallery ul li {
  cursor: pointer; }

.detail-top a.rezervasyon {
  display: block;
  background: #ff9812;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px; }

.detail-top a:hover.rezervasyon {
  text-decoration: none;
  background: #394ea2; }

.detail-top .villa-icerik {
  background: #f4f4f4;
  padding: 20px; }

.detail-top .villa-icerik h3 {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 16px;
  border-bottom: solid 1px #e5e5e5;
  text-align: center; }

.detail-top .villa-icerik ul {
  margin: 0;
  padding: 0; }

.detail-top .villa-icerik ul li {
  display: inline-block;
  width: 32%;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 12px;
  border-right: solid 1px #e5e5e5;
  text-align: center; }

.detail-top .villa-icerik ul li:last-child {
  border-right: none; }

.detail-top .villa-icerik ul li b {
  display: block;
  font-size: 26px;
  font-weight: 500; }

.detail-top .uzaklik {
  padding: 20px 20px 10px; }

.detail-top .uzaklik ul li {
  width: 49%;
  margin-right: -4px;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  border-bottom: solid 1px #f4f4f4;
  border-right: solid 1px #f4f4f4;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5); }

.detail-top .uzaklik ul li:nth-child(even) {
  border-right: none; }

.detail-top .uzaklik ul li:nth-last-child(-n+2) {
  border-bottom: none; }

.detail-top .uzaklik ul li img {
  height: 30px;
  margin-bottom: 10px;
  opacity: 0.8; }

.detail-top .uzaklik ul li h5 {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8); }

.fiyatlar {
  background: rgba(57, 78, 162, 0.9);
  font-family: 'Roboto', sans-serif;
  color: #fff; }

.detail-fiyatlar h3 span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5); }

.fiyatlar:after {
  content: '';
  display: block;
  clear: both; }

.fiyatlar .fiyatlar-item {
  text-align: center;
  padding: 20px 0;
  border-right: solid 1px rgba(255, 255, 255, 0.1); }

.fiyatlar .fiyatlar-item h4 {
  font-size: 14px;
  color: white;
  margin: 0; }

.fiyatlar .fiyatlar-item p.price {
  font-size: 22px;
  color: white;
  margin: 0 0 10px 0; }

.fiyatlar .fiyatlar-item p.price-doviz {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4); }

.fiyatlar .fiyatlar-item p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0; }

.fiyatlar .fiyatlar-item p.gun {
  font-size: 18px;
  color: white; }

.tabs {
  margin-top: 30px;
  font-family: 'Roboto', sans-serif; }

.tabs .nav-tabs ul li a {
  font-size: 16px;
  color: rgba(57, 78, 162, 0.9); }

.tabs .tab-pane {
  background: #fff;
  padding: 20px; }

.tabs .tab-pane:after {
  content: '';
  display: block;
  clear: both; }

.tabs .calender {
  margin-bottom: 20px; }

.tabs .calender table {
  border: solid 1px #e5e5e5; }

.tabs .calender table td {
  border: solid 1px #e5e5e5;
  font-size: 12px;
  height: 30px; }

.tabs .calender table td.dolu {
  background: #FF0004;
  color: #fff; }

.tabs .calender table tr:last-child {
  border-bottom: none; }

.tabs .calender tr.calender-mounth {
  line-height: 30px;
  font-weight: 700;
  color: rgba(57, 78, 162, 0.9);
  background: rgba(57, 78, 162, 0.15); }

.tabs .calender tr.calender-days {
  line-height: 30px;
  color: rgba(57, 78, 162, 0.9);
  background: rgba(57, 78, 162, 0.05); }

.tabs .comment-item {
  padding: 15px 0;
  border-top: solid 1px #f4f4f4;
  font-size: 12px; }

.tabs .comment-item .ad {
  margin-bottom: 10px; }

.tabs .comment-item .ad span {
  color: #999; }

.tabs .comment-item p {
  font-size: 14px;
  color: #666; }

.tabs .comment-write {
  height: 65px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e5e5e5; }

.tabs .comment-write textarea {
  float: left;
  height: 40px;
  padding: 10px;
  width: 90%; }

.tabs .comment-write button {
  float: right;
  height: 40px; }

footer {
  background: #fff;
  padding: 40px 0;
  font-family: 'Roboto', sans-serif; }

footer .footer-list ul li a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  margin-bottom: 4px; }

footer .footer-social {
  padding: 0 0 30px 30px;
  border-left: solid 1px rgba(0, 0, 0, 0.1); }

footer .footer-social li {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  text-align: center;
  font-size: 12px; }

footer .footer-social li:first-child {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 10px;
  border: none; }

footer .footer-social li:nth-child(2) {
  padding: 0 15px 0 0; }

footer .footer-social li:last-child {
  border-right: none; }

footer .footer-social li:last-child {
  border-right: none; }

footer .footer-social li i {
  font-size: 18px;
  color: #000; }

.properties-list ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%; }
  .properties-list ul li {
    position: relative; }
    .properties-list ul li.passive {
      opacity: .5; }
    .properties-list ul li.active:before {
      content: "\f00c";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: -2px;
      top: 3px;
      color: #4CAF50; }

@media (max-width: 992px) {
  .menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 0px; }

  .menu-button :hover {
    color: #fff; }

  .menu a.closed {
    display: block; } }
@media screen and (max-width: 767px) {
  .slider .search {
    top: 150px; }

  .slider .search h1 {
    font-size: 30px; }

  .slider .search-main {
    height: auto;
    margin-top: 10px;
    padding: 0; }
    .slider .search-main form {
      padding: 20px;
      height: 130px; }
    .slider .search-main span {
      margin-bottom: 10px; }
    .slider .search-main button {
      width: 100%;
      margin-top: 14px; }

  .slider .main-links {
    height: 200px;
    bottom: -100px; }
    .slider .main-links ul {
      display: inline-block;
      width: 100%;
      padding: 0; }
      .slider .main-links ul li {
        width: 33.3333%; }
        .slider .main-links ul li a {
          height: 100px;
          font-size: 12px; }
        .slider .main-links ul li img {
          width: 40px;
          margin: 0 auto 5px; }

  .slider .main-links .container {
    padding: 0; }

  .slider .main-links a:nth-child(-n+4) {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }

  .main-lists {
    padding-top: 120px; }

  .main-lists h2 {
    margin: 0;
    padding: 0 20px 20px; }

  .main-lists .container {
    padding: 0; }

  .search-main span {
    margin-bottom: 10px; }

  .detail {
    padding: 0; }

  .detail-title .price {
    float: none; }

  .detail-top .icerik {
    padding-right: 15px; }

  .detail .detail-title {
    height: auto; }

  .detail .detail-title:after {
    content: '';
    display: block;
    clear: both; }

  .detail .detail-title h2 {
    font-size: 24px; }

  .detail .detail-title .price {
    float: left;
    padding: 5px 0 10px; }

  .detail .detail-title .price b {
    font-size: 20px; }

  .detail-top .gallery {
    padding: 15px;
    border-right: solid 1px #f8f8f8; }

  .detail-top .gallery ul {
    display: block;
    height: 300px;
    overflow: hidden; }

  .detail-top .gallery ul li {
    float: right;
    height: 90px;
    width: 18%;
    margin-bottom: 10px; }

  .detail-top .gallery ul li:first-child {
    float: left;
    height: 300px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0; }

  .detail-top .gallery ul li:last-child {
    margin-bottom: 0; }

  .detail-top .gallery ul li {
    cursor: pointer; }

  .menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9; }

  header .nav-centered {
    position: relative; }

  header .nav-centered ul {
    padding: 0; }

  header .nav-centered ul:after {
    content: '';
    display: block;
    clear: both; }

  header .nav-centered ul li {
    float: none;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1); }

  header .nav-centered ul li:first-child {
    padding-top: 20px; }

  header .nav-centered ul li a {
    line-height: 60px; }

  header .language {
    text-align: center;
    width: 100%; }

  header .language button {
    border: none; }

  header .language .dropdown-menu {
    text-align: center;
    width: 100%; }

  .sub-search {
    padding: 100px 0 20px; }

  .search-main span {
    margin-bottom: 10px; }

  .detail {
    padding: 0; }

  .detail-title .price {
    float: none; }

  .detail-top .gallery {
    padding: 15px;
    border-right: solid 1px #f8f8f8; }

  .detail-top .gallery ul {
    display: block;
    height: 300px;
    overflow: hidden; }

  .detail-top .gallery ul li {
    float: right;
    height: 90px;
    width: 18%;
    margin-bottom: 10px; }

  .detail-top .gallery ul li:first-child {
    float: left;
    height: 300px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 0; }

  .detail-top .gallery ul li:last-child {
    margin-bottom: 0; }

  .detail-top .gallery ul li {
    cursor: pointer; } }

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