/* ========================================================== GOOGLE WEB FONTS ========================================================== */
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
 @import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
 @import url(./fonts/ionicons.css);
 @import url(./fonts/fontawesome.css);
 @import url(./fonts/UIFont.css);
/* ========================================================== NORMALIZATION - http://necolas.github.com/normalize.css/ ========================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
 button,hr,input{
     overflow:visible 
}
 progress,sub,sup{
     vertical-align:baseline 
}
 [type=checkbox],[type=radio],legend{
     -webkit-box-sizing:border-box;
     box-sizing:border-box;
     padding:0 
}
 html{
     line-height:1.15;
     -webkit-text-size-adjust:100% 
}
 body{
     margin:0 
}
 h1{
     font-size:2em;
     margin:.67em 0 
}
 hr{
     -webkit-box-sizing:content-box;
     box-sizing:content-box;
     height:0 
}
 code,kbd,pre,samp{
     font-family:monospace,monospace;
     font-size:1em 
}
 a{
     background-color:transparent 
}
 abbr[title]{
     border-bottom:none;
     text-decoration:underline;
     -webkit-text-decoration:underline dotted;
     text-decoration:underline dotted 
}
 b,strong{
     font-weight:bolder 
}
 small{
     font-size:80% 
}
 sub,sup{
     font-size:75%;
     line-height:0;
     position:relative 
}
 sub{
     bottom:-.25em 
}
 sup{
     top:-.5em 
}
 img{
     border-style:none 
}
 button,input,optgroup,select,textarea{
     font-family:inherit;
     font-size:100%;
     line-height:1.15;
     margin:0 
}
 button,select{
     text-transform:none 
}
 [type=button],[type=reset],[type=submit],button{
     -webkit-appearance:button 
}
 [type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
     border-style:none;
     padding:0 
}
 [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
     outline:ButtonText dotted 1px 
}
 fieldset{
     padding:.35em .75em .625em 
}
 legend{
     color:inherit;
     display:table;
     max-width:100%;
     white-space:normal 
}
 textarea{
     overflow:auto 
}
 [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
     height:auto 
}
 [type=search]{
     -webkit-appearance:textfield;
     outline-offset:-2px 
}
 [type=search]::-webkit-search-decoration{
     -webkit-appearance:none 
}
 ::-webkit-file-upload-button{
     -webkit-appearance:button;
     font:inherit 
}
 details{
     display:block 
}
 summary{
     display:list-item 
}
 [hidden],template{
     display:none 
}
/* ========================================================== VARIABLES ========================================================== */
 :root {
     --main-color-bg: #0d0d10;
     --main-color-text: #ffffff;
     --header-bg: #000000;
     --header-text: #ffffff;
     --footer-bg: #000000;
     --footer-text: #ffffff;
     --max-width-column: 1440px;
     --body-bg: #0d0c11;
     --text-color:#000000;
     --dark-text-color: #ffffff;
     --titles-color: #3b3d40;
     --img-max-w: 200px;
     --border-radius-form: 6px;
     --border-radius-items: 6px;
     --border-radius-boxes: 0;
     --header-height: 150px;
     --related-content-width: 400px;
     --related-content-color: #d8d8d8;
     --font-family-main: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
     --font-family-text: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
     --gap: 30px;
     --v1-color: #00B2A9;
}
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */
 .icon-close {
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .icon-close:before {
     content: "\f00d";
}
 * {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 *:before, *:after {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 html {
     font-size: 10px;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
 body {
     font-family: var(--font-family-main);
     font-size: 18px;
     line-height: 1.42857143;
     color: var(--text-color);
     background-color: var(--body-bg);
}
 input, button, select, textarea {
     font-family: var(--font-family-main);
     font-size: inherit;
     line-height: inherit;
}
 body, input, textarea {
     color: var(--text-color);
     font-size: 18px;
     font-weight: 400;
     font-style: normal;
     font-variant: normal;
     line-height: 1.5;
     letter-spacing: 0px;
     text-decoration: none;
     text-transform: none;
}
 a {
     color: #6080c9;
     text-decoration: none;
     -o-transition: all ease .1s;
     transition: all ease .1s;
     -webkit-transition: all ease .1s;
     -moz-transition: all ease .1s;
     cursor: pointer;
}
 a:hover {
     text-decoration: underline;
}
 a:focus {
     outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
     outline: none;
}
 figure {
     margin: 0;
}
 img {
     vertical-align: middle;
}
 hr {
     margin-top: 20px;
     margin-bottom: 20px;
     border: 0;
     border-top: 1px solid #eeeeee;
}
 [role="button"] {
     cursor: pointer;
}
 h1, h2, h3, h4, h5, h6 {
     font-weight: 700;
     font-style: normal;
     text-rendering: optimizeLegibility;
     line-height: 1.425;
     margin-bottom: 16px;
     margin-top: 16px;
     clear: both;
     color: #ffffff;
     word-wrap: break-word 
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     text-decoration: none;
     color: var(--titles-color) 
}
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
     text-decoration: none;
}
 h1 {
     font-size: 52px;
     line-height: 1.1;
     font-weight: 700;
     text-transform: none;
     position: relative 
}
 h2 {
     text-transform: none;
     letter-spacing: 0;
     font-size: 25px;
     line-height: 1.1 
}
 h3 {
     font-size: 20px;
     text-transform: none;
     letter-spacing: 2px;
     text-transform: uppercase 
}
 h4 {
     font-size: 18px 
}
 h5 {
     font-size: 9px;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: 2px 
}
 h6 {
     font-size: 16px;
     text-transform: none 
}
 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
     font-size: 60%;
     color: #838d8f;
     line-height: 0 
}
 .subheader {
     line-height: 1.3;
     color: #838d8f;
     font-weight: 300;
     margin-bottom: 24px 
}
 p {
     margin-bottom: 16px;
     margin-top: 0;
     text-rendering: optimizelegibility 
}
 #content p:empty {
     padding: 0;
     margin: 0;
     display: none 
}
 aside, aside p {
     font-size: 14px;
     font-style: italic 
}
 ul, ol {
     margin: 1.825em 0 1.825em 2.5em 
}
 ul {
     list-style: disc 
}
 ol {
     list-style-type: decimal 
}
 ol ol {
     list-style: upper-alpha 
}
 ol ol ol {
     list-style: lower-roman 
}
 ol ol ol ol {
     list-style: lower-alpha 
}
 ul ul, ol ol, ul ol, ol ul {
     margin-bottom: 0 
}
 dl {
     margin: 0 1.825em 
}
 dt {
     font-weight: bold 
}
 dd {
     margin-bottom: 1.625em 
}
 strong {
     font-weight: 700 
}
 cite, em, i {
     font-style: italic 
}
 blockquote {
     font-weight: 400;
     padding: 24px 0;
     margin: 44px 0;
     border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
     font-style: normal;
     font-size: 32px;
     text-transform: none;
     color: var(--titles-color);
}
 blockquote p {
     margin-bottom: 0 
}
 blockquote em, blockquote i, blockquote cite {
     font-style: normal 
}
 blockquote cite {
     font-size: 18px 
}
 pre {
     background: #f0f0f0;
     background-size: 38px 38px;
     font: 12px Consolas, "Liberation Mono", Courier, monospace;
     line-height: 19px;
     margin: 0 0 1.825em;
     overflow: auto;
     padding: 0 0 0 4px 
}
 code, kbd {
     font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace 
}
 abbr, acronym, dfn {
     border-bottom: 1px dotted #838d8f;
     cursor: help 
}
 address {
     display: block;
     margin: 0 0 16px 
}
 ins {
     background: #fff9c0;
     text-decoration: none 
}
 sup, sub {
     font-size: 10px;
     height: 0;
     line-height: 1;
     position: relative;
     vertical-align: baseline 
}
 sup {
     bottom: 1ex 
}
 sub {
     top: .5ex 
}
 .input-block-level, input.form-control, input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
     background: #0d0c11;
     border: 0 solid transparent;
     color: var(--titles-color);
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: var(--border-radius-form);
     max-width: 100%;
     width: 100%;
     margin: 0;
     font-size: 14px;
     font-family: var(--font-family-text);
     font-weight: 400;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     -moz-box-sizing: border-box 
}
 .input-block-level:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=tel]:focus, textarea:focus {
     color: var(--titles-color);
     border-color: transparent;
     background: #F1F1F1;
     outline: none;
}
 select {
     padding: 3px 7px;
     height: 34px;
     border: 1px solid #838d8f;
     color: #838d8f;
     font-size: 16px;
     border-radius: var(--border-radius-form);
     -webkit-box-shadow: none;
     box-shadow: none;
     width: 100%;
     -webkit-transition: border-color ease .1s;
     -o-transition: border-color ease .1s;
     transition: border-color ease .1s 
}
 select:focus {
     color: var(--titles-color);
     border-color: var(--titles-color) 
}
 textarea {
     padding: 14px 11px;
     width: 100%;
     line-height: 18px;
     resize: none 
}
 .input-block-level, input.form-control, input[type=text], input[type=password], input[type=email], input[type=tel] {
     padding: 3px 15px;
     height: 50px;
     line-height: 18px 
}
 input.form-control, input, input[type=text], input[type=password], input[type=email], input[type=number], input[type=tel], textarea {
     -webkit-transition: border-color ease .1s, background-color ease .1s;
     -o-transition: border-color ease .1s, background-color ease .1s;
     transition: border-color ease .1s, background-color ease .1s 
}
 input.form-control, input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], textarea {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none 
}
 textarea {
     overflow: auto 
}
 input {
     -webkit-transition: background-color ease .1s;
     -o-transition: background-color ease .1s;
     transition: background-color ease .1s 
}
 input[type=submit] {
     -webkit-appearance: none;
     border-radius: 30px 
}
 ::-webkit-input-placeholder {
     color: #9a9a9f 
}
 :-moz-placeholder {
     color: #9a9a9f 
}
 ::-moz-placeholder {
     color: #818183;
     opacity: 1 
}
 :-ms-input-placeholder {
     color: #9a9a9f 
}
 :input-placeholder {
     color: #9a9a9f 
}
 .white-bg input, .md-content input {
     background-color: #eeeeee;
}
 .control-group, .formly-field {
     margin: 0 auto 25px auto;
}
 .control-group label, .form-group label {
     font-size: 12px;
     margin-bottom: 5px;
     display: block;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-family: var(--font-family-text);
}
 .control-group label>*, .form-group label>* {
     display: inline-block;
}
 .control-group .controls, .form-group .controls {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -ms-flex-line-pack: stretch;
     align-content: stretch;
     -webkit-align-content: stretch;
}
 .control-group .controls label {
     margin-bottom: 10px;
     text-transform: none;
}
 .control-group label>*, .form-group label>*, .control-group label>*>div, .form-group label>*>div {
     display: inline;
}
 .control-group .controls a, .md-content .col2 .control-group, .md-content .col3 .control-group {
     font-size: 12px;
     text-transform: none;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: bold;
     color: var(--text-color);
     margin: 5px 0;
     font-family: var(--font-family-text);
}
 .control-group .controls a:hover {
     color: #000000;
}
 .controls .alert {
     color: #ffffff;
     font-family: "Open Sans";
}
 .controls .alert.alert-success {
     background-color: #00B2A9;
     padding: 20px;
}

 .formly>*>* {
     margin-left: auto;
     margin-right: auto;
}
 .formly-field .separator {
     border-bottom: none;
     font-size: 24px;
}
 .separator {
     margin-bottom: 10px;
     margin-top: 10px;
     font-weight: bold;
}
 .formly-field .input-group {
     margin: 0;
}
 .formly-field-datepicker .input-group-btn button {
     display: none;
}
 .validation {
     font-size: 12px;
     color: red;
     margin-top: 5px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: bold;
}
 .form-group.has-error .form-control {
     border: 1px solid red;
}
 .form-group.has-error label {
     color: red;
}
 .formly-error {
     display: none;
}
 .form-messages {
     text-align: center;
     padding: 20px;
     color: #ffffff;
}
 .btn, .link-button a {
     display: inline-block;
     margin-bottom: 0;
     font-weight: bold;
     text-align: center;
     vertical-align: middle;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     cursor: pointer;
     background-image: none;
     border: 1px solid transparent;
     white-space: nowrap;
     padding: 6px 12px;
     font-size: 14px;
     line-height: 1.42857143;
     border-radius: var(--border-radius-form);
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     text-transform: uppercase;
}
 .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
     outline: thin dotted;
     outline: 5px auto -webkit-focus-ring-color;
     outline-offset: -2px;
}
#landing-team .link-button a:hover {
     color: #ffffff;
     background: red;
     text-decoration: none;
}
 .btn:hover, .btn:focus, .btn.focus {
     color: #333333;
     text-decoration: none;
}
 .btn:active, .btn.active {
     outline: 0;
     background-image: none;
     -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
     box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
 .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
     cursor: not-allowed;
     pointer-events: none;
     opacity: 0.65;
     filter: alpha(opacity=65);
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .btn-default {
     color: #333333;
     background-color: #ffffff;
     border-color: #cccccc;
}
 .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
     color: #333333;
     background-color: #e6e6e6;
     border-color: #adadad;
}
 .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
     background-image: none;
}
 .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
     background-color: #ffffff;
     border-color: #cccccc;
}
 .btn-default .badge {
     color: #ffffff;
     background-color: #333333;
}
 .btn-primary {
     color: #ffffff;
     background-color: #337ab7;
     border-color: #2e6da4;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
     color: #ffffff;
     background-color: #286090;
     border-color: #204d74;
}
 .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
     background-image: none;
}
 .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
     background-color: #337ab7;
     border-color: #2e6da4;
}
 .btn-primary .badge {
     color: #337ab7;
     background-color: #ffffff;
}
 .btn-success {
     color: #ffffff;
     background-color: #00B2A9;
     border-color: #00B2A9;
     font-family: "Open Sans";
     letter-spacing: 1.5px;
     font-weight: 600;
}

 .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
     color: #ffffff;
     background-color: #ea2c29;
     border-color: #ea2c29;
}
 .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
     background-image: none;
}
 .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
     background-color: #ea4845;
     border-color: #ea4845;
}
 .btn-success .badge {
     color: #5cb85c;
     background-color: #ffffff;
}
 .btn-empty, .link-button a {
     color: #ffffff;
     background-color: rgba(0, 0, 0, 0.1);
     border-color: #ffffff;
}
 .btn-empty:hover, .btn-empty:focus, .btn-empty.focus, .btn-empty:active, .btn-empty.active, .open>.dropdown-toggle.btn-empty, .link-button a:hover {
     color: #333c4e;
     font-weight: bolder;
}
 .btn-empty:active, .btn-empty.active, .open>.dropdown-toggle.btn-empty {
     background-image: none;
}
 .btn-empty.disabled, .btn-empty[disabled], fieldset[disabled] .btn-empty, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-empty:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-empty:focus, .btn-empty.disabled.focus, .btn-empty[disabled].focus, fieldset[disabled] .btn-empty.focus, .btn-empty.disabled:active, .btn-empty[disabled]:active, fieldset[disabled] .btn-empty:active, .btn-empty.disabled.active, .btn-empty[disabled].active, fieldset[disabled] .btn-empty.active {
     background-color: rgba(255, 255, 255, 0.2);
     border-color: rgba(255, 255, 255, 0.5);
}
 .btn-empty .badge {
     color: #ffffff;
     background-color: transparent;
}
 .btn-xl {
     padding: 10px 16px;
     font-size: 24px;
     line-height: 1.3333333;
}
 .btn-lg {
     padding: 10px 16px;
     font-size: 18px;
     line-height: 1.3333333;
}
 .btn-sm {
     padding: 5px 10px;
     font-size: 12px;
     line-height: 1.5;
}
 .btn-xs {
     padding: 1px 5px;
     font-size: 12px;
     line-height: 1.5;
}
 .btn-block {
     display: block;
     width: 100%;
}
 .btn-block+.btn-block {
     margin-top: 5px;
}
 .is-mobile {
     display: none !important;
}
 .more-items-text, .more-items-short-text, .slide-content p, .article-view-body ul, p,.form-messages, .article-view-body table {
     font-family: var(--font-family-text) 
}
 time {
     font-family: "Open Sans";
     font-weight: 500;
     font-size: 14px;
     text-transform: none;
     letter-spacing: 1px;
     color: #818181;
}
 table {
     text-align: left;
     border-top: 1px solid #dddddd;
     border-left: 1px solid #dddddd;
     border-spacing: 0;
}
 table td, table th {
     padding: 5px 10px;
     border-right: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;
}
 table tr:nth-child(even) td {
     background-color: #faf9f9;
}
/* DARK */
 body.dark {
     color: var(--dark-text-color);
     background-color: #2b2e31;
}
 .dark .related-content {
     background-color: transparent;
}
 .dark .md-content a {
}
 .dark .img-aside .more-items-item, .dark.img-aside .more-items-item, .dark .widget:not(.text-over) .more-items-item .wrapper, .dark.widget:not(.text-over) .more-items-item .wrapper, .dark .video-view header, .dark .primary-content .widget.article-view, .primary-content .widget.article-view.dark, .dark .primary-content .widget.article-view .article, .primary-content .widget.article-view.dark .article {
     background-color: #1b1b20;
     color: #ffffff;
}
 .dark #header .widget {
     background-color: inherit;
}
 .dark .video-view header, .dark.video-view header {
     background-color: rgba(255, 255, 255, 0.15);
}
 .dark .section-title a, .dark .widget-title a {
     color: #ffffff;
}
 .dark.boxed .slide-content, .dark .boxed .slide-content {
     background-color: #2b2e31 !important;
}
 .dark.boxed .slide-content *, .dark .boxed .slide-content * {
     color: #ffffff !important;
}
 .dark .scoreboard ul li * {
     color: var(--dark-text-color);
}
 .dark .tabs li a.active {
     color: #ffffff;
     border-color: #ffffff;
}
 .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark h1 *, .dark h2 *, .dark h3 *, .dark h4 *, .dark h5 *, .dark h6 *, .dark .socialstream-item-username, .dark .more-items-category, .dark .more-items-subsection {
     color: #fff 
}
 .dark h1 a:hover, .dark h2 a:hover, .dark h3 a:hover, .dark h4 a:hover, .dark h5 a:hover, .dark h6 a:hover {
     color: #fff 
}
 .dark input.form-control, .dark input[type=text], .dark input[type=password], .dark input[type=email], .dark input[type=tel], .dark textarea {
     background: #57595c;
     border-color: #57595c;
     color: #fff 
}
 .dark input.form-control:focus, .dark input[type=text]:focus, .dark input[type=password]:focus, .dark input[type=email]:focus, .dark input[type=number]:focus, .dark input[type=tel]:focus, .dark textarea:focus {
     color: #fff;
     background: #5a5c5e;
     border-color: #5a5c5e 
}
 .dark::-webkit-input-placeholder {
     color: #aaa 
}
 .dark:-moz-placeholder {
     color: #aaa 
}
 .dark::-moz-placeholder {
     color: #aaa 
}
 .dark:-ms-input-placeholder {
     color: #aaa 
}
 .dark:input-placeholder {
     color: #aaa 
}
 .dark .control-group label, .dark .form-group label, .dark .main-img.widget.article-view .article .article-view-body .article-view-title, .dark.main-img.widget.article-view .article .article-view-body .article-view-title {
     color: #ffffff;
}
 .dark p, .dark .socialstream-item-message {
     color: var(--dark-text-color);
}
 .dark table tr:nth-child(even) td {
     background-color: rgba(222, 222, 222, 0.13);
}
 .dark table, .dark table td, .dark table th {
     border-color: rgba(221, 221, 221, 0.36);
}
 .dark .dropdown-menu {
     background-color: #2b2e31;
}
 .dark .widget.article-view .article, .dark.widget.article-view .article, .dark.main-img.widget.article-view .article .article-view-body, .dark .main-img.widget.article-view .article .article-view-body {
     background-color: var(--body-bg);
}
/* ========================================================== QIU GRID ========================================================== */
 .row-fluid {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -ms-flex-line-pack: stretch;
     align-content: stretch;
     -webkit-align-content: stretch;
}
 .column, .widget {
     *display: inline;
     *zoom: 1;
     vertical-align: top;
     margin: 0 auto;
     *overflow: visible;
}
 .one-of-one, .one-one .more-items-item, .one-one.img-aside .more-items-item, .one-one .more-video-item, .one-one .galleries-item, .one-one .socialstream-item, .one-one.landing li, .one-one .control-group, .one-one .formly>*>* {
     width: calc(100% - var(--gap));
}
 .one-of-two, .one-two .more-items-item, .one-two.img-aside .more-items-item, .one-two .more-video-item, .one-two .galleries-item, .one-two .socialstream-item, .one-two.landing li, .one-two .control-group, .one-two .formly>*>* {
     width: calc(50% - var(--gap));
}
 .one-of-three, .mini-content, .one-three .more-items-item, .one-three.img-aside .more-items-item, .one-three .more-video-item, .one-three .galleries-item, .one-three .socialstream-item, .one-three.landing li, .one-three .control-group, .one-three .formly>*>* {
     width: calc(33.13333333% - var(--gap));
}
 .two-of-three, .two-three .more-items-item, .two-three.img-aside .more-items-item, .two-three .more-video-item, .two-three .galleries-item, .two-three .socialstream-item, .two-three.landing li, .two-three .control-group, .two-three .formly>*>* {
     width: calc(66.3666666666% - var(--gap));
}
 .one-of-four, .one-four .more-items-item, .one-four.img-aside .more-items-item, .one-four .more-video-item, .one-four .galleries-item, .one-four .socialstream-item, .one-four.landing li, .one-four .control-group, .one-four .formly>*>* {
     width: calc(25% - var(--gap));
}
 .three-of-four, .three-four .more-items-item, .three-four.img-aside .more-items-item, .three-four .more-video-item, .three-four .galleries-item, .three-four .socialstream-item, .three-four.landing li, .three-four .control-group, .three-four .formly>*>* {
     width: calc(74.9% - var(--gap));
}
 .one-of-five, .one-five .more-items-item, .one-five.img-aside .more-items-item, .one-five .more-video-item, .one-five .galleries-item, .one-five .socialstream-item, .one-five.landing li, .one-five .control-group, .one-five .formly>*>* {
     width: calc(20% - var(--gap));
}
 .two-of-five, .two-five .more-items-item, .two-five.img-aside .more-items-item, .two-five .more-video-item, .two-five .galleries-item, .two-five .socialstream-item, .two-five.landing li, .two-five .control-group, .two-five .formly>*>* {
     width: calc(40% - var(--gap));
}
 .three-of-five, .three-five .more-items-item, .three-five.img-aside .more-items-item, .three-five .more-video-item, .three-five .galleries-item, .three-five .socialstream-item, .three-five.landing li, .three-five .control-group, .three-five .formly>*>* {
     width: calc(60% - var(--gap));
}
 .four-of-five, .four-five .more-items-item, .four-five.img-aside .more-items-item, .four-five .more-video-item, .four-five .galleries-item, .four-five .socialstream-item, .four-five.landing li, .four-five .control-group, .four-five .formly>*>* {
     width: calc(80% - var(--gap));
}
 .one-of-six, .micro-content, .one-six .more-items-item, .one-six.img-aside .more-items-item, .one-six .more-video-item, .one-six .galleries-item, .one-six .socialstream-item, .one-six.landing li, .one-six .control-group, .one-six .formly>*>* {
     width: calc(16.2666667% - var(--gap));
}
 .one-of-seven, .one-seven .more-items-item, .one-seven.img-aside .more-items-item, .one-seven .more-video-item, .one-seven .galleries-item, .one-seven .socialstream-item, .one-seven.landing li, .one-seven .control-group, .one-seven .formly>*>* {
     width: calc(14.0857142857% - var(--gap));
}
 .full-content .one-two, .full-content .one-three, .full-content .two-three, .full-content .one-four, .full-content .three-four, .full-content .one-five, .full-content .two-five, .full-content .three-five, .full-content .four-five, .one-seven {
     padding: 0;
}
 .primary-content {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     -webkit-flex: 1;
     margin: 0;
}
 .related-content {
     width: var(--related-content-width);
     background-color: var(--related-content-color);
     margin: 0;
}
 .related-content .widget {
     padding-left: 20px;
     padding-right: 20px;
}
 .hidden-related .related-content {
     margin-right: -100%;
}
 .fixed-content .related-content{
     position: fixed;
     top: 100px;
     bottom: 0;
     overflow-y: auto;
     overflow-x: hidden;
     -webkit-overflow-scrolling: touch;
}
 .related-on-left .related-content {
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     -webkit-order: -1;
     order: -1;
}
 .secondary-content {
     width: 50%;
}
 .secondary-content:first-child {
}
 .secondary-content>* {
     width: calc(var(--max-width-column) / 2) 
}
 .secondary-content:first-child>* {
     padding-right: 30px;
}
 .secondary-content:last-child>* {
     padding-left: 30px;
}
 .row-fluid .secondary-content:first-child>* {
     margin-right: 0;
}
 .row-fluid .secondary-content:last-child>* {
     margin-left: 0;
}
/* Image styles */
 .img-right, .img-Right {
     float: right;
     margin-left: 3%;
     margin-bottom: 3%;
}
 .img-left, .img-Left {
     float: left;
     margin-right: 3%;
     margin-bottom: 3%;
}
.img-center, .img-Center {
     float:none;
     margin-right: auto;
     margin-left: auto;
}
 .img-25 {
     width: 22%;
}
 .img-50 {
     width: 47%;
}
 .img-75 {
     width: 72%;
}
 .img-100 {
     width: 100%;
     margin-right: 0;
     margin-left: 0;
}
 .img-text {
     width: 100%;
}
 figcaption {
     font-size: 12px;
     text-transform: none;
     letter-spacing: 2px;
     text-transform: uppercase;
     color: #a7adb1;
     margin: 5px 0;
}
 .pdf-icon {
     background: url("/assets/img/icon_pdf.png") no-repeat;
     background-size: 25px;
     padding: 5px 0 10px 30px;
     margin: 5px;
}
 .section-title, .widget-title {
     font-size: 52px;
     text-align: left;
     margin-bottom: 20px;
}
 .large-title .section-title, .large-title .widget-title {
     font-size: 32px;
}
 .title-left .section-title, .title-left .widget-title {
     text-align: left !important;
}
 .title-right .section-title, .title-right .widget-title {
     text-align: right !important;
}
 .title-center .section-title, .title-center .widget-title {
     text-align: center !important;
}
 .small-title .section-title, .small-title .widget-title {
     font-size: 24px;
}
 .section-title a, .widget-title a {
     color: var(--titles-color);
}
 .related-content .widget-title {
     text-align: left;
}
 .all-box-link {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: 2;
}
 .shadow-text {
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
 .white-bg {
     background-color: #ffffff;
}
 .dark-bg {
     background-color: var(--titles-color);
}
 .main-bg {
     background-color: var(--main-color-bg);
}
 .white {
     color: #ffffff;
}
 .text-right, .text-right .widget-title, .text-right .section-title, .text-right .wrapper, .img-end-start.img-aside.text-right .more-items-item:nth-child(odd) .wrapper, .img-end.img-aside.text-right .wrapper, .img-start-end.img-aside.text-right .more-items-item:nth-child(even) .wrapper {
     text-align: right;
}
 .text-left, .text-left .widget-title, .text-left .section-title, .text-left .wrapper, .img-end-start.img-aside.text-left .more-items-item:nth-child(odd) .wrapper, .img-end.img-aside.text-left .wrapper, .img-start-end.img-aside.text-left .more-items-item:nth-child(even) .wrapper {
     text-align: left;
}
 .text-center, .text-center .widget-title, .text-center .section-title, .text-center .wrapper, .img-end-start.img-aside.text-center .more-items-item:nth-child(odd) .wrapper, .img-end.img-aside.text-center .wrapper, .img-start-end.img-aside.text-center .more-items-item:nth-child(even) .wrapper, .text-center .article-view-title, .text-center .article-view-intro p, .text-center.main-img.widget.article-view .article .article-view-body .article-view-title, .text-center.main-img.widget.article-view .article .article-view-body .article-view-intro p {
     text-align: center;
}
 .layout-row {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     -webkit-flex-direction: row;
     flex-direction: row;
}
 .layout-column {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
}
.justify-content-center {
     -webkit-box-pack: center;
-webkit-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.justify-content-start {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
}
.justify-content-end {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.justify-content-space-around {
-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around
}
.justify-content-space-between {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between
}
.align-items-center {
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
}
.align-items-start {
-webkit-box-align: start;
-webkit-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
}
.align-items-end {
-webkit-box-align: end;
-webkit-align-items: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
}
.justify-content-stretch {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
    -ms-flex-align: stretch;
        align-items: stretch;
}

.layout-nowrap {
     -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
}
.layout-wrap {
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
}
.padding-0,
.widget.padding-0,
.column>.widget.padding-0 {
     padding: 0 !important;
}

.margin-0,
.widget.margin-0,
.column>.widget.margin-0 {
     margin: 0 !important;
}

.padding-top-0,
.widget.padding-top-0,
.column>.widget.padding-top-0 {
     padding-top: 0 !important;
}

.margin-top-0,
.widget.margin-top-0,
.column>.widget.margin-top-0 {
     margin-top: 0 !important;
}

.padding-bottom-0,
.widget.padding-bottom-0,
.column>.widget.padding-bottom-0 {
     padding-bottom: 0 !important;
}

.margin-bottom-0,
.widget.margin-bottom-0,
.column>.widget.margin-bottom-0 {
     margin-bottom: 0 !important;
}

.img-background .more-items-list {
     height:100%;
   }
   .img-background .more-items-item > a:not(.all-box-link),
   .img-background .more-items-item > .fotorama {
     background-repeat: no-repeat;
     background-color: transparent;
     background-size: cover;
     background-position: center center;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     position: relative;
   }
   .img-background .more-items-item > a img,
   .img-background .more-items-item > .fotorama img {
     opacity: 0 !important;
   }
   .img-background .more-items-item > .fotorama .fotorama__wrap--video {
     width: 100%;
     min-width: 0px;
     max-width: 100%;
     height: 100%;
   }
   .img-background .more-items-item > .fotorama .fotorama__wrap--video .fotorama__stage {
     min-height: 100%;
     top: 0px;
     bottom: 0px;
   }
   
   .img-background.text-over .more-items-item > a:not(.all-box-link),
   .img-background.text-over .more-items-item > .fotorama {
     height: 100%;
   }
/* ========================================================== SITE STYLES ========================================================== */
/* General Layout & Common Elements ========================================================== */
 #container, #main {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
}
 .min-height #main {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     min-height: calc(100svh - var(--header-height)) !important;
}
/* HEADER */
 #header, #footer {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     background-color: var(--header-bg);
     height: var(--header-height);
     -webkit-transition: height 0.2s, background 0.2s;
     -o-transition: height 0.2s, background 0.2s;
     transition: height 0.2s, background 0.2s;
     padding-left: calc((100% - var(--max-width-column))/2);
     padding-right: calc((100% - var(--max-width-column))/2);
}
#header {
     padding-left: 20px;
     padding-right: 20px;
}
 .wrapper-group {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-align-items: stretch;
     width: 100%;
}
 #header .wrapper-group > .wrapper, #footer .wrapper-group > .wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row wrap;
     -webkit-flex-flow: row wrap;
     flex-flow: row wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-align-items: stretch;
     height: 100px;
}
#header .wrapper-group > .wrapper {
     width: 100%;
     height:auto;
}
 #footer .wrapper-group > .wrapper.row2 {
     border-top:1px solid rgba(255,255,255,0.2);
}
 #header .wrapper>*, #header .header-footer-zone>*, #header .header-footer-zone>*>*, #right-navigation, #header .widget, #header .social-icons, nav:not(.burger-nav), #languages-menu, .header-footer-zone, .logo-link, #footer .wrapper>*, #footer .wrapper .header-footer-zone>*, #footer .widget {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-align-items: stretch;
}
 .header-footer-zone {
     padding: 0 ;
}
 .empty-zone {
     display: none !important;
}
 .logo-img {
     height: calc(100px - 10px);
     margin: auto 0;
     width: auto;
     max-height: calc(100px - 10px);
}
 #header-zone3 .logo-img {
     max-height: 80px;
     width: auto;
}
 .logo-link {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 .header-lg #header-zone7 .logo-img, .header-lg #header-zone8 .logo-img {
     height: var(--header-height);
     max-height: 75%;
}
 .header-lg #header {
     height: var(--header-height);
}
 .fixed-header #header {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
}
 .fixed-header #content {
     margin-top: var(--header-height);
}
 .fixed-header.header-lg #content {
     margin-top: var(--header-height);
}
 .transparent-header.scroll-top #header {
     background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
 .transparent-header #content, .transparent-header.header-lg #content {
     margin-top: 0;
}
 .transparent-header.header-lg .bg-vid {
     margin-top: 0;
}
 .transparent-header .slide.top-box .slide-content {
     padding-top: calc(100px + 40px);
}
 .transparent-header.header-lg .slide.top-box .slide-content {
     padding-top: calc((100px * 2) + 40px);
}
 #header-zone1.header-footer-zone, #header-zone4.header-footer-zone, #header-zone7.header-footer-zone {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
}
 #header-zone3.header-footer-zone, #header-zone6.header-footer-zone, #header-zone8.header-footer-zone {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
}
 #header-zone3.header-footer-zone {
}
 #header-zone3.header-footer-zone .logo-link {
     padding-left: 20px;
}
 #header-zone2.header-footer-zone, #header-zone5.header-footer-zone {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 #header-zone7 {
     -webkit-box-ordinal-group:0;
     -ms-flex-order:-1;
     -webkit-order:-1;
     order:-1;
}
 .scroll-not-top #header {
     background: var(--header-bg);
}
 .scroll-not-top.header-lg #header {
     height: var(--header-height);
}
/* .scroll-not-top #header-zone3, .scroll-not-top #header-zone4, .scroll-not-top #header-zone6, .scroll-not-top .header-footer-zone.empty-zone {
     display: none;
}
 */
 .scroll-not-top #header .wrapper.row2 {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
     width: auto;
}
/* .scroll-not-top #header .wrapper.row1 {
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
}
 */
 .scroll-not-top #header .wrapper .header-footer-zone {
     width: auto;
}
 .scroll-not-top.fixed-header.header-lg:not(.transparent-header) #content {
     margin-top: var(--header-height);
}
#header-zone2.header-footer-zone > *:first-child,
#header-zone1.header-footer-zone {
    display: none;
}
#header-zone2.header-footer-zone {
     margin: 0 auto;
}
 #navigation-toggle {
     z-index: 2;
     right: 0;
     top: 0;
     color: #ffffff;
     width: 60px;
}
 #header #language-toggle, #header #navigation-toggle {
     display: block;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-align-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     padding: 0 15px;
}
 #header #navigation-toggle {
     margin-left: 7%;
     display: none;
}
 #language-toggle {
     display: none;
}
 #navigation-toggle span {
     display: none;
}
 #navigation-toggle:after {
     content: "\f1c3";
     width: 30px;
     height: 30px;
     font-family: "Ionicons";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-size: 30px;
     text-align: center;
     line-height: 30px;
}
 #navigation-toggle.open:after {
     content: "\f2c0";
}
 #navigation-mobile {
     position: fixed;
     top: 100px;
     background-color: #1b1b20;
     left: 0;
     width:auto;
     bottom: 0;
     margin-left: -100%;
     -o-transition: margin-left ease .3s;
     transition: margin-left ease .3s;
     -webkit-transition: margin-left ease .3s;
     -moz-transition: margin-left ease .3s;
     -webkit-box-pack: stretch;
     -ms-flex-pack: stretch;
     justify-content: stretch;
     -webkit-justify-content: stretch;
     z-index: 4;
     padding-top: 30px;
     overflow: auto;
     max-width: 500px;
}
 #navigation-mobile.open, #languages.open {
     margin-left: 0;
}
 #navigation-mobile .menu li {
     margin: 0;
     width: 100%;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
     border-bottom: 1px solid rgba(255,255,255,0.3);
}
 #navigation-mobile .menu li a,
 #navigation-side-partner .menu li a {
     padding: 30px 0;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
     width: 100%;
}
 #navigation-mobile .menu li a:after,
 #navigation-footer-partner .menu>li>a:after,
 #navigation-side-partner .menu>li>a:after {
     content: "\f3d1";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family: "Ionicons";
     color: #00B2A9;
     text-align: center;
     margin-left: 13px;
     font-size: inherit;
}

#navigation-mobile .menu li:last-child {
     border:none;
}
 #navigation-mobile .menu li.about, #navigation-mobile .menu li.news, #navigation-mobile .menu li.media, #navigation-mobile .menu li.events, #navigation-mobile .menu li.store {
     display: none;
}
 #navigation-mobile > ul {
     padding: 0 50px ;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     -webkit-align-items: flex-end;
     -ms-flex-line-pack: start;
     align-content: flex-start;
     -webkit-align-content: flex-start;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
     text-align: left;
     width: 100%;
}
 .navigation {
     text-align: center;
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     -webkit-flex: 1;
}
 .navigation>ul, nav>ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     padding: 0;
     margin: 0;
     list-style: none;
          -webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
}
 .menu>li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: center ;
     -ms-flex-pack: center ;
     justify-content: center ;
     -webkit-justify-content: center;
     -webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-align-items: stretch;
     color: #ffffff;
}
 .menu>li>a,.menu>li>* {
     color: var(--header-text);
     text-transform: uppercase;
     font-weight: 700;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     padding: 15px 8px;
     font-size: 14px;
     letter-spacing: 2px;
}
 .menu>li>a:hover, .menu li.active a {
     text-decoration: none;
     color: #00B2A9;
}

 #languages {
     -webkit-box-ordinal-group: 2;
     -ms-flex-order: 1;
     -webkit-order: 1;
     order: 1;
}
 #languages:hover ul {
     display: block;
}
 #languages>a {
     opacity: 1;
     color: var(--header-text);
     padding-top: 5px;
     padding-bottom: 5px;
}
 #languages>a.active, #languages>a:hover {
     opacity: 0.8;
}
 #languages .submenu {
     right: 0;
     left: 0;
     z-index: 1;
}
 #content {
     width: 100%;
     overflow: hidden;
     -webkit-transition: margin 0.2s;
     -o-transition: margin 0.2s;
     transition: margin 0.2s;
}
#navigation .menu>li {
     display: inline-block;
     vertical-align: middle;
}
 #footer {
     background-color: transparent;
     color: var(--footer-text);
     height: auto !important;
     padding-top: 0;
     -ms-flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
     padding-left: 0;
     padding-right: 0;
}
 #footer .footer-toggle {
     height: 60px;
     width: auto;
     background-color: #1b1b20;
     margin: 0 0 0 calc((100% - var(--max-width-column))/2);
     border-radius: 5px 5px 0 0;
     display: none;
}
 .footer-toggle .off {
     display: none;
}
 #footer.active .footer-toggle .off {
     display: block;
}
 #footer.active .footer-toggle .on {
     display: none;
}
 #footer .footer-toggle > div {
     cursor: pointer;
     padding: 20px ;
     font-weight: bold;
}
 #footer .footer-toggle i {
     margin-right: 20px;
}
 .scroll-not-bottom #footer, .scroll-bottom #footer {
    /* position: fixed;
     bottom: 0;
     z-index: 10;
     width: 100%;
     */
}
 #footer .wrapper-group {
     background-color: #1b1b20;
    /* height: 0;
     */
     padding: 20px calc((100% - var(--max-width-column))/2) 0;
     margin: 0;
     -webkit-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
     overflow: hidden;
}
 #footer.active .wrapper-group {
    /*height: 752px;
     padding-top: 30px;
     */
     height: auto !important;
}
 #footer .wrapper {
     height: auto !important 
}
 .jump-top {
     display: none;
}
 #footer-logo {
     max-height: 60px;
     margin: 20px 0;
}
 #footer-nav {
     text-align: center;
     list-style: none;
     display: block;
     margin: 0;
}
 #footer-nav li {
     display: inline-block;
}
 #footer-nav a {
     color: #e8ecf4;
     text-transform: uppercase;
     font-weight: bold;
     padding: 0 7px;
     font-size: 18px;
     line-height: normal;
}
 #footer-nav a:hover, #footer-nav li.active a {
     text-decoration: none;
     color: var(--footer-text);
}
 #footer a {
     color: var(--footer-text);
}
 #footer .logo-img {
     width: 120px;
     height: auto;
     max-height: none;
}
 #footer .wrapper-group {
}
 #footer .header-footer-zone {
     padding: 0;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 #footer .header-footer-zone#footer-zone1 {
     width: 100%;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     border-bottom: 1px solid rgba(255,255,255,0.2);
     padding-bottom: 30px;
}
 #footer .header-footer-zone#footer-zone1 #sponsors{
     border: none;
}
 #footer .header-footer-zone#footer-zone2 {

 }
 #footer .header-footer-zone#footer-zone5, #footer .header-footer-zone#footer-zone5 >*{
     width: 100%;
 }
 #footer .header-footer-zone#footer-zone5 > div:last-child{
     display: none;
}
 #footer .header-footer-zone#footer-zone1 > .header-widgets-json:first-child {
     width: 100%;
}
 #footer .row1 #footer-zone1 > .header-widgets-json:nth-child(2){
     width: 30%;
}
 #footer #footer-zone1 > .header-widgets-json:nth-child(3) {
     width: 20%;
}
#footer .row1 #footer-zone1 > .header-widgets-json:last-child {
     width: 100%;
}
#footer .row1 #footer-zone2 > .header-widgets-json:last-child {
     flex: none;
}
 #footer #sponsors-secondnd-line {
     width: 100%;
     padding-left: 37% !important;
}
 #footer #sponsors-secondnd-line li{
     width: calc(12% - var(--gap));
}
 #footer #exclusive-suppliers {
     padding-top: 10px !important;
     padding-bottom: 10px !important;
     width: 100%;
}
 #footer #exclusive-suppliers ul li {
     width: calc(10% - var(--gap));
}
 #footer #contact-text {
     margin: 0;
     width: 100%;
}
 #footer #sponsors {
     width: 100%;
     margin-bottom: 0;
}
 #footer #sponsors .more-items-list {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-align-items: center;
}
 #footer #contact-text .contact-text-body table {
     border: none;
     width: 100%;
}
 #footer #contact-text .contact-text-body table td{
     border:none;
     color: var(--dark-text-color);
     font-weight: 400;
     font-size: 16px;
     font-family: "Open Sans";
     padding-left: 0;
     padding-top: 0;
     padding-bottom: 0;
}
 #footer #contact-text .contact-text-body table td a {
     color: var(--dark-text-color);
     text-decoration: underline;
}
 #footer #contact-text .contact-text-body table td a:hover {
     color: #ffffff;
}
 #footer .logo-link {
     margin: 0 auto;
}
 #copyright {
     font-size: 12px;
     padding-top: 30px;
     margin-top: 0;
     padding-bottom: 20px;
     width: 100%;
}
 #copyright p {
     font-family: "Open Sans";
     color: var(--dark-text-color);
     text-align: right;
     padding-left:40px;
}
/* Cookies */
 #cookiesbar {
     text-align: center;
     padding: 20px;
     position: fixed;
     left: 0;
     right: 0;
     top: 100px;
     bottom: auto;
     background: red;
     color: #ffffff;
     z-index: 99999999;
}
 #cookiesbar a {
     color: #ffffff;
     padding: 0 10px;
}
/* USER MENU */
 #user-menu {
     padding: 0 18px;
}
 #user-menu .menu>li:not(.dropdown)>*:not(a) {
     padding-left: 0;
     padding-right: 0;
}
#user-menu .dropdown .submenu {
     top: 60px;
}
 #user-menu .menu>li.dropdown #user {
     padding-right: 0;
     padding-left: 0;
}
 #user-menu .menu>li.dropdown #user > a {
     color: var(--header-text);
}
 #user-menu .menu > li:not(.dropdown) span {
     margin-right: 5px;
}
 #user-menu .menu:hover .dropdown .submenu {
     display: block;
     margin-left: 0;
     right: 0;
     left: auto;
}
/* Contact */
 #contact-wrapper > *:first-child {
     padding-right: 20px;
}
 #contact-wrapper > *:last-child {
     padding-left: 20px;
}
 #contact-map p {
     font-size: 16px;
}
 #contact-map p a {
     color: var(--dark-text-color);
}
 .contacts {
     background-color: #000000 !important;
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
}
 .contacts .widget-title {
     margin-bottom: 30px;
}
 .contacts #row-first {
     -webkit-box-ordinal-group: 2;
     -webkit-order: 1;
     -ms-flex-order: 1;
     order: 1;
}
 .contacts #row-last {
     background-color: #2b2e31;
}
 .contacts #newsletter-subscribe {
     background-color: #000000;
}
 .contacts.newsletter #newsletter-subscribe, .contacts.newsletter.fixed-header #content {
     background-color: #2b2e31;
}
 .contacts.newsletter.fixed-header #content {
     margin-bottom: 0;
}
 .contacts #newsletter-subscribe .widget-title:before{
     content: "\f003";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family: "FontAwesome";
     font-size: 36px;
     display: block;
     margin-bottom: 20px;
     color: #fff;
}
/* DOWNLOADS PAGE */
 .downloads {
     --main-color: black;
     --main-background: #d6d9dd;
     --secondary-background: white;
     --dark-grey-color: #818892;
     --grey-color: #a0a6af;
     --light-grey-color: #e0e4e8;
     --extra-light-grey-color: #f3f5f6;
     --related-content-color: #d6d9dd;
     --selected-items-color:#009eff;
}
 .downloads {
     background-color: var(--main-background);
}
 .downloads #header, .signup.dark #header {
     padding: 0 15px;
}
 .downloads #header #header-zone3.header-footer-zone .logo-link {
     margin-right: 15px;
}
 .downloads #header-zone3.header-footer-zone, .signup.dark #header-zone3.header-footer-zone, .downloads.scroll-not-top #header-zone3.header-footer-zone, .signup.dark.scroll-not-top #header-zone3.header-footer-zone {
     width: 100%;
}
 .downloads #header #navigation-toggle, .no-toggle #header #navigation-toggle {
     display: none;
}
 .downloads #footer {
     z-index: 4;
}
 .downloads #footer .wrapper-group {
     margin-top: 0;
     border: none;
}
 .downloads #footer .footer-toggle, .signup.dark #footer .footer-toggle {
     margin-left: 30px;
}
 .downloads #content, .signup.dark #content {
     margin-bottom: 0;
}
 .downloads #main {
     background-color: var(--main-background);
}
 .downloads-main{
     font-size: 14px;
}
 .downloads-main * {
     text-decoration: none;
}
 .fixed-content .downloads-main > section > header{
     width: 100%;
     -webkit-transition: top 0.3s;
     -o-transition: top 0.3s;
     transition: top 0.3s;
     z-index: 4;
     background-color: transparent;
     height: 65px;
     background-color: var(--main-background);
     position: fixed;
     top: 100px;
}
 .downloads-main .related-content {
     right: 0;
     z-index: 4;
     padding:0;
}
 .downloads.fixed-content .related-content {
     top: calc(100px + 65px);
}
 .downloads-main .main-view.column.related-content .widget {
     margin-bottom: 10px;
     padding: 25px 30px 0 30px;
}
 .downloads-main .related-content .widget .widget-title:after {
     display: none;
}
 .downloads-main .related-content > *:first-child:after {
}
 .fixed-content .downloads-main .related-content.zone-3 {
     padding-bottom: 200px;
}
 .downloads-filters.submenu-list > ul > li {
     position: relative;
     margin: 0;
     background: transparent;
}
 .downloads-filters.submenu-list > ul > li.filters {
     display: block;
     margin-bottom: 10px;
     color: var(--main-color);
}
 .downloads-filters.submenu-list > ul > li.filter-types {
     margin-bottom: 20px;
}
 .downloads-filters.submenu-list.widget > ul > li.filters-select {
     margin-right: 15px !important;
     margin-bottom: 10px;
     width:auto;
     text-align: left;
}
 .downloads-filters.submenu-list > ul > li.filters-select a {
     color: var(--dark-grey-color);
     cursor: pointer;
}
 .downloads-filters.submenu-list > ul > li.filters-select a:hover {
     color: var(--main-color);
}
 .downloads-filters.submenu-list > ul > li.filters-select .filter-count {
     font-size: 12px;
}
 .downloads-filters.submenu-list.tree-view > ul > li.filters-select {
     display: block;
     margin-right: 0;
     width: 100%;
}
 .downloads-filters.submenu-list > ul > li ul {
     opacity: 0.9;
}
 .downloads-filters.submenu-list li .control-group {
     padding: 0;
     margin: 0;
}
 .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup {
     right: 0 !important;
     left: auto !important;
     min-width: 248px;
     padding: 0 0 5px 0;
}
 .downloads-filters.submenu-list > ul > li.search {
     width: 100%;
     margin-bottom: 20px;
}
 .downloads-filters.submenu-list > ul > li.dates {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-align-content: center;
     max-width: 100%;
     overflow: visible;
}
 .downloads-filters.submenu-list > ul > li.dates .date {
     position: relative;
}
 .downloads-filters.submenu-list > ul > li.dates .date:first-child {
     margin-right: 10px;
}
 .downloads-filters.submenu-list > ul > li.dates .date:last-child {
     margin-left: 10px;
}
 .uib-day, .uib-daypicker th, .uib-month, .uib-monthpicker th, .uib-year, .uib-yearpicker th {
     padding: 0;
     text-align: center;
}
 .uib-daypicker th > *, .uib-monthpicker th > *, .uib-yearpicker th > * {
     float: none;
     width: 100%;
}
 .uib-day .btn, .uib-daypicker th .btn, .uib-month .btn, .uib-monthpicker th .btn, .uib-year .btn, .uib-yearpicker th .btn {
     border: none;
}
 .downloads-filters.submenu-list > ul > li.dates .date:first-child .uib-datepicker-popup {
     left: 0 !important;
     right: auto !important;
}
 .glyphicon {
     display: inline-block;
     font-family: "Ionicons";
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     text-rendering: auto;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .glyphicon-chevron-right:before {
     content: "\f3d1";
}
 .glyphicon-chevron-left:before {
     content: "\f3cf";
}
 .downloads-filters.submenu-list > ul > li .controls {
     height: 42px;
     border-radius: 4px;
     color: var(--dark-grey-color);
     background-color: #ffffff;
     background-image: none;
     width: 100%;
     height: 48px;
     padding: 6px 0;
     font-size: 14px;
     line-height: 1.42857143;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     -webkit-flex-direction: row;
     flex-direction: row;
}
 .downloads-filters.submenu-list > ul > li .controls > i {
     position: absolute;
     margin: 0 12px;
}
 .downloads-filters.submenu-list > ul > li .controls a {
     color: var(--dark-grey-color);
     position: absolute;
     margin: 0 12px;
}
 .downloads-filters.submenu-list > ul > li .controls input {
     -webkit-box-flex:1;
     -ms-flex:1;
     -webkit-flex:1;
     flex:1;
     border: none;
     background: none;
     padding: 0 0 0 50px;
     height: 50px;
}
 .downloads-filters.submenu-list > ul > li .controls input:focus {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .downloads-main .related-content .icon-tabs > ul li a:before {
     color: #ffffff;
}
 .downloads-main .related-content .icon-tabs.submenu-list > ul > li.filters a {
     margin-bottom: 20px;
     font-weight: 400;
     color: var(--main-color);
     cursor: default;
}
 .downloads-main .related-content .icon-tabs.submenu-list > ul > li.filters a:after {
     display: none;
}
 .headroom--unpinned.fixed-content .downloads-main > section > header{
     top: 100px;
}
 .headroom--pinned.fixed-content .downloads-main > section > header, .headroom--top.fixed-content .downloads-main > section > header {
     top: 100px;
}
 .fixed-content .downloads-main.widget > section{
     -webkit-transition: padding 0.15s;
     -o-transition: padding 0.15s;
     transition: padding 0.15s;
}
 .downloads-main.widget {
     position: relative;
     padding: 0 !important;
}
 .downloads-main.widget > section{
     padding: 0 var(--related-content-width) 0 0;
     width: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     margin-right: 0;
}
 .downloads-main .search-toggle {
     display: none !important;
}
 .downloads-main .filters-select, .downloads-main .lightbox-toggle , .downloads-main .search-toggle{
     padding: 0 ;
     text-align: center;
     color: var(--grey-color);
     cursor: pointer;
     border-radius: 50%;
}
 .downloads-main .filter-types a {
     height: 44px;
     width: 44px;
     margin: 0 10px;
}
 .downloads-main .filter-types a:hover {
     color: var(--dark-grey-color);
}
 .downloads-main .filter-types a i {
     font-size: 32px !important;
     line-height: 32px;
}
 .downloads-main .filter-types a.active {
     color: var(--main-color);
}
 .downloads-main .filter-types a.active i {
     color: var(--main-color);
}
 .downloads-main .filter-types a.filters-text {
     font-weight: bold;
     text-transform: uppercase;
     font-size: 14px;
}
 .downloads-main > section > header .show-hide-filters {
     border-right-color:transparent;
}
 .downloads-main > section > header .show-hide-filters.active {
     background-color: #ffffff;
}
 .downloads-main > section > header .show-hide-filters.active i, .hidden-related .downloads-main > section > header .show-hide-filters.active i {
     color: var(--dark-grey-color);
}
 body:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open.active, body:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open, body:not(.hidden-related) .downloads-main > section > header .show-hide-filters {
     background-color: #2c2f35;
     color: #ffffff;
     border-right-color:#2d3036;
     height: 45px;
}
 body:not(.hidden-related) .downloads-main > section > header .show-hide-filters.open i, body:not(.hidden-related) .downloads-main > section > header .show-hide-filters i {
     color: #ffffff;
}
 .downloads-main > section > header .show-hide-filters.open i:before, body:not(.hidden-related) .downloads-main > section > header .show-hide-filters i:before {
     content:"\f12a" 
}
 .hidden-related .downloads-main > section > header .show-hide-filters i:before {
     content: "\f39d";
}
 .downloads-main .filter-types a i {
     padding: 0 ;
     width: auto;
}
 .hidden-related .downloads-main .filter-types a:not(.active):hover, .hidden-related .downloads-main > section > header .show-hide-filters.active:not(.open):hover, .hidden-related .downloads-main > section > header .show-hide-filters:not(.active):hover {
     background-color: rgba(222, 222, 222, 0.38) 
}
 .fixed-content .downloads-main > section > header form {
     width: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     padding-right: 0;
     -webkit-transition:padding 0.15s;
     -o-transition:padding 0.15s;
     transition:padding 0.15s;
}
 .downloads-main > section > header form > .filter-types:first-child {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     -webkit-flex: 1;
     flex: 1;
     min-width: 200px;
}
 .downloads-main > section > header form > .filter-types{
     padding: 0 ;
}
 .downloads-main > section > header form .header-title {
     margin: 0 0 0 30px;
     font-size: 14px;
     letter-spacing: 1px;
     font-weight: bold;
     color: var(--titles-color);
}
 .downloads-main > section > header form .header-title .events-list {
     margin-right: 20px;
}
 .downloads-main > section > header form .header-title .header-logo {
     max-height: 60px;
     width: auto;
}
 .downloads-main > section > header form .header-title .gallery-breadcrum-icon {
     display: none;
     font-size: 24px;
     color: var(--grey-color);
}
 .downloads-main > section > header .control-group {
     padding: 0;
     margin: 0;
}
 .downloads-main > section > header .control-group.search .controls > a {
     position: absolute;
     top: 2px;
     right: 39px;
}
 .downloads-main > section > header .control-group .controls {
     margin: 0;
     position: relative;
     -ms-flex-wrap: nowrap;
     -webkit-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     -webkit-flex-direction: row;
     flex-direction: row;
}
 .downloads-main > section > header .control-group .controls i {
     padding: 0 12px;
     line-height: 36px;
}
 .downloads-main > section > header .input-block-level {
     border-radius: 0;
     border: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     background-color: transparent;
     height: 36px;
     padding-left: 42px;
}
 .downloads-main > section > header .search {
     border: 1px solid #ddd;
     border-radius: 22px;
     background-color:#ffffff;
     margin-right: 20px;
     -webkit-transition: all 0.15s;
     -o-transition: all 0.15s;
     transition: all 0.15s;
     overflow: hidden;
}
 .downloads-main > section > header .search i {
     background-color: rgba(185, 186, 188, 0.07) !important;
}
 .downloads-main > section > header .search input {
     border: none;
     min-width: 250px;
     border-left: 1px solid #d6d9dd;
}
 .downloads-main > section > header .search .input-block-level {
     padding-right: 20px;
     padding-left: 20px;
}
 .downloads-main > section > header .search .custom-select, .downloads-main > section > header .search input.input-block-level {
     -webkit-transition: all 0.15s;
     -o-transition: all 0.15s;
     transition: all 0.15s;
}
 .downloads-main > section > header .search .custom-select i, .downloads-main > section > header .search input.input-block-level i{
     background-color: rgba(185, 186, 188, 0.07) !important;
}
 .custom-select {
     margin-right: 0;
}
 .custom-select select {
     padding: 5px 35px 5px 0 !important;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: url(/assets/img/arrow-down.png) 90% center no-repeat #eee;
     background-size: 12px auto;
     width: auto !important;
     max-width: 200px !important;
     position: relative;
     background-color: rgba(185, 186, 188, 0.07) !important;
}
 .custom-select select::-ms-expand {
     display: none;
}
/* CAUTION: IE hackery ahead */
 .custom-select select::-ms-expand {
     display: none;
    /* remove default arrow in IE 10 and 11 */
}
/* target Internet Explorer 9 to undo the custom arrow */
 @media screen and (min-width:0\0) {
     .custom-select select {
         background:none\9;
         padding: 5px\9;
    }
}
 .downloads-main .tabs-container {
     min-height: 100px;
}
 .downloads-main .downloads-container {
     border-radius: 0;
     background-color: var(--secondary-background);
     min-height: 1200px;
     opacity: 1 ;
     border-radius: 0;
     margin-top: 65px;
     padding-bottom: 100px;
}
 .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view {
     display: inline-block;
     border-bottom: 1px solid rgba(221, 221, 221, 0.29);
     background-color: var(--dark-grey-color);
     position: relative;
}
 .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header {
     padding-top: 35px;
}
 .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body {
     padding-bottom: 0;
     padding-top: 0;
     margin-bottom: 35px !important;
}
 .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body p {
     margin-left: 0 !important;
     font-size: 16px;
     color: #ffffff;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
 .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body p a {
     color: #ffffff;
     border-color: #ffffff;
}
 .downloads-main .items-tab:not(.home):not(.contact):not(.accreditation) .article-view-title {
     font-size: 30px;
     color: #fff;
     margin-bottom: 20px;
     padding-bottom: 20px;
}
 .downloads-main .items-tab:not(.home):not(.contact):not(.accreditation) .article-view-title:after {
     background-color: #ffffff;
     width: 20px;
}
 .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header, .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body{
     margin-left: 20px !important;
     max-width: 100% !important;
     margin-right: 20px !important;
}
 .downloads-main .widget.article-view {
     padding:0;
     display: inline-block;
     border-bottom: 1px solid #ddd;
     width: 100%;
}
 .downloads-main .widget.article-view .article header {
     padding-bottom: 0;
     border: none;
}
 .downloads-main .widget.article-view .article .article-view-body {
     padding-top: 5px;
}
 .downloads-main .widget.article-view .article .article-view-subheader {
     margin-bottom: 20px;
}
 .downloads-main .downloads-container > ul {
     list-style: none;
     margin-bottom: 0;
}
 .downloads-main .load-more-bt {
     display: block;
     width: 200px;
     color: var(--grey-color);
     background: transparent;
     text-transform: uppercase;
     font-size: 18px;
     padding: 15px 0;
     margin: 20px auto 0;
     border:2px solid var(--grey-color);
     -webkit-transition: background 0.15s,color 0.15s;
     -o-transition: background 0.15s,color 0.15s;
     transition: background 0.15s,color 0.15s;
}
 .downloads-main .load-more-bt:hover {
     background: var(--grey-color);
     color: #ffffff;
}
 .downloads-main .downloads-container > ul li p {
     font-size: 16px;
}
 .downloads-main .downloads-container > ul li {
     padding: 15px 20px;
     margin: 0;
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
     border-bottom: 1px solid #ececec;
     width: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
}
 .downloads-main .downloads-container > ul li:nth-child(odd):not(.separator){
     background-color: #fbfbfb;
}
 .downloads-main .downloads-container > ul li .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-Youtube > a i {
     font-size:75px;
     width: 95px;
     color: #b7b7b7;
     text-align: center;
}
 .downloads-main .downloads-container > ul li .downloads-item-top-container i {
     margin-right: 15px;
}
 .downloads-main .downloads-container > ul li.file-doc .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-doc .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li.file-docx .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-docx .downloads-item-info .item-info-type, .item-info.file-doc .item-info-type, .item-info.file-docx .item-info-type {
     color: #0078e8;
}
 .downloads-main .downloads-container > ul li.file-pdf .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-pdf .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li.file-Articles .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type, .item-info.file-pdf .item-info-type {
     color: #e80000 
}
 .downloads-main .downloads-container > ul li.file-zip .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-zip .downloads-item-info .item-info-type, .item-info.file-zip .item-info-type {
     color: #444444;
}
 .downloads-main .downloads-container > ul li.file-xlsx .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-xlsx .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li.file-xls .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-xls .downloads-item-info .item-info-type, .item-info.file-xls .item-info-type, .item-info.file-xlsx .item-info-type {
     color: #21950d;
}
 .downloads-main .downloads-container > ul li.file-jpeg .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-jpeg .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li.file-jpg .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-jpg .downloads-item-info .item-info-type, .item-info.file-jpg .item-info-type, .item-info.file-jpeg .item-info-type, .downloads-main .downloads-container > ul li.file-png .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-png .downloads-item-info .item-info-type, .item-info.file-png, .item-info.file-png .item-info-type, .downloads-main .downloads-container > ul li.file-Teams .downloads-item-info .item-info-type{
     color: #65c700 
}
 .downloads-main .downloads-container > ul li.file-mp4 .downloads-item-top-container i, .downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-mp4 .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li.file-yt .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-yt .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li.file-Youtube .downloads-item-top-container i, .downloads-main .downloads-container > ul li.file-Youtube .downloads-item-info .item-info-type, .item-info.file-Youtube .item-info-type, .item-info.file-yt .item-info-type, .item-info.file-mp4 .item-info-type, .item-info.file-Youtube .item-info-type, .item-info.file-yt .item-info-type, .item-info.file-mp4 .item-info-type, .downloads-main .downloads-container > ul li.file-Youtube > a i, .downloads-main .downloads-container > ul li.file-Video .downloads-item-info .item-info-type {
     color: #e80000 
}
 .thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i:after {
     position: absolute;
     content: "";
     background-color: var(--light-grey-color);
     z-index: 0;
     height: 40px;
     width: 40px;
     margin-top: -16px;
     margin-left: -20px;
     top: 50%;
     left: 50%;
}
 .thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i:before {
     z-index: 1;
}
 .downloads-main .downloads-container > ul li.file-LEG .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li.file-PORT .downloads-item-info .item-info-type {
     color: #8a8a8a;
}
 .downloads-main .downloads-container > ul li.file-Youtube > a i {
     position: absolute;
     left: 50%;
     top: 50%;
     background-color: #ffffff;
     border-radius: 50%;
}
 .downloads-main .downloads-container > ul li.file-Message .downloads-item-info .item-info-type, .downloads-main .downloads-container > ul li.file-Info .downloads-item-info .item-info-type {
}
 .downloads-main .downloads-container > ul li.file-News .downloads-item-info .item-info-type {
     color: #08baff 
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type {
     line-height: 22px;
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type:hover span {
     border-bottom:1px solid #e80000 
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type i {
     font-size: 22px;
     vertical-align: middle;
     line-height: 22px;
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.file-pdf > .item-info-type span {
     line-height: 25px;
     vertical-align: middle;
}
 .downloads-main .downloads-container > ul li .downloads-item-main {
     width: calc(100% - 235px);
     word-break: break-word;
}
 .downloads-main .downloads-container > ul li .no-buttons.downloads-item-main {
     width: calc(100% - 35px);
}
 .landing-search .downloads-main .downloads-container > ul li .downloads-item-main {
     width: calc(100% - 35px);
}
 .downloads-main .downloads-container > ul li .downloads-item-title {
     font-size: 20px;
     color: #000000;
     margin-bottom: 5px;
     line-height: 1.3;
     font-weight: bold;
}
 .downloads-item-info.top-info {
     padding-bottom: 5px;
}
 .downloads-main .downloads-container > ul li .downloads-item-info spa {
     margin-right: 10px;
     color: #37424a;
     font-weight: bold;
}
 .item-info .item-info-type {
     text-transform: uppercase;
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra {
     display: block;
     margin-bottom: 10px;
     line-height: 1.3;
     font-weight: 100;
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.description {
     white-space: pre-wrap;
     word-break: break-word;
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra.date {
     margin-bottom: 5px;
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-type, .item-info .item-info-type {
     color: #b7b7b7;
}
 .downloads-main .downloads-container > ul li .downloads-item-info .item-info-time {
     font-weight: 400;
}
 .downloads-main .downloads-container > ul li .downloads-item-tools {
     width: 140px;
}
 .downloads-main .downloads-container > ul li .downloads-item-tools a, .tool-favorite, .tool-select{
     font-size: 30px;
     color: var(--dark-grey-color);
     padding: 5px 20px;
     cursor: pointer;
}
 .downloads-main .downloads-container > ul li .downloads-item-tools a, .tool-favorite, .tool-select {
     color: var(--light-grey-color);
}
 .downloads-main .downloads-container > ul li .downloads-item-tools a:hover, .downloads-main .downloads-container > ul li .downloads-item-tools a:hover:not(.active), .downloads .tool-favorite:hover:not(.active) {
     color: var(--grey-color);
}
 .downloads-main .downloads-container > ul li .downloads-item-tools .tool-favorite.active, .downloads .tool-favorite.active {
     color: #ffae00;
}
 .downloads-main .downloads-container > ul li .downloads-item-tools .tool-select.active, .downloads .tool-select.active {
     color: #009eff;
}
 .downloads-main .downloads-container > ul li .tool-link, .downloads-main .downloads-container > ul li .tool-link a {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
}
 .downloads-main .separator {
     color: var(--dark-grey-color);
     display: block !important;
     width: auto;
     min-height: 10px !important;
     margin-bottom: 0;
     margin-top: 0;
     right: var(--related-content-width);
     top: calc(100px + 76px);
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     left: 0;
     z-index: 3;
     background-color: var(--main-background);
     padding-bottom: 0;
     font-size: 14px;
     -webkit-transition: right 0.15s;
     -o-transition: right 0.15s;
     transition: right 0.15s;
     font-weight: normal;
}
 .downloads-main .separator .separator-container {
     border-radius: 0 4px 0 0;
     padding: 15px 30px 10px;
     background-color: var(--secondary-background);
     min-height: 52px;
}
 .downloads-main .separator .separator-container a {
     line-height: 1;
     border-radius: 18px;
     color: var(--dark-grey-color);
}
 .downloads-main .separator .separator-container a:hover, .downloads-main .separator .separator-container .dropdown:hover > a {
     color: #333c4e;
     border-color: rgba(52, 61, 80, 0.41);
}
 .downloads-main .separator .separator-container a i{
     margin-left: 5px;
     font-size: 26px;
     vertical-align: middle;
}
 .downloads-main .separator .search-term {
     font-weight: bold;
}
 .separator .remove-filters, .separator .actions-menu {
     margin-left: 25px;
}
 .downloads-main .separator .tool-select {
     padding: 0;
     font-size: 14px;
}
 .separator .actions-menu.dropdown .submenu {
     right: 0 !important;
     margin: 0 !important;
     left: auto !important;
     width: 220px !important;
}
 .downloads-main .downloads-container > ul li .downloads-item-top-container {
     width: 95px;
     margin-right: 15px;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
}
 .downloads .loading, .downloads .no-results-container {
     color: var(--dark-grey-color);
     margin-top: 76px;
     border-radius: 0px 4px 0 0;
     padding-top: 100px;
}
 .no-results-container {
     text-align: center;
     color: #fff;
     font-size: 24px;
     padding: 40px 0;
}
 .no-results-button {
     color: var(--grey-color);
     background: transparent;
     text-transform: uppercase;
     font-size: 14px;
     padding: 15px 20px;
     margin: 20px auto 0;
     border: 2px solid var(--grey-color);
     -webkit-transition: background 0.15s,color 0.15s;
     -o-transition: background 0.15s,color 0.15s;
     transition: background 0.15s,color 0.15s;
}
 .no-results-button:hover {
     background: var(--grey-color);
     color: #ffffff;
}
 .downloads-main.widget .details-view, .fixed-content .downloads-main > section.details-view > header form {
     padding-right: 0;
}
 .fixed-content .downloads-main > section.details-view > header form .close-bt {
     margin-right: 30px;
     color: var(--main-color);
}
 .downloads .details-view .downloads-container {
     color: var(--dark-grey-color);
     margin: 65px 30px 30px 30px;
     border-radius: 4px;
     padding: 50px 30px;
     min-height: 700px;
}
 .downloads .details-view .downloads-container > .item-info {
     margin: 0 auto;
     max-width: 1680px;
     width: 100%;
}
 .details-view .separator {
     width: 100%;
     border-bottom: 1px solid var(--main-background);
}
 .downloads .details-view.lightbox-view .downloads-container {
     padding-left: 0;
     padding-right: 0;
     padding-top: 0;
}
 .downloads .details-view.lightbox-view .downloads-container .separator-container {
     border-radius: 4px 4px 0 0;
}
 .hidden-related .downloads-main.widget > section {
     padding-right: 0;
}
 .hidden-related .downloads-main .separator {
     right: 0;
}
 .hidden-related .downloads-main .separator .separator-container {
     border-radius: 0;
}
 .hidden-related.fixed-content .downloads-main > section > header form {
     padding-right: 0;
}
 .thumbnails-view.downloads-main .downloads-container > ul {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient:horizontal;
     -webkit-box-direction:normal;
     -webkit-flex-direction:row;
     -ms-flex-direction:row;
     flex-direction:row;
     -webkit-flex-wrap:wrap;
     -ms-flex-wrap:wrap;
     flex-wrap:wrap;
     padding: 15px 20px 30px;
     margin: 0;
}
 .thumbnails-view.downloads-main .downloads-container > ul li {
     padding: 0;
     margin: 0;
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
     border: 2px solid var(--light-grey-color);
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
     vertical-align: top;
     background: transparent;
     border-radius: 4px;
     background-color: #ffffff;
     -ms-flex-line-pack: stretch;
     align-content: stretch;
     -webkit-align-content: stretch;
     -webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-align-items: stretch;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     max-width: 100%;
     box-sizing: border-box;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
     -webkit-transition: border-color 0.15s,-webkit-box-shadow 0.15s;
     transition: border-color 0.15s,-webkit-box-shadow 0.15s;
     -o-transition: border-color 0.15s,box-shadow 0.15s;
     transition: border-color 0.15s,box-shadow 0.15s;
     transition: border-color 0.15s,box-shadow 0.15s,-webkit-box-shadow 0.15s;
     overflow: hidden;
     width: calc(20% - 20px);
     margin: 0 10px 30px;
}
 .thumbnails-view.downloads-main .downloads-container > ul li.selected, .thumbnails-view.downloads-main .downloads-container > ul li.selected:hover{
     border-color: var(--selected-items-color);
}
 .selected .ion-md-checkbox-outline, .selected:hover .ion-md-checkbox-outline, .active.ion-md-checkbox-outline {
     color: var(--selected-items-color);
}
 .thumbnails-view.downloads-main .downloads-container > ul li:hover {
     border-color: var(--grey-color);
     -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.15);
     box-shadow: 0 0 14px rgba(0,0,0,0.15) 
}
 .thumbnails-view.downloads-main .downloads-container > ul li:nth-child(odd):not(.separator) {
     background-color: #ffffff;
}
 .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-title {
     font-size: 16px;
     color: #000000;
     margin-bottom: 0;
     line-height: 1.6;
     -webkit-box-flex: 1;
     -ms-flex: 1;
     -webkit-flex: 1;
     flex: 1;
     font-weight: normal;
}
 .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
     width: auto;
     height: 200px;
     text-align: center;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
     -ms-flex-line-pack: stretch;
     align-content: stretch;
     -webkit-align-content: stretch;
     -webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-align-items: stretch;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-align-content: center;
     max-width: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     box-sizing: border-box;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     margin: 0;
     background-color: var(--light-grey-color);
     cursor: pointer;
}
 .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
     width: auto;
     max-width: 90%;
     height: auto;
     max-height: 170px;
     padding: 0;
     -moz-box-sizing: border-box;
     margin: 0;
}
 .thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container i {
  position: absolute;
  left: 50%;
  margin-left: -48px;
  top: 50%;
  margin-top: -60px;
}
.thumbnails-view.downloads-main .downloads-container > ul li.type-2 .downloads-item-top-container img {
  aspect-ratio: 16/9;
}
 .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container i, .item-info .preview-media .item-info-type {
     margin-right: 0;
     width: auto;
     font-size: 110px;
}
 .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-main, .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-tools {
     width: auto;
     padding: 10px 5%;
     margin: 0;
}
 .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-main {
     -webkit-box-flex:1;
     -ms-flex:1;
     -webkit-flex:1;
     flex:1;
     padding-top: 10px;
     padding-bottom: 10px;
     cursor: pointer;
}
 .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-tools a {
     padding: 0;
     margin-left: 10px;
}
 .downloads-filters.submenu-list > ul > li.toggle-col {
     height: 76px;
     margin-bottom:0 !important;
     display: none;
}
 .more-items-item > .toggle-bt, .toggle-bt {
     height: 44px;
     width: 30px;
     margin: 0;
     padding: 0;
     text-align: center;
     color: var(--grey-color);
     cursor: pointer;
     border-radius: 50%;
}
 .toggle-bt:hover {
     color: var(--main-color);
}
 .toggle-bt i {
     font-size: 32px !important;
     line-height: 32px;
     padding: 0;
     width: auto;
}
 .downloads-main .filter-types a.filters-toggle, .filters-toggle, .lightbox-toggle, .search-toggle {
     display: none;
     border:none;
     border-radius: 0;
     padding-left: 14px;
     width: 30px;
     height: 30px;
     margin-right: 30px;
}
 .downloads-main .filter-types a.filters-toggle:hover , .filters-toggle:hover, .lightbox-toggle:hover, .search-toggle:hover {
     color: var(--main-color);
     background-color: transparent !important;
}
 .preview-media {
     width: 50%;
     text-align: right;
     padding-right: 15px;
     display: inline-block;
     vertical-align: top;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     float: left;
}
 .preview-media img {
     max-width: 700px;
     width: 100%;
}
 .item-info .preview-media .item-info-type {
     margin-top: -22px;
     line-height: 110px;
     display: block;
     text-align: right;
}
 .file-zip .preview-media, .file-xls .preview-media, .file-xlsx .preview-media, .file-docx .preview-media, .file-doc .preview-media, .file-pdf .preview-media, .file-zip .preview-details, .file-xls .preview-details, .file-xlsx .preview-details, .file-docx .preview-details, .file-doc .preview-details, .file-pdf .preview-details {
     margin: 0 auto;
     display: block;
     padding: 0;
     float: none;
     max-width: 600px;
     min-width: 320px;
}
 .file-zip .preview-media .item-info-type, .file-xls .preview-media .item-info-type, .file-xlsx .preview-media .item-info-type, .file-docx .preview-media .item-info-type, .file-doc .preview-media .item-info-type, .file-pdf .preview-media .item-info-type {
     max-width: 100px;
     margin-left: -23px;
     margin-bottom: 10px;
}
 .preview-details {
     width: 50%;
     max-width: 600px;
     min-width: 320px;
     padding-left: 15px;
     display: inline-block;
     vertical-align: top;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .preview-details .preview-text .item-title {
     margin-top: 0;
     color: #000000;
     font-weight: bold;
     font-size: 24px;
     letter-spacing: 0;
     text-transform: none;
}
 .preview-details .preview-text .item-info > *, .preview-details > * {
     display: block;
     margin-bottom: 10px;
     font-size: 16px;
}
.preview-details .preview-text .item-info > .item-info-description {
     font-size: 18px;
}
 .preview-details .preview-link .preview-link-title {
     font-weight: bold;
     padding:10px 20px;
     margin: 0;
     background-color: var(--light-grey-color);
}
 .preview-details .preview-text .item-info > *:not(.item-info-type) {
     color: var(--dark-grey-color);
}
 .preview-details .preview-link, .preview-details .preview-bottom{
     margin-top: 20px;
     color: var(--dark-grey-color);
     border: 2px solid var(--light-grey-color);
     border-radius: 4px;
}
 .preview-bottom .share-combo label {
     margin-right: 10px;
     margin-bottom: 0;
}
 .preview-bottom a {
     padding: 5px 20px ;
     color: var(--dark-grey-color);
}
 .preview-bottom a.lightbox-bt i {
     color: var(--light-grey-color);
     margin-top: -2px;
     font-size: 30px;
     margin-left: -2px;
}
 .preview-bottom a.lightbox-bt:hover i {
     color: #ffae00;
}
 .preview-bottom a i {
     font-size: 24px;
     padding-right: 10px;
}
 .preview-bottom a.lightbox-bt:hover {
     color: #000000;
}
 .preview-bottom a.share-bt i {
     font-size: 24px;
     padding-left: 10px;
     padding-right: 0;
}
 .preview-bottom a:hover {
     color: #000000;
     background-color:var(--extra-light-grey-color);
}
 .preview-link a {
     color: var(--dark-grey-color);
     padding: 5px 20px;
     cursor: pointer;
     -webkit-box-flex: 1;
     -ms-flex: 1;
     -webkit-flex: 1;
     flex: 1;
}
 .preview-link a i {
     font-size: 30px;
}
 .preview-link a:hover {
     color: #000000;
}
 .preview-details .preview-link ul{
     margin: 0;
     padding: 0;
}
 .preview-details .preview-link ul li {
     border-bottom: 1px solid var(--light-grey-color);
     width: 100%;
}
 .preview-details .preview-link ul li:hover {
     background-color:var(--extra-light-grey-color);
}
 .preview-details .preview-link ul li:last-child {
     border: none;
}
 .tags-list {
     margin: 20px 0;
     padding-left: 0;
}
 .tags-list .tag-element {
     margin: 0 10px 10px 0;
     width: auto;
     padding: 5px 15px;
     border-radius: 4px;
     display: inline-block;
     vertical-align: middle;
     background-color: #e0e4e8;
     font-size: 14px;
}
 .tags-list .tag-element:hover {
     background-color: #818892;
}
 .tags-list .tag-element:hover a {
     color: #ffffff;
}
 .tags-list .tag-element a {
     color: #818892;
}
 .landing-events.more-items {
}
 .landing-events.more-items ul{
}
 .landing-events.more-items ul:before {
     display: none;
}
 .landing-events.more-items ul li {
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
     position: relative;
     vertical-align: top;
     background: transparent;
     background-color: #ffffff;
     max-width: 100%;
     -webkit-transition: border-color 0.15s,background 0.15s;
     -o-transition: border-color 0.15s,background 0.15s;
     transition: border-color 0.15s,background 0.15s;
     overflow: hidden;
     border:2px solid rgba(160, 166, 175, 0.5);
     border-radius: 4px;
}
 .landing-events.more-items ul li:hover {
     border-color: var(--grey-color);
     -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.15);
     box-shadow: 0 0 14px rgba(0,0,0,0.15);
}
 .landing-events.more-items ul li > a {
     height: 200px;
     overflow: visible;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-align-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     max-width: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
}
 .landing-events.more-items ul li > a img{
     width: auto;
     max-width: 80%;
     height: auto;
     padding: 0;
     max-height: 200px;
}
 .landing-events.more-items ul li .wrapper {
     text-align: center;
     margin: 0;
     max-width: 80%;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-align-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     max-width: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 .landing-events.more-items ul li:hover .wrapper{
}
 .landing-events.more-items ul li .wrapper h2 {
     min-height: 10px;
     font-size: 24px;
     font-weight: 100;
}
 .landing-events.more-items ul li .wrapper h2 a {
     color: var(--dark-grey-color) 
}
 .landing-events.more-items ul li .wrapper .plus {
     display: none;
}
 .modal-lightbox .md-content ul {
     padding-left: 0;
     margin-bottom: 30px;
     padding-bottom: 0;
     max-height: 400px;
     overflow: auto;
}
 .modal-lightbox .control-group .controls.buttons {
     width: auto;
}
 .modal-lightbox .md-content ul li {
     border-bottom: 1px solid var(--light-grey-color);
     width: 100%;
}
 .modal-lightbox .md-content ul li .tool-favorite.active {
     color: #4CAF4D;
}
 .modal-lightbox .md-content ul li .lightbox-bt {
     color: var(--dark-grey-color);
     padding: 5px 0;
     -webkit-box-flex: 1;
     -ms-flex: 1;
     -webkit-flex: 1;
     flex: 1;
}
 .modal-lightbox .lightbox-name {
     display: block;
}
 .lightbox-bt .lightbox-created-at, .lightbox-bt .lightbox-last-update {
     font-size: 12px;
     margin-right: 5px;
}
/* Galleries view */
 .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-title {
     font-weight: bold;
}
 .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li {
     overflow:visible;
     position:relative;
     z-index:1;
}
 .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:before {
     border: 2px solid transparent;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
     vertical-align: top;
     background: var(--light-grey-color);
     border-radius: 4px;
     max-width: 100%;
     -webkit-transition: border-color 0.15s,margin 0.15s,-webkit-box-shadow 0.15s;
     transition: border-color 0.15s,margin 0.15s,-webkit-box-shadow 0.15s;
     -o-transition: border-color 0.15s,box-shadow 0.15s,margin 0.15s;
     transition: border-color 0.15s,box-shadow 0.15s,margin 0.15s;
     transition: border-color 0.15s,box-shadow 0.15s,margin 0.15s,-webkit-box-shadow 0.15s;
     overflow: hidden;
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     margin-left: -10px;
     margin-top: 10px;
     z-index: -1;
}
 .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:hover, .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li:hover:before {
     border-color: var(--grey-color);
     -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.15);
     box-shadow: 0 0 14px rgba(0,0,0,0.15);
}
 .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-main, .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-tools {
     background-color: #ffffff;
}
 .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-tools a {
     font-size:22px;
     color:var(--grey-color);
}
 .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-top-container {
     height: auto;
}
 .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li .downloads-item-top-container img {
     max-width: 100%;
     max-height: none;
}
 .breadcrum-arrow {
     margin-right: 10px;
     margin-left: 10px;
     color: #000000;
     font-size:16px;
}
/* Newsletter */
 #press-release .tabs-content iframe {
     position: fixed;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
     height: 100%;
     width: 100%;
     border: none;
}
 .hidden-related .filters-toggle, .hidden-related .lightbox-toggle, .hidden-related .search-toggle, .hidden-related .downloads-main .filter-types a.filters-toggle {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     border-radius: 0;
     border: none;
}
 i.border.UIcon, i.rounded.UIcon, i.square.UIcon, i.transparent.UIcon, span.border.UIcon, span.rounded.UIcon, span.square.UIcon, span.transparent.UIcon, i.border.ion, i.rounded.ion, i.square.ion, i.transparent.ion, span.border.ion, span.rounded.ion, span.square.ion, span.transparent.ion, i.transparent.ion-md-star {
     font-size: 28px;
}

.downloads.public-access .gallery-breadcrum:first-child {
  display: none;
}

 [layout-align="start stretch"],[layout-align]{
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
     -webkit-justify-content: flex-start;
     -webkit-justify-content: flex-start;
     -ms-flex-line-pack:stretch;
     align-content:stretch;
     -webkit-box-align:stretch;
     -ms-flex-align:stretch;
     align-items:stretch;
     -webkit-align-content:stretch;
     -webkit-align-items:stretch 
}
 [layout-align="start stretch"],[layout-align=start],[layout-align="start start"],[layout-align="start center"],[layout-align="start end"]{
     -webkit-box-pack:start;
     -ms-flex-pack:start;
     justify-content:flex-start;
     -webkit-justify-content:flex-start 
}
 [layout-align=center],[layout-align="center start"],[layout-align="center center"],[layout-align="center end"],[layout-align="center stretch"]{
     -webkit-box-pack:center;
     -ms-flex-pack:center;
     justify-content:center;
     -webkit-justify-content:center 
}
 [layout-align=end],[layout-align="end center"],[layout-align="end start"],[layout-align="end end"],[layout-align="end stretch"]{
     -webkit-box-pack:end;
     -ms-flex-pack:end;
     justify-content:flex-end;
     -webkit-justify-content:flex-end 
}
 [layout-align=space-around],[layout-align="space-around center"],[layout-align="space-around start"],[layout-align="space-around end"],[layout-align="space-around stretch"]{
     -ms-flex-pack:distribute;
     justify-content:space-around;
     -webkit-justify-content:space-around 
}
 [layout-align=space-between],[layout-align="space-between center"],[layout-align="space-between start"],[layout-align="space-between end"],[layout-align="space-between stretch"]{
     -webkit-box-pack:justify;
     -ms-flex-pack:justify;
     justify-content:space-between;
     -webkit-justify-content:space-between 
}
 [layout-align="start start"],[layout-align="center start"],[layout-align="end start"],[layout-align="space-around start"],[layout-align="space-between start"]{
     -webkit-box-align:start;
     -ms-flex-align:start;
     align-items:flex-start;
     -ms-flex-line-pack:start;
     align-content:flex-start;
     -webkit-align-items:flex-start;
     -webkit-align-content:flex-start 
}
 [layout-align="start center"],[layout-align="center center"],[layout-align="end center"],[layout-align="space-around center"],[layout-align="space-between center"]{
     -webkit-box-align:center;
     -ms-flex-align:center;
     align-items:center;
     -ms-flex-line-pack:center;
     align-content:center;
     -webkit-align-items:center;
     -webkit-align-content:center;
     max-width:100% 
}
 [layout-align="start center"]>*,[layout-align="center center"]>*,[layout-align="end center"]>*,[layout-align="space-around center"]>*,[layout-align="space-between center"]>*{
     max-width:100%;
     -webkit-box-sizing:border-box;
     box-sizing:border-box 
}
 [layout-align="start end"],[layout-align="center end"],[layout-align="end end"],[layout-align="space-around end"],[layout-align="space-between end"]{
     -webkit-box-align:end;
     -ms-flex-align:end;
     -webkit-align-items:flex-end;
     align-items:flex-end;
     -ms-flex-line-pack:end;
     -webkit-align-content:flex-end;
     align-content:flex-end;
     -webkit-align-align-items:flex-end;
     -webkit-align-align-content:flex-end 
}
 [layout-align="start stretch"],[layout-align="center stretch"],[layout-align="end stretch"],[layout-align="space-around stretch"],[layout-align="space-between stretch"]{
     -webkit-box-align:stretch;
     -ms-flex-align:stretch;
     align-items:stretch;
     -ms-flex-line-pack:stretch;
     align-content:stretch;
     -webkit-align-items:stretch;
     -webkit-align-content:stretch 
}
 [layout=row],[layout=column],[layout]{
     -webkit-box-sizing:border-box;
     box-sizing:border-box;
     display:-webkit-box;
     display:-ms-flexbox;
     display:-webkit-flex;
     display:flex 
}
 [layout=column]{
     -webkit-box-orient:vertical;
     -webkit-box-direction:normal;
     -ms-flex-direction:column;
     -webkit-flex-direction:column;
     flex-direction:column 
}
 [layout=row]{
     -webkit-box-orient:horizontal;
     -webkit-box-direction:normal;
     -ms-flex-direction:row;
     -webkit-flex-direction:row;
     flex-direction:row 
}
/* ========================================================== MEDIACENTER MEDIA QUERIES ========================================================== */
/* Large screen ========================================================== */
 @media only screen and (min-width: 2000px) {
     .downloads-main.widget > section, form.ng-submitted #search-main.downloads-main.widget > section {
         padding-right: 380px;
    }
     .fixed-content .downloads-main > section > header form {
         padding-right: 0;
    }
     .hidden-related .related-content {
         margin-right: -380px;
    }
     .related-content {
         width: 380px;
    }
     .downloads-main .separator {
         right: 380px;
    }
     .thumbnails-view.downloads-main .downloads-container > ul li{
         width: calc(16.6666666% - 20px);
    }
}
 @media only screen and (min-width: 1681px){
     .no-results-container {
         font-size: 40px;
    }
     .no-results-button {
         font-size: 18px;
    }
}
 @media only screen and (max-width: 1440px) {
     .thumbnails-view.downloads-main .downloads-container > ul {
         padding-left: 10px;
         padding-right: 10px;
    }
     .thumbnails-view.downloads-main .downloads-container > ul li{
         width: calc(25% - 20px);
    }
     .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-title {
         line-height: 1.4;
         font-size: 15px;
    }
     .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
         height: 180px;
    }
     .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
         max-height: 150px;
    }
     .downloads-main .separator .separator-container {
         padding-left: 20px;
         padding-right: 20px;
    }
     .downloads-main > section > header form .header-title {
         margin-left: 20px;
         font-size: 12px;
    }
     .downloads-main .main-view.column.related-content .widget {
         padding-left: 20px !important;
         padding-right: 20px !important ;
    }
     .fixed-content .downloads-main > section.details-view > header form .close-bt {
         margin-right: 20px;
    }
     .downloads-main .filter-types a.filters-toggle, .filters-toggle, .lightbox-toggle, .search-toggle {
         margin-right: 20px;
    }
     .downloads .details-view.lightbox-view .downloads-container, .downloads .details-view .downloads-container {
         margin-left: 20px;
         margin-right: 20px;
    }
}
 @media only screen and (max-width: 1280px) {
     .downloads-main.widget > section, form.ng-submitted #search-main.downloads-main.widget > section {
         padding-right: 270px;
    }
     .downloads-main .downloads-container {
         margin-top: 64px;
    }
     .downloads-main .related-content {
         width: 270px;
         max-width: 270px;
         min-width: 10px;
    }
     .fixed-content .downloads-main > section > header {
         height: 65px;
    }
     .downloads-main > section > header form .header-title .header-logo {
         max-height: 53px;
    }
     .downloads-main .separator {
         right: 270px;
         top: calc(100px + 65px);
    }
     .downloads-filters.submenu-list > ul > li.toggle-col {
         height: 65px;
    }
     .downloads-filters.submenu-list > ul > li.dates {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         -webkit-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: stretch;
         -ms-flex-align: stretch;
         align-items: stretch;
         -webkit-align-items: stretch;
    }
     .downloads-filters.submenu-list > ul > li.dates .date:first-child, .downloads-filters.submenu-list > ul > li.dates .date:last-child {
         margin: 0 0 20px 0;
    }
     .downloads-filters.submenu-list > ul > li .controls {
         height: 40px;
    }
     .downloads-filters.submenu-list > ul > li .controls input {
         height: 40px;
    }
     .downloads .details-view .downloads-container, .downloads .loading, .downloads .no-results-container {
         margin-top: 65px;
    }
     .landing-events.more-items ul li > a {
         height: 150px;
    }
     .landing-events.more-items ul li > a img {
         max-height: 150px;
    }
     .landing-events.more-items ul li .wrapper h2 {
         font-size: 20px;
    }
     .uib-day .btn, .uib-daypicker th .btn, .uib-month .btn, .uib-monthpicker th .btn, .uib-year .btn, .uib-yearpicker th .btn {
         padding-left: 0;
         padding-right: 0;
    }
     .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup {
         min-width: 100%;
         left: auto !important;
    }
     .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup table {
         width: 100%;
    }
}
/* Tablet devices layout adjustments ========================================================== */
 @media only screen and (max-width: 1024px) {
     .thumbnails-view.downloads-main .downloads-container > ul {
         padding-left: 10px;
         padding-right: 10px;
    }
     .thumbnails-view.downloads-main .downloads-container > ul li{
         width: calc(33.3333333% - 20px);
    }
     .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
         height: 180px;
    }
     .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
         max-height:150px;
    }
     .downloads-main > section > header form .header-title.large .gallery-breadcrum-icon {
         display: block;
    }
     .downloads-main > section > header form .header-title.large .gallery-breadcrum-name {
         display: none;
    }
     .downloads-main > section > header form .header-title.large > span:last-child .gallery-breadcrum-name {
         display: block;
    }
     .downloads-main > section > header form .header-title.large > span:last-child .gallery-breadcrum-icon {
         display: none;
    }
     .downloads-main > section > header .search input {
         min-width: 200px;
    }
     .downloads-main > section > header .control-group .controls i {
         font-size: 22px;
    }
}
/* Tablet devices layout adjustments ========================================================== */
 @media only screen and (max-width: 1023px) {
     .downloads-main.widget > section, form.ng-submitted #search-main.downloads-main.widget > section{
         padding-right: 0;
    }
     .fixed-content .downloads-main > section > header form {
         padding-right: 0;
    }
     .downloads-main .related-content {
         width: 50%;
         max-width: 50%;
    }
     .downloads-main .filter-types a {
         margin: 0 5px;
    }
     .downloads-main .main-view.column.related-content .widget .more-items-list {
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         -webkit-justify-content: flex-start;
         max-width: 100%;
    }
     .downloads-main .separator {
         right: 220px;
    }
     .downloads-filters.submenu-list > ul > li.dates, .downloads-filters.submenu-list > ul > li.toggle-col {
         width: 100%;
    }
     .downloads-filters.submenu-list > ul > li.search {
    }
     .thumbnails-view.downloads-main .downloads-container > ul li{
         width: calc(50% - 20px);
    }
     .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li {
         text-align: center;
    }
     .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li .btn-group{
         float: none;
         width: 100%;
         display: block;
         padding-bottom: 10px;
         text-align: center;
    }
     .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li > .btn {
         float: none;
    }
     .downloads-main > section > header .search select.input-block-level {
         padding-left: 10px !important;
    }
     .downloads-main > section > header .search .controls > i {
         display: none;
    }
     .downloads-main .search-toggle {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: -webkit-flex !important;
         display: flex !important;
    }
     .downloads-main > section > header .search {
         margin-right: -40px;
    }
     .downloads-main > section > header .search input {
         padding-right: 40px;
    }
     .downloads-main > section > header .off .search {
         display: none;
    }
     .downloads-main > section > header .off .search .custom-select, .downloads-main > section > header .off .search input.input-block-level {
         width: 0;
         margin: 0;
         min-width: auto;
         padding: 0;
         overflow: hidden;
    }
     .downloads-main .filter-types a.filters-toggle, .filters-toggle, .lightbox-toggle, .search-toggle {
         margin-right: 15px;
    }
     .downloads-main .off .search-toggle {
         margin-right: 15px;
    }
     .downloads-main .search-toggle {
         margin-right: 20px;
    }
}
/* Mobile devices layout adjustments ========================================================== */
 @media only screen and (max-width: 767px) {
     .right-content #right-navigation .menu li {
         display: inline-block !important;
    }
     .downloads #header, .downloads #footer {
         padding: 0;
    }
     .downloads-filters.submenu-list > ul > li.toggle-col {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient:horizontal;
         -webkit-box-direction:normal;
         -ms-flex-flow:row nowrap;
         -webkit-flex-flow:row nowrap;
         flex-flow:row nowrap;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-align-items: center;
         -ms-flex-line-pack: center;
         align-content: center;
         -webkit-align-content: center;
         -webkit-box-pack: end;
         -ms-flex-pack: end;
         justify-content: flex-end;
         -webkit-justify-content: flex-end;
    }
     .downloads-main .related-content {
         z-index: 4;
         top: 100px;
         max-width: none;
         bottom: 0;
         overflow: auto;
         overflow-y: scroll;
         -webkit-overflow-scrolling: touch;
         width: 100%;
    }
     .downloads.fixed-content .related-content {
         top: 100px;
    }
     .downloads-main .main-view.column.related-content .widget:first-child {
         padding-top: 0;
    }
     .downloads-main .related-content.active {
         display: block;
         top: 45px;
    }
     .downloads-main .related-content .widget {
         padding-left: 20px;
         padding-right: 20px;
    }
     .fixed-content.downloads-page .related-content.zone-3 > *:first-child {
         padding-top: 20px;
    }
     .downloads #header .wrapper.row-two .right-content {
         display: none;
    }
     .downloads #header .wrapper.row-two .menu > li.filters {
         display: none;
    }
     .downloads.downloads-page #header .wrapper.row-two .menu > li.filters {
         position: fixed;
         right: 0;
         display: block;
         top: 0;
    }
     .downloads #header .wrapper.row-two .menu > li.filters {
         display: none !important;
    }
     .fixed-content .downloads-main > section > header, .headroom--pinned.fixed-content .downloads-main > section > header, .headroom--top.fixed-content .downloads-main > section > header {
         top:100px;
    }
     .fixed-content .downloads-main > section > header {
         height: 60px;
    }
     .downloads-main .filter-types a {
         padding: 0;
         width: 47px;
    }
     .downloads-main.widget > section{
         padding-right: 0;
    }
     .fixed-content .downloads-main > section > header form {
         padding-right: 0;
    }
     .downloads-main > section > header form .header-title {
         margin-left: 15px;
    }
     .downloads-main > section > header form .header-title .gallery-breadcrum-icon {
         display: block;
    }
     .downloads-main > section > header form .header-title .gallery-breadcrum-name {
         display: none;
    }
     .downloads-main > section > header form .header-title > span:last-child .gallery-breadcrum-name {
         display: block;
    }
     .downloads-main > section > header form .header-title > span:last-child .gallery-breadcrum-icon {
         display: none;
    }
     .downloads-main > section > header form > .filter-types:first-child {
         min-width: 100px;
    }
     .downloads-main > section > header .search {
         margin-right: 0;
         position: fixed;
         overflow: visible;
         left: 15px;
         right: 15px;
         top: 122px;
    }
     .downloads-main > section > header .search .controls {
         background-color: #fff;
         border-radius: 22px;
    }
     .downloads-main > section > header .search:before {
         content: "";
         background-color: #d6d9dd;
         position: absolute;
         left: -15px;
         top: -13px;
         height: 64px;
         right: -15px;
    }
     .downloads-main .off .search-toggle, .downloads-main .search-toggle {
         margin-right: 15px;
    }
     .downloads-main .downloads-container {
         margin-top: 60px;
    }
     .downloads-main .downloads-container > ul li {
         font-size: 12px;
         padding: 15px 10px;
    }
     .downloads-main .downloads-container > ul li .downloads-item-tools a {
         padding: 0 5px;
    }
     .downloads-main .downloads-container > ul li .downloads-item-top-container i {
         font-size: 45px;
    }
     .downloads-main .downloads-container > ul li .downloads-item-tools {
         width: 70px;
    }
     .downloads-main .downloads-container > ul li .downloads-item-main {
         width: calc(100% - 98px);
    }
     .downloads-main .downloads-container > ul li .downloads-item-title {
         font-size: 14px;
         margin-bottom: 5px;
    }
     .downloads-main > section > header .control-group .controls i {
         padding: 8px 5px;
    }
     .downloads-main > section > header form .input-block-level {
         padding-left: 40px;
    }
     .downloads-main > section > header form .header-title .header-logo {
         max-height: 47px;
    }
     .hidden-related .filters-toggle, .hidden-related .lightbox-toggle,.hidden-related .downloads-main .filter-types a.filters-toggle {
         padding-right: 0;
         border: none;
         width: 24px;
         padding-left: 0;
    }
     .hidden-related .filters-toggle i, .hidden-related .lightbox-toggle i,.hidden-related .downloads-main .filter-types a.filters-toggle i {
         font-size: 28px !important;
    }
     #downloads-filters-filters {
    }
     .downloads-filters.submenu-list > ul > li.toggle-col {
         height: 60px;
    }
     .more-items-item > .toggle-bt, .toggle-bt {
         width: 21px;
    }
     .toggle-bt i {
         font-size: 28px !important;
    }
     .toggle-bt i:before {
         content: "\f2c0";
    }
     .downloads-main .separator {
         position: relative;
         top: auto;
         border-bottom: 1px solid var(--main-background);
    }
     .downloads-main .separator .separator-container {
         padding: 0 15px;
    }
     .downloads-filters.submenu-list > ul > li.filter-types {
         margin-bottom: 20px;
    }
     .downloads-filters.submenu-list > ul > li.filter-types a {
         width: 28px;
    }
     .downloads-filters.submenu-list > ul > li.filter-types a:first-child{
         margin-left: 0;
    }
     .downloads-filters.submenu-list > ul > li.filter-types a:last-child{
         margin-right: 0;
    }
     .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li .btn-group{
         float: left;
         width: auto;
         padding: 0;
         text-align: left;
    }
     .downloads-filters.submenu-list li .control-group .controls .uib-datepicker-popup li > .btn {
         float: right;
    }
     .thumbnails-view.downloads-main .downloads-container > ul {
         padding-left: 15px;
         padding-right: 15px;
    }
     .thumbnails-view.downloads-main .downloads-container > ul li{
         width:100%;
         margin-left: 0;
         margin-right: 0;
    }
     .thumbnails-view.downloads-main .downloads-container.galleries-container > ul li {
         margin-left: 10px;
    }
     .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article header, .downloads-main .tabs-container .items-tab:not(.home):not(.contact):not(.accreditation) .widget.article-view .article .article-view-body {
         margin-left: 15px !important;
         margin-right: 15px !important;
    }
     .downloads-main .downloads-container > ul li .downloads-item-info .item-info-extra {
         display: none;
    }
     .downloads-main > section > header .show-hide-filters {
         display: none;
    }
     .preview-details {
         padding-left: 0;
         width: 100%;
         min-width: 10px;
    }
     .preview-details .preview-text .item-title {
         font-size: 22px;
    }
     .preview-link a, .preview-bottom a, .preview-details .preview-link .preview-link-title {
         padding-left: 15px;
         padding-right: 15px;
    }
     .preview-media {
         padding-right: 0;
         max-width: 100%;
         width: 100%;
         margin-bottom: 20px;
    }
     .preview-media img {
         max-width: 100%;
    }
     .item-info .preview-media .item-info-type {
         text-align: left;
         margin: 0 0 0 -20px;
         line-height: 100px;
         font-size: 100px;
    }
     .downloads .details-view .downloads-container {
         padding-left: 15px;
         padding-right: 15px;
         padding-top: 20px;
         margin-top: 60px;
         margin-left: 0;
         margin-right: 0;
         margin-bottom: 0;
         border-radius: 0;
    }
     .downloads .details-view.lightbox-view .downloads-container {
         padding-top: 0;
         margin-left: 15px;
         margin-right: 15px;
    }
     .fixed-content .downloads-main > section.details-view > header form .close-bt {
         margin-right: 15px;
    }
     .downloads .details-view.lightbox-view .downloads-container .separator-container {
         margin-left: 0;
         margin-right:0;
         border-radius: 0;
    }
     .landing-events.more-items ul li > a {
         height: 200px;
    }
     .landing-events.more-items ul li > a img {
         max-height: 200px;
    }
     .lightbox-bt .lightbox-created-at, .lightbox-bt .lightbox-last-update {
         display: block;
    }
     .modal-lightbox .md-content ul {
         max-height: 300px;
    }
     .modal-lightbox .control-group {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         -webkit-flex-direction: column;
         flex-direction: column;
    }
     .modal-lightbox .control-group .controls.buttons {
         margin-top: 10px;
         width: 100%;
    }
     .breadcrum-arrow {
         margin: 0 5px;
    }
}
/* MEDIACENTER EXCLUSIVE CSS PLUGINS */
 tags-input {
     display: block;
     padding: 0 !important;
     height: auto !important;
}
 tags-input *, tags-input:after, tags-input:before {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #585858;
}
 tags-input .host {
     position: relative;
     height: 100% 
}
 tags-input .host:active {
     outline: 0 
}
 tags-input .tags {
     -moz-appearance: textfield;
     -webkit-appearance: textfield;
     padding: 12px;
     overflow: hidden;
     word-wrap: break-word;
     cursor: text;
     background-color: rgba(224, 228, 232, 0.38);
     height: 100%;
}
 tags-input .tags .tag-list {
     margin: 0;
     padding: 0;
     list-style-type: none 
}
 tags-input .tags .tag-item {
     margin: 2px;
     padding: 4px 13px;
     display: inline-block;
     float: left;
     font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
     height: 33px;
     line-height: 25px;
     border: none;
     border-radius: 25px;
     background: var(--light-grey-color);
}
 tags-input .tags .tag-item.selected {
     background: -o-linear-gradient(top, #febbbb 0, #fe9090 45%, #ff5c5c 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #febbbb), color-stop(45%, #fe9090), to(#ff5c5c));
     background: linear-gradient(to bottom, #febbbb 0, #fe9090 45%, #ff5c5c 100%) 
}
 tags-input .tags .tag-item .remove-button {
     margin: 0 0 0 5px;
     padding: 0;
     border: none;
     background: 0 0;
     cursor: pointer;
     vertical-align: middle;
     font: 700 16px Arial, sans-serif;
     color: #585858 
}
 tags-input .tags .input.invalid-tag, tags-input .tags .tag-item .remove-button:active {
     color: red 
}
 tags-input .tags .input {
     border: 0;
     outline: 0;
     margin: 2px;
     padding: 0 0 0 5px;
     float: left;
     height: 33px;
     font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
     background-color: transparent;
}
 tags-input .tags .input::-ms-clear {
     display: none 
}
 tags-input.ng-invalid .tags {
     -webkit-box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6);
     box-shadow: 0 0 3px 1px rgba(255, 0, 0, .6) 
}
 tags-input[disabled] .host:focus {
     outline: 0 
}
 tags-input[disabled] .tags {
     background-color: #eee;
     cursor: default 
}
 tags-input[disabled] .tags .tag-item {
     opacity: .65;
     background: -o-linear-gradient(top, #f0f9ff 0, rgba(203, 235, 255, .75) 47%, rgba(161, 219, 255, .62) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f9ff), color-stop(47%, rgba(203, 235, 255, .75)), to(rgba(161, 219, 255, .62)));
     background: linear-gradient(to bottom, #f0f9ff 0, rgba(203, 235, 255, .75) 47%, rgba(161, 219, 255, .62) 100%) 
}
 tags-input[disabled] .tags .tag-item .remove-button {
     cursor: default 
}
 tags-input[disabled] .tags .tag-item .remove-button:active {
     color: #585858 
}
 tags-input[disabled] .tags .input {
     background-color: #eee;
     cursor: default 
}
 tags-input .autocomplete {
     margin-top: 5px;
     position: absolute;
     padding: 5px 0;
     z-index: 999;
     width: 100%;
     background-color: #fff;
     border: 1px solid rgba(0, 0, 0, .2);
     -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
     box-shadow: 0 5px 10px rgba(0, 0, 0, .2) 
}
 tags-input .autocomplete .suggestion-list {
     margin: 0;
     padding: 0;
     list-style-type: none;
     max-height: 280px;
     overflow-y: auto;
     position: relative 
}
 tags-input .autocomplete .suggestion-item {
     padding: 5px 10px;
     cursor: pointer;
     white-space: nowrap;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: #000;
     background-color: #fff 
}
 tags-input .autocomplete .suggestion-item.selected, tags-input .autocomplete .suggestion-item.selected em {
     color: #fff;
     background-color: #0097cf 
}
 tags-input .autocomplete .suggestion-item em {
     font: normal 700 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
     color: #000;
     background-color: #fff 
}
/* END of DOWNLOADS */
/* ETNZ Exceptions */
 .downloads-main > section > header form .header-title {
     font-family: var(--font-family-text);
}
 .thumbnails-view.downloads-main .downloads-container > ul li {
     font-family: var(--font-family-text);
}
/* Widgets ========================================================== */
 .column>.widget:not(.article-view):not(.full-width), .column>.widget.slide-items {
     padding-top: 40px;
     padding-bottom: 40px;
}
 .column>.widget:not(.full-width)>*, .column>.widget.widget-wrapper:not(.full-width),#video {
     width: 100%;
     max-width: var(--max-width-column);
     margin-left: auto;
     margin-right: auto;
}
 .column.primary-content>.widget:not(.full-width):not(.article-view)>* {
     width: 90%;
}
 .widget {
}
 .widget img {
     width: 100%;
}
 .widget>ul {
     margin: 0;
     padding: 0;
}
 .widget.full-width, .full-width, .span-grid, .full-content {
     width: 100%;
     max-width: 100%;
     padding: 0;
}
/* Top Stories */
 .slider-widget {
     padding: 0 !important;
     overflow: hidden;
     position: relative;
}
 .fotorama__loaded .fotorama__img.top-img, .fotorama__loaded .fotorama__img.no-img-home-top {
     top: 0 !important;
}
 .fotorama__loaded .fotorama__img.bottom-img, .fotorama__loaded .fotorama__img.no-img-home-bottom {
     bottom: 0 !important;
     top: auto !important;
}


#home-highlights .fotorama__error .fotorama__img, #home-highlights .fotorama__loaded .fotorama__img {
     opacity: 0;
}
#home-highlights .fotorama__wrap:not(.fotorama__wrap--video) .fotorama__loaded .fotorama__img {
     opacity: 1;
}

 .article.no-img header .main-image-slide, .article.no-img-home-bottom header .main-image-slide, .article.no-img-home-top header .main-image-slide {
     max-height: none;
     overflow: hidden;
     height: auto;
     min-height: auto;
}
 .article.no-img header .main-image-slide .fotorama__stage, .article.no-img-home-bottom header .main-image-slide .fotorama__stage, .article.no-img-home-top header .main-image-slide .fotorama__stage {
     max-height: none;
     height: auto !important;
     position: relative;
}
 .article.no-img header .main-image-slide .fotorama__stage .fotorama__arr:focus:after, .article.no-img header .main-image-slide .fotorama__stage .fotorama__fullscreen-icon:focus:after, .article.no-img header .main-image-slide .fotorama__stage .fotorama__html, .article.no-img header .main-image-slide .fotorama__stage .fotorama__img, .article.no-img header .main-image-slide .fotorama__stage .fotorama__nav__frame:focus .fotorama__dot:after, .article.no-img header .main-image-slide .fotorama__stage .fotorama__nav__frame:focus .fotorama__thumb:after, .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame, .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__shaft, .article.no-img header .main-image-slide .fotorama__stage .fotorama__video iframe, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__arr:focus:after, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__fullscreen-icon:focus:after, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__html, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__img, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__nav__frame:focus .fotorama__dot:after, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__nav__frame:focus .fotorama__thumb:after, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__stage__frame, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__stage__shaft, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__video iframe, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__arr:focus:after, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__fullscreen-icon:focus:after, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__html, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__img, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__nav__frame:focus .fotorama__dot:after, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__nav__frame:focus .fotorama__thumb:after, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__stage__frame, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__stage__shaft, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__video iframe {
     position: relative;
}
 .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__stage__frame, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__stage__frame {
     background-color: #000000;
     padding: 100px 0 0;
}
 .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide {
     background: none;
     position: relative;
}
 .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide .slide-content, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide .slide-content, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide .slide-content {
     padding-top: 0;
     padding-bottom: 0;
     background: none;
}
 .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame .fotorama__img, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__stage__frame .fotorama__img, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__stage__frame .fotorama__img {
     opacity: 0;
     display: none;
}
 .slide {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
     position: absolute;
     bottom: 0;
     top: 0;
     width: 100%;
}
 .slide-content {
     z-index: 3;
     padding: 40px calc((100% - var(--max-width-column))/2) 70px;
     width: 100%;
     background: url(data:image/svg+xml;
     base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
     margin-top: 0 !important;
}
 .slide-content>* {
     max-width: calc( var(--max-width-column) / 2);
     margin-left: 0;
}
 .topstory-text-left .slide-content>* {
     margin-left: 0;
     margin-right: auto;
}
 .topstory-text-right .slide-content>* {
     margin-right: 0;
     margin-left: auto;
}
 .fotorama__stage__frame:not(.fotorama__stage__frame--video) .topstory-text-center .slide-content>*, .bg-vid .topstory-text-center .slide-content>* {
     margin-right: auto;
     margin-left: auto;
}
 .fotorama__stage__frame:not(.fotorama__stage__frame--video) .topstory-text-center .slide-content, .bg-vid .topstory-text-center .slide-content {
     text-align: center;
}
 .topstory-text-right .slide-content {
     text-align: right;
}
 .topstory-text-left.center-box .slide-content {
     padding-left: 60px;
}
 .topstory-text-right.center-box .slide-content {
     padding-right: 60px;
}
 .bottom-box .slide-content {
     bottom: 0;
}
 .top-box.slide-content {
     top: 0;
}
 .center-box .slide-content {
     padding-top: 0;
     padding-bottom: 0;
     margin: 0 !important;
     background: none;
}
 .slides .slide .slide-content:before {
     right: 0;
     left: 0;
     top: 0;
     bottom: 0;
     position: absolute;
     content: "";
     z-index: -1;
     display: none;
}
 .bottom-box .slide-content:before {
     background: url(data:image/svg+xml;
     base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
 .top-box .slide-content:before {
     background: url(data:image/svg+xml;
     base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
 .widget:not(.boxed) .fotorama__stage__frame.fotorama__stage__frame--video .slide-content>* {
}
 .slide-content .slide-title {
     margin-top: 16px;
     margin-bottom: 16px;
     padding: 0px;
     letter-spacing: -1px;
     font-weight: 700;
     font-size: 52px;
}
 .slide-content .slide-title a {
     color: #ebebeb;
}
 .slide-content .slide-title a:hover {
     color: #ffffff;
}
 .slide-content .slide-category {
     background: #00B2A9;
     color: #ffffff;
     padding: 2px 8px;
     font-family: "Open Sans";
     font-weight: 500;
     letter-spacing: 1px;
     font-size: 12px;
     text-transform: none;
     text-transform: uppercase;
}

 .slide-content .slide-category:after {
     content: "";
     font-weight: 100;
}
 .slide-content p {
     font-size: 20px;
     opacity: .8;
     color: #fff;
}
 .slide-content .btn {
     text-shadow: none;
     margin-top: 10px;
}
 .slide-content div .btn {
     margin-left: 10px;
     margin-right: 10px;
     cursor: pointer;
}
 .slide-content .btn:hover {
     color: #ffffff;
     background-color: rgba(255, 255, 255, 0.2);
}
 .slides .fotorama__nav-wrap {
     position: absolute;
     bottom: 20px;
}
 .slides .fotorama__nav--dots .fotorama__nav__frame {
     width: 28px;
}
 .slides .fotorama__dot {
     width: 13px;
     height: 13px;
     border-width: 1px;
     background-color: rgba(0, 0, 0, 0.2);
     border-color: #ffffff;
}
 .slides .fotorama__nav__frame.fotorama__active .fotorama__dot {
     background-color: #536382;
     width: 13px;
     height: 13px;
     background-color: #ffffff;
     border-width: 1px;
     border-color: #ffffff;
}
 .widget .fotorama__arr {
     background-color: rgba(0, 0, 0, 0.5);
     border-radius: var(--border-radius-form);
}
 .widget .fotorama__arr--next {
     right: 15px;
}
 .widget .fotorama__arr--prev {
     left: 15px;
}
 .widget .fotorama .fotorama__stage .fotorama__video-play {
     border:3px solid #00B2A9;
     background: rgba(0,0,0,0.2);
     border-radius: 50%;
     border-radius:50%;
     -o-transition: background .3s !important;
     transition: background .3s !important;
     -webkit-transition: background .3s !important;
}

 .widget .fotorama .fotorama__stage .fotorama__video-play:hover {
     background: #00B2A9;
}

 .widget .fotorama .fotorama__stage .fotorama__video-play:before {
     content: "\f488";
     font-family: "Ionicons";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #ffffff;
     font-size: 60px;
     width: 60px;
     height: 60px;
     line-height: 92px;
     text-align: center;
     margin-left: 7px;
}
 .boxed .slide-content {
     background: #ffffff !important;
     margin-left: auto;
     margin-right: auto;
     max-width: 800px;
     width: 70%;
     padding: 40px !important;
     border-radius: var(--border-radius-boxes);
}
 .boxed .slide-content * {
     color: var(--titles-color) !important;
}
 .boxed .bottom-box .slide-content {
     margin-bottom: 5%;
}
 .boxed .top-box .slide-content {
     margin-top: 5%;
}
 .boxed .topstory-text-center {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 .boxed .topstory-text-left .slide-content {
     margin-left: 5%;
}
 .boxed .fotorama__stage__frame.fotorama__stage__frame--video .slide-content {
     max-width: 38%;
     margin-left: 60px !important;
     margin-right: auto !important;
}
 .boxed .slide {
     background: none;
}
 .bg-vid {
}
 .bg-vid iframe {
     position: relative;
     display: block;
}
 .top-image-container {
     position: absolute;
     width: 100%;
     height: 100%;
     background-size: cover !important;
     background-position: center center !important;
     display: none;
}
 .header-lg .bg-vid {
     margin-top: calc((100px - (100px * 2)) * 2);
}
/* More Items */
 .more-items-list {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction:row;
     -ms-flex-direction:row;
     flex-direction:row;
     -webkit-flex-wrap:wrap;
     -ms-flex-wrap:wrap;
     flex-wrap:wrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
     list-style: none;
}
 .nowrap .more-items-list {
     -ms-flex-wrap: nowrap;
     flex-wrap: nowrap;
     -webkit-flex-wrap: nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 .wrap .more-items-list {
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-flex-wrap: wrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 .more-items-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column wrap;
     -webkit-flex-flow: column wrap;
     flex-flow: column wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     position: relative;
     margin: 0 calc(var(--gap) / 2) var(--gap);
     width: 100%;
     border-radius: var(--border-radius-items);
     overflow: hidden;
}
 .more-items-item img {
     padding: 0px;
}
 .more-items-item .wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     -webkit-flex: 1;
     padding: 20px;
     background-color: #ffffff;
     border-radius: 0 0 var(--border-radius-items) var(--border-radius-items);
}
 .more-items-item .wrapper>* {
     margin:10px 0;
}
 .more-items-item>a:not(.all-box-link), .more-items-item .more-items-img-container {
     overflow: hidden;
     width: 100%;
     position: relative;
     font-family: var(--font-family-text);
}
 .more-items-item>a img, .more-items-item .more-items-img-container img {
     overflow: hidden;
     border-radius: var(--border-radius-items) var(--border-radius-items) 0 0;
     opacity: 0.9;
     -o-transition: opacity .3s;
     transition: opacity .3s;
     -webkit-transition: opacity .3s;
}
 .more-items-item:hover>a img, .more-items-item:hover .more-items-img-container img {
     opacity: 1;
}
 .more-items-item h2, .more-items-item h2 a {
     color: #ebebeb;
}
 .more-items-item h2:hover, .more-items-item h2:hover a {
     color: #ffffff;
}
 .more-items-item .wrapper .more-items-time {
}
 .more-items-category, .more-items-subsection {
     font-size: 12px;
     text-transform: none;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: bold;
     margin-bottom: 0 !important;
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     -webkit-order: -1;
     order: -1;
     color: var(--titles-color);
}
 .more-items-category~h2, .more-items-subsection~h2, .video-items time~h2 {
     margin-top: 5px !important;
}
 .center-items .more-items-list {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 .end-items .more-items-list {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
}
 .start-items .more-items-list {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
}
 .no-wrapper .more-items-item .wrapper {
     display: none;
}
/* More items Gap */
 .gap-0 {
     --gap: 0px;
}
 .gap-10 {
     --gap: 10px;
}
 .gap-20 {
     --gap: 20px;
}
 .gap-30 {
     --gap: 30px;
}
 .gap-40 {
     --gap: 40px;
}
 .full-width.gap-10, .full-width.gap-20, .full-width.gap-30, .full-width.gap-40{
     padding-left: calc(var(--gap) / 2);
     padding-right: calc(var(--gap) / 2);
}
.gap-0:not(.full-width) .more-items-list, .gap-0:not(.full-width) .tabs-content, .gap-10:not(.full-width) .more-items-list, .gap-10:not(.full-width) .tabs-content, .gap-20:not(.full-width) .more-items-list, .gap-20:not(.full-width) .tabs-content, .gap-30:not(.full-width) .more-items-list, .gap-30:not(.full-width) .tabs-content, .gap-40:not(.full-width) .more-items-list, .gap-40:not(.full-width) .tabs-content .widget:not(.full-width) .more-items-list, .widget:not(.full-width) .tabs-content{
     max-width: calc(var(--max-width-column) + var(--gap)) !important;
}
.gap-0 .more-items-item, .gap-10 .more-items-item, .gap-20 .more-items-item, .gap-30 .more-items-item, .gap-40 .more-items-item {
     margin: 0 calc(var(--gap) / 2) var(--gap);
}
 .full-width.tabs-end.gap-10 header, .full-width.tabs-start.gap-10 header, .full-width.tabs-end.gap-10 .widget-title, .full-width.tabs-start.gap-10 .widget-title, .full-width.tabs-end.gap-10 .section-title, .full-width.tabs-start.gap-10 .section-title, .full-width.tabs-end.gap-20 header, .full-width.tabs-start.gap-20 header, .full-width.tabs-end.gap-20 .widget-title, .full-width.tabs-start.gap-20 .widget-title, .full-width.tabs-end.gap-20 .section-title, .full-width.tabs-start.gap-20 .section-title, .full-width.tabs-end.gap-30 header, .full-width.tabs-start.gap-30 header, .full-width.tabs-end.gap-30 .widget-title, .full-width.tabs-start.gap-30 .widget-title, .full-width.tabs-end.gap-30 .section-title, .full-width.tabs-start.gap-30 .section-title, .full-width.tabs-end.gap-40 header, .full-width.tabs-start.gap-40 header, .full-width.tabs-end.gap-40 .widget-title, .full-width.tabs-start.gap-40 .widget-title, .full-width.tabs-end.gap-40 .section-title, .full-width.tabs-start.gap-40 .section-title {
     padding-left: var(--gap);
     padding-right: var(--gap);
}
 .one-one.img-aside.gap-0 .more-items-item, .one-one.img-aside.gap-10 .more-items-item, .one-one.img-aside.gap-20 .more-items-item, .one-one.img-aside.gap-30 .more-items-item, .one-one.img-aside.gap-40 .more-items-item {
     width: calc(100% - var(--gap));
}
.one-two.img-aside.gap-0 .more-items-item, .one-two.img-aside.gap-10 .more-items-item, .one-two.img-aside.gap-20 .more-items-item, .one-two.img-aside.gap-30 .more-items-item, .one-two.img-aside.gap-40 .more-items-item {
     width: calc(50% - var(--gap));
}
.one-three.img-aside.gap-00 .more-items-item, .one-three.img-aside.gap-10 .more-items-item, .one-three.img-aside.gap-20 .more-items-item, .one-three.img-aside.gap-30 .more-items-item, .one-three.img-aside.gap-40 .more-items-item {
     width: calc(33.13333% - var(--gap));
}
 .one-four.img-aside.gap-0 .more-items-item, .one-four.img-aside.gap-10 .more-items-item, .one-four.img-aside.gap-20 .more-items-item, .one-four.img-aside.gap-30 .more-items-item, .one-four.img-aside.gap-40 .more-items-item {
     width: calc(25% - var(--gap));
}
/* Image aside */
 .img-aside .more-items-item {
     width: 100%;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     padding: 0;
     margin-bottom: 30px;
     background-color: #ffffff;
     border-radius: var(--border-radius-items);
}
 .img-aside .more-items-item>a, .img-aside .more-items-item .more-items-img-container {
     width: 50%;
}
 .img-aside .more-items-item>a img, .img-aside .more-items-item .more-items-img-container img, .img-end-start.img-aside .more-items-item:nth-child(odd) .wrapper, .img-end.img-aside .wrapper {
     border-radius: var(--border-radius-items) 0 0 var(--border-radius-items);
}
 .img-aside .more-items-item .wrapper {
     background-color: transparent;
}
 .img-aside.top-box .more-items-item .wrapper {
     padding-bottom: 0;
}
 .img-aside.bottom-box .more-items-item .wrapper {
     padding-top: 0;
     padding-bottom: 20px;
}

 .img-aside.img-max-w .more-items-item>a, .img-aside.img-max-w .more-items-item .more-items-img-container {
     max-width: var(--img-max-w);
}
 .related-content .img-aside .more-items-item {
     background-color: transparent;
}
 .related-content .img-aside .more-items-item .wrapper {
     padding: 5px 10px;
}
 .related-content .img-aside .more-items-item h2 {
     font-size: 18px;
}
 .related-content .img-aside .more-items-item>a, .related-content .img-aside .more-items-item .more-items-img-container {
     max-width: 100px;
}
 .img-end-start.img-aside .more-items-item:nth-child(odd), .img-end.img-aside .more-items-item {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -ms-flex-flow: row-reverse;
     -webkit-flex-flow: row-reverse;
     flex-flow: row-reverse;
}
 .img-end-start.img-aside .more-items-item:nth-child(odd)>a img, .img-end-start.img-aside .more-items-item:nth-child(odd) .more-items-img-container img, .img-end.img-aside .more-items-item>a img, .img-end.img-aside .more-items-item .more-items-img-container img, .img-aside .wrapper {
     border-radius: 0 var(--border-radius-items) var(--border-radius-items) 0;
}
 .img-end-start.img-aside .more-items-item:nth-child(odd) .wrapper, .img-end.img-aside .wrapper, .img-start-end.img-aside .more-items-item:nth-child(even) .wrapper {
     text-align: right;
}
 .img-start-end.img-aside .more-items-item:nth-child(even) {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -ms-flex-flow: row-reverse;
     -webkit-flex-flow: row-reverse;
     flex-flow: row-reverse;
}
 .img-start-end .more-items-item:nth-child(even) {
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
     -ms-flex-flow: column-reverse;
     -webkit-flex-flow: column-reverse;
     flex-flow: column-reverse;
}
 .img-end-start .more-items-item:nth-child(odd), .img-end .more-items-item {
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
     -ms-flex-flow: column-reverse;
     -webkit-flex-flow: column-reverse;
     flex-flow: column-reverse;
}
 .boxed.bottom-box .more-items-item {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
}
 .boxed.bottom-box .wrapper {
     margin-bottom: 5%;
     bottom: 0;
}
 .boxed.top-box .more-items-item {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
}
 .boxed.top-box .wrapper {
     margin-top: 5%;
}
 .boxed.center-box .more-items-item {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 .boxed.right-box .more-items-item {
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     -webkit-align-items: flex-end;
}
 .boxed.right-box .wrapper {
     margin-right: 5%;
     width: 50%;
}
 .boxed.left-box .more-items-item {
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-align-items: flex-start;
}
 .boxed.left-box .wrapper {
     margin-left: 5%;
     width: 50%;
}
 .boxed.center-h-box .more-items-item {
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 .boxed .wrapper {
     position: absolute;
     width: 70%;
     max-width: 500px;
     border-radius: var(--border-radius-boxes);
}
 .one-one.boxed .wrapper {
     max-width: 600px;
}
 .boxed .btn-empty, .boxed .link-button a {
     border: none;
     color: #ffffff;
     background-color: #276CF2;
}
 .boxed .btn-empty:hover, .boxed .link-button a:hover {
     background-color: #1857d4;
}
/* Text over */
 .text-over .more-items-item {
     display: block;
     border-radius: var(--border-radius-items);
}
 .text-over .wrapper {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 1;
     padding: 40px;
     background: none;
     border-radius: var(--border-radius-items);
     background-color: rgba(0, 0, 0, 0.5);
     -webkit-transition: background-color 0.2s;
     -o-transition: background-color 0.2s;
     transition: background-color 0.2s;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
}
 .text-over .wrapper h2 {
     min-height: 10px;
     -webkit-box-flex: 0;
     -ms-flex: none;
     flex: none;
     -webkit-flex: none;
}
 .text-over .wrapper h2 a:hover {
     opacity: 1;
}
 .text-over .wrapper * {
     color: #ffffff;
}
 .text-over .more-items-item>a:not(.all-box-link), .text-over .more-items-item .more-items-img-container {
     display: block;
     background-color: #000000;
}
 .text-over .more-items-item>a img, .text-over .more-items-item .more-items-img-container img, .boxed .more-items-item>a img, .boxed .more-items-item .more-items-img-container img {
     border-radius: var(--border-radius-items);
}
 .text-over.center-box .wrapper, .slide.center-box {
     background-color: rgba(0, 0, 0, 0.2);
     -webkit-transition: background-color 0.2s;
    /* Safari */
     -o-transition: background-color 0.2s;
     transition: background-color 0.2s;
     text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
 .center-box .wrapper, .slide.center-box {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 .text-over.center-box .more-items-item:hover .wrapper {
     background-color: rgba(0, 0, 0, 0.1);
}
 .text-over.bottom-box .wrapper, .slide.bottom-box .slide-content {
     background: url(data:image/svg+xml;
     base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
     top: auto;
}
 .bottom-box .wrapper, .slide.bottom-box {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
}
 .text-over.top-box .wrapper, .slide.top-box .slide-content {
     background: url(data:image/svg+xml;
     base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
     bottom:auto;
}
 .top-box .wrapper, .slide.top-box {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
}
 .text-over.bottom-box .more-items-item>a .more-items-img, .text-over.top-box .more-items-item>a .more-items-img {
}
 .top-box .more-items-item .wrapper>*, .center-box .more-items-item .wrapper>*, .bottom-box .more-items-item .wrapper>* {
     -webkit-box-flex: 0;
     -ms-flex: none;
     flex: none;
     -webkit-flex: none;
}
 .cover-box .wrapper, .slide.cover-box {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
}
/* Rounded image */
 .rounded:not(.img-aside) {
     text-align: center;
}
 .rounded ul li {
     background-color: transparent !important;
}
 .rounded ul li .wrapper, .rounded .wrapper {
     background-color: transparent !important;
}
 .rounded img {
     border-radius: 50% !important;
}
/* Large */
 .large-text .wrapper h2 {
     font-size: 56px;
}
 .large-text .link-button, .large-text .link-button a {
     font-size: 24px;
}
 .large-text time {
     font-size: 24px;
}
/* Slide items */
 .slide-items .more-items-item {
     width: 100% !important;
}
 .slide-items .more-items-list {
     display: none ;
}
 .slide-items .showmore-inline.pagination .pagination-page.next, .slide-items .pagination.more .pagination-more {
     display: none;
}
 .column>.slide-items.widget {
     padding-left: 0 !important;
     padding-right: 0 !important;
}
/* Video */
 .more-video-items {
     width: 100%;
     margin-bottom: 0;
}
 .video-items .wrapper time {
     margin-top: 0;
}
/* Video Element */
 .video-view header {
     padding: 20px;
     background-color: #ffffff;
}
 .video-element .vidPlayer {
     width: 100%;
     display: block;
}
 .video-element-title {
     color: #ffffff;
     display: inline-block;
     font-size: 40px;
}
 .video-element-time {
     padding-bottom: 10px;
     display: block;
}
/* Galleries list */
 .galleries-items .galleries-item .galleries-item-count {
     font-size: 12px;
     text-transform: none;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: bold;
     color: #a7adb1;
}
 .galleries-item-time {
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     -webkit-order: -1;
     order: -1;
}
/* Social stream */
 .social-stream a:hover{
     text-decoration: none;
}
 .widget.social-stream, .full-content .widget.social-stream {
     position: relative;
     padding-bottom: 0;
}
 .widget.social-stream.dark, .widget.social-stream.dark:not(.text-over) .wrapper {
     background-color: transparent;
}
 .widget.social-stream.dark:not(.text-over) .wrapper {
}
 .socialstream-items-list {
}
 .social-stream .socialstream-item {
     position: relative;
     min-height: 65px;
     border-radius: 6px;
     overflow: hidden;
     background-color: #0d0c11 !important;
}
 .social-stream .socialstream-item img {
     padding: 0;
     border-radius: 0 !important;
}
 .social-stream.text-over .socialstream-item {
     padding-bottom: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content:center;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
}
 .social-stream.text-over .socialstream-item.no-image {
     -webkit-box-pack: stretch;
     -ms-flex-pack: stretch;
     justify-content: stretch;
     -webkit-justify-content:stretch;
     background: #1b1b20 !important;
}



 .social-stream.text-over .socialstream-item.no-image .wrapper .socialstream-item-message {
     opacity: 1;
}
 .social-stream.text-over .socialstream-item .wrapper {
     position: absolute;
     width: inherit;
     left: 0;
     right: 0;
     text-align: right;
     bottom: 0;
     top: 0;
     padding: 0 !important;
     background: transparent;
}
 .social-stream.text-over .socialstream-item.no-image .wrapper, .social-stream.text-over .socialstream-item.no-photo .wrapper {
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content:space-between;
     padding-top: 0 !important;
     position: absolute;
}
 .social-stream.text-over .socialstream-item .socialstream-img {
     display: none;
}
 .social-stream.text-over .socialstream-item .wrapper .socialstream-item-message {
     opacity:0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
     -webkit-flex-column:column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content:center;
     height: 100%;
     -webkit-transition: opacity 0.2s;
     -o-transition: opacity 0.2s;
     transition: opacity 0.2s;
}
 .social-stream.text-over .socialstream-item:hover .wrapper .socialstream-item-message {
     opacity:1;
}
 .social-stream.text-over .socialstream-item .socialstream-item-username-image img {
     left: 10px;
     top: 18px;
}
 .social-stream.text-over .socialstream-item .socialstream-item-username, .social-stream.text-over .socialstream-item .socialstream-item-time {
     padding: 10px;
}
 .social-stream.text-over .socialstream-item .socialstream-item-time {
     background: url(data:image/svg+xml;
     base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
     background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
 .social-stream.text-over .socialstream-item .wrapper:after {
     color: #ffffff !important;
     top: 5px;
}
 .social-stream .socialstream-item .wrapper {
     -webkit-transition: background-color 0.2s;
     -o-transition: background-color 0.2s;
     transition: background-color 0.2s;
}
 .social-stream .socialstream-item.no-image, .social-stream .socialstream-item.no-photo {
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-align-items: flex-start;
}
 .social-stream .socialstream-item.no-image >a, .social-stream .socialstream-item.no-photo >a{
     display: none;
}
 .social-stream .socialstream-item.no-image .wrapper, .social-stream .socialstream-item.no-photo .wrapper {
     border-radius: var(--border-radius-items);
     padding-top: 50px !important;
     -webkit-box-flex: 0;
     -ms-flex: none;
     flex: none;
     -webkit-flex: none;
     position: relative;
     border-radius: 6px;
     overflow: hidden;
}
 .social-stream .socialstream-item .wrapper:after {
     position: absolute;
     left: 5px;
     top: 5px;
     content: "";
    /* background-color: #dddddd;
     */
     width: 24px;
     height: 24px;
     font-family: "FontAwesome";
     font-size: 24px;
     text-align: center;
     line-height: 24px;
     color: #ffffff;
     z-index: 1;
}
 .social-stream .socialstream-item .wrapper:before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 60px 60px 0 0;
     border-color: #007bff transparent transparent transparent;
     line-height: 0px;
     _border-color: #007bff #000000 #000000 #000000;
     _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
     z-index: 1;
}
 .social-stream .socialstream-item .wrapper>a {
     color: var(--titles-color);
     margin: 0;
     position: relative;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
     -webkit-flex-column:column;
     -webkit-transition: background-color 0.2s;
     -o-transition: background-color 0.2s;
     transition: background-color 0.2s;
}
 .social-stream.text-over .socialstream-item:hover .wrapper>a {
     background-color: rgba(0, 0, 0, 0.6);
}
 .social-stream.color .socialstream-item.Instagram .wrapper, .social-stream.text-over .socialstream-item.socialstream-Instagram.no-image {
     background-color: #517fa4;
}
 .social-stream.color .socialstream-item.Instagram:hover .wrapper {
     background-color: #477294;
}
 .social-stream .socialstream-item.Instagram .wrapper:after, .social-stream .socialstream-item.socialstream-Instagram .wrapper:after {
     content: "\f16d";
}
 .social-stream .socialstream-item.Instagram .wrapper:before, .social-stream .socialstream-item.socialstream-Instagram .wrapper:before {
     border-color: #517fa4 transparent transparent transparent;
     _border-color: ##517fa4 #000000 #000000 #000000;
}
 .social-stream.color .socialstream-item.Twitter .wrapper, .social-stream.text-over .socialstream-item.socialstream-Twitter.no-image {
     background-color: #00aced !important;
}
 .social-stream.color .socialstream-item.Twitter:hover .wrapper {
     background-color: #0090c6;
}
 .social-stream .socialstream-item.Twitter .wrapper:after, .social-stream .socialstream-item.socialstream-Twitter .wrapper:after {
     content: "\f099";
}
 .social-stream .socialstream-item.Twitter .wrapper:before, .social-stream .socialstream-item.socialstream-Twitter .wrapper:before {
     border-color: #00aced transparent transparent transparent;
     _border-color: #00aced #000000 #000000 #000000;
}
 .social-stream.color .socialstream-item.Facebook .wrapper .social-stream.text-over .socialstream-item.socialstream-Facebook.no-image {
     background-color: #3b5998;
}
 .social-stream.color .socialstream-item.Facebook:hover .wrapper {
     background-background-color: #324d85;
}
 .social-stream .socialstream-item.Facebook .wrapper:after, .social-stream .socialstream-item.socialstream-Facebook .wrapper:after {
     content: "\f082";
}
 .social-stream .socialstream-item.Facebook .wrapper:before, .social-stream .socialstream-item.socialstream-Facebook .wrapper:before {
     border-color: #3b5998 transparent transparent transparent;
     _border-color: #3b5998 #000000 #000000 #000000;
}
 .social-stream.color .socialstream-item.Google .wrapper, .social-stream.text-over .socialstream-item.socialstream-Google.no-image {
     background-color: #dd4b39;
}
 .social-stream.color .socialstream-item.Google:hover .wrapper {
     background-color: #af382a;
}
 .social-stream .socialstream-item.Google .wrapper:after {
     content: "\f0d4";
}
 .social-stream .socialstream-item.Google .wrapper:before {
     border-color: #dd4b39 transparent transparent transparent;
     _border-color: #dd4b39 #000000 #000000 #000000;
}
 .social-stream .socialstream-item .socialstream-item-username-image, .social-stream.list-view .socialstream-item .socialstream-item-username-image {
     width: 40px;
     margin: 0;
     border-radius: 50%;
     padding: 0;
     min-width: inherit;
     max-width: none;
     top: 0;
     position: absolute;
     left: 0;
}
 .social-stream .socialstream-item .socialstream-item-username-image img, .social-stream.list-view .socialstream-item .socialstream-item-username-image img {
     border-radius: 50%;
}
 .social-stream .socialstream-item .socialstream-item-username {
     display: block;
     font-weight: bold;
     text-align: left;
     padding-left: 60px;
     font-size: 16px;
     padding-right: 0;
}
 .social-stream .socialstream-item .socialstream-item-time {
     display: block;
     padding-left: 60px;
     font-size: 12px;
     padding-right: 0;
}
 .social-stream.text-over .socialstream-item .socialstream-item-time {
     text-align: right;
}
 .social-stream.text-over .socialstream-item.no-image .socialstream-item-time {
     background: transparent;
}
 .social-stream .socialstream-item .socialstream-item-message {
     display: block;
     font-size: 14px;
     letter-spacing: 0.05em;
     font-family: "Open Sans";
     font-weight: 400;
     padding: 10px;
     margin: 0;
}
 .social-stream.text-over .socialstream-item .socialstream-item-message {
     text-align: center;
}
 .social-stream.list-view .socialstream-item {
     width: 100%;
     margin: 10px 0;
}
 .social-stream.list-view .socialstream-item img {
     padding: 0 20px 0 0;
     float: left;
     width: 30%;
     min-width: 100px;
     max-width: 300px;
}
 .social-stream.color .socialstream-item .wrapper *, .social-stream.color .socialstream-item .wrapper:after {
     color: #ffffff;
}

.social-stream.slide-items .socialstream-item {
     margin-bottom: 0;
}




/* Article */
 .widget.article-view .article {
     max-width: 1024px;
     margin: 0 auto;
     background: #ffffff;
     padding: 50px 0;
}
 .widget.article-view .article header {
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -ms-flex-line-pack: stretch;
     align-content: stretch;
     -webkit-align-content: stretch;
}
 .widget.article-view .article header>* {
     margin-top: 15px;
     margin-bottom: 15px;
}
 .widget.article-view, .column .widget.article-view {
     padding: 0;
}
 .primary-content .widget.article-view {
     background-color: #ffffff;
}
 .primary-content .widget.article-view .article {
     padding: 40px 0 
}
 .article-view-title, .article-view-time, .article-view-category, .article-view-intro, .article-view-body, .article-view header figure, .article-view #slideshow-gallery {
     display: block;
     margin-left: auto;
     margin-right: auto;
     max-width: 800px;
     width: 90%;
     text-align: center;
}
 .full-content .article-view-title {
     margin: 30px auto;
}
 .article-view-intro {
}
 .article-view-body {
     padding-bottom: 20px;
     overflow: auto;
}
 .article-view-body ul {
     margin-left: 0;
     margin-top: 0;
     display: table;
}
 .article-view-title {
     margin: 30px auto;
     text-align: center;
     color: #000000;
}
 .article-view-time {
     text-align: center;
     font-size: 18px;
     display: block;
}
 .article-view-category {
     font-size: 18px;
     text-transform: none;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: bold;
     color: var(--titles-color);
     text-align: center;
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     -webkit-order: -1;
     order: -1;
}
 .article-view header figure, .article-view #slideshow-gallery {
     margin-bottom: 40px;
     position: relative;
}
 .article-view-intro p {
     font-weight: bold;
     font-size: 20px;
}
 .article-view-intro p, .article-view-body p {
     text-align: justify;
}
 .article-view-text > * {
     font-weight: 300;
}
 .article-view-text > figure {
     margin-bottom: 25px;
}
 .article-view-body table {
     width: 100%;
}
 .article-view-footer {
     text-align: center;
     padding: 20px 0;
}
 .share-button {
     display: inline-block;
     vertical-align: top;
}
 .share-button.addthis_default_style>iframe {
     width: 112px !important;
}
 .fb_iframe_widget {
     padding-right: 20px;
     padding-left: 30px;
}
 .widget .article header .main-image-slide .fotorama__video {
     position: relative;
     top: 0;
     width: 80%;
     margin: auto;
}
 .widget .article header .main-image-slide .fotorama__video:before {
     display: block;
     content: " ";
     width: 100%;
     padding-top: 56.25%;
     top: auto;
}
 .widget .article header .main-image-slide .fotorama__video iframe {
     width: 100%;
}
 .widget .article header .main-image-slide .fotorama__wrap--video {
     z-index: 9999999;
     position: fixed;
}
 .widget .article header .main-image-slide .fotorama__wrap--video:after {
     position: fixed;
     content: "";
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.9);
}
 .widget .article header .main-image-slide .fotorama__wrap--video .fotorama__stage__frame.fotorama__active {
     position: fixed;
     height: 100%;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
}
 .widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .article-header-data {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
}
 .widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide .slide-content .article-header-data .article-header-icon {
     margin-left: 0;
     margin-right: 30px;
}
 .widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide.topstory-text-right .slide-content .article-header-data {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
}
 .widget .article header .main-image-slide .fotorama__stage__frame.fotorama__stage__frame--video .slide.topstory-text-right .slide-content .article-header-data .article-header-icon {
     margin-right: 0;
     margin-left: 30px;
}
 .widget .article header .main-image-slide .fotorama__video-close {
     top: 0;
     width: 48px;
     height: 48px;
     background: none;
     line-height: 48px;
     font-size: 36px;
     text-align: center;
     margin: 10px;
     right: 0;
     position: fixed;
}
 .widget .article header .main-image-slide .fotorama__video-close:before {
     content: "\f2c0";
     color: #ffffff;
     display: inline-block;
     font-family: "Ionicons";
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     text-rendering: auto;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .main-img.widget.article-view .article {
     max-width: none;
     padding-top: 0;
     background-color: transparent;
}
 .main-img.widget.article-view .article .article-view-body {
     background-color: #ffffff;
     max-width: var(--max-width-column);
     padding: 42px calc((var(--max-width-column) - 1024px) / 2);
     margin-top: -100px;
     z-index: 1;
     position: relative;
     text-align: left;
     width: 100%;
}
 .main-img.widget.article-view .article .article-view-body .article-view-time, .main-img.widget.article-view .article .article-view-body .article-view-intro, .main-img.widget.article-view .article .article-view-body .article-view-title {
     color: #000000;
     width: 100%;
     max-width: none;
     text-align: left;
}
 .main-img.widget.article-view .article .article-view-body .article-view-title {
     border-bottom: 1px solid #dddddd;
     padding-bottom: 30px;
     margin-top: 10px;
}
 .main-img.widget.article-view .article .article-view-body .article-view-time {
     color: #818181;
}
 .main-img.widget.article-view:not(.full-column) .article .article-view-body .article-view-intro p{
     text-align: left;
}
 .main-img.widget.article-view .article header #article-view-slide {
     margin-top: 0;
     margin-bottom: 0;
}
 .full-column .article-view-intro {
     margin-bottom: 40px;
}
 .dark .share-buttons {
     color: #ffffff;
}
 #video .share-buttons {
     margin: 10px 0;
}
 #video .share-buttons .share-text {
     padding-left: 0;
}
 #video .share-buttons .share-text, #video .share-buttons .share {
}
 .share-buttons {
     margin-top: 30px;
     margin-bottom: 30px;
     text-align: center;
}
 .share-buttons:hover .share {
     opacity: 1;
}
 .share-buttons .share a {
     color: #8f8f8f;
     margin-right: 10px;
     font-size: 24px;
     text-decoration: none;
}
 .share-buttons .share-text, .share-buttons .share {
     margin: 0;
     position: relative;
     width: auto !important;
     padding: 5px 16px;
     z-index: 10;
     display: inline-block;
     border-radius: 30px;
     font-family: "Open Sans";
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 1px;
}
 .share-buttons .share-text {
     display: inline-block;
     vertical-align: middle;
     color: #8f8f8f;
     font-weight: 400;
}
 .share-buttons .share-text:hover, .share-buttons .share a:hover {
     color: #00B2A9;
}

 .share-buttons .share {
     display: inline-block;
     vertical-align: middle;
}
 .boat .main-img.widget.article-view .article .article-view-body .article-view-title {
     -webkit-box-ordinal-group:0;
     -ms-flex-order:-1;
     -webkit-order:-1;
     order:-1;
}
 .boat #article-video {
     display: none;
}
 .boat .main-img.widget.article-view .article .article-view-body {
     margin-top: 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
}
/* Photo Article */
 #article-photo .article-photo-title {
     margin-bottom: 30px;
}
/* Pagination */
 .full-content .pagination {
}
 .pagination {
     text-align: center;
     position: relative;
     font-weight: normal;
}
 .pagination:hover {
}
 .pagination:hover .pagination-page {
}
 .pagination:hover a, .pagination a:hover {
     background-color: #fafafa;
}
.pagination.more .pagination-more:hover, .pagination.showmore-inline .pagination-page:hover, .load-more-bt:hover, .widget-link>a:hover {
     color: #00B2A9;
}

 .pagination-page, .pagination.more .pagination-more, .pagination.showmore-inline .pagination-page, .load-more-bt, .widget-link>a {
     padding: 0 10px;
     line-height: 1.4;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     -webkit-transition: all 0.3s;
     background: transparent;
     width: 100%;
     margin: auto;
     color: #ffffff;
     border: none;
     border-radius: var(--border-radius-form);
     display: block;
     font-weight: bold;
     font-family: "Open Sans";
     letter-spacing: 2px;
     font-size: 16px;
}
 .load-more-bt {
     color: #00B2A9;
}

 .pagination-page:before {
     text-indent: 0;
     position: absolute;
}
 .pagination-page.next {
     right: 0;
     top: 0;
     z-index: 1;
}
 .pagination-page.next:before {
     content: "\f061";
     font-family: "FontAwesome";
     right: 10px;
}
 .pagination-page.previous {
     left: 0;
     top: 0;
     z-index: 1;
}
 .pagination-page.previous:before {
     content: "\f060";
     font-family: "FontAwesome";
     left: 10px;
}
 .pagination-page.current {
     position: relative;
     padding: 10px;
     text-indent: 0;
     display: block;
}
 .showmore-inline.pagination {
}
 .showmore-inline.pagination .pagination-page.next, .pagination.more .pagination-more {
     text-indent: 0;
     position: relative;
     font-size: 18px;
     font-weight: bold;
     display: block;
     text-transform: uppercase;
}
 .showmore-inline.pagination .pagination-page.next:before {
     display: none;
}
 .pagination-page:after {
     position: absolute;
     content: "\f021";
     font-family: "FontAwesome";
     width: 40px;
     height: 40px;
     left: 50%;
     margin-left: -20px;
     display: none;
     font-size: 30px;
     top: 3px;
     text-indent: 0;
}
 .loading.showmore-inline .pagination-page, .loading.showmore-inline.pagination .pagination-page.next {
     text-indent: -99999px;
}
 @-webkit-keyframes spinner {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0) 
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg) 
    }
}
 @keyframes spinner {
     0% {
         -webkit-transform: rotate(0);
         -ms-transform: rotate(0);
         transform: rotate(0) 
    }
     100% {
         -webkit-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         transform: rotate(360deg) 
    }
}
 .loading>.pagination-page:after {
     -webkit-animation: spinner 1s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
     animation: spinner 1s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
     display: block;
}
 .loading-container i {
     -webkit-animation: spinner 1s infinite ease-in-out;
     animation: spinner 1s infinite ease-in-out;
     animation-direction: reverse;
     font-size: 40px;
}
/* Scoreboard */
 #scoreboard {
}
 #scoreboard .section-title {
}
 .tabs-content .scoreboard .widget-title {
     display: none;
}
 .tabs-content .scoreboard {
     margin-bottom: 0;
     padding-bottom: 0;
}
 .scoreboard {
     font-size: 30px;
}
 .scoreboard>ul {
     list-style: none;
     margin: 0;
     padding: 20px;
}
 .scoreboard ul li {
     position: relative;
     margin: 0;
     border-top: 1px solid rgba(127, 127, 127, 0.2);
     padding: 12px 0;
     font-size: 24px;
}
 .scoreboard ul li * {
     color: var(--titles-color);
}
 .scoreboard ul li:hover {
     color: #999999;
}
 .scoreboard ul li:first-child {
     border: none;
}
 .scoreboard ul li .field-position {
     margin-right: 10px;
}
 .scoreboard ul li .field-points {
     position: absolute;
     right: 10px;
     top: 13px;
}
 .scoreboard li img {
     width: 7%;
     margin-right: 10px;
}
 .tabs-view .scoreboard>ul {
     padding-left: 0;
     padding-right: 0;
}
/* Tabs */
 .tabs {
     list-style: none;
     text-align: center;
     padding: 0;
     margin: 20px 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-align-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 .tabs li a {
     clear: none;
     margin: 0;
     text-decoration: none;
     letter-spacing: 2px;
     font-size: 10px;
     text-transform: uppercase;
     padding: 0;
     float: none;
     border: none;
     display: inline-block;
     color: #656b6f;
     line-height: 1.325;
     background-color: transparent;
     border-bottom: 0;
     border-color: rgba(0, 0, 0, 0);
     text-rendering: optimizeLegibility;
     visibility: visible;
     font-weight: 700;
     padding: 5px 12px;
     border-radius: var(--border-radius-form);
}
 .tabs li a.active {
     background-color: var(--main-color-bg);
     color: var(--main-color-text);
}
 .widget-title~header .tabs {
     margin-top: 0;
}
 .tabs-end, .tabs-start {
     position: relative;
     padding-top: 117px !important;
}
 .tabs-end > header, .tabs-start > header {
     position: absolute;
     left: 0;
     right: 0;
     margin-top: -64px;
}
 .tabs-end .widget-title, .tabs-start .widget-title, .tabs-end .section-title, .tabs-start .section-title {
     position: absolute;
     left: 0;
     right: 0;
     top: 40px;
     margin: 0 calc(var(--gap) / 2);
}
 .tabs-end .widget-title, .tabs-end .section-title {
     text-align: left;
}
 .tabs-end > header .tabs {
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
     margin: 0;
}
 .tabs-start .widget-title, .tabs-start .section-title {
     text-align: right;
}
 .tabs-start > header .tabs {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
     margin: 0;
}
 .full-width.tabs-end > header, .full-width.tabs-start > header, .full-width.tabs-end .widget-title, .full-width.tabs-start .widget-title, .full-width.tabs-end .section-title, .full-width.tabs-start .section-title {
     padding-left: 20px;
     padding-right: 20px;
}
 .secondary-content .tabs-view, .secondary-content .tabs-view .section-title, .secondary-content .tabs-view header {
     padding-right: 40px;
     padding-left: 40px;
}
 .secondary-content:first-child .tabs-view, .secondary-content:first-child .tabs-view .section-title, .secondary-content:first-child .tabs-view header {
     padding-left: 0;
}
 .secondary-content:last-child .tabs-view, .secondary-content:last-child .tabs-view .section-title, .secondary-content:last-child .tabs-view header {
     padding-right: 0;
}
 .tabs-col header {
     position: relative;
}
 .tabs-col header .tabs {
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     position: absolute;
     margin: 0;
     left: 0;
}
 .tabs-col header .tabs li a {
     padding: 0 0 5px;
     margin: 0 0 8px 0;
}
 .tabs-col .tabs-content {
     padding-left: 200px;
     padding-right: 200px;
     min-height: 400px;
}
 .tabs-bottom {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: reverse;
     -webkit-flex-direction: column-reverse;
     -ms-flex-direction: column-reverse;
     flex-direction: column-reverse;
}
 .large-tabs .tabs {
     margin-bottom: 40px;
}
 .large-tabs .tabs li a {
     font-size: 18px;
}
/* Sponsors */
 body.sponsors #content .widget.sponsors.dark ul {
     background-color: #1b1b20;
}
 body.sponsors #content .widget.sponsors:not(.dark) ul {
     background-color: #ffffff;
}
 body.sponsors #content .widget.sponsors ul {
     padding: 20px;
     max-width: var(--max-width-column) !important;
}
 body.sponsors #content .widget.sponsors ul li {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 .home .sponsors li {
     opacity: 0.9;
}
 .home .sponsors li:hover {
     opacity: 1;
}
 .home .sponsors li:hover img {
     filter: brightness(1);
     -webkit-filter: brightness(1);
}
#sponsors-main ul li {
  width: calc(26.9% - var(--gap));
}
 #sponsors-main ul li:first-child {
     width:100%;
     margin-left: 30%;
     margin-right: 30%;
     margin-bottom: -30px !important;
}
 #footer .sponsors li {
     margin-bottom: 0;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 #sponsors-side-nav {
     border-top: 1px solid rgba(255,255,255,0.3);
     margin: 0 50px;
     padding-top: 30px;
}
 #sponsors-side-nav ul li {
     margin-bottom: 0;
}
 #sponsors-side-nav ul li:first-child {
     width: 100%;
}
 #sponsors-side-nav ul li:first-child .more-items-img {
     width: 50%;
}
 body.sponsors #content #sponsors-main ul {
     padding-bottom: 0;
}
 body.sponsors #content #sponsors-main ul li {
     margin-bottom: 0;
}
 body.sponsors #content #sponsors-second-line ul{
     padding-top: 0;
}
 body.sponsors #content .widget#sponsors-second-line ul {
     padding-bottom: 50px;
}

#sponsors-second-line ul li {
     width: calc(12.085714% - var(--gap));
}
#sponsors-side-nav-secondnd-line ul li {
     width:calc(13.266667% - var(--gap));
}

/* Fotorama */
 .fotorama .fotorama__caption {
     opacity: .8;
     -o-transition: all .3s;
     transition: all .3s;
     -webkit-transition: all .3s;
     bottom: 3px;
}
 .fotorama .fotorama__caption .fotorama__caption__wrap {
     background: none;
     text-align: center;
     color: #ffffff;
     width: 80%;
     font-size: 12px;
     text-transform: none;
     letter-spacing: 2px;
     text-transform: uppercase;
     margin: 5px auto;
     display: block;
     text-shadow: 0 0 4px rgba(0, 0, 0, 0.5) 
}
 .fotorama .fotorama__wrap--no-controls .fotorama__caption {
     opacity: 0;
}
/* Sign up form */

#sign-up-overlay {
     background: url(../img/waves-bg-large.jpg) no-repeat center center transparent;
     background-size: cover;
   }
   #sign-up-overlay form {
     padding-top: 20px;
   }
   #sign-up-overlay form.ng-invalid .btn {
     opacity: 0.6;
   }
   #sign-up-overlay .widget-title {
     margin-bottom: 18px;
     color: #ffffff;
     font-size: 32px;
   }
   #sign-up-overlay .btn {
     background-color: #00B2A9;
     border-color: transparent;
     width: 100%;
   }


/* Simple Text */
 .simple-text-body {
     text-align: center;
     color: #ffffff;
}
 .simple-text-body p {
     color: #ffffff;
     max-width: 390px !important;
     padding: 20px;
     border-radius: 4px;
}
 .text-right .simple-text-body {
     text-align: right;
}
 .text-left .simple-text-body {
     text-align: left;
}
/* Widget link */
 .widget-link>a {
     display: block;
     width: auto;
     text-transform: uppercase;
     font-weight: bold;
}
 .widget-link>a:hover {
     text-decoration:none;
}
/* Countdown */
 .countdown {
     text-align: center;
     overflow: hidden;
}
 .countdown * {
     color: var(--main-color-text);
}
 .countdown-text {
     font-size: 42px;
     display: inline-block;
     padding: 10px 30px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-align-items: stretch;
     text-align: center;
     min-width: 500px;
}
 .countdown-text .number {
     line-height: 42px;
     height: 42px;
     margin-bottom: 10px;
}
 .countdown-text .name {
     font-size: 18px;
     line-height: 18px;
     opacity: 0.6;
     text-transform: uppercase;
}
 .countdown-text .countdown-time {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-align-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 .countdown-text .countdown-time>* {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-flow: column nowrap;
     -webkit-flex-flow: column nowrap;
     flex-flow: column nowrap;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -ms-flex-line-pack: center;
     align-content: center;
     -webkit-align-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     margin: 0 15px;
}
 .countdown-text .countdown-time .secs {
     width: 70px;
}
 #header .countdown>* {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 #header .countdown #widget-embed {
     position: relative;
}
 #header .countdown-text {
     font-size: 20px;
     padding: 0;
     min-width: 10px;
}
 #header .countdown-text .number {
     line-height: 20px;
     height: 20px;
     margin-bottom: 2px;
}
 #header .countdown-text .name {
     font-size: 11px;
     line-height: 11px;
}
 #header .countdown-text .countdown-time .secs {
     width: auto;
}
/* Social Links */
 #header #socialLinks header {
     display: none !important;
}
 #header #socialLinks .widget-title {
     color: var(--main-color-text);
     font-size: 12px;
     line-height: 12px;
     font-weight: bold;
     margin: -2px 5px 0 0;
     display: inline-block;
     vertical-align: middle;
     padding: 0;
     letter-spacing: 1px;
}
 #header #socialLinks:hover header {
     display: inline-block;
     vertical-align: middle;
}
 #header .social-icons {
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 #header .social-icons>div {
     margin: 0;
}
 #header .social-icons>div.social-search {
     position: relative;
     margin-left: 10px;
     padding-left: 10px;
}
 #header .social-icons>div.social-search:before {
     content: "";
     position: absolute;
     width: 1px;
     height: 20px;
     top: 50%;
     margin-top: -10px;
     left: 0;
     background-color: rgba(68, 68, 68, .11);
}
 #header .social-icons>div h3, #header .social-icons a {
     font-size: 17px;
     line-height: 17px;
}
 #header .social-icons a {
     padding: 13px 0 13px 26px;
     font-size: 20px;
}
 .social-icons>div {
     display: inline-block;
     text-align: center;
     margin-right: 20px;
}
 .social-icons>div h3 {
     margin: 0;
     font-size: 32px;
}
 #header .social-icons a:hover:before, #header .social-icons a:hover {
     color: #00B2A9;
}

 .social-icons .social-twitter a, .prefooter .social-icons .social-twitter a:hover:before {
     color: #ffffff;
}
 .social-icons .social-twitter a:before {
     content: "\f099";
}
 #header .social-icons .social-facebook a:hover {
}
 .social-icons .social-facebook a, .prefooter .social-icons .social-facebook a:hover:before {
     color: #ffffff;
}
 .social-icons .social-facebook a:before {
     content: "\f09a";
}
 #header .social-icons .social-instagram a:hover {
}
 .social-icons .social-instagram a, .prefooter .social-icons .social-instagram a:hover:before {
     color: #ffffff;
}
 .social-icons .social-instagram a:before {
     content: "\f16d";
}
 .social-icons .social-linkedin a:before {
     content: "\f0e1";
}
 #header .social-icons .social-linkedin a:hover {
}
 .social-icons .social-linkedin a, .prefooter .social-icons .social-linkedin a:hover:before {
     color: #0077B5;
}
 #header .social-icons .social-youtube a:hover {
}
 .social-icons .social-youtube a, .prefooter .social-icons .social-youtube a:hover:before {
     color: #ffffff;
}
 .social-icons .social-youtube a:before {
     content: "\f16a";
}
 #header .social-icons .social-search a:hover {
     background-color: #818892;
}
 .social-icons .social-search a:before {
     content: "\f002";
}
 .social-icons .social-website a, #header .social-icons .social-website a:hover:before, .prefooter .social-icons .social-website a:hover:before {
}
 .social-icons .social-website a:before {
     content: "\f0ac";
}
 #header .social-icons .social-weibo a:hover {
     background-color: #e62227;
}
 #header .social-icons .social-weibo a:hover:before {
     background-color: #e62227;
}
 .social-icons .social-weibo a, .prefooter .social-icons .social-weibo a:hover:before {
     color: #e62227;
}
 .social-icons .social-weibo a:before {
     content: "\f18a";
}
 #header .social-icons .social-youku a:hover {
     background-color: #1b96d5;
}
 #header .social-icons .social-youku a:hover:before {
     background-color: #1b96d5;
}
 .social-icons .social-youku a, .prefooter .social-icons .social-youku a:hover:before {
     color: #1b96d5;
}
 .social-icons .social-youku a:before {
     content: "\f01d";
}
 #header .social-icons .social-tumblr a:hover {
     background-color: #35465c;
}
 #header .social-icons .social-tumblr a:hover:before {
     background-color: #35465c;
}
 .social-icons .social-tumblr a, .prefooter .social-icons .social-tumblr a:hover:before {
     color: #35465c;
}
 .social-icons .social-tumblr a:before {
     content: "\f173";
}
 #header .social-icons .social-wechat a:hover {
     background-color: #70a63b;
}
 #header .social-icons .social-wechat a:hover:before {
     background-color: #70a63b;
}
 .social-icons .social-wechat a, .prefooter .social-icons .social-wechat a:hover:before {
     color: #70a63b;
}
 .social-icons .social-wechat a:before {
     content: "\f1d7";
}
 .social-icons a {
     color: var(--main-color-text);
     font-size: 20px;
     display: inline-block;
}
 .social-icons a:before {
     font-family: "FontAwesome";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 #header .social-icons a:before, .prefooter .social-icons a:before {
     color: var(--main-color-text);
}
 #footer nav:not(.burger-nav), #footer .widget {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
}
 #footer nav > ul {
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content:flex-start;
}
 #footer nav > ul li {
}
 #footer h2.widget-title, #footer h2.section-title {
     color: #ffffff;
     font-family: var(--font-family-main);
     margin-bottom: 0px;
     font-size: 18px;
     padding-left: 15px;
     letter-spacing: 2px;
}
 #footer h2.section-title {
     padding-left: 0;
}
 #footer .menu>li>a {
     color: var(--dark-text-color);
     font-weight: bold;
     text-transform: uppercase;
     padding-bottom: 5px;
     margin-bottom: 0;
     margin-top: 0;
     padding-top: 0 !important;
     font-size: 14px;
}
 #footer .menu>li>a:hover {
     color: #00B2A9;
}

 #footer .menu>li>a.icon-store {
     padding: 15px 15px 5px 15px;
     border: none;
}
 #footer .menu>li>a.icon-store:after {
     content: "";
}
 #footer #navigation-footer-legal ul li {
}
 #sponsors {
     padding-bottom: 0;
}
/* Added ========================================================== */
 #wrapper-newsletter {
     padding: 0;
     position: absolute;
     left: 50%;
     margin-left: calc((var(--max-width-column) / 2) - var(--max-width-column));
     margin-top: 68px;
}
 #wrapper-newsletter #widget-link, #wrapper-newsletter #email-subscribe {
     top: auto;
    text-align: center;
    margin-left: 33%;
    margin-right: 33%;
}
 #wrapper-newsletter #email-subscribe {
     position: relative;
     margin: auto;
     text-align: center;
}
 #wrapper-newsletter #email-subscribe .form-buttons .form-messages {
     padding: 0;
     max-width: 310px;
     font-size: 14px;
     margin-top: -3px;
}
 #wrapper-social > * {
     max-width: calc(var(--max-width-column) + var(--gap)) !important;
}
 #wrapper-social {
     padding-top: 40px;
     padding-bottom: 40px;
}
 #wrapper-social .btn-section-link {
     right: calc((100% - var(--max-width-column))/2) 
}
 .menu>li>a.icon-store {
     border: 1px solid #00B2A9;
     border-radius: 20px;
     margin: auto 0;
     height: 30px;
 }
 h2.widget-title,
  h2.section-title{
     font-size: 20px;
     font-family: "Open Sans";
     font-weight: bold;
     letter-spacing: 2px;
     color: #00B2A9;
     margin-bottom: 46px;
}

 .icon-store:after{
     font-family: "FontAwesome";
     content: "\f290";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #ffffff;
     font-size: 17px;
     line-height: 60px;
     text-align: center;
     margin-left: 7px;
     margin-top: -2px;
}
/*HOME SOCIAL*/
 #social-links-about.social-links.btn-section-link {
     float: none;
     top: auto;
     left: auto;
     right: auto;
     margin: auto;
     background: none;
     border: none;
     padding-left: 0;
     padding-right: 0;
}
 #social-links-about.social-links.btn-section-link .social-icons>div {
     margin: 0 10px;
}
 #social-links-about.social-links.btn-section-link .social-icons>div h3 {
     line-height: 1;
}
 #social-links-about.social-links.btn-section-link .social-icons a {
     font-size: 32px;
}
 #social-links-about.social-links.btn-section-link .social-icons a:hover {
     color: #00B2A9;
}

 #wrapper-social .widget-title a{
     color: #00B2A9;
}

 .social-links.btn-section-link {
     background: #00B2A9;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}

 .social-links.btn-section-link h2.widget-title {
     color: #ffffff;
     font-size: 14px;
     text-transform: uppercase;
     margin: 0;
     padding-right: 20px;
}
 .social-icons h3 {
     line-height: 0;
}
 #social-links-header {
     margin: 0 50px ;
     float: none;
     background: transparent;
     padding-bottom: 20px;
     border:none;
     border-bottom: 1px solid rgba(255,255,255,0.3);
     border-radius:0;
     padding-left: 0;
     padding-right: 0;
     top: 0;
}
 #navigation-mobile #social-links-header {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: -webkit-flex !important;
     display: flex !important;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 #social-links-header.btn-section-link h2.widget-title {
     font-family: var(--font-family-main);
     font-size: 16px;
}
/*HOME TABS*/
 .more-items:not(.text-over) .tabs-content .more-items-item .wrapper, .socialstream .dark.widget:not(.text-over) .socialstream-items-list .wrapper{
     background-color: #1b1b20;
}
 .tabs-content .more-items-item {
     border-radius: 6px;
     overflow: hidden;
}
 .home .tabs-content .wrapper h2{
     font-size: 25px;
}
 #content-landing-news .load-more-bt:after, .load-more-bt:after{
     content: "\f3D0";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family: "Ionicons";
     font-size: 20px;
     line-height: 60px;
     text-align: center;
     margin-left: 7px;
}
 date-time ng-binding{
     display: none;
}
 .btn-section-link {
     border: 2px solid #00B2A9;
     margin: 0;
     position: relative;
     float: right;
     top: 25px;
     width: auto !important;
     padding: 5px 16px;
     z-index: 10;
 }
 #wrapper-news {
     position: relative;
}
 #wrapper-news .btn-section-link, #email-subscribe {
     margin-right: calc(var(--gap) / 2);
     position: absolute;
     right: 0;
     top: 70px;
     width: auto;
}
 #wrapper-news .btn-section-link a:after{
     content:"\f003";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family:"FontAwesome";
     font-size: 18px;
     margin-left: 10px;
}
 .round{
     border-radius: 30px;
}
 #widget-link.btn-rnzys {
     padding: 0;
}
 .btn-rnzys a{
     background: url(/assets/img/rnzys-bg.png) no-repeat center bottom;
     color: #ffffff;
     padding: 85px 0;
     font-size: 25px;
     font-weight: 200;
     background-size: cover;
}
 .btn-rnzys a:before{
     content: url(/assets/img/rnzys-flag.png);
     padding-bottom: 20px;
     display: block;
}
 #wrapper-news .load-more-bt {
     width: 97%;
     color: #00B2A9;
}

 .wrapper-media {
     max-width: calc(var(--max-width-column) + var(--gap)) !important;
     position: relative;
}
 .wrapper-media .widget-title {
}
 .wrapper-media .btn-section-link a:after{
     font-family: "FontAwesome";
     font-size: 20px;
     margin-left: 10px;
}
 #wrapper-video{
     border-bottom:1px solid rgba(255,255,255,0.2);
}
 #wrapper-video .btn-section-link a:after {
     content:"\f03d";
}
 #wrapper-photo .btn-section-link a:after{
     content:"\f03e";
}
 .wrapper-media #video-landing {
     max-width: 100%;
}
/*HOME VIDEO*/
 .home #video.widget.layout-row.video-view {
     background: #1b1b20;
     border-radius: 6px 6px 0px 0px;
     overflow: hidden;
}
 #video p {
     color: #a7adb1;
}
 .video-view header{
     background: none;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
}
 .wrapper-media .btn-section-link {
     margin-right: calc(var(--gap) / 2) !important;
     top: 42px;
     float: none;
     display: inline-block;
     position: absolute;
     right: 0;
}
 .video-view .video-element-time {
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     -webkit-order: -1;
     order: -1;
}
 .home #more-video {
     background-color: #1b1b20;
     border-radius: 0 0 6px 6px;
}
 #more-video li.more-video-item.more-items-item {
     background: none;
}
 #more-video .more-items-item .wrapper {
     padding-top: 0;
}
 #video article{
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-flex-wrap:wrap;
     display: -webkit-box ;
     display: -ms-flexbox ;
     display: -webkit-flex;
     display: flex ;
     -webkit-box-orient:horizontal;
     -webkit-box-direction:normal;
     -ms-flex-direction:row;
     -webkit-flex-direction:row;
     flex-direction:row;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-align-items: flex-start;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
}
 #video article > .video-element {
     padding: 0 20px 0 0;
     width: 66.6666%;
}
 #video article > .video-element iframe {
     border-radius: var(--border-radius-items);
     overflow: hidden;
}
 #video article > header {
     padding: 0 0 0 20px;
     width:33.3333333%;
}
 #video article > * {
     background: none;
}
 #video article .fotorama__caption {
     display: none !important;
}
 #more-video h2{
     margin-bottom: 6px;
}
 #more-video h2.more-video-item-title a {
}
 #more-video .more-items-item:before {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     content:"\f357" ;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family:"Ionicons" ;
     font-size: 20px;
     color:#ffffff ;
     background: #00B2A9;
     width: 24px;
}

 .subscribe{
    /* background: #1b1b20;
     */
}
 .subscribe h2.widget-title {
     margin: 0 auto;
     text-align: center;
     color: #ffffff;
     font-size: 28px;
     font-weight: 200;
     line-height: 1.4;
     padding: 28px 0 50px;
}
/*HOME SUBSCRIBE*/
 .home #registration-form, .home #email-subscribe .formly {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row wrap;
     -webkit-flex-flow: row wrap;
     flex-flow: row wrap;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     -webkit-justify-content: flex-end;
}
 .home #email-subscribe .widget-title {
     display: none;
}
 .home #email-subscribe .form-buttons {
     margin: 0;
     width: auto;
}
 .home #email-subscribe .form-buttons .form-messages{
     padding: 0;
}
 .form-buttons .tooltip {
     display: none !important;
}
 #email-subscribe {
     display: none;
     z-index: 1;
}
 #email-subscribe.active {
     display:block;
}
 #email-subscribe .input-block-level, #email-subscribe .form-control {
     border-radius: 38px 0 0 38px;
     height: 38px;
     font-size: 14px;
     width: 380px;
     padding: 0 20px;
     background-color: #313135;
     color: #ffffff;
}
 #email-subscribe .control-group.submit, #email-subscribe .submit-button {
     width: auto;
     margin: 0;
}
 #email-subscribe .control-group.email, #email-subscribe .formly-field.email, #email-subscribe .form-group {
     margin: 0;
}
 #email-subscribe .form-group {
     width: auto !important;
}
 #email-subscribe .btn-success {
     border-radius: 0 38px 38px 0;
     padding: 8px;
     width: 125px;
     font-size: 14px;
     line-height: 1.42857143;
}
 #email-subscribe .controls .alert.alert-success {
     padding: 7px 18px;
     border-radius: 38px;
}
 .black-bg{
     background-color: #000000;
}
 .social-links.btn-section-link.newsletter {
     top: 0;
     width: auto !important;
     background: transparent;
     border: none;
     border-top: 1px solid white;
     padding: 30px;
     margin-top: 30px;
}
 .social-links.btn-section-link.newsletter h2.widget-title{
     font-weight: 200;
     font-size: 24px;
     text-align: right;
     text-transform: none;
     color: #cfcfcf;
}
 .social-links.btn-section-link.newsletter .social-icons{
     text-align: left;
}
 .social-links.btn-section-link.newsletter .social-icons h3{
     font-size: 26px;
     color: #cfcfcf;
}
/*HOME SPONSORS*/
 #sponsors{
     border-bottom: 1px solid rgba(255,255,255,0.2);
     margin-bottom: 20px;
}

 #sponsors li.more-items-item:first-child {
     width: 30% !important;
     margin-bottom: 0;
}
 #sponsors li.more-items-item:first-child a {
     margin: 0 auto;
}
 .newsletter-wrapper {
    /*background: url(/assets/img/metalica.png) no-repeat bottom center #1b1b20;
     background-size: 100% auto;
     */
     padding-bottom: 100px !important;
     background-color: #1b1b20;
     position: relative;
}
/*.newsletter-wrapper:after{
     position: absolute;
     bottom: 0px;
     left:0px;
     width: 100%;
     text-align: center;
     content: "#ETNZ #NEWZEALANDSCUP";
     font-style: italic;
     font-weight: lighter;
     font-size: 35px;
     color: white;
     margin-bottom: 30px;
}
 */
 #hashtags {
     text-align: center;
     background-color:#e41917;
     position: absolute;
     bottom: 0px;
     left:0px;
     width: 100%;
     max-width: 100%;
}
 #hashtags:after {
     background: url(/assets/img/graphic-right.png) no-repeat transparent right bottom;
     position: absolute;
     right: 0;
     bottom: 0;
     width: 25%;
     max-width: 600px;
     height: 600px;
     background-size: contain;
     content: "";
}
 #hashtags:before {
     background: url(/assets/img/graphic-left.png) no-repeat transparent left bottom;
     position: absolute;
     left: 0;
     bottom: 0;
     width: 25%;
     max-width: 600px;
     height: 600px;
     background-size: contain;
     content: "";
}
 #hashtags p{
     text-align: center;
     font-style: italic;
     font-weight: 100;
     font-size: 24px;
     letter-spacing: 1px;
     color: white;
     margin: 15px 0;
}
 #hashtags p strong {
     font-style: normal;
     margin: 0 0 0 5px;
}
 #featured {
     padding-bottom: 20px;
     background: #1b1b20;
}
 #featured .more-items-item {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
}
 #featured .more-items-item > .more-items-img-container img {
     display: none !important;
}
 #featured .more-items-item.video > .more-items-img-container:after, .more-items-item.video .more-items-img-container:after {
     content: "";
     width: 70px;
     height: 70px;
     border-radius: 50%;
     border: 2px solid #00B2A9;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -35px;
     margin-left: -35px;
     background-color: rgba(0,0,0,0.2);
     -o-transition: background-color .3s;
     transition: background-color .3s;
     -webkit-transition: background-color .3s;
}

 #featured .more-items-item.video:hover > .more-items-img-container:after, .more-items-item.video:hover .more-items-img-container:after {
     background-color: #00B2A9;
}

 #featured .more-items-item.video > .more-items-img-container:before, .more-items-item.video .more-items-img-container:before {
     content: "\f488";
     font-family: "Ionicons";
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     text-rendering: auto;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     width: 50px;
     height: 50px;
     margin-top:-25px;
     margin-left: -25px;
     position: absolute;
     top: 50%;
     left: 50%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
     z-index: 1;
     color: #fff;
     font-size: 40px;
     padding-left: 4px;
}
 #history-landing .more-items-long-text {
     display: none;
     padding: 20px 0;
     margin: 0;
     font-size: 16px;
}
 #history-landing li .wrapper {
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
}
 #history-landing li:hover > a img {
     opacity: .4;
}
 #history-landing li:hover .wrapper {
     overflow: auto;
     overflow-y: scroll;
     -webkit-overflow-scrolling: touch;
     -webkit-box-pack: start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-justify-content: flex-start;
}
 #history-landing li:hover .wrapper > *{
     display:none 
}
 #history-landing li:hover .more-items-long-text{
     display:block 
}
/* Boat */
 .boat .article-view-text {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     font-family: var(--font-family-text);
}
 .boat .article-view-text .wrapper {
     background: none !important;
     padding: 0 !important;
}
 .boat .article-view-text p {
     display: none;
}
 .boat .article-view-text .img-50 {
     float:none;
}
 .boat-red-dot {
     background-color: #00B2A9;
     color: #ffffff;
     font-weight: bold;
     width: 30px;
     height: 30px;
     line-height: 30px;
     padding: 0;
     border-radius: 50%;
     text-align: center;
}

 #about-main .more-items-item .wrapper>* {
     margin: 2px 0;
}
 #about-main .more-items-long-text {
     font-weight: bold;
}
 .team .widget.article-view .article header {
     margin-bottom: 20px;
}
 .team .widget.article-view .article header > *{
     text-align: left;
}
 .boat3d-page.fixed-header #content {
     margin-top: 0;
     margin-bottom: 0;
}
 #boat-menu {
     position: absolute;
     top: 80px;
     z-index: 1;
     padding-top: 0;
     padding-bottom: 0;
}
 #boat-menu li {
     background: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: 0;
     border: 1px solid #ebeef3;
}
 #boat-menu li a {
     background: none;
     width: 92px;
     text-align: center;
     color: #ffffff;
     text-transform: uppercase;
     font-weight: bold;
     padding: 5px;
     letter-spacing: 1px;
}
 #boat-menu li a:before {
     content: "\f1c3";
     font-family: "Ionicons";
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-size: 24px;
     text-align: center;
     line-height: 14px;
     margin-right: 5px;
     vertical-align: middle;
     margin-top: -3px;
     display: inline-block;
}

 #boat3d {
     width: 100%;
     height: auto;
     min-width: 0 ;
     min-height: 360px;
     position: relative;
     overflow: hidden;
     z-index: 0;
     padding: 0;
}
 #boat3d .footer-tools {
     position: absolute;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     bottom: 29px;
     width: 100%;
     max-width: 1350px;
     margin: 0 auto;
     left: 50%;
     margin-left: -675px;
     background: url(../img/3dcontrols.png) transparent center center no-repeat;
     background-size: auto 100%;
}
 #boat3d .footer-tools .zone-1 {
     position: relative;
     min-width: 200px;
     height: 80px;
     width: 300px;
}
 #boat3d .footer-tools .zone-1:before, #boat3d .footer-tools .zone-1:after {
     width: 8px;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background-size: contain;
     background-repeat: no-repeat;
     background-color: transparent;
     background-position: center center;
     content: "";
     display: none;
}
 #boat3d .footer-tools .zone-1:before {
     background-image: url(../img/3d-boat-left-braquet.png);
}
 #boat3d .footer-tools .zone-1:after {
     background-image: url(../img/3d-boat-right-braquet.png);
     right: 0;
     left: auto;
}
 #boat3d .footer-tools .zone-3 .moreinfo-bt {
     display: none;
}
 #boat3d .footer-tools > * {
     width: 100%;
}
 #boat3d .footer-tools .zone-2 {
     width: auto;
}
 #boat3d .footer-tools .menu {
     margin: 0;
     padding: 0 0 0 40px;
     display: none;
}
 #boat3d .footer-tools .menu .dropdown > a:after {
     content: "\f3d8";
}
 #boat3d .footer-tools .menu > li {
     text-align: left;
}
 #boat3d .footer-tools .menu > li > a {
     display: inline-block;
     border: none;
     margin: 0;
}
 #boat3d .footer-tools .menu > li > a span:not(.label) {
     font-weight: bold;
}
 #boat3d .footer-tools .menu > li .submenu {
     left: 47px;
     right: 20px;
     top: auto;
     bottom: 47px;
     margin-left: 0;
     width: auto;
     text-align: left;
     background: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 #boat3d .footer-tools .menu > li .submenu a {
     padding-left: 20px;
     padding-right: 20px;
     text-align: left;
     color: #ffffff;
}
 #boat3d .footer-tools .menu > li .submenu a:hover {
     background: transparent;
     color: red;
}
 #boat3d .footer-tools .moreinfo-bt {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: row;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     color: #ffffff;
     height: 58px;
     cursor: pointer;
     margin: 10px 0 10px auto;
     padding: 0 0 0 20px;
     width: 195px;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
}
 #boat3d .footer-tools .moreinfo-bt span {
     padding: 0 10px;
     font-size: 15px;
     text-transform: uppercase;
}
 #boat3d .footer-tools .moreinfo-bt .ion {
     font-size: 25px;
}
 .touch .footer-tools {
     display: none !important;
}
 #model-boat3d {
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #000000;
     max-width: 100%;
}
 #dat {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 200;
}
 #ac75 {
     background-color: #e30612;
     padding-top: 100px;
     padding-bottom: 100px;
}
 #ac75.img-aside .more-items-item {
     background-color: #e30612;
     color: #ffffff;
     border: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: 0;
}
 #ac75.img-aside .more-items-item .wrapper {
     padding: 0 0 0 20px;
}
 #ac75.img-aside .more-items-item .wrapper h2 {
     margin-top: 0;
}
 #ac75.img-aside .more-items-item .wrapper .link-button a {
     background-color: #122246;
     color: #ffffff;
}
 #ac75.img-aside .more-items-item > a img {
     padding: 0 20px 0 0;
}
 #ac75.img-aside .more-items-item h2 a {
     color: #ffffff;
}
 #boat-specs {
     background-color: transparent;
     padding-top: 0;
     position: absolute;
     top: 0;
     height: 100vh;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 0;
     pointer-events: none;
     width: 100%;
     max-width: 1440px;
     margin-left: auto;
     margin-right: auto;
     left: 50%;
     margin-left: -720px;
}
 #boat-specs .more-items-item {
     background: transparent;
     border: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: 0;
     margin: 0;
     width: 100%;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
}
 #boat-specs .more-items-item .wrapper {
     background: transparent;
     padding: 0;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     max-width: 55%;
     text-shadow: 0 0 5px rgba(0, 35, 70, 0.2);
}
 #boat-specs .more-items-item .wrapper * {
     color: #ffffff;
}
 #boat-specs .more-items-item .wrapper h2 {
     font-size: 32px;
     margin: 0;
     font-weight: normal;
     text-transform: none;
}
 #boat-specs .more-items-item .wrapper h2 .large {
     font-size: 48px;
}
 #boat-specs .more-items-item .wrapper .more-items-category {
     font-size: 48px;
     line-height: 1;
     border-bottom: 4px solid #f32733;
     display: inline-block;
     margin-bottom: 10px !important;
     padding-bottom: 10px;
}
 #boat-specs .more-items-item .more-items-img-container {
     background-color: #dddddd;
}
 #boat-specs .more-items-item .more-items-img-container img {
     padding: 0;
     width: 150%;
     position: relative;
     left: 50%;
     -webkit-transform: translateY(0) translateX(-50%);
     -ms-transform: translateY(0) translateX(-50%);
     transform: translateY(0) translateX(-50%);
}
 #boat-specs .tabs-content {
     padding: 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
}
 #boat-specs .tabs-content .more-items-list {
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
}
 #boat-specs header {
     padding-top: 20px;
     margin-left: auto;
     margin-right: auto;
     pointer-events: all;
     width: 30%;
     height: auto;
}
 #boat-specs .tabs {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-align-content: flex-start;
     -ms-flex-line-pack: start;
     align-content: flex-start;
     position: relative;
     margin-bottom: 0;
}
 #boat-specs .tabs li {
     text-align: left;
}
 #boat-specs .tabs li.tab-all {
     display: none;
}
 #boat-specs .tabs li.tab-know-more {
     display: none;
     padding-top: 12px;
     border-top: 2px solid rgba(255, 255, 255, 0.59);
     margin-left: 10px;
     margin-top: 3px;
}
 #boat-specs .tabs li.tab-know-more a {
     padding-left: 0;
     padding-right: 0;
}
 #boat-specs .tabs li.tab-know-more a.active {
     border-color: transparent;
}
 #boat-specs .tabs li.tab-boat-configurations a {
     border-bottom: transparent;
}
 #boat-specs .tabs li.tab-dock-configuration a, #boat-specs .tabs li.tab-normal-sailing-mode a, #boat-specs .tabs li.tab-through-manoeuvres a {
     font-size: 14px;
     margin-bottom: 5px;
     margin-left: 10px;
}
 #boat-specs .tabs li.tab-through-manoeuvres a {
     margin-bottom: 12px;
}
 #boat-specs .tabs li a {
     color: #ffffff;
     font-size: 16px;
     display: block;
     padding: 3px 10px 5px 9px;
     margin: 0 0 5px 0;
     letter-spacing: 1px;
     text-shadow: 0 0 5px rgba(0, 35, 70, 0.2);
     border-bottom-width: 2px;
     border-radius: 0;
}
 #boat-specs .tabs li a:hover {
     border-bottom-color: #ffffff;
}
 .camera-moving #boat-specs header {
     pointer-events: none;
}
 #content-boat-specs {
     margin: 0;
     width: 100%;
}
 #boat-video {
     padding: 60px !important;
     background-color: #ffffff;
}
 #progress-model-boat3d {
     position: absolute;
     color: #ffffff;
     z-index: 11;
     top: 50%;
     left: 50%;
     width: 192px;
     height: 64px;
     text-align: center;
     line-height: 64px;
     font-weight: bold;
     font-size: 48px;
     margin-left: -96px;
     margin-top: -32px;
}

.standalone-3d {
     overflow: hidden;
} 


body.weather {
   background-color: #28272d;  
}


body.weather #header,
body.weather #footer {
     display: none;
}

body.weather #content {
     margin-bottom: 0;
}
 #weather {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     padding-left: calc((100% - var(--max-width-column))/2);
     padding-right: calc((100% - var(--max-width-column))/2);
     padding-top: 40px;
     padding-bottom: 40px;
     color: #ffffff;
     background-color: #28272d;
}
#weather .header-content {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
          -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
}
 .weather-logo {
     max-width: 160px;
         display: inline-block;
    vertical-align: middle;
}
.weather-logo img {
     width: 94%;
}
 .weather-content {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     -webkit-justify-content: space-around;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex: 1;
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     flex: 1;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     margin-left: 20px;
}
.weather-day.labels {
     font-size: 14px;
     text-align: left;
     -webkit-box-align:start !important;
-webkit-align-items:flex-start !important;
    -ms-flex-align:start !important;
        align-items:flex-start !important;
}
.weather-day.labels .w-direction,
.weather-day.labels .weather-icon {
     width: auto;
     background: none;
     display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
    -ms-flex-align: center;
        align-items: center;
}

.weather-day.labels .wind > * {
     text-transform:none;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     
}
.weather-day:not(.labels) .w-number {
    font-size: 14px;
    font-family: "Open Sans";
    color: #ffffff;
    margin: 2px;
    background-color: transparent;
}
.weather-day:not(.labels) .w-number.color-000 {
     background-color: #a10fc5;
}
.weather-day:not(.labels) .w-number.color-025 {
     background-color: #a10fc5;
}
.weather-day:not(.labels) .w-number.color-050 {
     background-color: #3432fb;
}
.weather-day:not(.labels) .w-number.color-075 {
     background-color: #34809a;
}
.weather-day:not(.labels) .w-number.color-100 {
     background-color: #37c330;
}
.weather-day:not(.labels) .w-number.color-125 {
     background-color: #8fd029;
}
.weather-day:not(.labels) .w-number.color-150 {
     background-color: #dcda2c;
}
.weather-day:not(.labels) .w-number.color-175 {
     background-color: #eeac28;
}
.weather-day:not(.labels) .w-number.color-200 {
     background-color: #fd8126;
}
.weather-day:not(.labels) .w-number.color-225 {
     background-color: #fd4522;
}
.weather-day:not(.labels) .w-number.color-250 {
     background-color: #fd1c21;
}
.weather-day:not(.labels) .w-number.color-275 {
     background-color: #e1181c;
}
.weather-day:not(.labels) .w-number.color-300 {
     background-color: #c71417;
}
.weather-day:not(.labels) .w-number.color-325 {
     background-color: #ae1013;
}
.weather-day:not(.labels) .w-number.color-350 {
     background-color: #960c0f;
}
.weather-day:not(.labels) .w-number.color-375 {
     background-color: #7c080b;
}
.weather-day:not(.labels) .w-number.color-400 {
     background-color: #630507;
}
.weather-day:not(.labels) .w-number.color-425 {
     background-color: #490304;
}
.weather-day:not(.labels) .w-number.color-450 {
     background-color: #310102;
}
.weather-day:not(.labels) .w-number.color-475 {
     background-color: #4d3738;
}
.weather-day:not(.labels) .w-number.color-500 {
     background-color: #646464;
}


.weather-day {
     text-align: center;
     display: none;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
}
.weather-hour-group {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -webkit-flex-direction: row;
     -ms-flex-direction: row;
     flex-direction: row;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.weather-day .weather-hour {
          -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
}
.weather-day .weather-hour .weather-hour {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    height: 18px;
}
.weather-day:not(.labels) .weather-hour .weather-hour:after {
     content: "h";
         font-weight: normal;
    margin-left: -2px;
} 

.weather-day:nth-child(2),
.weather-day:nth-child(3),
.weather-day:nth-child(4),
.weather-day:nth-child(5) {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
 .day-name {
     font-weight: bold;
     margin-bottom: 5px;
     width: 100%;
     height: 27px;
}
 .temperature {
     display: none;
}
 .temperature > div {
     display: inline-block;
     vertical-align: middle;
     margin: 0 5px;
}
 .t-max {
     font-size: 24px;
}
 .t-min {
     font-size: 18px;
}
 .wind {
          -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
}
 .wind > * {

     text-transform: lowercase;
     height: 30px;
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
 .w-direction {
     width: 30px;
     height: 30px;
     background-repeat: no-repeat;
     background-color: transparent;
     background-position: center center;
     background-size: 55% auto;
     background-image: url(../img/weather/wind.png);
}
 .w-direction.d-n {
     background-image: url(../img/weather/N.png);
}
 .w-direction.d-ne {
     background-image: url(../img/weather/NE.png);
}
 .w-direction.d-nw {
     background-image: url(../img/weather/NW.png);
}
 .w-direction.d-s {
     background-image: url(../img/weather/S.png);
}
 .w-direction.d-se {
     background-image: url(../img/weather/SE.png);
}
 .w-direction.d-sw {
     background-image: url(../img/weather/SW.png);
}
 .w-direction.d-e {
     background-image: url(../img/weather/E.png);
}
 .w-direction.d-w {
     background-image: url(../img/weather/W.png);
}

 .w-direction.d-ene {
     background-image: url(../img/weather/ENE.png);
}
 .w-direction.d-ese {
     background-image: url(../img/weather/ESE.png);
}
 .w-direction.d-nne {
     background-image: url(../img/weather/NNE.png);
}
 .w-direction.d-nnw {
     background-image: url(../img/weather/NNW.png);
}
 .w-direction.d-sse {
     background-image: url(../img/weather/SSE.png);
}
 .w-direction.d-ssw {
     background-image: url(../img/weather/SSW.png);
}
 .w-direction.d-wnw {
     background-image: url(../img/weather/WNW.png);
}
 .w-direction.d-wsw {
     background-image: url(../img/weather/WSW.png);
}

.weather-icon {
     width: 30px;
     height: 30px;
     display: inline-block;
     vertical-align: middle;
     margin:0 ;
     position: relative;
}
.weather-icon > div {
     position: absolute;
     width: 100%;
     height: 100%;
     background-size: 100% auto;
     background-position: center center;
     background-color: transparent;
     background-repeat: no-repeat;
}

.weather-icon.cl-none .phase,
.weather-icon.cl-none.ph-day .phase,
.weather-icon.cl-none.ph-dusk .phase,
.weather-icon.cl-none.ph-dawn .phase{
    background-image: url(../img/weather/day/day.png);
}

.weather-icon.cl-none.ph-night .phase {
    background-image: url(../img/weather/day/night.png);
}

.weather-icon.cl-partlycloudy .phase,
.weather-icon.cl-partlycloudy.ph-day .phase,
.weather-icon.cl-partlycloudy.ph-dusk .phase,
.weather-icon.cl-partlycloudy.ph-dawn .phase{
    background-image: url(../img/weather/day/day_behind.png);
}
.weather-icon.cl-partlycloudy.ph-night .phase {
    background-image: url(../img/weather/day/night_behind.png);
}

.weather-icon.cl-partlycloudy .cloud {
    background-image: url(../img/weather/day/partly_cloudy.png);
}
.weather-icon.cl-cloudy .cloud {
    background-image: url(../img/weather/day/cloudy.png);
}

.weather-icon.pr-heavyrain .precipitation {
    background-image: url(../img/weather/precipitation/heavy_rain.png);
}
.weather-icon.pr-heavysnow .precipitation {
    background-image: url(../img/weather/precipitation/heavy_snow.png);
}
.weather-icon.pr-lightrain .precipitation {
    background-image: url(../img/weather/precipitation/light_rain.png);
}
.weather-icon.pr-lightsnow .precipitation {
    background-image: url(../img/weather/precipitation/light_snow.png);
}
.weather-icon.pr-mixedrainsnow .precipitation {
    background-image: url(../img/weather/precipitation/mixed_rain_snow.png);
}
.weather-icon.pr-moderaterain .precipitation {
    background-image: url(../img/weather/precipitation/moderate_rain.png);
}
.weather-icon.pr-moderatesnow .precipitation {
    background-image: url(../img/weather/precipitation/moderate_snow.png);
}
.weather-icon.cl-none .cloud,
.weather-icon.pr-none .precipitation,
.weather-icon.pr-heavyrain.cl-none .phase,
.weather-icon.pr-heavysnow.cl-none .phase,
.weather-icon.pr-lightrain.cl-none .phase,
.weather-icon.pr-lightsnow.cl-none .phase,
.weather-icon.pr-mixedrainsnow.cl-none .phase,
.weather-icon.pr-moderaterain.cl-none .phase,
.weather-icon.pr-moderatesnow.cl-none .phase {
    background-image:none;
}

.weather select {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #dddddd38;
    z-index: 1;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    padding: 2px 35px 2px 15px;
    height: auto;
    border-radius: 16px;
} 
.weather .locations {
    position: relative;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
}
.weather .location {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 2px;
    border: 1px solid #5d5a5a;
    border-radius: 25px;
}
.weather .locations:after {
    position: absolute;
    right: 10px;
    content: "\f107";
    font-family: FontAwesome;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-top: -12px;
    line-height: 24px;
    top: 50%;
    text-align: right;
    color: #7d7d7f;
    z-index: 0;
}
.weather .locations:hover:after {
    color: #bfbfbf;
}
.weather .locations:hover select{
     border-color:#bfbfbf;
}

.weather select:focus {
     outline: none;
}

#weather.no-gust .weather-day .wind .w-gust {
    display: none;
}

#landing-team .more-items-item .img-2 {
     opacity: 0;
     -o-transition: opacity .3s;
     transition: opacity .3s;
     -webkit-transition: opacity .3s;
    position: absolute;
    top: 0;
    left: 0;
} 
#landing-team .more-items-item .img-1 {
     z-index: 1;
          -o-transition: opacity .3s;
     transition: opacity .3s;
     -webkit-transition: opacity .3s;
} 
#landing-team .more-items-item:hover .img-1 {
     opacity: 0;
} 
#landing-team .more-items-item:hover .img-2 {
     opacity: 1;
}
#omega {
    height: 70px;
    margin: auto 0;
    width: 170px;
}

body.omega-large {
     --header-height:200px;
}

#omega.v2 iframe {
     transform: none !important;
}


body.omega-large #omega.v2 iframe {
     transform: none !important;
}
#omega.v2 {
     height: var(--header-height);
     aspect-ratio: 4/2;
     width: auto;
}
 .dropdown .submenu  {
     top: 100px;
 }
#navigation-side-partner {
     justify-content: flex-end !important;
    padding: 0 50px;
}
#navigation-footer-partner .menu>li>a {
     padding-bottom: 0;
 } 


.downloads.fan-download #header-zone3.header-footer-zone{
width: auto;
}
.downloads.fan-download #header #navigation-toggle {
     display: flex;
}
.fixed-content.downloads.fan-download .downloads-main > section > header {
     display: none;
}
.fan-download .downloads-main .downloads-container {
     margin-top: 0;
}


.fan-download .thumbnails-view.downloads-main .downloads-container > ul li {
     width: calc(33.3333% - 20px);
     border: none;
     background: transparent !important;
}

.fan-download .downloads-main .downloads-container,
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container {
     background-color: #000000;
}
.hidden-related.fan-download .downloads-main .separator .separator-container,
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-main,
.hidden-related.fan-download .downloads-main .separator,
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-tools {
     display: none !important;
}
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container{
     height: auto;
     flex-direction: column-reverse;
     padding-bottom: 40px;
     text-decoration: none;
}

.fan-download .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container img {
     max-height: 300px;
     padding: 15px;
     border: 1px solid rgba(221, 221, 221, 0.24);
     border-radius: 7px;
}
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li:hover .downloads-item-top-container img {
     border-color: #ffffff;
}
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container:before {
     content: "DOWNLOAD";
     margin-top: 10px;
     width: 100%;
     text-align: center;
     color: rgba(221, 221, 221, 0.7);
}
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li.isDownloading .downloads-item-top-container:before {
     content: "LOADING...";
}
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li:hover .downloads-item-top-container:before,
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li .downloads-item-top-container:hover:before,
.fan-download .thumbnails-view.downloads-main .downloads-container > ul li:hover .downloads-item-top-container:hover:before  {
     text-decoration: none;
     color: #ffffff;
}
.fan-download .downloads-main .downloads-container > ul li .downloads-item-info .item-info-type {
     display: none;
}

.fan-download h2.section-title {
     margin-bottom: 0;
     margin-top: 0;
}

body #omega-bar {
  background-color: #b51e2c;
  color: #ffffff;
  width: 100%;
  -webkit-transition: top 0.2s, opacity 0.2s;
  -o-transition: top 0.2s, opacity 0.2s;
  transition: top 0.2s, opacity 0.2s;
  padding: 15px 0;
  z-index: 5;
  font-family: "Open Sans";

}
body #omega-bar > * {
  width: auto;
  padding: 0 30px;
}
body #omega-bar .omega-logo {
  text-align: center;
  padding: 0;
}
body #omega-bar .omega-logo img {
  width: 200px;
  max-width: 180px;
}
body #omega-bar .omega-slogan {
     min-width: 350px;
}
body #omega-bar .omega-slogan span {
  font-size: 14px;
  max-width: 200px;
  display: block;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto;
}
body #omega-bar .omega-countdown {
  text-align: center;
}
body #omega-bar .omega-countdown img {
  width: 100%;
  max-width: 300px;
}
body #omega-bar .omega-countdown .countdown-text {
     min-width: 350px;
}
body #omega-bar .omega-countdown .countdown-text .countdown-time > * {
  font-size: 9px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}
body #omega-bar .omega-countdown .countdown-text .countdown-time > *:last-child {
  border: none;
}
body #omega-bar .omega-countdown .countdown-text .countdown-time > * strong {
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 4px;
}

#banner-media ul li > a{
    padding-top: 36%;
}
#banner-media ul li > a img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
#banner-media ul li:first-child > a img{
    object-position: top;
}

#landing-team .more-items-item h2 a {
     line-height: 1.6;
    padding-bottom: 1px;
}
#landing-team .more-items-item h2 a[href^="/"],
#landing-team .more-items-item h2 a[href^="http://"],
#landing-team .more-items-item h2 a[href^="https://"] {
     border-bottom: 1px solid #fff; 
}
#landing-team .more-items-item h2 a[href^="/"]:hover,
#landing-team .more-items-item h2 a[href^="http://"]:hover,
#landing-team .more-items-item h2 a[href^="https://"]:hover {
     color: #00B2A9;
     border-color:#00B2A9; 
}



.races-embed,
.results-embed {
     border:none;
     width: 100%;
     background-color: transparent;
}
.races-embed {
     height: 150px;
}
.results-embed {
     height: 430px;
}

.fan-zones #article-view-single{
     max-width: 90%;
     padding-top: 50px;
}
.fan-zones .article-view-body {
     margin-left: 60%;
     width: 40%;
}
.fan-zones.widget.article-view header {
     position: fixed;
     width: calc(90vw / 10 * 6);
     left: 0;
     margin-left: 5%;
}
.fan-zones.widget.article-view header figure{
     margin: 0;
     max-width: 100%;
     width: 100%;
}
.fan-zones header h1 {
     display: none;
}
.fanzone #footer {
     z-index: 1;
}



/* Felix */
.team .widget.article-view .article {
     max-width: 1440px;
     display: flex;
}
.team .widget.article-view .article-view-body {
     display: flex;
     flex-direction: column;
     padding-right: 30px;
     justify-content: start;
     padding-top: 100px;
     width: 100%;
}




/* BIG COUNTDWON */

body.big-countdown {
     --header-height: 20svh;
     --header-bg:#15151C;
     --body-bg:#15151C;
     --max-width-column: 80vw;
     overflow: hidden;
}
body.big-countdown #header {
     border-bottom: 1px solid #00B2A9;
     padding: 0 10vw;
}
body.big-countdown.header-lg #header-zone7 .logo-img, 
body.big-countdown.header-lg #header-zone8 .logo-img {
     max-height: 80%;
}
body.big-countdown #header-zone3.header-footer-zone {
     margin-left: auto;
}
body.big-countdown #header-zone3.header-footer-zone .logo-link {
     height: var(--header-height);
}
 body.big-countdown #header-zone3 .logo-img {
     width: auto;
     height: 47%;
     max-height: unset;
     margin: auto;
 }
 
body.big-countdown #omega.v2 iframe {
     transform: none !important;
     height: 100%;
     width: auto !important;
     aspect-ratio: 300 / 150;
 }


body.big-countdown .countdown .widget-title {
     color: #00B2A9;
     font-size: 7vw;
     line-height: 4.8vw;
     margin-top: 0;
     margin-bottom:2svh;
}
body.big-countdown .countdown .widget-title * {
     color: #00B2A9;
}


body.big-countdown .countdown-text {
     padding-left: 0;
     padding-right: 0;
     padding-bottom: 0;
     padding-top:2svh
}
body.big-countdown .countdown-text .countdown-time {
     margin-right: auto;
}
body.big-countdown .countdown-text .countdown-time>* {
     width: auto !important;
     margin-left: 0;
     margin-right: 1vw;

}
body.big-countdown .countdown-text .countdown-time>* strong {
     font-size: 6.5vw;
     line-height: 1;
}
body.big-countdown .countdown-text .countdown-time>* span {
     margin-right: 2vw;
}
body.big-countdown .countdown-text .countdown-time>* strong:after {
     content: ":";
     margin-left: 1vw;
 }
 body.big-countdown .countdown-text .countdown-time>*:last-child strong:after {
     display: none;
 }
 body.big-countdown .countdown-text .countdown-time>*:last-child span {
     margin-right: 0;
 }

 body.big-countdown.min-height #main {
     min-height: calc(100svh - var(--header-height) - 20svh) !important;
     background: url(../img/countdown-bg.png) right center no-repeat transparent;
     background-size: contain;
 }
 body.big-countdown #footer {
     height: 20svh !important;
 }
 body.big-countdown #sponsors li.more-items-item:first-child {
     width: auto !important;
     margin-bottom: 0;
     
 }
 body.big-countdown #sponsors li.more-items-item:first-child > a img {
     object-position: left;
 }
 body.big-countdown #sponsors li.more-items-item:not(:first-child) > a {
     text-align: right;
 }
 body.big-countdown #sponsors li.more-items-item:not(:first-child) {
     max-width: 180px;
 }
 body.big-countdown #sponsors li.more-items-item {
     height: 18svh;
 }
 body.big-countdown #sponsors li.more-items-item img {
     width: 100%;
    height: 100%;
    object-fit: contain;
 }
 body.big-countdown #footer .wrapper-group {
     padding-top: 0;
 }
 body.big-countdown #footer .header-footer-zone#footer-zone1 {
     padding-bottom: 0;
     border:none;
 }
/* Error Page ========================================================== */
 #error-404 {
     background: transparent;
     margin: 0 auto;
     width: 50%;
     padding: 20px;
     color: #fff;
}
/* Cookie Dialog */
#gdpr-cookie-message {
	position: fixed;
	right: 30px;
	bottom: 30px;
	max-width: 380px;
	background-color: #1b1b20;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	z-index: 9999;
  }
  #gdpr-cookie-message h4 {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ffffff;
  }
  #gdpr-cookie-message h5 {
	color: #ffffff;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
  }
  #gdpr-cookie-message p, #gdpr-cookie-message ul {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
  }
  #gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
  }
  #gdpr-cookie-message li {
	width: 49%;
	display: inline-block;
  }
  #gdpr-cookie-message a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
  }
  #gdpr-cookie-message a:hover {
	color: #ffffff;
	border-bottom-color: #ffffff;
	transition: all 0.3s ease-in;
  }
  #gdpr-cookie-message button,
  button#ihavecookiesBtn {
	border: none;
	background: #ffffff;
	color: var(--main-color-bg);
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	padding: 7px;
	border-radius: 3px;
	margin-left: 14px;
	cursor: pointer;
	transition: all 0.3s ease-in;
	z-index: 4;
  }
  #gdpr-cookie-message button:hover {
	background: var(--v1-color);
	color: #ffffff;
	transition: all 0.3s ease-in;
  }
  #gdpr-cookie-message button#gdpr-cookie-accept,
  button#gdpr-cookie-advanced {
	background: #ffffff;
	color: var(--main-color-bg);
  }
  #gdpr-cookie-message button:disabled {
	opacity: 0.3;
  }
  #gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
  }
  #ihavecookiesBtn {
	position: fixed;
	right: 35px;
	bottom: 35px;
	max-width: 375px;
	background-color: var(--purple);
	padding: 20px;
	border-radius: 5px;
	margin-left: 30px;
	display: none;
  }
/* ========================================================================== Helper classes ========================================================================== */
/* * Hide visually and from screen readers: */
 .hidden {
     display: none !important;
}
/* * Hide only visually, but have it available for screen readers: * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
 .visuallyhidden {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
}
/* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https://www.drupal.org/node/897638 */
 .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     width: auto;
}
/* * Hide visually and from screen readers, but maintain layout */
 .invisible {
     visibility: hidden;
}
/* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */

 .clearfix:after {
     clear: both;
}
/* ========================================================== PLUGINS ========================================================== */
 .tooltipster-fall,.tooltipster-grow.tooltipster-show{
     -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);
     -moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
     -ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
     -o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15) 
}
 .tooltipster-base{
     display:-webkit-box;
     display:-ms-flexbox;
     display:-webkit-flex;
     display:flex;
     pointer-events:none;
     position:absolute 
}
 .tooltipster-box{
     -webkit-box-flex:1;
     -ms-flex:1 1 auto;
     -webkit-flex:1 1 auto;
     flex:1 1 auto 
}
 .tooltipster-content{
     -webkit-box-sizing:border-box;
     box-sizing:border-box;
     max-height:100%;
     max-width:100%;
     overflow:auto 
}
 .tooltipster-ruler{
     bottom:0;
     left:0;
     overflow:hidden;
     position:fixed;
     right:0;
     top:0;
     visibility:hidden 
}
 .tooltipster-fade{
     opacity:0;
     -webkit-transition-property:opacity;
     -o-transition-property:opacity;
     transition-property:opacity 
}
 .tooltipster-fade.tooltipster-show{
     opacity:1 
}
 .tooltipster-grow{
     -webkit-transform:scale(0,0);
     -ms-transform:scale(0,0);
     transform:scale(0,0);
     -webkit-transition-property:-webkit-transform;
     -o-transition-property:-o-transform;
     transition-property:-webkit-transform;
     -o-transition-property:transform;
     transition-property:transform;
     transition-property:transform, -webkit-transform;
     -webkit-backface-visibility:hidden 
}
 .tooltipster-grow.tooltipster-show{
     -webkit-transform:scale(1,1);
     -ms-transform:scale(1,1);
     transform:scale(1,1);
     -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
     -o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
     transition-timing-function:cubic-bezier(.175,.885,.32,1.15) 
}
 .tooltipster-swing{
     opacity:0;
     -webkit-transform:rotateZ(4deg);
     -ms-transform:rotateZ(4deg);
     transform:rotateZ(4deg);
     -webkit-transition-property:-webkit-transform,opacity;
     -o-transition-property:-o-transform;
     -webkit-transition-property:-webkit-transform;
     transition-property:-webkit-transform;
     -o-transition-property:transform;
     transition-property:transform;
     transition-property:transform, -webkit-transform 
}
 .tooltipster-swing.tooltipster-show{
     opacity:1;
     -webkit-transform:rotateZ(0);
     -ms-transform:rotateZ(0);
     transform:rotateZ(0);
     -webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);
     -webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
     -o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);
     transition-timing-function:cubic-bezier(.23,.635,.495,2.4) 
}
 .tooltipster-fall{
     -webkit-transition-property:top;
     -o-transition-property:top;
     transition-property:top;
     -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
     -o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
     transition-timing-function:cubic-bezier(.175,.885,.32,1.15) 
}
 .tooltipster-fall.tooltipster-initial{
     top:0!important 
}
 .tooltipster-fall.tooltipster-dying{
     -webkit-transition-property:all;
     -o-transition-property:all;
     transition-property:all;
     top:0!important;
     opacity:0 
}
 .tooltipster-slide{
     -webkit-transition-property:left;
     -o-transition-property:left;
     transition-property:left;
     -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);
     -webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
     -o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);
     transition-timing-function:cubic-bezier(.175,.885,.32,1.15) 
}
 .tooltipster-slide.tooltipster-initial{
     left:-40px!important 
}
 .tooltipster-slide.tooltipster-dying{
     -webkit-transition-property:all;
     -o-transition-property:all;
     transition-property:all;
     left:0!important;
     opacity:0 
}
 @-webkit-keyframes tooltipster-fading{
     0%{
         opacity:0 
    }
     100%{
         opacity:1 
    }
}
 @keyframes tooltipster-fading{
     0%{
         opacity:0 
    }
     100%{
         opacity:1 
    }
}
 .tooltipster-update-fade{
     -webkit-animation:tooltipster-fading .4s;
     animation:tooltipster-fading .4s 
}
 @-webkit-keyframes tooltipster-rotating{
     25%{
         -webkit-transform:rotate(-2deg);
         transform:rotate(-2deg) 
    }
     75%{
         -webkit-transform:rotate(2deg);
         transform:rotate(2deg) 
    }
     100%{
         -webkit-transform:rotate(0);
         transform:rotate(0) 
    }
}
 @keyframes tooltipster-rotating{
     25%{
         -webkit-transform:rotate(-2deg);
         transform:rotate(-2deg) 
    }
     75%{
         -webkit-transform:rotate(2deg);
         transform:rotate(2deg) 
    }
     100%{
         -webkit-transform:rotate(0);
         transform:rotate(0) 
    }
}
 .tooltipster-update-rotate{
     -webkit-animation:tooltipster-rotating .6s;
     animation:tooltipster-rotating .6s 
}
 @-webkit-keyframes tooltipster-scaling{
     50%{
         -webkit-transform:scale(1.1);
         transform:scale(1.1) 
    }
     100%{
         -webkit-transform:scale(1);
         transform:scale(1) 
    }
}
 @keyframes tooltipster-scaling{
     50%{
         -webkit-transform:scale(1.1);
         transform:scale(1.1) 
    }
     100%{
         -webkit-transform:scale(1);
         transform:scale(1) 
    }
}
 .tooltipster-update-scale{
     -webkit-animation:tooltipster-scaling .6s;
     animation:tooltipster-scaling .6s 
}
 .tooltipster-sidetip .tooltipster-box{
     background:#565656;
     border:2px solid #000;
     border-radius:4px 
}
 .tooltipster-sidetip.tooltipster-bottom .tooltipster-box{
     margin-top:8px 
}
 .tooltipster-sidetip.tooltipster-left .tooltipster-box{
     margin-right:8px 
}
 .tooltipster-sidetip.tooltipster-right .tooltipster-box{
     margin-left:8px 
}
 .tooltipster-sidetip.tooltipster-top .tooltipster-box{
     margin-bottom:8px 
}
 .tooltipster-sidetip .tooltipster-content{
     color:#fff;
     line-height:18px;
     padding:6px 14px 
}
 .tooltipster-sidetip .tooltipster-arrow{
     overflow:hidden;
     position:absolute 
}
 .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{
     height:10px;
     margin-left:-10px;
     top:0;
     width:20px 
}
 .tooltipster-sidetip.tooltipster-left .tooltipster-arrow{
     height:20px;
     margin-top:-10px;
     right:0;
     top:0;
     width:10px 
}
 .tooltipster-sidetip.tooltipster-right .tooltipster-arrow{
     height:20px;
     margin-top:-10px;
     left:0;
     top:0;
     width:10px 
}
 .tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
     bottom:0;
     height:10px;
     margin-left:-10px;
     width:20px 
}
 .tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{
     height:0;
     position:absolute;
     width:0 
}
 .tooltipster-sidetip .tooltipster-arrow-background{
     border:10px solid transparent 
}
 .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{
     border-bottom-color:#565656;
     left:0;
     top:3px 
}
 .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{
     border-left-color:#565656;
     left:-3px;
     top:0 
}
 .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{
     border-right-color:#565656;
     left:3px;
     top:0 
}
 .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
     border-top-color:#565656;
     left:0;
     top:-3px 
}
 .tooltipster-sidetip .tooltipster-arrow-border{
     border:10px solid transparent;
     left:0;
     top:0 
}
 .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{
     border-bottom-color:#000 
}
 .tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{
     border-left-color:#000 
}
 .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{
     border-right-color:#000 
}
 .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{
     border-top-color:#000 
}
 .tooltipster-sidetip .tooltipster-arrow-uncropped{
     position:relative 
}
 .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{
     top:-10px 
}
 .tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{
     left:-10px 
}
 .tooltipster-sidetip.tooltipster-borderless .tooltipster-box{
     border:none;
     background:#1b1b1b;
     background:rgba(10,10,10,.9) 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{
     margin-top:8px 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{
     margin-right:8px 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{
     margin-left:8px 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{
     margin-bottom:8px 
}
 .tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{
     height:8px;
     margin-left:-8px;
     width:16px 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{
     height:16px;
     margin-left:0;
     margin-top:-8px;
     width:8px 
}
 .tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{
     display:none 
}
 .tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{
     border:8px solid transparent 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{
     border-bottom-color:#1b1b1b;
     border-bottom-color:rgba(10,10,10,.9) 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{
     border-left-color:#1b1b1b;
     border-left-color:rgba(10,10,10,.9) 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{
     border-right-color:#1b1b1b;
     border-right-color:rgba(10,10,10,.9) 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{
     border-top-color:#1b1b1b;
     border-top-color:rgba(10,10,10,.9) 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{
     top:-8px 
}
 .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{
     left:-8px 
}
 .tooltipster-sidetip.tooltipster-light .tooltipster-box{
     border-radius:3px;
     border:0px solid transparent;
     background:#ededed 
}
 .tooltipster-sidetip.tooltipster-light .tooltipster-content{
     color:#505a67 
}
 .tooltipster-sidetip.tooltipster-light .tooltipster-arrow{
     height:9px;
     margin-left:-9px;
     width:18px 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{
     height:18px;
     margin-left:0;
     margin-top:-9px;
     width:9px 
}
 .tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{
     border:9px solid transparent 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{
     border-bottom-color:#ededed;
     top:1px 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{
     border-left-color:#ededed;
     left:-1px 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{
     border-right-color:#ededed;
     left:1px 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{
     border-top-color:#ededed;
     top:-1px 
}
 .tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{
     border:9px solid transparent 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{
     border-bottom-color:transparent 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{
     border-left-color:transparent 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{
     border-right-color:transparent 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{
     border-top-color:transparent 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{
     top:-9px 
}
 .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{
     left:-9px 
}
 .tooltipster-content {
     font-size: 14px;
}
/** * @license videogular v1.4.3 http://videogular.com * Two Fucking Developers http://twofuckingdevelopers.com * License: MIT */
 @font-face {
     font-family: 'videogular';
     src: url("/assets/css/fonts/videogular.eot");
     src: url("/assets/css/fonts/videogular.eot?#iefix") format("embedded-opentype"), url("/assets/css/fonts/videogular.woff") format("woff"), url("/assets/css/fonts/videogular.ttf") format("truetype"), url("/assets/css/fonts/videogular.svg#videogular") format("svg");
     font-weight: normal;
     font-style: normal;
}
 videogular, [videogular] {
     width: 100%;
     height: 100%;
     position: relative;
     background-color: #000000;
     display: block;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     -webkit-flex-direction: column;
     flex-direction: column;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -moz-user-select: moz-none;
     -ms-user-select: none;
     user-select: none;
    /*****************/
    /* Poster plugin */
    /*****************/
    /**********************/
    /* OverlayPlay plugin */
    /**********************/
    /*********************/
    /* Controlbar plugin */
    /*********************/
    /* IE10 hack */
    /* Controlbar icons */
    /********************/
    /* Buffering plugin */
    /********************/
    /* Loading Spinner * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/ */
    /**********************/
    /* IMA ads plugin */
    /**********************/
}
 videogular button, [videogular] button {
     cursor: pointer;
}
 videogular.fullscreen, [videogular].fullscreen {
     position: fixed;
     left: 0;
     top: 0;
}
 videogular vg-media, [videogular] vg-media {
     width: 100%;
     height: 100%;
     max-width: 100%;
     max-height: 100%;
     display: block;
}
 videogular vg-media video, [videogular] vg-media video {
     width: 100%;
     height: 100%;
     max-width: 100%;
     max-height: 100%;
}
videogular.fullscreen vg-media,
[videogular].fullscreen vg-media {
  height: 100% !important;
}
 videogular .iconButton, [videogular] .iconButton {
     color: #FFFFFF;
     font-family: 'videogular';
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
     -webkit-font-smoothing: antialiased;
     background: none;
     padding: 6px;
     border: none;
     border-radius: 3px;
     font-size: 20px !important;
}
 videogular .iconButton:hover, [videogular] .iconButton:hover {
     background-color: #ff0000;
}
 videogular .iconButton:focus, [videogular] .iconButton:focus {
     -webkit-box-shadow: none;
     box-shadow: none;
}
 videogular vg-poster, [videogular] vg-poster {
     width: 100%;
     height: 100%;
     max-width: 100%;
     max-height: 100%;
     position: absolute;
     display: block;
     z-index: 1;
     top: 0;
     pointer-events: none;
}
 videogular vg-poster img, [videogular] vg-poster img {
     width: auto;
     height: auto;
     max-width: 100% !important;
     max-height: 100%;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     margin: auto;
     position: absolute;
}
 videogular vg-poster img.pause, videogular vg-poster img.play, [videogular] vg-poster img.pause, [videogular] vg-poster img.play {
     display: none;
}
 videogular vg-poster img.stop, [videogular] vg-poster img.stop {
     display: block;
}
 videogular vg-overlay-play, [videogular] vg-overlay-play {
     width: 100%;
     height: 100%;
     max-width: 100%;
     max-height: 100%;
     position: absolute;
     z-index: 2;
     top: 0;
     left: 0;
}
 videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
     content: "\e000";
}
 videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
     font-size: 100px;
     width: 100%;
     height: 100%;
     max-width: 100%;
     max-height: 100%;
     position: absolute;
     display: table;
     cursor: pointer;
     zoom: 1;
     filter: alpha(opacity=60);
     opacity: 0.6;
}
 videogular vg-overlay-play .overlayPlayContainer div, [videogular] vg-overlay-play .overlayPlayContainer div {
     vertical-align: middle;
     text-align: center;
     display: table-cell;
     background-color: transparent !important;
}
 videogular vg-controls, [videogular] vg-controls {
     width: 100%;
     height: 50px;
     display: block;
     position: absolute;
     z-index: 3;
     bottom: 0;
}
 videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
     width: 100%;
     height: 50px;
     position: absolute;
     display: table;
     zoom: 1;
     background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
     background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
     background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
     border-bottom-left-radius: inherit;
     border-bottom-right-radius: inherit;
     color: #fff;
     -webkit-transition: opacity .3s ease;
     -o-transition: opacity .3s ease;
     transition: opacity .3s ease;
}
 videogular vg-play-pause-button, [videogular] vg-play-pause-button {
     display: table-cell;
     width: 50px;
     vertical-align: middle;
     text-align: center;
     cursor: pointer;
}
 videogular vg-time-display, [videogular] vg-time-display {
     color: #FFFFFF;
     display: table-cell;
     font-size: 18px;
     width: 75px;
     vertical-align: middle;
     text-align: center;
     cursor: default;
}
 videogular .vgTimeDisplay, [videogular] .vgTimeDisplay {
     display: table-cell;
     font-family: Arial;
     font-size: 18px;
     width: auto;
}
 videogular vg-scrub-bar, [videogular] vg-scrub-bar {
     width: auto;
     display: table-cell;
     cursor: pointer;
     vertical-align: middle;
     position: relative;
}
 videogular vg-scrub-bar [role=slider], [videogular] vg-scrub-bar [role=slider] {
     margin-top: 24px;
     margin-bottom: 24px;
     height: 8px;
     background-color: rgba(255,255,255,.25);
     position: relative;
     border-radius: 4px;
}
 videogular vg-scrub-bar .container, [videogular] vg-scrub-bar .container {
     position: absolute;
     width: 100%;
     height: 8px;
     top: 24px;
     padding-left: 0;
     background-color: transparent;
     min-height: auto;
}
 videogular vg-scrub-bar :focus vg-scrub-bar-current-time, [videogular] vg-scrub-bar :focus vg-scrub-bar-current-time {
     border-right: 6px black groove;
}
 videogular vg-scrub-bar-current-time, [videogular] vg-scrub-bar-current-time {
     position: absolute;
     background-color: #ff0000;
     width: 100%;
     height: 100%;
     display: block;
     cursor: pointer;
     border-radius: 4px;
}
 videogular vg-scrub-bar-buffer, [videogular] vg-scrub-bar-buffer {
     position: absolute;
     background-color: #FFFFFF;
     width: 100%;
     height: 100%;
     display: block;
     cursor: pointer;
     zoom: 1;
     filter: alpha(opacity=50);
     opacity: 0.5;
}
 videogular vg-scrub-bar-cue-points, [videogular] vg-scrub-bar-cue-points {
     width: 100%;
     height: 100%;
     display: block;
     position: absolute;
}
 videogular vg-scrub-bar-cue-points .cue-point-timeline, [videogular] vg-scrub-bar-cue-points .cue-point-timeline {
     color: #FFFFFF;
     padding-top: 3px;
}
 videogular vg-scrub-bar-cue-points .cue-point-timeline .cue-point, [videogular] vg-scrub-bar-cue-points .cue-point-timeline .cue-point {
     position: absolute;
     height: 3px;
     background-color: #FFFFFF;
}
 videogular vg-scrub-bar-thumbnails, [videogular] vg-scrub-bar-thumbnails {
     position: absolute;
     width: 100%;
     height: 100%;
     display: block;
     cursor: pointer;
     bottom: 24px;
     z-index: 1;
}
 videogular vg-scrub-bar-thumbnails .vg-thumbnails, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails {
     position: absolute;
     top: -20px;
     margin-top: -40px;
     width: 80px;
     height: 60px;
     overflow: hidden;
}
 videogular vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail, [videogular] vg-scrub-bar-thumbnails .vg-thumbnails .image-thumbnail {
     height: 60px;
     background-repeat: no-repeat;
}
 videogular vg-scrub-bar-thumbnails .background, [videogular] vg-scrub-bar-thumbnails .background {
     width: 100%;
     height: 50px;
}
 videogular vg-playback-button, [videogular] vg-playback-button {
     display: table-cell;
     width: 50px;
     vertical-align: middle;
     text-align: center;
     cursor: pointer;
}
 videogular vg-volume, [videogular] vg-volume {
     display: table-cell;
     width: 50px;
     vertical-align: middle;
     text-align: center;
     cursor: pointer;
}
 videogular vg-volume-bar, [videogular] vg-volume-bar {
     width: 30px;
     height: 100px;
     top: -100px;
     margin-left: -15px;
     vertical-align: middle;
     text-align: center;
     position: absolute;
     cursor: pointer;
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     videogular vg-volume-bar, [videogular] vg-volume-bar {
         zoom: 1;
         filter: alpha(opacity=50);
         opacity: 0.5;
    }
}
 videogular vg-fullscreen-button, [videogular] vg-fullscreen-button {
     display: table-cell;
     width: 50px;
     vertical-align: middle;
     text-align: center;
     cursor: pointer;
}
 videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
     width: 30px;
     height: 100px;
     background-color: transparent;
     border-radius: 8px;
     position: absolute;
}
 videogular vg-volume-bar .volumeBackground, [videogular] vg-volume-bar .volumeBackground {
     width: 8px;
     height: 85px;
     left:11px;
     top: 15px;
     background-color: rgba(255,255,255,.25);
     position: absolute;
     border-radius: 4px;
}
 videogular vg-volume-bar .volumeValue, [videogular] vg-volume-bar .volumeValue {
     width: 8px;
     height: 100%;
     background-color: #ff0000;
     position: absolute;
     border-radius: 4px;
}
 videogular vg-volume-bar .volumeClickArea, [videogular] vg-volume-bar .volumeClickArea {
     width: 23px;
     height: 100%;
     position: absolute;
     margin-left: -7px;
}
 videogular vg-controls .hide-animation, [videogular] vg-controls .hide-animation {
     animation: hideControlsAnimationFrames ease-out 0.5s;
     animation-iteration-count: 1;
     animation-fill-mode: forwards;
    /*when the spec is finished*/
     -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
     -webkit-animation-iteration-count: 1;
     -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
     -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
     -moz-animation-iteration-count: 1;
     -moz-animation-fill-mode: forwards;
    /*FF 5+*/
     -o-animation: hideControlsAnimationFrames ease-out 0.5s;
     -o-animation-iteration-count: 1;
     -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
     -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
     -ms-animation-iteration-count: 1;
     -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}
 @keyframes hideControlsAnimationFrames {
     0% {
         opacity: 0.5;
    }
     100% {
         opacity: 0;
    }
}
 @-webkit-keyframes hideControlsAnimationFrames {
     0% {
         opacity: 0.5;
    }
     100% {
         opacity: 0;
    }
}
 @keyframes showControlsAnimationFrames {
     0% {
         background-color: transparent;
    }
     100% {
         background-color: rgba(0, 0, 0, 0.5);
    }
}
 @-webkit-keyframes showControlsAnimationFrames {
     0% {
         background-color: transparent;
    }
     100% {
         background-color: rgba(0, 0, 0, 0.5);
    }
}
 videogular vg-play-pause-button .play:before, [videogular] vg-play-pause-button .play:before {
     content: "\e000";
}
 videogular vg-play-pause-button .pause:before, [videogular] vg-play-pause-button .pause:before {
     content: "\e001";
}
 videogular vg-mute-button, [videogular] vg-mute-button {
     width: 50px;
     display: block;
}
 videogular vg-mute-button .level3:before, [videogular] vg-mute-button .level3:before {
     content: "\e002";
}
 videogular vg-mute-button .level2:before, [videogular] vg-mute-button .level2:before {
     content: "\e003";
}
 videogular vg-mute-button .level1:before, [videogular] vg-mute-button .level1:before {
     content: "\e004";
}
 videogular vg-mute-button .level0:before, [videogular] vg-mute-button .level0:before {
     content: "\e005";
}
 videogular vg-mute-button .mute:before, [videogular] vg-mute-button .mute:before {
     content: "\e006";
}
 videogular vg-fullscreen-button .enter,[videogular] vg-fullscreen-button .enter {
     font-family: 'fontAwesome';
}
 videogular vg-fullscreen-button .enter:before, [videogular] vg-fullscreen-button .enter:before {
     content: "\f065";
}
 videogular vg-fullscreen-button .exit:before, [videogular] vg-fullscreen-button .exit:before {
     content: "\e008";
}
 videogular vg-buffering, [videogular] vg-buffering {
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: 4;
     top: 0;
}
 videogular vg-buffering .bufferingContainer, [videogular] vg-buffering .bufferingContainer {
     width: 100%;
     position: absolute;
     cursor: pointer;
     top: 50%;
     margin-top: -50px;
     zoom: 1;
     filter: alpha(opacity=60);
     opacity: 0.6;
}
 videogular vg-buffering .loadingSpinner, [videogular] vg-buffering .loadingSpinner {
     background-color: transparent;
     border: 5px solid white;
     opacity: .9;
     border-top: 5px solid transparent;
     border-left: 5px solid transparent;
     border-radius: 50px;
     -webkit-box-shadow: 0 0 35px #FFFFFF;
     box-shadow: 0 0 35px #FFFFFF;
     width: 50px;
     height: 50px;
     margin: 0 auto;
     -moz-animation: spin .5s infinite linear;
     -webkit-animation: spin .5s infinite linear;
}
 videogular vg-buffering .loadingSpinner .stop, [videogular] vg-buffering .loadingSpinner .stop {
     -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
}
 @-webkit-keyframes spin {
     0% {
         -webkit-transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(360deg);
    }
}
 @-webkit-keyframes spinoff {
     0% {
         -webkit-transform: rotate(0deg);
    }
     100% {
         -webkit-transform: rotate(-360deg);
    }
}
 videogular vg-ima-ads, [videogular] vg-ima-ads {
     width: 100%;
     height: 100%;
     position: absolute;
     z-index: 5;
     top: 0;
     display: none;
}
 videogular vg-overlay-play .overlayPlayContainer, [videogular] vg-overlay-play .overlayPlayContainer {
     opacity: 1;
}
 videogular vg-overlay-play .play:before, [videogular] vg-overlay-play .play:before {
     background: url(/assets/img/play.png) transparent center center no-repeat;
     background-size: 80px auto;
     content: "";
     width: 80px;
     height: 80px;
     left: 50%;
     top: 50%;
     position: absolute;
     margin-left: -40px;
     margin-top: -40px;
     display: block;
}
 videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
     background-color: #000000;
}
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
 .owl-carousel,.owl-carousel .owl-item{
     -webkit-tap-highlight-color:transparent;
     position:relative 
}
 .owl-carousel{
     display:none;
     width:100%;
     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{
     min-height:1px;
     float:left;
     -webkit-backface-visibility:hidden;
     -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 
}
 .no-js .owl-carousel,.owl-carousel.owl-loaded{
     display:block 
}
 .owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
     cursor:pointer;
     -webkit-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-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:-webkit-grab;
     cursor:grab 
}
 .owl-carousel.owl-rtl{
     direction:rtl 
}
 .owl-carousel.owl-rtl .owl-item{
     float:right 
}
 .owl-carousel .animated{
     -webkit-animation-duration:1s;
     animation-duration:1s;
     -webkit-animation-fill-mode:both;
     animation-fill-mode:both 
}
 .owl-carousel .owl-animated-in{
     z-index:0 
}
 .owl-carousel .owl-animated-out{
     z-index:1 
}
 .owl-carousel .fadeOut{
     -webkit-animation-name:fadeOut;
     animation-name:fadeOut 
}
 @-webkit-keyframes fadeOut{
     0%{
         opacity:1 
    }
     100%{
         opacity:0 
    }
}
 @keyframes fadeOut{
     0%{
         opacity:1 
    }
     100%{
         opacity:0 
    }
}
 .owl-height{
     -webkit-transition:height .5s ease-in-out;
     -o-transition:height .5s ease-in-out;
     transition:height .5s ease-in-out 
}
 .owl-carousel .owl-item .owl-lazy{
     opacity:0;
     -webkit-transition:opacity .4s ease;
     -o-transition:opacity .4s ease;
     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{
     -webkit-transform-style:preserve-3d;
     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(owl.video.play.png) no-repeat;
     cursor:pointer;
     z-index:1;
     -webkit-backface-visibility:hidden;
     -webkit-transition:-webkit-transform .1s ease;
     transition:-webkit-transform .1s ease;
     -o-transition:transform .1s ease;
     transition:transform .1s ease;
     transition:transform .1s ease, -webkit-transform .1s ease 
}
 .owl-carousel .owl-video-play-icon:hover{
     -ms-transform:scale(1.3,1.3);
     -webkit-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;
     -webkit-transition:opacity .4s ease;
     -o-transition:opacity .4s ease;
     transition:opacity .4s ease 
}
 .owl-carousel .owl-video-frame{
     position:relative;
     z-index:1;
     height:100%;
     width:100% 
}
/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* * Default theme - Owl Carousel CSS File */
 .owl-theme.owl-carousel .owl-nav {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     -webkit-flex-direction: row;
     flex-direction: row;
}
 .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
     color: #FFF;
     font-size: 14px;
     margin: 0 18px;
     padding: 4px 7px;
     background: rgba(0, 0, 0, 0.5);
     display: inline-block;
     cursor: pointer;
     border-radius: 0;
     top: 50%;
     margin-top: -16px;
     position: absolute;
}
 .owl-theme.owl-carousel .owl-nav [class*='owl-']:hover {
     background: #869791;
     color: #FFF;
     text-decoration: none;
}
 .owl-carousel .owl-nav button.owl-next {
     right: 0;
}
 .owl-theme.owl-carousel .owl-nav .disabled {
     opacity: 0.5;
     cursor: default;
}
 .owl-theme.owl-carousel .owl-nav.disabled + .owl-dots {
     margin-top: 10px;
}
 .owl-theme.owl-carousel .owl-dots {
     text-align: center;
     -webkit-tap-highlight-color: transparent;
}
 .owl-theme.owl-carousel .owl-dots .owl-dot {
     display: inline-block;
     zoom: 1;
     *display: inline;
}
 .owl-theme.owl-carousel .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 7px;
     background: #000000;
     display: block;
     -webkit-backface-visibility: visible;
     -webkit-transition: opacity 200ms ease;
     -o-transition: opacity 200ms ease;
     transition: opacity 200ms ease;
     border-radius: 30px;
}
 .owl-theme.owl-carousel .owl-dots .owl-dot.active span, .owl-theme.owl-carousel .owl-dots .owl-dot:hover span {
     background: #869791;
}
 .owl-carousel .owl-stage, .owl-carousel .owl-item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row nowrap;
     -webkit-flex-flow: row nowrap;
     flex-flow: row nowrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
}
 .owl-carousel.owl-drag .owl-item {
     opacity: 0.5;
     -webkit-transition: opacity 0.2s;
     -o-transition: opacity 0.2s;
     transition: opacity 0.2s;
}
 .owl-carousel.owl-drag .owl-item.active {
     opacity: 1;
}
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
     height: 32px;
     width: 32px;
     font-size: 32px;
     line-height: 32px;
     position: relative;
     color: #ffffff;
}
 .owl-carousel .owl-nav button.owl-next:before {
     font-family: "Ionicons";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     content: "\f3d1";
     font-size: 26px;
}
 .owl-carousel .owl-nav button.owl-prev:before {
     font-family: "Ionicons";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     content:"\f3cf";
     font-size: 26px;
}
/* Angular */
 @charset "UTF-8";
 [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
     display: none !important;
}
 ng\:form {
     display: block;
}
 .ng-animate-shim {
     visibility: hidden;
}
 .ng-anchor {
     position: absolute;
}
/* Isotope */
 .isotope {
     padding-bottom: 160px;
}
 .isotope ul {
     position: relative;
}
 .isotope li {
     margin-right: 0;
     margin-bottom: 4px !important;
}
 .dropdown-menu {
     position: absolute;
     top: 100%;
     left: 0;
     z-index: 1000;
     display: none;
     float: left;
     min-width: 160px;
     padding: 5px 0;
     margin: 2px 0 0;
     list-style: none;
     font-size: 14px;
     text-align: left;
     background-color: #ffffff;
     border: 1px solid #cccccc;
     border: 1px solid rgba(0, 0, 0, 0.15);
     font-family: var(--font-family-main);
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
}
 .dropdown {
     position: relative;
}
 .dropdown .submenu {
     display: none;
     position: absolute;
     top:100%;
     background-color: #ffffff;
     padding: 0;
     margin: 0;
     text-align: center;
     list-style: none;
     -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
     z-index: 1;
}
 .dropdown:not(#languages) .submenu {
     width: 180px;
     margin-left: -90px;
     left: 50%;
}
 .dropdown:hover .submenu {
     display: block;
}
 .submenu a {
     color: #a7adb1;
     display: block;
     text-align: center;
     margin: 0;
     text-transform: uppercase;
     font-weight: bold;
     padding: 15px 10px;
     font-size: 14px;
     letter-spacing: 2px;
}
 .submenu a:hover {
     color: var(--header-text);
     background-color: var(--header-bg);
}
 .dropdown>a:after {
     content: "\f3d0";
     font-family: "Ionicons";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     margin-left: 7px;
}
/*! * Datepicker for Bootstrap * * Copyright 2012 Stefan Petre * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * */
 .datepicker {
     top: 0;
     left: 0;
     padding: 4px;
     margin-top: 1px;
     border-radius: var(--border-radius-form);
     min-width: 230px;
    /*.dow {
         border-top: 1px solid #ddd !important;
    }
     */
     font-weight: 100;
}
 .datepicker:before {
     content: '';
     display: inline-block;
     border-left: 7px solid transparent;
     border-right: 7px solid transparent;
     border-bottom: 7px solid #ccc;
     border-bottom-color: rgba(0, 0, 0, 0.2);
     position: absolute;
     top: -7px;
     left: 6px;
}
 .datepicker:after {
     content: '';
     display: inline-block;
     border-left: 6px solid transparent;
     border-right: 6px solid transparent;
     border-bottom: 6px solid #ffffff;
     position: absolute;
     top: -6px;
     left: 7px;
}
 .datepicker>div {
     display: none;
}
 .datepicker table {
     width: 100%;
     margin: 0;
}
 .datepicker td, .datepicker th {
     text-align: center;
     width: 20px;
     height: 20px;
     border-radius: var(--border-radius-form);
}
 .datepicker td.day:hover {
     background: #eeeeee;
     cursor: pointer;
}
 .datepicker td.day.disabled {
     color: #eeeeee;
}
 .datepicker td.old, .datepicker td.new {
     color: #999999;
}
 .datepicker td.active, .datepicker td.active:hover {
     color: #ffffff;
     background-color: #333c4e;
     color: #fff;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
 .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
     color: #ffffff;
     background-color: #536382;
}
 .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
     background-color: #536382;
}
 .datepicker td span {
     display: block;
     width: 47px;
     height: 54px;
     line-height: 54px;
     float: left;
     margin: 2px;
     cursor: pointer;
     border-radius: var(--border-radius-form);
}
 .datepicker td span:hover {
     background: #eeeeee;
}
 .datepicker td span.active {
     color: #ffffff;
     background-color: #536382;
     border-color: #0044cc #0044cc #002a80;
     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     color: #fff;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
 .datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
     color: #ffffff;
     background-color: #536382;
}
 .datepicker td span.active:active, .datepicker td span.active.active {
     background-color: #003399 \9;
}
 .datepicker td span.old {
     color: #999999;
}
 .datepicker th.switch {
     width: 145px;
}
 .datepicker th.next, .datepicker th.prev {
     font-size: 21px;
}
 .datepicker thead tr:first-child th {
     cursor: pointer;
}
 .datepicker thead tr:first-child th:hover {
     background: #eeeeee;
}
 .input-append.date .add-on i, .input-prepend.date .add-on i {
     display: block;
     cursor: pointer;
     width: 16px;
     height: 16px;
}
/*! * Fotorama 4.6.3 | http://fotorama.io/license/ */
 .fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     right: 0;
     left: 0;
     bottom: 0 
}
 .fotorama--fullscreen, .fotorama__img {
     max-width: 99999px!important;
     max-height: 99999px!important;
     min-width: 0!important;
     min-height: 0!important;
     border-radius: 0!important;
     -webkit-box-shadow: none!important;
     box-shadow: none!important;
     padding: 0!important 
}
 .fotorama__wrap .fotorama__grab {
     cursor: move;
     cursor: -webkit-grab;
     cursor: -o-grab;
     cursor: -ms-grab;
     cursor: grab 
}
 .fotorama__grabbing * {
     cursor: move;
     cursor: -webkit-grabbing;
     cursor: -o-grabbing;
     cursor: -ms-grabbing;
     cursor: grabbing 
}
 .fotorama__spinner {
     position: absolute!important;
     top: 50%!important;
     left: 50%!important 
}
 .fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0) 
}
 .fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
     -webkit-transform: translateZ(0);
     transform: translateZ(0) 
}
 .fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
     outline: 0 
}
 .fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
     content: '';
     border-radius: inherit;
     background-color: rgba(0, 175, 234, .5) 
}
 .fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
     -webkit-transform: none!important;
     -ms-transform: none!important;
     transform: none!important 
}
 .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
     transition-property: -webkit-transform, width;
     -webkit-transition-property: width, -webkit-transform;
     transition-property: width, -webkit-transform;
     -o-transition-property: transform, width;
     transition-property: transform, width;
     transition-property: transform, width, -webkit-transform;
     -webkit-transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
     -o-transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
     transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
     -webkit-transition-duration: 0ms;
     -o-transition-duration: 0ms;
     transition-duration: 0ms 
}
 .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none 
}
 .fotorama__select {
     -webkit-user-select: text;
     -moz-user-select: text;
     -ms-user-select: text;
     user-select: text 
}
 .fotorama__nav, .fotorama__nav__frame {
     margin: auto;
     padding: 0 
}
 .fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
     display: inline-block;
     vertical-align: middle;
     *display: inline;
     *zoom: 1 
}
 .fotorama__nav__frame, .fotorama__thumb-border {
     -webkit-box-sizing: content-box;
     box-sizing: content-box 
}
 .fotorama__caption__wrap {
     -webkit-box-sizing: border-box;
     box-sizing: border-box 
}
 .fotorama--hidden, .fotorama__load {
     position: absolute;
     left: -99999px;
     top: -99999px;
     z-index: -1 
}
 .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
     -webkit-tap-highlight-color: transparent 
}
 .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
     background: url(/assets/img/fotorama/fotorama.png) no-repeat 
}
 @media (-webkit-min-device-pixel-ratio:1.5), (-webkit-min-device-pixel-ratio:2), (-o-min-device-pixel-ratio:2/1), (min-resolution:2dppx) {
     .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
         background: url(/assets/img/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat 
    }
}
 .fotorama__thumb {
     background-color: #7f7f7f;
     background-color: rgba(127, 127, 127, .2) 
}
 @media print {
     .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
         background: none!important 
    }
}
 .fotorama {
     min-width: 1px;
     overflow: hidden 
}
 .fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
     display: none 
}
 .fullscreen {
     width: 100%!important;
     height: 100%!important;
     max-width: 100%!important;
     max-height: 100%!important;
     margin: 0!important;
     padding: 0!important;
     overflow: hidden!important;
     background: #000 
}
 .fotorama--fullscreen {
     position: absolute!important;
     top: 0!important;
     left: 0!important;
     right: 0!important;
     bottom: 0!important;
     float: none!important;
     z-index: 2147483647!important;
     background: #000;
     width: 100%!important;
     height: 100%!important;
     margin: 0!important 
}
 .fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
     background: #000 
}
 .fotorama__wrap {
     -webkit-text-size-adjust: 100%;
     position: relative;
     direction: ltr;
     z-index: 0 
}
 .fotorama__wrap--rtl .fotorama__stage__frame {
     direction: rtl 
}
 .fotorama__nav, .fotorama__stage {
     overflow: hidden;
     position: relative;
     max-width: 100% 
}
 .fotorama__wrap--pan-y {
     -ms-touch-action: pan-y 
}
 .fotorama__wrap .fotorama__pointer {
     cursor: pointer 
}
 .fotorama__wrap--slide .fotorama__stage__frame {
     opacity: 1!important 
}
 .fotorama__stage__frame {
     overflow: hidden 
}
 .fotorama__stage__frame.fotorama__active {
     z-index: 8 
}
 .fotorama__wrap--fade .fotorama__stage__frame {
     display: none 
}
 .fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
     display: block;
     left: 0;
     top: 0 
}
 .fotorama__wrap--fade .fotorama__fade-front {
     z-index: 8 
}
 .fotorama__wrap--fade .fotorama__fade-rear {
     z-index: 7 
}
 .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
     z-index: 9 
}
 .fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
     display: none 
}
 .fotorama__img {
     -ms-filter: "alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;
     border: none!important 
}
 .fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
     -ms-filter: "alpha(Opacity=100)";
     filter: alpha(opacity=100);
     opacity: 1 
}
 .fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
     display: none 
}
 .fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
     display: block 
}
 .fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
     max-width: 99999px!important 
}
 .fotorama__wrap--only-active .fotorama__stage__frame {
     visibility: hidden 
}
 .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
     visibility: visible 
}
 .fotorama__nav {
     font-size: 0;
     line-height: 0;
     text-align: center;
     display: none;
     white-space: nowrap;
     z-index: 5 
}
 .fotorama__nav__shaft {
     position: relative;
     left: 0;
     top: 0;
     text-align: left 
}
 .fotorama__nav__frame {
     position: relative;
     cursor: pointer 
}
 .fotorama__nav--dots {
     display: block 
}
 .fotorama__nav--dots .fotorama__nav__frame {
     width: 18px;
     height: 30px 
}
 .fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
     display: none 
}
 .fotorama__nav--thumbs {
     display: block 
}
 .fotorama__nav--thumbs .fotorama__nav__frame {
     padding-left: 0!important 
}
 .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
     padding-right: 0!important 
}
 .fotorama__nav--thumbs .fotorama__nav__frame--dot {
     display: none 
}
 .fotorama__dot {
     display: block;
     width: 4px;
     height: 4px;
     position: relative;
     top: 12px;
     left: 6px;
     border-radius: 6px;
     border: 1px solid #7f7f7f 
}
 .fotorama__nav__frame:focus .fotorama__dot:after {
     padding: 1px;
     top: -1px;
     left: -1px 
}
 .fotorama__nav__frame.fotorama__active .fotorama__dot {
     width: 0;
     height: 0;
     border-width: 3px 
}
 .fotorama__nav__frame.fotorama__active .fotorama__dot:after {
     padding: 3px;
     top: -3px;
     left: -3px 
}
 .fotorama__thumb {
     overflow: hidden;
     position: relative;
     width: 100%;
     height: 100% 
}
 .fotorama__nav__frame:focus .fotorama__thumb {
     z-index: 2 
}
 .fotorama__thumb-border {
     position: absolute;
     z-index: 9;
     top: 0;
     left: 0;
     border-style: solid;
     border-color: #00afea;
     background-image: -o-linear-gradient(top left, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
     background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, .25)), to(rgba(64, 64, 64, .1)));
     background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1)) 
}
 .fotorama__caption {
     position: absolute;
     z-index: 12;
     bottom: 0;
     left: 0;
     right: 0;
     font-family: 'Helvetica Neue', Arial, sans-serif;
     font-size: 14px;
     line-height: 1.5;
     color: #000 
}
 .fotorama__caption a {
     text-decoration: none;
     color: #000;
     border-bottom: 1px solid;
     border-color: rgba(0, 0, 0, .5) 
}
 .fotorama__caption a:hover {
     color: #333;
     border-color: rgba(51, 51, 51, .5) 
}
 .fotorama__wrap--rtl .fotorama__caption {
     left: auto;
     right: 0 
}
 .fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
     display: none 
}
 .fotorama__caption__wrap {
     background-color: #fff;
     background-color: rgba(255, 255, 255, .9);
     padding: 5px 10px 
}
 @-webkit-keyframes spinner {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0) 
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg) 
    }
}
 @keyframes spinner {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0) 
    }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg) 
    }
}
 .fotorama__wrap--css3 .fotorama__spinner {
     -webkit-animation: spinner 24s infinite linear;
     animation: spinner 24s infinite linear 
}
 .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
     -webkit-transition-property: opacity;
     -o-transition-property: opacity;
     transition-property: opacity;
     -webkit-transition-timing-function: linear;
     -o-transition-timing-function: linear;
     transition-timing-function: linear;
     -webkit-transition-duration: .3s;
     -o-transition-duration: .3s;
     transition-duration: .3s 
}
 .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
     -ms-filter: "alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0 
}
 .fotorama__select {
     cursor: auto 
}
 .fotorama__video {
     top: 32px;
     right: 0;
     bottom: 0;
     left: 0;
     position: absolute;
     z-index: 10 
}
 @-moz-document url-prefix() {
     .fotorama__active {
         box-shadow: 0 0 0 transparent 
    }
}
 .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
     position: absolute;
     z-index: 11;
     cursor: pointer 
}
 .fotorama__arr {
     position: absolute;
     width: 32px;
     height: 32px;
     top: 50%;
     margin-top: -16px 
}
 .fotorama__arr--prev {
     left: 2px;
     background-position: 0 0 
}
 .fotorama__arr--next {
     right: 2px;
     background-position: -32px 0 
}
 .fotorama__arr--disabled {
     pointer-events: none;
     cursor: default;
     *display: none;
     opacity: .1 
}
 .fotorama__fullscreen-icon {
     width: 32px;
     height: 32px;
     top: 2px;
     right: 2px;
     background-position: 0 -32px;
     z-index: 20 
}
 .fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
     border-radius: 50% 
}
 .fotorama--fullscreen .fotorama__fullscreen-icon {
     background-position: -32px -32px 
}
 .fotorama__video-play {
     width: 96px;
     height: 96px;
     left: 50%;
     top: 50%;
     margin-left: -48px;
     margin-top: -48px;
     background-position: 0 -64px;
     opacity: 0;
     text-align: center;
}
 .fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
     display: none 
}
 .fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
     opacity: 1;
     display: block 
}
 .fotorama__nav__frame .fotorama__video-play {
     width: 32px;
     height: 32px;
     margin-left: -16px;
     margin-top: -16px;
     background-position: -64px -32px 
}
 .fotorama__video-close {
     width: 32px;
     height: 32px;
     top: 0;
     right: 0;
     background-position: -64px 0;
     z-index: 20;
     opacity: 0 
}
 .fotorama__wrap--css2 .fotorama__video-close {
     display: none 
}
 .fotorama__wrap--css3 .fotorama__video-close {
     -webkit-transform: translate3d(32px, -32px, 0);
     transform: translate3d(32px, -32px, 0) 
}
 .fotorama__wrap--video .fotorama__video-close {
     display: block;
     opacity: 1 
}
 .fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0) 
}
 .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
     opacity: 0 
}
 .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
     opacity: 1 
}
 .fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
     opacity: 0!important 
}
 .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
     display: none 
}
 .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
     display: block 
}
 .fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
     display: none!important 
}
 .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
     -webkit-transform: translate3d(32px, -32px, 0);
     transform: translate3d(32px, -32px, 0) 
}
 .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
     -webkit-transform: translate3d(-48px, 0, 0);
     transform: translate3d(-48px, 0, 0) 
}
 .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
     -webkit-transform: translate3d(48px, 0, 0);
     transform: translate3d(48px, 0, 0) 
}
 .fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
     -webkit-transform: translate3d(32px, -32px, 0)!important;
     transform: translate3d(32px, -32px, 0)!important 
}
 .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
     -webkit-transform: translate3d(-48px, 0, 0)!important;
     transform: translate3d(-48px, 0, 0)!important 
}
 .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
     -webkit-transform: translate3d(48px, 0, 0)!important;
     transform: translate3d(48px, 0, 0)!important 
}
 .fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
     transition-property: -webkit-transform, opacity;
     -webkit-transition-property: opacity, -webkit-transform;
     transition-property: opacity, -webkit-transform;
     -o-transition-property: transform, opacity;
     transition-property: transform, opacity;
     transition-property: transform, opacity, -webkit-transform;
     -webkit-transition-duration: .3s;
     -o-transition-duration: .3s;
     transition-duration: .3s 
}
 .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
     content: "";
     display: block;
     position: absolute;
     text-decoration: none;
     top: 0;
     bottom: 0;
     width: 10px;
     height: auto;
     z-index: 10;
     pointer-events: none;
     background-repeat: no-repeat;
     background-size: 1px 100%, 5px 100% 
}
 .fotorama__nav:before, .fotorama__stage:before {
     background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
     background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
     background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
     background-position: 0 0, 0 0;
     left: -10px 
}
 .fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
     left: 0 
}
 .fotorama__nav:after, .fotorama__stage:after {
     background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, .4), transparent);
     background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, .2)), color-stop(75%, rgba(0, 0, 0, .3)), to(transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
     background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
     background-position: 100% 0, 100% 0;
     right: -10px 
}
 .fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
     right: 0 
}
 .fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
     display: none 
}
/* General styles for the modal */
/* Styles for the html/body for special modal where we want 3d effects Note that we need a container wrapping all content on the page for the perspective effects (not including the modals and the overlay). */
 .control-group.submit .controls, .control-group.social .controls {
     margin-bottom: 0;
     font-weight: normal;
     position: relative;
}
 .forgotPassword {
     position: absolute;
     right: 0;
     top: 12px;
}
 .gigya-error-display {
     color: #d31411;
     display: none !important;
}
 .gigya-input-submit {
     margin-right: 20px;
     background-color: rgb(0, 121, 188);
     color: #ffffff;
}
 .md-close {
     color: #ffffff;
     font-size: 24px;
     cursor: pointer;
}
 .md-close:hover {
     color: #ffffff;
}
 .md-perspective, .md-perspective body {
     height: 100%;
     overflow: hidden;
}
 .md-perspective body {
     background: #222;
     -webkit-perspective: 600px;
     perspective: 600px;
}
 .container {
     background: #e74c3c;
     min-height: 100%;
}
 .md-modal {
     position: fixed;
     top: 50%;
     left: 50%;
     width: 70%;
     max-width: 630px;
     min-width: 320px;
     height: auto;
     z-index: 99999;
     visibility: hidden;
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -webkit-transform: translateX(-50%) translateY(-50%);
     -ms-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
     text-align: left;
}
 .md-show {
     visibility: visible;
}
 .md-overlay {
     position: fixed;
     width: 100%;
     height: 100%;
     visibility: hidden;
     top: 0;
     left: 0;
     z-index: 99998;
     opacity: 0;
     background: rgba(0, 0, 0, 0.8);
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .md-show~.md-overlay {
     opacity: 1;
     visibility: visible;
}
/* Content styles */
 .md-content {
     background: #ffffff;
     position: relative;
     margin: 0 auto;
     width: 100%;
}
 .md-content .message-error {
     margin-top: 0;
     margin-bottom: 24px;
     color: red;
     font-family: var(--font-family-text);
}
 .md-content .md-header {
     color: #fff;
     background-color: var(--main-color-bg);
     position: relative;
     margin: 0 auto;
     height: 84px;
     padding: 0 40px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-flow: row wrap;
     -webkit-flex-flow: row wrap;
     flex-flow: row wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-justify-content: space-between;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-align-items: center;
}
 .md-content .md-header .md-header-title {
     margin: 0;
     color: #ffffff;
}
 .md-header img {
     margin-top: -20px;
     left: 35px;
     position: absolute;
     height: 50px;
}
 .md-content h3 {
     margin: 0;
     padding: 0.4em;
     text-align: center;
     font-size: 2.4em;
     font-weight: 300;
     opacity: 0.8;
     background: rgba(0, 0, 0, 0.1);
     border-radius: 3px 3px 0 0;
}
 .md-content>* {
     padding: 24px 40px;
     margin: 0;
     font-size: 18px;
}
 .md-content>* p {
     margin: 0;
     padding: 10px 0;
}
 .md-content>* ul {
     margin: 0;
     padding: 0 0 30px 20px;
}
 .md-content>* ul li {
     padding: 5px 0;
}
 .md-content button {
     display: block;
     margin: 0;
     font-size: 0.8em;
}
 .md-content button.btn-lg {
     font-size: 18px;
}
/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
 .md-effect-1 .md-content {
     -webkit-transform: scale(0.7);
     -ms-transform: scale(0.7);
     transform: scale(0.7);
     opacity: 0;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .md-show.md-effect-1 .md-content {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     opacity: 1;
}
/* Effect 2: Slide from the right */
 .md-effect-2 .md-content {
     -webkit-transform: translateX(20%);
     -ms-transform: translateX(20%);
     transform: translateX(20%);
     opacity: 0;
     -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
     transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
 .md-show.md-effect-2 .md-content {
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     transform: translateX(0);
     opacity: 1;
}
/* Effect 3: Slide from the bottom */
 .md-effect-3 .md-content {
     -webkit-transform: translateY(20%);
     -ms-transform: translateY(20%);
     transform: translateY(20%);
     opacity: 0;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .md-show.md-effect-3 .md-content {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
}
/* Effect 4: Newspaper */
 .md-effect-4 .md-content {
     -webkit-transform: scale(0) rotate(720deg);
     -ms-transform: scale(0) rotate(720deg);
     transform: scale(0) rotate(720deg);
     opacity: 0;
}
 .md-show.md-effect-4~.md-overlay, .md-effect-4 .md-content {
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
 .md-show.md-effect-4 .md-content {
     -webkit-transform: scale(1) rotate(0deg);
     -ms-transform: scale(1) rotate(0deg);
     transform: scale(1) rotate(0deg);
     opacity: 1;
}
/* Effect 5: fall */
 .md-effect-5.md-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .md-effect-5 .md-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: translateZ(600px) rotateX(20deg);
     -ms-transform: translateZ(600px) rotateX(20deg);
     transform: translateZ(600px) rotateX(20deg);
     opacity: 0;
}
 .md-show.md-effect-5 .md-content {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     -webkit-transform: translateZ(0px) rotateX(0deg);
     -ms-transform: translateZ(0px) rotateX(0deg);
     transform: translateZ(0px) rotateX(0deg);
     opacity: 1;
}
/* Effect 6: side fall */
 .md-effect-6.md-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .md-effect-6 .md-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
     -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
     transform: translate(30%) translateZ(600px) rotate(10deg);
     opacity: 0;
}
 .md-show.md-effect-6 .md-content {
     -webkit-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     transition: all 0.3s ease-in;
     -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
     -ms-transform: translate(0%) translateZ(0) rotate(0deg);
     transform: translate(0%) translateZ(0) rotate(0deg);
     opacity: 1;
}
/* Effect 7: slide and stick to top */
 .md-effect-7 {
     top: 0;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
}
 .md-effect-7 .md-content {
     -webkit-transform: translateY(-200%);
     -ms-transform: translateY(-200%);
     transform: translateY(-200%);
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
     opacity: 0;
}
 .md-show.md-effect-7 .md-content {
     -webkit-transform: translateY(0%);
     -ms-transform: translateY(0%);
     transform: translateY(0%);
     border-radius: 0 0 3px 3px;
     opacity: 1;
}
/* Effect 8: 3D flip horizontal */
 .md-effect-8.md-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .md-effect-8 .md-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: rotateY(-70deg);
     -ms-transform: rotateY(-70deg);
     transform: rotateY(-70deg);
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     opacity: 0;
}
 .md-show.md-effect-8 .md-content {
     -webkit-transform: rotateY(0deg);
     -ms-transform: rotateY(0deg);
     transform: rotateY(0deg);
     opacity: 1;
}
/* Effect 9: 3D flip vertical */
 .md-effect-9.md-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .md-effect-9 .md-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: rotateX(-70deg);
     -ms-transform: rotateX(-70deg);
     transform: rotateX(-70deg);
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     opacity: 0;
}
 .md-show.md-effect-9 .md-content {
     -webkit-transform: rotateX(0deg);
     -ms-transform: rotateX(0deg);
     transform: rotateX(0deg);
     opacity: 1;
}
/* Effect 10: 3D sign */
 .md-effect-10.md-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .md-effect-10 .md-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: rotateX(-60deg);
     -ms-transform: rotateX(-60deg);
     transform: rotateX(-60deg);
     -webkit-transform-origin: 50% 0;
     -ms-transform-origin: 50% 0;
     transform-origin: 50% 0;
     opacity: 0;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .md-show.md-effect-10 .md-content {
     -webkit-transform: rotateX(0deg);
     -ms-transform: rotateX(0deg);
     transform: rotateX(0deg);
     opacity: 1;
}
/* Effect 11: Super scaled */
 .md-effect-11 .md-content {
     -webkit-transform: scale(2);
     -ms-transform: scale(2);
     transform: scale(2);
     opacity: 0;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .md-show.md-effect-11 .md-content {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     opacity: 1;
}
/* Effect 12: Just me */
 .md-effect-12 .md-content {
     -webkit-transform: scale(0.8);
     -ms-transform: scale(0.8);
     transform: scale(0.8);
     opacity: 0;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .md-show.md-effect-12~.md-overlay {
     background: #e74c3c;
}
 .md-effect-12 .md-content h3, .md-effect-12 .md-content {
     background: transparent;
}
 .md-show.md-effect-12 .md-content {
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     opacity: 1;
}
/* Effect 13: 3D slit */
 .md-effect-13.md-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .md-effect-13 .md-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: translateZ(-3000px) rotateY(90deg);
     -ms-transform: translateZ(-3000px) rotateY(90deg);
     transform: translateZ(-3000px) rotateY(90deg);
     opacity: 0;
}
 .md-show.md-effect-13 .md-content {
     -webkit-animation: slit .7s forwards ease-out;
     animation: slit .7s forwards ease-out;
}
 @-webkit-keyframes slit {
     50% {
         -webkit-transform: translateZ(-250px) rotateY(89deg);
         opacity: .5;
         -webkit-animation-timing-function: ease-out;
    }
     100% {
         -webkit-transform: translateZ(0) rotateY(0deg);
         opacity: 1;
    }
}
 @keyframes slit {
     50% {
         -webkit-transform: translateZ(-250px) rotateY(89deg);
         transform: translateZ(-250px) rotateY(89deg);
         opacity: 1;
         -webkit-animation-timing-function: ease-in;
         animation-timing-function: ease-in;
    }
     100% {
         -webkit-transform: translateZ(0) rotateY(0deg);
         transform: translateZ(0) rotateY(0deg);
         opacity: 1;
    }
}
/* Effect 14: 3D Rotate from bottom */
 .md-effect-14.md-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .md-effect-14 .md-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: translateY(100%) rotateX(90deg);
     -ms-transform: translateY(100%) rotateX(90deg);
     transform: translateY(100%) rotateX(90deg);
     -webkit-transform-origin: 0 100%;
     -ms-transform-origin: 0 100%;
     transform-origin: 0 100%;
     opacity: 0;
     -webkit-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
 .md-show.md-effect-14 .md-content {
     -webkit-transform: translateY(0%) rotateX(0deg);
     -ms-transform: translateY(0%) rotateX(0deg);
     transform: translateY(0%) rotateX(0deg);
     opacity: 1;
}
/* Effect 15: 3D Rotate in from left */
 .md-effect-15.md-modal {
     -webkit-perspective: 1300px;
     perspective: 1300px;
}
 .md-effect-15 .md-content {
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
     -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
     transform: translateZ(100px) translateX(-30%) rotateY(90deg);
     -webkit-transform-origin: 0 100%;
     -ms-transform-origin: 0 100%;
     transform-origin: 0 100%;
     opacity: 0;
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .md-show.md-effect-15 .md-content {
     -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
     -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
     transform: translateZ(0px) translateX(0%) rotateY(0deg);
     opacity: 1;
}
/* Effect 16: Blur */
 .md-show.md-effect-16~.md-overlay {
     background: rgba(180, 46, 32, 0.5);
}
 .md-show.md-effect-16~.container {
     -webkit-filter: blur(3px);
     -moz-filter: blur(3px);
     filter: blur(3px);
}
 .md-effect-16 .md-content {
     -webkit-transform: translateY(-5%);
     -ms-transform: translateY(-5%);
     transform: translateY(-5%);
     opacity: 0;
}
 .md-show.md-effect-16~.container, .md-effect-16 .md-content {
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
 .md-show.md-effect-16 .md-content {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
}
/* Effect 17: Slide in from bottom with perspective on container */
 .md-show.md-effect-17~.container {
     height: 100%;
     overflow: hidden;
     -webkit-transition: -webkit-transform 0.3s;
     transition: -webkit-transform 0.3s;
     -o-transition: transform 0.3s;
     transition: transform 0.3s;
     transition: transform 0.3s, -webkit-transform 0.3s;
}
 .md-show.md-effect-17~.container, .md-show.md-effect-17~.md-overlay {
     -webkit-transform: rotateX(-2deg);
     -ms-transform: rotateX(-2deg);
     transform: rotateX(-2deg);
     -webkit-transform-origin: 50% 0%;
     -ms-transform-origin: 50% 0%;
     transform-origin: 50% 0%;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
}
 .md-effect-17 .md-content {
     opacity: 0;
     -webkit-transform: translateY(200%);
     -ms-transform: translateY(200%);
     transform: translateY(200%);
}
 .md-show.md-effect-17 .md-content {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
     -webkit-transition: all 0.3s 0.2s;
     -o-transition: all 0.3s 0.2s;
     transition: all 0.3s 0.2s;
}
/* Effect 18: Slide from right with perspective on container */
 .md-show.md-effect-18~.container {
     height: 100%;
     overflow: hidden;
}
 .md-show.md-effect-18~.md-overlay {
     background: rgba(143, 27, 15, 0.8);
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
 .md-show.md-effect-18~.container, .md-show.md-effect-18~.md-overlay {
     -webkit-transform-style: preserve-3d;
     -webkit-transform-origin: 0% 50%;
     -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
     -moz-transform-style: preserve-3d;
     -moz-transform-origin: 0% 50%;
     -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
     transform-style: preserve-3d;
     -ms-transform-origin: 0% 50%;
     transform-origin: 0% 50%;
     animation: rotateRightSideFirst 0.5s forwards ease-in;
}
 @-webkit-keyframes rotateRightSideFirst {
     50% {
         -webkit-transform: translateZ(-50px) rotateY(5deg);
         -webkit-animation-timing-function: ease-out;
    }
     100% {
         -webkit-transform: translateZ(-200px);
    }
}
 @keyframes rotateRightSideFirst {
     50% {
         -webkit-transform: translateZ(-50px) rotateY(5deg);
         transform: translateZ(-50px) rotateY(5deg);
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
     100% {
         -webkit-transform: translateZ(-200px);
         transform: translateZ(-200px);
    }
}
 .md-effect-18 .md-content {
     -webkit-transform: translateX(200%);
     -ms-transform: translateX(200%);
     transform: translateX(200%);
     opacity: 0;
}
 .md-show.md-effect-18 .md-content {
     -webkit-transform: translateX(0);
     -ms-transform: translateX(0);
     transform: translateX(0);
     opacity: 1;
     -webkit-transition: all 0.5s 0.1s;
     -o-transition: all 0.5s 0.1s;
     transition: all 0.5s 0.1s;
}
/* Effect 19: Slip in from the top with perspective on container */
 .md-show.md-effect-19~.container {
     height: 100%;
     overflow: hidden;
}
 .md-show.md-effect-19~.md-overlay {
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
 .md-show.md-effect-19~.container, .md-show.md-effect-19~.md-overlay {
     -webkit-transform-style: preserve-3d;
     -webkit-transform-origin: 50% 100%;
     -webkit-animation: OpenTop 0.5s forwards ease-in;
     -moz-transform-style: preserve-3d;
     -moz-transform-origin: 50% 100%;
     -moz-animation: OpenTop 0.5s forwards ease-in;
     transform-style: preserve-3d;
     -ms-transform-origin: 50% 100%;
     transform-origin: 50% 100%;
     animation: OpenTop 0.5s forwards ease-in;
}
 @-webkit-keyframes OpenTop {
     50% {
         -webkit-transform: rotateX(10deg);
         -webkit-animation-timing-function: ease-out;
    }
}
 @keyframes OpenTop {
     50% {
         -webkit-transform: rotateX(10deg);
         transform: rotateX(10deg);
         -webkit-animation-timing-function: ease-out;
         animation-timing-function: ease-out;
    }
}
 .md-effect-19 .md-content {
     -webkit-transform: translateY(-200%);
     -ms-transform: translateY(-200%);
     transform: translateY(-200%);
     opacity: 0;
}
 .md-show.md-effect-19 .md-content {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
     -webkit-transition: all 0.5s 0.1s;
     -o-transition: all 0.5s 0.1s;
     transition: all 0.5s 0.1s;
}
/* ========================================================== Exceptions for this project ========================================================== */
/* ========================================================== HELPERS ========================================================== */
 .ir, .icon {
     display: block;
     border: 0;
     text-indent: -999em;
     overflow: hidden;
     background-color: transparent;
     background-repeat: no-repeat;
     text-align: left;
     direction: ltr;
}
 .ir br {
     display: none;
}
 .hidden {
     display: none !important;
     visibility: hidden;
}
 .visuallyhidden {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
     display: none;
}
 .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     width: auto;
}
 .invisible {
     visibility: hidden;
}

 .clearfix:after {
     clear: both;
}
 .clearfix {
     zoom: 1;
}
/* ========================================================== MEDIA QUERIES ========================================================== */
/* Large screen ========================================================== */
 @media only screen and (max-width: 1440px) {
     :root {
         --max-width-column: 1150px;
         --img-max-w: 200px;
         --header-height: 100px;
    }
     #header #navigation-toggle {
         margin-left: 3%;
    }
     #footer.active .wrapper-group {
         height: 560px;
         padding-top: 0;
    }
     .section-title, .widget-title {
         font-size: 42px;
    }
     .menu>li>a {
         font-size: 13px;
         padding-left: 8px;
         padding-right: 8px;
    }
    #header-zone3.header-footer-zone .logo-link {
     padding-left: 10px;
    }
    .header-lg #header-zone7 .logo-img, .header-lg #header-zone8 .logo-img {
     max-height: 85px;
    }
     #footer .menu>li>a, #footer #contact-text .contact-text-body table td {
         font-size: 13px;
    }
     #footer .header-footer-zone#footer-zone1 {
         padding-bottom: 15px;
    }
     #sponsors li.more-items-item:first-child {
         width: 25% !important;
    }
     #footer h2.widget-title {
         padding-left: 12px;
    }
     #footer h2.widget-title, #footer h2.section-title {
         margin-bottom: 15px;
    }
     #footer .footer-toggle {
         height: 50px;
    }
     #footer .footer-toggle > div {
         padding-top: 10px;
         padding-bottom: 10px;
    }
     #copyright {
         padding-top: 20px;
    }
     #copyright p {
         margin-bottom: 5px;
    }
     h1 {
         font-size: 48px;
    }
     .one-five.social-stream .socialstream-item, .one-six.social-stream .socialstream-item, .one-seven.social-stream .socialstream-item, .one-eight.social-stream .socialstream-item {
         width: calc(25% - var(--gap));
    }
     .one-four:not(.full-width) .more-items-item .wrapper, .one-five:not(.full-width) .more-items-item .wrapper, .one-six:not(.full-width) .more-items-item .wrapper, .one-seven:not(.full-width) .more-items-item .wrapper, .one-eight:not(.full-width) .more-items-item .wrapper, .social-stream:not(.full-width) .more-items-item .wrapper {
         padding: 15px;
    }
     .slide-content>* {
         max-width: calc( var(--max-width-column) / 1.5);
    }
     .tabs-end, .tabs-start {
         padding-top: 108px !important;
    }
     .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-username {
         font-size: 13px;
    }
     .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-time {
         font-size: 10px;
    }
     .social-stream:not(.full-width):not(.one-two):not(.one-one) .socialstream-item .socialstream-item-message {
         font-size: 13px;
    }
     .social-stream:not(.full-width) .socialstream-item .socialstream-item-time, .social-stream:not(.full-width) .socialstream-item .socialstream-item-username {
         padding-left: 40px;
         padding-right: 40px;
    }
     .social-stream:not(.full-width) .socialstream-item .wrapper:after {
    }
     .social-stream:not(.full-width) .socialstream-item .socialstream-item-username-image, .social-stream.list-view .socialstream-item .socialstream-item-username-image {
         width: 30px;
    }
     .md-content>*, .md-content .md-header {
         padding-left: 30px;
         padding-right: 30px;
    }
     .tabs-end > header, .tabs-start > header {
         margin-top: -60px;
    }
     .main-img.widget.article-view .article .article-view-body {
         max-width: var(--max-width-column);
         padding: 42px calc((var(--max-width-column) - 800px) / 2)
    }

     #boat-specs {
         max-width: 1150px;
         margin-left: -575px;
    }
     #boat-specs header {
         max-width: 1150px;
    }
     #boat3d .footer-tools .menu > li .submenu {
         left: 36px;
         bottom: 44px;
    }
     #boat3d .footer-tools {
         max-width: 1100px;
         margin-left: -550px;
    }
     #boat3d .footer-tools .zone-1 {
         height: 60px;
    }
       body #omega-bar .omega-logo img {
         max-width: 120px;
       }
       body #omega-bar .omega-countdown img {
         max-width: 260px;
       }
       body #omega-bar .omega-slogan span {
         font-size: 11px;
         max-width: 190px;
       }
       body #omega-bar .omega-countdown .countdown-text .countdown-time > * strong {
         font-size: 22px;
       }
       body #omega-bar .omega-countdown .countdown-text .countdown-time > * {
         font-size: 8px;
       }
       body #omega-bar .countdown-text {
         padding: 10px;
       }
       #omega.v2 iframe,
       body.omega-large #omega.v2 iframe {
          transform:scale(.67) translate(-76px) !important;
       }

     
}
 @media only screen and (max-width: 1280px) {
     :root {
         --max-width-column: 1024px;
         --img-max-w: 150px;
         --related-content-width: 320px;
         --header-height:90px;
    }


    /* Felix 1280 */
    .team .widget.article-view .article {
          flex-direction: column;
    }
    .team .widget.article-view .article-view-body {
          padding: 0;
          width: 90%;
    }


     body, input, textarea {
         font-size: 16px;
    }
     #footer.active .wrapper-group {
         height: 452px;
    }
     #copyright {
         padding-top: 10px;
         padding-bottom: 10px;
         font-size: 11px;
    }
     #copyright p {
         margin-bottom: 0;
    }
     .icon-store:after {
         font-size: 10px;
         margin-top: -2px;
    }
    #navigation-toggle:after {
     font-size: 28px;
     line-height: 28px;
     width: 28px;
     height: 28px;
    }
    #header {
     padding-left: calc((100% - var(--max-width-column))/2);
     padding-right: calc((100% - var(--max-width-column))/2);
    }
    #header #navigation-toggle {
         margin-left: 2%;
         padding-right: 0;
     }
    #header #navigation-toggle {
     margin-left: 1%;
     }
     .menu>li>a {
         padding-left: 5px;
         padding-right: 5px;
         font-size: 10px;
         letter-spacing: 2px;
    }
    #header-zone3 .logo-img {
     max-height: 60px;
    }
     #footer .header-footer-zone > .header-widgets-json:first-child {
    }
     #footer .header-footer-zone > .header-widgets-json:nth-child(2) {
    }
     body.sponsors #content #sponsors-main ul li:first-child {
         width: 100%;
    }
    body.sponsors #content #sponsors-second-line ul li {
    width: calc(14% - var(--gap));
}
    
     #footer .logo-link {
         margin-bottom: 20px;
    }
     #footer h2.widget-title, #footer h2.section-title {
         font-size: 16px;
    }
     #footer .sponsors {
         --gap: 40px;
    }
     #sponsors li.more-items-item:first-child {
         width: 22% !important;
    }
     h1 {
         font-size: 36px;
    }
     h2 {
         font-size: 20px;
    }
     h3 {
         font-size: 10px;
    }
     h4 {
         font-size: 16px 
    }
     h5 {
         font-size: 9px;
    }
     h6 {
         font-size: 14px;
    }
     time {
         font-size: 11px;
    }
     .section-title, .widget-title {
         font-size: 18px;
    }
     .tabs-end, .tabs-start {
         padding-top: 100px !important;
    }
     .slide-content .slide-title {
         font-size: 40px;
    }
     .slide-content p {
         font-size: 16px;
         line-height: 1.4;
    }
     .article-view-intro p {
         font-size: 18px;
    }


    .main-img.widget.article-view .article .article-view-body {
     padding: 42px calc((var(--max-width-column) - 700px) / 2);
    }
     .more-items-item .wrapper>* {
         margin: 4px 0;
    }
     .more-items-category, .more-items-subsection, time, .galleries-items .galleries-item .galleries-item-count {
         font-size: 11px;
    }
     .tabs-end > header, .tabs-start > header {
         margin-top: -55px;
    }
     .related-content .img-aside .more-items-item>a, .related-content .img-aside .more-items-item .more-items-img-container {
         max-width: 80px;
    }
     .related-content .img-aside .more-items-item h2 {
         font-size: 16px;
    }
     .widget.article-view .article header>* {
         margin-top: 10px;
         margin-bottom: 10px;
    }
     .article-view-category, .article-view-time {
         font-size: 16px;
    }
     .scoreboard ul li {
         font-size: 20px;
    }
     .one-of-seven, .one-seven .more-items-item, .one-seven.img-aside .more-items-item, .one-seven .more-video-item, .one-seven .galleries-item, .one-seven .socialstream-item, .one-seven.landing li, .one-seven .control-group, .one-seven .formly>*>* {
         width: calc(20% - var(--gap));
    }
     .main-img.widget.article-view .article .article-view-body {
         margin-top: -50px;
    }
     .pagination-page, .pagination.more .pagination-more, .pagination.showmore-inline .pagination-page, .load-more-bt, .widget-link>a {
         font-size: 14px;
    }
     .wrapper-media .btn-section-link a:after {
         font-size: 18px;
    }
     #boat-specs, #boat3d .footer-tools {
         max-width: 1024px;
         margin-left: -512px;
    }
     #boat-specs .tabs li a {
         font-size: 14px;
         margin-bottom: 9px;
    }
     #boat-specs .tabs li.tab-dock-configuration a, #boat-specs #boat-specs .tabs li.tab-normal-sailing-mode a, #boat-specs #boat-specs .tabs li.tab-through-manoeuvres a {
         font-size: 13px;
    }
     #boat-specs header {
         padding-top: 60px;
         max-width: 950px;
    }
     #boat-specs .more-items-item .wrapper .more-items-category {
         font-size: 36px;
    }
     #boat-specs .more-items-item .wrapper h2 {
         font-size: 26px;
    }
     #boat-specs .more-items-item .wrapper h2 .large {
         font-size: 40px;
    }

    .weather-icon {
     width: 25px;
     height: 25px;
    }
 .dropdown .submenu  {
     top: 90px;
 }
     #header,
 #header .wrapper-group > .wrapper, #footer .wrapper-group > .wrapper,
 .scroll-not-top.header-lg #header {

 }
 .fixed-content .related-content,
 #navigation-mobile,
 #cookiesbar,
.fixed-content .downloads-main > section > header,
 .headroom--unpinned.fixed-content .downloads-main > section > header,
.downloads-main .related-content,
.downloads.fixed-content .related-content,
.fixed-content .downloads-main > section > header, .headroom--pinned.fixed-content .downloads-main > section > header, .headroom--top.fixed-content .downloads-main > section > header  {
top: 90px;
}

 .header-lg #header-zone7 .logo-img, .header-lg #header-zone8 .logo-img {
    max-height: 90px; 
 }
 .results-embed {
     height: 420px;
 }

#omega.v2 iframe{
     transform: scale(.6) translate(-100px) !important; 
 }
}
/* Tablet devices layout adjustments ========================================================== */
 @media only screen and (max-width: 1024px) {
     :root {
         --header-height: 50px;
         --max-width-column: 1024px;
         --gap:20px;
    }
     .column>.widget:not(.article-view) {
         padding-top: 30px;
         padding-bottom: 30px;
    }
     .gap-10, .gap-20, .gap-30, .gap-40 {
         padding-left: calc(60px - (var(--gap) / 2));
         padding-right: calc(60px - (var(--gap) / 2));
    }
     .secondary-content>* {
         width: auto;
    }
     .secondary-content:first-child>* {
         margin-left: 0;
    }
     .secondary-content:last-child>* {
         margin-right: 0;
    }
     .row-fluid .column.secondary-content:first-child>* {
         padding-right: 15px;
    }
     .row-fluid .column.secondary-content:last-child>* {
         padding-left: 15px;
    }
    /* Header */
     .header-lg #header {
         height: 50px;
    }
     #header .wrapper {
         padding-left: 0;
    }
     #header .wrapper:before, #header .wrapper:after {
         display: none;
    }
     #header .wrapper-group {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-flow: row nowrap;
         -webkit-flex-flow: row nowrap;
         flex-flow: row nowrap;
    }

    #omega.v2 iframe{
     transform: scale(.34) translate(-295px) !important;
    }
     #navigation {
         display: none !important;
    }
     .menu>li>a {
         padding: 0 15px;
    }
     .menu>li>a.icon-store {
         border: none;
         height: auto;
    }
     #navigation-mobile ul li a {
         font-size: 18px;
    }
     #navigation-mobile .menu li a {
         padding: 20px 0;
    }
     .icon-store:after {
         line-height: normal;
    }
     #navigation-mobile .dropdown .submenu {
         position: relative;
         width: auto;
         margin: 0;
         left: auto;
         top: auto;
         background: transparent;
         padding: 5px 20px;
    }
     #navigation-mobile .dropdown .submenu li a {
         padding: 5px 0;
         text-align: left;
    }
     #navigation-mobile .dropdown .submenu li a:hover {
         background: transparent;
    }
     #navigation-mobile .menu li.about, #navigation-mobile .menu li.news, #navigation-mobile .menu li.media, #navigation-mobile .menu li.events, #navigation-mobile .menu li.store,#navigation-mobile .menu li.special-projects {
         display: -webkit-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
    }
     .header-lg #navigation-mobile {
         top: 50px;
    }
     #header #header-zone4, #header #header-zone6, #header .header-footer-zone.empty-zone {
         display: none ;
    }
     #header .wrapper.row2 {
         -webkit-box-pack: end;
         -ms-flex-pack: end;
         justify-content: flex-end;
         -webkit-justify-content: flex-end;
         width: auto;
    }
     #header .wrapper.row1 {
         width: 100%;
    }
     #header #navigation-toggle {
         margin-left: 0;
         display: -webkit-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
    }
     #header-zone7 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         -webkit-order: 0;
         order: 0;
    }
    /* end Header */
     #footer.active .wrapper-group {
         height: 463px;
         padding-top: 0;
    }
     #footer .footer-toggle {
         margin-left: 60px;
    }
     #footer .header-footer-zone#footer-zone1 {
         padding-bottom: 20px;
    }
     .fixed-header.header-lg #content {
         margin-top: 50px;
    }
     .transparent-header #content, .transparent-header.header-lg #content {
         margin-top: 0;
    }
     .header-lg .bg-vid {
         margin-top: calc(50px - (50px * 2));
    }
     #footer .wrapper-group {
         padding-left: 60px;
         padding-right: 60px;
    }
     #footer .header-footer-zone#footer-zone2 {
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -webkit-flex-wrap: wrap;
    }
     #footer .header-footer-zone > .header-widgets-json:first-child {
         width: 100%;
    }
     #footer .header-footer-zone > .header-widgets-json:nth-child(2) {
    }
     #footer #footer-zone1 > .header-widgets-json:nth-child(3) {
         width: 20%;
    }
     #footer .header-footer-zone > .header-widgets-json:nth-child(4) {
         width: 50%;
    }
     #footer .menu>li>a, #footer h2.widget-title, #footer .menu>li>a.icon-store{
         padding-left: 0;
    }
     .one-of-seven, .one-seven .more-items-item, .one-seven.img-aside .more-items-item, .one-seven .more-video-item, .one-seven .galleries-item, .one-seven .socialstream-item, .one-seven.landing li, .one-seven .control-group, .one-of-six, .micro-content, .one-six .more-items-item, .one-six.img-aside .more-items-item, .one-six .more-video-item, .one-six .galleries-item, .one-six .socialstream-item, .one-six.landing li, .one-six .control-group, .one-of-five, .micro-content, .one-five .more-items-item, .one-five.img-aside .more-items-item, .one-five .more-video-item, .one-five .galleries-item, .one-five .socialstream-item, .one-five.landing li, .one-five .control-group {
         width: calc(25% - var(--gap));
    }
     .transparent-header.header-lg .slide.top-box .slide-content {
         padding-top: calc(50px + 40px);
    }
     .slide-content {
         padding-left: 60px;
         padding-right: 60px;
    }
     .slide-content .slide-title {
         font-size: 36px;
         margin-top: 10px;
         margin-bottom: 10px;
    }
     .slide-content p {
         font-size: 14px;
    }
     .countdown-text {
         font-size: 36px;
    }
     .social-stream .socialstream-item {
         width: calc(33.333333% - var(--gap));
    }
     .scoreboard ul li {
         font-size: 20px;
    }
     .tabs-end:not(.full-width) .widget-title, .tabs-start:not(.full-width) .widget-title, .tabs-end:not(.full-width) .section-title, .tabs-start:not(.full-width) .section-title, .tabs-view header {
    }
     .column>.tabs-end:not(.full-width) .widget-title, .column>.tabs-start:not(.full-width) .widget-title, .column>.tabs-end:not(.full-width) .section-title, .column>.tabs-start:not(.full-width) .section-title, .full-width .tabs-end .widget-title, .full-width .tabs-start .widget-title, .full-width .tabs-end .section-title, .full-width .tabs-start .section-title, .widget-wrapper:not(.wrapper-media) > .widget-title {
         padding-left: 60px !important;
         padding-right: 60px !important;
         margin-left: 0 !important;
         margin-right: 0 !important;
    }
     .gap-10, .gap-20, .gap-30, .gap-40, #wrapper-news, #wrapper-social > *{
         --gap:20px;
         padding-left: calc(60px - (var(--gap) / 2)) !important;
         padding-right: calc(60px - (var(--gap) / 2)) !important;
    }
     .gap-10 .widget-title, .gap-20 .widget-title, .gap-30 .widget-title, .gap-40 .widget-title {
         padding-left: calc(var(--gap) / 2);
         padding-right: calc(var(--gap) / 2);
    }
     .widget-wrapper:not(#wrapper-social) .gap-10, .widget-wrapper:not(#wrapper-social) .gap-20, .widget-wrapper:not(#wrapper-social) .gap-30, .widget-wrapper:not(#wrapper-social) .gap-40 {
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
     .main-img.widget.article-view .article .article-view-body {
         margin-top: 0;
    }
     .main-img.widget.article-view .slide-content {
         display:none;
    }
     .wrapper-media,.sponsors #section-title,.row-fluid>.column>.widget:not(.article-view):not(.full-width):not(.gap-10):not(.gap-20):not(.gap-30):not(.gap-40) {
         padding-left: 60px !important;
         padding-right: 60px !important;
    }
     .video-view {
         padding-left: calc(var(--gap) / 2);
         padding-right: calc(var(--gap) / 2);
    }
     #wrapper-social .btn-section-link {
         right: 60px;
    }
     #wrapper-news .btn-section-link, #email-subscribe {
         margin-right: 60px;
    }
     .tabs-end .widget-title, .tabs-start .widget-title, .tabs-end .section-title, .tabs-start .section-title {
         margin: 0;
    }
     .sponsors-main li{
         width: calc(16.6666667% - var(--gap)) !important;
    }
    body:not(.landspeed) #sponsors li.more-items-item:first-child {
         margin-bottom: auto;
         margin-top: auto;
         width: 50% !important;
    }
     body:not(.landspeed) #footer #sponsors li.more-items-item:first-child {
         width: 27% !important;
    }

     body.sponsors .widget.sponsors {
         width: calc(100% - 120px);
    }
     #sponsors-main ul li:first-child {
         width: 100% !important;
    }
     #sponsors li.more-items-item:first-child a {
    }
     #header-zone3.header-footer-zone .logo-link {
         padding-right: 0;
    }
     body.sponsors #content #sponsors-main ul li:first-child {
         width: 100% !important;
    }
     .sponsors.one-six li {
         width: calc(16.6666667% - var(--gap));
    }
     body.sponsors #content #sponsors-main ul li {
         width: calc(26% - var(--gap)) !important;
    }
     body.sponsors #content #sponsors-second-line ul li {
         width: calc(17% - var(--gap)) !important;
    }
     body.sponsors #content #official-suppliers ul li {
         width: calc(14% - var(--gap));
    }
     .wrapper-media .widget-title {
         margin-bottom: 40px;
    }
     .wrapper-media .btn-section-link {
         top: 47px;
         margin-right: calc(60px + (var(--gap) / 2)) !important;
    }
     .boat #article-video {
         display: block;
    }
     .boat #boat.slider-widget {
         display: none;
    }
     #wrapper-newsletter {
         margin-top: 0;
         position: relative;
         padding-top: 40px;
    }
     #wrapper-newsletter #widget-link, #wrapper-newsletter #email-subscribe {
         margin-right: 0;
         margin-left: 50%;
         text-align: center;
    }
     #wrapper-social {
         padding-top: 10px;
    }
     #wrapper-newsletter #email-subscribe .form-buttons .form-messages {
         max-width: none;
    }
     #boat-specs .tabs li a {
         margin-bottom: 5px;
    }
     #boat-specs header {
         max-width: 1350px;
         padding: 0 !important;
    }
     #boat3d .footer-tools .menu > li > a span.label {
         display: block;
    }
     #boat3d .footer-tools .menu > li .submenu {
         left: -4px;
         width: 300px;
         bottom: 56px;
    }
     #boat-specs, #boat3d .footer-tools {
         max-width: 100%;
         margin-left: 0;
         left: 60px;
         right: 60px;
         width: auto;
    }
     #boat-specs .more-items-item .wrapper .more-items-category {
         font-size: 28px;
    }
     #boat-specs .more-items-item .wrapper h2 {
         font-size: 20px;
    }
     #boat-specs .more-items-item .wrapper h2 .large {
         font-size: 36px;
    }
     #boat-specs .more-items-item .wrapper {
         max-width: 40%;
    }
     .tabs-col .tabs-content {
         padding-left: 130px;
         padding-right: 130px;
    }
     #weather {
         padding-left: 60px;
         padding-right: 60px;
    }
     .weather-logo {
         max-width: 120px;
    }
    .logo-img,
    #omega {
     height: 50px;
    }
     .dropdown .submenu  {
     top: 50px;
 }
     #header,
 #header .wrapper-group > .wrapper, #footer .wrapper-group > .wrapper,
 .scroll-not-top.header-lg #header {
height: 50px;
 }
 .fixed-content .related-content,
 #navigation-mobile,
 #cookiesbar,
.fixed-content .downloads-main > section > header,
 .headroom--unpinned.fixed-content .downloads-main > section > header,
.downloads-main .related-content,
.downloads.fixed-content .related-content,
.fixed-content .downloads-main > section > header, .headroom--pinned.fixed-content .downloads-main > section > header, .headroom--top.fixed-content .downloads-main > section > header  {
top: 50px;
}
 .fixed-header #content,
 .scroll-not-top.fixed-header.header-lg:not(.transparent-header) #content  {
     margin-top: 50px;
}
 .header-lg #header-zone7 .logo-img, .header-lg #header-zone8 .logo-img {
    max-height: 50px; 
 }

 #footer .row1 #footer-zone2 > .header-widgets-json:last-child {
    width: 100%;
    padding: 20px 0;
}
.results-embed {
height: 670px;
}
}
/* Tablet devices layout adjustments ========================================================== */
 @media only screen and (max-width: 1023px) {
     .header-lg .bg-vid {
         margin-top: 0;
    }
     .header-lg .bg-vid .slide {
         top: 0;
    }
     #navigation-mobile .menu li a {
         padding: 15px 0;
    }
     #footer .wrapper-group{
         padding-left: 30px;
         padding-right: 30px;
    }
     #footer .footer-toggle {
         margin-left: 30px;
    }
     #footer.active .wrapper-group {
    }
    body:not(.landspeed) #footer #sponsors li.more-items-item:first-child {
         width: 50% !important;
    }
     #footer #exclusive-suppliers ul li {
         width: calc(12% - var(--gap));
    }
     #footer .wrapper-group > .wrapper.row2 {
         padding-top: 30px;
    }
    #copyright p {
     text-align: center;
     padding-left: 0;
    }
     #footer #footer-zone4.header-footer-zone {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-flow: column wrap;
         -webkit-flex-flow: column wrap;
         flex-flow: column wrap;
    }
     #footer nav:not(.burger-nav), #footer .widget {
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
    }
     #footer #sponsors-secondnd-line li {
         width: calc(19% - var(--gap)) !important;
    }
     #exclusive-suppliers {
         padding-top: 10px !important;
         padding-bottom: 10px !important;
    }
     body.sponsors #content #sponsors-main ul li {
         width: calc(31.333333% - var(--gap)) !important;
    }
     body.sponsors #content #sponsors-second-line ul li {
         width: calc(16% - var(--gap)) !important;
    }
     body.sponsors #content #exclusive-suppliers ul li {
         width: calc(16% - var(--gap)) !important;
    }
     .row-fluid, .layout-row {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-flow: column wrap;
         -webkit-flex-flow: column wrap;
         flex-flow: column wrap;
    }
     .secondary-content, .secondary-content>* {
         width: 100%;
    }
     .secondary-content:first-child>* {
         margin-left: 0;
    }
     .secondary-content:first-child .tabs-view, .secondary-content:first-child .tabs-view .section-title, .secondary-content:first-child .tabs-view header, .secondary-content:last-child .tabs-view, .secondary-content:last-child .tabs-view .section-title, .secondary-content:last-child .tabs-view header {
         padding-left: 0;
         padding-right: 0;
    }
     .related-content {
         width: 100%;
         padding: 30px 0;
    }
     .related-content .widget {
         padding: 0 
    }
     .primary-content .widget.article-view {
         background: transparent;
    }
     .widget-wrapper:not(.full-width) {
         padding: 0 30px !important;
    }
     .widget-wrapper>*:not(.btn-section-link):not(.widget-title) {
         padding: 30px 0;
    }
     .more-items-list {
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-justify-content: center;
    }
     .column>.widget:not(.article-view) {
         padding: 0 
    }
     .column:not(.related-content)>.widget:not(.article-view) {
         padding-top: 30px;
         padding-bottom: 30px;
    }
     .large-text .wrapper h2 {
         font-size: 42px;
    }
     .large-text .link-button, .large-text .link-button a {
         font-size: 18px;
    }
    /* Banners */
     #header .wrapper {
         z-index: 1;
    }
     .top-image-container {
         display: block;
    }
     .row-fluid .column.secondary-content:first-child>* {
         padding-right: 30px;
    }
     .row-fluid .column.secondary-content:last-child>* {
         padding-left: 30px;
    }
     #wrapper-social .social-stream .socialstream-item:first-child, #wrapper-social .social-stream .socialstream-item:nth-child(2), #wrapper-social .social-stream .socialstream-item:nth-child(3) {
         width: calc(50% - var(--gap));
    }
     .btn-section-link {
         top: 30px;
    }
     .widget-wrapper #video article > * {
         width: 100%;
         padding-top: 0;
         padding-bottom: 20px;
    }
     .home #more-video, .widget-wrapper:not(#wrapper-social) #more-video{
         padding: 0 calc(20px - (var(--gap) / 2 )) !important;
    }
     .wrapper-media, .full-width .tabs-end .widget-title, .full-width .tabs-start .widget-title, .full-width .tabs-end .section-title, .full-width .tabs-start .section-title, .widget-wrapper:not(.wrapper-media) > .widget-title,.row-fluid>.column>.widget:not(.article-view):not(.full-width):not(.gap-10):not(.gap-20):not(.gap-30):not(.gap-40) {
         padding-left: 30px !important;
         padding-right: 30px !important;
    }
     .gap-10, .gap-20, .gap-30, .gap-40,#wrapper-news, #wrapper-social > * {
         padding-left: calc(30px - (var(--gap) / 2)) !important;
         padding-right: calc(30px - (var(--gap) / 2)) !important;
    }
     .video-view {
         padding-left: calc(var(--gap) / 2) !important;
         padding-right: calc(var(--gap) / 2) !important;
    }
     #wrapper-social .btn-section-link {
         right: 30px;
    }
     .main-img.widget.article-view .article .article-view-body {
         padding-left: 50px;
         padding-right: 50px;
    }
     .main-img.widget.article-view .article .article-view-body .article-view-intro {
         width: 100%;
         display: -webkit-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-flow: column nowrap;
         -webkit-flex-flow: column nowrap;
         flex-flow: column nowrap;
         -webkit-box-pack: start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         -webkit-justify-content: flex-start;
         -webkit-box-align: start;
         -ms-flex-align: start;
         align-items: flex-start;
         -webkit-align-items: flex-start;
    }
     .main-img.widget.article-view .article .article-view-body .article-view-text {
         padding-left: 0;
    }
     .share-buttons .share {
         margin-top: 0;
         padding-top: 0;
         padding-bottom: 0;
    }
     .main-img.widget.article-view .article .article-view-body .article-view-title {
         margin-bottom: 20px;
    }
     .article-view-text iframe {
         max-width: 100%;
    }
     .sponsors.one-six li,.sponsors-main li {
         width: calc(33.33333% - var(--gap)) !important;
    }
     .sponsors #section-title, .column>.tabs-end:not(.full-width) .widget-title, .column>.tabs-start:not(.full-width) .widget-title, .column>.tabs-end:not(.full-width) .section-title, .column>.tabs-start:not(.full-width) .section-title, .full-width .tabs-end .widget-title, .full-width .tabs-start .widget-title, .full-width .tabs-end .section-title, .full-width .tabs-start .section-title, .widget-wrapper:not(.wrapper-media) > .widget-title {
         padding-left: 30px !important;
         padding-right: 30px !important;
    }
     #sponsors li.more-items-item:first-child a {
    }
     body.sponsors .widget.sponsors {
         width: calc(100% - 60px);
    }
     #wrapper-news .btn-section-link, #email-subscribe {
         margin-right: 30px;
         top: 28px;
    }
     #email-subscribe {
         top: 0;
    }
     #contact-wrapper > * {
         padding: 0px;
    }
     .wrapper-media .widget-title {
         margin-bottom: 10px;
         margin-top: 45px;
    }
     .wrapper-media .btn-section-link {
         top: -11px;
         margin-right: calc(30px + (var(--gap) / 2)) !important;
    }
     #wrapper-newsletter {
         margin: 0;
         left: auto;
         padding-top: 40px !important;
    }
     #wrapper-newsletter #email-subscribe {
         padding: 0;
    }
     #boat-specs {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         height: 100%;
    }
     #boat-specs header {
         width: auto;
         -webkit-align-self: flex-start;
         -ms-flex-item-align: start;
         align-self: flex-start;
         margin-top: 100px;
         margin-left: 0;
    }
     #boat-specs .more-items-item {
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         text-align: center;
    }
     #boat-specs .more-items-item .wrapper {
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         text-align: center;
         max-width: 100%;
    }
     #boat-specs .more-items-item .wrapper .more-items-category br {
         content: ' ';
    }
     #boat-specs .more-items-item .wrapper .more-items-category br:after {
         content: ' ';
    }
     #boat-specs .more-items-item .wrapper .more-items-category {
         font-size: 32px;
    }
     #boat-specs .tabs-content {
         height: auto;
         min-height: auto;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         padding-bottom: 30px;
    }
     #boat-specs .tabs {
         margin-top: 0;
    }
     #boat-specs .more-items-item .more-items-img-container img {
         width: 150%;
         position: relative;
         left: 50%;
         -webkit-transform: translateY(0) translateX(-50%);
         -ms-transform: translateY(0) translateX(-50%);
         transform: translateY(0) translateX(-50%);
    }
     #boat3d .footer-tools {
         width: 90%;
         margin-left: -45%;
    }
     #boat3d .footer-tools .menu {
         padding-left: 20px;
    }
     #boat-specs, #boat3d .footer-tools {
         left: 30px;
         right: 30px;
    }

    @media (orientation: landscape) {
          
          .standalone-3d #boat-specs {
               flex-direction: row;
               left: 0;
               right: 0;
          }
          .standalone-3d #boat-specs header {
               margin-top: 40px;
               height: calc(100vh - 80px);
               overflow: auto;
               width: auto;
               flex: none;
          }
          .standalone-3d #boat-specs .more-items-item {
               align-items: flex-end;
          }
          .standalone-3d #boat-specs .more-items-item .wrapper {
               align-items: flex-end;
               text-align: right;
               max-width: 40%;
           }
           .standalone-3d #boat-specs .more-items-item .wrapper .more-items-category {
               font-size: 28px;
           }
     }

     .tabs-col .tabs-content {
         padding-right: 0;
         padding-left: 110px;
    }
     #weather {
         padding-left: 30px;
         padding-right: 30px;
         -webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
    -ms-flex-direction:column;
        flex-direction:column;
            -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    }
    #weather .header-content {
     -webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-webkit-flex-direction:row;
    -ms-flex-direction:row;
        flex-direction:row;
            width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
            margin-bottom: 30px;
    }
    .weather-content {
     margin-left: 0;
         -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
    .weather .locations {
     margin-top: 0;
    }
    .weather-day:nth-child(2), .weather-day:nth-child(3), .weather-day:nth-child(4), .weather-day:nth-child(5) {
     width: auto;

    }
    .weather-day.labels {
     font-size: 12px;
    }
    .w-direction,
    .weather-icon {
     width: 20px;
    }
    .w-direction,
    .wind > * {
     height: 20px;
    }
    .weather-day:not(.labels) .w-number {
     font-size: 12px;
    }
    body #omega-bar {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         justify-content: space-between;
       }
     body #omega-bar .omega-countdown .countdown-text {
min-width: 0;
}
body #omega-bar .omega-slogan {
min-width: 0px;
}
}
 @media only screen and (max-width: 900px) {
     body, input, textarea, .md-content>* {
         font-size: 16px;
    }
     .one-of-two, .one-two .more-items-item, .one-two .more-video-item, .one-two .galleries-item, .one-two .socialstream-item, .one-two.landing li, .one-two .control-group, .one-two .formly>*>*, .one-of-three, .mini-content, .one-three .more-items-item, .one-three .more-video-item, .one-three .galleries-item, .one-three .socialstream-item, .one-three.landing li, .one-three .control-group, .one-three .formly>*>*, .two-of-three, .two-three .more-items-item, .two-three .more-video-item, .two-three .galleries-item, .two-three .socialstream-item, .two-three.landing li, .two-three .control-group, .two-three .formly>*>*, .one-of-four, .one-four .more-items-item, .one-four .more-video-item, .one-four .galleries-item, .one-four .socialstream-item, .one-four .control-group, .one-four .formly>*>*, .one-four.landing li, .three-of-four, .three-four .more-items-item, .three-four .more-video-item, .three-four .galleries-item, .three-four .socialstream-item, .three-four.landing li, .three-four .control-group, .three-four .formly>*>*, .one-of-five, .one-five .more-items-item, .one-five .more-video-item, .one-five .galleries-item, .one-five .socialstream-item, .one-five.landing li, .one-five .control-group, .two-five .formly>*>*, .two-of-five, .two-five .more-items-item, .two-five .more-video-item, .two-five .galleries-item, .two-five .socialstream-item, .two-five.landing li, .two-five .control-group, .two-five .formly>*>*, .three-of-five, .three-five .more-items-item, .three-five .more-video-item, .three-five .galleries-item, .three-five .socialstream-item, .three-five.landing li, .three-five .control-group, .three-five .formly>*>*, .four-of-five, .four-five .more-items-item, .four-five .more-video-item, .four-five .galleries-item, .four-five .socialstream-item, .four-five.landing li, .four-five .control-group, .four-five .formly>*>*, .one-of-six, .one-of-seven, .micro-content {
         width: calc(50% - var(--gap));
    }
     .one-six .more-video-item, .one-six .galleries-item, .one-six .socialstream-item, .one-six.landing li, .one-six .control-group, .one-six .formly>*>*, .one-seven .more-items-item, .one-seven .more-video-item, .one-seven .galleries-item, .one-seven .socialstream-item, .one-seven.landing li, .one-seven .control-group, .one-seven .formly>*>* {
         width: calc(33.1333% - var(--gap));
    }
     .secondary-content .widget li {
         width: inherit;
    }
     .more-items.text-over .more-items-item h2 {
         font-size: 28px;
    }
     .pagination-page, .pagination.more .pagination-more, .pagination.showmore-inline .pagination-page, .load-more-bt {
         width: 100%;
    }
     .gap-10 .pagination-page, .gap-10 .pagination.more .pagination-more, .gap-10 .pagination.showmore-inline .pagination-page, .gap-10 .load-more-bt, .gap-20 .pagination-page, .gap-20 .pagination.more .pagination-more, .gap-20 .pagination.showmore-inline .pagination-page, .gap-20 .load-more-bt, .gap-30 .pagination-page, .gap-30 .pagination.more .pagination-more, .gap-30 .pagination.showmore-inline .pagination-page, .gap-30 .load-more-bt, .gap-40 .pagination-page, .gap-40 .pagination.more .pagination-more, .gap-40 .pagination.showmore-inline .pagination-page, .gap-40 .load-more-bt {
         width: auto;
         margin-right: calc(var(--gap) / 2);
         margin-left: calc(var(--gap) / 2);
    }
     .widget.sponsors {
         text-align: center;
    }
     .widget.sponsors li {
         width: 15%;
    }
     .main-img.widget.article-view .article .article-view-body {
         padding-top: 30px;
    }
     .main-img.widget.article-view:not(.full-column) .article .article-view-body .article-view-text {
         padding-left: 0;
    }
     .main-img.widget.article-view:not(.full-column) .article .article-view-body .article-view-intro {
         float: none;
         width: 100%;
         margin-bottom: 30px;
    }
     .article-view header figure, .article-view #slideshow-gallery {
         width: 100%;
         max-width:100%;
    }
     .boat .article-view-text {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-flow: column nowrap;
         -webkit-flex-flow: column nowrap;
         flex-flow: column nowrap;
         -webkit-box-align: center;
         -ms-flex-align: center;
         -webkit-align-items: center;
         align-items: center;
    }
     .boat .article-view-text .widget {
         width: 100% !important;
    }
     .boat .article-view-text .widget .more-items-item {
         width: calc(33.333333% - var(--gap));
    }
     .boat .article-view-text .img-50 {
         margin-right: 0;
         width: 66.6666%;
    }
     #video article > .video-element, #video article > header {
         width: 100%;
         padding: 0;
         margin-bottom: 20px;
    }
     #sponsors-side-nav ul li {
         width: 27.3333%;
    }
     #sponsors-side-nav-secondnd-line ul li {
         width: 13% !important;
    }
}
/* Mobile devices layout adjustments ========================================================== */
 @media only screen and (max-width: 767px) {
     :root {
         --img-max-w: 100px;
    }
     .btn-xl {
         font-size: 20px;
    }
     .slide-content .btn {
         margin-top: 20px;
    }

    .img-75,.img-50,.img-25 {
     width: 100%;
    }

     .is-mobile {
         display: block !important;
    }
     .is-desktop {
         display: none !important;
    }
     #header .wrapper {
         padding-right: 0;
    }
     .header-lg #header {
         height: 50px;
    }
     .header-lg .navigation {
         top: 50px;
    }
     .fixed-header.header-lg:not(.transparent-header) #content {
         margin-top: 50px;
    }
     #header-zone3.header-footer-zone .logo-link {
         padding-right: 0;
    }
     .logo-img {
         height:40px;
    }
     #header-zone3 #omega-logo .logo-img {
         max-height: 30px;
    }
    
     #header-zone3.header-footer-zone .logo-link {
          padding-left: 5px;
          padding-right: 5px;
    }
     .countdown iframe {
         -webkit-transform: scale(0.6);
         -ms-transform: scale(0.6);
         transform: scale(0.6);
         -webkit-transform-origin: right;
         -ms-transform-origin: right;
         transform-origin: right;
    }
     #footer .footer-toggle {
         display: none;
    }
     .scroll-not-bottom #footer, .scroll-bottom #footer {
         position: relative;
    }
     #footer.active .wrapper-group {
         height: auto;
    }
     #footer .wrapper-group{
         padding-left: 15px;
         padding-right: 15px;
         height: auto;
    }
     #footer-logo {
         max-height: 40px;
    }
     #footer #footer-zone1 > .header-widgets-json:nth-child(3) {
         width: 50%;
    }
     #footer .header-footer-zone > .header-widgets-json:nth-child(4) {
         width: 100%;
    }
     #footer #sponsors-secondnd-line {
         padding-left: 0 !important;
    }
     #footer #sponsors-secondnd-line li {
         width: calc(33% - var(--gap)) !important;
    }
     #footer h2.widget-title, #footer h2.section-title, #footer nav > ul {
         text-align: left;
    }
     #footer nav > ul {
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-justify-content: center;
    }
     #footer #sponsors .more-items-list {
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-justify-content: center;
    }
    body:not(.landspeed)  #footer #sponsors li.more-items-item:first-child {
         width: 100% !important;
         margin: 20px 50px 0!important;
    }
     #sponsors li.more-items-item:first-child {
         width: 80% !important;
    }
     #footer .header-footer-zone#footer-zone2, #footer .header-footer-zone#footer-zone3 {
         width: 100%;
    }
     #footer .menu>li>a, #footer h2.widget-title, #footer .menu>li>a.icon-store {
         padding-left: 5px;
         padding-right:5px;
    }
     .widget.sponsors li {
         width: 50%;
    }
     .widget#exclusive-suppliers li {
         width: 22%;
    }
     #copyright {
         font-size: 12px;
    }
     #copyright p {
    }
     #navigation-mobile {
         width: 100%;
         margin-left: -100%;
    }
     #navigation-mobile > ul {
         padding-left: 20px;
         padding-right: 20px;
    }
     #navigation-mobile #social-links-header {
         margin-left: 20px;
         margin-right: 20px;
    }
     #sponsors-side-nav {
         margin-left: 20px;
         margin-right: 20px;
         width: calc(100% - 40px);
    }
     #sponsors-side-nav ul li:first-child {
         width: 100% !important;
    }
     #sponsors-side-nav ul li:first-child .more-items-img {
         width: 70%;
    }
     #sponsors-side-nav ul li {
         width: 33.3333333% !important;
    }
     #sponsors-side-nav-secondnd-line ul li {
         width: 16% !important;
    }
     body.sponsors #footer .wrapper-group > .wrapper.row1 {
         display: none;
    }
     #navigation-toggle {
         padding: 0;
         width: 50px;
    }
     .menu>li>a {
         padding: 0 10px;
    }
     #navigation-mobile .menu li a {
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -webkit-justify-content: space-between;
    }
     h1 {
         font-size: 36px;
    }
     h2 {
         font-size: 24px;
    }
     .one-two .more-items-item, .one-two .more-video-item, .one-two .galleries-item, .one-two .socialstream-item, .one-two.landing li, .one-two .control-group, .one-two .formly>*>*, .one-three .more-items-item, .one-three .more-video-item, .one-three .galleries-item, .one-three .socialstream-item, .one-three.landing li, .one-three .control-group, .one-three .formly>*>*, .two-three .more-items-item, .two-three .more-video-item, .two-three .galleries-item, .two-three .socialstream-item, .two-three.landing li, .two-three .control-group, .two-three .formly>*>*, .one-four .more-items-item, .one-four .more-video-item, .one-four .galleries-item, .one-four .socialstream-item, .one-four .control-group, .one-four .formly>*>*, .one-four.landing li, .three-four .more-items-item, .three-four .more-video-item, .three-four .galleries-item, .three-four .socialstream-item, .three-four.landing li, .three-four .control-group, .three-four .formly>*>*, .one-five .more-items-item, .one-five .more-video-item, .one-five .galleries-item, .one-five .socialstream-item, .one-five.landing li, .one-five .control-group, .two-five .formly>*>*, .two-five .more-items-item, .two-five .more-video-item, .two-five .galleries-item, .two-five .socialstream-item, .two-five.landing li, .two-five .control-group, .two-five .formly>*>*, .three-five .more-items-item, .three-five .more-video-item, .three-five .galleries-item, .three-five .socialstream-item, .three-five.landing li, .three-five .control-group, .three-five .formly>*>*, .four-five .more-items-item, .four-five .more-video-item, .four-five .galleries-item, .four-five .socialstream-item, .four-five.landing li, .four-five .control-group, .four-five .formly>*>*, .one-six .more-video-item, .one-six .galleries-item, .one-six .socialstream-item, .one-six.landing li, .one-six .control-group, .one-six .formly>*>*, .one-seven .more-items-item, .one-seven .more-video-item, .one-seven .galleries-item, .one-seven .socialstream-item, .one-seven.landing li, .one-seven .control-group, .one-seven .formly>*>* {
         width: calc(100% - var(--gap)) !important;
    }
     .one-of-two, .one-of-three, .mini-content, .two-of-three, .one-of-four, .three-of-four, .four-of-five, .two-of-five, .one-of-five, .three-of-five, .one-of-six, .one-of-seven, .micro-content, .primary-content .primary-content, .secondary-content, .related-content {
         width: 100%;
    }
     .related-content .widget-title, .primary-content .widget-title {
         text-align: center;
    }
     .section-title, .widget-title {
         font-size: 28px;
         text-align: center;
    }
     .tabs-end > header, .tabs-start > header {
         padding-left: 20px;
         padding-right: 20px;
    }
     .full-content .one-two, .full-content .one-three, .full-content .two-three, .full-content .one-four, .full-content .three-four, .full-content .one-five, .full-content .two-five, .full-content .three-five, .full-content .four-five, .one-seven {
         padding-left: 10px;
         padding-right: 10px;
    }
     .row-fluid>.column>.widget:not(.article-view):not(.full-width):not(.gap-10):not(.gap-20):not(.gap-30):not(.gap-40) {
         padding-left: 15px !important;
         padding-right: 15px !important;
    }
     .gap-10, .gap-20, .gap-30, .gap-40,#wrapper-news, #wrapper-social > *, #sponsors {
         padding-left: calc(15px - (var(--gap) / 2));
         padding-right: calc(15px - (var(--gap) / 2));
    }
     .widget:not(.slide-items):not(.slide-items-mobile) .more-items-item, .widget-wrapper>* {
         padding-left: 0 !important;
         padding-right: 0 !important;
         margin-left: 0 !important;
         margin-right: 0 !important;
    }
     .pagination-page, .pagination.more .pagination-more, .pagination.showmore-inline .pagination-page, .load-more-bt {
         margin-left: 0 !important;
         margin-right: 0 !important;
    }
    /* Slides */
     .slide-content {
         padding-left: 40px;
         padding-right: 40px;
         padding-bottom: 60px;
    }
     .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__stage__frame, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__stage__frame {
         padding: 0;
    }
     .article.no-img header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide-content > *, .article.no-img-home-top header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide-content > *, .article.no-img-home-bottom header .main-image-slide .fotorama__stage .fotorama__stage__frame .slide-content > * {
         max-width: 100%;
    }
     .widget .fotorama__arr--next {
         right: 0;
    }
     .widget .fotorama__arr--prev {
         left: 0;
    }
     .fotorama__stage__frame.fotorama__stage__frame--video .slide {
         -webkit-box-pack: end;
         -ms-flex-pack: end;
         justify-content: flex-end;
         -webkit-justify-content: flex-end;
         background: none;
    }
     .fotorama__stage__frame.fotorama__stage__frame--video .slide-content {
         text-align: center;
         background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
         padding: 40px 15px 60px;
    }
     .fotorama__stage__frame.fotorama__stage__frame--video .slide-content .slide-title {
         margin-left: auto;
         margin-right: auto;
    }
     .fotorama__stage__frame.fotorama__stage__frame--video .slide-content>* {
         max-width: 100%;
    }
     .slide-content .slide-title {
         font-size: 28px;
         margin-top: 5px;
         margin-bottom: 5px;
    }
     .slide-content p {
         display: none;
    }
     .widget .fotorama .fotorama__stage .fotorama__video-play {
         width: 70px;
         height: 70px;
         margin-left: -35px;
         margin-top: -35px;
    }
     .widget:not(#video) .fotorama .fotorama__stage .fotorama__video-play {
    }
     .widget .fotorama .fotorama__stage .fotorama__video-play:before {
         font-size: 45px;
         height: 45px;
         width: 45px;
         line-height: 63px;
    }
    /* Tabs */
     .tabs-end > header, .tabs-start > header {
         position: relative;
         margin: 0 0 20px;
    }
     .tabs-end .widget-title, .tabs-start .widget-title, .tabs-end .section-title, .tabs-start .section-title {
         text-align: center;
         position: relative;
         left: auto;
         right: auto;
         top: auto;
    }
     .tabs-end, .tabs-start {
         padding-top: 30px !important;
    }
     .tabs-end > header .tabs, .tabs-start > header .tabs {
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-justify-content: center;
    }
    /* More Items */
     .more-items-item {
         margin-bottom: 15px;
    }
     .more-items-item .wrapper {
         padding: 15px;
    }
     .img-aside .more-items-item .wrapper {
         padding: 5px 10px;
    }
     .more-items .more-items-item h2, .more-items.text-over .more-items-item h2, .large-text .wrapper h2 {
         min-height: inherit;
         font-size: 24px;
    }
     .img-aside .more-items-item {
         margin-left: 0 !important;
         margin-right: 0 !important;
         flex-direction: column;
    }
    .img-aside .more-items-item>a, .img-aside .more-items-item .more-items-img-container {
     width:100%;
    }
    .img-aside.center-box .more-items-item .wrapper {
     padding:20px;
    }
     .img-aside.more-items .more-items-item h2 {
         font-size: 18px;
    }
     .text-over.full-width .wrapper {
         left: 0;
         right: 0;
         top: 0;
    }
     .text-over.center-box .wrapper {
         padding: 0 20px !important;
    }
     .large-text .link-button, .large-text .link-button a {
         font-size: 14px;
    }
     .nowrap .more-items-list {
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -webkit-flex-wrap: wrap;
    }
     .slide-items-mobile, .column>.widget.slide-items-mobile:not(.article-view):not(.full-width) {
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
     .slide-items-mobile .more-items-item {
         padding-left: 10px !important;
         padding-right: 10px !important;
    }
     .slide-items-mobile .pagination-page, .slide-items-mobile .pagination.more .pagination-more, .slide-items-mobile .pagination.showmore-inline .pagination-page, .slide-items-mobile .load-more-bt {
         width: calc(100% - 80px);
         margin-left: auto !important;
         margin-right: auto !important;
         display: none;
    }
    /* Photo Gallery */
     #photo-gallery {
         padding-left: 0;
         padding-right: 0;
    }
     .galleries-items .galleries-item .galleries-item-title, .galleries-items .galleries-item .galleries-item-time, .galleries-items .galleries-item .galleries-item-count, .galleries-items .galleries-item .view-gallery {
         margin-left: 0;
         margin-right: 0;
    }
     .galleries-items .galleries-item img {
         padding-left: 0;
         padding-right: 0;
    }
    /* Video View */
     .video-view header {
         padding: 15px;
    }
     .video-view, .full-content .video-view {
         padding-left: 10px;
         padding-right: 10px;
         padding-bottom: 0;
    }
     .home #row-second {
         padding-left: 0;
         padding-right: 0;
         padding-top: 0;
    }
    /* Social Stream */
     .social-stream.isotope .socialstream-item .socialstream-img, .social-stream.isotope .socialstream-item .wrapper {
         border: none;
    }
     .full-content .widget.social-stream {
         padding-left: 10px;
         padding-right: 10px;
    }
     .socialstream-items-list {
         height: auto !important;
    }
     .social-stream .socialstream-item, .full-content .social-stream .socialstream-item {
         position: relative !important;
         left: 0 !important;
         top: auto !important;
         -webkit-transform: none !important;
         -ms-transform: none !important;
         transform: none !important;
    }
     .full-content .social-stream.isotope {
         padding-left: 0;
         padding-right: 0;
         margin: 0;
         padding-top: 40px;
    }
     .social-stream.isotope ul {
         position: inherit;
    }
     #wrapper-social .social-stream .socialstream-item:first-child, #wrapper-social .social-stream .socialstream-item:nth-child(2), #wrapper-social .social-stream .socialstream-item:nth-child(3) {
         width: calc(100% - var(--gap)) 
    }
     .social-stream.text-over .socialstream-item .wrapper {
         width: 100%;
    }
    /* Isotope */
     .isotope {
         padding-bottom: 80px;
    }
     .isotope li {
         margin-bottom: 10px !important;
    }
     .full-content .pagination {
         margin-left: 0;
         margin-right: 0;
    }
    /* Scoreboard */
     .scoreboard ul {
         padding: 20px 0;
    }
     .scoreboard ul li {
         font-size: 20px;
    }
    /* Article */
     .column>.widget:not(.full-width):not(.widget-wrapper) .article {
         max-width: 100% !important;
    }
     .widget.article-view, .column .widget.article-view {
         padding: 0;
    }
     .article-view-title, .full-content .article-view-title {
         font-size: 2.4em;
         margin: 20px 10px;
    }
     .share-buttons .share a {
         margin-right: 5px;
    }
     .share-buttons .share a.is-mobile {
         display: inline-block !important;
    }
     .article-view header figure, .article-view #slideshow-gallery {
         width: 100%;
    }
     #header .countdown-text {
         font-size: 14px;
    }
     #header .countdown-text .name {
         font-size: 8px;
         line-height: 8px;
    }
     #header .countdown-text .countdown-time>* {
         margin: 0 6px;
    }
     .countdown-text {
         min-width: 10px;
         padding: 10px;
         font-size: 32px;
    }
     .countdown-text .countdown-time>* {
         margin: 0 10px;
    }
     .countdown-text .number {
         line-height: 32px;
         height: 32px;
    }
     .countdown-text .name {
         font-size: 14px;
    }
     .owl-theme.owl-carousel .owl-nav [class*='owl-'] {
         margin: 0;
    }
     #user-menu {
         padding-left: 0;
    }
     #user-menu .menu>li.dropdown #user {
         padding-left: 5px;
    }
     .md-content .md-header {
         height: 70px;
    }
     .md-content>*, .md-content .md-header {
         padding-left: 20px;
         padding-right: 20px;
    }
     #hashtags p {
         font-size: 14px;
         margin: 8px 0;
    }
     .subscribe {
         padding: 0 !important;
    }
     .subscribe h2.widget-title {
         font-size: 24px;
    }
     #email-subscribe .control-group.email {
         width: 100% !important;
    }
     #email-subscribe .form-control {
         border-radius: 6px;
         margin-bottom: 20px;
         padding-top: 16px;
         padding-bottom: 16px;
         height: auto;
    }
     #email-subscribe .control-group.submit {
         width: 100% !important;
    }
     #email-subscribe .btn-success {
         width: 100%;
         border-radius: 6px;
         padding-top: 12px;
         padding-bottom: 12px;
    }
     .home #email-subscribe .formly {
         -webkit-box-pack: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-justify-content: center;
    }
     .social-links.btn-section-link.newsletter {
         padding-left: 0;
         padding-right: 0;
         margin-left: 0;
         margin-right: 0;
    }
     #wrapper-social .btn-section-link {
         position: relative;
         right: 15px;
         left: 15px;
         float: none;
         top: auto;
         width: calc(100% - 40px) !important;
    }
     .wrapper-media, .full-width .tabs-end .widget-title, .full-width .tabs-start .widget-title, .full-width .tabs-end .section-title, .full-width .tabs-start .section-title, .widget-wrapper:not(.wrapper-media) > .widget-title,.newsletter-wrapper {
         padding-left: 15px !important;
         padding-right: 15px !important;
    }
     .gap-10, .gap-20, .gap-30, .gap-40{
         padding-left: calc(15px - (var(--gap) / 2)) !important;
         padding-right: calc(15px - (var(--gap) / 2)) !important;
    }
     .tabs-end .widget-title, .tabs-start .widget-title, .tabs-end .section-title, .tabs-start .section-title {
         margin-bottom: 20px;
    }
     #wrapper-news .btn-section-link, #email-subscribe {
         position: relative;
         top: auto;
         margin: 30px 0;
    }
     #wrapper-news .btn-section-link {
         max-width: 320px !important;
         margin-left: auto !important;
         margin-right: auto !important;
         float: none;
    }
     #email-subscribe .form-control {
         width: auto;
         min-width: 250px;
    }
     .wrapper-media .widget-title {
         text-align: center;
    }
     .main-img.widget.article-view .article .article-view-body {
         margin:0;
         width: 100%;
         padding: 20px 20px;
    }
     .main-img.widget.article-view .article .article-view-body .article-view-title {
         margin-left: 0;
    }
     .share-buttons .share-text, .share-buttons .share {
         padding: 5px 12px;
    }
     .sponsors.one-six li, .sponsors-main li {
         width: 33.3333333% !important;
    }
     body.sponsors .widget.sponsors, body.sponsors .column>.widget.sponsors {
         width: 100%;
         padding: 0 !important;
    }
     .sponsors #section-title{
         padding-bottom: 20px;
         padding-top: 20px;
    }
     body.sponsors #content #sponsors-main ul li:first-child {
         width: 80% !important;
    }
     body.sponsors #content #sponsors-main ul li {
         width: 33.3333% !important;
    }
     body.sponsors #content #sponsors-second-line ul li {
         width: 16% !important;
    }
     body.sponsors #content .widget#sponsors-second-line ul {
         padding-bottom: 20px;
    }
     body.sponsors #content #exclusive-suppliers ul li {
         width: 25% !important;
    }
     body.sponsors #content #official-suppliers ul li {
         width: 18% !important;
    }
     #footer #exclusive-suppliers ul li {
         width: calc(33% - var(--gap));
    }
     #social-links-header.btn-section-link h2.widget-title {
         padding-right: 0;
    }
    /* Boat */
     .boat .article-view-text .img-50, .boat .article-view-text .widget .more-items-item {
         width: 100% !important;
    }
     .boat .article-view-text .widget {
         padding: 0;
    }
     .boat .article-view-text .wrapper {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-flow: row nowrap;
         -webkit-flex-flow: row nowrap;
         flex-flow: row nowrap;
    }
     .boat .article-view-text .boat-red-dot {
         margin-right: 20px;
    }
     #wrapper-news .btn-section-link a {
         text-align: left;
         padding-left: 28px;
         padding-right: 60px;
    }
     #wrapper-news .btn-section-link a:after {
         content: "\f003";
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         font-family: "FontAwesome";
         display: block;
         position: absolute;
         font-size: 30px;
         margin-left: 0px;
         margin-right: 24px;
         right: 0;
         top: 5px;
    }
     #wrapper-video {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .wrapper-media .btn-section-link {
         -webkit-box-ordinal-group: 3;
         -webkit-order: 2;
         -ms-flex-order: 2;
         order: 2;
         position: relative;
         margin: 0 auto 27px !important;
         display: block;
         max-width: 200px;
         text-align: center;
    }
     .video-view {
         padding-bottom: 0 !important;
    }
     #wrapper-photo.wrapper-media .btn-section-link {
         display: none;
    }
     #wrapper-newsletter {
         padding-top: 20px !important;
         padding-bottom: 20px !important;
    }
     #wrapper-newsletter #widget-link {
         text-align: center;
    }
     #wrapper-newsletter #email-subscribe .form-buttons {
         margin: 0!important;
         width: auto!important;
    }
     figcaption {
         font-size: 11px;
         letter-spacing: 1px;
    }
    .article-view-text  figure {
     margin-bottom: 10px;
    }

    .fotorama .fotorama__caption .fotorama__caption__wrap {
         text-transform: none;
          font-size: 11px;
         margin: 0 auto;
         letter-spacing: 1px;
    }
     #boat-specs, #boat3d .footer-tools {
         left: 15px;
         right: 15px;
    }
     #boat-specs .tabs-content {
         padding-bottom: 15px;
    }
     #boat-specs .tabs li {
         width: 100%;
    }
     #boat-specs .more-items-item .wrapper .more-items-category {
         font-size: 20px;
         margin-bottom: 5px !important;
         padding-bottom: 7px;
    }
     #boat-specs .more-items-item .wrapper h2 {
         font-size: 18px;
         margin-top: 0;
    }
     #boat-specs .more-items-item .more-items-img-container img {
         width: 200%;
    }
     #boat3d .footer-tools {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         bottom: 20px;
    }
     #boat3d .footer-tools:before, #boat3d .footer-tools:after {
         width: 12px;
    }
     #boat3d .footer-tools .menu {
         padding-left: 0;
         margin-bottom: 15px;
    }
     #boat3d .footer-tools .menu > li {
         text-align: center;
    }
     #boat3d .footer-tools .menu > li .submenu {
         width: 300px;
         left: 25px;
         right: 0;
         background-color: rgba(255, 255, 255, 0.3);
    }
     #boat3d .footer-tools .menu > li .submenu a {
         text-align: center;
    }
     #boat3d .footer-tools .moreinfo-bt {
         height: 60px;
         width: 60px;
    }
     #boat3d .footer-tools .moreinfo-bt .ion {
         font-size: 36px;
         margin: 0;
    }
     #boat3d .footer-tools .moreinfo-bt span {
         display: none;
    }
     #boat3d .footer-tools > * {
         width: 100%;
    }
     #boat-specs {
         -webkit-box-pack: end;
         -webkit-justify-content: flex-end;
         -ms-flex-pack: end;
         justify-content: flex-end;
    }
     #boat-specs header {
         display: none;
         position: absolute;
         top: 0;
         margin-top: 138px;
         padding: 10px !important;
         border: 1px solid rgba(255, 255, 255, 0.52);
         height: 400px;
         overflow: auto;
         background-color: rgba(0, 0, 0, 0.18);
         -webkit-overflow-scrolling: touch;
         left: 0;
         right: 0;
    }
     #boat-specs.active header {
         display: block;
    }
     #boat-specs .more-items-item .wrapper h2 br {
         content: ' ';
    }
     #boat-specs .more-items-item .wrapper h2 br:after {
         content: ' ';
    }
     #boat-specs .tabs li a {
         display: inline-block;
         border-bottom-width: 3px;
         width: auto;
    }
     #weather {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         padding-left: 20px;
         padding-right: 20px;
         -webkit-box-align: stretch;
         -webkit-align-items: stretch;
         -ms-flex-align: stretch;
         align-items: stretch;
    }
     .weather-logo {
         max-width: 84px;
    }
     .w-direction {
    width: 25px;
    height: 25px;
    }
     .wind {
       
    }
     .day-name {
         font-size: 14px;
    }

    .weather .header-content {
         display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    }
    .weather .locations {
     margin-top: 0;
    }
    .weather select {
     font-size: 16px;
    }
    .weather-icon {
     display: block;
     margin-right: auto;
     margin-bottom: 5px;
     margin-left: auto;
    }
    .weather-content {
     overflow: auto;
         -webkit-overflow-scrolling: touch;
    }
    .weather-day {
     margin-right: 20px;
    }
    .weather-day.labels {
     min-width: 85px;
    }

#omega {
    max-width: 140px;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}
#omega.new iframe {
     transform: scale(.34) translate(4px) !important;
}
#omega.v2 iframe {
     transform: scale(.34) translate(4px) !important;
}
#navigation-side-partner {
     padding: 0 20px;
}

.fan-download .thumbnails-view.downloads-main .downloads-container > ul li {
     width: 100%;
}
body #omega-bar {
     justify-content: center;
}
body #omega-bar .omega-countdown {
    margin-right: 20px;
  }
  body #omega-bar > * {
    padding: 0 ;
  }
  body #omega-bar .omega-countdown img {
    max-width: 200px;
  }
  body #omega-bar .omega-logo img {
    max-width: 100px;
  }
  body #omega-bar .omega-slogan {
    width: 100%;
  }
  body #omega-bar .omega-slogan span {
    max-width: 100%;
    margin: 3px 0 7px;
    font-size: 9px;
  }
  body #omega-bar .omega-countdown .countdown-text {
     padding-top: 0;
  }
  body #omega-bar .omega-countdown .countdown-text .countdown-time > * {
    padding: 0 10px;
  }
  body #omega-bar .omega-countdown .countdown-text .countdown-time > .secs {
    width: auto;
  }
  body #omega-bar .omega-countdown .countdown-text .countdown-time > *:first-child {
    padding-left: 0;
  }
  body #omega-bar .omega-countdown .countdown-text .countdown-time > * strong {
    font-size: 19px;
  }
.races-embed {
height: 119px;
}
.results-embed {
height: 617px;
}
#live-relive {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
}
.fan-zones.widget.article-view header {
position: relative;
width: 100%;
left: 0;
margin-left: 0;
}
.fan-zones .article-view-body {
margin-left: 0;
width: 100%;
padding: 20px;
}
.fan-zones #article-view-single {
     padding-top: 5px;
}

@media (orientation: landscape) {
     .standalone-3d #boat-menu {
          display: none !important;
     }
     .standalone-3d #boat-specs header {
          display: block;
          border: none;
          background: none;
          position: relative;
          top: auto;
          padding: 0 !important;
     }
     .standalone-3d #boat-specs .tabs li a {
          font-size:12px;
          padding: 2px 7px 3px 7px;
          margin-bottom: 2px;
     }
     .standalone-3d #boat-specs .more-items-item .wrapper h2 br {
          content: unset;
     }
     .standalone-3d #boat-specs .tabs li.tab-know-more {
          margin-left:7px;
     }
     .standalone-3d #boat-specs .tabs li.tab-know-more a{
          padding-left: 0;
     }
}


}
/* Retina Display adjustments - General ========================================================== */
 @media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
}
/* ========================================================== PRINT ========================================================== */
 @media print {
     * {
         background: transparent !important;
         color: black !important;
         text-shadow: none !important;
         -webkit-filter: none !important;
         filter: none !important;
         -ms-filter: none !important;
    }
     a, a:visited {
         text-decoration: underline;
    }
     a[href]:after {
         content: " (" attr(href) ")";
    }
     abbr[title]:after {
         content: " (" attr(title) ")";
    }
     .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
         content: "";
    }
     pre, blockquote {
         border: 1px solid #999;
         page-break-inside: avoid;
    }
     thead {
         display: table-header-group;
    }
     tr, img {
         page-break-inside: avoid;
    }
     img {
         max-width: 100% !important;
    }
     @page {
         margin: 0.5cm;
    }
     p, h2, h3 {
         orphans: 3;
         widows: 3;
    }
     h2, h3 {
         page-break-after: avoid;
    }
}
/* ========================================================== IE Fixes ========================================================== */
 .submenu-wrap {
     display: none;
}
