/* RESPONSIVE THEME */

/* change the value width below
to set your responsive view elements */

@media screen and (max-width: 1400px) {	

	/* responsive disable */
	.resp-n { display: none; }
	.full-h { height: auto; }
	
		.padd-top-50-m {
	padding-top: 50px;
}
	
	.marg-top-100-mn {
		margin-top: 100px;
	}
	
	

}

@media screen and (min-width: 1200px) {	
	
	.mob-m { display: none; }
	
			.padd-top-50-m {
	padding-top: 50px;
}
	
	

}

@media screen and (max-width: 1200px) {	
	
	.bg-cov-small {
		background-size: 100%;
		background-position: bottom;
	}
	
	.bg-cov-small-top {
		background-size: 140%;
		background-position: top;
	}

	.main-m { display: none; }
	.mob-m { display: block; }
	
	.switch { display: block; }
	
	.bg-fix { background-attachment: scroll; }

	/* tablte hidden */
	.tab-n { display: none; }
	
	.marg-m {margin: 75px;}
	
	.h-750-m {
		height: 750px;
	}
	
	.h-800-m {
		height: 800px;
	}
	
	.h-600-m {
		height: 600px;
	}
	
	.h-900-m {
		height: 900px;
	}
	
	.h-450-m {
		height: 450px;
	}
	
	.logo img {
		width: 80%;
		
		float: left;
	}
	
	.logo_right img {
		width: 80%;
		
		float: right;
	}
	
}

@media screen and (max-width: 900px) {	

	h2 {
    font-size: 24px;
}
	
	.head-b { font-size: 70px; }
	.head-m { font-size: 60px; }
	.head-s { font-size: 50px; }
	
	.aside-left {
		margin-bottom: 50px;
	}
	
	.h-m {height: auto;}
	
	.marg-m {margin: 50px;}
	
	.title-b {
		font-size: 26px;
		line-height: 28px;
	}
	
	
	
	

	#footer {
	display:block;
	justify-content:none;
	float: left;
	text-align: center;
		
}
	
				.float-m {
float: none;
margin-top: 50px;
	text-align: center;
}
	
.m-100-b {width: 100%;}
	
	.h-30-m {
		height: 30px;
	}
	
	.marg-25-m {margin: 25px;}
	
	
	
}

@media screen and (max-width: 800px) {	
.h-1300-m {
		height: 1300px;
	}
}

@media screen and (max-width: 600px) {	
	
	.d-n-600 {
		position: relative;
		left: 10px;
		top: 450px;
	}
	
	.logo2 img {
		width: 60%;
		height: 60%;
	}
	
	.marg-top-100-mn {
		margin-top: 0px;
	}
	
	.header {
		margin: 0 !important;
	}
	
	header .logo {
		margin: 0 25px;
	}
	
	
	.top-200-m {top: 200px;}
	
	.top-850-m {top: 850px;}
	
	.top-950-m {top: 950px;}
	
	
	
	header.posit-f { 
		position: static;
	}
	
	.nav-bott { 
		top: 120px; 
		bottom: inherit;  
	}
	
	.map {
		height: 300px;
	}
	
	.page {
		padding-top: 0;
	}	
	
	.page-post .overl {
		padding-top: 0;
	}
	
	/* mobile hidden */
	
	.mob-n { display: none; }
	
	/* strict typoghraphy */
	
	.head-b { font-size: 50px; }
	.head-m { font-size: 45px; }
	.head-s { font-size: 40px; }
	
	.caption-b {
		font-size: 35px;
	}
	
	.caption-m {
		font-size: 32px;
	}
	
	.caption-s {
		font-size: 28px;
	}
	
	.title-b {
		font-size: 22px;
		line-height: 26px;
	}
	
	.title-m {
		font-size: 22px;
		line-height: 26px;
	}
	
	.title-s {
		font-size: 20px;
		line-height: 24px;
	}
	
	.content-m {
    font-size: 14px;
   
}
	
	.h-250-m {
		height: 250px;
	}
	
	.h-350-m {
		height: 350px;
	}
	
	
	
	.h-150-m {
		height: 150px;
	}
	
	.h-650-m {
		height: 650px;
	}
	
	.h-1200-m {
		height: 1200px;
	}
	
	.h-m {height: auto;}
	
	.padd-top-25-m {padding-top:25px;}
	
		.padd-top-50-m {
	padding-top: 0px;
}
	
			.padd-top-200-m {
	padding-top: 200px;
}
	.marg-100 {margin: 25px;}
	
	.right-50p {
	right: 0;
}
	
	.left-50p {left: 0;}
	
	/* width */
	[class^="w-"] { width: 100%; }
	
	nav li a:hover,
nav li span:hover { color: #90103b;
}
			


	
}