html,body{
	-webkit-overflow-scrolling : touch !important;
	background:url(../images/bg.jpg) no-repeat #282828;
	background-size:cover;
}

a,
body,
div,
html,
p,
span {
	font-family: 'oswaldlight', sans-serif;
    font-weight: 400;
    font-size: 13px;
	
}
@font-face {
    font-family: 'oswalddemibold';
    src: url('../fonts/oswald-demibold-webfont.woff2') format('woff2'), url('../fonts/oswald-demibold-webfont.woff') format('woff') url('../fonts/oswald-demibold-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('../fonts/oswald-light-webfont.woff2') format('woff2'), url('../fonts/oswald-light-webfont.woff') format('woff'), url('../fonts/oswald-light-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
.errorplaceholder::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.errorplaceholder:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.errorplaceholder::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}
.errorborder
{
	border:2px solid #fff;
}
.errorbackground
{
	background:#fc3535;
}
.errorcheckborder
{
	outline:2px solid #fff !important;
}
.navbar-default {
    background-color: #74c286;
    border-color: #74c286;
}
.alignRight{
	text-align:right;
}
.padtopright{
	padding-right:30px;
	padding-top:10px;
}
.form-container{
	background:url(../images/formbg.png) repeat;
	padding:20px 20px 26px 20px;
	display: inline-block;
    width: 100%;
}	
.margintop180{
	margin-top:180px;
	margin-bottom:20px;
}
.form-group{
	margin-bottom:8px;
}
.margintop10{
	margin-top:10px;
}
.form-control{
	border-radius:0;
	border:1px solid #fff;
	box-shadow:none;
	font-size:12px;
}
.form-container .head{
	color: #3f434c;
    text-transform: capitalize;
    font-size: 2.2em;
    font-weight:bold;
	margin: 0 0 10px;
    padding: 10px 0 0 15px;
}
.btnsubmit{
	background:#74c286;
	border:#74c286;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	border-radius:0;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #74c286;
    border-color: #74c286;
}
.btn-primary:hover {
    color: #fff;
    background-color: #74c286;
    border-color: #74c286;
}
.text-container h1{
	font-size:2.2em;
	color:#3f434c;
	font-weight:bold;
	margin-top: 0;
}
.text-container h3{
	margin:0 0 20px;
}
.text-container p{
	font-size:16px;
	font-weight:bold;
	margin:0 0 20px;
}
.popular .item {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  padding-bottom: 0;
}
.popular .item:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
}
.footer{
	background: #282828;
	padding: 8px;
	position: relative;
	width: 100%;
	bottom: 0;
	z-index:9;
}
.martop10{
	margin-top: 10px;
}
.footer span{
	color:#b6b6b7;
	margin: 0;
}
.footer a, .footer .copy{
 color: #b9b9ba;
    text-decoration: none;
    margin: 5px 0;
	float:left;
    padding: 4px 10px;
    font-size: 14px;

}

.icons{
	padding:0 2px !important;
}
.alignRight{
	text-align:right;
}
.footer a:hover{
	color: #fff;
}
.textCenter{
	text-align:center;
}
.redtext{
	font-size:1.5em;
	color:#7b8283;
	font-weight:bold;
}
.textwrap p{
	font-size:15px;
}
/* MEDIA CSS STARTS HERE */
@media all and (max-width:768px) and (min-width:320px) {
	.text-container{
		margin:30px 0 30px;
	}
	.alignCenter{
		text-align:center;
	}
	.footer a, .footer .copy{
		font-size:12px;
	}
}
/* MEDIA CSS ENDS HERE */