#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}

/*** layout default page ***/
html {
    height: 100%;
}

#top {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

#wrapper {
    margin: 0;
    padding: 0;
}

#wrapper .inside {
    margin: 0 auto 0;
    padding: 0;
    max-width: 1150px;
}

.invisible {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;    
    height: 1px;
}

#clear, .clear {
    clear: both;
    height: .1px;
    font-size: .1px;
    line-height: .1px;
}

/*** layout default header ***/
:root {
    --header-outer: 150px;
    --header-inner: 130px;
    --header-difference: calc(var(--header-outer) - var(--header-inner));
}

#header {
    position: relative;
    margin: 0;
    padding: 0;
    background: radial-gradient(at 50% 70%, transparent, 60%, #000000);
}

#header_top {
    clear: both;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#header_top .left {
    float: left;
    width: 50%;
}

#header_top .right {
    float: right;
    width: 50%;
}

#header_mid {
    position: sticky;
    display: flex;
    margin: 0;
    padding: 0;
    top: calc(var(--header-difference) * -1);
    height: var(--header-outer);
    background-color: rgba(255, 255, 255, 0.2);
    align-items: center;
    z-index: 1;
}

#header_mid .inside {
    position: sticky;
    display: flex;
    top: 0;
    width: 100%;
    height: var(--header-inner);
    opacity: 1.0;
	align-items: center;
	justify-content: space-between;
}

#header_mid.header_mid_bg {
    height: calc(var(--header-outer) - 20px);
    background-color: rgba(255, 255, 255, 1.0);
}

#header_mid.header_mid_bg .inside {
    height: calc(var(--header-inner) - 20px);
}

#header_mid .mod_logo {
    float: left;
    width: 30%;
}

#header_mid .mod_logo img {
    display: block;
    max-height: calc(var(--header-inner) - 20px);
}

#header_mid.header_mid_bg .mod_logo img {
    max-height: calc(var(--header-inner) - 50px);
}

#header_mid .mod_navigation {
    float: right;
    width: 70%;
}

#header_orig {
    clear: both;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#header_orig .block {
    margin: 0;
    padding: 0;
}

#header_orig .content-slider {
    margin: 0 auto 0;
    padding: 0;
    max-width: 800px;
}

#header_orig .slider-control .slider-menu b {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/files/templates_v1/img/btn_slider_passive.svg");
    text-indent: -999em;
    opacity: 0.2;
}

#header_orig .slider-control .slider-menu b:hover {
    opacity: 1.0;
}

#header_orig .slider-control .slider-menu b.active {
    background-image: url("/files/templates_v1/img/btn_slider_active.svg");    
    opacity: 0.2;
}

#header_orig .slider-control .slider-prev {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -110px;
    margin-left: 0px;
    background-image: url("/files/templates_v1/img/btn_left.svg");
    text-indent: -999em;
    opacity: 0.2;
}

#header_orig .slider-control .slider-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -110px;
    margin-right: 0px;
    background-image: url("/files/templates_v1/img/btn_right.svg");
    text-indent: -999em;
    opacity: 0.2;
}

#header_orig .slider-control .slider-prev:hover {
    background-image: url("/files/templates_v1/img/btn_left_hov.svg");
    opacity: 1.0;
}

#header_orig .slider-control .slider-next:hover {
    background-image: url("/files/templates_v1/img/btn_right_hov.svg");
    opacity: 1.0;
}

#header_down {
    clear: both;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#header_down .left {
    float: left;
    width: 50%;
}

#header_down .right {
    float: right;
    width: 50%;
}

#homeVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    z-index: -100;
}

#homeVideo video {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 800px;
    object-fit: cover;
}

#pageImages {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
    z-index: -100;
}

#pageImages .image_container {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#pageImages img {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    animation: header_move 20s infinite;
}

@keyframes header_move{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}

@media (max-width:1150px) {
#header .inside {
    padding-left: 30px;
    padding-right: 30px;
}

#header_mid .logo {
    width: 50%;
}

#header_mid .mod_navigation {
    width: 50%;
}

#header_orig .slider-control .slider-menu b {
    width: 20px;
    height: 20px;
}

#header_orig .slider-control .slider-prev,
#header_orig .slider-control .slider-next {
    width: 20px;
    height: 20px;
    margin-top: -100px;
}

#homeVideo video {
    min-height: 680px;
}
}

@media (max-width:650px) {
#header .inside {
    padding-left: 20px;
    padding-right: 20px;
}

#header_orig .slider-control .slider-prev,
#header_orig .slider-control .slider-next {
    margin-top: -70px;
}

#homeVideo video {
    min-height: 580px;
}
}

/*** layout default main ***/
#main {
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
} 

#main .inside {
    margin-top: 100px;
    margin-bottom: 50px;
} 

#main .inside .block {
    overflow: block;
}

#main .Xwhite {
    position: relative;
}

#main .Xwhite:before {
    position: absolute;
    left: -100vw;
    width: 200vw;
    height: 100%;
    background-color: #ffffff;
    content: "";
    z-index: -1;
}

#main .slider_clear .content-slider {
    margin: 70px 0 50px;
    padding: 0;
}

#main .slider_clear .slider-control {
    display: none;
}

#main .rs-columns {
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#main .rs-column {
    float: left;
    margin-top: 20px;
    margin-right: 6%;
    margin-bottom: 20px;
    width: 100%;
}

#main .rs-column.-large-first {
    clear: left;
}

#main .rs-column.-large-last {
    margin-right: -5px;
}

#main.rs-column.-large-first-row {
    margin-top: 0;
}

#main .rs-column.-large-col-1-1 {
    width: 100%;
}

#main .rs-column.-large-col-2-1 {
    width: 47%;
}

#main .rs-column.-large-col-3-1 {
    width: 29.35%;
}

@media (max-width:1150px) {
#main .inside {
    padding-left: 30px;
    padding-right: 30px;
}

#main .rs-column.-large-first {
    clear: none;
}

#main .rs-column.-large-last {
    margin-right: 6%;
}

#main .rs-column.-large-first-row {
    margin-top: 20px;
}

#main .rs-column.-medium-first {
    clear: left;
}

#main .rs-column.-medium-last {
    margin-right: -5px;
}

#main .rs-column.-medium-first-row {
    margin-top: 0;
}

#main .rs-column.-medium-col-1-1 {
    width: 100%;
}

#main .rs-column.-medium-col-2-1 {
    width: 47%;
}
}

@media (max-width:650px) {
#main .inside {
    padding-left: 20px;
    padding-right: 20px;
}

#main .rs-column.-medium-first {
    clear: none;
}

#main .rs-column.-medium-last {
    margin-right: 6%;
}

#main .rs-column.-medium-first-row {
    margin-top: 20px;
}

#main .rs-column.-small-first {
    clear: left;
}

#main .rs-column.-small-last {
    margin-right: -5px;
}

#main .rs-column.-small-first-row {
    margin-top: 0;
}

#main .rs-column.-small-col-1-1 {
    width: 100%;
}
}

/*** layout default footer ***/
#footer {
    overflow: auto;
    margin: 0;
    padding: 0;
    background-color: #262626;
    font-size: 14px;
    line-height: 18px;
    color: #97a7af;
}

#footer a {
    color: #009fe3;
    text-decoration: none;
}

#footer a:hover {
    color: #0080e3;
    text-decoration: underline;
}

#footer .rs-column {
    float: left;
    margin-top: 0;
    margin-right: 6%;
    margin-bottom: 0;
    width: 100%;
}

#footer .rs-column.-large-first {
    clear: left;
}

#footer .rs-column.-large-last {
    margin-right: -5px;
}

#footer.rs-column.-large-first-row {
    margin-top: 0;
}

#footer .rs-column.-large-col-1-1 {
    width: 100%;
}

#footer .rs-column.-large-col-2-1 {
    width: 47%;
}

#footer .rs-column.-large-col-3-1 {
    width: 29.35%;
}

#footer_top {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-width: 5px 0 0 0;
    border-style: solid;
    border-image: linear-gradient(90deg, #009fe3, #0080e3) 1;
}

#footer_top .inside {
    overflow: auto;
    height: 60px;
    border-bottom: 1px solid #383836;
}

#footer_top .left {
    float: left;
    width: 70%;
}

#footer_top .right {
    float: right;
    width: 30%;
}

#footer_top .right ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer_top .right li {
    margin: 0;
    padding: 15px 10px 10px;
    background-color: #383836;
    border-radius: 0 0 5px 5px;
}

#footer_top .right li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/files/templates_v1/img/btn_top.svg"); 
    text-indent: -999em;
}

#footer_top .right li a:hover {
    background-image: url("/files/templates_v1/img/btn_top_hov.svg");
}

#footer_orig {
    clear: both;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#footer_orig .inside {
    overflow: auto;
    border-bottom: 1px solid #383836;
}

#footer_orig .left {
    float: left;
    width: 50%;
}

#footer_orig .right {
    float: right;
    width: 50%;
}

#footer_mid {
    clear: both;
    overflow: auto;
    margin: 0;
    padding: 0;
}

#footer_mid .inside {
    overflow: auto;
    border-bottom: 1px solid #383836;
}

#footer_mid .left {
    float: left;
    width: 50%;
}

#footer_mid .right {
    float: right;
    width: 50%;
}

#footer_down {
    clear: both;
    overflow: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 50px;
    color: #656565;
}

#footer_down a {
    color: #656565;
}

#footer_down a:hover {
    color: #656565;
}

#footer_down .left {
    float: left;
    width: 50%;
    text-align: left;
}

#footer_down .right {
    float: right;
    width: 50%;
    text-align: right;
}

@media (max-width:1150px) {
#footer .inside {
    padding-left: 30px;
    padding-right: 30px;
}

#footer .rs-column.-large-first {
    clear: none;
}

#footer .rs-column.-large-last {
    margin-right: 6%;
}

#footer .rs-column.-large-first-row {
    margin-top: 0;
}

#footer .rs-column.-medium-first {
    clear: left;
}

#footer .rs-column.-medium-last {
    margin-right: -5px;
}

#footer .rs-column.-medium-first-row {
    margin-top: 0;
}

#footer .rs-column.-medium-col-1-1 {
    width: 100%;
}

#footer .rs-column.-medium-col-2-1 {
    width: 47%;
}

#footer_down {
    font-size: 12px;
}
}

@media (max-width:650px) {
#footer .inside {
    padding-left: 30px;
    padding-right: 30px;
}

#footer .inside .left {
    float: none;
    width: 100%;
}

#footer .inside .right {
    float: none;
    width: 100%;
}

#footer .rs-column.-medium-first {
    clear: none;
}

#footer .rs-column.-medium-last {
    margin-right: 6%;
}

#footer .rs-column.-medium-first-row {
    margin-top: 0;
}

#footer .rs-column.-small-first {
    clear: left;
}

#footer .rs-column.-small-last {
    margin-right: -5px;
}

#footer .rs-column.-small-first-row {
    margin-top: 0;
}

#footer .rs-column.-small-col-1-1 {
    width: 100%;
}

#footer_top .left {
    display: none;
}

#footer_top .right ul {
    float: none;
    text-align: center;
}

#footer_top .right li {
    margin: 0 auto 0;
    width: 20px;
}

#footer_down {
    padding: 15px 0 15px;
    line-height: 25px;
}

#footer_down p {
    margin: 0;
    padding: 0;
}

#footer_down .left {
    text-align: center;
}

#footer_down .right {
    text-align: center;
}
}

/*** menu default header ***/
@media (min-width:1150px) {
#header .mod_navigation, #header .mod_navigation strong {
    font-family: 'Ovink', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

#header .mod_navigation .level_1 {
    float: right;
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
}

#header .mod_navigation .level_1 li {
    float: left;
    margin: 0 15px;
    padding: 0;
}

#header .mod_navigation .level_1 li.first {
    margin-left: 0;
}

#header .mod_navigation .level_1 li.last {
    margin-right: 0;
}

#header .mod_navigation .level_1 li a {
    display: block;
    text-decoration: none;
    color: #009fe3;
}

#header .mod_navigation .level_1 li a:hover {
    display: block;
    text-decoration: none;
    color: #0080e3;
}

#header .mod_navigation .level_1 li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #000000;
    transition: 0.5s ease;
    transform: scalex(0);
}

#header .mod_navigation .level_1 li a:hover:after {
    transform: scalex(1);
}
}

@media (max-width:1150px) {
#header .mod_navigation {
    width: 60px;
    height: 60px;
    background-image: url("/files/templates_v1/img/icon_menu.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

#header .mod_navigation .level_1 {
    max-width: 0;
    height: 100vh;
    top: -20px;
    right: 0;
    position: absolute;
    overflow: hidden;
    transition: max-width 0.25s ease-out;
    z-index: 111;
}

#header .mod_navigation:hover .level_1 {
    max-width: 100%;
    transition: max-width 0.25s ease-in;
}

#header .mod_navigation .level_1 {
    margin: 0;
    padding: 30px 0 0;
    background-color: #009fe3;
    list-style-type: none;
}

#header .mod_navigation .level_1 li {
    width: 200px;
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 50px;
    text-decoration: none;
}

#header .mod_navigation .level_1 li a,
#header .mod_navigation .level_1 li a:hover {
    display: block;
    padding: 0 30px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}

#header .mod_navigation .level_1 li:hover {
    background-color: #0080e3;
}

#header .mod_navigation .level_1 li.active {
    display: none;
}
}

@media (max-width:650px) {
#header .mod_navigation {
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
}

#header .mod_navigation .level_1 {
    height: auto;
    top: -20px;
    left: 0;
}

#header .mod_navigation .level_1 li {
    width: 100%;
    text-align: center;
    line-height: 60px;
}
}

/*** menu default footer ***/
@media (min-width:1150px) {
#footer_top .mod_navigation,
#footer_top .mod_navigation strong {
    font-family: 'Ovink', sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #009fe3;
}

#footer_top .mod_navigation .level_1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer_top .mod_navigation .level_1 li {
    float: left;
    margin: 0 15px;
    padding: 0;
    line-height: 60px;
}

#footer_top .mod_navigation .level_1 li.first {
    margin-left: 0;
}

#footer_top .mod_navigation .level_1 li.last {
    margin-right: 0;
}

#footer_top .mod_navigation .level_1 li a {
    display: block;
    text-decoration: none;
    color: #97a7af;
}

#footer_top .mod_navigation .level_1 li a:hover {
    display: block;
    text-decoration: none;
    color: #009fe3;
}
}

@media (max-width:1150px) {
#footer_top .mod_navigation,
#footer_top .mod_navigation strong {
    font-family: 'Ovink', sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #009fe3;
}

#footer_top .mod_navigation .level_1 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer_top .mod_navigation .level_1 li {
    float: left;
    margin: 0 30px 0 0;
    padding: 0;
    line-height: 60px;
}

#footer_top .mod_navigation .level_1 li.first {
    margin-left: 0;
}

#footer_top .mod_navigation .level_1 li.last {
    margin-right: 0;
}

#footer_top .mod_navigation .level_1 li.active {
    display: none;
}

#footer_top .mod_navigation .level_1 li a {
    display: block;
    text-decoration: none;
    color: #97a7af;
}

#footer_top .mod_navigation .level_1 li a:hover {
    display: block;
    text-decoration: none;
    color: #009fe3;
}
}

@media (max-width:650px) {

}


/*** ovink fonts ***/
@font-face {
    font-family: 'Ovink';
    font-style: normal;
    font-weight: normal;    
    src: local(''),
        url('../../files/templates_v1/fonts/ovink-regular.woff2') format('woff2'),
        url('../../files/templates_v1/fonts/ovink-regular.woff') format('woff');
}

@font-face {
    font-family: 'Ovink';
    font-style: normal;
    font-weight: 300;    
    src: local(''),
        url('../../files/templates_v1/fonts/ovink-light.woff2') format('woff2'),
        url('../../files/templates_v1/fonts/ovink-light.woff') format('woff');
}

@font-face {
    font-family: 'Ovink';
    font-style: normal;
    font-weight: 600;    
    src: local(''),
        url('../../files/templates_v1/fonts/ovink-semibold.woff2') format('woff2'),
        url('../../files/templates_v1/fonts/ovink-semibold.woff') format('woff');
}

/*** contents default header ***/
#top {
    font-family: 'Ovink', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    text-align: left;
    vertical-align: baseline;
}

a:focus {
	outline: none;
}

/*** contents default header ***/
#header_orig .header_section {
    margin: 260px 0 50px;
    padding: 0;
    font-family: 'Ovink', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 1px 5px #000000;
}

#header_orig .content-slider .header_section {
    margin: 460px 0 20px;
}

#header_orig .header_section h1 {
    font-family: 'Ovink', sans-serif;
    font-weight: 300;
    font-size: 70px;
}

#header_orig .header_section p {
    padding-left: 10px;
    padding-right: 10px;
}

#header_orig .header_section a {
    display: inline-block;
    margin: 40px 10px 5px;
    padding: 5px;
    width: 160px;
    border:none;
    border-radius: 5px;
    background-color:#009fe3;
    font-size: 16px;
    font-weight: 400;
    color:#ffffff;
    text-decoration: none;
    cursor:pointer;
}

#header_orig .header_section a:hover {
    background-color: #0080e3;
}

@media (max-width:1150px) {
#header_orig .header_section {
    margin: 160px 0 30px;
    font-size: 20px;
    line-height: 32px;
}

#header_orig .content-slider .header_section {
    margin: 360px 0 20px;
}

#header_orig .header_section h1 {
    font-size: 60px;
}

#header_orig .header_section p {
    padding-left: 30px;
    padding-right: 30px;
}
}

@media (max-width:650px) {
#header_orig .header_section {
    font-size: 16px;
    line-height: 28px;
}

#header_orig .content-slider .header_section {
    margin: 260px 0 0;
}

#header_orig .header_section h1 {
    font-size: 50px;
}

#header_orig .header_section p {
    padding-left: 20px;
    padding-right: 20px;
}

#header_orig .header_section a {
    margin: 40px 5px 5px;
    width: 130px;
}
}

/*** contents default main ***/
img {
    height: auto;
    max-width: 100%;
    border: 0;
}

ul {
    list-style-type: square;
    list-style-position: inside;
}

#main .image_container,
#main .image_container img {
    margin: 0;
    padding: 0;
}

#main .float_left {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
}

#main .float_right {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
}

#main .ce_text {
    clear: both;
}

#main a img {
    transition: transform 0.5s ease;
}

#main a img:hover {
    transform: scale(1.05);
}

#main button,
#main .main_button a {
    display: inline-block;
    margin: 10px 0 ;
    padding: 5px;
    width: 160px;
    border: none;
    border-radius: 5px;
    background-color: #009fe3;
    font-family: 'Ovink', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color:#ffffff;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
}

#main button:hover,
#main .main_button a:hover {
    background-color: #0080e3;
}

#main h1 {
    margin-top: 50px;
    font-family: 'Ovink', sans-serif;
    font-weight: normal;
    font-size: 50px;
    text-align: center;
    color: #262626;
}

#main h2 {
    margin-top: 50px;
    font-family: 'Ovink', sans-serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    color: #262626;
}

#main h3 {
    margin-top: 10px;
    font-family: 'Ovink', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: left;
    color: #97a7af;
}

#main strong {
    font-family: 'Ovink', sans-serif;
    font-weight: normal;
}

#main a {
    color: #009fe3;
    text-decoration: none;
}

#main a:hover {
    color: #0080e3;
    text-decoration: underline;
}

#main .icon_download {
    margin: 80px 0 35px;
    padding: 0;
}

#main .icon_download h3 {
    margin: 0;
    padding: 0;   
}

#main .icon_download p {
    margin: 5px 0 0;
    padding: 0;   
}

#main .ce_gallery {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#main .ce_gallery ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main .ce_gallery li {
    float:left;
    margin: 0;
    padding: 0;
}

#main .ce_gallery .cols_2 li {
    max-width: 47%;
    margin-right: 6%;
}

#main .ce_gallery .cols_3 li {
    max-width: 30%;
    margin-right: 5%;
}

#main .ce_gallery .cols_4 li {
    max-width: 22%;
    margin-right: 4%;
}

#main .ce_gallery .cols_5 li {
    max-width: 18.4%;
    margin-right: 2%;
}

#main .ce_gallery .cols_6 li {
    max-width: 15%;
    margin-right: 2%;
}

#main .ce_gallery .cols_10 li {
    max-width: 9.1%;
    margin-right: 1%;
}

#main .ce_gallery .cols_12 li {
    max-width: 7.4%;
    margin-right: 1%;
}

#main .ce_gallery li.col_first {
    clear: left;
    margin-left: 0;
}

#main .ce_gallery li.col_last {
    margin-right: 0;
}

#main .formbody {
    margin: 20px 0;
    padding: 0;   
}

#main .formbody .widget {
    margin: 0 0 30px;
    padding: 0;  
}

#main .formbody .widget span.mandatory {
    margin-left: 5px;
    color: #ff0000;
}

#main .formbody .widget .checkbox_container,
#main .formbody .widget .checkbox_container span {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}

#main .formbody .widget input,
#main .formbody .widget textarea {
    margin-top: 5px;
    padding: 0;
    width: 100%;
    border: 1px solid #d6d6d8;
    line-height: 40px;
}

#main .formbody .widget input[type="checkbox"] {
    display: none;
}

#main .formbody .widget input[type="checkbox"] + label{
    display: grid;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#main .formbody .widget input[type="checkbox"] + label:before {
    content: '';
    display: block;    
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #d6d6d8;
    transition: all .12s, border-color .08s;    
    -webkit-transition: all .12s, border-color .08s;
}

#main .formbody .widget input:hover,
#main .formbody .widget textarea:hover {
    border: 1px solid #8e8e8e;
}

#main .formbody .widget input:focus,
#main .formbody .widget textarea:focus {
    border: 1px solid #009fe3;
    outline: none;
}

#main .formbody .widget input[type="checkbox"]:hover + label:before {
    border: 1px solid #8e8e8e;
}

#main .formbody .widget input[type="checkbox"]:checked + label:before {
    top: -5px;
    left: 5px;    
    width: 10px;
    border: 1px solid #0080e3;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#main .block_home {
    position: relative;
    overflow: auto;
    margin: 40px 0 50px;
    padding: 40px 40px 30px;
    background-color: #dadada;
    font-size: 20px;
    line-height: 26px;
    color: #111111;
}

#main .block_home::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #e3e3e3;
    content: "";
    clip-path: polygon(0 0, 0 10%, 100% 100%, 100% 0);
    z-index: 100;
}

#main .block_home::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: #e3e3e3;
    content: "";
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 90%);
    z-index: 1;
}

#main .block_home .float_left {
    margin-right: 50px;
    margin-bottom: 0;
}

#main .block_home .float_right {
    margin-left: 50px;
    margin-bottom: 0;
}

#main .block_home ul {
    margin: 0;
    padding: 0;
}

#main table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 0;
}

#main .table h3 {
    margin-top: 50px;
}

#main th, #main td {
    margin: 0;
    padding: 10px;
    text-align: left;
}

#main thead tr {
    background-color: #e3e3e3;
}

#main tr:nth-child(even) {
    background-color: #efefef;
}

@media (max-width:1150px) {
#main h1 {
    font-size: 40px;
}

#main h2 {
    font-size: 30px;
}

#main h3 {
    font-size: 20px;
}
}

@media (max-width:650px) {
#main {
    font-size: 16px;
    line-height: 24px;
}

#main h1 {
    font-size: 34px;
}

#main h2 {
    font-size: 26px;
}

#main h3 {
    font-size: 20px;
}

#main .block_home {
    font-size: 16px;
}

#main .img_full .float_left {
    margin-right: 0;
    margin-bottom: 25px;
}

#main .img_full .float_right {
    margin-left: 0;
    margin-bottom: 25px;
}

#main .block_home .float_left {
    margin-right: 0;
    margin-bottom: 25px;
}

#main .block_home .float_right {
    margin-left: 0;
    margin-bottom: 25px;
}
}

/*** contents default footer ***/
#footer_orig {
    font-size: 18px;
    line-height: 28px;
}

#footer_orig .ce_text {
    margin-top: 40px;
}

#footer_orig .image_container {
    margin: 20px 0;
    padding: 0;
}

@media (max-width:1150px) {
#footer_orig {
    font-size: 16px;
    line-height: 24px;
}

#footer_orig .ce_text {
    margin-top: 20px;
}
}

@media (max-width:650px) {
#footer_orig {
    font-size: 14px;
    line-height: 22px;
}

#footer_orig .ce_text {
    margin-top: 10px;
}
}

/*** cookiebar ***/
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:10px 15px;border:none;background-color:#000000;color:#ffffff;font-size:16px;text-align:center;z-index:1000}
.cookiebar *{box-sizing:border-box}
.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}
.cookiebar--position-bottom{left:0;bottom:0}
.cookiebar__message,.cookiebar__text{margin-right:10px}
.cookiebar__link{color:#ffffff;text-decoration:underline}
.cookiebar__link:hover{text-decoration:none}
.cookiebar__button{margin:0;padding:5px 15px;border:none;border-radius:5px;background-color:#009fe3;color:#ffffff;font-size:16px;font-weight:400;cursor:pointer}
.cookiebar__button:hover{background-color:#0080e3}
@media (max-width:1150px) {
.cookiebar__button{margin-top:5px;}
}
@media (max-width:650px) {
.cookiebar{font-size:16px}
.cookiebar__button{font-size:14px}
}

