/*******************************************
             Loading
*******************************************/

#preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: #00b8d7;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    transform-origin: center center;
    animation: pulse 2s 800ms infinite both;
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(0.6);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}


/* BackToTop button css */

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #00b8d7;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 999999999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #040200;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    right: 0px;
    z-index: 999999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
}


/*************************
    Header
*************************/


/*head-info*/

.head-info {
    position: relative;
}

.head-info h6 {
    font-family: "Amatic SC", cursive;
    font-weight: bold;
    color: #00b8d7;
}

.head-info p {
    font-size: 12px;
    color: #1e2327;
    line-height: 20px;
    margin-bottom: 5px;
}

.head-info a {
    font-size: 12px;
    color: #1e2327;
}

.head-info a:hover {
    color: #00b8d7;
}

.head-info ul li {
    line-height: 22px;
}

.head-info ul li a {
    line-height: 22px;
}

.head-info-content {
    padding: 45px 30px 39px;
    width: 440px;
    background: url(../img/info-bg.png) no-repeat;
    position: absolute;
    top: 44px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.head-info:hover .head-info-content {
    opacity: 1;
    visibility: visible;
}

.head-info-content .info-left {
    width: 45%;
}

.head-info-content .info-right {
    width: 45%;
}

.head-info-content .info-right .address>a {
    color: #00b8d7;
}

.mega-menu .menu-logo li.head-info {
    line-height: 22px;
}

.mega-menu .row {
    margin-left: 0px;
    margin-right: 0px;
}

.mega-menu .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.head-info a .flaticon-dinner {
    float: left;
    padding-top: 4px;
    padding-right: 5px;
    font-size: 60px;
}


/*mega-menu*/

.mega-menu .drop-down-multilevel.right-menu {
    right: 0px;
}

.mega-menu .menu-links>li:last-child>a {
    padding-right: 0px;
}

.mega-menu .menu-logo li img,
.header-5 .logo img {
    height: 60px;
}


/*default*/

.header {
    background: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    z-index: 999;
    padding: 15px 0 20px;
    position: absolute;
    width: 100%;
}

.header-black {
    background-color: #fff;
    z-index: 999;
    padding: 10px 0 0px;
    width: 100%;
    height: 90px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .header-black {
        height: 80px;
    }
    .head-info a .flaticon-dinner {
        float: left;
        padding-top: 4px;
        padding-right: 5px;
        font-size: 40px;
    }
    #preloader {
        left: 44%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .header-black {
        height: 80px;
    }
    .head-info a .flaticon-dinner {
        float: left;
        padding-top: 4px;
        padding-right: 5px;
        font-size: 40px;
    }
    #preloader {
        left: 44%;
    }
}

@media (min-width: 768px) and (max-width: 993px) {
    .header-black {
        height: 120px;
    }
    .head-info a .flaticon-dinner {
        float: left;
        padding-top: 4px;
        padding-right: 5px;
        font-size: 40px;
    }
    #preloader {
        left: 46%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .menu .mega-menu .menu-list-items .container {
        width: 1000px;
    }
}


/*topbar*/

.topbar {
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid rgba(241, 241, 241, 1);
}

.topbar .flaticon-phone-call,
.topbar .flaticon-envelope {
    font-size: 16px;
    color: #00b8d7;
}

.topbar ul li {
    display: inline-block;
    color: #191919;
    font-size: 13px;
    font-weight: normal;
    margin-right: 15px;
}

.topbar ul li:last-child {
    margin-right: 0px;
}

.topbar ul li a {
    color: #191919;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    transition: all 0.4s;
}

.topbar-left {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.topbar-left ul li i {
    margin-right: 5px;
}

.topbar-left ul li a {
    margin-right: 30px;
}

.topbar-right {
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.topbar-right ul li a i {
    margin-right: 5px;
}

.topbar-right ul li a i.fa.fa-search {
    margin-right: 0px;
}

.topbar ul li a:hover {
    color: #00b8d7;
}


/*search*/

.search-1 {
    display: inline-block;
    line-height: 20px;
    position: relative;
    vertical-align: top;
    z-index: 999;
}

.search-1 .search-btn {
    display: block;
    height: 20px;
    line-height: 21px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    -o-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -ms-transition: color 300ms ease 0s;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

.search-1 .search-btn:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    right: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.overlay-search {
    z-index: 100;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s linear;
}

.overlay-search.open {
    top: 0;
}

.overlay-search .form_search-wrap {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    min-width: 0;
    opacity: 1;
    transition: all 1s ease-in-out;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.overlay-search .form_search-wrap form .search-input {
    background-color: transparent;
    padding: 0 30px 25px 0;
    border: none;
    border-bottom: 2px solid #c1c1c1;
    color: #c1c1c1;
    font-size: 24px;
    transition: all 1s ease;
    margin-bottom: 30px;
}

.overlay-search .form_search-wrap form .search-input:focus {
    border-bottom: 2px solid #00b8d7;
    color: #fff;
}

.overlay-search .form_search-wrap form .search-close {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    right: -5px;
    top: 0;
}

.overlay-search .form_search-wrap form .search-close span {
    display: block;
    height: 2px;
    background: #c1c1c1;
    border-radius: 3px;
    margin: auto;
    width: 100%;
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
}

.overlay-search .form_search-wrap form .search-close:hover span {
    background: #00b8d7;
}

.overlay-search .form_search-wrap form .search-close span:first-of-type {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.overlay-search .form_search-wrap form .search-close span:last-of-type {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 47%;
}

.overlay-search .form_search-wrap form .search-input:focus+.search-close span {
    background: #00b8d7;
}

.mega-menu .menu-links li a.active,
.header-3 .mega-menu .menu-links li a.active,
.header-4 .mega-menu .menu-links li a.active {
    color: #00b8d7;
}

.mega-menu .header-li li a.active,
.header-3 .mega-menu .header-li li a.active,
.header-4 .mega-menu .header-li li a.active {
    color: #00b8d7;
}

.mega-menu .drop-down-multilevel li a.active i.fa {
    color: #00b8d7;
}


/*Header 2*/

.header-2 .topbar {
    background: #1e2327;
    padding: 15px 0px;
}

.header-2 .head-info-content {
    top: 66px;
}

.header-2 .mega-menu section.menu-list-items {
    padding: 0;
    float: none;
}

.header-2 .mega-menu img {
    margin: 15px 0;
}

.header-2 .mega-menu .menu-links>li>a {
    line-height: 90px;
}

.header-2 .mega-menu .menu-links>li>a.active {
    color: #ffffff;
}

.header-2 .mega-menu .menu-links>li.active>a,
.header-2 .mega-menu .menu-links>li>a:hover {
    color: #fff;
}

.header-2 .mega-menu.desktopTopFixed .head-info-content,
.header-3 .mega-menu.desktopTopFixed .head-info-content,
.header-4 .mega-menu.desktopTopFixed .head-info-content {
    top: 46px;
}


/*menu dark*/

.mega-menu.dark .drop-down-multilevel li {
    border-color: #4a4a4a;
}

.mega-menu.dark .menu-links>li.active .drop-down-multilevel a:hover {
    color: #00b8d7;
}

.header-2 .mega-menu .menu-links>li>a {
    color: #ffffff;
}


/*Header 3*/

.header-3 {
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 0px;
    top: 30px;
}

.header-3 .head-info-content {
    top: 66px;
}

.header-3 .center-menu {
    background: #fff;
    padding: 0 25px;
}

.header-3 .mega-menu section.menu-list-items {
    float: none;
    padding: 0;
}

.header-3 .mega-menu img {
    margin: 15px 0;
}

.header-3 .mega-menu .menu-links>li>a {
    line-height: 90px;
}

.header-3 .mega-menu .menu-links>li>a {
    color: #1e2327;
}

.header-3 .mega-menu .menu-links>li.active>a,
.header-4 .mega-menu .menu-links>li>a:hover {
    color: #00b8d7;
}

.header-3 .mega-menu.desktopTopFixed .menu-list-items {
    background: #fff;
}

.header-3 .mega-menu.desktopTopFixed .menu-list-items .menu-links>li .search-1 .search-btn {
    line-height: 70px;
}

.header-3 .mega-menu.desktopTopFixed .menu-list-items {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}


/*Header 4*/

.header-4 {
    position: relative;
    z-index: 999;
}

.header-4 .topbar {
    background: #1e2327;
    padding: 15px 0px;
}

.header-4 .head-info-content {
    top: 66px;
}

.header-4 .mega-menu section.menu-list-items {
    background: #fff;
    padding: 0;
    float: none;
}

.header-4 .mega-menu img {
    margin: 15px 0;
}

.header-4 .mega-menu .menu-links>li>a {
    line-height: 90px;
}

.header-4 .mega-menu .menu-links>li>a {
    color: #1e2327;
}

.header-4 .mega-menu .menu-links>li.active>a,
.header-4 .mega-menu .menu-links>li>a:hover {
    color: #00b8d7;
}

.header-4 .mega-menu.desktopTopFixed .menu-list-items {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}


/*Header 5*/

.header-5 {
    top: 0;
    position: absolute;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 999;
    padding: 30px 40px;
}

.header-5 .logo {
    display: inline-block;
}

.header-5 .mega-menu.menuFullWidth {
    width: 100%;
}

.header-5 .mega-menu .menu-links>li>a {
    padding: 0 30px;
}

.header-5 #menu-icon {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.header-5 #menu-toggle {
    position: absolute;
    width: 100%;
    right: 0px;
    left: inherit;
    top: 12px;
    color: #444444;
    z-index: 99999;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.header-5 #menu-toggle.open {
    left: 0px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.header-5 #menu-icon {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.header-5 #menu-icon.open {
    right: 192px;
}

.header-5 #menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header-5 #menu-icon span:nth-child(even) {
    left: 50%;
}

.header-5 #menu-icon span:nth-child(odd) {
    left: 0px;
}

.header-5 #menu-icon span:nth-child(1),
.header-5 #menu-icon span:nth-child(2) {
    top: 5px;
}

.header-5 #menu-icon span:nth-child(3),
.header-5 #menu-icon span:nth-child(4) {
    top: 12px;
}

.header-5 #menu-icon span:nth-child(5),
.header-5 #menu-icon span:nth-child(6) {
    top: 19px;
}

.header-5 #menu-icon.open span:nth-child(1),
.header-5 #menu-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-5 #menu-icon.open span:nth-child(2),
.header-5 #menu-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-5 #menu-icon.open span:nth-child(1) {
    left: 0px;
    top: 10px;
}

.header-5 #menu-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 10px;
}

.header-5 #menu-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

.header-5 #menu-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

.header-5 #menu-icon.open span:nth-child(5) {
    left: 0px;
    top: 19px;
}

.header-5 #menu-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 19px;
}

.header-5 #menu {
    position: relative;
    background-size: cover;
    background-position: center 0;
    width: 280px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    z-index: 9999;
    list-style-type: none;
    padding: 46px 0px;
    margin: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.header-5 #menu:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
}

.header-5 #menu li {
    position: relative;
    display: block;
}

.header-5 #menu.open {
    right: 0;
}

.header-5 .mega-menu .menu-links>li.active .drop-down-multilevel a:hover {
    color: #00b8d7;
}

.header-5 .mega-menu .menu-links>li.active .drop-down a {
    color: #323232;
}

.header-5 .mega-menu .menu-links>li.active .drop-down a:hover {
    color: #00b8d7;
}


/*************************
    rev slider 
*************************/


/*home 1*/

.slider {
    overflow: hidden;
}

#rev_slider_3_1_wrapper .tp-loader.spinner2 {
    background-color: #ffffff;
}

.ares.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}

.ares .tp-bullet {
    width: 13px;
    height: 13px;
    position: absolute;
    background: rgba(229, 229, 229, 1);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}

.ares .tp-bullet:hover,
.ares .tp-bullet.selected {
    background: #00b8d7;
}

.ares .tp-bullet-title {
    position: absolute;
    color: 136, 136, 136;
    font-size: 12px;
    padding: 0px 10px;
    font-weight: 600;
    right: 27px;
    top: -4px;
    background: rgba(255, 255, 255, 0.75);
    visibility: hidden;
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    line-height: 20px;
    white-space: nowrap;
}

.ares .tp-bullet-title:after {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: " ";
    position: absolute;
    right: -10px;
    top: 0px;
}

.ares .tp-bullet:hover .tp-bullet-title {
    visibility: visible;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
}

.ares .tp-bullet.selected:hover .tp-bullet-title {
    background: rgba(255, 255, 255, 1);
}

.ares .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent transparent transparent rgba(255, 255, 255, 1);
}

.ares.tp-bullets:hover .tp-bullet-title {
    visibility: hidden;
}

.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility: visible;
    transform: translateX(0px) translatey(0px);
    -webkit-transform: translateX(0px) translatey(0px);
}

.ares.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
    right: auto;
    left: 27px;
    transform: translatex(20px);
    -webkit-transform: translatex(20px);
}

.ares.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title:after {
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(255, 255, 255, 0.75) transparent transparent;
    right: auto !important;
    left: -10px !important;
}

.ares.nav-dir-vertical.nav-pos-hor-left .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
}

.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title,
.ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title {
    top: -35px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-10px);
    -webkit-transform: translateX(-50%) translateY(-10px);
}

.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title:after,
.ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title:after {
    border-width: 8px 8px 0px 8px;
    border-color: rgba(255, 255, 255, 0.75) transparent transparent transparent;
    right: auto;
    left: 50%;
    margin-left: -8px;
    top: auto;
    bottom: -8px;
    display: none;
}

.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet.selected:hover .tp-bullet-title:after,
.ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
}

.ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet:hover .tp-bullet-title,
.ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet:hover .tp-bullet-title {
    transform: translateX(-50%) translatey(0px);
    -webkit-transform: translateX(-50%) translatey(0px);
}

.ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
    top: 25px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(10px);
    -webkit-transform: translateX(-50%) translateY(10px);
}

.ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title:after {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(255, 255, 255, 0.75) transparent;
    right: auto;
    left: 50%;
    margin-left: -10px;
    bottom: auto;
    top: -10px;
}

.ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
}

.ares.nav-dir-horizontal.nav-pos-ver-top .tp-bullet:hover .tp-bullet-title {
    transform: translateX(-50%) translatey(0px);
    -webkit-transform: translateX(-50%) translatey(0px);
}


/**Home 2 */

.persephone.tparrows {
    cursor: pointer;
    background: rgba(201, 201, 201, 0.75);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border: 1px solid rgba(255, 255, 255, 1);
}

.persephone.tparrows:hover {
    background: rgba(0, 0, 0, 1);
}

.persephone.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 40px;
    text-align: center;
}

.persephone.tparrows.tp-leftarrow:before {
    content: "\e824";
}

.persephone.tparrows.tp-rightarrow:before {
    content: "\e825";
}


/*Home 3*/

#rev_slider_19_1 .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
}

#rev_slider_19_1 .zeus.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}

#rev_slider_19_1 .zeus.tparrows.tp-leftarrow:before {
    content: "\e824";
}

#rev_slider_19_1 .zeus.tparrows.tp-rightarrow:before {
    content: "\e825";
}

#rev_slider_19_1 .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%;
}

#rev_slider_19_1 .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#rev_slider_19_1 .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%);
}

#rev_slider_19_1 .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1;
}

#rev_slider_19_1 .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}


/*Home 4*/

.hermes.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 110px;
    position: absolute;
    display: block;
    z-index: 100;
}

.hermes.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 110px;
    text-align: center;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
    content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
    content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
    transform: translatex(20px);
    -webkit-transform: translatex(20px);
    opacity: 0;
}

.hermes .tp-arr-allwrapper {
    overflow: hidden;
    position: absolute;
    width: 180px;
    height: 140px;
    top: 0px;
    left: 0px;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
    right: 0px;
    left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
    visibility: visible;
}

.hermes .tp-arr-imgholder {
    width: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 110px;
    transform: translatex(-180px);
    -webkit-transform: translatex(-180px);
    transition: all 0.3s;
    transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(180px);
    -webkit-transform: translatex(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
}

.hermes .tp-arr-titleholder {
    top: 110px;
    width: 180px;
    text-align: left;
    display: block;
    padding: 0px 10px;
    line-height: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: rgb(255, 255, 255);
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotatex(-90deg);
    transform: rotatex(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
}


/*Home 5*/

.hermes.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 110px;
    position: absolute;
    display: block;
    z-index: 100;
}

.hermes.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 110px;
    text-align: center;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {
    content: "\e824";
}

.hermes.tparrows.tp-rightarrow:before {
    content: "\e825";
}

.hermes.tparrows.tp-leftarrow:hover:before {
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
    transform: translatex(20px);
    -webkit-transform: translatex(20px);
    opacity: 0;
}

.hermes .tp-arr-allwrapper {
    overflow: hidden;
    position: absolute;
    width: 180px;
    height: 140px;
    top: 0px;
    left: 0px;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
    right: 0px;
    left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
    visibility: visible;
}

.hermes .tp-arr-imgholder {
    width: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 110px;
    transform: translatex(-180px);
    -webkit-transform: translatex(-180px);
    transition: all 0.3s;
    transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(180px);
    -webkit-transform: translatex(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
}

.hermes .tp-arr-titleholder {
    top: 110px;
    width: 180px;
    text-align: left;
    display: block;
    padding: 0px 10px;
    line-height: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: rgb(255, 255, 255);
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotatex(-90deg);
    transform: rotatex(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
}


/*hack code ie 9*/

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .no-csstransforms3d [data-book="book-1"].book,
    .no-js [data-book="book-1"].book,
    [data-book="book-1"].book .front {
        background: #1e2327 url(../images/menu/menu-cover.png);
        background-size: cover;
    }
}

.slider-btn-about {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px 35px;
    font-family: raleway;
    border-radius: 10px;
    transition: all 0.4s !important;
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
    transition: all 0.4s;
    font-weight: bold;
    line-height: 20px;
}

.slider-btn-book {
    background-color: #00b8d7;
    color: #fff;
    padding: 15px 35px;
    font-family: raleway;
    border-radius: 10px;
    transition: all 0.7s !important;
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #00b8d7;
}

.slider-btn-book:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #fff;
}

.slider-btn-about:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 320px) and (max-width: 767px) {
    .slider-btn-about,
    .slider-btn-book,
    .tp-parallax-wrap {
        display: none;
    }
}

@media (min-width: 767px) {
    .xb {
        display: none;
    }
}