@charset "UTF-8";

body {
    font-family: "Roboto",serif;
    font-size: 14px;
    line-height: 23px;
	background: none repeat scroll 0 0 #fff;
}

ul, ol {
    list-style: outside none none;
}

a {cursor: pointer}

.no-padding{padding:0 !important}.no-padding-bottom{padding-bottom:0 !important}.no-padding-top{padding-top:0 !important}.no-padding-left{padding-left:0 !important}.no-padding-right{padding-right:0 !important}.padding-5{padding:5px !important}.padding-10{padding:10px !important}.padding-20{padding:20px !important}.padding-30{padding:30px !important}.padding-40{padding:40px !important}.padding-50{padding:50px !important}.padding-left-5{padding-left:5px !important}.padding-left-10{padding-left:10px !important}.padding-left-20{padding-left:20px !important}.padding-left-30{padding-left:30px !important}.padding-left-40{padding-left:40px !important}.padding-left-50{padding-left:50px !important}.padding-top-5{padding-top:5px !important}.padding-top-10{padding-top:10px !important}.padding-top-20{padding-top:20px !important}.padding-top-30{padding-top:30px !important}.padding-top-40{padding-top:40px !important}.padding-top-50{padding-top:50px !important}.padding-right-5{padding-right:5px !important}.padding-right-10{padding-right:10px !important}.padding-right-20{padding-right:20px !important}.padding-right-30{padding-right:30px !important}.padding-right-40{padding-right:40px !important}.padding-right-50{padding-right:50px !important}.padding-bottom-5{padding-bottom:5px !important}.padding-bottom-10{padding-bottom:10px !important}.padding-bottom-20{padding-bottom:20px !important}.padding-bottom-30{padding-bottom:30px !important}.padding-bottom-40{padding-bottom:40px !important}.padding-bottom-50{padding-bottom:50px !important}.no-margin{margin:0 !important}.no-margin-bottom{margin-bottom:0 !important}.no-margin-top{margin-top:0 !important}.no-margin-left{margin-left:0 !important}.no-margin-right{margin-right:0 !important}.margin-5{margin:5px !important}.margin-10{margin:10px !important}.margin-20{margin:20px !important}.margin-30{margin:30px !important}.margin-40{margin:40px !important}.margin-50{margin:50px !important}.margin-left-5{margin-left:5px !important}.margin-left-10{margin-left:10px !important}.margin-left-20{margin-left:20px !important}.margin-left-30{margin-left:30px !important}.margin-left-40{margin-left:40px !important}.margin-left-50{margin-left:50px !important}.margin-top-5{margin-top:5px !important}.margin-top-10{margin-top:10px !important}.margin-top-20{margin-top:20px !important}.margin-top-30{margin-top:30px !important}.margin-top-40{margin-top:40px !important}.margin-top-50{margin-top:50px !important}.margin-right-5{margin-right:5px !important}.margin-right-10{margin-right:10px !important}.margin-right-20{margin-right:20px !important}.margin-right-30{margin-right:30px !important}.margin-right-40{margin-right:40px !important}.margin-right-50{margin-right:50px !important}.margin-bottom-5{margin-bottom:5px !important}.margin-bottom-10{margin-bottom:10px !important}.margin-bottom-20{margin-bottom:20px !important}.margin-bottom-30{margin-bottom:30px !important}.margin-bottom-40{margin-bottom:40px !important}.margin-bottom-50{margin-bottom:50px !important}

/* Ссылки в шапке */
header .quick-access {
    font-family: "Roboto Slab",serif;
    display: inline-block;
    float: right;
    padding: 6px 0 0;
}

header .links {
	padding: 0;
}

@media screen and (min-width: 768px) {
	header .links {
		float: right;
		text-align: right;
		margin-bottom: 19px;
	}
}

header .links li {
    float: left;
    padding: 0;
    display: inline;
}

header .links li a {
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
	color: #848484;
	text-decoration: none;
}

header .links li a:hover {
	color: #de5747;
}

header .links li.last a {
    margin-right: 0;
    padding-right: 0;
    border-right: medium none;
}

a {
    color: #f1393c;
    transition: all 0.4s ease 0s;
    background: none repeat scroll 0 0 transparent;
	text-decoration: underline;
}

a:hover {
	color: #1997e4;
}

.logo {
	  margin: 0px;
    font-family: "Roboto Slab",serif;
	  height: 100px;
}
.logo img{
	margin: 10px 0px 0px 0px;
}
.logo a{
	color: #FFF;
	text-align: center;

}
.logo h1{
	margin: 10px 0px 0px 0px;
	color: #FFF;
	text-align: center;
}
.logo p{
	color: #FFF;
	text-align: center;
}

/* Корзина */
.cart_content {
	height: 20px;
	padding: 8px 18px 12px 18px;
	margin-bottom: 14px;
}

.little-cart:after {
    float: right;
    font-size: 10px;
    padding-left: 15px;
}

.little-cart {
    color: #FFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
	margin-top: 30px;
	height: 50px;
	float: right;
	width: 100%;
}

.little-cart-info {
	background: none repeat scroll 0 0 #f2f2f2;
	float: right;
	width: 100%;
}

.more-cart-info {
	display: none;
	color: #333;
	clear:both;
	position: absolute;
	top: 50px;
	right: 0;

	z-index: 9999;
	border: 1px solid #f2f2f2;
	background: #fff;
	width: 100%;
}

.more-cart-info > span {padding: 10px; font-size: 12pt; font-weight: 300;}

.cart-active + .more-cart-info {
	display: block;
}

.little-cart h3 {
    float: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 3px 0 0;
	padding-left: 5px;
}

.cart_content h3 > i {
    font-size: 17px;
    padding-right: 10px;
}

.little-cart .block-content {
    float: left;
}

.little-cart .empty .cart-content {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
    box-sizing: content-box;
    color: #000;
    padding: 10px;
}

.little-cart .cart-content {
    cursor: default;
    display: none;
    min-width: 280px;
    position: absolute;
    right: 0;
    top: 45px;
    width: 100%;
    z-index: 9;
}

.little-cart .mini-cart {
    display: none;
}

.cart-item-image {
	min-width: 100px;
	text-align: center;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.cart-item-image img{
	max-width: 100%;
	max-height: 64px;
}

.cart-item-list {
	margin-bottom: 0px;
}

.cart-item {
	border-bottom: 1px solid #f2f2f2;
	height: 64px;
}

.cart-item:hover {background-color: #f2f2f2;}

.cart-item-name {padding-left: 10px; padding-top: 10px;}
.cart-price {font-size: 8pt; color: #999; padding-left: 10px;}

.little-cart-info div.cart-ico {
	background: none repeat scroll 0 0 #f1393c;
	float: left;
	width: 37px;
}

.little-cart-info i  {
	color: #fff;
	padding: 10px;
	font-size: 12pt;
}

.empty-cart, .full-cart {
	color: #333;
	margin-left: 37px;
}

.full-cart > div, .empty-cart > div {padding: 8px 20px;}

.cart-link {font-size: 10pt; color:#999; float:right; padding:10px 10px 10px 0;}
.cart-link > a {text-decoration: none}
.cart-link > i {font-size: 8pt; color:#f1393c}
.cart-link > i:hover {cursor: default;}
.cart-link > a:hover {color:#f1393c; text-decoration: underline}
.cart-price {cursor: default;}


/* Поиск */
#search_mini_form {
	box-sizing: border-box;
	float: right;
	position: relative;
	margin-top: 30px;
	width: 100%;
}

header .form-search  {
    text-align: right;
    position: relative;
    border: 2px solid #f2f2f2;
    float: left;
    padding: 1px;
	width: 100%;
}

header .form-search  > i {padding: 8px 8px 0 0; cursor:pointer}

header .form-search input {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #777777;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 20px;
    padding: 6px 30px 6px 6px;
    width: 90%;
}

input.input-text, textarea {
    border-radius: 0;
    resize: none;
}

input, select, textarea, button, optgroup{
    vertical-align: middle;
    color: #000;
    vertical-align: middle;
}

header .form-search:after {
    clear: both;
    content: "";
    display: table;
}

header, .content-container, .top-container {
	margin: 0 32px;
}

/* Группы магазина */
.current-group {color: #f1393c !important;}

.block-side-nav {
    margin-bottom: 30px;
}
.block {
    border-bottom: 3px solid #ccc;
}

.block .block-title {
    padding: 16px 20px 10px 20px;
    position: relative;
	background-color: #e5e5e5;
}

.block .block-title strong {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

@media (min-width:1200px) {
	.block .block-title strong {
		font-size: 18px;
	}
}

.block .block-title strong > span{
	padding-left: 15px;
}

.block .block-content {
    background: none repeat scroll 0 0 #f2f2f2;
    padding: 16px 0 18px;
    width: 100%;

    height: 100% !important;
    opacity: 1 !important;
	border: 1px solid #e5e5e5;
}

.sf-menu-phone2 li {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 3px;
    position: relative;
    z-index: 2;
}

.sf-menu-phone2 {padding-left:20px !important;}

.sf-menu-phone2 > li > a {
	color: #363636;
	font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    padding: 0 0 0 16px;
    position: relative;
    text-decoration: none;
	padding-top: 3px !important;
	margin-right: 20px !important;
}

.sf-menu-phone2 > li > a:before {
	position: absolute;
	left: 0;
	top:-1px;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 12px;
	color: #f1393c;
}

.sf-menu-phone2 > li:hover > a {
	color: #f1393c;
}
.sf-menu-phone2 > li.active > a {
	color: #f1393c;
}

.sf-menu-phone2 li strong:before {
    content: "\f0d7";
	font-family: FontAwesome;
}

.sf-menu-phone2 > li > strong {
    color: #de5747;
    right: 0;
    top: 0;
}

.level0 > li > a {
	color: #363636;
	font-size: 13px;
    font-weight: 300;
    line-height: 23px;
    padding: 0 0 0 16px;
    position: relative;
    text-decoration: none;
	padding-top: 3px !important;
	margin-right: 20px !important;
}

.level0 > li > a:hover {
	color: #de5747;
}

.level0 > li > a:before {
    color: #f1393c;
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: -1px;
}

.sf-menu-phone2 li strong {
    font-size: 13px !important;
    line-height: 21px !important;
    z-index: 3;
	margin-right: 20px;
}

.submenu-caret {
	color: #de5747;
}

.submenu-caret:hover {
	color: #333;
}

.sf-menu-phone2 > li:hover > strong {
    color: #333;
}
.sf-menu-phone2 li strong:hover {
    cursor: pointer;
}
.sf-menu-phone2 > li.active > strong:before {
    color: #333;
}
.sf-menu-phone2 li strong:before {
    content: "\f107";
	font-family: FontAwesome;
}
.sf-menu-phone2 li strong.opened:before {
    content: "\f105";
	font-family: FontAwesome;
}
strong {
    font-weight: bold;
}

/* Горячие предложения */
.page-title {
    padding: 14px 20px 12px 20px;
}
.category-title {
    display: block;
	background-color: #e5e5e5;
}
.page-title, .category-title {
    margin: 0 0 20px 0;
	border-radius: 5px;
}

.page-title h1, .page-title h2 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.page-title i {
	padding-right: 15px;
}

.products-grid div.item {
    box-sizing: border-box;
    float: left;
}

.products-grid .product-name a:hover, .products-list .product-name a:hover {
    color: #f1393c;
}

.products-grid {
    margin-bottom: 30px;
    position: relative;
	padding: 0;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.products-grid div.item {
    box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;
}

.grid_wrap:hover {
	border-bottom: 3px solid #fb6e52;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.11);
}

.grid_wrap {
    background: none repeat scroll 0 0 #fff;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 1px 1px;
	position: relative;
	border-bottom: 3px solid #f5f3f3;
}

.products-grid .product-image{
    background: none repeat scroll 0 0 #f2f2f2;
	max-height: 275px;
}

.products-grid .product-image a{
    display: block;
    height: auto;
    margin: 0 auto 10px;
    max-width: auto;
    overflow: hidden;
    padding: 40px;
    text-align: center;
    color: #ccc;
}

.products-grid .product-shop {
    padding: 0 22px 15px 15px;
}

.product-shop {
    position: relative;
}

.products-grid .product-name, .products-list .product-name {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 5px;
}
.product-name h3 {
    line-height: 1.25;
}

.products-grid .product-name a, .products-list .product-name a {
    color: #363636;
    text-decoration: none;
}

.products-grid .product-image img, .products-list .product-image img {
    max-width: 100%;
	max-height: 200px;
}

.product-image > i {
	font-size:70pt;
	padding: 49px 0 49px 0;
}

.grid_wrap .price-box {
    display: inline-block;
    margin: 6px 0;
    overflow: hidden;
    width: 100%;
}

.regular-price {
    display: block;
}

.products-grid .price-box .price, .item-price {
    color: #f1393c;
    font-size: 14px;
    line-height: 23px;
}

.products-grid .price-box .old-price, .old-price {
    color: #ccc;
    font-size: 11px;
	text-decoration: line-through;
}

.price {
    white-space: nowrap !important;
}

.products-grid .actions, .actions {
    margin: 0;
    position: relative;
}

.products-grid .add-to-links {
    background: none repeat scroll 0 0 #fff;
    float: none;
    margin: 15px -10px -11px;
    padding: 7px 15px 8px 25px;
    position: relative;
}

.products-grid .add-to-links li {
    display: inline-block;
}

.products-grid .add-to-links li a {
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
	text-decoration: none;
}

.products-grid .add-to-links li a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #f1393c;
}

.products-grid .add-to-links li a > i{
	padding-right: 5px;
}

/* Сепаратор */
.products-grid .add-to-links .separator {
    display: inline-block;
}
/* Сепаратор */

.products-grid .add-to-links .separator {
    background: none repeat scroll 0 0 #dfdede;
    font-size: 0;
    height: 25px;
    margin: -8px 12px;
    overflow: hidden;
    width: 1px;
}

.add-to-links .current, .link-compare-current > a.link-compare, .add-to-links .favorite_current, .link-wishlist-current > a.link-wishlist, .item-wishlist.favorite_current, .item-compare.current{
	color: #f1393c !important;
}

button.button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    overflow: visible;
    padding: 0;
}

button.button > span{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    float: left;
    padding: 0;
    text-align: center;
    white-space: normal;
    float: left;
    padding: 0;
    text-align: center;
    white-space: normal;
}

button.button i {
    border-right: 2px solid #f2f2f2;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 27px;
    line-height: 28px;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 28px;
}

button.button > span, .page-sitemap .links a {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

button.button span span {
    display: block;
    float: left;
    padding: 4px 15px 3px;
}

.product-shop button.button {
	width: auto !important;
	margin-top: 10px;
}

/* Новости */
.news_title {
	margin-top: 20px !important;
}

.thumbnail {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0 10px;
    padding: 0;
    position: relative;
    display: block;
    line-height: 1.42857;
    transition: all 0.2s ease-in-out 0s;
}

.thumbnail .box > div {
    float: left;
    margin-right: 9px;
    width: 70px;
}

.thumbnail .box strong {
    color: #f1393c;
    display: block;
    font: bold 42px/1em "Roboto";
}

.thumbnail .box span {
    color: #f1393c;
    display: block;
    font: bold 18px/1em "Roboto";
    margin-top: -2px;
}

.thumbnail .box hr {
    background: none repeat scroll 0 0 #cecece;
    border: medium none;
    float: left;
    height: 69px;
    margin: 0 20px;
    width: 1px;
}

.thumbnail .box a {
    color: #000;
    position: relative;
    top: 10px;
    transition: all 0.25s ease 0s;
	text-decoration: none;
	font-size: 11pt;
	font-weight:300;
}

.thumbnail .box a:hover {
	color: #f1393c;
}

.thumbnail .caption {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
    padding: 14px 0 25px;
	color: #848484;
    font-size: 10pt;
    font-weight: 300;
}

/* Футер */
.footer-container {
    border-top: 1px solid #444;
    overflow: hidden;
    padding: 30px 0 10px;
	background-color: #555;
	color: #fff
}

.footer-container #social_block {
    float: left;
    padding: 22px 15px 0;
    width: 100%;
}

.footer-container #social_block h4 {
    float: left;
    margin-bottom: 0;
    padding: 0 10px 0 0;
}
.footer-container h4 {
    text-transform: uppercase;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 300;
}

.footer-container #social_block ul {
	padding-top: 5px;
	margin-bottom: 45px;
}

.footer-container #social_block ul li {
    float: left;
    text-align: center;
    width: 47px;
}
.footer-container ul li {
    padding-bottom: 4px;
}

.footer-container #social_block ul li a {
    color: #fff;
    display: inline-block;
    font-size: 30px;
}
.footer-container ul li a {
    text-transform: none;
    word-wrap: break-word;
}

.footer-container #social_block ul li.twitter a:before {
    content: "\f081";
}

.footer-container #social_block ul li.vk a:before {
    content: "\f189";
}

.footer-container #social_block ul li.rss a:before {
    content: "\f09e";
}

.footer-container #social_block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
}

.footer-container #social_block ul li a span {
    display: none;
}

.footer-container #social_block ul li a:hover {
	color: #f1393c;
}

.footer_menu ul {
	padding-left: 0;
}

.footer_menu ul > li{
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
	padding-bottom: 0;
}

.footer_menu ul li a {
    font-family: inherit;
	font-size: 12px;
    font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.footer_menu ul li a:hover {
    text-decoration: none;
	color: #f1393c;
}

#block_contact_infos {
	float: right;
	padding-right: 50px;
}

.toggle-footer {
	padding-left: 10px;
}

.address-info {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    text-decoration: none;
}

.toggle-footer li > i {
	padding-right: 8px;
}

.email-info {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    word-wrap: break-word;
}

.email-info a {
    font-family: inherit !important;
	color: #fff;
}

.email-info a:hover {
    text-decoration: none;
	color: #f1393c;
}

.hostcms_link {
	font-size: 8pt;
	margin-top: 5px;
}

/* Последний заказ */
.spec_item {
    margin: 0 0 25px;
}

.spec_item .product-image{
    background: none repeat scroll 0 0 #f5f3f3;
    float: left;
    height: 73px;
    margin: 0 20px 0 10px;
    padding: 10px;
    width: 73px;
}
.spec_item .product-image {
    display: inline-block;
}

.spec_item .product-image img {
    max-width: 100%;
	max-height: 90px;
}

img {
    border: 0 none;
    vertical-align: top;
}

.spec_item .price-box .special-price .price {
    color: #f1393c;
    font-size: 13px;
    line-height: 23px;
}

.spec_item .product-name {
    font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    margin: 0 0 5px;
	padding-top: 15px;
}

.spec_item .product-name a{
    color: #363636;
	text-decoration: none;
}

.spec_item .product-name a:hover {
    color: #f1393c;
	text-decoration: none;
}

.product-date {
	font-size: 8pt;
	color: #999;
	font-weight: 300;
}

.product-city {
	font-size: 10pt;
	color: #999;
	font-weight: 300;
}

.product-bonuses { font-size: 12px }

/* Слайдер */
.sy-pager li.sy-active a {
    background-color: #da2f32 !important;
}

.sy-pager li {
	width: 11px !important;
	height: 11px !important;
}

.sy-box {
	margin-bottom: 20px !important;
}

/* Скидка */
.ribbon-wrapper{
	 width: 85px;
	 height: 88px;
	 overflow: hidden;
	 position: absolute;
	 top: -2px;
	 right: -2px;
}
.ribbon{
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	position: relative;
	padding: 6px 0 ;
	left: -5px;
	top: 13px;
	width: 120px;
	color: #fff;
	box-shadow: 0 0 5px 1px rgba(100, 100, 100, 0.3);
}
.ribbon:before, .ribbon:after {
	content: '';
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}
.ribbon:before {
	left: 0px;
}
.ribbon:after {
	right: 0px;
}

/* Облако тегов */
.TagsCloud {
	font-size: 13pt;
	font-weight: 300;
	padding: 0 5px 0 10px;

}

.TagsCloud a{
	color: #363636;
    text-decoration: none;
}

.TagsCloud a:hover{
	color: #f1393c;
    text-decoration: none;
}

/* Опрос */
.survey_block > span{
	color: #f1393c;
	font-size: 15px;
    font-weight: 300;
	margin-left: 10px;
}

.poll {
	margin: 10px 0 0 20px;
}

.poll > form > p > i{
    color: #fff;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 30px;
	padding-left: 15px;
	padding-top: 1px;
}

.poll > form > p {
	margin-bottom: 0;
}

.poll_name {
	font-size: 10pt;
	font-weight: 300;
}

.poll_input {
	margin-top: 0 !important;
}

p > input.button {
	background: none repeat scroll 0 0 #1997e4;
	border: 0 none;
	color: #fff;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
	padding: 0 15px 0 5px !important;
}

p > input.button:hover {
	background: none repeat scroll 0 0 #f1393c;
}

/* Документ */
h1.main_title {
	color: #f1393c;
	font-size: 18pt;
    font-weight: 300;
	text-transform: uppercase;
	margin-top: 9px !important;
}

.color_block {
	background: none repeat scroll 0 0 #f1393c;
	height:7px;
	width: 33px;
}

span > p {
	font-size: 10pt;
	font-weight: 300;
	color: #363636;
}

/* Авторизация */
.autorization {
    background: none repeat scroll 0 0 #a8bd44;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    float: left;
    padding: 0;
    text-align: center;
    white-space: nowrap;
	padding: 0 5px 0 5px;
	margin-bottom: 10px;
}

.autorization a {
	color: #fff;
	padding: 10px 5px;
}

.autorization:hover{
	background: none repeat scroll 0 0 #f1393c;
}

.autorization a:hover{
	text-decoration: none;
}

/* Услуги */
.pad {
    margin: 0 0 56px;
    overflow: hidden;
}

.pad .service {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    display: block;
    line-height: 1.42857;
    transition: all 0.2s ease-in-out 0s;
	text-align: center;
}

.pad .badge {
    background: none repeat scroll 0 0 #ccc;
    border-radius: 100%;
    height: 62px;
    line-height: 62px;
    padding: 0;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 62px;
}

.badge {
    color: #ffffff;
    float: inline-block;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    vertical-align: baseline;
    white-space: nowrap;
}

.badge i {
	padding-top: 20px;
	font-size: 18pt;
}

.pad .caption {
    color: #848484;
    font-size: 10pt;
    font-weight: 300;
	text-align: center;
}

.pad .caption .title {
    color: #181818;
    font: bold 18px/24px "Roboto";
    margin-bottom: 24px;
    text-transform: uppercase;
}

.title > a {
	color: #000;
    font-size: 11pt;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    top: 10px;
    transition: all 0.25s ease 0s;
}

.title > a:hover {
	color: #f1393c;
}

.content-block { margin-bottom: 30px }

.info-block { margin-top: 20px; }

.bg-color1 {background-color: #ffce55 !important}
.bg-color2 {background-color: #fb6e52 !important}
.bg-color3 {background-color: #a0d468 !important}
.bg-color4 {background-color: #2dc3e8 !important}
.bg-color5 {background-color: #999 !important}

/* Верхнее меню */
.top-container {
    background: none repeat scroll 0 0 #f2f2f2;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}




/* Хлебные крошки */
.breadcrumbs > div > i, .breadcrumbs > i{
	margin: 0 5px 0 5px;
	color: #f1393c;
}

.breadcrumbs > div > a, a.root, .breadcrumbs,  .breadcrumbs > div > span > a, .breadcrumbs > span > a, .breadcrumbs > a{
    color: #363636;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
}

a.root, .group_list {
	margin-left: 5px;
}

.breadcrumbs > div > a:hover, a.root:hover, .breadcrumbs > div > span > a:hover {
    color: #f1393c;
}

.group_list a {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
	padding-right: 5px;
}

.group_list {
	margin-bottom: 25px;
}

.shop_count {
    color: #ccc;
    font-size: 11px;
}

.text-align-center {
	text-align: center;
}

.item-image {
	width: 80px;
}

.on-page {
    color: #363636;
    font-size: 15px;
    font-weight: 300;
	float:right;
	margin: 0 5px 10px 0;
	text-transform: none;
}

.on-page > a {
	font-size: 13px;
}

/* Пагинация */
.pagination {
	margin-left: 5px !important;
}

.pagination > li > a, .pagination > li > span {
    background-color: #999 !important;
    border: none !important;
    color: #fff;
    float: none !important;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
	border-radius: 17px;
}

.pagination > li {
	margin-right: 5px;
}

.pagination > li > span > i{
	color: #f1393c;
	background-color: #fff !important;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	background-color: #fff !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	background-color: #fff !important;
}

.pagination > li > span > i:hover {
	background-color: #fff !important;
}

.pagination > li > a:hover {
	background-color: #f1393c;
	color: #fff;
}

.pagination .current {
    background-color: #f1393c;
    border: none !important;
    color: #fff;
    float: none !important;
    line-height: 1.42857;
    margin-left: -1px;
    margin-right: 5px;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
	border-radius: 17px;
}

/* Элемент */
h1.item_title {
    color: #f1393c;
    font-size: 30pt;
    font-weight: 300;
    margin-top: 9px !important;
}

.shop_discount, .shop_property, .item-description, .item-text, .is-property {
    color: #363636;
    font-size: 13px;
    font-weight: 300;
}

.item-text {
	font-size: 15px;
	text-align: justify;
}

.item-description {
	text-align: justify;
}

.shop_discount > span, .shop_property > span, .is-property > span {
    color: #f1393c;
}

.shop_property > i, .is-property > i, .shop_property span > a > i{
	color: #ccc;
	padding-right: 5px;
}

.shop_property > div, .is-property > div {
	float: left;
	width: 10px;
	margin-right: 5px;
}

.shop_property > div.field, .shop_property > div.caption  {width: auto !important}

.item-wishlist {
	margin-right: 30px;
}

.item-wishlist, .item-compare {
	text-decoration: none;
	color: #363636;
    font-size: 14px;
    font-weight: 300;
}

.item-wishlist:hover, .item-compare:hover {
	text-decoration: none;
	color: #f1393c;
	cursor: pointer;
}

.item-wishlist > i, .item-compare > i {
	margin-right: 5px;
	color: #f1393c;
}

.actions > button.button {
	width: auto !important;
}

.actions {
	margin-top: 10px;
	margin-bottom: 10px;
}

.tags{color:#AAA;margin:10px 15px 10px 0; font-size: 9pt}
.tags img{text-align:left;margin:0 0 -1px 0}
.tags a{font-style:italic; color:#AAA !important}
.tags span{padding-right:15px}

#gallery img {
	border:2px solid white;
}
.active img {
	border:2px solid #f1393c !important;
}

#gallery > a {
	text-decoration: none !important;
}

.zoomWindow { border: 1px solid rgb(136, 136, 136) !important; }

.ui-stars-star,.ui-stars-cancel{float:left;display:block;overflow:hidden;text-indent:-999em;cursor:pointer}
.ui-stars-star a,.ui-stars-cancel a{width:16px;height:15px;display:block;background:url(/images/stars.png) no-repeat 0 0}
.ui-stars-star a{background-position:0 -32px}
.ui-stars-star-on a{background-position:0 -48px}
.ui-stars-star-hover a{background-position:0 -64px}
.ui-stars-cancel-hover a{background-position:0 -16px}
.ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{cursor:default!important}

.captcha{font-size:75%;padding:0;color:#777;clear:both}
.captcha span{text-decoration:underline; cursor:pointer}
div.captcha img{margin: 0 3px -1px 0; vertical-align: 0 !important}

.rating > span > img {vertical-align: 0 !important}

.item-tags > span > a {
	font-size: 13px;
	font-weight: 300;
	color: #f1393c;
	text-decoration: none;
}

.item-tags > i {
	margin-right: 5px;
	margin-top: 10px;
}

.item-price {
    color: #f1393c;
    font-size: 20pt;
    line-height: 23px;
}

.item-old-price {
    color: #ccc;
    font-size: 16pt;
	text-decoration: line-through;
}

.item-float-left {
	float: left;
	margin-right: 10px;
}

.item-margin-left {
	margin-left: 5px;
}

/* Лайки */
.thumbs, .lock {
    display: inline-block;
}

.thumbs span > a {
    display: inline-block;
    height: 10px;
    margin-bottom: -1px;
    width: 11px;
}

.thumbs.up .inner_thumbs a:first-child > i {
	color: #f1393c;
}
.thumbs.down .inner_thumbs a:first-child + .rate + a > i {
	color: #f1393c;
}
.thumbs.inactive a{
	cursor: default;
}

.thumbs span{
    padding-right: 0px;
}

span.rate{
	display: inline-block;
    font-weight: bold;
    margin: 0 10px;
	padding: 0;
}

/* Комментарии */
#AddComment {
	margin: 10px 0 0 0;
}

div.comment {
	background: #F0EFEB;
	color: #333;
	margin: 5px 0 10px 0;
	zoom: 1;
	position: relative;
	padding: 20px;
	border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
}
div.comment div.subject {font-size: 14pt; font-weight: 300; color: #f1393c}
div.comment p {margin: 5px 0 10px; 0; font-size: 10pt; font-weight: 300;}
div.comment span.red, div.comment span.red a {color: #E83531 !important; text-decoration: underline; cursor: pointer}

div.comment_reply {
	display: none;
	margin: 0px 0px 10px 20px;
}
div.comment_sub {
	margin-left: 20px;
}

.comment-width {
	width: 650px;
	margin: 0 auto !important;
}

.comment .row {display: table-row}
.comment .caption {font-size: 10pt; display: table-cell; width: 150px; text-align: right; vertical-align: middle; font-weight: 300}
.comment .field {display: table-cell; padding: 2px 0 3px 15px}
input.large,
div.shop_filter select,
div.shop_filter input[type="text"],
table.shop_cart select,
table.shop_cart input[type="text"],
div.shop_coupon input,
.comment .field select,
.comment .field input[type="text"],
.comment .field input[type="password"],
.comment .field input[type="file"],
.comment .field textarea {
	outline: none;
	width: auto;
	border: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	/*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset;*/
	box-shadow: none;
	padding: 2px 15px;
	border-radius: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #5B5B5B;
	font-size: 10pt;
	font-family: 'Arial Narrow', sans-serif;
}
.comment .field input[type="text"], .comment .field input[type="password"], .comment .field input[type="file"] { height: 23px; }
.comment .field textarea { padding: 5px 12px }
.comment .field select { width: 210px }

.control-label {
	font-size: 11pt;
	font-weight: 300 !important;
}

.control-label > sup {margin-left: 5px !important;}

.item-comment{color:#AAA;margin:10px 15px 10px 0; font-size: 9pt}
.item-comment i{text-align:left;margin:0 5px -1px 0}
.item-comment a{color:#AAA !important}
.item-comment span{padding-right:15px}
.item-comment span > span{padding-right: 5px !important}
.item-comment span > img {vertical-align: 0 !important}

.item-comment a:hover{color:#f1393c !important}

.is-list a {text-decoration: none; color: #999 !important;}

.read_more {
	color: #363636;
	font-size: 13pt;
	font-weight: 300;
	margin-top: 10px;
}

/* Validate */
label.input_error {display:block; line-height:1.8; vertical-align:top; color: #f1393c; font-size: 10pt; font-weight:300; margin-left: 5px;}
input.input_error {border: 1px dashed #f1393c !important; background-color: #ffce55; }
/* Validate */

.no-background {background: none !important;}
.table {font-size: 11pt; font-weight: 300;}

/* Форум */
.forum-group-title {
	font-size: 12pt;
	font-weight: 300;
	background-color: #e5e5e5;
	color: #000;
	margin-top:20px;
}

.forum-title > a {
	font-size: 12pt;
	font-weight: 300;
	text-decoration: none;
}

.desc-group-forums, .forum-desc {font-size: 9pt; color: #a4a4a4}
.padding-top-10 {padding-top: 10px; text-align: center}

.forum-autorization {margin-bottom: 10px;}
.forum-autorization label {
	font-size: 12pt;
	font-weight: 300 !important;
	margin-right: 10px;
}

.forum-autorization input {
	margin-top: 0 !important;
}

.form-inline > input {margin-right: 10px;}
.forum-button {margin-top: 0 !important}
.forum-button i {padding-right: 0 !important}

.height-48 {
	height: 48px !important;
    padding-top: 10px;
    text-align: center;
}

.forum {
	background-color: #f9f9f9;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e9ec;
	font-weight: 300;
}

.forum i, .forum-message i {padding-right: 5px; color: #ccc}
.forum a > i:hover {color: #f1393c}
.forum-date, .stat {font-size: 9pt; font-weight: 300;}
.forum .flag i {font-size:14pt; padding-top: 5px;}

.moderators {font-size: 9pt; font-weight: 300; padding-left: 15px;}
.add-topic {margin-top: 10px;}

.add-topic > span {
	font-size: 11pt;
	font-weight: 300;
	color: #f1393c
}

.forum-message {
	font-size: 11pt;
	font-weight: 300;
	background-color: #f9f9f9;
	margin-bottom: 10px;
}

.title-messages {
	font-size: 12pt;
	font-weight: 300;
	color: #f1393c;
	padding-top: 15px;
}

.text-messages {
	font-size: 10pt;
}

.avatar img{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px;
	width: 100px;
	height: 100px;
}

.author_name {font-size: 11pt; font-weight:300; color: #f1393c;}
.author_name:hover {cursor:pointer}
.message_author_status {font-size:9pt; font-weight:300; color:#a0d468}

.forum-date > span {color: #999}

.add_message_table {margin-top: 20px;}

#error {font-size: 12pt; font-weight:300; color: #f1393c; margin-bottom:10px;}
#message {font-size: 10pt; font-weight:300; color: #363636; margin-bottom:10px;}

.forum-actions {margin-left: 10px; margin-top: 5px;}
.forum-actions span {font-size:10pt; font-weight: 300; color: #a0d468; margin-right: 5px;}


.bbedit-toolbar, .bbedit-smileybar {
line-height: 22px;
font-size: 10px;
}
.bbedit-toolbar {
margin-bottom: 10px;
}
/*.bbedit-smileybar {
margin-top: 5px;
}*/
.bbedit-toolbar span {
padding: 4px 9px;
border: 1px solid #B2B2B2;
background-color: #F0F0F0;
cursor: pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.bbedit-toolbar span.hover,
.bbedit-toolbar span:hover {
border-color: #777777;
background-color: #E5E5E5;
}
.bbedit-smileybar img {
margin-right: 3px;
cursor: pointer;
}
.bbedit-b {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat 0px 0;
}
.bbedit-i {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -60px 0;
}
.bbedit-u {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -140px 0;
}
.bbedit-s {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -120px 0;
}
.bbedit-url {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -500px 0;
}
.bbedit-img {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -380px 0;
}
.bbedit-code {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -180px 0;
}
.bbedit-quote {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -220px 0;
}
.bbedit-font {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -720px 0;
}
.bbedit-olist {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -80px 0;
}
.bbedit-ulist {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -20px 0;
}
.bbedit-sup {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -620px 0;
}
.bbedit-sub {
background: url("/hostcmsfiles/forum/editor/icons.gif") no-repeat -600px 0;
}

.bbedit-smileybar {
	margin-top: 10px;
}

/* Личный кабинет */
.user-item {	margin-top: 20px;}

.user-item > div {
	font-size: 14pt;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;

}

.user-item > div > a > div {
	background-color: #fff;
	padding: 40px;
	margin-right: 5px;

	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
}

.user-item > div > a> div:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.11);
	background-color: #f2f2f2;
	border-bottom: 3px solid #f1393c;
}

.user-item-name  {font-size: 12pt; color: #363636;}

.user-image {
	margin-bottom: 10px;
	font-size: 40pt;
	margin-bottom: 5px;
	color: #ccc
}

.user-item a {text-decoration: none;}

.user-item a:hover {
	color: #f1393c;
}

.authorization {font-size: 11pt; font-weight: 300; margin-bottom:30px;}

.social-icon:hover{
	background: #fff !important;
	opacity: 0.5;
}

.social-authorization {
    border-radius: 0.4rem;
    overflow: hidden;
	padding-top: 12px;
	padding-bottom: 20px;
	margin-top: 6px;
	margin-bottom: 20px;
	text-align: center;
}

ul.account { list-style: unset; padding-left: 30px !important; margin-bottom: 20px }
ul.account li {font-size: 13px !important; font-weight:300}

.separator-right {border-right: 1px solid #eee}
.separator-left {padding-left:60px;}

h2.social-title {line-height: 2.6rem; font-size: 26px; font-weight: 300; margin-top:10px;}
h2.title {line-height: 2.6rem; font-size: 22px; font-weight: 300; margin-top:10px; margin-bottom:15px; color:#f1393c}

div.user-last-order div:not(:first-child) { padding-top: 10px; font-size: 11pt; font-weight: 300;}
div.user-last-order div { min-height: 45px; text-align: center; margin-bottom: 20px; }
/*div.user-last-order div:first-child { padding-left: 50px }*/

.fa-exclamation-circle {
	color: #ffce55 !important;
}

.fa-check-circle {
	color: #a0d468 !important;
}

.fa-times-circle {
	color: #fb6e52 !important;
}

.hostcms-button {
    background-color: #aaa;
    border: 0 none;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    /*font-weight: 300;*/
    line-height: 100%;
    padding: 10px 20px;
    text-decoration: none;
	display: inline-block;	
}
.hostcms-button .fa { margin-left: 5px }

.hostcms-button:hover { text-decoration: none; color: #fff; background-color: #999; }

.hostcms-button-red { background-color: #db1905 }
.hostcms-button-red:hover { background-color: #fb6e52 }

.user-item-color1 {color: #ffce55 !important}
.user-item-color2 {color: #fb6e52 !important}
.user-item-color3 {color: #a0d468 !important}
.user-item-color4 {color: #2dc3e8 !important}
.user-item-color5 {color: #ccccb7 !important}

.user-helpdesk-count {
	margin: 0 10px; background-color: rgb(221, 221, 221); color: #000; padding: 3px 7px;
}

.user-data { font-size: 15px; font-weight: 300 }
.user-img { max-height: 100px; max-width: 100px; vertical-align: middle; }

.user-order-modal { font-size: 16px; font-weight: 500; margin-top: 10px; }

.modal-dialog {
	width: 70% !important;
}

.modal-body {
	font-weight: 300;
	font-size: 15px;
}

h1, .title
{
	/*font-family: Georgia;*/
	font-size: 19pt;
	font-weight: 300;
	color: #000;
	margin: 25px 0px 20px;
	line-height: 150%;
}

h1 span.highlight { color: #db1905 }

h3, .h3
{
	/*font-family: Georgia;
	font-size: 13pt;
	font-weight: normal;*/
	font-size: 14pt;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 300;
	color: #000;
	margin: 20px 0px 10px 0px;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 13px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus {box-shadow: none !important;}

.balance, .maillist {font-size: 11pt; font-weight: 300;}
.balance-list > th, .balance-list > td, .maillist > th{text-align: center;}

/* Карта сайта */
.siteMap a {
	font-size: 12pt;
	font-weight: 300;
	color: #363636;
}

.siteMap a:hover {color: #f1393c}
.siteMap a > span > i {font-size:8pt; margin-right: 10px; color:#ccc}

.autocomplete-suggestions { border: 1px solid #f2f2f2; background: #FFF; overflow: auto; width: 100% !important; top: 35px;}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; font-size: 10pt; font-weight: 300;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #f1393c; }

.photogallery-img {margin: 10px;}

/* Wizards корзина*/
.wizard {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.wizard.wizard-tabbed {
  background: #fbfbfb;
}
.wizard.wizard-tabbed ul li {
  padding: 0 30px;
  background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li .chevron {
  display: none;
}
.wizard.wizard-tabbed ul li .chevron:before {
  display: none;
}
.wizard.wizard-tabbed ul li.complete {
  background-color: #fbfbfb;
}
.wizard.wizard-tabbed ul li.active {
  background: #ffffff;
}
.wizard.wizard-wired {
  padding-top: 10px;
  display: block;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wizard.wizard-wired ul {
  display: table;
  width: 100%;
  position: relative;
}
.wizard.wizard-wired ul li {
  display: table-cell;
  text-align: center;
  background-color: #ffffff;
  width: 20%;
  padding: 0;
  margin: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.wizard.wizard-wired ul li .chevron {
  display: none;
}
.wizard.wizard-wired ul li .chevron:before {
  display: none;
}
.wizard.wizard-wired ul li.complete {
  background-color: #ffffff;
}
.wizard.wizard-wired ul li.complete .step:before {
  font-size: 22px;
  line-height: 36px;
}
.wizard.wizard-wired ul li.complete:hover {
  background-color: #ffffff;
}
.wizard.wizard-wired ul li.active {
  background-color: #ffffff;
}
.wizard.wizard-wired ul li .step {
  border-width: 2px;
  width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 15px;
  z-index: 2;
  background-color: #ffffff;
}
.wizard.wizard-wired ul li .title {
  display: block;
  margin-top: 4px;
  margin-bottom: 6px;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.wizard.wizard-wired ul li:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px !important;
  font-size: 0;
  overflow: hidden;
  background-color: #e5e5e5;
  position: relative !important;
  top: 25px;
  z-index: 1 !important;
}
.wizard.wizard-wired ul li:first-child:before {
  max-width: 51%;
  left: 50%;
}
.wizard.wizard-wired ul li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
  width: 4000px;
}
.wizard ul.previous-disabled li.complete {
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
  background: #f3f3f3;
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f3f3;
}
.wizard ul li {
  margin: 0;
  padding: 0 20px 0 30px;
  line-height: 46px;
  position: relative;
  background: #f5f5f5;
  color: #d0d0d0;
  font-size: 16px;
  cursor: default;
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
}
.wizard ul li .step {
  border: 2px solid #e5e5e5;
  color: #cccccc;
  font-size: 13px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}
.wizard ul li .chevron {
  border: 24px solid transparent;
  border-left: 14px solid #d4d4d4;
  border-right: 0;
  display: block;
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 1;
}
.wizard ul li .chevron:before {
  border: 24px solid transparent;
  border-left: 14px solid #f5f5f5;
  border-right: 0;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: -24px;
  -webkit-transition: all 0.218s ease;
  -moz-transition: all 0.218s ease;
  -o-transition: all 0.218s ease;
  transition: all 0.218s ease;
}
.wizard ul li.complete {
  background: #f5f5f5;
  color: #444444;
}
.wizard ul li.complete:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  background-color: #a0d468;
  z-index: 10000;
}
.wizard ul li.complete:hover {
  background: #eeeeee;
}
.wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #eeeeee;
}
.wizard ul li.complete .chevron:before {
  border-left: 14px solid #f5f5f5;
}
.wizard ul li.complete .step {
  color: #a0d468;
  border-color: #a0d468;
}
.wizard ul li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  content: "\f00c";
  background-color: #ffffff;
  z-index: 3;
  font-family: FontAwesome;
  font-size: 12px;
  color: #a0d468;
}
.wizard ul li.active {
  background: #ffffff;
  color: #262626;
}
.wizard ul li.active .step {
  border-color: #f1393c;
  color: #f1393c;
}
.wizard ul li.active:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  height: 2px;
  max-height: 2px;
  overflow: hidden;
  background-color: #f1393c;
  z-index: 10000;
}
.wizard ul li.active .chevron:before {
  border-left: 14px solid #ffffff;
}
.wizard ul li .badge {
  margin-right: 8px;
}
.wizard ul li:first-child {
  -webkit-border-radius: 2px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 0;
  background-clip: padding-box;
  padding-left: 20px;
}

.redSup {color: #f1393c;}
.width1 {width: 105px; margin-right: 5px}
.width2 {width: 390px}
.float-left {float:left;}

input[type="radio"], input[type="checkbox"] {margin: 0 !important}

.cart-item-list-empty {padding: 10px 0 10px 10px;}

.navbar {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	min-height: 0 !important
}

.navbar-default {
   background-color: #f2f2f2 !important;
}

@media screen and (min-width: 768px) {
	.navbar-default {
	   border-color: #fff !important;
	}

	.navbar-nav li > a:hover, .navbar-nav li > a:focus {
		background: none !important
	}
	.navbar-nav li:hover{
		background-color: #6f0507;
	}
	.navbar-nav li:hover > a, .navbar-nav li:hover > i{
		color: #fff !important;
	}
	.dropdown-menu {
		background-clip: padding-box;
		background-color: #fff !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
		float: left;
		font-size: 13px;
		list-style: outside none none;
		min-width: 250px;
		padding: 0 !important;
		z-index: 1000;
		left: unset;
	}
	.dropdown-menu .sub-menu {
		right: 100%;
		position: absolute;
		top: 0;
		visibility: hidden;
		margin-top: -1px;
	}
	.dropdown-menu li:hover .sub-menu {
		visibility: visible;
	}
	.dropdown-menu > li > a {
		display: unset !important;
		padding: 10px 15px !important;
	}
	.dropdown-menu > li {
		text-align: left;
		padding: 10px 15px;
		border-bottom: 1px solid #ccc;
	}

	.dropdown-menu > li:hover {
		background-color: #fff !important;
	}
	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.dropdown-menu > li:hover > a,  .dropdown-menu > li:hover > i{
		color: #f1393c !important;
	}

	.dropdown > i,  .dropdown-menu > li > i{
		color: #333 !important;
	}

	.dropdown-menu > li > i{
		display: inline;
		padding-left: 10px;
	}

	.nav-tabs .dropdown-menu, .navbar-nav .dropdown-menu, .navbar .dropdown-menu {
		margin-top: 0;
	}

	.navbar .sub-menu:before {
		border-bottom: 7px solid transparent;
		border-left: none;
		border-right: 7px solid rgba(0, 0, 0, 0.2);
		border-top: 7px solid transparent;
		left: -7px;
		top: 10px;
	}

	.navbar .sub-menu:after {
		border-top: 6px solid transparent;
		border-left: none;
		border-right: 6px solid #fff;
		border-bottom: 6px solid transparent;
		right: 10px;
		top: 11px;
		left: -6px;
	}

	.nav > li > a {
		display: inline-block;
		padding: 10px 15px;
		position: relative;
	}
	.navbar-nav > li > a {
		border-radius: 0;
	}

	.navbar-nav {
		width:100% !important;
		display: table !important;
	}

	.navbar-nav > li {
		display: table-cell !important;
		text-align: center;
	}

	.navbar-nav > li.last > ul {
		right: 0
	}

	.navbar-nav > li.last {
		border-right: none;
	}

	.navbar-collapse {
		max-height: 340px;
		overflow-x: visible;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.container-fluid {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (min-width: 992px) {
	.navbar-nav > li {
		float: none;
	}
}

.nav > li  a {
	color: #333;
	text-decoration: none;
}
.navbar-nav > li.current {
	background-color: #6f0507 !important;
}
.navbar-nav > li.current > a, .navbar-nav > li.current > i {
	color: #fff !important;
}

.dropdown .dropdown-toggle i.fa {padding-left: 5px}





.actions-search {margin-top: 2px !important; background-color: #a0d468 !important;}
.search a {font-size:13pt; font-weight:300;}
span.description {font-size:11pt; font-weight:300;}

/* Helpdesk */
.helpdesk_status_1{color:#999}
.helpdesk_status_2{color:#000}
.helpdesk_hour div,.helpdesk_wt_0,.helpdesk_wt_1,.helpdesk_wt_2{color:#6A6A6A;float:left;width:20px;height:20px;margin:0 1px 1px 0}
.helpdesk_wt_0{background-color:#EFEEEA}
.helpdesk_wt_1{background-color:#a6bd4a}
.helpdesk_wt_2{background-color:#DF5910}
.helpdesk_day{color:#6A6A6A;width:100px}
.helpdesk_day div{height:19px;margin:0 1px 1px 0;padding:1px 0 0 5px}
.helpdesk_legend{margin:15px 0 0 30px}
.helpdesk_hour{text-align:center}

#ShowAddTicket  i {
	margin: 0 5px 0 10px;
	color: #ccc;
}

/* Filter */
ul.sf-menu-phone2.filter {
	padding-left: 10px !important;
	padding-right: 10px;
}

.padding-bottom-10 {padding-bottom: 10px;}
.propertyInput {
	background-color: #fff;
}
.propertyInput > div{padding-left: 10px; padding-top: 2px;}
.propertyInput > div > label {margin-bottom: 0; font-weight: 300;}

.ui-widget-header {
	border: 1px solid #e78f08;
	background-image: none !important;
	background-color: #f1393c !important;
	color: #ffffff;
	font-weight: bold;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #2dc3e8;
	background-image: none !important;
	background-color: #2dc3e8 !important;
	font-weight: bold;
	color: #c77405;
}

/* Bootstrap */
@media (max-width: 992px) {
  .logo { text-align: center; }
  .grid_wrap { height: 560px; }
  .width2  { width: 100%;}
}

@media (min-width: 1200px) {
  .grid_wrap { height: 490px; }
}

#fastRegistration {display:none;}

.header-cart {font-size: 13pt; font-weight: 400; text-align:center}
.table-cart {font-size: 10pt; font-weight: 300; text-align:center; margin: 10px 0}
.row.header-cart {margin: 0 !important}

.banner-list > div {
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}