select {
    width: 50%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
	font-size: 40px;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

.slider { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.sliderh1 { 
   position: absolute; 
   top: 50px; 
   align: center;
   left: 20%; 
   width: 60%; 
   z-index: 1;
   color: #FFFFFF; 
   text-shadow: 1px 6px 9px #292426;
   letter-spacing: -1px;  
   font-size: 20px;
}

.imageWrapper {
	position: relative;
	float:left;
	width:47%;
	height:47%;
	z-index:1;
    }
.textWrapper {
    position: relative;
	float:right;
	width:47%;
	height:47%;
	z-index:1;
   }
   .fourWrapper {
	position: relative;
	float:left;
	width:25%;
	height:25%;
	z-index:10;
    }
.fourWrapper2 {
    position: relative;
	float:right;
	width:25%;
	height:25%;
	z-index:9;
   }
   .fourWrapper img {
    display: block;
	width:100%;
	max-width:150px;
}
   .fourWrapper2 img {
    display: block;
	width:100%;
	max-width:150px;
}
   
.clear{
float:none;
clear:both;
font-size:0px;
line-height:0px;
height:0px;
}
.imageWrapper img {
    display: block;
	width:100%;
}
.imageWrapper .cornerLink {
	opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 0px;
    color: #FFF;
    background: #000;
    text-decoration: none;
	font-size:25px;
    text-align: center;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
	
}
.imageWrapper:hover .cornerLink {
    opacity: 0.8;
	z-index: 1;
}
/*** header/footer responsive ***/
.twitter { 
	width: 100%;
	height: 50px; }
.bk-yellow{ background: #FF0; }
.bk-green{ background: #6F9; }
.full-length{ width: 100%; }
.container{ width: 100%; }
  .float-testimonials {
	 float: left;
	 margin: 3px;
	 padding: 3px;
	 width: 48%;}
	   .float-testimonials-text {
	 float: right;
	 margin: 0px;
	 padding: 0px;
	 width: 48%;
	 min-height: 200px;
	 max-height: 100%;} 
   
.float-hp1 {
   float: left;
   margin: 10px;
   padding: 10px;
   width: 100%;
   min-width: 29%;
   max-width: 300px;
   min-height: 390px;
   max-height: 570px;} 

.float {
   float: left;
   margin: 10px;
   padding: 10px;
   min-width: 200px;
   max-width: 600px;
   min-height: 370px;
} 

.float2 {
    float: left;
    margin: 5px;
    padding: 15px;
	min-width: 80px;
	max-width: 400px
   }
   
   .float2-right {
    float: right;
    margin: 5px;
    padding: 15px;
	min-width: 80px;
	max-width: 500px;	
} 


/*START DEFAULT CSS */
/**** 
Color Schemes: {"white": "White", "peach": "Peach", "black": "Black"}
****/

/*** import fonts ***/
@font-face{
	font-family:'FA';
	src: 
		url('../fonts/fontawesome-webfont.woff2') format('woff2'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

/*** General styles ***/
body			{font: 15px Oswald; color: #000000; margin: 0; padding: 0; background: #FFFFFF;}
body.popup	{font: 15px Oswald; color: #000000; margin: 0; padding: 0; background: #FFFFFF;}
i { font-family: FA; font-style: normal; }
.fa { font-family: FA; font-style: normal;  }
/*** layouts ***/
.layout { margin: 0 auto; text-align: left; width: 1250px; } 
.lt-single{}
.lt-double {}
.lt-triple {}

/*** frames ***/
.frame {} 
.fm-header { margin: 0; padding: 0; }
.fm-footer { }

/* Simple frame */
.lt-single .fm-middle { margin: 0; }
.lt-single .fm-footer { clear: both; }

/* Double frame */
.lt-double .fm-left { float: left; position: relative; width: 250px; min-height: 1px; }
.lt-double .fm-middle { float: left; position: relative; width: 1000px; min-height: 1px; }
.lt-double .fm-footer { clear: both; }

/* Triple frame */
.lt-triple .fm-left {float: left; position: relative; width: 250px; min-height: 1px; }
.lt-triple .fm-middle {float: left; position: relative; width: 750px; min-height: 1px; }
.lt-triple .fm-right {float: left; position: relative; width: 250px; min-height: 1px; }
.lt-triple .fm-footer {clear: both; }

/* Triple frame */
.lt-hot .fm-hot {float: left; position: relative; width: 100%; min-height: 1px; }
.lt-hot .fm-left {float: left; position: relative; width: 250px; min-height: 1px; }
.lt-hot .fm-middle {float: left; position: relative; width: 750px; min-height: 1px; }
.lt-hot .fm-right {float: right; position: relative; width: 250px; min-height: 1px; }
.lt-hot .fm-footer {clear: both; }

/* block, breadcrumb global styles */
.fm-header .block, .fm-footer .block, 
.fm-header .area, .fm-footer .area, 
.fm-header .breadcrumb, .fm-footer .breadcrumb { margin: 10px 0 0 0; }
.fm-middle .block, .fm-hot .block, 
.fm-middle .area, .fm-hot .area, 
.fm-middle .breadcrumb, .fm-hot .breadcrumb { margin: 10px 10px 0 10px; }
.fm-left .block, .fm-left .area, .fm-left .breadcrumb { margin: 10px 0 0 10px; }
.fm-right .block, .fm-right .area, .fm-right .breadcrumb { margin: 10px 10px 0 0; }

/* main background and border color */
.fa { color: #1584D2; }
.bg-title, .middlebg 			{background: #E9E9E9; font-weight: bold;}
 { background: #E9E9E9; font-weight: bold; }
.br-solid, .br-solid > td, .br-solid > th { border-color: #c0c0c0; border-style: solid; }
.white .br-solid, .white .br-solid > td, .white .br-solid > th { border-color: #c0c0c0; }

/* rows and cols general styles */
.col { float: left; }
.col:first-child:nth-last-child(3), .col:first-child:nth-last-child(3) ~ .col { width: 50%; }
.col:first-child:nth-last-child(4), .col:first-child:nth-last-child(4) ~ .col { width: 33.33%; }
.col:first-child:nth-last-child(5), .col:first-child:nth-last-child(5) ~ .col { width: 25%; }
.col:first-child:nth-last-child(6), .col:first-child:nth-last-child(6) ~ .col { width: 20%; }
.row { clear: both; position: relative; }
.row-end { clear: both; }

.bk-data.sr-slideshow .row { position: static; } 
.block.bk-products-offers .body, .block.bk-products-list .body, .block.bk-user-product .body,
.block.bk-user-ad .body, .block.bk-profiles-user-edit .body, .block.bk-user-product-subcomponents .body,
.block.bk-user-product-option .body { padding: 0; }

.bk-products-offers .row, .bk-products-list .row { border-width: 1px 0 0 0; }
.bk-products-offers .row:first-child, .bk-products-list .row:first-child { b1order: none; }
.bk-products-offers .col:after, .bk-products-list .col:after { content:" "; margin: 0 -1px; position: absolute; top: 0; bottom: 0; width: 1px; background: #c0c0c0; }
.row-title > td, .row-title > th { border-width: 1px 0 0 0; padding: 5px; }
.row-cell > td, .row-cell > th { border-width: 1px 0 0 0; padding: 5px; }

.bk-data { position: relative; overflow: hidden; }
.multi-add { border-width: 1px 0 0 0; }

/*** definition of different schemes ***/
/*** default white scheme ***/

.block .head { padding: 10px 10px 0 10px; font: 16px Arial, Helvetica; color: #444; text-transform: uppercase; }
.block.hidden-title .head { display: none; }
.block .sub-head { padding: 10px 10px 0 10px; font: 16px Arial, Helvetica; color: #444; text-transform: uppercase; }
.block .sub-body{ padding: 10px; }
.block .body { padding: 10px; }

.breadcrumb {padding: 10px; border: 1px solid #c0c0c0; background: #F4F4F4; border-radius: 5px; }
.breadcrumb .rss { float: right; }

.bk-products-offers { border-color: #75c6ff; background-color: #def0ff;  }
.bk-products-offers > div { border-color: #cae7ff;  }
.bk-products-offers > div > div { border-color: #75c6ff; }

.bk-categories-catalog { border-color: #ffd075; background-color: #fff7de;  }
.bk-categories-catalog > div { border-color: #fff1c7;  }
.bk-categories-catalog > div > div { border-color: #ffd075; }

.bk-support-live { background-color: #F4F4F4; border: 1px solid #c0c0c0; }
/*** end default white scheme ***/

.list-item { padding: 10px; }
.search-results { text-transform: none; padding: 10px; }
.sorter { text-align: right; padding: 10px; font-size: 18px; }
.sorter-select { font-size: 24px; position: relative;  display: inline-block; padding: 4px 10px; border: 1px solid #c0c0c0; border-radius: 3px; background: #fff; cursor: pointer; }
.sorter-select:after { font-family: FA; font-size: 24px; content: "\f0d7"; padding-left: 10px; }
.sorter-select.expand-open:after { content: "\f0d8"; }
.sorter ul { display: none; position: absolute; right: 0; border: 1px solid #c0c0c0; border-radius: 3px; width: 150px; background: #fff; z-index: 100; box-shadow: 3px 3px 3px #888888; margin: 10px 0; padding: 0; }
.sorter ul li { list-style: none; border-bottom: 1px solid #c0c0c0; }
.sorter ul li:last-child { border: none; }
.sorter ul li a { display: block; padding: 10px 10px; text-decoration: none; }
.sorter ul li a:hover { background: #f0f0f0; }
.sorter ul.expand-open { display: block; }
.navigator { text-align: right; padding: 10px; border-width: 1px 0 0 0; white-space: nowrap; }

tr, td		{font: 15px Oswald; }
h1, h2		{padding: 0px; margin: 0px;}

a						{color: #1584D2; outline: 0px; text-decoration: underline;}
a:hover				{text-decoration: none;}
a.header 			{text-decoration: none;}
a.header:hover		{text-decoration: underline; }
a.title				{font-size: 18px; font-weight: bold;}

input, textarea, select {font: 20px Oswald;}
input.submit		{
	color: #333; border: 1px solid #777; border-radius: 3px; padding: 0px 7px; 
	cursor: pointer; font-size: 18px; height: 22px; margin: 0 1px 0 0; box-shadow: 1px 1px 1px #333;
}
input.submit:active { box-shadow: none; margin: 0 0 0 1px; }


.usualbg  			{background: transparent;}
.errorbg  			{background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px; text-align: center;}
.messagebg  		{color: #0000CC; font-weight: bold; padding: 6px; text-align: center;}
div.message     { color: #0000FF; text-align: center; border: 1px solid #AAAAFF; padding: 10px; background: #EEEEFF; margin-bottom: 10px; }
.padding6px, .table-data td, .table-data th { padding: 6px; }
.padding10px { padding: 10px; }
.table-data td td, .table-data th th { padding: 0; }

.article-image {border: none; float: left; margin: 0px 10px 5px 0px;}
.introBlock {border: 1px solid #8A8A8A; margin: 5px; padding: 6px;}

.articleDate	{color: #7777CC; font-size: 11px; font-style: italic; }
.titleText		{color: #1584D2; text-decoration: none; }
.top				{font-size: 11px;}
.smallText		{font-size: 11px;}
.middleText		{font-size: 18px; }
.bigText			{font-size: 18px;}
.comment			{font-size: 11px; color: #7777CC;}
.message			{color: #FFBA00;}
.title, .bigtitle, .item-name	{ font-size: 18px; font-weight: bold; }
a.smallText			{ text-decoration: none;}
a.smallText:hover	{text-decoration: underline;}

.error			{color: red; }
.terms			{height: 300px; width: 600px; overflow: auto; border: 1px solid #c0c0c0; }

span.nobr      {white-space: nowrap !important;}
.right { float: right; }
.floatright 	{float: right;}
.floatleft 		{float: left;}
.clearboth 		{clear: both;}
.clear { clear: both; }

form {margin: 0; padding: 0;}
/*** General styles ***/

/*** navigation bar ***/
.bk-navigation-bar { margin: 0; padding: 0; border: none; border-radius: 0; background: #333; color: #AAA; text-align: center; }
.bk-navigation-bar.fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 101; }
.foot-navigation-bar { display: none; }
.foot-navigation-bar.fixed { display: block; height: 35px; }
ul.nav-bar {  margin: 0; padding: 0; display: inline-block; border-left: 1px solid #555; text-align: left; } 
ul.nav-bar > li { float: left; position: relative; list-style: none; border-right: 1px solid #555;  border-top: 1px solid #555; border-bottom: 1px solid #555; }
/* ul.nav-bar > li.nav-right { float: right; } /* reverse order */
ul.nav-bar li a { padding: 8px 12px; text-decoration: none; font-size: 18px; display: block; float: left; cursor: pointer; color: #AAA; }
ul.nav-bar li ul li a, ul.nav-bar li ul li i { color: #333; }
ul.nav-bar li ul li a:hover { color: #666; }
ul.nav-bar li:hover, ul.nav-bar li:hover a { color: #FFF; }
ul.nav-bar li:hover ul li a { color: #333; }
ul.nav-bar li img { padding: 1px 5px 0; display: inline-block; }
ul.nav-bar li ul { display: none; position: absolute; background: white; z-index: 101; left: -1px; top: 33px; list-style: none; margin: 0; padding: 0; border: 1px solid #555; background: #EEE; color: #333; width: 150px; } 
ul.nav-bar li.nav-right ul { left: auto; right: -1px; }
ul.nav-bar ul ul { left: 150px; top: -1px; } 
ul.nav-bar > li.nav-childs > i.expand { float: right; display: block; padding: 8px 8px 8px 0;}
ul.nav-bar > li.nav-childs > i.expand:before { content:"\f0d7"; }
ul.nav-bar li li.nav-childs > i.expand { float: right; padding: 8px 8px 8px 0;}
ul.nav-bar li li.nav-childs > i.expand:before { content:"\f0da"; }

.nav-bar li > i, .nav-bar li > a > i { font-size: 16px; padding: 0 8px 0 0;  display: block; float: left; }
li li > i, li li > a > i { font-size: 18px; }
li.nav-right > i, li.nav-right > a > i { float: right; padding: 0 0 0 8px; }
li.cart > i, li.cart > a > i { padding: 0 16px 0 0; }
li.cart.nav-right > i, li.cart.nav-right > a > i { float: right; padding: 0 4px 0 8px; }
li.expand i { padding: 6px 10px 6px 2px; float: right; cursor: pointer; }
li.expand i:after { font-size: 20px; content:"\f0d7"; }
li.expand.nav-open i:after { content:"\f0d8"; }
li.wishlist i:before { content:"\f004"; }
li.account i:before { content:"\f007"; }
li.phone i:before { content:"\f095"; }
li.cart i:before { content:"\f07a"; }
li.home i:after { content:"\f015"; }
li.compare i:before { content:"\f24e"; }
li.search i:before { content:"\f002"; }
li.products i:before { content:"\f0c9"; }
li.products ul { width: 150px; text-align: left; }
li.products ul li { float: none; position: relative; }
li.products ul li a { float: none; }
li.products.nav-right ul li a { text-align: right; }
li.products ul li i { float: right; display: block; padding: 6px; }
li.products.nav-right ul li i { float: left;  }
li.products ul li i:before { content: ""; }
li.products ul li.nav-childs > i:before { content: "\f0da"; }
li.products.nav-right ul li.nav-childs > i:before { content: "\f0d9"; }
li.products ul ul { left: 150px; top: 0px; } 
li.products.nav-right ul ul { left: auto; right: 150px; top: -1px; }
li.cart .cart-qty { position: absolute; left: 23px; top: 3px; font-size: 9px; color: #AAA; border: 1px solid #AAA; border-radius: 9px; padding: 0 3px; }
li.cart.nav-right .cart-qty { left: auto; right: 3px; top: 3px; }

li.site-search i:before { content:"\f00e"; }
i.music:before { content:"\f001"; }

li.languages > a { text-transform: uppercase; }
ul.nav-bar li.currencies ul { width: 180px; }
li.languages ul li img, li.currencies ul li img { display: inline; float: left;  }
li.languages ul li span, li.currencies ul li span { display: inline;   }
li.search > ul li form, li.site-search > ul li form { border-radius: 5px; margin: 10px; }
ul li.search > ul, ul li.site-search > ul { width: 500px; }
ul li.search.nav-right > ul, ul li.site-search.nav-right > ul { left: auto; right: -1px; width: 500px; }

.category-select { font-size: 18px; float: left; padding: 0; height: 28px; border: 1px solid #CDCDCD; background: #F3F3F3; border-top-left-radius: 5px; border-bottom-left-radius: 5px; color: #555; }
.category-select span { display: inline-block; padding: 5px 5px 5px 10px;  }
.search .category-select i { padding: 5px; }
.search .category-select i:before { content: "\f078"; }
.search .category-select.expand-open i:before { content: "\f077"; }
.search .category-select:hover { color: #999; }
.search-button { float: right; }
.search-button input { border: none; background: #333; height: 30px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; color: #EEE; }
.search-field { position: relative; width: auto; overflow: hidden; height: 30px; }
.search-field input { width: 100%; height: 18px; padding: 5px; border: none; border-top: 1px solid #CDCDCD; border-bottom: 1px solid #CDCDCD;  }
li.site-search .search-field input { border-left: 1px solid #CDCDCD; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
ul.nav-bar li.cart ul { width: 300px; padding: 10px; }
/* end navigation bar */

/*** header ***/
.bk-header { min-height: 75px; position: relative; z-index: 100; padding-top: 10px; }
.bk-header .logo { float: left;} 
.bk-header .logo img {border: none; margin: 0 0 0 10px	;}
.bk-header .menu { margin-top: 20px; max-width: 1000px; }

/* header menu */
.bk-header .nav-expand { clear: both; display: none; font-weight: bold; font-size: 18px; background: #F4F4F4; padding: 10px; border: 1px solid #C0C0C0; border-style: solid none solid none; cursor: pointer; }
.bk-header .nav-expand.expand-open { background: #333; color: white; } 
.bk-header .nav-expand i { float: right; display: block; padding-top: 3px; font-weight: normal; }
.bk-header .nav-expand i:after { padding: 0 10px; content:"\f0c9"; }
.nav-header { display: block; margin: 0 0 0 20px; padding: 0px 0px 0px 0px; z-index: 20;}

.bk-navigation-bar .nav-expand { color: #aaa; clear: both; display: none; font-weight: bold; font-size: 20px; background: #333; padding: 10px; cursor: pointer; }
.bk-navigation-bar .nav-expand.expand-open { background: #aaa; color: #333; } 
.bk-navigation-bar .nav-expand i { float: right; display: block; padding-top: 3px; font-weight: normal; }
.bk-navigation-bar .nav-expand i:after { padding: 0 10px; content:"\f0ae"; }

/* top menu elements */
.nav-header li {display: block; float: left; list-style: none; margin: 0px; padding: 0px; white-space: nowrap;}
.nav-header li i {display: none; }
.nav-header li a {color: #52AE30; display: block; font: 16px Oswald; padding: 0px 15px 2px; text-decoration: none; text-transform: capitalize;}
.nav-header li a:hover, .nav-header li.nav-active > a:hover {color: #1584D2; text-decoration: none;}
.nav-header li.nav-active > a {color: #444444; display: block; font: bold 16px Oswald; text-decoration: underline; text-transform: capitalize;}

/* popup menu elements */
.nav-header li ul {border: 1px solid #FFD075; border-bottom: none; display: none; margin: 0px; padding: 0px; position: absolute; width: 200px;}
.nav-header li li {border-top: none !important; border-bottom: 1px solid #FFD075; display: block; float: left; list-style: none; margin: 0px; padding: 0px; white-space: nowrap; width: 200px; position: relative; }
.nav-header li li a {background: #FFF1C7; color: #0A0509; padding: 4px 10px; text-decoration: none; font-weight: normal; }
.nav-header li li a:hover, .nav-header li li.nav-active > a:hover {background: #FFFBED; color: #1584D2;}
.nav-header li li.nav-active > a { background: #FFF1C7; color: #0A0509; padding: 2px 10px; text-decoration: none; font-weight: bold; }
.nav-header li ul ul {border: 1px solid #FFD075; border-bottom: none; display: none; left: 200px; margin: 0px; padding: 0px; position: absolute; top: -1px;}
/*** end of header styles ***/

/*** footer ***/
.bk-footer { background: none; border: none; text-align: center; }
.footer-menu ul { margin: 0; padding: 0; display: inline-block; }
.footer-menu ul li { list-style: none; margin: 0; padding: 5px 0 0 5px; float: left; }
.footer-menu ul li:after { content: "|"; }
.footer-menu ul li:last-child:after { content: ""; }

.footer-head, .footer-foot {text-align: center; padding: 10px;}
.footer-logo {text-align: right; padding: 0px 10px 0px 0px;}
.footer-logo img {width: 80px; height: 26px; border:0px;}
/*** end of footer styles ***/

.layout .bk-products-list > .body, .layout .bk-product-details > .body { padding: 0; }
.category-items .category-name { font-size: 18px; font-weight: bold; background: #E9E9E9; color: #1584D2; padding: 10px; border-width: 1px 0 0 0; }
.category-items .category-desc { border-width: 1px 0 0 0; padding: 6px; }

.multi-add { padding: 10px; text-align: right;}

/*** product details, list styles ***/
.bk-product-details .head h1 { font-size: 16px; }
.bk-product-details .body { padding: 10px 0; }
.bk-product-details form { padding: 10px; }
.item-image { float: left; width: 100%; max-width: 400px; background: #FFFFFF; border: 1px solid #78C7FF; margin-right: 10px; margin-bottom: 10px; padding: 1px; }
.bk-product-details .image-block { float: none; width: 100%;}
.bk-product-details .buy-block { float: none; width: 100%; font-size: 25px; }
.bk-product-details .highlights { background: #FFF; border: 1px solid #0A0; margin: 0 0 10px 10px; padding: 5px; }
.black .bk-product-details .highlights { border-color: #99F; color: black; }

.buy-block .prices, .buy-block .buttons { margin-left: 10px; font-size: 18px; }
.bk-product-details .highlights-title { display: none; }
/*** end product details styles ***/

/*** User Home Page ***/
.UHBRows				{clear: both;}
.UserHomeBlock		{float: left; position: relative; width: 49%;}
.UHBContent			{padding: 7px;}
.UHBContent div 	{margin: 0px 0px 0px 50px;}

.userHomeLogout 		{clear: both; padding: 0px 20px 0px 20px; text-align: right;}
.userHomeLogout a 	{color: #444444; font-weight: bold;}

.UserHomeBlock img.orders 					{background: url(../images/icons/admin_orders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.profile 				{background: url(../images/icons/admin_profile.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.addresses {background: url(../images/icons/admin_addresses.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.messages {background: url(../images/icons/messages.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.arr		 				{background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 0px; position: relative; bottom: -4px;}
.UserHomeBlock img.support 				{background: url(../images/icons/admin_support.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.forum 					{background: url(../images/icons/admin_forum.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.products 				{background: url(../images/icons/admin_products.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.pages 					{background: url(../images/icons/admin_pages.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.salesorders			{background: url(../images/icons/admin_salesorders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.merchant 				{background: url(../images/icons/admin_merchant.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.affiliates				{background: url(../images/icons/admin_affiliates.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.payments				{background: url(../images/icons/admin_payments.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.carts					{background: url(../images/icons/admin_carts.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.wishlist				{background: url(../images/icons/admin_wishlist.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
.UserHomeBlock img.reminders				{background: url(../images/icons/admin_reminders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
/*** User Home Page ***/

/*** Button Links ***/
a.button {	
	display:block; 
	width: 200px; 
	height: 30px;
	padding: 0 5px;
	color: #fff; 
	font-size: 18px; 
	white-space: nowrap;
	text-decoration: none; 
	margin-bottom: 10px;
	text-align: center;
	color:#fff;
border: 1px solid #75CB5F;
border-radius: 4px 4px 4px 4px;
box-shadow: 1px 1px 2px #ccc;
background: -moz-linear-gradient(top, rgba(133,198,12,1) 0%, rgba(114,178,50,1) 50%, rgba(80,161,9,1) 51%, rgba(126,194,54,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,198,12,1)), color-stop(50%,rgba(114,178,50,1)), color-stop(51%,rgba(80,161,9,1)), color-stop(100%,rgba(126,194,54,1)));
background: -webkit-linear-gradient(top, rgba(133,198,12,1) 0%,rgba(114,178,50,1) 50%,rgba(80,161,9,1) 51%,rgba(126,194,54,1) 100%);
background: -o-linear-gradient(top, rgba(133,198,12,1) 0%,rgba(114,178,50,1) 50%,rgba(80,161,9,1) 51%,rgba(126,194,54,1) 100%);
background: -ms-linear-gradient(top, rgba(133,198,12,1) 0%,rgba(114,178,50,1) 50%,rgba(80,161,9,1) 51%,rgba(126,194,54,1) 100%);
background: linear-gradient(to bottom, rgba(133,198,12,1) 0%,rgba(114,178,50,1) 50%,rgba(80,161,9,1) 51%,rgba(126,194,54,1) 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c60c', endColorstr='#7ec236',GradientType=0 );*/
	
}
a.button:hover {
box-shadow: 1px 1px 4px #555;
background: rgb(140,196,27);
background: -moz-linear-gradient(top, rgba(140,196,27,1) 0%, rgba(188,216,73,1) 20%, rgba(80,161,9,1) 69%, rgba(126,194,54,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,196,27,1)), color-stop(20%,rgba(188,216,73,1)), color-stop(69%,rgba(80,161,9,1)), color-stop(100%,rgba(126,194,54,1)));
background: -webkit-linear-gradient(top, rgba(140,196,27,1) 0%,rgba(188,216,73,1) 20%,rgba(80,161,9,1) 69%,rgba(126,194,54,1) 100%);
background: -o-linear-gradient(top, rgba(140,196,27,1) 0%,rgba(188,216,73,1) 20%,rgba(80,161,9,1) 69%,rgba(126,194,54,1) 100%);
background: -ms-linear-gradient(top, rgba(140,196,27,1) 0%,rgba(188,216,73,1) 20%,rgba(80,161,9,1) 69%,rgba(126,194,54,1) 100%);
background: linear-gradient(to bottom, rgba(140,196,27,1) 0%,rgba(188,216,73,1) 20%,rgba(80,161,9,1) 69%,rgba(126,194,54,1) 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc41b', endColorstr='#7ec236',GradientType=0 );*/
}
a.bn-add	{color: #FF3300; font-weight: bold;}
a.bn-shopping 	{color: #FFF; font-weight: bold;}	
a.bn-checkout 	{color: #FFF; font-weight: bold;}
a.bn-more { font: 15px Oswald; white-space: nowrap;}
a.bn-more img 	{display:none;}

a.disabled {color: gray; cursor: text; font: bold 14px/20px Oswald; padding: 0px 10px 0px 0px;}

div.chooseOptions, div.editOptions { padding-top: 5px; padding-bottom: 5px; }
a.editOptions { color:blue; background-color: #eeeeff; border: 1px solid #A0A0FF; font-size: 10px; text-decoration: none; padding: 2px 10px 2px 10px; }
a.chooseOptions { color:red; background-color: #ffeeee; border: 1px solid #FFA0A0; font-size: 10px; text-decoration: none; padding: 2px 10px 2px 10px; }
/*** Button Links ***/

/*** Filter popup on more button ***/
.filterPopup {background-color: #FFF1C7; border: 2px solid #FFD075; display: none; margin-left: -5px; padding: 3px 4px; position: absolute; z-index: 100;}
/*** Filter popup on more button ***/

/*** Categories Tree ***/
.bk-site-map  ul.tree > li > a { text-transform: uppercase; }
.tree-title { font: bold 18px Oswald; color: #1584D2; text-decoration: underline; padding: 5px 3px; }
.tree { display: block; margin: 0px; padding: 0px; font-size: 14px; }
.tree ul { margin: 2px 0px 0px 0px; padding: 0px; display: none; } 
.tree li.node-open > ul { display: block; } 
.tree li { display: block; list-style: none; margin: 0px; padding: 2px 0px 2px 0px; }
.tree li li { padding-left: 20px; }
.tree .expand { min-width: 14px; min-height: 14px; display: block; float: left; padding: 0 4px; }
.tree .expand:before { content:"\f096"; font-size: 18px; }
.tree .node-childs > .expand { cursor: pointer; }
.tree .node-leaf > .expand:before { content:"\f105"; font-size: 18px; }
.tree .node-no-data > .expand:before { content:"\f00d"; font-size: 18px; }
.tree .node-no-data > a { text-decoration: none; cursor: text; }
.tree .node-childs > .expand:before { content:"\f196"; font-size: 18px; }
.tree .node-childs.node-open > .expand:before { content:"\f147"; font-size: 18px; }
.tree .node-image { max-width: 16px; max-height: 16px;  width: auto; height: auto; float: right; }

/*** New Catalog Categories List ***/
.category { padding: 6px 4px; }
.category i.list { padding-right: 2px; font-size: 18px; color: #1584D2; }
.category i.list:before { content: "\f0da"; }
.category-title { font-size: 18px; font-weight: bold; color: #1584D2; }
.category-image { float: right; padding-right: 5px; }
.image.rss { position: relative; margin-left: 5px; top: 3px; }
ul.subcategories { margin: 0; padding: 2px 0 0 10px; }
ul.subcategories li { list-style: none; padding: 0 4px 0 0; float: left; color: #90AAE7; }
ul.subcategories li:after { content: ", "; }
ul.subcategories li:last-child:after { content: ""; }
ul.subcategories a { font-size: 12px; text-decoration: none; color: #90AAE7; }
ul.subcategories a:hover {text-decoration: underline;}

/*** Categories ***/

.groupTitle		{background: #E9E9E9; font-size: 120%; padding: 6px;}
.feature			{border-bottom: 1px solid #E9E9E9; display: block; padding: 6px;}
.featureName	{float: left; font-weight: bold; padding: 0px; width: 40%;}
.featureValue	{padding: 0px 0px 0px 45%;}

/* Matrix prices for product */
.matrix			{margin: 10px 0px;}
.matrixQty		{border-left: 1px solid #E9E9E9; border-top: 1px solid #E9E9E9; float: left;}
.matrixPrice	{border-top: 1px solid #E9E9E9; float: left;}
.matrixTitle	{background: #E9E9E9; border-right: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9; font-weight: bold; padding: 3px 6px; text-align: center;}
.matrixItem		{border-right: 1px solid #E9E9E9; border-bottom: 1px solid #E9E9E9; padding: 3px 6px; text-align: left;}
im
/* Delimiter for list and rollover for details */
.vDelimiter {border-right: 1px solid #E9E9E9;}
.hDelimiter {background: #E9E9E9; border: 0px;}
.rolloverImagesTopMain {float: left; width: 300px; max-width: 400px; height:auto; padding: 10px 10px 0px 0px;}
.rolloverImagesTop {float: left; width: 70%; min-width: 400px; max-width: 1200px; padding: 10px 10px 0px 0px;}
.rolloverImages {float: left; width: 100%; padding: 5px; text-align: center; }
.manufacturerImage {padding: 10px 0px 0px 0px;}

/* Visualisation tabs on product details */
.tabs { border-bottom: 3px solid #366; height: 1%; margin: 0px; overflow: hidden; padding: 0 0 0 10px; margin-top: 10px; }
.tabs li 			{ display: block; float: left; list-style: none; margin: 0 10px 0 0; padding: 0; background: none; }
.tabs a { font: bold 14px Arial; background: #6C9; color: #FFF; display: block; padding: 5px 8px 4px; border: 1px solid #063; border-bottom: none; text-decoration: none; }
.tabs a:hover			{ background: #FF3; color: #063; border-color: #063; border-bottom: none; }
.tabs li.tab-active a { background: #6C3; color: #FFF; cursor: text; }
.tabs li.tab-active a:hover  { border: 1px solid #063; border-bottom: none;  }
.tab-data { padding: 10px; }
.tab-show { display: block; }
.tab-hide { display: none; }

.white .tabs { border-color: #C0C0C0; }
.white .tabs a { border-color: #C0C0C0; background: #E4E4E4; }
.white .tabs li.tab-active a, .white .tabs li.tab-active a:hover { background: #C0C0C0; border-color: #C0C0C0; }
.white .tabs a:hover { background: #E9E9E9; border-color: #78C7FF; }

/*** Products list (list, table view) and product details ***/

/*** Related products ***/
.relTitle {padding: 0px 0px 5px 0px;}
.relImg {margin: 0px 5px 5px 0px;}
/*** Related products ***/

/*** cart and mini cart ***/
.bk-shopping-cart .body, .bk-mini-cart .body { padding: 5px 0px; }
.cart-small td		{ padding: 0px; }
.cart-title td { padding: 4px; border-width: 1px 0;}
.cart-item td	{ border-width: 0 0 1px 0; padding: 4px;}
.cart-total td { border-width: 0 0 1px 0; padding: 4px; }
.cart-small .cart-buttons { text-align: center; padding: 5px; }
.cart-small .cart-buttons a.button { font-size: 12px; margin: 0 2px; padding: 3px 5px; float: none; display: inline; }
.cart-small .cart-buttons a.button:hover { color: #FFF;  }
/*** Small Cart ***/

/*** Latest ***/
td.topArticle {padding: 0px;}
td.subArticle {padding: 3px 3px 0px 0px;}
a.subArticle {padding-left: 8px; font-size: 11px; background: url(../images/bullet.gif) no-repeat left 3px;}
/*** Latest ***/

/*** Forum ***/
.forumAdmin 			{color: blue; font-weight: bold;}
.forumUser 				{color: black; font-weight: bold;}
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft 	{background: #F4F4F4; border-left: 1px solid #D5D5D5; border-top: 1px solid #D5D5D5; border-bottom: 1px solid #D5D5D5;}
.forumMessageRight 	{background: #F4F4F4; border: 1px solid #D5D5D5;}
.forumMessageTop 		{background: #E9E9E9; border-bottom: 1px solid #D5D5D5;}
/*** Forum ***/

/*** Prices on the site ***/
.priceBlock {color: #000; font-weight: bold;}
.priceBlock .price {font-weight: bold; font-size:30px;}
.priceBlock .priceTax {font-weight: normal; font-size:30px;}

.priceBlockOld {color: #000; text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {color: #000; font-weight: bold; display: none;}
.priceBlockHidden .price {font-weight: bold; font-size:30px;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {color: #000; font-weight: bold;}
.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 60px; font-size: 18px; color: black; border: 1px solid #A3ACB1;}

.salesBlock {color: #000; font-weight: bold; border: none; background: transparent;}
.salesPrice {font-weight: bold; font-size:30px;}
.salesTax {font-weight: normal; font-size:30px;}

.priceSaveBlock {color: #0A0; font-weight: bold;}
.priceSaveBlock .price {font-weight: bold;}
.priceSaveBlock .percent {font-weight: normal;}

.pointsPriceBlock {}
.pointsPriceBlock .points {}

.rewardPointsBlock {}
.rewardPointsBlock .points {}
/*** Prices on the site ***/

/*** Rating part ***/
.SummaryStatistic img					{margin-top: -2px;}
.SummaryStatistic .percentage img 	{margin-right: 10px;}
.ShowReviews img							{margin-top: -2px;}
.ShowReviews span							{padding: 0px 10px;}
.RatingImage								{float: left;}
.RatingText									{margin-left: 110px;}

.neutral {display: none;}
.commend		{background: url(../images/icons/commend.png) no-repeat; width: 20px; height: 20px; border:0px;}
.discommend	{background: url(../images/icons/discommend.png) no-repeat; width: 20px; height: 20px; border:0px;}
.not-rated	{background: url(../images/icons/not-rated.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-1	{background: url(../images/icons/rating-1.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-2	{background: url(../images/icons/rating-2.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-3	{background: url(../images/icons/rating-3.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-4	{background: url(../images/icons/rating-4.png) no-repeat; width: 97px; height: 18px; border:0px;}
.rating-5	{background: url(../images/icons/rating-5.png) no-repeat; width: 97px; height: 18px; border:0px;}
/*** Rating part ***/

/*** Wishlist pop-up window ***/
.wishlist-opacity	{display: none; z-index: 900; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1;}
.wishlist-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 400px; background: #CCCCCC;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #F4F4F4; border: 1px solid #78C7FF;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 18px; font-family: Oswald; text-align:justify;}
/*** Wishlist pop-up window ***/

/*** Shipping pop-up window ***/
.shipping-opacity	{display: none; z-index: 900; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1;}
.shipping-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 600px; background: #CCCCCC;}
.shipping-block		{position: relative; bottom: 5px; right: 5px; width: 600px; background: #F4F4F4; border: 1px solid #78C7FF;}
.shipping-img-close	img {margin: 10px 10px 5px 0px;}
.shipping-descr		{padding: 0px 35px 20px 30px; font-size: 18px; font-family: Oswald; text-align:justify;}
/*** Shipping pop-up window ***/

/*** New & Restricted icons ***/
.ico-new { padding-left: 22px; background: url(../images/icons/new_m.png) no-repeat left; }
.bk-product-details .ico-new { padding-left: 32px; background: url(../images/icons/new_l.png) no-repeat left;  }
.restricted:after{ font-family: FontAwesome; content:"\f023"; padding-left: 5px; }
/*** end New & Restricted icons ***/

/*** Manual list ***/
.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}
/*** Manual list *****/

/*** Custom menu list ***/
.bk-navigation ul		{display: block; margin: 0px; padding: 0px;}
.bk-navigation ul ul		{display: block; margin: 0px; padding: 0px;}
.bk-navigation ul li		{ font-size: 18px; display: block; list-style: none; margin: 0px; padding: 2px 0px 2px 10px;}
.bk-navigation ul li i:before { font: 14px FA; content: "\f0da"; } 
.bk-navigation ul li li i:before { content: "\f105"; } 
.bk-navigation ul li a		{font-weight: bold;}
.bk-navigation ul li li a		{font-weight: normal;}
.bk-navigation ul li li li {font-size: 12px;}
/*** Custom menu list ***/

/* Image slider tooltip */
.soPopupContent {position: absolute; z-index: 999; width: 300px; border: 1px solid #CED7DF; background: #FFFFFF; padding: 20px; display: none;}
.soPopupContent a.bigtitle	{display: block; margin-bottom: 15px; text-align: center;}
.soPopupImg	{text-align: center; margin-bottom: 15px;}
.soPopupImg img	{border: 1px solid #E8ECF0;}
.soText	{text-align: justify;}
.popupTooltip	{display: none;}
/*** Image slider box ***/

/*** popup frame styles ***/
.popupFrame {
	left: 100px; top: 100px; position: absolute; 
	background-color: #FFFFFF; border: 3px solid #fec240; box-shadow: 5px 5px 5px #000;
	-moz-border-radius: 10px; border-radius: 10px 10px 0px 0px;
}
.frameHeader { background-color: #fec240; color: white; }
.frameFooter { background-color: #fec240; }
.frameClose { cursor: pointer; float: right; padding: 5px 5px 5px 0px; text-align: right; font: 14px Tahoma, Helvetica, Verdana; }
.frameTitle { font: bold 18px Oswald; padding: 5px 0px 5px 10px; }
.frameContent { padding: 5px; overflow:auto; width: 700px; height: 600px; }
.frameMessage {background: #E0E0FF; color: #0000CC; border: 1px solid #0000CC; padding: 6px; margin: 5px 0px 5px 0px; text-align: center; font-weight: bold; }
.frameError {background: #FFE0E0; color: #CC0000; border: 1px solid #CC0000; padding: 6px; margin: 5px 0px 5px 0px; text-align: center;}

/**** popup for order details *****/
div.orderPopup {background: #FFFFFF; border: 1px solid #D5D4E9; padding: 2px; display: none; position: absolute; left: 0px; top: 0px; z-index: 10; }

/***  ***/
.block-articles-details .titleTopCenter	{padding: 6px 0px 6px 0px;}
.block-basket-recommended select	{margin-right: 5px;}
.block-user-profile .titleTopCenter div	{text-align: center;}
.block-search select	{margin-bottom: 7px;}
.block-reviews .titleTopCenter	{padding: 8px 10px;}
.no-articles { padding: 10px; }

#categories_box select	{display: block; margin: 0px 0px 5px 0px;}
#categories_box a	{display: inline-block; background: #E8E8E8; border: 1px solid #93BDFD; padding: 3px 10px; text-decoration: none; margin-bottom: 5px;}

/*** cookies control styles ***/
.cookieControl{width:32px;height:32px;background:url(../images/icons/va_cookies.png) no-repeat 0 -32px;position:fixed;left:0;bottom:0;z-index:1000;}
.cookieControl:hover{cursor:pointer;}
.cookieInfo{position:fixed;bottom:40px;left:40px;width:200px;height:200px;border:2px solid #333;border-radius:10px;padding:20px;z-index:1000;background-color:#fff;}
.cookieInfo .button{padding:3px 15px;border:1px solid #333;border-radius:7px;float:left;margin:20px 15px 0;color:#fff;font-weight:700;width:30px;text-align:center;}
.cookieInfo div.bn-green{float:left;background-color:green;}
.cookieInfo div.bn-red{background-color:red;float:right;}
.cookieInfo .button:hover{opacity:0.8;cursor:pointer;}
.cookieInfoClose{position:absolute;top:3px;right:3px;width:12px;height:12px;background:url(../images/icons/buttonClose.png) 0 0 no-repeat;}
.cookieInfoClose:hover{background-position:0 -12px;cursor:pointer;}

/*** twitter styles ***/
div.tweet{padding:2px 0 5px;border-bottom: 1px solid #ddd;}
img.twitterImg{float: left;margin-right: 5px;}
/*** facebook styles ***/
.facebook li{list-style:none; display:block;padding: 0 7px 7px 7px;}
.facebook .from{padding-bottom:5px;text-decoration:underline;}
.facebook .date{font-size:11px;font-style:italic;}

/**** NEW Internal Messages styles ****/
.msg-box { border: 1px solid #c0c0c0; }
.folders {}
.folder { padding: 3px; }
.unreadFolder { font-weight: bold; padding: 3px; }

.newMessage { padding: 6px; }
.noMessages { color: #333333; font-style: italic; text-align: center; border: 1px solid #777777; padding: 10px 50px; background: #DDDDDD; margin: 6px; }
.messageSaved, .messageSent { color: #0000FF; text-align: center; border: 1px solid #AAAAFF; padding: 10px 50px; background: #EEEEFF; margin: 6px; }
.messagesHeader td { font-weight: bold; background: #DDDDDD; }
.messageRead {}
.messageUnread td a { font-weight: bold; }

.viewMessage {  }

.msgHeader { clear: both; padding: 5px; }
.headerTitle { float: left; width: 100px; font-weight: bold; padding: 6px; }
.headerValue { float: left; }
.headerValue div { width: 400px; padding: 5px; border: 1px dotted #AAA; background-color: white; }

.headerValue .profile { float: right; }

.headerDesc div { float: left; width: 400px; padding: 5px; border: 1px solid #EEE; background-color: #EEE; }
.headerValue input { width: 400px; padding: 5px; border: 1px solid #AAA; background-color: white; }

.msgText { clear: both; } 
.msgText div { width: 502px; border: 1px dotted #AAA; margin-left: 5px; margin-top: 27px; padding: 10px; background-color: white; word-wrap: break-word; }
.msgText textarea { width: 502px; border: 1px solid #AAA; margin-left: 5px; margin-top: 7px; padding: 10px; background-color: white; }
.msgButtons { clear: both; margin: 5px; padding: 5px; }

.msgLeft { float: left; width: 15%; }
.msgLeftHeader { 
	border-bottom: 1px solid #c0c0c0; 
	background-color: gray; color: white; 
	padding: 5px 5px 5px 8px; 
	height: 18px;
}
.msgLeftContent { color: white; padding: 5px; }

.msgRight  { float: left; width: 85% }
.msgRightHeader { 
	font-weight: bold;
	border-right: 1px solid #c0c0c0; 
	border-left: 1px solid #c0c0c0; 
	border-bottom: 1px solid #c0c0c0;  
	background-color: gray; color: white; 
	height: 18px;
	padding: 5px; 
}
.msgRightContent { 
	border-left: 1px solid #c0c0c0; 
}

/*** OPC (one page checkout) styles  ***/
.personal-data { width: 50%; float: left;  }
.delivery-data { width: 50%; float: left;  }
.data-title { font-size: 18px; font-weight: bold; background: #daf9c8; min-height: 50px; padding: 5px; border-bottom: 1px solid #7fce83; }
.data-info { font-size: 12px; line-height: 14px; font-weight: normal; }
.field { clear: both; padding: 5px; overflow: hidden; }
.field .comments { font-style: italic; color: gray; font-family: times; }
.field .name { padding-top: 2px; float: left; width: 35%; }
.field .control { float: left; width: 65%; }
.payment-data .field .name { width: 20%; }
.payment-data .field .control { width: 60%; }

.field .control input[type="text"], .field .control select { width: 90%; }
.field-subscribe { border-top: 1px solid #7fce7f; padding: 5px; background: #def9c8; }
.buttons { text-align: right; }

.bk-order-form table th, .bk-order-form table td { padding: 3px 6px; }
.foot-content { margin: 5px 10px; }
.step-summary {
	float: left; 
	background-color: #EEE;
	color: #333; font-family: Verdana; font-size: 16px; font-weight: bold; border-radius: 5px; border: 2px solid #e3fbbd; 
	padding: 8px 20px;
	margin-right: 10px;
	box-shadow: 3px 3px 3px #888888;
}
.step-total { color: blue; }

.step-continue { float: right; }
input.continue { 
	font-family: Verdana;
	font-size: 20px; font-weight: bold; 
	border-radius: 5px;
	background: linear-gradient(white, #84c066);
	padding: 5px 20px;
	box-shadow: 3px 3px 3px #888888;
}
.black .step-summary, .black input.continue { box-shadow: 3px 3px 3px #333;  }

.step-link {  text-align: left;  padding-left: 10px;  }

.active { clear: both; } 
.inactive { clear: both; } 
.closed { clear: both; } 
.closed .step-link { cursor: pointer;  }
.moving { overflow: hidden; }

.inactive { opacity: 0.3; }
.inactive .sub-body, .closed .sub-body, .inactive .foot-content, .closed .foot-content { display: none; }
.block.bk-order-form .body { border-radius: 0; padding: 0px; }
.block.bk-order-form .sub-head { padding: 10px 5px; }
.block.bk-order-form .sub-body { padding: 0px; }

.bk-order-form .sub-head { border-bottom: 1px solid #92ce7f; background: #dffec3; color: #79ae5f; font-weight: bold; border-radius: 5px 5px 0 0; }
.bk-order-form .closed .sub-head { background: #FFF3DE; }
.block.bk-order-form .sub-head#userTitle, .block.bk-order-form .sub-head#shippingTitle, .block.bk-order-form .sub-head#paymentTitle { border-radius: 0; }
.block.bk-order-form .inactive#paymentStep .sub-head#paymentTitle { border-radius: 0 0 5px 5px; }
.block.bk-order-form .inactive .sub-foot, .block.bk-order-form .closed .sub-foot { border-top: none; }
.block.bk-order-form .sub-foot { border-bottom: 1px solid #C0C0C0; border-top: 1px solid #C0C0C0; }
.block.bk-order-form #paymentStep .sub-foot { border-bottom: none; }

.white .bk-order-form .sub-foot { border-color: #C0C0C0; }

.white .block .closed .sub-head, .white .block .inactive .sub-head { border-color: #E4E4E4; }

div.errors { background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px; text-align: center; width: 97%; margin: auto; margin-top: 10px; margin-bottom: 5px;}
div.hidden { display: none; }
/*** end OPC styles ***/


/*** popup frame styles ***/
.popupFrame {
	left: 100px; top: 100px; 
	position: absolute; 
	background-color: #FFFFFF;
	border: 3px solid #fec240;
	

	-moz-border-radius: 10px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 5px 5px 5px #000;
}

.frameHeader { background-color: #fec240; color: white; }
.frameFooter { background-color: #fec240; }

.frameClose { cursor: pointer; float: right; padding: 5px 5px 5px 0px; text-align: right; font: 14px Tahoma, Helvetica, Verdana; }
.frameTitle { font: bold 18px Oswald; padding: 5px 0px 5px 10px; }

.frameContent { padding: 5px; overflow:auto; width: 700px; height: 600px; }

.frameMessage {background: #E0E0FF; color: #0000CC; border: 1px solid #0000CC; padding: 6px; margin: 5px 0px 5px 0px; text-align: center; font-weight: bold; }
.frameError {background: #FFE0E0; color: #CC0000; border: 1px solid #CC0000; padding: 6px; margin: 5px 0px 5px 0px; text-align: center;}

/**** popup for order details *****/
div.orderPopup {background: #FFFFFF; border: 1px solid #D5D4E9; padding: 2px; display: none; position: absolute; left: 0px; top: 0px; z-index: 10; }

/* live support block */
.bk-support-live { z-index: 1000; position: fixed; bottom: -10px; right: 10px;  border-radius: 10px; padding: 10px 20px 15px 20px; cursor: pointer; }
.bk-support-live .title { font-size: 18px; font-weight: bold; text-align: center; padding: 0; }
.bk-support-live .desc { display: none; }
.bk-support-live .desc.desc-show { display: block; }
.bk-support-live .online-desc {text-align: center; }
.support-online  .head { background-color: #CCCCEE; b2order: 2px solid blue; color: blue; }
.support-offline .head { background-color: #EEE; bo2rder: 2px solid #999; color: #999; }

.bk-sliders.content-only { border: none; background: none; border-radius: 0; padding: 0; }
.bk-sliders.content-only .head { display: none; }
.bk-sliders.content-only div.body { border: none; background: none; border-radius: 0; padding: 0;  }
.bk-sliders { position: relative; overflow: hidden; }
.bk-message { color: #0000FF; text-align: center; border: 1px solid #AAAAFF; padding: 10px; background: #EEEEFF; border-radius: 5px; }
.bk-error { color: #FF0000; text-align: center; border: 1px solid #FFAAAA; padding: 10px; background: #FFEEEE; border-radius: 5px; }
.bk-intro, .bk-filter { border: 1px solid #C0C0C0; padding: 10px; border-radius: 5px; }
.bk-articles-hot { position: relative; } 

.imageSelect { border: 3px solid #ffffff; margin: 2px 2px 5px 5px; }
.imageSelected { border: 3px solid #46eb2b; margin: 2px 2px 5px 5px; }
.optionTitle { color: #606060; padding: 10px; text-transform: uppercase; font-weight: bold; white-space: nowrap; font-size: 36px; }
.optionValue { color: #606060; text-transform: none; white-space: nowrap; font-size: 36px; }
.optionSubTitle { color: #9e774e; text-transform: uppercase; font-weight: bold; font-size: 9px; white-space: nowrap; }
.optionImages { width: 400px; display: none; padding: 10px; }
.optionImagesOpen { width: 418px; display: block; }

.category-select { position: relative; }
.category-select > span, .category-select > i { cursor: pointer; } 
.categories-options { display: none; position: absolute; background: #FAFAFA; top: 29px; border: 1px solid #CDCDCD; color: #555; text-align: left; height: 300px; overflow-y: auto; overflow-x: hidden;  }
.categories-options.expand-open { display: block; }
.categories-options [data-type="option"] { white-space: nowrap; padding: 2px 25px 2px 10px; cursor: pointer; }
.categories-options [data-type="option"]:hover { background: #DDD; }
.categories-options .selected { font-weight: bold; }

@media (max-width: 1250px) {
.layout { width: 100%; }
/* Double frame */
.lt-double .fm-middle { width: 750px; }
/* Triple frame */
.lt-triple .fm-left {width: 250px; }
.lt-triple .fm-middle {width: 500px; }
/* Hot frame */
.lt-hot .fm-hot {float: left; width: 100%; }
.lt-hot .fm-middle {float: left; width: 500px; }
}


@media (max-width: 1024px) {
.bk-header .menu { clear: both; width: 100%; }
.bk-header .nav-expand { display: block; }
.nav-header { display: none; margin: 0; }
.nav-header.expand-open { display: block; }
.nav-header li ul, .nav-header li ul li ul { position: static; width: auto; float: none; margin-left: 20px; border: none; border-left: 1px solid #c0c0c0;  }
.nav-header li li a { background: none; border: none; border-bottom: 1px solid #c0c0c0; padding: 10px; }
.nav-header li li:last-child a { border: none; }
.nav-header li li { background: #f4f4f4; border: none; }
.nav-header li.nav-open { border-bottom: 1px solid #c0c0c0; }
.nav-header li ul { position: static; width: auto; }
.nav-header li ul ul { position: static; width: auto; }
.nav-header li li { width: auto; float: none; }
.nav-header li { float: none; position: static; padding: 0; width: auto; }
.nav-header li a { padding: 10px; border-bottom: 1px solid #c0c0c0; }
.nav-header li { background: #f0f0f0; }
.nav-header li li { background: #e0e0e0; }
.nav-header li li li { background: #d0d0d0; }
.nav-header li.nav-childs {  }
.nav-header li.nav-childs a {  }
.nav-header li.nav-childs i { display: block; float: right; cursor: pointer; padding: 10px; font-size: 20px; }
.nav-header li.nav-childs i:hover { color: #1584D2; }
.nav-header li.nav-childs > i:before { content: "\f107"; }
.nav-header li.nav-childs.nav-open > i:before { content: "\f106"; }
ul.nav-bar > li.nav-right { float: left; }
.nav-bar > li > a > span { display: none; }
li > a > i, li.nav-right > a > i { padding: 0; }
li.cart.nav-right > a > i { padding: 0 4px 0 0; }

.layout { width: 750px; }
/* Double frame */
.lt-double .fm-left { width: 250px; }
.lt-double .fm-middle { width: 500px; }
/* Triple frame */
.lt-triple .fm-left { float: left; width: 250px; }
.lt-triple .fm-middle {float: left; width: 500px; }
.lt-triple .fm-right { clear: both; width: 750px; }

/* Triple frame */
.lt-hot .fm-hot { width: 100%; }
.lt-hot .fm-right { float: none; width: 750px; }
.lt-hot .fm-middle {float: left; width: 500px; }

.fm-hot .block, .fm-left .block, .fm-right .block,
.fm-hot .area, .fm-left .area, .fm-right .area,
.fm-hot .breadcrumb, .fm-left .breadcrumb, .fm-right .breadcrumb { margin: 10px 0 0 0; }
.fm-middle .block, .fm-middle .area, .fm-middle .breadcrumb { margin: 10px 0 0 10px; }
}

@media (max-width: 780px) {
.layout { width: 100%; }
/* all frames */
.layout .fm-hot {float: none; width: auto; }
.layout .fm-left {float: none; width: auto; }
.layout .fm-middle {float: none; width: auto; }
.layout .fm-right {float: none; width: auto; }
.fm-middle .block, .fm-middle .breadcrumb { margin: 10px 0 0 0; }
}

@media (max-width: 640px) {
.col { float: none; }
.bk-navigation-bar .nav-expand { display: block; text-align: left; }
ul.nav-bar { display: none; border: none; }
ul.nav-bar.expand-open { display: block; }
ul.nav-bar > li, ul.nav-bar > li.nav-right { float: none; display: block; border-bottom: 1px solid #aaa; border-style: none none solid none;}
ul.nav-bar > li > a > span { float: none; display: inline-block; }
ul.nav-bar > li > a > img { float: left; }
ul.nav-bar > li > a { display: inline-block; float: none; }
ul.nav-bar li > a > i { display: block; float: left; padding: 0 10px 0 5px; }
li.cart.nav-right > a > i { float: left; padding: 0 10px 0 5px; }
li.cart.nav-right .cart-qty, li.cart .cart-qty { left: 28px; right: auto;}
ul li.search.nav-right > ul, ul li.site-search.nav-right > ul, ul li.search > ul, ul li.site-search > ul { left: 0; right: 0; width: auto; }
ul.nav-bar li.cart ul { width: auto; left: 0; right: 0; }
}

@media (max-width: 480px) {
.bk-product-details .image-block { float: none; width: 100%; }
.bk-product-details .buy-block { float: none; width: 100%; margin-top: 10px; }
.buy-block .highlights, .buy-block .prices, .buy-block .buttons { float: none, width: 100%; margin-left: 0; }
.tabs { padding: 0; }
.tabs li { float: none; margin: 0; }
.tabs li a { padding: 8px;}
}

/* icons: spin animation, asc, desc */
i.spin { display: inline-block; -webkit-animation: spin 1s infinite steps(8); animation: spin 1s infinite steps(8); color: #555; }
i.spin:before { content: "\f110"; }
.sort-asc, .sort-desc { font-size: 18px; font-weight: normal; color: #000; text-decoration: none; padding: 0 3px; }
.sort-on { color: #1584D2; text-decoration: none; }
.sort-asc:after { content: "\f0d8"; }
.sort-desc:after { content: "\f0d7"; }
.name-asc:after { content: "\f15d"; }
.name-desc:after { content: "\f15e"; }
.number-asc:after { content: "\f162"; }
.number-desc:after { content: "\f163"; }
 

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


.bk-manufacturers.block { border: 1px solid #c0c0c0; border-radius: 15px;   }
.bk-manufacturers.block > div { border: 10px solid #e4e4e4; border-radius: 15px; }
.bk-manufacturers.block > div > div { border: 1px solid #c0c0c0; border-radius: 5px;   }

.bk-manufacturers.block .body { border: none; }
.bk-manufacturers.block .head { border: none; }


/* test classes */
.vat-number td { background: #DFF; }
.gift-pack td { background: #FDF; }

/*END DEFAULT CSS */

.green {background: #75CB5F; font: 18px "Oswald", font-weight: "300"; color: #80120a; text-align:center;}

.testimonial {background: #2b7f3f; font: 18px "Oswald", font-weight: "300"; color: #ffffff;}
.testimonial-header {font: 25px "Oswald", sans-serif; color: #ffffff;}
.testimonial-center {padding: 10px; text-align:center;}

/*.active { clear: both; }*/
.inactive { clear: both; }
.closed { clear: both; }
.closed .stepLink { cursor: pointer;  }

.inactive { opacity: 0.3; }
.inactive .TopTitleBgr { color: black; }
.inactive .BlockMiddle { display: none; }
.inactive .BlockBottom { display: none; }
.inactive .continueCheckout {display: none; }
.inactive .orderSummary {display: none; }

.closed .BlockMiddle { display: none; }
.closed .BlockBottom { display: none; }
.closed .continueCheckout {display: none; }
.closed .orderSummary {display: none; }

.moving { overflow: hidden; }

div.errors { background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px; text-align: center; width: 97%; margin: auto; margin-top: 10px; margin-bottom: 5px;}
div.hidden { display: none; }

/*** General styles ***/
body		{font: 15px; font-family: "Oswald"; font-weight: "300"; sans-serif; color: #000000; margin: 0px; padding: 0px; background-color: #FFFFFF;	}
body.popup	{font: 15px; font-family: "Oswald"; font-weight: "300"; sans-serif; color: #000000; margin: 0px; padding: 0px; background: #FFFFFF;}

tr, td		{font: 15px; font-family: "Oswald"; font-weight: "300"; sans-serif; color: #000000;}

h1, h2, h3		{font-family: 'Oswald', cursive; padding: 0px; margin: 0px;}

.bigfont  {font-size: 1em; color:#0A2705;}
.mediumfont  {font-size: 1.5em; color:#F39;}

#Tabs ul{z-index:0;padding:0px;margin:0px;margin-left:10px;list-style-type:none;}
#Tabs ul li{display:inline-block;clear:none;float:left;height:28px;}
#Tabs ul li a{position:relative;margin-top:5px;display:block;margin-left:6px;line-height:20px;padding-left:10px;background:#093;z-index:9999;border:1px solid #ccc;border-bottom:0px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;width:130px;color:#000000;text-decoration:none;font-weight:bold;background-color:#FFF;}
#Tabs ul li a:hover{color:#00C; font-size:16px;//a very simple effect when hovering the mouse on tab}
#Tabs ul li a:active{color:#C00; font-size:16px;}
#Tabs #Content_Area{//this is the css class for the content displayed in each tab
padding:0 15px;clear:both;overflow:hidden;line-height:19px;position:relative;top:20px;z-index:5;height:500px;overflow:hidden;}
a.info{position:inherit;color:#000;top:100px;left:50px;text-decoration:none;text-align:center;}
a.info span{display:none}
a.info:hover span{display:block;position:absolute;z-index:1001;top:-60px;width:15em;border:5px solid #0cf;background-color:#cff;color:#000;text-align:center;padding:10px;}
a.info:hover span:after{content:'';position:inherit;bottom:-11px;width:10px;height:10px;border-bottom:5px solid #0cf;border-right:5px solid #0cf;background:#cff;left:50%;margin-left:-5px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.imagecontainerright{overflow:hidden;max-width:100%;float:right;margin-bottom:0.5em;margin-left:2.53164557%;width:30%;}
.imagecontainerleft{overflow:hidden;max-width:100%;float:left;margin-bottom:0.5em;margin-left:2.53164557%;width:30%;}
.imgcontainer{max-width:100%;}
.tooltipster-default{border-radius:5px;border:2px solid #000;background:#4c4c4c;color:#fff;}
.tooltipster-default .tooltipster-content{font-family:Arial, sans-serif;font-size:14px;line-height:16px;padding:8px 10px;overflow:hidden;}
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border{}
.tooltipster-icon{cursor:help;margin-left:4px;}
.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:0;overflow:visible;}
.tooltipster-base .tooltipster-content{overflow:hidden;}
.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;}
.tooltipster-arrow span, .tooltipster-arrow-border{display:block;width:0;height:0;position:absolute;}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-top:8px solid;bottom:-7px;}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-top:9px solid;bottom:-7px;}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-bottom:8px solid;top:-7px;}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-bottom:9px solid;top:-7px;}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0 auto;}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span{left:6px;}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px;}
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span{right:6px;}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px;}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px;}
.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-left:9px solid;margin-top:-8px;}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px;}
.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-right:9px solid;margin-top:-8px;}
.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity;}
.tooltipster-fade-show{opacity:1;}
.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden;}
.tooltipster-grow-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);}
.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;}
.tooltipster-swing-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 1);-webkit-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-moz-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-ms-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-o-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);}
.tooltipster-fall{top:0;-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);}
.tooltipster-fall-show{}
.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0px !important;opacity:0;}
.tooltipster-slide{left:-40px;-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);}
.tooltipster-slide.tooltipster-slide-show{}
.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0px !important;opacity:0;}
.tooltipster-content-changing{opacity:0.5;-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}
/* css-slider owl code */

.coupon_save {
	font-size:22px;
}
.price_table {
    width:100%;
	border-width:0;
}
.price_table tr {
    margin:0;
    padding:4px;
}
.price_table td {
    padding:4px;
	vertical-align:middle;
	text-align:center;
}
.price_table_header {
	background-color:#FC0;
}
.price_table_top {
	background-color:#FFC;
}
.price_table_row {
	background-color:#FFC;
}
.price_table_pets {
	background-color:#66cccc;
}
.price_table_people {
	background-color:#ffff33;
}
.price_table_landscape {
	background-color:#ffcc99;
}
.price_table_frames {
	background-color:#fbf2b8;
}
.price_table_top {
	width: 20%;
}
.price_table_top2 {
	width: 60%;
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;}
.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;font size:0.7em;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;font size:0.7em;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.owl-item.loading{min-height:150px;background:url(https://www.lovecustomart.com/images/AjaxLoader.gif) no-repeat center center}
.owl-theme-slider .owl-controls .owl-buttons div{position:absolute;}
.owl-theme-slider .owl-controls .owl-buttons .owl-prev{left:-45px;top:55px;}
.owl-theme-slider .owl-controls .owl-buttons .owl-next{right:-45px;top:55px;}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel-painting-slider .owl-wrapper:after{content:".";display:block;text-align:center;clear:both;visibility:hidden;line-height:0;height:200px;width:260px;}
.owl-carousel{display:none;position:relative;width:100%;height:auto;-ms-touch-action:pan-y;}
.owl-carousel-painting-slider{display:none;position:relative;width:100%;height:auto;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none;position:relative;width:100%;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel-painting-slider .owl-wrapper{display:none;position:relative;width:300px;height:200px;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel-painting-slider .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;height:auto;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel-painting-slider .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float:left;}
.owl-carousel-painting-slider .owl-item{float:left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor:pointer;}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
.grabbing{cursor:url(https://www.lovecustomart.com/images/grabbing.png) 8 8, move;}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}
.owl-carousel-painting-slider .owl-wrapper,
.owl-carousel-painting-slider .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}
@font-face{font-family:"basiccontrols";src:url("https://www.lovecustomart.com/slideshow/engine1/basiccontrols.eot");src:url("https://www.lovecustomart.com/slideshow/engine1/basiccontrols.eot#iefix") format("embedded-opentype"),
url("https://www.lovecustomart.com/slideshow/engine1/basiccontrols.woff") format("woff"),
url("https://www.lovecustomart.com/slideshow/engine1/basiccontrols.ttf") format("truetype"),
url("https://www.lovecustomart.com/slideshow/engine1/basiccontrols.svg#basic") format("svg");font-weight:normal;font-style:normal;}
.csslider1{display:inline-block;position:relative;width:100%;max-height:460px;margin-top:10px;}
.csslider1 > .cs_anchor{display:none;}
.csslider1 > ul{position:relative;z-index:1;font-size:0;line-height:0;margin:0 auto;padding:0;height:460px;overflow:hidden;white-space:nowrap;}
.csslider1 > ul > li.img img{width:100%;}
.csslider1 > ul > li.img{font-size:0pt;}
.csslider1 > ul > li{position:relative;display:inline-block;width:100%;height:100%;overflow:hidden;font-size:15px;font-size:initial;line-height:normal;white-space:normal;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.csslider1 .cs_lnk{position:absolute;top:-9999px;left:-9999px;font-size:0pt;opacity:0;filter:alpha(opacity=0);}
.csslider1 > ul > li.img,
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_bullets,
.csslider1 > .cs_play_pause{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext{position:absolute;top:50%;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;z-index:5;}
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label{position:absolute;text-decoration:none;cursor:pointer;opacity:0;z-index:-1;}
.csslider1 > .cs_arrowprev{left:0;}
.csslider1 > .cs_arrownext{right:0;}
.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label{opacity:0;z-index:-1;}
.csslider1 > #cs_slide1_0:checked ~ .cs_arrowprev > label.num11,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrowprev > label.num11,
.csslider1 > #cs_slide1_0:checked ~ .cs_arrownext > label.num1,
.csslider1 > #cs_pause1_0:checked ~ .cs_arrownext > label.num1,
.csslider1 > #cs_slide1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_slide1_1:checked ~ .cs_arrownext > label.num2,
.csslider1 > #cs_pause1_1:checked ~ .cs_arrownext > label.num2,
.csslider1 > #cs_slide1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_pause1_2:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_slide1_2:checked ~ .cs_arrownext > label.num3,
.csslider1 > #cs_pause1_2:checked ~ .cs_arrownext > label.num3,
.csslider1 > #cs_slide1_3:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_pause1_3:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_slide1_3:checked ~ .cs_arrownext > label.num4,
.csslider1 > #cs_pause1_3:checked ~ .cs_arrownext > label.num4,
.csslider1 > #cs_slide1_4:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_pause1_4:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_slide1_4:checked ~ .cs_arrownext > label.num5,
.csslider1 > #cs_pause1_4:checked ~ .cs_arrownext > label.num5,
.csslider1 > #cs_slide1_5:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_pause1_5:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_slide1_5:checked ~ .cs_arrownext > label.num6,
.csslider1 > #cs_pause1_5:checked ~ .cs_arrownext > label.num6,
.csslider1 > #cs_slide1_6:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_pause1_6:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_slide1_6:checked ~ .cs_arrownext > label.num7,
.csslider1 > #cs_pause1_6:checked ~ .cs_arrownext > label.num7,
.csslider1 > #cs_slide1_7:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_pause1_7:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_slide1_7:checked ~ .cs_arrownext > label.num8,
.csslider1 > #cs_pause1_7:checked ~ .cs_arrownext > label.num8,
.csslider1 > #cs_slide1_8:checked ~ .cs_arrowprev > label.num7,
.csslider1 > #cs_pause1_8:checked ~ .cs_arrowprev > label.num7,
.csslider1 > #cs_slide1_8:checked ~ .cs_arrownext > label.num9,
.csslider1 > #cs_pause1_8:checked ~ .cs_arrownext > label.num9,
.csslider1 > #cs_slide1_9:checked ~ .cs_arrowprev > label.num8,
.csslider1 > #cs_pause1_9:checked ~ .cs_arrowprev > label.num8,
.csslider1 > #cs_slide1_9:checked ~ .cs_arrownext > label.num10,
.csslider1 > #cs_pause1_9:checked ~ .cs_arrownext > label.num10,
.csslider1 > #cs_slide1_10:checked ~ .cs_arrowprev > label.num9,
.csslider1 > #cs_pause1_10:checked ~ .cs_arrowprev > label.num9,
.csslider1 > #cs_slide1_10:checked ~ .cs_arrownext > label.num11,
.csslider1 > #cs_pause1_10:checked ~ .cs_arrownext > label.num11,
.csslider1 > #cs_slide1_11:checked ~ .cs_arrowprev > label.num10,
.csslider1 > #cs_pause1_11:checked ~ .cs_arrowprev > label.num10,
.csslider1 > #cs_slide1_11:checked ~ .cs_arrownext > label.num0,
.csslider1 > #cs_pause1_11:checked ~ .cs_arrownext > label.num0{opacity:1;z-index:5;}
@-webkit-keyframes arrow{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
@-moz-keyframes arrow{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
@-ms-keyframes arrow{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
@-o-keyframes arrow{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
@keyframes arrow{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num11,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num1{-webkit-animation:arrow 96000ms infinite -2000ms;-moz-animation:arrow 96000ms infinite -2000ms;-ms-animation:arrow 96000ms infinite -2000ms;-o-animation:arrow 96000ms infinite -2000ms;animation:arrow 96000ms infinite -2000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num0,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num2{-webkit-animation:arrow 96000ms infinite 6000ms;-moz-animation:arrow 96000ms infinite 6000ms;-ms-animation:arrow 96000ms infinite 6000ms;-o-animation:arrow 96000ms infinite 6000ms;animation:arrow 96000ms infinite 6000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num1,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num3{-webkit-animation:arrow 96000ms infinite 14000ms;-moz-animation:arrow 96000ms infinite 14000ms;-ms-animation:arrow 96000ms infinite 14000ms;-o-animation:arrow 96000ms infinite 14000ms;animation:arrow 96000ms infinite 14000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num2,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num4{-webkit-animation:arrow 96000ms infinite 22000ms;-moz-animation:arrow 96000ms infinite 22000ms;-ms-animation:arrow 96000ms infinite 22000ms;-o-animation:arrow 96000ms infinite 22000ms;animation:arrow 96000ms infinite 22000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num3,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num5{-webkit-animation:arrow 96000ms infinite 30000ms;-moz-animation:arrow 96000ms infinite 30000ms;-ms-animation:arrow 96000ms infinite 30000ms;-o-animation:arrow 96000ms infinite 30000ms;animation:arrow 96000ms infinite 30000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num4,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num6{-webkit-animation:arrow 96000ms infinite 38000ms;-moz-animation:arrow 96000ms infinite 38000ms;-ms-animation:arrow 96000ms infinite 38000ms;-o-animation:arrow 96000ms infinite 38000ms;animation:arrow 96000ms infinite 38000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num5,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num7{-webkit-animation:arrow 96000ms infinite 46000ms;-moz-animation:arrow 96000ms infinite 46000ms;-ms-animation:arrow 96000ms infinite 46000ms;-o-animation:arrow 96000ms infinite 46000ms;animation:arrow 96000ms infinite 46000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num6,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num8{-webkit-animation:arrow 96000ms infinite 54000ms;-moz-animation:arrow 96000ms infinite 54000ms;-ms-animation:arrow 96000ms infinite 54000ms;-o-animation:arrow 96000ms infinite 54000ms;animation:arrow 96000ms infinite 54000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num7,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num9{-webkit-animation:arrow 96000ms infinite 62000ms;-moz-animation:arrow 96000ms infinite 62000ms;-ms-animation:arrow 96000ms infinite 62000ms;-o-animation:arrow 96000ms infinite 62000ms;animation:arrow 96000ms infinite 62000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num8,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num10{-webkit-animation:arrow 96000ms infinite 70000ms;-moz-animation:arrow 96000ms infinite 70000ms;-ms-animation:arrow 96000ms infinite 70000ms;-o-animation:arrow 96000ms infinite 70000ms;animation:arrow 96000ms infinite 70000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num9,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num11{-webkit-animation:arrow 96000ms infinite 78000ms;-moz-animation:arrow 96000ms infinite 78000ms;-ms-animation:arrow 96000ms infinite 78000ms;-o-animation:arrow 96000ms infinite 78000ms;animation:arrow 96000ms infinite 78000ms;}
.csslider1 > #cs_play1:checked ~ .cs_arrowprev > label.num10,
.csslider1 > #cs_play1:checked ~ .cs_arrownext > label.num0{-webkit-animation:arrow 96000ms infinite 86000ms;-moz-animation:arrow 96000ms infinite 86000ms;-ms-animation:arrow 96000ms infinite 86000ms;-o-animation:arrow 96000ms infinite 86000ms;animation:arrow 96000ms infinite 86000ms;}
.csslider1 > .slide:checked ~ .cs_arrowprev > label,
.csslider1 > .slide:checked ~ .cs_arrownext > label,
.csslider1 > .pause:checked ~ .cs_arrowprev > label,
.csslider1 > .pause:checked ~ .cs_arrownext > label{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;}
.csslider1 > .cs_bullets{position:absolute;left:0;width:100%;z-index:6;font-size:0;line-height:8pt;text-align:center;}
.csslider1 > .cs_bullets > div{margin-left:-50%;width:100%;}
.csslider1 > .cs_bullets > label{position:relative;display:inline-block;cursor:pointer;}
.csslider1 > .cs_bullets > label > .cs_thumb{visibility:hidden;position:absolute;opacity:0;z-index:1;line-height:0;left:-60.5px;top:-48px;}
.csslider1 > .cs_bullets > label > .cs_thumb > img{max-width:none;}.csslider1 > .cs_description{z-index:3;}
.csslider1 > .cs_description a,
.csslider1 > .cs_description a:visited,
.csslider1 > .cs_description a:active{color:inherit;}
.csslider1 > .cs_description a:hover{text-decoration:none;}
.csslider1 > .cs_description > label{position:absolute;word-wrap:break-word;white-space:normal;text-align:left;max-width:50%;left:0;}
.csslider1 > .cs_description > label > span{vertical-align:top;}
.csslider1 > .cs_description > label span{display:inline-block;}.csslider1 > .cs_play_pause{position:absolute;top:50%;left:50%;z-index:5;}
.csslider1 > .cs_play_pause > label{position:absolute;cursor:pointer;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .slide:checked ~ .cs_play_pause > .cs_play,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_play{display:block;z-index:5;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_play,
.csslider1 > .slide:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_pause{display:none;z-index:-1;}
@-webkit-keyframes pauseChange{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
@-moz-keyframes pauseChange{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
@-ms-keyframes pauseChange{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
@-o-keyframes pauseChange{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
@keyframes pauseChange{0%, 8.323333333333334%{opacity:1;z-index:5;}
8.333333333333334%, 100%{opacity:0;z-index:-1;}
}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num0{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite -2000ms;-moz-animation:pauseChange 96000ms infinite -2000ms;-ms-animation:pauseChange 96000ms infinite -2000ms;-o-animation:pauseChange 96000ms infinite -2000ms;animation:pauseChange 96000ms infinite -2000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num1{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 6000ms;-moz-animation:pauseChange 96000ms infinite 6000ms;-ms-animation:pauseChange 96000ms infinite 6000ms;-o-animation:pauseChange 96000ms infinite 6000ms;animation:pauseChange 96000ms infinite 6000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num2{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 14000ms;-moz-animation:pauseChange 96000ms infinite 14000ms;-ms-animation:pauseChange 96000ms infinite 14000ms;-o-animation:pauseChange 96000ms infinite 14000ms;animation:pauseChange 96000ms infinite 14000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num3{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 22000ms;-moz-animation:pauseChange 96000ms infinite 22000ms;-ms-animation:pauseChange 96000ms infinite 22000ms;-o-animation:pauseChange 96000ms infinite 22000ms;animation:pauseChange 96000ms infinite 22000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num4{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 30000ms;-moz-animation:pauseChange 96000ms infinite 30000ms;-ms-animation:pauseChange 96000ms infinite 30000ms;-o-animation:pauseChange 96000ms infinite 30000ms;animation:pauseChange 96000ms infinite 30000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num5{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 38000ms;-moz-animation:pauseChange 96000ms infinite 38000ms;-ms-animation:pauseChange 96000ms infinite 38000ms;-o-animation:pauseChange 96000ms infinite 38000ms;animation:pauseChange 96000ms infinite 38000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num6{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 46000ms;-moz-animation:pauseChange 96000ms infinite 46000ms;-ms-animation:pauseChange 96000ms infinite 46000ms;-o-animation:pauseChange 96000ms infinite 46000ms;animation:pauseChange 96000ms infinite 46000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num7{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 54000ms;-moz-animation:pauseChange 96000ms infinite 54000ms;-ms-animation:pauseChange 96000ms infinite 54000ms;-o-animation:pauseChange 96000ms infinite 54000ms;animation:pauseChange 96000ms infinite 54000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num8{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 62000ms;-moz-animation:pauseChange 96000ms infinite 62000ms;-ms-animation:pauseChange 96000ms infinite 62000ms;-o-animation:pauseChange 96000ms infinite 62000ms;animation:pauseChange 96000ms infinite 62000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num9{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 70000ms;-moz-animation:pauseChange 96000ms infinite 70000ms;-ms-animation:pauseChange 96000ms infinite 70000ms;-o-animation:pauseChange 96000ms infinite 70000ms;animation:pauseChange 96000ms infinite 70000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num10{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 78000ms;-moz-animation:pauseChange 96000ms infinite 78000ms;-ms-animation:pauseChange 96000ms infinite 78000ms;-o-animation:pauseChange 96000ms infinite 78000ms;animation:pauseChange 96000ms infinite 78000ms;}
.csslider1 > #cs_play1:checked ~ .cs_play_pause > .cs_pause.num11{opacity:0;z-index:-1;-webkit-animation:pauseChange 96000ms infinite 86000ms;-moz-animation:pauseChange 96000ms infinite 86000ms;-ms-animation:pauseChange 96000ms infinite 86000ms;-o-animation:pauseChange 96000ms infinite 86000ms;animation:pauseChange 96000ms infinite 86000ms;}
.csslider1 > .slide:checked ~ .cs_play_pause > .cs_pause,
.csslider1 > .pause:checked ~ .cs_play_pause > .cs_pause{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;}
.csslider1.cs_handle{cursor:-webkit-grab;cursor:-moz-grab;cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;}
.csslider1.cs_handle.cs_grab{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;}
.csslider1 .cs_gestures{visibility:hidden;position:absolute;font-size:0;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;opacity:0;-webkit-transition:visibility .3s linear, opacity .3s linear;-o-transition:visibility .3s linear, opacity .3s linear;transition:visibility .3s linear, opacity .3s linear;}
.csslider1 .cs_gestures.cs_show{visibility:visible;opacity:1;}
.csslider1 .cs_gestures.cs_show img{width:8.333333333333334%;}
.csslider1 .cs_gestures.cs_show .cs_first_img{position:absolute;left:-8.333333333333334%;top:0;}
.csslider1 .cs_gestures.cs_show .cs_last_img{position:absolute;left:100%;top:0;}
.csslider1 .cs_gestures > div{position:absolute;left:0;top:0;width:1200%;}.csslider1 > ul{overflow:hidden;}
.csslider1 > ul > li{position:absolute;left:0;top:0;display:inline-block;opacity:0;z-index:1;-webkit-transition:-webkit-transform 2000ms ease, opacity 2000ms ease;-moz-transition:-moz-transform 2000ms ease, opacity 2000ms ease;-ms-transition:-ms-transform 2000ms ease, opacity 2000ms ease;-o-transition:-o-transform 2000ms ease, opacity 2000ms ease;transition:transform 2000ms ease, opacity 2000ms ease;-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2);}
.csslider1 > #cs_slide1_0:checked ~ ul > li.num0,
.csslider1 > #cs_pause1_0:checked ~ ul > li.num0,
.csslider1 > #cs_slide1_1:checked ~ ul > li.num1,
.csslider1 > #cs_pause1_1:checked ~ ul > li.num1,
.csslider1 > #cs_slide1_2:checked ~ ul > li.num2,
.csslider1 > #cs_pause1_2:checked ~ ul > li.num2,
.csslider1 > #cs_slide1_3:checked ~ ul > li.num3,
.csslider1 > #cs_pause1_3:checked ~ ul > li.num3,
.csslider1 > #cs_slide1_4:checked ~ ul > li.num4,
.csslider1 > #cs_pause1_4:checked ~ ul > li.num4,
.csslider1 > #cs_slide1_5:checked ~ ul > li.num5,
.csslider1 > #cs_pause1_5:checked ~ ul > li.num5,
.csslider1 > #cs_slide1_6:checked ~ ul > li.num6,
.csslider1 > #cs_pause1_6:checked ~ ul > li.num6,
.csslider1 > #cs_slide1_7:checked ~ ul > li.num7,
.csslider1 > #cs_pause1_7:checked ~ ul > li.num7,
.csslider1 > #cs_slide1_8:checked ~ ul > li.num8,
.csslider1 > #cs_pause1_8:checked ~ ul > li.num8,
.csslider1 > #cs_slide1_9:checked ~ ul > li.num9,
.csslider1 > #cs_pause1_9:checked ~ ul > li.num9,
.csslider1 > #cs_slide1_10:checked ~ ul > li.num10,
.csslider1 > #cs_pause1_10:checked ~ ul > li.num10,
.csslider1 > #cs_slide1_11:checked ~ ul > li.num11,
.csslider1 > #cs_pause1_11:checked ~ ul > li.num11{opacity:1;z-index:2;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
@-webkit-keyframes rotate{0%, 10.416666666666668%, 100%{opacity:0;z-index:2;-webkit-transform:scale(2);}
2.0833333333333335%, 8.333333333333334%{opacity:1;z-index:2;-webkit-transform:scale(1);}
}
@-moz-keyframes rotate{0%, 10.416666666666668%, 100%{opacity:0;z-index:2;-moz-transform:scale(2);}
2.0833333333333335%, 8.333333333333334%{opacity:1;z-index:2;-moz-transform:scale(1);}
}
@-ms-keyframes rotate{0%, 10.416666666666668%, 100%{opacity:0;z-index:2;-ms-transform:scale(2);}
2.0833333333333335%, 8.333333333333334%{opacity:1;z-index:2;-ms-transform:scale(1);}
}
@-o-keyframes rotate{0%, 10.416666666666668%, 100%{opacity:0;z-index:2;-o-transform:scale(2);}
2.0833333333333335%, 8.333333333333334%{opacity:1;z-index:2;-o-transform:scale(1);}
}
@keyframes rotate{0%, 10.416666666666668%, 100%{opacity:0;z-index:2;transform:scale(2);}
2.0833333333333335%, 8.333333333333334%{opacity:1;z-index:2;transform:scale(1);}
}
.csslider1 > #cs_play1:checked ~ ul > li.num0{-webkit-animation:rotate 96000ms infinite -2000ms;-moz-animation:rotate 96000ms infinite -2000ms;-ms-animation:rotate 96000ms infinite -2000ms;-o-animation:rotate 96000ms infinite -2000ms;animation:rotate 96000ms infinite -2000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num1{-webkit-animation:rotate 96000ms infinite 6000ms;-moz-animation:rotate 96000ms infinite 6000ms;-ms-animation:rotate 96000ms infinite 6000ms;-o-animation:rotate 96000ms infinite 6000ms;animation:rotate 96000ms infinite 6000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num2{-webkit-animation:rotate 96000ms infinite 14000ms;-moz-animation:rotate 96000ms infinite 14000ms;-ms-animation:rotate 96000ms infinite 14000ms;-o-animation:rotate 96000ms infinite 14000ms;animation:rotate 96000ms infinite 14000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num3{-webkit-animation:rotate 96000ms infinite 22000ms;-moz-animation:rotate 96000ms infinite 22000ms;-ms-animation:rotate 96000ms infinite 22000ms;-o-animation:rotate 96000ms infinite 22000ms;animation:rotate 96000ms infinite 22000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num4{-webkit-animation:rotate 96000ms infinite 30000ms;-moz-animation:rotate 96000ms infinite 30000ms;-ms-animation:rotate 96000ms infinite 30000ms;-o-animation:rotate 96000ms infinite 30000ms;animation:rotate 96000ms infinite 30000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num5{-webkit-animation:rotate 96000ms infinite 38000ms;-moz-animation:rotate 96000ms infinite 38000ms;-ms-animation:rotate 96000ms infinite 38000ms;-o-animation:rotate 96000ms infinite 38000ms;animation:rotate 96000ms infinite 38000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num6{-webkit-animation:rotate 96000ms infinite 46000ms;-moz-animation:rotate 96000ms infinite 46000ms;-ms-animation:rotate 96000ms infinite 46000ms;-o-animation:rotate 96000ms infinite 46000ms;animation:rotate 96000ms infinite 46000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num7{-webkit-animation:rotate 96000ms infinite 54000ms;-moz-animation:rotate 96000ms infinite 54000ms;-ms-animation:rotate 96000ms infinite 54000ms;-o-animation:rotate 96000ms infinite 54000ms;animation:rotate 96000ms infinite 54000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num8{-webkit-animation:rotate 96000ms infinite 62000ms;-moz-animation:rotate 96000ms infinite 62000ms;-ms-animation:rotate 96000ms infinite 62000ms;-o-animation:rotate 96000ms infinite 62000ms;animation:rotate 96000ms infinite 62000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num9{-webkit-animation:rotate 96000ms infinite 70000ms;-moz-animation:rotate 96000ms infinite 70000ms;-ms-animation:rotate 96000ms infinite 70000ms;-o-animation:rotate 96000ms infinite 70000ms;animation:rotate 96000ms infinite 70000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num10{-webkit-animation:rotate 96000ms infinite 78000ms;-moz-animation:rotate 96000ms infinite 78000ms;-ms-animation:rotate 96000ms infinite 78000ms;-o-animation:rotate 96000ms infinite 78000ms;animation:rotate 96000ms infinite 78000ms;}
.csslider1 > #cs_play1:checked ~ ul > li.num11{-webkit-animation:rotate 96000ms infinite 86000ms;-moz-animation:rotate 96000ms infinite 86000ms;-ms-animation:rotate 96000ms infinite 86000ms;-o-animation:rotate 96000ms infinite 86000ms;animation:rotate 96000ms infinite 86000ms;}
.csslider1 > #cs_play1:checked ~ ul > li,
.csslider1 > .pause:checked ~ ul > li{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}
.csslider1 > .cs_play_pause{-webkit-transition:.4s all 0s ease;-moz-transition:.4s all 0s ease;-ms-transition:.4s all 0s ease;-o-transition:.4s all 0s ease;transition:.4s all 0s ease;}
.csslider1 > .cs_arrowprev{-webkit-transition:.4s all .15s ease;-moz-transition:.4s all .15s ease;-ms-transition:.4s all .15s ease;-o-transition:.4s all .15s ease;transition:.4s all .15s ease;}
.csslider1 > .cs_arrownext{-webkit-transition:.4s all .3s ease;-moz-transition:.4s all .3s ease;-ms-transition:.4s all .3s ease;-o-transition:.4s all .3s ease;transition:.4s all .3s ease;}
.csslider1 > .cs_arrowprev,
.csslider1 > .cs_arrownext,
.csslider1 > .cs_play_pause{opacity:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px);}
.csslider1:hover > .cs_arrowprev,
.csslider1:hover > .cs_arrownext,
.csslider1:hover > .cs_play_pause{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label{padding:17px;height:23px;width:23px;margin-top:-28px;margin-left:-28px;background-color:#CCF4B5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.csslider1 > .cs_arrowprev > label,
.csslider1 > .cs_arrownext > label,
.csslider1 > .cs_arrowprev > label:after,
.csslider1 > .cs_arrownext > label:after{-webkit-transition:background-color 0.4s, color 0.4s;-moz-transition:background-color 0.4s, color 0.4s;-ms-transition:background-color 0.4s, color 0.4s;-o-transition:background-color 0.4s, color 0.4s;transition:background-color 0.4s, color 0.4s;}
.csslider1 > .cs_arrowprev{margin-left:2px;left:45px;}
.csslider1 > .cs_arrownext{margin-right:2px;right:45px;}
.csslider1 > .cs_arrowprev > label:after,
.csslider1 > .cs_arrownext > label:after{display:block;font:21px "basiccontrols";color:#3A4A5A;line-height:23px;text-align:center;}
_:-ms-input-placeholder,:root .csslider1 > .cs_arrowprev > label:after{line-height:29px;}
_:-ms-input-placeholder,:root .csslider1 > .cs_arrownext > label:after{line-height:29px;}
.csslider1 > .cs_arrowprev > label:after{content:'\e801';}
.csslider1 > .cs_arrownext > label:after{content:'\e800';}
.csslider1 > .cs_arrowprev:hover > label,
.csslider1 > .cs_arrownext:hover > label{background-color:#e6fada;}
.csslider1 > .cs_arrownext:hover > label:after{color:#000;-webkit-animation:nextArrow .7s infinite ease-in-out;-moz-animation:nextArrow .7s infinite ease-in-out;-ms-animation:nextArrow .7s infinite ease-in-out;-o-animation:nextArrow .7s infinite ease-in-out;animation:nextArrow .7s infinite ease-in-out;}
.csslider1 > .cs_arrowprev:hover > label:after{color:#000;-webkit-animation:prevArrow .7s infinite ease-in-out;-moz-animation:prevArrow .7s infinite ease-in-out;-ms-animation:prevArrow .7s infinite ease-in-out;-o-animation:prevArrow .7s infinite ease-in-out;animation:prevArrow .7s infinite ease-in-out;}
@-webkit-keyframes nextArrow{0%, 100%{-webkit-transform:translateX(0px);}
25%{-webkit-transform:translateX(2px);}
75%{-webkit-transform:translateX(-2px);}
}
@-moz-keyframes nextArrow{0%, 100%{-moz-transform:translateX(0px);}
25%{-moz-transform:translateX(2px);}
75%{-moz-transform:translateX(-2px);}
}
@-ms-keyframes nextArrow{0%, 100%{-ms-transform:translateX(0px);}
25%{-ms-transform:translateX(2px);}
75%{-ms-transform:translateX(-2px);}
}
@-o-keyframes nextArrow{0%, 100%{-o-transform:translateX(0px);}
25%{-o-transform:translateX(2px);}
75%{-o-transform:translateX(-2px);}
}
@keyframes nextArrow{0%, 100%{transform:translateX(0px);}
25%{transform:translateX(2px);}
75%{transform:translateX(-2px);}
}
@-webkit-keyframes prevArrow{0%, 100%{-webkit-transform:translateX(0px);}
25%{-webkit-transform:translateX(-2px);}
75%{-webkit-transform:translateX(2px);}
}
@-moz-keyframes prevArrow{0%, 100%{-moz-transform:translateX(0px);}
25%{-moz-transform:translateX(-2px);}
75%{-moz-transform:translateX(2px);}
}
@-ms-keyframes prevArrow{0%, 100%{-ms-transform:translateX(0px);}
25%{-ms-transform:translateX(-2px);}
75%{-ms-transform:translateX(2px);}
}
@-o-keyframes prevArrow{0%, 100%{-o-transform:translateX(0px);}
25%{-o-transform:translateX(-2px);}
75%{-o-transform:translateX(2px);}
}
@keyframes prevArrow{0%, 100%{transform:translateX(0px);}
25%{transform:translateX(-2px);}
75%{transform:translateX(2px);}
}
.csslider1 > .cs_play_pause > label{text-decoration:none;padding:17px;height:23px;width:23px;margin-top:-28px;margin-left:-28px;background-color:#CCF4B5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.csslider1 > .cs_play_pause > label,
.csslider1 > .cs_play_pause > label:after{-webkit-transition:background-color 0.4s ease, color 0.4s ease;-moz-transition:background-color 0.4s ease, color 0.4s ease;-o-transition:background-color 0.4s ease, color 0.4s ease;transition:background-color 0.4s ease, color 0.4s ease;}
.csslider1 > .cs_play_pause > label:after{display:block;font:15px "basiccontrols";color:#3A4A5A;line-height:25px;text-align:center;}
_:-ms-input-placeholder,:root .csslider1 > .cs_play_pause > label:after{line-height:28px;}
.csslider1 > .cs_play_pause > .cs_play:after{content:'\e802';}
.csslider1 > .cs_play_pause > .cs_pause:after{content:'\e803';}
.csslider1 > .cs_play_pause:hover > label{background-color:#e6fada;}
.csslider1 > .cs_play_pause:hover > label:after{color:#000;-webkit-animation:playPause .7s infinite ease-in-out;-moz-animation:playPause .7s infinite ease-in-out;-ms-animation:playPause .7s infinite ease-in-out;-o-animation:playPause .7s infinite ease-in-out;animation:playPause .7s infinite ease-in-out;}
@-webkit-keyframes playPause{0%, 100%{-webkit-transform:translateY(0px);}
25%{-webkit-transform:translateY(2px);}
75%{-webkit-transform:translateY(-2px);}
}
@-moz-keyframes playPause{0%, 100%{-moz-transform:translateY(0px);}
25%{-moz-transform:translateY(2px);}
75%{-moz-transform:translateY(-2px);}
}
@-ms-keyframes playPause{0%, 100%{-ms-transform:translateY(0px);}
25%{-ms-transform:translateY(2px);}
75%{-ms-transform:translateY(-2px);}
}
@-o-keyframes playPause{0%, 100%{-o-transform:translateY(0px);}
25%{-o-transform:translateY(2px);}
75%{-o-transform:translateY(-2px);}
}
@keyframes playPause{0%, 100%{transform:translateY(0px);}
25%{transform:translateY(2px);}
75%{transform:translateY(-2px);}
}
.csslider1 > .cs_bullets{bottom:5px;margin-bottom:5px;}
.csslider1 > .cs_bullets > label{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 5px;padding:9px;background:#CCF4B5;}
.csslider1 > .cs_bullets > label > .cs_thumb{border:3px solid #CCF4B5;margin-top:-150%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.csslider1 > .cs_bullets > label > .cs_thumb:before{content:'';position:absolute;width:0;height:0;left:50%;margin-left:-1px;bottom:-9px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #CCF4B5;}
.csslider1 > .cs_bullets > label:hover > .cs_thumb{margin-top:-12px;opacity:1;visibility:visible;}
.csslider1 > .cs_bullets > label > .cs_point{position:absolute;left:50%;top:50%;margin-left:-2px;margin-top:-2px;background:transparent;border-radius:50%;padding:2px;}
.csslider1 > .cs_bullets > label:hover > .cs_point,
.csslider1 > #cs_slide1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_pause1_0:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_slide1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_pause1_1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_slide1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_pause1_2:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_slide1_3:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_pause1_3:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_slide1_4:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_pause1_4:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_slide1_5:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_pause1_5:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_slide1_6:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_pause1_6:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_slide1_7:checked ~ .cs_bullets > label.num7 > .cs_point,
.csslider1 > #cs_pause1_7:checked ~ .cs_bullets > label.num7 > .cs_point,
.csslider1 > #cs_slide1_8:checked ~ .cs_bullets > label.num8 > .cs_point,
.csslider1 > #cs_pause1_8:checked ~ .cs_bullets > label.num8 > .cs_point,
.csslider1 > #cs_slide1_9:checked ~ .cs_bullets > label.num9 > .cs_point,
.csslider1 > #cs_pause1_9:checked ~ .cs_bullets > label.num9 > .cs_point,
.csslider1 > #cs_slide1_10:checked ~ .cs_bullets > label.num10 > .cs_point,
.csslider1 > #cs_pause1_10:checked ~ .cs_bullets > label.num10 > .cs_point,
.csslider1 > #cs_slide1_11:checked ~ .cs_bullets > label.num11 > .cs_point,
.csslider1 > #cs_pause1_11:checked ~ .cs_bullets > label.num11 > .cs_point{background:#3A4A5A;}
@-webkit-keyframes bullet{0%, 8.323333333333334%{background:#3A4A5A;}
8.333333333333334%, 100%{background:transparent;}
}
@-moz-keyframes bullet{0%, 8.323333333333334%{background:#3A4A5A;}
8.333333333333334%, 100%{background:transparent;}
}
@-ms-keyframes bullet{0%, 8.323333333333334%{background:#3A4A5A;}
8.333333333333334%, 100%{background:transparent;}
}
@-o-keyframes bullet{0%, 8.323333333333334%{background:#3A4A5A;}
8.333333333333334%, 100%{background:transparent;}
}
@keyframes bullet{0%, 8.323333333333334%{background:#3A4A5A;}
8.333333333333334%, 100%{background:transparent;}
}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num0 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num0 > .cs_point{-webkit-animation:bullet 96000ms infinite -2000ms;-moz-animation:bullet 96000ms infinite -2000ms;-ms-animation:bullet 96000ms infinite -2000ms;-o-animation:bullet 96000ms infinite -2000ms;animation:bullet 96000ms infinite -2000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num1 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num1 > .cs_point{-webkit-animation:bullet 96000ms infinite 6000ms;-moz-animation:bullet 96000ms infinite 6000ms;-ms-animation:bullet 96000ms infinite 6000ms;-o-animation:bullet 96000ms infinite 6000ms;animation:bullet 96000ms infinite 6000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num2 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num2 > .cs_point{-webkit-animation:bullet 96000ms infinite 14000ms;-moz-animation:bullet 96000ms infinite 14000ms;-ms-animation:bullet 96000ms infinite 14000ms;-o-animation:bullet 96000ms infinite 14000ms;animation:bullet 96000ms infinite 14000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num3 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num3 > .cs_point{-webkit-animation:bullet 96000ms infinite 22000ms;-moz-animation:bullet 96000ms infinite 22000ms;-ms-animation:bullet 96000ms infinite 22000ms;-o-animation:bullet 96000ms infinite 22000ms;animation:bullet 96000ms infinite 22000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num4 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num4 > .cs_point{-webkit-animation:bullet 96000ms infinite 30000ms;-moz-animation:bullet 96000ms infinite 30000ms;-ms-animation:bullet 96000ms infinite 30000ms;-o-animation:bullet 96000ms infinite 30000ms;animation:bullet 96000ms infinite 30000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num5 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num5 > .cs_point{-webkit-animation:bullet 96000ms infinite 38000ms;-moz-animation:bullet 96000ms infinite 38000ms;-ms-animation:bullet 96000ms infinite 38000ms;-o-animation:bullet 96000ms infinite 38000ms;animation:bullet 96000ms infinite 38000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num6 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num6 > .cs_point{-webkit-animation:bullet 96000ms infinite 46000ms;-moz-animation:bullet 96000ms infinite 46000ms;-ms-animation:bullet 96000ms infinite 46000ms;-o-animation:bullet 96000ms infinite 46000ms;animation:bullet 96000ms infinite 46000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num7 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num7 > .cs_point{-webkit-animation:bullet 96000ms infinite 54000ms;-moz-animation:bullet 96000ms infinite 54000ms;-ms-animation:bullet 96000ms infinite 54000ms;-o-animation:bullet 96000ms infinite 54000ms;animation:bullet 96000ms infinite 54000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num8 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num8 > .cs_point{-webkit-animation:bullet 96000ms infinite 62000ms;-moz-animation:bullet 96000ms infinite 62000ms;-ms-animation:bullet 96000ms infinite 62000ms;-o-animation:bullet 96000ms infinite 62000ms;animation:bullet 96000ms infinite 62000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num9 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num9 > .cs_point{-webkit-animation:bullet 96000ms infinite 70000ms;-moz-animation:bullet 96000ms infinite 70000ms;-ms-animation:bullet 96000ms infinite 70000ms;-o-animation:bullet 96000ms infinite 70000ms;animation:bullet 96000ms infinite 70000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num10 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num10 > .cs_point{-webkit-animation:bullet 96000ms infinite 78000ms;-moz-animation:bullet 96000ms infinite 78000ms;-ms-animation:bullet 96000ms infinite 78000ms;-o-animation:bullet 96000ms infinite 78000ms;animation:bullet 96000ms infinite 78000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label.num11 > .cs_point,
.csslider1 > #cs_pause1:checked ~ .cs_bullets > label.num11 > .cs_point{-webkit-animation:bullet 96000ms infinite 86000ms;-moz-animation:bullet 96000ms infinite 86000ms;-ms-animation:bullet 96000ms infinite 86000ms;-o-animation:bullet 96000ms infinite 86000ms;animation:bullet 96000ms infinite 86000ms;}
.csslider1 > #cs_play1:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .pause:checked ~ .cs_bullets > label > .cs_point{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}
.csslider1 > .slide:checked ~ .cs_bullets > label > .cs_point,
.csslider1 > .pause:checked ~ .cs_bullets > label > .cs_point{-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;}
.csslider1 > .cs_description > label{font-family:'Open Sans Condensed', sans-serif;font-size:20px;line-height:normal;bottom:40px;left:10px;}
.csslider1 > .cs_description > label > span{color:#3A4A5A;position:relative;padding:13px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.csslider1 > #cs_slide1_0:checked ~ .cs_description > .num0 > .cs_title,
.csslider1 > #cs_slide1_0:checked ~ .cs_description > .num0 > .cs_descr,
.csslider1 > #cs_pause1_0:checked ~ .cs_description > .num0 > .cs_title,
.csslider1 > #cs_pause1_0:checked ~ .cs_description > .num0 > .cs_descr,
.csslider1 > #cs_slide1_1:checked ~ .cs_description > .num1 > .cs_title,
.csslider1 > #cs_slide1_1:checked ~ .cs_description > .num1 > .cs_descr,
.csslider1 > #cs_pause1_1:checked ~ .cs_description > .num1 > .cs_title,
.csslider1 > #cs_pause1_1:checked ~ .cs_description > .num1 > .cs_descr,
.csslider1 > #cs_slide1_2:checked ~ .cs_description > .num2 > .cs_title,
.csslider1 > #cs_slide1_2:checked ~ .cs_description > .num2 > .cs_descr,
.csslider1 > #cs_pause1_2:checked ~ .cs_description > .num2 > .cs_title,
.csslider1 > #cs_pause1_2:checked ~ .cs_description > .num2 > .cs_descr,
.csslider1 > #cs_slide1_3:checked ~ .cs_description > .num3 > .cs_title,
.csslider1 > #cs_slide1_3:checked ~ .cs_description > .num3 > .cs_descr,
.csslider1 > #cs_pause1_3:checked ~ .cs_description > .num3 > .cs_title,
.csslider1 > #cs_pause1_3:checked ~ .cs_description > .num3 > .cs_descr,
.csslider1 > #cs_slide1_4:checked ~ .cs_description > .num4 > .cs_title,
.csslider1 > #cs_slide1_4:checked ~ .cs_description > .num4 > .cs_descr,
.csslider1 > #cs_pause1_4:checked ~ .cs_description > .num4 > .cs_title,
.csslider1 > #cs_pause1_4:checked ~ .cs_description > .num4 > .cs_descr,
.csslider1 > #cs_slide1_5:checked ~ .cs_description > .num5 > .cs_title,
.csslider1 > #cs_slide1_5:checked ~ .cs_description > .num5 > .cs_descr,
.csslider1 > #cs_pause1_5:checked ~ .cs_description > .num5 > .cs_title,
.csslider1 > #cs_pause1_5:checked ~ .cs_description > .num5 > .cs_descr,
.csslider1 > #cs_slide1_6:checked ~ .cs_description > .num6 > .cs_title,
.csslider1 > #cs_slide1_6:checked ~ .cs_description > .num6 > .cs_descr,
.csslider1 > #cs_pause1_6:checked ~ .cs_description > .num6 > .cs_title,
.csslider1 > #cs_pause1_6:checked ~ .cs_description > .num6 > .cs_descr,
.csslider1 > #cs_slide1_7:checked ~ .cs_description > .num7 > .cs_title,
.csslider1 > #cs_slide1_7:checked ~ .cs_description > .num7 > .cs_descr,
.csslider1 > #cs_pause1_7:checked ~ .cs_description > .num7 > .cs_title,
.csslider1 > #cs_pause1_7:checked ~ .cs_description > .num7 > .cs_descr,
.csslider1 > #cs_slide1_8:checked ~ .cs_description > .num8 > .cs_title,
.csslider1 > #cs_slide1_8:checked ~ .cs_description > .num8 > .cs_descr,
.csslider1 > #cs_pause1_8:checked ~ .cs_description > .num8 > .cs_title,
.csslider1 > #cs_pause1_8:checked ~ .cs_description > .num8 > .cs_descr,
.csslider1 > #cs_slide1_9:checked ~ .cs_description > .num9 > .cs_title,
.csslider1 > #cs_slide1_9:checked ~ .cs_description > .num9 > .cs_descr,
.csslider1 > #cs_pause1_9:checked ~ .cs_description > .num9 > .cs_title,
.csslider1 > #cs_pause1_9:checked ~ .cs_description > .num9 > .cs_descr,
.csslider1 > #cs_slide1_10:checked ~ .cs_description > .num10 > .cs_title,
.csslider1 > #cs_slide1_10:checked ~ .cs_description > .num10 > .cs_descr,
.csslider1 > #cs_pause1_10:checked ~ .cs_description > .num10 > .cs_title,
.csslider1 > #cs_pause1_10:checked ~ .cs_description > .num10 > .cs_descr,
.csslider1 > #cs_slide1_11:checked ~ .cs_description > .num11 > .cs_title,
.csslider1 > #cs_slide1_11:checked ~ .cs_description > .num11 > .cs_descr,
.csslider1 > #cs_pause1_11:checked ~ .cs_description > .num11 > .cs_title,
.csslider1 > #cs_pause1_11:checked ~ .cs_description > .num11 > .cs_descr{opacity:1;visibility:visible;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
.csslider1 > #cs_slide1_0:checked ~ .cs_description > .num0 .cs_wrapper,
.csslider1 > #cs_pause1_0:checked ~ .cs_description > .num0 .cs_wrapper,
.csslider1 > #cs_slide1_1:checked ~ .cs_description > .num1 .cs_wrapper,
.csslider1 > #cs_pause1_1:checked ~ .cs_description > .num1 .cs_wrapper,
.csslider1 > #cs_slide1_2:checked ~ .cs_description > .num2 .cs_wrapper,
.csslider1 > #cs_pause1_2:checked ~ .cs_description > .num2 .cs_wrapper,
.csslider1 > #cs_slide1_3:checked ~ .cs_description > .num3 .cs_wrapper,
.csslider1 > #cs_pause1_3:checked ~ .cs_description > .num3 .cs_wrapper,
.csslider1 > #cs_slide1_4:checked ~ .cs_description > .num4 .cs_wrapper,
.csslider1 > #cs_pause1_4:checked ~ .cs_description > .num4 .cs_wrapper,
.csslider1 > #cs_slide1_5:checked ~ .cs_description > .num5 .cs_wrapper,
.csslider1 > #cs_pause1_5:checked ~ .cs_description > .num5 .cs_wrapper,
.csslider1 > #cs_slide1_6:checked ~ .cs_description > .num6 .cs_wrapper,
.csslider1 > #cs_pause1_6:checked ~ .cs_description > .num6 .cs_wrapper,
.csslider1 > #cs_slide1_7:checked ~ .cs_description > .num7 .cs_wrapper,
.csslider1 > #cs_pause1_7:checked ~ .cs_description > .num7 .cs_wrapper,
.csslider1 > #cs_slide1_8:checked ~ .cs_description > .num8 .cs_wrapper,
.csslider1 > #cs_pause1_8:checked ~ .cs_description > .num8 .cs_wrapper,
.csslider1 > #cs_slide1_9:checked ~ .cs_description > .num9 .cs_wrapper,
.csslider1 > #cs_pause1_9:checked ~ .cs_description > .num9 .cs_wrapper,
.csslider1 > #cs_slide1_10:checked ~ .cs_description > .num10 .cs_wrapper,
.csslider1 > #cs_pause1_10:checked ~ .cs_description > .num10 .cs_wrapper,
.csslider1 > #cs_slide1_11:checked ~ .cs_description > .num11 .cs_wrapper,
.csslider1 > #cs_pause1_11:checked ~ .cs_description > .num11 .cs_wrapper{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
.csslider1 > .cs_description > label > .cs_title{background-color:#CCF4B5;margin:-5px 10px;opacity:0;visibility:hidden;z-index:2;-webkit-transform:translateY(-100px);-moz-transform:translateY(-100px);-ms-transform:translateY(-100px);-o-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition:950ms opacity 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -webkit-transform 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-moz-transition:950ms opacity 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -moz-transform 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-ms-transition:950ms opacity 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -ms-transform 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-o-transition:950ms opacity 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -o-transform 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);transition:950ms opacity 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms transform 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 600ms cubic-bezier(0.680, -0.550, 0.265, 1.550);}
.csslider1 > .cs_description > label > .cs_descr{background-color:#e6fada;font-size:0.8em;margin:-5px 20px;opacity:0;visibility:hidden;z-index:1;-webkit-transform:translateY(100px);-moz-transform:translateY(100px);-ms-transform:translateY(100px);-o-transform:translateY(100px);transform:translateY(100px);-webkit-transition:950ms opacity 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -webkit-transform 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-moz-transition:950ms opacity 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -moz-transform 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-ms-transition:950ms opacity 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -ms-transform 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-o-transition:950ms opacity 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -o-transform 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550);transition:950ms opacity 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms transform 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms visibility 850ms cubic-bezier(0.680, -0.550, 0.265, 1.550);}
.csslider1 > .cs_description > label > .cs_title > .cs_wrapper{opacity:0;-webkit-transform:translateY(-100px);-moz-transform:translateY(-100px);-ms-transform:translateY(-100px);-o-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition:950ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -webkit-transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-moz-transition:950ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -moz-transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-ms-transition:950ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -ms-transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-o-transition:950ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -o-transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);transition:950ms opacity 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms transform 750ms cubic-bezier(0.680, -0.550, 0.265, 1.550);}
.csslider1 > .cs_description > label > .cs_descr > .cs_wrapper{opacity:0;-webkit-transform:translateY(100px);-moz-transform:translateY(100px);-ms-transform:translateY(100px);-o-transform:translateY(100px);transform:translateY(100px);-webkit-transition:950ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -webkit-transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-moz-transition:950ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -moz-transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-ms-transition:950ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -ms-transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-o-transition:950ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms -o-transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);transition:950ms opacity 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550), 950ms transform 1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550);}
@-webkit-keyframes cs_title{0.3463541666666667%, 7.976979166666667%{opacity:1;-webkit-transform:translateY(10px);z-index:2;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;-webkit-transform:translateY(0px);z-index:2;visibility:visible;}
8.828125%{opacity:0;-webkit-transform:translateY(-100px);z-index:2;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@-moz-keyframes cs_title{0.3463541666666667%, 7.976979166666667%{opacity:1;-moz-transform:translateY(10px);z-index:2;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;-moz-transform:translateY(0px);z-index:2;visibility:visible;}
8.828125%{opacity:0;-moz-transform:translateY(-100px);z-index:2;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@-ms-keyframes cs_title{0.3463541666666667%, 7.976979166666667%{opacity:1;-ms-transform:translateY(10px);z-index:2;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;-ms-transform:translateY(0px);z-index:2;visibility:visible;}
8.828125%{opacity:0;-ms-transform:translateY(-100px);z-index:2;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@-o-keyframes cs_title{0.3463541666666667%, 7.976979166666667%{opacity:1;-o-transform:translateY(10px);z-index:2;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;-o-transform:translateY(0px);z-index:2;visibility:visible;}
8.828125%{opacity:0;-o-transform:translateY(-100px);z-index:2;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@keyframes cs_title{0.3463541666666667%, 7.976979166666667%{opacity:1;transform:translateY(10px);z-index:2;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;transform:translateY(0px);z-index:2;visibility:visible;}
8.828125%{opacity:0;transform:translateY(-100px);z-index:2;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@-webkit-keyframes cs_descr{0.3463541666666667%, 7.976979166666667%{opacity:1;-webkit-transform:translateY(-10px);z-index:1;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;-webkit-transform:translateY(0px);z-index:1;visibility:visible;}
8.828125%{opacity:0;-webkit-transform:translateY(100px);z-index:1;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@-moz-keyframes cs_descr{0.3463541666666667%, 7.976979166666667%{opacity:1;-moz-transform:translateY(-10px);z-index:1;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;-moz-transform:translateY(0px);z-index:1;visibility:visible;}
8.828125%{opacity:0;-moz-transform:translateY(100px);z-index:1;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@-ms-keyframes cs_descr{0.3463541666666667%, 7.976979166666667%{opacity:1;-ms-transform:translateY(-10px);z-index:1;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;-ms-transform:translateY(0px);z-index:1;visibility:visible;}
8.828125%{opacity:0;-ms-transform:translateY(100px);z-index:1;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@-o-keyframes cs_descr{0.3463541666666667%, 7.976979166666667%{opacity:1;-o-transform:translateY(-10px);z-index:1;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;-o-transform:translateY(0px);z-index:1;visibility:visible;}
8.828125%{opacity:0;-o-transform:translateY(100px);z-index:1;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
@keyframes cs_descr{0.3463541666666667%, 7.976979166666667%{opacity:1;transform:translateY(-10px);z-index:1;visibility:visible;}
0.4947916666666667%, 7.828541666666667%{opacity:1;transform:translateY(0px);z-index:1;visibility:visible;}
8.828125%{opacity:0;transform:translateY(100px);z-index:1;visibility:hidden;}
8.838125%, 100%{z-index:0;}
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num0 > .cs_title{-webkit-animation:cs_title 96000ms infinite -1400ms ease;-moz-animation:cs_title 96000ms infinite -1400ms ease;-ms-animation:cs_title 96000ms infinite -1400ms ease;-o-animation:cs_title 96000ms infinite -1400ms ease;animation:cs_title 96000ms infinite -1400ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1 > .cs_title{-webkit-animation:cs_title 96000ms infinite 6600ms ease;-moz-animation:cs_title 96000ms infinite 6600ms ease;-ms-animation:cs_title 96000ms infinite 6600ms ease;-o-animation:cs_title 96000ms infinite 6600ms ease;animation:cs_title 96000ms infinite 6600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2 > .cs_title{-webkit-animation:cs_title 96000ms infinite 14600ms ease;-moz-animation:cs_title 96000ms infinite 14600ms ease;-ms-animation:cs_title 96000ms infinite 14600ms ease;-o-animation:cs_title 96000ms infinite 14600ms ease;animation:cs_title 96000ms infinite 14600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3 > .cs_title{-webkit-animation:cs_title 96000ms infinite 22600ms ease;-moz-animation:cs_title 96000ms infinite 22600ms ease;-ms-animation:cs_title 96000ms infinite 22600ms ease;-o-animation:cs_title 96000ms infinite 22600ms ease;animation:cs_title 96000ms infinite 22600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num4 > .cs_title{-webkit-animation:cs_title 96000ms infinite 30600ms ease;-moz-animation:cs_title 96000ms infinite 30600ms ease;-ms-animation:cs_title 96000ms infinite 30600ms ease;-o-animation:cs_title 96000ms infinite 30600ms ease;animation:cs_title 96000ms infinite 30600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num5 > .cs_title{-webkit-animation:cs_title 96000ms infinite 38600ms ease;-moz-animation:cs_title 96000ms infinite 38600ms ease;-ms-animation:cs_title 96000ms infinite 38600ms ease;-o-animation:cs_title 96000ms infinite 38600ms ease;animation:cs_title 96000ms infinite 38600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num6 > .cs_title{-webkit-animation:cs_title 96000ms infinite 46600ms ease;-moz-animation:cs_title 96000ms infinite 46600ms ease;-ms-animation:cs_title 96000ms infinite 46600ms ease;-o-animation:cs_title 96000ms infinite 46600ms ease;animation:cs_title 96000ms infinite 46600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num7 > .cs_title{-webkit-animation:cs_title 96000ms infinite 54600ms ease;-moz-animation:cs_title 96000ms infinite 54600ms ease;-ms-animation:cs_title 96000ms infinite 54600ms ease;-o-animation:cs_title 96000ms infinite 54600ms ease;animation:cs_title 96000ms infinite 54600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num8 > .cs_title{-webkit-animation:cs_title 96000ms infinite 62600ms ease;-moz-animation:cs_title 96000ms infinite 62600ms ease;-ms-animation:cs_title 96000ms infinite 62600ms ease;-o-animation:cs_title 96000ms infinite 62600ms ease;animation:cs_title 96000ms infinite 62600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num9 > .cs_title{-webkit-animation:cs_title 96000ms infinite 70600ms ease;-moz-animation:cs_title 96000ms infinite 70600ms ease;-ms-animation:cs_title 96000ms infinite 70600ms ease;-o-animation:cs_title 96000ms infinite 70600ms ease;animation:cs_title 96000ms infinite 70600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num10 > .cs_title{-webkit-animation:cs_title 96000ms infinite 78600ms ease;-moz-animation:cs_title 96000ms infinite 78600ms ease;-ms-animation:cs_title 96000ms infinite 78600ms ease;-o-animation:cs_title 96000ms infinite 78600ms ease;animation:cs_title 96000ms infinite 78600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num11 > .cs_title{-webkit-animation:cs_title 96000ms infinite 86600ms ease;-moz-animation:cs_title 96000ms infinite 86600ms ease;-ms-animation:cs_title 96000ms infinite 86600ms ease;-o-animation:cs_title 96000ms infinite 86600ms ease;animation:cs_title 96000ms infinite 86600ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num0 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite -1150ms ease;-moz-animation:cs_descr 96000ms infinite -1150ms ease;-ms-animation:cs_descr 96000ms infinite -1150ms ease;-o-animation:cs_descr 96000ms infinite -1150ms ease;animation:cs_descr 96000ms infinite -1150ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 6850ms ease;-moz-animation:cs_descr 96000ms infinite 6850ms ease;-ms-animation:cs_descr 96000ms infinite 6850ms ease;-o-animation:cs_descr 96000ms infinite 6850ms ease;animation:cs_descr 96000ms infinite 6850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 14850ms ease;-moz-animation:cs_descr 96000ms infinite 14850ms ease;-ms-animation:cs_descr 96000ms infinite 14850ms ease;-o-animation:cs_descr 96000ms infinite 14850ms ease;animation:cs_descr 96000ms infinite 14850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 22850ms ease;-moz-animation:cs_descr 96000ms infinite 22850ms ease;-ms-animation:cs_descr 96000ms infinite 22850ms ease;-o-animation:cs_descr 96000ms infinite 22850ms ease;animation:cs_descr 96000ms infinite 22850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num4 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 30850ms ease;-moz-animation:cs_descr 96000ms infinite 30850ms ease;-ms-animation:cs_descr 96000ms infinite 30850ms ease;-o-animation:cs_descr 96000ms infinite 30850ms ease;animation:cs_descr 96000ms infinite 30850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num5 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 38850ms ease;-moz-animation:cs_descr 96000ms infinite 38850ms ease;-ms-animation:cs_descr 96000ms infinite 38850ms ease;-o-animation:cs_descr 96000ms infinite 38850ms ease;animation:cs_descr 96000ms infinite 38850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num6 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 46850ms ease;-moz-animation:cs_descr 96000ms infinite 46850ms ease;-ms-animation:cs_descr 96000ms infinite 46850ms ease;-o-animation:cs_descr 96000ms infinite 46850ms ease;animation:cs_descr 96000ms infinite 46850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num7 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 54850ms ease;-moz-animation:cs_descr 96000ms infinite 54850ms ease;-ms-animation:cs_descr 96000ms infinite 54850ms ease;-o-animation:cs_descr 96000ms infinite 54850ms ease;animation:cs_descr 96000ms infinite 54850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num8 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 62850ms ease;-moz-animation:cs_descr 96000ms infinite 62850ms ease;-ms-animation:cs_descr 96000ms infinite 62850ms ease;-o-animation:cs_descr 96000ms infinite 62850ms ease;animation:cs_descr 96000ms infinite 62850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num9 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 70850ms ease;-moz-animation:cs_descr 96000ms infinite 70850ms ease;-ms-animation:cs_descr 96000ms infinite 70850ms ease;-o-animation:cs_descr 96000ms infinite 70850ms ease;animation:cs_descr 96000ms infinite 70850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num10 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 78850ms ease;-moz-animation:cs_descr 96000ms infinite 78850ms ease;-ms-animation:cs_descr 96000ms infinite 78850ms ease;-o-animation:cs_descr 96000ms infinite 78850ms ease;animation:cs_descr 96000ms infinite 78850ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num11 > .cs_descr{-webkit-animation:cs_descr 96000ms infinite 86850ms ease;-moz-animation:cs_descr 96000ms infinite 86850ms ease;-ms-animation:cs_descr 96000ms infinite 86850ms ease;-o-animation:cs_descr 96000ms infinite 86850ms ease;animation:cs_descr 96000ms infinite 86850ms ease;}
@-webkit-keyframes cs_title_text{0.3463541666666667%, 7.976979166666667%{opacity:1;-webkit-transform:translateY(10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;-webkit-transform:translateY(0px);}
8.828125%{opacity:0;-webkit-transform:translateY(-100px);}
}
@-moz-keyframes cs_title_text{0.3463541666666667%, 7.976979166666667%{opacity:1;-moz-transform:translateY(10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;-moz-transform:translateY(0px);}
8.828125%{opacity:0;-moz-transform:translateY(-100px);}
}
@-ms-keyframes cs_title_text{0.3463541666666667%, 7.976979166666667%{opacity:1;-ms-transform:translateY(10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;-ms-transform:translateY(0px);}
8.828125%{opacity:0;-ms-transform:translateY(-100px);}
}
@-o-keyframes cs_title_text{0.3463541666666667%, 7.976979166666667%{opacity:1;-o-transform:translateY(10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;-o-transform:translateY(0px);}
8.828125%{opacity:0;-o-transform:translateY(-100px);}
}
@keyframes cs_title_text{0.3463541666666667%, 7.976979166666667%{opacity:1;transform:translateY(10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;transform:translateY(0px);}
8.828125%{opacity:0;transform:translateY(-100px);}
}
@-webkit-keyframes cs_descr_text{0.3463541666666667%, 7.976979166666667%{opacity:1;-webkit-transform:translateY(-10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;-webkit-transform:translateY(0px);}
8.828125%{opacity:0;-webkit-transform:translateY(100px);}
}
@-moz-keyframes cs_descr_text{0.3463541666666667%, 7.976979166666667%{opacity:1;-moz-transform:translateY(-10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;-moz-transform:translateY(0px);}
8.828125%{opacity:0;-moz-transform:translateY(100px);}
}
@-ms-keyframes cs_descr_text{0.3463541666666667%, 7.976979166666667%{opacity:1;-ms-transform:translateY(-10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;-ms-transform:translateY(0px);}
8.828125%{opacity:0;-ms-transform:translateY(100px);}
}
@-o-keyframes cs_descr_text{0.3463541666666667%, 7.976979166666667%{opacity:1;-o-transform:translateY(-10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;-o-transform:translateY(0px);}
8.828125%{opacity:0;-o-transform:translateY(100px);}
}
@keyframes cs_descr_text{0.3463541666666667%, 7.976979166666667%{opacity:1;transform:translateY(-10px);}
0.4947916666666667%, 7.828541666666667%{opacity:1;transform:translateY(0px);}
8.828125%{opacity:0;transform:translateY(100px);}
}
.csslider1 > #cs_play1:checked ~ .cs_description > .num0 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite -1250ms ease;-moz-animation:cs_title_text 96000ms infinite -1250ms ease;-ms-animation:cs_title_text 96000ms infinite -1250ms ease;-o-animation:cs_title_text 96000ms infinite -1250ms ease;animation:cs_title_text 96000ms infinite -1250ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 6750ms ease;-moz-animation:cs_title_text 96000ms infinite 6750ms ease;-ms-animation:cs_title_text 96000ms infinite 6750ms ease;-o-animation:cs_title_text 96000ms infinite 6750ms ease;animation:cs_title_text 96000ms infinite 6750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 14750ms ease;-moz-animation:cs_title_text 96000ms infinite 14750ms ease;-ms-animation:cs_title_text 96000ms infinite 14750ms ease;-o-animation:cs_title_text 96000ms infinite 14750ms ease;animation:cs_title_text 96000ms infinite 14750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 22750ms ease;-moz-animation:cs_title_text 96000ms infinite 22750ms ease;-ms-animation:cs_title_text 96000ms infinite 22750ms ease;-o-animation:cs_title_text 96000ms infinite 22750ms ease;animation:cs_title_text 96000ms infinite 22750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num4 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 30750ms ease;-moz-animation:cs_title_text 96000ms infinite 30750ms ease;-ms-animation:cs_title_text 96000ms infinite 30750ms ease;-o-animation:cs_title_text 96000ms infinite 30750ms ease;animation:cs_title_text 96000ms infinite 30750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num5 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 38750ms ease;-moz-animation:cs_title_text 96000ms infinite 38750ms ease;-ms-animation:cs_title_text 96000ms infinite 38750ms ease;-o-animation:cs_title_text 96000ms infinite 38750ms ease;animation:cs_title_text 96000ms infinite 38750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num6 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 46750ms ease;-moz-animation:cs_title_text 96000ms infinite 46750ms ease;-ms-animation:cs_title_text 96000ms infinite 46750ms ease;-o-animation:cs_title_text 96000ms infinite 46750ms ease;animation:cs_title_text 96000ms infinite 46750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num7 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 54750ms ease;-moz-animation:cs_title_text 96000ms infinite 54750ms ease;-ms-animation:cs_title_text 96000ms infinite 54750ms ease;-o-animation:cs_title_text 96000ms infinite 54750ms ease;animation:cs_title_text 96000ms infinite 54750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num8 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 62750ms ease;-moz-animation:cs_title_text 96000ms infinite 62750ms ease;-ms-animation:cs_title_text 96000ms infinite 62750ms ease;-o-animation:cs_title_text 96000ms infinite 62750ms ease;animation:cs_title_text 96000ms infinite 62750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num9 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 70750ms ease;-moz-animation:cs_title_text 96000ms infinite 70750ms ease;-ms-animation:cs_title_text 96000ms infinite 70750ms ease;-o-animation:cs_title_text 96000ms infinite 70750ms ease;animation:cs_title_text 96000ms infinite 70750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num10 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 78750ms ease;-moz-animation:cs_title_text 96000ms infinite 78750ms ease;-ms-animation:cs_title_text 96000ms infinite 78750ms ease;-o-animation:cs_title_text 96000ms infinite 78750ms ease;animation:cs_title_text 96000ms infinite 78750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num11 .cs_title > .cs_wrapper{-webkit-animation:cs_title_text 96000ms infinite 86750ms ease;-moz-animation:cs_title_text 96000ms infinite 86750ms ease;-ms-animation:cs_title_text 96000ms infinite 86750ms ease;-o-animation:cs_title_text 96000ms infinite 86750ms ease;animation:cs_title_text 96000ms infinite 86750ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num0 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite -1000ms ease;-moz-animation:cs_descr_text 96000ms infinite -1000ms ease;-ms-animation:cs_descr_text 96000ms infinite -1000ms ease;-o-animation:cs_descr_text 96000ms infinite -1000ms ease;animation:cs_descr_text 96000ms infinite -1000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num1 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 7000ms ease;-moz-animation:cs_descr_text 96000ms infinite 7000ms ease;-ms-animation:cs_descr_text 96000ms infinite 7000ms ease;-o-animation:cs_descr_text 96000ms infinite 7000ms ease;animation:cs_descr_text 96000ms infinite 7000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num2 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 15000ms ease;-moz-animation:cs_descr_text 96000ms infinite 15000ms ease;-ms-animation:cs_descr_text 96000ms infinite 15000ms ease;-o-animation:cs_descr_text 96000ms infinite 15000ms ease;animation:cs_descr_text 96000ms infinite 15000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num3 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 23000ms ease;-moz-animation:cs_descr_text 96000ms infinite 23000ms ease;-ms-animation:cs_descr_text 96000ms infinite 23000ms ease;-o-animation:cs_descr_text 96000ms infinite 23000ms ease;animation:cs_descr_text 96000ms infinite 23000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num4 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 31000ms ease;-moz-animation:cs_descr_text 96000ms infinite 31000ms ease;-ms-animation:cs_descr_text 96000ms infinite 31000ms ease;-o-animation:cs_descr_text 96000ms infinite 31000ms ease;animation:cs_descr_text 96000ms infinite 31000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num5 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 39000ms ease;-moz-animation:cs_descr_text 96000ms infinite 39000ms ease;-ms-animation:cs_descr_text 96000ms infinite 39000ms ease;-o-animation:cs_descr_text 96000ms infinite 39000ms ease;animation:cs_descr_text 96000ms infinite 39000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num6 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 47000ms ease;-moz-animation:cs_descr_text 96000ms infinite 47000ms ease;-ms-animation:cs_descr_text 96000ms infinite 47000ms ease;-o-animation:cs_descr_text 96000ms infinite 47000ms ease;animation:cs_descr_text 96000ms infinite 47000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num7 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 55000ms ease;-moz-animation:cs_descr_text 96000ms infinite 55000ms ease;-ms-animation:cs_descr_text 96000ms infinite 55000ms ease;-o-animation:cs_descr_text 96000ms infinite 55000ms ease;animation:cs_descr_text 96000ms infinite 55000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num8 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 63000ms ease;-moz-animation:cs_descr_text 96000ms infinite 63000ms ease;-ms-animation:cs_descr_text 96000ms infinite 63000ms ease;-o-animation:cs_descr_text 96000ms infinite 63000ms ease;animation:cs_descr_text 96000ms infinite 63000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num9 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 71000ms ease;-moz-animation:cs_descr_text 96000ms infinite 71000ms ease;-ms-animation:cs_descr_text 96000ms infinite 71000ms ease;-o-animation:cs_descr_text 96000ms infinite 71000ms ease;animation:cs_descr_text 96000ms infinite 71000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num10 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 79000ms ease;-moz-animation:cs_descr_text 96000ms infinite 79000ms ease;-ms-animation:cs_descr_text 96000ms infinite 79000ms ease;-o-animation:cs_descr_text 96000ms infinite 79000ms ease;animation:cs_descr_text 96000ms infinite 79000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > .num11 .cs_descr > .cs_wrapper{-webkit-animation:cs_descr_text 96000ms infinite 87000ms ease;-moz-animation:cs_descr_text 96000ms infinite 87000ms ease;-ms-animation:cs_descr_text 96000ms infinite 87000ms ease;-o-animation:cs_descr_text 96000ms infinite 87000ms ease;animation:cs_descr_text 96000ms infinite 87000ms ease;}
.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_title,
.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_descr,
.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_title > .cs_wrapper,
.csslider1 > #cs_play1:checked ~ .cs_description > label > .cs_descr > .cs_wrapper,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_title,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_descr,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_title > .cs_wrapper,
.csslider1 > .pause:checked ~ .cs_description > label > .cs_descr > .cs_wrapper{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}
@media
only screen and (max-width:480px),
only screen and (-webkit-max-device-pixel-ratio:2) and (max-width:480px),
only screen and (max--moz-device-pixel-ratio:2) and (max-width:480px),
only screen and (-o-max-device-pixel-ratio:2/1) and (max-width:480px),
only screen and (max-device-pixel-ratio:2) and (max-width:480px),
only screen and (max-resolution:192dpi) and (max-width:480px),
only screen and (max-resolution:2dppx) and (max-width:480px){.csslider1 > .cs_description,
.csslider1 > .cs_bullets{display:none;}
}
@media only screen and (max-width:737px){.csslider1,
.csslider1 > ul{height:auto;}
}
.outline-padding{padding:10px;}
.text-wrap-right{clear:left;float:right;margin:10px;}
.text-wrap-left{clear:right;float:left;margin:10px;}
.mediums{position:relative;cursor:pointer;font-weight:bold;font-size:16px;line-height:10px;color:#3974C1;}
.mediums .medium-description{position:absolute;left:-95px;top:21px;width:180px;padding:10px;text-align:left;border-radius:5px;z-index:1000;font-size:12px;font-family:'Arial';color:#000;background-image:url('https://www.lovecustomart.com/images/entry_description_bg.png');background-repeat:repeat-x;background-position:top left;background-color:#fdf6cc;box-shadow:0px 2px 5px #a6a6a6;border:1px solid #BABABA;display:none;text-shadow:1px 1px 1px #fff;line-height:14px !important;}
.mediums .medium-description .uparrow{position:absolute;width:22px;height:8px;top:-8px;left:90px;z-index:1001;}
ul#display-inline-block-example,
ul#display-inline-block-example li{margin:0;padding:0;}
ul#display-inline-block-example li{display:inline-block;width:100%;min-height:100px;background:#ccc;vertical-align:top;zoom:1;*display:inline;}
.spacer{padding:0 5px;}
.testimonials{font-size:18px;text-align:center;}
.testimonials-big-left{font-size:80px;text-align:left;}
.testimonials-big-right{font-size:80px;vertical-align:right;}
.best-boxes{text-align:left;vertical-align:top;}
.best-boxes-header{text-align:center;font-size:22px;color:#3399ff;font-family:'Overlock SC', cursive;';
}

/*end extra css-slider and owl code */