
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-o-font-smoothing: antialiased;font-smoothing: antialiased;text-rendering: optimizeLegibility;}

body {background:#EBEBEB;font-family: "Roboto", Helvetica, Arial, sans-serif; width: 100%; height: 100%; padding: 0; margin: 0}
html,body{height: 100%}

/*---------------
Header
---------------*/
.header{background-color:#292c2f;height: 100px}
.header__right{float: right;display: block;}
.header__logo{ padding: 15 15 5 15; margin-right: 20px;margin-top: 10px}
.header__copy{margin:0 40px}
.header__copy h1{margin: 0; padding: 0; font-size: 20px;text-align: center; color: white;font-weight: 400}
.header__menu{float: left; margin:0; padding: 0}
.header__menu__item{display: inline-block; margin-top: 40px}
.header__menu__item a{text-decoration: none; color: white; display: block; padding: 20px; font-size: 20px; font-weight: 300;font-family: "Roboto", Helvetica, Arial, sans-serif}
.header__menu__item a:hover{color: gray}
.header__icon-bar{display: block; float: left; padding: 20px; display: none}
.header__icon-bar span{display: block; height: 3px; width: 30px; background: #4CAF50; margin-bottom: 5px}

/*---------------
Form-style
---------------*/

.container {max-width: 1200px;margin: 60px auto;border: 1px solid #EBEBEB;}
.container__copy{margin: 0 1.5%; float: right}
.contact__copy{margin: 60px; width: 450px;  background-color: white; padding: 20px 20px 40px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24)}
.contact__copy h1{text-align-last: right;font-size: 32px; font-family: "Roboto", Helvetica, Arial, sans-serif;font-weight: 400}
.contact__copy h2{text-align-last: right;font-size: 20px;font-family: "Roboto", Helvetica, Arial, sans-serif;font-weight: 100;padding: 5px 0}
.contact__copy h3{text-align-last: right;font-size: 20px;font-family: "Roboto", Helvetica, Arial, sans-serif;font-weight: 100;padding: 5px 0}
.contact__copy h4{text-align-last: right;font-size: 20px;font-family: "Roboto", Helvetica, Arial, sans-serif;font-weight: 100;padding: 5px 0}
.contact__form{width: 450px; }

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;}

#contact { background: white;padding: 25px;margin: 60px 0;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);}

#contact h3 {display: block;font-size: 30px;font-weight: 400;margin-bottom: 10px;}

#contact h4 {margin: 5px 0 15px;display: block;font-size: 13px;font-weight: 400;}

fieldset {border: medium none !important;margin: 0 0 10px;min-width: 100%;padding: 0; width: 100%;}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {width: 100%;border: 1px solid #ccc;background: #FFF;margin: 0 0 5px;padding: 10px;}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {-webkit-transition: border-color 0.3s ease-in-out;-moz-transition: border-color 0.3s ease-in-out;transition: border-color 0.3s ease-in-out; border: 1px solid #aaa;}

#contact textarea {height: 100px;max-width: 100%;resize: none;}

#contact button[type="submit"] {cursor: pointer;width: 100%;border: none;background: #34B475;color: #FFF;margin: 0 0 5px;padding: 10px;font-size: 15px;}
#contact button[type="submit"]:hover {background: gray;-webkit-transition: background 0.3s ease-in-out;-moz-transition: background 0.3s ease-in-out;transition: background-color 0.3s ease-in-out;}
#contact button[type="submit"]:active {box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);}
.copyright {text-align: center;}

#contact input:focus,
#contact textarea:focus {outline: 0;border: 1px solid #aaa;}

::-webkit-input-placeholder {color: #888;}
:-moz-placeholder {color: #888;}
::-moz-placeholder {color: #888;}
:-ms-input-placeholder {color: #888;}

/*---------------
Footer
---------------*/
/*---------------
Footer
---------------*/
.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px ;

	padding: 55px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{display: inline-block; vertical-align: top;}

/* Footer left */

.footer-distributed .footer-left{width: 40%;}
.footer-left span{ display: block; height: 2px; width: 250px; background: white;margin-bottom: 15px}
.footer-left a{margin-top: 10px; color: white; }
.footer-left a:hover{color: gray}



/* Footer links */

.footer-distributed .footer-links{color:  #ffffff; margin: 20px 0 12px; padding: 0;}

.footer-distributed .footer-links a{display:inline-block;line-height: 1.8;text-decoration: none;color:  inherit;}
.footer-distributed .footer-links a:hover{color: gray}



/* Footer Center */

.footer-distributed .footer-center{width: 35%;}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color: whitesmoke;
	text-decoration: underline;;
}



/* Footer Right */

.footer-distributed .footer-right{width: 20%;
}

.footer-distributed .footer-company-about{line-height: 20px;color:  #92999f;font-size: 16px;font-weight: normal;margin: 0}
.footer-distributed .footer-company-about span{display: block;color:  #ffffff;font-size: 18px;font-weight: 500;margin-bottom: 20px;}
.footer-distributed .footer-icons{margin-top: 25px;display: none}
.footer-distributed .footer-icons a{display: inline-block;width: 35px;height: 35px;cursor: pointer;background-color:  #33383b;border-radius: 2px;font-size: 20px;color: #ffffff;text-align: center;line-height: 35px;margin-right: 3px;margin-bottom: 5px;}



/*---------------
Tablet
---------------*/

@media (max-width: 998px){
	
	
	
}

/*---------------
Smartphone
---------------*/

@media (max-width: 767px){
	.header{position: fixed; z-index: 100; width: 100%}
	.header__icon-bar{display: block}
	.header__menu{width: 100%; height: 0px; overflow: hidden;background-color:  #292c2f;}
	.header__menu__item{display: block;margin: 0px}
	.is-open{height: 300px; overflow: auto}
	
	.container{width: 90%; margin: auto}
	.contact__copy{width: 90%; margin-top: 140px; margin-left: 10%; margin-right: 40%; margin-bottom: 5%; }
	.contact__form{ margin: 5%;  max-width: 320px; }
	.footer-distributed{font: bold 14px }
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{display: block;width: 100%;margin-bottom: 40px;text-align: center;}
    .footer-distributed .footer-center i{margin-left: 0;}
	
}





.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}