/* CSS Document */

html * {
    -webkit-text-size-adjust: 100%;
}

body {
    word-wrap: break-word !important;
    font-family: "Open Sans", sans-serif;
}



body,
p,
.normal,
.Normal {
    font-size: 1.25em;
    line-height: 1.5em;
}

.pull-right {
    background: #fff;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

img.float-right,
img.float-left {
    margin: 0.5em;
}


.Nav {text-align:right;}

p.Disclaimer {display:block; width:75%;float:right;text-align:right;font-size:0.8em !important;margin-top:7em !important;font-weight:200}

h1 {
    font-size: 15em;
	font-weight:700;
	text-transform:uppercase;
    line-height: 0.9em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
	text-align:center;
	display:block;
}

h1 span {color:#559FFF}

h2 {
	display:block;
	font-weight:100;
	font-size:4em;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}

h4 span,
h4 span em {
  font-size: 0.2em;  /* keep this if it’s intentional for other spans */
}

h4 span em {
  display: block;
}

/* --- MAIN FIX --- */
.sup {
  display: inline-flex;        /* keeps % and APR side-by-side */
  align-items: flex-start;     /* aligns tops so % can sit higher */
}

.sup .percent {
font-size: 2.5em;
    line-height: 1;
    position: relative;
    top: -0.75em;
}

.sup .label {
	font-size: 1em;
    left: -1em;
    margin-left: -2em;
	margin-top:0.5em;
}

span.OfferDisc {display: block;color: #559FFF;font-weight: 400;font-size: 0.175em;}

.ArticleText {color:#fff;font-size:1.3em;}


.Offer {display:inline-block;margin:2em auto 0 auto;}
.Offer p {padding:0;display:block;margin-top:2em;font-size:2em;color:#fff;}
.Offer h3, .Offer h5  {color:#559FFF;text-transform:uppercase;font-size:5em;font-weight:700;padding:0;margin:0;}
.Offer h4 {color:#fff;font-weight:700;font-size:25em;margin: -50px 0 -10px 0;}

ul.edn_category_menu_wrapper {position:absolute;top:0;right:0;z-index:9999;}

ul.edn_category_menu_wrapper li {
	display: inline;
    float: left;
    padding-right: 2em;
}

ul.edn_category_menu_wrapper a {color:#243d73;text-decoration:none;}

.ContentPane {
	position:absolute;top:0;right:0;bottom:0;left:0;    
	background: rgb(7, 18, 41);
    background: linear-gradient(180deg, rgba(7, 18, 41, 1) 0%, rgba(33, 58, 113, 1) 50%, rgba(56, 84, 133, 1) 100%);}


.DisplayMobile {
    display: none;
}

.DisplayDesktop {
    display: inline;
}

.dnnForm .dnnFormItem {max-width:375px;margin:0 auto;}

.ArtecContactDesktop {
    font-size: 2em;
    font-weight: 700;
    color: #000;
    line-height: 1em;
}

.ArtecContactDesktop span {
    color: #172758;
    display: block;
    font-size: 0.7em;
}

.ArtecBrands {
    width: 12.2%;
    float: left;
    margin: 0 1%;
}

.ArtecBrands img {
    width: 100%;
    height: auto;
}

.dnnLeft img {max-width:275px;height:auto;}

.Address p {
    font-size: 1.2em;
    line-height: 1em;
    margin: 0
}

.Address h5 {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #00adef;
}

.AddressWrapper {
    margin-bottom: 3em;
}

.AddressWrapper {
    border: 1px solid #999;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.BannerPane p {
    color: #c3c2c2;
}

.MediaBox {width:41%;float:right;margin:0 0 2em 1em;}

.MediaBox img {width:100%;height:auto;}

.MediaBoxLeft {float:left;width:41%;padding:3em 3em 3em 0;text-align:center;}
.MediaBoxRight {float:right;width:41%;padding: 3em 0 3em 3em;text-align:center;}
.MediaBoxLeft img, .MediaBoxRight img {width:100%;height:auto;}

/* Termly Preference Widget */

.FlexCol {display:flex;flex-direction:column wrap;justify-content:center;align-items:stretch;}
.FlexCol div {background:#fff;margin:0 0.5em;}

.preferenceWidget {
    display: flex;
    position: fixed;
    margin: 1.5rem;
    bottom: 0;
    right: 0;
    background: black;
    padding: 1rem;
    color: white;
    border-radius: 500rem;
    cursor: pointer;
}

.preferenceWidget:hover {
    background-color: #474747;
}


/* Termly widget end */

img:not(p),
video:not(p) {
    width: 100%;
    max-width: 100%;
    height: auto;
}

ul.listContactinfo {
    flex: 0 0 auto;
    margin: 25px 0;
    padding: 0;
}

ul.listContactinfo li {
    display: inline;
}

ul.listContactinfo li img {
    text-align: center;
    transition: 0.3s;
}

ul.listContactinfo img {
    width: 32px;
    height: auto;
    margin: 0 5px;
}

ul.listContactinfo li img:hover {
    transform: scale(1.4);
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 4em;
    margin-bottom: 4em;
    border: 0;
    border-top: 1px solid #ccc;
}

.edn_articleDetails ul {
    margin: 2em 0;
}

.edn_articleDetails ul li ul {margin:1em 0 0 2em;}

.edn_articleDetails ul li,
.edn_articleDetails ol li {
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 0;
}

.edn_articleDetails ul li ul li,
.edn_articleDetails ol li ol li {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
}

.edn_articleDetails .article_column ol li {
    list-style: inherit;
}

.SmallText,
a.SmallText {
    font-size: 0.8em;
}

a,
a:link,
a:visited,
a:active {
    text-decoration: underline;
    color: #172758;
}

a:hover {
    color: #af2029;
}

blockquote {
    border-left: 10px solid #efefef;
    margin: 40px 0;
    font-size: 1.2em;
    line-height: 2em;
    position: relative;
    padding: 20px 40px;
}

blockquote::before {
    content: "\f10d"; /* Font Awesome code for opening quote */
    font-family: FontAwesome;
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 2em;
    color: #af2029;
}

blockquote::after {
    content: "\f10e"; /* Font Awesome code for closing quote */
    font-family: FontAwesome;
    position: absolute;
    bottom: -10px;
    right: 10px;
    font-size: 2em;
    color: #af2029;
}

a {
    color: #fff;
}

.NeedQuote,
.NeedQuote p,
.NeedQuote a {
    font-size: 1.1em;
}

.NeedQuote a {
    text-decoration: none;
}

.NeedQuote a.btn {
    color: #fff;
    margin: 0;
    font-size: 0.9em;
    font-weight: 700;
}

.TextShadow {
    text-shadow: 0px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 2px 2px 1px rgba(0, 0, 0, 0.05), 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.2);
}

h6 {
    font-size: 1em;
    font-weight: 300;
    color: #666;
    border-bottom: 1px solid #efefef;
    padding-bottom: 4px;
    display: block;
    text-align: center;
}

.btn-info {
    background-color: #172758;
    border: 2px solid #efefef;
}

.btn {
    border-radius: 2em;
    padding: 0.7em 1.2em;
}

.btn-info {
    transition: .25s;
}

.btn-info:hover {
    background-color: #af2029;
    transition: .25s;
}

a.ArtecContactButton {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
}

span.ImgCaption {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
}

.ArtecFacilities p {
    font-size: 1.2em;
    line-height: 1.4em;
}

.ArtecFacilities a {
    font-weight: 700;
    font-size: 1.1em;
}

.ArtecFacilities h5 {
    margin: 0;
}

/* HOT NEWS */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bxslider-hot {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 60px;
  width: 100%;
  animation: fadeIn 1s ease-out forwards; /* Use forwards to keep the element at 100% opacity after the animation completes */
}

.hot-slide {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;}

#dnn_BannerPane a {color: #fff !important;}

.bxslider-hot .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bxslider-hot .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bxslider-hot .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bxslider-hot .bx-wrapper .bx-pager.bx-default-pager a.active,
.bxslider-hot .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bxslider-hot .bx-wrapper .bx-pager-item,
.bxslider-hot .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}

.bxslider-hot {
    margin: 5px 0;
}

.bxslider-hot a {
    text-decoration: none !important;
}

.bxslider-hot .bx-controls {
    display: none;
}

.bxslider-hot .bx-wrapper {
    margin: 0;
}

.bxslider-hot .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bxslider-hot .bx-wrapper .bx-prev,
.bxslider-hot .bx-wrapper .bx-next {}

.bxslider-hot p.edn_articleTitle {
    font-size: 1em;
}

.bxslider-hot p.edn_articleTitle span {
    color: #f2341f;
	font-weight:500;
}

.bxslider-hot p,
.bxslider-hot a p {
    color: #fff;
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

.bxslider-hot .bx-wrapper .bx-prev {
    left: 10px;
}

.bxslider-hot .bx-wrapper .bx-next {
    right: 10px;
}

.bxslider-hot .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    z-index: 9999;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 12px;
}

.bxslider-hot .bx-wrapper .bx-controls-direction a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    font-size: 28px;
    display: inherit;
    position: absolute;
    top: -2px;
}

.bxslider-hot .bx-wrapper .bx-prev:before {
    content: "\f104";
    left: 10px;
}

.bxslider-hot .bx-wrapper .bx-next:before {
    content: "\f105";
    left: 12px;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* HOT END */

.table {
    margin: 50px 0;
}

.table thead {
    background: #666;
    color: #fff;
}

.HighContrast h1 {
    color: #fff;
    font-weight: 500;
}

.HighContrast h4 {
    color: #fff;
    font-weight: 100;
    margin-bottom: 25px;
}

.HighContrast p,
.HighContrast ul {
    margin-top: 0;
    margin-bottom: 35px;
}

.HighContrast p,
.HighContrast ul li {
    color: #fff;
}

.HighContrast h2 {
    color: #dedede;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 25px;
}

.HighContrast ul li::before {
    color: #f2341f !important;
}

.HighContrast video {
    margin-bottom: 35px;
    width: 100%;
}

.ListSec {
    margin-bottom: 50px;
}

.ul.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.ul.display-flex>[class*="li"] {
    flex-grow: 1;
}

.jumbotron {
    background: #17315f;
    color: #fff;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: 100;
}

.jumbotron a {
    display: block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.jumbotron span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    padding-top: 25px;
}


.list-group-item {
    border: none;
}

.edn_articleDetails ul li::before {
    content: "▪";
    color: #c81704;
    font-size: 1.4em;
    margin-right: 8px;
}

.edn_articleDetails ul li {}

li {
    list-style: none;
    padding: 5px 0;
}

ul.PitchBullet {
    font-size: 1.2em;
}

ul.PitchBullet {
    font-size: 1.15em;
    margin: 0 0 50px;
}

ul.PitchBullet li:before {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 1.2em;
    float: left;
    margin-left: -1.2em;
    color: Green;
}

.edn_articleDetails ul li.edn_docType_pdf::before {
    content: "";
}

.CaptionNumber i {
    display: block;
    float: left;
    clear: both;
    color: #fff;
    background-color: #0e3464;
    border: 1px solid #ed2124;
    text-align: center;
    padding: 0;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 1.6em;
    border-radius: 50%;
}

.WhiteFont {
    color: #efefef;
}

.BackBox1 {
    display: block;
    text-align: center;
    background: #94cad9;
    padding: 15px 0;
    color: #fff;
    font-weight: 700;
}

.DisplayNone {
    display: none;
}

.dnnLabel {margin-right:1em;float:none}

a.dnnPrimaryAction {color:#fff;text-decoration:none;}
a.dnnSecondaryAction {text-decoration:none;}

ul.dnnActions {display:flex;align-items:center;justify-content:center;padding:0 0 2em 0;}

.dnnActions li {float:none;}

.dnnForm .dnnFormItem {text-align:center;}

.dnnPasswordResetContent {width:100%;padding:2em;}

.dnnPasswordResetContent ul.dnnActions {margin:0 auto;display:block;width:300px;text-align:center;}



div.dnnRegistrationForm {min-width:300px;width:100%;}
div.dnnRegistrationForm .dnnForm {float:none;min-width:inherit;width:100%;}
.DnnModule-Registration .dnnFormHelp, .DnnModule-Registration .dnnSocialRegistration {display:none;}

div.dnnRegistrationForm div.dnnCaptcha {width:100%;}
.dnnCaptcha .dnnLeft {float:none;}
.dnnCaptcha .dnnLabel {text-align:center;}


.loginContent {margin:2em 0 0 0}
.LoginPanel {width:auto;padding:0;float:none;}

.dnnFormItem > label.dnnFormLabel, .dnnFormItem > span.dnnFormLabel {display:inherit;margin:0;width:auto;text-align:center;}

.NoPad {
    padding: 0 !important;
}

.NoMargin {
    margin: 0 !important;
}

.RowPad,
.PadRow {
    padding: 50px 0;
}


/* CSS hover effects */

.ListProduct {
    padding: 3px;
    transition: 0.8s;
    margin-bottom: 25px;
}

.ListProduct:hover {
    /*background: #af2029;*/
    transition: 0.8s;
}

.ListProduct picture,
.ListProduct img {
    transform-origin: 50% 50%;
    transition: transform 3s, filter 2s ease-in-out;
    filter: brightness(100%);
}

.ListProduct:hover picture,
.ListProduct:hover img {
    transform: scale(1.5);
    filter: brightness(115%);
}

.ListProduct .ProductImageBox a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.RowTopPad {
    margin-top: 50px;
}

a.admin_action {
    background-color: #172758;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 0.7em;
    margin-left: 25px;
}

a.admin_action:hover {
    background-color: Yellow;
    color: #000;
}

img.HeaderImg {
    width: 100%;
    height: auto;
}

#container {
    margin: 0 auto;
    max-width: 890px;
}

.FlexBox {display:flex;flex-flow:row wrap;align-items: stretch;}

.ResultsBox {display:flex;align-items:baseline;flex-flow:row wrap;}

.EventBoxHolder {margin:3em 0;}

.EventBox {margin:1em 0;background:#fff;padding:0 0 1em 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 12px;}

.EventBox p {font-size:0.9em;margin:0;padding:0;}

.HeaderFlex {display:flex;flex-flow:row wrap;align-content:center;align-items:center;}

.SearchResults {margin-top:3em;}
.SearchResults p {font-size:1em;padding:0;margin:0;}
.SearchResults article {margin:1em 0;}

.SearchBox .eds_news_Ozone {padding:0;margin:1em 0 0 0;}

.TopPhone {text-align:center;}

.TopPhone a:link {color:#af2029;text-decoration:none;}
.TopPhone p {margin:0;padding:0;font-size:1em;float:left;}
.TopPhone p:first-child {margin-right:1em;}
.TopPhone em {color:#162955}

.eds_news_Advantage .search_input::before {background-color:#162955;content: "\f002";position: absolute;
    font: 900 1.2rem/3.5rem Font Awesome\ 5 Free;
    top: -0.5rem;
    left: -0.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.2rem;
    box-shadow: 1px 1px 2px rgba(16, 215, 191, 0.2);
    text-align: center;
    color: #fff;
    display: inline-block;}
.eds_news_Advantage.eds_subCollection_search .search_input .input input[type=text]:hover, .eds_news_Advantage.eds_subCollection_search .search_input .input input[type=text]:focus {border-bottom-color:#162955;box-shadow:0 -1px 0 #162955 inset;font-size:14px;}
.eds_news_Advantage.eds_subCollection_search .search_input .do_search::before {content: "\f002";display: inline-block;vertical-align: middle;font: normal 900 1.2rem/2rem Font Awesome\ 5 Free;}
.eds_news_Advantage.eds_subCollection_search .search_input .do_search {float:none;line-height: 2rem;float: right;min-width: 35px;width: 10%;text-align: center;text-decoration: none;color: #a4a4a4;transition: all 300ms;}
.eds_news_Advantage.eds_subCollection_search .search_input .do_search:hover {color:#af2029}



.toggle,
[id^="drop"] {
    display: none;
}

.edn_articleDocuments ul {
    list-style-type: none;
}

.edn_articleDocuments ul li {}

.edn_articleDocuments ul li a:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f0f6";
    color: #af2029;
    font-size: 1.3em;
}

.edn_articleDocuments ul li.edn_docType_pdf a:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f1c1";
    color: #af2029;
    font-size: 1.3em;
}

.DocumentsRow {
    padding: 50px 0;
}

.DocumentsRow h2,
.DocumentsRow a,
.LowerDivStyle h2 {
    color: #efefef;
    font-weight: 700;
    margin: 0 15px 10px 0;
}

.LowerDivStyle h4 span {
    color: #fff;
    margin-left: 10px;
}

.DocumentsRow .edn_articleDocuments ul {
    padding: 0;
}

.DocumentsRow h2 span {
    border-bottom: 3px solid #af2029;
    font-style: italic;
    color: #efefef;
}

p.edn_docDetails {
    color: #666;
    display: block;
    font-style: italic;
    margin-left: 25px;
    font-size: 0.8em;
	line-height:normal;
	padding:1em 0;
	margin:0 0 0 30px;
}

.edn_docType_pdf .fa {font-size:1.5em;float: left;margin-right: 2em;}

.edn_articleDocuments a {font-size:1em;text-decoration:none !important;color:#333;padding-left: 3.75em;text-indent: -1em;display: block;}
a.edn-doclink {font-weight:500 !important;}

h4.ArtecDocsTitle {color:#192859;font-weight:700;border-bottom:1px solid #c6c8ca;margin:0.5em;line-height:1em;}
.fa-unlock:before {color:#192857}
.fa-lock:before {color:#b01f29}

.ListDescBlock, .ListDescBlock h4,
.ListDescBlock a h4 {
    font-size: 1em;
    color: #333;
    text-transform: capitalize;
    margin: 1em 0;
    text-align: center;
}

.ListDescBlock a {
    text-decoration: none;
}

.Download {
    padding-top: 45px;
    text-align: right;
}

img.MainContImg {
    width: 100%;
    height: auto;
}

div.bottomtext h2 {
    font-size: 3em;
    padding-top: 10%;
}

div.bottomtext h4,
div.mail h4,
div.phone h4,
div.map h4 {
    color: #af2029;
    font-size: 1.5em;
    font-weight: 700;
}

div.bottomtext p,
div.mail p,
div.phone p,
div.map p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
}

div.bottomtext {
    background-color: #121212;
}

div.mail {
    background-color: #444;
}

div.phone {
    background-color: #666;
}

div.map {
    color: #000;
    background-color: #999;
    background-image: url(../img/map.jpg);
    background-size: cover;
    background-position: center 100%;
}

.FooterPane .container>div {
    position: absolute;
    height: 100%;
    top: 0;
    overflow: hidden;
    padding: 10% 5% 0 5%;
    box-sizing: border-box;
    color: #fff;
}

.contact-section .container .map a.over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.contact-section .container .map a {
    color: #000;
}

.bx-wrapper,
.alert-success {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.NeedQuote {}

.NeedQuote h5 {
    color: #efefef;
}

.NeedQuote .Download {
    padding: 25px 0;
}

.NeedQuote h5 {
    border-bottom: 0;
    padding: 0;
    margin: 25px;
    font-size: 2em;
}

.NeedQuote a,
.NeedQuote .fa-phone-square,
.fa-car {
    color: #af2029;
}

.NeedQuote h5 a:hover {
    color: cornflowerblue;
}

.NeedQuote .fa-phone-square,
.NeedQuote .fa-car {
    margin-right: 10px;
}

.QuoteRow .NeedQuote h5 {
    color: #666;
    font-style: italic;
}

.QuoteRow {
    background-color: #efefef;
    color: #666;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #af2029;
    padding-top: 25px;
}

a.QuoteButton {
    font-size: 2em;
    text-align: center;
    text-decoration: none;
}

.Download a {
    padding: 12px 28px;
    background: #af2029;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    transition: 0.8s;
}

.Download a:hover {
    background: #172758;
}

.ProductModel {
    padding: 5px 0;
    font-size: 0.6em;
}

.ProductModel i {
    background: #333;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    padding: 4px 8px;
}

.ProductModel span {
    background: #af2029;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
}

.HeaderDivStyle {}

.HeaderHolder {
    z-index: 999;
    background: #fff;
}

.BannerPaneHolder {}

.BannerPaneHolder .edn_article {
    margin-top: -35px;
}

.BannerPane {}

header img,
picture.BannerImg img {
    width: 100%;
    height: auto;
}

.BannerVideo video {
    width: 100%;
    height: auto;
}

.ZeroBannerSpacer {
    height: 125px;
}

.ActionsPaneHolder {
    display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}

.ActionsPane {
    text-align: center;
    width: 350px;
    float: right;
}

.MenuDivStyle {}

.TopDivStyle {
    background: #fff;
}

.ContentDivStyle {
}

.SplitDivStyle {
    background: #efefef;
}

.Content2DivStyle {
    background: #fff;
}

.MainContentRow {
    margin-top: 35px;
    margin-bottom: 35px;
}

.MainContentRow p {
    color: #999;
}

.VideoRow {
    background: #efefef;
}

.GalleryRow {
}

.RelatedRow {
    background: #efefef;
    border-bottom: 1px solid #ead560;
}

.home_video_controls {
    text-align: center;
}

.LowerHTMLRow {
    background: #fff;
}

.LowerDivStyle {
    background: #333;
}

.FooterDivStyle {}

.FooterInfo {
    text-align: center;
    margin: 50px 0 150px 0;
}

.FooterInfo,
.FooterInfo a {
    color: #fff;
}


/* footer brands */

.BrandsMenu {
    padding: 2em 0;
}

.BrandsMenu img {
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s ease-in-out;
    filter: grayscale(100%);
    position: relative;
    z-index: 99;
}

.BrandsMenu img:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}


/* h4,h5 fixes */

.HeaderHolder h5,
.heading_wrapper h4 {
    border: 0;
}

.ProductListBoxHolder {
    background: #fff;
    border: 0px solid #000000;
    padding: 0 8px;
}

.TopBannerHolder,
.BannerHolder {
    position: relative;
	min-height:2160px;
}

.TopBannerHolder img,
.BannerHolder img {
    width: 100%;
    height: auto;
}

.BannerText {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    place-content: center;
    place-items: center;
    gap: 2em;
    background: rgba(0, 0, 0, 0.3);
}

.BannerText span {
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
	text-transform:uppercase;
}

.BannerText span.BannerHeadline {
    font-size: 3em;
    padding: .2em;
    color: #fff !important;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.6);
    line-height: 1em;
    border: 1px solid #fff;
    max-width: 85%;
    display: block;
    text-align: center;
}

.TopBannerHolder video,
.BannerHolder video {
    width: 100%;
    height: auto;
}


/* BX fixes */

.bxItem a {
    text-decoration: none;float:right;font-size:2em;
}

.date_box {
    width: 100%;
    margin: 0 0 1em 0;
}

.date_box p {
    display: block;
    float: right;
    font-weight: 100;
    font-size: 0.8em;
    padding: 1px 3px;
    text-align: center;
    color: #121212;
    margin: 0;
}

.date_box p.day,
.date_box p.year {
    border: 1px solid #121212;
}

.date_box p.month {
    background: #af2029;
    color: #fff;
    border: 1px solid #af2029;
}

.date_box p.year {
    font-weight: 300;
    color: #121212;
}

.NewsListHeadline {
    clear: both;
    width: 100%;
    font-weight: 300 !important;
    margin-top: 1em;
    font-size: 1em !important;
}


/* RESPONSIVE-PARALLAX-BANNER */

.AreasSpecialtyInner {}

.AreasSpecialty {
    text-align: center;
}

.AreasSpecialty div {
    padding: 1px;
}

.AreasSpecialtyGlow:hover {
    background: #af2029;
}

.AreasSpecialty .col-sm-3 {
    background: Red;
    color: #fff;
    min-height: 80px;
}

div.AreasSpecialtyPhotoHolder {
    position: relative;
    background: #ead560;
    padding: 0;
    margin: 0;
}

div.AreasSpecialtyPhotoHolder img {
    width: 100%;
    height: auto;
}

div.AreasSpecialtyTitle {
    background: #172758;
    font-size: 1.5em;
    font-weight: 700;
    padding: 15px 0;
}

div.AreasSpecialtyTitle {
    color: #fff;
    text-transform: uppercase;
}

.AreasSpecialtyHolder div.col-sm-3 {
    padding: 0;
    margin: 0;
}

.AreasSpecialtySummary {
    background: #0b1744;
    margin: 0;
    padding: 5px 15px;
}

.AreasSpecialtySummary p {
    text-align: left;
    color: #efefef;
    font-size: 1.1em;
    padding: 0 15px 5px 15px;
    margin: 0;
}

div.LinkWash {
    position: absolute;
    z-index: 800;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div.LinkWash:hover {
    background: #172758;
    background-color: rgba(36, 167, 255, 0.6);
    cursor: pointer;
    transition: 0.8s;
}

.AreasSpecialtyTitle a {
    color: #fff;
}

div.BannerTitle {
    position: absolute;
    display: block;
    text-align: center;
    font-size: 4.5em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    right: 0;
    left: 0;
    line-height: 1em;
}

div.BannerTitle h1 {
    color: #fff;
    font-size: 2em;
}

div.BannerTitle span {
    font-size: 1.2em;
    color: #af2029;
    line-height: 1.1em;
}

div.BannerTitle {
    font-size: 2.1em;
}

.AreasSpecialtyHolder {
    position: relative;
}

.AreasSpecialtyInner {
    display: none;
}

.ProductListBoxHolder {
    background: #fff;
    border: 0px solid #000000;
    padding: 10px 8px;
}

.no-webp .AreasSpecialtyHolder {
    background: url(/Portals/0/StaticBanners/torrington-auto-body-shop-ct.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 850px;
}

.webp .AreasSpecialtyHolder {
    background: url(/Portals/0/StaticBanners/torrington-auto-body-shop-ct.jpg?format=webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 850px;
}

@media all and (max-width: 1024px) {
    div.BannerTitle {
        font-size: 1em;
        top: 20%;
    }
    .no-webp .AreasSpecialtyHolder {
        background: url(/Portals/0/StaticBanners/torrington-auto-body-shop-ct.jpg?w=1280&h=500&mode=crop&scale=both) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 500px;
    }
    .webp .AreasSpecialtyHolder {
        background: url(/Portals/0/StaticBanners/torrington-auto-body-shop-ct.jpg?format=webp&w=1280&h=500&mode=crop&scale=both&quality=55) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 500px;
    }
}

@media all and (max-width: 769px) {
    div.BannerTitle {
        font-size: 1em;
        top: 25%;
    }
    .no-webp .AreasSpecialtyHolder {
        background: url(/Portals/0/StaticBanners/torrington-auto-body-shop-ct.jpg?w=1151&h=750&mode=crop&scale=both) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 500px;
    }
    .webp .AreasSpecialtyHolder {
        background: url(/Portals/0/StaticBanners/torrington-auto-body-shop-ct.jpg?format=webp&w=1151&h=750&mode=crop&scale=both&quality=55) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 500px;
    }
    .float-right,
    .float-left {
        float: none;
        width: 100%;
    }
}

@media all and (max-width: 540px) {
	
    div.BannerTitle {
        font-size: 0.8em;
        top: 28%;
    }
	
	.MediaBoxLeft {float:none;padding:2em 0;width:100%}
	.MediaBoxRight {float:none;padding:2em 0;width:100%}
	
    .no-webp .AreasSpecialtyHolder {
        background: url(/Portals/0/StaticBanners/torrington-auto-body-shop-ct.jpg?w=480&h=480&mode=crop&scale=both) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 280px;
    }
    .webp .AreasSpecialtyHolder {
        background: url(/Portals/0/StaticBanners/torrington-auto-body-shop-ct.jpg?format=webp&w=480&h=480&mode=crop&scale=both&quality=55) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 280px;
    }
    .DisplayMobile {
        display: inline;
    }
    .DisplayDesktop {
        display: none;
    }
    a.ArtecContactButton {
        font-size: 0.9em;
    }
.ListDescBlock, .ListDescBlock h4  {text-align:left;margin-top:0.5em;}
.ListDescBlock h4, .ListDescBlock a h4 {border:0;margin:0;padding:0;text-align:left;font-weight:700;line-height:1em;}

}

.edsgg_image_thumbnail img {
    border: 1px solid #fff !important;
}

section.ProductSpecs div {
    padding: 1em;
    border-left: 12px solid #af2029;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin: 15px 0;
}

section.ProductSpecs h6 {
    font-size: 1.5em;
    font-weight: 700;
}

section.ProductSpecs h6 span {
    color: #af2029;
}

section.ProductSpecs p {
    margin: 5px 0;
}

/* Giving a background-color to the nav container. */

.menu {
    color: rgba(0, 0, 0, 0);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #af2029;
}

.Border {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #efefef;
}

nav {
    margin: 0;
    padding: 0;
    background-color: transparent;
	font-size:1.2em;
}

#logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 1.5em;
    line-height: 60px;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}


/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 999;
}


/* Positioning the navigation items inline */

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    background-color: transparent;
    border-bottom: 3px solid #fff;
    width: 14.2%;
    text-align: center;
}

nav ul li.current {}

nav ul ul li.current {
    background: transparent;
}

nav ul li ul li.current:before {
    content: "\25ba";
    position: absolute;
    left: 0px;
    color: #af2029;
    top: 12px;
    font-size: 1.2em;
}

nav ul li ul {
    background: #fff;
	border-top:1px solid #efefef;
}


/* Styling the links */

nav a,
nav a:link,
nav a:visited,
nav a:active {
    display: block;
    color: #333;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
	line-height:2em;
}

nav > ul > li > a {
    font-size: 0.8em;
}

ul.nav-menu ul li a {
    color: #333;
	text-transform:none;
	font-weight:300;
	padding: 0;
}

ul.nav-menu ul li a:hover {
    color: #fff;
    background: #af2029;
}


/* Background color change on Hover */

nav ul li a:hover {
    color: #af2029;
}


/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 2.25em;
}


/* Display Dropdowns on Hover */

nav ul li:hover>ul {
    display: inherit;
}


/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 325px;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #efefef;
}


/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

ul li ul.nav-menu.closed {
    display: none;
}

ul li ul.nav-menu.open {
    display: block;
}

nav ul ul li a {
    color: #efefef;
    font-weight: 100;
}

nav ul li ul li a:hover {
    background: #af2029;
}

nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 275px;
}


/* Change ' +' in order to change the Dropdown symbol */

li>a:after {
    content: " +";
    display: none;
}

li>a:only-child:after {
    content: "";
}

.bxslider .bx-wrapper {
    box-shadow: none;
    border: 0;
    margin-bottom: 45px;
}


/* Media Queries
--------------------------------------------- */


/*
@media all and (max-width: 1570px) {
	.container {width:1536px !important;}
}
*/

@media all and (max-width: 1200px) {
    nav a,
    nav a:link,
    nav a:visited,
    nav a:active {
        padding: 12px 8px;
        font-size: 0.8em;
    }
}

@media all and (max-width: 1024px) {
    .BannerText span {
        font-size: 1em;
    }
    .BannerText span.BannerHeadline {
        font-size: 2em;
    }
    .pull-right {
        width: 100%;
        margin-bottom: 35px;
    }
    .pull-right img {
        width: 100%;
        height: auto;
    }
	
	.HeaderFlex {text-align:center;}
	
}

@media all and (max-width: 768px) {
    .MobileBlock {
        display: block;
    }
	
    nav a,
    nav a:link,
    nav a:visited,
    nav a:active {
        padding: 10px 0px;
        font-size: 0.8em;
    }
    .ArtecBrands {
        width: 48%;
        float: left;
        margin: 0 1%;
    }
    .jumbotron {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .jumbotron span {
        margin-bottom: 10px;
    }
    .NoMobilePad {
        padding: 0;
    }
    .RowTopPad {
        margin-top: 0px;
    }
    .MainContentRow {
        margin: 15px 0 15px 0;
    }
    .ListProduct {
        margin-bottom: 0;
    }
    #dnn_dnnLogo1_imgLogo {
        width: 80%;
        height: auto;
    }
    a#dnn_dnnLogo1_hypLogo {
        display: block;
        text-align: center;
    }
    .HeaderHolder {
        position: inherit;
    }
    .ActionsPaneHolder {
		display:flex;
    }
    .AreasSpecialtyInner {}
    .Download {
        padding: 0;
        text-align: center;
    }
    .NeedQuote {
        text-align: center;
        padding-top: 25px;
    }
    .NeedQuote a {}
    .NeedQuote h5 {
        padding: 0;
        margin: 0;
        font-size: 1.5em;
    }
    .NeedQuote .Download {
        padding: 0 0 40px 0;
    }
    .ActionsPaneHolder .NeedQuote {
        padding-top: 10px;
    }
    .RowPad {
        padding: 0;
    }
    .AreasSpecialtyGlow {
        margin: 25px 0;
        background: #0b1744;
    }
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }
    i.fa-bars {
        font-size: 1.3em;
        margin-left: -15px;
    }
    .TopPhone {
        color: #fff;
        font-size: 0.8em;
		margin:0;
		padding:0;
	}
	
    .ListSec {
        margin: 50px 0;
    }
    .BoxBorder {}
    .ProductListBoxHolder {
        background: #fff;
        border: 0px solid #000000;
        padding: 0;
    }
    .ProductListBoxHolder p {
        padding: 0;
        margin: 0;
        font-size: 1em;
    }
    a.ProductListImage img {
        min-width: 95%;
        height: auto;
        margin: 10px 0;
    }
    a.ProductListName {
        display: block;
        font-weight: 700;
        font-size: 1.1em;
        margin: 10px 0;
    }
    span.ReadMore {
        display: block;
        font-style: italic;
        text-align: center;
        font-size: 0.8em;
    }
    .PriceLabel,
    .AltPriceLabel {
        font-weight: 700;
        font-size: 0.9em;
        line-height: 1.2em;
        color: #94cad9;
        display: block;
        margin-bottom: 8px !important;
    }
    .Price {
        color: #666;
        display: block;
        padding: 15px 15px;
        text-align: center;
        background: rgba(0, 0, 0, 0.05);
        margin: 25px 0;
        font-size: 1.4em;
    }
    .BannerText span {
        font-size: 1em;
    }
    .BannerText span.BannerHeadline {
        font-size: 2em;
    }
    .TopBannerHolder .bx-wrapper .bx-pager {
        padding-top: 5px;
    }
}

@media all and (max-width: 540px) {
	
body,
p,
.normal,
.Normal {
    font-size: 1.5em;
    line-height: 1.5em;
}
	
.BannerText span.BannerHeadline, .BannerText {background:transparent;}
	
.TopPhone p {font-size:1.15em;}

.pull-right {
    background: #fff;
}
	
    h1 {
        font-size: 1.75em;
    }
    h2 {
        font-size: 1.3em;
    }
    p {
        font-size: 1.2em;
    }
    blockquote {
        font-size: 1em;
    }
	
	.ListProduct h4.edn_articleTitle  {font-size:1.3em;}
	
	nav > ul {
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Shadow only on the parent ul */
	}
	
    ul.nav-menu ul li a,
    ul.nav-menu ul li a:hover {
        color: #666;
		background:#fff;
		font-weight:300;
    }
	
	nav ul ul li {}

	
	.ProductImageBox {text-align:left;}
	.ProductListBoxHolder .btn {display:none;}
    .ArtecBrands {
        width: 48%;
        float: left;
        margin: 0 1%;
    }
	
    nav {
        margin: 0;
        position: absolute;
        right: 0;
        top: 0px;
    }
    nav a,
    nav a:link,
    nav a:visited,
    nav a:active {
        font-size: 1.5rem;
    }
    ul.nav-menu {
        background-color: #fff;
        position: relative;
        top: 2.5em;
        height: 0px;
        overflow: hidden;
    }
    ul.nav-menu:after {
        content: "";
        display: table;
        clear: both;
    }
    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        /*display: none;*/
    }
    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 0 .25em 0 0;
        color: #333;
        font-size: 1.4em;
        text-decoration: none;
        border: none;
        position: absolute;
		top:0.5em;
        right: 0;
    }
    .toggle:hover {
        cursor: pointer;
    }
	
	.TopPhone {text-align:left;}

	
	.eds_news_Ozone.eds_subCollection_search .search_input .input {width:70%;}
	
	#dnn_SearchBox, .navigation-container, .LogoHolder {padding-left:0;padding-right:0;}
	
	.HeaderFlex {padding:0 0.25em;}
	
	a#dnn_dnnLogo1_hypLogo {text-align:left;}
	
    nav ul label.toggle {
        font-size: 1.5rem;
        text-transform: uppercase;
        position: static;
        padding: 10px 12px;
    }
    /* Display Dropdown when clicked on Parent Lable */
    [id^="drop"]:checked+ul {
        display: block;
        height: auto;
    }
    nav [id^="drop"]:checked+ul label+a {
        display: none;
    }
    /* Change menu item's width to 100% */
    nav ul {
        float: none;
        font-size: 2em;
        text-align: center;
    }
    nav ul li {
        display: block;
        width: 100%;
    }
    nav ul li.current {}
    .menu {
        background-color: transparent;
    }
    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }
    nav ul ul ul a {
        padding: 0 80px;
    }
    nav a:hover,
    nav ul li a:hover,
    nav ul label.toggle:hover,
    nav ul ul ul a {
        background-color: #af2029;
        color: #fff;
        margin: 0;
    }
    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #fff;
        font-size: 1.3em;
    }
    nav ul li ul li .toggle,
    nav ul ul a {
        padding-left: 45px;
    }
    nav ul li ul li.current:before {
        left: 15px;
    }
    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }
    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }
    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
    }
    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }
    .BannerText {
        position: static;
        display: block;
        text-align: center;
		background:#333;
    }
    .BannerText span {
        font-size: 1em;
        padding: 0.5em;
		text-transform:none;
    }
    .BannerText a span {
        margin: 0 0.5em;
    }
    .BannerText span.BannerHeadline {
        font-size: 1.8em;
        border: 0;
        padding: 0.5em;
        max-width: 100%;
		text-transform:uppercase;
    }
    .BrandsMenu div.col-xs-6 {
        padding: 0;
    }
    .btn {
        padding: 0.25em 0.5em;
    }
    .HeaderHolder .btn {
        padding: 0.5em 1em;
    }
    .NeedQuote a.btn {
        margin: 0.25em 0;
    }
}


@media all and (max-width: 350px) {
	.TopPhone span {display:block;}		
}

@media all and (max-width: 330px) {
	
    i.fa-bars {
        margin-left: -30px;
    }
    .Download {
        margin: 10px 0 0 0;
    }
    .Download a {
        font-size: 0.8em;
    }
    nav ul li {
        display: block;
        width: 94%;
    }
    .btn.ArtecContactButton {
        white-space: inherit;
    }
}


/* bron addons */

.row {
    margin-left: 0;
    margin-right: 0;
}


/* ------ venobox.css --------*/

.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vbox-overlay * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.vbox-overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    -webkit-transform: translateZ(1000px);
    transform: translateZ(1000px);
    transform-style: preserve-3d;
}


/* ----- navigation ----- */

.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 0.95em;
    padding: 6px 40px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 1050;
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position: 10px center;
    overflow: hidden;
    font-size: 1.6em;
    line-height: 1;
    text-align: center;
    z-index: 1050;
}

.vbox-num {
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-size: 1em;
    padding: 6px 10px;
    display: none;
    z-index: 1050;
}


/* ----- navigation ARROWS ----- */

.vbox-next,
.vbox-prev {
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 1050;
}

.vbox-next span,
.vbox-prev span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #b6b6b6;
    border-right-color: #b6b6b6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block;
}

.vbox-prev {
    left: 15px;
}

.vbox-next {
    right: 15px;
}

.vbox-prev span {
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.vbox-next span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}


/* ------- inline window ------ */

.vbox-inline {
    width: 420px;
    height: 315px;
    height: 70vh;
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
    text-align: left;
}


/* ------- Video & iFrames window ------ */

.venoframe {
    max-width: 100%;
    width: 100%;
    border: none;
    width: 100%;
    height: 260px;
    height: 70vh;
}

.venoframe.vbvid {
    height: 260px;
}

@media (min-width: 768px) {
    .venoframe,
    .vbox-inline {
        width: 90%;
        height: 360px;
        height: 70vh;
    }
    .venoframe.vbvid {
        width: 640px;
        height: 360px;
    }
}

@media (min-width: 992px) {
    .venoframe,
    .vbox-inline {
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 70vh;
    }
    .venoframe.vbvid {
        width: 960px;
        height: 540px;
    }
}


/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/

.vbox-open {
    overflow: hidden;
}

.vbox-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;
}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}

.vbox-container img {
    max-width: 100%;
    height: auto;
}

.vbox-figlio {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    max-width: 100%;
    text-align: initial;
}

img.vbox-figlio {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.vbox-content.swipe-left {
    margin-left: -200px !important;
}

.vbox-content.swipe-right {
    margin-left: 200px !important;
}

.vbox-animated {
    webkit-transition: margin 300ms ease-out;
    transition: margin 300ms ease-out;
}


/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */

.sk-double-bounce,
.sk-rotating-plane {
    width: 40px;
    height: 40px;
    margin: 40px auto;
}

.sk-rotating-plane {
    background-color: #333;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.sk-double-bounce {
    position: relative;
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child,
.sk-spinner-pulse,
.sk-three-bounce .sk-child {
    background-color: #333;
    border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-wave {
    margin: 40px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.sk-wandering-cubes {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots,
.sk-spinner-pulse {
    width: 40px;
    height: 40px;
    margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.sk-spinner-pulse {
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.sk-chasing-dots {
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-three-bounce {
    margin: 40px auto;
    width: 80px;
    text-align: center;
}

.sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before,
.sk-fading-circle .sk-circle:before {
    display: block;
    border-radius: 100%;
    content: "";
    background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    margin: 0 auto;
    width: 15%;
    height: 15%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 40px auto;
}

.sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.sk-fading-circle {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    margin: 0 auto;
    width: 15%;
    height: 15%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.sk-folding-cube {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/* justified syles */


/*!
 * justifiedGallery - v4.0.0-alpha
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2019 Miro Mannino
 * Licensed under the MIT license.
 */

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
    filter: "alpha(opacity=10)";
    opacity: 0.1;
    margin: 0;
    padding: 0;
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img,
.justified-gallery>figure>a>img,
.justified-gallery>a>svg,
.justified-gallery>div>svg,
.justified-gallery>figure>svg,
.justified-gallery>a>a>svg,
.justified-gallery>div>a>svg,
.justified-gallery>figure>a>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 1;
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption,
.justified-gallery>figure>.caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000000;
    left: 0;
    right: 0;
    margin: 0;
    color: white;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
}

.justified-gallery>a>.caption.caption-visible,
.justified-gallery>div>.caption.caption-visible,
.justified-gallery>figure>.caption.caption-visible {
    display: initial;
    filter: "alpha(opacity=70)";
    opacity: 0.7;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.justified-gallery>.jg-entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: none;
}

.justified-gallery>.jg-entry-visible>img,
.justified-gallery>.jg-entry-visible>a>img,
.justified-gallery>.jg-entry-visible>svg,
.justified-gallery>.jg-entry-visible>a>svg {
    filter: "alpha(opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    -o-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.justified-gallery>.jg-filtered {
    display: none;
}

.justified-gallery>.spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial;
}

.justified-gallery>.spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    background-color: #000;
    border-radius: 6px;
}

@media screen and (max-width:1024px) {

    .docs-header h1 {
        font-size: 1.25em;
    }
    .docs-header h2 {
        font-size: 1.1em;
        line-height: 115%;
    }
}