/*
Theme name: Loan Place
Description: Custom Theme
*/

/******* Loan Place WordPress CSS *******/

/* Common elements styling */
.post .entry h1 { font-size: 20px; line-height: 30px}
.post .entry h2 { font-size: 18px; line-height: 27px}
.post .entry h3 { font-size: 16px; line-height: 24px}
.post .entry h4 { font-size: 14px; line-height: 21px}
.post .entry h5 { font-size: 12px; line-height: 18px}
.post .entry h6 { font-size: 10px; line-height: 15px}

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; }

/******* /Loan Place WordPress CSS *******/

/* ==========================================================================
	#Reset
========================================================================== */
* { padding: 0; margin: 0; outline: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section { display: block; }

/* ==========================================================================
	#Base
========================================================================== */
html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; }
body { min-width: 1100px; background: #fff; font-family: "Abeeze", Arial, sans-serif; font-size: 16px; line-height: 1.60; letter-spacing: 0.02em; color: #000; font-weight: 300; }

a { color: #595959; cursor: pointer; text-decoration: none; }
a:hover { text-decoration: none; }

h3 { font-size: 21px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; }

strong { font-weight: bold; }

img { border: 0; vertical-align: middle; }
textarea { resize: none; overflow: auto; }

ul,
ol { list-style-position: inside; }

em { font-family: "Crimson Text", serif; font-size: 19px; line-height: 1.3; color: #525355; }

/* ==========================================================================
	#Helpers
========================================================================== */
.alignleft { float: left; }
.alignright { float: right; }

.home-new .intro-content:after,
.home-new .intro-content:before,
.home-new .intro .shell:after,
.home-new .intro .shell:before,
.clearfix:before,
.field-row:after,
.clearfix:after { display: table; content: ' '; }
.home-new .intro-content:after,
.home-new .intro .shell:after,
.field-row:after,
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==========================================================================
	#Buttons
========================================================================== */
.btn { display: inline-block; font-family: "Cartoon", serif; font-size: 18px; color: #fff; text-transform: uppercase; }
.btn {
	-webkit-transition: box-shadow 0.5s;
	     -o-transition: box-shadow 0.5s;
	        transition: box-shadow 0.5s;
}
.btn-green {
	background: rgb(107,177,53);
	background: -moz-linear-gradient(top,  rgba(107,177,53,1) 0%, rgba(107,177,53,1) 18%, rgba(102,169,66,1) 43%, rgba(98,164,67,1) 55%, rgba(97,161,75,1) 70%, rgba(97,161,74,1) 85%, rgba(100,166,68,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(107,177,53,1)), color-stop(18%,rgba(107,177,53,1)), color-stop(43%,rgba(102,169,66,1)), color-stop(55%,rgba(98,164,67,1)), color-stop(70%,rgba(97,161,75,1)), color-stop(85%,rgba(97,161,74,1)), color-stop(100%,rgba(100,166,68,1)));
	background: -webkit-linear-gradient(top,  rgba(107,177,53,1) 0%,rgba(107,177,53,1) 18%,rgba(102,169,66,1) 43%,rgba(98,164,67,1) 55%,rgba(97,161,75,1) 70%,rgba(97,161,74,1) 85%,rgba(100,166,68,1) 100%);
	background: -o-linear-gradient(top,  rgba(107,177,53,1) 0%,rgba(107,177,53,1) 18%,rgba(102,169,66,1) 43%,rgba(98,164,67,1) 55%,rgba(97,161,75,1) 70%,rgba(97,161,74,1) 85%,rgba(100,166,68,1) 100%);
	background: -ms-linear-gradient(top,  rgba(107,177,53,1) 0%,rgba(107,177,53,1) 18%,rgba(102,169,66,1) 43%,rgba(98,164,67,1) 55%,rgba(97,161,75,1) 70%,rgba(97,161,74,1) 85%,rgba(100,166,68,1) 100%);
	background: linear-gradient(to bottom,  rgba(107,177,53,1) 0%,rgba(107,177,53,1) 18%,rgba(102,169,66,1) 43%,rgba(98,164,67,1) 55%,rgba(97,161,75,1) 70%,rgba(97,161,74,1) 85%,rgba(100,166,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bb135', endColorstr='#64a644',GradientType=0 );
 }
.btn-green { height: 41px; padding: 0 14px; border-radius: 21px; line-height: 41px; }
.btn-green-medium { height: 45px; line-height: 45px; padding: 0 21px; }
.btn-green:hover { box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
.btn-green-small { height: 26px; line-height: 26px; text-transform: none; }

.btn-dark-green { border-top: 1px solid #4ca224; border-bottom: 1px solid #4ca224; border-radius: 18px; text-transform: none; }
.btn-dark-green {
	background: rgb(108,177,76);
	background: -moz-linear-gradient(top,  rgba(108,177,76,1) 0%, rgba(102,169,71,1) 23%, rgba(79,137,52,1) 81%, rgba(74,130,47,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,177,76,1)), color-stop(23%,rgba(102,169,71,1)), color-stop(81%,rgba(79,137,52,1)), color-stop(100%,rgba(74,130,47,1)));
	background: -webkit-linear-gradient(top,  rgba(108,177,76,1) 0%,rgba(102,169,71,1) 23%,rgba(79,137,52,1) 81%,rgba(74,130,47,1) 100%);
	background: -o-linear-gradient(top,  rgba(108,177,76,1) 0%,rgba(102,169,71,1) 23%,rgba(79,137,52,1) 81%,rgba(74,130,47,1) 100%);
	background: -ms-linear-gradient(top,  rgba(108,177,76,1) 0%,rgba(102,169,71,1) 23%,rgba(79,137,52,1) 81%,rgba(74,130,47,1) 100%);
	background: linear-gradient(to bottom,  rgba(108,177,76,1) 0%,rgba(102,169,71,1) 23%,rgba(79,137,52,1) 81%,rgba(74,130,47,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cb14c', endColorstr='#4a822f',GradientType=0 );
}
.btn-dark-green:hover { box-shadow: 0 5px 10px rgba(0,0,0,0.2); }

.btn-dark { padding: 0 27px; background: #464646; font-family: "Cartoon", Arial, sans-serif; font-size: 25px; color: #fff; }
.btn-dark-large { height: 59px; line-height: 59px; border-radius: 30px; }
.btn-dark-large:hover { box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
.btn-dark-medium { height: 45px; border-radius: 22px; line-height: 45px; font-size: 19px; letter-spacing: 0; }

.doll-image-head { display: none; max-width: 100%; height: auto; }
.fixed-actions { display: inline-block; }
.header.quotes-btn-fixed .doll-image-head { display: block; margin: 0 auto 21px auto; }
.quotes-btn-fixed .btn-green { position: relative; padding: 6px 62px 6px 16px; border-radius: 27px; }
.quotes-btn-fixed .btn-green:after { position: absolute; top: 11px; right: 18px; width: 30px; height: 30px; background: url(images/black-arrow.png) 0 0 no-repeat; content: ''; }
.nav .btn-green {
	/* background: rgb(210, 158, 121);
	background: -moz-linear-gradient(to bottom, hsl(25, 50%, 65%) 0%,hsl(25, 67%, 61%) 18%,hsl(29, 81%, 56%) 43%,hsl(32, 64%, 56%) 55%,hsl(30, 61%, 55%) 70%,hsl(26, 68%, 50%) 85%,hsl(31, 43%, 44%) 100%);
	background: -webkit-gradient(to bottom, hsl(25, 50%, 65%) 0%,hsl(25, 67%, 61%) 18%,hsl(29, 81%, 56%) 43%,hsl(32, 64%, 56%) 55%,hsl(30, 61%, 55%) 70%,hsl(26, 68%, 50%) 85%,hsl(31, 43%, 44%) 100%);
	background: -webkit-linear-gradient(to bottom, hsl(25, 50%, 65%) 0%,hsl(25, 67%, 61%) 18%,hsl(29, 81%, 56%) 43%,hsl(32, 64%, 56%) 55%,hsl(30, 61%, 55%) 70%,hsl(26, 68%, 50%) 85%,hsl(31, 43%, 44%) 100%);
	background: -o-linear-gradient(to bottom, hsl(25, 50%, 65%) 0%,hsl(25, 67%, 61%) 18%,hsl(29, 81%, 56%) 43%,hsl(32, 64%, 56%) 55%,hsl(30, 61%, 55%) 70%,hsl(26, 68%, 50%) 85%,hsl(31, 43%, 44%) 100%);
	background: -ms-linear-gradient(to bottom, hsl(25, 50%, 65%) 0%,hsl(25, 67%, 61%) 18%,hsl(29, 81%, 56%) 43%,hsl(32, 64%, 56%) 55%,hsl(30, 61%, 55%) 70%,hsl(26, 68%, 50%) 85%,hsl(31, 43%, 44%) 100%);
	background: linear-gradient(to bottom, hsl(25, 50%, 65%) 0%,hsl(25, 67%, 61%) 18%,hsl(29, 81%, 56%) 43%,hsl(32, 64%, 56%) 55%,hsl(30, 61%, 55%) 70%,hsl(26, 68%, 50%) 85%,hsl(31, 43%, 44%) 100%); */
}
.home-new .btn-orange:hover { box-shadow: none; }
.home-new .btn-orange { padding: 0 27px; color: #000; box-shadow: 0 25px 23px -16px rgba(0,0,0,0.3);
	background: rgb(247,179,101);
	background: -moz-linear-gradient(top,  rgba(247,179,101,1) 0%, rgba(247,169,79,1) 28%, rgba(249,146,23,1) 75%, rgba(249,137,2,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,179,101,1)), color-stop(28%,rgba(247,169,79,1)), color-stop(75%,rgba(249,146,23,1)), color-stop(100%,rgba(249,137,2,1)));
	background: -webkit-linear-gradient(top,  rgba(247,179,101,1) 0%,rgba(247,169,79,1) 28%,rgba(249,146,23,1) 75%,rgba(249,137,2,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,179,101,1) 0%,rgba(247,169,79,1) 28%,rgba(249,146,23,1) 75%,rgba(249,137,2,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,179,101,1) 0%,rgba(247,169,79,1) 28%,rgba(249,146,23,1) 75%,rgba(249,137,2,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,179,101,1) 0%,rgba(247,169,79,1) 28%,rgba(249,146,23,1) 75%,rgba(249,137,2,1) 100%);
}
.home-new .btn-orange .ico-right-arrow-small { position: relative; top: -2px; width: 28px; height: 28px; background: url(images/arrow-dark.png) no-repeat 0 0; vertical-align: middle; }
.nav a.btn-green {
	background: rgb(247,181,106);
	background: -moz-linear-gradient(top,  rgba(247,181,106,1) 0%, rgba(249,135,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,181,106,1)), color-stop(100%,rgba(249,135,0,1)));
	background: -webkit-linear-gradient(top,  rgba(247,181,106,1) 0%,rgba(249,135,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,181,106,1) 0%,rgba(249,135,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,181,106,1) 0%,rgba(249,135,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,181,106,1) 0%,rgba(249,135,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b56a', endColorstr='#f98700',GradientType=0 );
}

 /* ==========================================================================
 	#Icons
 ========================================================================== */
.ico { display: inline-block; }
.ico-arrow-white { width: 30px; height: 30px; position: relative; right: -6px; top: -2px; background: url(images/ico-arrow-green.png) 0 0 no-repeat; vertical-align: middle; }
.steps-alt .ico-number { width: 81px; height: 87px; background: url(images/ico-large-bullet.png) 0 0 no-repeat; }
.ico-number { width: 72px; height: 75px; background: url(images/ico-bullet-image-small.png) 0 0 no-repeat; }
.ico-learn,
.ico-connect,
.ico-compare { background: url(images/sprite-icons.png) no-repeat; }

.ico-circle-arrow { width: 30px; height: 30px; margin-top: -5px; margin-left: 20px; background: url(images/btn-dark-arrow.png) 0 0 no-repeat; vertical-align: middle; }
.ico-right-arrow-small { width: 10px; height: 13px; margin-left: 10px; background: url(images/right-arrow-black-btn-small.png) 0 0 no-repeat; }

.ico-learn { width: 53px; height: 72px; background-position: -86px 0px; }
.ico-connect { width: 84px; height: 78px; background-position: 0px 0px; }
.ico-compare { width: 59px; height: 64px; background-position: -141px 0px; }

.services .ico { height: 60px; background: url(images/sprite-icons.png) no-repeat; }
.service .ico-car { width: 106px; background-position: -94px -80px; }
.service .ico-truck { width: 84px; background-position: -91px -204px; }
.service .ico-motorbike { width: 92px; background-position: 0px -80px; }
.service .ico-boat { width: 77px; background-position: -202px -62px; }
.service .ico-caravan { width: 96px; height: 59px; background-position: -310px 0px; }
.service .ico-motorhome { width: 89px; background-position: -173px -142px; }
.service:hover .ico-truck { background-position: -177px -204px; }
.service:hover .ico-car { background-position: -202px 0px; }
.service:hover .ico-boat { background-position: 0px -142px; }
.service:hover .ico-caravan { background-position: -310px -61px; }
.service:hover .ico-motorhome { background-position: 0px -204px; }
.service:hover .ico-motorbike { background-position: -79px -142px; }

/* ==========================================================================
	#Containers
========================================================================== */
.shell { max-width: 1000px; margin: 0 auto; }
.content { float: right; width: 732px; }
.sidebar { float: left; width: 212px; }
.content,
.sidebar { padding-top: 11px; }

/* ==========================================================================
	#Bar
========================================================================== */
.bar { height: 30px; padding-top: 11px; background: #464646; }
.bar .contacts { float: right; }
.bar .contacts ul { height: 41px; list-style: none outside none; }
.bar .contacts li { float: left; height: 23px; line-height: 23px; }
.bar .contacts li:first-child { padding: 0 18px 0 29px; background: url(images/ico-message-white.png) 0 center no-repeat; border-right: 1px solid #595959; }
.bar .contacts li:first-child + li { padding-left: 40px; background: url(images/ico-phone-white.png) 15px center no-repeat; border-left: 1px solid #393939; }
.bar .contacts a { font-family: "Cartoon", serif; font-size: 18px; line-height: 1; color: #fff; }
.bar .phone span { padding-left: 6px; }

/* ==========================================================================
	#Header
========================================================================== */
.header { height: 92px; padding-top: 15px; }
.header.quotes-btn-fixed .fixed-actions { position: fixed; top: 30px; right: 6%; z-index: 500; }
.header-inner { float: right; }
.logo { float: left; overflow: hidden; display: block; width: 300px; height: 59px; background: url(images/logo-retina.png) no-repeat; text-indent: 100%; white-space: nowrap; -webkit-background-size: contain; background-size: contain; }
.mobile-only {display:none;}
/* ==========================================================================
	#Main
========================================================================== */
.main { padding-bottom: 69px; }
.main-inner { overflow: hidden; padding: 39px 0 0 17px; background: url(images/main-top-bg.png) center 0 no-repeat; background-size: 100% 224px; }
.main-alt .main-inner { padding-left: 9px; }
.main-contact .main-inner { background-size: 100% 120px; }
.content-title,
.page-title { font-family: "Cartoon", serif; font-size: 28px; line-height: 1.1; color: #595959; text-transform: uppercase; letter-spacing: 0.04em; }
.content-title span,
.page-title span { color: #5e9f4c; }
.content-title { font-size: 33px; }
.title-section .page-title { float: left; }
.title-section .title-image { float: right; height: 60px; width: auto; margin-top: -30px; }

/* ==========================================================================
	#Nav
========================================================================== */
.btn-nav { display: none; }
.nav { padding: 32px 7px 0 0; }
.nav ul { float: left; margin: 12px 10px 0 0; list-style: none outside none; }
.home-new .nav ul { margin: 12px 7px 0 0; }
.nav li { float: left; height: 17px; padding-right: 15px; line-height: 17px; }
.nav li:last-child { padding-right: 0; }
.nav li + li { padding-left: 14px; border-left: 1px solid #c3c3c3; }
.nav a { font-family: "Cartoon", serif; font-size: 17px; line-height: 17px; color: #595959; text-transform: uppercase; }

.nav .current-menu-item a,
.nav a:hover { color: #6bb135; }

.nav .btn-green { float: right; font-size: 19px; color: #000; line-height: 41px; letter-spacing: 0; }
.nav .btn-green:hover { color: #000; }

/* ==========================================================================
	#Article
========================================================================== */
.main-about .article { padding-top: 14px; }
.main-about .article-entry p { padding-bottom: 10px; }
.main-about .article-entry .btn { margin-top: 32px; }
.article { padding-top: 32px; }
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 { padding-bottom: 12px; font-family: "Acme", serif; color: #5e5d5d; }

.article-entry strong { font-weight: bold; }

.article-entry h3 { font-size: 21px; line-height: 1.4; letter-spacing: 0.05em; }
.article-entry h4 { font-size: 18px; }
.article-entry p { padding-bottom: 10px; }
.article-entry p .btn { position: relative; margin: 10px 0 0 0px; text-align: center; }
.article-entry .center { text-align: center; }
.article-entry .left { text-align: left; }
.article-entry .right { text-align: right; }

/* ==========================================================================
	#Section About
========================================================================== */
.section-about { padding-top: 45px; }
.section-about .cols { overflow: hidden; }
.section-about .col-size1 { float: left; width: 500px; }
.section-about .col-size2 { float: right; width: 365px; }

.section-about h4,
.section-about h5 { font-family: "Acme", Arial, sans-serif; }
.section-about h4 { padding-bottom: 24px; font-size: 18px; line-height: 1.4; color: #5e5d5d; }
.section-about ul { padding-bottom: 45px; }

.section-about .video h4 { margin-left: 71px; }

/* ==========================================================================
	#Section Intro
========================================================================== */
.section-intro { padding-top: 40px; background: url(images/main-top-bg.png) center 0 no-repeat; }
.intro { position: relative; padding-bottom: 207px; background: url(images/intro-bg-floor.jpg) 0 bottom no-repeat; background-size: 100% auto; }
.intro .shell { overflow: hidden; }
.intro h1 { font-family: "OrangeJuice", serif; font-size: 36px; line-height: 1; color: #5a5959; letter-spacing: 0; text-transform: uppercase; text-align: center; }
.intro h1 span { color: #5e9f4c; }
.intro h1 sup { position: relative; top: 3px; font-family: "Abeeze Italic", Arial, sans-serif; font-size: 14px; color: #5e9f4c; letter-spacing: 0.02em; vertical-align: middle; }
.intro h1 em { font-family: "Cartoon", serif; font-size: inherit; font-style: normal; }
.intro-actions { padding-top: 25px; margin-left: 276px; }
.intro-actions ul { list-style: none outside none; text-align: center; }
.intro-actions li { display: inline-block; }
.intro-actions li + li { padding-left: 168px; }
.intro-actions a { font-family: "Cartoon", serif; font-size: 25px; line-height: 1.2; color: #69ae38; text-transform: uppercase; }
.intro-actions a:hover { font-style: italic; }
.intro-content { overflow: hidden; margin: 23px 0 0; }
.intro-content .list-pros { float: right; width: 687px; }
.intro-content li .title { float: left; display: block; width: 135px; }
.intro-content .new-line { display: block; padding-left: 151px; font-size: 15px; text-transform: none; color: #595959; }
.intro-content .list-pros-large li { overflow: hidden; background-position: 0 0; line-height: 1.7em; margin-bottom: 17px; padding-left: 170px; }
.doll-image { position: absolute; bottom: 13px; float: left; margin-left: 40px; }
.car-image { position: absolute; bottom: 0; left: 50%; margin-left: -298px; }


.home-new .intro h1 { font-size: 45px; font-weight: bold; letter-spacing: 0.02em; }
.intro-content { overflow: visible; }
.intro-content .list-pros { width: 738px; }
.intro-content li .title { width: 170px; }
.intro-content .list-pros-large li { position: relative; background-position: 0 -2px; margin-bottom: 19px; background-image: none; }
.home-new .intro-content .list-pros-large li { padding-left: 200px; }
.intro-content .list-pros-large li .title { position: absolute; float: none; top: 0; left: 0; padding-left: 31px; background: url(images/list-check-large.png) no-repeat 0 -4px; box-sizing: border-box; }
.home-new .intro-content .list-pros-large li .title { background-position: 0 -2px; }

/* ==========================================================================
	#Main Home
========================================================================== */
.main-home { padding-bottom: 0; }
.main-home .section-head { text-align: center; }
.main-home .section-head h1 { padding-bottom: 14px; font-family: "Cartoon", Arial, sans-serif; font-size: 40px; line-height: 1; color: #5a5959; letter-spacing: 0; text-transform: uppercase; }
.main-home .section-head h3 { font-family: "Acme", Arial, sans-serif; font-size: 21px; line-height: 1; color: #4a4a4a; }
.main-home .section-head h3 span,
.features-head h1 span { color: #5E9F4C; font-family: "OrangeJuice", serif; text-transform: uppercase; }
.main-home .section-head h3 span strong,
.features-head h1 span strong { color: #4A4A4A; font-weight: normal; }
.main-home .section-head h3 span sub,
.features-head h1 span sub { vertical-align: 10%; font-family: "Abeeze Italic", Arial, sans-serif; font-size: 50%; }

/* ==========================================================================
	#Home New
========================================================================== */

.home-new .section-intro { padding-top: 20px; }
.home-new .intro-content .list-pros { float: none; margin: 0 auto; padding-right: 25px; width: 800px; }
.home-new .intro { padding-bottom: 340px; }
.home-new .section-steps-alt .section-head { padding-bottom: 10px; }
.home-new .steps-alt .step-body { margin-top: 0; }
.home-new .steps-alt .step-head { padding-left: 97px; padding-top: 10px; }
.home-new .section-blog-posts {}
.home-new .section-blog-posts .section-body { position: relative; padding-top: 15px; padding-bottom: 70px; }
.home-new .section-blog-posts h1 { padding-bottom: 14px; font-family: "Cartoon", Arial, sans-serif; font-size: 40px; line-height: 1; color: #5a5959; letter-spacing: 0; text-transform: uppercase; }
.home-new .section-blog-posts ul { list-style: none outside none; }
.home-new .section-blog-posts ul li { max-width: 30%; display: inline-block; vertical-align: top; }
.home-new .section-blog-posts ul li h2 a { font-size: 23px; line-height: 30px; color: #62a445; }
.home-new .section-blog-posts ul li a,
.home-new .section-blog-posts ul li .post-entry { font-family: "Abeeze", Arial, sans-serif; }
.home-new .section-blog-posts ul li .post-entry { padding-bottom: 5px; font-size: 16px; line-height: 21px; }
.home-new .section-blog-posts ul li a.more-link { font-size: 14px; line-height: 19px; color: #62a445; }
.home-new .section-blog-posts .blog-posts > li { margin-right: 30px; }
.home-new .section-blog-posts .slider-paging { position: absolute; bottom: 22px; text-align: center; width: 100%; }
.home-new .section-blog-posts .slider-paging ul { list-style: none outside none; }
.home-new .section-blog-posts .slider-paging li.selected { background: #a1b8c0; }
.home-new .section-blog-posts .slider-paging li + li { margin-left: 4px; }
.home-new .section-blog-posts .slider-paging li { display: inline-block; width: 12px; height: 12px; background: #ffffff; border: 1px solid #8699a0; border-radius: 50%; cursor: pointer; box-sizing: border-box; box-shadow: inset 2px 2px 0 rgba(0,0,0,0.2); }
.home-new .section-blog-posts .post-content { max-width: 290px; }

.home-new .free-quotes-form { position: absolute; right: 50%; bottom: 40px; float: right; width: 295px; padding: 20px 15px; background: #464646; box-shadow: 0 25px 23px -16px rgba(0,0,0,0.3); border-radius: 20px; margin-right: -530px; }
.home-new .free-quotes-form form {  }
.home-new .free-quotes-form h1 { padding-bottom: 13px; margin-bottom: 10px; font-family: "Cartoon", Arial, sans-serif; font-size: 30px; line-height: 22px; color: #ffffff; border-bottom: 1px solid #696969; }
.home-new .free-quotes-form ul { list-style: none; }
.home-new .free-quotes-form li { display: block;  text-align: center; font-family: "Acme", Arial, sans-serif; font-size: 16px; line-height: 24px; color: #fff; letter-spacing: 0; }
.home-new .free-quotes-form li span { display: inline-block; padding-left: 20px; background: url(images/bullet-pro-dark.png) no-repeat 0 center; }

.home-new .free-quotes-form .sbSelector { height: 37px; line-height: 39px; color: #444; opacity: 1; }
.home-new .free-quotes-form .sbHolder li { text-align: left; }
.home-new .free-quotes-form .sbToggle { position: absolute; top: 12px; right: 12px; display: block; width: 20px; height: 12px; background-image: url(images/selecter-arrow.png); background-repeat: no-repeat; background-position: 0 0; background-size: contain; z-index: 88; }
.home-new .free-quotes-form .sbHolder { margin: 16px 0 14px; border: 1px solid #a5a5a5; border-radius: 3px; font-family: "Acme", Arial, sans-serif; font-size: 18px; color: #444; font-weight: normal; height: 37px; line-height: 37px;
	background: rgb(231,231,231);
	background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(235,235,235,1) 25%, rgba(253,253,253,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(25%,rgba(235,235,235,1)), color-stop(100%,rgba(253,253,253,1)));
	background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(235,235,235,1) 25%,rgba(253,253,253,1) 100%);
	background: -o-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(235,235,235,1) 25%,rgba(253,253,253,1) 100%);
	background: -ms-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(235,235,235,1) 25%,rgba(253,253,253,1) 100%);
	background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(235,235,235,1) 25%,rgba(253,253,253,1) 100%);

}
.home-new .free-quotes-form .gform_button { width: 100%; height: 37px; line-height: 37px; background: url(images/form-btn.png) no-repeat center center; background-size: cover; border: 0; cursor: pointer; font-family: 'Cartoon', Times, serif; font-size: 22px; text-transform: uppercase; color: #010101; box-sizing: border-box; -webkit-appearance: none; text-align: left; padding-left: 33px; }

.home-new .main-home .section-head h1 { font-weight: bold; }

/* ==========================================================================
	#List Checks
========================================================================== */
.list-checks { margin-left: 2px; list-style: none outside none; }
.list-checks li { padding-left: 26px; background: url(images/list-check.png) 0 3px no-repeat; }

.list-checks h5 { padding-bottom: 5px; font-size: 16px; line-height: 1.3; color: #000; letter-spacing: 0.04em; }
.list-checks li p { padding-right: 120px; font-family: "Abeeze", Arial, sans-serif; font-size: 14px; line-height: 1.3; color: #5e5d5d; font-weight: 300; }
.list-checks li + li { margin-top: 25px; }

/* ==========================================================================
	#List Green
========================================================================== */
.list-bullet-green { margin-left: 7px; list-style: none outside none; }
.list-bullet-green li { padding-left: 23px; background: url(images/bullet-green.png) 0 5px no-repeat; }
.list-bullet-green h5 { font-size: 16px; color: #171717; line-height: 1.1; letter-spacing: 0.04em; }
.list-bullet-green li p { padding-right: 120px; font-size: 14px; color: #5e5d5d; }
.list-bullet-green li + li { margin-top: 16px; }

/* ==========================================================================
	#Widgets
========================================================================== */
.widgets { list-style: none outside none; }
.sidebar .widget-title { padding-bottom: 20px; }
.sidebar .widget ~ .widget { margin-top: 52px; }
.sidebar .btn-green { margin-top: 10px; }

.widget-title { font-family: "Cartoon", serif; font-size: 28px; line-height: 1; color: #595959; text-transform: uppercase; }
.widget-title span { color: #5e9f4c; }

.widget-recent-posts ul,
.widget-most-read-posts ul,
.widget-twitter-feeds ul { list-style: none outside none; }

.widget-recent-posts li,
.widget-most-read-posts li { padding: 10px 0 12px 10px; border-top: 1px solid #dddddd; }

.widget-recent-posts li:last-child,
.widget-most-read-posts li:last-child { border-bottom: 1px solid #ddd; }

.widget-recent-posts li h5 { position: relative; padding: 0 0 7px 24px; font-family: "Abeeze", Arial, sans-serif; text-transform: uppercase; font-size: 13px; letter-spacing: 0; }
.widget-recent-posts li h5:after { position: absolute; top: 5px; left: 0; width: 11px; height: 15px; background: url(images/ico-calendar-large.png) 0 0 no-repeat; content: ''; }
.widget-recent-posts li { font-size: 14px; line-height: 1.4; letter-spacing: 0; }
.widget-recent-posts p a { font-family: "Abeeze", Arial, sans-serif; color: #5e9f4c; font-weight: 300; }
.widget-recent-posts p a:hover { color: #5ec941; }
.widget-most-read-posts li { line-height: 1.3; }
.widget-most-read-posts li a { font-family: "Abeeze", Arial, sans-serif; font-size: 15px; color: #595959; letter-spacing: 0; }

.widget-twitter-feeds .widget-title { position: relative; padding-left: 29px; font-size: 27px; letter-spacing: 0; text-transform: none; }
.widget-twitter-feeds .widget-title:after { position: absolute; top: 8px; left: -3px; width: 21px; height: 19px; background: url(images/tweeter.png) 0 0 no-repeat; content: ''; }
.widget-twitter-feeds ul { width: 192px; padding: 18px 0 27px 18px; border: 1px solid #dddddf; box-sizing: border-box; }
.widget-twitter-feeds li { padding-bottom: 17px; padding-right: 18px; font-family: "Abeeze", Arial, sans-serif; font-size: 13px; line-height: 1.6; color: 3595959; letter-spacing: 0; font-weight: 300; }
.widget-twitter-feeds li a { color: #5e9f4c; }
.widget-twitter-feeds li a:hover { text-decoration: underline; }

.widget-contacts ul { list-style: none outside none; }
.widget-contacts h2 { padding-bottom: 4px; font-family: "Cartoon", serif; font-size: 26px; line-height: 1.2; color: #383838; letter-spacing: 0.02em; }
.widget-contacts li { padding-bottom: 17px; }
.widget-contacts li a { position: relative; display: block; padding-left: 29px; font-family: "Abeeze", Arial, sans-serif; font-size: 16px; line-height: 1.6; color: #5e9f4c; letter-spacing: 0; }
.widget-contacts li + li { padding-top: 22px; background: url(images/shadow-contacts.png) center 0 no-repeat; background-size: 100% 75px; }
.widget.widget-contacts li ~ li { margin-top: 0px; }
.widget-contacts .phone { font-size: 20px; font-weight: 600; }

.widget-contacts .mail:after,
.widget-contacts .phone:after,
.widget-contacts .address:after { position: absolute; content: ''; }

.widget-contacts .mail:after { top: 4px; left: 1px; width: 22px; height: 15px; background: url(images/mail-large.png) 0 0 no-repeat; }
.widget-contacts .phone:after { top: 2px; left: 2px; width: 16px; height: 26px; background: url(images/phone-large.png) 0 0 no-repeat; }
.widget-contacts .address:after { top: 4px; left: 0; width: 24px; height: 30px; background: url(images/pin-large.png) 0 0 no-repeat; }

.widget ul { list-style-type: none; }
.widget li ~ li { margin-top: 10px; }

/* ==========================================================================
	#Posts
========================================================================== */
.section-posts { padding-top: 25px; }
.posts { list-style: none outside none; }
.post { overflow: hidden; padding-bottom: 39px; }
.post ~ .post { padding-top: 40px; border-top: 1px solid #dedede; }
.post:last-child { padding-bottom: 30px; border-bottom: 1px solid #dedede; }
.post-image { float: left; width: 312px; margin-right: 19px; }
.post-image img { border: 1px solid #cbcbcb; }
.post-image a { display: block; }

.post-content { overflow: hidden; }
.post-content .post-title { padding: 0 20px 4px 0; line-height: 1.15; }
.post-content .post-title a { font-family: "Acme", serif; font-size: 23px; line-height: 1.15; color: #595959; }
.post-content .post-entry { padding-top: 4px; font-size: 16px; line-height: 1.3; color: #595959; opacity: 0.7; }
.post-content .post-entry p + p { padding-bottom: 10px; }

.post-date,
.post-comments { position: relative; display: inline-block; padding-left: 17px; font-size: 10px; color: #595959; opacity: 0.5; }
.post-comments { margin-left: 5px; font-size: 12px; }

.post-comments:after,
.post-date:after { position: absolute; left: 0; content: ''; opacity: 1; }

.post-date:after { top: 0; width: 12px; height: 13px; background: url(images/ico-calendar-grey.png) 0 0 no-repeat; }
.post-comments:after { top: 3px; width: 12px; height: 11px; background: url(images/ico-message-grey-small.png) 0 0 no-repeat; }

.home-new .post-content .post-title { font-weight: bold; font-family: 'Acme', Times, serif; }

/* ==========================================================================
	#Pagination
========================================================================== */
.default-posts-navigation { padding-top: 38px; }
.pagination { float: right; padding-top: 38px; overflow: hidden; }
.default-posts-navigation a,
.pagination span,
.pagination a { float: left; display: inline-block; text-transform: uppercase; }
.pagination span + a,
.pagination span,
.pagination a ~ a { margin-left: 2px; }
.default-posts-navigation a,
.pagination span,
.pagination a { height: 20px; padding: 0 7px; background: #595959; font-family: "Abeeze", Arial, sans-serif; font-size: 15px; line-height: 1; color: #fff; line-height: 20px; }
.default-posts-navigation a,
.pagination a.previouspostslink,
.pagination a.nextpostslink { padding: 0 23px; font-size: 10px; }
.pagination a:hover,
.pagination .current { background: #5e9f4c; }

/* ==========================================================================
	#Table Comparison
========================================================================== */
.section-comparison { padding-top: 34px; }
.table-comparison .table-head { padding-bottom: 20px; }
.table-comparison .table-body ul { list-style: none outside none; }
.table-comparison li { position: relative; padding-left: 15px; }
.table-comparison ul li + li { margin-top: 9px; }
.table-comparison ul li:after { position: absolute; left: 2px; top: 0; }
.table-comparison .list-bullet-minus li:after { content: '-'; font-size: 19px; color: #1a1919; }
.table-comparison .list-bullet-plus li:after { content: '+'; color: #63a444; }
.table-comparison .list-bullet-check li:after { top: 4px; left: -3px; content: ''; width: 11px; height: 11px; background: url(images/list-bullet-ckeck.png) 0 0 no-repeat; }
.table-comparison .list-bullet-plus li:after,
.table-comparison .list-bullet-minus li:after { font-family: "Crimson Text", serif; font-size: 16px; font-weight: 600; }

.table-comparison h1,
.table-comparison h2,
.table-comparison h3,
.table-comparison h4,
.table-comparison h5,
.table-comparison h6 { font-family: "Acme", serif; }
.table-comparison th { height: 59px; width: 160px; padding: 3px 0; background: #d5d5d5; vertical-align: middle; line-height: 1.4; }
.table-comparison td:first-child { padding-top: 36px; background: #d5d5d5; text-align: center; }
.table-comparison table { border-collapse: collapse; }
.table-comparison th,
.table-comparison td { width: 160px; border: 1px solid #b2b2b2; box-sizing: border-box; }
.table-comparison td { padding: 8px 10px 22px 11px; }

.table-comparison li,
.table-comparison p { font-family: "Abeeze", Arial, sans-serif; font-size: 14px; letter-spacing: 0; }
.table-comparison li,
.table-comparison p { line-height: 1.3; color: #706e6e; }
.table-comparison .btn-dark-green { height: 27px; padding: 0 14px; margin-top: 13px; line-height: 27px; font-size: 15px; }
.table-comparison .table-foot { padding: 42px 0 0 14px; }

/* ==========================================================================
	#List Pros
========================================================================== */
.section-pros { padding-top: 14px; }
.section-pros-alt li + li { margin-top: 10px; }
.list-pros { list-style: none outside none; }
.list-pros li { padding-left: 23px; background: url(images/bullet-pro.png) 0 6px no-repeat; font-family: "Acme", serif; font-size: 15px; line-height: 2.5; color: #595959; letter-spacing: 0; }
.list-pros li .title { color: #5e9f4c; text-transform: uppercase; }
.list-pros-large li { padding-left: 33px; background: url(images/list-check-large.png) 0 2px no-repeat; }
.form-quotes .list-pros-large li { font-size: 18px; background-position: 0 5px; }

/* ==========================================================================
	#Links
========================================================================== */
.links ul { list-style: none outside none; }
.links a { font-family: "Crimson Text Roman", Arial, sans-serif; font-size: 18px; color: #fff; opacity: 0.7; }
.links a:hover { opacity: 1; }
.links li + li { margin-top: 7px; }

.links h3 a,
.links h3 { padding-bottom: 17px; font-family: "Acme", serif; font-size: 21px; line-height: 1.8; color: #f4f4f4; }
.links h3 a { opacity: 1; }

.home-new .list-pros-large li { background-image: none; }
.home-new  .list-pros-large .title { padding-left: 31px; }

/* ==========================================================================
	#Contacts Secondary
========================================================================== */
.contacts-secondary ul { list-style: none outside none; }
.contacts-secondary h3 a { opacity: 1; font-weight: normal; }
.contacts-secondary h3 a,
.contacts-secondary h3 { padding-bottom: 17px; font-family: "Acme", serif; font-size: 21px; line-height: 1.8; color: #f4f4f4; }
.contacts-secondary a { font-family: 'Crimson Text', serif; font-size: 16px; line-height: 1.8; color: #fff; font-weight: bold; opacity: 0.7; }
.contacts-secondary a:hover { opacity: 1; }
.contacts-body .mail { background: url(images/ico-message-grey.png) 0 7px no-repeat; }
.contacts-body .phone { background: url(images/ico-phone-grey.png) 0 6px no-repeat; }
.contacts-body .address { margin-top: 12px; background: url(images/ico-pin-grey.png) 0 0 no-repeat; line-height: 1.3; }

.contacts-body .mail,
.contacts-body .phone,
.contacts-body .address { display: inline-block; padding-left: 27px; }

.contacts-body .socials { padding: 22px 0 22px 27px; }
.contacts-body .socials ul { overflow: hidden; }
.contacts-body .socials li { float: left; }
.contacts-body .socials li + li { padding-left: 10px; }

.contacts-body .link-facebook,
.contacts-body .link-googleplus,
.contacts-body .link-linkedin,
.contacts-body .link-twitter,
.contacts-body .link-youtube { display: block; width: 24px; height: 25px; background: url(images/sprite.png) no-repeat; text-indent: 100%; overflow: hidden; white-space: nowrap; opacity: 1; }

.contacts-body .link-facebook { background-position: 0px -61px; }
.contacts-body .link-googleplus { background-position: -26px -61px; }
.contacts-body .link-linkedin { background-position: -52px -61px; }
.contacts-body .link-twitter { background-position: -78px -61px; }
.contacts-body .link-youtube { background-position: -104px -61px; }

.contacts-body .link-facebook:hover,
.contacts-body .link-googleplus:hover,
.contacts-body .link-linkedin:hover,
.contacts-body .link-twitter:hover,
.contacts-body .link-youtube:hover { opacity: 0.7; }

.contacts-body .additional li { height: 18px; padding-left: 22px; background: url(images/small-arrow.png) 0 8px no-repeat; }
.contacts-body .additional li + li { margin-top: 4px; }
.contacts-body .additional { display: block; white-space: nowrap; }

/* ==========================================================================
	#Section Steps
========================================================================== */
.section-steps { position: relative; padding-top: 20px; margin-left: -16px; }
.section-steps .section-body { padding-bottom: 70px; }
.section-steps .section-foot { padding-left: 120px; }
.steps { list-style: none outside none; }
.step { overflow: hidden; padding-bottom: 10px; }
.step ~ .step { padding-top: 37px; }
.step-head,
.step-body { float: left; }
.step-head { width: 93px; text-align: center; }
.step-body { width: 843px; padding: 30px 0 0 7px; }
.step-title { font-family: "Cartoon", serif; font-size: 32px; line-height: 1; color: #595959; text-transform: uppercase; letter-spacing: 0; }
.step-entry { padding-top: 23px; font-family: "Crimson Text Roman", Times, serif; font-size: 16px; line-height: 1.6; color: #5e5d5d; }
.step-entry p { opacity: 0.8; }
.step-actions { padding-top: 13px; text-align: center; margin-left: -30px; }
.step .number-text { display: inline-block; padding-top: 11px; font-family: "PWPerspective", serif; font-size: 31px; line-height: 1; color: #fff; }
.step .ico-learn { margin-top: 14px; }
.step .ico-connect { margin: 29px -10px 0 0; }
.step .ico-compare { margin-top: 14px; }

/* ==========================================================================
	#Section Steps Alt
========================================================================== */
.section-steps-alt { background: url(images/steps-bg.png) center bottom no-repeat; background-size: 100% auto; }
.section-steps-alt .section-head { padding-bottom: 15px; }
.section-steps-alt .section-body { background: url(images/main-top-bg.png) center 0 no-repeat; }
.section-steps-alt .section-actions { text-align: center; }

.steps-alt { padding-top: 36px; text-align: center; }
.steps-alt .step { width: 321px; display: inline-block; min-height: 305px; vertical-align: top; }
.steps-alt .step ~ .step { padding-top: 0; }
.steps-alt .step-body,
.steps-alt .step-head { float: none; display: block; width: 100%; }
.steps-alt .step-head { text-align: center; height: 114px; }
.steps-alt .step-head i { margin: 0; }
.steps-alt .step-body { position: relative; margin-top: -14px; padding: 0; }
.steps-alt .step-body > a,
.steps-alt .step-body i { float: left; text-align: center; }

.steps-alt .step-content { overflow: hidden; text-align: left; }
.steps-alt .step-title { padding-left: 31px; }
.steps-alt .step-entry { padding-top: 13px; }
.steps-alt .step-content p { padding-left: 17px; font-family: "Acme", Arial, sans-serif; font-size: 16px; line-height: 1.4; color: #464646; letter-spacing: 0.03em; }

/* ==========================================================================
	#Services
========================================================================== */
.section-services { padding: 30px 0 80px 0; }
.section-services .section-body { padding-top: 34px; text-align: center; }
.services { list-style: none outside none; }
.service { display: inline-block; }
.service ~ .service { padding-left: 34px; }
.service-title,
.service a { display: block; }
.service-head { display: block; width: 126px; height: 126px; padding-top: 30px; background: #fff; border: 1px solid #d7d4d4; border-radius: 50%; margin-bottom: 24px; box-shadow: 0 5px 5px rgba(0,0,0,0.4); box-sizing: border-box; text-align: center; }
.service-title { font-family: "Acme", serif; font-size: 20px; line-height: 1; color: #464646; letter-spacing: 0; text-align: center; }

/* ==========================================================================
	#Features
========================================================================== */
.features { padding-bottom: 90px; }
.features ~ .features { padding-bottom: 30px; }
.features ~ .features ul { padding-left: 31px; list-style-position: outside; }
.features ~ .features li { padding-left: 6px; margin-bottom: 17px; }
.features-head { padding-bottom: 32px; }
.features-head h1 { font-family: "Acme", serif; font-size: 25px; line-height: 1; color: #4a4a4a; letter-spacing: 0; text-transform: uppercase; }
.features h5 { font-family: "Acme", serif; font-size: 16px; line-height: 1.9; color: #000; letter-spacing: 0.04em; }
.features h5 strong { text-transform: uppercase; }
.features .list-checks li + li { margin-top: 10px; }
.features-actions { padding-top: 15px; text-align: center; }
.features-actions .btn-green-small { height: 36px; padding: 0 18px; line-height: 36px; border-radius: 18px; }

/* ==========================================================================
	#Slider Testimonials
========================================================================== */
.section-testimonials { padding-top: 33px; background: url(images/slider-bg.png) 0 0 repeat-x; }
.slides { list-style: none outside none; }
.slide { float: left; }
.slider-testimonials { position: relative; padding-top: 27px; }
.slider-testimonials .slider-clip { margin-left: 34px; }
.slider-testimonials .slides,
.slider-testimonials .cols { overflow: hidden; }
.slider-testimonials .col { float: left; }
.slider-testimonials .col-1of2 { width: 420px; }
.slider-testimonials .col-1of2 ~ .col-1of2 { margin-left: 87px; }

.slider-testimonials,
.slider-testimonials .slides,
.slider-testimonials .slider-clip,
.slider-testimonials .slide { height: 240px; }
.slider-testimonials .slider-paging { position: absolute; bottom: 68px; text-align: center; width: 100%; }
.slider-testimonials .slider-paging ul { list-style: none outside none; }
.slider-testimonials .slider-paging li.selected { background: #a1b8c0; }
.slider-testimonials .slider-paging li + li { margin-left: 4px; }
.slider-testimonials .slider-paging li { display: inline-block; width: 12px; height: 12px; background: #fff; border: 1px solid #c6c6c6; border-radius: 50%; cursor: pointer; box-sizing: border-box; box-shadow: inset 2px 2px 0 rgba(0,0,0,0.2); }

.testimonial-head { float: left; margin-right: 15px; }
.testimonial-head img { border-radius: 50%; }
.testimonial-body { overflow: hidden; }
.testimonial-body em { font-family: "Crimson Text", Times, serif; font-size: 17px; line-height: 1.2; letter-spacing: 0; }
.testimonial-author { padding: 20px 0 0 48px; font-family: "Crimson Text", Arial, sans-serif; font-size: 15px; line-height: 1.4; color: #525355; text-align: center; }
.testimonial-author span { text-transform: uppercase; }

/* ==========================================================================
	#Callout
========================================================================== */
.section-callout { padding: 31px 0 0 0; min-height: 128px; background: #6bb135; }
.callout-body,
.callout-title { font-family: "Acme", serif; font-size: 28px; line-height: 1; color: #fff; text-align: center; }
.callout-body { padding-top: 31px; }
.callout-body span { font-size: 22px; line-height: 1; letter-spacing: 0; }
.callout-body span { margin-right: 20px; }
.callout-body span ~ span { margin: 0 10px; }
.callout-body .btn-dark { box-shadow: 0 25px 23px -16px rgba(0,0,0,0.3) }
.callout-body .btn-dark:hover { box-shadow: none; }

.validation_error { display: none; }
.gform_confirmation_wrapper { margin-bottom: 20px; }

.home-new.home .callout-body .btn { margin-bottom: 12px; }

/* ==========================================================================
	#Popup
========================================================================== */
.wrapper.show-popup:after { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0, 0.75); content: ''; z-index: 0; }
.wrapper.show-popup .popup { top: 50%; left: 50%; z-index: 555; }
.popup { position: fixed; left: 50%; top: -100%; max-width: 821px; background: #fff; box-sizing: border-box; text-align: center; width: 820px; padding: 43px 0 36px 39px; border-radius: 29px; }
.popup .cols { overflow: hidden; }
.popup .col { float: left; }
.popup .col-size1 { width: 180px; padding-top: 38px; }
.popup .col-size2 { width: 560px; }
.popup-body { padding-bottom: 3px; }
.popup-body h2 { padding-bottom: 50px; font-family: "Cartoon", serif; font-size: 52px; line-height: 1; color: #5e9f4c; text-transform: uppercase; letter-spacing: 0.02em; }
.popup-body p { font-family: "Acme", serif; font-size: 23px; line-height: 1.3; color: #222; letter-spacing: 0.01em; }
.popup-logo { position: absolute; top: 20px; left: 38px; display: block; width: 235px; height: 45px; background: url(images/popup-logo.png) no-repeat 0 0; text-indent: 100%; overflow: hidden; white-space: nowrap; font-size: 0; }
.popup-actions { text-align: left; padding-left: 48px; }
.popup .popup-close { position: absolute; top: 12px; right: 20px; }
.btn-yes { background: #5e9f4c; margin-right: 26px; }
.btn-no { background: #636363; }

.btn-yes,
.btn-no { height: 100px; border-radius: 50px; text-align: center; }

.btn-yes .btn-title:after { position: relative; top: -2px; display: inline-block; width: 10px; height: 13px; margin-left: 10px; background: url(images/btn-arrow.png) no-repeat 0 0; font-size: 16px; content: ''; }
.popup span { display: block; }
.popup .btn { padding: 6px 49px 0; text-transform: none; box-sizing: border-box; }
.popup .btn:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
.popup .btn-title { padding-bottom: 2px; font-family: "Cartoon", serif; font-size: 36px; line-height: 1.1; }
.popup .btn-text { font-family: "Acme", serif; font-size: 16px; line-height: 1.25; }

.popup {
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.popup {
	-webkit-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	        transition: all .5s ease-in-out;
}

/* ==========================================================================
	#Form Quotes
========================================================================== */
.page-template-templatesget-free-quotes-php .btn-nav { display: none; }
.page-template-templatesget-free-quotes-php .bar,
.page-template-templatesget-free-quotes-php .footer-inner,
.page-template-templatesget-free-quotes-php .footer-bar,
.page-template-templatesget-free-quotes-php .header { display: none; }

.form-quotes { width: 709px; margin: 0 auto; background: #efefef; padding: 50px 60px 38px 31px; }
.form-quotes .list-pros { padding: 20px 0; }
.form-quotes .form-head h4 { font-family: "Acme", serif; font-size: 18px; line-height: 2.6; color: #000; letter-spacing: 0; }
.form-quotes .form-body { padding-left: 23px; }
.form-quotes .gform_footer span { position: relative; top: -6px; margin-left: 12px; font-family: "Abeeze", Arial, sans-serif; font-size: 13px; color: #333; letter-spacing: 0; }
.form-quotes .gform_title { display: none; }
.form-quotes .gfield_label { position: relative; display: inline-block; padding-bottom: 24px; font-family: "Acme", serif; font-size: 20px; line-height: 1; color: #333; letter-spacing: 0; }
.form-quotes .number { position: absolute; top: -3px; left: -42px; font-family: "Abeeze", Arial, sans-serif; font-size: 18px; color: #525252; }
.form-quotes .number:after { position: absolute; top: 7px; right: -21px; width: 12px; height: 8px; background: url(images/small-arrow-black.png) no-repeat; content: ' '; }
.form-quotes input[type=radio] { position: absolute; left: -50px; opacity: 0; visibility: hidden; }
.form-quotes input[type=radio] + label { position: relative; display: block; height: 37px; padding-left: 53px; border: 1px solid #c5c5c5; border-radius: 2px; margin-bottom: 6px; font-family: "Abeeze", Arial, sans-serif; color: #505050; font-size: 22px; line-height: 34px; box-sizing: border-box; cursor: pointer; }

.form-quotes .gfield-text input,
.form-quotes .gfield-phone input,
.form-quotes .gfield-email input,
.form-quotes .gfield-select input,
.form-quotes input[type=radio] + label {
	background: rgb(235,235,235);
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,235,235,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(232,232,232,1) 100%);
	background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(232,232,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e8e8e8',GradientType=0 );
 }
.form-quotes input[type=radio]:checked + label:after { position: absolute; top: 8px; right: 10px; width: 24px; height: 19px; background: url(images/radio-checked.png) 0 0 no-repeat; content: ''; }
.form-quotes .gfield-radio { padding-bottom: 66px; }
.form-quotes .radios-small li { max-width: 302px; }
.form-quotes .radios-medium li { max-width: 430px; }
.form-quotes .radios-large li { max-width: 581px; }

.form-quotes .gfield_html { display: block; }

.form-quotes .gfield-text .gfield_label,
.form-quotes .gfield-phone .gfield_label,
.form-quotes .gfield-email .gfield_label,
.form-quotes .gfield-select .gfield_label { position: absolute; visibility: hidden; opacity: 0.2; }

.form-quotes .gfield-text,
.form-quotes .gfield-phone,
.form-quotes .gfield-email,
.form-quotes .gfield-select { display: block; max-width: 430px; margin-bottom: 9px; }

.form-quotes .gfield-text input,
.form-quotes .gfield-phone input,
.form-quotes .gfield-email input,
.form-quotes .gfield-select input { width: 100%; height: 37px; padding: 0 10px; border: 1px solid #c5c5c5; border-radius: 2px; font-family: "Abeeze", Arial, sans-serif; font-size: 16px; color: #505050; box-sizing: border-box; line-height: 34px; }

.form-quotes .gfield-small { display: inline-block; width: 208px; }
.form-quotes .gfield-phone { margin-left: 12px; }

.form-quotes .gform_button { height: 52px; line-height: 52px; padding: 0 33px; background: #69ae39; border: 0; border-radius: 3px; font-family: "Acme", Arial, sans-serif; color: #245105; font-size: 20px; cursor: pointer; box-sizing: border-box; }
.form-quotes .gform_button:hover { background: #3d7a13; color: #fefefe; box-shadow: 0 5px 10px rgba(0,0,0,0.2); }

.form-quotes .gfield_radio {
	counter-reset: listStyle;
}

.form-quotes .gfield_radio > li > label {
   	position: relative;
    counter-increment: listStyle;
}

.form-quotes .gfield_radio > li > label:before {
   	position: absolute; top: 8px; left: 11px; width: 18px; height: 19px; border: 1px solid #a3a3a3; font-family: "Abeeze", Arial, sans-serif; font-size: 14px; color: #ababab; line-height: 16px; text-align: center;
    content: counter(listStyle, upper-latin); box-sizing: border-box;
}
.form-quotes .form-actions { overflow: hidden; }
.form-quotes .form-actions ul { float: right; list-style: none outside none; }
.form-quotes .form-actions li { display: inline-block; }
.form-quotes .form-actions .btn { position: relative; display: inline-block; width: 45px; height: 42px; border-radius: 3px; }
.form-quotes .form-actions .btn-up { background: #69ae39; }
.form-quotes .form-actions .btn-up:hover { background: #7cca46; }
.form-quotes .form-actions .btn-down { background: #245105; }
.form-quotes .form-actions .btn-down:hover { background: #173503; }
.form-quotes .form-actions .btn-up:after,
.form-quotes .form-actions .btn-down:after { position: absolute; top: 50%; left: 50%; width: 18px; height: 9px; margin-top: -4px; margin-left: -9px; background: url(images/white-arrow-nav.png) 0 0 no-repeat; content: ''; }
.form-quotes .form-actions .btn-down:after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.form-quotes .validation_message { color: #F00; }

/* ==========================================================================
	#Form Contact
========================================================================== */
.custom-form-styling .validation-errors { padding-bottom: 20px; color: #F00; }
.payments-section .payment-data { width: 70%; }
.payments-section .payment-data th,
.payments-section .payment-data td { text-align: right; }

.gform_wrapper ul { list-style: none outside none; }
.custom-form-styling .form-body { padding-bottom: 5px !important; }
.custom-form-styling,
.form-contact { padding-top: 16px; }
.form-contact .form-head { padding-right: 50px; line-height: 1.2; }
.custom-form-styling,
.payments-section .payments-body,
.form-contact .form-body { margin-top: 21px; padding: 19px 0 50px 45px; }
.custom-form-styling .form-footer,
.form-contact .gform_footer { margin: 5px 0 40px 112px; }
.custom-form-styling .form-footer { margin-left: 180px; }
.custom-form-styling .form-footer { margin-bottom: 10px !important; }

.form-contact .gform_heading { display: none; }
.payments-section label,
.custom-form-styling label,
.form-contact .gfield_label { display: inline-block; padding-top: 5px; float: left; width: 112px; font-family: "Abeeze", Arial, sans-serif; font-size: 16px; color: #5e5d5d; font-weight: 600; cursor: pointer; }
.payments-section label,
.custom-form-styling label { width: 180px; }
.form-contact .form-body { background: rgba(0,0,0,0.02); }
.payments-section .section-row,
.custom-form-styling .field-row,
.form-contact .gfield { position: relative; padding-bottom: 12px; }
.payments-section input,
.custom-form-styling select,
.custom-form-styling input[type="text"],
.form-contact .gfield input { height: 33px; padding: 0 5px; }
.payments-section input,
.custom-form-styling select,
.custom-form-styling input[type="text"],
.form-contact .gfield input,
.form-contact .gfield textarea { width: 100%; max-width: 245px; background: #fff; border: 1px solid #cecece; border-radius: 4px; font-family: "Abeeze", Arial, sans-serif; font-weight: 300; box-sizing: border-box; }
.custom-form-styling input[type="text"].small-field { max-width: 75px; margin-left: 10px; }
.payments-section input[disabled="disabled"],
.custom-form-styling input[type="text"] { font-weight: bold; }
.form-contact .gfield textarea { height: 173px; padding: 10px; }
.payments-section input[disabled="disabled"] { background: #eee; }
.custom-form-styling button,
.form-contact .gform_button { width: 245px; height: 52px; border-radius: 3px; border: 0; background: #5e9f4c; font-family: "Acme", serif; font-size: 25px; color: #fff; line-height: 52px; cursor: pointer; box-sizing: border-box; -webkit-appearance: none; }
.form-contact .gform_button:hover { box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
.form-contact .validation_message { position: absolute; right: 32px; top: -1px; display: block; width: 287px; height: 33px; padding-left: 30px; line-height: 33px; background: #dd8989; border: 1px solid #ec0002; border-radius: 5px; font-family: "Abeeze Italic", Arial, sans-serif; font-size: 13px; color: #890302; letter-spacing: 0; box-sizing: border-box; }
.form-contact .validation_message:after { position: absolute; top: 50%; left: -5px; width: 5px; height: 9px; margin-top: -5px; background: url(images/validation-triangle.png) 0 0 no-repeat; content: ''; }
.form-contact .validation_message:before { position: absolute; top: 8px; left: 5px; width: 18px; height: 16px; background: url(images/close-img.png) 0 0 no-repeat; content: ''; }

.form-contact input:invalid,
.form-contact textarea:invalid { border: 1px solid #ec0002; }
.form-contact input:-moz-ui-invalid { box-shadow: none; }

/* ==========================================================================
	#Footer
========================================================================== */
.footer, .footer a { font-family: 'Acme', serif; }

.footer-inner { padding: 38px 0 65px 0; background: #464646 url(images/footer.png) center bottom no-repeat; background-size: 100% 533px; }
.footer-cols { overflow: hidden; padding-left: 15px; }
.footer-col { float: left; }
.footer-col-size1 { width: 192px; }
.footer-col-size2 { width: 280px; }
.footer-col-size3 { width: 196px; padding-left: 35px; }

.footer-bar { height: 30px; padding-top: 9px; background: #090909; }
.footer-bar a { font-size: 15px; color: #fff; opacity: 0.8; letter-spacing: 0; }
.footer-bar-nav { float: right; padding: 3px 13px 0 0; }
.footer-bar-nav ul { list-style: none outside none; }
.footer-bar-nav li { float: left; padding-right: 9px; }
.footer-bar-nav li:last-child { padding-right: 0; }
.footer-bar-nav li + li { padding-left: 7px; border-left: 1px solid #fff; }

.footer-bar-nav li,
.footer-bar-nav a { height: 15px; line-height: 15px; }
.footer-bar-nav a:hover { opacity: 1; }

.copyright { float: left; padding-left: 9px; font-size: 15px; opacity: 0.8; color: #fff; letter-spacing: 0; }

.comments .commentlist { list-style: none; margin: 10px 0 5px 0; padding: 0; }
.comments .commentlist ul { list-style: none; margin: 10px 0 5px 0; padding: 0; list-style: none; }
.comments .commentlist li { padding-left: 54px; background: none; }
.comments .commentlist div.vcard { font: bold 14px Verdana; line-height: 20px; }
.comments .commentlist div.vcard img { float: left; margin: 4px 6px 0 -54px; }
.comments .commentlist div.commentmetadata { margin-bottom: 8px; }
.comments .commentlist p { clear: both; padding: 5px 0 5px 0; margin: 0}
.comments .commentlist div.reply { margin: 4px 0 16px; }

.comments #respond { margin: 20px 0 5px 0;}
.comments #respond #commentform label { box-sizing: border-box; width: 100%; margin: 4px 0; text-align: left; }
.comments #respond #commentform input { box-sizing: border-box; width: 100%; margin: 3px 0; display: block; padding: 3px; }
.comments #respond #commentform textarea { box-sizing: border-box; width: 100%; display: block; padding: 3px; }
.comments #respond #commentform .form-allowed-tags { margin: 10px 0; }
.comments #respond #commentform input#submit { display: block; width: auto; }
.comments div.comment-reply { margin-bottom: 15px; font-weight: bold; }

.single .entry p { margin-bottom: 15px; }

.progress-bar { margin-bottom: 20px; }
.progress-bar > div { color: #333333; margin-bottom: 5px; }
.progress-bar > span { height: 6px; width: 30%; float: left; background-color: #b6b6b6; border-radius: 5px; }
.progress-bar > span > .filler { display: block; width: 0%; height: 6px; background-color: green; border-radius: 5px; }
.progress-bar:after { display: block; clear: both; content: ' '; }

.ui-slider { border: 1px solid #cecece; position: relative; width: 100%; max-width: 153px; display: inline-block; *display: inline; *zoom: 1; }
.ui-slider:hover { cursor: pointer; }
.ui-slider .ui-slider-handle { position: absolute; top: -8px; margin-left: -8px; display: block; width: 15px; height: 15px; background: #5e9f4c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

iframe[name="google_conversion_frame"] { display: none; }

/* ==========================================================================
	#Media - Small desktops & tablets in landscape
========================================================================== */
@media (max-width: 1200px) {
	body { min-width: 100%; }
	.shell { padding: 0 10px; box-sizing: border-box; }
	.bar .shell { overflow: hidden; }
	.main-inner { padding-left: 0; }

	.nav li { padding-right: 5px; }
	.nav li + li { padding-left: 5px; }

	.sidebar { width: 25%; }
	.content { width: 73%; margin-left: 2%; }

	.intro h1 { font-size: 29px; }
	.intro-content .list-pros-large li { font-size: 14px; line-height: 2em; }

	.steps-alt .step { width: 313px; }
	.list-checks li { background-position: 0 4px; }

	.slider-testimonials .col-1of2 { width: 45%; }

	.pagination { margin-right: 5%; }

	.form-contact .gfield_label { width: 20%; }
	.form-contact .ginput_container { overflow: hidden; }
	.form-contact .validation_message { right: 15px; width: 248px; font-size: 11px; }
	.form-contact .gform_footer { margin-left: 128px; }
	.form-contact .gform_button { padding-top: 0; }

	.contacts-body .additional li { height: 21px; background-position: 0 10px; }

	.footer-col-size1 { width: 170px; }
	.footer-col-size2 { width: 250px; }
	.footer-col-size3 { padding-left: 10px; }
}

@media ( max-width: 1100px ) {
	.home-new .car-image { position: absolute; bottom: 0; left: 50%; width: 340px; height: 126px; margin-left: -228px; }
	.home-new .intro { position: relative; padding-bottom: 179px; }
	.home-new .intro h1 { font-size: 22px; }
	.home-new .intro-content { margin-left: 161px; }
	.home-new .intro-content .list-pros { width: auto; }
	.home-new .intro-content .doll-image { position: absolute; bottom: 13px; left: 0; width: 100px; height: 187px; z-index: 20; }
	.home-new .intro-actions { margin-left: 0; }
	.home-new .free-quotes-form { margin-right: -445px; }
}

/* ==========================================================================
	#Media - Tablets in landscape
========================================================================== */
@media (max-width: 979px) {

	.wrapper {
	-webkit-transition: -webkit-transform 0.7s;
	     -o-transition: -o-transform 0.7s;
	        transition: transform 0.7s;
	        position:relative;
	}
	.wrapper.show-nav {
	-webkit-transform: translate(250px, 0);
	    -ms-transform: translate(250px, 0);
	     -o-transform: translate(250px, 0);
	        transform: translate(250px, 0);
	}
	.btn-nav .btn-text:after,
	.btn-nav:after,
	.btn-nav:before {
		-webkit-transition: -webkit-transform 0.7s, visibility 0.7s, opacity 0.7s;
		     -o-transition: -o-transform 0.7s, visibility 0.7s, opacity 0.7s;
		        transition: transform 0.7s, visibility 0.7s, opacity 0.7s;
	}
	.btn-nav.active .btn-text:after,
	.btn-nav.active:after,
	.btn-nav.active:before {
		background: red;
	}

	.btn-nav { display: block; }
	.btn-nav .btn-text:after,
	.btn-nav:after,
	.btn-nav:before { position: absolute; content: ' '; border-radius: 3px; background: #6BB135; }
	.btn-nav .btn-text:after { top: 0; left: 0; width: 100%; height: 5px; }
	.btn-nav:after { top: 10px; left: 0; width: 100%; height: 5px; }
	.btn-nav:before { top: 20px; left: 0; width: 100%; height: 5px; }
	.btn-nav { position: absolute; top: 10px; left: 10px; padding-top: 24px; color: #6BB135; font-size: 12px; font-variant: small-caps; text-transform: uppercase; }

	.admin-bar .btn-nav { top: 42px; }

	.btn-nav.active .btn-text:after {
		top: 10px;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
     }
   .btn-nav.active:before {
   	top: 10px;
		-webkit-transform: rotate(-45deg);
	       -ms-transform: rotate(-45deg);
	        -o-transform: rotate(-45deg);
	           transform: rotate(-45deg);
     }
	.btn-nav.active:after {
		opacity: 0; visibility: hidden; top: 10px;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg); }

	.bar { height: 38px; padding-top: 17px; }
	.nav { padding: 0; }
	.nav .btn-gree,
	.nav ul { float: none; margin: 0; }
	.nav ul { position: fixed; top: 0; left: 0; bottom: 0; width: 250px; padding-top: 85px; background: #464646; }
	.nav ul {
		-webkit-transform: translate(-250px, 0);
		    -ms-transform: translate(-250px, 0);
		     -o-transform: translate(-250px, 0);
		        transform: translate(-250px, 0);
	}
	.nav a { color: #fff; }
	.nav li:first-child { padding-top: 0; }
	.nav li { float: none; display: block; padding-right: 0; padding: 0 0 10px 30px; margin: 0 8px; }
	.nav li + li { padding-left: 30px; border-left: none; padding-top: 10px; border-top: 1px dotted #fff; }
	.nav .btn-green { margin: 15px 25px 0 0; }
	.header { text-align: center; }
	.logo { float: none; display: inline-block; }

	.section-about .col-size1,
	.section-about .col-size2 { float: none; width: 100%; }
	.section-about .video h4 { margin-left: 0; text-align: center; }
	.video iframe { width: 100% !important; height: auto !important; min-height: 400px; }
	.widget-title { font-size: 24px; }
	.widget-contacts li a { font-size: 14px; }
	.list-pros li { font-size: 15px; }
	.list-checks li p { padding-right: 0; }
	.list-pros-large li { background-position: 0 1px; }

	.car-image { position: absolute; bottom: 0; left: 50%; width: 340px; height: 126px; margin-left: -228px; }
	.intro { position: relative; padding-bottom: 179px; }
	.intro h1 { font-size: 22px; }
	.intro-content { margin-left: 161px; }
	.intro-content .list-pros { width: auto; }
	.intro-content .doll-image { position: absolute; bottom: 13px; left: 0; width: 100px; height: 187px; }
	.intro-actions { margin-left: 0; }
	.steps-alt .step-title { padding-left: 0; }
	.steps-alt .step-content,
	.steps-alt .step { width: 100%; text-align: center; }
	.steps-alt .step-body > a,
	.steps-alt .step-body i { float: none; }

	.main-home .section-head h1 { font-size: 32px; }
	.main-home .section-head h2 { font-size: 22px; }

	.section-steps { margin-left: 0; }
	.step-head { width: 10%; }
	.step-body { width: 84%; padding-top: 0; }

	.service ~ .service { padding: 10px 20px; }
	.slider-testimonials .col-1of2 { width: 41%; }

	.form-quotes .form-actions { right: 10%; }

	.table-comparison .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	.table-comparison * html .cf { zoom: 1; }
	.table-comparison *:first-child+html .cf { zoom: 1; }
	.table-comparison table { width: 100%; border-collapse: collapse; border-spacing: 0; }

	.table-comparison th br { display: none; }
	.table-comparison td,
	.table-comparison th { height: 160px; }
	.table-comparison table li,
	.table-comparison p { white-space: pre-wrap; }
	.table-comparison th,
	.table-comparison td { margin: 0; vertical-align: top; }
	.table-comparison th { text-align: left; padding-right: 10px; }
	.table-comparison table { display: block; position: relative; width: 100%; }
	.table-comparison thead { display: block; float: left; }
	.table-comparison tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	.table-comparison thead tr { display: block; }
	.table-comparison th { display: block; text-align: right; }
	.table-comparison tbody tr { display: inline-block; vertical-align: top; }
	.table-comparison td { display: block; min-height: 1.25em; text-align: left; }
	.table-comparison th { border-bottom: 0; border-left: 0; }
	.table-comparison td { border-left: 0; border-right: 0; border-bottom: 0; }
	.table-comparison tbody tr { border-left: 1px solid #babcbf; }
	.table-comparison th:last-child,
	.table-comparison td:last-child { border-bottom: 1px solid #babcbf; }
	.table-comparison tr:first-child h5 { vertical-align: middle; padding-top: 20%; }

	.form-contact .gform_footer { margin-left: 100px; }

	.footer-bar a,
	.copyright { font-size: 14px; }

	.contacts-body .socials { padding-left: 0; }
	.contacts-body .socials ul { display: inline-block; }
	.contacts-body .additional li { background-image: none; padding-left: 0; }
	.footer-cols { text-align: center; }
	.footer-col ~ .footer-col { padding-top: 20px; }
	.footer-col-size1,
	.footer-col-size2,
	.footer-col-size3 { float: none; display: inline-block; width: 50%; }

	.home-new .intro { padding-bottom: 500px; }
	.home-new .free-quotes-form { bottom: 220px; margin-right: 0;
		-webkit-transform: translate(50%, 0);
		    -ms-transform: translate(50%, 0);
		     -o-transform: translate(50%, 0);
		        transform: translate(50%, 0);
	}
	.home-new .intro-content .list-pros { padding-right: 0; }

	/* ==========================================================================
		#Section - Modifications
	========================================================================== */
	.home-new .steps-alt .step-head { padding-left: 0; }
}

@media (max-width: 971px) {
	.wrapper.show-popup:after { display: none; }
	.popup { display: none; }
	.intro-content .new-line { padding-left: 0; display: inline; }
	.form-quotes { width: 100%; box-sizing: border-box; }
	.payments-section .payment-data { width: 100%; }
	.home-new .callout-body span { margin-right: 5px; }
}

@media (max-width: 768px) {
	.callout-body { padding-bottom: 20px; }
	.callout-body span { margin-bottom: 10px; display: block; }
	.callout-body span ~ span { margin: 20px 0; }
	.admin-bar .btn-nav { top: 56px; }
	.field-row { text-align: center; }
	.field-row label { text-align: left; }
	.ui-slider { margin: 0px auto; max-width: 90%; }
	.ui-slider .ui-slider-handle { width: 30px; height: 30px; margin-left: -15px; top: -15px; }

	.home .intro { padding-bottom: 600px; }
	.home .free-quotes-form { bottom: 280px; }
}

/* ==========================================================================
	#Media - Mobile
========================================================================== */
@media (max-width: 767px) {
	.btn-nav { top: 20px; z-index: 20; }
	.btn-dark { font-size: 17px; height: 49px; line-height: 49px;  }
	.header { position: relative; height: 150px; text-align: center; }
	.header.top-spacing { padding-top: 80px; }
	.header-inner,
	.nav .btn-green,
	.logo { float: none; display: inline-block; }
	.nav .btn-green { margin-right: 0; }

	.bar { height: 58px; }
	.bar .contacts li { float: right; text-align: right; }
	.bar .contacts li:first-child { border-right: 0; }
	.bar .contacts li:first-child + li { margin-right: 15px; border-left: 0; }
	.nav li { text-align: left; }

	.main-alt .main-inner { padding-left: 0; }
	.sidebar,
	.content { float: none; width: 100%; }
	.sidebar { margin-top: 10px; }
	.content { margin-left: 0; }
	.post-image { float: none; width: 100%; margin: 0 0 10px 0; text-align: center; }
	.content-title,
	.page-title { text-align: center; }
	.pagination { float: none; margin-right: 0; text-align: center; }
	.pagination ul { display: inline-block; }
	.list-pros li { background-position: 0 5px; }

	.widget-twitter-feeds .widget-title:after { left: 50%; margin-left: -93px; }
	.widget-title { text-align: center; }
	.widget-twitter-feeds ul { width: 100%; }

	.form-contact .form-head { padding-right: 0; }
	.custom-form-styling,
	.payments-section .payments-body,
	.form-contact .form-body { padding-left: 0; }
	.form-contact .validation_message { position: relative; top: 0; left: 0; right: 0; width: 100%; margin: 5px 0; }
	.payments-section label,
	.custom-form-styling label,
	.form-contact .gfield_label { width: 100%; float: none; }
	.payments-section input,
	.custom-form-styling select,
	.custom-form-styling input[type="text"],
	.form-contact .gfield input,
	.form-contact .gfield textarea { width: 100%; max-width: none; }
	.custom-form-styling input[type="text"] { margin-top: 10px; }
	.form-contact .validation_message:after { display: none; }
	.custom-form-styling .form-footer,
	.form-contact .gform_footer { text-align: center; margin-left: 0; }
	.widget-contacts .address:after { left: 0; }

	.section-steps-alt { background: url(images/illus2.jpg) no-repeat center bottom; background-size: 100% 200px; padding-bottom: 50px; }
	.section-steps-alt .shell { padding: 0; }
	.section-steps .section-foot { padding-left: 0; }
	.step-head,
	.step-body { float: none; width: 100%; }
	.step-body { padding-left: 0; }
	.step-title { margin-top: 10px; text-align: center; }
	.steps-alt .step { padding-bottom: 20px; }

	.ico-learn,
	.ico-connect,
	.ico-compare { display: block; position: relative; left: 50%; margin: 0 0 0 -35px; }
	.ico-learn { margin-left: -25px; }
	.step .ico-connect { margin-left: -44px; margin-right: 0; }
	.ico-compare { margin-left: -22px; }
	.steps-alt .ico-learn,
	.steps-alt .ico-connect,
	.steps-alt .ico-compare { position: static; display: inline-block; }

	.car-image { margin-left: -100px; }
	.intro { background: url(images/home-floor-mobile.jpg) no-repeat center bottom; background-size: 100% auto; padding-bottom: 140px; }
	.intro-actions li,
	.intro-actions li + li { padding: 0 10px; }
	.intro-content .list-pros li .title { width: auto; height: 100%; }
	.intro-content .list-pros li .title { width: auto; }
	.intro-content .new-line { display: inline; padding-left: 0; }
	.intro h1 sup { top: 0; font-size: 11px; }
	.intro-content { margin-left: 0; }
	.intro-content .doll-image { position: absolute; float: none; display: block; width: 140px; height: 243px; margin: 0 auto; }
	.intro-content .list-pros { margin-left: 0; }

	.home-new .intro-content .list-pros-large li,
	.intro-content .list-pros-large li { overflow: hidden; padding-left: 0; }
	.home-new .intro-content .list-pros-large li .title,
	.intro-content .list-pros li .title { position: static; float: left; }
	.home-new .intro-content { padding-left: 0; margin-left: 0; }

	.service { margin-right: 10px; }
	.service ~ .service { padding: 10px 0; }

	.slider-testimonials { padding-bottom: 20px; }
	.slider-testimonials .col-1of2 { float: none; display: block; width: 100%; margin-bottom: 20px; }
	.slider-testimonials,
	.slider-testimonials .slides,
	.slider-testimonials .slider-clip,
	.slider-testimonials .slide { height: auto; }
	.slider-testimonials .slide { padding-bottom: 20px; }
	.slider-testimonials .col-1of2 ~ .col-1of2,
	.slider-testimonials .slider-clip { margin-left: 0; }
	.slider-testimonials .slider-paging { bottom: 0; }

	.callout-body,
	.callout-title { font-size: 22px; }
	.callout-body .btn-orange,
	.callout-body .btn-dark { width: 70%; margin: 10px 0; }
	.callout-body span { display: block; margin-right: 0; }

	.footer-col-size1,
	.footer-col-size2,
	.footer-col-size3 { width: 100%; }
	.footer-col-size3 { padding-left: 0; }
	.footer-bar { height: auto; text-align: center; }
	.footer-bar-nav li,
	.footer-bar-nav,
	.copyright { float: none; }
	.copyright { padding-left: 0; }
	.footer-bar-nav { padding-right: 0; }
	.footer-bar-nav ul { overflow: hidden; }
	.footer-bar-nav li { display: inline-block; padding: 10px; }
	.footer-bar-nav li + li { border: 0; padding: 10px; }

	.form-quotes { width: 100%; padding-left: 10px; padding-right: 10px; box-sizing: border-box; margin: 0; }
	.form-quotes .form-head { padding-right: 15px; }
	.form-quotes .form-head h4 { font-size: 15px; }
	.form-quotes .list-pros { padding: 10px 0; }
	.form-quotes .list-pros-large li { font-size: 15px; }
	.form-quotes .form-body { padding-left: 0; }
	.form-quotes .gfield_label { margin-left: 50px; font-size: 16px; }
	.form-quotes .radios-large li,
	.form-quotes .radios-medium li { max-width: 302px; }
	.form-quotes input[type="radio"] + label { font-size: 14px; }

	.form-quotes .gfield-text,
	.form-quotes .gfield-phone,
	.form-quotes .gfield-email,
	.form-quotes .gfield-select { width: 100%; }

	.form-quotes .gfield-small { width: 100%; }
	.form-quotes .gfield-phone { margin-left: 0; }
	.form-quotes .gform_button { width: 100%; max-width: 430px; box-sizing: border-box; line-height: 43px; }

	.home-new .section-blog-posts .post-content { max-width: 100%; padding: 0 20px; box-sizing: border-box; }
	.home-new .section-blog-posts .blog-posts > li { margin: 0; }

	.mobile-only { display: block; }
	#click-to-call { position: absolute; right: 10px; top: 18px; z-index: 1; }
}

@media ( max-width: 720px ) {
	.intro { padding-bottom: 251px; }
}

@media (max-width: 490px) {
	.car-image { width: 250px; height: 92px; }
	.home-new .intro h1 span,
	.home-new .intro h1 { font-size: 28px !important; }
	.home-new .btn-orange .ico-right-arrow-small { margin-left: 1px; }
}

@media (max-width: 480px) {
	.video iframe { min-height: 320px; }
	.form-quotes .form-actions { display: none; }

	body { min-width: 320px; }
	.home-new .free-quotes-form { padding: 20px 10px; }
}

@media (max-width: 370px) {
	.car-image { width: 200px; height: 74px; margin-left: -60px; }
}
