*{
	padding: 0px;
	margin: 0px;
}

@font-face {
  font-family: ashiraFont;
  src: url(../fonts/space_bt.ttf);
}

@font-face {
  font-family: socialFont;
  src: url(../fonts/social_color_pro.ttf);
}

body {
	background-color: #CCC;
}

.wrapper {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFC;
}

/*/ START_HEADER_CLASS /*/

header {
	width: 100%;
	height: 80px;
	float: left;
	background-color: #FFF;
	position: relative;
	border-bottom: 1px solid #f19e9b;
    -moz-box-shadow: 0px 0px 70px #999;
    -webkit-box-shadow: 0px 0px 70px #999;
    box-shadow: 0px 0px 70px #999;
}

#logo {
	width: 200px;
	height: 50px;
	float: left;
	background-color: none;
	margin-left: 50px;
	margin-top: 15px;
}

header h1 {
	width: 110px;
	height: 40px;
	float: right;
	background-color: #000;
	margin-top: 20px;
	margin-right: 50px;
}

header h1 a{
	display: block;
	width: 110px;
	height: 40px;
	font-family: 'Squada One', cursive;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

header h1 a:hover {
	background-color: #ea4335;
}

nav {
	width: auto;
	height: auto;
	float: right;
	margin-right: 100px;
}

nav ul {
	list-style: none;
}

nav ul li {
	display: block;
	width: 100px;
	height: 80px;
	float: left;
	background-color: none;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 100;
	color: #333;
	text-align: center;
	line-height: 80px;
}

nav ul li a {
	display: block;
	width: 100px;
	height: 80px;
	text-decoration: none;
	color: #555;
	-webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

nav ul li a:hover {
	color: #ea4335;
}

/*/ CLOSE_HEADER_CLASS /*/

/*/ START_ARTICLE_CLASS /*/

article {
	width: 100%;
	height: auto;
	float: left;
	background-color: #FFF;
}

.contact_us {
	width: 1250px;
	height: 600px;
	margin: auto;
	background-color: none;
}

.contact_us img {
	width: 400px;
	height: 400px;
	float: left;
	background-color: none;
	padding: 100px;
	-webkit-animation: action 1s infinite  alternate;
    animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
   0% { transform: translateY(0); }
   100% { transform: translateY(-10px); }
}
@keyframes action {
   0% { transform: translateY(0); }
   100% { transform: translateY(-10px); }
}

.contact_us h1 {
	display: block;
	float: left;
	background-color: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 70px;
	font-weight: bold;
	color: #000;
	margin-top: 230px;
	margin-left: 50px;
}

.contact_us h2 {
	display: block;
	float: left;
	background-color: none;
	font-family: 'Muli', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-left: 60px;
}

.contact_form {
	width: 1250px;
	height: 700px;
	margin: auto;
	background-image: linear-gradient(#E8fEE7, #D0F5FF);
}

.contact_form_left {
	width: 550px;
	height: 700px;
	float: left;
	background-color: none;
}

.contact_form_left h1 {
	display: block;
	float: left;
	background-color: none;
	font-family: 'Muli', sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
	margin-top: 50px;

}

.contact_form_left h2 {
	display: block;
	float: left;
	background-color: none;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
	margin-top: 20px;

}

.contact_form_left h2 strong {
	font-size: 25px;
	color: #ED1D32;
}

.contact_form_left h3 {
	display: block;
	float: left;
	background-color: none;
	font-family: 'Muli', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
	margin-top: 50px;

}

.contact_form_left h4 {
	display: block;
	width: 100%;
	float: left;
	background-color: none;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
	margin-top: 50px;

}

.contact_form_left h4 strong {
	color: #777;
	font-size: 25px;
}

.contact_form_left h5 {
	display: block;
	width: 100%;
	float: left;
	background-color: none;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	margin-left: 50px;
	margin-top: 30px;
}

.contact_form_left h5 strong {
	color: #777;
	font-size: 25px;
}

.contact_form_left h6 {
	display: block;
	width: 100%;
	float: left;
	background-color: none;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #555;
	margin-left: 70px;
	margin-top: 10px;
}

.contact_form_right {
	width: 650px;
	height: 750px;
	float: left;
	background-color: #FFF;
	margin-top: 50px;
	-moz-box-shadow: 0px 40px 70px #CCC;
    -webkit-box-shadow: 0px 40px 70px #CCC;
    box-shadow: 0px 40px 70px #CCC;
}

.contact_form_right form {
	width: 560px;
	height: 600px;
	float: left;
	background-color: none;
	margin-left: 40px;
	margin-top: 50px;
}



.contact_form_right form input {
	width: 240px;
	height: 40px;
	float: left;
	background-color: none;
	border: none;
	border-bottom: 1px solid #AAA;
	padding: 10px;
	margin: 10px;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: normal;
	outline: none;
}

.active {
	border-bottom: 1px solid #ED1D32;
}

.contact_form_right form textarea {
	width: 520px;
	height: 150px;
	float: left;
	background-color: none;
	margin-left: 10px;
	margin-top: 30px;
	padding: 10px;
	resize: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #ED1D32;
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: normal;
}

#d_submit {
	width: 140px;
	height: 55px;
	float: right;
	background-color: #ED1D32;
	color: #FFF;
	margin-top: 50px;
	margin-right: 50px;
	border-radius: 5px;
	-webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

#d_submit:hover {
	background-color: #222;
	cursor: pointer;
}

#map {
	width: 100%;
	height: 650px;
	float: left;
	background-color: #eee;
	margin-top: 150px;
}

.talk_to_us {
	width: 100%;
	height: 150px;
	float: left;
	background-color: #ED1D32;
}

.talk_to_us h1 {
	display: block;
	position: absolute;
	right: 150px;
	margin-top: -52px;
	font-family: ashiraFont;
	font-size: 213px;
	font-weight: normal;
	color: rgba(0,0,0,0.1);
}

.talk_to_us h2 {
	display: block;
	float: left;
	position: relative;
	margin-left: 200px;
	line-height: 150px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
}

.talk_to_us a {
	display: block;
	width: 180px;
	height: 50px;
	float: left;
	background-color: #FFF;
	position: relative;
	margin-left: 340px;
	margin-top: 50px;
	font-family: 'Squada One', cursive;
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	color: #111;
	text-decoration: none;
	-webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.talk_to_us a:hover {
	background-color: #222;
	color: #FFF;
}

/*/ CLOSE_ARTICLE_CLASS /*/

/*/ START_FOOTER_CLASS /*/

footer {
	width: 100%;
	height: 550px;
	float: left;
	background-color: #222;
}

.footer_container {
	width: 360px;
	height: auto;
	float: left;
	background-color: none;
}

.follow_us_on {
	width: 1250px;
	height: 100px;
	margin: auto;
	background-color: none;
	border-bottom: 1px solid #333;
}

.follow_us_on h1 {
	display: block;
	float: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 100px;
	color: #999;
}

.follow_us_on a {
	display: block;
	width: auto;
	height: auto;
	float: left;
	background-color: none;
	margin-top: 29px;
	margin-left: 10px;
	font-family: socialFont;
	font-size: 38px;
	font-weight: normal;
	text-decoration: none;
}

.follow_us_on a:hover {
	color: rgba(0,0,0,0.7);
}

.footer_blocks {
	width: 1250px;
	height: 350px;
	margin: auto;
	background-color: none;
	margin-top: 30px;
}

.footer_blocks ul a img {
	margin-left: 15px;
	margin-top: 15px;
}

.footer_blocks ul {
	width: 300px;
	height: 300px;
	float: left;
	background-color: none;
	margin-left: 10px;
}

.footer_blocks ul h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: normal;
	padding: 15px;
	color: #999;
}

.footer_blocks ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	list-style: none;
	padding: 8px;
	margin-left: 30px;
	color: #CCC;
}

.footer_blocks ul li a{
	text-decoration: none;
	color: #CCC;
	-webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.footer_blocks ul li a:hover {
	text-decoration: underline;
	color: #FC263C;
}

.copyright {
	width: 100%;
	height: 70px;
	float: left;
	background-color: #111;
}

.copyright h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #555;
	line-height: 70px;
	margin-left: 200px;
}

.copyright h1 a {
	text-decoration: none;
	color: #777;
	-webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.copyright h1 a:hover {
	color: #FC263C;
}
