@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

@charset "UTF-8";
/* CSS Document */

/* Begin CSS */

* {
	padding: 0;
	margin:0;
}

html {
	background: none !important; }
	
body {
	color: #fff;
	font-size: 15px;
	background: none !important;
	/*background: #F1F2F7;*/
}


:focus {
	outline: none;
}


/******************************************/
/*										  */
/*	Homepage - contact					  */
/*										  */
/******************************************/
@-webkit-keyframes pulseBlue {
  0% {
	-webkit-box-shadow: 0 0 10px rgba(0,200,255,0.2);
  }
  50% {
	-webkit-box-shadow: 0 0 10px rgba(0,200,255,0.8);
  }
  100% {
	-webkit-box-shadow: 0 0 10px rgba(0,200,255,0.2);
  }
}
@-webkit-keyframes pulseRed {
  0% {
	-webkit-box-shadow: 0 0px 10px rgba(255,0,0,0.2);
  }
  50% {
	-webkit-box-shadow: 0 0px 10px rgba(255,0,0,0.8);
  }
  100% {
	-webkit-box-shadow: 0 0px 10px rgba(255,0,0,0.2);
  }
}
@-webkit-keyframes bgSwing {
  0% {
	background: url(contactgr.png) no-repeat 70px 40px;
  }
  50% {
	background: url(contactgr.png) no-repeat 60px 40px;
  }
  100% {
	background: url(contactgr.png) no-repeat 70px 40px;
  }
}
#contact {
	/*width: 598px;
	margin-top: 20px;*/
}

#contact-form {
	border: none;
	/*width: 400px;*/
}

#contact-form dl {
    float: left;
	margin: 0px 0px 10px 0px;
    }
	
#contact-form dl dt {
	padding: 0px; }
	
#contact-form dl dt label {
	font-weight: normal; } 

#contact-form label {
    font-size: 16px;
	font-weight: 500;
    color: #222; }

#contact-form label span {
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
    color: #f00; }

#contactname, #email, #number, #subject, #message {
	color:#222;
	font-size: 16px;
    /*width: 360px;*/
    display: block;
    margin: 0px 0 0px 0;
    padding: 12px 10px;
    border: 2px solid #191919;
	background: rgba(255,255,255,1);
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s; }
	
#contactname:focus, #email:focus, #number:focus, #subject:focus, #message:focus {
	border: #3e49a2 solid 2px; }    
    
#contact-form blockquote {
	font-style: italic;
}    
#contact-form blockquote span {
	color:#999;
}
#contact-form label.error {
	color:#f00;
	font-weight: normal;
	font-size: 10px;
}
#contact-form input.error,
#contact-form textarea.error {
	background: #fee;
	border: 2px solid #f00;
}

.contact-form-box {
	width:100%;
	padding-top:50px;
	text-align: center; }
	
.contact-form-box h5 {
	color: #333; }
	
	
	



 /* Global Button Styles {BTN} */
button.animated-button:link, button.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	border-radius: 0;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease; }

button.animated-button:link:after, button.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s; }
	
button.animated-button:link:hover, button.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none; }
	
button.animated-button:link:hover:after, button.animated-button:visited:hover:after {
	height: 450%; }
	
button.animated-button:link, button.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 14px 15px;
	color: #fff;
	font-size:14px;
	border-radius: 0;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease; }

button.animated-button.btn-style {
	background: #e13842;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border: 2px solid #fff;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	text-transform: uppercase;
	
	font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
	margin-top: 10px;
	
	/*Custom*/
	-webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px); }
	
button.animated-button.btn-style:hover {
	color: #000 !important;
	background-color: transparent;
	text-shadow: nthree; }
	
button.animated-button.btn-style i {
	margin-left: 20px; }
	
button.animated-button.btn-style:hover:before {
	left: 0%;
	right: auto;
	width: 100%; }
	
button.animated-button.btn-style:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #fff;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1); }	
	
/*Color*/
button.animated-button.btn-style.contact-btn-color {
	border-color: #db0814;
	color: #fff; }

button.animated-button.btn-style.contact-btn-color:before {
	background: #db0814;
	color: #fff !important; }
	
button.animated-button.btn-style.contact-btn-color:hover {
	color: #fff !important; }
	
	
	
	
	
	
	
	
	
	
	
	