/***** All Device  ****/
@media only screen and (max-width: 1199px) 
{
	
	
	
}

/***** Ipad and Tab landscape View ****/
@media only screen and (min-width: 992px) and (max-width: 1199px)
{	



}

/***** All Device up to 992 px ****/
@media only screen and (max-width: 992px)
{
	
	
	
}



/***** All Small/Mobile Device *****/
@media(max-width:767px) {	

	#ads .owl-item {
	padding-bottom: 90px;
	}

	#promo {
		margin-bottom: 25px;
		margin-top: 0px;
	}
	
	.breadcrumbs-section ul {
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 20px 10px;
	}
	
	#itemListLeading .list_view .listing_left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 0px!important;
	background-color: #fff;
	}
	
	.itemContainer .list_view .listing_left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 0px!important;
	background-color: #fff;
	}
	
	.itemContainer .list_view .listing_middle {
    background-color: #fff;
    padding-bottom: 0px;
	}
	
	.itemContainer .list_view .listing_right {
    margin-bottom: 20px;
}
	
	.catItemImage img {
    height: 180px!important;
    padding: 8px;
	}
	
	.catItemTitle > a {
    font-size: 14px!important;
	}
	
	.catHeaderRight {
	margin-top: 5px;
	}
	
	.contcts {
	padding-bottom: 0px;
	}
	
	.contacts__switcher {
    padding: 0 30px;
    margin: 0;
    position: relative;
    vertical-align: middle;
    outline: none;
    border-spacing: 0;
	}
	
	.contacts-phone-left {
    height: 39px;
    line-height: 39px;
    font-size: 32px;
    position: relative;
	text-align: center;
    color: #2e5ba2;
	}
	
	.contacts-phone-left a {
    float: none;
	}
	
	.contacts-phone-right {
    display: block;
    cursor: pointer;
    line-height: 33px;
    font-size: 10px;
    position: relative;
    float: right;
    color: #2e5ba2;
	}
	
	.contacts-phone-bottom {
    display: block;
    cursor: pointer;
    line-height: 0px;
    font-size: 10px;
    position: relative;
    float: right;
    color: #2e5ba2;
	}
	
	.address {
    text-align: center;
    color: #2e5ba2;
    font-size: 13px;
	}
	
	.contcts {
    border: 0px solid #2e5ba2;
    margin-top: 0px;
	}
	
	.middle-center p {
	color: #2e5ba2;
	font-size: 19px;
	}
	
	.middle-right {
		margin-top: 15px;
		text-align: center;
	}

	.middle-center {
		margin-top: 15px;
		text-align: center;
	}

	.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px!important;
	}
	
	.main-home {
		display: none!important;
	}
	
	.menustarbus-top-left {
    font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 9999;
    line-height: 34px;
    font-size: 9px!important;
    margin: 0 5px 0 0;
	padding: 0 0px!important;
    color: #666;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    display: -webkit-box!important;
	}
	
}


/***** Small/Mobile Device landscape View  *****/
@media only screen and (min-width: 480px) and (max-width: 767px)
{	



}


/***** Small/Mobile Device portrait View  *****/
@media only screen and (max-width: 479px)
{	



}


@media only screen and (max-width: 480px)
{
	
	
	
}