﻿@charset "UTF-8";

.sectionModel, body {
    font-family: Raleway, sans-serif;
    text-align: center;
    width: 100%;
}

body {
    overflow-x: hidden;
    margin: 0 auto;
}

.sectionModel {
    height: auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 70px;
    display: inline-block;
}

.animated {
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 1s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-fill-mode: both;
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX {
    0% {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX {
    0% {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

button {
    outline: 0;
}

li {
    list-style: none;
}

a {
    outline: 0 !important;
}

.clear {
    clear: both;
}

.Logo {
    padding-top: 5px;
    width: 155px;
    height: 50px;
    padding-left: 16px;
}

.fixedHeader .navbar {
    margin-bottom: 0;
}

.fixedHeader .nav.navbar-nav > li a:hover {
    background: 0 0;
}

.fixedHeader .navbar-brand {
    font-weight: 700;
    height: 40px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1em;
}

    .fixedHeader .navbar-brand h1 {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
    }

    .fixedHeader .navbar-brand:focus {
        outline: 0;
    }

.fixedHeader .nav.navbar-nav > li {
    border-top: 0 solid transparent;
    padding-top: 5px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    height: auto;
}

@media screen and (max-width:1000px) {
    .navbar-right .dropdown-menu {
        left: 0 !important;
        right: 0 !important;
        margin: auto;
        position: relative;
        width: 100%;
        background: url(../images/background/diagmonds-light.png);
        border: none;
    }

    .nav.navbar-nav {
        background-image: url(../images/background/diagmonds-light.png);
        background-repeat: repeat;
        background-color: #fff;
    }
}

.fixedHeader .navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: transparent;
}

.fixedHeader .navbar-custom ul.nav li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
}

.fixedHeader .navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.dropdown.listMenu:hover .dropdown-menu {
    display: block;
}

.fixedHeader .navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
}

    .fixedHeader .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: 1px solid #f5f5f5;
    }

        .fixedHeader .navbar-custom ul.nav ul.dropdown-menu li:last-child {
            border-bottom: none;
        }

        .fixedHeader .navbar-custom ul.nav ul.dropdown-menu li a {
            padding: 10px 20px;
        }

            .fixedHeader .navbar-custom ul.nav ul.dropdown-menu li a:focus, .fixedHeader .navbar-custom ul.nav ul.dropdown-menu li a:hover {
                background-color: none;
            }

.fixedHeader .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

    .fixedHeader .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a:active {
        background: 0 0;
    }

.fixedHeader .dropdown-menu {
    border-top: none;
}

.fixedHeader .navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    outline: 0;
}

.changeBK, .navbarTop {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.fixedHeader .navbar-custom .nav li a:focus, .fixedHeader .navbar-custom .nav li a:hover, .fixedHeader .navbar-custom .nav li.active {
    outline: 0;
    background-color: none;
}

.fixedHeader .navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

    .fixedHeader .navbar-toggle:active, .fixedHeader .navbar-toggle:focus {
        outline: 0;
    }

#menu li a:active, #menu li a:hover, #menu li ul li a:active, #menu li ul li a:hover, .dropdown-menu li a:hover, .dropdown.listMenu.open:active, .dropdown.listMenu.open:focus, .dropdown.listMenu.open:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: 0 0;
}

    .dropdown-toggle, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
        background: 0 0 !important;
    }

@media screen and (max-width:1000px) and (min-width:768px) {
    .navbar-collapse.navbar-right.navbar-main-collapse.collapse ul#menu, ul#menu.nav.navbar-nav {
        margin-top: 4px;
    }

    .rightHeaderTransition .navbar {
        height: 55px;
    }
}

@media screen and (max-width:768px) {
    .rightHeaderTransition .navbar {
        height: 58px;
    }

    .fixedHeader .collapse.in ul li {
        border-top: none !important;
    }

    .navbarTop .options ul li a {
        color: #333 !important;
    }

    .navbar-collapse.collapse.in ul.dropdown-menu li {
        text-align: center;
        border-bottom: none;
        color: #fff;
    }

    .fixedHeader .navbar-custom ul.nav ul.dropdown-menu li {
        border: none;
    }

    .navbar-collapse.collapse.in ul#menu {
        margin: 0 !important;
    }
}

.navbar-nav .listMenu a .fa {
    font-size: 17px;
}

@media screen and (max-width:767px) {
    .fixedHeader .container {
        padding-top: 1%;
    }
}

@media(min-width:767px) {
    .fixedHeader .navbar {
        width: 100%;
        border-bottom: 0;
        letter-spacing: 1px;
    }

    .fixedHeader .top-nav-collapse {
        padding: 0;
        background: url(../images/background/bg_g_trans.png) #ccc;
    }

    .fixedHeader .navbar-custom .top-nav-collapse {
        border-bottom: 1px solid rgba(68, 68, 68, .84);
    }
}

@media (max-width:480px) {
    .fixedHeader .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
}

@media screen and (max-width:992px) {
    .fixedHeader .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .fixedHeader .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

.fixedHeader .nav.navbar-nav > li.language-selector {
    padding-top: 12px;
    border-top: none;
}

    .fixedHeader .nav.navbar-nav > li.language-selector:hover {
        background: 0 0;
        padding-top: 12px;
    }

.language-selector .panel .options ul {
    width: 92%;
}

@media screen and (min-width:1000px) {
    .firstHeader .nav, .fixedHeader .nav {
        font-size: 16px;
    }

    .language-selector div.panel {
        width: 20em;
        padding: .5em 1.5em 1em;
    }
}

@media screen and (max-width:1000px) {
    .firstHeader nav, .fixedHeader nav {
        font-size: 14px;
    }

    .language-selector div.panel {
        width: 11em;
        padding: .5em 0;
    }
}

@media screen and (min-width:781px) {
    .language-selector .panel .options ul li {
        width: 50%;
        float: left;
    }

        .language-selector .panel .options ul li a {
            font-size: 12px;
        }
}

@media screen and (max-width:781px) {
    .language-selector .panel .options ul li {
        width: 100%;
        float: none;
    }

        .language-selector .panel .options ul li a {
            font-size: 11px;
        }
}

.colorPanelBefore .options ul li a {
    color: #fff !important;
}

.changeBK .language-selector.on a.toggle .fa, .changeBK .language-selector.on a.toggle span {
    color: #fff;
}

.changeBK, .fa-bars, .navbarTop {
    color: #000;
}

.toggle:focus, toggle:hover {
    background: 0 0;
}

.navbar-main-collapse.collapse.in {
    overflow: visible;
}

.changeBK {
    background: url(../images/background/shattered-dark.png);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
}

.navbarTop {
    background: url(../images/background/bg_p.png);
}

.firstHeader {
    margin-top: 0;
    margin-bottom: 5%;
    height: auto;
    position: relative;
    z-index: 90;
}

    .firstHeader .navbar {
        padding-top: 5px;
        border-top: none;
        margin-bottom: 0;
        position: fixed;
        top: 0;
        padding-bottom: 0;
        width: 100%;
        z-index: 900;
    }

    .firstHeader .navbar-default .navbar-nav > li > a {
        border: 1px solid transparent;
        text-align: center;
    }

        .firstHeader .navbar-default .navbar-nav > li > a:hover {
            border: 1px solid #777;
        }

.rightHeaderTransition .navbar {
    margin-bottom: 0;
}

.rightHeaderTransition .navbar-brand {
    font-weight: 700;
    height: 40px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 1em;
}

    .rightHeaderTransition .navbar-brand h1 {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
    }

    .rightHeaderTransition .navbar-brand:focus {
        outline: 0;
    }

.rightHeaderTransition .nav.navbar-nav > li:hover {
    background: rgba(56, 56, 56, .14);
}

.rightHeaderTransition .nav.navbar-nav > li:last-child:hover {
    background: 0 0;
}

.rightHeaderTransition .navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: transparent;
}

.rightHeaderTransition .navbar-custom ul.nav li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #444;
    text-transform: uppercase;
    font-weight: 700;
}

.rightHeaderTransition .navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.rightHeaderTransition .navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
}

    .rightHeaderTransition .navbar-custom ul.nav ul.dropdown-menu li:last-child {
        border-bottom: none;
    }

    .rightHeaderTransition .navbar-custom ul.nav ul.dropdown-menu li a {
        padding: 10px 20px;
    }

        .rightHeaderTransition .navbar-custom ul.nav ul.dropdown-menu li a:hover {
            background: #fefefe;
        }

.rightHeaderTransition .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.rightHeaderTransition .navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    outline: 0;
}

    .rightHeaderTransition .navbar-custom .nav li a:focus, .rightHeaderTransition .navbar-custom .nav li a:hover, .rightHeaderTransition .navbar-custom .nav li.active {
        outline: 0;
        background-color: rgba(255, 255, 255, .2);
    }

.rightHeaderTransition .navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

    .rightHeaderTransition .navbar-toggle:active, .rightHeaderTransition .navbar-toggle:focus {
        outline: 0;
    }

@media screen and (min-width:1375px) {
    .firstHeader .nav li {
        padding-right: 2%;
    }
}

@media screen and (min-width:1121px) {
    .firstHeader .navbar {
        padding-left: 5%;
        padding-bottom: .5%;
    }

        .firstHeader .navbar .nav {
            padding-left: 9%;
            width: 86%;
        }
}

@media screen and (min-width:895px) {
    .container-fluid {
        width: 94%;
        margin: 0 auto;
        padding-bottom: .5%;
    }
}

@media screen and (max-width:894px) {
    .firstHeader .navbar {
        padding-left: 0;
    }

    .firstHeader .Logo {
        padding-left: 3%;
    }

        .firstHeader .Logo img {
            width: 82px;
        }

    .firstHeader .nav {
        padding-left: 0;
    }
}

@media screen and (min-width:781px) {
    .firstHeader .nav > li > a {
        padding: 10px 12px;
        font-size: 16px;
    }
}

@media screen and (max-width:838px) {
    .firstHeader .nav > li > a {
        padding: 10px 8px;
    }
}

@media screen and (max-width:795px) {
    .firstHeader .nav > li > a {
        padding: 10px 9px;
        font-size: 14px;
    }
}

@media screen and (min-width:768px) {
    .widget, .widgetWidth {
        display: inline-flex;
    }

    .firstHeader .nav {
        padding-left: 3.5%;
    }

    .firstHeader .container-fluid {
        padding-left: 13px;
    }

    .firstHeader .changeBK .navbar-nav > li > a {
        color: #fff !important;
    }

        .firstHeader .changeBK .navbar-nav > li > a:hover {
            border: 1px solid #fff !important;
        }

    .widgetWidth {
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
        margin: auto;
    }
}

@media screen and (max-width:660px) {
    .Logo img {
        padding-left: 5%;
    }
}

@media screen and (min-width:1000px) {
    .changeBK, .navbarTop {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        color: #000;
    }

    .firstHeader .nav, .rightHeaderTransition .nav {
        font-size: 16px;
    }

    .fixedHeader .navbar {
        background: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: .9;
        -khtml-opacity: .9;
        opacity: .9;
    }

    .fixedHeader .nav.navbar-nav > li.listMenu:hover {
        padding-top: 2px;
        border-top: 3px solid #dc2132;
        height: auto;
    }

    .language-selector div.panel {
        right: -1em;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-right {
        float: right !important;
    }

    .rightHeaderTransition .navbar {
        background: 0 0;
    }

    .changeBK {
        background: url(../images/background/shattered-dark.png);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    }

    .navbarTop, .rightHeaderTransition .navbarTop #menu {
        background: url(../images/background/bg_p.png);
    }

    .fixedHeader .navbar {
        padding: 0 0 10px;
    }
}

@media screen and (max-width:1000px) {
    .firstHeader nav, .rightHeaderTransition nav {
        font-size: 14px;
    }
}

.firstHeader .navbar.navbar-default {
    border: none;
}

@media screen and (max-width:767px) {
    .firstHeader .navbar-nav > li {
        width: 50%;
        height: 100px;
        float: left;
        border-bottom: 1px solid #d5cfcf;
        overflow: hidden;
    }

    .firstHeader a {
        line-height: 95px;
        color: #a9a9a9;
    }

    .firstHeader .navbar-nav > li:hover {
        background: url(../images/background/bg_g_trans.png);
    }

    .firstHeader .navbar-default .navbar-nav > li > a:hover {
        color: #fff !important;
        border: 1px solid transparent !important;
    }

    .firstHeader .navbar-nav > li:nth-child(even) {
        border-left: 1px solid #d5cfcf;
    }

    .firstHeader .navbar {
        padding-left: 0;
        padding-bottom: 0;
        position: relative;
    }

    .firstHeader .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        position: absolute;
        z-index: 90;
        background: url(../images/background/bg_p.png) #fff;
        width: 100%;
    }

    .firstHeader .nav {
        padding-left: 0;
        margin: 0;
    }

    .rightHeaderTransition .container {
        padding-top: 1%;
    }
}

@media(min-width:1000px) {
    .rightHeaderTransition .navbar {
        padding: 20px 0;
    }
}

@media(min-width:767px) {
    .rightHeaderTransition .navbar {
        width: 100%;
        border-bottom: 0;
        letter-spacing: 1px;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .rightHeaderTransition .top-nav-collapse {
        padding: 0;
        background: url(../images/background/bg_g_trans.png) #ccc;
    }

    .rightHeaderTransition .navbar-custom .top-nav-collapse {
        border-bottom: 1px solid rgba(68, 68, 68, .84);
    }
}

@media (max-width:480px) {
    .rightHeaderTransition .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
}

.rightHeaderTransition .fa-bars {
    color: #333;
}

.navbar-toggle .fa {
    font-size: 21px;
}

.containerProducts, .containerProducts ul {
    text-align: left;
}

.language-selector {
    display: block;
    float: left;
    position: relative;
    z-index: 510;
    padding-left: 5px;
    padding-top: 6px;
}

@media screen and (max-width:52.8125em) {
    .language-selector {
        margin-right: .6em;
    }
}

.language-selector a {
    display: inline-block;
    padding: .2em .25em .25em;
    vertical-align: middle;
    position: relative;
    z-index: 21000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

    .language-selector a img {
        display: inline-block;
        width: 1.1875em;
    }

    .language-selector a span {
        font-family: Icons;
        font-weight: 400 !important;
        text-rendering: optimizeLegibility;
        display: inline-block;
        text-align: center;
        line-height: 1.5;
        color: #fff;
    }

.selected-flag {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 2.5em;
    margin-top: 2px;
    height: 1.7em;
    background-color: rgba(51, 51, 51, .74);
    line-height: 1.7em;
}

.language-selector .toggle .fa {
    color: #fff;
    font-size: 14px;
    padding-left: 2px;
}

.language-selector div.colorPanelBefore {
    background-color: #333;
}

.language-selector div.panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: -.75em;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
}

    .language-selector div.panel:after {
        content: "";
        display: table;
        clear: both;
        color: none;
    }

    .language-selector div.panel h2 {
        font-size: .75em;
        text-transform: uppercase;
        text-align: left;
    }

    .language-selector div.panel h3 {
        font-size: .8125em;
        color: #a1a1a1;
        font-weight: 400;
        text-align: center;
        margin: 1em 0 .5em;
    }

    .language-selector div.panel .options {
        width: 100%;
        margin: 0 auto;
    }

    .language-selector div.panel ul {
        width: 42%;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .language-selector div.panel ul:first-child {
            float: left;
        }

        .language-selector div.panel ul a {
            display: block;
            text-align: right;
            font-size: .75em;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1.5;
        }

            .language-selector div.panel ul a img {
                float: right;
                display: block;
                width: 1.58333em;
                margin-left: .6em;
                margin-top: .1em;
            }

            .language-selector div.panel ul a.non-english-chars {
                font-weight: 400;
            }

.language-selector.on .panel {
    display: block;
}

.language-selector.on .toggle .fa, .language-selector.on .toggle span {
    color: #333;
}

.navbar-collapse.collapse.in ul#menu li, .navbar-collapse.collapseing ul#menu li {
    text-align: center;
    position: relative;
}

.navbar-collapse.collapse.in ul#menu {
    min-width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
/*.navbar-header.page-scroll {
        width: 100%;
    }*/
@media screen and (max-width:1000px) {
    .navbar-header.page-scroll, ul#menu li {
        width: 100%;
    }

    .navbar-collapse.collapse, .navbar-collapse.collapse.in, .navbar-collapse.navbar-right.navbar-main-collapse.collapse.in, .navbar-collapse.navbar-right.navbar-main-collapse.collapsing {
        display: block !important;
        min-width: 100%;
    }

    ul#menu li {
        text-align: center;
    }

    .navbar-collapse.navbar-right.navbar-main-collapse.collapse ul#menu, ul#menu.nav.navbar-nav {
        min-width: 100%;
        float: none;
        text-align: center;
        padding-bottom: 10px;
    }

    .rightHeaderTransition .container {
        padding-left: 0;
    }

    .Logo img {
        padding-left: 5px;
    }

    .selected-flag {
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        height: auto;
        max-height: 100%;
    }

    .collapse.navbar-collapse.navbar-right.navbar-main-collapse, .fixedHeader .navbar-right {
        display: none !important;
    }

    .navbar-toggle {
        display: block !important;
        float: right;
    }

    .navbar-collapse.navbar-right.navbar-main-collapse.collapse.in, .navbar-right {
        float: none !important;
    }

    .fixedHeader .navbar-header {
        height: 55px;
    }

    .changeBK ul#menu, .navbarTop ul#menu {
        background-color: #fff;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .fixedHeader .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: none;
    }

    .rightHeaderTransition .navbar-custom.top-nav-collapse ul.nav li a {
        color: #333;
    }

    .navbar.navbar-custom.navbar-fixed-top .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .fixedHeader .nav.navbar-nav > li.listMenu, .fixedHeader .nav.navbar-nav > li.listMenu:hover {
        border-top: 0;
        padding-top: 0;
    }
}

.textboxType, .txtbCoordinates {
    background-color: transparent;
    border: 1px solid #a4a054;
}

@media screen and (max-width:992px) {
    .rightHeaderTransition .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .rightHeaderTransition .container {
        width: 100%;
        padding-right: 0;
    }
}

.video {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .video:hover {
        z-index: 99999999;
    }

#video {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (min-width:900px) {
    .titleTop {
        width: 45%;
    }

        .titleTop h1 {
            font-size: 5em;
        }

        .titleTop h2 {
            font-size: 2em;
        }
}

@media screen and (max-width:899px) {
    .titleTop {
        width: 90%;
    }

        .titleTop h1 {
            font-size: 3em;
        }

        .titleTop h2 {
            font-size: 1em;
        }
}

.titleTop {
    top: 35%;
    left: 5%;
    position: absolute;
    font-family: Raleway, sans-serif;
}

    .titleTop h1 {
        color: #fff;
        font-weight: 700;
    }

    .titleTop h2 {
        color: #AFB8BE;
    }

.form {
    padding-bottom: 5%;
    text-align: left;
}

.textboxType {
    width: 90%;
    padding: 5px;
}

.oneLine {
    height: 37px;
    margin-bottom: 5px;
}

.coordinatesContainer {
    height: auto;
    float: left;
}

    .coordinatesContainer.col-lg-6, .coordinatesContainer.col-md-6, .coordinatesContainer.col-sm-12, .coordinatesContainer.col-xs-12 {
        padding: 0;
    }

.txtbCoordinates {
    padding: 5px;
}

@media screen and (min-width:768px) {
    .txtbCoordinates {
        width: 80%;
    }
}

@media screen and (max-width:767px) {
    .txtbCoordinates {
        width: 90%;
    }
}

.sendForm:hover {
    color: #fff;
    -webkit-box-shadow: inset -500px 0 0 0 #c6ad2f;
    -moz-box-shadow: inset -500px 0 0 0 #c6ad2f;
    box-shadow: inset -500px 0 0 0 #c6ad2f;
}

.sendForm {
    margin-top: 30px;
    margin-right: 22%;
    outline: 0;
    padding: 10px 15px;
    border: 2px solid #c6ad2f;
    background: #fff;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 0 #c6ad2f;
    -moz-box-shadow: inset 0 0 0 0 #c6ad2f;
    box-shadow: inset 0 0 0 0 #c6ad2f;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.photoGallery {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:1199px) {
    .photoGallery .col-lg-4 {
        width: 32.333333%;
    }
}

@media (max-width:992px) {
    .photoGallery .col-lg-4 {
        width: 48.333333%;
    }
}

@media (min-width:992px) {
    .photoGallery .col-lg-4 {
        width: 32.333333%;
    }
}

@media (max-width:600px) {
    .photoGallery .col-lg-4 {
        width: 97.333333%;
    }
}

.photoGallery figure {
    float: left;
    height: 212px;
    list-style: none;
    display: block;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1%;
    margin: 4px;
}

    .photoGallery figure img {
        position: absolute;
        margin: auto;
        top: -9999px;
        bottom: -9999px;
        right: -9999px;
        left: -9999px;
        min-width: 100%;
        height: auto;
        min-height: 100%;
    }

.wow {
    padding-top: 2%;
}

    .wow .iconServices {
        width: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .wow .btn-primary:hover {
        background: #fff;
        color: #000;
    }


.buttonGallery ul li a, .longButton a:hover, innerBtnLongButton a {
    text-decoration: none;
}

.background-image {
    background-size: cover;
    height: 500px;
    min-width: 100%;
    display: table;
    box-shadow: inset 0 0 1em #111;
}

    .background-image .pictureText {
        margin: 0 auto;
        height: auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .background-image .pictureText h3 {
            color: #fff;
            font-size: 30px;
            text-align: center;
        }

        .background-image .pictureText p {
            color: #fff;
            font-size: 18px;
            text-align: center;
        }

.socialContainer {
    position: fixed;
    height: auto;
    width: 32px;
    left: 0;
    top: 45%;
    z-index: 999;
}

    .socialContainer .socialItems {
        display: block;
        margin: 0 auto;
        padding: 0;
    }

        .socialContainer .socialItems:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            -moz-opacity: .8;
            -khtml-opacity: .8;
            opacity: .8;
            zoom: 1;
        }

.showSocialContainer.visible {
    display: block;
    visibility: visible;
}

.showSocialContainer .fa {
    color: #1144bd;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}

.showSocialContainer .fa-backward {
    display: none;
}

.contactInfo {
    padding-bottom: 5%;
}

    .contactInfo .contactRow:first-child {
        margin-top: 5%;
    }

    .contactInfo .contactRow {
        width: 92%;
        margin-top: 2%;
        height: auto;
        position: relative;
    }

.iconWidget1, .map {
    width: 100%;
}

.alignText {
    padding-top: 3%;
}

.contactRow .centerImg {
    margin-right: 2%;
}

.contactRow p {
    font-size: 12px;
    color: #000;
    text-align: justify;
    font-weight: 700;
    font-family: Raleway, sans-serif;
}

.map {
    margin-bottom: 5%;
}

    .map #map-canvas {
        width: 100%;
        height: 400px;
        margin: 0;
        padding: 0;
    }

.iconWidget2, .iconWidget3, .iconWidget4 {
    float: left;
    margin-bottom: 15px;
}

    .iconWidget3:nth-child(2) {
        margin-left: 1%;
        margin-right: 1%;
    }

@media screen and (min-width:992px) {
    .iconWidget4 {
        width: 25%;
    }
}

@media screen and (min-width:768px) {
    .iconWidget2 {
        width: 50%;
    }

    .iconWidget3 {
        width: 32.66%;
    }
}

@media screen and (max-width:991px) {
    .iconWidget4 {
        width: 25%;
    }
}

@media screen and (max-width:767px) {
    .iconWidget2, .iconWidget3, .iconWidget4 {
        width: 100%;
    }
}

.ss-style-triangles::before {
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -35px;
    z-index: 10;
    background: inherit;
}

.ss-style-doublediagonal {
    z-index: 1;
    padding-top: 6em;
    background: inherit;
}

    .ss-style-doublediagonal::after, .ss-style-doublediagonal::before {
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .ss-style-doublediagonal::before {
        height: 50%;
        background: #fff;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 3% 0;
        transform-origin: 3% 0;
    }

.ss-style-slit::after, .ss-style-slit::before {
    width: 50.5%;
    width: -webkit-calc(50% + 10px);
    width: -moz-calc(50% + 10px);
    width: calc(50% + 10px);
    height: 115px;
    background: inherit;
    top: -115px;
}

.ss-style-slit::before {
    left: -20px;
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    box-shadow: -10px -20px rgba(163, 163, 163, .57);
}

.ss-style-slit::after {
    right: -20px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    box-shadow: 10px -20px rgba(163, 163, 163, .57);
}

.ss-style-dots::before {
    bottom: 20px;
    width: 14px;
    height: 14px;
    transform: translateX(-50%);
    background: #444;
    box-shadow: 30px 0 #444, -30px 0 #444;
}

.ss-style-dots::before, .ss-style-halfcircle::before {
    left: 50%;
    -webkit-border-radius: 50;
    -moz-border-radius: 50;
    -ms-border-radius: 50;
    -o-border-radius: 50;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
}

.ss-style-halfcircle::before {
    top: -50px;
    z-index: 10;
    width: 100px;
    height: 100px;
    background: inherit;
    transform: translateX(-50%);
}

.ss-style-slit {
    margin-top: 153px;
}

.sectionModel::after, .sectionModel::before {
    position: absolute;
    content: '';
    pointer-events: none;
}

.longButtonsSection {
    font-family: Raleway, sans-serif;
}

@media screen and (min-width:1500px) {
    .longButton {
        width: 80%;
    }

        .longButton .container {
            width: 84%;
        }
}

@media screen and (max-width:1500px) {
    .longButton {
        width: 90%;
    }

        .longButton .container {
            width: 84%;
        }
}

@media screen and (max-width:1200px) {
    .longButton .container {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {
    .longButton {
        width: 100%;
    }
}

@media screen and (min-width:900px) {
    .longButton {
        height: 100px;
    }

        .longButton div {
            float: left;
        }

    .textLongButton {
        width: 55%;
    }

    .titleLongButton {
        width: 30%;
    }

    .innerBtnLongButton {
        width: 15%;
    }

    .textContainersLongButtons {
        width: 90%;
    }
}

@media screen and (min-width:901px) {
    .imgLongButton {
        margin-top: 13%;
        margin-left: 23%;
    }

    .trContent .fa {
        left: 31%;
        line-height: 4;
    }
}

@media screen and (max-width:900px) {
    .trContent .fa {
        left: 11%;
        line-height: 5;
    }

    .longButton .container {
        width: 90%;
    }

    .longButton {
        width: 90%;
        height: 200px;
    }

    .imgLongButton {
        float: left;
        margin-top: 43%;
    }

    .textContainersLongButtons {
        float: left;
        width: 87%;
        padding-left: 6%;
        display: inline-block;
    }

    .innerBtnLongButton {
        width: 130px;
    }
}

@media screen and (min-width:831px) {
    .longButton {
        padding: 5px;
    }
}

@media screen and (max-width:830px) {
    .longButton, .longButton .container {
        width: 100%;
    }

    .longButton {
        padding: 5px 5px 5px 2%;
    }
}

@media screen and (max-width:672px) {
    .textLongButton {
        display: none;
    }

    .textContainersLongButtons {
        width: 80%;
        padding-left: 15%;
    }
}

@media screen and (max-width:457px) {
    .textContainersLongButtons {
        width: 75%;
    }
}

@media screen and (max-width:377px) {
    .textContainersLongButtons {
        width: 70%;
    }
}

@media screen and (max-width:323px) {
    .textContainersLongButtons {
        width: 65%;
    }
}

.longButton {
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.textContainersLongButtons {
    color: #fff;
}

.longButton .innerBtnLongButton a, .longButton .innerBtnLongButton a:hover, .longButton .trContent .fa {
    color: inherit;
}

.longButton .container {
    float: right;
    position: relative;
}

.imageContainerLongButton {
    width: 10%;
    position: relative;
}

.trContent {
    position: absolute;
    height: 100%;
    width: 100%;
}

    .trContent .fa {
        font-size: 2em;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        width: 40px;
        height: 90px;
    }

.innerBtnLongButton, .textLongButton, .titleLongButton {
    position: relative;
    transform: translateY(40%);
}

.textLongButton {
    text-align: left;
    padding-right: 12px;
}

.titleLongButton {
    display: table-cell;
    vertical-align: middle;
}

.innerBtnLongButton {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 10px 20px;
    margin-top: 1%;
}

.innerBtnLongButton, .roundButton {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
}

.titleLongButton h4 {
    text-align: center;
    letter-spacing: 1px;
}

.imgLongButton {
    position: relative;
    background-color: #fff;
    text-align: left;
    transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}

    .imgLongButton:after, .imgLongButton:before {
        content: '';
        position: absolute;
        background-color: inherit;
    }

    .imgLongButton, .imgLongButton:after, .imgLongButton:before {
        width: 55px;
        height: 55px;
        -webkit-border-top-right-radius: 30%;
        -moz-border-top-right-radius: 30%;
        -ms-border-top-right-radius: 30%;
        -o-border-top-right-radius: 30%;
        border-top-right-radius: 30%;
    }

        .imgLongButton:before {
            transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
        }

        .imgLongButton:after {
            transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
        }

.buttonGallery {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.imageBtnGallery {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .imageBtnGallery img {
        margin-left: auto;
        margin-right: auto;
    }

.buttonGallery ul {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

    .buttonGallery ul li {
        float: left;
        height: 200px; /*165px*/
        text-align: center;
        margin-right: 4%;
        list-style: none;
    }

        .buttonGallery ul li a p {
            text-transform: uppercase;
            text-decoration: none;
            color: #333;
            font-weight: 700;
        }

        .buttonGallery ul li a:hover p {
            color: #0b75e9;
        }

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

    .buttonGallery ul li {
        width: 15%;
    }
}

@media screen and (max-width:719px) {

    .buttonGallery ul li {
        width: 20%;
    }
}

@media screen and (max-width:590px) {

    .buttonGallery ul li {
        width: 25%;
    }
}

@media screen and (max-width:490px) {

    .buttonGallery ul li {
        width: 30%;
    }
}

@media screen and (max-width:440px) {

    .buttonGallery ul li {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .buttonGallery.col-xs-12 {
        padding-left: 5%;
    }
}

@media screen and (min-width:1200px) {
    .roundButton {
        height: 110px;
        width: 110px;
    }
}

@media screen and (max-width:1199px) {
    .buttonGallery {
        margin-top: 15px;
    }

    .roundButton {
        height: 100px;
        width: 100px;
    }
}

.roundButton {
    border: .1px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: relative;
    padding: 12px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, .1) 99%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#24000000', GradientType=0);
    -webkit-box-shadow: 0 0 13px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 13px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 0 13px 5px rgba(0, 0, 0, .15);
}

    .roundButton:hover {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 13px 5px rgba(0, 123, 123, .15);
        -moz-box-shadow: 0 0 13px 5px rgba(0, 123, 123, .15);
        box-shadow: 0 0 13px 5px rgba(0, 123, 123, .15);
    }

    .roundButton img {
        position: absolute;
        margin: auto;
        top: -9999px;
        bottom: -9999px;
        right: -9999px;
        left: -9999px;
        width: 100%;
        /*height: auto;*/
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

/*@media screen and (max-width:340px) {
    .buttonGallery ul li {
        margin-left: 23%;
    }
}*/



/*gallery activities*/
@media screen and (max-width:768px) {
    .containerCaption .carousel-caption-slide {
        width: 300px;
    }

    .longBox .carouselPictureBox, .longBox .pictureBox {
        display: none;
    }

    .longBox {
        height: auto;
    }

    .captionGalleryImage, .galleryActivities .boxMedium, .boxHigh {
        height: auto !important;
    }
}

.captionGalleryImage h3 {
    margin-top: 10px;
}

.galleryActivities {
    padding-bottom: 50px;
    clear: both;
}

    .galleryActivities .boxGroup {
        height: auto;
    }

.box {
    /*background: #fff;*/
    float: left;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
}




@media screen and (min-width:1200px) {
    .galleryActivities .col-lg-12, .galleryActivities .col-lg-5, .galleryActivities .col-lg-6, .galleryActivities .col-lg-7 {
        padding-right: 0;
        padding-left: 0;
    }

    .galleryActivities .col-lg-5 {
        width: 49%; /*47.666667%;*/
    }

    .galleryActivities .boxGroup .col-lg-6 {
        width: 48%;
    }

    .galleryActivities .col-lg-7 {
        width: 50.333333%;
    }

    .columnMixed .boxMedium.col-lg-12 {
        width: 97%;
        margin: 2%;
    }

    .boxMedium.col-lg-6 {
        width: 49%;
    }
}

@media screen and (max-width:1200px) and (min-width:992px) {
    .galleryActivities .col-md-12, .galleryActivities .col-md-5, .galleryActivities .col-md-6, .galleryActivities .col-md-7 {
        padding-right: 0;
        padding-left: 0;
    }

    .galleryActivities .col-md-5 {
        width: 48.66%;
    }

    .galleryActivities .col-md-4 {
        width: 31.333333%;
        margin-top: 1%;
    }

    .galleryActivities .col-md-6 {
        width: 47.66%;
    }

    .galleryActivities .col-md-7 {
        width: 51.333333%;
    }
}

.galleryActivities .col-lg-6, .galleryActivities .col-md-6, .galleryActivities .col-sm-12, .galleryActivities .col-sm-5, .galleryActivities .col-sm-6, .galleryActivities .col-sm-7, .galleryActivities .col-xs-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media screen and (max-width:992px) and (min-width:768px) {
    .galleryActivities .col-lg-6, .galleryActivities .col-md-6, .galleryActivities .col-sm-12, .galleryActivities .col-sm-5, .galleryActivities .col-sm-6, .galleryActivities .col-sm-7, .galleryActivities .col-xs-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .galleryActivities .col-sm-6 {
        width: 48%;
    }
}

@media screen and (max-width:767px) and (min-width:500px) {
    .galleryActivities .col-xs-6 {
        width: 48%;
    }
}

@media screen and (max-width:499px) {
    .galleryActivities .col-xs-6 {
        width: 100%;
    }
}

.boxGroup .boxSmaller, .galleryActivities .boxGroup .boxSmall, .boxLg {
    height: 210px;
    position: relative;
    margin: 2% 2% 2% 0;
}

    .galleryActivities .boxGroup .boxSmall .pictureSmallBox, .boxLg .pictureSmallBox {
        position: relative;
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

        .galleryActivities .boxGroup .boxSmall .pictureSmallBox img .boxLg .pictureSmallBox img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            overflow: hidden;
            margin: 0 auto;
        }

    .galleryActivities .boxGroup .boxSmall .captionGalleryImage, .boxLg .captionGalleryImage {
        width: 100%;
        height: 50px;
    }

.captionGalleryImage h3 {
    text-align: center;
}


.galleryActivities .boxBigAdvertise {
    height: 444px;
    position: relative;
    margin: 1% 0;
}

.galleryActivities .boxMedium {
    margin: 1% 1% 1% 0;
    height: 444px;
    position: relative;
}

.boxBigAdvertise .video {
    width: 100%;
    height: 390px;
    margin: 0;
    padding: 0;
}

.galleryActivities .titleAdvertising {
    width: 100%;
    height: 15px;
    margin: 0 auto;
    padding: 0;
}

    .galleryActivities .titleAdvertising p {
        font-size: 11px;
        float: right;
        text-transform: uppercase;
        font-weight: 700;
    }

.boxSmaller .pictureSmallBox, .boxLg .pictureSmallBox {
    height: 160px;
    overflow: hidden;
    position: relative;
}

.boxHigh {
    height: 444px;
    position: relative;
    margin-top: 2%;
}

    .boxHigh:nth-child(2) {
        margin-left: 2%;
    }

    .boxHigh img {
        min-height: 100%;
    }

    .boxMedium .pictureMediumBox img, .boxSmaller .pictureSmallBox img, .boxHigh .pictureMediumBox .img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        margin: 0 auto;
    }

.boxSmall .captionGalleryImage, .boxLg .captionGalleryImage {
    height: 50px;
}

.galleryActivities .boxMedium .pictureMediumBox, .boxHigh .pictureMediumBox {
    height: 314px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.galleryActivities .boxMedium .captionGalleryImage, .boxHigh .captionGalleryImage {
    width: 100%;
    max-height: 130px;
    overflow-y: auto;
}

    .galleryActivities .boxMedium .captionGalleryImage p, .boxHigh .captionGalleryImage {
        padding: 0 2% 2%;
    }

@media screen and (min-width:1200px) {
    .captionGalleryImage h3 {
        font-size: 19px;
    }
}

@media screen and (max-width:1200px) {
    .captionGalleryImage h3 {
        font-size: 14px;
    }
}

.boxGroup {
    height: auto;
}

/*.longBoxes.col-lg-12, .longBoxes.col-md-12, .longBoxes.col-sm-12, .longBoxes.col-xs-12 {
    width: 98%;
}*/

.longBoxes {
    margin: 1%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .28);
}

.rowBoxes .longBox {
    background-color: #fff;
}
/*.rowBoxes:first-child{margin-left:0 !important;}*/
.longBox .textBox {
    padding-left: 2% !important;
    padding-right: 2% !important;
    text-align: left;
    max-height: 235px;
    overflow-y: auto;
}

    .longBox .textBox::-webkit-scrollbar, .boxMedium .captionGalleryImage::-webkit-scrollbar, .coloredBoxSection .listBox::-webkit-scrollbar {
        width: 10px;
    }

    .longBox .textBox::-webkit-scrollbar-track, .boxMedium .captionGalleryImage::-webkit-scrollbar-track, .coloredBoxSection .listBox::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .longBox .textBox::-webkit-scrollbar-thumb, .boxMedium .captionGalleryImage::-webkit-scrollbar-thumb, .coloredBoxSection .listBox::-webkit-scrollbar-thumb {
        background: url('../images/background/op-333.png') repeat;
    }

    .longBox .textBox::-webkit-scrollbar-button, .boxMedium .captionGalleryImage::-webkit-scrollbar-button, .coloredBoxSection .listBox::-webkit-scrollbar-button {
        background: url('../images/background/op-333.png') repeat;
        height: 10px;
    }

        .longBox .textBox::-webkit-scrollbar-button:vertical:increment, .boxMedium .captionGalleryImage::-webkit-scrollbar-button:vertical:increment, .coloredBoxSection .listBox::-webkit-scrollbar-button:vertical:increment {
            background: url('../images/icon/arrow-down.png') no-repeat;
            padding-bottom: 3px;
        }

        .longBox .textBox::-webkit-scrollbar-button:vertical:decrement, .boxMedium .captionGalleryImage::-webkit-scrollbar-button:vertical:decrement, .coloredBoxSection .listBox::-webkit-scrollbar-button:vertical:decrement {
            padding-top: 3px;
            background: url('../images/icon/arrow-up.png') no-repeat;
        }

.carousel {
    height: 100%;
    position: relative;
}

.longBox .carouselPictureBox.col-md-4, .longBox .pictureBox.col-md-4 {
    width: 33.333%;
    margin: 0;
}

.longBox .carouselPictureBox, .longBox .pictureBox {
    height: 235px;
    overflow: hidden;
    position: relative;
}

/*.longBox .carouselPictureBox img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
        margin: 0 auto;
    }*/

@media screen and (min-width:768px) {
    .rowBoxes .longBox {
        height: 235px;
    }
}

.carouselPictureBox .carousel-inner {
    height: 100%;
    position: relative;
}

/*.controlsCarouselPictureBox {
    position: absolute;
    top: 0;
    right: 0;
}

    .controlsCarouselPictureBox .fa {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
    }

    .controlsCarouselPictureBox a, .controlsCarouselPictureBox a:focus, .controlsCarouselPictureBox a:hover {
        text-decoration: none;
    }

    .controlsCarouselPictureBox .fa {
        border: 1px solid #333;
        background: #333;
        padding: 5px 7px;
    }*/

.carouselPictureBox .slick-prev, .carouselPictureBox .slick-next {
    color: transparent;
    width: 34px;
    height: 37px;
    position: absolute;
    top: 0;
    border: 0;
}

.carouselPictureBox .slick-prev {
    background: url(../images/icon/al.png) no-repeat;
    background-size: 37px;
    background-color: #333;
    right: 37px;
    position: absolute;
}

.carouselPictureBox .slick-next {
    background: url(../images/icon/ar.png) no-repeat;
    background-size: 37px;
    background-color: #333;
    right: 0;
}

.carousel-inner > .item {
    position: absolute !important;
}

.carouselPictureBox .item, .pictureBox {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

    .carouselPictureBox .item img, .pictureBox img {
        position: absolute;
        margin: auto;
        top: -9999px;
        bottom: -9999px;
        right: -9999px;
        left: -9999px;
        min-width: 100%;
        height: auto;
        min-height: 100%;
    }
/*slider*/

.carouselFull .container {
    width: 100%;
    padding: 0;
}

.carouselFull .col-lg-12 {
    padding: 0;
}

.carouselFull .container .carousel-inner {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

    .carouselFull .container .carousel-inner .item {
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

        .carouselFull .container .carousel-inner .item p {
            text-align: left;
            font-family: LibreBaskervilleRegular;
        }

        .carouselFull .container .carousel-inner .item img {
            right: 0;
            width: 100%;
            position: absolute;
            margin: auto;
            top: -9999px;
            bottom: -9999px;
            right: -9999px;
            left: -9999px;
            min-width: 100%;
            height: auto;
            min-height: 100%;
        }

        .carouselFull .container .carousel-inner .item .btn-sm {
            left: 0;
            padding-bottom: 0;
            padding-top: 0;
            padding-left: 0;
            font-family: BebasNeue;
        }

            .carouselFull .container .carousel-inner .item .btn-sm .buttonArrow {
                width: 20px;
                height: 25px;
                line-height: 1.5;
            }

.containerCaption {
    position: absolute;
    left: 8%;
    bottom: 15%;
}

    .containerCaption .carousel-caption-slide {
        display: none;
        position: absolute;
        left: 0;
        bottom: 50px;
        background: url(../images/background/i.png);
    }

.item.top_left .carousel-caption-slide {
    left: 70px;
    right: auto;
    top: 50px;
    bottom: auto;
}

.item.top_right .carousel-caption-slide {
    left: auto;
    right: 70px;
    top: 50px;
    bottom: auto;
}

.item.bottom_left .carousel-caption-slide {
    left: 70px;
    right: auto;
    top: auto;
    bottom: 50px;
}

.item.bottom_right .carousel-caption-slide {
    left: auto;
    right: 70px;
    top: auto;
    bottom: 50px;
}

.carousel-caption-overflow, .carousel-caption-overflow * {
    vertical-align: baseline !important;
}

.carousel-caption-overflow {
    max-height: 228px;
    padding-bottom: 2px;
    overflow: auto;
}

    .carousel-caption-overflow::-webkit-scrollbar {
        width: 10px;
    }

    .carousel-caption-overflow::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .carousel-caption-overflow::-webkit-scrollbar-thumb {
        background: url('../images/background/op-333.png') repeat;
    }

    .carousel-caption-overflow::-webkit-scrollbar-button {
        background: url('../images/background/op-333.png') repeat;
        height: 10px;
    }

        .carousel-caption-overflow::-webkit-scrollbar-button:vertical:increment {
            background: url('../images/icon/arrow-down.png') no-repeat;
            padding-bottom: 3px;
        }

        .carousel-caption-overflow::-webkit-scrollbar-button:vertical:decrement {
            padding-top: 3px;
            background: url('../images/icon/arrow-up.png') no-repeat;
        }

.ie7 .carousel-caption-overflow {
    height: 228px;
}

.slide-button.slide-link {
    position: absolute;
    right: 30px;
    bottom: -22px;
    max-width: 437px;
    box-shadow: 4px 4px rgba(73, 73, 73, .54);
}

.carousel-description, .carousel-description * {
    font-family: 'Lato Regular', sans-serif;
    line-height: 22px;
}

.carousel-description-for-video {
    float: left;
    width: 310px;
}

.carousel-title, .carousel-title * {
    font-family: 'Oswald Regular', sans-serif;
    line-height: 44px;
    color: #333 !important;
}

    .carousel-title a {
        text-decoration: none;
    }

        .carousel-title a:hover {
            color: #5f3cd1 !important;
            text-decoration: none;
        }

    .carousel-title + .carousel-description {
        padding-bottom: 15px;
        color: #000;
    }

.slide-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.ie7 .slide-button {
    display: inline;
    zoom: 1;
}

.slide-button a {
    position: relative;
    display: inline-block;
    padding: 10px 25px !important;
    color: #fff;
    background-color: #5f3cd1;
    border: 0;
    font-family: 'Oswald Light', sans-serif;
    font-size: 20px;
    line-height: auto !important;
    white-space: nowrap;
}

    .slide-button a:hover, .slide-button input:hover {
        color: #fff !important;
        background-color: #926bf2;
        text-decoration: none;
    }

.slider-button-shadow {
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 1200px;
    height: 1200px;
    background-color: rgba(0, 0, 0, .2);
}

    .slider-button-shadow a {
        text-decoration: none;
    }

.ie6-8 .slider-button-shadow {
    background-color: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
    zoom: 1;
}

.slide-button.grey a, .slide-button.grey input {
    background-color: #333;
}

button.slick-next, button.slick-prev {
    color: transparent;
    border: none;
}

.carouselFull .slick-prev, .carouselFull .slick-prevdn, .carouselFull .slick-next, .carouselFull .jssora03rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../images/icon/a03.png) no-repeat;
    overflow: hidden;
}

.carouselFull .slick-prev {
    background-position: -3px -33px;
}

.carouselFull .slick-next {
    background-position: -63px -33px;
}

.carouselFull .slick-prev:hover {
    background-position: -123px -33px;
}

.carouselFull .slick-next:hover {
    background-position: -183px -33px;
}

.carouselFull .slick-prevdn {
    background-position: -243px -33px;
}

.jssora03rdn {
    background-position: -303px -33px;
}

.controlsCarouselPictureBox .slick-prev {
    background: url(../images/icon/al.png) no-repeat;
}

.controlsCarouselPictureBox .slick-prev {
    background: url(../images/icon/ar.png) no-repeat;
}

.carouselFull .container {
    height: 100%;
}

.carousel-title a:hover {
    text-decoration: none;
}

@media screen and (min-width:1200px) {
    .containerCaption .carousel-caption-slide {
        width: 440px;
    }

    .carouselFull /*.container .carousel-inner*/ {
        height: 540px;
    }

    .carousel-title {
        font-size: 29px;
    }

    .containerCaption .carousel-caption-slide .carousel-caption-overflow {
        padding: 15px;
    }
}

@media screen and (max-width:1200px) {
    .containerCaption .carousel-caption-slide {
        width: 380px;
    }

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

    .carousel-description {
        display: none;
    }

    .containerCaption .carousel-caption-slide .carousel-caption-overflow {
        padding: 15px;
    }

    .carouselFull {
        height: 400px;
    }
}

@media screen and (max-width:992px) {
    .carousel-title {
        font-size: 18px;
        text-align: center;
    }

    .slide-button {
        display: none;
    }

    .containerCaption .carousel-caption-slide .carousel-caption-overflow {
        padding: 5%;
    }
}

@media screen and (max-width:768px) {
    .containerCaption .carousel-caption-slide {
        width: 300px;
    }

    .longBox .carouselPictureBox, .longBox .pictureBox {
        display: none;
    }

    .longBox {
        height: auto;
    }


    .captionGalleryImage, .galleryActivities .boxMedium {
        height: auto !important;
    }

    .carouselFull {
        height: 300px;
    }
}

@media screen and (max-width:530px) {

    .carouselFull {
        height: 250px;
    }
}

@media screen and (max-width:440px) {
    .carousel-title {
        font-size: 17px;
    }
}

.carouselFull .slick-prev {
    position: absolute;
    width: 55px;
    z-index: 99;
    height: 55px;
    top: 49%;
    left: 0;
}

.carouselFull .slick-next {
    width: 55px;
    z-index: 99;
    height: 55px;
    top: 49%;
    right: 0;
}

@media screen and (max-width:768px) {
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/*article type*/

.leftTopArticle.col-lg-11, .leftTopArticle.col-md-12 {
    top: -195px;
    height: auto;
    left: 0;
    right: 0;
    padding: 8%;
}

.leftWrapperArticle {
    position: relative;
    height: auto;
}

.wrapperSectionArticle {
    width: 100%;
    height: auto;
    background: #ededed;
}

.mapArticle.in {
    height: 700px;
}

    .mapArticle.in > div {
        width: 100%;
        height: 100%;
    }

.fixedModalMap > div {
    width: 100%;
    height: 90%;
}



.mapArticle {
    margin-top: 30px;
    margin-bottom: 30px;
}

.imgArticle {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

    .imgArticle img {
        margin: auto;
        display: flex;
    }

.leftTopArticle h1 {
    font-size: 32px;
    padding-bottom: 30px;
}

.leftTopArticle {
    text-align: left;
}

.contentArticle {
    padding-top: 30px;
}

    .contentArticle h3 {
        font-size: 25px;
        padding-bottom: 19px;
    }

    .contentArticle p {
        font-size: 17px;
    }

.coloredBoxSection {
    display: table;
    position: relative;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    z-index: 9;
}

    .coloredBoxSection.wow {
        padding-top: 0;
    }

    .coloredBoxSection ul li {
        list-style: none;
    }

    .coloredBoxSection .coloredBox {
        height: 100px;
        float: left;
        display: table-cell;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

        .coloredBoxSection .coloredBox .fa {
            font-size: 30px;
        }

        .coloredBoxSection .coloredBox p {
            color: #fff;
            text-align: center;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

@media screen and (min-width:1000px) {
    .coloredBoxSection {
        width: 25%;
        float: left;
    }

        .coloredBoxSection .coloredBox.col-lg-4 {
            width: 100%;
        }
}

/*@media screen and (min-width:1861px) {
    .coloredBoxSection .listBox.col-lg-12 {
        width: 100%;
    }
}

@media screen and (max-width:1860px) {
    .coloredBoxSection .listBox.col-lg-12 {
        width: 100%;
    }
}

@media screen and (max-width:1630px) {
    .coloredBoxSection .listBox.col-lg-12 {
        width: 100%;
    }
}

@media screen and (max-width:1470px) {
    .coloredBoxSection .listBox.col-lg-12 {
        width: 100%;
    }
}

@media screen and (max-width:1340px) {
    .coloredBoxSection .listBox.col-lg-12 {
        width: 100%;
    }
}

@media screen and (max-width:1270px) {
    .coloredBoxSection .listBox.col-lg-12 {
        width: 100%;
    }
}*/


@media screen and (max-width:1000px) {
    .coloredBoxSection {
        width: 90%;
    }

        .coloredBoxSection .coloredBox.col-md-4 {
            width: 100%;
        }

    /*.coloredBoxSection .listBox.col-md-12 {
            width: 93.66%;
        }*/
}

/*@media screen and (max-width:1150px) {
    .coloredBoxSection .listBox.col-md-12 {
        width: 93.44%;
    }
}

@media screen and (max-width:1060px) {
    .coloredBoxSection .listBox.col-md-12 {
        width: 93.1%;
    }
}*/

/*@media screen and (max-width:992px) {
    .coloredBoxSection .coloredBox.col-sm-12, .coloredBoxSection .listBox.col-sm-12 {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .coloredBoxSection .coloredBox.col-xs-12, .coloredBoxSection .listBox.col-xs-12 {
        width: 100%;
    }
}*/

.coloredBoxSection .hideListBox {
    display: none;
}

@media screen and (max-width:1000px) {
    .coloredBoxSection .showListBoxSM {
        display: block;
        position: relative;
    }
}

.coloredBoxSection .listBoxLG {
    /*position: absolute;*/
    /*margin-top: 100px;*/
}


@media screen and (min-width:1001px) {
    .coloredBoxSection .listBoxLG, .coloredBoxSection .listBox {
        position: absolute;
        margin-top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999999;
        float: left;
    }
}

/*.coloredBoxSection:nth-child(3) .listBoxLG {
    margin-left: 0;
}

.coloredBoxSection:nth-child(4) .listBoxLG {
    margin-left: -100%;
}

.coloredBoxSection:nth-child(5) .listBoxLG {
    margin-left: -200%;
}

.coloredBoxSection:nth-child(6) .listBoxLG {
    margin-left: -300%;
}

.coloredBoxSection:nth-child(7) .listBoxLG {
    margin-left: -400%;
}

.coloredBoxSection:nth-child(8) .listBoxLG {
    margin-left: -500%;
}

.coloredBoxSection:nth-child(9) .listBoxLG {
    margin-left: -600%;
}*/
.defineBox {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
}

.coloredBoxSection .listBox {
    background: url(../images/background/gplay.png);
    background-color: #dee2e4;
    width: 100%;
    /*height: auto;*/
    padding-top: 15px;
    padding-bottom: 15px;
    color: #707070;
    line-height: 1.5;
    max-height: 300px;
    overflow: auto;
}

.listBox ul {
    padding-left: 0;
}

@media screen and (min-width:731px) {
    .listBox ul {
        width: 30%;
    }

        .listBox ul.fourColumn {
            width: 25%;
        }

    .listBox .imgList, .listBox ul {
        float: left;
    }
}

@media screen and (max-width:730px) {
    .listBox ul {
        width: 100%;
        padding-bottom: 10px;
    }

        .listBox ul.fourColumn {
            width: 100%;
            padding-bottom: 10px;
        }

    .listBox .imgList {
        margin-left: auto;
        margin-right: auto;
    }
}

.listBox ul li {
    position: relative;
}

    .listBox ul li a {
        color: #707070;
        text-decoration: none;
    }

        .listBox ul li a:hover {
            color: #333;
        }

.listBox .imgList {
    height: 150px;
    width: 30%;
}

    .listBox .imgList img {
        height: 100%;
        float: right;
    }


/*fancybox gallery*/

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    /*background: #f9f9f9;*/
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    /*padding: 15px;*/
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/icon/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('../images/icon/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/background/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden !important;
    }

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/background/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent; /* Fallback for web browsers that doesn't support RGBa */
        background: rgba(0, 0, 0, 0.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -o-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #FFF;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/icon/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

        #fancybox-loading div {
            background-image: url('../images/icon/fancybox_sprite@2x.png');
            background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
        }
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

    #fancybox-thumbs.bottom {
        bottom: 2px;
    }

    #fancybox-thumbs.top {
        top: 2px;
    }

    #fancybox-thumbs ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #fancybox-thumbs ul li {
            float: left;
            padding: 1px;
            opacity: 0.5;
        }

            #fancybox-thumbs ul li.active {
                opacity: 0.75;
                padding: 0;
                border: 1px solid #fff;
            }

            #fancybox-thumbs ul li:hover {
                opacity: 1;
            }

            #fancybox-thumbs ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                border: 1px solid #222;
                background: #111;
                outline: none;
            }

            #fancybox-thumbs ul li img {
                display: block;
                position: relative;
                border: 0;
                padding: 0;
                max-width: none;
            }

.mapArticle #canvas {
    width: 100%;
    height: 700px;
    border: 10px solid #ffffff;
}
/*  slik slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/*footer*/

.footer {
    padding-top: 30px;
    -moz-box-shadow: inset 0 2px 3px #c4c4c4;
    -webkit-box-shadow: inset 0 2px 3px #c4c4c4;
    box-shadow: inset 0 2px 3px #c4c4c4;
    overflow: hidden;
    text-align: left;
}

    .footer .topFooter {
        background: #dee2e4;
        color: #9a9a9a;
        height: auto;
        padding-bottom: 30px;
    }

    .footer .logoFooter {
        height: 80px;
        margin-bottom: 15px;
    }

        .footer .logoFooter img {
            height: 100%;
        }

.topFooter a {
    text-decoration: none;
    color: #9a9a9a;
}

.topFooter h5 {
    color: #b1b1b1;
    font-size: 17px;
}

.topFooter .columnFooter {
    float: left;
}

.boxFooter {
    padding-top: 35px;
}

.footer .socialFooter {
    overflow: auto;
}

    .footer .socialFooter ul {
        padding-left: 0;
        padding-bottom: 10px;
        overflow: auto;
    }

        .footer .socialFooter ul li {
            list-style: none;
            float: left;
            padding-right: 30px;
        }

            .footer .socialFooter ul li .fa {
                color: #fff;
            }

.columnFooter.boxBottomFooter {
    float: right;
}

.boxBottomFooter h5 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

.logoEasyB {
    width: 30%;
}

.boxLogoFooter p {
    font-size: 14px;
    color: #b1b1b1;
}

.bar {
    padding-top: 7%;
    padding-bottom: 11%;
    display: block;
    width: 300px;
    margin: 0 0 20px;
    font-size: 12px;
}

    .bar h5 {
        margin-top: 0;
    }

.newsletter-input {
    display: block;
    font-size: 16px;
    color: #999;
    height: 33px;
    line-height: 18px;
    float: left;
    padding: 0 5px;
    margin: 0;
    border: 1px solid #999;
    -moz-box-shadow: inset 0 2px 3px #c4c4c4;
    -webkit-box-shadow: inset 0 2px 3px #c4c4c4;
    box-shadow: inset 0 2px 3px #c4c4c4;
}

.footer-button {
    height: 33px;
}

.boxBottomFooter {
    padding-top: 25px;
}

.footer a:hover {
    text-decoration: none;
    color: #333;
}

.footer .fa:hover {
    color: #333;
}

@media screen and (min-width:1200px) {
    .boxBottomFooter, .middleColumnFooter, .socialColumn {
        float: right;
    }

    .columnFooter:nth-child(2) {
        padding-left: 6%;
    }
}

@media screen and (min-width:368px) {
    .newsletter-input {
        width: 191px;
    }

    .footer .socialFooter ul li .fa {
        font-size: 25px;
    }
}

@media screen and (max-width:368px) {
    .newsletter-input {
        width: 151px;
    }

    .footer .socialFooter ul li .fa {
        font-size: 20px;
    }
}
/*search bar*/
.searchBarFWS {
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 11px;
}

    .searchBarFWS #search-input {
        color: #000;
    }



#search-input {
    border: 0;
    width: 0;
    padding: 0;
    right: auto;
    position: relative;
    height: 24px;
    opacity: .1;
    -webkit-transition: All .25s ease-in;
    transition: All .25s ease-in;
    background-color: transparent;
    outline: 0;
}

#search {
    display: block;
}

.searchBarFWS #search-input:active, .searchBarFWS #search-input:focus, .searchBarFWS #search-input:hover, .searchBarFWS #search:active #search-input, .searchBarFWS #search:focus #search-input, .searchBarFWS #search:hover #search-input {
    border-bottom: 1px solid #575757;
}

#search-input:active, #search-input:focus, #search-input:hover, #search:active #search-input, #search:focus #search-input, #search:hover #search-input {
    opacity: 1;
    width: 200px;
}

.searchBarFWS #search-input::-webkit-input-placeholder, .searchBarFWS #search-input:-moz-placeholder, .searchBarFWS #search-input::-moz-placeholder, .searchBarFWS #search-input:-ms-input-placeholder {
    color: #333;
}

#search-submit {
    background: url(../images/icon/search-icon.png) center center no-repeat;
    background-size: 18px;
}

#search-submit {
    content: "";
    font-size: 0;
    text-indent: 1000px;
    overflow: hidden;
    width: 21px;
    height: 27px;
    padding: 0;
    position: relative;
    top: 0;
    color: #333;
    font-size: 18px;
    outline: 0;
}
/*map modal*/

.fixedModalMap {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    position: fixed;
    height: 80%;
    width: 80%;
    background: url('../images/background/gplay.png') repeat;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein.5s;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    z-index: 99999;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fixedModalMap::-webkit-scrollbar {
    width: 10px;
}

.fixedModalMap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.fixedModalMap::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    /*outline: 1px solid slategrey;*/
}

.fixedModalMap::-webkit-scrollbar-button {
    background-color: darkgrey;
    height: 10px;
}

    .fixedModalMap::-webkit-scrollbar-button:vertical:increment {
        background: url('../images/icon/arrow-down.png') no-repeat;
        padding-bottom: 3px;
    }

    .fixedModalMap::-webkit-scrollbar-button:vertical:decrement {
        padding-top: 3px;
        background: url('../images/icon/arrow-up.png') no-repeat;
    }

.mapArticle.in .closeModalMap {
    display: none;
}

.fixedModalMap .closeModalMap {
    display: block;
    position: absolute;
    right: -2%;
    top: -3%;
    height: auto;
    width: 53px;
    z-index: 99999999;
    cursor: pointer;
}

    .fixedModalMap .closeModalMap .fa {
        color: #333;
        font-size: 35px;
    }

.fixedModalMap .abs {
    display: none;
}

.abs {
    position: absolute;
    height: 30px;
    width: 30px;
    bottom: 1%;
    left: 5%;
    cursor: pointer;
    -webkit-box-shadow: inset -1px -1.2px 0 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -1px -1.2px 0 0 rgba(0, 0, 0, .3);
    box-shadow: inset -1px -1.2px 0 0 rgba(0, 0, 0, .3);
    text-align: center;
    color: #333;
    margin: auto;
    z-index: 99999;
}

.mapModal {
    display: none;
    height: 100%;
    width: 100%;
    background: url('../images/background/op-333.png') repeat;
    position: fixed;
    z-index: 99999;
}

.mapArticle.in .buttonsMap {
    display: none;
}


.fixedModalMap .buttonsMap {
    display: table;
    position: relative;
    height: 10%;
}

    .fixedModalMap .buttonsMap .mapItem {
        display: table-cell;
        height: 100%;
        width: 70px;
        float: left;
        position: relative;
    }

        .fixedModalMap .buttonsMap .mapItem .imgItemMap, .fixedModalMap .buttonsMap .mapItem input {
            display: table-cell;
            top: 0;
            bottom: 0;
            float: left;
            margin: auto;
            position: absolute;
            vertical-align: middle;
        }

        .fixedModalMap .buttonsMap .mapItem .imgItemMap {
            width: 40px;
            max-height: 100%;
            right: 7%;
        }

.imgItemMap img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fixedModalMap .buttonsMap .mapItem input[type=checkbox] {
    left: 7%;
    width: 15px;
    height: 15px;
}

.navbar-right .dropdown-menu .dropdown-submenu > .dropdown-menu {
    right: 0;
}

.dropdown-submenu {
    position: relative;
    background-color: #fff;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

@media screen and (min-width: 768px) {
    .navbar-right > .dropdown-menu {
        right: 0;
        left: auto;
    }
}


.dropdown-submenu > .dropdown-menu {
    display: none !important;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    background-color: #fff;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-submenu > a::after {
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
/*anchor tag back - to top*/
.ankTag-top {
    display: inline-block;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 10;
    line-height: 4;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    background: rgba(134, 134, 134, 0.76);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .ankTag-top .fa {
        font-size: 2em;
        color: white;
    }

    .ankTag-top.ankTag-is-visible:hover {
        opacity: 1;
    }

    .ankTag-top.ankTag-is-visible, .ankTag-top.ankTag-fade-out, .no-touch .ankTag-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .ankTag-top.ankTag-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .ankTag-top.ankTag-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .ankTag-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .ankTag-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .ankTag-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}
/*end of anchor tag - back to top*/