

.notices {
    padding: 1px 1px 1px 30px;
    margin: 15px 0;
}

.notices p {

}

.notices.yellow {
    border-left: 10px solid #f0ad4e;
    background: #fcf8f2;
    color: #df8a13;
}

.notices.red {
    border-left: 10px solid #d9534f;
    background: #fdf7f7;
    color: #b52b27;
}

.notices.blue {
    border-left: 10px solid #5bc0de;
    background: #f4f8fa;
    color: #28a1c5;
}

.notices.green {
    border-left: 10px solid #5cb85c;
    background: #f1f9f1;
    color: #3d8b3d;
}
﻿.form-group.has-errors{background:rgba(255,0,0,.05);border:1px solid rgba(255,0,0,.2);border-radius:3px;margin:0 -5px;padding:0 5px}.form-errors{color:#b52b27}.form-honeybear{display:none;position:absolute !important;height:1px;width:1px;overflow:hidden;clip-path:rect(0px, 1px, 1px, 0px)}.form-errors p{margin:0}.form-input-file input{display:none}.form-input-file .dz-default.dz-message{position:absolute;text-align:center;left:0;right:0;top:50%;transform:translateY(-50%);margin:0}.form-input-file.dropzone{position:relative;min-height:70px;border-radius:3px;margin-bottom:.85rem;border:2px dashed #ccc;color:#aaa;padding:.5rem}.form-input-file.dropzone .dz-preview{margin:.5rem}.form-input-file.dropzone .dz-preview:hover{z-index:2}.form-input-file.dropzone .dz-preview .dz-error-message{min-width:140px;width:auto}.form-input-file.dropzone .dz-preview .dz-image,.form-input-file.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:3px;z-index:1}.form-tabs .tabs-nav{display:flex;padding-top:1px;margin-bottom:-1px}.form-tabs .tabs-nav a{flex:1;transition:color .5s ease,background .5s ease;cursor:pointer;text-align:center;padding:10px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc;border-radius:5px 5px 0 0}.form-tabs .tabs-nav a.active{border:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,0);margin:0 -1px}.form-tabs .tabs-nav a.active span{color:#000}.form-tabs .tabs-nav span{display:inline-block;line-height:1.1}.form-tabs.subtle .tabs-nav{margin-right:0 !important}.form-tabs .tabs-content .tab__content{display:none;padding-top:2rem}.form-tabs .tabs-content .tab__content.active{display:block}.checkboxes{display:inline-block}.checkboxes label{display:inline;cursor:pointer;position:relative;padding:0 0 0 20px;margin-right:15px}.checkboxes label:before{content:"";display:inline-block;width:20px;height:20px;left:0;margin-top:0;margin-right:10px;position:absolute;border-radius:3px;border:1px solid #e6e6e6}.checkboxes input[type=checkbox]{display:none}.checkboxes input[type=checkbox]:checked+label:before{content:"✓";font-size:20px;line-height:1;text-align:center}.checkboxes.toggleable label{margin-right:0}.form-field-toggleable .checkboxes.toggleable{margin-right:5px;vertical-align:middle}.form-field-toggleable .checkboxes+label{display:inline-block}.switch-toggle{display:inline-flex;overflow:hidden;border-radius:3px;line-height:35px;border:1px solid #ccc}.switch-toggle input[type=radio]{position:absolute;visibility:hidden;display:none}.switch-toggle label{display:inline-block;cursor:pointer;padding:0 15px;margin:0;white-space:nowrap;color:inherit;transition:background-color .5s ease}.switch-toggle input.highlight:checked+label{background:#333;color:#fff}.switch-toggle input:checked+label{color:#fff;background:#999}.signature-pad{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:10px;width:100%;height:100%;max-width:700px;max-height:460px;border:1px solid #f0f0f0;background-color:#fff;padding:16px}.signature-pad--body{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #f6f6f6;min-height:100px}.signature-pad--body canvas{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.02) inset}.signature-pad--footer{color:#c3c3c3;text-align:center;font-size:1.2em}.signature-pad--actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px}[data-grav-field=array] .form-row{display:flex;align-items:center;margin-bottom:.5rem}[data-grav-field=array] .form-row>input,[data-grav-field=array] .form-row>textarea{margin:0 .5rem;display:inline-block}.form-data.basic-captcha .form-input-wrapper{border:1px solid #ccc;border-radius:5px;display:flex;overflow:hidden}.form-data.basic-captcha .form-input-prepend{display:flex;color:#333;background-color:#ccc;flex-shrink:0}.form-data.basic-captcha .form-input-prepend img{margin:0}.form-data.basic-captcha .form-input-prepend button>svg{margin:0 8px;width:18px;height:18px}.form-data.basic-captcha input.form-input{border:0}
#grav-login {
    max-width: 30rem;
    margin: 5rem auto;
    background: #fcfcfc;
    border: 4px solid #eee;
    border-radius: 4px;
    padding: 1rem 3rem 3rem 3rem;
    text-align: center;
}

#grav-login .form-actions {
    text-align: right;
}

#grav-logout {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.alert.info {
    color: #27ae60;
}

.alert.error {
    color: #e74c3c;
}

#grav-login p {
    font-size: small;
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}
#grav-login .form-actions p {
    margin-bottom: 0;
}

#grav-login .button {
    vertical-align: middle;
}

#grav-login .delimiter {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6rem;
    position: relative;
    text-transform: uppercase;
    margin: 1rem 0;
}

#grav-login .delimiter:after,
#grav-login .delimiter:before {
    background-color: #777777;
    content: "";
    height: 1px;
    position: absolute;
    top: 0.8rem;
    width: 40%;
}
#grav-login .delimiter:before {
    background-image: -moz-linear-gradient(right center , #777777, #ffffff);
    left: 0;
}
#grav-login .delimiter:after {
    background-image: -moz-linear-gradient(left center , #777777, #ffffff);
    right: 0;
}

#grav-login .rememberme {
    display: inline-block;
    float: left;
    padding: 7px 0;
    vertical-align: middle;
}

#grav-login .rememberme label {
    font-weight: inherit;
    display: inline;
}

.login-status {
    white-space: nowrap;
    vertical-align: middle;
}
@font-face{font-family:Atlantic;font-style:normal;font-weight:400;src:url(/user/themes/mcc/fonts/Atlantic_Cruise.eot);src:local('Atlantic'),local('Atlantic'),url(/user/themes/mcc/fonts/Atlantic_Cruise.eot?#iefix) format('embedded-opentype'),url(/user/themes/mcc/fonts/Atlantic_Cruise.woff) format('woff'),url(/user/themes/mcc/fonts/Atlantic_Cruise.ttf) format('truetype'),url(/user/themes/mcc/fonts/Atlantic_Cruise.svg#Atlantic) format('svg')}:not(output):-moz-ui-invalid{box-shadow:none}/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 *//*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}about,audio,canvas,progress{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}a{text-decoration:none;color:#03a9f4}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:20px;color:#5a5a5a;font-weight:400px;letter-spacing:.25px}h1,h2{font-family:Atlantic,sans-serif;font-weight:300}footer h5,h2,h3{font-weight:300;font-size:38px;line-height:52px;margin-bottom:15px;text-align:center;letter-spacing:.5px}span.line{width:200px;height:2px;display:block;margin:30px auto;background:#c43600}span.line.soft{background:#d8d8d8;margin:0 auto}.header,header{height:0;position:absolute;top:50%;bottom:50%;left:0;right:0;z-index:999;width:100%;margin:auto;text-align:center}img{max-width:100%}img.logo{width:190px;margin-left:30px;margin-top:12px}@media(min-width:375px){img.logo{margin-left:0;width:220px;margin-top:5px}}#menuToggle{display:block;position:absolute;top:30px;left:15px;z-index:1;-webkit-user-select:none;user-select:none}#menuToggle input{display:block;width:40px;height:32px;position:absolute;top:-7px;left:-5px;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}#menuToggle span{display:block;width:33px;height:4px;margin-bottom:5px;position:relative;background:#828181;border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}#menuToggle span:first-child{transform-origin:0 0}#menuToggle span:nth-last-child(2){transform-origin:0 100%}#menuToggle input:checked~span{opacity:1;transform:rotate(45deg) translate(-2px,-1px);background:#232323}#menuToggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2,.2)}#menuToggle input:checked~span:nth-last-child(2){transform:rotate(-45deg) translate(0,-1px)}#menu{position:absolute;overflow:scroll;width:370px;max-width:100vw;height:110vh;margin:-100px 0 0 -50px;padding:50px;padding-top:125px;background:#fff;list-style-type:none;-webkit-font-smoothing:antialiased;transform-origin:0 0;transform:translate(-100%,0);transition:transform .5s cubic-bezier(.77,.2,.05,1)}#menu a{text-decoration:none}#menu li{padding:17px 0;font-size:24px;line-height:30px;text-transform:uppercase;color:#555;border-bottom:solid 3px #eee}#menuToggle input:checked~ul{transform:none}@media(min-width:768px){img.logo{width:auto}#menuToggle{display:block;position:absolute;left:25px;z-index:1;-webkit-user-select:none;user-select:none}}.header-left,.header-right{width:100%;text-align:center}@media(min-width:992px){#menuToggle{display:none}.header-left{width:30%}}.header-left,.header-right{position:relative;color:#fff;float:left}.header-right label{position:absolute;top:-3.7em;right:0;cursor:pointer}.header-right span{position:relative;width:2em;height:2em;-webkit-transition:all .3s ease}.header-right span:hover{background:rgba(255,255,255,.6)}.header-right span:after,.header-right span:before{content:'';position:absolute;width:3em;height:.5em;top:0;left:0;background:#000}.header-right span:after{top:14px}.header-right{width:70%;text-align:right}#open{display:none}nav a{text-decoration:none;position:relative;display:inline-block;font-size:15px;text-transform:uppercase;padding:20px 20px 0}nav a.active{border-bottom:solid 2px #c43600;text-decoration:none}.hidden-desktop{display:none}.hidden-mobile{display:none}@media(min-width:992px){.hidden-mobile{display:block}}nav{float:right;text-align:right}nav ul li{display:inline-block;padding:0 10px}nav ul li a{text-decoration:none;font-size:17px;padding:20px 0 0;display:block;text-transform:uppercase;color:#5a5a5a;font-weight:500}nav ul li a:hover{border-bottom:solid 2px #c43600}#banner{height:100vh}.banner{background-repeat:no-repeat;background-position:bottom center;background-size:cover;text-align:center;position:relative;z-index:100;height:100vh;padding:40vh 0;min-height:400px}.inner-page .banner{background-position:top;background-size:cover;height:60vh;padding:20vh 0}@media(min-width:768px){.inner-page .banner{background-size:cover;height:64vh;padding:30vh 0}}@media(min-width:1024px){.inner-page .banner{background-size:cover;height:70vh;padding:40vh 0}}h2.maintitle.colored{color:#555;margin-bottom:0;text-transform:uppercase}h2.subtitle{margin-top:0}.banner.banner-alt{height:60vh;padding:30vh 0}.banner h1,.banner h2{font-size:60px;line-height:130%;color:#fff;text-transform:uppercase}.banner h1 span{font-weight:700}.banner h3{font-size:1.5em;color:#f4f4f4;line-height:normal}.banner p{color:#fff;font-size:22px;line-height:38px;padding-bottom:55px}.about{background-color:#fff;position:relative;margin-bottom:40px}.about.usine{padding:40px 0 60px 0;background-color:#3c3d41}.about.usine .readmore{color:#fff;text-align:center}.about.usine h2{color:#fff;text-transform:uppercase}.about img{margin-top:20px;border:solid 1px #ddd;padding:5px;margin-bottom:40px}@media(min-width:992px){.about img{margin-bottom:10px}}.laptop{position:absolute;right:0;top:24%;width:50%}.laptop img{max-width:100%;display:block}.about a{color:#00bcd4;text-transform:uppercase;font-weight:700}.about a img{position:relative;top:8px;margin-left:10px}.services{text-align:center}.services p,div.top{font-size:17px}.banner-alt div.top{padding:0}.services h3{font-weight:700}.wrapper-features{height:410px;margin:20px auto;border-radius:7px 7px 7px 7px;-webkit-box-shadow:0 14px 32px 0 rgba(0,0,0,.15);-moz-box-shadow:0 14px 32px 0 rgba(0,0,0,.15);box-shadow:0 14px 32px 0 rgba(0,0,0,.15)}.features{padding:50px 0}.features h3{font-weight:400;color:#5a5a5a;text-transform:uppercase;margin:0;font-size:25px;padding:15px 10px 0;line-height:normal}.features p{padding:5px 15px 0 0;text-align:center;font-size:16px}.features p.feat-desc{line-height:1.5;font-size:16px}.features-img{float:left;height:170px;width:100%}.features-img img{border-radius:7px 0 0 7px}.features-info{float:left;height:200px;width:100%;border-radius:0 7px 10px 7px;background-color:#fff}.features-text h2{margin:10px;font-size:18px;color:#474747;line-height:22px;text-transform:uppercase;color:#dd3b19}.features-text p{line-height:20px;font-size:15px;overflow:hidden;padding:5px 10px}.joinnow{padding:70px 0;background:#f4f4f4}.joinnow h2{color:#555;display:inline-block;text-transform:uppercase;font-style:normal;margin-right:20px;margin-bottom:0}.joinnow h2 span{font-weight:700}.joinnow a{display:inline-block;width:200px;height:50px;line-height:50px;border-radius:50px;background:#fff;color:#00bcd4;text-align:center;font-weight:700;position:relative;top:-10px}.joinnow a:hover{background:#5a5a5a;color:#fff;transition:all .4s}.contact{padding:60px 0;text-align:center;background:#f4f4f4}.contact.modular{background:#f4f4f4}.updates{padding:10px 0 100px;text-align:center}.blog article{text-align:left;background:#f4f4f4;margin-bottom:60px}.blog article .content{padding:15px}.blog article .content h3{font-weight:400}.blog .blog-container{margin:3rem 0}.blog .blog-container .pagination{margin:1rem 0}.blog article .content h2{font-size:1.5em;color:#777;padding:0;margin:0}.blog article .content a{color:#5a5a5a}.blog article .content p{padding:0;margin:0;line-height:1.3}.img{position:relative}.img img{width:100%;display:block;max-width:100%}.imgDescription2{position:absolute;top:0;bottom:0;left:0;right:0;background:#f84b38;color:#f4f4f4;width:100%;height:auto;font-size:18px;font-weight:400;text-align:center;visibility:hidden;opacity:0;padding-top:28.5%;transition:all .5s;cursor:pointer}.img:hover .imgDescription2{visibility:visible;opacity:1}.imgDescription2 img{width:auto;margin:0 auto}.button,a.showmore{font-weight:500;display:block;margin:30px auto 0;height:40px;border-radius:5px;width:150px;color:#5a5a5a;line-height:40px;text-align:center;font-size:13px;border:none;background:#ddd}a.showmore{background:rgba(245,245,245,.9)}.button:hover:enabled,a.showmore:hover:enabled{background:#ddd}.safariimg{position:absolute;top:7%;left:3%;width:43%}.safariimg img{max-width:100%;display:block}@media only screen and (min-width:1200px){.safariimg img{float:right;height:428px}}footer{padding:3px 0;color:#fff;font-weight:400;background:#607d8b;font-size:15px}footer p a{color:#fff}footer p a:hover{color:#00bcd4}div.rightside{text-align:right}.no-js #loader{display:none}.js #loader{display:block;position:absolute;left:100px;top:0}.se-pre-con{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;background:#607d8b}.box{position:absolute;width:78px;height:78px;left:50%;top:50%;margin-left:-39px;margin-top:-39px}.loading:before{content:'';position:absolute;width:35px;height:35px;top:50%;margin-top:-18px;left:50%;margin-left:-18px;border-width:2px 1px;border-style:solid;border-color:#fff rgba(247,247,247,.3);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;animation:spin 3.45s infinite;-o-animation:spin 3.45s infinite;-ms-animation:spin 3.45s infinite;-webkit-animation:spin 3.45s infinite;-moz-animation:spin 3.45s infinite}.loadingBtn:before{content:'';position:absolute;width:35px;height:35px;top:50%;left:50%;margin-left:-18px;border-width:2px 1px;border-style:solid;border-color:#fff rgba(247,247,247,.3);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;animation:spin 3.45s infinite;-o-animation:spin 3.45s infinite;-ms-animation:spin 3.45s infinite;-webkit-animation:spin 3.45s infinite;-moz-animation:spin 3.45s infinite}button:disabled,button[disabled]{border:1px solid #999;background-color:#555;color:#666}@keyframes spin{0%{transform:rotate(0)}50%{transform:rotate(360deg)}100%{transform:rotate(1080deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0)}50%{-o-transform:rotate(360deg)}100%{-o-transform:rotate(1080deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0)}50%{-ms-transform:rotate(360deg)}100%{-ms-transform:rotate(1080deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}50%{-webkit-transform:rotate(360deg)}100%{-webkit-transform:rotate(1080deg)}}@-moz-keyframes spin{0%{-moz-transform:rotate(0)}50%{-moz-transform:rotate(360deg)}100%{-moz-transform:rotate(1080deg)}}@keyframes pulse{0%{background-color:rgba(232,232,232,.2)}13%{background-color:rgba(240,240,240,.2)}15%{background-color:rgba(255,255,255,.9)}28%{background-color:rgba(222,222,222,.9)}30%{background-color:rgba(255,255,255,.2)}43%{background-color:rgba(240,240,240,.2)}45%{background-color:rgba(245,245,245,.9)}70%{background-color:rgba(250,250,250,.9)}74%{background-color:rgba(255,255,255,.2)}100%{background-color:rgba(242,242,242,.9)}}@-o-keyframes pulse{0%{background-color:rgba(232,232,232,.2)}13%{background-color:rgba(240,240,240,.2)}15%{background-color:rgba(255,255,255,.9)}28%{background-color:rgba(222,222,222,.9)}30%{background-color:rgba(255,255,255,.2)}43%{background-color:rgba(240,240,240,.2)}45%{background-color:rgba(245,245,245,.9)}70%{background-color:rgba(250,250,250,.9)}74%{background-color:rgba(255,255,255,.2)}100%{background-color:rgba(242,242,242,.9)}}@-ms-keyframes pulse{0%{background-color:rgba(232,232,232,.2)}13%{background-color:rgba(240,240,240,.2)}15%{background-color:rgba(255,255,255,.9)}28%{background-color:rgba(222,222,222,.9)}30%{background-color:rgba(255,255,255,.2)}43%{background-color:rgba(240,240,240,.2)}45%{background-color:rgba(245,245,245,.9)}70%{background-color:rgba(250,250,250,.9)}74%{background-color:rgba(255,255,255,.2)}100%{background-color:rgba(242,242,242,.9)}}@-webkit-keyframes pulse{0%{background-color:rgba(232,232,232,.2)}13%{background-color:rgba(240,240,240,.2)}15%{background-color:rgba(255,255,255,.9)}28%{background-color:rgba(222,222,222,.9)}30%{background-color:rgba(255,255,255,.2)}43%{background-color:rgba(240,240,240,.2)}45%{background-color:rgba(245,245,245,.9)}70%{background-color:rgba(250,250,250,.9)}74%{background-color:rgba(255,255,255,.2)}100%{background-color:rgba(242,242,242,.9)}}@-moz-keyframes pulse{0%{background-color:rgba(232,232,232,.2)}13%{background-color:rgba(240,240,240,.2)}15%{background-color:rgba(255,255,255,.9)}28%{background-color:rgba(222,222,222,.9)}30%{background-color:rgba(255,255,255,.2)}43%{background-color:rgba(240,240,240,.2)}45%{background-color:rgba(245,245,245,.9)}70%{background-color:rgba(250,250,250,.9)}74%{background-color:rgba(255,255,255,.2)}100%{background-color:rgba(242,242,242,.9)}}@keyframes borderPulse{0%{box-shadow:0 0 0 0 #fff5ff,0 0 0 1px rgba(240,240,240,.8)}40%{box-shadow:0 0 0 1px #faedfa,0 0 0 2px rgba(221,187,0,.8)}80%{box-shadow:0 0 0 3px #fff,0 0 1px 3px rgba(221,187,0,.8)}}@-o-keyframes borderPulse{0%{box-shadow:0 0 0 0 #fff5ff,0 0 0 1px rgba(240,240,240,.8)}40%{box-shadow:0 0 0 1px #faedfa,0 0 0 2px rgba(221,187,0,.8)}80%{box-shadow:0 0 0 3px #fff,0 0 1px 3px rgba(221,187,0,.8)}}@-ms-keyframes borderPulse{0%{box-shadow:0 0 0 0 #fff5ff,0 0 0 1px rgba(240,240,240,.8)}40%{box-shadow:0 0 0 1px #faedfa,0 0 0 2px rgba(221,187,0,.8)}80%{box-shadow:0 0 0 3px #fff,0 0 1px 3px rgba(221,187,0,.8)}}@-webkit-keyframes borderPulse{0%{box-shadow:0 0 0 0 #fff5ff,0 0 0 1px rgba(240,240,240,.8)}40%{box-shadow:0 0 0 1px #faedfa,0 0 0 2px rgba(221,187,0,.8)}80%{box-shadow:0 0 0 3px #fff,0 0 1px 3px rgba(221,187,0,.8)}}@-moz-keyframes borderPulse{0%{box-shadow:0 0 0 0 #fff5ff,0 0 0 1px rgba(240,240,240,.8)}40%{box-shadow:0 0 0 1px #faedfa,0 0 0 2px rgba(221,187,0,.8)}80%{box-shadow:0 0 0 3px #fff,0 0 1px 3px rgba(221,187,0,.8)}}.content{padding:70px 20px;text-align:left}.related-posts .blog{padding:0}.contact .form-group{margin-bottom:1.5em}.map-container{height:400px;width:100%}.map-container>div{width:100%;height:100%}section#nous-contacter{background:#f4f4f4}#contact{width:100%;margin:0 auto}#contact input{width:100%;margin:10px 0;border:none;height:45px;padding:10px;outline:0}#contact textarea{width:100%;margin:10px 0;height:150px;padding:10px;outline:0;border:none}#contact .notices.green{border-left:10px solid #00bcd4;background:#607d8b;color:#fff;font-size:18px}.error-page.banner h1{color:#607d8b}.errorpage .banner{height:100vh;background:#7dcacd;background-size:cover}.row.display-flex{display:flex;flex-wrap:wrap}.row.display-flex>[class*=col-]{display:flex;flex-direction:column}@media only screen and (min-width:992px) and (max-width:1200px){.bx-wrapper .bx-prev{left:0}.bx-wrapper .bx-next{right:0}.joinnow a{display:block;top:0;margin:10px auto 0}.joinnow h2{display:block}.cta3{padding:30px 0 40px}}@media only screen and (min-width:768px) and (max-width:991px){.bx-wrapper .bx-prev{left:0}.bx-wrapper .bx-next{right:0}.joinnow a{display:block;top:0;margin:10px auto 0}.joinnow h2{display:block}.cta3{padding:30px 0 40px}.about h2{padding-top:80px}.service{padding:70px 0}br{display:none}.testimonials p{font-size:20px}.features{padding:70px 0 50px}.joinnow{padding:40px 0}.blog-list-list{padding:70px 0}.cta2{padding:83px 0 90px}}@media only screen and (max-width:768px){.backcolor{background:#00bcd4;height:100vh}nav ul li a{padding:10px 0;text-align:center}.banner h1,.banner h2{font-size:30px;line-height:40px}.banner p{font-size:16px;line-height:28px;padding-bottom:20px}h2{font-size:24px;line-height:33px;margin-bottom:10px}.about h2{padding-top:40px}.laptop{position:relative;right:0;top:0;width:100%}.about span.line{margin:15px 0}span.line{margin:15px auto}span.readmore{font-size:17px}.about a{margin-bottom:15px;display:block}.service{padding:40px 0}.blog-list-list p.top,.service p{padding-bottom:30px}br{display:none}.testimonials p{padding:20px 0;font-size:16px;line-height:30px}.bx-wrapper .bx-prev{left:0}.bx-wrapper .bx-next{right:0}.bx-wrapper .bx-controls-direction a{top:90%}.testimonials{padding:60px 0}.blog-list-list,.cta2,.features{padding:40px 0;text-align:center}.features p{padding:5px 15px 24px 15px}.joinnow a{display:block;top:0;margin:10px auto 0}.joinnow h2{display:block}.joinnow{padding:40px 0}.blog-list-list article{margin-bottom:30px}.safariimg{position:relative;top:0;left:0;width:90%;margin:20px auto 0;display:block}.cta3{padding:40px 0}div.rightside,footer{text-align:center}}@media only screen and (max-width:479px){.search-wrapper .search-input{width:65%}.search-wrapper .search-input.full-width{width:100%}}a:active,a:hover{outline:0}@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}.nav-collapse ul{margin:0;padding:0;width:100%;display:block;list-style:none}.nav-collapse li{width:100%;display:block}.js .nav-collapse{clip:rect(0 0 0 0);max-height:0;position:absolute;display:block;overflow:hidden;zoom:1}.nav-collapse.opened{max-height:9999px}.disable-pointer-events{pointer-events:none!important}.nav-toggle{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}@media screen and (min-width:769px){.js .nav-collapse{position:relative}.js .nav-collapse.closed{max-height:none}.nav-toggle{display:none}}.mask{-webkit-transition:opacity .3s;-moz-transition:opacity .3s;transition:opacity .3s;background:rgba(0,0,0,.5);visibility:hidden;position:fixed;opacity:0;z-index:2;bottom:0;right:0;left:0;top:0}.android .mask{-webkit-transition:none;transition:none}.js-nav-active .mask{visibility:visible;opacity:1}@media screen and (min-width:769px){.mask{display:none!important;opacity:0!important}}.fixed{position:fixed;width:100%;left:0;top:0}.nav-collapse,.nav-collapse *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nav-collapse,.nav-collapse ul{list-style:none;width:100%;float:left}@media screen and (min-width:769px){.nav-collapse{float:right;width:auto}}.nav-collapse li{float:left;width:100%}@media screen and (min-width:769px){.nav-collapse li{width:auto}}.nav-collapse .active a,.nav-collapse a:active{color:#fff}.loop-desc-1{float:right;border-left:solid 1px #efefef}.feat-card{border:solid 1px #efefef;height:100%;position:relative;padding:0}.feat-card img{max-height:100%;padding:10px 0}a.readmore{background:#f4f4f4;color:#555;padding:6px 12px}.aright{float:right}.langswitcher{position:absolute;top:10px;right:0}.langswitcher li a{color:#555;font-size:13px;text-transform:uppercase;font-weight:300}.sticky .langswitcher li a{color:#555}.svg-icon{display:inline-flex;align-self:center}.svg-icon svg{height:1em;width:1em}.svg-icon.svg-baseline svg{top:.5em;position:relative;margin-left:10px}.svg-icon path{fill:#cc3500}#myFooter{background-color:#3c3d41;color:#fff;padding-top:30px}#myFooter .footer-copyright{background-color:#333;padding-top:3px;padding-bottom:3px;text-align:center}#myFooter .row{margin-bottom:60px}#myFooter .navbar-brand{margin-top:45px;height:65px}#myFooter .footer-copyright p{margin:10px;color:#ccc}#myFooter ul{list-style-type:none;padding-left:0;line-height:1.7}#myFooter h5{font-size:24px;color:#ef4c3e;font-weight:300;margin-top:6px;text-align:left}#myFooter h2 a{font-size:50px;text-align:center;color:#fff}#myFooter a{color:#d2d1d1;text-decoration:none}#myFooter a:focus,#myFooter a:hover{text-decoration:none;color:#fff}#myFooter .social-networks{text-align:center;padding-top:30px;padding-bottom:16px}#myFooter .social-networks a{font-size:32px;color:#f9f9f9;padding:10px;transition:.2s}#myFooter .social-networks a:hover{text-decoration:none}#myFooter .facebook:hover{color:#0077e2}#myFooter .google:hover{color:#ef1a1a}#myFooter .twitter:hover{color:#00aced}#myFooter .btn{color:#fff;background-color:#ef4c3e;border-radius:20px;border:none;width:150px;display:block;margin:0 auto;margin-top:10px;line-height:25px}@media screen and (max-width:767px){#myFooter{text-align:center}}#myFooter ul.footer-address{color:#d2d1d1;font-size:15px;font-weight:400;padding-left:20px}.serviceBox{text-align:center;margin:0;height:300px}.serviceBox img{width:100%;height:214px;margin:0;border:none;padding:0}.serviceBox .title{padding-top:0;margin-top:0;font-size:22px;font-weight:600;margin-bottom:0;text-transform:uppercase;color:#fff;line-height:30px;padding:15px}.serviceBox .description{font-size:16px;line-height:20px;position:absolute;bottom:0;min-height:120px;margin:0;color:#fff;padding:0 30px 20px 30px;background:rgba(0,0,0,.5);width:100%}.serviceBox .read-more{display:inline-block;padding:7px 20px;border:1px solid #f0f4ba;border-radius:20px;font-size:14px;font-weight:500;color:#f0f4ba;background:#00a996;text-transform:capitalize;transition:all .5s ease 0s}.serviceBox .read-more:hover{color:#00a996;background:#f0f4ba;text-decoration:none}.serviceBox.middle .service-content{padding:15px 20px 50px}.serviceBox.middle .service-icon{bottom:-35px;top:auto}.middle h3.title{padding:0;margin:0}@media only screen and (max-width:990px){.serviceBox .title{font-size:17px}}@media only screen and (max-width:767px){.serviceBox{margin:0 0 30px 0}}.usn-services{max-width:1580px}.service-single{box-shadow:0 27px 55px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);margin-top:30px;margin-bottom:40px}.service-single .box-top{background:#5a5a5a;height:220px}.service-single .box-top h2{margin:0;padding:15px;font-size:16px;text-transform:uppercase;text-align:center;line-height:normal;color:#fff;background:rgba(0,0,0,.5);position:absolute;bottom:178px;width:calc(100% - 10px)}.service-single .box-down{margin:0 auto;background:#fff;padding:10px;height:135px;text-align:center;border-radius:0 0 5px 5px}@media(min-width:1024px){.service-single .box-down{height:180px}.service-single .box-top h2{bottom:223px}}.box-down p{font-size:15px}.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9{min-height:1px;padding-left:15px;padding-right:15px;position:relative}@media (max-width:479px){.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9{float:left}.col-xxs-12{width:100%}.col-xxs-11{width:91.66666667%}.col-xxs-10{width:83.33333333%}.col-xxs-9{width:75%}.col-xxs-8{width:66.66666667%}.col-xxs-7{width:58.33333333%}.col-xxs-6{width:50%}.col-xxs-5{width:41.66666667%}.col-xxs-4{width:33.33333333%}.col-xxs-3{width:25%}.col-xxs-2{width:16.66666667%}.col-xxs-1{width:8.33333333%}.col-xxs-pull-12{right:100%}.col-xxs-pull-11{right:91.66666667%}.col-xxs-pull-10{right:83.33333333%}.col-xxs-pull-9{right:75%}.col-xxs-pull-8{right:66.66666667%}.col-xxs-pull-7{right:58.33333333%}.col-xxs-pull-6{right:50%}.col-xxs-pull-5{right:41.66666667%}.col-xxs-pull-4{right:33.33333333%}.col-xxs-pull-3{right:25%}.col-xxs-pull-2{right:16.66666667%}.col-xxs-pull-1{right:8.33333333%}.col-xxs-pull-0{right:auto}.col-xxs-push-12{left:100%}.col-xxs-push-11{left:91.66666667%}.col-xxs-push-10{left:83.33333333%}.col-xxs-push-9{left:75%}.col-xxs-push-8{left:66.66666667%}.col-xxs-push-7{left:58.33333333%}.col-xxs-push-6{left:50%}.col-xxs-push-5{left:41.66666667%}.col-xxs-push-4{left:33.33333333%}.col-xxs-push-3{left:25%}.col-xxs-push-2{left:16.66666667%}.col-xxs-push-1{left:8.33333333%}.col-xxs-push-0{left:auto}.col-xxs-offset-12{margin-left:100%}.col-xxs-offset-11{margin-left:91.66666667%}.col-xxs-offset-10{margin-left:83.33333333%}.col-xxs-offset-9{margin-left:75%}.col-xxs-offset-8{margin-left:66.66666667%}.col-xxs-offset-7{margin-left:58.33333333%}.col-xxs-offset-6{margin-left:50%}.col-xxs-offset-5{margin-left:41.66666667%}.col-xxs-offset-4{margin-left:33.33333333%}.col-xxs-offset-3{margin-left:25%}.col-xxs-offset-2{margin-left:16.66666667%}.col-xxs-offset-1{margin-left:8.33333333%}.col-xxs-offset-0{margin-left:0}}@media (max-width:479px){.hidden-xxs{display:none!important}}.visible-xxs{display:none!important}.visible-xxs-block,.visible-xxs-inline,.visible-xxs-inline-block{display:none!important}@media (max-width:479px){.visible-xxs{display:block!important}table.visible-xxs{display:table}tr.visible-xxs{display:table-row!important}td.visible-xxs,th.visible-xxs{display:table-cell!important}.visible-xxs-block{display:block!important}.visible-xxs-inline{display:inline!important}.visible-xxs-inline-block{display:inline-block!important}}.blog-list .content img{padding:0 20px}.blog-list h3{font-size:1.3em;padding:0;margin:0}.no-padding>[class*=col-]{padding-right:0;padding-left:0}.rowpad5>[class*=col-]{padding-right:5px;padding-left:5px}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/user/themes/mcc/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-carousel .owl-wrapper{display:flex!important}.owl-carousel .owl-item img{width:100%;height:700px;max-height:100vh;object-fit:cover;max-width:initial}@media(min-width:1240px){.owl-carousel .owl-item img{height:75vh}}.carousel-captions{position:absolute;top:45%;margin:0 auto;width:100%;padding:0 50px;text-align:center}.carousel-captions h1,.carousel-captions h2{font-size:32px;line-height:40px;color:#fff;text-transform:uppercase}.carousel-captions h2{font-size:27px}@media(min-width:768px){.carousel-captions h1,.carousel-captions h2{font-size:60px;line-height:70px;color:#fff;text-transform:uppercase}.carousel-captions h2{font-size:50px}}.carousel-captions h1 span{font-weight:700}.owl-carousel .nav-btn{height:47px;position:absolute;width:26px;cursor:pointer;bottom:40%!important}.owl-carousel .owl-next.disabled,.owl-carousel .owl-prev.disabled{pointer-events:none;opacity:.2}.owl-carousel .prev-slide{background:url(/user/themes/mcc/css/nav-icon.png) no-repeat scroll 0 0;left:10px}.owl-carousel .next-slide{background:url(/user/themes/mcc/css/nav-icon.png) no-repeat scroll -24px 0;right:10px}.owl-carousel .prev-slide:hover{background-position:0 -53px}.owl-carousel .next-slide:hover{background-position:-24px -53px}.screenshot:hover{opacity:1}.screenshot{cursor:pointer;z-index:2;position:relative;padding:17% 0 0;width:100%;height:100%;background-color:rgba(63,97,132,.85);text-align:center;font-size:15px;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(/user/themes/mcc/css/loader.gif) no-repeat center center}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(/user/themes/mcc/css/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before{opacity:1}.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}#menu li.lang{display:inline-block;padding-right:25px}.modal-open{overflow:hidden;height:100%}#contentWrapper{display:unset}
