.astero { width: 100%; background: none; position: relative; color: #222; font-size: 13px; font-weight: 300; line-height: 1.5; word-wrap: normal; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.astero a, .astero a:hover { text-decoration: none !important; outline: none; color: inherit; }
.astero ul, .astero li { list-style: none; padding: 0; margin: 0; }
.astero span { display: inline; }
.astero .margin10 { margin-bottom: 10px; }
.astero .margin20 { margin-bottom: 20px; }
.astero .margin30 { margin-bottom: 30px; }
.astero .small-font-size, .astero .astero-details li { font-size: 0.8em; margin: 0; padding: 0; }
.astero .hide-for-small, .astero .hide, .astero .astero-full.astero-eq-xsmall .astero-eq-xsmall-hide, .astero .astero-full.astero-eq-small .astero-eq-small-hide, .astero .astero-full.astero-eq-medium .astero-eq-medium-hide { display: none !important; }
.astero .astero-background { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; overflow: hidden; background: #fff; }
.astero .astero-background video { position: absolute; min-width: 100%; min-height: 100%; max-width: none; max-height: none; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.astero .astero-background img { min-height: 100%; min-width: 1024px; width: 100%; height: auto; top: -50%; left: -50%; position: absolute; }
.astero .astero-background iframe { position: absolute; max-width: none; max-height: none; left: -1px; top: 0; }
.astero .astero-background iframe .controls, .astero .astero-background iframe .sidedock { display: none; }
.astero .astero-small { padding: 20px 30px 40px; position: relative; z-index: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 0.2s; transition: all 0.2s; }
.astero .astero-small .astero-temp { font-size: 8em; line-height: 1; margin-bottom: 1em; }
.astero .astero-small .astero-code { font-size: 3em; line-height: 1.5; }
.astero .astero-small .astero-condition { font-size: 0.9em; }
.astero .astero-small .astero-loading { padding-top: 3px; }
.astero .astero-small .astero-location { font-size: 1.7em; }
.astero .astero-small, .astero .astero-large { background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
.astero .astero-location, .astero .astero-fc-condition { text-transform: uppercase; }
.astero .astero-condition { text-transform: capitalize; }
.astero .astero-more, .astero .astero-more-placeholder { left: 30px; bottom: 27px; position: absolute; }
.astero .astero-more:hover .asterofont-dot:before, .astero .astero-loading .asterofont-dot:before { position: relative; -webkit-animation: jump 1s infinite; animation: jump 1s infinite; }
.astero .astero-more:hover span:nth-child(2).asterofont-dot:before, .astero .astero-loading span:nth-child(2).asterofont-dot:before { -webkit-animation-delay: 200ms; animation-delay: 200ms; }
.astero .astero-more:hover span:nth-child(3).asterofont-dot:before, .astero .astero-loading span:nth-child(3).asterofont-dot:before { -webkit-animation-delay: 400ms; animation-delay: 400ms; }
.astero .astero-search { position: absolute; right: 30px; bottom: 27px; width: 1.01em; }
.astero .astero-form { position: absolute; width: 100%; height: 100%; visibility: hidden; opacity: 0; left: 0; top: 0; padding: 20px 30px; font-size: 2em; }
.astero .astero-form form { -webkit-backface-visibility: hidden; position: relative; top: 50%; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.astero .astero-form form button { background: transparent; border: none; position: relative; font-size: inherit; color: inherit; }
.astero .astero-form form button:focus { outline: none; }
.astero .astero-form input { width: 220px; max-width: 100%; }
.astero .astero-form input::-webkit-input-placeholder { color: #aaa; }
.astero .astero-form input:-moz-placeholder { color: #aaa; opacity: 1; }
.astero .astero-form input::-moz-placeholder { color: #aaa; opacity: 1; }
.astero .astero-form input:-ms-input-placeholder { color: #aaa; }
.astero .astero-form select { width: auto; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.astero .astero-form select option { color: #000; background: #fff; }
.astero .astero-form select::-ms-expand { display: none; }
.astero .astero-form input, .astero .astero-form select { display: inline-block; border: none; border-bottom: 1px solid #000; background: transparent; text-align: center; box-shadow: none; background-image: none; color: #aaa; font-size: inherit; border-radius: 0; padding: 1px 0; margin: 0; line-height: normal; }
.astero .astero-form input:focus, .astero .astero-form select:focus { outline: none; }
.astero .astero-form .astero-closeform { position: absolute; right: 15px; line-height: 1; top: 10px; font-size: 2em; }
.astero .astero-form .astero-closeform:hover { -webkit-animation: scaleUp 0.5s; animation: scaleUp 0.5s; }
.astero .astero-search .astero-searchicon, .astero .astero-form form button .astero-searchicon { position: relative; }
.astero .astero-search .astero-searchicon:after, .astero .astero-form form button .astero-searchicon:after { content: "\e623"; font-family: 'astero'; opacity: 0; top: 0; left: 0; position: absolute; width: 100%; }
.astero .astero-search:hover .astero-searchicon:before, .astero .astero-form form button:hover .astero-searchicon:before { transform: rotate(180deg); opacity: 0; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.astero .astero-search:hover .astero-searchicon:after, .astero .astero-form form button:hover .astero-searchicon:after { opacity: 1; -webkit-transition: opacity 1s ease; transition: opacity 1s ease; }
.astero .astero-full .astero-search { top: 30px; }
.astero.astero-img .astero-form input::-webkit-input-placeholder { color: #fff; }
.astero.astero-img .astero-form input:-moz-placeholder { color: #fff; opacity: 1; }
.astero.astero-img .astero-form input::-moz-placeholder { color: #fff; opacity: 1; }
.astero.astero-img .astero-form input:-ms-input-placeholder { color: #fff; }
.astero.astero-img .astero-form input, .astero.astero-img .astero-form select { color: #fff; border-bottom-color: #fff; }
.astero.astero-openform .astero-form { z-index: 10; visibility: visible; opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s; }
.astero.astero-openform .astero-small, .astero.astero-openform .astero-full { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s; }
.astero .astero-credit { font-size: 0.8em; }
.astero .astero-small .astero-credit { padding-top: 10px; }
.astero .astero-fixed { width: 100%; height: 100%; top: 0; left: 0; z-index: 102; position: fixed; overflow-y: scroll; visibility: hidden; }
.astero .astero-fixed .astero-details { margin-bottom: 20px !important; }
.astero .astero-fixed .astero-details li { font-size: 0.9em; }
.astero .astero-fixed .astero-large-container { width: 100%; height: 100%; display: table; }
.astero .astero-fixed .astero-content { display: table-cell; vertical-align: middle; position: relative; }
.astero .astero-fixed .astero-inner { max-width: 960px; margin: auto; opacity: 0; -webkit-transform: scale(0.9); transform: scale(0.9); }
.astero .astero-fixed .astero-close { position: absolute; right: 10px; line-height: 1; top: -10px; font-size: 3em; }
.astero .astero-fixed .astero-close:hover { -webkit-animation: scaleUp 0.5s; animation: scaleUp 0.5s; }
.astero .astero-full { position: relative; width: 100%; height: 100%; }
.astero .astero-full.astero-eq-xsmall { padding: 1.5em; }
.astero .astero-full.astero-eq-xsmall .astero-temp { font-size: 4.5em; }
.astero .astero-full.astero-eq-xsmall .astero-details { display: block; padding: 0; margin: 0 -0.625rem 10px; }
.astero .astero-full.astero-eq-xsmall .astero-details:before, .astero .astero-full.astero-eq-xsmall .astero-details:after { content: " "; display: table; }
.astero .astero-full.astero-eq-xsmall .astero-details:after { clear: both; }
.astero .astero-full.astero-eq-xsmall .astero-details > li { display: block; height: auto; float: left; }
.astero .astero-full.astero-eq-xsmall .astero-details > li { width: 100%; list-style: none; }
.astero .astero-full.astero-eq-xsmall .astero-details > li:nth-of-type(1n) { clear: none; }
.astero .astero-full.astero-eq-xsmall .astero-details > li:nth-of-type(1n+1) { clear: both; }
.astero .astero-full.astero-eq-xsmall .astero-icon { margin-bottom: 20px; }
.astero .astero-full.astero-eq-xsmall .astero-credit, .astero .astero-full.astero-eq-small .astero-credit { margin: 15px 0 5px; }
.astero .astero-full.astero-eq-medium .astero-details, .astero .astero-full.astero-eq-medium .astero-fc ul { display: block; padding: 0; margin: 0 -0.625rem 10px; }
.astero .astero-full.astero-eq-medium .astero-details:before, .astero .astero-full.astero-eq-medium .astero-details:after, .astero .astero-full.astero-eq-medium .astero-fc ul:before, .astero .astero-full.astero-eq-medium .astero-fc ul:after { content: " "; display: table; }
.astero .astero-full.astero-eq-medium .astero-details:after, .astero .astero-full.astero-eq-medium .astero-fc ul:after { clear: both; }
.astero .astero-full.astero-eq-medium .astero-details > li, .astero .astero-full.astero-eq-medium .astero-fc ul > li { display: block; height: auto; float: left; }
.astero .astero-full.astero-eq-medium .astero-details > li, .astero .astero-full.astero-eq-medium .astero-fc ul > li { width: 25%; list-style: none; }
.astero .astero-full.astero-eq-medium .astero-details > li:nth-of-type(1n), .astero .astero-full.astero-eq-medium .astero-fc ul > li:nth-of-type(1n) { clear: none; }
.astero .astero-full.astero-eq-medium .astero-details > li:nth-of-type(4n+1), .astero .astero-full.astero-eq-medium .astero-fc ul > li:nth-of-type(4n+1) { clear: both; }
.astero .astero-full.astero-eq-medium .astero-eq-medium-12 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }
.astero .astero-full.astero-eq-large .astero-details, .astero .astero-full.astero-eq-large .astero-fc ul { display: block; padding: 0; margin: 0 -0.625rem 10px; }
.astero .astero-full.astero-eq-large .astero-details:before, .astero .astero-full.astero-eq-large .astero-details:after, .astero .astero-full.astero-eq-large .astero-fc ul:before, .astero .astero-full.astero-eq-large .astero-fc ul:after { content: " "; display: table; }
.astero .astero-full.astero-eq-large .astero-details:after, .astero .astero-full.astero-eq-large .astero-fc ul:after { clear: both; }
.astero .astero-full.astero-eq-large .astero-details > li, .astero .astero-full.astero-eq-large .astero-fc ul > li { display: block; height: auto; float: left; }
.astero .astero-full.astero-eq-large .astero-details > li, .astero .astero-full.astero-eq-large .astero-fc ul > li { width: 16.66667%; list-style: none; }
.astero .astero-full.astero-eq-large .astero-details > li:nth-of-type(1n), .astero .astero-full.astero-eq-large .astero-fc ul > li:nth-of-type(1n) { clear: none; }
.astero .astero-full.astero-eq-large .astero-details > li:nth-of-type(6n+1), .astero .astero-full.astero-eq-large .astero-fc ul > li:nth-of-type(6n+1) { clear: both; }
.astero .astero-full.astero-eq-medium .astero-fc, .astero .astero-full.astero-eq-large .astero-fc { text-align: center; }
.astero .astero-full.astero-eq-large .astero-credit, .astero .astero-full.astero-eq-medium .astero-credit { text-align: right; }
.astero .astero-large { padding: 30px 30px 20px; }
.astero .astero-large .astero-temp { font-size: 7em; line-height: 1; }
.astero .astero-large .astero-date { font-size: 0.8em; }
.astero .astero-large .astero-fc { padding-top: 2em; border-top: 2px solid; }
.astero .astero-large .astero-fc li { margin: 0; }
.astero .astero-large .astero-details li { padding-left: 0; }
.astero.radius, .astero.radius .astero-background { border-radius: 4px; }
.astero.astero-img { color: #fff; }
.astero.astero-img a, .astero.astero-img a:hover { color: #fff; }
.astero.astero-img .astero-background { background: #000 no-repeat top left; background: no-repeat center center fixed \0; background-size: cover; }
.astero.astero-img .astero-background.astero-i-sun { background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/imgs/sun.jpg); }
.astero.astero-img .astero-background.astero-i-night { background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/imgs/night.jpg); }
.astero.astero-img .astero-background.astero-i-clouds { background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/imgs/clouds.jpg); }
.astero.astero-img .astero-background.astero-i-rain { background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/imgs/rain.jpg); }
.astero.astero-img .astero-background.astero-i-thunderstorm { background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/imgs/thunderstorm.jpg); }
.astero.astero-img .astero-background.astero-i-snow { background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/imgs/snow.jpg); }
.astero.astero-img .astero-background.astero-i-fog { background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/imgs/fog.jpg); }
.astero.open .astero-background { position: fixed; border-radius: 0; z-index: 1000; }
.astero.open .astero-fixed { visibility: visible; z-index: 1001; }
.astero.open .astero-fixed .astero-inner { opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.4s, opacity 0.4s; transition: transform 0.4s, opacity 0.4s; }
.astero *, .astero *:before, .astero *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.astero-noscroll { position: fixed; overflow-y: hidden; width: 100%; }
@-webkit-keyframes jump { 0% { top: -5px; }
25% { top: 2px; }
35% { top: -3px; }
45% { top: 1px; }
50% { top: 0; }
100% { top: 0; } }
@keyframes jump { 0% { top: -5px; }
25% { top: 2px; }
35% { top: -3px; }
45% { top: 1px; }
50% { top: 0; }
100% { top: 0; } }
@-webkit-keyframes scaleUp { 80% { opacity: 0; -webkit-transform: scale(2); }
100% { opacity: 0; -webkit-transform: scale(2); } }
@keyframes scaleUp { 80% { opacity: 0; transform: scale(2); }
100% { opacity: 0; transform: scale(2); } } .astero-row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: none; }
.astero-row:before, .astero-row:after { content: " "; display: table; }
.astero-row:after { clear: both; }
.astero-row .astero-row { width: auto; margin-left: -0.9375rem; margin-right: -0.9375rem; margin-top: 0; margin-bottom: 0; max-width: none; }
.astero-row .astero-row:before, .astero-row .astero-row:after { content: " "; display: table; }
.astero-row .astero-row:after { clear: both; }
.astero-small-2, .astero .astero-full.astero-eq-small .astero-eq-small-2 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 16.66667%; float: left; }
.astero-small-3, .astero .astero-full.astero-eq-small .astero-eq-small-3 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; }
.astero-small-4, .astero .astero-full.astero-eq-small .astero-eq-small-4 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; }
.astero-small-8 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; float: left; }
[class*="blck-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; }
[class*="blck-grid-"]:before, [class*="blck-grid-"]:after { content: " "; display: table; }
[class*="blck-grid-"]:after { clear: both; }
[class*="blck-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; }
.astero-small-blck-grid-1, .astero-full.astero-eq-xsmall .astero-details { display: block; padding: 0; margin: 0 -0.625rem; }
.astero-small-blck-grid-1:before, .astero-small-blck-grid-1:after, .astero-full.astero-eq-xsmall .astero-details:before, .astero-full.astero-eq-xsmall .astero-details:after { content: " "; display: table; }
.astero-small-blck-grid-1:after, .astero-full.astero-eq-xsmall .astero-details:after { clear: both; }
.astero-small-blck-grid-1 > li, .astero-full.astero-eq-xsmall .astero-details > li { display: block; height: auto; float: left; }
.astero-small-blck-grid-1 > li, .astero-full.astero-eq-xsmall .astero-details > li { width: 100%; list-style: none; }
.astero-small-blck-grid-1 > li:nth-of-type(1n), .astero-full.astero-eq-xsmall .astero-details > li:nth-of-type(1n) { clear: none; }
.astero-small-blck-grid-1 > li:nth-of-type(1n+1), .astero-full.astero-eq-xsmall .astero-details > li:nth-of-type(1n+1) { clear: both; }
.astero-small-blck-grid-2 { display: block; padding: 0; margin: 0 -0.625rem; }
.astero-small-blck-grid-2:before, .astero-small-blck-grid-2:after { content: " "; display: table; }
.astero-small-blck-grid-2:after { clear: both; }
.astero-small-blck-grid-2 > li { display: block; height: auto; float: left; }
.astero-small-blck-grid-2 > li { width: 50%; list-style: none; }
.astero-small-blck-grid-2 > li:nth-of-type(1n) { clear: none; }
.astero-small-blck-grid-2 > li:nth-of-type(2n+1) { clear: both; }
@media only screen and (min-width: 40.063em) { .astero .hide-for-small { display: inherit !important; }
.astero .astero-medium-12 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }
.astero .astero-medium-blck-grid-4 { display: block; padding: 0; margin: 0 -0.625rem; }
.astero .astero-medium-blck-grid-4:before, .astero .astero-medium-blck-grid-4:after { content: " "; display: table; }
.astero .astero-medium-blck-grid-4:after { clear: both; }
.astero .astero-medium-blck-grid-4 > li { display: block; height: auto; float: left; }
.astero .astero-medium-blck-grid-4 > li { width: 25%; list-style: none; }
.astero .astero-medium-blck-grid-4 > li:nth-of-type(1n) { clear: none; }
.astero .astero-medium-blck-grid-4 > li:nth-of-type(4n+1) { clear: both; }
.astero .astero-medium-blck-grid-6 { display: block; padding: 0; margin: 0 -0.625rem; }
.astero .astero-medium-blck-grid-6:before, .astero .astero-medium-blck-grid-6:after { content: " "; display: table; }
.astero .astero-medium-blck-grid-6:after { clear: both; }
.astero .astero-medium-blck-grid-6 > li { display: block; height: auto; float: left; }
.astero .astero-medium-blck-grid-6 > li { width: 16.66667%; list-style: none; }
.astero .astero-medium-blck-grid-6 > li:nth-of-type(1n) { clear: none; }
.astero .astero-medium-blck-grid-6 > li:nth-of-type(6n+1) { clear: both; }
.astero .astero-fixed .astero-temp { font-size: 10em; }
.astero .astero-fixed .astero-fc-icon { font-size: 3em; line-height: 2; }
.astero .astero-fixed .astero-condition, .astero .astero-fixed .astero-details-icon, .astero .astero-fixed .astero-code { font-size: 2em; line-height: 1; }
.astero .astero-large .astero-icon { margin-bottom: 50px; }
.astero .astero-large:not(.astero-eq-small) .astero-details li { padding-left: 0.625rem; }
.astero .astero-small .astero-credit { float: right; }
}
@media only screen and (min-width: 64.063em) { .astero .astero-large-3 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; }
.astero .astero-large-9 { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; }
.astero .astero-large .astero-location, .astero .astero-large .astero-fc-temp { font-size: 1.5em; }
.astero .astero-large .astero-fc-date { font-size: 1.1em; }
.astero .astero-large .astero-close { font-size: 6em; }
.astero .astero-large .astero-fc { text-align: center; }
} @font-face { font-family: "astero"; src: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/font/astero.eot); font-weight: normal; font-style: normal; }
@font-face { font-family: 'astero'; src: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/font/astero.eot); src: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/font/astero.eot?#iefix) format("embedded-opentype"), url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/font/astero.woff) format("woff"), url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/font/astero.ttf) format("truetype"), url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/astero/public/font/astero.svg) format("svg"); font-weight: normal; font-style: normal; }
.asterofont { font-family: 'astero'; display: inline-block; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
[class^="asterofont-"]:before, [class*=" asterofont-"]:before { font-family: "astero"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.asterofont-sunrise:before { content: "\e600"; }
.asterofont-sunset:before { content: "\e601"; }
.asterofont-windy:before { content: "\46"; }
.asterofont-heavy-cloud:before { content: "\59"; }
.asterofont-thermometer:before { content: "\e622"; }
.asterofont-location:before { content: "\e623"; }
.asterofont-droplet:before { content: "\e625"; }
.asterofont-droplets:before { content: "\e626"; }
.asterofont-dot:before { content: "\e627"; }
.asterofont-search:before { content: "\e602"; } @media \0screen { .astero-row, [class*=large-blck-grid-] { *zoom: 1; }
.astero-row:before, .astero-row:after, [class*=large-blck-grid-]:before, [class*=large-blck-grid-]:after, [class*=small-blck-grid-]:before, [class*=small-blck-grid-]:after { content: " "; display: table; }
.astero-row:after, [class*=large-blck-grid-]:after, [class*=small-blck-grid-]:after { clear: both; }
.astero-large-3 { width: 25%; }
.astero-large-9 { width: 75%; }
.astero-medium-12 { width: 100%; }
.astero-large-blck-grid-3, .astero-large-blck-grid-9, .astero-small-blck-grid-1, .astero-small-blck-grid-2, .astero-medium-blck-grid-6 { list-style: none; }
.astero-large-blck-grid-3 > li, .astero-large-blck-grid-9 > li, .astero-small-blck-grid-1 > li, .astero-small-blck-grid-2 > li, .astero-medium-blck-grid-6 > li { float: left; padding: 0 0.625rem 0.625rem; }
.astero-large-blck-grid-3 > li, .small-block-grid-3 > li { width: 33.33333%; }
.astero-large-blck-grid-9 > li { width: 11.11111%; }
.astero-medium-blck-grid-6 > li { width: 16.66667%; }
.astero-large-blck-grid-2 > li:first-child + li, .astero-medium-blck-grid-6 > li:first-child + li + li + li + li + li, .astero-large-blck-grid-9 > li:first-child + li + li + li + li + li + li + li + li { float: right; }
.astero-large-blck-grid-2 > li:first-child + li + li, .astero-medium-blck-grid-6 > li:first-child + li + li + li + li + li + li, .astero-large-blck-grid-9 > li:first-child + li + li + li + li + li + li + li + li + li { clear: both; }
.hide-for-small { display: block !important; }
.astero-fc { text-align: center; }
.asterofont, [class^="asterofont-"]:before, [class*=" asterofont-"]:before { display: inline; }
.astero-form form { margin-top: -4.5em; }
.astero-form button { display: inline; }
.astero-search .astero-searchicon:after, .astero-form button .astero-searchicon:after { display: none; } }
}#astero36147 {border-style: solid;border-width: 2px;border-color: #2d7f27;color: #ffffff;font-size: 16px;}#astero36147 a, #astero36147 a:hover { color: #ffffff;}#astero36147.astero-img .astero-background.astero-i-sun{background-image: url(http://videbækegnensjagt.dk/wp-content/uploads/2015/11/1.jpg);}#astero36147.astero-img .astero-background.astero-i-night{background-image: url(http://videbækegnensjagt.dk/wp-content/uploads/2015/11/4.jpg);}#astero36147.astero-img .astero-background.astero-i-clouds{background-image: url(http://videbækegnensjagt.dk/wp-content/uploads/2015/11/vejr.jpg);}#astero36147.astero-img .astero-background.astero-i-rain{background-image: url(http://videbækegnensjagt.dk/wp-content/uploads/2015/11/2.jpg);}#astero36147.astero-img .astero-background.astero-i-fog{background-image: url(http://videbækegnensjagt.dk/wp-content/uploads/2015/11/3.jpg);}#astero36147 .astero-form input, #astero36147 .astero-form select{border-bottom-color: #ffffff;}#astero36147 .astero-form input, #astero36147 .astero-form select{color: #ffffff;}#astero36147 .astero-form input::-webkit-input-placeholder{color: #ffffff;}#astero36147 .astero-form input:-moz-placeholder{color: #ffffff;}#astero36147 .astero-form input::-moz-placeholder{color: #ffffff;}#astero36147 .astero-form input:-ms-input-placeholder{color: #ffffff;}.ls-container {
visibility: hidden;
position: relative;
max-width: 100%;
}
.ls-inner {
position: relative;
width: 100%;
height: 100%;
background-position: center center;
z-index: 30;
}
.ls-wp-fullwidth-container {
width: 100%;
position: relative;
}
.ls-wp-fullwidth-helper {
position: absolute;
} .ls-layers,
.ls-slide-backgrounds,
.ls-slide-effects,
.ls-background-videos,
.ls-bg-video-overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
overflow: hidden;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-wrapper {
padding: 0 !important;
visibility: visible !important;
border: 0 !important;
z-index: 1;
}
.ls-background-videos {
z-index: 1;
}
.ls-bg-video-overlay {
z-index: 21;
background-repeat: repeat;
background-position: center center;
}
.ls-slide-backgrounds {
z-index: 2;
}
.ls-slide-effects {
z-index: 4;
}
.ls-layers {
z-index: 35;
}
.ls-parallax,
.ls-in-out,
.ls-z {
position: absolute !important;
}
.ls-parallax,
.ls-z {
width: 0 !important;
height: 0 !important;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
display: block !important;
overflow: visible !important;
}
.ls-in-out {
display: none;
}
.ls-loop, .ls-clip {
position: absolute !important;
display: block !important;
}
.ls-parallax,
.ls-in-out,
.ls-loop,
.ls-z {
background: none !important;
}
.ls-parallax,
.ls-bg-wrap,
.ls-loop {
margin: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer
.ls-wrapper > .ls-bg {
line-height: normal;
white-space: nowrap;
word-wrap: normal;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.ls-wrapper > .ls-layer,
.ls-wrapper > a > .ls-layer {
position: static !important;
display: block !important;
-o-transform: translateZ(1px);
-ms-transform: translateZ(1px);
-moz-transform: translateZ(1px);
-webkit-transform: translateZ(1px);
transform: translateZ(1px);
}
.ls-bg-wrap,
.ls-bg-outer {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.ls-bg-wrap {
display: none;
}
.ls-bg-outer {
overflow: hidden !important;
}
.ls-wrapper > a.ls-layer-link {
cursor: pointer !important;
display: block !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 10;
-o-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-webkit-transform: translateZ(100px);
transform: translateZ(100px);
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
}  .ls-gui-element {
z-index: 40;
text-decoration: none !important;
}
.ls-loading-container {
position: absolute !important;
display: none;
left: 50% !important;
top: 50% !important;
}
.ls-loading-indicator {
margin: 0 auto;
} .ls-media-unmute {
visibility: hidden;
position: absolute;
left: 16px;
top: 16px;
width: 30px;
height: 30px;
cursor: pointer;
opacity: .65;
}
.ls-media-unmute-active {
visibility: visible;
}
.ls-media-unmute-bg {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 30px;
border: 0 solid white;
transform: scale(0.1);
background: rgba(0,0,0,.25);
box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.ls-icon-muted, .ls-icon-unmuted {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
transform: scale(0.1);
}
.ls-media-unmute-active .ls-media-unmute-bg {
border: 2px solid white;
}
.ls-media-unmute-active .ls-icon-muted,
.ls-media-unmute-active .ls-icon-unmuted,
.ls-media-unmute-active .ls-media-unmute-bg {
transform: scale(1) !important;
}
.ls-icon-muted {
background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/LayerSlider/static/layerslider/img/icon-muted-white.png);
opacity: 1;
}
.ls-icon-unmuted {
background-image: url(//xn--videbkegnensjagt-yob.dk/wp-content/plugins/LayerSlider/static/layerslider/img/icon-unmuted-white.png);
opacity: 0;
}
.ls-media-unmute:hover {
opacity: 1;
}
.ls-media-unmute:hover .ls-icon-muted {
opacity: 0;
}
.ls-media-unmute:hover .ls-icon-unmuted {
opacity: 1;
}
.ls-media-unmute-bg,
.ls-icon-unmuted,
.ls-media-unmute,
.ls-icon-muted {
transition: all .3s ease-in-out !important;
} .ls-bottom-slidebuttons {
text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
height: 0;
position: relative;
text-align: center;
margin: 0 auto;
}
.ls-below-thumbnails {
display: none;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
outline: none;
}
.ls-bottom-slidebuttons {
position: relative;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
position: relative;
}
.ls-nothumb {
text-align: center !important;
}
.ls-link,
.ls-link:hover {
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
}
.ls-link {
display: none;
}
.ls-link-on-top {
z-index: 999999 !important;
}
.ls-link, .ls-wrapper > a > * {
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
visibility: hidden;
} .ls-bar-timer {
position: absolute;
width: 0;
height: 2px;
background: white;
border-bottom: 2px solid #555;
opacity: .55;
top: 0;
}
.ls-circle-timer {
width: 16px;
height: 16px;
position: absolute;
right: 10px;
top: 10px;
opacity: .65;
display: none;
}
.ls-container .ls-circle-timer,
.ls-container .ls-circle-timer * {
box-sizing: border-box !important;
}
.ls-ct-half {
border: 4px solid white;
}
.ls-ct-left,
.ls-ct-right {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
position: absolute;
}
.ls-ct-left {
left: 0;
}
.ls-ct-right {
left: 50%;
}
.ls-ct-rotate {
width: 200%;
height: 100%;
position: absolute;
top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
right: 0;
}
.ls-ct-hider,
.ls-ct-half {
position: absolute;
top: 0;
}
.ls-ct-hider {
width: 50%;
height: 100%;
overflow: hidden;
}
.ls-ct-half {
width: 200%;
height: 100%;
}
.ls-ct-center {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
border: 4px solid black;
opacity: 0.2;
}
.ls-ct-half,
.ls-ct-center {
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
}
.ls-slidebar-container {
margin: 10px auto;
}
.ls-slidebar-container,
.ls-slidebar {
position: relative;
}
.ls-progressbar,
.ls-slidebar-slider-container {
position: absolute;
left: 0;
top: 0;
}
.ls-progressbar {
width: 0;
height: 100%;
z-index: 1;
}
.ls-slidebar-slider-container {
z-index: 2;
}
.ls-slidebar-slider {
position: static !important;
cursor: pointer;
} .ls-slidebar {
height: 10px;
background-color: #ddd;
}
.ls-slidebar,
.ls-progressbar {
border-radius: 10px;
}
.ls-progressbar {
background-color: #bbb;
}
.ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-slider {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #999;
} .ls-slidebar-light .ls-slidebar {
height: 8px;
background-color: white;
border: 1px solid #ddd;
border-top: 1px solid #ccc;
}
.ls-slidebar-light .ls-slidebar,
.ls-slidebar-light .ls-progressbar {
border-radius: 10px;
}
.ls-slidebar-light .ls-progressbar {
background-color: #eee;
}
.ls-slidebar-light .ls-slidebar-slider-container {
top: 50%;
}
.ls-slidebar-light .ls-slidebar-slider {
width: 18px;
height: 18px;
border-radius: 20px;
background-color: #eee;
border: 1px solid #bbb;
border-top: 1px solid #ccc;
border-bottom: 1px solid #999;
} .ls-tn {
display: none !important;
}
.ls-thumbnail-hover {
display: none;
position: absolute;
left: 0;
}
.ls-thumbnail-hover-inner {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
display: none;
}
.ls-thumbnail-hover-bg {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-thumbnail-hover-img {
position: absolute;
overflow: hidden;
}
.ls-thumbnail-hover img {
max-width: none !important;
position: absolute;
display: inline-block;
visibility: visible !important;
left: 50%;
top: 0;
}
.ls-thumbnail-hover span {
left: 50%;
top: 100%;
width: 0;
height: 0;
display: block;
position: absolute;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
position: relative;
width: 100%;
margin: 0 auto;
}
.ls-thumbnail {
position: relative;
margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
width: 100%;
}
.ls-thumbnail-slide-container {
overflow: hidden !important;
position: relative;
}
.ls-thumbnail-slide {
text-align: center;
white-space: nowrap;
float: left;
position: relative;
}
.ls-thumbnail-slide a {
overflow: hidden;
display: inline-block;
width: 0;
height: 0;
position: relative;
}
.ls-thumbnail-slide img {
max-width: none !important;
max-height: 100% !important;
height: 100%;
visibility: visible !important;
}
.ls-touchscroll {
overflow-x: auto !important;
} .ls-shadow {
display: none;
position: absolute;
z-index: 10 !important;
top: 100%;
width: 100%;
left: 0;
overflow: hidden !important;
visibility: hidden;
}
.ls-shadow img {
width: 100% !important;
height: auto !important;
position: absolute !important;
left: 0 !important;
bottom: 0 !important;
} .ls-media-layer {
overflow: hidden;
}
.ls-vpcontainer,
.ls-videopreview {
width : 100%;
height : 100%;
position : absolute;
left : 0;
top : 0;
cursor : pointer;
}
.ls-videopreview {
background-size: cover;
background-position: center center;
}
.ls-videopreview {
z-index: 1;
}
.ls-playvideo {
position: absolute;
left: 50%;
top: 50%;
cursor: pointer;
z-index: 2;
}
.ls-autoplay .ls-playvideo {
display: none !important;
} .ls-forcehide {
display: none !important;
} .ls-yourlogo {
position: absolute;
z-index: 50;
}  .ls-slide-transition-wrapper {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-wrapper * {
text-align: left !important;
}
.ls-slide-transition-tile {
position: relative;
float: left;
}
.ls-slide-transition-tile img {
visibility: visible;
margin: 0 !important;
}
.ls-curtiles {
overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.ls-curtile, .ls-nexttile {
overflow: hidden;
width: 100% !important;
height: 100% !important;
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-moz-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.ls-nexttile {
display: none;
}
.ls-3d-container {
position: relative;
overflow: visible !important;
-ms-perspective: none !important;
-moz-perspective: none !important;
-webkit-perspective: none !important;
perspective: none !important;
}
.ls-3d-box {
position: absolute;
}
.ls-3d-box div {
overflow: hidden;
margin: 0;
padding: 0;
position: absolute;
background-color: #888;
}
.ls-3d-box .ls-3d-top,
.ls-3d-box .ls-3d-bottom {
background-color: #555;
}
.ls-slide-transition-wrapper,
.ls-slide-transition-tile {
-ms-perspective: 1500px;
-moz-perspective: 1500px;
-webkit-perspective: 1500px;
perspective: 1500px;
}
.ls-slide-transition-tile,
.ls-3d-box,
.ls-curtiles,
.ls-nexttiles {
-ms-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ls-curtile,
.ls-nexttile,
.ls-3d-box,
.ls-3d-box div {
-ms-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
} .ls-visible {
overflow: visible !important;
}
.ls-unselectable {
user-select: none;
-o-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
.ls-overflow-hidden {
overflow: hidden;
}
.ls-overflowx-hidden {
overflow-x: hidden;
}
.ls-overflow-visible {
overflow: visible !important;
}
.ls-overflowy-hidden {
overflow-y: hidden;
}
.ls-hidden {
width: 0px !important;
height: 0px !important;
position: absolute;
left: -5000px;
top: -5000px;
z-index: -1;
overflow: hidden !important;
visibility: hidden !important;
display: block !important;
}
.ls-slide {
display: block !important;
visibility: hidden !important;
position: absolute !important;
overflow: hidden;
top: 0 !important;
left: 0 !important;
bottom: auto !important;
right: auto !important;
background: none;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.ls-slide > .ls-layer,
.ls-slide > .ls-l,
.ls-slide > .ls-bg,
.ls-slide > a > .ls-layer,
.ls-slide > a > .ls-l,
.ls-slide > a > .ls-bg {
position: absolute !important;
white-space: nowrap;
}
.ls-fullscreen {
margin: 0 !important;
padding: 0 !important;
width: auto !important;
height: auto !important;
}
.ls-fullscreen .ls-container {
background-color: black;
margin: 0 auto !important;
}
.ls-fullscreen .ls-fullscreen-wrapper {
width: 100% !important;
height: 100% !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background-color: black;
overflow: hidden !important;
position: relative !important;
}
.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%,-50%) !important;
}
.ls-layer .split-item {
font-weight: inherit !important;
font-family: inherit !important;
font-size: inherit;
color: inherit;
} html .ls-nav-prev,
body .ls-nav-prev,
#ls-global .ls-nav-prev,
html .ls-nav-next,
body .ls-nav-next,
#ls-global .ls-nav-next,
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img,
html .ls-bottom-nav-wrapper a,
body .ls-bottom-nav-wrapper a,
#ls-global .ls-bottom-nav-wrapper a,
html .ls-container .ls-fullscreen,
body .ls-container .ls-fullscreen,
#ls-global .ls-container .ls-fullscreen,
html .ls-thumbnail a,
body .ls-thumbnail a,
#ls-global .ls-thumbnail a {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
border: 0;
}
html .ls-wrapper > a,
body .ls-wrapper > a,
#ls-global .ls-wrapper > a,
html .ls-wrapper > p,
body .ls-wrapper > p,
#ls-global .ls-wrapper > p,
html .ls-wrapper > h1,
body .ls-wrapper > h1,
#ls-global .ls-wrapper > h1,
html .ls-wrapper > h2,
body .ls-wrapper > h2,
#ls-global .ls-wrapper > h2,
html .ls-wrapper > h3,
body .ls-wrapper > h3,
#ls-global .ls-wrapper > h3,
html .ls-wrapper > h4,
body .ls-wrapper > h4,
#ls-global .ls-wrapper > h4,
html .ls-wrapper > h5,
body .ls-wrapper > h5,
#ls-global .ls-wrapper > h5,
html .ls-wrapper > img,
body .ls-wrapper > img,
#ls-global .ls-wrapper > img,
html .ls-wrapper > div,
body .ls-wrapper > div,
#ls-global .ls-wrapper > div,
html .ls-wrapper > span,
body .ls-wrapper > span,
#ls-global .ls-wrapper > span,
html .ls-wrapper .ls-bg,
body .ls-wrapper .ls-bg,
#ls-global .ls-wrapper .ls-bg,
html .ls-wrapper .ls-layer,
body .ls-wrapper .ls-layer,
#ls-global .ls-wrapper .ls-layer,
html .ls-slide .ls-layer,
body .ls-slide .ls-layer,
#ls-global .ls-slide .ls-layer,
html .ls-slide a .ls-layer,
body .ls-slide a .ls-layer,
#ls-global .ls-slide a .ls-layer {
transition: none;
-ms-transition: none;
-webkit-transition: none;
line-height: normal;
outline: none;
padding: 0;
margin: 0;
border-width: 0;
}
html .ls-container img,
body .ls-container img,
#ls-global .ls-container img {
background: none !important;
min-width: 0 !important;
max-width: none !important;
border-radius: 0;
box-shadow: none;
border: 0;
padding: 0;
}
html .ls-wp-container .ls-wrapper > a > *,
body .ls-wp-container .ls-wrapper > a > *,
#ls-global .ls-wp-container .ls-wrapper > a > * {
margin: 0;
}
html .ls-wp-container .ls-wrapper > a,
body .ls-wp-container .ls-wrapper > a,
#ls-global .ls-wp-container .ls-wrapper > a {
text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-gui-element *,
.ls-gui-element,
.ls-container,
.ls-slide > *,
.ls-slide,
.ls-wrapper,
.ls-layer {
box-sizing: content-box !important;
}
html .ls-yourlogo,
body .ls-yourlogo,
#ls-global .ls-yourlogo {
margin: 0;
}
html .ls-tn,
body .ls-tn,
#ls-global .ls-tn {
display: none;
}
.ls-bottom-nav-wrapper,
.ls-bottom-nav-wrapper span,
.ls-bottom-nav-wrapper a {
line-height: 0;
font-size: 0;
}
html .ls-container video,
body .ls-container video,
#ls-global .ls-container video {
max-width: none !important;
object-fit: cover !important;
} html .ls-container,
body .ls-container,
#ls-global .ls-container,
html .ls-container .ls-slide-transition-wrapper,
body .ls-container .ls-slide-transition-wrapper,
#ls-global .ls-container .ls-slide-transition-wrapper,
html .ls-container .ls-slide-transition-wrapper *,
body .ls-container .ls-slide-transition-wrapper *,
#ls-global .ls-container .ls-slide-transition-wrapper *,
html .ls-container .ls-bottom-nav-wrapper,
body .ls-container .ls-bottom-nav-wrapper,
#ls-global .ls-container .ls-bottom-nav-wrapper,
html .ls-container .ls-bottom-nav-wrapper *,
body .ls-container .ls-bottom-nav-wrapper *,
#ls-global .ls-container .ls-bottom-nav-wrapper *,
html .ls-container .ls-bottom-nav-wrapper span *,
body .ls-container .ls-bottom-nav-wrapper span *,
#ls-global .ls-container .ls-bottom-nav-wrapper span *,
html .ls-direction-fix,
body .ls-direction-fix,
#ls-global .ls-direction-fix {
direction: ltr !important;
} html .ls-container,
body .ls-container,
#ls-global .ls-container {
float: none !important;
} .ls-slider-notification {
position: relative;
margin: 10px auto;
padding: 10px 10px 15px 88px;
border-radius: 5px;
min-height: 60px;
background: #de4528;
color: white !important;
font-family: 'Open Sans', arial, sans-serif !important;
}
.ls-slider-notification a {
color: white !important;
text-decoration: underline !important;
}
.ls-slider-notification-logo {
position: absolute;
top: 16px;
left: 17px;
width: 56px;
height: 56px;
font-size: 49px;
line-height: 53px;
border-radius: 56px;
background-color: white;
color: #de4528;
font-style: normal;
font-weight: 800;
text-align: center;
}
.ls-slider-notification strong {
color: white !important;
display: block;
font-size: 20px;
line-height: 26px;
font-weight: normal !important;
}
.ls-slider-notification span {
display: block;
font-size: 13px;
line-height: 16px;
text-align: justify !important;
} @media screen and (max-width: 767px) {
.ls-container .ls-layers > .ls-hide-on-phone,
.ls-container .ls-background-videos .ls-hide-on-phone video,
.ls-container .ls-background-videos .ls-hide-on-phone audio,
.ls-container .ls-background-videos .ls-hide-on-phone iframe {
display: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ls-container .ls-layers > .ls-hide-on-tablet,
.ls-container .ls-background-videos .ls-hide-on-tablet video,
.ls-container .ls-background-videos .ls-hide-on-tablet audio,
.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
display: none !important;
}
}
@media screen and (min-width: 1025px) {
.ls-container .ls-layers > .ls-hide-on-desktop,
.ls-container .ls-background-videos .ls-hide-on-desktop video,
.ls-container .ls-background-videos .ls-hide-on-desktop audio,
.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
display: none !important;
}
}
.ls-container .ls-background-videos .ls-vpcontainer {
z-index: 10;
}
.ls-container .ls-background-videos .ls-videopreview {
background-size: cover !important;
}
.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
position: relative;
z-index: 20;
} @media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
#ls-test3d {
position: absolute;
left: 9px;
height: 3px;
}
}