@charset "utf-8";
/* CSS Document */


* {margin: 0; padding: 0;}

body {
	background: #fff;
	font: 16px/18px Arial, sans-serif;
	color: #0c466d;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
}

html {height: 100%;}



/* Typography 
-------------------------------------*/

a, .see-all a:hover, .search-btn-link a:hover, .search-th a:hover {
	color: #0c466d;
	text-decoration: underline;
}

img {vertical-align: middle;}

.st-text-bl {padding: 28px 0 15px;}
.st-text-bl p {margin-bottom: 20px; line-height: 19px;}
.st-text-bl p span {display: block;}

.pay-img-centered {
	text-align: center;
	margin: 30px 0 0;
}

.pay-img-centered img {
	margin: 0 15px;
	vertical-align: bottom;
}


.typo-tbl {
	width: 100%;
	margin: 30px 0 0;
}

.typo-tbl tr:nth-child(even) td {
	background-color: #fcfdfe;
}

.typo-tbl td {
	padding: 6px 10px;
	background-color: #c5d2dc;
}

.typo-tbl td:first-child {
	font-weight: bold;
	width: 68%;
}



.typo-tbll {
	width: 100%;
	margin: 30px 0 0;
}

.typo-tbll tr:nth-child(even) td {
	background-color: #fcfdfe;
}

.typo-tbll td {
	padding: 6px 10px;
	background-color: #c5d2dc;
}

.typo-tbll td:first-child {
	font-weight: bold;
	width: 18%;
}

/* Hover Effects 
-------------------------------------*/


.product-bl img:hover,
.acc-favorites img:hover,
.search-first-b img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.9; 
	-khtml-opacity: 0.9; 
	opacity: 0.9;
}

a:hover {text-decoration: none;}



/* Style Form 
-------------------------------------*/

input[type="text"],
input[type="password"],
textarea {
	position: relative;
	width: 151px;
	height: 18px;
	padding: 0 6px;
	color: #0c466d;
	font: 12px Arial, sans-serif;
	border: 1px solid #0c466d;
	outline: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

textarea {
	height: 150px;
	width: 250px;
	padding: 5px 10px;
	resize: none;
}

label {cursor: pointer;}


/* check box input */
.jq-checkbox {
	top: -1px;
	width: 11px;
	height: 11px;
	border: none;
	margin-right: 6px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -12px -29px no-repeat;
	vertical-align: middle;
	cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
	width: 11px;
	height: 11px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -25px -29px no-repeat;
}

.head-enter-form .jq-checkbox {
	margin: 0 6px 0 2px;
}



::-webkit-input-placeholder {color: #0c466d;}
:-moz-placeholder {color: #0c466d;}
.placeholder {color: #0c466d;}
*:focus::-moz-placeholder {color: transparent !important;}
*[autofocus]::-moz-placeholder:focus {color: graytext !important;}
*:focus:-moz-placeholder {color: transparent !important;}
*[autofocus]:-moz-placeholder:focus {color: graytext !important;}
*:focus::-webkit-input-placeholder {color: transparent !important;}
*[autofocus]::-webkit-input-placeholder {color: graytext !important;}


.head-enter-form {
	float: right;
	width: 416px;
	padding-bottom: 10px;
	font-size: 12px;
}

.head-enter-form input {
	margin-right: 5px;
	vertical-align: middle;
}

.head-enter-form div {margin-bottom: 10px;}
.head-enter-form div:first-child {text-align: right;}
.head-enter-form label {color: #0c466d;}
.head-enter-form a {margin-left: 10px;}


.search-form {
	width: 465px;
	margin: 0 auto;
}

.search-form div {margin-bottom: 15px;}

.search-form div span {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	font-size: 16px;
	color: #0c466d;
	line-height: 20px;
}


.aside-search-bl {
	float: left;
	width: 350px; 
  opacity:0.85;
}

.aside-search-bl form {
	position: relative;
	color: #fff;
	float: left;
	width: 260px;
	border: 2px solid #ffffff;
	margin: 30px 5px 58px 0;
	padding: 20px 0 0;
	background-color: #e64f86;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow: 0 0 0 5px #e6dee7;
	-moz-box-shadow: 0 0 0 5px #e6dee7;
	box-shadow: 0 0 0 5px #e6dee7;
}

.aside-search-bl div {margin-bottom: 13px;}

.aside-search-bl div > div,
.search-form div > div {
	margin-bottom: 0;
}

.search-form b {font-weight: normal;}
.aside-search-bl b {margin: 0 6px; font-size: 18px;}

.aside-search-bl div span {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	padding-left: 12px;
	font-size: 14px;
	color: #fff;
	line-height: 21px;
}

.search-form .centered-btn {
	text-align: center;
	margin-bottom: 0;
	padding: 12px 0 0;
}

.aside-search-bl .centered-btn {
	padding: 12px 0;
}

.search-tt {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #0c466d;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.aside-search-bl .search-tt {
	color: #fff;
	font-weight: normal;
	margin-bottom: 18px;
}

.head-ligin-form {
	float: right;
	width: 237px;
	margin-bottom: 20px;
}

.head-ligin-form img {
	position: relative;
	float: left;
	width: 47px;
	height: 47px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.head-ligin-form span {
	display: block;
	margin: 0 0 0 55px;
	padding-top: 5px;
}

.name-head-login {
	color: #0c466d;
}

.cost-head-login {
	position: relative;
	padding-left: 25px;
	color: #58718a;
}

.cost-head-login:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 7px;
	width: 21px;
	height: 12px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -116px -99px no-repeat;
}


.message-bl {
	position: relative;
	margin: 20px 0 0;
}

.message-bl textarea {
	width: 456px;
	height: 133px;
	padding: 5px 35px 5px 15px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #0c466d;
	background-color: #fff;
}

.smile-icon {
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 10;
	width: 21px;
	height: 20px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) 0 -181px no-repeat;
}

.photo-icon {
	position: absolute;
	right: 10px;
	top: 38px;
	z-index: 10;
	width: 21px;
	height: 19px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) 0 -211px no-repeat;
}

.message-send {
	overflow: hidden;
	padding-bottom: 10px;
}

.message-font-size {
	padding: 5px 0 15px;
	font-size: 14px;
	color: #fff;
}

.message-font-size span {text-decoration: underline; cursor: pointer;}
.mess-size-frst {font-size: 14px;}
.mess-size-sec {font-size: 18px;}
.mess-size-th {font-size: 20px;}

.message-send input[type="text"] {
	width: 388px;
	height: 28px;
}



/* Button style 
-------------------------------------*/

.btn {
	border: none;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 31px;
	min-width: 44px;
	padding: 0 10px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	color: #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.head-enter-form .btn,
.head-ligin-form .btn {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	width: 67px;
	padding: 0;
	border: none;
}

.head-ligin-form .btn {
	text-transform: none;
	margin-left: 2px;
}

.search-form .btn {
	width: 137px;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
}

.aside-search-bl .search-form .btn {
	width: 102px;
	padding: 0;
	height: 31px;
	line-height: 31px;
}

.join-btn-wrap .btn {
	height: 51px;
	line-height: 51px;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 10px;
}

.btn-buy,
.btn-add-fav {
	font-weight: bold;
	padding: 0 13px 0 58px;
	height: 38px;
	line-height: 38px;
	margin-left: 10px;
}

.btn-buy:before {
	content: ' ';
	position: absolute;
	left: 13px;
	top: 9px;
	width: 36px;
	height: 21px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -78px -73px no-repeat;
}

.btn-add-fav {padding-left: 39px;}

.btn-add-fav:before {
	content: ' ';
	position: absolute;
	top: 9px;
	left: 10px;
	width: 20px;
	height: 18px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -119px -73px no-repeat;
}

.aside-btn-panel .btn {
	display: block;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
}

.search-btn-link {
	display: block;
	text-align: center;
	font-style: normal;
	margin: 5px 0 0;
	font-size: 12px;
}

.search-btn-link a {
	color: #58718a;
	text-decoration: none;
}

.aside-mini-btn {
	float: right;
	width: 67px;
	height: 20px;
	padding: 0;
	margin-top: 10px;
	line-height: 20px;
	font-size: 12px;
}

.video-main-sett-btn .btn {
	height: 38px;
	line-height: 38px;
	width: 200px;
	font-size: 14px;
	padding: 0;
}

.message-send .btn {
	float: right;
	text-transform: uppercase;
	font-size: 18px;
	width: 92px;
	height: 30px;
	padding: 0;
	line-height: 30px;
}

input.btn::-moz-focus-inner, button.btn::-moz-focus-inner {padding: 0; border: 0}
input.btn {line-height: 1em;}



/* Navigation
-------------------------------------*/

.menu {
	width: 100%;
	background-color: #58718a;
	clear: both;
	height: 37px;
}

.menu ul {
	width: 1000px;
	margin: 0 auto;
}

.menu li {
	display: inline;
	margin-right: 9px;
	line-height: 37px;
	color: #fff;
}

.menu li a {
	color: #fff;
	text-decoration: none;
	margin-right: 9px;
}

.menu li a:hover,
.footer-menu li a:hover,
.login-panel-menu li a:hover {
	color: #e64f86;
	text-decoration: underline;
}


.footer-menu li,
.login-panel-menu li {
	display: inline;
	margin-right: 7px;
	font-size: 14px;
	color: #fff;
}

.footer-menu li a,
.login-panel-menu li a {
	color: #fff;
	text-decoration: none;
	margin-right: 7px;
}


.login-panel-menu {
	position: relative;
	float: right;
	margin-right: 24px;
	height: 36px;
	line-height: 36px;
	padding: 0 20px 0 33px;
	background-color: #58718a;

	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.login-panel-menu li {
	font-size: 16px;
	margin-right: 9px;
}


.pagination {
	padding: 10px 0 3px;
	text-align: center;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
}

.pagination .pagin-dotted {
	margin: 0 10px 0 6px;
}

.pagination li a {
	display: block;
	line-height: 18px;
	padding: 2px 2px 0;
	color: #0c466d;
	text-decoration: none;
	margin-right: 5px;
}

.dark-section-color .pagination li a {color: #fff;}
.dark-section-color .pagination li.active a,
.dark-section-color .pagination li.next-pagin a {border-color: #fff;}

.pagination li.active a,
.pagination li.next-pagin a {
	position: relative;
	border: 1px solid #58718a;
	margin-right: 0;
	min-width: 20px;
	padding: 2px 0 0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pagination li.next-pagin a {
	padding: 2px 20px 0;
}



/* Page 
-------------------------------------*/

.clear {clear: both;}
.group:after {content: "."; display: block; height: 0; clear: both;
visibility: hidden;}
header, nav, section, article, aside, footer {display: block;}

#wrapper {
	position: relative;
	min-height: 100%;
	margin-bottom: -52px;
	overflow: hidden;
}

@media only screen and (max-device-width: 780px) {
	body {min-width: 1040px;}
}

.page-buffer {
	height: 52px;
}

.centered-bl {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.scroll-up {
	position: absolute;
	bottom: 200px;
	z-index: 10;
	right: -133px;
	width: 92px;
	height: 92px;
	background: #d3dce3 url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -145px 12px no-repeat;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.scroll-up:hover {
	background-color: #a0b1bf;
}



#middle {width: 100%; height: 1%; position: relative;}
#middle:after {content: ' '; display: block; clear: both; visibility: hidden; height: 0;}



/* Header 
-------------------------------------*/

.header {
	position: relative;
	padding: 24px 0 0;
}

.logo {float: left;}

.logo a {
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	color: #0c466d;
	text-decoration: none;
}



/* main search block
-------------------------------------*/

.main-search-bl {
	background-color: #e7f1f4;
}

.main-search-bl .centered-bl {
	min-height: 400px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/chrismas-brides.jpg) 25px 100% no-repeat;
}

.list-service-main {
	clear: left;
	padding: 30px 5px 10px 21px;
	background-color: rgba(255, 255, 255, 0.6);
}

.list-service-main li {
	position: relative;
	padding-left: 44px;
	margin-bottom: 9px;
	line-height: 26px;
}

.list-service-main li:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) 0 0 no-repeat;
}

.welcome-search-tt {
	position: relative;
	float: right;
	width: 212px;
	height: 208px;
	margin: 14px 0 0;
	padding: 40px 18px 0;
	line-height: 19px;
	color: #0c466d;
	text-align: center;
	border: 2px dashed #58718a;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.welcome-search-tt span {
	display: block;
}

.join-btn-wrap {
	position: absolute;
	bottom: 16px;
	right: 0;
}

.join-btn-wrap b {font-size: 25px;}



/* main style
-------------------------------------*/
.begarticlee {
    position:fixed;
	z-index:999;
   bottom:0;
	right:0;  
  opacity: 0.85;   
  background: rgba(255,245,215,0.1);
}

.dark-section-color {
	position: relative;
	background-color: #58718a;
	padding: 28px 0;
}

.main-tt-prod {
	display: block;
	margin-bottom: 28px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.product-bl {
	margin-left: -22px;
}

.product-bl li {
	position: relative;
	float: left;
	width: 205px;
	height: 256px;
	padding: 12px 5px 0 13px;
	margin: 0 0 21px 22px;
	background-color: #fff;
	border: 5px solid #a0b1bf;
	overflow: hidden;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.now-online-aside .product-bl {
	height: 940px;
	overflow-y: scroll;
	margin: 0;
}

.now-online-aside .product-bl li {
	float: none;
	width: 142px;
	height: 174px;
	padding: 8px 3px 7px 8px;
	margin: 0 0 15px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.product-bl img {
	width: 137px;
	height: 193px;
}

.now-online-aside .product-bl img {
	width: 95px;
	height: 136px;
}

.aside-prod-col {
	float: right;
	width: 64px;
}

.now-online-aside .aside-prod-col {
	width: 44px;
}

.status-online {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	padding: 0 13px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.now-online-aside .status-online {
	width: 44px;
	height: 14px;
	padding: 0;
	font-size: 10px;
	line-height: 14px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.age-prod {
	display: block;
	font-size: 14px;
	color: #d16794;
	line-height: 16px;
	text-align: center;
}

.now-online-aside .age-prod {
	font-size: 10px;
	line-height: 10px;
}

.icon-btns-prod {
	display: block;
	text-align: center;
	padding: 38px 0 0;
}

.now-online-aside .icon-btns-prod {
	padding-top: 27px;
}

.icon-btns-prod a {
	display: inline-block;
	width: 32px;
	height: 30px;
	margin-bottom: 2px;
	background-image: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png);
	background-repeat: no-repeat;
}

.now-online-aside .icon-btns-prod a {
	width: 22px;
	height: 22px;
}

.icon-web {background-position: -39px 0;}
.icon-mess {background-position: -41px -35px;}
.icon-info {background-position: -41px -69px;}
.icon-com {background-position: -42px -106px;}

.icon-web:hover {background-position: 0 -42px;}
.icon-mess:hover {background-position: -2px -77px;}
.icon-info:hover {background-position: -2px -111px;}
.icon-com:hover {background-position: -3px -148px;}

.now-online-aside .icon-web {background-position: -143px -93px;}
.now-online-aside .icon-mess {background-position: -143px -119px;}
.now-online-aside .icon-info {background-position: -144px -143px;}
.now-online-aside .icon-com {background-position: -144px -168px;}

.btn-acc-model {
	margin-bottom: 18px;
	margin-left: -6px;
}

.btn-acc-model a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 38px;
	margin-left: 6px;
	padding-left: 37px;
	font-size: 14px;
	line-height: 38px;
	text-decoration: none;
	color: #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn-acc-model a:before {
	content: ' ';
	position: absolute;
	width: 25px;
	height: 21px;
	background-image: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png);
	background-repeat: no-repeat;
}

.btn-acc-model .icon-web:before {
	left: 5px;
	top: 9px;
	background-position: -79px -30px;
}

.btn-acc-model .icon-mess:before {
	left: 7px;
	top: 12px;
	background-position: -111px 0;
}

.icon-kiss:before {
	left: 6px;
	top: 12px;
	background-position: -112px -24px;
}

.icon-fift:before {
	left: 6px;
	top: 8px;
	background-position: -78px 0;
}

.name-prod {
	display: block;
	margin-right: 66px;
	font-size: 18px;
	color: #0c466d;
	line-height: 24px;
}

.now-online-aside .name-prod {
	font-size: 13px;
	line-height: 18px;
}

.id-prod {
	display: block;
	margin-right: 66px;
	font-size: 14px;
	color: #9cb3c5;
	line-height: 20px;
	margin-bottom: 7px;
}

.now-online-aside .id-prod {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 5px;
}


.inner-wrap-bl {
	margin: 30px auto;
}

.margin-sell-bot {
	margin-bottom: 30px;
}

.border-bl {
	clear: both;
	max-width: 952px;
	padding: 23px;
	margin-bottom: 0;
	position: relative;
	border: 1px solid #58718a;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.acc-head-bl {
	overflow: hidden;
	margin-bottom: 25px;
}

.aside-acc-head {float: right;}

.aside-acc-head {
	text-transform: uppercase;
	text-align: right;
}

.name-acc-head {width: 500px;}

.name-acc {
	font-size: 25px;
	display: block;
	text-transform: uppercase;
}

.name-acc .status-online {
	margin-left: 8px;
	text-transform: none;
}

.id-acc {
	display: block;
	margin-top: 5px;
	color: #9cb3c5;
	font-size: 19px;
}

.aside-acc {
	float: left;
	width: 348px;
	overflow: hidden;
}

.photo-acc {margin-left: -5px;}
.photo-acc img {margin: 0 0 10px 5px;}


.main-info-acc {
	float: right;
	width: 580px;
}

.mail-acc {
	overflow: hidden;
	margin: 0 0 16px -15px;
}

.mail-acc div {
	position: relative;
	float: left;
	width: 280px;
	margin-left: 15px;
	border: 1px solid #58718a;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.main-title-acc {
	position: relative;
	display: block;
	height: 39px;
	font-size: 18px;
	line-height: 39px;
	padding-left: 65px;
	color: #fff;

	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.mail-acc .main-title-acc span {
	position: absolute;
	left: 44px;
	line-height: 14px;
	text-align: center;
	top: 3px;
	width: 13px;
	height: 14px;
	padding-left: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #ce4271;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.main-title-acc:before {
	content: ' ';
	position: absolute;
	left: 18px;
	top: 6px;
	width: 34px;
	height: 21px;
	background-image: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png);
	background-repeat: no-repeat;
}

.mail-acc .main-title-acc:before {
	background-position: -77px -99px;
}

.acc-favorites .main-title-acc {padding-left: 47px;}

.acc-favorites .main-title-acc:before {
	top: 10px;
	width: 20px;
	height: 18px;
	background-position: -119px -73px;
}

.mail-acc ul {
	padding: 18px 20px 4px 21px;
}

.mail-acc ul li {
	overflow: hidden;
	margin-bottom: 5px;
}

.mail-acc ul li img {
	float: left;
}

.mail-acc ul li a {
	font-weight: bold;
	margin-left: 20px;
	font-size: 14px;
	color: #2e5f80;
}

.see-all {
	display: block;
	text-align: right;
	margin: 0 15px 15px 0;
}

.see-all a {
	text-decoration: none;
	color: #0c466d;
}

.acc-favorites {
	position: relative;
	margin-bottom: 22px;
	border: 1px solid #58718a;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.acc-favorites div {
	margin-left: -15px;
	padding: 25px 10px 15px 15px;
}

.acc-favorites a {
	margin-left: 15px;
}

.acc-favorites img {
	position: relative;
	width: 94px;
	height: 131px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.about-acc {padding: 10px 0 5px;}
.about-acc p span {display: block;}

.about-acc p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 17px;
}

.about-tt {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #0c466d;
	margin-bottom: 15px;
}

.search-page {padding: 5px 0 0;}


.search-result {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #0c466d;
	line-height: 20px;
	text-align: center;
	padding: 26px 0;
}

.search-horizontal {padding: 20px 0 0;}

.search-horizontal li {
	position: relative;
	margin-bottom: 30px;
	border: 5px solid #a0b1bf;
	overflow: hidden;
	background-color: #fff;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.search-horizontal li span {
	display: block;
	margin-bottom: 10px;
}

.search-horizontal p {
	padding-top: 25px;
}

.aside-search-col {
	float: right;
	width: 46px;
	padding: 0 20px;
	height: 194px;
	border-left: 1px solid #a0b1bf;
}

.aside-search-col .icon-btns-prod {padding: 30px 0 0;}

.search-first-b {
	float: left;
	width: 320px;
	padding: 24px 10px 0 24px;
	height: 170px;
}

.search-sec {
	float: left;
	border-left: 1px solid #a0b1bf;
	width: 180px;
	padding: 24px 10px 0 25px;
	height: 170px;
}

.search-first-b img {
	width: 113px;
	height: 160px;
	float: left;
	margin-right: 20px;
}

.search-th {
	float: left;
	width: 300px;
	border-left: 1px solid #a0b1bf;
	padding: 24px 0 0 24px;
	height: 170px;
}

.search-th a {
	display: block;
	text-decoration: none;
	color: #58718a;
}

.search-horizontal li .search-th span {margin-bottom: 20px;}
.search-horizontal li .search-th a span {margin-bottom: 0;}



.chat-page {
	margin: 55px auto 30px;
}

.aside-chat-panel {
	float: right;
	width: 227px;
}

.aside-chat-panel .chat-radius-bl:first-child {margin-top: 0;}

.chat-radius-bl {
	position: relative;
	border: 1px solid #0c466d;
	width: 520px;
	padding: 12px 13px 15px;
	margin-top: 5px;
	background-color: #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.video-ch-bl {width: 260px;}

.video-ch-bl span {
	display: block;
	margin: 0 70px 0 0;
	font-size: 12px;
	line-height: 16px;
}

.video-bl {
	position: relative;
	width: 199px;
	margin-bottom: 8px;
}

.video-bl span {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	text-align: center;
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}

.radius-tt-ch {
	position: absolute;
	left: 18px;
	top: -25px;
	min-width: 142px;
	font-size: 16px;
	text-align: center;
	height: 24px;
	line-height: 25px;
	color: #fff;
	background-color: #58718a;

	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.c-list {padding: 2px 0 0;}

.c-list li {
	overflow: hidden;
	padding-bottom: 1px;
}

.c-list-name {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	padding-left: 30px;
	color: #58718a;
}

.c-list-name:before {
	content: ' ';
	position: absolute;
	left: 4px;
	top: 3px;
	width: 17px;
	height: 15px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -75px -153px no-repeat;
}

.c-list-name span {
	display: inline-block;
	vertical-align: middle;
	color: #0c466d;
	width: 70px;
}

.close-c-contact {
	float: right;
	margin-right: 10px;
	width: 13px;
	height: 13px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -108px -45px no-repeat;
}

.hot-list-chat {
	padding-bottom: 37px;
	min-height: 185px;
}

.sound-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #58718a;
}

.sound-btn:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 20px;
	background-image: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png);
	background-repeat: no-repeat;
}

.btn-on:before {background-position: -45px -164px; margin-right: 3px;}
.btn-off:before {background-position: -45px -140px; margin-right: 10px;}

.c-list-online:before,
.c-list-ofline:before {
	width: 8px;
	height: 8px;
	left: 5px;
	top: 5px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -127px -42px no-repeat;
}

.c-list-ofline:before {
	background-position: -127px -61px;
}

.online-chat {
	min-height: 330px;
}


.now-online-aside {
	float: left;
	width: 198px;
	
	position: relative;
}

.now-online-aside .product-bl {
	position: relative;
	padding: 15px 17px 0;
	background-color: #58718a;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.now-online-aside .radius-tt-ch {
	min-width: 117px;
	top: -22px;
	height: 22px;
	line-height: 24px;
	font-size: 16px;
}

.main-chat-bl {
	position: relative;
	margin: 0 245px 0 218px;
	padding-bottom: 12px;
}

.main-chat-bl p b {font-size: 18px;}
.main-chat-bl p {margin-bottom: 18px;}

.video-main-sett-btn {
	float: right;
	width: 225px;
	margin-right: 15px;
	text-align: center;
}

.video-main-sett-btn span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #58718a;
	min-height: 39px;
	line-height: 16px;
	padding: 7px 0 0;
}

.video-main-sett .video-ch-bl {
	margin: 0 0 0 25px;
}

.video-main-sett {
	padding: 8px 0 8px;
	margin-bottom: 22px;
	overflow: hidden;
}

.spec-window-sett-frst,
.spec-window-sett-sec {
	position: relative;
	padding-left: 40px;
}

.spec-window-sett-frst:before,
.spec-window-sett-sec:before {
	content: ' ';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 20px;
	height: 18px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -115px -129px no-repeat;
}

.spec-window-sett-sec:before {
	width: 32px;
	height: 21px;
	background-position: -76px -129px;
}



/* Footer 
-------------------------------------*/

.footer {
	width: 100%;
	background-color: #58718a;
	height: 36px;
	padding: 16px 0 0;
}

.footer .centered-bl {
	overflow: hidden;
}

.copy {
	float: right;
	font-size: 12px;
	color: #fff;
}



/* Reveal modal window
------------------------------------- */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 1001;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 110px;
	left: 50%;
	margin-left: -282px;
	width: 508px;
	background: #58718a;
	position: absolute;
	z-index: 1002;
	padding: 23px 28px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reveal-model {
	float: left;
	width: 140px;
}

.reveal-model img {
	position: relative;
	width: 138px;
	height: 207px;
	margin-bottom: 8px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.reveal-model span {
	display: block;
	color: #fff;
	line-height: 20px;
}

.aside-rev-video {
	float: left;
	width: 230px;
	margin-right: 35px;
	color: #fff;
}

.aside-rev-video .video-ch-bl {
	border: 1px solid #0c466d;
	margin: 0 0 8px;
}



/* Select drop down control
------------------------------------- */

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}

.jq-selectbox__select {
	position: relative;
	height: 18px;
	width: 150px;
	padding: 0 22px 0 10px;
	font-size: 12px;
	border: 1px solid #0c466d;
	color: #0c466d;
	background-color: #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.aside-search-bl .jq-selectbox__select {
	height: 21px;
	border: none;
	width: 100px;
}

.opened .jq-selectbox__select {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.mini-select-pr .jq-selectbox__select {width: 51px;}
.mini-select-pr .jq-selectbox__dropdown {width: 83px !important;}
.aside-search-bl .mini-select-pr .jq-selectbox__select {width: 20px;}
.aside-search-bl .mini-select-pr .jq-selectbox__dropdown {width: 50px !important;}



.mini-select-prp .jq-selectbox__select {width: 31px;}
.mini-select-prp .jq-selectbox__dropdown {width: 53px !important;}
.mini-select-prpp .jq-selectbox__select {width: 21px;}
.mini-select-prpp .jq-selectbox__dropdown {width: 43px !important;}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 7px;
	right: 8px;
	width: 7px;
	height: 6px;
	background: url(https://d2xm83dzguspwa.cloudfront.net/img/sprite.png) -81px -58px  no-repeat;
}

.aside-search-bl .jq-selectbox__trigger-arrow {
	background-position: -81px -58px;
	top: 8px;
}


.jq-selectbox__dropdown {
	position: relative;
	top: 19px;
	width: 182px !important;
	margin: 0;
	padding: 0;
	border: 1px solid #0c466d;
	background: #FFF;
	font-size: 12px;

	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.aside-search-bl .jq-selectbox__dropdown {
	width: 230px !important;
	top: 21px;
	border-color: #ccc;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox li {
	min-height: 18px;
	padding: 1px 8px 1px;
	color: #231F20;
}

.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}

.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}

.jq-selectbox li.disabled {color: #AAA;}
.jq-selectbox li.disabled:hover {background: none;}
.jq-selectbox li.optgroup {font-weight: bold;}
.jq-selectbox li.option {padding-left: 25px;}

.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}



/* gradient
-------------------------------------*/

.btn,
.main-title-acc,
.btn-acc-model a {
	background: rgb(90,137,168);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODlhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzRmN2Y5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iIzFjNTM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDQ3NmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(90,137,168,1) 0%, rgba(79,127,159,1) 20%, rgba(28,83,120,1) 77%, rgba(13,71,110,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,137,168,1)), color-stop(20%,rgba(79,127,159,1)), color-stop(77%,rgba(28,83,120,1)), color-stop(100%,rgba(13,71,110,1)));
	background: -webkit-linear-gradient(top,  rgba(90,137,168,1) 0%,rgba(79,127,159,1) 20%,rgba(28,83,120,1) 77%,rgba(13,71,110,1) 100%);
	background: -o-linear-gradient(top,  rgba(90,137,168,1) 0%,rgba(79,127,159,1) 20%,rgba(28,83,120,1) 77%,rgba(13,71,110,1) 100%);
	background: -ms-linear-gradient(top,  rgba(90,137,168,1) 0%,rgba(79,127,159,1) 20%,rgba(28,83,120,1) 77%,rgba(13,71,110,1) 100%);
	background: linear-gradient(to bottom,  rgba(90,137,168,1) 0%,rgba(79,127,159,1) 20%,rgba(28,83,120,1) 77%,rgba(13,71,110,1) 100%);
}

.btn:hover,
.btn-acc-model a:hover {
	background: rgb(230,79,134);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2NGY4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2RjNGE3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2M1M2Q2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iI2I0MzY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YzMzNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(230,79,134,1) 0%, rgba(220,74,126,1) 22%, rgba(197,61,106,1) 56%, rgba(180,54,95,1) 76%, rgba(156,51,88,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,79,134,1)), color-stop(22%,rgba(220,74,126,1)), color-stop(56%,rgba(197,61,106,1)), color-stop(76%,rgba(180,54,95,1)), color-stop(100%,rgba(156,51,88,1)));
	background: -webkit-linear-gradient(top,  rgba(230,79,134,1) 0%,rgba(220,74,126,1) 22%,rgba(197,61,106,1) 56%,rgba(180,54,95,1) 76%,rgba(156,51,88,1) 100%);
	background: -o-linear-gradient(top,  rgba(230,79,134,1) 0%,rgba(220,74,126,1) 22%,rgba(197,61,106,1) 56%,rgba(180,54,95,1) 76%,rgba(156,51,88,1) 100%);
	background: -ms-linear-gradient(top,  rgba(230,79,134,1) 0%,rgba(220,74,126,1) 22%,rgba(197,61,106,1) 56%,rgba(180,54,95,1) 76%,rgba(156,51,88,1) 100%);
	background: linear-gradient(to bottom,  rgba(230,79,134,1) 0%,rgba(220,74,126,1) 22%,rgba(197,61,106,1) 56%,rgba(180,54,95,1) 76%,rgba(156,51,88,1) 100%);
}

.search-form .btn:hover {
	background: rgb(12,70,109);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjNDY2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iIzFjNTM3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iIzQ3Nzg5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTg4YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(12,70,109,1) 0%, rgba(28,83,120,1) 27%, rgba(71,120,153,1) 73%, rgba(89,136,167,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(12,70,109,1)), color-stop(27%,rgba(28,83,120,1)), color-stop(73%,rgba(71,120,153,1)), color-stop(100%,rgba(89,136,167,1)));
	background: -webkit-linear-gradient(top,  rgba(12,70,109,1) 0%,rgba(28,83,120,1) 27%,rgba(71,120,153,1) 73%,rgba(89,136,167,1) 100%);
	background: -o-linear-gradient(top,  rgba(12,70,109,1) 0%,rgba(28,83,120,1) 27%,rgba(71,120,153,1) 73%,rgba(89,136,167,1) 100%);
	background: -ms-linear-gradient(top,  rgba(12,70,109,1) 0%,rgba(28,83,120,1) 27%,rgba(71,120,153,1) 73%,rgba(89,136,167,1) 100%);
	background: linear-gradient(to bottom,  rgba(12,70,109,1) 0%,rgba(28,83,120,1) 27%,rgba(71,120,153,1) 73%,rgba(89,136,167,1) 100%);
}

.btn-color-sec,
.status-online {
	background: rgb(188,235,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZWIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2IyZTEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2EzZDIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NmI3MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(188,235,0,1) 0%, rgba(178,225,0,1) 30%, rgba(163,210,0,1) 60%, rgba(134,183,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,235,0,1)), color-stop(30%,rgba(178,225,0,1)), color-stop(60%,rgba(163,210,0,1)), color-stop(100%,rgba(134,183,0,1)));
	background: -webkit-linear-gradient(top,  rgba(188,235,0,1) 0%,rgba(178,225,0,1) 30%,rgba(163,210,0,1) 60%,rgba(134,183,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(188,235,0,1) 0%,rgba(178,225,0,1) 30%,rgba(163,210,0,1) 60%,rgba(134,183,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(188,235,0,1) 0%,rgba(178,225,0,1) 30%,rgba(163,210,0,1) 60%,rgba(134,183,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(188,235,0,1) 0%,rgba(178,225,0,1) 30%,rgba(163,210,0,1) 60%,rgba(134,183,0,1) 100%);
}

.btn,
.btn:hover,
.search-form .btn:hover,
.btn-color-sec,
.status-online,
.main-title-acc,
.btn-acc-model a,
.btn-acc-model a:hover {
	filter: none;
}