/*-------------------------------------------------------------------------------------------------------------------------------*/

/*This is main CSS file that contains custom style rules used in this template*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Template Name: omni*/

/* Version: 1.0 Initial Release*/

/* Build Date: 25-02-2015*/

/* Author: Unbranded*/

/* Website: 
/* Copyright: (C) 2015 */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------*/

/* TABLE OF CONTENTS: */

/*--------------------------------------------------------*/

/* 01 - FONTS */

/* 02 - LOADER */

/* 03 - RESET STYLES */

/* 04 - GLOBAL SETTINGS */

/* 05 - HEADER */

/* 06 - FOOTER */

/* 07 - SIMPLE BLOCK STRUCTURE */

/* 08 - BLOCK "TYPE 1" */

/* 09 - BLOCK "TYPE 2" */

/* 10 - BLOCK "TYPE 3" */

/* 11 - BLOCK "TYPE 4" */

/* 12 - BLOCK "TYPE 5" */

/* 13 - BLOCK "TYPE 6" */

/* 14 - BLOCK "TYPE 7" */

/* 15 - BLOCK "TYPE 8" (index style 2) */

/* 16 - BLOCK "TYPE 9" (index style 2) */

/* 17 - BLOCK "TYPE 10" (index style 2) */

/* 18 - BLOCK "TYPE 11" (index style 2) */

/* 19 - BLOCK "TYPE 12" (index style 2) */

/* 20 - BLOCK "TYPE 14" (index style 2) */

/* 21 - BLOCK "TYPE 15" (index style 2) */

/* 22 - BLOCK "TYPE 16" (index style 2) */

/* 23 - BLOCK "TYPE 17" (index style 2) */

/* 24 - BLOCK "TYPE 18" (index style 2) */

/* 25 - BLOCK "TYPE 19" (index style 2) */

/* 26 - BLOG */

/* 27 - POPUP "VIDEO" */

/* 28 - POPUP "GALLERY" */

/* 29 - TYPOGRAPHY */

/* 30 - THEME CONFIG */

/* 31 - WELCOME PAGE */

/* 32 - TEASER */

/* 33 - PAGE "404" */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 01 - FONTS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

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

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

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

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 02 - LOADER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}



/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 04 - GLOBAL SETTINGS */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*table*/

.table-view {
    height: 100%;
    width: 100%;
    display: table;
}

.row-view {
    display: table-row;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

/*buttons*/

.button {
    position: relative;
    font-size: 14px;
    font-family: 'bold', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #6DB9D1;
    padding: 15px 25px;
    display: inline-block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    line-height: 28px;
}

.button.size-2 {
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.button.size-3 {
    line-height: 20px;
    padding: 10px 12px;
    font-size: 10px;
}

.button.type-1 {
    background: #fff;
    color: #6DB9D1;
    text-shadow: none;
    box-shadow: none;
}

.button:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    content: "";
}

.button.type-1:after {
    border: 2px #6DB9D1 solid;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
}

.button span {
    position: relative;
    float: left;
    z-index: 1;
}

.button:hover {
    color: #fff;
}

.button.type-1:hover {
    background: #6DB9D1;
}

.button:hover:after {
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
}

.button.black {
    background: #222222 !important;
    color: #6DB9D1;
}

.button.black:hover {
    color: #fff;
}

.button.black:after {
    background: #000;
}

/*content wrapper*/

#content-wrapper {
    padding-top: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/*typography*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px !important;
}

.titel-left {
    position: relative;
}

.titel-left span {
    color: #6DB9D1;
}

.titel-left:after {
    position: absolute;
    left: -25px;
    top: 0px;
    content: "";
    width: 5px;
    height: 100%;
    background: #6DB9D1;
}

.titel-top {
    position: relative;
}

.titel-top:after {
    position: absolute;
    left: 50%;
    top: -25px;
    content: "";
    width: 30px;
    margin-left: -15px;
    height: 5px;
    background: #6DB9D1;
}

.h1,
.h2,
.h4 {
    font-family: 'black', sans-serif;
    text-transform: uppercase;
    color: #222222;
}

.h1 {
    font-size: 56px;
    margin-bottom: 40px !important;
}

.h2 {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 40px !important;
}

.h3 {
    font-size: 30px;
    font-family: 'regular', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #222222;
}

.h4 {
    font-size: 20px;
    margin-bottom: 20px !important;
}

.h5 {
    font-size: 16px;
    font-family: 'bold', sans-serif;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 20px !important;
}

.small {
    font-size: 14px;
    line-height: 24px;
}

.normall {
    font-size: 16px;
    line-height: 28px;
}

.big {
    font-size: 18px;
    line-height: 0px;
    /*30px*/
}

article {
    position: relative;
    float: left;
    width: 100%;
}

article p {
    color: #777777;
    padding-bottom: 40px;
}



.white {
    color: #fff;
}

.black {
    color: #222222;
}

/*background*/

/*form popup*/


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 10 - BLOCK "TYPE 3" */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.block.type-3 {
    padding-top: 60px;
}

.block.type-2 .block.type-3 {
    padding-bottom: 15px;
}

.block.type-3:before {
    position: absolute;
    left: -1000px;
    bottom: 0px;
    width: 2000px;
    background: #f2f2f2;
    height: 1px;
    content: "";
}

.block.type-3:after {
    position: absolute;
    left: -1000px;
    top: 0px;
    width: 2000px;
    background: #f2f2f2;
    height: 1px;
    content: "";
}

.block.type-3 img {
    float: left;
    width: 30px;
    width: 30px;
}

.block.type-3 article {
    float: none;
    position: static;
    height: auto;
    padding-left: 20px;
    padding-top: 6px;
}

.block.type-3 .col-md-12 {
    margin: 10px 0px;
}

.block.type-3.type-3-1 {
    padding-top: 0px;
    margin-top: -107px;
    padding-bottom: 75px;
    float: left;
    width: 100%;
    z-index: 1;
    background: #fff;
}

.block.type-3.type-3-1 img,
.new-block.type-3.type-3-1 img,
.new-block .little-img-text-entry img {
    width: 70px;
    height: 70px;
    margin-top: 35px;
    float: left;
}

.icons-at-the-top {
    text-align: center;
}

#content-wrapper .icons-at-the-top img {
    float: none;
    margin-top: 0;
    margin-bottom: 25px;
}

.block.type-3.type-3-1 article,
.new-block.type-3.type-3-1 article,
.new-block .little-img-text-entry article {
    padding-left: 100px;
}

.new-block.type-3.type-3-1 .icons-at-the-top article {
    padding-left: 0;
}

.block.type-3.type-3-1 .col-md-4 {
    margin-top: 17px;
}

.block.type-3.type-3-1:after,
.block.type-3.type-3-1:before {
    display: none;
}

@media (max-width: 991px) {
    .block.type-3 {
        padding-top: 30px;
    }

    .block.type-2 .block.type-3 {
        padding-bottom: 0px;
    }

    .block.type-3 .col-md-12:nth-child(3) {
        margin-bottom: 5px;
    }

    .block.type-3 .col-md-12:nth-child(3) article p {
        padding-bottom: 0px;
    }

    .block.type-3.type-3-1 {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .block.type-3.type-3-1 {
        margin-top: 40px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 14 - BLOCK "TYPE 7" */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.block.type-7 {
    padding-top: 70px;
    /* padding-bottom: 100px;*/
    background: #fff;
    -webkit-backface-visibility: hidden;
    min-height: 600px
}

.block.type-7 h2 {
    text-align: center;
}

.block.type-7 p {
    text-align: center;
}

.block.type-7 form {
    margin-top: 8px;
}

.block.type-7 .contact-thumbs {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.block.type-7 .contact-thumbs img {
    padding-bottom: 15px;
}

.block.type-7 .contact-thumbs a {
    color: #777777;
    font-weight: bold;
}

.block.type-7 .page-tagline *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .block.type-7 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

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

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 15 - BLOCK "TYPE 8" (index style 2) */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.new-block {
    /*padding: 80px 0;*/
    /*80px 0*/
   /* border-bottom: 1px #f2f2f2 solid;*/
    color: #fff;
    /* background: #fff;*/
    margin-top: 0;
    /*position: relative;*/
    -webkit-backface-visibility: hidden;
}

.new-block.color-background,
.new-block.parallax-bg-text {
    border: none;
}

.new-block .new-block {
    /*padding: 0;*/
    border: none;
}

.new-block article *:last-child {
    padding-bottom: 0 !important;
}

.new-block *:last-child {
    margin-bottom: 0 !important;
}

.new-block article {
    float: none;
    width: auto;
}

/*.new-block.type-3 {
    background: #fbfbfb;
}*/

.new-block.color-background {
    background: #fcc012;
    color: #fcc012;
}

.new-block.color-background article *,
.new-block.color-background .titel-left {
    color: #fff;
}

.new-block.color-background ul li,
.new-block.color-background p,
.new-block.color-background .page-tagline .description {
    color: rgba(255, 255, 255, 0.8);
}

.new-block.color-background ul li {
    font-size: 14px;
}

/**/

.new-block .pagination {
    width: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    margin-top: 0;
}

.new-block .pagination .swiper-pagination-switch {
    margin: 5px 0;
}

.new-block.color-background .swiper-pagination-switch,
.new-block.parallax-bg-text .swiper-pagination-switch {
    background: rgba(255, 255, 255, 0.3);
}

.new-block.color-background .swiper-active-switch,
.new-block.parallax-bg-text .swiper-active-switch {
    background: #fff;
}

.new-block.color-background .titel-left:after {
    background: #fff;
}

.new-block .swiper-container {
    margin-left: -32px;
}

.new-block .swiper-container .paddings-container {
    padding-left: 52px;
}

.new-block .swiper-container:before {
    position: absolute;
    width: 12px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: red;
    z-index: 1;
    background: currentColor;
}

.new-block .swiper-container.horizontal-pagination:before {
    display: none;
}

.new-block .swiper-container.horizontal-pagination {
    margin-left: 0;
}

.new-block .swiper-container.horizontal-pagination .pagination {
    width: auto;
    position: relative;
    margin-top: 26px;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
}

.new-block .swiper-container.horizontal-pagination .pagination .swiper-pagination-switch {
    margin: 0 10px;
    text-align: center;
}

.new-block .swiper-container.horizontal-pagination .pagination .swiper-active-switch {
    width: 23px;
    height: 9px;
}

.new-block .swiper-container.horizontal-pagination .paddings-container {
    padding-left: 0;
}

/**/

.new-block.type-8 .normall {
    margin-bottom: 60px;
}

.new-block.type-8 .tabs-title {
    font-size: 20px;
    color: #222;
    line-height: 40px;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    font-family: 'bold';
}

.icon-text-description-entry {
    margin-bottom: 60px;
}

.icon-text-description-entry img {
    float: left;
    width: 30px;
    height: auto;
    margin-top: -4px;
}

.icon-text-description-entry article {
    margin-left: 50px;
}

.phones-container {
    text-align: center;
}

.phones-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/**/

.new-block .little-img-text-entry {
    padding-bottom: 57px;
}

.new-block .little-img-text-entry:nth-last-child(1),
.new-block .little-img-text-entry:nth-last-child(2),
.new-block .little-img-text-entry:nth-last-child(3) {
    padding-bottom: 0;
}

.little-img-text-entry:nth-child(3n + 1) {
    clear: both;
}

/**/

.page-tagline {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 25px;
}

.page-tagline .title {
   /* font-family: 'black';*/
    font-size: 40px;
    color: #585757;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}

.page-tagline .title:last-child {
    padding-bottom: 0;
}

.page-tagline .title:before {
    width: 30px;
    height: 5px;
    background: #0099D2;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -25px;
    content: "";
}

.page-tagline .description {
    font-size: 16px;
    line-height: 28px;
    color: #777;
    /*font-family: 'regular';*/
    margin-bottom: 40px;
}

.color-background .page-tagline .title {
    color: #fff;
}

.color-background .page-tagline .title:before {
    background: #fff;
}

.color-background .page-tagline .description {
    color: #fff;
}

@media (max-width: 991px) {
    .new-block {
        padding: 50px 0;
    }

    .page-tagline,
    .blog-container .page-tagline {
        margin-bottom: 40px;
    }

    .little-img-text-entry:nth-child(3n + 1) {
        clear: none;
    }

    .little-img-text-entry:nth-child(2n + 1) {
        clear: both;
    }

    .new-block .little-img-text-entry,
    .new-block .little-img-text-entry:nth-last-child(3) {
        padding-bottom: 40px;
    }

    .new-block .little-img-text-entry:nth-last-child(1),
    .new-block .little-img-text-entry:nth-last-child(2) {
        padding-bottom: 0;
    }

    .new-block .swiper-container {
        margin-left: 10px;
    }

    .new-block .swiper-container.horizontal-pagination {
        margin-left: 0;
    }

    .new-block .swiper-container .paddings-container {
        padding-right: 10px;
    }

    .new-block .swiper-container.horizontal-pagination .paddings-container {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .phones-container {
        width: auto;
        left: 0;
    }

    .new-block .content-entry:first-child {
        padding-bottom: 30px;
    }

    .new-block .little-img-text-entry,
    .new-block .little-img-text-entry:nth-last-child(2) {
        padding-bottom: 40px;
    }

    .new-block.type-3.type-3-1 img {
        margin-top: 0;
    }

    /*pagination turned to default horizontal*/
    .new-block .swiper-container:before {
        display: none;
    }

    .new-block .swiper-container {
        margin-left: 0;
    }

    .new-block .swiper-container .pagination {
        width: auto;
        position: relative;
        margin-top: 30px;
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
    }

    .new-block .swiper-container .pagination .swiper-pagination-switch {
        margin: 0 10px;
        text-align: center;
    }

    .new-block .swiper-container .pagination .swiper-active-switch {
        width: 23px;
        height: 9px;
    }

    .new-block .swiper-container .paddings-container {
        padding-left: 0;
    }

    /**/
    .page-tagline .title {
        font-size: 38px;
        line-height: 35px;
    }
}



/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 19 - BLOCK "TYPE 12" (index style 2) */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 20 - BLOCK "TYPE 14" (index style 2) */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.new-block.type-14 .tabs-switch {
    float: left;
    width: 100%;
    height: 114px;
    padding-top: 32px;
    border-top: 1px #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
    border-right: 1px #f2f2f2 solid;
    margin-top: -1px;
    cursor: pointer;
}

.new-block.type-14 .tabs-switch img {
    float: left;
}

.new-block.type-14 .tabs-switch span {
    display: block;
    margin-left: 65px;
    font-size: 13px;
    line-height: 30px;
    color: #222;
    text-transform: uppercase;
   /* font-family: 'bold';*/
    padding: 10px 0;
}

.new-block.type-14 .tabs-switch.active {
    border-right-color: #fff;
}

.new-block.type-14 .tabs-switch.active span {
    color: #0099D2;
}

.new-block.type-14 .tabs-title {
    font-size: 18px;
    line-height: 30px;
    color: #222;
    /*font-family: 'bold';*/
    margin-bottom: 20px !important;
    text-transform: uppercase;
}

.new-block.type-14 .tabs-text {
    font-size: 14px;
    line-height: 24px;
    color: #777;
    margin-bottom: 20px !important;
}

.new-block.type-14 .tabs-entry img {
    max-width: 260px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px !important;
}

.new-block.type-14 .tabs-entry .cell-view {
    height: 585px;
    width: 1000px;
}

.tabs-entry {
    display: none;
}

.tabs-entry:first-child {
    display: block;
}

.tabs-limit-container {
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .new-block.type-14 .tabs-entry img {
        max-width: 210px;
    }
}

@media (max-width: 991px) {
    .new-block.type-14 .tabs-switch {
        margin-bottom: 40px;
    }

    .new-block.type-14 .tabs-entry .cell-view {
        height: auto;
    }

    /**/
    .new-block.type-14 .tabs-switch {
        width: 20%;
        text-align: center;
        border: 1px #f2f2f2 solid;
        margin-left: -1px;
        padding-top: 15px;
    }

    .new-block.type-14 .tabs-switch.active {
        border-bottom: none;
    }

    .new-block.type-14 .tabs-switch img {
        display: inline-block;
        float: none;
        margin-bottom: 10px;
        max-width: 60%;
        height: auto;
    }

    .new-block.type-14 .tabs-switch span {
        display: block;
        margin-left: 0;
        line-height: 18px;
        padding: 0;
    }

    .tabs-limit-container {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .new-block.type-14 .tabs-switch {
        margin-bottom: 20px;
    }

    .new-block.type-14 .tabs-entry {
        text-align: center;
    }

    .new-block.type-14 .tabs-entry .cell-view {
        margin-bottom: 20px;
    }

    .new-block.type-14 .tabs-switch span {
        font-size: 10px;
        line-height: 12px;
    }

    .new-block.type-14 .tabs-switch {
        height: 100px;
    }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 23 - BLOCK "TYPE 17" (index style 2) */

/*-------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 24 - BLOCK "TYPE 18" (index style 2) */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.new-block.type-18 {}

.new-block.type-18 .tabs-switch-wrapper {
    border-bottom: 1px #f2f2f2 solid;
    text-align: center;
    font-size: 0;
    margin-bottom: 70px;
}

.new-block.type-18 .tabs-switch {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    color: #777;
    font-family: 'bold';
    text-transform: uppercase;
    height: 90px;
    padding: 0 40px;
    border: 1px #f2f2f2 solid;
    margin: 0 0 -1px -1px;
    cursor: pointer;
    background: #fbfbfb;
}

.new-block.type-18 .tabs-switch.active {
    border-bottom-color: #fff;
    color: #6DB9D1;
    background: #fff;
}

.new-block.type-18 .tabs-switch:hover {
    color: #6DB9D1;
}

/*accordeon*/

.accordeon {}

.accordeon .entry {
    background: #fbfbfb;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-shadow: inset -5px 0 #ededed;
    box-shadow: inset -5px 0 #ededed;
}

.accordeon .entry.active {
    background: #6DB9D1;
    -webkit-box-shadow: inset -5px 0 #daa508;
    box-shadow: inset -5px 0 #daa508;
}

.accordeon .entry .title {
    font-size: 12px;
    color: #222;
    line-height: 16px;
    padding: 17px 25px 15px 45px;
    position: relative;
    text-transform: uppercase;
    font-family: 'bold';
    position: relative;
    cursor: pointer;
}

.accordeon .entry .title:hover {
    color: #6DB9D1;
}

.accordeon .entry.active .title {
    color: #fff;
}

.accordeon .entry.active .title:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.accordeon .entry .title span {
    position: absolute;
    left: 25px;
    top: 17px;
    font-size: 13px;
    color: #6DB9D1;
}

.accordeon .entry.active .title span {
    color: rgba(255, 255, 255, 0.8);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    top: 19px;
}

.accordeon .entry .text {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 25px;
    display: none;
}

/*accordeon drop-down*/

.accordeon.drop-down .entry .title {
    font-size: 14px;
    line-height: 18px;
    color: #777;
    font-family: 'regular';
    text-transform: none;
    padding: 12px 35px 12px 20px;
}

.accordeon.drop-down .entry .title .glyphicon {
    font-size: 12px;
    line-height: 14px;
    left: auto;
    right: 20px;
    top: 14px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.drop-down-list li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
    padding: 12px 0;
}

.drop-down-list a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.drop-down-list a:hover {
    text-decoration: underline;
}

.accordeon.drop-down .entry .text {
    padding: 0 20px;
}

.accordeon.drop-down .entry.active .title {
    color: #fff;
}

.accordeon.drop-down .entry.active .title:hover {
    color: #fff0e0;
}

.accordeon.drop-down .entry.active .title .glyphicon {
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

/**/

@media (max-width: 991px) {
    .new-block.type-18 .tabs-switch {
        height: 70px;
        padding: 0 30px;
    }

    .new-block.type-18 .tabs-switch-wrapper {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .new-block.type-18 .tabs-switch {
        width: 50%;
        float: left;
    }

    .new-block.type-18 .tabs-switch .cell-view {
        width: 500px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 26 - BLOG */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 27 - POPUP "VIDEO" */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.video-popup {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.video-popup span {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0px;
    background: #000;
}

.video-popup span:nth-child(1) {
    top: -50%;
    left: -50%;
}

.video-popup span:nth-child(2) {
    bottom: -50%;
    left: -50%;
}

.video-popup span:nth-child(1):after {
    position: absolute;
    left: 300%;
    top: -100%;
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
}

.video-popup span:nth-child(2):after {
    position: absolute;
    left: 300%;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
}

.video-popup.act-act {
    left: 0px;
}

.video-popup.act span:nth-child(1) {
    top: 0px;
    left: 0px;
}

.video-popup.act span:nth-child(1):after {
    left: 100%;
    top: 0px;
}

.video-popup.act span:nth-child(2) {
    bottom: 0px;
    left: 0px;
}

.video-popup.act span:nth-child(2):after {
    left: 100%;
    top: 0px;
}

.video-popup iframe {
    position: absolute;
    left: 0px;
    bottom: 0%;
    opacity: 0;
    width: 100%;
    height: 90%;
}

.video-popup iframe.act {
    opacity: 1;
}

.video-popup a {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 10%;
    text-align: center;
    cursor: pointer;
}

.video-popup a.act {
    opacity: 1;
}

.video-popup a:after {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    content: "";
    color: #6DB9D1;
    font-size: 60px;
    width: 100%;
    text-align: center;
    background: url(../img/iconos/cross.png) no-repeat scroll 50% 50%;
}

.video-popup a:hover {
    background: #6DB9D1;
    color: #fff;
}

.video-popup a:hover:after {
    color: #fff;
    background: url(../img/cross-act.png) no-repeat scroll 50% 50%;
}

@media (max-width: 991px) {
    .video-popup {
        opacity: 0;
    }

    .video-popup.act-act {
        opacity: 1;
    }
}

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

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 30 - THEME CONFIG */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*theme 2*/

body[data-theme="theme-2"] nav .submeny a:after {
    border-top-color: #0099D2;
}

body[data-theme="theme-2"] .play::after {
    border-left-color: #0099D2;
}

body[data-theme="theme-2"] .play:hover::after {
    border-left-color: #fff;
}

body[data-theme="theme-2"] #loader-wrapper span,
body[data-theme="theme-2"] .play:hover,
body[data-theme="theme-2"] .blog-post .date,
body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote,
body[data-theme="theme-2"] .button.type-1:after,
body[data-theme="theme-2"] .checkbox-entry.active label:before,
body[data-theme="theme-2"] .checkbox-entry.active label:after,
body[data-theme="theme-2"] .message-box-entry.style-3,
body[data-theme="theme-2"] .responsive-filtration-title {
    border-color: #ff0000;
}

body[data-theme="theme-2"] .styled-form .submit-wrapper:hover {
    background-color: #0099D2;
}

body[data-theme="theme-2"] .teaser-date-circles .date-square .circle-box svg circle {
    stroke: #0099D2;
}

body[data-theme="theme-2"] nav a.act,
body[data-theme="theme-2"] nav a:hover,
body[data-theme="theme-2"] .button,
body[data-theme="theme-2"] nav .submeny:hover .submeny-top,
body[data-theme="theme-2"] header.act nav a:hover,
body[data-theme="theme-2"] header.act nav a.act,
body[data-theme="theme-2"] .titel-left:after,
body[data-theme="theme-2"] .titel-top:after,
body[data-theme="theme-2"] .swiper-active-switch,
body[data-theme="theme-2"] ul li:after,
body[data-theme="theme-2"] .block.type-6,
body[data-theme="theme-2"] .video-popup a:hover,
body[data-theme="theme-2"] .play:hover,
body[data-theme="theme-2"] .mob-icon span,
body[data-theme="theme-2"] .mob-icon span:before,
body[data-theme="theme-2"] .mob-icon span:after,
body[data-theme="theme-2"] .default-arrow,
body[data-theme="theme-2"] .page-tagline .title:before,
body[data-theme="theme-2"] .accordeon .entry.active,
body[data-theme="theme-2"] .new-block.color-background,
body[data-theme="theme-2"] .sorting-menu a.active,
body[data-theme="theme-2"] .sorting-menu a:hover,
body[data-theme="theme-2"] .banner-tabs span.title:before,
body[data-theme="theme-2"] .new-block.type-10 .image-socials-box,
body[data-theme="theme-2"] .tags-container a:hover,
body[data-theme="theme-2"] .paginator ul li a.active,
body[data-theme="theme-2"] .paginator ul li a:hover,
body[data-theme="theme-2"] .blog-post.style-2 .date,
body[data-theme="theme-2"] .share-post a:hover,
body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote.style-2:before,
body[data-theme="theme-2"] .small-button,
body[data-theme="theme-2"] .widget-entry .social-icons a,
body[data-theme="theme-2"] .button.type-1:hover,
body[data-theme="theme-2"] .checkbox-entry.active.radio label:after,
body[data-theme="theme-2"] .typography-article ol li:before,
body[data-theme="theme-2"] .typography-article ul.list-style-3 li:before,
body[data-theme="theme-2"] .message-box-entry.style-1,
body[data-theme="theme-2"] .typography-article .table th,
body[data-theme="theme-2"] .mouse-icon:before,
body[data-theme="theme-2"] .back-to-top {
    background: #47B8E5;
    /*#0099D2*/
}

body[data-theme="theme-2"] .numbers .num,
body[data-theme="theme-2"] .button.black,
body[data-theme="theme-2"] .default-arrow:hover span,
body[data-theme="theme-2"] .new-block.type-18 .tabs-switch.active,
body[data-theme="theme-2"] .new-block.type-18 .tabs-switch:hover,
body[data-theme="theme-2"] .compare-column-entry .price,
body[data-theme="theme-2"] .blog-entry .post-data,
body[data-theme="theme-2"] .blog-entry .post-data a,
body[data-theme="theme-2"] .blog-entry .title:hover,
body[data-theme="theme-2"] .banner-tabs span.title,
body[data-theme="theme-2"] .banner-tabs .entry:hover span.description,
body[data-theme="theme-2"] .new-block.color-background,
body[data-theme="theme-2"] .new-block.type-14 .tabs-switch.active span,
body[data-theme="theme-2"] .new-block.type-10 .position,
body[data-theme="theme-2"] .popular-post-entry .content .date,
body[data-theme="theme-2"] .popular-post-entry .content .title:hover,
body[data-theme="theme-2"] .categories-wrapper .entry:hover,
body[data-theme="theme-2"] .categories-wrapper .entry .number,
body[data-theme="theme-2"] .blog-post .title:hover,
body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote cite,
body[data-theme="theme-2"] .categories-wrapper .sub-wrapper a span,
body[data-theme="theme-2"] .categories-wrapper .entry.toggle .glyphicon:before,
body[data-theme="theme-2"] .latest-comment-entry .date .glyphicon,
body[data-theme="theme-2"] .latest-comment-entry .title .name,
body[data-theme="theme-2"] .latest-comment-entry .title .post-title:hover,
body[data-theme="theme-2"] .arrow-button:hover,
body[data-theme="theme-2"] .footer-bottom .footer-linck a:hover,
body[data-theme="theme-2"] .accordeon .entry .title span,
body[data-theme="theme-2"] .accordeon .entry .title:hover,
body[data-theme="theme-2"] .author-text .category,
body[data-theme="theme-2"] .author-entry .glyphicon,
body[data-theme="theme-2"] .titel-left span,
body[data-theme="theme-2"] .comment-content .name .reply,
body[data-theme="theme-2"] .comment-content .date .glyphicon,
body[data-theme="theme-2"] .posts-navigation .data .glyphicon,
body[data-theme="theme-2"] .posts-navigation .data .category,
body[data-theme="theme-2"] .posts-navigation .data .category,
body[data-theme="theme-2"] .search-form .search-submit,
body[data-theme="theme-2"] .tweet-entry a,
body[data-theme="theme-2"] .widget-entry .tabs-switch.active,
body[data-theme="theme-2"] .button.type-1,
body[data-theme="theme-2"] .default-arrow.black span,
body[data-theme="theme-2"] .message-box-entry.style-3,
body[data-theme="theme-2"] .responsive-filtration-title .glyphicon,
body[data-theme="theme-2"].teaser .teaser-date .date-square p,
body[data-theme="theme-2"] .teaser-copyright .copyright a,
body[data-theme="theme-2"] .content-404 .title,
body[data-theme="theme-2"] .content-404 .description a,
body[data-theme="theme-2"] .phone-icons-description .entry:hover .title {
    color: #0099D2;
}

body[data-theme="theme-2"] .comment-content .name .reply:hover {
    color: #777;
}

body[data-theme="theme-2"] .widget-entry .social-icons a:hover {
    background: #777;
}

body[data-theme="theme-2"] .button.type-1:hover,
body[data-theme="theme-2"] .default-arrow.black:hover span {
    color: #fff;
}

body[data-theme="theme-2"] .default-arrow:hover {
    background: #fff;
}

body[data-theme="theme-2"] .default-arrow.black {
    background: #222;
}

body[data-theme="theme-2"] .color-background .page-tagline .title:before {
    background: #fff;
}

body[data-theme="theme-2"] .sorting-item .tagline {
    background: rgba(0, 187, 210, 0.8);
}

body[data-theme="theme-2"] .gallery-popup .close-popup,
body[data-theme="theme-2"] .screen-preview-popup .close-popup {
    color: #0099D2;
}

body[data-theme="theme-2"] .gallery-popup .close-popup:hover,
body[data-theme="theme-2"] .screen-preview-popup .close-popup:hover {
    background: #0099D2;
    color: #fff;
}

body[data-theme="theme-2"] .accordeon .entry.active .title span {
    color: rgba(255, 255, 255, 0.8);
}

body[data-theme="theme-2"] .blog-post.style-2 .date:before {
    border-color: transparent transparent transparent #0099D2;
}

body[data-theme="theme-2"] .small-button:hover {
    background: #f8f8f8;
}

body[data-theme="theme-2"] .button.type-1 {
    background: #fff;
}

body[data-theme="theme-2"] .default-arrow.left {
    -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, .1), inset -3px 0 #009fb3;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, .1), inset -3px 0 #009fb3;
}

body[data-theme="theme-2"] .default-arrow.right {
    -webkit-box-shadow: -4px 3px 10px rgba(0, 0, 0, .1), inset 3px 0 #009fb3;
    box-shadow: -4px 3px 10px rgba(0, 0, 0, .1), inset 3px 0 #009fb3;
}

body[data-theme="theme-2"] .blog-post.style-2 .date {
    -webkit-box-shadow: 3px 0 #009fb3 inset;
    box-shadow: 3px 0 #009fb3 inset;
}

body[data-theme="theme-2"] .accordeon .entry.active {
    -webkit-box-shadow: inset -5px 0 #009fb3;
    box-shadow: inset -5px 0 #009fb3;
}

body[data-theme="theme-2"] .message-box-entry.style-1:before {
    background: #009fb3;
}

body[data-theme="theme-2"] .subscribe form input[type="submit"] {
    background-image: url(../img/iconos/icon9.png);
}

body[data-theme="theme-2"] .video-popup a:after {
    background-image: url(../img/iconos/cross.png);
}

body[data-theme="theme-2"] .video-popup a:hover:after {
    background-image: url(../img/cross-act.png);
}

body[data-theme="theme-2"] .testimonials-slider .blockquote-wrapper {
    background-image: url(../img/iconos/blockquote-bg.png);
}

body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote {
    background-image: url(../img/iconos/blockquote-bg-1.png);
}

body[data-theme="theme-2"] .blog-post .thumbnail-entry blockquote.style-2 {
    background: none;
}

body[data-theme="theme-2"] .list-style-2 li {
    background-image: url(../img/theme-2/list-bg-style-2.png);
}

body[data-theme="theme-2"] .widget-testimonial .text {
    background-image: url(../img/theme-2/blockquote-bg.png);
}

body[data-theme="theme-2"] .styled-form .submit-wrapper {
    background-image: url(../img/iconos/icon9.png);
}


/*  ==============
	CSS ANIMATIONS
	==============  */

.class {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    -ms-transition: none;
}

/*transition delay*/

.new-block.type-10 .image-wrapper:hover .image-socials-box a:nth-child(1) {
    transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -webkit-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
}

.new-block.type-10 .image-wrapper:hover .image-socials-box a:nth-child(2) {
    transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
}

.new-block.type-10 .image-wrapper:hover .image-socials-box a:nth-child(3) {
    transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -webkit-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
}

.new-block.type-10 .image-wrapper:hover .image-socials-box a:nth-child(4) {
    transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -webkit-transition-delay: 450ms;
    -ms-transition-delay: 450ms;
}

.loaded .banner-text,
.loaded .banner-image,
.loaded .testimonials-text,
.loaded .testimonials-image {
    transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
}

.screens-preview-animation {
    transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
}

/*  =====================
	VERTICAL ALIGN STYLES
	=====================  */

.class {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

/*  =================
	BORDER BOX STYLES
	=================  */

.subscription-form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*  ===============
	BOX SIZE STYLES
	===============  */

.box-size {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 31 - WELCOME PAGE */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.welcome-slide {
    min-height: 500px;
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.welcome-banner {
    background-image: url(../img/welcome/banner.jpg);
    background-attachment: fixed;
}

.welcome-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.8);
}

.welcome-banner .container {
    position: relative;
    height: inherit;
    min-height: inherit;
}

.welcome-vertical-center {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.welcome-logo {
    margin-bottom: 50px;
}

.welcome-title {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'bold';
    margin-bottom: 50px !important;
}

.welcome-tabs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.welcome-tab-entry {
    height: 100px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'bold';
}

@media (min-width: 992px) {
    .welcome-tab-entry:hover {
        height: 150px;
    }
}

.welcome-tab-entry:nth-child(1) {
    background: #6DB9D1;
}

.welcome-tab-entry:nth-child(2) {
    background: #0099D2;
}

.welcome-tab-entry:nth-child(3) {
    background: #4caf50;
}

.welcome-tab-entry:nth-child(4) {
    background: #ba68c8;
}

.welcome-tab-entry .cell-view {
    width: 1000px;
}

.welcome-slide .align-container {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.template-link-entry {
    display: block;
    position: relative;
}

.template-link-entry .background {
    display: block;
    width: 100%;
    height: auto;
}

.template-link-entry .preview {
    position: absolute;
    width: 92%;
    height: 64%;
    left: 4%;
    top: 4.5%;
    overflow: hidden;
}

.template-link-entry .preview img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    -moz-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    -webkit-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
}

.template-link-entry .preview .button {
    position: absolute;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) -webkit-translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*.template-link-entry .preview:after{position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.7); content: "";}*/

.template-link-entry:hover .preview img {
    transform: translateY(-90%);
    -moz-transform: translateY(-90%);
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    -moz-transition: all 10000ms linear;
    -o-transition: all 10000ms linear;
    -webkit-transition: all 10000ms linear;
    transition: all 10000ms linear;
    -ms-transition: all 10000ms linear;
}

.template-link-entry:hover .preview:after,
.template-link-entry:hover .preview .button {
    opacity: 0;
}

.align-container .description {
    text-align: center;
    top: 100%;
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'bold';
    color: #222;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
    display: inline-block;
}

.align-container .description:after {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #6DB9D1;
    left: 0;
    bottom: 0;
    content: "";
}

.align-container .buttons-wrapper {
    text-align: center;
}

.welcome-subtitle {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #222;
    text-transform: uppercase;
    font-family: 'bold';
    padding-top: 120px;
}

.welcome-subtitle-description {
    font-size: 18px;
    line-height: 24px;
    color: #777;
    text-align: center;
    margin-bottom: 70px;
}

.welcome-developed-by {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    text-transform: uppercase;
    font-family: 'bold';
    font-size: 16px;
    line-height: 16px;
}

.template-link-entry .description:after,
.template-link-entry .preview:after,
.template-link-entry .preview .button,
.welcome-tab-entry {
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
}

.label-new {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-family: 'bold';
    background: #d80d0d;
    position: absolute;
    left: -39px;
    top: 19px;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .welcome-slide {
        height: auto;
        min-height: 700px;
    }
}

@media (max-width: 767px) {
    .welcome-vertical-center {
        margin-top: -115px;
    }

    .welcome-slide {
        min-height: 400px;
    }

    .welcome-title {
        font-size: 22px;
    }

    .welcome-tabs {
        position: relative;
    }

    .welcome-tab-entry {
        height: 70px;
    }

    .welcome-subtitle {
        padding-top: 50px;
    }

    .welcome-subtitle-description {
        margin-bottom: 40px;
    }

    .welcome-slide .align-container {
        padding-bottom: 50px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 32 - TEASER */

/*-------------------------------------------------------------------------------------------------------------------------------*/

/*teaser 1*/

.teaser-container {
    height: 100%;
    position: relative;
}

.teaser-container .page-tagline .title {
    color: #fff;
}

.teaser-container .page-tagline .description {
    color: rgba(255, 255, 255, 0.8);
}

.teaser-container .cell-view {
    vertical-align: middle;
}

.teaser-container .row-view:first-child,
.teaser-container .row-view:last-child {
    height: 40px;
}

.teaser-logo {
    text-align: center;
    padding: 20px 0;
}

.teaser-logo .logo {
    display: inline-block;
}

.teaser-logo .logo img {
    display: block;
    max-height: 40px;
}

.teaser-content {
    background: #fff;
    padding: 70px 0;
    text-align: center;
}

.teaser-title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 11px;
    color: #262626;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'bold', sans-serif;
}

.teaser-description {
    font-size: 15px;
    line-height: 22px;
    color: #b6b6b6;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.teaser-date {
    margin-bottom: 55px;
}

.teaser-date .date-square {
    font-family: 'bold', sans-serif;
    float: left;
    width: 25%;
    position: relative;
}

.teaser-date .date-square:after {
    height: 60px;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    content: "";
}

.teaser-date .date-square:first-child:after {
    display: none;
}

.teaser-date .date-square span {
    display: block;
    font-size: 72px;
    line-height: 70px;
    display: block;
    font-weight: 400;
    color: #262626;
}

.teaser-date .date-square p {
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #c8c8c8;
    text-transform: uppercase;
    font-family: 'bold', sans-serif;
}

.teaser-content .center {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 15px;
}

.teaser-copyright {
    text-align: center;
    padding: 25px 0;
}

.teaser-copyright .copyright {
    margin-bottom: 0;
    color: #b4b4b4;
}

.teaser-copyright .copyright a {
    color: #d7af23;
}

.styled-form {
    max-width: 430px;
    margin: 0 auto;
}

.styled-form .form-title {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-family: 'bold', sans-serif;
    margin-bottom: 5px;
}

.styled-form .submit-wrapper {
    position: relative;
    float: right;
    height: 45px;
    white-space: nowrap;
    line-height: 45px;
    width: 45px;
    background: url("../img/theme-1/icon9.png") no-repeat center center rgba(255, 255, 255, 0.1);
}

.styled-form .submit-wrapper:hover {
    background: url("../img/icon9-white.png") no-repeat center center #fcc012;
    background-image: url("../img/icon9-white.png") !important;
}

.styled-form .submit-wrapper input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    font-family: 'regular', sans-serif;
}

.styled-form .field-wrapper {
    border: 1px #e6e6e6 solid;
    border-right: none;
    height: 45px;
    margin-right: 45px;
}

.styled-form .field-wrapper input {
    width: 100%;
    padding: 0 20px;
    border: none;
    font-size: 13px;
    line-height: 43px;
    height: 43px;
    margin: 0 !important;
    color: #777 !important;
}

/*Phones (<768px)*/

@media (max-width: 767px) {
    .teaser-date .date-square span {
        font-size: 38px;
        line-height: 34px;
    }

    .teaser-date .date-square p {
        font-size: 14px;
    }

    .teaser-content {
        padding: 35px 0;
    }
}

body.teaser {
    background: #000;
}

body.teaser .teaser-container {
    background-color: transparent;
}

.teaser-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.3;
}

body.teaser .teaser-content {
    background: none;
}

body.teaser .teaser-title {
    color: #fff;
}

body.teaser .teaser-description {
    color: #b6b6b6;
}

body.teaser .teaser-date .date-square span {
    color: #fff;
}

body.teaser .teaser-date .date-square p {
    color: #edc32f;
}

body.teaser .teaser-date .date-square:after {
    background: rgba(255, 255, 255, 0.3);
}

body.teaser .styled-form .field-wrapper {
    border-color: rgba(255, 255, 255, 0.1);
}

body.teaser .styled-form .field-wrapper input {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.teaser-copyright .copyright a:hover {
    color: #fff !important;
}

/*teaser circles*/

.teaser-date-circles {
    max-width: 650px;
    margin-bottom: 55px;
}

.teaser-date-circles .date-entry {
    float: left;
    width: 25%;
    text-align: center;
}

.teaser-date-circles .date-square {
    width: 130px;
    height: 130px;
    display: inline-block;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.teaser-date-circles .date-square span {
    font-family: 'bold', sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    padding-top: 37px;
    display: block;
    position: relative;
}

.teaser-date-circles .date-square p {
    font-size: 11px;
    line-height: 22px;
    color: #c9c9c9;
    text-transform: uppercase;
    position: relative;
}

.teaser-date-circles .date-square .circle-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.teaser-date-circles .date-square .circle-box svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    -webkit-transition: stroke-dashoffset 1s linear;
    stroke-width: 3px;
    stroke: #fcc012;
}

.teaser-date-circles .date-square .circle-box.stop-animation svg circle {
    transition: none;
    -webkit-transition: none;
}

.teaser-background video.bgvid {
    position: absolute;
}

@media (max-width: 767px) {
    .teaser-date-circles .date-entry {
        width: 50%;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 33 - PAGE "404" */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.canvas-overflow {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.canvas-overflow:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: "";
}

.canvas-background {
    position: absolute;
    left: 0;
    top: 0;
}

.content-404 {
    text-align: center;
    max-width: 500px;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.content-404 .title {
    font-size: 170px;
    line-height: 170px;
    color: #fcc012;
    font-family: 'black', sans-serif;
}

.content-404 .description {
    font-size: 18px;
    line-height: 24px;
    color: #b4b4b4;
}

.content-404 .description a {
    color: #fcc012;
}

.content-404 .description a:hover {
    color: #fff !important;
}

@media (max-width: 767px) {
    .content-404 .title {
        font-size: 70px;
        line-height: 70px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 34 - HOMEPAGE "INDEX 5" */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.new-block.type-20 {}

.screens-preview-animation {
    position: relative;
    top: 200px;
    opacity: 0;
}

.loaded .screens-preview-animation {
    position: relative;
    top: 0px;
    opacity: 1;
}

.screens-preview-box {
    position: relative;
    top: -120px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.screens-preview-margin {
    margin-top: -270px;
}

.screens-preview-box .im {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.screens-preview-box > .im {
    width: 23%;
    position: relative;
    left: 38.5%;
}

.screens-preview-box > .im > img {
    z-index: 5;
}

.screens-preview-box > .im .im {
    position: absolute;
}

.screens-preview-box .left .im:nth-child(1) {
    right: 75%;
    width: 90%;
    top: 5%;
    z-index: 4;
}

.screens-preview-box .left .im:nth-child(1):hover {
    right: 95%;
}

.screens-preview-box .left .im:nth-child(2) {
    right: 125%;
    width: 80%;
    top: 10%;
    z-index: 3;
}

.screens-preview-box .left .im:nth-child(2):hover {
    right: 145%;
}

.screens-preview-box .left .im:nth-child(3) {
    right: 170%;
    width: 70%;
    top: 15%;
    z-index: 2;
}

.screens-preview-box .left .im:nth-child(3):hover {
    right: 185%;
}

.screens-preview-box .left .im:nth-child(4) {
    right: 205%;
    width: 60%;
    top: 20%;
    z-index: 1;
}

.screens-preview-box .left .im:nth-child(4):hover {
    right: 225%;
}

.screens-preview-box .right .im:nth-child(1) {
    left: 75%;
    width: 90%;
    top: 5%;
    z-index: 4;
}

.screens-preview-box .right .im:nth-child(1):hover {
    left: 95%;
}

.screens-preview-box .right .im:nth-child(2) {
    left: 125%;
    width: 80%;
    top: 10%;
    z-index: 3;
}

.screens-preview-box .right .im:nth-child(2):hover {
    left: 145%;
}

.screens-preview-box .right .im:nth-child(3) {
    left: 170%;
    width: 70%;
    top: 15%;
    z-index: 2;
}

.screens-preview-box .right .im:nth-child(3):hover {
    left: 185%;
}

.screens-preview-box .right .im:nth-child(4) {
    left: 205%;
    width: 60%;
    top: 20%;
    z-index: 1;
}

.screens-preview-box .right .im:nth-child(4):hover {
    left: 225%;
}

.screens-preview-box .right .im {
    transform-origin: 0% 50% 0px;
    -moz-transform-origin: 0% 50% 0px;
    -webkit-transform-origin: 0% 50% 0px;
    -ms-transform-origin: 0% 50% 0px;
    transform: perspective(500px) rotateY(5deg);
    -moz-transform: perspective(500px) rotateY(5deg);
    -webkit-transform: perspective(500px) rotateY(5deg);
    -ms-transform: perspective(500px) rotateY(5deg);
}

.screens-preview-box .left .im {
    transform-origin: 100% 50% 0px;
    -moz-transform-origin: 100% 50% 0px;
    -webkit-transform-origin: 100% 50% 0px;
    -ms-transform-origin: 100% 50% 0px;
    transform: perspective(500px) rotateY(-5deg);
    -moz-transform: perspective(500px) rotateY(-5deg);
    -webkit-transform: perspective(500px) rotateY(-5deg);
    -ms-transform: perspective(500px) rotateY(-5deg);
}

.screens-preview-box .im:hover {
    transform: perspective(500px) rotateY(0deg);
    -moz-transform: perspective(500px) rotateY(0deg);
    -webkit-transform: perspective(500px) rotateY(0deg);
    -ms-transform: perspective(500px) rotateY(0deg);
}

body.safari .screens-preview-box .right .im,
body.safari .screens-preview-box .left .im,
body.safari .screens-preview-box .im:hover {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.screens-preview-box img {
    display: block;
    width: 100%;
    position: relative;
}

/**/

.new-block .styled-form {
    max-width: 730px;
}

.new-block .styled-form form {
    float: none;
}

.new-block .styled-form .form-title {
    text-align: center;
}

/**/

.screens-slider-box {
    max-width: 300px;
    margin: 0 auto;
}

.screens-slider-box img {
    width: 100%;
    height: auto;
}

.align-slider-article {
    height: 535px;
}

/**/

.bottom-screens-align {
    padding-bottom: 70px;
}

.counters-box {
    text-align: center;
    color: #fff;
}

.counters-box .fa {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

.counters-box .description {
    font-size: 14px;
    line-height: 24px;
    margin: 0 30px 20px 30px;
}

.counters-box .counter {
    font-size: 36px;
    line-height: 36px;
    font-family: 'bold', sans-serif;
    display: block;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

/**/

.filtergrid-sizer,
.filter-item {
    width: 25%;
}

.filter-item img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.30);
    position: relative;
    cursor: pointer;
}

.filter-item:hover {
    z-index: 1;
}

.filter-item img:hover {
    transform: scale(0.95);
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
}

.filter-align {
    padding: 10px;
}

/**/

.two-columns-icons .little-img-text-entry {
    padding-bottom: 40px !important;
}

/**/

/**/

.layer-animation-screen-box {
    width: 60%;
    position: relative;
    left: 20%;
    top: 50px;
}

.layer-animation-screen {
    margin-top: -47%;
    position: relative;
}

.layer-animation-screen:nth-child(1) {
    margin-top: 0%;
}

.layer-animation-screen:nth-child(2) .scale {
    transform: scale(0.95);
}

.layer-animation-screen:nth-child(3) .scale {
    transform: scale(0.9);
}

.layer-animation-screen:nth-child(4) .scale {
    transform: scale(0.85);
}

.layer-animation-screen:nth-child(5) .scale {
    transform: scale(0.8);
}

.layer-animation-screen:nth-last-child(1) {
    z-index: 0;
}

.layer-animation-screen:nth-last-child(2) {
    z-index: 1;
}

.layer-animation-screen:nth-last-child(3) {
    z-index: 2;
}

.layer-animation-screen:nth-last-child(4) {
    z-index: 3;
}

.layer-animation-screen:nth-last-child(4) {
    z-index: 4;
}

.layer-animation-screen:nth-last-child(5) {
    z-index: 5;
}

.layer-animation-screen img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 17px 0px, rgba(0, 0, 0, 0.0980392) 0px 5px 5px 0px;
    transform: perspective(1000px) rotateX(55deg);
    -moz-transform: perspective(1000px) rotateX(55deg);
    -webkit-transform: perspective(1000px) rotateX(55deg);
    -ms-transform: perspective(1000px) rotateX(55deg);
    transform-origin: 50% 0% 0px;
    -moz-transform-origin: 50% 0% 0px;
    -webkit-transform-origin: 50% 0% 0px;
    -ms-transform-origin: 50% 0% 0px;
}

@media (max-width: 991px) {
    .screens-preview-box {
        top: auto;
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
    }

    .screens-preview-margin {
        margin-top: 40px;
    }

    .bottom-screens-align {
        padding-bottom: 30px;
    }

    .filtergrid-sizer,
    .filter-item {
        width: 33.33333333333%;
    }

    .layer-animation-screen-box {
        top: 50px;
    }
}

@media (max-width: 767px) {
    .counter-entry {
        padding-bottom: 40px;
    }

    .counters-box .fa {
        margin-bottom: 10px;
    }

    .counters-box .counter {
        font-size: 30px;
        line-height: 30px;
    }

    .align-slider-article {
        height: auto;
        display: block;
    }

    .filtergrid-sizer,
    .filter-item {
        width: 50%;
    }

    .layer-animation-screen-box {
        top: 40px;
    }
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 34 - HOMEPAGE "INDEX 6" */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.hand-image {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 80%;
    width: auto;
}

/**/

.screens-custom-slider-box {}

.custom-screen-wrapper {
    text-align: center;
}

.custom-screen-wrapper img {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 25px;
}

.screens-custom-slider-box .swiper-slide .custom-screen-wrapper {
    opacity: 0.5;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
}

.screens-custom-slider-box .swiper-slide-visible .custom-screen-wrapper {
    transform-origin: 100% 50% 0px;
    -moz-transform-origin: 100% 50% 0px;
    -webkit-transform-origin: 100% 50% 0px;
    -ms-transform-origin: 100% 50% 0px;
    transform: perspective(1000px) rotateY(-40deg) scale(0.7);
    -moz-transform: perspective(1000px) rotateY(-40deg) scale(0.7);
    -webkit-transform: perspective(1000px) rotateY(-40deg) scale(0.7);
    -ms-transform: perspective(1000px) rotateY(-40deg) scale(0.7);
    cursor: pointer;
}

.screens-custom-slider-box .swiper-slide-active .custom-screen-wrapper {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg) scale(1);
    -moz-transform: perspective(1000px) rotateY(0deg) scale(1);
    -webkit-transform: perspective(1000px) rotateY(0deg) scale(1);
    -ms-transform: perspective(1000px) rotateY(0deg) scale(1);
    cursor: default;
}

.screens-custom-slider-box .swiper-slide-active + .swiper-slide-visible .custom-screen-wrapper {
    transform-origin: 0% 50% 0px;
    -moz-transform-origin: 0% 50% 0px;
    -webkit-transform-origin: 0% 50% 0px;
    -ms-transform-origin: 0% 50% 0px;
    transform: perspective(1000px) rotateY(40deg) scale(0.7);
    -moz-transform: perspective(1000px) rotateY(40deg) scale(0.7);
    -webkit-transform: perspective(1000px) rotateY(40deg) scale(0.7);
    -ms-transform: perspective(1000px) rotateY(40deg) scale(0.7);
    cursor: pointer;
}

.custom-screen-wrapper:hover {
    opacity: 1 !important;
}

.screens-custom-slider-box .text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

/**/

.phone-icons-image {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.phone-icons-image.visible {
    opacity: 1;
}

.phone-icons-image:first-child {
    position: relative;
    opacity: 1;
}

.phone-icons-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.phone-icons-description {}

.phone-icons-description .entry {
    margin-bottom: 100px;
    min-height: 105px;
    cursor: pointer;
}

.phone-icons-description .entry .icon {
    width: 50px;
    float: left;
    padding-top: 5px;
}

.phone-icons-description .entry .content {
    margin-left: 75px;
}

.phone-icons-description .entry .icon img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.phone-icons-description .entry .title {
    color: #222;
    font-family: "bold", sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.phone-icons-description .entry:hover .title {
    color: #6DB9D1;
}

.phone-icons-description .entry .description {
    font-size: 14px;
    line-height: 24px;
    color: #777;
}

.phone-icons-description.right-align {
    text-align: right;
}

.phone-icons-description.right-align .entry .icon {
    float: right;
}

.phone-icons-description.right-align .entry .content {
    margin-right: 75px;
    margin-left: 0;
}

/**/

.left-right-entry {
    margin-bottom: 120px;
}

.left-right-entry .image-entry {
    text-align: center;
}

.left-right-entry .image-entry img {
    max-width: 400px;
    width: 70%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

.left-right-entry .cell-view {
    height: 585px;
}

/**/

.dividing-image {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/**/

.inline-play-button {
    position: relative;
    display: inline-block;
    margin: 0;
    left: auto;
    top: auto;
    float: none;
}

/**/

#content-wrapper .team-inline-entry {
    margin-bottom: 40px;
}

/**/

@media (min-width: 1200px) {
    .sidebar-menu-added header {
        left: 0;
        width: 180px;
        height: 100%;
        background: #fff;
        border-right: 1px solid #f2f2f2;
    }

    .sidebar-menu-added #content-wrapper {
        padding-left: 180px;
    }

    .sidebar-menu-added nav {
        padding-right: 0;
        width: 100%;
    }

    .sidebar-menu-added nav > ul {
        float: none;
    }

    .sidebar-menu-added nav > ul > li {
        float: none;
        padding-right: 15px;
        padding-left: 5px;
    }

    .sidebar-menu-added nav > ul > li > a {
        float: none;
        display: block;
        text-align: center;
        height: auto;
        line-height: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 10px;
    }

    .sidebar-menu-added nav > ul > li > a:hover {
        color: #fff !important;
    }

    .sidebar-menu-added nav > ul > li > a:not(.act) {
        color: #777;
    }

    .sidebar-menu-added nav .submeny a:after {
        left: 100%;
        top: 50%;
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        margin-left: -4px;
        margin-top: -3px;
    }

    .sidebar-menu-added nav ul ul {
        left: 100%;
        top: 0;
        margin: 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        max-height: 500px;
        overflow-y: auto;
        width: auto;
    }

    .sidebar-menu-added nav ul li:last-child ul {
        margin-left: 0;
        top: auto;
        bottom: -10px;
    }

    .sidebar-menu-added #logo {
        margin-left: 44px;
        margin-bottom: 20px;
    }

    .sidebar-menu-added #logo .act {
        opacity: 1;
    }

    .sidebar-menu-added .theme-config {
        right: -152px;
        left: auto;
    }

    .sidebar-menu-added .theme-config.active {
        right: 0;
    }

    .sidebar-menu-added .theme-config .open {
        right: 100%;
        left: auto;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
}

@media (max-width: 991px) {
    .hand-image {
        display: none;
    }

    .phone-icons-description .entry {
        margin-bottom: 10px;
        min-height: 0;
    }

    .left-right-entry {
        margin-bottom: 50px;
    }

    .left-right-entry .cell-view {
        display: block;
        height: auto;
    }
}

@media (max-width: 767px) {
    .phone-icons-image {
        padding-bottom: 20px;
    }

    #content-wrapper .phone-icons-description .entry {
        text-align: center;
        margin-bottom: 20px !important;
    }

    #content-wrapper .phone-icons-description .entry .icon {
        float: none;
        text-align: center;
        width: auto;
        margin-bottom: 10px;
    }

    #content-wrapper .phone-icons-description .entry .content {
        margin-left: 0;
        margin-right: 0;
    }

    .left-right-entry .image-entry {
        padding-bottom: 50px;
    }

    #content-wrapper .team-inline-entry {
        margin-bottom: 0px;
    }

    #content-wrapper .team-inline-entry .paddings-container {
        padding-bottom: 40px !important;
    }
}


/*ie*/

_:-ms-input-placeholder,
:root .type-2.block .image-block .bg {
    position: absolute;
    width: 100%;
    left: 0;
}

.block.type-5 .swiper-container {
    padding-left: 0;
}

.block.type-5 .swiper-container .swiper-slide > * {
    padding-left: 35px;
}

/*back to top button*/

.back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #6DB9D1;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.back-to-top:hover {
    background: #fff !important;
    color: #222;
}

@media (max-width: 767px) {
    .back-to-top {
        width: 40px;
        line-height: 40px;
    }
}

/*safari*/

body.safari .bg {
    position: absolute;
}

body.safari .block.type-2 .image-block .bg {
    width: 100%;
    left: 0%;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 25 - BLOCK "TYPE 19" (index style 2) */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.new-block.type-19 {
    padding-bottom: 0;
}

.sorting-item,
.grid-sizer {
    width: 0px;
    position: relative;
    /* overflow: hidden;*/
    cursor: pointer;
   
}

.full-page {
    margin-bottom: 120px;
}

.full-page .sorting-item,
.full-page .grid-sizer {
    width: 25%;
}

.full-page .sorting-item.w2 {
    width: 50%;
}

.sorting-item img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.sorting-menu {
    text-align: center;
    font-size: 0;
    margin-bottom: 70px;
}

.sorting-menu a {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #888;
    text-transform: uppercase;
    font-family: 'bold';
    margin-right: 15px;
    padding: 2px 10px 0 10px;
    margin-bottom: 5px;
    border-radius: 20px;
    background:#f4f4f4 
    /*Se agrego*/
}

.sorting-menu a.active,
.sorting-menu a:hover {
    color: #fff;
    background: #6DB9D1;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2)
}

.sorting-menu a:first-child {
    margin-left: 0;
}

.sorting-item.disabled {
    opacity: 0.0;
    /*0.1*/
}

.full-page .sorting-item.disabled {
    opacity: 0;
}

.sorting-item .tagline {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 192, 17, 0.8);
    opacity: 0;
}

.sorting-item:hover .tagline {
    opacity: 1;
}

.sorting-item .tagline .content {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
}

.sorting-item .tagline .title {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'bold';
    transform: translateX(-100%);
    -oz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.sorting-item:nth-child(2n) .tagline .title {
    transform: translateX(0%) translateY(-100%);
    -oz-transform: translateX(0%) translateY(-100%);
    -webkit-transform: translateX(0%) translateY(-100%);
    -ms-transform: translateX(0%) translateY(-100%);
}

.sorting-item .tagline .description {
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    transform: translateX(100%);
    -oz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
}

.sorting-item:nth-child(2n) .tagline .description {
    transform: translateX(0%) translateY(100%);
    -oz-transform: translateX(0%) translateY(100%);
    -webkit-transform: translateX(0%) translateY(100%);
    -ms-transform: translateX(0%) translateY(100%);
}

.sorting-item:hover .tagline .title,
.sorting-item:hover .tagline .description {
    transform: translateX(0%) translateY(0%);
    -oz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
}

.full-page.borders .sorting-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 15px #fff solid;
    left: 0;
    top: 0;
    content: "";
}

/*dropdown for responsive*/

.responsive-filtration-title {
    display: none;
    position: relative;
}

@media (max-width: 991px) {
    .sorting-menu {
        margin-bottom: 50px;
    }
    .full-page.borders .sorting-item:after {
        border-width: 5px;
    }
    /*dropdown for responsive*/
    .responsive-filtration-title {
        display: block;
        color: #222;
        border-bottom: 5px #6DB9D1 solid;
        font-size: 22px;
        
        line-height: 40px;
        padding: 0 40px;
        cursor: pointer;
    }
    .responsive-filtration-title .glyphicon {
        position: absolute;
        line-height: 40px;
        width: 40px;
        text-align: center;
        top: 0;
        right: 0;
        font-size: 18px;
        color: #6DB9D1;
    }
    .sorting-menu.active .responsive-filtration-title .glyphicon {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
    }
    .responsive-filtration-toggle {
        display: none;
    }
    .sorting-menu.active .responsive-filtration-toggle {
        display: block;
    }
    .sorting-menu a {
        display: block;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {
    .sorting-item,
    .grid-sizer {
        width: 50%;
    }
    .full-page .sorting-item,
    .full-page .grid-sizer,
    .full-page .sorting-item.w2 {
        width: 50%;
    }
}
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* 27 - POPUP "VIDEO" */

/*-------------------------------------------------------------------------------------------------------------------------------*/

.video-popup {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 500;
}

.video-popup span {
    position: absolute;
    width: 50%;
    height: 50%;
    left: 0px;
    background: #000;
}

.video-popup span:nth-child(1) {
    top: -50%;
    left: -50%;
}

.video-popup span:nth-child(2) {
    bottom: -50%;
    left: -50%;
}

.video-popup span:nth-child(1):after {
    position: absolute;
    left: 300%;
    top: -100%;
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
}

.video-popup span:nth-child(2):after {
    position: absolute;
    left: 300%;
    top: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    content: "";
}

.video-popup.act-act {
    left: 0px;
}

.video-popup.act span:nth-child(1) {
    top: 0px;
    left: 0px;
}

.video-popup.act span:nth-child(1):after {
    left: 100%;
    top: 0px;
}

.video-popup.act span:nth-child(2) {
    bottom: 0px;
    left: 0px;
}

.video-popup.act span:nth-child(2):after {
    left: 100%;
    top: 0px;
}

.video-popup iframe {
    position: absolute;
    left: 0px;
    bottom: 0%;
    opacity: 0;
    width: 100%;
    height: 90%;
}

.video-popup iframe.act {
    opacity: 1;
}

.video-popup a {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 10%;
    text-align: center;
    cursor: pointer;
}

.video-popup a.act {
    opacity: 1;
}

.video-popup a:after {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    content: "";
    color: #6DB9D1;
    font-size: 60px;
    width: 100%;
    text-align: center;
    background: url(../img/iconos/cross.png) no-repeat scroll 50% 50%;
}

.video-popup a:hover {
    background: #6DB9D1;
    color: #fff;
}

.video-popup a:hover:after {
    color: #fff;
    background: url(../img/cross-act.png) no-repeat scroll 50% 50%;
}

@media (max-width: 991px) {
    .video-popup {
        opacity: 0;
    }
    .video-popup.act-act {
        opacity: 1;
    }
}

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


.play-wrap {
    position: relative;
    float: left;
    width: 76px;
    height: 76px;
}

.play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 100px;
    z-index: 1;
}

.play:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -10px;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #6DB9D1;
    border-bottom: 10px solid transparent;
}

.play:hover {
    background: #6DB9D1;
    border: 3px solid #6DB9D1;
    transform: rotate(-90deg) scale(0.9);
    -o-transform: rotate(-90deg) scale(0.9);
    -moz-transform: rotate(-90deg) scale(0.9);
    -ms-transform: rotate(-90deg) scale(0.9);
    -webkit-transform: rotate(-90deg) scale(0.9);
}

.play:hover:after {
    border-left: 15px solid #fff;
}

/*Categorias*/

.categories-wrapper {}

.categories-wrapper .entry {
    font-size: 12px;
    line-height: 14px;
    padding: 14px 30px 14px 0;
    display: block;
    position: relative;
    color: #888;
    text-transform: uppercase;
    border-bottom: 1px #f2f2f2 solid;
    cursor: pointer;
}

.categories-wrapper .entry .number {
    position: absolute;
    right: 0;
    top: 14px;
    color: #6DB9D1;
}

.categories-wrapper .entry .glyphicon {
    font-size: 10px;
    margin-right: 10px;
    position: relative;
}

.categories-wrapper .entry.toggle .glyphicon:before {
    content: "+";
    color: #6DB9D1;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

.categories-wrapper .entry.toggle.active .glyphicon:before {
    content: "-";
}

.categories-wrapper .entry:hover {
    color: #6DB9D1;
}

.categories-wrapper .sub-wrapper {
    border-bottom: 1px #f2f2f2 solid;
    display: none;
}

.categories-wrapper .sub-wrapper:last-child {
    border: none;
}

.categories-wrapper .sub-wrapper a {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #888;
    padding: 10px 0 10px 20px;/* padding: 14px 0 14px 40px;*/
}

.categories-wrapper .sub-wrapper a span {
    color: #6DB9D1;
}
