@import url(animate.css);

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

/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #423e42;
    font: 300 18px/39px "futura-pt", sans-serif, serif;
    -webkit-text-size-adjust: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 25px;
        opacity: 0;
    }
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "EnchantedLand", sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0.87px;
}

h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: initial;
}

h3 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: initial;
}

h4 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 2.8px;
}

h5 {
    font-size: 20px;
    line-height: 20px;
}

h6 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 3.6px;
}

p {
    letter-spacing: 1.5px;
    line-height: 1.6;
    font-size: 21px;
    font-weight: 600 !important;
    font-variant: small-caps;
    text-transform: lowercase;
}

p a:hover,
.marked-list a:hover,
.list a:hover {
    text-decoration: underline;
}

p .fa,
.marked-list .fa,
.list .fa {
    text-decoration: none;
}

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus {
    outline: none;
}

a:active {
    background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: inherit;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.center {
    text-align: center;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

@media (max-width: 767px) {
    .clr {
        clear: left;
    }
}

/*=======================================================
                       Main Layout
=========================================================*/
* + p {
    margin-top: 84px;
}

* + .row {
    margin-top: 97px;
}

* + .btn {
    margin-top: 50px;
}

* + h2 {
    margin-top: 22px;
}

* + .off1 {
    margin-top: 26px;
}

* + .marked-list {
    margin-top: 83px;
}

* + .terms-list {
    margin-top: 89px;
}

img + h6 {
    margin-top: 45px;
}

.row + .row {
    margin-top: 0;
}

.row + .off1 {
    margin-top: 51px;
}

@media (max-width: 991px) {
    .resp-off {
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .resp-off_479 {
        margin-bottom: 10px;
    }
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Ins     ======================*/
.ins1 {
    padding: 0 10%;
}

.ins2 {
    padding: 0 20%;
}

@media (max-width: 479px) {

    .ins1,
    .ins2 {
        padding: 0 2%;
    }
}

/*==================    Wrapper    ======================*/
.img-wr {
    position: relative;
    display: inline-block;
}

.img-wr img {
    width: 100%;
}

.img-wr h4 {
    position: absolute;
    top: 60%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    opacity: 0;
    -moz-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    -webkit-transition: 0.8s ease all;
    transition: 0.8s ease all;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
}

.lt-ie9 .img-wr h4 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.img-wr h4 a:hover {
    text-decoration: none;
}

.img-wr:hover h4 {
    top: 50%;
    opacity: 1;
}

.lt-ie9 .img-wr:hover h4 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
}

@media (min-width: 991px) and (max-width: 1199px),
(max-width: 767px) {
    .img-wr h4 {
        font-size: 20px;
    }
}

/*==================     Flex      ======================*/
.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-container .flex-item {
    position: relative;
}

.flex-container .flex-item .bg-image {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    background-position: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5px;
}

.flex-container .flex-item .bg-image:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 10px;
    background: #fff;
    right: 0;
    top: 0;
}

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

    .flex-container .flex-item .bg-image {
        position: relative;
        min-height: 600px;
        padding-bottom: 40%;
        left: auto;
        height: auto;
    }

    .flex-container .flex-item .bg-image:before {
        display: none;
    }

    .flex-container .flex-item + .flex-item {
        margin-top: 10px;
    }
}

.lt-ie10 .flex-container .flex-item {
    float: none;
    width: 100%;
}

.lt-ie10 .flex-container .flex-item .bg-image {
    display: none;
}

/*==================    Border     ======================*/
.border-top {
    border-top: 10px solid #fff;
}

.border-top2 {
    border-top: 1px solid #423e42;
}

/*==================      Dash     ======================*/
.dash {
    position: relative;
}

.dash:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -40px;
    width: 245px;
    height: 12px;
    background-image: url('../images/pleter-02.svg');
}

/*==================    Info Box   ======================*/
.info-box dl dt,
.info-box dl dd {
    display: inline-block;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3.6px;
    color: #fff;
}

.info-box dl dt a:hover,
.info-box dl dd a:hover {
    color: #929094;
}

/*==================     Brand     ======================*/
.brand {
    display: inline-block;
}

.brand_name {
    color: #fff;
    font-weight: 700;
    margin: 0px !important;
}

.brand_name span {
    padding-left: 5px;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 2.8px;
    font-family: "Roboto Slab", serif;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #5d2f33;
    color: #fff;
    background-image: url('../images/god1.jpg');
    background-size: cover;
}

/*===============  Fixed Backgrounds  ===================*/
.bg1 *,
.bg2 *,
.bg3 * {
    color: #eadfd5;
}

.bg1 h2,
.bg2 h2,
.bg3 h2 {
    font-family: "EnchantedLand", serif;
}

.bg1 .dash:before,
.bg2 .dash:before,
.bg3 .dash:before {
    background: #fff;
    bottom: -20px;
}

.bg1 .btn,
.bg2 .btn,
.bg3 .btn {
    color: #fff;
    padding: 15px 51px;
}

.bg1 .btn:hover,
.bg2 .btn:hover,
.bg3 .btn:hover {
    color: #423e42;
}

.bg1 * + p,
.bg2 * + p,
.bg3 * + p {
    margin-top: 89px;
}

.bg1 {
    background: url("../images/bg1.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: 145%;
    background-image: url('../JPEG/Sah-22.jpg');
    background-position: center;
    -webkit-filter: sepia(30%);
}

.bg2 {
    background: url("../images/bg2.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg3 {
    background: url("../images/bg3.jpg") no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (max-width: 1199px) {
    [class*='bg'] {
        background-attachment: scroll;
    }
}

@media (max-width: 767px) {

    .bg1 p,
    .bg2 p,
    .bg3 p {
        padding: 0 20px;
    }
}

@media (max-width: 479px) {

    .bg1 h2,
    .bg2 h2,
    .bg3 h2 {
        font-size: 21px;
        line-height: 35px;
    }
}

/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    font-size: 13px;
    line-height: 29px;
    letter-spacing: 1.8px;
    color: inherit;
    background: transparent;
    border: 1px solid #d5d5d5;
    padding: 13px 32px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    border-radius: 0px;
}

.btn:hover {
    background: #eadfd5;
    color: #555;
}

.btn:active {
    background: #eccbc2;
}

/*==================  Marked List  ======================*/
.marked-list {
    width: 100%;
    display: block;
}

.marked-list li a {
    padding-left: 31px;
    position: relative;
    letter-spacing: 3.6px;
}

.marked-list li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #423e42;
    height: 9px;
    width: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.marked-list li + li {
    margin-top: 0;
}

.marked-list a:hover {
    text-decoration: none;
    color: #d38875;
}

@media (max-width: 991px) {
    .marked-list li a {
        padding-left: 15px;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 1px;
    }

    .marked-list li a:hover {
        color: #d38875;
    }

    .marked-list li a:before {
        top: auto;
        bottom: -5px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
    }
}

@media (max-width: 479px) {
    .marked-list li a:hover {
        color: #d38875;
    }
}

/*================  Terms List  ======================*/
.terms-list dt,
.terms-list dd,
.terms-list a {
    letter-spacing: 3.6px;
}

.terms-list dt {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #423e42;
}

.terms-list dd {
    padding: 0 10%;
}

.terms-list * + dd {
    margin-top: 28px;
}

.terms-list * + dt {
    margin-top: 62px;
}

.terms-list dd > a {
    display: inline-block;
    font-size: 18px;
    line-height: 39px;
    margin-top: 39px;
    font-weight: 700;
}

.terms-list dd > a:hover {
    letter-spacing: 7px;
}

/*==================  Inline List  ======================*/
.inline-list li {
    display: inline-block;
}

.inline-list li + li {
    margin-left: 10px;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
}

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

.sf-menu:after {
    clear: both;
}

.sf-menu > li {
    position: relative;
    float: left;
}

.sf-menu > li + li {
    margin-left: 60px;
}

@media (max-width: 1350px) {
    .sf-menu > li + li {
        margin-left: 23px;
    }
}

.sf-menu a {
    display: block;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2.6px;
    font-family: "futura-pt", sans-serif;
}

.sf-menu > li > a {
    color: #fff;
    font-variant: small-caps;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
    color: #d9c5b3;
}

.sf-menu > li.active > a {
    color: #d9c5b3;
}

.sf-menu ul {
    text-align: center;
    display: none;
    position: absolute;
    top: 163%;
    width: 370px;
    padding: 34px 34px 38px;
    background: #f8ece9;
    z-index: 2;
    left: -141px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.29);
}

.sf-menu ul li {
    position: relative;
}

.sf-menu ul li a {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
}

.sf-menu ul li:before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 55px;
    height: 1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #423e42;
}

.sf-menu ul li:last-child:before {
    display: none;
}

.sf-menu ul li + li {
    margin-top: 24px;
}

.sf-menu ul > li > a {
    color: black;
}

.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
    letter-spacing: 1px;
    color: #c7664e;
}

.sf-menu ul ul {
    position: absolute;
    top: -300%;
    width: 200px;
    margin-top: 0;
    z-index: 4;
    left: 340px;
}

.sf-menu ul ul > li > a {
    color: black;
}

.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
    letter-spacing: 1px;
    color: #c7664e;
}

.sf-menu > li > ul > li > .sf-with-ul {
    position: relative;
}

.sf-menu > li > ul > li > .sf-with-ul:before {
    position: absolute;
    right: 47px;
    top: 47%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f105';
    font: 400 14px/12px "FontAwesome";
}

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

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.rd-mobilemenu.active {
    right: 0;
}

.rd-mobilepanel * + h2 {
    margin-top: 0;
}

.rd-mobilemenu_ul {
    position: fixed;
    top: -110px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #fff;
    background: rgba(23, 5, 5, 0.9);
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
    font-weight: 600;
    letter-spacing: 2.4px;
}

.rd-mobilemenu_ul a.active {
    background: #f5f5f5;
    color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
    background: #423e42;
    color: #FFF;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px "FontAwesome";
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: #FFF;
    color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 5px;
    right: 5px;
    height: 56px;
    color: #000;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999999;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000;
    display: none;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    position: absolute;
    top: 1px;
    right: 8px;
    width: 48px;
    height: 48px;
}

.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
    top: 8px;
}

.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    backface-visibility: hidden;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1px center;
    -ms-transform-origin: 1px center;
    -o-transform-origin: 1px center;
    -webkit-transform-origin: 1px center;
    transform-origin: 1px center;
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {

    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}

/*==================  Stuck menu  ======================*/
.stuck_container {
    background: rgba(97, 23, 38, 0.81);
    padding: 10px 20px 8px;
}

.lt-ie9 .stuck_container {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC27212D', endColorstr='#CC27212D')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC27212D', endColorstr='#CC27212D');
    zoom: 1;
}

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

.stuck_container:after {
    clear: both;
}

.isStuck {
    background: rgba(103, 26, 42, 0.91);
    z-index: 999;
    border: 5px solid #fff;
    border-right-width: 10px;
    border-left-width: 10px;
}

.lt-ie9 .isStuck {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC27212D', endColorstr='#CC27212D')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC27212D', endColorstr='#CC27212D');
    zoom: 1;
}

@media (max-width: 1199px) {

    .isStuck .brand,
    .isStuck .info-box {
        display: none;
    }

    .isStuck .nav {
        padding-top: 0;
    }
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*==================     ToTop     ======================*/
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #423e42;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    background-image: url('../images/nav_down.png');
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}

.toTop:hover {
    background: #5d2f33;
    color: #fff;
    text-decoration: none;
    background-image: url('../images/nav_down.png');
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}

.toTop:active {
    background: #5d2f33;
    color: #fff;
    background-image: url('../images/nav_down.png');
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
}

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}

/*==================   Thumbnail    ======================*/
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-filter: grayscale(25%);
    filter: grayscale(25%);
}

.thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent;
}

.lt-ie9 .thumb_overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.thumb_overlay:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    height: 225px;
    width: 225px;
    background: url("../images/thumb_img.png") no-repeat;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    background: rgba(43, 18, 21, 0.8);
    opacity: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC27212D', endColorstr='#CC27212D')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC27212D', endColorstr='#CC27212D');
    zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
}

.thumb:hover .thumb_overlay:before {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
    display: block;
}

.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    text-align: center;
    position: relative;
    border: 10px solid #fff;
    background: #333;
}

header .brand {
    float: left;
}

header .nav {
    display: inline-block;
    margin-right: 20px;
    float: right;
}

header .info-box {
    margin-top: -4px;
    float: right;
}

header * + .stuck_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1199px) {
    header {
        text-align: center;
    }

    header .nav {
        margin-right: 0;
    }

    header .brand,
    header .info-box {
        float: left;
        display: block;
    }
}

@media (max-width: 767px) {
    header {
        border: none;
        border-bottom: 10px solid #fff;
    }

    header * + .stuck_container {
        height: 60px;
        position: fixed;
        z-index: 99;
        background: rgba(97, 23, 38, 0.93);
        padding: 8px 14px 8px;
    }

    .stuck_container {
        width: 100%;
        height: 60px;
        position: fixed;
        z-index: 9999;
        background: rgba(97, 23, 38, 0.93);
        padding: 8px 14px 8px;
    }

    header .info-box {
        display: none;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #fff;
}

/*==================      Well     ======================*/
.well {
    padding-top: 10%;
    padding-bottom: 10%;
}

.well2 {
    padding-top: 94px;
    padding-bottom: 89px;
}

.well3 {
    padding-top: 148px;
    padding-bottom: 135px;
    min-height: 700px;
}

@media (max-width: 991px) {
    .well3 {
        padding-top: 128px;
        padding-bottom: 128px;
        min-height: 600px;
    }
}

.well4 {
    padding: 10px;
}

.well5 {
    padding-top: 116px;
    padding-bottom: 106px;
}

.well6 {
    padding-top: 62px;
    padding-bottom: 60px;
}

.well__ins1 {
    padding-bottom: 87px;
}

.well2__ins1 {
    padding-top: 133px;
}

.well4__ins1 {
    padding-bottom: 0;
}

.welll4__ins2 {
    padding-bottom: 40px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #fff;
}

footer .well {
    padding-bottom: 100px;
    padding-top: 103px;
}

@media (max-width: 1199px) {

    .well,
    .well2 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

footer address {
    letter-spacing: 3.6px;
}

footer dl dt,
footer dl dd {
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 5.6px;
    color: #fff;
}

footer dl dt a:hover,
footer dl dd a:hover {
    color: #eadfd5;
}

footer .inline-list li a {
    font-size: 19px;
    line-height: 20px;
    color: #eadfd5;
}

footer .inline-list li a:hover {
    color: #929094;
}

footer .inline-list li + li {
    margin-left: 29px;
}

footer .copyright {
    padding: 18px 0 12px;
}

footer .copyright > * {
    display: inline-block;
    font-size: 11px;
    line-height: 29px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

footer .copyright a:hover {
    text-decoration: underline;
}

footer * + address {
    margin-top: 0;
}

footer * + dl {
    margin-top: 10px;
}

footer * + ul {
    margin-top: 40px;
    list-style-type: disc;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

button,
input[type='button'] {
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none;
}

.welcome-left {
    padding: 30px;
    padding-bottom: 87px;
    min-height: 600px;
}

@media (max-width: 978px) {

    header .brand,
    header .info-box {
        display: inline-block;
        text-align: center;
        margin-left: auto;
    }
}

.dash-invert:before {
    background-image: url('../images/pleter-01.svg');
}

.bg-image {
    background: #000;
}

@media (max-width: 991px) {
    .sf-menu > li + li {
        margin-left: 18px;
    }

    .sf-menu a {
        font-size: 13px;
        letter-spacing: 1.8px;
    }
}

#process {
    padding-top: 60px;
    padding-bottom: 90px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}

.year {
    font-size: 11px;
}

html,
body {
    height: 100%;
}

@media (max-width: 991px) {
    .welcome-left {
        margin-top: 10px;
    }
}

#gallery {
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
}

.welcome-img {
    margin: 40px auto 20px;
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
    width: 100%;
}

.overlay-feature {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .overlay-feature {
        border-radius: 0px;
    }
}

@media (max-width: 1199px) {
    .bg1 {
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .img-wr h4 {
        opacity: 1;
        transform: translateX(-50%) translateY(-100%);
        -wewbkit-transform: translateX(-50%) translateY(-100%);
    }
}

.contact-email {
    text-transform: initial;
    letter-spacing: 0.3px;
    color: white;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    p {
        letter-spacing: 1.5px;
        line-height: 1.6;
        font-size: 18px;
    }

    .btn {
        padding: 13px 22px;
        line-height: 20px;
    }
}

a:hover {
    color: #eadfd5;
}

.dash-yellow:before {
    background-color: #eadfd5 !important;
}

.mouse-icon {
    position: absolute;
    left: 50%;
    bottom: 40px;
    height: 50px;
    width: 18px;
    margin-left: -9px;
    display: block;
    z-index: 10;
    opacity: 1;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
}

@media (max-width: 479px) {
    .brand img {
        width: 220px;
    }
}

.welcome-block {
    min-height: 600px;
    background-image: url('../images/god2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991px) {
    .welcome-block {
        min-height: 550px;
    }
}

@media (max-width: 767px) {
    .welcome-block {
        padding-left: 15px;
        padding-right: 15px;
        min-height: 500px;
    }

    .welcome-left {
        padding: 30px 15px 70px;
        min-height: initial;
    }

    .legend-block {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.legend-feature {
    background-image: url(../images/legent-img.jpg);
    -webkit-filter: grayscale(30%);
}

@media (max-width: 767px) {
    .legend-feature {
        min-height: 360px !important;
    }

    .img-wr h4 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px;
    }

    .overlay-feature {
        padding: 15px;
    }

    footer .well {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .well3 {
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: 430px;
    }

    footer address {
        font-size: 14px;
        font-weight: 600;
    }

    footer dl dt,
    footer dl dd {
        font-size: 26px;
        letter-spacing: 3.6px;
    }
}

.well3 h4,
.well3 h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .well3 h2 {
        font-size: 50px;
    }

    .menu {
        display: block !important;
        color: #d9c5b3;
        font-size: 28px;
        font-family: "EnchantedLand", serif;
    }
}

.title-description {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.order-button {
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    overflow: visible;
    -webkit-appearance: none;
    color: #fff;
    margin-top: 30px;
    padding: 13px 26px;
    padding-bottom: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
}

.order-description {
    color: #fff;
    background: #5d2f33;
}

.order-img {
    min-height: 400px;
    background-image: url('../images/sah-order.jpg');
    background-size: cover;
    background-position: center;
}

.order-left {
    min-height: 620px;
    background-image: url('../images/chess-13.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #eadfd5;*/
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
}

order-list {
    margin-top: 90px;
    display: block;
}

.order-list {
    margin-top: 70px;
    font-family: "futura-pt", sans-serif;
    line-height: 2;
}

.btn-border-black {
    border: 1px solid rgba(51, 51, 51, 0.62);
}

.dl-horizontal {
    font-size: 17px;
    padding: 50px;
    background: #eadfd5;
}

.declaration h4 {
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    margin-bottom: 50px;
}

.declaration dt {
    font-weight: 500;
    text-transform: inherit;
    font-size: 16px;
    word-break: ;
}

.declaration dd {
    margin-bottom: 10px;
    line-height: 16px;
    font-weight: 700;
    text-transform: none;
}

.paypal-button {
    background: #5d2f33;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .declaration {
        margin-top: 60px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .dl-horizontal {
        padding: 50px 25px;
    }
}

@media (max-width: 991px) {
    .order-left {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .order-left {
        min-height: 300px;
    }

    main {
        margin-top: 60px;
    }

    .home {
        margin-top: 60px;
    }
}

.order-row {
    margin: 60px 0px;
}

@media (max-width: 991px) {
    .order-row {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .margin-fix {
        margin-bottom: 10px;
    }

    .no-margin-mob {
        margin-top: 0px !important;
    }
}

.order-margin-mobile {
    padding-bottom: 30px !important;
}

.custom-bgimage {
    background-image: url('../images/gallery-feature.jpg');
    background-repeat: no-repeat;
    -webkit-filter: grayscale(6%);
    filter: grayscale(6%);
}

@media (max-width: 767px) {
    .custom-bgimage {
        min-height: 300px;
    }
}

.margin-bottom80 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.venetian {
    background-image: url('../images/venetian.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.drzislav {
    background-image: url('../images/drzislav.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.bg-secondary {
    background: #eadfd5;
}

@media (max-width: 767px) {

    .venetian,
    .drzislav {
        background: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    h2 {
        font-size: 55px;
        line-height: 50px;
        letter-spacing: 1px;
    }

    .flex-container .flex-item .bg-image {
        min-height: 300px;
    }
}

@media (min-width: 1200px) {
    #gallery {
        padding-bottom: 80px;
    }
}

.language {
    letter-spacing: 2px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 767px) and (max-width: 991px) {
    .brand img {
        width: 240px;
        padding-top: 2px;
    }
}

@media (max-width: 767px) {
    .language {
        border-left: none;
    }

    .padding-mobile {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .map {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .dash:before {
        bottom: -38px;
        width: 170px;
        background-size: contain;
        height: 8px;
        background-repeat: no-repeat;
    }

    .thumb_overlay:before {
        background-size: 70%;
        background-position: center;
        height: 150px;
        width: 150px;
    }

    .mouse-icon {
        height: 35px;
        width: 15px;
    }

    .brand-hr {
        width: 180px !important;
    }
}

@media (min-width: 768px) and (max-width: 978px) {
    .brand-hr {
        width: 170px !important;
    }
}

@media (min-width: 1200px) {
    .camera_caption_right {
        top: 70.4% !important;
        left: 75% !important;
        width: 40%;
    }

    .camera_caption_left {
        top: 68.4% !important;
        left: 25% !important;
    }
}

.declaration h4 span {
    margin-left: -6px;
}

.side-kontakt {
    padding-top: 110px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
    min-height: 522px;
    text-align: center;
}

.side-kontakt ul li {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.side-kontakt ul {
    margin-top: 20px;
}

.side-kontakt p {
    margin-top: 70px;
    padding-bottom: 0px;
}

.side-kontakt a {
    color: #792033;
}

.side-kontakt span {
    color: #423e42;
}

@media (max-width: 991px) {
    .side-kontakt {
        padding-top: 60px;
        padding-bottom: 80px;
        margin-top: 10px;
        padding-right: 50px;
        padding-left: 50px;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .side-kontakt {
        padding-right: 15px;
        padding-left: 15px;
    }

    .side-kontakt span {
        display: block;
        margin-top: 15px;
        line-height: 1;
    }

    .side-kontakt ul li {
        font-size: 14px;
    }

    .contact-email {
        font-weight: 400;
    }
}

.welcome-block .shipping {
    display: block;
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    overflow: hidden;
    cursor: pointer;
}

.modal-title {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    line-height: 1;
    max-width: 400px;
}

.modal-button {
    overflow: hidden;
}

.modal-content {
    background: #e3cdbf;
    -webkit-filter: grayscale(20%);
    grayscale: grayscale(20%);
}

@media (max-width: 767px) {
    .modal {
        top: 60px;
    }
}

.modal-body table th {
    font-weight: 600;
}

.modal-body table {
    font-weight: 400;
}

.modal .btn {
    margin-top: 0px;
    padding: 2px 15px;
    color: #fff;
    border: 0px;
    background: #5d2f33;
    float: right;
    opacity: 1;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "enchantedland";
    position: absolute;
    right: 20px;
}

#modal1 .modal-title {
    float: left;
}

#modal1 .modal-header {
    padding-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
}

#modal1 .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 479px) {
    .welcome-block .shipping {
        line-height: 1.6;
    }

    .modal-body table {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #modal1 .modal-title {
        font-size: 22px;
    }
}

.side-kontakt ul li a {
    cursor: pointer;
}

.modal-header p {
    margin-top: 10px;
    text-align: left;
    clear: both;
}

.price {
    color: #5d2f33;
    text-transform: uppercase;
    font-weight: 700;
}

.postarina {
    text-transform: none;
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
    display: block;
}

@media (max-width: 479px) {
    .modal-title {
        font-size: 23px;
        max-width: 220px;
        letter-spacing: 2px;
    }
}

.modal-content .thumb img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.caption {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    display: inline;
    letter-spacing: 1.5px;
}

footer .modal-body {
    text-align: center;
}

.majice .col-md-6 {
    padding: 10px;
}

.language img {
    width: 40px;
    margin-top: 15px;
    display: block;
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}

@media (max-width: 991px) {
    .language img {
        width: 30px;
        margin-top: 17px;
    }
}

@media (max-width: 767px) {
    .language img {
        width: 50px;
        margin-top: 0px;
    }
}
