@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(../image/Abr.png);
	width:100%;
	min-height: 100%;
	background-size:cover;
	background-attachment:fixed;
	background-position:center;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
    padding:0px;
	position:absolute;
	
}
div.main {
	margin-left:auto;
	margin-right:auto;
    padding:0px;
	width:1000px;
	height:1000px;	
}

div.back{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	float:left;
	height:35px;
	margin-top:230px;	
}

div.back1{
	width:50px;
	float:left;
	height:35px;	
}

div.back2{
	width:900px;
	float:left;
	height:35px;	
}

div.back3{
	width:50px;
	float:left;
	height:35px;	
}


/* header */
div.buttom{
/*	background-color:#063;*/
	height:33px;
	width:100%;
	border-radius:0px;
	background-repeat:repeat-x;	
}

div.m1{
	width:12.51%;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;	
}

div.m1:hover{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	border-right:1px solid   #8b8b8b;
	border-top-left-radius:12px;
	border-bottom-left-radius:12px;	
}

div.m2{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;	
}

div.m2:hover{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	
}

div.m3{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;
	
}

div.m3:hover{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;	
}

div.m4{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;		
}

div.m4:hover{
	width:12.5%;
	background-repeat:repeat-x;
	height:33px;	
}


div.m5{
	width:12.34%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;		
}

div.m5:hover{
	width:12.34%;
	background-repeat:repeat-x;
	height:33px;	
}

div.m6{
	width:12.25%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;		
}

div.m6:hover{
	width:12.25%;
	background-repeat:repeat-x;
	height:33px;	
}

div.m7{
	width:12.25%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-right:1px  solid #5a5959;	
}

div.m7:hover{
	width:12.25%;
	background-repeat:repeat-x;
	height:33px;	
}

div.m8{
	width:12.26%;
	background-repeat:repeat-x;
	height:33px;
	float:left;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;	
}

div.m8:hover{
	width:12.26%;
	background-repeat:repeat-x;
	height:33px;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;		
}

a.f1{
	text-decoration:none;
	color:#005b2a;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}

a.f1:hover{
	text-decoration:none;
	color:#cd2f1a;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}

p.pop {
	margin-top:6px;
	text-align:center;
		
}

div.empty{
	width:1000px;
	height:100px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-1{
	width:1000px;
	height:400px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

div.part-11{
	width:50px;
	height:400px;
	float:left;
}

div.part-12{
	width:475px;
	height:400px;
	float:left;
}

div.part-12-1{
	width:475px;
	height:250px;
	float:left;
}

div.part-12-2{
	width:475px;
	height:150px;
	float:left;
	padding-left:50px;
	padding-top:50px;
}


img.tel{
	width:400px;
	height:246px;
	padding-top:50px;
	padding-left:30px;
}

div.part-13{
	width:25px;
	height:400px;
	float:left;
}

div.part-14{
	width:400px;
	height:400px;
	float:left;
}

div.part-15{
	width:50px;
	height:400px;
	float:left;
}

div.empty-1{
	width:1000px;
	height:20px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	width: 475px;
	float: left;
  margin-top:5px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
 	font-weight:450;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image:url(../image/human.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image:url(../image/human.png);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image:url(../image/paket.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../image/paket.png);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image:url(../image/Pen.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 100px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #007d57;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}


/* footer*/
/* footer*/

div.part-61{
	width:200px;
	height:160px;
	float:left;
	display:block;
}

div.part-62{
	width:600px;
	height:160px;
	float:left;
	display:block;
}

div.part-62-1{
	width:600px;
	height:5px;
	display:block;
}

div.part-62-2{
	width:600px;
	height:20px;
	text-align:center;
	margin-top:5px;
	text-decoration:none;
	display:block;
}

div.part-62-3{
	width:600px;
	height:5px;
	border-radius:0PX;
	display:block;
}

div.part-621-1{
	width:20px;
	height:20px;
	float:left;
	text-decoration:none;
	display:block;
}

div.part-621-2{
	width:560px;
	height:20px;
	float:left;
	text-decoration:none;
	display:block;
	text-align:center;
}

div.part-621-3{
	width:20px;
	height:20px;
	float:left;
}

div.part-63{
	width:200px;
	height:160px;
	float:left;
	text-decoration:none;
	display:block;
}

div.footer{
	width:560px;
	height:18px;
	text-align:center;
	display:block;
	border-radius:0px;
}
	
div.footer1{
	width:70px;
	float:left;
	height:18px;	
}
	
div.footer2{
	width:60px;
	float:left;
	height:18px;	
}

div.footer3{
	width:80px;
	float:left;
	height:18px;	
}

div.footer4{
	width:80px;
	float:left;
	height:18px;	
}

div.footer5{
	width:70px;
	float:left;
	height:18px;	
}

div.footer6{
	width:60px;
	float:left;
	height:18px;	
}

div.footer7{
	width:70px;
	float:left;
	height:18px;	
}

div.footer8{
	width:70px;
	float:left;
	height:18px;	
}

a.fimg{
	text-decoration:none;
	color:#00579d;
	font-size:11px;
	text-align:center;
	display:block;
	border-radius:0PX;
	font-family:Tahoma;
	font-weight:bold;
}

a.fimg:hover{
	text-decoration:none;
	color:#e6833b;
	font-size:11px;
}

div.copy{
	width:100%;
}
/* footer*/
hr.hr2 {
	width:100%;
	size:10px;
	color:#280CB5;
	margin-top:10px;
}
