/* lg */

@media (min-width:1200px) {
	.contact{
		height: 500px;
	}
    .contact .contact-l{
       /* width: 100%;*/
       width: 70%;
        float: left;
        background: #ccc;
        padding: 3%;
        margin-left:15%;
    }
    .contact .contact-l h2 , .contact .contact-r h2{
    	font-size: 25px;
    	color: #fff;
    }
   
.contact .contact-l p{
    padding: 5px 0;
}
    .contact .contact-l label{
    	font-size: 16px;
    	color: #333;
    	padding: 2%;
    	width: 100px;
    }
    .contact .contact-l input{
    	border:none;
    	width: 180px;
    	height: 25px;
    	line-height:  25px;

    }
    .contact .contact-l button{
    	height: 40px;
    	line-height: 40px;
    	border:none;
    	outline: none;
    	padding:0 10%;
    	width: 30%;
    	position: relative;
		margin-left: 60%;
		background: #f60;
		font-size: 14px;
		color:#fff;
    }

     .contact .contact-r{
       /* width: 100%;*/
       width: 70%;
        float: left;
        background: #f60;
        padding: 3%;
        margin-left:15%;
        /*height: 420px;*/
    }

     .contact .contact-r p{
       font-size: 14px;
       padding: 2% 0;
       color: #fff;
    }

}

/* md */

@media (min-width:992px) and (max-width:1199px) {
	.contact{
		height: 500px;
	}
    .contact .contact-l{
        width: 100%;
        float: left;
        background: #ccc;
        padding: 3%;
    }
    .contact .contact-l h2 , .contact .contact-r h2{
    	font-size: 25px;
    	color: #fff;
    }
   

    .contact .contact-l label{
    	font-size: 16px;
    	color: #333;
    	padding: 2%;
    	width: 100px;
    }
    .contact .contact-l input{
    	border:none;
    	width: 180px;
    	height: 25px;
    	line-height:  25px;

    }
    .contact .contact-l button{
    	height: 40px;
    	line-height: 40px;
    	border:none;
    	outline: none;
    	padding:0 10%;
    	width: 30%;
    	position: relative;
		margin-left: 60%;
		background: #f60;
		font-size: 14px;
		color:#fff;
    }

     .contact .contact-r{
        width: 100%;
        float: left;
        background: #f60;
        padding: 3%;
        height: 299;
    }

     .contact .contact-r p{
       font-size: 14px;
       padding: 1% 0;
       color: #fff;
    }

   
}
/* sm */

@media (min-width:768px) and (max-width:991px) {
   
	.contact{
		width: 100%;
		margin:0 auto;
		text-align: center;
	}
    .contact .contact-l{
        width: 80%;
        margin:0 auto;
        background: #ccc;
        padding: 3%;
    }
    .contact .contact-l p , .contact .contact-r p{
        text-align: left;
    }
    .contact .contact-l h2 , .contact .contact-r h2{
    	font-size: 25px;
    	color: #fff;
    }
   

    .contact .contact-l label{
    	font-size: 16px;
    	color: #333;
    	padding: 2%;
    	width: 100px;
    }
    .contact .contact-l input{
    	border:none;
    	width: 180px;
    	height: 25px;
    	line-height:  25px;

    }
    .contact .contact-l button{
    	height: 40px;
    	line-height: 40px;
    	border:none;
    	outline: none;
    	padding:0 10%;
    	width: 30%;
    	position: relative;
		margin-left: 60%;
		background: #f60;
		font-size: 14px;
		color:#fff;
    }

     .contact .contact-r{
        width: 80%;
         margin:0 auto;
        background: #f60;
        padding: 3%;
        height: 313px;
    }

     .contact .contact-r p{
       font-size: 14px;
       padding: 1% 0;
       color: #fff;
    }
}



/* xs */

@media (max-width:767px) {
  
    .section-culture{
    	margin-top: 4%;
    }
	.contact{
		width: 100%;
		margin:0 auto;
		text-align: center;
	}
    .contact .contact-l{
        width: 80%;
        margin:0 auto;
        background: #ccc;
        padding: 3%;
    }
    .contact .contact-l h2 , .contact .contact-r h2{
    	font-size: 25px;
    	color: #fff;
    }
   
.contact .contact-l p , .contact .contact-r p{
        text-align: left;
    }
    .contact .contact-l label{
    	font-size: 16px;
    	color: #333;
    	padding: 2%;
    	width: 100px;
    }
    .contact .contact-l input{
    	border:none;
    	width: 180px;
    	height: 25px;
    	line-height:  25px;

    }
    .contact .contact-l button{
    	text-align: center;
    	margin: 0 auto;
    	height: 30px;
    	line-height: 30px;
    	border:none;
    	outline: none;
    	padding:0 10%;
    	width: 30%;
    	margin:4% 0;
    	position: relative;
		background: #f60;
		font-size: 2px;
		color:#fff;
    }

     .contact .contact-r{
        width: 80%;
         margin:0 auto;
        background: #f60;
        padding: 3%;
        height: 313px;
    }

     .contact .contact-r p{
       font-size: 14px;
       padding: 1% 0;
       color: #fff;
    }
}
