.main_description_area {
	
	width: 100%;
	height: 400px;
	
	background-image: url(images/IMG_0815.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: cover;
	
	z-index: -10;
}

.main_description_bg {
	
	width: 100%;
	height: 100px;
	background-color: #333;
	position: relative;
	top: 300px;
	opacity: 0.5;
	z-index: 0;
	
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}

.main_description {
	
	width: 100%;
	height: 100px;
	
	z-index: 10;
	
	position: relative;
	
	top: 200px;
	
}

.main_description h2 {
	
	color: #FFF;
	font-size: 18px;
	
	padding: 10px 20px 0px 20px;

}

.main_description p {
	
	color: #FFF;
	font-size: 11px;
	
	padding: 10px 30px 0px 40px;
	
}

.section_area {
	
	width: 100%;
	height: auto;
	background-color: #F5F5F5;
}

.section_a, .section_b, .section_c, .section_d {
	
	width: 100%;
	height: auto;
}

.section_a, .section_c {
	
	background-color: #333;
	color: #FFF;
	
}

.section_b, .section-d {
	
	background-color: #FFF;
	color: #333;
}

.section_description_area {
	
	width: 100%;
	height: auto;
}

.section_description h1 {
	
	font-size: 30px;
	padding: 10px 20px 0px 30px;
}

.section_description p {
	
	font-family: 'Roboto Condensed';
	font-size: 14px;
	padding: 30px 20px 20px 50px;	
}

.section_image {
	
	width: 100%;
	height: auto; 
	
	padding: 50px 30px 30px 30px;
}

.section_btn_area {
	width: 100%;
	height: 75px;
	vertical-align: middle;	
}

.section_btn {
	
	float: right; 
	
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	
	width: 150px;
	height: 25px;
	
	line-height: 23px;
	font-size: 12px;
	text-align: center;
	background-color: #F9F9F9;
	
	border: #CCC solid 1px;
}

.section_btn a {
	
	display: block;
	width: 100%;
	height: 23px;
	
	color: #000000;
	text-decoration: none;
}

.section_btn a:hover {
	
	background-color: #CEFCFF;
	line-height: 24px;
}

.location {
	
	width: 100%;
	height: auto;

}

#location_title {
	
	width: 100%;
	height: 50px;
	
	border-bottom: #ccc solid 1px;
	border-top: #ccc solid 1px;
}

#location_title h1 {
	
	margin-left: 20px;
	margin-top: 13px;
	
	font-size: 36px;
	font-weight: 800; 
}

#map {

	margin-top: 10px;
	margin-bottom: 10px;
		
	width: 100%;
	height: 450px;
}

@media screen and (min-width: 480px) {
	
	
	.main_description h2 {
	
		font-size: 22px;

	}
	
	.main_description p {
	
		font-size: 11px;
	
	}
}

@media screen and (min-width: 768px) {
	
	.main_description_area {

		height: 500px;

	}

	.main_description_bg {

		height: 150px;
		top: 350px;

	}

	.main_description {

		height: 150px;
		top: 200px;
	
	}
	
	.main_description h2 {
	
		margin-top: 10px;
		font-size: 30px;

	}
	
	.main_description p {
	
		margin-top: 10px;
		font-size: 14px;
	
	}
	
	.toggle_menu {
		display: none;
	}
	
	.nav_menu {
		
		width: 100%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li {
		
		float: left;
		width: 25%;
		height: 55px;
		line-height: 55px;		
	}
	
	.nav_menu ul li a {
	
		border-top: none;
		height: 55px;
	}
	
	.nav_menu ul {
		
		list-style-type: none;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 25%;
		height: auto;
	}
	
	.nav_menu ul li:hover ul{
		
		-webkit-transition: all .5s ease;
    		-moz-transition: all .5s ease;
    		transition: all .5s ease;
	}
	
	
	.nav_menu ul li ul li {
		
        position: relative;
        left: 0;
		margin-left: 0;
		width: 100%;
		opacity: 0.8;
		
	}
	
	.nav_menu ul li ul li a{
		
		width: 100%;
		
		text-align: center;
		color: #FFFFFF;

		background-color: #333333;
	}
	
	.nav_menu ul li ul li a:hover{
		
		background-color: #fff;
		opacity: 0.9;
		color: #F03;
		
	}

	
	.foot_adress ul li {
		font-size: 14px;
	}
	
	#copyright {
		font-size: 12px;
	}
	
	.section_area {

		display: grid;
		display: -ms-grid;
	}
	
	.section_a {
		
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	.section_b {
		
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	
	.section_c {
		
		grid-column: 2 / 3;
		grid-row: 2 / 3;
		
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
	
	.section_d {
		
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}

}

@media screen and (min-width: 1024px) {
	
	
	.header_area {
	
		height: 70px;
		display: flex;
		flex-direction: row;
	}
	
	.logo_area {
		
		flex-grow: 2;
	}
	
	.logo {

	width: 266px;
	height: 45px;
	
	}
	
	.contact_us, .contact_us2 {
		
		display: block;
		margin-top: 10px;
		margin-right: 20px;

	}
	
	.main_description_area {

		height: 600px;

	}

	.main_description_bg {

		height: 150px;
		top: 450px;

	}

	.main_description {

		height: 150px;
		top: 300px;
	
	}
	
	.main_description h2 {
	
		font-size: 26px;

	}
	
	.main_description p {
	
		font-size: 16px;
	
	}
	
	#location_title {
	
		height: 70px;
	
	}
	
	#location_title h1 {
	
		margin-left: 30px;
		margin-top: 28px;
		
		font-size: 40px;
	}

}

@media screen and (min-width: 1280px) {
	
	
	.main_description_area {

		height: 700px;

	}

	.main_description_bg {

		height: 150px;
		top: 550px;

	}

	.main_description {

		height: 150px;
		top: 400px;
	
	}
	
	.main_description h2 {
	
		font-size: 26px;

	}
	
	.main_description p {
	
		font-size: 16px;
	
	}
	
	.nav_menu {
		
		margin: auto auto;
		width: 60%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 15%;
		height: auto;
	}

    .nav_menu ul li ul li {
		
		width: 100%;
        		
	}
}

@media screen and (min-width: 1440px) {
	
	
	.main_description_area {

		height: 750px;

	}

	.main_description_bg {

		height: 150px;
		top: 600px;

	}

	.main_description {

		height: 150px;
		top: 450px;
	
	}
	
	.main_description h2 {
	
		font-size: 34px;

	}
	
	.main_description p {
	
		font-size: 18px;
	
	}

	.section_a {
		
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	.section_b {
		
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
	
	.section_c {
		
		grid-column: 3 / 4;
		grid-row: 1 / 2;
		
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}
	
	.section_d {
		
		grid-column: 4 / 5;
		grid-row: 1 / 2;
		
		-ms-grid-column: 4;
		-ms-grid-row: 1;
	}
	
	.footer {

		height: 130px;
	}
	
	.foot_address ul li {
	
		font-size: 16px;

	}

	#copyright {

		font-size: 14px;
	}
}

@media screen and (min-width: 1680px) {
	
	.wrap {
		
		width: 1680px;
		margin: 0 auto;
	}
	
	.main_description_area {

		height: 800px;

	}

	.main_description_bg {

		height: 150px;
		top: 650px;

	}

	.main_description {

		height: 150px;
		top: 500px;
	
	}
	
	.nav_menu ul li ul{
		
		width: 252px;
	}

    .nav_menu ul li ul li {
        
        width: 252px;
    }
	
	.section_description h1 {
	
		font-size: 32px;
	}

	.section_description p {
	
		font-size: 14px;
	}
}
