/* GLOBAL STYLE START */

body {
	font-size: 1.4em;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f9f9f9;
	color: #343c45;
}

@media (min-width: 768px) {
	body {
		font-size: 1.4em;
		padding-top: 9rem;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 1.5em;
		padding-top: 9rem;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 1.6em;
		padding-top: 11rem;
	}
}

@media screen and (min-width: 768px) {
	.no-gutter > [class*='col-'] {
		padding-right: 0;
		padding-left: 0;
	}
	.row.no-gutter {
		margin-left: 0;
		margin-right: 0;
	}
}

.fluid-container {
	max-width: 140rem;
	margin: 0 auto;
}

a {
	color: #333640;
}

a:hover,
a:focus {}

h1, h2, h3, h4, h5 {
	font-family: 'Dosis', sans-serif;
}

h1 {
	font-size: 3.5rem;
	line-height: 0.9em;
	font-weight: 900;
	text-transform: uppercase;
}

h1 > span,
h2 > span {
	color: #2ab04a;
}

h2 {
	font-size: 1.4em;
	font-weight: 900;
	text-transform: uppercase;
}

h3 {
	font-size: 1.9rem;
	line-height: 1em;
	font-weight: 300;
}

h4 {
	font-size: 2rem;
	line-height: 1.1904761904761905em;
	font-weight: 900;
}

h5 {
	font-size: 0.938em;
	line-height: 1.313em;
	font-weight: 700;
	margin-bottom: 0.6666666em;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 2.125em;
	}
	h3 {
		font-size: 2.5rem;
	}
	h4 {
		font-size: 1.9rem;
	}
	h5 {
		font-size: 0.938em;
	}
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 5rem;
	}
	h2 {
		font-size: 2.125em;
	}
	h3 {
		font-size: 3.1rem;
	}
	h4 {
		font-size: 1.9rem;
	}
	h5 {
		font-size: 0.938em;
	}
}

@media screen and (min-width: 1200px) {
	h1 {
		font-size: 6rem;
	}
	h2 {
		font-size: 3.4rem;
	}
	h3 {
		font-size: 3.1rem;
	}
	h4 {
		font-size: 1.9rem;
	}
	h5 {
		font-size: 0.938em;
	}
}

p {
	font-size: 1em;
	line-height: 1.5714285714em;
}

hr {
	border-top: 1px solid #e5e5e5;
}


/* GLOBAL STYLE START */


/* BTN STYLE START */

.btn {
	padding: 1rem 1rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	border-radius: 0;
	-webkit-transition: .2s;
	transition: .2s;
	text-transform: uppercase;
}

@media screen and (min-width: 992px) {
	.btn {
		padding: 1.6rem 2.5rem;
	}
}

.btn-lg {
	padding-top: 2.5rem;
	padding-bottom: 2.4rem;
}

.btn-default {
	background-color: #27ac46;
	border-color: transparent;
	color: #fff;
}

.btn-default:hover,
.btn-default:focus {
	background-color: #333640;
	border-color: transparent;
	color: #fff;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #fff;
	background-color: #333640;
	border-color: #333640;
}

.btn-info {
	background-color: transparent;
	border-color: transparent;
	border-color: #efeff0;
	color: #333640;
	border-width: 2px;
	text-transform: none;
	border-right: none;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	background-color: #8d9ba9;
	border-color: #8d9ba9;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #8d9ba9;
	border-color: #8d9ba9;
}

.btn-info:hover,
.btn-info:focus {
	background-color: transparent;
	border-color: #efeff0;
	color: #333640;
}

.btn-white {
	background-color: transparent;
	border-color: #efeff0;
	border-left: none;
	border-width: 2px;
	color: #2ab04a;
}

.btn-white.dropdown-toggle {
	box-shadow: none;
	background-color: transparent;
	border-color: #efeff0;
}

.btn-white.dropdown-toggle:hover,
.btn-white.dropdown-toggle:active {
	background-color: #2ab04a;
	border-color: #2ab04a;
	color: #fff;
}

.btn-group.open .btn-white.dropdown-toggle {
	box-shadow: none;
	background-color: #2ab04a;
	border-color: #2ab04a;
	color: #fff;
}


/* BTN STYLE START */

.dropdown-menu {
	padding: 1.5rem 0;
	margin-top: 0.2rem;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	border-color: #efeff0;
	border-width: 2px;
	border-radius: 0;
	box-shadow: none;
}


/* NAVIGATION STYLE START */

.navbar {
	border: none;
	border-radius: 0;
	background-color: #333640;
	margin-bottom: 0;
	padding: 0;
	min-height: 4rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.navbar-brand {
	padding: 1rem;
	text-align: center;
	margin: 0 auto;
	padding-top: 1.3rem;
	background-color: #2ab04a;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav > li > a {
	padding-left: 17px;
	padding-right: 17px;
}

.navbar-nav > li > a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-weight: 600;
	line-height: 3rem;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #2ab04a;
	background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #2ab04a;
	background-color: transparent;
	border-bottom: 3px solid #2ab04a;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #242424;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: #29a446;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 7px;
	border: 2px solid transparent;
	border-radius: 0;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
	border-color: #29a446;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #29a446;
}

.nav > .dropdown.open {
	position: static;
}

.nav > .dropdown.open .dropdown-menu {
	display: table;
	width: 100%;
	margin-top: -3px;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	text-align: center;
	background-color: #333640;
	border: 0;
	-webkit-animation-name: menu-animation;
	animation-name: menu-animation;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	z-index: -1;
}

.nav .dropdown-menu {
	font-size: 1em;
	padding-top: 2em;
	padding-bottom: 1em;
}

.nav .dropdown-menu h4 {
	margin-top: 0em;
	text-transform: uppercase;
}

.nav .dropdown-menu h4:after {
	content: '';
	border-bottom: 2px solid #3fb133;
	padding-top: 1.5rem;
	margin-bottom: 2rem;
	width: 3rem;
	height: 0.2rem;
	display: block;
}

.nav .dropdown-menu h4,
.nav .dropdown-menu p {
	color: #fff;
}

.nav .dropdown-menu ul {
	margin: 0;
	padding: 0;
}

.nav .dropdown-menu li {
	text-align: left;
}

.nav .dropdown-menu a {
	color: #fff;
	padding: 0.3em 0;
	display: inline-block;
}

.nav .dropdown-menu a:hover {
	color: #fff;
}

.nav.main .dropdown-menu img {
	display: block;
	padding-bottom: 0.5em;
}

@-webkit-keyframes menu-animation {
	from {
		margin-top: -10rem;
	}
	to {
		margin-top: 0;
	}
}

@keyframes menu-animation {
	from {
		margin-top: -10rem;
	}
	to {
		margin-top: 0;
		;
	}
}

@media screen and (min-width: 768px) {
	.navbar {
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-brand {
		height: 7rem;
		width: 17rem;
		padding: 2.5rem 1rem;
	}
	.navbar-brand img {
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1.4rem;
	}
	.nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
	.navbar-nav {
		margin-right: 1.5rem;
	}
	.navbar-nav > li > a {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.shrink .navbar-brand {
		height: 4rem;
		padding-top: 1rem;
		padding-bottom: 1rem;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.shrink .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.shrink .navbar-nav > li > a {
		padding-top: .5rem;
		padding-bottom: .5rem;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

@media screen and (min-width: 992px) {
	.navbar-brand {
		height: 7rem;
		width: auto;
		padding: 2.4rem 3rem;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1.5rem;
	}
	.nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-nav {
		margin-right: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	.navbar-brand {
		height: 9rem;
		padding: 3.4rem 4.7rem 3.4rem 3.8rem;
	}
	.nav > li > a {
		padding-left: 17px;
		padding-right: 17px;
	}
	.navbar-nav {
		margin-top: 1rem;
		margin-bottom: 1rem;
		margin-right: 5.7rem;
	}
}


/* NAVIGATION STYLE START */


/* VISUAL STYLE START */

.visual {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 35rem;
	overflow: hidden;
}

.visual .caption {
	margin-top: 10rem;
	padding: 0.1rem 2rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.3);
	border: 3px solid #fff;
}

.visual .caption h1 {
	color: #2ab04a;
}

.visual .caption h3 {
	color: #1f303b;
	line-height: 1.2em;
}

.caption h1 span {
	font-weight: 700;
}

.caption h1 span span {
	color: #f22233;
}

@media (min-width: 768px) {
	.visual .caption {
		width: 50%;
		margin-left: 2rem;
		margin-top: 8rem;
		border: none;
		text-align: left;
		background-color: transparent;
	}
}

@media (min-width: 992px) {
	.visual {
		min-height: 55rem;
	}
	.visual .caption {
		width: 50%;
		margin-top: 9.3rem;
		margin-left: 2.8rem;
	}
}

@media (min-width: 1200px) {
	.visual {
		min-height: 70rem;
		margin-top: -11rem;
	}
}


/* VISUAL STYLE END */


/* CALCULATOR STYLE START */

.calculator form {
	background-color: #333640;
	color: #fff;
}

.calculator .slider-wrapper {
	padding: 1rem;
	float: left;
}

.calculator .intro-text {
	margin-bottom: 1.5rem;
}

.calculator.expanded {
	margin-top: 0;
}

.calculator.expanded .nav-tabs {
	margin-top: 2rem;
}

.calculator .action-wrapper {
	float: left;
	width: 100%;
	background-color: #2ab04a;
	height: 100%;
}

.calculator .call-to-action {
	background-color: #2ab04a;
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	line-height: 16rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2rem;
	line-height: 1.1em;
	font-weight: 900;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.calculator .call-to-action:hover {
	text-decoration: none;
	color: #333640;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.calculator .form-group label {
	margin-bottom: 0;
}

.calculator .form-group label span {
	font-weight: 400;
}

.calculator .form-group label + div {
	line-height: 0;
}

.calculator .slider-track-high,
.calculator .slider-track-high {
	background: rgba(91, 93, 101, 1);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
}

.calculator .slider-track-low,
.calculator .slider-track-low,
.calculator .slider-track-low,
.calculator .slider-selection {
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.calculator .slider-handle {
	width: 22px;
	height: 22px;
	box-shadow: 0 0 0 4px rgba(85, 88, 96, 0.75);
	border: 4px solid #ffffff;
	background-color: #2ab04a;
}

.calculator .slider-input {
	display: inline !important;
	margin-top: -43px;
	max-width: 80px;
	border: none;
	text-align: right;
	background: transparent;
	float: right;
}

.calculator .loan-period .slider-input {
	margin-right: 40px;
}

.calculator .slider-input + span {
	float: right;
	display: inline;
	margin-top: -33px;
	height: 21px;
}

.calculator .btn-group {
	margin-top: 1em;
}

.calculator.expanded .nav-tabs {
	border-bottom: none;
}

.calculator.expanded .nav-tabs > li {
	margin-bottom: 0;
}

.calculator.expanded .nav-tabs > li > a {
	margin-right: 0;
	border-radius: 0 0 0 0;
	font-size: 1.1rem;
	font-weight: 800;
	text-transform: uppercase;
}

.calculator.expanded .nav > li > a {
	padding: 1rem 0.7rem;
}

.calculator.expanded .nav-tabs > li > a:hover,
.calculator.expanded .nav-tabs > li > a:focus {
	background-color: #2ab04a;
	border-color: #2ab04a;
	color: #fff;
}

.calculator.expanded .nav-tabs > li.active > a,
.calculator.expanded .nav-tabs > li.active > a:hover,
.calculator.expanded .nav-tabs > li.active > a:focus {
	background-color: #333640;
	border-color: #333640;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.calculator {
		margin-top: -4.5rem;
	}
	.calculator form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.calculator .intro-text {
		margin-bottom: 3rem;
	}
	.calculator.expanded .nav-tabs {
		margin-top: 2rem;
	}
	.calculator.expanded .nav-tabs > li > a {
		font-size: 1.4rem;
	}
	.calculator.expanded .nav > li > a {
		padding: 1rem;
	}
}

@media screen and (min-width: 992px) {
	.calculator {
		margin-top: -12.5rem;
	}
	.calculator .slider-wrapper {
		padding: 2rem;
	}
	.calculator .call-to-action {
		font-size: 3rem;
	}
	.calculator.expanded .nav-tabs {
		margin-top: 3rem;
	}
	.calculator.expanded .nav-tabs > li > a {
		font-size: 1.7rem;
	}
	.calculator.expanded .nav > li > a {
		padding: 1rem 2rem;
	}
}

@media screen and (min-width: 1200px) {
	.calculator {
		margin-top: -15.5rem;
	}
	.calculator .slider-wrapper {
		padding: 3rem;
	}
	.calculator.expanded .nav-tabs {
		margin-top: 5rem;
	}
	.calculator.expanded .nav-tabs > li > a {
		font-size: 2rem;
	}
	.calculator.expanded .nav > li > a {
		padding: 1.3rem 3rem;
	}
}


/* CALCULATOR STYLE END */


/* MAIN PAGE STYLE START  */

.box h4 {
	text-transform: uppercase;
}

.box ul {
	margin-top: 1rem;
	padding-left: 0;
	list-style: none;
}

.box li {
	margin-bottom: 0.8rem;
}

.box a {
	color: #333640;
}

.box.title {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

.box.title h2 {
	color: #ffffff;
	font-weight: 800;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: 1rem;
	text-align: center;
}

.small-box:nth-child(odd) {
	background-color: #efeff0;
}

.box-wrapper {
	padding: 1rem;
}

@media screen and (min-width: 768px) {
	.box.title h2 {
		text-align: left;
	}
	.small-box .box-wrapper {
		height: 27.5rem;
		min-height: 27.5rem;
		max-height: 27.5rem;
	}
	.more .small-box .box-wrapper {
		height: 20.5rem;
		min-height: 20.5rem;
		max-height: 20.5rem;
	}
}

@media screen and (min-width: 992px) {
	.box-wrapper {
		padding: 2rem;
	}
	.box ul {
		margin-top: 2rem;
	}
	.small-box .box-wrapper {
		height: 27.5rem;
		min-height: 27.5rem;
		max-height: 27.5rem;
	}
	.more .small-box .box-wrapper {
		height: 24rem;
		min-height: 24rem;
		max-height: 24rem;
	}
}

@media screen and (min-width: 1200px) {
	.box-wrapper {
		padding: 3rem;
	}
	.box ul {
		margin-top: 3rem;
	}
	.more .small-box .box-wrapper {
		height: 27.5rem;
		min-height: 27.5rem;
		max-height: 27.5rem;
	}
}

@media screen and (min-width: 768px) {
	.big-box .box-wrapper {
		min-height: 55rem;
	}
}

.choose-credit,
.expert-advice,
.worth-seeing {
	margin-top: 2rem;
}

@media screen and (max-width: 765px) {
	.choose-credit .title {
		background-color: #29aa48;
	}
}

.choose-credit .title,
.choose-credit .small-box {
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media screen and (min-width: 768px) {
	.choose-credit .title::after,
	.expert-advice .title::after,
	#contact-form::after {
		content: '';
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		z-index: -1;
	}
	.choose-credit .title::after {
		background-image: url(../img/choose-credit.jpg);
	}
	.choose-credit .title::before {
		border-left: 20px solid #29aa48;
	}
	.choose-credit .title::before,
	.expert-advice .title::before {
		content: '';
		position: absolute;
		top: 11.5rem;
		right: -1rem;
		width: 20px;
		height: 20px;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		z-index: 1;
	}
}

@media screen and (min-width: 1200px) {
	.choose-credit .title::before,
	.expert-advice .title::before {
		right: -2rem;
	}
}

.choose-credit .small-box:nth-child(1) {
	background-image: url('../img/credit-1.png');
}

.choose-credit .small-box:nth-child(2) {
	background-image: url('../img/credit-2.png');
}

.choose-credit .small-box:nth-child(3) {
	background-image: url('../img/credit-3.png');
}

.choose-credit .small-box:nth-child(4) {
	background-image: url('../img/credit-5.png');
}

.choose-credit .small-box:nth-child(5) {
	background-image: url('../img/credit-5.png');
}

.expert-advice .title {
	background-color: rgba(252, 162, 48, 0.8);
}

.expert-advice .title::after {
	background-image: url(../img/expert-advice.jpg);
}

.expert-advice .title::before {
	border-left: 20px solid #f5b053;
}

.expert-advice a.small-box {
	color: #fff;
}

.expert-advice a.small-box h4 {
	text-transform: none;
}

.expert-advice .small-box::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.expert-advice .small-box:hover::after {
	background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 200%);
	background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 200%);
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.expert-advice .small-box::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #5c5e64;
	opacity: 0.1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.expert-advice .small-box:hover::before {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.expert-advice .small-box > div {
	position: relative;
	z-index: 1;
}

.expert-advice .more {
	background-color: #fca230;
	color: #fff;
}

.expert-advice a.more h4 {
	text-transform: uppercase;
}

.expert-advice .more::after,
.expert-advice .more::before {
	display: none;
}

#contact-form p {
	line-height: 1em;
}

#contact-form form {
	margin-top: 3rem;
}

#contact-form .btn,
#newsletter .btn {
	border: 3px solid #fff;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
}

#contact-form .btn:hover,
#contact-form .btn:focus,
#newsletter .btn:hover,
#newsletter .btn:focus {
	background-color: #fff;
	color: #2ab04a;
}

#contact-form {
	background-color: rgba(42, 176, 74, 0.8);
	color: #fff;
}

@media screen and (min-width: 768px) {
	#contact-form {
		/*		margin-top: -29.5rem;*/
		min-height: 55rem;
		max-height: 55rem;
	}
}

#contact-form::after {
	background-image: url(../img/contact-form.jpg);
	background-repeat: no-repeat;
	left: 0;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.expert-advice .title::after {
		background-image: url(../img/expert-advice.jpg);
		left: -3rem;
		width: calc(100% + 3rem);
	}
	#contact-form::after {
		width: calc(100% + 3rem);
	}
}

@media screen and (min-width: 1400px) {
	.expert-advice .title::after {
		background-image: url(../img/expert-advice.jpg);
		left: -13rem;
		width: calc(100% + 13rem);
	}
	#contact-form::after {
		width: calc(100% + 13rem);
	}
}

#contact-form::before {
	display: none;
}

.worth-seeing .title {
	background-color: #333640;
}

@media screen and (min-width: 768px) {
	.worth-seeing .title::before {
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: -1rem;
		width: 20px;
		height: 20px;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
		border-left: 20px solid #333640;
		z-index: 1;
	}
}

@media screen and (min-width: 1200px) {
	.worth-seeing .title::before {
		right: -2rem;
		width: 20px;
		height: 20px;
	}
}


#newsletter {
	background-color: #2ab04a;
	color: #fff;
}

#newsletter h4 {
	text-transform: uppercase;
}

#newsletter a {
	margin-top: 1rem;
}


/* MAIN PAGE STYLE START  */


/* FORM STYLE START */

.form-control {
	height: 3.7rem;
	padding-left: 0;
	border: none;
	border-bottom: 3px solid #fff;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	font-weight: 900;
}

select + .btn-group .multiselect:focus,
.form-control:focus {
	border-color: #fca230;
	outline: 0;
	box-shadow: none;
}

.form-group .help-block {
	color: #fff;
}

.form-group .help-block ul {
	padding-left: 20px;
}

.form-group .help-block ul li {
	list-style: none;
}

.form-group .help-block ul li:before {
	display: inline-block;
	margin-left: -20px;
	padding-right: 10px;
	font-family: Fontawesome;
	content: "\f06a";
	color: #fff;
	font-size: 1em;
}


/* FORM STYLE END */


/* LOAN STYLE START */

.promoted {
	margin-top: 1rem;
}

.promoted h2 {
	margin-bottom: 3.3rem;
}

.loan {
	border: 2px solid transparent;
	border-bottom-color: #efeff0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-height: 18rem;
	margin-bottom: 2rem;
}

.results .loan {
	border-color: #efeff0;
	border-bottom: none;
	padding: 0;
	margin-bottom: 2rem;
	min-height: auto;
}

.results .loan:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.loan {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: 100%;
		margin-bottom: 0;
	}
}

.loan:nth-child(odd) {
	border-color: #efeff0;
}

.loan:nth-child(even) {
	background-color: #efeff0;
}

.results .loan:nth-child(even) {
	background-color: transparent;
}

.loan:hover {
	border-bottom-color: #2ab04a;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.loan .logo {
	margin-top: 2rem;
}

.loan .logo img {
	margin: 0 auto;
}

.loan .info {
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}

.loan .info li {
	margin-bottom: 2rem;
}

.loan .action {
	text-align: center;
	margin-bottom: 2rem;
}

.loan .action .btn {
	width: 100%;
}

.loan .description {
	font-weight: 900;
	margin-bottom: 1rem;
	word-wrap: break-word;
}

.loan ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.styled {
	list-style: none;
}

.styled li {
	margin-bottom: 2rem;
	margin-left: 2rem;
	position: relative;
}

.styled li::before {
	content: "\f054";
	position: absolute;
	left: -2rem;
	top: 0.3rem;
	color: #9fa8a5;
	font-size: 1.4rem;
	font-family: FontAwesome;
}

.loan li:last-of-type {
	margin-bottom: 0;
}

.featured {
	border-color: #2ab04a !important;
	background-color: rgba(42, 176, 74, 0.1) !important;
}

.loan .bank-name {
	font-size: 1rem;
	font-weight: 400;
	background-color: #efeff0;
	text-align: center;
}

.loan .loan-name {
	font-size: 1.3rem;
	font-weight: 700;
	background-color: #efeff0;
	text-align: center;
}

.loan .numbers {
	font-size: 1.4rem;
	font-weight: 700;
}

.loan .numbers span {
	font-size: 1rem;
	display: block;
}

.loan .more-detail-hidden {
	padding: 3rem 5rem;
	border-bottom: 2px solid #efeff0;
}

.loan .more-details .row:first-of-type {
	border-bottom: 2px solid #efeff0;
	border-top: 2px solid #efeff0;
	padding: 1rem 0;
}

.results {
	margin-top: 4.3rem;
}

.results .container > .row:first-of-type + .row {
	margin-top: 5rem;
}

.sort-results .title,
.quick-compare-links .title {
	margin-right: 3rem;
	display: inline-block;
	vertical-align: middle;
}

.sort-results .btn-info {
	font-weight: 400;
	padding-left: 2rem;
}

.sort-results,
.quick-compare-links {
	text-align: left;
}

.quick-compare-links ul {
	display: inline-block;
}

.quick-compare-links .divider {
	width: 1px;
	border-left: 1px solid #333640;
	display: inline-block;
	height: 10px;
	margin-left: 10px;
}

.quick-compare-links ul {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.loan:nth-child(odd) {
		border-color: transparent;
	}
	.results .loan:nth-child(odd) {
		border-color: #efeff0;
	}
	.promoted {
		margin-top: 1rem;
	}
	.loan .logo {
		margin-top: initial;
	}
	.loan .logo img {
		margin: none;
	}
	.loan .info {
		padding-top: 1rem;
		padding-bottom: 1rem;
		text-align: left;
	}
	.loan .info li {
		margin-bottom: 2rem;
	}
	.loan .action {
		text-align: right;
		margin-bottom: 0;
	}
	.loan .action .btn {
		width: auto;
	}
	.loan .bank-name {
		padding-left: 2rem;
		font-size: 1.3rem;
		line-height: 3.5rem;
		text-align: left;
	}
	.loan .numbers span {
		font-size: 1.2rem;
	}
	.loan .loan-name {
		font-size: 1.5rem;
		line-height: 3.5rem;
		text-align: left;
	}
	.loan .numbers {
		font-size: 1.6rem;
	}
	.loan .more-detail-hidden {
		padding: 2rem 4rem;
	}
	.results {
		margin-top: 2.3rem;
	}
	.results .container > .row:first-of-type + .row {
		margin-top: 3rem;
	}
	.sort-results,
	.quick-compare-links {
		line-height: 56px;
		text-align: right
	}
	.sort-results .title,
	.quick-compare-links .title {
		margin-right: 1rem;
	}
	.quick-compare-links .divider {
		margin-left: 0.5rem;
	}
}

@media screen and (min-width: 992px) {
	.promoted {
		margin-top: 2.3rem;
	}
	.loan .logo {
		padding-left: 4rem;
	}
	.loan .info {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.loan .action {
		padding-right: 4rem;
	}
	.loan .bank-name {
		padding-left: 4rem;
		font-size: 1.4rem;
		line-height: 4rem;
	}
	.loan .loan-name {
		font-size: 1.7rem;
		line-height: 4rem;
	}
	.loan .numbers {
		font-size: 2.1rem;
	}
	.loan .more-detail-hidden {
		padding: 2rem 4rem;
	}
	.results {
		margin-top: 2.3rem;
	}
	.results .container > .row:first-of-type + .row {
		margin-top: 3rem;
	}
	.sort-results .title,
	.quick-compare-links .title {
		margin-right: 1rem;
	}
	.quick-compare-links .divider {
		margin-left: 0.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.promoted {
		margin-top: 4.3rem;
	}
	.loan .logo {
		padding-left: 5rem;
	}
	.loan .info {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.loan .action {
		padding-right: 5rem;
	}
	.loan .bank-name {
		padding-left: 5rem;
		font-size: 1.4rem;
		line-height: 5rem;
	}
	.loan .loan-name {
		font-size: 1.8rem;
		line-height: 5rem;
	}
	.loan .numbers {
		font-size: 2.4rem;
	}
	.loan .more-detail-hidden {
		padding: 3rem 5rem;
	}
	.results {
		margin-top: 4.3rem;
	}
	.results .container > .row:first-of-type + .row {
		margin-top: 5rem;
	}
	.sort-results .title,
	.quick-compare-links .title {
		margin-right: 3rem;
	}
	.quick-compare-links .divider {
		margin-left: 1rem;
	}
}


/* LOAN STYLE END */


/* FOOTER STYLE START */

@media screen and (max-width: 765px) {
	footer {
		text-align: center;
	}
}

footer .fluid-container {
	margin-top: 2rem;
	background-color: #333640;
	padding-top: 2.5rem;
	padding-bottom: 1.375em;
	color: #fff;
}

footer h2 {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

footer a {
	color: #fff;
	font-weight: 300;
	font-size: 0.9375em;
}

footer a:hover,
footer a:focus {
	text-decoration: underline;
	color: #fff;
}

footer ul {
	margin: 2em 0 0;
	padding: 0;
	list-style: none;
}

footer li {
	margin-bottom: 0.3em;
}

footer .copyright {
	margin: 2rem 0;
	color: #8995a2;
	font-size: 0.8125em;
	font-weight: 400;
}

footer .copyright span {
	display: block;
}

@media screen and (min-width: 992px) {
	footer .fluid-container {
		margin-top: 3rem;
		padding-top: 3rem;
		padding-bottom: 2em;
	}
	footer ul {
		margin-top: 3rem;
	}
	footer li {
		margin-bottom: .5em;
	}
}

@media screen and (min-width: 1200px) {
	footer .fluid-container {
		margin-top: 4rem;
		padding-top: 3.5rem;
		padding-bottom: 2.375em;
	}
	footer ul {
		margin-top: 5rem;
	}
	footer li {
		margin-bottom: 1em;
	}
}


/* FOOTER STYLE END */


/* CHECKBOX STYLE START */

.checkbox {
	padding-left: 20px;
	margin: 0;
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 0;
	margin-left: -20px;
	border: 2px solid #fff;
	border-radius: 0;
	background-color: transparent;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 5px;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 15px;
	color: #fff;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
	font-family: 'FontAwesome';
	content: "\f00c";
}

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
	color: #fff;
}

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
	color: #fff;
}


/* CHECKBOX STYLE END */


/* SOCIAL ICON STYLE START */

.social-media > a {
	display: inline-block;
	text-align: center;
	height: 24px;
	width: 24px;
	padding: 5px 4px;
}

.social-media > a:first-child {
	margin-left: 0px;
}

.social-media > a:hover {
	opacity: .8;
}

.social-media .facebook i {
	color: #3a5d97;
}

.social-media .twitter i {
	color: #62aadc;
}

.social-media .youtube i {
	color: #d4261d;
}

.social-media i {
	font-size: 15px;
}

.article .social-media {
	border-top: 2px solid #e5e5e5;
	padding-top: 2rem;
	width: 100%;
	text-align: right;
}

.article .social-media > a {
	height: 3.4rem;
	width: 3.4rem;
	text-align: center;
	line-height: 3rem;
}

.article .social-media .facebook {
	background-color: #3a5d97;
}

.article .social-media .twitter {
	background-color: #62aadc;
}

.article .social-media .youtube {
	background-color: #d4261d;
}

.article .social-media .facebook i,
.article .social-media .twitter i,
.article .social-media .youtube i {
	color: #fff;
}

.article .social-media i {
	font-size: 2rem;
}


/* SOCIAL ICON STYLE END */


/* PLACEHOLDER STYLE START */

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff !important;
	font-weight: 900;
	text-transform: uppercase;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff !important;
	font-weight: 900;
	text-transform: uppercase;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff !important;
	font-weight: 900;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff !important;
	font-weight: 900;
	text-transform: uppercase;
}


/* PLACEHOLDER STYLE END */


/* HELPERS STYLE START */

.mt30 {
	margin-top: 3rem;
}

.mb30 {
	margin-bottom: 3rem;
}

.embed-responsive {
	margin: 2em 0;
}

@media (min-width: 768px) {
	.pagination > li > a,
	.pagination > li > span {
		margin-left: .2em;
		margin-right: .2em;
	}
}

.pagination >.active > a,
.pagination >.active > span,
.pagination >.active > a:hover,
.pagination >.active > span:hover,
.pagination >.active > a:focus,
.pagination >.active > span:focus {
	background-color: #f22333;
	border-color: #f22333;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
	color: #213d5a;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #8b99a7;
	border-color: #8b99a7;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.breadcrumb {
	margin-bottom: 1rem;
	padding: 0 0 1em 0;
	background-color: transparent;
	border-bottom: 2px solid #e5e5e5;
	border-radius: 0;
	font-size: .875em;
}

blockquote {
	border-color: #2ab04a;
}

.page-header {
	margin-top: 0;
	border: none;
}

.page-header h2 {
	text-transform: none;
}

@media (min-width: 768px) {
	.lead {
		font-size: 1.9rem;
	}
}

.gap-right {
	margin-right: 1.5em;
}

.gap-left {
	margin-left: 1.5em;
}

.advert {
	padding: 1.875em 0;
}

.advert img {
	margin: 0 auto;
}

.press {
	display: block;
	height: 27.5rem;
    min-height: 27.5rem;
    max-height: 27.5rem;
    background-size: cover;
    color: #fff;
}

.press h4 {
	color: #000;
}

.press::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5c5e64;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* HELPERS STYLE END */