﻿

@media (max-width: 1200px) {

#cssmenu > ul > li > a {
  padding: 12px;
  font-size: 14px;
}
}

@media (max-width: 991px) {



.carousel 
{
    height: 60%;
}

	



}


@media (max-width: 768px) {

.carousel {
    height: 40%;
}
.products
{
	background:#fff url('../images/pic.png')  right center no-repeat; 
	padding:20px 0 20px 0;
	font-family:Tahoma;
	font-size:15px;	
	border-top:1px gray solid;

}

.copyright
{
	text-align:center;line-height:20px;
}
.copyright .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;

}
.img-inner
{
	height:auto;
	float:left;
	margin:0 2px 20px 0px;
}
 

}

@media screen and (max-width:480px) {
 

.carousel {
    height: 40%;
}


.products
{
	background:#fff url('../images/pic.png')  right center no-repeat; 
	padding:20px 0 20px 0;
	font-family:Tahoma;
	font-size:15px;	border-top:1px gray solid;

}

.copyright
{
	text-align:center;line-height:20px;
	
	
}
	
	.copyright .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:center;
	margin-bottom:0px;

}

.img-inner
{
	height:auto;
	float:left;
	margin:0 0 20px 0px;
}
 

}


@media screen and (max-width:320px) {
.products
{
	background:#fff url('../images/pic.png') right center no-repeat; 
	padding:20px 0 20px 0;
	font-family:Tahoma;
	font-size:15px;
	border-top:1px gray solid;
}


.copyright
{
	text-align:center;	line-height:20px;

}
.img-inner
{
	height:auto;
	float:left;
	margin:0 0 20px 0px;
}
 


}
