@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,500,400italic,700,500italic,900,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
body {
	background: #e9eef1;
	font-family: 'Roboto', sans-serif;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff !important;
}
.hide-desktop {
	display: none;
}

.hide-mobile {
	display: block;
}

#menu nav {
	background: #21272d;
	padding: 6px 10px;
}

#menu img {
	width: 55%;
	margin-top: 6px;
}

#menu ul li a {
	font-size: 18px;
}

#menu ul li a:hover {
	background: #32383e;
}

#footer {
	width: 100%;
	background: #21272d;
	padding: 30px 0;
	position: relative;
}

#home .submit {
    padding-top: 20px;
}

body#index #footer {
	width: 100%;
	background: #21272d;
	padding: 30px 0;
	position: absolute;
	bottom: 0px;
}

#footer ul {
	text-align: center;
}

#footer a {
	color: #cccccc;
	font-size: 16px;
}

#footer ul li {
	color: #414c58;
}

#wrapper {
	padding-top: 40px;
	margin-bottom: 40px;
}

.content {
	position: relative;
}

.copyright {
	color: #BCC0C4;
}

#wrapper .row {
	position: relative;
}

#home {
	text-align: center;
	position: relative;
	position: relative;
	top: 50%;
}

#home img {
	display: inline-block;
}

#home .form-wrapper {
	width: 60%;
	margin: 0 auto;
	margin-top: 30px;
}

#home .form-wrapper p {
	font-size: 11px;
	/* margin-top: 10px; */
	
	margin: 0;
	font-size: 52px;
	display: inline;
	line-height: auto;
	margin: 0px !important;
	margin-top: 0px;
	vertical-align: middle;
}

#home .form-group {
	width: 130px;
}

#home .form-group.second {
	width: 80px;
}

#home input[type="text"] {
	font-size: 55px;
}

#home input[type="text"] {
	height: 83px;
	font-family: 'Oswald', sans-serif;
}

#home input[type="submit"] {
	height: 64px;
	font-family: 'Oswald', sans-serif;
}

#home .form-group input[type="text"] {
	width: 100%;
	text-align: center;
}

#home input[type="submit"] {
	width: 150px;
	font-size: 24px;
	text-transform: uppercase;
    border-radius: 4px;
}

#home h1 {
  font-size: 50px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 38px;
}

#home h2 {
	margin-top: 0px;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
}

#index .container {
	position: relative;
	height: 100%;
	padding-bottom: 168px;
}

#index #wrapper {
	padding-top: 0;
	margin-bottom: 0;
	height: 100%;
}

html#htmlindex,
body#index {
	height: 100%;
}

.page-wrap {
	background-color: #fff;
	padding: 20px 40px 20px 40px;
	border-radius: 5px;
	min-height: 500px;
}

.page-wrap p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
}

.page-wrap ul li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.page-wrap h1 {
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#results h2 {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
	width: 100%;
	background: #a00000;
	color: #fff;
	line-height: 45px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

#results iframe {
	height: 220px;
}

.mobile {
	display: none;
	margin-top: 10px;
}

.desktop {
	display: block;
}

.banner-ads {
    max-width: 788px; 
    text-align: center; 
    margin: 0 auto;
}

.redbold {
    color: red;
    font-weight: bold;
}

.captchaDiv {
    text-align: center; 
    margin: 0 auto; 
    width: 304px; 
}
#batch img {
	width: 600px;
	margin-top: 6px;
}

.btnUpper {
	font-size: 20px;
	text-transform: uppercase;
    border-radius: 4px;
}

#home .form-wrapper p.small {
	font-size: 14px;
}

#accept-terms {
	margin-top: 20px;
}

#accept-checkboxes {
	margin-bottom: 0;
}

.checkbox label {
	margin: 0 20px 0 5px;
    padding-left: 0 !important;
    padding-bottom: 4px;
}

@media (max-width: 541px) {
	#batch img {
		width: 320px !important;
		margin-top: 6px;
	}
	#footer a {
	    font-size: 12px !important;
	}
    #footer ul li {
	    font-size: 12px !important;
    }
}

@media (max-width: 450px) {
	#batch img {
		width: 220px !important;
		margin-top: 6px;
	}
}

@media (max-width: 767px) {
	.hide-desktop {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
	.pull-left {
		float: left!important;
		width: 73%;
	}
	#menu img {
		width: 220px;
		margin-top: 6px;
	}
	#batch img {
		width: 420px;
		margin-top: 6px;
	}
	#home h1 {
		font-size: 41px;
		font-family: 'Oswald', sans-serif;
	}
	#home h2 {
		margin-top: 0px;
		font-size: 15px;
		font-family: 'Oswald', sans-serif;
	}
	#home .form-wrapper {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
	}
	#home input[type="submit"] {
		width: 84px;
		font-size: 15px;
		text-transform: uppercase;
	}
	#home input[type="text"],
	#home input[type="submit"] {
		border-radius: 4px !important;
		height: 57px !important;
	}
	#home input[type="submit"] {
		width: 100%;
		font-size: 15px;
		text-transform: uppercase;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	#home input[type="text"] {
		font-size: 18px;
	}
    #home .form-wrapper p {
        display: none;
	}
	#home .form-wrapper p.small {
		display: block;
	    float: inherit !important;
	}
	#footer a {
		color: #cccccc;
		font-size: 14px;
	}
	.copyright {
		font-size: 11px;
	}
	.page-wrap p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.page-wrap ul li {
		font-size: 13px;
		line-height: 20px;
	}
	.page-wrap h1 {
		font-size: 30px;
	}
	#contact .btn {
		width: 100%;
	}
	body#index #footer {
		width: 100%;
		background: #21272d;
		padding: 30px 0;
		position: relative;
		bottom: 0px;
	}
	#home .input-group-btn {
		position: relative;
		font-size: 0;
		white-space: nowrap;
		float: left;
		width: 100%;
	}
	#home .input-group {
		position: relative;
		display: block;
		border-collapse: separate;
	}
	#home input[type="submit"] {
		width: 100%;
		font-size: 15px;
		text-transform: uppercase;
		/*margin-top: 5px;
		margin-bottom: 10px;*/
	}
	#home input[type="text"] {
		font-size: 18px;
	}
	html#htmlindex,
	body#index {
		height: auto;
	}
	#index #wrapper {
		padding-top: 0;
		margin-bottom: 0;
		height: auto;
		padding-top: 140px;
		margin-bottom: 140px;
	}
	#home {
		text-align: center;
		position: relative;
		position: relative;
		top: auto;
		transform: none;
	}
	#index .container {
		position: relative;
		height: 100%;
		padding-bottom: 0;
	}
	#index #wrapper {
		padding-top: 0;
		margin-bottom: 0;
		height: auto;
		padding-top: 140px;
		margin-bottom: 30px;
	}
	#index #wrapper {
		padding-top: 0;
		margin-bottom: 0;
		height: auto;
		padding-top: 98px;
		margin-bottom: 30px;
	}
	#home .input-group-btn {
		position: relative;
		font-size: 0;
		white-space: nowrap;
		float: left;
		width: 100%;
		margin: 0 auto;
		float: left;
	}
	#home input[type="submit"] {
		width: 144px;
		font-size: 23px;
		text-transform: uppercase;
		/*margin-top: 12px;
		margin-bottom: 10px;*/
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	#home .form-wrapper p {
		font-size: 11px;
		margin-top: 7px;
		/* clear: both; */
		
		float: left;
		width: 100%;
	}
    #home .form-group {
		display: inline-block;
	}
	#home .form-wrapper p {
		display: none;
	}
	#home .form-wrapper p.small {
		display: block;
	}
	#home .form-group {
		width: 98px;
	}
	#footer a {
		color: #cccccc;
		font-size: 11px;
	}
    .captchaDiv {
        text-align: center; 
        margin: 0 auto; 
        width: 304px; 
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	#menu ul li a {
		font-size: 14px;
	}
	#menu .navbar-header {
		width: 312px !important;
	}
	#menu img {
		width: 64%;
		margin-top: 6px;
	}
	#home h1 {
		font-size: 55px;
		font-family: 'Oswald', sans-serif;
	}
	#home h2 {
		margin-top: 0px;
		font-size: 17px;
		font-family: 'Oswald', sans-serif;
	}
	#home .form-wrapper {
		width: 80%;
		margin: 0 auto;
		margin-top: 30px;
	}
	#batch img {
		width: 500px;
		margin-top: 6px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {}