.box {
	padding:25px 0;
	background:#383838;

}
.box-data {
	background:#fff;
	border:1px solid #ebebeb;
	padding:15px 25px;
}
.box-data .ui-alert-warning {
	margin-bottom: 0;
}
.box-data .h2 {
	border-bottom:1px solid #ebebeb;
	padding-bottom:10px;
	margin:10px 0 20px;
}
.box-data .notetext {
	color:green;
}
.auloader {
	background:url(images/pin.png);
	position:absolute;
	z-index:10000;
	width:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	text-align:center;
}
.auloader-image {
	background:url(images/loader.gif) 50% 50% no-repeat;
	width:100%;
	height:100%;
}
.download {
	text-decoration: underline;
}

/* header */
.header {
	height:50px;
}
.header a:hover {
	color:#7fcafd;
}
.header-logo {
	font-size:4vw;
	padding:8px 0 18px;
	text-align:left;
}
.header-logo strong {
	color:#7fcafd;
}
.header-logo a {
	color:#fff;
}
.header-link-item {
	color:#999;
	font-size:24px;
	margin:0 10px;
	position:relative;
	margin-top:13px;
	display:inline-block;
}
.header-basket-box .header-link-item {
	margin:0px;
}
.header-link .btn {
	margin-top:7px;
	width:120px;
	text-transform:uppercase;
}
.header-link .btn:hover {
	color:#fff;
}
.header-link .badge {
	position:absolute;
	top:0;
	left:13px;
	font-size:11px;
	background: #7fcafd;
	padding:2px 5px;
	border-radius:5px;
}
.header-link .fa-angle-down {
	font-size:12px;
	margin-left:5px;
}
.header-link .tooltip,
.lots-item-favorite .tooltip {
	white-space:nowrap;
}
.header-basket-box {
	display:inline-block;
	z-index:150;
	position:relative;
}
.header-basket-items {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 15px 0 0;
    min-width:290px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.header-basket-table {
	width:100%;
	color:#383838;
}
.header-basket-table td {
	vertical-align:top;
	padding:7px;
	border-bottom:1px solid #cacaca;
}
.header-basket-table img {
	max-width:50px;
}
a.header-basket-name {
	font-size:14px;
	line-height:18px;
	color:#383838;
}
.header-basket-price {
	font-weight:bold;
	margin-top:10px;
	font-size:16px;
}
a.header-basket-delete {
	font-size:14px;
	color:red;
}
td.header-link-table-delete {
	vertical-align:middle;
}
.header-basket-table.foot {
	font-size:16px;
}
.header-link-order {
	margin:15px 10px 10px;
}
.header-link-order a,
.header-link-order a:hover {
	color:#fff;
	font-size:14px;
}
.header-time {
	color:#fff;
	font-size:14px;
}

/* header personal */
.header-personal {
	font-size:14px;
}
.header-personal a {
	color:#7fcafd;
	text-decoration:none;
}
.header-personal img {
	width:50px;
	border-radius:50%;
	border:3px solid #7fcafd;
}
.header-personal-menu {
	width:100px;
	margin:5px 0 0 10px;
	font-size: 14px;
	display:inline-block;
}
.header-personal .dropdown-menu {
	z-index:1001;
}
.header-personal .dropdown-toggle {
	padding-right:10px;
}

/* nav */
.td-nav {
	background:#fff;
	border:none;
	margin:0;
	z-index:100;
}
.td-nav .navbar-nav > .active > a,
.td-nav .navbar-nav > .active > a:hover,
.td-nav .navbar-nav > .active > a:focus,
.td-nav .navbar-nav > li:hover > a,
.td-nav .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background:#7fcafd;
	color:#fff;
	text-decoration: none;
	border-color:#ebebeb;
}
.td-nav .navbar-nav > li > a {
	color:#293134;
	text-transform:uppercase;
	padding:25px 25px;
	border-right:1px solid #ebebeb;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-form .form-control,
.navbar-form .form-control:focus {
	border-radius:15px;
	margin: 7px 0 0 0;
	width:95%;
	height:34px !important;
}
.navbar-right.nav-search {
	width:300px;
	margin-top:12px;
}
.navbar-form .form-control.nav-search-btn,
.navbar-form .form-control.nav-search-btn:focus {
	margin:7px 0 0 -30px;
	width:34px;
	height:34px;
	background:#535d5f;
	border:none;
	border-radius:17px;
	color:#fff;
	text-align:center;
	padding:0;
}

/* main banner */
.main-banner {
	/*background: url(images/your_banner.jpg) 50% 0 repeat fixed;*/
	background:#777;
	height:600px;
	width:100%;
	min-width:100%;
	position: relative;
	padding:170px 0 0 0;
	background: #cccccc;
	background: -moz-linear-gradient(left, #cccccc 0%, #777777 50%, #777777 51%, #cccccc 100%);
	background: -webkit-linear-gradient(left, #cccccc 0%,#777777 50%,#777777 51%,#cccccc 100%);
	background: linear-gradient(to right, #cccccc 0%,#777777 50%,#777777 51%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=1 );
}
.main-banner-slogan1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:28px;
	line-height:28px;
	text-align:center;
	margin-bottom:10px;
}
.main-banner-slogan2 {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:52px;
	line-height:52px;
	text-align:center;
}
.main-banner-search {
	text-align:center;
	margin:50px auto;
	position:relative;
	width:100%;
	display:block;
}
.main-banner-search-text {
	float:left;
	position:relative;
	width:82%;
}
.main-banner-search-title,
.main-banner-search-title:focus {
	background:#fff;
	height:52px !important;
	border:1px solid #ededed;
	border-radius:5px 0 0 5px;
	float:left;
	width:61%;
	font-family: 'Roboto Condensed';
	color:#191919;
}
.main-banner-search-category {
	background: #fff;
	width:200px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	float:left;
	border-radius:0 5px 5px 0;
	border:1px solid #ededed;
	border-left:none;
}
.main-banner-search-select,
.main-banner-search-select:focus {
	background: none;
	height:50px;
	width:218px;
	box-shadow:none;
	font-size:16px;
	position:relative;
	z-index:100;
	border:none;
	outline: none;
	color:#191919;
}
.main-banner-search-category-button {
	background: url('images/search_select.jpg') center center no-repeat;
	height: 52px;
	width: 36px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 50;		
	cursor:pointer;
}
.main-banner-search-btn {
	float:left;
	margin-left:20px;
	height:52px;
	font-size:16px;
	padding:0 30px;
	text-transform:uppercase;
}

/* main tabs */
.main-navlot {
	background:#fff;
	text-align:center;
}
.main-navlot .nav-tabs {
	border:none;
}
.main-navlot .nav-tabs > li {
	float:none;
	display:inline-block;
	font-size:18px;
}
.main-navlot .nav-tabs > li > a, 
.main-navlot .nav-tabs > li > a:focus, 
.main-navlot .nav-tabs > li > a:hover {
	border:none;
	color:#aeaeae;
	padding:20px 40px 10px;
	background:none;
}
.main-navlot .nav-tabs > li > a:hover {
	color:#2c373b;
}
.main-navlot .nav-tabs > li.active > a, 
.main-navlot .nav-tabs > li.active > a:focus, 
.main-navlot .nav-tabs > li.active > a:hover {
	border:none;
	color:#2c373b;
	background:none;
	
}
.main-navlot .nav-tabs > li > a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	width: 0;
	background: #7fcafd;
	content: '';
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.main-navlot .nav-tabs > li:hover > a:after,
.main-navlot .nav-tabs > li.active > a:after {
	width:100%;
}

/* main tabs lot */
.main-lot {
	background:#f5f5f5;
	padding:30px 0;
	border-top:1px solid #e6e4e4;
}
.btn.tab {
	font-size:20px;
	padding:10px 30px;
	margin:20px auto;
	display:block;
}
.tab-pane-btn {
	width:100%;
	text-align:center;
}

/* lot list */
.lot {
	background:#fff;
	width:100%;
	border:1px solid #ebebeb;
	padding:10px;
	display:block;
	color:#2c373b;
}
.lot:hover {
	text-decoration:none;
	color:#2c373b;
	border-color:#7fcafd;
}
.tab-content {
	position:relative;
}
.lot-height {
	height:422px;
	margin-bottom:30px;
}
.lot-null {
	text-align:center;
}
.lot-link {
	color:#2c373b;
	margin-top:15px;
	display:block;
	padding:0 5px;
	height:36px;
	overflow:hidden;
	font-size:16px;
}
.lot:hover .lot-link {
	text-decoration:underline;
}
.lot figure {
	text-align:center;
	height:230px;
	line-height:230px;
}
.lot .img-responsive {
	display:inline;
	vertical-align:middle;
}
.lot-date {
	font-size:14px;
	padding:0 5px;
	margin:15px 0;
}
.lot-date span {
	color:#7fcafd;
	float:right;
}
.lot-rate {
	border-top:1px solid #ebebeb;
	padding:15px 5px 10px;
	color:#2c373b;
}
.lot-rate-avatar {
	border-radius:50%;
	float:left;
	width:30px;
}
.lot-rate-noavatar {
	background:#ccc;
	border-radius:50%;
	float:left;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	font-size:18px;
	color:#fff;
}
.lot-rate-name {
	float:left;
	margin:6px 0 0 5px;
	font-size:14px;
}
.lot-rate-price {
	float:right;
	font-size:18px;
	margin-top:6px;
}
.lot-rate-price i {
	font-size:14px;
}


/* how it works */
.main-work {
	background:#fff;
	padding: 45px 0 45px 0;
}
.main-work h2,
.main-info h2 {
	color: #000;
	margin: 0 0 36px;
	font: normal 52px/42px 'Roboto Condensed';
}
.main-work-box {
	position: relative;
	background:none;
}
.main-work-box-badge {
	width: 193px;
	height: 193px;
	background: #7fcafd;
	text-align: center;
	line-height: 190px;
	font-size: 80px;
	color: #fff;
	border-radius: 100%;
	display: block;
	margin: 0 0 32px;
	padding:3px 7px;
}
.main-work-box strong {
	font-size:40px;
	color:#2c373b;
	display: block;
	margin: 0 0 25px;
}
.main-work-box p {
	color:#2c373b;
}
.main-work-box:after {
	content: '\f105';
	color: #c2c2c2;
	font-size: 82px;
	line-height: 1em;
	font-family: 'FontAwesome';
	position: absolute;
	top: 130px;
	right: 0;
}
.main-work .col-lg-3:last-child .main-work-box:after {
	display: none;
}

/* main mews and about */
.main-info {
	background:#f5f5f5;
	padding: 45px 0 45px 0;
}
.main-info-about {
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
}
.main-info-about li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 22px 0;
	overflow: hidden;
}
.main-info-about-badge {
	width: 104px;
	height: 104px;
	border-radius: 100%;
	text-align: center;
	line-height: 100px;
	color: #000;
	font-size: 45px;
	display: inline-block;
	background: #7fcafd;
	float: left;
	margin: 0 30px 0 0;
	padding:3px 7px;
}
.main-info-about li strong {
	font-size:26px;
	color: #191919;
	display: block;
	padding-top: 17px;
	font-weight:normal;
	line-height:32px
}
.main-info-about li p {
	margin: 42px 0 0 0;
	color:#999;
}

.main-info-news {
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
}
.main-info-news li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 22px;
}
.main-info-news li span {
	color: #7fcafd;
	font: 300 101px/1em 'Roboto Condensed';
	display: block;
	float: left;
}
.main-info-news li strong {
	font: 600 26px/32px 'Roboto Condensed';
	color: #191919;
	display: block;
	padding-top: 17px;
	font-weight:normal;
}
.main-info-news li p {
	margin: 10px 0 0 0;
	color:#999;
}

/* registration */
.registration label,
.restore label,
.authorization label {
	margin-bottom:8px;
}
.modal-content .modal-footer {
	text-align:center !important;
}
.authorization .CSocServVKontakte {
	background:#4f7094;
	border:#4f7094;
}
.authorization .CSocServFacebook {
	background:#43609c;
	border:#43609c;
}
.authorization .btn-info {
	margin-bottom:10px !important;
	width:48%;
}
.reg-reload {
	margin:10px 0 0 10px;
	font-size:24px;
}
.reg-enter-captha {
	margin-top:15px;
}

/* content */
.content {
	background:#f5f5f5;

	border-top:1px solid #ebebeb;
}
.content .title {
	margin:20px 0;
	padding:0;
}

.buttons
{
	background: #7fcafd;
}
.buttons:hover
{
	background: #f80;
}

.content .breadcrumb {
	background:none;
	margin:20px 0 20px 0;
	padding:0;
	font-weight:normal;
	font-size:14px;
}
.content .breadcrumb a {
	color:#888;
	font-weight:normal;
}
.content .breadcrumb a:hover {
	color:#7fcafd;
}
.rules {
	padding:10px 0 0 15px;
}
.rules li {
	margin-bottom:10px;
	font-size:16px;
}

/* content lot list */
.filter {
	background:#7fcafd;
	padding:15px;
	border-radius:5px;
	width:100%;
	margin-bottom:25px;
	border-color:#7fcafd;
	color:#fff;
}
.filter input[type=text] {
	background: #fff;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    color: #191919;
    height: 34px;
    padding: 0 10px;
    width: 100%;
	border-radius:3px;
}
.filter label {
	font-weight:normal;
	margin-bottom:7px;
}
.filter-lots {
	margin-top:5px;
}
.filter-title {
	margin-bottom:25px;
}
.filter-btn {
	padding-top:25px;
}
.filter-btn .btn-link {
	color:#fff;
}

.box-sort {
	background:#fff;
	padding:15px;
	border:1px solid #ebebeb;
	margin-bottom:25px;
	color: #888;
	line-height:28px;
}
.box-sort .select {
	width:200px;
}
.box-sort .select-variant {
	height:30px;
	width: 220px;
	line-height: 20px;
	padding-top: 4px;
	border-color: #ccc;
}
.box-sort .select-variant:hover {
	border-color: #7fcafd;
}
.box-sort .select-variant:focus {
	box-shadow: none;
}

.box-sort .select-button {
	top:2px;
}
.sort-found {
	color: #383838;
	font-size:18px;
}
.sort-title {
	width:110px;
	display:inline-block;
}

.table.lots {
	display:table;
	width:100%;
	border-spacing:0;
}
.table-row {
	display:table-row;
	position:relative;
	background:#fff;
}
.table-row.last {
	background:#f8f8f8;
}
.table-row.me {
	background:#eff6fb;
}
.table-td .line {
	border-left:1px solid #ebebeb;
	display:inline-block;
	position:absolute;
	height:86px;
	left:0;
	top:10px;
}
.table-td {
	display:table-cell;
	padding:15px 10px;
	text-align:left;
	vertical-align:top;
	border:1px solid #ebebeb;
	position:relative;
}
.lots-item-favorite {
	width:50px;
	text-align:center;
	vertical-align:middle;
	border-right:none;
}

.lots-item-marker {
	position:absolute;
	/*width:80px;
	height:20px;*/
	line-height:20px;
	text-transform:uppercase;
	font-size:75%;
	left:40px;
	top:10px;
	z-index:1000;
	white-space:nowrap;
	padding:3px 10px;
	color:#fff;
}
.lots-item-marker.small {
	font-size:55%;
	padding:1px 5px;
	left:5px;
	top:5px;
}
.lots-item-marker.new {
	background:#fdc100;
}
.lots-item-marker.recom {
	background:#5cb85c;
	top:40px;
}
.lots-item-marker.small.recom {
	top:30px;
}

.lots-item-image {
	width:100px;
	text-align:center;
	border-right:none;
	border-left:none;
	vertical-align:middle;
}
.lots-item-image.first {
	border-left:1px solid #ebebeb;
}
.lots-item-name {
	min-width:200px;
	border-right:none;
	border-left:none;
}
.lots-item-name a {
	display:inline-block;
	overflow:hidden;

}
.lots-item-props {
	font-size:13px;
	white-space:nowrap;
	padding:10px 20px;
	width:160px;
	vertical-align:middle;
	border-right:none;
	border-left:none;
	height:106px;
}
.lots-item-price {
	font-size:18px;
	font-weight:bold;
	white-space:nowrap;
	padding:10px 20px;
	width:170px;
	text-align:center;
	vertical-align:middle;
	border-right:none;
	border-left:none;
}
.lots-item-price .btn {
	margin-top:10px;
}
.lots-item-lider {
	font-weight:normal;
	width:210px;
	text-align:center;
	line-height:18px !important;
	padding:10px 20px;
	vertical-align:middle;
	white-space:nowrap;
	border-right:none;
	border-left:none;
}
.lots-item-lider img {
	border-radius:50%;
	max-width:40px;
	margin-top:2px;
}
.lots-item-lider .media {
	margin-top:5px;
}
.lots-item-lider .media-body {
	display: block;
    float: left;
    overflow: visible;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 103px;
	font-size:14px;
	line-height:16px;
}
.lots-class {
	font-size:12px;
	margin:5px 5px 0 0;
}
.lots-item-date {
	font-size:14px;
	padding:10px 20px;
	width:170px;
	vertical-align:middle;
	white-space:nowrap;
	border-left:none;
}
.lots-item-date div {
	font-size:18px;
}
.lots-item-date.last {
	border-right:0;
}
.lots-item-delete {
	border-left:0;
	vertical-align:middle;
}
.lots-item-date .lots-leader {
	font-size:14px;
	margin-top:5px;
}
.lots-favorite {
	font-size:18px;
	display:block;
	width:35px;
	height:35px;
	border-radius:50%;
	background:#e6e6e6;
	color:#fff;
	line-height:35px;
	text-align:center;
}
.lots-favorite:hover,
.lots-favorite.active {
	color:#fff;
	background:#7fcafd;
}
.lots-section {
	color:#7fcafd;
	font-size:12px;
	margin-top:10px;
}
.lots-section a {
	color:#7fcafd;
	height:auto;
}
.lots-rate {
	background:url(images/bg_list_rate.png);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	display:none;
}

/* content lot detail */
.lot-title {
	font-size:24px;
	margin:0 0 15px 10px;
	display:none;
}
.lot-image {
	display:inline-block;
}
.lot-image-height {
	min-height:100px;
	display:inline-block;
	vertical-align:middle;
	line-height:100px;
}
.lot-thumbnails {
	list-style:none;
	padding:0;
	margin:0;
}
.lot-thumbnails li {
	display:inline-block;
	margin:0 5px;
	width:112px;
}
.lot-thumbnails li a:hover img,
.lot-thumbnails li .active img {
	border:2px solid #7fcafd;
}
.lot-message {
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:15px;
	display:none;
}
.lot-rate {
	background:#f0f0f0;
	border-radius:5px;
	border-top:none;
	padding:10px;
	position:relative;
}
.lot-rate-box {
	background:#fff;
	font-size:14px;
	padding:10px;
	width:100%;
}
.lot-rate label {
	font-size:18px;
	display:block;
	font-weight:normal;
	margin-bottom:7px;
}
.lot-rate-box textarea {
	resize:none;
	width:100%;
	height:48px;
	margin-bottom:10px;
	padding:5px;
}
.lot-rate-box input {
	text-align:center;
	padding:5px 10px;
}
.lot-rate-box textarea,
.lot-rate-box input[type=text] {
	border:1px solid #ccc;
	border-radius:3px;
	margin-right:10px;
}
.lot-rate-box input[type=text] {
	width:132px;
}
.lot-rate-box .btn-sm {
	background:#f02c5a;
	border-color:#f02c5a;
	font-size:12px;
}
.lot-rate-box .btn-sm:hover {
	background:#e01c4a;
	border-color:#e01c4a;
}
.lot-rate-time {
	font-size:26px;
	margin-bottom:10px;
}
.lot-rate-date {
	margin:0 7px;
}
.lot-rate-date.last {
	margin:0 0 0 7px;
}
.lot-rate-date.first {
	margin:0 7px 0 0;
}
.lot-rate-date-title {
	color:#191919;
	font-size:13px;
	font-family:Arial;
	margin-bottom:5px;
}
.lot-rate-date-slesh {
	color:#191919;
	font-size:25px;
	font-weight:bold;
	margin-top:30px;
}
.lot-rate-date-val {
	background:#edf6fc;
	color:#000;
	font-size:25px;
	font-family:Arial;
	text-align:center;
	width:50px;
	height:37px;
	border-radius:5px;
	line-height:37px;
}
.lot-rate-date-val.lot-red {
	background:#fd547c;
	color:#fff;
}
.lot-rate-box-leader {
	margin:0;
}
.lot-rate-box-leader span {
	font-size:16px;
}
.lot-rate-favorite {
	width:100%;
	text-align:center;
	font-size:18px;
	margin:0 0 15px;
}
label.lot-rate-buy-title {
	margin:5px 0 15px;
}
.lot-rate-buy-title span {
	font-size:22px;
	text-align:center;
}
.lot-rate-buynow {
	width:100%;
	font-size:18px;
}
.lot-rate-box-current {
	background-color: #edf6fc;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    padding: 10px;
    text-align: center;
	width:100%;
	margin-bottom:20px;
}
.lot-rate-box-current span {
	font-size:32px;
	margin-top:15px;
	display:inline-block;
}
.lot-rate-box-current i {
	font-size:22px;
}
.lot-order {
	display:none;
}
.lot-order a {
	text-decoration:underline;
}
.lot-order .btn {
	width:100%;
	font-size:18px;
}
.lot-order-title {
	font-size:14px;
	margin-bottom:10px;
}
.lot-props {
	width:100%;
	margin-top:15px;
	color:#888;
}
.lot-props td {
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #fff !important;
	padding:5px !important;
}
.lot-descr {
	color:#888;
}
.lot-comment .table td,
.lot-comment .table th {
	border-bottom:1px solid #f1f1f1;
	border-top:1px solid #fff !important;
}
.lot-comment .table td {
	color:#999;
	font-weight:normal;
}
.lot-comment .table td.lot-comment-name,
.lot-comment .table td.lot-comment-rate {
	color:#293134;
}
.lot-rate-social {
	margin:15px 0 0 0;
	text-align:center;
}
.lot-rate-social a {
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:#999;
	text-align:center;
	line-height:30px;
	color:#fff;
	margin-right:5px;
}
.lot-rate-social a:hover {
	color:#fff;
}
.lot-rate-social-vk:hover {
	background:#517397;
}
.lot-rate-social-fb:hover {
	background:#1662a2;
}
.lot-rate-social-tw:hover {
	background:#1ca3e1;
}
.lot-rate-social-g:hover {
	background:#d70413;
}
.lot-rate-social-ok:hover {
	background:#fd750d;
}


/* personal page */
.personal-page label {
	margin-bottom:10px;
}
.personal-photo {
	border-radius:50%;
	border:3px solid #5bc0de;
	width:70px;
	height:70px;
	display:block;
}
.personal-photo.not {
	background:#535d5f;
	color:#6c7779;
	line-height:66px;
	text-align:center;
	font-size:46px;
	font-family:Arial;
	font-weight:bold;
	margin-right:20px;
}
.personal-input {
	margin-top:20px;
}
.account-link-list {
	margin:0;
	padding:0;
	list-style:none;
	width:270px;
}
.account-link-list li {
	overflow: hidden;
	padding-bottom: 10px;
}
.account-link-list a {
	display: block;
    overflow: hidden;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 1px solid;
    border-color: #dcdee0;
    background: #f7f7f7;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.account-link-list a i {
	font-size: 25px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	width: 52px;
	height: 100%;
	padding: 10px 0 0 0;
	text-align: center;
	border-right: 1px solid white;
}
.account-link-list span {
	display: block;
	padding: 13px 15px 15px 17px;
	overflow: hidden;
	border-left: 1px solid;
	margin-left: 52px;
	border-color: #dcdee0;
}
.account-link-list a:hover {
	background: #eaeaea;
	border-color: #ced1d4;
}
.typeselect {
	font-size:16px;
	padding:5px 10px;
	line-height:24px;
	border:1px solid #ccc;
	border-radius:4px;
	display:block;
	color:#555;
	height:34px;
	width:100%;
}
.typeselect:focus {
	border-color:#7fcafd;
}
.account-subtitle {
	font-size:20px;
	margin:20px 0;
}

/* personal basket */
.basket {
	width:100%;
}
.table.basket th {
	padding:0 15px 15px 15px;
	text-align:center;
	border-bottom:1px solid #ebebeb;
}
.table.basket .basket-price-title,
.table.basket .basket-summa-title {
	text-align:right;
}
.table.basket .basket-quantity-title {
	text-align:right;
}
.table.basket td {
	padding:20px 15px;
	vertical-align:middle;
	border-bottom:1px solid #f1f1f1;
}
.table.basket tfoot td {
	padding:0px 15px;
	border-color:#fff;
	vertical-align:middle;
}
.basket-image {
	width:120px;
	max-width:120px;
}
.basket-price {
	font-size:24px;
	width:150px;
	text-align:right;
	white-space:nowrap;
	padding-right:50px;
}
.basket-price.all {
	width:150px;
}
.basket-price i {
	font-size:16px;
}
.basket-price.all {
	color:#7fcafd;
}
.basket-quantity {
	width:100px;
	text-align:right;
	white-space:nowrap;
}
.basket-delete {
	font-size:20px;
	text-align:right;
	width:100px;
}
.basket-delete a {
	display:inline-block;
	width:30px;
	height:30px;
	background:#586264;
	text-align:center;
	line-height:30px;
	color:#fefefe;
	border-radius:3px;
}
.basket-delete a:hover {
	background:#7fcafd;
}
.basket-itog-title {
	text-align:right;
}
.basket-itog-val {
	font-size:24px;
	color:#7fcafd;
	text-align:right;
}
.basket-itog-val i {
	font-size:16px;
}
.basket .h2 {
	margin-top:30px;
	font-size:22px;
}
.basket .h2.itogo {
	padding-left:25px;
}
.basket-description {
	font-size:16px;
	line-height:18px;
}
.basket-btn {
	text-align:right;
}
.basket .btn-exec {
	font-size:16px;
	text-transform:uppercase;
	margin-top:20px;
	padding: 7px 25px;
}
.basket-seller {
	margin:5px 0 20px 0;
	font-weight:bold;
}

/* news */
.news {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ebebeb;
}
.news-date {
	margin:0 0 15px 0;
	font-size:24px;
	color:#7fcafd;
	float:left;
}
.news-title {
	float:left;
}
.news-title.float,
.news-date.float {
	float:none;
}
.news-title .h3 {
	font-size:34px;
	line-height:34px;
	margin:0;
	padding:0;
}
.news-desc {
	margin-top:10px;
	color:#888;
}

/* news detail */
.news-detail-date {
	margin:0 0 15px 0;
	font-size:24px;
	color:#7fcafd;
}
.news-detail-desc {
	margin-top:10px;
	color:#888;
}

/* contact */
.contact-phone .fa {
	font-size:42px;
}
.contact-adress .fa {
	font-size:34px;
}
.contact-adress {
	margin-left:20px;
}

/* 404 */
.error {
	margin-top:25px;
	text-align:center;
}
.error-title {
	color:#383838;
	margin-bottom:20px;
	display:block;
	font-size:140px;
	line-height:150px;
}
.error-title2 {
	color:#383838;
	margin-bottom:30px;
	display:block;
	font-size:60px;
	line-height:60px;
}
.error-title3 {
	color:#383838;
	margin-bottom:30px;
	display:block;
	font-size:18px;
	line-height:18px;
}
.feedback-ok {
	color:green;
	margin-bottom:20px;
}
.feedback-captha {
	width:180px;
}

/* footer */
.footer {
	position: relative;
	overflow: hidden;
	color:#b1b1b1;
}
.footer-box1 {
	background: #383838;
	padding: 40px 0;
}
.footer-box2 {
	background: #282828;
	font-size:16px;
}
.footer-logo {
	font-size:1em;
	color:#fff;
	line-height:3.75em;
}
.footer-logo strong {
	color:#7fcafd;
}
.footer h2,
.footer h3 {
	color: #fff;
}
.footer h2 strong {
	color:#7fcafd;
}
.footer h3 {
	margin:30px 0 20px;
}
.footer a {
	color: #b1b1b1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.footer a:hover,
.footer a.selected {
	color: #7fcafd;
	text-decoration:none;
}
.footer-list {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	list-style: none;
}
.footer-list li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 0 0;
}
.footer-list li a {
	font: normal 16px 'Roboto Condensed';
}
.footer-list .form-group {
	margin:0;
}
.footer-subscribe {
	background: #383838;
    border: 1px solid #525b62;
    color: #fff;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 30px;
    padding: 5px 12px;
    width: 186px;
	border-radius: 0;
}
.subscribe-error {
	display:none;
}
.btn-subscribe {
	background-color: #7fcafd;
}
.btn-subscribe:hover {
	background-color: #59b0ec;
}
.footer .btn-sm {
	background: #7fcafd;
	border: none;
    color: #fff;
    margin-left: 4px;
    padding: 7px 0 7px 4px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 40px;
	height: 40px;
	border-radius:0;
}
.footer .btn-sm span {
	color:#fff;
}
.footer-adress {
	line-height:20px;
	margin-bottom:15px;
}
.footer-shedule {
	line-height:28px;
}
.footer-shedule span,
.footer-adress span {
	color:#fff;
}
.footer-phone {
	font-size:30px;
	margin-bottom:20px;
	color:#7fcafd;
}
.footer .btn-sm:hover {
	background-color: #59b0ec;
}
.footer-social {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-social li:first-child {
	border-left: 1px solid #383838;
}
.footer-social li {
	border-right: 1px solid #383838;
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 74px;
}
.footer-social a {
	font-size:48px;
	color:#b1b1b1;
	vertical-align:top;
	margin-top:7px;
}
.footer-social a:hover {
	color:#7fcafd;
}
.footer-social .fa-vk {
	color:#282828;
	background:#b1b1b1;
	border-radius:7px;
	padding:5px;
	font-size:30px;
	margin-top:10px;
}
.footer-social .fa-vk:hover {
	color:#282828;
	background:#7fcafd;
}

/* buy money */
.sell-coin {
	border-top:1px solid #f5f5f5;
	padding:50px 0;
}
.sell-nopay {
	background:#65cd4c;
	padding:50px 0;
	color:#fff;
}
.sell-nopay .sell-title {
	color:#fff;
}
.sell-sxem,
.sell-nopay,
.sell-form {
	padding:50px 0;
}
.sell-form {
	background:#f5f5f5;
}
.sell-title {
	font-size:40px;
	line-height:42px;
	margin-bottom:30px;
	text-align:center;
	text-transform:uppercase;
}
.sell-coin-what {
	margin:20px 0;
}
.sell-coin-title {
	display:inline-block;
	margin-top:15px;
}
.sell-nopay-desc {
	width:50%;
	display:inline-block;
	font-size:26px;
	line-height:28px;
	font-family:georgia;
}
.sell-sxem .col-lg-3:last-child .main-work-box:after {
	display: none;
}
.sell-sxem-call {
	font-size:26px;
	line-height:28px;
	font-family:georgia;
}
.sell-captha {
	width:180px;
}
.sell-form input[type=text] {
	max-width:450px;
	display:inline-block;
}
.sell-form input[type=file] {
	display:inline-block;
	margin-bottom:20px;
}
.btn-sell {
	padding:15px 40px;
	text-transform:uppercase;
	font-size:24px;
}
.sell-upload {
	text-align:center;
}
.sell-upload label {
	display:block;
}
.personal-file {
	margin-bottom: 10px;
}

.bill-item-title {
	margin-bottom: 10px;
}
#js-remove-zaiav {
	margin-top: 10px;
}


@media (max-width: 1198px) {
	.navbar-right.nav-search {
		width:100%;
		margin-right:0;
	}
}

@media (max-width: 1024px) {
	.td-nav .navbar-nav > li > a {
		padding:20px;
		font-size:14px;
	}
	.main-banner-search-title, 
	.main-banner-search-title:focus {
		width:61%;
	}
	.main-banner-search-text {
		width:78%;
	}
	.lot-rate-date-val {
		width:40px;
	}
	.lot-descr {
		margin-bottom:25px;
	}
	.navbar-collapse .nav-search {
		display:none;
	}
}

@media (max-width: 991px) {
	.header-personal {
		font-size:12px;
	}	
	.header-personal img {
		width:40px;
		
	}
	.main-banner-search-title, .main-banner-search-title:focus {
		width:70%;
		margin-left:15px;
	}
	.main-banner-search-btn {
		float:none;
		margin-top:10px;
	}
	    .header-personal a
    {
        color: #ffffff;
    }
    .header-personal a:href
    {
        color: #ffffff;
    }
}

@media (max-width: 768px) {
	.header {
		height:auto;
	}
	.header-logo {
		font-size:32px;
		text-align:center;
	}
	.header-link {
		text-align:center;
	}
	.header-time {
		text-align:center;
		margin-bottom:10px;
	}
	.navbar-right.nav-search {
		width:auto;
	}
	.main-banner-search-title, 
	.main-banner-search-title:focus {
		width:55%;
	}
	.main-banner-search-text {
		width:100%;
		float:none;
	}
	.main-banner-search-btn {
		float:none;
		margin:15px 0 0 0;
		font-size:22px;
	}
	.box-sort select {
		margin-right:10px;
	}
	.lot-rate-box {
		margin-top:30px;
	}
	.box-sort .select,
	.box-sort .sort-title {
		margin-top:15px;
	}
	.lot-rate-box {
		margin-top:30px;
	}
	.lot-rate-box-current {
		margin-top:10px;
	}
	.news-date {
		margin-top:15px;
	}
	.main-navlot .nav-tabs > li > a, .main-navlot .nav-tabs > li > a:focus, .main-navlot .nav-tabs > li > a:hover {
		padding:20px 15px 10px;
	}
}

@media (max-width: 480px) {
	.main-banner-slogan1 {
		font-size:20px;
		margin-bottom:5px;
	}
	.main-banner-slogan2 {
		font-size:38px;
		line-height:38px;
	}
	.header-basket-box .header-link-item {
		margin-left:0px;
		margin-right:2px;
	}
	.header-personal img {
		border:0;
	}
	.main-banner-search-title,
	.main-banner-search-title:focus {
		width:100%;
		border-radius:5px;
	}
	.main-banner-search-text {
		width:100%;
		float:none;
	}
	.main-banner-search-title {
		float:none;
		width:92%;
		border-radius:5px;
	}
	.main-banner-search-category {
		display:none;
	}
	.main-banner-search-btn {
		float:none;
		margin-top:20px;
		font-size:22px;
	}
	.main-navlot .nav-tabs > li > a, 
	.main-navlot .nav-tabs > li > a:focus, 
	.main-navlot .nav-tabs > li > a:hover {
		padding:20px 20px 10px;
	}
	.main-work .box .badge {
		display:inline-block;
	}
	.main-work .box {
		text-align:center;
	}
	.main-work .box:after {
		display: none;
	}
	.contact-adress {
		margin:10px 0 0 0;
	}
	.box-sort .select,
	.box-sort .sort-title {
		margin-top:15px;
	}
	.lot-rate-box-current {
		margin-top:10px;
	}
	.main-navlot .nav-tabs > li > a, .main-navlot .nav-tabs > li > a:focus, .main-navlot .nav-tabs > li > a:hover {
		padding:20px 15px 10px;
	}
	.main-navlot .nav-tabs > li {
		float:none;
		display:block;
	}
	.footer-social li {
		width: 70px;
	}
	.footer-social a {
		font-size:40px;
	}
}

@media (max-width: 359px) {
	.header-personal-menu {
		font-size:12px;
		width:90px;
		overflow:hidden;
	}
}

@media (max-width: 339px) {
	.header-personal img {
		display:none;
	}
	.header-link-item {
		margin:13px 5px 0;
	}
}

@media (max-width: 322px) {
	.main-banner-slogan1 {
		font-size:20px;
	}
	.main-banner-slogan2 {
		font-size:38px;
	}
	.header-link-item {
		font-size:22px;
		margin:13px 5px 0;
	}
	.header-link-item:last-child {
		margin-right:0;
	}
	.media-object {
		display:none;
	}
	.lot-rate-box input[type="text"] {
		width: 125px;
	}
}


.header-bottom .header-nav > li > a.selected
{
	background: rgba(48, 21, 20, 0.07);
}

input[type="checkbox"]
{
	width: 20px;
}

.footer__logo h4
{
	margin: 0;
}