/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav .drop > ul,
.footer-nav ul,
.bonus-list ul,
.rate-lists ul,
.cta-buttons ul,
.property-section ul,
.blog-section ul,
.testimonials-image-block ul,
.article-lists,
.article-tag-lists,
.widget ul,
.archive-block .tags-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.banner-section .button-block:after,
.bonus-list ul:after,
.rate-lists ul:after,
.blog-section ul:after,
.testimonials-image-block ul:after,
.article-lists:after,
.article-tag-lists:after,
.row:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #4a4a4a;
	background: #fff;
	font: 16px/1.25 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 56px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 27px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #ee3224;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #c61300;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #848484;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #848484;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #848484;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #848484;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #848484;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #848484;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.25em;
}

blockquote {
	border-left: 4px solid #848484;
	padding-left: .5em;
	margin-left: 1.25em;
}

th,
td {
	border: 1px solid #848484;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

#header {
	position: relative;
	z-index: 99;
	background: #fff;
}

.top-bar {
	text-align: center;
	border-top: 1px solid #f2f2f2;
	padding: 15px 0;
}

.top-bar .tel a {
	font-weight: 600;
	font-size: 20px;
}

.top-bar .tel a img {
	max-width: 28px;
	margin-right: 10px;
}

.top-bar .tel a .fa {
	color: #272727;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.logo-block {
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 0;
	text-align: center;
}

.logged-in #nav .nav-wrap.nav-sticky {
	top: 32px;
}

#nav {
	height: 90px;
}

#nav .nav-opener {
	display: none;
}

#nav .nav-opener:hover {
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, .25);
	color: #919191;
}

#nav .nav-opener:before {
	content: "\f0c9";
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1;
}

#nav .nav-opener span {
	opacity: 0;
	font-size: 0;
}

#nav .nav-wrap {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 .15em .35em 0 rgba(0, 0, 0, .135);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#nav .nav-wrap.nav-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#nav .drop > ul {
	text-align: center;
	font-size: 0;
}

#nav .drop > ul > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#nav .drop > ul > li.current-menu-item > a {
	box-shadow: inset 0 4px 0 0 #ff2a13;
	color: #b7b7b7;
}

#nav .drop > ul > li:hover > ul {
	display: block;
}

#nav .drop > ul > li:hover > a {
	box-shadow: inset 0 4px 0 0 #ff2a13;
	color: #b7b7b7;
}

#nav .drop > ul > li.menu-item-has-children {
	position: relative;
}

#nav .drop > ul > li.menu-item-has-children a span {
	content: "\f103";
	font-family: "FontAwesome";
	display: inline-block;
	vertical-align: middle;
	margin-left: .35em;
	font-weight: 400;
}

#nav .drop > ul > li.menu-item-has-children ul li.menu-item-has-children {
	position: relative;
}

#nav .drop > ul > li.menu-login.current-menu-item a {
	color: #272727;
	box-shadow: none;
}

#nav .drop > ul > li.menu-login.current-menu-item a:hover {
	box-shadow: inset 0 4px 0 0 #ff2a13;
	color: #b7b7b7;
}

#nav .drop > ul > li.menu-search .search {
	display: none;
}

#nav .drop > ul > li > a {
	display: block;
	padding: 37px 16px 0;
	height: 90px;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .182em;
	text-transform: uppercase;
	color: #272727;
}

#nav .drop > ul ul {
	position: absolute;
	left: 0;
	top: 75px;
	display: none;
	min-width: 200px;
	margin: 0;
	padding: .75em 0;
	font-size: 12px;
	list-style: none;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
	text-align: left;
}

#nav .drop > ul ul > li:hover > a {
	background: rgba(0, 0, 0, .0175);
	color: #b7b7b7;
}

#nav .drop > ul ul > li:hover ul {
	display: block;
}

#nav .drop > ul ul a {
	font-size: 12px;
	padding: .5em 1.6em;
	display: block;
	color: #272727;
	white-space: nowrap;
}

#nav .drop > ul ul ul {
	top: -.75em;
	right: auto;
	left: 98%;
	display: none;
}

.footer {
	border-top: 1px solid #d4d4d4;
	background-color: #fff;
	box-shadow: 0 -.125em .25em 0 rgba(0, 0, 0, .075);
	padding: 20px 0 10px;
}

.footer-nav ul {
	text-align: center;
}

.footer-nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5em;
}

.footer-nav ul li a {
	font-size: 10px;
	display: block;
	font-weight: 400;
	letter-spacing: 2px;
	color: #7a7a7a;
	text-transform: uppercase;
	color: #ff2a13;
}

.footer-nav ul li a:hover {
	color: #c61300;
}

.footer-copyright {
	padding: 30px 0 10px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.3;
	font-size: 10px;
}

.footer-copyright p {
	margin-bottom: 0;
}

.scroll-top {
	position: fixed;
	z-index: 99;
	bottom: 10px;
	width: 35px;
	height: 35px;
	margin-bottom: -75px;
	border: 2px solid #272727;
	font-size: 25px;
	line-height: 27px;
	text-align: center;
	color: #272727;
	border-radius: 50%;
	right: 10px;
	opacity: .375;
	-webkit-transition: margin-bottom .6s ease,opacity .3s ease;
	transition: margin-bottom .6s ease,opacity .3s ease;
}

.scroll-top:hover {
	opacity: 1;
}

.scroll-top.in {
	margin-bottom: 0;
}

.searchform-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999;
	background: rgba(255, 255, 255, .925);
	text-align: center;
}

.searchform-overlay .form-label {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 18px;
	color: #272727;
	display: inline-block;
	vertical-align: top;
}

.searchform-overlay .search-form {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.searchform-overlay .search-form input[type="search"] {
	border: 0;
	padding: 0;
	height: auto;
	font-size: 94px;
	letter-spacing: -.05em;
	line-height: 1;
	color: #272727;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

.searchform-overlay .search-form input[type="search"]:focus {
	box-shadow: none;
}

.search-open {
	overflow: hidden;
}

.search-open.logged-in .searchform-overlay {
	top: 32px;
}

.search-open .searchform-overlay {
	display: block;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.banner-section {
	position: relative;
}

.banner-section > .container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.banner-section .banner-text {
	width: 812px;
	margin: 0 auto;
}

.banner-section .banner-heading,
.banner-section .banner-sub-heading {
	width: 100%;
	margin-bottom: 10px;
	font-size: 38px;
	line-height: 45px;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	color: #fff;
	text-shadow: 2px 2px #222;
	text-align: center;
	font-family: "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.banner-section .banner-sub-heading {
	font-size: 38px;
	font-style: italic;
	margin-bottom: 35px;
}

.banner-section .btn {
	display: block;
	width: 280px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	color: #fff;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	background-color: rgba(255, 55, 40, .87);
	border-color: #ff3728;
	border-radius: 10px;
	box-shadow: #999 0 0 0 0;
	text-align: center;
	padding: 20px 25px;
	letter-spacing: 0;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform-origin: 50% 50% 0;
	-ms-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	float: left;
}

.banner-section .btn + .btn {
	margin-left: 0;
}

.banner-section .btn.right-align {
	float: right;
}

.banner-section .btn:hover {
	background: #fff;
	color: #272727;
	border-color: #fff;
}

.banner-section .slick-slide {
	position: relative;
	z-index: 1;
}

.banner-slider .slick-slide {
	min-height: 640px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner-slider .slick-slide.background-top {
	background-position: center top !important;
}

.banner-slider .slick-slide.background-center {
	background-position: center center !important;
}

.banner-slider .slick-slide.background-bottom {
	background-position: center bottom !important;
}

.content-banner-slider .slick-slide {
	min-height: 540px;
}

.partners-slider .slick-slide {
	padding: 0 20px;
}

.partners-slider .slick-slide .img-wrap {
	background: #fff;
	white-space: nowrap;
	min-height: 133px;
}

.partners-slider .slick-slide .img-wrap:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 133px;
}

.partners-slider .slick-slide img {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.partners-slider .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	border: none;
	outline: none;
	box-shadow: none;
	background: none;
	font-size: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	display: block;
	padding: 0;
}

.partners-slider .slick-arrow:before {
	font-size: 30px;
	font-family: serif;
	color: #ff2a13;
}

.partners-slider .slick-arrow.slick-prev {
	left: 0;
}

.partners-slider .slick-arrow.slick-prev:before {
	content: "\2039";
}

.partners-slider .slick-arrow.slick-next {
	right: 0;
}

.partners-slider .slick-arrow.slick-next:before {
	content: "\203a";
}

.bonus-list {
	margin-bottom: 65px;
}

.bonus-list ul li {
	float: left;
	width: 50%;
}

.bonus-list ul li a {
	display: block;
	border: 2px solid #ee3224;
	border-left-width: 1px;
	border-right-width: 1px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 21px;
	line-height: 1.3;
	padding: 30px;
}

.bonus-list ul li a:hover {
	background: rgba(0, 0, 0, .7);
}

.bonus-list ul li p {
	margin-bottom: 0;
}

.rate-lists {
	margin-bottom: 25px;
}

.rate-lists ul li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 1.7em;
}

.rate-lists ul li span {
	display: block;
	font-size: 16px;
}

.rate-lists ul li .percentage {
	display: block;
	color: #ff5548;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.75;
}

.rate-lists ul li .percentage small {
	font-size: 18px;
}

.intereset-block .disclaimer {
	display: block;
	font-size: 10px;
	text-align: center;
	margin-bottom: 35px;
}

.intereset-block .text {
	font-size: 21px;
	line-height: 1.35;
	text-align: center;
	color: #000;
}

.section-heading {
	background: #fff;
}

.section-heading h2 {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 1;
	font-weight: 300;
}

.section-heading h2:before,
.section-heading h2:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f0f0f0;
	margin-top: -1px;
	z-index: -1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-heading h2:after {
	margin-top: 1px;
}

.section-heading h2 span {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	padding: 0 15px;
	color: #272727;
}

.color-red-bold h2 {
	line-height: 1.1;
}

.color-red-bold h2 span {
	color: red;
	font-weight: 700;
}

.cta-buttons ul {
	text-align: center;
	letter-spacing: -5px;
	margin: 0 -24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cta-buttons ul li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	padding: 0 24px;
	width: 33.33%;
}

.cta-buttons ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #ac1100;
	font-size: 21px;
	line-height: 1.3;
	background: #e32526;
	padding: .714em 1.286em .857em;
	color: #fff;
	border-radius: 5px;
}

.cta-buttons ul li a:hover {
	border-color: #600900;
	background-color: #ef2201;
}

.cta-buttons ul li p {
	margin: 0;
}

.cta-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.cta-section .container {
	text-align: center;
	min-height: 250px;
	white-space: nowrap;
}

.cta-section .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 250px;
}

.cta-section .text {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.cta-section a.btn {
	display: inline-block;
	font-size: 30px;
	vertical-align: middle;
}

.full-width-section {
	text-align: center;
}

.full-width-section h1 {
	margin-bottom: 10px;
}

.full-width-section .full-width-title {
	color: red;
	font-weight: 600;
}

.full-width-section .btn {
	border-color: #ac1100;
	color: #272727;
}

.property-section ul {
	text-align: center;
	margin: 0 -15px;
	letter-spacing: -5px;
}

.property-section ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	width: 25%;
	letter-spacing: 0;
}

.property-section ul .list-wrap {
	background: #f2f2f2;
	font-weight: 400;
	color: #272727;
}

.property-section ul .text {
	padding: 40px 10px 0;
	font-size: 14px;
}

.property-section ul h2 {
	font-size: 27px;
	font-weight: 400;
	color: #272727;
	margin-bottom: 15px;
}

.property-section ul p {
	margin-bottom: 15px;
}

.property-section ul .btn {
	display: block;
	border-radius: 0;
}

.blog-section ul {
	margin: 0 -24px 25px;
}

.blog-section ul li {
	float: left;
	width: 33.33%;
	padding: 0 24px;
	text-align: center;
}

.blog-section ul li a {
	overflow: hidden;
	display: block;
	border: 1px solid #ddd;
	border: 1px solid rgba(0, 0, 0, .15);
	padding: 5px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 .125em .275em 0 rgba(0, 0, 0, .075);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.blog-section ul li a:hover h3 {
	color: #ff2a13;
}

.blog-section ul li a:hover .img-wrap:before,
.blog-section ul li a:hover .img-wrap:after {
	opacity: 1;
}

.blog-section ul h3 {
	color: #272727;
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: -.029em;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blog-section ul .img-wrap {
	padding-top: 56.25%;
	position: relative;
	margin-bottom: 25px;
	border-radius: 2px;
	overflow: hidden;
}

.blog-section ul .img-wrap:before,
.blog-section ul .img-wrap:after {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.blog-section ul .img-wrap:before {
	content: "";
	background: rgba(255, 42, 19, .85);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.blog-section ul .img-wrap:after {
	content: "\f0f6";
	margin: -30px 0 0 -30px;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	z-index: 2;
	font-family: "FontAwesome";
}

.blog-section ul .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-section ul time {
	color: rgba(0, 0, 0, .65);
	text-transform: uppercase;
	font-size: 10px;
}

.blog-section .btn-wrap {
	text-align: center;
}

.two-cols .col {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.relation-section .col {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.relation-section .page-relation-lists {
	padding: 0 0 0 15px;
}

.relation-section .page-relation-lists li {
	margin-bottom: 15px;
}

.relation-section .page-relation-lists li a {
	color: #ff2a13;
	font-size: 17px;
}

.relation-section .page-relation-lists li a:hover {
	color: #c61300;
}

.two-column-with-padding .col {
	padding: 0 15px;
	float: left;
	width: 50%;
}

.two-column-with-padding .col-wrap {
	padding: 20px;
	background: #fff;
}

.two-column-with-padding .img-wrap {
	margin-bottom: 25px;
}

.two-column-with-padding .list-title {
	display: block;
	margin-bottom: 20px;
}

.two-column-with-padding .list-block {
	min-height: 450px;
	background: #f5f5f5;
	padding: 15px 10px;
	margin-bottom: 40px;
	border-radius: 10px;
}

.two-column-with-padding .list-block ul {
	padding: 0;
	margin: 0 0 20px 25px;
}

.two-column-with-padding .list-block li {
	font-size: 17px;
	color: #000;
	margin-bottom: 18px;
}

.two-column-with-padding .col-content small {
	font-size: 72%;
}

.input-wrap {
	margin-bottom: 25px;
	text-align: left;
}

label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

input:not([type="submit"]):not([type="checkbox"]),
select,
textarea {
	width: 100%;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	display: inline-block;
	height: 34px;
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 13px;
	line-height: normal;
	color: #555;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input:not([type="submit"]):not([type="checkbox"]):focus,
select:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .2);
}

input[type="checkbox"] {
	margin-right: 8px;
}

textarea {
	resize: none;
	height: 185px;
	padding: 10px;
}

.submit-wrap {
	text-align: left;
}

.submit-wrap .btn {
	padding: 20px 0;
	width: 300px;
	text-shadow: 0 .075em .075em rgba(0, 0, 0, .5);
	box-shadow: 0 .25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, .75);
	border-radius: 4px;
}

span.wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 5px;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
}

div.wpcf7-response-output {
	margin: 1.5em 0;
	border: none;
	font-size: 14px;
	background: #f7e700;
	padding: 8px 10px;
}

div.wpcf7-validation-errors {
	border: none;
	background: #f00;
	color: #fff;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
	width: 100%;
	float: left;
	background: #f4ce42;
	border: none;
	color: black;
	padding: 10px;
}

div.wpcf7-mail-sent-ok {
	background: #41f456;
}

div.wpcf7 .ajax-loader {
	position: absolute;
}

.subscribe-form {
	max-width: 368px;
	margin: 0 auto;
}

.login-form-wrap {
	margin: 0 auto;
	margin-bottom: 0;
	max-width: 300px;
	position: relative;
	overflow: hidden;
	padding: 26px 24px 36px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
	border-radius: 5px;
	border: 1px solid #ddd;
}

.login-form-wrap #wpmem_msg {
	background: transparent;
	border: none;
}

.login-form-wrap #wpmem_login fieldset {
	margin: 0;
}

.login-form-wrap #wpmem_login legend,
.login-form-wrap #wpmem_login label {
	display: none;
}

.login-form-wrap #wpmem_login .div_text {
	margin-bottom: 20px;
	width: 100%;
}

.login-form-wrap #wpmem_login input:not([type="submit"]):not([type="checkbox"]) {
	height: 36px;
	padding: 4px 8px;
	width: 100%;
	display: inline-block;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: normal;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.login-form-wrap #wpmem_login .username {
	background: url("../images/log.png") no-repeat;
	background-color: transparent;
	padding-left: 36px !important;
}

.login-form-wrap #wpmem_login .password {
	background: url("../images/pwd.png") no-repeat;
	background-color: transparent;
	padding-left: 36px !important;
}

.login-form-wrap #wpmem_login .button_div {
	padding: 48px 0 0;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1;
	width: 100%;
	color: #4a4a4a;
}

.login-form-wrap #wpmem_login .button_div label {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}

.login-form-wrap #wpmem_login .button_div .buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-shadow: 0 .075em .075em rgba(0, 0, 0, .5);
	box-shadow: 0 .25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, .75);
	margin-bottom: 20px;
	padding: 8px;
	background: #e32526;
	color: #fff;
	border: 1px solid #e32526;
	outline: none;
	border-radius: 5px;
	font-size: 16px;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.login-form-wrap #wpmem_login .button_div .buttons:hover {
	border-color: #600900;
	background-color: #ef2201;
}

.login-form-wrap .log-out {
	padding: 10px;
	text-align: center;
	display: block;
	color: #fff;
	width: 100%;
	background: #e32526;
}

.login-form-wrap .log-out:hover {
	background-color: #ef2201;
}

.download-form .input-wrap {
	margin-bottom: 15px;
}

.calculators-block {
	padding: 60px 0;
}

.calculators-block iframe {
	min-height: 600px;
	width: 100%;
	max-width: 100%;
}

.calculators-block #Stamp_Duty_Calculator,
.calculators-block #Leasing_Calculator,
.calculators-block #Interest_Only_Mortgage_Calculator,
.calculators-block #Income_Tax_Calculator,
.calculators-block #Extra_Repayment_Calculator,
.calculators-block #Compound_Interest_Calculator,
.calculators-block #Comparison_Rate_Calculator {
	min-height: 800px;
}

.calculators-block #Property_Selling_Cost_Calculator,
.calculators-block #Borrowing_Power_Calculator {
	min-height: 800px;
}

.calculators-block #Budget_Planner {
	min-height: 2800px;
}

.calculators-block #Split_Loan_Calculator,
.calculators-block #Credit_Card_Calculator {
	min-height: 900px;
}

.calculators-block #Income_Annualisation_Calculator {
	min-height: 800px;
}

.calculators-block #Income_Gross_Up_Calculator {
	min-height: 700px;
}

.calculators-block #Loan_Comparison_Calculator {
	min-height: 900px;
}

.calculators-block #Lump_Sum_Repayment_Calculator {
	min-height: 700px;
}

.calculators-block #Mortgage_Switching_Calculator {
	min-height: 1000px;
}

.calculators-block #Property_Buying_Cost_Calculator {
	min-height: 800px;
}

.calculators-block #RentVsBuyCalculator {
	min-height: 900px;
}

.calculators-block #Reverse_Mortgage_Calculator {
	min-height: 1100px;
}

.calculator-contact-block {
	text-align: center;
}

.calculator-contact-block a:hover {
	opacity: .7;
}

.testimonials-image-block {
	padding: 60px 0 20px;
}

.testimonials-image-block .testimonials-image-list {
	background: #fff;
	padding: 15px 15px 0;
}

.testimonials-image-block ul {
	margin: 0 -8px;
	background: #fff;
}

.testimonials-image-block ul li {
	float: left;
	width: 20%;
	padding: 0 8px;
	margin-bottom: 15px;
}

.testimonials-image-block ul .img-wrap {
	position: relative;
	padding-top: 106%;
}

.testimonials-image-block ul .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.testimonials-content {
	padding: 40px 0 60px;
}

.loan-details {
	padding: 6% 0;
	background: #fff;
}

.loan-details h1 {
	margin-bottom: 35px;
}

.loan-details ol {
	padding-left: 1em;
}

.ad-contact-block a {
	display: block;
	background: #ff2a13;
	color: #fff;
	padding: 25px;
	overflow: hidden;
	-webkit-transition: background .5s ease;
	transition: background .5s ease;
	position: relative;
}

.ad-contact-block a:hover {
	background: #c61300;
	color: #fff;
}

.ad-contact-block a:hover .ad-text {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.ad-contact-block a:hover .icon {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.ad-contact-block .ad-text {
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 26px;
	opacity: 1;
	-webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.ad-contact-block .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
	transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.contact-section {
	padding: 40px 0;
}

.contact-form-block {
	background: #fff;
	padding: 60px;
	border-radius: 4px;
	box-shadow: 0 .15em .35em 0 rgba(0, 0, 0, .135);
}

.contact-form-block .img-wrap {
	text-align: center;
	margin-bottom: 25px;
}

.input-wrap {
	margin-bottom: 25px;
}

label {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

input:not([type="submit"]):not([type="checkbox"]),
select,
textarea {
	width: 100%;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
	display: inline-block;
	height: 34px;
	border: 1px solid #ddd;
	padding: 0 10px;
	font-size: 13px;
	line-height: normal;
	color: #555;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input:not([type="submit"]):not([type="checkbox"]):focus,
select:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .2);
}

input[type="checkbox"] {
	margin-right: 8px;
}

textarea {
	resize: none;
	height: 185px;
	padding: 10px;
}

.submit-wrap .btn {
	padding: 20px 0;
	width: 300px;
	text-shadow: 0 .075em .075em rgba(0, 0, 0, .5);
	box-shadow: 0 .25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, .75);
	border-radius: 4px;
}

span.wpcf7-list-item {
	width: 100%;
	display: block;
	margin: 0 0 5px;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
}

div.wpcf7-response-output {
	margin: 1.5em 0;
	border: none;
	font-size: 14px;
	background: #f7e700;
	padding: 8px 10px;
}

div.wpcf7-validation-errors {
	border: none;
	background: #f00;
	color: #fff;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
	width: 100%;
	float: left;
	background: #f4ce42;
	border: none;
	color: black;
	padding: 10px;
}

div.wpcf7-mail-sent-ok {
	background: #41f456;
}

div.wpcf7 .ajax-loader {
	position: absolute;
}

.page-title {
	overflow: hidden;
}

.page-title h1 {
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	text-align: center;
	line-height: 1;
	font-weight: 300;
}

.page-title h1 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px;
	color: #000;
}

.page-title h1 span:before,
.page-title h1 span:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	width: 275%;
	display: block;
	background-color: #e1e1e1;
	background-color: rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, .795);
}

.page-title h1 span:before {
	right: 100%;
	margin-right: .5em;
}

.page-title h1 span:after {
	left: 100%;
	margin-left: .5em;
}

.article-lists-section {
	padding: 60px 0;
}

#main .article-lists {
	padding-left: 0;
}

#main .article-lists li {
	margin: 0 0 35px;
}

.article-lists {
	margin: 0 -15px;
}

.article-lists li {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}

.article-lists li .img-wrap a {
	display: block;
	position: relative;
	background-color: #000;
	padding-top: 56.25%;
	overflow: hidden;
}

.article-lists li .img-wrap a:before {
	content: "\f0c1";
	position: absolute;
	margin: -36px 0 0 -35px;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	font-size: 42px;
	line-height: 72px;
	text-align: center;
	background-color: #ff2a13;
	text-shadow: 0 .035em 0 rgba(0, 0, 0, .35);
	color: #fff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity .75s ease;
	transition: opacity .75s ease;
	font-family: "FontAwesome";
}

.article-lists li .img-wrap a img {
	-webkit-transition: opacity .75s ease;
	transition: opacity .75s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-lists li .img-wrap a:hover img {
	opacity: .15;
}

.article-lists li .img-wrap a:hover:before {
	opacity: 1;
}

.article-lists .more {
	font-weight: 700;
}

.article-text {
	padding: 30px;
	background: #fff;
	box-shadow: 0 .15em .35em 0 rgba(0, 0, 0, .135);
	border-radius: 0 0 4px 4px;
}

.article-text h2 {
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.article-text h2 a {
	color: #272727;
}

.article-text h2 a:hover {
	color: #ff2a13;
}

.article-text p {
	line-height: 1.5;
}

.article-tag-lists li {
	float: left;
	width: auto;
	padding: 0;
}

.article-tag-lists li a {
	display: block;
	text-align: center;
	position: relative;
	margin: 8px 8px 0 0;
	border: 1px solid rgba(0, 0, 0, .125);
	padding: 10px 15px;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	color: rgba(0, 0, 0, .375);
	background-color: transparent;
	border-radius: 4px;
	box-shadow: inset 0 0 0 transparent, 0 1px 1px rgba(255, 255, 255, .95);
	-webkit-transition: color .3s ease,border-color .3s ease,background-color .3s ease,box-shadow .3s ease;
	transition: color .3s ease,border-color .3s ease,background-color .3s ease,box-shadow .3s ease;
}

.article-tag-lists li a:hover {
	border-color: rgba(0, 0, 0, .25);
	background-color: #fff;
	color: #272727;
}

.article-detail {
	padding: 60px 0;
}

.article-detail h1 {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.widget-area {
	float: right;
	width: 25%;
	padding: 0 15px;
}

.widget-area .search-form {
	position: relative;
}

.widget-area .search-form:before {
	content: "\f002";
	position: absolute;
	left: 12px;
	bottom: 50%;
	display: block;
	margin-bottom: -4px;
	font-size: 12px;
	line-height: 1;
	text-decoration: inherit;
	text-shadow: none;
	color: #272727;
	font-family: "FontAwesome";
}

.widget-area .search-form label {
	width: 100%;
}

.widget-area .search-form input[type="search"] {
	width: 100%;
	display: inline-block;
	height: 34px;
	border: 1px solid #ddd;
	padding: 0 10px 0 30px;
	font-size: 13px;
	line-height: normal;
	color: #555;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}

.widget-area .search-form input[type="search"]:focus {
	border-color: rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .2);
}

.widget-area .search-form input[type="submit"] {
	display: none;
}

.search-form label {
	display: block;
}

#main .widget ul li {
	margin: 0;
}

.widget + .widget {
	margin-top: 38px;
}

.widget ul {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 6px;
	background-color: transparent;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .95);
}

.widget ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	line-height: 1.5;
	box-shadow: 0 1px 1px rgba(255, 255, 255, .95);
	padding: 10px;
	-webkit-transition: background-color .3s ease, color .3s ease;
	transition: background-color .3s ease, color .3s ease;
}

.widget ul li:last-child {
	border-bottom: 0;
}

.widget ul li:hover {
	background: #fff;
}

.widget ul li:hover a {
	color: #ff2a13;
}

.widget ul li a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #848484;
}

.widget.widget_recent_entries li {
	padding: 15px;
}

.widget.widget_recent_entries .widget-title:before {
	content: "\f02d";
	top: -.045em;
	font-size: .875em;
}

.widget.widget_recent_comments .widget-title:before {
	content: "\f086";
	top: -.065em;
	font-size: .895em;
}

.widget.widget_archive .widget-title:before {
	content: "\f040";
	top: -.045em;
	font-size: .925em;
}

.widget.widget_categories .widget-title:before {
	content: "\f02e";
	font-size: .95em;
}

.widget.widget_meta .widget-title:before {
	content: "\f0fe";
	top: -.065em;
	font-size: .895em;
}

.widget .widget-title {
	font-size: 21px;
	margin-bottom: 10px;
	position: relative;
}

.widget .widget-title:before {
	padding-right: .4em;
	font-size: 18px;
	font-family: "fontawesome";
	position: relative;
	opacity: .35;
}

.article-content {
	float: left;
	width: 70%;
	padding: 0 15px;
}

.article-content .article-text {
	padding: 60px;
}

#reply-title {
	margin: 0;
	font-size: 40px;
	line-height: 1.05;
	padding: 15px 0;
	font-weight: 500;
}

.comment-notes {
	font-size: 16px;
	margin-bottom: 16px;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
	width: 100%;
	margin-bottom: .85em;
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 18px;
	border: 1px solid #ddd;
	line-height: normal;
	color: #555;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.comment-form textarea {
	resize: none;
	height: 226px;
}

.comment-form label {
	font-size: 27px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2px;
}

.comment-form label .required {
	color: #ff2a13;
}

.comment-form input[type="submit"] {
	display: inline-block;
	position: relative;
	border: 1px solid #ac1100;
	padding: .563em 1.125em .813em;
	cursor: pointer;
	font-size: 16px;
	font-weight: inherit;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #ff2a13;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	text-shadow: 0 .075em .075em rgba(0, 0, 0, .5);
	box-shadow: 0 .25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, .75);
	border-radius: 4px;
}

.comment-form input[type="submit"]:hover {
	color: #fff;
	border-color: #600900;
	background-color: #ef2201;
	text-shadow: 0 .075em .075em rgba(0, 0, 0, .5);
	box-shadow: 0 .25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, .75);
}

#comments {
	padding: 60px 0;
}

#comments .comments-title {
	font-size: 40px;
}

#comments .comments-title span {
	position: relative;
}

#comments .comments-title small {
	position: absolute;
	top: -4px;
	right: -40px;
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
	color: #fff;
	background-color: #ff2a13;
	border-radius: 100em;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .3), 0 2px 1px #fff;
}

.comment-list {
	padding: 0 !important;
	list-style: none;
}

.comment-list ol {
	list-style: none !important;
}

.x-comment-img {
	float: left;
}

.x-comment-img .avatar-wrap {
	display: block;
	position: relative;
}

.x-comment-img .avatar-wrap:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .45), 0 1px 0 0 rgba(255, 255, 255, .85);
}

.x-comment-img .avatar-wrap img {
	width: 60px;
	border-right: 4px;
}

article.comment {
	position: relative;
	margin: 0 0 30px 89px;
	padding: 30px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 .15em .35em 0 rgba(0, 0, 0, .135);
}

.x-comment-header {
	margin-bottom: 18px;
}

.x-comment-author,
.x-comment-time {
	font: 300 24px/1 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -1px;
	line-height: 1;
}

.x-comment-author a {
	color: #272727;
}

.x-comment-author a:hover {
	color: #c61300;
}

.x-comment-time {
	color: #848484;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.comment-edit-link {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.comment-reply-link {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

.comment-reply-link-after {
	position: relative;
	bottom: 1px;
	font-size: .722em;
	line-height: 1;
}

.archive-block {
	padding: 60px 0;
}

.archive-block .page-title {
	margin-bottom: 40px;
	text-align: center;
}

.archive-block .page-title h1 {
	margin-bottom: 15px;
}

.archive-block .page-title p {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 1.3;
	margin-bottom: 0;
}

.archive-block .tags-listing {
	float: left;
	width: 70%;
	padding: 0 15px;
}

.archive-block .tags-list > li + li {
	margin-top: 65px;
}

.archive-block .tags-list .img-wrap a {
	display: block;
	position: relative;
	background-color: #000;
}

.archive-block .tags-list .img-wrap a:before {
	content: "\f0c1";
	position: absolute;
	margin: -36px 0 0 -35px;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	font-size: 42px;
	line-height: 72px;
	text-align: center;
	background-color: #ff2a13;
	text-shadow: 0 .035em 0 rgba(0, 0, 0, .35);
	color: #fff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity .75s ease;
	transition: opacity .75s ease;
	font-family: "FontAwesome";
}

.archive-block .tags-list .img-wrap a img {
	-webkit-transition: opacity .75s ease;
	transition: opacity .75s ease;
}

.archive-block .tags-list .img-wrap a:hover img {
	opacity: .15;
}

.archive-block .tags-list .img-wrap a:hover:before {
	opacity: 1;
}

.archive-block .article-text h2 {
	font-size: 35px;
}

.search-block .article-text {
	padding: 60px;
}

.search-block .article-text.search-text {
	margin-bottom: 0;
}

.search-block .article-text.search-text p {
	margin-bottom: 0;
}

.error-404 {
	padding: 60px 0;
}

.error-404 .page-header {
	max-width: 800px;
	margin: 0 auto;
}

.error-404 .page-title {
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}

.error-404 .page-title h1 {
	margin-bottom: 15px;
}

.error-404 .page-title p {
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 1.3;
	font-weight: 500;
	margin-bottom: 35px;
}

.error-404 .page-content {
	padding: 60px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 .15em .35em 0 rgba(0, 0, 0, .135);
	margin: 0;
}

.error-404 .content-wrap {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}

.error-404 .content-wrap p {
	font-size: 21px;
	line-height: 1.5;
}

.error-404 .search-form {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.error-404 .search-form:before {
	content: "\f002";
	position: absolute;
	left: 12px;
	bottom: 50%;
	display: block;
	margin-bottom: -6px;
	font-size: 12px;
	line-height: 1;
	text-decoration: inherit;
	text-shadow: none;
	color: #272727;
	font-family: "FontAwesome";
}

.error-404 .search-form input[type="search"] {
	width: 100%;
	display: inline-block;
	height: 34px;
	border: 1px solid #ddd;
	padding: 0 10px 0 30px;
	font-size: 13px;
	line-height: normal;
	color: #555;
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}

.error-404 .search-form input[type="search"]:focus {
	border-color: rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .2);
}

.error-404 .search-form input[type="submit"] {
	display: none;
}

.thankyou-section {
	text-align: center;
	padding: 40px 0;
}

.thankyou-section .text {
	display: block;
	padding: 60px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 .15em .35em 0 rgba(0, 0, 0, .135);
}

body {
	background: url("../images/bg-integrity-1.png");
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.row {
	margin: 0 -15px;
}

.right-align {
	float: right;
}

.textalign-left {
	text-align: left;
}

.bg-white {
	background: #fff;
}

.no-border td,
.no-border th {
	border: none;
	padding-left: 0;
}

.btn {
	border: 1px solid #e32526;
	padding: 10px 30px;
	display: inline-block;
	vertical-align: top;
}

.btn + .btn {
	margin-left: 15px;
}

.btn:hover {
	color: #fff;
	background: #ff2a13;
	border-color: #ff2a13;
}

.btn.btn-primary {
	border-radius: 5px;
	background: #e32526;
	color: #fff;
}

.btn.btn-primary:hover {
	border-color: #600900;
	background-color: #ef2201;
}

.btn-link {
	text-transform: uppercase;
}

.btn-link:hover {
	color: #000;
}

.section {
	padding: 60px 0;
	margin-bottom: 60px;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

#main p {
	line-height: 1.5;
}

#main ul li,
#main ol li {
	margin-bottom: 6px;
}

.download-section {
	text-align: center;
}

@media (max-width: 1199px) {
	#nav .drop > ul > li > a {
		padding: 37px 10px 0;
	}

	.widget-area {
		width: 28%;
	}

	.article-content {
		width: 67%;
	}

	.archive-block .tags-listing {
		width: 67%;
	}
}

@media (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 44px;
	}

	#nav {
		height: auto;
	}

	#nav .nav-opener {
		display: block;
		padding: 11px 15px;
		margin: 0 auto 20px;
		width: 50px;
		height: 46px;
		color: #b7b7b7;
		background-color: #fff;
		box-shadow: inset 0 0 0 transparent, 0 1px 5px rgba(0, 0, 0, .25);
		border-radius: 4px;
	}

	#nav .nav-wrap {
		padding-top: 19px;
	}

	#nav .drop {
		display: none;
		max-width: 88%;
		margin: 0 auto 25px;
		-webkit-overflow-scrolling: touch;
	}

	#nav .drop > ul {
		text-align: left;
	}

	#nav .drop > ul > li {
		width: 100%;
		border-top: 1px solid #f2f2f2;
	}

	#nav .drop > ul > li.current-menu-item > a {
		box-shadow: none;
	}

	#nav .drop > ul > li:hover > ul {
		display: none;
	}

	#nav .drop > ul > li:hover > a {
		box-shadow: none;
	}

	#nav .drop > ul > li.menu-item-has-children a {
		padding-right: 40px;
		position: relative;
	}

	#nav .drop > ul > li.menu-item-has-children a span {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		bottom: 0;
		display: block;
		cursor: default;
	}

	#nav .drop > ul > li.menu-item-has-children a span:before {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 18px;
	}

	#nav .drop > ul > li.menu-item-has-children ul li.menu-item-has-children:hover ul {
		display: none;
	}

	#nav .drop > ul > li.menu-item-has-children ul a {
		padding-right: 0;
	}

	#nav .drop > ul > li.menu-login.current-menu-item a:hover {
		box-shadow: none;
	}

	#nav .drop > ul > li.menu-search {
		padding-top: 25px;
	}

	#nav .drop > ul > li.menu-search a {
		border-radius: 4px;
		border: 1px solid;
		text-align: center;
	}

	#nav .drop > ul > li.menu-search .search {
		display: inline-block;
		vertical-align: top;
	}

	#nav .drop > ul > li > a {
		height: auto;
		padding: 14px 0;
		position: relative;
		font-size: 14px;
		line-height: 1.5;
	}

	#nav .drop > ul ul {
		position: static;
		box-shadow: none;
		border-radius: 0;
		padding: 0 0 0 30px;
		max-height: auto;
	}

	#nav .drop > ul ul > li {
		border-top: 1px solid #f2f2f2;
	}

	#nav .drop > ul ul > li:hover > a {
		background-color: transparent;
	}

	#nav .drop > ul ul a {
		font-size: 14px;
		line-height: 1.5;
		padding: 14px 0;
		white-space: normal;
	}

	.banner-section .btn {
		float: none;
		margin: 0 auto 10px;
		padding: 12px 15px;
	}

	.banner-section .btn + .btn {
		margin: 0 auto 10px;
	}

	.banner-section .btn.right-align {
		float: none;
	}

	.property-section ul li {
		width: 50%;
		margin-bottom: 20px;
	}

	.blog-section ul {
		margin: 0 -15px 25px;
	}

	.blog-section ul li {
		padding: 0 15px;
	}

	.ad-contact-block a {
		padding: 15px;
	}

	.ad-contact-block .ad-text {
		font-size: 18px;
	}

	.ad-contact-block .icon {
		font-size: 40px;
	}

	.article-lists li {
		width: 50%;
	}

	.widget-area {
		width: 33%;
	}

	.article-content .article-text {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	h1,
	.h1 {
		font-size: 26px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	h3,
	.h3 {
		font-size: 20px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	.logo {
		max-width: 150px;
		margin: 0 auto;
	}

	.searchform-overlay .form-label {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.searchform-overlay .search-form input[type="search"] {
		font-size: 54px;
	}

	.banner-section .banner-heading,
	.banner-section .banner-sub-heading {
		display: none;
	}

	.banner-section .banner-sub-heading {
		display: none;
	}

	.banner-section .button-block {
		text-align: center;
	}

	.banner-slider .slick-slide {
		min-height: 200px;
	}

	.content-banner-slider .slick-slide {
		min-height: 200px;
	}

	.bonus-list {
		margin-bottom: 35px;
	}

	.bonus-list ul li {
		float: none;
		width: 100%;
	}

	.bonus-list ul li a {
		padding: 20px 10px;
		font-size: 18px;
	}

	.rate-lists ul li {
		float: none;
		width: 100%;
		font-size: 16px;
		margin-bottom: 35px;
	}

	.rate-lists ul li .percentage {
		line-height: 1.5;
	}

	.intereset-block .disclaimer {
		margin-bottom: 20px;
	}

	.cta-buttons ul {
		margin: 0;
		display: block;
	}

	.cta-buttons ul li {
		float: none;
		width: 100%;
		padding: 0;
	}

	.cta-buttons ul li a {
		padding: .714em 1em .857em;
		height: auto;
	}

	.cta-section .container {
		min-height: 100px;
	}

	.cta-section .container:after {
		height: 100px;
	}

	.cta-section a.btn {
		font-size: 20px;
	}

	.blog-section ul li {
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto 25px;
	}

	.two-cols .col {
		width: 100%;
	}

	.relation-section .col {
		width: 100%;
	}

	.relation-section .page-relation-lists li {
		margin-bottom: 10px;
	}

	.relation-section .page-relation-lists li a {
		font-size: 14px;
	}

	.two-column-with-padding .col {
		width: 100%;
		margin-bottom: 25px;
	}

	.two-column-with-padding .col-wrap {
		padding: 10px;
	}

	.two-column-with-padding .list-block {
		min-height: 0;
	}

	.two-column-with-padding .list-block li {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.input-wrap {
		margin-bottom: 15px;
	}

	textarea {
		height: 120px;
	}

	.calculators-block {
		padding: 40px 0;
	}

	.calculators-block iframe {
		min-height: 1200px;
	}

	.calculators-block #Stamp_Duty_Calculator,
	.calculators-block #Leasing_Calculator,
	.calculators-block #Interest_Only_Mortgage_Calculator,
	.calculators-block #Income_Tax_Calculator,
	.calculators-block #Extra_Repayment_Calculator,
	.calculators-block #Compound_Interest_Calculator,
	.calculators-block #Comparison_Rate_Calculator {
		min-height: 1400px;
	}

	.calculators-block #Property_Selling_Cost_Calculator,
	.calculators-block #Borrowing_Power_Calculator {
		min-height: 1700px;
	}

	.calculators-block #Budget_Planner {
		min-height: 4000px;
	}

	.calculators-block #Split_Loan_Calculator,
	.calculators-block #Credit_Card_Calculator {
		min-height: 1500px;
	}

	.calculators-block #Income_Annualisation_Calculator {
		min-height: 1000px;
	}

	.calculators-block #Income_Gross_Up_Calculator {
		min-height: 900px;
	}

	.calculators-block #Loan_Comparison_Calculator {
		min-height: 1800px;
	}

	.calculators-block #Lump_Sum_Repayment_Calculator {
		min-height: 1400px;
	}

	.calculators-block #Mortgage_Switching_Calculator {
		min-height: 1900px;
	}

	.calculators-block #Property_Buying_Cost_Calculator {
		min-height: 1900px;
	}

	.calculators-block #RentVsBuyCalculator {
		min-height: 2000px;
	}

	.calculators-block #Reverse_Mortgage_Calculator {
		min-height: 2000px;
	}

	.testimonials-image-block {
		padding: 30px 0 10px;
	}

	.testimonials-image-block .testimonials-image-list {
		padding: 10px 10px 0;
	}

	.testimonials-image-block ul {
		padding: 0 -5px;
	}

	.testimonials-image-block ul li {
		padding: 0 5px;
		margin-bottom: 10px;
		width: 33.33%;
	}

	.testimonials-content {
		padding: 20px 0 30px;
	}

	.loan-details {
		padding: 30px 0;
	}

	.loan-details h1 {
		margin-bottom: 20px;
	}

	.contact-form-block {
		padding: 30px 15px;
	}

	.input-wrap {
		margin-bottom: 15px;
	}

	textarea {
		height: 120px;
	}

	.page-title h1 {
		margin-bottom: 20px;
	}

	.article-lists-section {
		padding: 30px 0;
	}

	#main .article-lists li {
		margin-bottom: 25px;
	}

	.article-text {
		padding: 20px 15px;
	}

	.article-detail {
		padding: 30px 0;
	}

	.article-detail h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.widget-area {
		width: 100%;
		float: none;
	}

	.article-content {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}

	.article-content .article-text {
		padding: 20px 15px;
	}

	#reply-title {
		font-size: 32px;
	}

	.comment-notes {
		font-size: 14px;
	}

	.comment-form input:not([type="submit"]),
	.comment-form textarea {
		font-size: 13px;
	}

	.comment-form textarea {
		height: 120px;
	}

	.comment-form label {
		font-size: 22px;
	}

	.comment-form p {
		margin-bottom: 10px;
	}

	.x-comment-img {
		float: none;
		max-width: 60px;
		margin: 0 auto 25px;
	}

	article.comment {
		margin-left: 0;
		padding: 30px 15px;
	}

	.x-comment-author,
	.x-comment-time {
		font-size: 20px;
	}

	.comment-reply-link {
		font-size: 18px;
	}

	.archive-block {
		padding: 30px 0;
	}

	.archive-block .page-title {
		margin-bottom: 25px;
	}

	.archive-block .page-title p {
		font-size: 18px;
		letter-spacing: 0;
	}

	.archive-block .tags-listing {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}

	.archive-block .tags-list > li + li {
		margin-top: 30px;
	}

	.archive-block .article-text h2 {
		font-size: 23px;
	}

	.search-block .article-text {
		padding: 20px 15px;
	}

	.error-404 {
		padding: 30px 0;
	}

	.error-404 .page-title h1 {
		margin-bottom: 10px;
	}

	.error-404 .page-title p {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.error-404 .page-content {
		padding: 30px 15px;
	}

	.error-404 .content-wrap p {
		font-size: 16px;
	}

	.thankyou-section {
		padding: 30px 0;
	}

	.thankyou-section .text {
		padding: 30px;
	}

	.btn + .btn {
		margin: 15px 0 0;
	}

	.section {
		padding: 30px 0;
		margin-bottom: 30px;
	}

	#main p {
		line-height: 1.4;
	}

	#main ul,
	#main ol {
		padding-left: 1em;
	}
}

@media (max-width: 639px) {
	#nav .drop {
		max-width: 100%;
	}

	.property-section ul li {
		width: 100%;
	}

	.property-section ul h2 {
		font-size: 22px;
	}

	.article-lists li {
		width: 100%;
	}
}

@media (max-width: 479px) {
	.searchform-overlay .form-label {
		font-size: 14px;
	}

	.submit-wrap .btn {
		width: 100%;
		padding: 15px 0;
	}

	.ad-contact-block .ad-text {
		font-size: 14px;
	}

	.submit-wrap .btn {
		width: 100%;
		padding: 15px 0;
	}
}
