/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
	
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {	
	
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#Subscribe, .Counter, .footerLeft, .logo {width:295px;}
	.email {width:220px; margin:15px 0;}
	#socials li {float: left;padding-left: 5px;}
	#followUs {margin-top:50px;}
	#Subscribe {height:150px;margin-bottom:50px;
}
h3{font-size:18px}
h4{font-size:16px}
h6{font-size:14px}
.imag {max-width:80%;margin-top:1px}
span1 {
	display:block;font-size : 11px;margin-left:0px;}
.logo {
margin-top:2px;
max-width:40%;
}
.transbox1 {
max-width:200px}
.transbox {

background-image:none;
}
span {
	font-size : 12px;
}
hr {width:85%}
.lang {
padding:3px;top:3%;position:absolute;margin-left:25%;border: 1px solid #000;text-decoration:none;color:#000;font-size:10px;z-index:1}

.jq-dropdown, .jq-dropdown-tip {font-size:10px}

}

