
.dis-block{
	display: block;
}
.dis-inline{
	display: inline;
}
.dis-inline-block{
	display: inline-block;
}
.dis-table-xs{
	display: table;
	table-layout: fixed;
}
@media (min-width: 1200px){
	.dis-table-lg{
		display: table;
		table-layout: fixed;
	}
}
@media (min-width: 992px){
	.dis-table-md{
		display: table;
		table-layout: fixed;
	}
}
@media (min-width: 768px){
	.dis-table-sm{
		display: table;
		table-layout: fixed;
	}
}
.dis-table-cell-xs{
	display: table-cell;
}
@media (min-width: 1200px){
	.dis-table-cell-lg{
		display: table-cell;
	}
}
@media (min-width: 992px){
	.dis-table-cell-md{
		display: table-cell;
	}
}
@media (min-width: 768px){
	.dis-table-cell-sm{
		display: table-cell;
	}
}
.v-middle{
	vertical-align: middle;
}
.v-bottom{
	vertical-align: bottom;
}
.v-top{
	vertical-align: top;
}
.float-none-xs{
	float: none;
}
@media (min-width: 1200px){
	.float-none-lg{
		float: none;
	}
}
@media (min-width: 992px){
	.float-none-md{
		float: none;
	}
}
@media (min-width: 768px){
	.float-none-sm{
		float: none;
	}
}

div.latestItemImageBlock{
	float: none;
}

/* CUSTOM SOCIAL */
a.custom_social{
	color: #c6c6c6;
}


/* CUSTOM VIRTUEMART CART */
.module.custom_cart{
	float: right;
}
.vmCartModule a.ot-cart{
	position: relative;
	padding: 12px 10px 0 15px;
	display: inline-block;
	color: #353535;
}
.vmCartModule a.ot-cart i{
	font-size: 20px;
}
.vmCartModule .total_products_top {
	color: #ffffff;
	background-color: #b3b3b3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    font-size: 12px;
    padding: 0 3px;
	min-width: 20px;
	height: 20px;
	text-align: center;
    position: absolute;
    right: 0px;
    top: 5px;
}
.custom_cart a,
.custom_cart a:hover{
	
}
.custom-breadcrumb{
	
}
.custom-breadcrumb .breadcrumb > li + li:before {
	font-family: "FontAwesome";
	content: '\f111';
	font-size: 6px;
}
.custom-acc:before{
	font-family: 'Glyphicons Halflings';
	content: '\e008';
	padding-right: 5px;
	display: inline-block;
	color: #e2e2e2;
}

/* CUSTOM BANNER */
.slide .banneritem img{
	width: 100%;
}
.custom-banner{
	text-align: center;
}
.custom-banner img{
	width: 100%;
	margin: 15px 0;
}
@media (min-width: 992px) and (max-width: 1199px){
	.custom-banner img{
		
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.custom-banner img{
		
	}
}
@media (max-width: 767px){
	.custom-banner img{
		width: auto;
	}
}
@media (max-width: 767px){
	.banneritem{
		margin-bottom: 5px;
	}
}
.custom-bannerbottom{
	text-align: center;
}
.custom-bannerbottom img{
	width: 100%;
}

.custom_socials{
	font-size: 11px;
	line-height: 16px;
	margin-top: 7px;
}
.custom_socials a{
	display: inline-block;
	margin-right: 15px;
}
.custom_socials img{
	display: inline-block;
	margin-right: 7px;
}

.custom_signup{
	text-align: right;
}
.custom_signup label{
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.custom_payment{
	margin-top: 10px;
}
.custom_payment a{
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
.custom_payment a:last-child{
	margin-right: 0px;
}

.custom-team li{
	padding: 10px 0;
}
.custom-team h5{
	color: #353535;
	margin-top: 0;
	padding-top: 10px;
}
.custom-team img{
	float: left;
	margin-right: 15px;
}
.custom-testimonial li{
	padding: 10px 0;
}
.custom-testimonial h5{
	padding-left: 15px;
}

/* GOOGLE MAPS MODULE */
.custom_map{
	border-width: 10px 0 0;
	border-style: solid;
}
