@charset "UTF-8";

.item-images .row-fluid img{
	margin-bottom:30px;
}
.item-images .row-fluid:last-child img{
	margin-bottom:0px;
}

.browseProductImage {
    max-height: 200px;
    width: auto;
    max-width: 100%;
}
.vm-product-descr-container-0 {
    min-height: 0px;
    margin-bottom: 6px;
}
.products-view .product-price {
    text-align: center;
    float: none;
	
}
.products-view .row .product .product-price span.PricesalesPrice{
    font-size:22px;
    line-height: 24px;
}

.top1 li {
	float:left;
	width:25%;
	
}

.top1 a {
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	color:#212121;
}
.top1 li a:hover {
	background:transparent;
	color:#212121;
}
.top1 a span{
	display:block;
	margin-top:15px;
}

.topbar-bg{
	background:#262653;
	color:#b2aebe;
	font-size:20px;
	line-height:39px;
	font-family: Tahoma, sans-serif;
	padding:4px 0;
	
}

.moduletable-cart{
	margin-top:30px;
	float:right;
	position:relative;
	padding-left:50px;
}
.moduletable-cart a{
	color:#fff;
}
.show_cart a{
	float:none !important;
	text-decoration:underline;
}
.moduletable-cart i{
	position:absolute;
	left:0px;
	top:0px;
	font-size:32px;
}

.block-form{
	text-align:center;
	background:#32423d;
	color:#fff;
	padding:30px 0;
}

.cart-images{
	margin-right:10px;
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    background: #262653;
    color: #fff;
    border: 1px solid #00669a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 6px 12px 3px;
}


/* media */
@media (max-width: 480px) {
 
}

@media (max-width: 767px) {
	.header-bg,.footer-bg,.position-slider,.topbar-bg,.block-form{
		margin-left:-20px;
		margin-right:-20px;
		
		padding-left:20px;
		padding-right:20px;
	}
}


@media (min-width: 768px) and (max-width: 979px) {
 
}

@media (max-width: 979px) {
	
	.moduletable-logo,.moduletable-slogan,.moduletable-adres,.moduletable-adres2,.moduletable-phone,.moduletable-call{
		float:none;
		padding:10px 0;
		margin:0;
		text-align:center;
	}
	
	.custom-logo,.custom-slogan,.custom-adres,.custom-adres2,.custom-phone,.custom-call{
		text-align:center;
		display:inline-block;
	}
	
	.custom-logo,.custom-slogan,.custom-adres2,.custom-phone,.custom-call{
		padding:0;
	}
	
	.moduletable-phone:before, .moduletable-adres:before, .moduletable-adres2:before {
		display:none;
	}
	
	.top1 li{
		float:none;
		width:50%;
		margin:20px auto;
	}
}

@media (min-width: 980px) {
	#mainmenu{
		display:table;
		width:100%;
	}
	#mainmenu > ul{
		display:table-row;
		float:none;
	}
	#mainmenu > ul > li{
		display:table-cell;
		float:none;
		text-align:center;
	}
}
 
@media (min-width: 1200px) {
}
