@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Gudea);
 
 body {
     background-color: #eee;
 }
 
 *[role="form"] h2 {
     margin-bottom: 1em;
 }
 
 .soc {
	 margin: 10px 0;
 }
 
 .soc a,
 .soc p {
	 display: inline-block;
	 vertical-align: middle;
 }
 
 .soc p {
	 color: #fff;
	 font-size: 18px;
	 margin-bottom: 0;
 }
 
 a.sign_up {
	color: #f4f4f4;
	padding: 7px 0px;
	margin: 0 10px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	/*-background-color: #fff;-*/
	text-decoration: none;
 }
 
 .page_title {
	 border-top: 2px solid #e42416;
	 background-color: #ededeb;
	 padding: 10px 0;
 }
 
 .page_title h2 {
	 color: #e42416 !important;
	 margin: 0;
 }
 
 .register_page {
	 background-color: #e42416 !important;
	 padding-top: 10px;
 }

.checkbox label, .radio label,
.checkbox a, 
.register_page .control-label,
.register_page .radio-inline {
	 color: #fff;
 }
 
 label.error {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #f39a13;
}
 
 .g-recaptcha div {
    margin: 5px auto;
}

.reg_btn input,
.reg_btn input:hover,
.reg_btn input:focus {
    background-color: #f39a13;
    width: 50%!important;
    margin: 0 auto;
    border-color:white;
}
 
 .coupon_inpt {
	 padding: 9px 1px;
     text-align: center;
	 border: 0;
	 margin-top: 7px;
	 outline: #fe0002 solid 2px;
	
 }
 
.pad_r_0 {
	padding-right: 0;
}
 
.register_page select {
	padding: 5px;
}
 
 .navbar-inverse {
     background-color: #337ab7;
     border-color: #fff;
 }
 
 .navbar-inverse .navbar-nav>li>a {
     color: #fff;
 }
 
 .hero-image img {
     width: 100%;
 }
 
 .footer1 {
     background: #fff url("../images/footer/footer-bg.png") repeat scroll left top;
     padding-top: 40px;
     padding-right: 0;
     padding-bottom: 20px;
     padding-left: 0;
 }
 
 .title-widget {
     color: #898989;
     font-size: 20px;
     font-weight: 300;
     line-height: 1;
     position: relative;
     text-transform: uppercase;
     font-family: 'Fjalla One', sans-serif;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 25px;
     margin-left: 0;
     padding-left: 28px;
 }
 
 .title-widget::before {
     background-color: #ea5644;
     content: "";
     height: 22px;
     left: 0px;
     position: absolute;
     top: -2px;
     width: 5px;
 }
 
 .widget_nav_menu ul {
     list-style: outside none none;
     padding-left: 0;
 }
 
 .widget_archive ul li {
     background-color: rgba(0, 0, 0, 0.3);
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     top: 7px;
     width: 3px;
 }
 
 .widget_nav_menu ul li {
     font-size: 13px;
     font-weight: 700;
     line-height: 20px;
     position: relative;
     text-transform: uppercase;
     border-bottom: 1px solid rgba(0, 0, 0, 0.05);
     margin-bottom: 7px;
     padding-bottom: 7px;
     width: 95%;
 }
 
 .title-median {
     color: #636363;
     font-size: 20px;
     line-height: 20px;
     margin: 0 0 15px;
     text-transform: uppercase;
     font-family: 'Fjalla One', sans-serif;
 }
 
 .footerp p {
     font-family: 'Gudea', sans-serif;
 }
 
 #social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 #social {
     -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
 
 .social-fb:hover {
     color: #3B5998;
 }
 
 .social-tw:hover {
     color: #4099FF;
 }
 
 .social-gp:hover {
     color: #d34836;
 }
 
 .social-em:hover {
     color: #f39c12;
 }
 
 .nomargin {
     margin: 0px;
     padding: 0px;
 }
 
 .footer-bottom {
     /*background-color: #ededed;*/
     min-height: 30px;
     width: 100%;
 }
 
 .copyright {
     color: #fff;
     line-height: 30px;
     min-height: 30px;
     padding: 7px 0;
 }
 
 .design {
     color: #fff;
     min-height: 30px;
     padding: 7px 0;
     text-align: left;
     margin-left: 60px;
 }
 
 .design a {
     color: #fff;
	 padding: 0;
 }
 
 .design a img {
	 width: 28px;
 }
 
 .hero-image img {
     width: 100%;
 }

