@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Open+Sans+Condensed:300');

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

h1,h2,h3,h4,h5 {
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
}


p,a {
	font-family: 'Didact Gothic', sans-serif;
	line-height: 25px;

}

body {
		font-family: 'Didact Gothic', sans-serif;


}






.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.clear {
	clear: both;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 1100px) {
.col-md-l-1 {width: 8.33%;}
.col-md-l-2 {width: 16.66%;}
.col-md-l-3 {width: 25%;}
.col-md-l-4 {width: 33.33%;}
.col-md-l-5 {width: 41.66%;}
.col-md-l-6 {width: 50%;}
.col-md-l-7 {width: 58.33%;}
.col-md-l-8 {width: 66.66%;}
.col-md-l-9 {width: 75%;}
.col-md-l-10 {width: 83.33%;}
.col-md-l-11 {width: 91.66%;}
.col-md-l-12 {width: 100%;}
}

@media only screen and (max-width: 900px) {
.col-md-1 {width: 8.33%;}
.col-md-2 {width: 16.66%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 33.33%;}
.col-md-5 {width: 41.66%;}
.col-md-6 {width: 50%;}
.col-md-7 {width: 58.33%;}
.col-md-8 {width: 66.66%;}
.col-md-9 {width: 75%;}
.col-md-10 {width: 83.33%;}
.col-md-11 {width: 91.66%;}
.col-md-12 {width: 100%;}
}

@media only screen and (max-width: 600px) {
.col-s-1 {width: 8.33%;}
.col-s-2 {width: 16.66%;}
.col-s-3 {width: 25%;}
.col-s-4 {width: 33.33%;}
.col-s-5 {width: 41.66%;}
.col-s-6 {width: 50%;}
.col-s-7 {width: 58.33%;}
.col-s-8 {width: 66.66%;}
.col-s-9 {width: 75%;}
.col-s-10 {width: 83.33%;}
.col-s-11 {width: 91.66%;}
.col-s-12 {width: 100%;}

}

@media only screen and (max-width: 450px) {
.col-xs-1 {width: 8.33%;}
.col-xs-2 {width: 16.66%;}
.col-xs-3 {width: 25%;}
.col-xs-4 {width: 33.33%;}
.col-xs-5 {width: 41.66%;}
.col-xs-6 {width: 50%;}
.col-xs-7 {width: 58.33%;}
.col-xs-8 {width: 66.66%;}
.col-xs-9 {width: 75%;}
.col-xs-10 {width: 83.33%;}
.col-xs-11 {width: 91.66%;}
.col-xs-12 {width: 100%;}
}




[class*="cal-"] {
    float: left;
    padding: 2px;
}


.cal-1 {width: 8.33%;}
.cal-2 {width: 16.66%;}
.cal-3 {width: 25%;}
.cal-4 {width: 33.33%;}
.cal-5 {width: 41.66%;}
.cal-6 {width: 50%;}
.cal-7 {width: 58.33%;}
.cal-8 {width: 66.66%;}
.cal-9 {width: 75%;}
.cal-10 {width: 83.33%;}
.cal-11 {width: 91.66%;}
.cal-12 {width: 100%;}

@media only screen and (max-width: 1100px) {
.cal-md-l-1 {width: 8.33%;}
.cal-md-l-2 {width: 16.66%;}
.cal-md-l-3 {width: 25%;}
.cal-md-l-4 {width: 33.33%;}
.cal-md-l-5 {width: 41.66%;}
.cal-md-l-6 {width: 50%;}
.cal-md-l-7 {width: 58.33%;}
.cal-md-l-8 {width: 66.66%;}
.cal-md-l-9 {width: 75%;}
.cal-md-l-10 {width: 83.33%;}
.cal-md-l-11 {width: 91.66%;}
.cal-md-l-12 {width: 100%;}
}

@media only screen and (max-width: 900px) {
.cal-md-1 {width: 8.33%;}
.cal-md-2 {width: 16.66%;}
.cal-md-3 {width: 25%;}
.cal-md-4 {width: 33.33%;}
.cal-md-5 {width: 41.66%;}
.cal-md-6 {width: 50%;}
.cal-md-7 {width: 58.33%;}
.cal-md-8 {width: 66.66%;}
.cal-md-9 {width: 75%;}
.cal-md-10 {width: 83.33%;}
.cal-md-11 {width: 91.66%;}
.cal-md-12 {width: 100%;}
}

@media only screen and (max-width: 600px) {
.cal-s-1 {width: 8.33%;}
.cal-s-2 {width: 16.66%;}
.cal-s-3 {width: 25%;}
.cal-s-4 {width: 33.33%;}
.cal-s-5 {width: 41.66%;}
.cal-s-6 {width: 50%;}
.cal-s-7 {width: 58.33%;}
.cal-s-8 {width: 66.66%;}
.cal-s-9 {width: 75%;}
.cal-s-10 {width: 83.33%;}
.cal-s-11 {width: 91.66%;}
.cal-s-12 {width: 100%;}

}

@media only screen and (max-width: 450px) {
.cal-xs-1 {width: 8.33%;}
.cal-xs-2 {width: 16.66%;}
.cal-xs-3 {width: 25%;}
.cal-xs-4 {width: 33.33%;}
.cal-xs-5 {width: 41.66%;}
.cal-xs-6 {width: 50%;}
.cal-xs-7 {width: 58.33%;}
.cal-xs-8 {width: 66.66%;}
.cal-xs-9 {width: 75%;}
.cal-xs-10 {width: 83.33%;}
.cal-xs-11 {width: 91.66%;}
.cal-xs-12 {width: 100%;}
}







.wrapper {
  margin-right: auto; /* 1 */
  margin-left:  auto; /* 1 */
  max-width: 1000px; /* 2 */
  padding-right: 10px; /* 3 */
  padding-left:  10px; /* 3 */
}

.wrapper_2 {
  margin-right: auto; /* 1 */
  margin-left:  auto; /* 1 */
  max-width: 1100px; /* 2 */
  padding-right: 10px; /* 3 */
  padding-left:  10px; /* 3 */
}


#header{
	box-shadow: 0 8px 16px -6px rgba(26, 26, 26, 0.2);
	width: 100%;
	position: fixed;
	z-index: 100;
	background-color: rgba(67, 71, 31, 1);
	margin-bottom: 100px;
}


#top-bar #header-logo {
	float: left;
	margin-top: 5.5px;
}

#top-bar #header-logo img {
	width: 55px;
}


@media only screen and (max-width: 888px) {



	h1,h2,h3,h4,h5 {
	font-size: 90%;
}


	p,a {
	
		font-size: 90%;
}


	#top-bar #header-logo img {
	/*display: none;*/
	width: 40px;
	margin-top: 8px;
	}


}

@media only screen and (max-width: 450px) {
	#top-bar #header-logo {
	display: none;
	}
}

#top-bar #menu ul {
	float: right;

}

#top-bar #menu ul li {
	display: inline-block;
  	margin: 18px 6px 22px 6px;
    }

#top-bar #menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	transition: 0.5s;
	font-weight: 300;
	letter-spacing: 1px
	}

#top-bar #menu a:hover {
	opacity: 0.5;
}

#top-bar #menu .active {
	opacity: 0.5;
}


@media only screen and (max-width: 888px) {

	#top-bar #menu ul li {
  	margin: 16px 3px 22px 3px;
    }

	#top-bar #menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8em;
	transition: 0.5s;
	font-weight: 300;
	letter-spacing: 0px
	}
}

@media only screen and (max-width: 450px) {

	#header{
	background-color: rgba(67, 71, 31, 0.7);
	margin-bottom: 100px;
}


	#top-bar #menu ul {
	 text-align: center;
	 margin: 5px 0 10px 0;
	}
	#top-bar #menu ul li {
	 display: inline-block;
  	 margin: 0px 5px;
    }
	#top-bar #menu ul li a {
	color: #fff;
	text-decoration: none;
	font-family: 'Oswald', cursive;
	font-size: 0.8em;
	letter-spacing: 0px;
	transition: 0.5s;
	}
	#top-bar #menu #jump {
		display: none;	}
}


#header_menu ul {
	/*text-align: right;*/
	padding: 20px;
	background-color: #fff;
	/*padding-right: 15%;*/
	position: fixed;
	z-index: 10;
	width: 100%;
	box-shadow: 0 8px 16px -6px rgba(26, 26, 26, 0.2);
}

@media only screen and (max-width: 900px) {
	#header_menu ul {
	text-align: center;
	padding-right: 0%;
	}
}

@media only screen and (max-width: 400px) {
	#header_menu ul {
	text-align: center;
	padding-right: 0%;
	}
}

#header_menu ul li {
	display: inline-block;
	color: #008ae6;
	margin: 0 7px;
}

#header_menu ul li a {
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 0.8em;
}

@media only screen and (max-width: 400px) {
	#header_menu ul {
		margin: 0 3px;
	}
}



@-webkit-keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: -1920px 0; }
}

/* note that the background image I'm using is 2336px wide (as defined above also) */


#animate-area { 
    background: #43471f;
}


.logo-img {
	padding-top: 40px;
	padding-bottom: 40px;
}

.logo-img img{
  max-width: 620px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	
}


#animate-area ul {
	text-align: center;
	padding-top: 38%;

}

#animate-area ul li {
	display: inline-block;
	margin: 0 7px;

}

#animate-area ul li a {
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 300;
	letter-spacing: 0px;
	color: orange;
	transition: 0.1s;
	/*border-bottom: 1px solid white;*/
	padding: 0 3px 2px 3px;
}








.homepage_footer {
	text-align: center;
	margin-top: 40px;
	padding-bottom: 20px;
	color: #fff;
}

.translation {
	text-align: center;
}

.translation li {
	display: inline-block;
	margin: 0px 5px 30px 5px;
}

.translation li a {
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	background: orange;
	padding: 7px 20px;
	border-radius: 8px;
	transition: 0.3s;
}


.translation li a:hover {
	color: orange;
	background: #fff;
}




	/*************** ABOUT PAGE ****************/


.about_bg {
	background: url("../img/house_left.jpg") no-repeat center center;
	background-size: cover;
	/*padding: 350px;*/
}


.about_text_left h1 {
	/*text-align: center;*/
	margin: 315px auto 0 auto;
	padding: 15px 30px;
	font-size: 1.8em;
	color: white;
	background-color: rgba(26, 26, 26, 0.4);
	max-width: 570px;
	border-radius: 4px;
	line-height: 35px;
}

.about_text_right {
	background-color: rgba(100, 106, 47, 0.8);
	padding: 230px 60px 170px 60px;
	line-height: 30px;
}

.about_text_right h2 {
	color: orange;
}

.about_text_right p {
	color: #fff !important;
}

@media only screen and (max-width: 1100px) {
	.about_text_left h1 {
		display: none;
	}

}

@media only screen and (max-width: 900px) {
	.about_text_right {
	padding: 80px 40px 60px 40px;
	}
}


.about_text_right p {
	margin-top: 12px;
	color: #fff;
}





/**************   FOOTER    ****************/
/*#footer {
	text-align: center;
}*/

.footer_bg {
	padding: 10px 0;
	background-color: #656b2e;
}

#footer h5{
	padding-top: 5px;
	margin-bottom: 12px;
	color: orange;
}

.text ul {
	margin-bottom: 35px;

}

.text ul li {
	line-height: 25px;
	color: #fff;

}

.text ul li a {
	text-decoration: none;
}

.text p {
	color: #fff;
	max-width: 280px;
}

@media only screen and (max-width: 600px) {
	#footer h5{
		padding-top: 5px;
	}

	.text ul {
		margin-bottom: 0px;

	}
}



#email {
	color: #008ae6;
}




.footer_bottom {
	text-align: center;
	background-color: #bfd874;
	padding: 10px 0;
	font-size: 1.1em;
}


/****************   FEATURES    ******************/



.features_top {
	background: url("../img/χωριο_1_green.jpg") no-repeat center center;
	background-size: cover;
	padding: 245px 0 195px 0;
	
}

.features_top_2 {
	background: url("../img/house_5.jpg") no-repeat center center;
	background-size: cover;
	padding: 16% 0;
	
}

.features_top_box {
	margin: 315px auto 0 auto;
	padding: 15px 30px;
	font-size: 1.8em;
	color: white;
	background-color: rgba(26, 26, 26, 0.4);
	max-width: 770px;
	border-radius: 4px;
	line-height: 35px;
	
}

.features_top_2 h1 {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 3em;
	line-height: 50px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	max-width: 900px;
}


.features_top_2 p {
	text-align: center;
	color: orange;
	margin-top: 5px;
	font-size: 2.5em;
}


@media only screen and (max-width: 960px) {
	.features_top_2 h1 {
	margin: 0 3%;
	font-size: 3em;
	line-height: 45px;

	}

	.features_top_2 p {
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 1.5em;
	margin-top: 5px;
	}
}

@media only screen and (max-width: 450px) {
	.features_top_2 h1 {
		font-size: 2em;
		line-height: 30px; 
	}


	.features_top_2 p {
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 1.2em;
	
	}
}

.features_text_container_left {
	background-color: rgba(67, 71, 31, 0.8);
	color: #fff;
	padding: 60px 0;
}

.feature_content {
	margin-bottom: 40px;
}

.features_text {
	margin-left: 30%;
	margin-right: 7%;
}

.features_text h1 {
	line-height: 45px;
	margin-bottom: 20px;
}


@media only screen and (max-width: 450px) {
	.features_text {
		margin-left: 5%;
		margin-right: 5%;
	}
	.features_top {
	background: url("../img/features_bg_1.jpg") no-repeat center center;
	background-size: cover;
	padding: 190px 0 100px 0;
	
	}
}

.feature_icon {
	padding: 0 15px;
}

.feature_text {
	padding: 6px 15px ;
}

.features_content {
	background: rgba(230, 255, 179, 0.5);
	padding-bottom: 50px;
}

.feature_content_title h2 {
	text-align: center;
	max-width: 90px;
	margin: 0 auto 0 auto;
	padding-top: 40px;
	border-bottom: 2px solid grey;
}

.feature_content_title p {
	text-align: center;
	max-width: 460px;
	margin: 20px auto 40px auto;
	padding: 0 40px;
}

.feature_icon p {
	/*text-align: center;*/
	color: #404040;
	/*max-width: 350px;*/
}

.font_awsome_icon {
	font-size: 2.5em;
	color: #bfbfbf;
}

.icon_img img {
	width: 35px;
}

.feature_text h4 {
	color: #43471f;
}

@media only screen and (max-width: 601px) {
	.feature_text {
	padding: 10px 15px;
	}
}

.fetures_coffee_bg {
	background: url("../img/coffe_bg_2.jpg") no-repeat center center fixed;
	background-size: cover;
}

.fetures_coffee_bg h3 {
    padding: 6% 2%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 2.2em;
}

@media only screen and (max-width: 900px) {
	.fetures_coffee_bg h3 {
	font-size: 2em;
	}
}

@media only screen and (max-width: 750px) {
	.fetures_coffee_bg h3 {
	font-size: 2em;
	padding: 60px 40px;
	}
}

@media only screen and (max-width: 450px) {
	.fetures_coffee_bg h3 {
	font-size: 1.6em;
	padding: 40px 40px;
	}
}


.features_lists {
	background: rgb(230, 255, 179);
}


.features_lists h3 {
	margin: 40px auto 20px auto;
	max-width: 220px;
	border-bottom: 2px solid grey;
	text-align: center;
}

.features_lists ul {
	background: rgba(230, 255, 179, 0.4);
	max-width: 675px;
    margin: 0 auto 55px auto;
    border: 1px solid #e6e6ff;
    padding: 30px 45px ;
    border-radius: 4px;
    /*background-color: #f2f2f2;*/
    box-shadow: 2px 3px 17px rgba(26, 26, 26, 0.2);
}

.features_lists ul li {
	font-weight: 100;
	font-size: 0.9em;
	line-height: 23px;
	color: #595959;
	text-align: left;
	margin-bottom: 13px;
	border-bottom: 1px dotted #999999 !important;
}

.features_lists ul li::before {
	content: '✓';
	padding-right: 10px;
	color: color: #97a046 !important;
	font-size: 1.4em;
	clear: both;
}




/**************  LOCATION  ****************/

.location {
	background: url("../img/τοποθεσία.jpg") no-repeat center center;
	background-size: cover;
}

.location_box {
	padding: 18% 0;
	text-align: center;
	color: #fff;
}

#location_box_1 {
	background-color: rgba(0, 0, 0, 0.7);
	transition: 0.3s;
}

#location_box_2 {
	background-color: rgba(0, 0, 0, 0);
	transition: 0.3s;
}

#location_box_3 {
	background-color: rgba(0, 0, 0, 0.7);
	transition: 0.3s;
}

@media only screen and (max-width: 450px) {
	.location_box {
  	padding: 22% 0;
  	}
 }


.find_us {
	text-align: left;
	margin: 15px 0 40px 0;
}

.find_us h4 {
	margin-bottom: 5px;
}

.find_us p {
	color: #595959;
	margin-bottom: 8px;
}

.find_us_text_left p::before {
	/*content: '✓';*/
	padding-right: 5px;
}

/*ΚΤΙΣΜΑ*/

.building {
	background: url("../img/to_ktisma.jpg") no-repeat center center;
	background-size: cover;
	
}


.building_info {
	background: #656b2e;
	color: #fff;
	text-align: left;
	margin: 15px 0 40px 0;
}

.building_info h1 {
	font-size: 30px;
	padding-top: 40px;
	margin-bottom: 5px;
}

.building_info h4 {
	margin-bottom: 5px;
}

.building_info h5 {
	margin-bottom: 15px;
}

.building_info p {
	margin-bottom: 8px;
}

.building_bg {
  	background: url("../img/building_bg_2.jpg") no-repeat center center;
  	background-size: cover;
  	background-attachment: fixed;
  	padding: 13% 0;
  }

.idea_info {
	background: #656b2e;
	text-align: left;
	margin: 0;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 35px;
}

   

   /*ΔΙΑΜΕΡΙΣΜΑΤΑ*/



.apartment {
	background: url("../img/ta_diamerismata.jpg") no-repeat center center;
	background-size: cover;
	
}

.apartments_info {
	padding-bottom: 20px;
}

.apartments_info h5 {
  margin-top: 30px;
}

.apartments_info_text_left {
	background: ;
	color: ;
	
}

.apartments_info_text_right {
	background: ;
	color: ;
	
}


  /*ΔΡΑΣΤΗΡΙΟΤΗΤΕΣ*/

  .activities {
	background: url("../img/τοποθεσία.jpg") no-repeat center center;
	background-size: cover;
}

.general_activities {
	margin-top: -5px;
  	margin-bottom: 20px;
  }

  .general_activities p {
  	line-height: 16px;
  }

  .general_activities ul {
  	list-style-type: none;
  	margin-top: 30px;
  }
  .general_activities ul li{
  	line-height: 10px;
  	color: #646a2f;
  }

  .general_activities ul li::before {
  	content: '→ ';
  }



/*ΑΞΙΟΘΕΑΤΑ*/

.sightseeing {
	background: url("../img/ta_aksiotheata.jpg") no-repeat center center;
	background-size: cover;
	
}


.sightseeing_info {
	text-align: left;
	margin: 15px 0 40px 0;
}

.sightseeing_info h4 {
	margin-bottom: 5px;
}

.sightseeing_info h5 {
	font-size: 1.2em;
	margin-top: 30px;
}

.sightseeing_info h5::before {
	content: '✓';
	padding-right: 10px;
	color: #97a046 !important;
	font-size: 1.4em;
	clear: both;
}


.sightseeing_info p {
	color: #595959;
	margin-bottom: 8px;
}

.sightseeing_info ul {
	color: #43471f;
}

.sightseeing_info ul li {
	text-decoration: none;
	margin: 18px 0;
	
}

.sightseeing_info ul li a {
	color: #fff;
	background: #757c36;
	padding: 6px 10px;
	font-size: 1em;
	text-decoration: none;
	border-radius: 10px;
	transition: 0.4s;
}

.sightseeing_info ul li a:hover {
	color: #fff;
	background: #e68a00;	
}

.sightseeing_bg {
  	background: url("../img/building_bg_2.jpg") no-repeat center center;
  	background-size: cover;
  	background-attachment: fixed;
  	padding: 13% 0;
  }


  .general_intresting {
  	margin-top: 50px;
  	margin-bottom: 20px;

  }

  .general_intresting ul {
  	list-style-type: none;
  	margin-top: 25px;
  }
  .general_intresting ul li{
  	line-height: 10px;
  	color: #646a2f;
  }

/*.features_lists ul li::before {
	content: '✓';
	padding-right: 10px;
	color: blue;
	font-size: 1.4em;
	clear: both;
}*/

/*#googleMap {
      width: 100%;
      height: 400px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
  }  */


  .map {
  	background: url("../img/map_bg.jpg") no-repeat center center;
  	background-size: cover;
  	background-attachment: fixed;
  	padding: 13% 0;
  }


  .gallery {
  	padding-top: 25px;
  	padding-bottom: 40px;
  }

  .gallery h1 {
    text-align: center;
    font-size: 1.9em;
    margin: 40px auto; 
}

.gallery_img {
  	transition: 0.3s;
  }

  .gallery_img:hover {
  	opacity: 0.5;
  }


/*OROI*/

.oroi_info {
	background: #656b2e;
	color: #fff;
	text-align: left;
	margin: 15px 0 40px 0;
}

.oroi_info h4 {
	margin-bottom: 5px;
}

.oroi_info h5 {
	margin-bottom: 15px;
}

.oroi_info p {
	margin-bottom: 8px;
}

.oroi ul li {
	line-height: 25px;
	color: #fff;

}

.oroi ul li a {
	text-decoration: none;
}


  /*CONTACT FORM STYLE*/

  .contact_bg {
  	padding: 20% 0;
  	background: url("../img/contact_bg_1.jpg") no-repeat center center;
  	background-size: cover;
  }

  .contact_bg_2 {
  	padding: 20% 0;
  	background: url("../img/contact_bg_2.jpg") no-repeat center center;
  	background-size: cover;
  }

  .contact_box {
  	padding: 25px 0 40px 0;
  	/*max-width: 400px;*/
  	/*margin: 0 auto;*/
  }



  /*         PAGE NOT FOUND (404.php)          */

.page_not_found {
	background: url("../img/page_not_found.jpg") no-repeat center center;
	background-size: cover;
	padding: 22% 0;
	text-align: center;
}

.page_not_found h2 {
	font-size: 3.5em;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	max-width: 330px;
	padding: 8px 0;
	margin: 0 auto;
	border-radius: 4px;
	#ff9900
}


.page_not_found a {
	font-size: 1.1em;
	text-decoration: none;
	color: #e65c00;
	transition: 0.2s;
}

.page_not_found a:hover {
	color: #ff9900;
}

  label {
  	font-size: 1em;
  	opacity: 0.7;
  	z-index: 0;
  	display: none;
  }

  input[type=text], select, textarea {
  width: 100%;
  padding: 8px;
  border: none; /*1px solid #ccc*/;
  border-bottom: 1px solid #0d0d0d;
  /*border-radius: 4px;*/
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 0.9em;
}


input[type=submit] {
  background-color: #1aa3ff;
  color: white;
  padding: 6px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

input[type=submit]:hover {
  background-color: #006bb3;
}

.form_container {
  border-radius: 8px;
  background-color: #fff /*rgba(242, 242, 242, 0.6)*/;
  padding: 25px;
}

.contact_info {
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 0px;
}
.contact_info h3 {
	margin-bottom: 10px;
	
}

.contact_info p {
	margin-bottom: 8px;
	color: #404040;
	
}

@media only screen and (max-width: 950px) {
	.contact_bg {
  	padding: 28% 0;
  	}

  .contact_box {
  	padding: 10px 0;
  	/*max-width: 400px;*/
  	/*margin: 0 auto;*/
  	}

  .contact_info {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 18px;
	}

	.contact_bg_2 {
  	padding: 22% 0;
  }

}


  @media only screen and (max-width: 950px) {
	#logo {
		margin-top: 23%;
	}

@media only screen and (max-width: 850px) {
	#logo {
		margin-top: 28%;
	}
}


@media only screen and (max-width: 750px) {
	#logo {
		margin-top: 33%;
	}
}

@media only screen and (max-width: 650px) {
	#header-logo {
		margin-top: 38%;
		display: none;
	}
}



}

