
.csres_100 {
	width:100%;	
}

.csres_90 {
	width:90%;	
}

.csres_80 {
	width:80%;	
}

.csres_70 {
	width:70%;	
}

.csres_66 {
	width:66.666%;	
}

.csres_60 {
	width:60%;	
}

.csres_50 {
	width:50%;	
}

.csres_40 {
	width:40%;	
}

.csres_33 {
	width:33.333%;	
}

.csres_30 {
	width:30%;	
}

.csres_25 {
	width:25%;	
}

.csres_20 {
	width:20%;	
}

.csres_10 {
	width:10%;	
}




@media all and (max-width: 1199px) and (min-width: 240px) {
	h1{
		font-size:2em;
	}
	
	h2{
		font-size:1.3em;
	}
	
	.container{
		width:96%;
		margin:0 2%;
	}
	
	div.body{
		display:none;	
	}
	
	header > div {
		width:100%;
	}
	
	header ul{
		display:none;	
	}
	
	header .logo{
		width:100px;
		margin-left:15px;
		padding:5px 0;
		display:block;
	}
	
	header ul {
		margin-top:0;
	}
		
	
	.menu li {
		width:100%;
	}
	
	.menu li a{
		width:100%;
		display:block;
		padding:0;
		margin:0;
		line-height:40px;
		background:#ccc;
		color:#fff;
		border-bottom:1px solid #fff;
		text-align:center;
	}
	
	.menu li a:hover, .menu li a.active {
		color:#000;
	}
	
	.menutrigger {
		display:block;
	}
	
	.tp-caption{
		font-size: 1.2em !important;	
	}
	
	
	.sign{
		text-align:center;	
	}
	
	
	ul.tabs li{
		padding: 5px 10px;
		font-size:.7em;
	}
	
	.tab-content {
		padding:0;
	}
	
	.tab-content > div{
		padding:0 10px;	
	}
	
	.tab-content > img{
		 margin-top:0;
		 margin-left:0;
	}
	
	#wrapper {
		width:100%;
		height:auto;
	}
	
	#carousel div{
		padding:10px 20px;	
	}
	
	.footermenu, .footernews{
		margin:0;	
	}
	
}


@media all and (max-width: 960px) and (min-width: 240px) {
	.csres_10, .csres_20, .csres_25, .csres_30, .csres_33,.csres_40,
	.csres_50, .csres_60, .csres_66, .csres_70, .csres_80, .csres_90{
		width:100%;
	}
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* STYLES GO HERE */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* STYLES GO HERE */
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* STYLES GO HERE */
}
 
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* STYLES GO HERE */
}
 
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
}










