/** Common styles **/
html, body {
    color: #000;
    height: 100%;
}

body {
    background: #000;
    font-size: 16px;
}

a:focus, button:focus {
    outline: 0 !important;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
}

.container-image {
    background-repeat: no-repeat;
    background-size: 450%;
    float: left;
    height: 55px;
    width: 55px;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes escape-left {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: -100px;
    }
}

@keyframes escape-left {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: -100px;
    }
}

@-webkit-keyframes comefrom-left {
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: -65px;
    }
}

@keyframes comefrom-left {
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: -65px;
    }
}
@font-face {
    font-family: 'Lato';
    src: url('https://webcdn.tabs.no/fonts/google/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('https://webcdn.tabs.no/fonts/google/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('https://webcdn.tabs.no/fonts/google/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('https://webcdn.tabs.no/fonts/google/Lato-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

body, input, select, textarea {
    font-family: Lato, sans-serif;
}

body, input, select, textarea, a, h1, h2, h3, h4, h5, h6 {
    font-family: Lato, sans-serif;
}

.section-ring {
    text-align: right;
}

.section-ring ::-webkit-input-placeholder {
    color: #428fa1;
    opacity: 0.8;
    font-size: 18px;
}

.section-ring :-moz-placeholder {
    color: #428fa1;
    opacity: 0.8;
    font-size: 18px;
}

.section-ring ::-moz-placeholder {
    color: #428fa1;
    opacity: 0.8;
    font-size: 18px;
}

.section-ring :-ms-input-placeholder {
    color: #428fa1;
    opacity: 0.8;
    font-size: 18px;
}

@media (max-width: 991px) {
    .section-ring {
        text-align: left;
    }
}

.section-ring h3 {
    margin-right: 35px;
}

.section-ring .form-control {
    color: #428fa1;
    height: 50px;
    width: 50% !important;
}

.section-ring .input-group {
    border-radius: 30px;
    float: right;
    box-shadow: -9px 2px 20px 0 rgba(0, 0, 0, 0.75);
}

@media (max-width: 991px) {
    .section-ring .input-group {
        float: left;
    }
}

.section-ring .input-first {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    padding-left: 25px;
}

@media (max-width: 991px) {
    .section-ring .input-first {
        width: 40%;
    }
}

.section-ring .input-group .form-control:not(:first-child):not(:last-child) {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    padding-right: 47px;
}

@media (max-width: 991px) {
    .section-ring .input-group .form-control:not(:first-child):not(:last-child) {
        width: 60%;
    }
}

.section-ring .input-group-btn {
    top: 3px;
    z-index: 4;
}

.section-ring .btn {
    background-color: #428fa1;
    border-radius: 50% !important;
    color: #ffffff;
    height: 45px;
    padding: 0;
    margin-left: -48px !important;
    margin-top: -5px;
    border: 3px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
    width: 45px;
}

.section-ring .btn:hover {
    -webkit-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/** Sections styles **/
h1 {
    margin: 0;
    padding: 0 0 0 60px;
    height: auto;
    max-height: 100px;
}

h1 a {
    display: block;
    width: 496px;
    height: 95px;
    background-size: contain;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 991px) {
    h1 {
        padding: 0 0 0 15px;
    }
}

@media (max-width: 767px) {
    h1 a {
        width: 250px;
        height: 49px;
    }
}

svg {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    svg {
        width: 200px;
    }
}

@media (max-width: 767px) {
    svg {
        width: 100px;
    }
}

.header-main {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}

/*.header-main .container {
    background: #FFF;
}*/

@media (max-width: 767px) {
    .header-main {
        padding-top: 0;
    }

    .header-main .container {
        padding: 0;
    }
}

.header-main .header-main-logo {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    height: 120px;
    position: relative;
    width: 300px;
}

@media (max-width: 991px) {
    .header-main .header-main-logo {
        left: 0;
        width: 200px;
    }
}

@media (max-width: 767px) {
    .header-main .header-main-logo {
        width: 130px;
    }
    .header-main-polygon {
        width: 130px;
    }
}

.header-main-polygon {
    height:50px;
}

.header-main.open {
    background: #ffffff;
}

.flexi .header-main {
    background-color: #ffffff !important;
    border-bottom: 1px solid #adadad;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
    z-index: 100;
}

@media (max-width: 767px) {
    .flexi .header-main {
        padding: 5px 0 5px 0;
    }
}

.flexi .header-main.open {
    background: #ffffff;
}

.flexi .header-main-logo {
    background-color: transparent;
    height: 70px;
}

.flexi h1 a {
    width: 250px;
    height: 49px;
}

.flexi .header-navbar-button {
    margin-top: 15px;
}

.flexi svg {
    opacity: 0;
}

.main-nav {
    clear: both;
    display: none;
}

.main-nav ul {
    padding: 10px 0 15px;
    list-style-type: none;
    margin-right: 25px;
    text-align: right;
}

@media (max-width: 767px) {
    .main-nav ul {
        padding-left: 20px;
        padding-top: 20px;
    }
}

.main-nav a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 32px;
}

.main-nav a:hover {
    color: #428fa1;
}

.header-navbar-button {
    -webkit-animation: fade-in 2s 5s ease-out both;
    animation: fade-in 2s 5s ease-out both;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    outline: 0 !important;
    padding: 18px 0;
    position: relative;
    user-select: none;
    z-index: 1000;
}

.header-navbar-button .navicon:before, .header-navbar-button .navicon:after {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.header-navbar-button:hover .navicon:before, .header-navbar-button:hover .navicon:after {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.header-navbar-button:hover .navicon:before {
    top: 9px;
}

.header-navbar-button:hover .navicon:after {
    top: -9px;
}

.header-navbar-button-title {
    -webkit-animation: comefrom-left 0.1s linear;
    animation: comefrom-left 0.1s linear;
    font-family: RobotoCondensedRegular;
    font-size: 22px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 1);
    left: -65px;
    position: absolute;
    text-transform: uppercase;
    top: 4px;
}

.open .header-navbar-button-title {
    -webkit-animation: escape-left 0.1s linear both;
    animation: escape-left 0.1s linear both;
}

.navicon {
    position: relative;
    width: 35px;
    height: 3px;
    background: #000000;
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.95);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navicon:before, .navicon:after {
    display: block;
    content: "";
    height: 3px;
    width: 35px;
    background: #000000;
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: -1;
}

.navicon:before {
    top: 9px;
}

.navicon:after {
    top: -9px;
}

.open .navicon:before,
.open .navicon:after {
    top: 0 !important;
    background: #000000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.open .navicon {
    -webkit-transition: padding 0;
    -o-transition: padding 0;
    transition: padding 0;
    background: transparent;
}

.open .navicon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .navicon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open .header-main-logo {
    opacity: 1;
}

.main-section {
    max-height: 1200px;
    min-height: 600px;
    padding-top: 100px;
    position: relative;
}

@media (max-width: 991px) {
    .main-section {
        height: 1000px;
    }
}

.main-section h2 {
    color: #428fa1;
    font-size: 28px;
}

.main-section .home-container {
    height: 100%;
    position: relative;
    margin-top: 350px;
}

@media (max-width: 767px) {
    .main-section .home-container {
        padding-top: 55px;
    }
}

.call-me-container {
    margin-top:160px;
}

@media (max-width: 991px) {
    .call-me-container {
        margin-top: 160px;
        margin-bottom: 50px;
        text-align: center;
    }
}

.main-section .main-section-offers {
    bottom: 20px;
    margin: auto;
    position: absolute;
    width: 100%;
}

@media (max-width: 767px) {
    .main-section .main-section-offers {
        bottom: 50px;
    }
}

.main-section .main-section-offer {
    font-family: Lato, sans-serif;
    cursor: pointer;
    text-align: center;
}

.main-section .main-section-offer h2 {
    font-family: Lato, sans-serif;
    font-size: 22px;
    margin-bottom: 27px;
}

.main-section .main-section-offer .price {
    font-size: 30px;
}

.main-section .main-section-offer .text {
    font-size: 14px;
}

.main-section .main-section-offer > div {
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color .3s ease-in-out;
    min-height: 130px;
    padding: 20px;
}

.main-section .main-section-offer > div:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    .main-section .main-section-offer > div {
        margin: 10px auto auto auto;
        text-align: center;
        width: 400px;
    }
}

@media (max-width: 767px) {
    .main-section .main-section-offer > div {
        padding: 20px 20px;
        width: auto;
    }
}

.main-section .main-section-offer > div .price {
    font-size: 26px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.main-section .main-section-offer > div .text {
    color: #9f9f9f;
}

.main-section .main-section-offer-side {
    margin-top: 13px;
}

.main-section .main-section-offer-side > div {
    height: 185px;
}

@media (max-width: 991px) {
    .main-section .main-section-offer-side > div {
        height: auto;
    }
}

@media (max-width: 991px) {
    .main-section .main-section-offer-side {
        margin: 0;
    }
}

.main-section .btn-secondary {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-animation: show-in-button 1.5s 4s ease-out both;
    animation: show-in-button 1.5s 4s ease-out both;
    background-color: rgba(66, 143, 161, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.8);
    bottom: 245px;
    border-radius: 4px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 28px;
    height: 75px;
    left: 50%;
    margin-left: -225px;
    position: absolute;
    width: 450px;
}

.main-section .btn-secondary:hover {
    background-color: #428fa1;
}

@media (max-width: 991px) {
    .main-section .btn-secondary {
        top: 150px;
    }
}

@media (max-width: 479px) {
    .main-section .btn-secondary {
        font-size: 24px;
        width: 250px;
        margin-left: -125px;
    }
}

@media(max-width: 991px) {
    .main-section {
        padding-top: 300px;
    }
}
.contact-section {
    background-color: #232323;
    color: #ffffff;
    font-family: Lato, sans-serif;
    font-size: 22px;
    padding: 50px 0;
}

.contact-section h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-section h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.contact-section input {
    font-size: 18px;
}

.contact-section .name {
    color: #428fa1;
}

@media (max-width: 991px) {
    .contact-section .contact-section-facebook {
        margin-bottom: 55px;
    }
}

.contact-section .contact-section-facebook-link {
    float: left;
}

.contact-section .contact-section-facebook-link img {
    height: 55px;
    margin-right: 10px;
    width: 55px;
}

.contact-section .contact-section-facebook-text {
    margin-top: 22px;
}

.contact-section .contact-section-phone a[href^="tel:"] {
    color: #FFF;
}

.contact-section .contact-section-phone p:first-child {
    line-height: 21px;
}

.contact-section .contact-section-phone p:last-child {
    line-height: 23px;
}

@media (max-width: 991px) {
    .contact-section .contact-section-phone {
        margin-bottom: 55px;
    }
}

.contact-section .container-image {
    background-position: -110px -40px;
    margin-right: 10px;
}

.calendar-section {
    background-size: cover;
    font-family: Lato, sans-serif;
    padding: 120px 0 40px 0;
    position: relative;
}

.calendar-section h2 {
    color: #428fa1;
    font-size: 27px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .calendar-section .calendar-section-calendar-container {
        padding: 0;
    }
}

.calendar-section .calendar-section-calendar {
    background-color: #fff;
    height: 400px;
    padding: 50px;
}

@media (max-width: 479px) {
    .calendar-section .calendar-section-calendar {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .calendar-section .calendar-section-calendar {
        padding: 30px 15px;
    }
}

.calendar-section .calendar-section-calendar h2 {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .calendar-section .calendar-section-calendar h2 {
        font-size: 26px;
    }
}

.calendar-section .calendar-section-calendar li {
    border-bottom: 1px solid #adadad;
    font-size: 18px;
    padding: 5px 0 5px 0;
}

.calendar-section .calendar-section-calendar li:last-child {
    border: 0;
}

.calendar-section .calendar-section-calendar li:hover span:nth-child(2) a {
    color: #428FA1;
}

@media (max-width: 479px) {
    .calendar-section .calendar-section-calendar li {
        font-size: 15px;
    }
}

.calendar-section .calendar-section-calendar .container-image {
    background-position: -150px -25px;
    background-size: 400%;
    position: absolute;
    right: 60px;
    top: 38px;
}

@media (max-width: 767px) {
    .calendar-section .calendar-section-calendar .container-image {
        right: 15px;
        top: 10px;
    }
}

@media (max-width: 479px) {
    .calendar-section .calendar-section-calendar .text {
        display: inline-block;
        width: 70%;
    }
}

.calendar-section .calendar-section-calendar .date {
    color: #428fa1;
    position: absolute;
    right: 65px;
}

@media (max-width: 767px) {
    .calendar-section .calendar-section-calendar .date {
        right: 15px;
    }
}

.calendar-section .calendar-section-news-container {
    height: 500px;
    position: relative;
}

@media (max-width: 991px) {
    .calendar-section .calendar-section-news-container {
        height: 240px;
    }
}

.calendar-section .calendar-section-news-container h2 {
    margin-bottom: 10px;
}

.calendar-section .calendar-section-news-container .calendar-section-news {
    bottom: 0;
    position: absolute;
}

.calendar-section .calendar-section-news-container .calendar-section-news .more {
    color: #428fa1;
    display: block;
    font-size: 18px;
    margin-bottom: 100px;
}

.calendar-section .calendar-section-news-container .calendar-section-news .text {
    color: #ffffff;
    font-size: 18px;
}

.calendar-section .calendar-section-company {
    bottom: 7px;
    color: #adadad;
    font-size: 12px;
    font-family: Lato, sans-serif;
    position: absolute;
    right: 15px;
}

.calendar-section .calendar-section-company a {
    color: #adadad;
}

.main-footer {
    background-color: #232323;
    color: #fff;
    font-family: Lato, sans-serif;
    padding: 50px 0 60px;
    position: relative;
}

@media (max-width: 991px) {
    .main-footer {
        height: 700px;
    }
}

.main-footer li {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .main-footer li {
        margin-bottom: 5px;
    }
}

.main-footer h5 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    margin-bottom: 7px;
}

.main-footer a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    margin-right: 5px;
}

.main-footer a:hover {
    color: #428fa1;
}

.main-footer .row {
    position: relative;
}

@media (max-width: 991px) {
    .main-footer .row {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .main-footer .main-footer-socials {
        bottom: -80px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
}

.main-footer .main-footer-socials .main-footer-socials-icons {
    margin: 10px 0 10px -7px;
}

.main-footer .main-footer-socials .main-footer-socials-icons a {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.main-footer .main-footer-socials .main-footer-socials-icons a:hover {
    opacity: .7;
}

@media (max-width: 767px) {
    .main-footer .footer-logo {
        margin-bottom: 25px;
    }
}

.main-footer .footer-logo img {
    width: 185px;
}

@media (max-width: 991px) {
    .main-footer .footer-logo img {
        position: relative;
        left: -30px;
    }
}

.main-footer .footer-link-right {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .main-footer .footer-offer {
        margin-bottom: 25px;
    }
}

.main-footer .footer-offer h5 {
    margin-bottom: 15px;
}

.main-footer .footer-offer ul {
    float: left;
    width: 50%;
}

@media (max-width: 991px) {
    .main-footer .footer-offer ul {
        float: none;
        width: 100%;
    }
}

.main-footer .footer-links {
    text-align: right;
}

@media (max-width: 991px) {
    .main-footer .footer-links {
        text-align: left;
    }
}

.main-footer .footer-links h5 {
    margin-bottom: 15px;
}

.main-footer .footer-links a {
    margin-right: 0;
}

.subpage-order-section {
    margin-top: 200px;
}

@media (max-width: 991px) {
    .subpage-order-section .button-container {
        text-align: center;
    }
}

.subpage-order-section .btn-secondary {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-animation: show-in-button 1.5s 4s ease-out both;
    animation: show-in-button 1.5s 4s ease-out both;
    background-color: rgba(66, 143, 161, 0.95);
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    height: 60px;
    margin-top: 30px;
    margin-left: -15px;
    width: 350px;
}

.subpage-order-section .btn-secondary:hover {
    background-color: #428fa1;
}

@media (max-width: 991px) {
    .subpage-order-section .btn-secondary {
        margin: auto;
    }
}

@media (max-width: 479px) {
    .subpage-order-section .btn-secondary {
        font-size: 18px;
        width: 250px;
    }
}

@media (max-width: 991px) {
    .subpage-order-section .section-ring {
        margin-top: 80px;
    }
}

.subpage-news-section .row {
    background: #fff;
    padding-bottom: 50px;
}

.subpage-news-section {
    font-family: Lato, sans-serif;
    padding-bottom: 125px;
    color: #000;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .subpage-news-section {
        margin-top: 100px;
    }
}

.subpage-news-section a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: #428FA1;
}

.subpage-news-section a:hover {
    color: #428fa1;
}

.subpage-news-section .news-socials-container {
    background-color: #fff;
    min-height: 800px;
}

@media (max-width: 991px) {
    .subpage-news-section .news-socials-container {
        min-height: 0;
    }
}

.subpage-news-section .news-socials {
    padding: 70px 20px 0 60px;
}

@media (max-width: 991px) {
    .subpage-news-section .news-socials {
        padding: 40px 15px 20px 15px;
    }
}

@media (max-width: 479px) {
    .subpage-news-section .news-socials {
        padding: 20px 0;
    }
}

.subpage-news-section .news-socials h2 {
    color: #428fa1;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 300;
}

@media (max-width: 991px) {
    .subpage-news-section .news-socials h2 {
        font-size: 32px;
    }
}

.subpage-news-section .news-socials a:hover {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #428fa1;
    opacity: 0.8;
}

.subpage-news-section .news-socials p {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 35px;
}

@media (max-width: 479px) {
    .subpage-news-section .news-socials p {
        font-size: 16px;
    }
}

.subpage-news-section .news-socials header ul {
    margin: 0;
    padding: 10px 0 0 0;
}

.subpage-news-section .news-socials header li {
    list-style-type: none;
    float: left;
    padding: 0 10px;
    font-size: 12px;
    line-height: 19px;
    border-left: 1px solid #c1c1c1;
}

@media (max-width: 479px) {
    .subpage-news-section .news-socials header li {
        padding: 0 5px;
    }
}

.subpage-news-section .news-socials header li:first-child {
    border: none;
    font-size: 14px;
    padding-left: 0;
}

.subpage-news-section .news-socials header li img {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    left: -4px;
    top: -1px;
    position: relative;
}

@media (max-width: 479px) {
    .subpage-news-section .news-socials header li img {
        left: 0;
    }
}

.subpage-news-section .news-socials header li img:hover {
    opacity: 0.8;
}

@media (max-width: 479px) {
    .subpage-news-section .news-socials header li span {
        display: none !important;
    }
}

.subpage-news-section .news-main-image {
    margin-bottom: 20px;
    margin-top: 25px;
}

.subpage-news-section .news-list {
    background-color: #fff;
    min-height: 800px;
    padding: 70px 20px 0 60px;
}

@media (max-width: 1199px) {
    .subpage-news-section .news-list {
        min-height: 949px;
    }
}

@media (max-width: 991px) {
    .subpage-news-section .news-list {
        min-height: 0;
        padding: 20px 30px 40px 30px;
    }
}

@media (max-width: 479px) {
    .subpage-news-section .news-list {
        margin-top: 50px;
        min-height: 0;
        padding: 20px 15px;
    }
}

.subpage-news-section .news-list p {
    margin-bottom: 45px;
}

.subpage-news-section .news-list img {
    margin-bottom: 3px;
    margin-right: 10px;
    width: 14px;
}

.subpage-news-section .news-list h2 {
    color: #428fa1;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .subpage-news-section .news-list h2 {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

.subpage-news-section .news-list li {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .subpage-news-section .news-list li {
        padding-bottom: 20px;
    }
}

/** Pages styles **/
.main-bg {
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.main-bg.stopped {
    -webkit-animation: none;
    animation: none;
}

.main-bg .main-bg-cover {
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.home-page.flexi h1 {
    height: 70px;
}


#subpage.flexi .header-main h1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

#subpage .header-navbar-button {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
}

#subpage .header-main-logo {
    height: 40px;
    opacity: 1;
}

@media (max-width: 767px) {
    #subpage .header-main-logo {
        width: 200px;
    }
}

#subpage .header-main {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    #subpage .header-main {
        padding-bottom: 0;
    }
}

#subpage .header-main h1 {
    margin-bottom: 25px;
    margin-top: 25px;
    padding-left: 0;
}

#subpage .header-main h1 a {
    background-size: contain;
}

#subpage .section-ring h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

/*PRISERLIST*/
.tabs-category {
    padding: 5px 25px;
}

.tabs-category h5 {
    margin: 45px 0 30px 0;
}

.tabs-category nav {
    overflow: hidden;
    margin-top: 15px;
}

.tabs-category nav ul {
    height: 32px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tabs-category nav li {
    float: left;
    list-style-type: none;
    border-bottom: 2px solid #428FA1;
    padding: 0 14px;
}

.tabs-category nav li:first-child {
    padding-left: 0;
}

.tabs-category nav li:last-child {
    padding-right: 0;
}

.tabs-category nav li a {
    display: block;
    padding: 0 20px;
    line-height: 30px;
    font-size: 24px;
    color: #428FA1;
    position: relative;
    z-index: 0;
}

.tabs-category nav li a:before {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    position: absolute;
    height: 30px;
    left: 0;
    right: 0;
    bottom: -30px;
    background: #428FA1;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}

.tabs-category nav li a.active {
    color: #fff;
}

.tabs-category nav li a.active:before {
    bottom: 0;
}

@media (max-width: 991px) {
    .tabs-category {
        padding: 10px 0;
    }

    .tabs-category nav li {
        padding: 0;
        border-bottom: none;
    }

    .tabs-category nav li a {
        font-size: 14px;
        padding: 0 10px;
    }

    .tabs-category nav li a:before {
        border-radius: 3px;
    }
}

.tab-content {
    display: none;
}

#subpage .tabs-category nav ul {
    float: left;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
}

#subpage .tabs-category nav li {
    float: left;
    border: 0;
}

.tabs-category nav li a::before {
    border-radius: 0 0 0 0 !important;
    background: #428FA1 !important;
}

#subpage .news-socials h5 {
    color: #428FA1;
    font-size: 2em;
    margin-top: 0;
}

#tablist {
    margin-bottom: 50px;
}

.subpage-news-section #tablist .row {
    padding-bottom: 15px;
}

/* order package popup */
.contact_form div {
    padding: 2px;
    position: relative;
}

.contact_form input {
    padding: 12px;
    height: 50px;
    margin-bottom: 6px;
    width: 100%;
    border: 0;
    color: #333;
    border-radius: 2px;
}

.contact_form textarea {
    padding: 12px 12px 60px;
    height: 162px;
    width: 100%;
    margin-left: 0;
    border: 0;
    color: #333;
    border-radius: 2px;
}

.contact_form input.submit_button {
    width: 90px;
    height: 46px;
    text-transform: uppercase;
    font-weight: 700;
    background: #428FA1;
    border: 1px solid #fff;
    position: absolute;
    top: 112px;
    right: 6px;
    border-radius: 4px;
    color: #fff;
}

#Overlay {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#Popup {
    margin: 40px auto;
    width: 100%;
    min-height: 260px;
    background: #ddd;
}

#Popup h2 {
    color: #428FA1;
    margin-top: 0;
    margin-bottom: 20px;
}

#Popup .contact_form input.submit_button {
    width: 120px;
}

#Popup .contact_form input.submit_button:hover {
    opacity: .9;
}

#Popup .contact_form input.submit_button:focus {
    color: #428FA1;
    background-color: #fff;
    border: 2px solid #428FA1;
}

#Popup .contact_form textarea {
    margin: 3px;
}

#Popup .contact_form div {
    padding: 0;
}

.PopupForm {
    padding: 20px;
}

.Close {
    color: #fff;
    margin: 0 0 -40px;
    padding: 15px;
    float: right;
    width: 50px;
    height: 50px;
    z-index: 10;
    text-indent: -9999px;
    background: url("/img/close.svg") center no-repeat;
    background-size: 24px;
}

@media (min-width: 480px) {
    #Popup {
        width: 480px;
        margin: 10% auto;
    }
}

@media (min-width: 992px) {
    .contact_form textarea {
        margin-left: 3px;
    }
}

/*Mobile fix*/
@media (max-width: 470px) {
    .header-main .header-main-logo {
        height: 80px;
    }

    h1 a {
        background-position: center bottom;
    }

    .main-section .btn-secondary {
        top: 40px;
    }

    .subpage-order-section .section-ring {
        margin-top: 10px;
    }

    .subpage-order-section {
        margin-top: 120px;
    }

    .subpage-news-section {
        margin-top: 20px;
        padding-bottom: 25px;
    }


    #subpage.Calendar .CalendarContainer {
        margin: 100px 0 0 0;
    }

    .calendar-section {
        padding: 40px 0 40px;
    }
}

/* CUSTOM CALEDAR STYLES*/
#calendar h2 {
    color: #1D202F;
}

.CalendarResoultList h2 {
    color: #428FA1;
}

.CalendarResoultList h3, #resultList p, .modal-header h3, .modal-header-text {
    color: #000;
}

.BookingCalList {
    background-color: #F3F3F3;
    color: #000333;
}

.modal-header {
    background-color: #DBDBDB;
}

.CalendarResoultList {
    color: #000333 !important;
}

.Active .Mark {
    background-color: #428FA1;
    color: #fff;
}

.SlotValue.BestillSmallBtn {
    background: #428FA1;
    color: #fff;
    padding: 10px 60px;
    text-align: center;
}

#calendar .fc-next-button, #calendar .fc-prev-button {
    background-color: #428fa1;
    color: #fff;
}

#loginForm .btn-primary, #loginForm .btn-primary:hover {
    background-color: #428FA1;
    color: #fff;
}

#registerForm .btn-primary:hover {
    background-color: #1D202F;
}

.tabs-category nav li a::before {
    background-color: #1D202F;
    color: #fff;
}

.news .news-socials a:hover {
    color: #428FA1;
}

.tab-price .row:hover {
    background-color: #fafafa;
}

.tab-price .row {
    border-color: #BABABA;
    padding: 15px 0;
}

.tabs-category nav li a {
    color: #1D202F;
}

.tabs-category nav li {
    border-color: #1D202F;
}

.Mark {
    font-weight: 700;
}

.CalendarResoultList h2 {
    font-size: 28px;
}

.TilbakeFilter {
    margin: -4px -7px 0 -7px;
    color: #272A36;
}

ul.main-info-locations-list li:hover, ul.main-info-locations-list li.active {
    cursor: pointer;
    color: #272A36;
}

.CalendarRow ul {
    padding-left: 0;
}

.Calendar article header h2 {
    visibility: hidden;
}

.Calendar .CalendarRow {
    margin: 0 15px;
}

.Calendar .CalendarResoultList {
    font-size: .9em;
}

.Calendar .main-section .btn {
    background: #272A36;
}

.CalendarDescription p {
    font-size: 1.2em;
}

.Calendar .CourseList {
    font-size: 1em;
}

span.Year {
    display: none;
}

.CourseList.SecondLine.LineBesill {
    font-size: 18px;
}

.Calendar main h2:first-child {
    visibility: hidden;
}

.Calendar main .CalendarContainer h2 {
    visibility: visible;
}

a.trigger_social_popup {
    color: #000;
}

.CalendarResoultList li {
    border-bottom: 1px solid rgba(77, 77, 77, 0.5);
}

/* employees */
#ansatte {
    margin-top: 50px;
}

.employees-box img {
    max-width: 120px;
    margin-left: auto;
    border-radius: 50%;
    margin-right: 10px;
}

.employees-box {
    margin-bottom: 30px;
}

/*# sourceMappingURL=main.css.map */

input:focus {
    outline: none !important;
}

@media screen and (max-width: 470px) {
    #subpage {
        background: none;
    }

    .Calendar .subpage-order-section {
        display: none;
    }

    .header-navbar-button-title {
        display: none;
    }

    .main-section .btn-secondary {
        width: 300px;
        margin-left: -150px;
    }

    .calendar-section .calendar-section-news-container .calendar-section-news {
        position: relative;
        margin: 20px 0;
    }

    .calendar-section .calendar-section-news-container .calendar-section-news .text {
        float: left;
    }

    .calendar-section .calendar-section-calendar {
        height: auto;
    }
}

@media screen and (min-width: 1430px) {

    .Calendar .BookingCalList {
        max-width: 1400px;
    }

    .Calendar .subpage-news-section .row {
        background: transparent;
    }
}

.subpage-news-section a .AvailPlaces {
    color: #555;
}

.subpage-news-section a .fc-title {
    color: #000;
}

.modal-wrap .row {
    background: transparent;
}

.modal-popup {
    z-index: 999;
}

.Calendar button.btn-secondary {
    display: none;
}

.subpage-news-section .modal-popup.visible .modal-wrap .row {
    padding-bottom: 5px;
}

.section-ring-homepage ._showOnSuccess {
    float:none;
}

._showOnSuccess {
    background: rgba(255, 254, 202, 0.57);
    float: left;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.2;
}

.map-container {
    background: #1d202f;
}

.map-wrap {
    height: 360px;
    width: 100%;
    display: none;
    position: relative;
    background: #bbb;
}

@media (max-width: 767px) {
    .map-wrap {
        height: 260px;
    }
}

@media (max-height: 400px) {
    .map-wrap {
        height: 160px;
    }
}

.map-wrap .map-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    font-size: 40px;
    line-height: 1;
    padding: 4px 12px;
    border-radius: 50%;
    z-index: 3;
}

.map-wrap .map-close:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
}

#map {
    height: 100%;
    width: 100%;
}

/* RICH SNIPPETS */

.rSnippetsWrapper {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.rSnippets {
    float: left;
    width: 25%;
    padding: 5px 10px 25px 0;
    color: white;
}

.Calendar .rSnippets {
    color: black;
    text-transform: uppercase;
}
.CalendarContainer .rSnippets {
    color: black;
}

.rSnippetsWrapper h2 {
    font-size: 1em;
    padding: 0;
    margin: 5px 0;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rSnippetsWrapper a {
    color: #428FA1;
}

@media (max-width: 480px) {
    .rSnippets {
        width: 100%;
    }
}

h1.pull-left {
    max-width: 200px;
}