.page_title_area {
	
	width: 100%;
	height: 100px;
	margin-bottom: 5px;
	background-color: #333333;
	border-bottom: #CCC solid 1px;
}

.page_title_area h1 {
	
	padding: 5px 20px 5px 20px;
	color: #F0F0F0;
	font-family: 'Raleway';
	letter-spacing: 0.1em;
	font-size: 36px;
	line-height: 80px;
}

#contact_section {
	font-family: 'Anton';
	font-size: 30px;
	color: #666;
	margin-bottom: 20px;
}

#contact_comment {
	font-family: 'Raleway';
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

#contact_required {
	font-family: 'Raleway';
	font-size: 14px;
	color: #FC3;
	
}

.contact_wrap1 {
	
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	background-color:#F7F7F7;
	border-bottom: #ccc solid 1px;
}

.contact_wrap2 {
	
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	background-color:#F7F7F7;
/*	box-shadow: 0 0 20px 0 #CCC;
*/
}
/*
.contact_wrap > *{
	padding: 10px;
}
*/
.form_wrap {
	width: 100%;
	height: auto;
}

.form_wrap p {
	width: 100%;
	height: auto;
	margin: 10px 0px 10px 0px;
}


.form_wrap label {
	font-family: 'Raleway';
	font-size: 14px;
	color: #666;
}

.form_wrap input, .form_wrap select {

	width: 100%;
	height: 45px;
	font-family: 'Raleway';
	font-size: 14px;
	color: #666;
	padding: 10px;
	border-radius: 3px;
	border: #F0F0F0 solid 1px;
}

.form_wrap input:focus, .form_wrap select:focus {

	border: #E4E4E4 solid 0.5px;
	transition: 2s;
}

.form_wrap textarea {
	
	width: 100%;
	height: auto;
	font-family: 'Raleway';
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	padding: 10px;
}

.form_wrap input[type="submit"] {
	
	width: 50%;
	background-color: #F30;
	color: #FFF;
	margin-bottom: 20px;
}

.form_wrap input[type="submit"]:hover {
	background-color: #333;
	transition: 2s;
}

#err_msg {
	font-size: 12px;
	color: #FC3;
}

#contact_byphone, #contact_bymail {

	margin-bottom: 20px;
	border-bottom: #CCC solid 1px;
}

#contact_bymail {
	margin-top: 20px;
}

#phone_number {
	
	font-family: 'Raleway';
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

#section_title {
	
	font-family: 'Anton';
	font-size: 30px;
	color: #666;
	margin-bottom: 20px;
}


#mail_address, #phone_number {
	
	font-family: 'Raleway';
	font-size: 20px;
	color: #666;
	margin-bottom: 15px;
}

#phone_line {
	margin-bottom: 20px;
}

#contact_line {
	font-family: 'Raleway';
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}

#success_message {
	
	font-family: 'Raleway';
	font-size: 16px;
	color: #69F;
}

@media screen and (min-width: 480px) {
	
}

@media screen and (min-width: 768px) {
	
	.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;
		
	}

	.center_wrap {
		
		display: flex;
		
	}
	
	.contact_wrap1 {
	
	}
	
	.contact_wrap2 {
	
		border-left: #CCC solid 1px;
		border-bottom: #CCC solid 1px;
	}
			
	.foot_adress ul li {
		font-size: 14px;
	}
	
	#copyright {
		font-size: 12px;
	}
	
}

@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;

	}
	
}

@media screen and (min-width: 1280px) {
	
	.nav_menu {
		
		margin: auto auto;
		width: 60%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 15%;
		height: auto;
	}
	
	.form_wrap_sub {
		
		display: flex;
		height: auto;
		justify-content: space-around;
	}
	
	.form_wrap_sub > div {
		
		height: auto;
		margin: 0px auto 0px auto;
		flex: 1;
	}
	
	.form_wrap_sub2 {
		display: flex;
		height: auto;
		justify-content: space-around;
	}
	
	.form_wrap_sub2 > div {
		margin: 0px auto 0px auto;
		flex: 1;
	}
	
	.form_wrap_sub2 input{
		width: 95%;
	}
	
	.form_wrap_sub3 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
	}
	
	.form_wrap_sub3 input{
		width: 95%;
	}
	
	.form_wrap_sub3 select{
		width: 95%;
	}
		
	.form_wrap_sub3 > div {
		
		margin: 0px auto 0px auto;
		flex: 1;
	}
}

@media screen and (min-width: 1440px) {
	
	.footer {
		height: 120px;
	}
	
	.foot_address ul li {	
		 
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	
	#copyright {

		font-size: 14px;
	}

}
	
@media screen and (min-width: 1680px) {
	
	.wrap {
		
		width: 1680px;
		margin: 0 auto;
	}
	
	.nav_menu ul li ul{
		
		width: 252px;
	}

    .nav_menu ul li ul li {
        
        width: 252px;
    }

}