body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #555;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background: #FFFFFF url("//vitolux-showroom.com.ua/image/catalog/wood11.jpg") no-repeat;
	background-attachment: fixed;
	background-size:cover;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
.container	{
	background-color: white;
}
.container-black	{
	background-color: #58595b;
}
video {
	width: 100%;
    max-height: 100%;
}
hr {
margin-top: 5px;
margin-bottom: 5px;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #00478E;
}
a:hover {
	text-decoration: none;
}
article > p {
	font-size: 13px;
}
article > ul > li {
    font-size: 13px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.mb15, .nav-tabs {
	margin-bottom: 15px;
}
.mb10 {
	margin-bottom: 10px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.pull-right .lang-right {
	left: auto;
	right: 0;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #00478E, #003366);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 10px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #00478E, #003366);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 15px 0 10px 10px;
}
.h500 {
	min-height: 500px;
	margin: 0 auto;
}
/* Snow Flakes Start */
#snowflakeContainer {
    position: absolute;
    left: 0px;
    top: 0px;
}
.snowflake {
    padding-left: 15px;
    font-family: Cambria, Georgia, serif;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    color: #4d67e6;
    user-select: none;
    z-index: 1000;
}
.snowflake:hover {
    cursor: default;
}
/* Snow Flakes End */
/* search */
#search {
        margin: 10px 0 10px 0px;
	padding-top: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	text-shadow: 0 1px 0 #FFF;
	background: none;
	border-color: #cccccc;
}
.btn > .fa-search {
color: #003f7f;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	div#carousel0 {
		display: none !important;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.pl10 {
	padding-left: 10px;
}
/* menu */
#menu {
	background: #048;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #00478E, #003366);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #00478E, #003366);
	background-repeat: repeat-x;
	border-color: #003366 #003366 #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar {
    border-radius: 0;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	padding-top: 20px;
	background-color: #58595b;
/*	border-top: 1px solid #ddd; */
	color: white;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
	margin-top: 15px;
	margin-bottom: 15px;
}
footer a {
	color: white;
}
footer a:hover {
	color: white;
	font-weight: bold;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	overflow: hidden;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0 0 15px 0;
        float: right;
	font-size: 17px;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #00478E, #003366);
	background-repeat: repeat-x;
	border-color: #003366 #003366 #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #003366;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #00478E;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	padding: 8px 12px;
	background: #004488;
	border-color: #036 #036 #036;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #FFF;
	background: #036;
	border: 1px solid #036;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
/*	border: 1px solid #ddd; */
	margin-bottom: 20px;
	overflow: auto;
	border-bottom: 2px solid transparent;
}
/*buttons under product image	*/
.product-thumb:hover {
  border-bottom: 2px solid #bca480;
}
.product-thumb:hover .actions-tumb {
  bottom: 0;
}
/*buttons under product image */
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: none;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 60px;
	text-align: center;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 110px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
.squareCalculator {
	margin-bottom: 10px;
}
.squareCalculator > p {
	font-size: 12px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
	font-size: 1.2em;
	color: red;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.compare {
    background: none;
    border-color: #cbced1;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
    margin-left: -20px;
    margin-bottom: 5px;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.header_contacts a {
    color: #23527c;
    font-size: 13px;
}
.header_contacts .nav>li>a {
	padding: 10px;	
}
.header_contacts i.fa {
	margin-right: 3px;
}
.header_contacts img{
		margin-right: 5px;
        border-radius: 15px;
        vertical-align: middle;
	    opacity: 0.8;
            }
.header_contacts table td{
            padding: 0px 10px;
            vertical-align: middle;
            }
.header_contacts {
    margin: 10px auto;
}
.header_contacts .nav-tabs {
    margin-bottom: 5px;
}
.header_contacts .phone-content {
	padding-left: 10px;
}
.header_contacts .phone-content p {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 13px;
}
.center-txt {
    text-align: center;
}
.phones-txt {
    font-size: 12px;
}
.panel-title {
    font-size: 18px;
    color: #fff;
}
.panel-default > .panel-heading {
    background-color: #003e7d;
}
.panel-default {
    border-color: transparent;
}
.img-thumbnail {
    border-color: transparent;
}
.info-adv {
    margin-left: 0;
}
.category-font a {
    font-size: 18px;
}
.category-img {
    padding-right: 25px;
	display: inline-block;
	max-width: 160px;
}
.mailus	{
    font-size: 14px;
    color: #036;
}
.delivery-line {
    border-top: 1px solid #036;
}
.img-left {
    float: left;
    margin: 0 3em 75em 0;
    max-width: 110px;
    max-height: 110px;
}
.img-right1 {
    float: right;
    margin: 0 1em 1em 0;
    max-width: 400px;
}
.img-right2 {
    float: right;
    margin: 0 3em 1em 0;
    max-width: 225px;
}
.img-right3 {
    float: right;
    margin: 0 6em 0 0;
}
.sovety a {
    font-size: 15px;
}
.sovety h3 {
    text-align: center;
}
.img-sov {
    display: block;
    margin: auto;
}
/* animated logo css */
#logo img{-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-timing-function:ease}
#logo a:hover img{-webkit-animation-name:tada;-moz-animation-name:tada;animation-name:tada}
@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}
10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}
100%{-webkit-transform:scale(1) rotate(0)}
}
@-moz-keyframes tada{0%{-moz-transform:scale(1)}
10%,20%{-moz-transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg)}
40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg)}
100%{-moz-transform:scale(1) rotate(0)}
}
@keyframes tada{0%{transform:scale(1)}
10%,20%{transform:scale(0.9) rotate(-3deg)}
30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}
40%,60%,80%{transform:scale(1.1) rotate(-3deg)}
100%{transform:scale(1) rotate(0)}
}
/* buttons under product image */
.product-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.product-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.actions-tumb {
  position: absolute;
  left: 0;
  bottom: -22%;
  z-index: 100;
  width: 100%;
  background: rgba(103, 126, 194, 0.8);
  -webkit-transition: .4s linear;
  transition: .4s linear;
}
.transition .actions-tumb {
  bottom: -27%;
}
.actions-tumb a {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  color: white;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: .4s linear;
  transition: .4s linear;
}
.actions-tumb a:hover {
  background: rgba(0, 51, 102, 0.85);
}
.actions-tumb a:before {
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 1;
}
.html-header {
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
	padding: 8px 12px;
	background-image: linear-gradient(to bottom, #00478E, #036);
	background-repeat: repeat-x;
	border-color: #036 #036 #036;
	width:100%;
}
.footer-showroom {
    padding:15px;
    position: relative;
    right: 307px;
    width: 138%;

}
.footer-showroom table tr td {padding:10px;}
.contacts-showroom table tr td {padding:10px;}
.contacts-showroom {
	overflow: auto;
}
/* Sprite for social icons */
.list-follow-us {
	padding: 0;
}
.list-follow-us li {
	display: inline-block;
	list-style: none;
}
.social-net {
    background-image: url('//vitolux-showroom.com.ua/image/catalog/socials.png');
    background-repeat: no-repeat;
    display: inline-block;
    margin: 10px;
}
.social-net:last-of-type {
	margin-right: 0;
}
.sprite-facebook45 {
    width: 45px;
    height: 45px;
    background-position: -5px -5px;
}
.sprite-gmail45 {
    width: 45px;
    height: 45px;
    background-position: -60px -5px;
}
.sprite-telegram45 {
    width: 45px;
    height: 45px;
    background-position: -115px -5px;
}
.sprite-youtube45 {
    width: 45px;
    height: 45px;
    background-position: -170px -5px;
}
.list-unstyled .social-net {
	margin: 0px;
	padding: 0px;
}
a.social-net:hover {
    opacity: 0.5;
}
#carousel0 .owl-item:hover {
    opacity: 0.5;
}
.classen-thumbs > img {
	margin: 5px;
}
.sprite-classen {
    background-image: url('//vitolux-showroom.com.ua/image/catalog/Classen/Thumbs/classen_thumbs.png');
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-classen_10mm {
    width: 89px;
    height: 54px;
    background-position: -104px -5px;
}
.sprite-classen_32 {
    width: 89px;
    height: 54px;
    background-position: -5px -69px;
}
.sprite-classen-isowax {
    width: 89px;
    height: 54px;
    background-position: -5px -5px;
}
.sprite-classen_33 {
    width: 89px;
    height: 54px;
    background-position: -104px -69px;
}
.sprite-classen_4V {
    width: 89px;
    height: 54px;
    background-position: -5px -133px;
}
.sprite-classen_8mm {
    width: 89px;
    height: 54px;
    background-position: -104px -133px;
}
.sprite-classen_AC4 {
    width: 89px;
    height: 54px;
    background-position: -5px -197px;
}
.sprite-classen_AC5 {
    width: 89px;
    height: 54px;
    background-position: -104px -197px;
}
.sprite-classen_antistatic {
    width: 89px;
    height: 54px;
    background-position: -203px -5px;
}
.sprite-classen_bez-kleya {
    width: 89px;
    height: 54px;
    background-position: -203px -69px;
}
.sprite-classen_garantia-15 {
    width: 89px;
    height: 54px;
    background-position: -203px -133px;
}
.sprite-classen_megaloc {
    width: 89px;
    height: 54px;
    background-position: -203px -197px;
}
.kronopol-thumbs > .sprite-kronopol:hover, .kronostep-thumbs > .sprite-kronostep:hover, .classen-thumbs > .sprite-classen:hover, .classen-thumbs > .classen-sprite:hover {
    box-shadow: 0 14px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/* Kronopol Thumbs */
.kronopol-thumbs {
	display: flex;
	flex-wrap: wrap;
 	margin: 10px 0;
}
.kronopol-thumbs > img {
	max-width: 100%;
	margin: 5px;
}
.sprite-kronopol {
    background-image: url('//vitolux-showroom.com.ua/image/catalog/Kronopol/Thumbs/kronopol-thums.png');
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-10mm-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -5px;
}
.sprite-10y-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -89px;
}
.sprite-15y-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -173px;
}
.sprite-20y-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -256px;
}
.sprite-30y-krono {
    width: 74px;
    height: 75px;
    background-position: -5px -339px;
}
.sprite-31k-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -424px;
}
.sprite-32k-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -508px;
}
.sprite-33k-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -591px;
}
.sprite-3d-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -674px;
}
.sprite-7mm-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -758px;
}
.sprite-8mm-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -841px;
}
.sprite-WA-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -925px;
}
.sprite-ac3-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -1008px;
}
.sprite-ac4-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -1092px;
}
.sprite-ac5-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -1175px;
}
.sprite-cp-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -1259px;
}
.sprite-heat-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -1343px;
}
.sprite-v4-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -1427px;
}
.sprite-wg-krono {
    width: 74px;
    height: 74px;
    background-position: -5px -1510px;
}
.sprite-ws-krono {
    width: 73px;
    height: 73px;
    background-position: -5px -1594px;
}
/* Kronopol Thumbs END */
/* Kronostep Thumbs */
.kronostep-thumbs {
	display: flex;
	flex-wrap: wrap;
 	margin: 10px 0;
}
.kronostep-thumbs > img {
	max-width: 100%;
	margin: 5px;
}
.sprite-kronostep {
    background-image: url('//vitolux-showroom.com.ua/image/catalog/Kronostep/thumbs/kronostep-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-ico_1clic2go {
    width: 151px;
    height: 76px;
    background-position: -5px -5px;
}
.sprite-ico_1clic2gopure5 {
    width: 151px;
    height: 76px;
    background-position: -166px -5px;
}
.sprite-ico_23 {
    width: 151px;
    height: 76px;
    background-position: -5px -91px;
}
.sprite-ico_321 {
    width: 151px;
    height: 76px;
    background-position: -166px -91px;
}
.sprite-ico_33 {
    width: 151px;
    height: 76px;
    background-position: -5px -177px;
}
.sprite-ico_guar203 {
    width: 151px;
    height: 76px;
    background-position: -166px -177px;
}
.sprite-ico_guar30 {
    width: 151px;
    height: 76px;
    background-position: -5px -263px;
}
.sprite-ico_more {
    width: 151px;
    height: 76px;
    background-position: -166px -263px;
}
.sprite-ico_twinclic1 {
    width: 151px;
    height: 76px;
    background-position: -327px -5px;
}
.sprite-ico_vgroove {
    width: 151px;
    height: 76px;
    background-position: -327px -91px;
}
/* Kronostep Thumbs END*/
/* INDO thumbs */
.sprite-indo {
    background-image: url(//vitolux-showroom.com.ua/image/catalog/Arbiton/INDO/indo-thumbs/spriteindo.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    margin: 5px;
}
.sprite-indo-easy {
    width: 62px;
    height: 82px;
    background-position: -3px -3px;
}
.sprite-indo-flexible {
    width: 62px;
    height: 82px;
    background-position: -3px -91px;
}
.sprite-indo-mon1 {
    width: 98px;
    height: 91px;
    background-position: -3px -179px;
}
.sprite-indo-mon2 {
    width: 98px;
    height: 91px;
    background-position: -3px -276px;
}
.sprite-indo-mon3 {
    width: 98px;
    height: 91px;
    background-position: -3px -373px;
}
.sprite-indo-mon4 {
    width: 98px;
    height: 91px;
    background-position: -3px -470px;
}
.sprite-indo-wood-effect {
    width: 62px;
    height: 82px;
    background-position: -3px -567px;
}
.sprite-indo-wood-str {
    width: 62px;
    height: 82px;
    background-position: -3px -655px;
}
/* INDO thumbs END */

/* New Classen Sprite */
.classen-sprite10mm, .classen-sprite32class, .classen-sprite33class, .classen-sprite4v-faska, .classen-sprite7mm, 
.classen-sprite8mm, .classen-spriteac4, .classen-spriteac5, .classen-spriteantistatic, .classen-spritebez-kleya, 
.classen-spritegarantia-15, .classen-spritegarantia-30, .classen-spriteisowaxx, .classen-spritemegaloc
{ max-width: 100%; background-size: 100%; background-image: url('//vitolux-showroom.com.ua/image/catalog/Classen/Thumbs/thumb-respon-classen.jpg'); }

.classen-sprite10mm { background-position: 0 0%; background-size: 100%; }
.classen-sprite32class { background-position: 0 7.692308%; background-size: 100%; }
.classen-sprite33class { background-position: 0 15.384615%; background-size: 100%; }
.classen-sprite4v-faska { background-position: 0 23.076923%; background-size: 100%; }
.classen-sprite7mm { background-position: 0 30.769231%; background-size: 100%; }
.classen-sprite8mm { background-position: 0 38.461538%; background-size: 100%; }
.classen-spriteac4 { background-position: 0 46.153846%; background-size: 100%; }
.classen-spriteac5 { background-position: 0 53.846154%; background-size: 100%; }
.classen-spriteantistatic { background-position: 0 61.538462%; background-size: 100%; }
.classen-spritebez-kleya { background-position: 0 69.230769%; background-size: 100%; }
.classen-spritegarantia-15 { background-position: 0 76.923077%; background-size: 100%; }
.classen-spritegarantia-30 { background-position: 0 84.615385%; background-size: 100%; }
.classen-spriteisowaxx { background-position: 0 92.307692%; background-size: 100%; }
.classen-spritemegaloc { background-position: 0 100%; background-size: 100%; }
/*    */
.information-news-info .main-news-text {
	font-size: 16px;
}
.information-news-info h1 {
	text-align: center;
}
.news-wrap-center {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px 0;
}
.news-thumb .button-group {
	display: none;
}
.kronopol10mm-krono, .kronopol20y-krono, .kronopol32k-krono, .kronopolwa-krono, .kronopolac4-krono, 
.kronopolv4-krono {
	margin: 5px 10px;
	max-width: 100%; 
	background-size: 100%; 
	background-image: url('//vitolux-showroom.com.ua/image/catalog/krono-thumbs.png');
}
.kronopol10mm-krono { background-position: 0 0%; background-size: 100%; }
.kronopol20y-krono { background-position: 0 20.204604%; background-size: 101.369863%; }
.kronopol32k-krono { background-position: 0 40.153453%; background-size: 101.369863%; }
.kronopolwa-krono { background-position: 0 60.102302%; background-size: 101.369863%; }
.kronopolac4-krono { background-position: 0 80.051151%; background-size: 101.369863%; }
.kronopolv4-krono { background-position: 0 100%; background-size: 101.369863%; }

h3.h3-latest,
h3.h3-featured {
	margin-top: 35px;
	margin-bottom: 20px;
}
/* Contacts card styles */
.card-wrapper .card-street {
font-size: 13px;
}
.card-wrapper .card-city {
font-size: 16px
}
.card-wrapper .card-phone {
font-size: 14px;
}
.mg10 {
	margin: 10px 0;
}
.ml10 {
	margin-left: 10px;
}
/* Mobile phone icon header style*/
#modal-phone {
font-size: 28px;
line-height: 43px;
padding: 0 10px;
border: 3px solid #003B75;
border-radius: 50%;
color: #003B75;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
         box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
  -webkit-animation: motionblur 6s ease-in-out infinite;
          animation: motionblur 6s ease-in-out infinite;}

@media (max-width: 478px) {
	h1 {
		font-size: 26px;
	}
	#logo {
		max-width: 75%;
	}
	p.final-sale {
	font-size: 18px;
 }
 body {	
	background: #FFFFFF;
	background-attachment: none;
	background-size:none;
}
}
.modal-header button.close {
font-size: 28px;
opacity: 0.5;
}
#modal-wrapper {
position: absolute;
top: 4%;
right: 5%;
}
@-webkit-keyframes motionblur {
  0%
  {
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
           box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
  }
  20%
  {
   -webkit-box-shadow: 0px 0px 10px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 10px 5px rgba(0,71,142,1);
  }
  40%
  {
   -webkit-box-shadow: 0px 0px 15px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 15px 5px rgba(0,71,142,1);
  }
  50%
  {
   -webkit-box-shadow: 0px 0px 20px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 20px 5px rgba(0,71,142,1);
  }
  60% 
  {
   -webkit-box-shadow: 0px 0px 15px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 15px 5px rgba(0,71,142,1);
   }
  75%
  {
   -webkit-box-shadow: 0px 0px 10px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 10px 5px rgba(0,71,142,1);
  }
  100%
  {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
            box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
  }
}
@keyframes motionblur {
  0%
  {
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
           box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
  }
  20%
  {
   -webkit-box-shadow: 0px 0px 10px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 10px 5px rgba(0,71,142,1);
  }
  40%
  {
   -webkit-box-shadow: 0px 0px 15px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 15px 5px rgba(0,71,142,1);
  }
  50%
  {
   -webkit-box-shadow: 0px 0px 20px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 20px 5px rgba(0,71,142,1);
  }
  60% 
  {
   -webkit-box-shadow: 0px 0px 15px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 15px 5px rgba(0,71,142,1);
   }
  75%
  {
   -webkit-box-shadow: 0px 0px 10px 5px rgba(0,71,142,1);
           box-shadow: 0px 0px 10px 5px rgba(0,71,142,1);
  }
  100%
  {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
            box-shadow: 0px 0px 5px 0px rgba(0,71,142,1);
  }
}
/* Shake phone icon */
.shake-little {
  display: inline-block;
  transform-origin: center center; }

.shake-freeze,
.shake-constant.shake-constant--hover:hover,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused; }

.shake-freeze:hover,
.shake-trigger:hover .shake-freeze, .shake-little:hover,
.shake-trigger:hover .shake-little {
  animation-play-state: running; }

@keyframes shake-little {
  2% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  4% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  6% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  8% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  10% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  12% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  14% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  16% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  18% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  20% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  22% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  24% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  26% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  28% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  30% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  32% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  34% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  36% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  38% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  40% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  42% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  44% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  46% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  48% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  50% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  52% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  54% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  56% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  58% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  60% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  62% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  64% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  66% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  68% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  70% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  72% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  74% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  76% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  78% {
    transform: translate(0px, 0px) rotate(0.5deg); }
  80% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  82% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  84% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  86% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  88% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  90% {
    transform: translate(0px, 1px) rotate(0.5deg); }
  92% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  94% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  96% {
    transform: translate(1px, 0px) rotate(0.5deg); }
  98% {
    transform: translate(1px, 1px) rotate(0.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0); } }
.shake-little:hover,
.shake-trigger:hover .shake-little, .shake-little.shake-freeze, .shake-little.shake-constant {
  animation-name: shake-little;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }
 .final-sale {
	font-size: 24px;
	color: lightcoral; 
 }
 .w600 {
	 max-width: 600px;
	 margin: 15px 0;
 }
 /* LazyImage Load Effect */
.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
	max-width: 100%;
	opacity: 0;
    }
.b-lazy.b-loaded {
	opacity: 1;
    }
/*  Section AboutUS*/
.about-wrapper {
	line-height: normal;
}
.about-wrapper img {
    display: block;
    max-width: 100%;
    height: auto; 
}
.about-wrapper p {
    margin: 10px 0;
}
.about-wrapper > .head-title {
    margin: 20px 0;
    font-size: 24px;
    color: #00374d;
    text-align: center;
}
.about-flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.about-flex-wrapper > .about-items {
    max-width: 300px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-items > img {
    max-width: 120px;
	max-height: 120px;
}
.about-items-title {
     font-size: 18px;
     color: #00374d;
    text-align: center;
}
.about-item-text {
    font-size: 14px;
    color: rgb(0, 0, 6);
    text-align: center;
}
.producer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.producer-wrapper img {
    max-width: 140px;
    margin: 5px;
}
.list-wrapper {
    list-style: none;
	padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-item-flex {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
.list-item-flex > img {
    max-width: 33px;
    margin: 5px 10px;
}
.list-item-flex >.list-text {
    font-size: 18px;
    font-weight: bold;
}
/* Styles for Delivery PAGE */
.flex-dostavka-text {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}
.dostavka-text {
	font-size: 16px;
	color: #101636;
	margin-left: 10px;
	align-self: center;
}
.flex-filials-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	font-size: 14px;
}
.flex-filials-wrapper > div {
	width: 250px;
	height: auto;
	margin-bottom: 10px;
	padding: 8px;
}
.flex-filials-wrapper > div > p {
	color: #101636;
	text-align: center;
}
.about-flex-wrapper > img {
	margin-bottom: 20px;
}
/* Styles for Labels Options */
.flexLabel {
	display: flex;
	flex-flow: column;
	text-align: center;
}
.optionFlex {
	display: flex;
	flex-wrap: wrap;
}
.optionFlex  .radio {
	margin: 5px;
}
.optionFlex  .flexLabel > img.img-thumbnail {
	width: 70px;
	height: 70px;
}
/* Styles for Calculator Square */
.squareCalculator {
  display: none;
}
.squareCalculatorShow {	
  display: block;
  font-size: 13px;
  padding: 10px;
  border: 1px solid #d3d3d3;
  max-width: 430px;
}
.squareCalculator  span {
  color: red;
  font-size: 16px;
  padding: 0 5px;
}
.squareCalculator > p:last-child > span {
  padding: 0 5px 0 18px;
}
.squareCalculator > input {
  max-width: 160px;
  margin-bottom: 8px;
}
.squareCalculatorShow > p {
	text-overflow: clip;
    white-space: nowrap;   
    overflow: hidden;
}
.squareCalculator > label {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
 }
/* Styles for Calculator APEN seal */ 
.font-weight-bold {
	font-weight: bold;
}
#calculationSealResult tr > th {
    font-size: 13px;
    padding: 5px;
}
.seal-table .form-control {
    margin-bottom: 5px;
    margin-left: 5px;
}
.seal-table tr > td {
	font-size: 13px;
    padding-left: 5px;
} 
/* Styles for Calculator APEN pena */ 
#calculationPenaResult tr>th {
            font-size: 13px;
            padding: 5px;
}
.pena-table .form-control {
            margin-bottom: 5px;
            margin-left: 5px;
}
.pena-table tr>td {
    font-size: 13px;
    padding: 2px;
}
/* Underlay Table  */
div.dataTables_wrapper div.dataTables_filter {
    float: left;
}
td.details-control {
    text-align: center;
    color: forestgreen;
    cursor: pointer;
}
td.details-control > .fa {
	font-size: 18px;
}
tr.shown td.details-control {
    text-align: center;
    color: red;
}

 /* Autumn Leaf styles */
/*.common-home {
	overflow-x: hidden ;
}

.containerLeaves {
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	left:0%;
  z-index: -1;
}

.fallingLeaves {
	display: flex;
	justify-content: space-around;
}
.fallingLeaves span {
    display: inline-block;
    width: 50px;
    height: 51px;
	margin: -200px 40px 54px  -34px;
	background: url("//vitolux-showroom.com.ua/image/leaf50.png");  
    -webkit-animation: fallingLeaves 40s 4 linear;
    -moz-animation: fallingLeaves 40s 4 linear;
}
.fallingLeaves span:nth-child(2n+1) {

    -webkit-animation-delay: 5.3s;
    -moz-animation-delay: 5.3s;
}
.fallingLeaves span:nth-child(3n) {

    -webkit-animation-delay: 10.5s;
    -moz-animation-delay: 10.5s;
}
.fallingLeaves span:nth-child(3n+1) {

    -webkit-animation-delay: 20.7s;
    -moz-animation-delay: 20.7s;
}
.fallingLeaves span:nth-child(3n-1) {
	-webkit-animation-delay: 30.1s;
    -moz-animation-delay: 30.1s;
}

@-webkit-keyframes fallingLeaves {
  0% {
    opacity: 0.9;

	-webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 0.8;

	-webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;

	-webkit-transform: translate(150px, 900px) rotateZ(360deg);
  }
}

@-moz-keyframes fallingLeaves {
  0% {
    opacity: 0.9;
    
	-webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 0.8;
   
	-webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;
    
	-webkit-transform: translate(150px, 900px) rotateZ(360deg);
  }
}*/
 /* AOS animate css */