﻿@charset "UTF-8";

@font-face {
    font-family: 'DidotLTStd';
    src: url("DidotLTStd-Headline.otf");
    font-weight: 400;
}

html, html a, body {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    overflow-x: hidden !important;
}

em,
li,
li a {
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #515769;
}

a {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #81848f;
    outline: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus, a:hover, a:active {
    outline: 0;
    color: #999caa;
    text-decoration: none;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.link:after {
    position: absolute;
    top: 8px;
    right: -15px;
    width: 9px;
    height: 2px;
    background: #1b934c;
    content: " ";
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    line-height: 1.4;
    margin: 0 0 15px;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
    text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
    text-decoration: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 22px;
}

::selection {
    color: #fff;
    background: #1b934c;
    text-shadow: none;
}

::-webkit-selection {
    color: #fff;
    background: #1b934c;
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #1b934c;
    text-shadow: none;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.m-t-30 {
    margin-top: 30px;
}
.mobile-lang{
    display: none;
}
:active,
:focus {
    outline: none;
}

/* Section Seperator */
.section-seperator {
    border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 3;
    text-decoration: none;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.mobile-logo {
    display: none;
}

.img-active {
    display: none;
}

.mobile-social {
    display: none;
    height: 90px;
    padding: 0;
}

img {
    text-indent: -9999px;
    color: transparent;
}
/*------------------------------------------------------------------
  	[Blockquote]
------------------------------------------------------------------*/
.blockquote {
    position: relative;
    font-size: 17px;
    font-weight: 400;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #a6a7aa;
    line-height: 1.4;
    border-left: none;
    margin-left: 20px;
}

.blockquote:before {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 60px;
    display: inline-block;
    color: #1b934c;
    content: '“';
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
.btn-theme {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    background-image: none;
    border-style: solid;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
    outline: none;
}

.btn-theme:hover {
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

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

.btn-theme:active, .btn-theme.active {
    background-image: none;
    outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
}

.btn-white-brd {
    color: #fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    border-width: 1px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
    color: #515769;
    background: #fff;
    border-color: transparent;
}

.btn-default-bg {
    color: #515769;
    background: #f3f4f5;
    border-color: transparent;
    border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
    color: #fff;
    background: #1b934c;
    border-color: transparent;
}

.btn-base-bg {
    color: #fff;
    background: #1b934c;
    border-color: transparent;
    border-width: 0;
}

.btn-base-bg:hover, .btn-base-bg:focus, .btn-base-bg.focus {
    color: #fff;
    background: #63cbd7;
    border-color: transparent;
}

.btn-theme-sm {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
}

/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer {
    padding: 24px 15px;
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 37px;
    float: left;
    border-top: 1px solid #1b934c;
    position: relative;
}

.index-footer {
    position: absolute;
    bottom: 0;
    z-index: 10;
    border-top: 1px solid #fff;
}

.index-footer {
    background-image: url(../img/footer_bg.png);
}

.footer .copyright {
    color: #1b934c;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 31px;
    margin: auto;
    display: inline-block;
 
}

.footer .copyright a { 
    color: #1b934c;
}

.index-footer .copyright {
    color: #fff;
}

.index-footer .copyright a {
    color: #fff;
}

.footer-brand {
    width: 164px;
    height: auto;
}

.brand-trip {
    width: 201px;
}

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/
/* Top Menu */
.top-menu {
    border-bottom: 1px solid #9099ad;
    padding: 2px 15px;
    position: relative;
    z-index: 10;
}

.top-menu ul {
    margin: 0;
    padding: 32px 0;
}

.top-menu ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.top-menu-left {
    float: left;
}

.top-menu-left li {
    margin-left: 170px;
    line-height: 30px;
}

.top-menu-left li img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.top-menu-left li span {
    margin-left: 30px;
    color: #1b934c;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

.index-header li span {
    color: #fff;
}

.top-menu-right {
    margin: 0;
    padding: 0;
    float: right;
}

.top-menu-right li {
    margin-right: 80px;
    line-height: 30px;
}

.top-menu-right .social-dropdown {
    margin-right: 80px;
    line-height: 30px;
    cursor: pointer;
}

.top-menu-right .social-dropdown a span {
    color: #1b934c;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    margin-left: 30px;
}

.index-header .top-menu-right .social-dropdown a span {
    color: #fff;
}

.top-menu-right .social-dropdown a i {
    color: #838383;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.index-header .top-menu-right .social-dropdown a i {
    color: #fff;
}

.top-dropdown-social {
    width: 60px;
    min-width: 60px;
    left: 110px;
    z-index: 99;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 350px;
}

.top-dropdown-social a {
    color: #1b934c !important;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 60px;
}

.top-dropdown-social a i {
    color: #1b934c !important;
    font-size: 20px !important;
    margin: 0 !important;
}

.top-menu-right li img {
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.top-menu-right .lang-item {
    margin-right: 0;
}

.top-menu-right .lang-item a {
    color: #1b934c;
    font-size: 14px;
}

.index-header .top-menu-right .lang-item a {
    color: #fff;
}

/* Fixed Top */
.navbar-fixed-top .navbar-collapse {

}

/* Navbar */
.header .navbar {
    margin-bottom: 0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    position: relative;
    z-index: 8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.index-header .navbar {
    box-shadow: none;
}

/* Navbar Toggle */
.header .navbar-toggle {
    width: 25px;
    height: 25px;
    border: none;
    padding: 0;
    margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #515769;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
    position: absolute;
    left: 0;
    background: #515769;
    content: " ";
}

.header .navbar-toggle .toggle-icon:before {
    width: 10px;
    height: 1px;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
    width: 16px;
    height: 1px;
    top: -5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
    background: #1b934c;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
    width: 21px;
    height: 1px;
    background: #1b934c;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
    background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
    width: 100px;
    height: 100px;
    float: left;
    max-height: 95px;
    line-height: 65px;
}

.header .logo-wrap {
    display: inline-block;
    padding: 15px 0;
}

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

.header .logo-img {
    display: inline-block;
    height: 71px;
    width: 107px;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header .logo-img-main {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* Nav */
.header .nav-item {
    position: relative;
    display: block;
}

.header .nav-item:last-child .nav-item-child {
    padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
    opacity: 1;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
    opacity: 1;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    color: #1b934c;
    text-transform: uppercase;
    line-height: 55px;
    padding: 20px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.index-header .nav-item-child {
    color: #fff;
}

.header .nav-item-hover {
    position: relative;
}

.main-menu li:first-child a {
    padding-left: 0;
}

.main-menu li {
    margin-right: 52px;
}

.dropdown-rezervasyon {
    cursor: pointer;
    margin-right: 0 !important;
}

.dropdown-rezervasyon span {
    color: #1b934c;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.dropdown-rezervasyon img {
    margin-right: 20px;
    height: 34px;
    width: 34px;
}

.dropdown-rezervasyon .abs-image16 {
    width: auto;
    height: auto;
}

.dropdown-rezervasyon .form-group img {
    height: 25px;
    width: auto;
}

.dropdown-rezervasyon a i {
    color: #838383;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    margin-left: 15px;
    position: relative;
    top: -2px;
}

.index-header .dropdown-rezervasyon a i {
    color: #fff;
}

.dropdown-rezervasyon-content {
    width: 258px;
    height: 200px;
    background-color: #1b934c;
    padding: 10px;
}

.rezervasyon-datepicker input {
    background-color: #fff;
    height: 36px;
}

.rezervasyon-datepicker span {
    position: absolute;
    color: #1b934c !important;
    background-color: #fff;
    right: 20px;
    top: 7px;
    z-index: 10;

}

.dropdown-rezervasyon-content .input-group {
    width: 100%;
}

.rezervasyon-datepicker .input-group-addon {
    width: 0;
    padding: 0;
}

.header-trans {
    top: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 90%;
    opacity: 0.8;
    position: absolute;
    transition: all 0.3s ease-in 0s;
    width: 100%;
    will-change: opacity;
    max-height: 175px !important;
}

/*------------------------------------------------------------------
  	[Contact]
------------------------------------------------------------------*/
.contact-list > li {
    font-size: 13px;
    color: #81848f;
    margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #515769;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
    color: #fff;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top i {
    color: #fff;
}

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

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
    visibility: visible;
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
    opacity: 1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
    opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
    opacity: 1;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #a6a7aa;
    background: #fafafa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
}

.form-control::-moz-placeholder {
    color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
    color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
    color: #a6a7aa;
}

.form-control:focus {
    color: #515769;
    box-shadow: none;
}

.form-control:focus::-moz-placeholder {
    color: #515769;
}

.form-control:focus:-ms-input-placeholder {
    color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
    color: #515769;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------
    [Carousel]
------------------------------------------------------------------*/
.home-slider-item img {
    position: relative;
    z-index: -1;
}

#home-slider .owl-item {
}

.carousel-indicators {
    left: auto;
    width: auto;
    padding-left: 0;
    margin-left: 0;
}

.carousel-centered {
    position: absolute;
    bottom: 120px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.carousel-title {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
}

.carousel-indicators {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: auto;
}

.carousel-indicators li {
    margin: 3px;
}

.carousel-indicators .active {
    background-color: #fff;
    height: 10px;
    margin: 3px;
    width: 10px;
}

#booking-widget {
    position: absolute;
    right: 0;
    top: 300px;
    z-index: 99;
    display: table;
    height: 300px !important;
}

#booking-widget .booking-widget-inner {
    display: table;
    position: relative;
    height: 300px;
}

#booking-widget .widget-header {
    width: 50px;
    height: 0px;
    background-color: #050529;
    cursor: pointer;
    border-right: 3px dotted #fff;
    display: table-cell;
    position: relative;
    left: 0;
    top: 0;
}

.booking-widget-toggle {

}

#booking-widget .widget-header .title-cnt {
    width: 260px;
    position: absolute;
    left: 36px;
    bottom: 10px;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: left bottom 0; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin:  left bottom 0; /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    transform-origin: left bottom 0;

}

#booking-widget .widget-header .icon-close {
    font-weight: lighter;
    margin-left: 30px;
    position: absolute;
    right: 15px;
    color: #fff;
    top: 10px;
}

#booking-widget .widget-header .title {
    width: 100%;
    margin: 0;
    display: block;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

#booking-widget .widget-header .title span {
    position: absolute;
    right: 0;
}

#booking-widget .widget-content {
    height: 300px;
    width: 600px;
    float: left;
    display: table-cell;
}

.etkinlik-slider {
    padding: 0;
    margin: 0;
}

.bx-wrapper {
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    touch-action: pan-y;
}

.etkinlik-slider .slider-item {
    width: 100%;
    height: 300px;
}

.etkinlik-slider .slider-item .left {
    width: 300px;
    height: 300px;
    padding: 15px;
    float: left;
}

.etkinlik-slider .slider-item .left .title {
    font-size: 24px;
    line-height: 26px;
    color: #050528 !important;
    font-weight: 400;
    font-style: italic;
    margin: 0;
    margin-bottom: 5px;
}

.etkinlik-slider .slider-item .left .title a {
    font-size: 24px;
}

.etkinlik-slider .slider-item .left .meta {
    color: #6e6e6e;
    font-size: 13px;
}

.etkinlik-slider .slider-item .left .desc {
    margin-top: 5px;
    color: #888;
    font-size: 13px;
    line-height: 20px;
}

.etkinlik-slider .slider-item .left .social {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.etkinlik-slider .slider-item .left .social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.etkinlik-slider .slider-item .left .social li a {
    border: 1px solid #444d69;
    color: #949494;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    line-height: 36px;
    text-align: center;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.etkinlik-slider .slider-item .left .etkinlige-git {
    color: #949494;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.etkinlik-slider .slider-item .left .etkinlige-git img {
    display: inline-block;
    margin-left: 10px;
}

.etkinlik-slider .slider-item .right {
    width: 300px;
    height: 300px;
    float: left;
}

.etkinlik-slider .slider-item .right img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.widget-line {
    height: 220px;
    width: 1px;
}

#booking-widget .bx-default-pager {
    bottom: 5px;
    left: 97px;
    position: absolute;
    width: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #050528;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #050528 !important;
}

/*----------------------------------
  Pages
------------------------------------*/
#page-content {
    padding-top: 10px;
    min-height: 600px;
}

#page-content .page-header {
    border-bottom: 0;
}

#page-content .page-title {
    color: #838383;
    font-size: 60px;
    font-weight: bold;
}

.page-mutfagimiz {
    padding-top: 60px;
    padding-left: 100px;
    padding-right: 100px;
}

.title-pg {
    font-style: italic;
    font-size: 34px;
    line-height: 42px;
    font-weight: 300;
    color: #838383;
    text-align: center;
    margin-bottom: 40px;
    font-family: "DidotLTStd", Helvetica, Arial, sans-serif;
}

.title-pg strong {
    font-style: normal;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.page-mutfagimiz .title-line {
    width: 56px;
    height: 3px;
    background-color: #b7b7b9;
    margin: 0 auto;
    margin-bottom: 30px;
}

.page-mutfagimiz .page-content {
    color: #838383;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 26px;
    padding-left: 100px;
    padding-right: 100px;
}

.page-mutfagimiz .page-content p {
    color: #838383;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.page-mutfagimiz .mutfak-images {
    margin-top: 70px;
    margin-bottom: 105px;
    position: relative;
}

.page-mutfagimiz .mutfak-images .mutfak-img {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.abs-image1 {
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: -1;
}

.abs-image2 {
    position: absolute;
    left: -20px;
    top: 145px;
    z-index: -1;
}

.abs-image3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.abs-image4 {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: -1;
}

.abs-image5 {
    position: absolute;
    right: -30px;
    bottom: 335px;
    z-index: -1;
}

.abs-image6 {
    position: absolute;
    left: 0;
    bottom: -85px;
    z-index: -1;
}

.abs-image7 {
    position: absolute;
    right: -30px;
    top: 310px;
    z-index: -1;
}

.abs-image8 {
    position: absolute;
    right: -30px;
    top: 20px;
    z-index: -1;
}

.abs-image9 {
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: -1;
}

.abs-image10 {
    position: absolute;
    right: -30px;
    bottom: 0px;
    z-index: -1;
}

.abs-image11 {
    position: absolute;
    left: -30px;
    top: 30px;
    z-index: -1;
}

.abs-image12 {
    position: absolute;
    right: -30px;
    bottom: 0px;
    z-index: -1;
}

.abs-image13 {
    position: absolute;
    left: -30px;
    bottom: -172px;
    z-index: -1;
}

.abs-image14 {
    position: absolute;
    left: -20px;
    top: 145px;
    z-index: -1;
}

.abs-image15 {
    position: absolute;
    right: 0;
    top: -52px;
    z-index: -1;
}

.abs-image16 {
    position: absolute;
    left: -11px;
    bottom: -20px;
    z-index: -1;
}

/*----------------------------------
  Page Etkinlikler
------------------------------------*/
.page-etkinlikler {
    padding-top: 60px;
}

.page-etkinlikler .date {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

.page-etkinlikler .date {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.etkinlik-item {
    position: relative;
    margin-bottom: 120px;
}

.etkinlik-item .left img {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-right: 60px;
}

.etkinlik-item .right {
    position: relative;
    height: 100%;
}

.etkinlik-item .right .title {
    color: #9099ad;
    font-size: 44px;
    line-height: 56px;
    font-family: "DidotLTStd", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}

.etkinlik-item .right .title strong {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.etkinlik-item .right .text-cnt {
    color: #9099ad;
    font-size: 15px;
    line-height: 26px;
    padding: 40px;
    padding-right: 200px;
    position: relative;
}

.etkinlik-item .right .text-cnt .left-line {
    background-color: #b7b7b9;
    height: 60px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 25px;
}

.etkinlik-item .right .details {
    color: #9099ad;
    font-size: 16px;
    line-height: 25px;
    padding-left: 40px;
    padding-right: 200px;
}

.etkinlik-item .right .details strong {
    display: block;
}

.etkinlik-item .bottom {
    position: absolute;
    bottom: 0px;
    padding: 0;
}

.etkinlik-item .bottom .link-cnt {
    width: 280px;
    height: 40px;
    float: left;
}

.etkinlik-item .bottom .link-cnt img {
    width: 34px;
}

.etkinlik-item .bottom .social-cnt {
    float: left;
    height: 42px;
    line-height: 42px;
}

.etkinlik-item .bottom .social-cnt ul {
    margin: 0;
    padding: 0;
}

.etkinlik-item .bottom .social-cnt ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.etkinlik-item .bottom .social-cnt ul li a {
    border: 1px solid #3d4663;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #949494;
}

.etkinlik-item .bottom .menu-gor-link {
    color: #1b934c;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
}

.etkinlik-item .bottom .menu-gor-link span {
    vertical-align: middle;
    margin-left: 10px;
    text-transform: uppercase;
}

.etkinlik-item .bottom .menu-gor-link i {
    margin-left: 10px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    font-weight: bold;
}

.etkinlik-item .bottom .menu-gor-link :hover i {
    margin-left: 30px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/*----------------------------------
  Page Etkinlik
------------------------------------*/
.page-rezervasyon {
    padding-top: 60px;
    padding-bottom: 100px;
}

.page-rezervasyon .title-line {
    width: 56px;
    height: 3px;
    background-color: #b7b7b9;
    margin: 0 auto;
    margin-bottom: 30px;
}

.page-rezervasyon .page-content {
    color: #838383;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    line-height: 26px;
}

.page-rezervasyon .page-content p {
    color: #838383;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

.page-rezervasyon .mutfak-images {
    margin-top: 70px;
    margin-bottom: 105px;
    position: relative;
}

.page-rezervasyon .mutfak-images .mutfak-img {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.rezervasyon-date {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.rezervasyon-page-text {
    max-width: 900px;
    min-height: 240px;
    margin: 0 auto;
}

.rezervasyon-page-text .meta strong {
    color: #424242;
    font-weight: 500;
    font-size: 16px;
}

.rezervasyon-form {
    max-width: 900px;
}

.rezervasyon-form .form-control {
    border-radius: 0;
    border: 2px solid #dedede;
    background-color: #fff;
    margin-bottom: 15px;
}

.rezervasyon-form .title {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 26px;
    color: #1b934c;
    margin-bottom: 60px;
}

.rezervasyon-form .rezervasyon-select {
    padding: 10px 20px;
}

.btn-rezervasyon {
    background-color: #9099ad !important;
    padding: 12px 28px;
    text-transform: uppercase;
    border-radius: 0;
    border-color: #9099ad !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-rezervasyon i {
    margin-left: 30px;
    transition: all 0.3s ease 0s;
}

.btn-rezervasyon:hover i {
    margin-left: 45px;
}

.etkinlik-item .bottom {
    position: absolute;
    bottom: -60px;
    padding: 0;
}

.rezervasyon-bottom {
    position: relative;
    bottom: 40px;
}

.rezervasyon-bottom .right {
    max-width: 900px;
}

.rezervasyon-bottom .link-cnt {
    width: 280px;
    height: 40px;
    float: left;
}

.rezervasyon-bottom .social-cnt {
    float: right;
    height: 42px;
    line-height: 42px;
}

.rezervasyon-bottom .social-cnt ul {
    margin: 0;
    padding: 0;
}

.rezervasyon-bottom .social-cnt ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}

.rezervasyon-bottom .social-cnt ul li a {
    border: 1px solid #3d4663;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #949494;
}

.rezervasyon-bottom .menu-gor-link {
    color: #1b934c;
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
}

.rezervasyon-bottom .menu-gor-link span {
    vertical-align: middle;
    margin-left: 10px;
    text-transform: uppercase;
}

.rezervasyon-bottom .menu-gor-link i {
    margin-left: 10px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    font-weight: bold;
}

.rezervasyon-bottom .menu-gor-link :hover i {
    margin-left: 30px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.row-bottom-rezervasyon .select-cnt {
    width: 135px;
    float: left;
    margin-bottom: 15px;
}

.form-date-input {
    width: 200px;
    float: left;
    margin-right: 15px;
}

.form-date-input input {
    background-color: #fff;
    border: 2px solid #dedede;
    box-shadow: none;
    color: #808080;
    padding-left: 50px;
}

.form-date-input img {
    left: 26px;
    position: absolute;
    top: 9px;
    z-index: 9999999;
}

.form-kisi-input {
    width: 200px;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

/*----------------------------------
  Page Gallery
------------------------------------*/
.page-gallery {
    min-height: 800px;
    padding-top: 60px;
}

.image-gallery {
    margin-top: 30px;
    margin-bottom: 105px;
    position: relative;
}

.filters {
    width: auto;
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}

.filters input {
    display: none;
}

.filters .btn {
    border-color: #dadada;
    border-radius: 2px;
    box-shadow: none;
    color: #9a9a9a;
    font-size: 13px;
    line-height: 16px;
    margin: 5px;
    padding: 6px 0px;
    transition: all 0.4s ease 0s;
    background-color: #fff;
    box-shadow: none !important;
}

.filters .btn:last-child {
    margin-right: 0;
}

.filters .btn:focus, .filters .btn:active {
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
}

.image-gallery .gallery-item {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.image-gallery .gallery-item img {
    width: 100%;
}

.image-gallery .gallery-item:hover .overlay {
    opacity: 1;
}

.image-gallery .gallery-item .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    background-color: rgba(119, 197, 190, 0.7);
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.image-gallery .gallery-item .overlay img {
    margin: 0 auto;
    margin-bottom: 45px;
    width: 60px;
    height: 60px;
}

.image-gallery .gallery-item .overlay .title {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

.image-gallery .gallery-item .overlay .item-details {
    width: 100% !important;
    height: auto !important;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 30%;
    display: block;
    text-align: center;
}

.image-gallery .gallery-item .overlay .item-details .expand-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.nav-image-gallery {
    text-align: center;
    margin-bottom: 45px;
}

.nav-image-gallery label {
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: 0 !important;
    background-color: transparent !important;
}

.nav-image-gallery label img {
    width: auto;
    height: 34px;
}

.nav-image-gallery label span {
    font-weight: 600;
    margin-left: 15px;
    vertical-align: bottom;
    line-height: 36px;
}

.nav-image-gallery label span i {
    margin-left: 10px;
    font-weight: bold;
    visibility: hidden;
}

.nav-image-gallery label:hover span, .nav-image-gallery label:focus span, .nav-image-gallery label:active span {
    color: #1b934c !important;
}

.nav-image-gallery label:hover img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.nav-image-gallery label:hover .img-active {
    display: inline-block;
}

.nav-image-gallery .active span {
    color: #1b934c !important;
}

.nav-image-gallery .active img {
    display: none;
}

.nav-image-gallery .active .img-active {
    display: inline-block;
}

.nav-image-gallery .active i {
    visibility: visible;
}

.btn-categories {
    outline: none !important;
}

.btn-categories i {
    margin: 0 !important;
}

.categories-cnt {

}

.list-menumuz-mobile {
    display: none;
}

.gallery-categories-mobile {
    display: none;
}

.gallery-categories-mobile {
    text-align: left !important;
}

.gallery-categories-mobile label {
    text-align: left !important;
    padding-left: 0;
}

/*----------------------------------
  Page Menumuz
------------------------------------*/
.page-menumuz {
    padding-top: 60px;
}

.menumuz-left {
    padding-bottom: 100px;
    padding-top: 120px;
}

.page-menumuz .title-pg {
    margin-bottom: 20px;
}

.nav-menumuz {
    margin: 0;
    padding: 0;
}

.nav-menumuz li {
    display: block;
    list-style: none;
    text-align: left;
}

.nav-menumuz li label {
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    background-color: transparent !important;
    border: 0 !important;
}

.nav-menumuz li .icon-cnt {
    display: inline-block;
    width: 70px;
}

.nav-menumuz li label span {
    font-weight: 600;
    line-height: 36px;
}

.nav-menumuz li label span i {
    margin-left: 10px;
    font-weight: bold;
    display: none;
}

.nav-menumuz li label:hover {
    color: #1b934c !important;
}

.nav-menumuz li label:hover img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.nav-menumuz li label:hover .img-active {
    display: inline-block;
}

.nav-menumuz .active label {
    color: #1b934c !important;
}

.nav-menumuz .active img {
    display: none;
}

.nav-menumuz .active .img-active {
    display: inline-block;
}

.nav-menumuz .active label i {
    display: inline-block;
}

.nav-menumuz .icon-cnt img {
    width: 35px;
}

.menumuz-right .category-title {
    color: #1b934c;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.menumuz-right {
    padding-bottom: 110px;
}

.menumuz-item {
    width: 100%;
    height: 280px;
    display: block;
    position: relative;
    background-color: #dbdbdb;
    padding: 10px;
    margin-bottom: 30px;
}

.menumuz-item .item-inner {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    padding: 12px;
}

.menumuz-item .item-inner .img-yemek {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menumuz-item .item-inner .meta {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    line-height: 15px;
}

.menumuz-item .item-inner .meta img {
    width: 26px;
}

.menumuz-item .item-inner .meta .price {
    color: #9a9a9a;
    font-size: 20px;
    font-weight: 600;
}

.menumuz-item .item-inner .meta .menu-incele-link {
    color: #1b934c;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    right: 30px;
    font-weight: 600;
}

.menumuz-item .item-inner .meta .menu-incele-link span {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 10px;
}

.menumuz-item .item-inner .meta .menu-incele-link i {
    margin-left: 10px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menumuz-item .item-inner .meta .menu-incele-link:hover i {
    margin-left: 30px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menumuz-item .item-inner .desc {
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    color: #9a9a9a;
}

.menumuz-item .item-inner .title {
    color: #838383;
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
}

.menumuz-item .item-inner .title strong {
    text-transform: uppercase;
    font-style: normal;
}

.page-menumuz .yemek-icerik {
    color: #838383;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    font-weight: 500;
}

.page-menumuz .yemek-icerik img {
    display: inline-block;
}

/*----------------------------------
  Page Contact
------------------------------------*/
.page-contact {
    padding-left: 60px;
}

.page-contact .contact-left .address {
    margin-bottom: 30px;
}

.page-contact .contact-left p {
    color: #959595;
    font-size: 14px;
    font-weight: 400;
}

.page-contact .contact-left p strong {
    color: #959595;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 70px;
}

.page-contact .contact-left p b {
    margin-right: 10px;
}

.page-contact .contact-form input {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
}

.page-contact .contact-form textarea {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    resize: vertical;
    min-height: 100px;
}

.btn-contact {
    color: #1b934c !important;
    border: 1px solid #1b934c !important;
    border-radius: 0;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    font-size: 13px;
    padding: 12px 28px;
    margin-top: 15px;
    font-weight: 600 !important;
}

.btn-contact i {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 30px;
    font-weight: 600 !important;

}

.btn-contact:hover i {
    margin-left: 45px;
}

.contact-social {
    padding: 0;
    margin: 0;
    margin-top: 60px;
}

.contact-social li {
    list-style: none;
    display: inline-block;
    margin-right: 90px;
    margin-bottom: 15px;
}

.contact-social li a {
    display: block;
    text-transform: uppercase;
    color: #959595;
    font-size: 12px;
    line-height: 60px;
}

.contact-social li a i {
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #9099ad;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    border-radius: 100%;
    float: left;
    margin-right: 15px;
}

.mobile-social .contact-social li a i {
    border: 1px solid #9099ad;
    border-radius: 100%;
    display: block;
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    margin-right: 8px;
    text-align: center;
    width: 50px;
}

.mobile-social .contact-social {
    margin-top: 15px;
}

.mobile-social .contact-social li a i {
    color: #959595 !important;
}

.mobile-social .contact-social li a:hover {
    color: #fff !important;
}

.mobile-social .contact-social li a:hover i {
    color: #fff !important;
}

.mobile-social .contact-social li a span {
    display: block;
    color: #959595 !important;
    font-size: 9px;
}

.map {
    margin-top: 60px;
}

.contact-facebook:hover {
    color: #3b5998 !important;
}

.contact-facebook:hover i {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #3b5998;
    border-color: #3b5998 !important;
    color: #fff;
}

.contact-twitter:hover {
    color: #55acee !important;
}

.contact-twitter:hover i {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #55acee;
    border-color: #55acee !important;
    color: #fff;
}

.contact-instagram:hover {
    color: #125688 !important;
}

.contact-instagram:hover i {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #125688;
    border-color: #125688 !important;
    color: #fff;
}

.contact-pinterest:hover {
    color: #cb2027 !important;
}

.contact-pinterest:hover i {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #cb2027;
    border-color: #cb2027 !important;
    color: #fff;
}

.facebook:hover {
    background-color: #3b5998;
    border-color: #3b5998 !important;
    -moz-transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.facebook:hover i {
    color: #fff !important;
}

.twitter:hover {
    background-color: #55acee;
    border-color: #55acee !important;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.twitter:hover i {
    color: #fff !important;
}

.instagram:hover {
    background-color: #125688;
    border-color: #125688 !important;
    -moz-transition: 0.3s !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.instagram:hover i {
    color: #fff !important;
}

.pinterest:hover {
    background-color: #cb2027;
    border-color: #cb2027 !important;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pinterest:hover i {
    color: #fff !important;
}

/*----------------------------------
  Custome Style of Info Window
------------------------------------*/
/* White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    background-color: #fff !important;
    box-shadow: none !important;
}

/* Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
    background-color: #fff !important;
    box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
    display: none;
}

/* Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
    display: none;
}

/* New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
    overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-family: Simple-Line-Icons;
    color: #515769;
    content: "\e082";
}

/* Positioning of infowindow */
.gm-style-iw {
    top: 22px !important;
    left: 22px !important;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
    margin-right: -1px;
    margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
    padding-left: 1px;
    padding-right: 1px;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Parallax Content]
------------------------------------------------------------------*/
.parallax-content {
    padding-top: 220px;
    padding-bottom: 120px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
    width: 100%;
    height: auto;
}

/*------------------------------------------------------------------
    [Container Full Width]
------------------------------------------------------------------*/
.container-full-width {
    width: 100%;
}

.container-full-width:before, .container-full-width:after {
    content: " ";
    display: table;
}

.container-full-width:after {
    clear: both;
}

/*------------------------------------------------------------------
    [Overflow]
------------------------------------------------------------------*/
.overflow-h {
    overflow: hidden;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
    font-weight: 300 !important;
}

.fweight-400 {
    font-weight: 400 !important;
}

.fweight-500 {
    font-weight: 500 !important;
}

.fweight-600 {
    font-weight: 600 !important;
}

.fweight-700 {
    font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
    margin-left: 0 !important;
}

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

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

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

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
    margin-right: 0 !important;
}

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

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

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

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
    margin-bottom: 0 !important;
}

.margin-b-2 {
    margin-bottom: 2px !important;
}

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

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

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

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

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

.margin-b-50 {
    margin-bottom: 50px !important;
}

.margin-b-60 {
    margin-bottom: 60px !important;
}

.margin-b-70 {
    margin-bottom: 70px !important;
}

.margin-b-80 {
    margin-bottom: 80px !important;
}

.margin-b-90 {
    margin-bottom: 90px !important;
}

.margin-b-100 {
    margin-bottom: 100px !important;
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
    height: 100px !important;
}

.height-200 {
    height: 200px !important;
}

.height-300 {
    height: 300px !important;
}

.height-400 {
    height: 400px !important;
}

/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.overflow {
    height: 200px;
}

.ui-selectmenu-button.ui-button {
    width: 100px !important;
    padding: 13px 20px !important;
    border: 2px solid #e2e2e2 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #1b934c !important;
    border: 1px solid #1b934c !important;
    color: #ffffff;
    font-weight: normal;
}

.ui-selectmenu-menu li {
    font-size: 14px;
}

.rezervasyon-datepicker {
    position: relative !important;
    z-index: 9999999 !important;
}

.rezervasyon-box {
    width: 500px;
    height: 380px;
    padding: 30px;
    background-color: #fff;
    position: absolute;
    right: 0;
    z-index: 999999;
    border-top: 1px solid #1b934c;
}

.rezervasyon-box .title {
    color: #1b934c;
    font-size: 18px;
    margin-bottom: 30px;
}

.rezervasyon-box input {
    border: 2px solid #dedede;
    background-color: #fff;
    color: #808080 !important;
    box-shadow: none !important;
    padding-left: 50px;
}

.rezervasyon-box input:active, .rezervasyon-box input:focus {
    border-color: #1b934c !important;
}

.rez-icon-tel {
    margin-top: 4px;
}

.ui-selectmenu-menu {
    z-index: 999999;
}

.rezervasyon-box .ui-selectmenu-button {
    width: 100% !important;
    background-color: #fff !important;
}

.rezervasyon-box .ui-selectmenu-text {
    color: #a6a7aa;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    padding-left: 30px;
}

.rezervasyon-box .form-group img {
    position: absolute;
    left: 26px;
    top: 12px;
    z-index: 9999999;
}

.rezervasyon-box .ui-selectmenu-button:active, .rezervasyon-box .ui-selectmenu-button:focus {
    border: 2px solid #1b934c !important;
}

.close-rez-button {
    color: #1b934c !important;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -6px;
}

.close-rez-button strong {
    margin-left: 5px;
    color: #1b934c !important;
    font-size: 24px;
    font-weight: 400;
}

.ui-datepicker-next {
    border: 0 !important;
    right: 2px !important;
    top: 2px !important;
    cursor: pointer;
}

.ui-datepicker-prev {
    border: 0 !important;
    left: 2px !important;
    top: 2px !important;
    cursor: pointer;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fefefe !important;
}

.owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0px;
    width: 100%;
    margin: auto;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100px;
    height: 160px;
    margin: auto;
    z-index: 9999999;
}

.owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100px;
    height: 160px;
    margin: auto;
    z-index: 9999999;
}

.val_error {
    border-color: #1b934c !important;
}

.rezervasyon-box .val_error {
    border-color: #1b934c !important;
}

.select-cnt .val_error {
    border-color: #1b934c !important;
}

.success-message {
    color: #1b934c;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.nav-menumuz li a {
    cursor: pointer;
}

.error-404 {
    min-height: 670px;
}

.error-404-box {
    width: 300px;
    height: 200px;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.error-404-box h1 {
    font-weight: 500;
}

.error-404-box a {
    background-color: #1b934c !important;
    border-color: #1b934c !important;
    outline: none !important;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer !important;
}

.map-icon {
    float: left;
    margin-right: 30px;
    margin-top: 30px;
}

.map-icon img {
    height: 80px;
}

.en-desc {
    position: absolute;
    bottom: 3px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #838383;
}

.en-desc-mobile {
    display: none;
}

.map-icon-mobile {
    display: none;
}
