body {
	font-family: "Roboto Condensed", Arial, Helvetica, Sans-Serif !important;
	color: #727272;
	font-size: 18px;
	background: #fff;
	line-height: 1.8;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
}
a {
	outline: none !important;
}
html {
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	font-family: "Ubuntu", Arial, Helvetica, Sans-Serif !important;
	font-weight: bold;
}
a {
	color: #71bf44;
}
a:focus, a:hover {
	text-decoration: none;
	color: #71bf44;
}
header {
	background: rgba(255,255,255,0.95);
	padding: 10px 0;
	margin-bottom: 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 110;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	transition: all 0.25s ease;
}

header .dropdown-menu {
	top: 70px;
	min-width: 200px;
	transition: all 0.25s ease;
	padding: 0;
}
header .dropdown-menu > li > a {
	font-size: 16px;
	padding: 12px 20px
}
header .dropdown-menu > li > a:hover,
header .dropdown-menu > li > a:focus,
header .dropdown-menu > .active > a,
header .dropdown-menu > .active > a:hover,
header .dropdown-menu > .active > a:focus {
	border-color: #71bf44;
	color: #71bf44;
}
.navbar-default {
	background: transparent;
	border: 0 none;
	border-radius: 0;
	margin: 0;
}

.btn-default:hover,
.btn-default:active,
.btn-default:hover,
.btn-success:hover,
.btn-success:active,
.btn-success:hover {
	border-color: #71bf44;
	color: #71bf44;
}
.btn {
	border: 0 none;
	border-radius: 50px;
	height: 50px;
	line-height: 40px;
	padding: 5px 40px;
	color: #a3aabf;
}
.btn-block {
	padding: 5px;
	text-align: center;
}



.radio label,
.checkbox label {
	line-height: 2;
}
.radio label input,
.checkbox label input {
	margin-top: 8px;
}
.box.sorting .box-body,
.box.sorting .box-footer {
	display: none;
}
.radio,
.checkbox {
	padding-left: 30px;
	margin: 0 0 10px;
}
.radio input,
.checkbox input {
	z-index: 1;
	opacity: 0;
}
.radio label,
.checkbox label {
	line-height: 20px;
	padding: 4px 0;
	min-height: 0;
}
.radio label:after,
.checkbox label:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #a3aabf;
	position: absolute;
	background: #ffffff;
	left: 0;
	top: 3px;
}
.radio input:hover + label:after,
.checkbox input:hover + label:after {
	border: 2px solid #00a650;
}
.radio input:focus + label:after,
.checkbox input:focus + label:after {
	outline: none;
	outline-offset: 0px;
}
.radio input:checked + label:after,
.checkbox input:checked + label:after {
	background: #00a650;
}
.radio input:checked:hover + label:after,
.checkbox input:checked:hover + label:after {
	background: #00a650;
}
.radio input:disabled + label:after,
.checkbox input:disabled + label:after {
	background: #fcfbfa;
}
.radio input:disabled:checked + label:after,
.checkbox input:disabled:checked + label:after {
	background: #d6c8ba;
}
.radio label:after {
	border-radius: 20px;
}
.btn-default, .btn-success {
	background: #292b33;
}
.navbar-default .navbar-brand {
	padding: 0;
	height: auto;
	margin: 0;
	width: 150px;
}
.navbar-default .navbar-brand img {
	height: auto;
	width: 150px;
}
.navbar-header i {
	line-height: 38px;
	margin: 10px;
}
.navbar-default .navbar-nav > li > a {
	height: 50px;
	line-height: 46px;
	color: #727272;
	padding: 0 40px;
	border-radius: 50px;
	border: 2px solid transparent;
	position: relative;
	margin-left: 10px;
}
.navbar-default .navbar-nav > li > a.login-toggle {
	border-color: #727272;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
	color: #00a650;
	border-color: #00a650;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a.login-toggle,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #00a650;
	border-color: #00a650;
}
.navbar-default .navbar-nav > li > a.scroll-navigation-toggle {
	width: 50px;
	padding: 0 10px;
	text-align: center;
}
.scroll-navigation-menu {
	display: none;
	position: absolute;
	top: 75px;
	right: 15px;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all 0.25s ease;
}
.navbar-default .navbar-nav > li.open .scroll-navigation-menu {
	display: block;
}
.scroll-navigation-menu li {
	margin-bottom: 15px;
	text-align: right;
	padding-right: 30px;
	position: relative;
}
.scroll-navigation-menu li:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #018c41;
	border-radius: 100%;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -4px;
}
.scroll-navigation-menu li.active:after {
	background: transparent;
	border: 2px solid #018c41;
	right: 0;
	margin-top: -5px;
	width: 10px;
	height: 10px;
}
.scroll-navigation-menu a {
	display: inline-block;
	height: 40px;
	padding: 10px 20px;
	border-radius: 20px;
	line-height: 20px;
	vertical-align: top;
	font-size: 14px;
	color: #727272;
	background: #dae1f2;
}
.scroll-navigation-menu a:hover, .scroll-navigation-menu a.active {
	background: #f5f8ff;
}
.scroll-navigation-menu a img {
	vertical-align: middle;
}

.dropdown-form {
	padding: 0;
}
.dropdown-form form {
	padding: 0 40px 40px;
	width: 400px;
}
.dropdown-form form .checkbox {
	/*height: 20px;*/
	line-height: 20px;
	margin: 10px 0;
}
.form-control {
	border: 2px solid #a3aabf;
	border-radius: 50px;
}
.form-control.error {
	border-color: #b94a48;
}
.help-block.error {
	text-align: center;
	color: #b94a48;
}
.dropdown-form .lost-password {
	padding: 40px 0 0 0;
	text-align: center;
	border-top: 1px solid #a3aabf;
	margin: 30px -20px 0;
}
.dropdown-form .lost-password a {
	color: #a3aabf;
}
.dropdown-form .lost-password a:hover {
	color: #00a650;
	text-decoration: none;
}
input.form-control {
	height: 50px;
}
.form-group.with-icon {
	position: relative;
}
.form-group.with-icon > .fa {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
}
.form-group.with-icon .form-control {
	padding-left: 50px;
}
.form-control:focus {
	box-shadow: 0 0 0 transparent;
	border-color: #71bf44;
}

footer {
/*	background: #018c41;*/
	background-color: #343434;
	padding: 30px 0;
	color: #fff;
	z-index: 100;
	position: absolute;
	width: 100%;
	bottom: 0;
	font-size: 14px;
}
footer .container {
	padding-left: 45px;
	padding-right: 45px;
}
footer a {
	color: #71bf44;
}
footer a:hover,
footer a:focus {
	color: #71bf44;
	text-decoration: underline;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer ul > li {
	display: inline-block;
	padding: 0 5px;
}


@media (min-width: 992px){
	header {
		padding: 35px 0;
	}
	header .scroll-navigation-menu {
		top: 100px;
	}
	header .dropdown-menu {
		top: 85px;
		min-width: 200px;
	}
	header.compact {
		padding: 10px 0;
	}
	header.compact .dropdown-menu {
		top: 60px;
		min-width: 200px;
	}
	header.compact .scroll-navigation-menu {
		top: 75px;
	}
}
@media (max-width: 767px){
	footer {
		padding: 15px 0;
	}
	footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	footer .col-xs-12 {
		margin-bottom: 15px;
		text-align: center !important;
	}
	footer .col-xs-12:last-child {
		margin-bottom: 0;
	}
	.content-wrapper {
		padding: 70px 0 0;
	}
	.screens {
		top: 110px;
		bottom: 120px;
	}
	.navbar-nav .open .dropdown-menu {
		background: #fff;
		position: fixed;
		left: 0;
		right: 0;
		top: 70px;
	}
	.dropdown-form form {
		width: auto;
		padding: 20px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu > li > a {
		font-size: 16px;
		background: #ffffff;
		padding: 12px 20px
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		border-color: #00a650;
		color: #00a650;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
		border-color: #00a650;
		color: #00a650;
	}
	.dropdown-form .lost-password {
		padding: 20px 0 0 0;
		text-align: center;
		border-top: 1px solid #a3aabf;
		margin: 20px -10px 0;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0;
		width: 50px;
		text-align: center;
	}
	.navbar-default .navbar-nav {
		float: right;
		margin: 0;
	}
	.navbar-default .navbar-nav > li {
		display: inline-block;
	}
	.navbar-header {
		float: left;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.container {
		width: 100%;
	}
	footer {
		padding: 15px 0;
	}
	footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.content-wrapper {
		padding: 70px 0 0;
	}
	.navbar-nav .open .dropdown-menu {
		top: 60px;
	}
}
