<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.adv_note {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    margin-top: 0px;
    align-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.adv_text {
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    height: 330px;
}

.linkNext {
    position: relative;
    width: 100% !important;
    height: 70px;
    text-align: left;
}
.linkNext .topLink.hide {
    top: 300px !important;
}
.linkNext .topLink.show {
    top: 0px !important;
}
.linkNext .topLink,
.linkNext a {
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-in-out;  
	background-color: #bb2402; 
	color: #ffffff; 
	line-height: 24px; 
	text-decoration: none; 
	text-transform: uppercase; 
	font-size: 18px; 
	font-weight: normal; 
	margin-bottom: 12px; 
	margin-left: 0px;
	cursor: pointer;
	    border-radius: 6px;
    padding: 15px;
}
.linkNext .topLink:hover,
.linkNext a:hover {
 background-color: #e85e5e; 
}
#featured {
    background: none;
}
.slide_note_all_item #notetitle {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.slide_note_text {
    padding-top: 0px;
    text-align:left;
    float: left;
}

.slide_note_all_item .contentNote {
    position: relative;
    padding: 0px;
    font-size: 17px;
    font-weight: bold;
color: #000000;
}

.slide_note_all_item .objectNote {
    position: relative;
    padding: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

/* #Page Preloader */
.page-preloader__cube:before {background-color: #42caf3;}
.page-preloader-cover {background: #f1f1f1;}
.page-preloader &gt; div {background: #fe0e0e;}


div.orbit-wrapper {
    margin-bottom: 0px;
} 

div.timer {
    top: 50px;
    right: calc(50% - 1100px/2 + 10px);
    right: -o-calc(50% - 1100px/2 + 10px);
    right: -moz-calc(50% - 1100px/2 + 10px);
    right: -ms-calc(50% - 1100px/2 + 10px);
    right: -webkit-calc(50% - 1100px/2 + 10px);
}

div.slider-nav span.right, div.slider-nav span.left {
    border: 2px solid #c3002f;
    background: rgb(255 255 255 / 61%);
}
div.slider-nav span.right {
    right: calc(50% - 1100px/2 + 10px);
    right: -o-calc(50% - 1100px/2 + 10px);
    right: -moz-calc(50% - 1100px/2 + 10px);
    right: -ms-calc(50% - 1100px/2 + 10px);
    right: -webkit-calc(50% - 1100px/2 + 10px);
}
div.slider-nav span.left {
    left: calc(50% - 1100px/2 + 10px);
    left: -o-calc(50% - 1100px/2 + 10px);
    left: -moz-calc(50% - 1100px/2 + 10px);
    left: -ms-calc(50% - 1100px/2 + 10px);
    left: -webkit-calc(50% - 1100px/2 + 10px);
}    
div.slider-nav span.right:after, div.slider-nav span.right:before, div.slider-nav span.left:after, div.slider-nav span.left:before {
    background-color: #c3002f;
}
div.slider-nav span.left:hover, div.slider-nav span.right:hover {
    background-color: #c3002f;
    border: 2px solid #ffc9c9;
}
div.slider-nav span.left:hover:after, div.slider-nav span.left:hover:before, div.slider-nav span.right:hover:after, div.slider-nav span.right:hover:before {
    background-color: #ffffff;
}
#featured .object:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 32%);
}

/*
 new style
*/

.flex_view {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.adv_view {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-self: center;
}

.objectFoot, 
.linkNext, 
.adv_text {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 160px);
    width: -o-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -ms-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
}

.orbit-bullets {
    position: absolute;
    z-index: 900;
    list-style: none;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
}
.orbit-bullets li {
    margin-left: 5px;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #d2d2d2;
    height: 3px;
    overflow: hidden;
    width: 65px;
    background: none;
    background-color: #ffffff;    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-in-out;  
   
}
.orbit-bullets li.active {
    background-color: #c3002f;
    width: 130px;
}

.adv_text .objectTitle {
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    font-family: "Roboto Slab";
    padding-top: 10px;
    display: block;
    /*z-index: 100;*/
    position: relative;
    width: 700px;
}

.adv_text .objectTitle.hide {
    top: -555px !important;
}

.adv_text .objectTitle.show {
    top: 0px !important;
}

.adv_text .objectNote {
    color: #ffd600;
    width: 500px;

    font-size: 28px;

    font-weight: normal;
    font-family: "Roboto Slab";
    margin-top: 0px;
    display: block;

    position: relative;

}
.adv_text .objectNote.hide {
    left: -1000px !important;
}
.adv_text .objectNote.show {
    left: 0px !important;
}
.adv_text .objectText {
    font-size: 18px;
    width: 500px;
    color: #d3d3d3;
    font-family: "Roboto Slab";
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.adv_text .objectText.hide {
    left: -1000px !important;
}
.adv_text .objectText.show {
    left: 0px !important;
}
#S_mobmenu_content .menu:hover {
    cursor: hand;
    background-color: #e75e3b;
    color: #fff;
}



/* media begin */

@media screen and (min-width:0px) and (max-width:1450px) {
div.slider-nav span.left {
    left: calc(50% - 100%/2 + 50px);
    left: -o-calc(50% - 100%/2 + 50px);
    left: -moz-calc(50% - 100%/2 + 50px);
    left: -ms-calc(50% - 100%/2 + 50px);
    left: -webkit-calc(50% - 100%/2 + 50px);
}
div.timer,
div.slider-nav span.right {
    right: calc(50% - 100%/2 + 50px);
    right: -o-calc(50% - 100%/2 + 50px);
    right: -moz-calc(50% - 100%/2 + 50px);
    right: -ms-calc(50% - 100%/2 + 50px);
    right: -webkit-calc(50% - 100%/2 + 50px);
}

}

/* media end*/</pre></body></html>