@font-face {
    font-family: 'flickerplate';
    src: url("icon-font-flickerplate/icomoon.eot?c4hmew");
    src: url("icon-font-flickerplate/icomoon.eot?#iefixc4hmew") format("embedded-opentype"), url("icon-font-flickerplate/icomoon.woff?c4hmew") format("woff"), url("icon-font-flickerplate/icomoon.ttf?c4hmew") format("truetype"), url("icon-font-flickerplate/icomoon.svg?c4hmew#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

.flickerplate {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.flickerplate ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none
}

.flickerplate ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: table
}

.flickerplate ul.flicks>li .flick-inner {
    height: 100%;
    padding: 1px;
    display: table-cell;
    vertical-align: middle
}

.flickerplate ul.flicks>li .flick-inner .flick-content {
    position: relative;
    z-index: 100;
    top: 30px;
}

.flickerplate ul.flicks>li .flick-title {
    padding: 0px;
    text-align: center;
    line-height: 56px;
    line-height: 3.5rem;
    font-size: 28px;
    font-size: 1.75rem
}

@media only screen and (min-width: 43.813em) {
    .flickerplate ul.flicks>li .flick-title {
        line-height: 75px;
        line-height: 4.6875rem;
        font-size: 44px;
        font-size: 2.75rem
    }
}

.flickerplate ul.flicks>li .flick-sub-text {
    padding: 5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 42px;
    line-height: 2.625rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300
}

.flickerplate ul.flicks>li .flick-title span.flick-block-text,
.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: rgba(0, 0, 0, 0.6)
}

.flickerplate .arrow-navigation {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10%;
    height: 80%;
    z-index: 110;
    overflow: hidden;
    font-family: "flickerplate";
    vertical-align: middle
}

.flickerplate .arrow-navigation:before {
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -25px;
    height: 100px;
    width: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-size: 3rem;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

.no-touch .flickerplate .arrow-navigation:hover {
    cursor: pointer
}

.no-touch .flickerplate .arrow-navigation:hover.left:before,
.no-touch .flickerplate .arrow-navigation:hover.right:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.no-touch .flickerplate .arrow-navigation:active.left:before,
.no-touch .flickerplate .arrow-navigation:active.right:before {
    margin-top: -23px
}

.flickerplate .arrow-navigation.left {
    left: 0%;
}

.flickerplate .arrow-navigation.left:before {
    content: "";
    cursor: pointer;
    color: #000;
    font-size: 28px;
}

.flickerplate .arrow-navigation.right {
    right: 0%
}

.flickerplate .arrow-navigation.right:before {
    content: "";
    cursor: pointer;
    color: #000;
    font-size: 28px;
}

.flickerplate .dot-navigation {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100
display: none;
}

.flickerplate .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0px 15px
}

.flickerplate .dot-navigation ul li {
    display: inline-block;
    float: none
}

.flickerplate .dot-navigation .dot {
    width: 10px;
    height: 10px;
    margin: 0px 6px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-clip: padding-box;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}

.flickerplate .dot-navigation .dot:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1)
}

.flickerplate .dot-navigation .dot.active {
    border: 2px solid #fff;
    background-color: transparent;
}

.flickerplate .dot-navigation.left,
.flickerplate .dot-navigation.left ul {
    text-align: left
}

.flickerplate .dot-navigation.right,
.flickerplate .dot-navigation.right ul {
    text-align: right
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
    background-color: rgba(0, 0, 0, 0.12)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background-color: rgba(0, 0, 0, 0.6)
}

.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background-color: #000
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9)
}

.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5)
}

.flickerplate.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out
}

@media only screen and (min-width: 43.813em) {
    .flickerplate.animate-transform-slide ul.flicks {
        -webkit-transition: -webkit-transform 0.6s ease-out;
        -o-transition: -o-transform 0.6s ease-out;
        -moz-transition: -moz-transform 0.6s ease-out;
        transition: transform 0.6s ease-out
    }
}

.flickerplate.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    -ms-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out
}

@media only screen and (min-width: 43.813em) {
    .flickerplate.animate-transition-slide ul.flicks {
        -webkit-transition: left 0.6s ease-in-out;
        -moz-transition: left 0.6s ease-in-out;
        -o-transition: left 0.6s ease-in-out;
        -ms-transition: left 0.6s ease-in-out;
        transition: left 0.6s ease-in-out
    }
}

.flickerplate.animate-jquery-slide ul.flicks {
    position: relative;
    left: 0%
}

.flickerplate.animate-scroller-slide {
    padding-bottom: 0px;
    overflow: auto
}

.flickerplate.animate-scroller-slide ul.flicks {
    position: auto
}

.flickerplate.animate-transition-fade ul.flicks {
    position: relative
}

.flickerplate.animate-transition-fade ul.flicks li {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
    -webkit-transition: opacity 0.8s linear;
    -moz-transition: opacity 0.8s linear;
    -o-transition: opacity 0.8s linear;
    -ms-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear
}

.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
    opacity: 1;
    filter: alpha(opacity=100)
}

.flickerplate.animate-jquery-fade ul.flicks {
    position: relative
}

.flickerplate.animate-jquery-fade ul.flicks li {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.arrow-navigation:hover.left:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.arrow-navigation:hover.right:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.flickerplate:hover .arrow-navigation.left {
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    left: 0;
}

.flickerplate .arrow-navigation.left {
    width: 50px;
    height: 100px;
    background: url(img/bt_slide_left.png);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    left: -50px;
}

.flickerplate .arrow-navigation.left:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.flickerplate:hover .arrow-navigation.right {
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    right: 0;
}

.flickerplate .arrow-navigation.right {
    width: 50px;
    height: 100px;
    background: url(img/bt_slide_right.png);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    right: -50px;
}

.flickerplate .arrow-navigation.right:hover {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.arrow-navigation.left i {
    top: 50%;
    position: relative;
    left: 36%;
    font-size: 20px;
    cursor: pointer;
    translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.arrow-navigation.right i {
    top: 50%;
    position: relative;
    left: 50%;
    font-size: 20px;
    cursor: pointer;
    translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Stylesheet: flickerplate Modified On 2018-09-28 11:45:46 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; 
}

body {
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    color: #1b2d55;
    background: #fff; 
    cursor: default;
    opacity: 0;
}

ol, ul {
    list-style: none; 
}

blockquote, q {
    quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; 
}

table {
    border-collapse: collapse;
    border-spacing: 0; 
}

html {
    box-sizing: border-box; 
}

*, *:before, *:after {
    box-sizing: inherit; 
}

a:link {
    text-decoration: none; 
}

img {
  image-rendering: auto;
}

/* Main */

#main_content {
    overflow-x: hidden;
}

.wrapper {
    max-width: 1250px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 90px;
    padding-bottom: 90px; 
}

.content {
    position: relative;
    z-index: 2;
    background: #fff;
}

.content_area {
    opacity: 1 !important;
    right: 0 !important;
}

.content_area strong {
    font-weight: 700;
}

.content_area a {
    color: #ff5b1e;
}

.content_area a:hover {
    text-decoration : underline;
}

.content_area ul, .content_area ol {
    padding-left: 18px;
}

.content_area li {
    list-style: disc;
}

.content_area h3 {
    margin-bottom: 10px;
}

span.clear {
    display: block;
    clear: both;
}

.row::after {
    content: "";
    display: block;
    clear: both; 
}

.current {
    color: #1ab0b8 !important; 
}

.title {
    margin-bottom: 40px; 
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

h1:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ff5b1e;
    bottom: -8px;
    left: 0;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

h2:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ff5b1e;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_area h2 {
    background-image: url(/uploads/images/layout/triangle.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position-y: 11px;
    padding-left: 25px;
    padding-top: 4px;
    border-bottom: 1px solid #ea6401;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 24px;
    color: #ea6401;
    text-align: left;
}

.content_area h2:after {
    content: none;
}

h3 {
    font-size: 18px;
    font-weight: 600;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

h4:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #ff5b1e;
    bottom: -8px;
    left: 0;
}

p {
    font-family: inherit;
    font-weight: normal;
    text-rendering: optimizeLegibility; 
}

a.bt_more {
    text-transform: uppercase;
    color: #1ab0b8;
    font-size: 14px; 
}

a.bt_more:hover {
    color: #0b3371; 
}

.row_12 {
    margin-left: -30px;
}

.col_2 {
    width: 50%;
    float: left;
}

.col_3 {
    width: 33.3333%;
    float: left;
}

.col_sm_3 {
    width: calc(25% - 30px);
    margin-left: 30px;
    float: left;
}

.col_sm_4 {
    width: calc(33.3333% - 30px);
    margin-left: 30px;
    float: left;
}

.col_sm_8 {
    width: calc(66.6666% - 30px);
    margin-left: 30px;
    float: left;
}

.hidden_left {
    opacity: 0;
    left: -50px;
    position: relative;
}

.hidden_right {
    opacity: 0;
    right: -50px;
    position: relative;
}

.hidden_bottom {
    opacity: 0;
    bottom: -50px;
    position: relative;
}

.bt_top {
    color: #f8f8f8;
    line-height: 36px;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #142a41;
    position: fixed;
    right: 30px;
    bottom: 38px;
    transition: .3s;
    margin-right: -100px;
    border-radius: 4px;
    z-index: 99999;
}

.bt_top:hover {
    color: #ff5b1e;
    transition: .3s; 
}

a.bt_top i {
    position: relative; 
}

.postion_top {
    position: fixed;
    width: 100%;
    top: 0;
    overflow: hidden;
    padding-top: 20px;
    opacity: 0;
}


/* Header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; 
    background: rgba(255,255,255, .9);
    border-top: 4px solid #ff5b1e;
    -webkit-box-shadow: rgba(0, 0, 0, .06) 0px 2px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, .06) 0px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, .06) 0px 2px 5px 0px;

    transition: all 0.3s ease 0s;
}

header .wrapper {
    padding-top: 0;
    padding-bottom: 0;
    position: relative; 
}

.logo_nav {    
    display: block;
    max-width: 220px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 20px;
    float: left;
    line-height: 0;
}

.logo_nav img {
    width: 100%;
}

.bt_open_nav {
    display: none;
}

.nav_desktop {
    float: right;
}

.nav_desktop nav {
    margin-right: 15px;
}

.nav_desktop ul li {
    float: left;
}

.nav_desktop ul li a {
    line-height: 80px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    margin-right: 36px;
    color: #1b2d55;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.nav_desktop ul li a:hover {
    border-bottom: 2px solid #fff;
    transition: .3s;
}

.nav_desktop ul li a.menuactive {
    border-bottom: 2px solid #ff5b1e;
    color: #ff5b1e;
}

.nav_desktop ul li ul li a.menuactive {
    border-bottom: 0px !important;
    color: #ff5b1e;
}

.nav_desktop ul li ul {
    position: absolute;
    display: none;
    background: rgba(14,22,40, .8);
    padding: 10px 0;
    width: 250px;
}

.nav_desktop ul > li:hover ul {
    display: block;
}


.nav_desktop ul li ul li {
    float: none;
    position: relative;
}

.nav_desktop ul li ul li a { 
    border-bottom: 0;
    color: #fff;
    line-height: 20px !important;
    margin-right: 0;
    padding: 10px 15px;
}

.nav_desktop ul li ul li a:hover {
    border-bottom: 0;
    color: #ff5b1e;
}

.nav_desktop ul li ul li ul {
    display: block;
    right: -250px;
    top: -10px;
    display: none !important;
}

.nav_desktop ul > li > ul > li:hover ul {
    display: block !important;
}


.nav_mobile {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
    background: rgba(255,91,30, .96);
    height: 100%;
    opacity: 1;
    width: 100%;
    display: none;
}

.nav_mobile_content nav {
    position: relative;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    margin-bottom: 100px;
}

.nav_mobile_content nav ul li {
    border-bottom: 1px dotted rgba(255,255,255, .5);
}

.nav_mobile_content nav ul li:last-child {
    border-bottom: 0;
}

.nav_mobile_content nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    line-height: 2;
    position: relative;
    display: block;
    transition: .3s;
}

.nav_mobile_content nav ul li a:before {
    content: "\f1db";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 19px;
    padding-right: 0.5em;
    position: absolute;
    top: 6px;
    left: -25px;
}

.nav_mobile_content nav ul li a:hover {
    padding-left: 15px;
    color: #142a41;
    transition: .3s;
}

.nav_mobile_content nav ul li ul {
    padding-left: 40px;
}

.nav_mobile_content nav ul li ul li a {
    position: relative;
}

.nav_mobile_content nav ul li ul li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 19px;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
    left: -20px;
}

.nav_mobile_content nav ul li ul li a:first-child {
    border-top: 1px dotted rgba(255,255,255, .5);
}

.nav_mobile_content {
    padding-top: 25px;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    height: 90%;
}

.lang_content {
    float: right;
    padding-left: 26px;
    margin-right: 26px;
}

.lang_content ul li {
    float: left;
}

.lang_content ul li a {
    line-height: 80px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #1b2d55;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
    transition: .3s;
    margin-left: 15px;
}

.lang_content ul li a:hover {
    text-decoration: underline;
    transition: .3s;
}

.lang_content ul li a.menuactive {
    text-decoration: underline;
    color: #ff5b1e;
}

.logo_content {
    text-align: center;
    display: none;
}

.social_content {
    float: right;
    margin-top: 26px;
    margin-right: 15px;
}

.social_content a {
    margin-right: 15px;
    color: #fff;
    transition: .3s;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, .3);
}

.social_content a:hover {
    color: #FEE8C3 !important;
    transition: .3s;
}

.social_content i {
    font-size: 16px;
}

.bt_open_nav {
    float: right;
    line-height: 1;
    margin-top: 20px;
    margin-right: 28px;
    cursor: pointer;
}

.bt_open_nav i {
    font-size: 36px;
    color: #1b2d55;
    transition: .3s;
}

.bt_open_nav i:hover {
    color: #ff5b1e !important;
    transition: .3s;
}

.bt_close_nav {
    float: right;
    line-height: 1;
    margin-top: 22px;
    margin-right: 26px;
    cursor: pointer;
}

.bt_close_nav i {
    font-size: 36px;
    color: #142a41;
    transition: .3s;
}

.bt_close_nav i:hover {
    color: #fff;
    transition: .3s;
}


/* Filter top */

.filter_top {
    background-image: url(/uploads/images/layout/2018/bg_trans.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}

.filter {
    background: rgba(39,147,182, .2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 8;
    transition: .2s;
}

#flicker_content {
    background: #fff;
    height: 50%;
        position: relative;
    z-index: 999;
}

.flickerplate .dot-navigation ul li {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

/* Banner */
#banner_content {
    width: 100%;
    height: 200%;
    position: absolute;
    overflow: hidden; 
}

#flicker_content {
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.24);
}

.flickerplate {
    position: absolute;
    z-index: 99;
    background: #fff;
}

.flick-content .caption {
    background: rgba(14,22,40, .8) url(/uploads/images/layout/triangle-orange.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px;
    padding-bottom: 30px;
    max-width: 500px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0px 2px 5px 0px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0px 2px 5px 0px;
    box-shadow: rgba(0, 0, 0, .2) 0px 2px 5px 0px;
    position: relative;
    bottom: -150px;
    opacity: 0;
    transition: 1.5s;
}

.slide_actif .flick-content .caption {
    bottom: 0;
    opacity: 1;
    transition: 1.5s;
}

.flick-content .caption h1 {
    color: #fff
}

.flick-content .caption strong {
    color: #fff;
    font-size: 22px;
}

.flickerplate .arrow-navigation.left, .flickerplate .arrow-navigation.right {
    top: 50%;
    /*background: rgba(0, 0, 0, 0.2); */
    margin-top: 30px;
}

.arrow-navigation.left i, .arrow-navigation.right i {
    font-size: 40px;
    color: #ff5b1e; 
}

.arrow-navigation.right i {
    left: 40%; 
}

.slide_caption {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 580px;
}

.slide_caption span {
    font-size: 70px;
    width: 100%;
    display: block;
    color: #fff;
    font-family: 'Pacifico', cursive;
    text-align: center;
    font-weight: 200;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.slide_caption span i {
    color: #ff5b1e;
}

.slide_caption_inner.row {
    text-align: center;
    margin-top: 25px;
}

a.bt_slide {
    background: #ff5b1e;
    display: inline-block;
    padding: 10px 30px;
    color: #fee8cd;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #ff5b1e;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    line-height: 17px;
    transition: .3s;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}

a.bt_slide b {
    font-weight: 700;
    letter-spacing: .1px;
}

a.bt_slide:hover {
    background: #f39a9e;
    color: #fee8cd;
    border: 2px solid #f39a9e;
    transition: .3s;
}

a.bt_enter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999999; 
    color: #ff5b1e;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: none;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.2);
    animation-duration: .6s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-direction: alternate; 
}

a.bt_enter p {
    font-weight: 600;
    color: #1b2d55;
}

@keyframes slidein {
  from {
    margin-bottom: 0; }
  to {
    margin-bottom: 15px; } }
}

a.bt_enter:hover {
    color: #ff5b1e;
    text-shadow: 0px 0px 15px rgba(255,255,255, 0.3);
}


/* Content */

.content p, .content ul, .content ol {
    margin-bottom: 20px;
}

.content_area p:last-child {
    margin-bottom: 0;
}

/* Side bar */

.side_bar {
    background: #ff5b1e;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-left: 6px solid #ff5b1e;
}

.side_bar .bg_color {
    background: rgba(44,146,183,1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    transition: .3s;
}

.side_bar:hover .bg_color {
    right: -100%;
    transition: .3s;
}

.side_bar .corner {
    background: url(/uploads/images/layout/triangle-orange.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: .3s;
display: none;
}

.side_bar a.link {
    position: relative;
    display: block;
    z-index: 5;
    padding: 18px;
}

.side_bar a.link::after {
    content: "";
    display: block;
    clear: both;
}

.side_bar img {
    position: absolute;
    top: 50%;
    right: -8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 95px;
    z-index: 1;
    opacity: .5;
}

.side_bar:hover img {
    right: -12px;
    transition: .3s;
}

a.link span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-shadow: 0px 0px 9px rgba(255,255,255, .6);
}

/* Calendar home */

.calendar {
    background: #ff5b1e;
    text-align: center;
    padding: 25px 20px;
    padding-top: 20px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
margin-bottom: 20px;
color: #fff;
}

.calendar .title {
    margin-bottom: 20px;
    margin: auto;
    display: inline-block;
}

.calendar .title::after {
    display: block;
    clear: both;
    content: "";
}

.calendar .icon {
    width: 80px;
    margin: auto;
    float: left;
    display: grid;
}

.calendar .icon img {
    width: 100%;
    image-rendering: auto;
}

.calendar span {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    float: left;
    position: relative;
    padding-left: 20px;
    line-height: 80px;
}

/*
.calendar span:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #fff;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
*/

.calendar a {
    display: block;

}

.calendar a:hover {
    color: rgba(44,146,183,1);
    transition: .3s;
}

.calendar ul.list1 {
    display: none;
}

.calendar .NewsSummary {
    text-align: left;
    border-top: 1px dotted rgba(255,255,255, .5);
    padding-top: 10px;
    margin-top: 10px;
    color: #fff;
}

.calendar .NewsSummary > div {
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
    transition: .3s;
}

.calendar .NewsSummary > div:hover {
    -ms-transform: scale(1.04, 1.04); /* IE 9 */
    -webkit-transform: scale(1.04, 1.04); /* Safari */
    transform: scale(1.04, 1.04);
    transition: .3s;
}

.calendar .NewsSummaryLink a {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.calendar .NewsSummaryCategory, .calendar .NewsSummaryAuthor {
    display: none;
}

.calendar .NewsSummarySummary {
    font-size: 14px;
}

.calendar .NewsSummarySummary p {
    margin-bottom: 0;
}

.calendar .NewsSummarySummary a {
    display: inline-block;
    color: #fff;
}

.calendar .NewsSummaryMorelink {
    text-align: right;
}

.calendar .NewsSummaryMorelink a {
    color: #eee;
    text-decoration: underline;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}

.calendar .NewsSummaryMorelink a:hover {
    text-decoration: inherit;
}

.calendar .NewsSummaryPostdate {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 15px;
}

/* teaser_content */

.teaser_content {
    background: #F8F8F8 url(/uploads/images/layout/2018/bg-content-50.png);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    z-index: 2;
}

.teaser_content .row {
    margin-left: -30px;
}

.teaser_content .col_3 {
    width: calc(33.3333% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}

.teaser_content .teaser {
    max-height: 270px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    border-bottom: 4px solid #ff5b1e;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}

.teaser_content .teaser img {
    width: 100%;
}

.teaser_content .teaser .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(39,147,182, .2);
    background-image: url(img/bg_trans.png);
    opacity: 1;
    z-index: 1;
    top: 0;
    transition: .3s;
}

.teaser_content .teaser:hover .filter {
    opacity: .3;
    transition: .3s;
}

.teaser_content .teaser .inner {
    position: absolute;
    z-index: 3;
    text-align: center;
    width: 100%;
    transition: .4s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.teaser_content .teaser .inner img {
    width: 28px;
    margin: auto;
    image-rendering: auto;
}

.teaser_content .teaser .inner > h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(100, 100, 100, .8);
    padding: 0px 5px;
}

.teaser_content .teaser .bloc {
    position: absolute;
    bottom: -500px;
    width: 100%;
    background: #ff5b1e;
    z-index: 4;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: .3s;
}

.teaser_content .teaser .bloc > strong {
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 36px;
}

.teaser_content .teaser:hover .inner {
    margin-top: -25px;
    transition: .4s;
}

.teaser_content .teaser:hover .bloc {
    bottom: 0;
    transition: .3s;
}

.bt_popup_teaser {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    transition: .3s;
    color: #1b2d55;
}

.bt_popup_teaser i {
    margin-right: 1px;
    transition: .3s;
}

.bt_popup_teaser:hover i {
    margin-right: 5px;
    transition: .3s;
}

.popup_teaser_content {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, .4);
    top: 0;
    left: 0;
    display: none;
}

.popup_teaser {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 20px;
    padding-top: 15px;
    width: 100%;
    min-width: 280px;
    max-width: 600px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.26);
    z-index: 2;
}

.bt_close_popup {
    float: right;
}

.bt_close_popup i {
    font-size: 30px;
    color: #142a41;
    transition: .2s;
    line-height: 1;
    cursor: pointer;
}

.bt_close_popup i:hover {
    color: #ff5b1e;
    transition: .2s;
}

.popup_content {
    margin-top: 40px;
    overflow: scroll;
}

.popup_content h4 {
    color: #ff5b1e;
    border-bottom: 1px dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.popup_content strong {
    font-weight: 600;
}


/* Slider partner */

.partner_content {
    padding-top: 45px;
    border-top: 1px dotted #ccc;
    margin-top: 70px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    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
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.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;
    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;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Prefooter */

.prefooter_content {
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    margin-bottom: 458px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.24);
}

.prefooter_content strong {
    font-size: 14px;
    font-weight: 500px;
}

.prefooter_content p strong {
    font-weight: 600px;
}

.prefooter_content p i {
    color: rgba(44,146,183,1);
    display: inline-block;
    width: 24px;
    font-size: 16px;
    text-align: center;
}

.prefooter_content p a {
    color: rgba(44,146,183,1);
    transition: .3s;
}

.prefooter_content p a:hover {
    color: #ff5b1e;
    transition: .3s;
}

.prefooter_content .logo_footer {    
    display: block;
    max-width: 200px;
    margin-top: 0px;
}

.prefooter_content .logo_footer img {
    width: 100%;
}

.prefooter_content hr {
    border-color: #bbb;
    opacity: .2;
    margin: 15px 0;
}

.prefooter_content .col_sm_4 .col:nth-child(2) {
    margin: 31px 0;
}


/* Contact home */

.contact fieldset {
    width: 50%;
    float: left;
}

.contact textarea {
    background: #eee;
    resize: none;
    width: calc(100% - 10px);
    height: 404px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 0;
    outline: 0;
    border: 1px solid #bbb;
    padding: 10px;
    color: #1b2d55;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    transition: .2s;
}

.contact input,
.contact select {
    background: #eee;
    resize: none;
    width: calc(100% - 10px);
    margin-left: 10px;
    font-size: 14px;
    border-radius: 0;
    outline: 0;
    border: 1px solid #bbb;;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 12px;
    color: #1b2d55;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
    transition: .2s;
}

.contact select {
    background: #eee url(/uploads/images/layout/arrow-select.png) no-repeat !important;
    background-position: center right !important;
}

.contact .submit {
    float: left;
    width: 50%;
}

input[type="submit"] {
    cursor:pointer;
    margin-bottom: 0;
    color: #1b2d55;
    text-transform: uppercase;
    transition: .3s;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
}

input[type="submit"]:hover {
    opacity: .85;
    transition: .3s;
    color: #fff;
    background: rgba(14,22,40, 1);
}

.contact input:hover, .contact textarea:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    transition: .2s;
}

.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder {
    color: #999;
font-style: italic;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
    color: #999;
font-style: italic;
}
.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
    color: #999;
font-style: italic;
}
.contact input:-moz-placeholder, .contact textarea:-moz-placeholder {
    color: #999;
font-style: italic;
}

/* Map */

section.map_content {
    position: fixed;
    bottom: 58px;
    width: 100%;
    z-index: 0;
}

.gm-style a img, .gm-style-cc {
    display: none;
}


/* Footer */

footer {
    background: rgba(14,22,40, 1);
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

footer .wrapper {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer a {
    color: #ff5b1e;
    transition: .3s;
}

footer a:hover {
    text-decoration: underline;
    transition: .3s;
}

footer .copyright {
    float: left;
}

footer .link_synexis {
    float: right;
}


/* Sub page */

.sub_page {
    margin-top: 86px;
}

div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_bottom .pp_middle {
    background: none !important;
    padding-right: 0 !important;
}

div.pp_default .pp_content_container .pp_left {
    padding-left: 16px !important;
}

div.pp_pic_holder {
    background: #fff;
}

div.ppt {
    display: none !important;
}

.pp_social .facebook {
    width: inherit !important;
}

.gallery .img {
    height: inherit !important;
    margin: 0 !important;
    width: 20% !important;
    margin-bottom: 0 !important;
    padding: 5px !important;
}

.gallery .img a {
    line-height: 0;
}

.gallery .img a img {
    width: 100% !important;
}

.col_max {
    width: 100%;
    margin-left: 0px;
}

.prefooter_content .col_sm_4.col_max .col:nth-child(2) {
    margin: 0;
    margin-left: 30px;
}

.col_max .col {
    float: left;
    width: calc(33.3333% - 30px);
    margin-left: 30px;
}

.wrapper.product {
    padding-top: 0;
}

.teaser_content .product .teaser {
    max-height: 200px;
}


.popup_gls {
    position: absolute;
    right: -500px;
    bottom: 20px;
    z-index: 99999;
margin-left: 20px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
line-height: 0;
max-width: 350px;
transition: .3s;
}

.popup_gls img {
    position: relative;
    z-index: 0;
    max-width: 100%;
}

.popup_gls #bt_close_popup_gls {
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 11px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup_gls #bt_close_popup_gls:hover {
    color: #ff0000;
}

.popup_gls:hover .filter {
    opacity: 0;
    transition: .2s;
}

.contact .required span {
    display: none;
}
/* Stylesheet: style_desktop Modified On 2021-06-24 16:49:00 */
@media only screen and (max-width: 1366px) {
  /* start */

.teaser_content .teaser .inner > h3 {
    font-size: 25px;
}

.lang_content {
    padding-left: 20px;
    margin-right: 22px;
}

.social_content {
    margin-right: 7px;
}

.nav_desktop {
    margin-right: 23px;
}

.nav_desktop nav {
    margin-right: 8px;
}

  /* end 1366 */ }

@media only screen and (max-width: 1280px) {
  /* start */

.nav_desktop ul li a {
    font-size: 13px;
}

.teaser_content .teaser .inner > h3 {
    font-size: 24px;
}

#sub_banner_content {
    height: 380px;
}

  /* end 1280 */ }

@media only screen and (max-width: 1180px) {
  /* start */

.nav_desktop ul li a {
    font-size: 11px;
    margin-right: 12px;
}

.teaser_content .teaser .inner img {
    width: 65px;
}

.teaser_content .teaser .inner > h3 {
    font-size: 22px;
}

.lang_content {
    padding-left: 10px;
}

.nav_desktop {
    margin-right: 13px;
}

  /* end 1180 */ }

@media only screen and (min-width: 1024px) {
  /* start */

.nav_mobile {
    display: none;
}

  /* end 1024 */ }

@media only screen and (max-width: 1024px) {
  /* start */

.logo_nav {
    width: 195px !important;
}

.lang_content {
    padding-left: 20px;
}

.bt_open_nav {
    display: block;
}

.nav_desktop {
    display: none;
}

.nav_mobile_content nav {
    top: 45px;
    margin-bottom: 20px;
    height: 100%;
    overflow-y: scroll;
}

.nav_mobile_content nav ul li a {
    font-size: 20px;
}

.nav_mobile_content nav ul li a:before {
    font-size: 16px;
    top: 4px;
}

.nav_mobile_content nav ul li ul li a:before {
    font-size: 16px;
    top: 5px;
}

.teaser_content .col_4 {
    width: calc(50% - 45px);
}

.hidden_left, .hidden_right, .hidden_bottom {
    opacity: 1 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: relative;
}

.lang_content {
    display: none;
}

.lang_mobile_content {
    margin-right: 26px;
    margin-top: 28px;
    float: right;
}

.lang_mobile_content ul li {
    float: left;
    margin-right: 12px;
}

.lang_mobile_content ul li a {
    font-weight: 600;
    color: #142a41;
}

.social_content {
    margin-top: 27px;
}

#sub_banner_content {
    height: 350px;
}

.teaser_content .teaser {
    max-height: 270px;
}

.teaser_content .teaser .bloc > strong {
    font-size: 12px;
    padding-bottom: 34px;
}

#sub_banner_content .slide_caption {
    margin-top: 22px;
}

.calendar span {
    font-size: 24px;
}

.calendar .icon {
    width: 60px;
}

  /* end 1024 */ }


@media only screen and (max-width: 800px) {
  /* start */

.contact fieldset {
    width: 100%;
}

.contact input {
    width: 100%;
    margin-left: 0px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.contact textarea {
    width: 100%;
    height: 135px;
    margin-bottom: 10px;
}

.wrapper {
    padding-top: 65px;
    padding-bottom: 65px;
}

.calendar .icon {
    width: 55px;
}

.calendar span {
    font-size: 22px;
    line-height: 55px;
}

.calendar a {
    padding: 5px;
    font-size: 12px;
}

h1, h2 {
    font-size: 32px;
}

h4 {
    font-size: 20px;
}

.content hr {
    margin: 35px 0;
}

.gallery .img {
    width: 25% !important;
}

.contact .submit {
    width: 100%;
}

footer {
    text-align: center;
}

footer .copyright {
    width: 100%;
}

footer .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

  /* end 800 */ }


@media only screen and (max-width: 680px) {
  /* start */

#footer .col_sm_4 {
    width: calc(100% - 30px);
}

#footer .col_sm_8 {
    width: calc(100% - 30px);
}

.col_sm_3 {
    width: calc(50% - 30px);
}

.content .col_sm_4 {
    width: calc(100% - 30px);
    margin-bottom: 50px;
}

.content .col_sm_8 {
    width: calc(100% - 30px);
}

h1, h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

.teaser_content .teaser {
    max-height: 200px;
}

.teaser_content .teaser .inner img {
    width: 38px;
}

.flick-content .caption strong {
    font-size: 17px;
}

.col_max .col {
    width: 100%;
}

.prefooter_content .col_sm_4.col_max .col:nth-child(2) {
    margin: 30px 0;
    margin-left: 30px;
}

  /* end 680 */ }


@media only screen and (max-width: 600px) {
  /* start */

.teaser_content .col_4 {
    width: calc(100% - 30px);
}

.slide_caption span {
    font-size: 55px;
}

.slide_caption {
    min-width: 200px;
}

a.bt_slide {
    padding: 5px 25px;
    font-size: 13px;
}

a.bt_enter {
    font-size: 12px;
}

.teaser_content .col_3 {
    width: calc(100% - 30px);
}

.prefooter_content .col_sm_4, .prefooter_content .col_sm_8 {
    width: 96%;
}

.prefooter_content .col_sm_8 {
    margin-top: 40px;
}

#sub_banner_content {
    height: 280px;
}

.lang_mobile_content {
    margin-top: 22px;
}

.nav_mobile_content {
    padding-top: 60px;
}

.popup_content strong {
    font-size: 14px;
    margin-top: 0px;
}

.popup_content p {
    font-size: 12px;
    margin-bottom: 0px;
}

.popup_content h4 {
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.popup_content hr {
    margin: 10px 0;
    margin-top: 12px;
}

.popup_content span {
    font-size: 10px;
    margin-top: 8px;
}

.popup_teaser {
    padding-top: 10px;
    padding-bottom: 12px;
    min-width: 270px;
}

.bt_close_popup i {
    font-size: 20px;
}

.popup_content {
    margin-top: 25px;
}

.prefooter_content hr {
    margin: 20px 0;
    border: 0;
}

.prefooter_content .col_sm_4 {
    margin-top: 40px;
}

.prefooter_content .col_sm_4:first-child {
    margin-top: 0;
}

  /* end 600 */ }


@media only screen and (max-width: 480px) {
  /* start */

.logo_nav {
    width: 185px !important;
}

.slide_caption span {
    font-size: 42px;
}

.nav_mobile nav ul li a {
    font-size: 18px;
    line-height: 1.8;
}

footer .link_synexis {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.social_content {
    margin-right: 10px;
}

.social_content a {
    margin-right: 10px;
}

.gallery .img {
    width: 33.3333% !important;
}

  /* end 480 */ }



@media only screen and (max-width: 400px) {
  /* start */

.social_content {
    float: right;
    margin-top: 24px;
    margin-right: 12px;
}

.social_content a {
    margin-right: 12px;
}

.slide_caption span {
    font-size: 33px;
}

.bt_open_nav {
    margin-top: 18px;
  }



  /* end 400 */ }


@media only screen and (max-width: 370px) {
  /* start */




  /* end 370 */ }

/* Stylesheet: style_mobile Modified On 2018-11-12 10:17:21 */
