/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6b6b6b;
    padding-top: 75px;
}

.home-header {
    padding-top: 0;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 100px 0;}
.space-50-top {padding-top: 50px;}
.space-50-bot {padding-bottom: 50px;}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 30px;
    border-radius: 2px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-lg {
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 40px;
    border-radius: 2px;
}

.btn-primary {
    background-color: #007cdb;
    border-color: #007cdb;
}

.btn-primary:hover {
    background-color: #007cdb;

    -webkit-box-shadow: 0 5px 20px -12px rgba(0,124,219,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,124,219,.2);
    box-shadow: 0 5px 20px -12px rgba(0,124,219,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,124,219,.2);
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    padding: 0;
}

.form-group {
    margin-bottom: 35px;
}

textarea {
    resize: none;
}

.form-control:focus {
    box-shadow: none;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Roboto Slab', sans-serif; color: #222;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #2d3359;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #2d3359;
    outline: 0;
    text-decoration: none;
    opacity: .75;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.page-info {
    margin: 20px 0 20px;
}

.page-info .breadcrumb {
    background-color: transparent;
    padding: 5px 0 0;
}

.page-info h1 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;   
}

.heading {
    margin: 0 0 50px 0;
    text-align: center;
    text-transform: uppercase;
    color: #3C4858;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
}

.container {
    position: relative;
    z-index: 5;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 15px 0 15px;
    z-index: 15;
    background-color: #fff;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.home-header header {
    background-color: transparent;
}

header .logo img {
    height: 40px;
    margin: 4px 0 0 0;
}

header nav .menu {
    font-size: 0;
    text-align: right;
}

header nav .menu .menu-item {
    display: inline-block;
    position: relative;
}

header nav .menu .menu-item .menu-item-link {
    color: #0a0a0a;
    display: block;
    padding: 16px 19px;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
}

header nav .menu .menu-item .menu-item-link img {
    position: relative;
    top: -1px;
    margin-right: 4px;
    height: 9px;
}

.home-header header nav .menu .menu-item .menu-item-link {
    color: rgba(255,255,255,.95);
}

header.header-bgr {
    background-color: #fff;
    box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12), 0 0 1px 0 rgba(144, 144, 144, 0.25);
    padding: 10px 0 10px;
}

header.header-bgr nav .menu .menu-item .menu-item-link {
    color: #0a0a0a;
}

header.header-bgr nav .menu .menu-item .menu-item-link:hover {
    color: #007cdb;
}

header.header-bgr nav .menu .menu-item .nav-arrow i {
    color: #0a0a0a;
}

header nav .menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.96);
    left: 0;
    right: auto;
    position: absolute;
    padding: 8px 0;
    z-index: 10;
    display: none;
    border-radius: 0 0 4px 4px;
    margin-top: -10px;

    -webkit-box-shadow: 0 4px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 3px rgba(0,0,0,.08);

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header nav .menu li:hover > .sub-menu {
    display: block;
    margin-top: 0;
}

header nav .menu .sub-menu li > ul.sub-menu:before {
    display: none;
}

header nav .menu .sub-menu li > ul.sub-menu {
    top: 0;
    left: 100%;
    right: auto;
    display: none;
}

header nav .menu .sub-menu .sub-menu-item {
    display: block;
    position: relative;
}

header nav .menu .sub-menu .sub-menu-item-link {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    min-width: 200px;
    margin: 0;
    padding: 7px 20px;
}

header nav .menu .sub-menu .sub-menu-item-link img {
    position: relative;
    top: -1px;
    margin-right: 4px;
    height: 9px;
}

header nav .menu .sub-menu .sub-menu-item-link:hover {
    color: #007cdb;
}

.nav-arrow {
    position: absolute;
    right: -5px;
    top: 50%;
    text-align: center;
    margin-top: -9px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
}

.home-header .nav-arrow i {
    color: #fff;
}

.nav-arrow i {
    margin-top: 1px;
    font-size: 14px;
    color: #0a0a0a;
}




.intro {
    background: url(../imgs/intro.webp) center center no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
    position: relative;
    padding-top: 50px;
}

.intro:after {
    content: "";
    background-color: rgba(0,0,0,.4);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro h1 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 50px 15px 50px;
}

.intro h2 {
    font-size: 18px;
    color: #fff;
}

.intro .btn {
    display: table;
    margin: 25px auto;
}

.intro img {
    height: 200px;
}

.new-world h3 {
    color: #0084e2;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.home-room.medusas-gate {
    padding: 150px 0;
    background: url('../imgs/home-medusas-gate.jpg') center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    border-bottom: 20px solid #e5bb45;
}

.home-room.medusas-gate img {
    margin: 0 auto;
    display: table;
}

.home-room.medusas-gate .btn {
    margin: 20px auto 0;
    display: table;
}

.home-room.piramid {
    padding: 150px 0;
    background: url('../imgs/home-piramid.jpg') center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home-room.piramid img {
    margin: 0 auto;
    display: table;
}

.home-room.piramid .btn {
    margin: 20px auto 0;
    display: table;
}

.what-is {
    text-align: center;
}

.what-is h3 {
    color: #0084e2;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.home-prices {
    background: url('../imgs/home-prices.jpg') center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.home-prices h3 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.home-prices .plan {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 15px 0;
    color: #fff;
}

.home-prices .price-row {
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}

.home-prices .price-row span {
    font-weight: bold;
}

.home-prices .hint {
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}

.home-prices .hint a {
    color: #fff;
    text-decoration: underline;
}

footer {
    background-color: #323437;
    border-top: 6px solid #fff;
    padding: 30px 0;
}

.footer-worktime {
    opacity: .86;
    color: #fff;
}

.footer-worktime span {
    font-weight: bold;
}

.footer-worktime p {
    color: #fff;
    opacity: .86;
    font-size: 13px;
}

.footer-contacts ul li {
    opacity: .86;
    color: #fff;
}

.footer-contacts ul li a {
    color: #fff;
    font-size: 13px;
    opacity: .86;
}

.footer-contacts ul li span {
    margin-right: 5px;
    font-weight: bold;
}

.footer-social ul li {
    display: inline-block;
    margin-right: 25px;
}

.footer-social ul li a {
    opacity: .86;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
}

footer .footer-menu ul {
    text-align: center;
}

footer .footer-menu ul li {
    display: inline-block;
    margin: 0 11px;
}

footer .footer-menu ul li a {
    color: #fff;
    font-size: 13px;
    opacity: .86;
}

footer .footer-menu ul li a:hover {
    opacity: .76;
}

footer hr {
    border-top: 1px solid #717171;
    margin: 35px 0;
}

footer .footer-copyright {
    text-align: center;
    padding: 30px 0 0;
    color: #fff;
    font-size: 14px;
}


.blog-list ul li {
    margin: 0 0 60px 0;
}

.blog-list ul li h2 {
    margin: 15px 0 10px 0;
}

.blog-list ul li h2 a {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #2d3359;
}

.blog-list ul li p {
    margin: 0 0 10px 0;
}

.blog-list ul li .blog-img img {
    -webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.blog-list ul li .meta {
    color: #2d3359;
}

.blog-view h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 15px;
    color: #3C4858;
    font-weight: bold;
}

.blog-view .meta {
    margin: 0 0 30px 0;
}

.blog-view .blog-desc {
    margin: 30px 0 50px 0;
}

.blog-view .blog-info {
    margin: 0 0 40px 0;
}

.blog-view .blog-info span {
    display: inline-block;
    margin-right: 4px;
}

.blog-view .blog-info .blog-categories {
    display: inline-block;
}

.blog-view .blog-info .blog-categories li {
    margin: 0 1px;
    display: inline-block;
}

.blog-view .blog-info .blog-categories li a {
    color: #fff;
    display: block;
    padding: 4px 15px;
    border-radius: 30px;
    background-color: #007cdb;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.blog-view .blog-info .blog-social {
    float: right;
}

.blog-view .blog-info .blog-social li {
    display: inline-block;
    margin: 0 3px;
}

.blog-view .blog-info .blog-social li:last-of-type {
    margin-right: 0;
}

.blog-view .blog-info .blog-social li a {
    display: block;
    height: 45px;
    width: 45px;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    background-color: #333;
    text-align: center;
    border-radius: 100%;
}

.blog-comments .comment-num {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    margin: 50px 0 10px 0;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif;
    color: #3C4858;
}

.blog-comments h3 {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 50px 0;
    color: #3C4858;
}

.blog-comments .icon-comment {
    margin: 0 auto;
    display: table;
}

.blog-comments .icon-comment img {
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.2);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12), 0 3px 5px -1px rgba(0,0,0,.2);
}


.related-posts {
    background-color: #E5E5E5;
}

.related-posts .heading {
    margin-bottom: 80px;
}

.related-posts .related-post {
    padding: 0 15px 15px 15px;
    background-color: #fff;
    margin: 0 0 30px 0;
    border-radius: 6px;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.related-posts .related-post .related-post-image {
    margin: 0 0 23px 0;
    border-radius: 6px;

    -webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}

.related-posts .related-post .related-post-image:hover {
    opacity: .96;
}

.related-posts .related-post .related-post-image img {
    margin-top: -30px;
    border-radius: 6px;
}

.related-posts .related-post .related-post-title {
    margin: 0 0 10px 0;
    padding: 0 15px;
}

.related-posts .related-post .related-post-title {
    font-size: 18px;
    line-height: 24px;
}

.related-posts .related-post .related-post-title a {
    color: #2d3359;
    font-weight: bold;
}

.related-posts .related-post .related-post-desc {
    padding: 0 15px;
}


.faq .question {
    background-color: #fff;
    padding: 20px 45px 20px 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    position: relative;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.faq .accordion .question:after {
    font-family: 'FontAwesome';
    content: "\f106";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -13px;
}

.faq .accordion .question.collapsed:after {
    content: "\f107";
}

.faq .answer {
    border-top: 2px solid #000;
}
.faq .answer .answer-content {
    padding: 30px 25px;
}

.faq .accordion-item {
    margin: 0 0 25px 0;
    box-shadow: 0px 2px 15px rgba(125, 139, 140, 0.15);
    border: 2px solid #000;
}

.faq .accordion-item:last-of-type {
    margin: 0;
}


.contact .worktime {
    margin: 0 0 30px 0;
}

.contact .worktime p {
    font-size: 18px;
    line-height: 24px;
}

.contact .worktime p span {
    font-weight: bold;
    margin: 0 0 5px 0;
    display: block;
    color: #3C4858;
}

.contact .contact-info {
    margin: 0 0 30px 0;
}

.contact .contact-info ul li {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.contact .contact-info ul li span {
    font-weight: bold;
    color: #3C4858;
}

.contact .contact-social ul li {
    display: inline-block;
}

.contact .contact-social ul li a {
    display: block;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.contact .info {
    padding: 0 0 0 50px;
}


.content h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 30px 0;
    color: #fff;
}

.content h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px 0;
    color: #fff;
}

.content h6 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    color: #fff;
}

.content p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.content {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 30px 40px;
}

.room .room-history {
    border-top: 20px solid #e5bb45;
    border-bottom: 20px solid #0084e2;
}

.room .room-partners {
    margin-bottom: 100px;
}

.room .room-video {
    background-color: #e6e6e6;
}

.room .room-video iframe {
    margin: 0 auto;
    display: table;
}


.room .room-gallery a {
    margin: 0 0 30px 0;
    display: block;
}

.calendar .master-table {
    margin: 0 auto;
    display: table;
}

.thead {
    width: 6rem;
    text-align: center;
}

.table td, .table th {
    border: 1px solid #fff;
}

.free {
    background-color: #a7ffa3;
}

.get {
    background-color: #bdbdbd;
    color: #fff;
}

.past {
    background-color: #ffa9a9;
    color: #fff;
}

.next-week.next {
    float: left;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

.next-week.next:hover {
    text-decoration: underline;
}

.next-week.next i {
    margin-left: 5px;
}

.next-week.previous {
    float: right;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

.next-week.previous:hover {
    text-decoration: underline;
}

.next-week.previous i {
    margin-right: 5px;
}