/*
 * Include necessary fonts
 */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/lora/lora-italic.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/montserrat/montserrat-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway/raleway-light.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway/raleway-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway/raleway-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway/raleway-semi-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway/raleway-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/dancingscript/dancingscript-regular.ttf') format('truetype');
}

/*
 * Define common styles
 */
html,
body {
    color: #5A6A74;
    font-family: 'Raleway', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    letter-spacing: 0.04em;
    word-spacing: 1px;
}
.content {
    overflow-x: hidden;
}
a {
    border-bottom-style: solid;
    border-bottom-width: 0;
    text-decoration: underline;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
    outline: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
a {
    border-bottom-color: #000000;
    color: #000000;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
    letter-spacing: normal;
    margin: 10px 0 20px;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 15px;
}
a:focus,
a:hover {
    border-bottom-color: #5A5A5A;
    color: #D8A62A !important;
    outline: none;
    text-decoration: underline;
}
strong,
.strong {
    font-family: 'Raleway', Helvetica, sans-serif;
    font-weight: 600;
}
li,
p,
span {
    line-height: 1.6;
}
.color-light {
    color: #FFFFFF;
}
.bg-gray {
    background-color: #F6F6F6 !important;
}
.bg-aqua {
    background-color: #00A7D0 !important;
}
.bg-blue {
    background-color: #005384 !important
}
.bg-green {
    background-color: #008D4C !important
}
.bg-olive {
    background-color: #368763 !important
}
.bg-red {
    background-color: #D33724 !important
}
.bg-maroon {
    background-color: #CA195A !important
}
.bg-orange {
    background-color: #FF7701 !important
}
.bg-yellow {
    background-color: #DB8B0B !important
}
.bg-info {
    background-color: #3498DB !important;
}
.bg-success {
    background-color: #2ECC71 !important;
}
.bg-warning {
    background-color: #F1C40F !important;
}
.bg-danger {
    background-color: #E74C3C !important;
}
.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90 {
    border-color: transparent !important;
    margin: 10px 0;
}
.spacer-10 {
    margin: 10px 0;
}
.spacer-20 {
    margin: 20px 0;
}
.spacer-30 {
    margin: 30px 0;
}
.spacer-40 {
    margin: 40px 0;
}
.spacer-50 {
    margin: 50px 0;
}
.spacer-60 {
    margin: 60px 0;
}
.spacer-70 {
    margin: 70px 0;
}
.spacer-80 {
    margin: 80px 0;
}
.spacer-90 {
    margin: 90px 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}
.section {
    background-color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 80px;
}

/*
 * Social buttons
 */
.social-btn {
    color: #FFFFFF;
    display: inline-block;
    height: 45px;
    min-width: 0;
    padding: 0;
    position: relative;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    width: 45px;
}
.social-btn.btn-round {
    border-radius: 50%;
}
.social-btn::before {
    border-radius: inherit;
    box-shadow: inset 0 0 0 35px #333333;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transition: box-shadow 0.3s, transform 0.3s;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    width: 100%;
    z-index: 0;
}
.social-btn i {
    font-size: 18px;
    line-height: 45px;
    position: relative;
    text-align: center;
    width: 45px;
}
.social-btn > span {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}
.social-btn:hover::before {
    box-shadow: inset 0 0 0 2px #333333;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
}

/*
 * Top nav with Top nav menu
 */
.navbar {
    transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.top-nav-menu .submenu {
    position: relative;
}
.top-nav-menu .submenu > .dropdown-menu {
    border-radius: 0;
    left: 100%;
    margin-left: -1px;
    margin-top: 0;
    top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.top-nav-menu .submenu:hover > .dropdown-menu {
    display: block;
}
.top-nav-menu .submenu > a:before {
    display: block;
    content: "\f105";
    color: rgba(255, 255, 255, 0.5);
    float: right;
    font-family: 'FontAwesome';
    font-size: 13px;
    width: 10px;
}
.top-nav-menu .submenu.pull-left {
    float: none;
}
.top-nav-menu .submenu.pull-left > .dropdown-menu {
    border-radius: 2px 0 2px 2px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    left: -100%;
    margin-left: 10px;
}
.top-nav-menu .collapse,
.top-nav-menu .dropup,
.top-nav-menu .dropdown,
.top-nav-menu .navbar-nav {
    position: static;
}
.top-nav-menu .dropdown-menu {
    right: auto;
}
.top-nav-collapse {
    background-color: #FFFFFF;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.navbar-custom {
    border-bottom: 1px solid rgba(255, 255,255, 0.1);
    margin-bottom: 0;
    padding: 0;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-toggle {
    color: #FFFFFF;
    font-size: 16px;
    padding: 4px 6px;
}
.navbar-custom .navbar-toggle:active,
.navbar-custom .navbar-toggle:focus {
    outline: 0 !important;
}
.navbar-custom a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.navbar-custom .navbar-nav li.active,
.navbar-custom .navbar-nav li a.active,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:hover {
    background-color: transparent;
    color: #FFFFFF !important;
    outline: none;
}
.navbar-custom .navbar-nav li > a {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px !important;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.navbar-custom .navbar-nav .dropdown-menu li > a {
    font-weight: 500;
}
.navbar-custom.top-nav-collapse .navbar-nav li.active a,
.navbar-custom.top-nav-collapse .navbar-nav li a.active,
.navbar-custom.top-nav-collapse .navbar-nav li a:focus,
.navbar-custom.top-nav-collapse .navbar-nav li a:hover {
    color: #D8A62A !important;
}
.navbar-brand > img {
    display: inline-block;
    transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.navbar-brand {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}
.navbar-custom .navbar-nav li.active span.fa,
.navbar-custom .navbar-nav li a.active span.fa,
.navbar-custom .navbar-nav li a:focus span.fa,
.navbar-custom .navbar-nav li a:hover span.fa {
    color: #FFFFFF;
    display: inline-block;
    filter: alpha(opacity=40);
    font-size: 8px;
    opacity: 0.4;
    padding: 0 0 3px;
    vertical-align: middle;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    margin-top: 1px;
}
.navbar-custom .navbar-nav .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 12px;
    padding: 10px 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width:767px) {
    .navbar {
        background: 0 0;
        letter-spacing: 1px;
        padding: 20px 0;
    }
    .top-nav-collapse {
        background-color: #FCFCFC;
        padding: 0;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
    .navbar-right > li:last-child .dropdown-menu .submenu .dropdown-menu {
        left: auto;
        right: 100%;
    }
    .top-nav-collapse a {
        color: #333333;
    }
}
@media (min-width:767px) and (max-width:992px) {
    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
    .navbar>.container .navbar-nav {
        margin-right: -15px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

/**
 * Welcome title
 */
.welcome-title {
    font-size: 4em;
}

/*
 * My Slider customization
 */
.my-slider-bullet {
    background-color: transparent !important;
    background-image: none !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    border-radius: 50%;
    box-sizing: border-box;
    width: 14px !important;
    height: 14px !important;
}
.my-slider-bullet-active {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}
.slide-title {
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase !important;
    width: 100%;
}

/*
 * Spinner
 */
.spinner-container {
    background-color: #FFFFFF;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.spinner {
    animation: rotate 2s linear infinite;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1000;
}
.spinner .path {
    animation: dash 1.5s ease-in-out infinite;
    stroke: hsl(43, 69%, 51%);
    stroke-linecap: round;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

/*
 * Footer
 */
.footer {
    background: #191919;
    color: #AAAAAA;
    padding: 80px 0;
}
.footer a {
    color: #AAAAAA;
    text-decoration: none;
}
.footer a:focus,
.footer a:hover {
    color: #FFFFFF !important;
}
.footer hr {
    border-color: #2A2A2A;
    margin: 20px auto;
}
.footer .list-inline li {
    margin: 0;
    position: relative;
}
.footer .list-inline li:not(:first-child) {
    padding-left: 5px;
}
.footer .list-inline li:not(:last-child) {
    padding-right: 5px;
}
.footer .list-inline li + li:before {
    color: #2A2A2A;
    content: "|";
    padding: 0 15px 0 0;
}

/*
 * Tanning
 */
.tanning-content {
    color: #5A6A74;
    font-family: 'Lora', Georgia, Times, serif;
    font-weight: 400;
    margin-bottom: 30px;
}

/*
 * Prices
 */
 #prices .nav-tabs .nav-link {
    text-decoration: none;
 }
 #prices .tab-pane {
    border: 1px solid #DEE2E6;
    border-top: 0;
}
.prices {
    background: #F6F6F6;
    border-radius: 2px;
    margin: 15px 0;
    overflow: hidden;
    padding: 30px 20px;
    text-align: center;
}
.prices-header {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
}
.prices-header .title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.prices-header .price {
    font-size: 70px;
    line-height: 1;
    margin: 10px 0;
}
.prices-header .price > sup {
    font-size: 30%;
}
.prices-header .price small {
    color: #888888;
    display: block;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin-top: 5px;
}
.prices-features {
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
}
.prices .prices-header {
    margin: -30px -20px 0;
    padding-top: 30px;
}
.prices .prices-header .title,
.prices .prices-header .price,
.prices .prices-header .price small {
    color: #FFFFFF;
}
.prices .prices-features {
    border-bottom: 0;
    padding: 30px 0 20px;
}

/*
 * Scroll to top customization
 */
.scrolltotop {
    background: rgba(0, 0, 0, 0.4);
    bottom: 20px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
    padding: 3px 8px 6px;
    right: 20px;
    transition: background 300ms ease 0s;
}
.scrolltotop:focus,
.scrolltotop:hover {
    background: #D8A62A;
}
#scrolltotop {
    z-index: 1000000 !important;
}

/*
 * Common responsive styles
 */
@media (max-width:767px) {
    .container {
        max-width: 100%;
    }
    .navbar-collapse .navbar-nav {
        background-color: #111111;
        margin-bottom: 0;
        margin-top: 1px;
    }
    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .navbar-nav > li:last-child {
        border-bottom: 0;
    }
    .navbar-custom .navbar-nav li.active span.fa,
    .navbar-custom .navbar-nav li a.active span.fa,
    .navbar-custom .navbar-nav li a:hover span.fa,
    .navbar-custom .navbar-nav li a:focus span.fa {
        color: #FFFFFF;
        float: right;
    }
    .navbar-custom .navbar-nav .dropdown-menu li a {
        color: rgba(255, 255, 255, 0.6);
    }
    .navbar-toggle {
        border-color: transparent;
        border-radius: 2px;
        margin-top: 12px;
        padding: 5px 6px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
        margin-bottom: 4px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        width: 20px;
    }
    .navbar-toggle .icon-bar:last-child {
        margin-bottom: 0;
    }
    .navbar-toggle:hover {
        background: #FFFFFF;
        cursor: pointer;
        filter: alpha(opacity=100);
        opacity: 1;
    }
    .navbar-toggle:hover .icon-bar,
    .top-nav-collapse .navbar-toggle:hover,
    .top-nav-collapse .navbar-toggle .icon-bar {
        background-color: #333333;
    }
    .top-nav-collapse .navbar-toggle:hover .icon-bar {
        background-color: #FFFFFF;
    }
    .top-nav-collapse .navbar-brand {
        color: #333333;
    }
    .top-nav-collapse .navbar-brand:hover {
        color: #D8A62A;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 0;
    }
    .slide-title {
        font-size: 38px;
    }
    .copyright,
    .footer .list-inline,
    .footer-social-wrapper {
        margin: 15px 0;
        text-align: center !important;
    }
    .navbar-brand > img {
        max-height: 40px;
    }
}
@media (max-width:479px) {
    .slide-title {
        font-size: 28px;
    }
    h1,
    .h1 {
        font-size: 26px;
    }
    h2,
    .h2 {
        font-size: 20px;
    }
    .prices-header .price {
        font-size: 50px;
    }
    .footer {
        margin-top: 1px;
    }
}

/*
 * The primary input mechanism cannot hover at all or cannot conveniently
 * hover (e.g., many mobile devices emulate hovering when the user performs
 * an inconvenient long tap), or there is no primary pointing input mechanism.
 */
@media (hover: none) {
    a:focus,
    a:hover {
        border-bottom-color: #000000;
        color: #000000;
    }
    .footer a:focus,
    .footer a:hover {
        color: #AAAAAA !important;
    }
    .scrolltotop:focus,
    .scrolltotop:hover {
        background: rgba(0, 0, 0, 0.4);
    }
}