@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import '../fontello/css/fontello.css';

/*--reset default styles--*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
   /* font-size: 100%;
    vertical-align: baseline;*/
    outline: none;
}

@font-face {
    font-family: 'Aka-AcidGR-Mutlu';
    src: url('../fonts/Aka-AcidGR-Mutlu.ttf.woff') format('woff'), url('../fonts/Aka-AcidGR-Mutlu.ttf.svg#Aka-AcidGR-Mutlu') format('svg'), url('../fonts/Aka-AcidGR-Mutlu.ttf.eot'), url('../fonts/Aka-AcidGR-Mutlu.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

input {
    outline: none;
    margin: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

a {
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

textarea {
    resize: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

.browsehappy {
    background-color: #ffffff;
    bottom: 0;
    font-size: 24px;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10002;
}


/*------------
General Styles
----------------*/

body {
    line-height: 1.2;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    background-color: #ebebeb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h1 {
    font-size: 12px;
    color: #888888;
}

h2 {
    font-size: 46px;
    font-style: italic;
}

h2 .mutlu-font {
    font-size: 82px;
    font-style: italic;
}

@media (max-width: 359px) {
    h2 {
        font-size: 44px;
    }
}

h3 {
    font-size: 38px;
    color: #967c5b;
    font-style: italic;
}

@media (max-width: 359px) {
    h3 {
        font-size: 36px;
    }
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

p:not(:last-child) {
    margin-bottom: 20px;
}

.lead {
    font-size: 20px;
}

small,
.small {
    font-size: 75%;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.great-vibes-font {
    font-family: 'Great Vibes';
    font-size: 60px;
    font-style: none!important;
    letter-spacing: 0.05em;
}

.mutlu-font {
    font-family: 'Aka-AcidGR-Mutlu';
    font-size: 72px;
    letter-spacing: 0.1em;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

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

.link {
    /*color:#967c5b;*/
    color: inherit;
    opacity: 0.7;
}

.link:hover {
    opacity: 1;
    /*text-decoration: underline;*/
}

.text-gold {
    color: #b68d58;
}

.text-red {
    color: #b12525;
}

.container {
    padding: 0 50px;
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

@media (max-width: 767px) {
    .flex-row {
        display: block;
    }
}

.col-25 {
    width: 25%;
}

.col-50 {
    width: 50%;
}

@media (max-width: 767px) {
    .col-25,
    .col-50 {
        width: 100%;
    }
}

.row .col-25,
.row .col-50 {
    float: left;
}

@media (max-width: 767px) {
    .row .col-25,
    .row .col-50 {
        float: none;
    }
}

.divider {
    max-width: 100%;
    display: block;
    margin: 30px auto;
}

.btn {
    display: inline-block;
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    bo
}

.btn:hover {
    opacity: 0.8;
}

.btn-default {
    color: #967c5b;
    background-color: #ffffff;
    border-color: #967c5b;
}

.social-icons a {
    display: inline-block;
    font-size: 50px;
    color: #967c5b;
    vertical-align: middle;
}

.social-icons a:hover {
    opacity: 0.8;
}

.social-icons a.icon-location {
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #967c5b;
}


/*------------
Menu Styles
----------------*/

.language {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #ffffff;
}

@media (max-width: 767px) {
    .fixed .language {
        top: 35px;
        right: 70px;
    }
}

.language a {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
}

.language a.active {
    color: #a38764;
}

.site-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(32, 32, 32, 0.8);
    z-index: 101;
    padding: 40px 0;
    width: 25%;
}

@media (max-width: 1199px) {
    .site-menu {
        width: 37.5%;
    }
}

@media (max-width: 767px) {
    .site-menu {
        position: absolute;
        right: 0;
        width: auto;
        bottom: auto;
        padding: 20px;
    }
    .fixed .site-menu {
        position: fixed;
        padding: 10px 20px;
        z-index: 200;
    }
}

.menu-toggle {
    display: none;
}

@media (max-width: 767px) {
    .menu-toggle {
        display: block;
        position: absolute;
        top: 110px;
        right: 20px;
        font-size: 26px;
        color: #ffffff;
    }


    .fixed .menu-toggle {
        top: 32px;
    }
}

.site-menu .collapsible-block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

@media (min-width: 768px) {
    .site-menu .collapsible-block {
        display: block!important;
    }
}

@media (max-width: 767px) {
    .site-menu .collapsible-block {
        display: none;
    }
    .site-menu .collapsible-block .menu-scroll {
        height: calc(100vh - 243px);
        overflow: auto;
    }
    .fixed .site-menu .collapsible-block .menu-scroll {
        height: calc(100vh - 190px);
        overflow: auto;
    }
}

.site-menu .collapsible-block a {
    color: #b68d58;
}

.site-menu .collapsible-block a.lead {
    font-size: 36px;
}

@media (max-width: 1024px) {
    .site-menu .collapsible-block a.lead {
        font-size: 30px;
    }
}

.site-menu .logo {
    display: block;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    font-family: 'Great Vibes';
}

@media (max-width: 767px) {
    .site-menu .logo {
        font-size: 30px;
        max-width: 125px;
        margin: 0 auto;
    }

    .fixed .logo {
        width: 100px;
        height: 72px;
        overflow: hidden;
        margin: 0;
        color: transparent;
    }
}

.site-menu .logo span {
    font-size: 14px;
    display: block;
    font-family: "Open Sans", arial;
}

@media (max-width: 767px) {
    .site-menu .logo span {
        display: none;
    }
}

.site-menu .logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.site-menu .collapsible-block nav {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    font-size: 18px;
}

@media (max-height: 740px) and (min-width: 767px) {
    .site-menu .collapsible-block nav {
        margin-bottom: 15px;
    }
}

.site-menu .collapsible-block nav a {
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
}

.site-menu .collapsible-block nav a:hover,
.site-menu .collapsible-block nav a.active {
    color: #967c5b;
}

.site-menu .social-icons {
    margin-top: 30px;
}

@media (max-height: 740px) and (min-width: 767px) {
    .site-menu .divider {
        margin: 15px auto;
    }
    .site-menu .social-icons {
        margin-top: 5px;
    }
}


/*------------
Slider Styles
----------------*/

.slick-slide {
    overflow: hidden;
}

.slick-slide img {
    width: 100%;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    cursor: pointer;
    font-size: 30px;
    margin-top: -15px;
    color: rgba(255, 255, 255, 0.7);
    z-index: 100;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #ffffff;
}

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

@media (min-width: 768px) {
    .site-banner-area .slick-prev {
        left: 405px;
    }
    .slick-prev,
    .slick-next {
        font-size: 40px;
    }
}

.site-banner-area {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .site-banner-area {
        overflow: visible;
    }
}

.site-banner-area .icon-down-open {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    cursor: pointer;
    font-size: 60px;
    margin-left: -20px;
    color: rgba(255, 255, 255, 0.7);
    z-index: 100;
}

.site-banner-slider {
    min-height: 600px;
}

.gallery-block {
    background-color: #ebebeb;
    padding: 35px 0;
}

.gallery-block .divider {
    color: #967c5b;
    text-align: center;
    position: relative;
}

.gallery-block .divider span {
    background-color: #ebebeb;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 35px;
}

.gallery-block .divider:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    height: 1px;
    background-color: #967c5b;
}

.gallery .slick-slide img {
    height: 350px;
    width: auto;
}

.awards-slider-block {
    flex-grow: 1;
    position: relative;
}

.awards-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .awards-slider {
        position: relative;
    }
}

.slick-list,
.slick-track {
    height: 100%;
}

.awards-slider .slick-slide {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
}

.awards-slider .slick-slide img {
    display: none;
}

@media (max-width: 767px) {
    .awards-slider .slick-slide {
        background-image: none!important;
    }
    .awards-slider .slick-slide img {
        display: block;
    }
}

.awards-slider .slick-prev,
.awards-slider .slick-next {
    color: #868281;
}


/*------------
Main Content Styles
----------------*/

@media (min-width: 768px) and (max-width: 1199px) {
    .blocks > *:first-child {
        display: none!important;
    }
}

.site-content .block {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 35px;
    flex-grow: 1;
    position: relative;
    min-height: 300px;
}

.site-content iframe.block {
    padding: 0!important;
}

@media (max-width: 767px) {
    .site-content .block {
        padding: 15px;
    }
}

.site-content .block.dark {
    background-color: #202020;
    color: #ffffff;
}

.site-content .block.white {
    background-color: #ffffff;
}

.site-content .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-content .paralax-block {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../images/photos/home/gourmet-dishes-parallax.jpg');
    position: relative;
    padding: 100px 50px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 767px) {
    .site-content .paralax-block {
        padding: 15px;
    }
}

.site-content .paralax-block:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
}

.site-content .paralax-block > div {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
}

.read-more-link {
    text-align: right;
}

@media (max-width: 767px) {
    .read-more-link {
        text-align: left;
    }
}

.read-more {
    display: inline-block;
    color: #967c5b;
}

.read-more:after {
    content: '';
    display: inline-block;
    border-left: 20px solid #967c5b;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    vertical-align: bottom;
    transform: rotate(45deg) translateX(15px);
}

@media (max-width: 767px) {
    .read-more:after {
        font-family: "fontello";
        content: '\e806'; 
        border: none;
        vertical-align: middle;
        transform: none;
        font-size: 26px;
        margin-left: 10px;
    }
}


#content-area {
    position: relative;
    overflow: hidden;
    padding: 5px;
}

#content-area.open {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #202020;
    padding: 40px;
    z-index: 102;
}

@media (max-width: 767px) {
    #content-area.open {
        position: relative;
        padding: 5px 5px 50px;
    }
}

#content-area .icon-cancel {
    display: none;
}

#content-area.open .icon-cancel {
        position: absolute;
        right: 25px;
        display: block;
        font-size: 26px;
        cursor: pointer;
    }

@media (min-width: 768px) {
    #content-area.open .icon-cancel {
        top: 25px;
    }
}

@media (max-width: 767px) {
    #content-area.open .icon-cancel {
        bottom: 5px
    }
}

#content-area .read-more {
    display: inline-block;
    cursor: pointer;
}

#content-area.open .read-more {
    display: none;
}

#content-area .more-text {
    display: none;
}

#content-area.open .more-text {
    display: block;
}

.open #scrollable-content {
    height: calc(100% - 150px)
}

#content-area .jspVerticalBar {
    width: 11px;
}

#content-area .jspTrack {
    background-color: #909090;
}

#content-area .jspDrag {
    background-color: #ffffff;
}

#content-area h3 {
    color: #967c5b;
}


/*-------------
Accordion
-----------------*/

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

#accordion [data-toggle="collapse"] {
    border-bottom: 1px solid #967c5b;
    padding: 0 0 20px;
    margin-bottom: 20px;
    cursor: pointer;
    padding-right: 30px;
    position: relative;
}

#accordion [data-toggle="collapse"] i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -20px;
    font-size: 16px;
    color: #967c5b;
}

#accordion .collapse {
    padding-bottom: 40px;
    font-size: 14px;
    clear: both;
}

#accordion .collapse:before,
#accordion .collapse:after {
    content: "";
    display: table;
    line-height: 0;
}

#accordion .collapse:after {
    clear: both;
}

#accordion img {
    max-width: 40%;
    margin: 10px 20px 0 0;
    float: left;
}

@media (max-width: 479px) {
    #accordion img {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 0 10px;
    }
}


/*------------
Form Styles
----------------*/

.form-contact {
    display: block;
    margin: 10px 0;
}

.form-contact label {
    color: #967c5b;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.form-contact label small {
    font-size: 14px;
    font-weight: 400;
}

.form-contact input {
    border: 1px solid #967c5b;
    background-color: #444444;
    height: 40px;
    margin: 5px 0 0;
    padding: 5px;
    width: 100%;
    background-color: fff;
}

.form-contact input:focus,
.form-contact textarea:focus {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15) inset;
}

.form-contact select {
    border: 1px solid #967c5b;
    background: #fff;
    height: 40px;
    margin: 5px 1% 0 0;
    max-width: 100%;
    background-color: #fff;
}

.form-group {
    margin: 15px 0 10px;
}

.form-contact textarea {
    border: 1px solid #967c5b;
    background-color: #444444;
    font-family: "Open Sans", arial;
    margin: 5px 0 0;
    padding: 5px;
    width: 100%;
    background-color: fff;
}

.form-contact .has-error textarea,
.form-contact .has-error input,
.form-contact .has-error select,
.form-contact textarea.has-error,
.form-contact input.has-error,
.form-contact select.has-error {
    border: 1px solid #ff0000;
}

.form-contact .error {
    margin-top: 10px;
}


/*------------
Footer Styles
----------------*/

.site-footer {
    padding: 35px 0;
    background-color: #ebebeb;
    font-size: 14px;
    color: #202020
}

.site-footer a {
    color: #202020
}

.bottom-links a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .bottom-links span {
        display: block;
        width: 1px;
        overflow: hidden;
        height: 1px;
    }
}

.copyright {
    text-align: right;
}

@media (max-width: 767px) {
    .copyright {
        text-align: left;
        margin-top: 20px;
    }
}
