#wrapper, body {
    overflow: auto
}

h1, h2, h3 {
    margin-top: 0
}

h2, h4 {
    color: #545454
}

h1, h2, p {
    font-weight: 400
}

#jSplash, #jpreOverlay {
    background: #2F3238;
    width: 100%;
    height: 100%
}

#jSplash, body, html {
    height: 100%
}

.bold, .link, body, p {
    font-family: scala
}

.bold, .brand a, .selected1, .title, h1, h3, h4 {
    letter-spacing: 1px;
    text-transform: none
}

.bold, .brand a, .copyright, .selected1, .title, h1, h3, h4 {
    text-transform: none
}

@font-face {
    font-family: scala;
    font-style: normal;
    font-weight: 300;
    src: local('?'),url(../fonts/Scala.ttf) format('truetype')
}

body, html {
    margin: 0;
    padding: 0
}

body {
    width: 100%;
    font-size: 14px;
    color: #242424
}

iframe {
    border: 0;
    outline: 0
}

a:active, a:focus, a:hover {
    outline: 0;
    -moz-outline-style: none
}

#wrapper {
    width: 100%
}

.fullBg, .item, .spcontainer {
    overflow: hidden
}

h1 {
    font-size: 26px;
    color: #ffffff;
    padding-bottom: 12px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 20px
}

h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.5
}

p, p a {
    font-size: 16px;
    z-index: 9999999
}

p {
    color: #919191;
    line-height: 26px
}

    p span {
        color: #f32a2a
    }

    p a {
        color: black;
        font-size: 18px;
        line-height: 24px;
        text-decoration: none
    }

        p a:hover {
            color: #87754f;
            transition: .5s;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s
        }

a, span a {
    color: #fff;
    text-decoration: none
}

.link {
    font-weight: 700
}

.title {
    font-size: 20px;
    font-weight: 400;
    color: #545454
}

img {
    border: none
}

.selected1 {
    color: #f32a2a;
    font-size: 13px;
    padding: 0 12px
}

    .selected1:hover {
        color: #f32a2a;
        cursor: pointer
    }

.contentscroll {
    margin-top: 22px;
    margin-bottom: 10px;
    margin-right: 30px
}

#circle, #jpreSlide {
    position: absolute;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px
}

#jpreOverlay {
    position: absolute;
    z-index: 999999
}

#jSplash {
    position: absolute;
    z-index: 999997
}

#jpreSlide {
    top: 50% !important;
    left: 50% !important
}

#jpreLoader {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important
}

#jprePercentage {
    width: 50px;
    height: 50px !important;
    line-height: 50px;
    position: absolute !important;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 999998;
    font-size: 24px;
    color: #FFF;
    font-weight: 500;
    -webkit-animation: circle 1s infinite forwards;
    -moz-animation: circle 1s infinite forwards;
    -ms-animation: circle 1s infinite forwards;
    -o-animation: circle 1s infinite forwards;
    animation: circle 1s infinite forwards
}

#circle {
    top: 50%;
    left: 50%;
    z-index: 11;
    background: #E34834;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-animation: circle 1s infinite forwards;
    -moz-animation: circle 1s infinite forwards;
    -ms-animation: circle 1s infinite forwards;
    animation: circle 1s infinite forwards
}

#mask, .content, .item {
    height: 100%
}

@-webkit-keyframes circle {
    0%,100% {
        -webkit-transform: rotateY(0);
        -webkit-animation-timing-function: ease-in
    }

    50% {
        -webkit-transform: rotateY(180deg);
        -webkit-animation-timing-function: ease-out
    }
}

@-moz-keyframes circle {
    0% {
        -moz-transform: rotateY(0)
    }

    50% {
        -moz-transform: rotateY(180deg);
        -moz-animation-timing-function: ease-out
    }

    100% {
        -moz-transform: rotateY(0);
        -moz-animation-timing-function: ease-in
    }
}

@-ms-keyframes circle {
    0%,100% {
        -ms-transform: rotateY(0);
        -ms-animation-timing-function: ease-in
    }

    50% {
        -ms-transform: rotateY(180deg);
        -ms-animation-timing-function: ease-out
    }
}

@-o-keyframes circle {
    0%,100% {
        -o-transform: rotateY(0);
        -o-animation-timing-function: ease-in
    }

    50% {
        -o-transform: rotateY(180deg);
        -o-animation-timing-function: ease-out
    }
}

@keyframes circle {
    0%,100% {
        transform: rotateY(0);
        animation-timing-function: ease-in
    }

    50% {
        transform: rotateY(180deg);
        animation-timing-function: ease-out
    }
}

::-webkit-input-placeholder {
    color: #727272
}

:-moz-placeholder {
    color: #727272
}

::-moz-placeholder {
    color: #727272
}

:-ms-input-placeholder {
    color: #727272
}

.social_top {
    padding-top: 10px
}

.pad_top13 {
    padding-top: 13px
}

.pad_top20 {
    padding-top: 20px
}

.pad_top30 {
    padding-top: 30px
}

.pad_top50 {
    padding-top: 50px
}

.pad_bot20 {
    padding-bottom: 20px
}

.bold {
    color: #545454;
    font-size: 15px
}

.content_bold {
    font-weight: 400;
    color: #919191
}

.normal {
    font-weight: 600
}

.img_border {
    border: 4px solid #fff
}

.content_space {
    margin-top: 40px
}

.border_bottom {
    border-bottom: 1px dotted rgba(243,42,42,.9)
}

#mask {
    width: 500%
}

.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999
}

.item {
    width: 20%;
    float: left;
    display: inline-block
}

.fullBg {
    position: absolute;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 777
}

.panel {
    margin: 0;
    border: none;
    box-shadow: none
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: block;
}

.navbar-nav ul, .navbar-nav ul ul {
    display: none;
}

#header .navbar-nav li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    background: rgba(0,0,0,.5)
}

#header .navbar-nav ul > li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(0,0,0,.5)
}

#header .navbar-nav ul {
    padding: 0 15px
}

#mainheader {
    margin: 0 auto;
    line-height: 80px;
    background: rgba(17,17,17,.5);
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 15%
}

    #mainheader .menu-inner {
        height: 105px
    }

#header .brand {
    width: 193px;
}

#mainheader .navbar-nav li:hover > ul {
    display: block;
    position: absolute;
    bottom: 100%;
    background: rgba(0,0,0,.5)
}

#mainheader .navbar-nav ul > li:hover ul {
    display: block;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: rgba(0,0,0,.5)
}

.navbar-default {
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
    background: rgba(17,17,17,.95);
    border-radius: 0;
    border: 1px solid transparent
}

.mainheaderslide {
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
    position: absolute;
    bottom: 30px
}

.brand a {
    font-weight: 700;
    font-size: 34px;
    color: #fff
}

.brand span {
    color: #f32a2a;
    letter-spacing: 0;
    padding-right: 3px
}

.header_icons li {
    text-align: right;
    border-left: 1px #333 solid;
    display: inline;
    float: left;
    position: relative
}

li a:hover {
    color: #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    text-decoration: none
}

li a::after {
    position: absolute;
    top: 100%;
    left: 30%;
    width: 40%;
    height: 1px;
    background: 0 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    -moz-transition: opacity .3s,-moz-transform .3s;
    transition: opacity .3s,transform .3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px)
}

li a:focus::after, li a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.content_inner {
    padding-top: 125px;
    padding-left: 100px;
    height: 100%;
    float: left; /*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
}

.footer {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-image: url('../../assets/img/rota.png');
    width: 90px;
    height: 75px;
    z-index: 999
}

.copyright {
    padding: 5px 10px;
    font-size: 10px;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0,0,0,.8);
    letter-spacing: 2px
}

.days, .heading, .home_address, .toggle-header {
    letter-spacing: 1px
}

.home_address {
    font-size: 20px;
    line-height: 32px
}

.accura-social-icons.accura-small li a {
    width: 25px;
    height: 25px;
    font-size: 14px
}

    .accura-social-icons.accura-small li a i {
        width: 25px;
        height: 20px;
        line-height: 25px
    }

.accura-social-icons.accura-small.accura-jump li a i:first-child {
    top: -80px
}

.accura-social-icons.accura-small.accura-jump li a:hover i:last-child {
    top: 80px
}

.accura-section-header .accura-full-height {
    vertical-align: top
}

.accura-social-icons a, .accura-social-icons a:hover, .accura-social-icons-simple a, .accura-social-icons-simple a:hover {
    text-decoration: none;
    border: 0;
    overflow: hidden
}

.accura-social-icons-simple.accura-round-corners li a, .accura-social-icons.accura-round-corners li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.accura-social-icons-simple.accura-round li a, .accura-social-icons.accura-round li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.accura-social-icons-simple.accura-drop-shadow li a, .accura-social-icons.accura-drop-shadow li a {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.06);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.06);
    box-shadow: 0 1px 2px rgba(0,0,0,.06)
}

.accura-social-icons a, .accura-social-icons-simple a {
    padding: 0
}

.accura-social-icons {
    margin-bottom: 12px
}

    .accura-social-icons li {
        margin: 0 8px 8px 0
    }

        .accura-social-icons li:last-child {
            margin-right: 0
        }

        .accura-social-icons li a {
            display: block;
            position: relative;
            border-width: 0;
            font-size: 18px;
            width: 42px;
            height: 42px;
            -webkit-transition: all .4s ease-in-out 0s;
            -moz-transition: all .4s ease-in-out 0s;
            -ms-transition: all .4s ease-in-out 0s;
            -o-transition: all .4s ease-in-out 0s;
            transition: all .4s ease-in-out 0s
        }

            .accura-social-icons li a i {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 42px;
                height: 42px;
                line-height: 42px;
                text-align: center;
                -webkit-transition: top .4s ease-in-out 0s;
                -moz-transition: top .4s ease-in-out 0s;
                -ms-transition: top .4s ease-in-out 0s;
                -o-transition: top .4s ease-in-out 0s;
                transition: top .4s ease-in-out 0s
            }

.sptext, .sptext span {
    -webkit-transition: .6s
}

.accura-social-icons.accura-stacked li {
    margin: 0 4px
}

.accura-social-icons.accura-bordered li {
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
    -webkit-backface-visibility: hidden
}

.accura-social-icons.accura-jump li a i:last-child, .accura-social-icons.accura-jump li a:hover i:first-child, .accura-social-icons.accura-small.accura-jump li a i:last-child, .accura-social-icons.accura-small.accura-jump li a:hover i:first-child {
    top: 0
}

.accura-social-icons-simple.accura-active li a.accura-social-icon-gplus, .accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-gplus, .accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-gplus, .accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-gplus {
    color: #9e3023 !important
}

.accura-social-icons-simple.accura-active li a.accura-social-icon-linkedin, .accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-linkedin, .accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-linkedin, .accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-linkedin {
    color: #0a6594 !important
}

.accura-social-icons-simple.accura-active li a.accura-social-icon-pinterest, .accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-pinterest, .accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-pinterest, .accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-pinterest {
    color: #a9272f !important
}

.accura-social-icons-simple.accura-active li a.accura-social-icon-twitter, .accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-twitter, .accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-twitter, .accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-twitter {
    color: #1ca3db !important
}

.accura-social-icons-simple.accura-active li a.accura-social-icon-facebook, .accura-social-icons-simple.accura-active.accura-base li a.accura-social-icon-facebook, .accura-social-icons-simple.accura-colored li a:hover.accura-social-icon-facebook, .accura-social-icons-simple.accura-colored.accura-base li a:hover.accura-social-icon-facebook {
    color: #395793 !important
}

.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-gplus, .accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-gplus {
    color: #771d15 !important
}

.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-linkedin, .accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-linkedin {
    color: #09466b !important
}

.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-pinterest, .accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-pinterest {
    color: #821c22 !important
}

.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-twitter, .accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-twitter {
    color: #1679b3 !important
}

.accura-social-icons-simple.accura-active li a:hover.accura-social-icon-facebook, .accura-social-icons-simple.accura-active.accura-base li a:hover.accura-social-icon-facebook {
    color: #2b4170 !important
}

.accura-social-icons.accura-active li a.accura-social-icon-gplus, .accura-social-icons.accura-colored li a:hover.accura-social-icon-gplus {
    color: #9e3023 !important
}

.accura-social-icons.accura-active li a.accura-social-icon-linkedin, .accura-social-icons.accura-colored li a:hover.accura-social-icon-linkedin {
    color: #0a6594 !important
}

.accura-social-icons.accura-active li a.accura-social-icon-pinterest, .accura-social-icons.accura-colored li a:hover.accura-social-icon-pinterest {
    color: #a9272f !important
}

.accura-social-icons.accura-active li a.accura-social-icon-twitter, .accura-social-icons.accura-colored li a:hover.accura-social-icon-twitter {
    color: #1ca3db !important
}

.accura-social-icons.accura-active li a.accura-social-icon-facebook, .accura-social-icons.accura-colored li a:hover.accura-social-icon-facebook {
    color: #395793 !important
}

.accura-social-icons.accura-active li a:hover.accura-social-icon-gplus {
    color: #771d15 !important
}

.accura-social-icons.accura-active li a:hover.accura-social-icon-linkedin {
    color: #09466b !important
}

.accura-social-icons.accura-active li a:hover.accura-social-icon-pinterest {
    color: #821c22 !important
}

.accura-social-icons.accura-active li a:hover.accura-social-icon-twitter {
    color: #1679b3 !important
}

.accura-social-icons.accura-active li a:hover.accura-social-icon-facebook {
    color: #2b4170 !important
}

.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-gplus, .accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-gplus {
    color: #9e3023 !important
}

.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-linkedin, .accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-linkedin {
    color: #0a6594 !important
}

.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-pinterest, .accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-pinterest {
    color: #a9272f !important
}

.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-twitter, .accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-twitter {
    color: #1ca3db !important
}

.accura-social-icons.accura-jump.accura-active li a i:last-child.icon-facebook, .accura-social-icons.accura-jump.accura-colored li a i:first-child.icon-facebook {
    color: #395793 !important
}

.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-gplus {
    color: #771d15 !important
}

.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-linkedin {
    color: #09466b !important
}

.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-pinterest {
    color: #821c22 !important
}

.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-twitter {
    color: #1679b3 !important
}

.accura-social-icons.accura-jump.accura-active li a i:first-child.icon-facebook {
    color: #2b4170 !important
}

.accura-social-icons.accura-active-bg li a.accura-social-icon-gplus, .accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-gplus {
    background: #9e3023 !important
}

.accura-social-icons.accura-active-bg li a.accura-social-icon-linkedin, .accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-linkedin {
    background: #0a6594 !important
}

.accura-social-icons.accura-active-bg li a.accura-social-icon-pinterest, .accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-pinterest {
    background: #a9272f !important
}

.accura-social-icons.accura-active-bg li a.accura-social-icon-twitter, .accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-twitter {
    background: #1ca3db !important
}

.accura-social-icons.accura-active-bg li a.accura-social-icon-facebook, .accura-social-icons.accura-colored-bg li a:hover.accura-social-icon-facebook {
    background: #395793 !important
}

.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-gplus {
    background: #771d15 !important
}

.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-linkedin {
    background: #09466b !important
}

.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-pinterest {
    background: #821c22 !important
}

.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-twitter {
    background: #056ebf !important
}

.accura-social-icons.accura-active-bg li a:hover.accura-social-icon-facebook {
    background: #233a74 !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-gplus, .accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-gplus {
    background: #9e3023 !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-linkedin, .accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-linkedin {
    background: #0a6594 !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-pinterest, .accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-pinterest {
    background: #a9272f !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-twitter, .accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-twitter {
    background: #1ca3db !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:last-child.icon-facebook, .accura-social-icons.accura-jump-bg.accura-colored-bg li a i:first-child.icon-facebook {
    background: #395793 !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-gplus {
    background: #771d15 !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-linkedin {
    background: #09466b !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-pinterest {
    background: #821c22 !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-twitter {
    background: #1679b3 !important
}

.accura-social-icons.accura-jump-bg.accura-active-bg li a i:first-child.icon-facebook {
    background: #2b4170 !important
}

#boxgallery .panel {
    border: 0
}

.boxesFx-header {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    max-width: 500px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header_details {
    position: absolute;
    z-index: 999;
    top: 44%;
    right: 25%;
    width: 100%
}

.urun_baslik {
    font-size: 90px;
    color: #86754d;
    text-align: left;
    text-shadow: 2px 2px 2px rgba(0,0,0,.1);
    font-weight: 400
}

    .urun_baslik h2 {
        font-size: 40px;
        color: #86754d;
        text-align: left;
        left: 0;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400;
    }

        .urun_baslik h2:first-letter {
            font-size: 60px;
            color: #86754d;
            text-align: left;
            left: 0;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }


.call {
    font-size: 90px;
    color: #fff;
    text-align: left;
    margin-top: 150px;
    text-shadow: 2px 2px 2px rgba(0,0,0,.1);
    font-weight: 400
}

    .call h1 {
        font-size: 90px;
        color: #fff;
        text-align: center;
        margin-left: 150px;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400;
    }

    .call h2 {
        font-size: 70px;
        color: #fff;
        text-align: left;
        margin-left: 200px;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400;
    }

        .call h2:first-letter {
            font-size: 90px;
            color: #fff;
            text-align: left;
            margin-left: 50px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

    .call h3 {
        font-size: 50px;
        color: #fff;
        text-align: left;
        margin-left: 375px;
        margin-bottom: -20px;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400
    }

    .call h4 {
        font-size: 50px;
        color: #fff;
        text-align: left;
        margin-left: 450px;
        margin-top: -30px;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400
    }


@media (min-width:768px) and (max-width:1024px) {
    .call {
        font-size: 60px;
        color: #fff;
        text-align: left;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400
    }

        .call h1 {
            font-size: 40px;
            color: #fff;
            text-align: center;
            margin-left: 150px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

        .call h2 {
            font-size: 30px;
            color: #fff;
            text-align: left;
            margin-left: 110px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

            .call h2:first-letter {
                font-size: 60px;
                color: #fff;
                text-align: left;
                margin-left: 110px;
                text-shadow: 2px 2px 2px rgba(0,0,0,.1);
                font-weight: 400;
            }

        .call h3 {
            font-size: 20px;
            color: #fff;
            text-align: left;
            margin-top: 250px;
            margin-left: 275px;
            margin-bottom: -20px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400
        }

        .call h4 {
            font-size: 20px;
            color: #fff;
            text-align: left;
            margin-left: 300px;
            margin-top: -20px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400
        }
}

@media (min-width:481px) and (max-width:767px) {
    .call {
        font-size: 50px;
        color: #fff;
        text-align: left;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400;
    }

        .call h1 {
            font-size: 50px;
            color: #fff;
            text-align: center;
            margin-left: 150px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

        .call h2 {
            font-size: 20px;
            color: #fff;
            text-align: left;
            margin-left: 165px;
            margin-bottom:20px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

            .call h2:first-letter {
                font-size: 50px;
                color: #fff;
                text-align: left;
                margin-left: 165px;
                text-shadow: 2px 2px 2px rgba(0,0,0,.1);
                font-weight: 400;
            }

        .call h3 {
            font-size: 20px;
            color: #fff;
            text-align: left;
            margin-top: -250px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400
        }

        .call h4 {
            font-size: 20px;
            color: #fff;
            text-align: left;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400
        }
}

@media (min-width:321px) and (max-width:480px) {
    .call {
        font-size: 50px;
        color: #fff;
        text-align: left;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400
    }

        .call h1 {
            font-size: 50px;
            color: #fff;
            text-align: center;
            margin-left: 150px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

        .call h2 {
            font-size: 20px;
            color: #fff;
            text-align: left;
            margin-left: 50px;
            margin-bottom: 20px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

            .call h2:first-letter {
                font-size: 50px;
                color: #fff;
                text-align: left;
                margin-left: 50px;
                text-shadow: 2px 2px 2px rgba(0,0,0,.1);
                font-weight: 400;
            }

        .call h3 {
            font-size: 20px;
            color: #fff;
            text-align: left;
            margin-top: -150px;
            margin-left: 150px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400
        }

        .call h4 {
            font-size: 20px;
            color: #fff;
            text-align: left;
            margin-left: 175px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400
        }
}

@media (min-width:240px) and (max-width:320px) {
    .call {
        font-size: 50px;
        color: #fff;
        text-align: right;
        text-shadow: 2px 2px 2px rgba(0,0,0,.1);
        font-weight: 400
    }

        .call h1 {
            font-size: 50px;
            color: #fff;
            text-align: center;
            margin-left: 150px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

        .call h2 {
            font-size: 30px;
            color: #fff;
            text-align: center;
            margin-left: 50px;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400;
        }

            .call h2:first-letter {
                font-size: 50px;
                color: #fff;
                text-align: center;
                margin-left: 50px;
                text-shadow: 2px 2px 2px rgba(0,0,0,.1);
                font-weight: 400;
            }

        .call h3 {
            font-size: 20px;
            color: #fff;
            text-align: center;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400
        }

        .call h4 {
            font-size: 20px;
            color: #fff;
            text-align: center;
            text-shadow: 2px 2px 2px rgba(0,0,0,.1);
            font-weight: 400
        }
}

.cbp-ig-grid li, .specials-round h4, .spmenu, .spmenu i, .spmenu:before {
    text-align: center
}

.header_icons {
    z-index: 999;
    float: left
}

.circle {
    background: rgba(51,51,51,.9);
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.header_icons ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    .header_icons ul li {
        display: inline;
        margin-right: 5px
    }

.header_icons li a {
    padding: 0;
    float: none;
    text-align: center
}

    .header_icons li a:after {
        background: 0 0
    }

    .header_icons li a i {
        font-size: 23px;
        line-height: 60px;
        color: #fff
    }

.button, .days {
    font-size: 13px;
    font-family: scala;
    text-transform: none
}

.content_overlay {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    color: #fff;
    background: rgba(255,255,255,.95);
    position: fixed;
    z-index: 0
}

.toprak_overlay {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    color: #fff;
    background: rgba(255,255,255,.95);
    position: fixed;
    z-index: 0
}

.uzum_overlay {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    color: #fff;
    background: rgba(255,255,255,.95);
    position: fixed;
    z-index: 0
}

.content_overlay_ceyrek {
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    color: #fff;
    background: rgba(255,255,255,.95);
    position: fixed;
    z-index: 0
}

.content_overlay_fullwidth, .content_overlay_three_fourth {
    height: 100%;
    display: block;
    color: #fff;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0
}

.content_overlay_fullwidth {
    width: 100%;
    background: rgba(255,255,255,.55)
}

.fullwidth .content_inner {
    padding-left: 0
}

.content_overlay_three_fourth {
    width: 70%;
    background: rgba(255,255,255,.95)
}

#galleryss, .gal-top {
    position: absolute;
    width: 100%
}

.testimonial_tweets .quotes {
    color: #bababa
}

.author {
    color: #545454;
    font-weight: 600
}

    .author span {
        font-weight: 400;
        color: #545454
    }

.sub_title h4 {
    margin-top: 0;
    margin-bottom: 15px
}

.hour_table {
    margin-bottom: 40px;
    color: #919191
}

.right_content {
    margin-left: 25px
}

.hour_table tr {
    color: #acabab
}

.hour_table td {
    font-family: scala;
    padding: 10px 15px 10px 0;
    border: none
}

.days {
    color: #f32a2a
}

.button {
    background: rgba(134,117,79,.95);
    color: #fff;
    border-style: none;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    clear: both;
    font-weight: 400;
    border-radius: 3px;
    line-height: 24px
}

    .button:hover {
        color: #fff;
        background: #727272
    }

#menu1 .title-splider {
    padding-bottom: 5px
}

.home3 .title-splider, .title-splider {
    padding-bottom: 0
}

.title-splider {
    width: 80%
}

    .title-splider h4 {
        margin-bottom: 5px;
        text-transform: none
    }

    .title-splider .left {
        width: auto
    }

    .title-splider .right {
        width: 8%;
        padding-left: 10px
    }

.left {
    float: left
}

.right {
    float: right
}

.menu_content {
    margin-bottom: 40px
}

.home3 .title-splider h4 {
    margin-top: 0;
    padding-bottom: 0
}

.menu_big img {
    width: 135px;
    height: 111px
}

.menu_small img {
    width: 90px;
    height: 77px
}

#services .title-splider {
    width: 95%
}

.toggle-container {
    margin: 3px 0;
    width: auto
}

.toggle-content {
    width: 100%;
    height: auto;
    display: none;
    padding: 0 10px 25px;
    background-repeat: repeat;
    margin: 3px 0;
    background: rgba(0,0,0,.01)
}

.toggle-header {
    width: 100%;
    background: rgba(51,51,51,.98);
    font-size: 16px;
    font-weight: 100;
    line-height: 49px;
    text-decoration: none;
    text-transform: none;
    color: #b9b9b9
}

.toggle-close .toggle-header {
    background: rgba(84,84,84,.98)
}

.toggle-open {
    background: url(../img/plus.png) 97% center no-repeat;
    padding-left: 15px
}

.toggle-close {
    background: url(../img/minus1.png) 97% center no-repeat rgba(84,84,84,.98);
    color: #fff;
    padding-left: 15px
}

.toggle-header:hover {
    background: rgba(84,84,84,.98);
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

    .toggle-header:hover .toggle-open {
        background: url(../img/plus-over1.png) 97% center no-repeat
    }

.gap {
    clear: both;
    padding-top: 20px
}

.heading {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    text-transform: none;
    color: #545454;
    text-decoration: none
}

.specials-round {
    width: 20%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f32a2a;
    margin: 15px 0;
    float: left
}

    .specials-round h4 {
        color: #fff;
        margin-top: 20px
    }

#specials .heading {
    width: 100%;
    clear: both
}

.specials-content {
    float: left;
    width: 80%;
    padding: 15px 0 15px 15px
}

    .specials-content h4 {
        margin-top: 0;
        margin-bottom: 10px
    }

#loungebar h4 {
    margin-top: 0
}

#loungebar .title {
    margin-bottom: 10px
}

#chefbio .accura-social-icons.accura-small li a {
    width: 40px;
    height: 40px;
    font-size: 12px
}

    #chefbio .accura-social-icons.accura-small li a i {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

#chefbio .header_icons li a i {
    font-size: 16px
}

#chefbio .header_icons ul li {
    margin: 2px
}

blockquote {
    font-size: 17px;
    color: #919191
}

    blockquote p {
        line-height: 24px
    }

.quotes {
    font-size: 20px;
    font-weight: 600;
    color: #919191;
    font-family: scala
}

.location-phone, .location-street {
    color: #656565;
    letter-spacing: 1px
}

.cbp-ig-grid {
    list-style: none;
    padding: 0 0 50px;
    width: 90%;
    margin: 0 auto
}

    .cbp-ig-grid:after, .cbp-ig-grid:before {
        clear: both
    }

    .cbp-ig-grid li {
        width: 50%;
        float: left;
        height: 180px;
        border-right: 1px solid #eaeaea;
        padding: 30px 0;
        background: rgba(255,255,255,.7);
        -webkit-transition-duration: .8s;
        -moz-transition-duration: .8s;
        transition-duration: .8s
    }

        .cbp-ig-grid li:hover {
            background: #FFF;
            cursor: pointer;
            -webkit-transition-duration: .8s;
            -moz-transition-duration: .8s;
            transition-duration: .8s
        }

        .cbp-ig-grid li img {
            opacity: 1;
            margin: auto
        }

        .cbp-ig-grid li:last-child, .cbp-ig-grid li:nth-child(2n), .cbp-ig-grid li:nth-child(4) {
            border-right: none
        }

        .cbp-ig-grid li:nth-child(4n), .cbp-ig-grid li:nth-child(5n-2) {
            border-top: 1px solid #eaeaea
        }

.location_content h3 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.6
}

.pd_btn, .pd_list {
    margin-top: 20px
}

.location_content h3 i {
    margin-right: 5px;
    font-size: 25px
}

.location_content {
    width: 100%;
    line-height: 24px
}

.location-street {
    font-family: scala;
    padding-bottom: 10px;
    text-transform: none
}

.location-phone {
    padding-bottom: 20px
}

.location-cateringlink {
    font-family: scala;
    color: #919191;
    padding-bottom: 20px
}

.location-phone i {
    margin-right: 5px;
    color: #f32a2a
}

.location-btns a {
    float: right;
    margin-bottom: 15px
}

#catering .title, #privatedining .title, .date_mar {
    margin-bottom: 20px
}

.map-link {
    padding-bottom: 30px
}

.pd_list ul {
    padding: 0;
    list-style: none
}

    .pd_list ul li {
        font-family: scala;
        color: #212121;
        font-size: 18px;
        padding-top: 25px;
        line-height: 22px
    }

input:in-range, input:invalid, input:out-of-range, input:valid {
    border: transparent;
    height: 35px;
    line-height: 35px;
    background: #fff
}

.pd_list ul li i {
    margin-right: 5px;
    color: #f32a2a
}

#galleryss {
    z-index: 778
}

.gal-top {
    top: 0;
    margin-top: 120px;
    z-index: 779
}

.galleft, .galright {
    float: left
}

.galheading {
    position: relative;
    width: 82%;
    text-align: right
}

#contact_form label.error, #reservation_form label.error {
    text-align: left;
    font-family: scala
}

.gallery .content {
    position: absolute
}

#filtergallery .contentscroll, #gallerywithoutfilter .contentscroll {
    margin-top: 0
}

.prettygalheading {
    z-index: 999
}

input:invalid, input:out-of-range {
    border-radius: 3px
}

input:in-range, input:valid {
    margin-right: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #727272;
    padding-left: 10px
}

.reserve_form input[type=text] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: transparent;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #727272;
    padding-left: 10px
}

.reserve_form input[name=dt] {
    width: 100%;
    margin-bottom: 0
}

#reservation_form .input-group-addon {
    background: rgba(0,0,0,.1);
    border: 1px solid transparent
}

.input-group {
    width: 60%
}

.reserve_form textarea {
    width: 100%;
    height: 70px;
    border: transparent;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #727272;
    padding-left: 10px;
    padding-top: 10px
}

.reserve_form .submitBtn {
    border-style: none;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    display: block;
    float: left;
    width: auto;
    padding: 0 15px;
    margin: 1px auto 20px;
    cursor: pointer;
    position: relative;
    outline: 0;
    clear: both;
    color: #FFF;
    background: #98c521;
    text-transform: none
}

    .reserve_form .submitBtn:hover {
        color: #fff;
        background: #727272
    }

    .reserve_form .submitBtn:focus {
        box-shadow: none
    }

.reserve_title {
    font-size: 22px;
    color: #000;
    text-decoration: none;
    clear: both;
    margin: 0 0 35px;
    padding-top: 5px
}

#reservation_form input, #reservation_form textarea {
    width: 100%;
    font-size: 16px;
    color: #a5a5a5;
    background: rgba(0,0,0,.1)
}

.reserve_form input:focus, .reserve_form textarea:focus, input:valid:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(243,42,42,.8);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(243,42,42,.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(243,42,42,.8)
}

#reservation_form .submitBtn:focus, .cont_form .submitBtn:focus {
    box-shadow: none
}

#reservation_form {
    display: block;
    width: 100%
}

    #reservation_form input {
        height: 48px;
        line-height: 45px;
        padding-left: 10px;
        border: transparent;
        border-radius: 3px
    }

        #reservation_form input[type=text], #reservation_form textarea {
            font-family: scala
        }

    #reservation_form textarea {
        padding: 8px;
        height: 145px;
        border: transparent;
        margin: 4px 0 12px;
        border-radius: 3px
    }

    #reservation_form .submitBtn {
        font-family: scala;
        border-style: none;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        display: block;
        width: auto;
        padding: 0 20px;
        margin: 20px auto;
        cursor: pointer;
        text-transform: none;
        position: relative;
        outline: 0;
        clear: both;
        color: #FFF;
        background: #f32a2a
    }

        #reservation_form .submitBtn:hover {
            color: #fff;
            background: #727272
        }

    #reservation_form label {
        float: left;
        padding-top: 10px;
        margin: 0
    }

        #reservation_form label.error {
            color: red;
            position: relative;
            font-size: 11px;
            font-weight: 500;
            top: -8px
        }

        #reservation_form label.valid {
            color: #33a532
        }

.left_content {
    margin-left: -15px
}

.right_content .title {
    margin-bottom: 20px
}

.left_content p {
    font-size: 13px;
    color: #f32a2a;
    line-height: 24px
}

.right_content p {
    font-size: 16px;
    font-weight: 400
}

#email, #surname {
    left: 10px;
    top: 20px
}

form div {
    position: relative
}

form label {
    position: absolute;
    cursor: text
}

#contact_form .submitBtn, .cont_form .submitBtn {
    display: block;
    cursor: pointer;
    clear: both;
    outline: 0
}

.address {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0
}

.phone, a.mail-text {
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none
}

.address i {
    color: #f32a2a;
    font-size: 26px
}

.phone {
    font-size: 15px;
    color: #545454;
    margin: 10px 15px 10px 0
}

    .phone i {
        color: #f32a2a;
        font-size: 24px;
        text-transform: none
    }

a.mail-text {
    font-size: 15px;
    text-decoration: none;
    color: #545454
}

    a.mail-text:hover {
        text-decoration: none;
        color: #f32a2a
    }

.mail-text i {
    margin-right: 10px;
    font-size: 20px;
    color: #f32a2a
}

#map_canvas {
    z-index: 0;
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0
}

.content_text {
    z-index: 3
}

.cont_form input[type=text] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: transparent;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #727272;
    padding-left: 10px
}

.cont_form input[name=dt] {
    width: 100%;
    margin-bottom: 0
}

.cont_form p {
    width: 50%;
    margin-bottom: 0
}

.cont_form textarea {
    width: 100%;
    height: 70px;
    border: transparent;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #727272;
    padding-left: 10px;
    padding-top: 10px
}

.cont_form .submitBtn {
    border-style: none;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    float: left;
    width: auto;
    padding: 0 15px;
    margin: 1px auto 20px;
    position: relative;
    color: #FFF;
    background: #98c521;
    text-transform: none
}

    .cont_form .submitBtn:hover {
        color: #fff;
        background: #727272
    }

#contact_form input, #contact_form textarea {
    width: 50%;
    font-size: 16px;
    color: #a5a5a5;
    background: rgba(0,0,0,.1)
}

.cont_form input:focus, .cont_form textarea:focus, input:valid:focus {
    border: 0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(243,42,42,.8);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(243,42,42,.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(243,42,42,.8)
}

#contact_form {
    display: block;
    width: 100%
}

    #contact_form input {
        height: 48px;
        line-height: 45px;
        padding-left: 10px;
        border: transparent;
        border-radius: 3px
    }

        #contact_form input[type=text], #contact_form textarea {
            font-family: scala
        }

    #contact_form textarea {
        padding: 8px;
        height: 145px;
        border: transparent;
        margin: 4px 0 12px;
        border-radius: 3px
    }

    #contact_form .submitBtn {
        font-family: scala;
        border-style: none;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        width: auto;
        padding: 0 20px;
        margin: 20px auto;
        text-transform: none;
        position: relative;
        color: #FFF;
        background: #f32a2a
    }

        #contact_form .submitBtn:hover {
            color: #fff;
            background: #727272
        }

        #contact_form .submitBtn:focus {
            box-shadow: none
        }

    #contact_form label {
        float: left;
        padding-top: 10px;
        margin: 0
    }

        #contact_form label.error {
            color: red;
            position: relative;
            font-size: 11px;
            font-weight: 500;
            top: -8px
        }

        #contact_form label.valid {
            color: #33a532
        }

.spmenu span {
    font-family: scala;
    font-size: 18px;
    text-transform: none;
    color: #fff;
    font-weight: 100;
    display: table-cell;
    vertical-align: middle
}

.sptext {
    -ms-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

    .spmenu, .sptext span {
        -ms-transition: .6s;
        -moz-transition: .6s
    }

    .sptext span {
        font-size: 13px;
        transition: .6s
    }

.spcontainer {
    padding: 0;
    margin: 0;
    height: 90px;
    width: 430px;
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0
}

.spmenu1, .spmenu2 {
    z-index: 144;
    top: 20px
}

.spmenu1 {
    left: 15px;
    -ms-transform: rotate(357deg);
    -webkit-transform: rotate(357deg);
    transform: rotate(357deg)
}

    .spmenu1.forefront {
        top: 20px;
        left: 15px;
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

.spmenu2 {
    left: 130px;
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
}

    .spmenu2.forefront {
        left: 130px;
        top: 20px;
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

.spmenu3 {
    top: 20px;
    left: 250px;
    -ms-transform: rotate(357deg);
    -webkit-transform: rotate(357deg);
    transform: rotate(357deg);
    z-index: 143
}

    .spmenu3.forefront {
        left: 250px;
        top: 20px;
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

.spmenu {
    width: 150px;
    height: 60px;
    background: rgba(243,42,42,.95);
    color: #fff;
    position: absolute;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 10px 2px 8px rgba(0,0,0,.2);
    -webkit-transition: .6s;
    transition: .6s;
    display: table;
    border: 0;
    outline: 0
}

    .spmenu.forefront {
        height: 65px;
        width: 170px;
        -ms-transition: .6s;
        -moz-transition: .6s;
        -webkit-transition: .6s;
        transition: .6s;
        z-index: 155
    }

    .spmenu i {
        font-size: 35px;
        color: rgba(0,0,0,.1);
        position: relative;
        padding-left: 5px;
        padding-right: 10px
    }

    .spmenu.forefront .sptext {
        font-size: 20px
    }

    .spmenu.forefront i {
        font-size: 40px
    }

    .spmenu:before {
        content: "";
        position: absolute;
        right: 45%;
        top: 99%;
        width: 0;
        height: 0;
        border-top: 17px solid #f32a2a;
        border-right: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 0 solid transparent;
        -webkit-filter: drop-shadow(4px 2px 4px rgba(0,0,0,.2));
        -moz-filter: drop-shadow(4px 2px 4px rgba(0,0,0,.2));
        -ms-filter: drop-shadow(4px 2px 4px rgba(0,0,0,.2));
        -o-filter: drop-shadow(4px 2px 4px rgba(0,0,0,.2));
        filter: drop-shadow(4px 2px 4px rgba(0, 0, 0, .2))
    }

.yt-background {
    z-index: 998;
    background: no-repeat fixed #333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.mbYTP_wrapper {
    z-index: 779 !important;
    background: #000
}

.mobile .mbYTP_wrapper, .tablet .mbYTP_wrapper {
    z-index: -1 !important
}

.mobile .yt-controls, .tablet .yt-controls {
    display: none
}

.yt-controls {
    margin-top: 10px;
    position: absolute;
    text-align: right;
    z-index: 999
}

    .yt-controls a {
        display: inline-block;
        color: #fff;
        width: 20px
    }

        .yt-controls a:hover {
            color: #89d460
        }

.vjs-tech {
    z-index: 999
}

.video-container {
    z-index: 998;
    position: absolute;
    width: 100%;
    height: 100%
}

#home iframe {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none
}

#home_slider .header_details, #home_video .header_details {
    height: 100%
}

#home_videos .header_details {
    margin-top: 2%
}

#video1 iframe {
    width: 800px !important;
    background: 0 0;
    border: none
}

.modal-backdrop.in {
    z-index: 0
}

.modaltext {
    position: absolute;
    top: 0
}

.modal {
    background: rgba(0,0,0,.8);
    overflow-y: hidden;
    z-index: 999999
}

.lightbox .modal-content, .lightbox2 .modal-content, .lightbox3 .modal-content {
    background: 0 0;
    border: none;
    box-shadow: none;
    vertical-align: middle
}

.modal-body {
    padding: 0;
    position: relative
}

.lightbox .modal-dialog {
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    height: 100%
}

.lightbox .modal-content {
    margin: 0 auto;
    display: table-cell
}

.lightbox .close {
    position: relative;
    top: 17px
}

.lightbox .spimg {
    width: 100%;
    height: auto
}

.lightbox2 .modal-dialog {
    display: table;
    margin: 0 auto;
    vertical-align: middle;
    height: 100%;
    padding: 0
}

.lightbox2 .modal-content {
    margin: 0 auto;
    display: table-cell
}

.lightbox2 .close {
    position: relative;
    top: -17px
}

.lightbox3 .modal-dialog {
    width: 50% !important;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lightbox3 .modal-content {
    text-align: inherit;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.lightbox3 .menuscroll {
    margin: 0;
    height: 100%
}

.lightbox3 .modal-body {
    background: rgba(0,0,0,.95);
    height: 100%
}

.lightbox3 .content_overlay {
    position: relative;
    width: 100%;
    margin-top: 0;
    padding: 25px
}

.lightbox3 .close {
    position: relative;
    top: -17px
}

.lightbox3 .nicescroll-rails {
    left: 97% !important
}

.lightbox3 .contentscroll {
    height: 90%;
    overflow: auto
}

.modal {
    overflow: auto !important
}

.lightbox .close, .lightbox2 .close, .lightbox3 .close {
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(243,42,42,.95);
    color: #fff;
    right: -17px;
    z-index: 1032;
    text-align: center;
    outline: 0;
    font-size: 18px
}

@media (min-width:1201px) and (max-width:1400px) {
    .three_fourth .content_inner {
        padding-left: 110px
    }

    #galleryhalfwidth .project-overlay h3 {
        font-size: 17px
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .three_fourth .content_inner {
        padding-left: 110px
    }

    #galleryhalfwidth .project-overlay h3 {
        font-size: 17px
    }

    .address, .phone {
        font-size: 13px;
        line-height: 30px
    }

    a.mail-text {
        font-size: 12px
    }
}

@media (max-width:990px) {
    #galleryss, .mainheaderslide {
        position: inherit
    }

    .content_overlay, .content_overlay_three_fourth {
        height: 100%;
        width: 100%
    }

    .mainheaderslide {
        bottom: auto
    }

    #header, #mainheader {
        position: absolute
    }

    #supersized, #thumb-tray {
        position: fixed !important
    }

    .gal-top {
        margin-top: 110px
    }

        .gal-top .galheading {
            top: 0;
            text-align: left
        }

    .content_overlay {
        opacity: .89
    }

    .content_inner {
        padding-top: 20px;
        padding-left: 0
    }

    .right_content {
        margin-left: -15px
    }

    .main-nav {
        height: 90%;
        display: none;
    }

    .home3 img {
        margin-bottom: 10px
    }

    .header_details {
        z-index: 9999;
        width: 100%
    }

    .header_icons ul {
        display: table;
        clear: both
    }

    #mainheader {
        line-height: inherit;
        top: 0;
        bottom: auto;
        z-index: 99999
    }

    .home3 .col-md-10, .home3 .col-md-9 {
        padding-right: 0;
        padding-left: 0
    }

    .sub_title h4 {
        margin-top: 30px
    }

    .location-btns {
        padding-top: 30px
    }

        .location-btns a {
            float: left
        }

    .empty {
        display: none
    }

    .yt-controls {
        position: fixed;
        top: 10%
    }

    #home_videos .header_details {
        position: absolute;
        margin-top: 80px
    }
}

@media (min-width:768px) and (max-width:990px) {
    .contentscroll {
        margin-right: 23px
    }

    #header .menu-inner, #mainheader .menu-inner {
        height: 85px
    }

    #header {
        display: block
    }

    .call {
        font-size: 26px
    }

    .lightbox3 .nicescroll-rails {
        left: 95% !important
    }

    .empty {
        display: none
    }
}

@media (max-width:767px) and (orientation :landscape) {
    #mainheader .menu-inner {
        height: 70px !important
    }

    #nav ul {
        float: left
    }

    #header .menu-inner {
        height: 70px
    }

    .menu-inner .brand {
        padding: 9px 0
    }

    .brand a {
        font-size: 26px;
        line-height: 54px
    }

    .menu-inner .nav-toggle {
        top: 23px !important;
    }

    .header_details {
        margin-top: 75px
    }

    .header_icons li a i {
        font-size: 18px
    }

    .boxgallery > nav span {
        top: 60%;
        height: 50px
    }

    .accura-social-icons.accura-small li a {
        width: 40px;
        height: 40px
    }

        .accura-social-icons.accura-small li a i {
            width: 40px;
            height: 40px;
            line-height: 40px
        }

    .call {
        font-size: 22px
    }

    .home_address {
        font-size: 14px;
        line-height: 22px
    }

    .spmenu.forefront .sptext span {
        font-size: 10px
    }

    .spmenu {
        width: 120px;
        height: 50px
    }

        .spmenu i {
            font-size: 30px
        }

        .spmenu.forefront i {
            font-size: 35px
        }

        .spmenu.forefront {
            width: 130px;
            height: 55px
        }

    .spmenu2, .spmenu2.forefront {
        left: 210px;
        top: 30px
    }

    .spmenu3, .spmenu3.forefront {
        left: 300px;
        top: 30px
    }

    .spmenu1, .spmenu1.forefront {
        left: 120px;
        top: 30px
    }
}

@media (min-width:481px) and (max-width:767px) {
    .contentscroll {
        margin-right: 23px
    }

    #header .menu-inner, #mainheader .menu-inner {
        height: 70px
    }

    .brand a {
        font-size: 28px;
        line-height: 52px
    }

    #header {
        display: block
    }

    .call {
        font-size: 22px;
        padding-top: 15px
    }

    .home_address {
        font-size: 14px;
        line-height: 20px
    }

    .nav > li {
        float: none;
        clear: both
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent
    }

    .navbar-toggle {
        margin-top: 15px
    }

    .spmenu span {
        font-size: 15px
    }

    .sptext span {
        font-size: 11px
    }

    .spmenu.forefront .sptext {
        font-size: 18px
    }

        .spmenu.forefront .sptext span {
            font-size: 13px
        }

    .spmenu {
        width: 140px;
        height: 55px
    }

        .spmenu i {
            font-size: 40px
        }

        .spmenu.forefront i {
            font-size: 50px
        }

        .spmenu.forefront {
            width: 145px;
            height: 65px
        }

    .spmenu2, .spmenu2.forefront {
        left: 160px;
        top: 20px
    }

    .spmenu3, .spmenu3.forefront {
        left: 270px;
        top: 20px
    }

    .spmenu1, .spmenu1.forefront {
        left: 55px;
        top: 20px
    }

    .lightbox3 .modal-dialog {
        width: 75% !important
    }

    .lightbox3 .nicescroll-rails {
        left: 95% !important
    }

    .empty {
        display: none
    }
}

@media (min-width:321px) and (max-width:480px) {
    .empty, .header_icons {
        display: none
    }

    .contentscroll {
        margin-right: 10px
    }

    #header .menu-inner, #mainheader .menu-inner {
        height: 70px
    }

    .brand a {
        font-size: 24px;
        line-height: 52px
    }

    .boxgallery > nav span {
        top: 55%;
        height: 50px
    }

    .header_icons li a i {
        line-height: 50px
    }

    .circle {
        width: 30px;
        height: 30px
    }

    .call {
        font-size: 22px
    }

    .home_address {
        font-size: 14px;
        line-height: 20px
    }

    .accura-social-icons.accura-stacked li {
        margin: 0 3px
    }

    .hour_table, .specials-round {
        margin-bottom: 0
    }

    .accura-social-icons.accura-small li a {
        width: 40px;
        height: 40px
    }

        .accura-social-icons.accura-small li a i {
            width: 40px;
            height: 40px;
            line-height: 40px
        }

    .header_icons li a i {
        font-size: 16px
    }

    .input-group {
        width: 100%
    }

    #services .title-splider {
        width: 85%
    }

    .specials-content {
        padding-left: 0;
        width: 100%
    }

    .specials-round {
        margin-right: 10px
    }

    .spmenu span {
        font-size: 14px
    }

    .sptext span {
        font-size: 10px
    }

    .spmenu.forefront .sptext {
        font-size: 16px
    }

        .spmenu.forefront .sptext span {
            font-size: 12px
        }

    .spmenu {
        width: 120px;
        height: 55px
    }

        .spmenu i {
            font-size: 35px
        }

        .spmenu.forefront i {
            font-size: 40px
        }

        .spmenu.forefront {
            width: 130px;
            height: 60px
        }

    .spmenu2, .spmenu2.forefront {
        left: 200px;
        top: 25px
    }

    .spmenu3, .spmenu3.forefront {
        left: 290px;
        top: 25px
    }

    .spmenu1, .spmenu1.forefront {
        left: 110px;
        top: 25px
    }

    .close {
        font-size: inherit
    }

    .address, .phone {
        font-size: 18px;
        line-height: 34px
    }

    a.mail-text {
        font-size: 15px
    }

    .mail-text i {
        font-size: 18px
    }

    .lightbox3 .modal-dialog {
        width: 80% !important
    }

    h1 {
        font-size: 23px;
        padding-bottom: 0
    }

    .lightbox3 .nicescroll-rails {
        left: 95% !important;
        margin-left: inherit
    }
}

@media (min-width:240px) and (max-width:320px) {
    #header .menu-inner, #mainheader .menu-inner {
        height: 70px
    }

    .accura-social-icons.accura-small li a, .circle {
        width: 40px;
        height: 40px
    }

    .brand a {
        font-size: 22px;
        line-height: 32px
    }

    .call, .header_icons li a i, .home_address {
        font-size: 16px
    }

    .header_icons {
        display: none
    }

    .home_address {
        line-height: 24px
    }

    .call {
        padding-top: 15px
    }

    .accura-social-icons.accura-stacked li {
        margin-left: 2px;
        margin-right: 2px
    }

    .accura-social-icons.accura-small li a i {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    #chefbio .header_icons {
        display: block
    }

    .input-group {
        width: 100%
    }

    #services .title-splider {
        width: 80%
    }

    .price-content {
        margin-left: 0
    }

    .price-round {
        margin-bottom: 15px
    }

    .specials-content {
        padding-left: 0;
        width: 100%
    }

    .specials-round {
        margin-bottom: 0
    }

    .spmenu span {
        font-size: 12px
    }

    .sptext span {
        font-size: 9px
    }

    .spmenu.forefront .sptext {
        font-size: 14px
    }

        .spmenu.forefront .sptext span {
            font-size: 10px
        }

    .spmenu {
        width: 100px;
        height: 50px
    }

        .spmenu i {
            font-size: 25px
        }

        .spmenu.forefront i {
            font-size: 30px
        }

        .spmenu.forefront {
            width: 110px;
            height: 55px
        }

    .spmenu2, .spmenu2.forefront {
        left: 245px;
        top: 30px
    }

    .spmenu3, .spmenu3.forefront {
        left: 320px;
        top: 30px
    }

    .spmenu1, .spmenu1.forefront {
        left: 170px;
        top: 30px
    }

    .close {
        font-size: inherit
    }

    .address, .phone {
        font-size: 16px;
        line-height: 30px
    }

    a.mail-text {
        font-size: 12px
    }

    .mail-text i {
        font-size: 18px
    }

    .lightbox3 .modal-dialog {
        width: 80% !important
    }

    .contentscroll {
        margin-right: 5px
    }

    h1 {
        font-size: 23px
    }

    .lightbox3 .nicescroll-rails {
        left: 93% !important;
        margin-left: inherit
    }

    .empty {
        display: none
    }
}

@media screen and (max-width:62.75em) {
    .cbp-ig-grid li {
        width: 50%
    }

        .cbp-ig-grid li:nth-child(-n+2), .cbp-ig-grid li:nth-child(-n+3) {
            border-top: 1px solid #ddd
        }

        .cbp-ig-grid li:nth-child(3n-1), .cbp-ig-grid li:nth-child(3n-2), .cbp-ig-grid li:nth-child(3n-3) {
            box-shadow: none
        }

        .cbp-ig-grid li:nth-child(-n+2) {
            border-top: none
        }

        .cbp-ig-grid li:nth-child(2n-1) {
            box-shadow: 1px 0 0 #ddd
        }
}

@media screen and (max-width:41.6em) {
    .cbp-ig-grid li {
        width: 100%;
        border-right: none
    }

        .cbp-ig-grid li:nth-child(-n+2) {
            border-top: 1px solid #ddd
        }

        .cbp-ig-grid li:nth-child(2n-1) {
            box-shadow: none
        }

        .cbp-ig-grid li:first-child {
            border-top: none
        }

        .cbp-ig-grid li:last-child {
            border-bottom: none
        }
}

@media screen and (max-width:25em) {
    .cbp-ig-grid {
        width: 95%;
        font-size: 80%
    }

        .cbp-ig-grid li {
            border-right: none
        }

        .cbp-ig-grid .cbp-ig-category {
            margin-top: 20px
        }
}

@-moz-document url-prefix() {
    .lightbox .close {
        position: relative;
        top: -17px
    }
}

@media only screen and (max-width:767px) {
    #pp_full_res img, .pp_content, .pp_details, .pp_fade {
        width: 100% !important
    }

    .pp_pic_holder.pp_default {
        width: 100% !important;
        left: 0 !important;
        overflow: hidden
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important
    }

    .pp_content {
        height: auto !important
    }

    .pp_fade {
        height: 100% !important
    }

    .pp_bottom, .pp_gallery, .pp_hoverContainer, .pp_top, a.pp_contract, a.pp_expand {
        display: none !important
    }

    #pp_full_res img {
        height: auto !important
    }

    .pp_details {
        background: #fff;
        margin-top: -2px !important;
        padding: 20px 4% 20px 3%
    }

    a.pp_close {
        right: 10px !important;
        top: 10px !important
    }

    iframe {
        width: 100%;
        height: auto
    }
}
