.ctn-logo {
	display: block;
	margin: 5% auto 0 auto;
	width: 125px;
	height: 125px;
	background: rgba(255,255,255,.3) url(../img/contact/manufacture.png) center center no-repeat;
	background-size: 104px;
	border-radius: 100px;
	border: 1px solid #eee;
}

.ct .ctn-logo {background: rgba(255,255,255,.3) url(../img/contact/ctn.png) center center no-repeat !important; }

.ctn h1 {
	background-color: #fff;
	padding: 10px 0;
	box-shadow: 0 2px 1px rgba(0,0,0,.1);
	clear: both;
	font-size: 50px;
}

.ctn h3 {
	font-family: 'mitra';
	padding: .75em 0em 0 0;
	color: #434343;
	font-size: 30px;
	background-size: 30px;
	text-align: right;
	border-bottom: 1px solid #eee;
	width: 45%;
	color: #FDB814;
}

h3 span {
	color: #888888;
	font-family: 'mitra';
}

.main-head {
	background-image: url(../img/contact/map-image.png);
	background-color: #222222;
	background-size: cover;
	box-shadow: 0 2px 2px rgba(0,0,0,.3)
}

.main-head h2 {
	color: #f9f9f9;
}

.ctn ul {
	max-width: 50%;
	float: right;
	margin-top: 10px;
}

.ctn ul li {
	width: 400px !important;
	padding: 1em 0;
	padding-top: .25em;
	font-size: 19px;
	color: #444;
	padding-right: 30px;
	font-family: 'mitra';
	border-bottom: 1px dotted #eee;
	display: block;
	margin: 0 auto;	
	background-position: right center;
	background-repeat: no-repeat;	
}

.call-icon {
	background-image: url(../img/contact/call_icon.png);
}

.map-icon {
	background-image: url(../img/contact/Location-icon.png);
}

.email-icon {
	background-image: url(../img/contact/mail2.png);
}

.post-icon {
	background-image: url(../img/contact/stock_post_message.png);
}

.ctn ul li:last-child { border-bottom: 0; }

.ctn ul li:before,
.ctn ul li:after {
	content: '';
	clear: both;
	display: table
}

.ctn ul li span {
	float: left;
	font-family: 'mitra';
}

.map {
	margin-bottom: 2em;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 1px rgba(0,0,0,.1);	
	position: relative;
	width: 50%;
	float: left;
	height: 350px;
	background: #fff url(../img/logo/Logo_white_inside.png) no-repeat center center;
}

form {
	width: 90%;
	margin: 0 auto;
}

.form {
	margin-bottom: 1.25em;
	background: url(../img/contact/header-bg-d726fcff4b5760d4d0dccd2ac31aa66d.svg)
}

input[type='text'] {

}

label {
	font-size: 24px;
	color: #666;
}

input,
textarea {
	border: 1px solid #DDDEDE;
	color: #aaa;
	width: 100%;
	box-sizing: border-box;
	padding: .75em 2%;
	font-family: 'mitra';
	font-size: 14px;
	margin: .25em 0;
	border-radius: 3px;
	background-color: #fff;
	transition: .3s all ease-in-out;
}

.ctn3 {
	width: 50%;
	float: right;
}

textarea {
	resize: vertical;
	font-size: 14px;
	width: 49%;
	height: 214px;
	float: left;
}

input:focus,
textarea:focus {
	color: #231F20;
	padding: .75em 4% .75em 0;
	box-shadow: 0 0 2px rgba(200,200,200,.4);
	border-right: 2px solid #FDB815;
	border-left: 2px solid #FDB815;
}

input[type='submit'] {
	border-color: #FDB813 !important;
	color: #FDB813;
	width: 100%;
	transition: 1s all ease-in-out .1s;
	background: url(../img/fish.png) no-repeat;
	background-size: 30px;
	cursor: pointer;
	background-position: -100px .65em;
}

input[type='submit']:hover {
	color: #fefefe;
	background: #FDB813 url(../img/fish.png) no-repeat;
	background-position: 10% .65em;
	background-size: 30px;
	transition: 1s all ease-in-out .1s;
}

input[name='email'] {
	border-right: 3px solid #FDB9BB;
	box-sizing: border-box;
}

.form-head {
	padding: 10% 0;
	margin-bottom: 20px;
	box-shadow: 0 0 4px rgba(0,0,0,.7);
	text-align: center;
	background-image: url(../img/fish_black_and_white-t2.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.form-head span {
	font-family: 'mitra';
	font-size: 30px;
	color: #f9f9f9;
	border: 1px solid #eee;
	padding: 1em;
	border-radius: 5px;
}

footer h3  { background-image: none; width: 100%;}

.mtn-box{
	max-width: 1000px;
	width: 100%;
	position: relative;
	min-height: 300px 
}


.mtn-box h3 {
	width: 100%;
	border-bottom: 0
}

.mtn-box .map {
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
}

.mtn-box ul { margin-top: 0 }


.detail {
	font-size: 16px !important;
}

.manu_m {
	position: fixed;
	right: -86px;
	z-index: 10000;
	top: 60px;
	padding-left: 40px;
	background: url(../img/fast-access.png) no-repeat;
	transition: .3s all ease-in-out 3s
}

.manu_m:hover {
	right: 0;
		transition: .3s all ease-in-out
}

.manu_m li {
	display: block;
	text-align: center;
	margin: 10px 0;
}

.manu_m li a {
	color: #FDB813;
	padding: 5px 10px;
	border: 1px solid #FDB813;
	display: block;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
}

@media only screen and (max-width: 768px) {
		.map {
		display: block;
		margin: 0 auto 40px auto;
	}
	.mtn-box h3 { padding-right: 5%}
	.ctn ul li { padding-right: 30px; width:300px !important}
	.manu_m { display:none;}


}