<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.flexslider-wrapper {
    width: 100%;
    background: #fafafa;
	padding-top:30px;	
	border-top:1px solid #f0f0f0;
	
}
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides &gt; li {
    position: relative;
    display: none; 
    zoom: 1; /* Hide the slides before the JS is loaded. Avoids image jumping */
    -webkit-backface-visibility: hidden;
	height:auto;
}
.flexslider .slides img {
    display: block;
    width:100%;
	border-radius:3px;
	
}
.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
} 
html[xmlns] .slides {
    display: block;
} 
* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
    position: relative;
    background: #fff;
    zoom: 1;
}
.flex-viewport {
    max-height: 567px;
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}

/* Direction Nav */
.flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -15px;
    width: 40px;
    height: 40px;
  
    text-align: center;
    line-height: 40px;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
	-webkit-border-radius: 50%;
    border-radius: 50%;
}
.flex-direction-nav a i {
    color: #fff;
}
.flex-direction-nav .flex-next {
    right: 0px;
}
.flex-direction-nav .flex-next:before {
    color: #fff;
    content: '\f054';
    font-family: FontAwesome;
}
.flex-direction-nav .flex-prev {
    left: 0px;
}
.flex-direction-nav .flex-prev:before {
    color: #fff;
    content: '\f053';
    font-family: FontAwesome;
}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
   
    opacity: .7;
	border:3px solid #fff;
   
	
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flexslider:hover .flex-next {
  
	right: 20px;
}
.flexslider:hover .flex-prev {
  
	left: 20px;
}
.flex-direction-nav .disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}
#main-slider .flexslider:hover .flex-next, #main-slider .flexslider:hover .flex-prev {
   
    opacity: .7;
	background: rgba(0,0,0, .6);
	border:3px solid #fff;
   
	
}
/* Direction Nav for small slider */
.full .flex-direction-nav a {
    position: absolute;
    top: -17px;
    display: block;
    margin-top: -18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=1);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
			background-color:#e5e5e5;
			box-shadow:inset 0 -1px 0 0 rgba(0, 0, 0, .1);
}
.full .flex-direction-nav .flex-next {
    right: 0;
	border:0px solid #fff!important;
}
.full .flex-direction-nav .flex-prev {
    left: 95.5%;
	border:0px solid #fff!important;
	
}
.full .flex-direction-nav .flex-prev:before {
    color: #fff;
    content: '\f104';
    font-family: FontAwesome;
}
.full .flex-direction-nav .flex-next:before {
    color: #fff;
    content: '\f105';
    font-family: FontAwesome;
}


.medium .flex-direction-nav a {
    position: absolute;
    top: -17px;
    display: block;
    margin-top: -18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=1);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
			background-color:#e5e5e5;
			box-shadow:inset 0 -1px 0 0 rgba(0, 0, 0, .1);
}
.medium .flex-direction-nav .flex-next {
    right: 0;
	
	border:0px solid #fff!important;
}
.medium .flex-direction-nav .flex-prev {
    left: 86%;
	border:0px solid #fff!important;
	
}
.medium .flex-direction-nav .flex-prev:before {
    color: #fff;
    content: '\f104';
    font-family: FontAwesome;
}
.medium .flex-direction-nav .flex-next:before {
    color: #fff;
    content: '\f105';
    font-family: FontAwesome;
}
/* Direction Nav for small slider */
.small .flex-direction-nav a {
    position: absolute;
    top: 45%;
    display: block;
    margin-top: -18px;
    width: 26px;
    height: 36px;
    border-radius: 3px 0 0 3px;
    text-align: center;
    line-height: 36px;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.small .flex-direction-nav .flex-next {
    right: 0;
	background: rgba(0,0,0, .6);
	border:0px solid #fff!important;
}
.small .flex-direction-nav .flex-prev {
    left: 0;
	border-radius: 0px 3px 3px 0px;
	background: rgba(0,0,0, .6);
	border:0px solid #fff!important;
}
/* Direction Nav for small slider */
.slider .flex-direction-nav a {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=1);
    cursor: pointer;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
			background-color:#333!important;
			box-shadow:inset 0 -1px 0 0 rgba(0, 0, 0, .1);
}
.slider .flex-direction-nav .flex-next {
    right: -10%;
}
.slider .flex-direction-nav .flex-prev {
    left: -10%;
	
}
.slider .flex-direction-nav .flex-prev:before {
    color: #fff;
    content: '\f104';
    font-family: FontAwesome;
}
.slider .flex-direction-nav .flex-next:before {
    color: #fff;
    content: '\f105';
    font-family: FontAwesome;
}


/* Control Nav */
.flex-control-nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 4px;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #666;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
            box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    text-indent: -9999px;
    cursor: pointer;
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.5); 
    cursor: default;
}
.flex-control-thumbs {
    position: static;
    overflow: hidden;
    margin: 5px 0 0;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.flex-control-thumbs img {
    display: block;
    width: 100%;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .active {
    opacity: 1;
    cursor: default;
}

/* Caption style */
.flex-caption {
    position: absolute;
    bottom: 0;
    left: 10px;
   
    margin: 60px 40px 30px;
    padding: 35px;
	
  
   
}
.flex-caption h3 {
    margin-bottom: 0px;
    color: #fff;
	font-size:40px;
	letter-spacing:-0.08em;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.8);
	
}
.flex-caption p {
    margin: 0 0 15px;
    color: rgba(255, 255, 255, .7);
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.8);
	padding:5px;
	font-size:14px;
	width:50%;
}
.flex-caption02 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    margin: 60px;
    padding: 35px;
    width: 100%;
    
}

@media (max-width: 479px) { .flexslider-wrapper { display: none; } }

</pre></body></html>