.contact{
	width:100%;
    padding: 50px 0;
}
.content-main{
	background:none;
	padding: 0;
}
#content #contactstyle{
	width: 100%;
    overflow: hidden;
    padding: 40px 0;
}
#content #contactstyle h2{
	color:#000;
	font-size:24px;
	border-bottom:2px solid #dedee2;
	padding-bottom:10px;
	font-weight: normal;
}
.content-main .imgcontact{
	float:left;
	width:48%;
	line-height: 180%;
	margin-top: 30px;
}
.content-main .imgcontact h3{
	font-size:28px;
	color:#000;
	margin-bottom: 30px;
}
.content-main .imgcontact span{
	display:block;
	width:80px;
	height:5px;
	background:#000;
	margin: 30px 0;
}
.content-main .imgcontact p{
	font-size: 16px;
    color: #6d6d6d;  
	line-height: 180%; 
}
.content-main .imgcontact iframe{
	width:100%;
	height:400px;
}
.content-main #contact{
	float:right;
	width:48%;
}
.content-main #contact h3{
	background:#8abf13;
	font-size:20px;
	color:#fff;
	font-weight:normal;
	padding:5px;
}
#g-map{
	margin:20px 0;
}
#g-map iframe{
	width:100%;
	height:310px; 
}

/**
*
* =contact form
*
**/
#contact fieldset {
	margin: 20px 0 20px;
	padding: 0;
	border: 0;
}

#contact fieldset p {
	line-height: 34px;
	font-size: 18px;
	color: #b2b2b2;
	margin-bottom: 10px;
}
#contact fieldset p label {
	margin-right: 5px;
	width: 30%;
	display: inline-block;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
}
#contact fieldset p span{
	margin-right:10px;
}
#contact fieldset p input ,
#contact fieldset p textarea {
	padding: 0 15px 1px;
	width: 95%;
    height: 39px;
	background-color: #fff;
	border: 1px solid #aeaeae;
	line-height: 15px;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	transition: border linear .2s, box-shadow linear .2s;
    color: #b2b2b2;
	border-radius: 10px;
}
#contact fieldset p input.producput{
}
#contact fieldset p input.sput{
	width: 50px;
    margin-left: 10px;
}
#contact fieldset p b{
	background: #b2b2b2;
    width: auto;
    padding: 0 8px;
    height: 39px;
    display: inline-block;
    color: #fff;
    font-weight: normal;
}
#contact fieldset p textarea {
	margin: 10px 0;
    height: 100px;
    line-height: 36px;
    width: 100%;
}

#contact fieldset p input:focus ,
#contact fieldset p textarea:focus {
	border-color: #ccc;
}

#contact fieldset p:last-child input {
	width: 80px;
    color: #fff;
    border-radius: 10px;
    border: 0;
    text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fedc54+0,dead05+100 */
	background: rgb(254,220,84); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,220,84,1) 0%, rgba(222,173,5,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(254,220,84,1) 0%,rgba(222,173,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(191, 27, 25) 0%,rgb(121, 8, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedc54', endColorstr='#dead05',GradientType=0 ); /* IE6-9 */
}

#contact fieldset.btn {
    display: inline-block;
}

#contact fieldset.btn a {
	padding: 10px 15px;
	background: #c3134c;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #959595;
    display: block;
    border-radius: 10px;
}
#contact fieldset.btn p{
	display:inline-block;
}
.content-main .imgcontact img{
	width:100%;
}
.content-main #contact >p{
	border-bottom: 2px solid #757575;
    padding-bottom: 20px;
	color:#4b4b4b;
	font-size:16px;
}
.content-main #contact form span{
	color:#cb3030;
	font-size: 12px;
	margin-left: 10px;
}
@media screen and (max-width: 896px) {
	.content-main #contact,
	.content-main .imgcontact{
		float: none;
		width: 90%;
		margin: 30px 5%;
	}
	.content-main .imgcontact h3{
		font-size:26px;
	}
	.content-main .imgcontact span{
		height:3px;
	}
}
@media screen and (max-width: 480px) {
	.content-main #contact,
	#contact fieldset p label{
		width: 95%;
		margin: 0 2.5%;
	}
	#contact fieldset p input{
	    width: 60%;	
	}
	#contact fieldset p textarea{
		width: 80%;
		margin: 0 ;
	}
}