/*
Theme Name: Find My Car Loan Theme
Theme URI: 
Author: Nathan Winnall
Author URI: http://www.limedesign.com.au
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* GRID LAYOUT */

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
 
/* Attribute selector */
[class*='col-'] {
  float: left;
}
 
/* Floats last ".bit-" to the right */
[class*='col-']:last-of-type {
  float: right;
}

/* Large Devices, Wide Screens */


/* Clearfix */
.container:after {
  content: "";
  display: table;
  clear: both;
}

.row {
	display: block;
	height: auto;
	clear: both;
}

/* Main Widths */
.col-1  {width: 100%;}
.col-2  {width: 50%;}
.col-3  {width: 33.33%;}
.col-4  {width: 25%;}
.col-5  {width: 20%;}
.col-6  {width: 16.6666666667%;}
.col-7  {width: 14.2857142857%;}
.col-8  {width: 12.5%;}
.col-9  {width: 11.1111111111%;}
.col-10 {width: 10%;}
.col-11 {width: 9.09090909091%;}
.col-12 {width: 8.33%;}
.col-70 {width: 70%;}
.col-30 {width: 30%;}

.col-70.marg-right {
	padding-right: 30px;
}

@media only screen and (min-width : 1200px) {
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
    position: relative;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width: 1199px) {
.container {
	padding: 0 20px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width: 991px) {
.col-2,
.col-3,
.col-4 {
	width: 50%;
}

.container {
	max-width: 991px;
	padding: 0 20px;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) and (max-width: 767px) {
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	width: 100%;
}

.col-70 {width: 100%;}
.col-30 {width: 100%;}

.container {
	max-width: 767px;
	padding: 0 20px;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width: 479px) {
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	width: 100%;
}
	
.col-70 {width: 100%;}
.col-30 {width: 100%;}

	
.container {
	padding: 0 20px;
}     
}


/* GLOBAL STYLES */
body {
	font-family: 'robotolight';
	color: #414042;
}

p {
	margin: 0 0 20px;
}

a {
	text-decoration: none;
	color:#f7941d;
}

a:hover {
	text-decoration: none;
	color:#2c5baa;
}

.padRight50 {
	padding-right: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'roboto_condensedbold';
	margin-bottom: 20px;
}

h1 { 
	font-size: 32px;
    line-height: 40px;
}
h2 { 
	font-size: 24px; 
	line-height: 32px;
}
h3 { 
	font-size: 18px;
	line-height: 26px;
}
h4 { 
	font-size: 16px; 
}
h5 { 
	font-size: 13px; 
}
h6 { 
	font-size: 11px; 
}

.content {
	margin: 0 50px 100px 0;
}

.content p {
	margin: 0 0 20px;
}

.content ul {
	margin: 0 0 20px 20px;
}

.marg-top {
	margin-top: 30px;	
}

.mast-head {
	display: block;
	height: 60px;
	background: #e9e9e9;
}

.mast-head .social{
	display: block;
    position: relative;
	padding-top:6px;
	text-align:right;
	font-size: 0;
}

.mast-head .social a.icons {
	border: 1px solid #00c1de;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	font-size: 13px;
	text-align: center;
	color: #00c1de;
	display: inline-block;
	position: relative;
	cursor:pointer;
	transition: .3s ease;
	margin-left: 8px;
}

.mast-head .social a:hover.icons {
	border: 1px solid #fff;
	color: #fff;
	transition: .3s ease;
}

.mast-head .welcome {
	float: left;
	color: #555555;
	font-size: 12px;
	margin-top: 20px;
}

.mast-head .callUs {
	display: block;
	position: relative;
	float: right;
	font-family: 'roboto_condensedbold';
	font-size: 20px;
	color: #2c5baa;
	padding: 0 0 0 35px;
	margin-top: 15px;
}

.mast-head .callUs a {
	color: #2c5baa;
}

.mast-head .callUs:before {
	dusplay: block;
	position: absolute;
	content: '\f095';
	font-family: fontAwesome;
	font-size: 26px;
	top: 3px;
	left: 0;
	color: #f7941d;
}

/* SCOTCH PANELS */

header {
    position: relative;
    background: #fff;
    height: 120px;
}

header a {
    color: #777;
}

header a:hover {
    color: #fff;
}

header .toggle-panel {
    position: absolute;
    top: 35px;
    right: 15px;
    font-size: 25px;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #2c5baa;
    display: none;
}

header .toggle-panel:before {
	font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    content: 'menu';
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
}
header .logo {
	display: block;
	position: relative;
	float: left;
	height:70px;
	width: 254px;
	margin-top: 22px;
	z-index: 150;
}

header .logo img {
	width: 100%;
	height:auto;
	display: inline-block;
}


/* OFF CANVAS PANEL STYLES */

#scotch-panel {
    background: #ffffff;
	box-shadow:inset 7px 0 15px -7px rgba(0,0,0,0.7);
}
#scotch-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
	
}


.off-canvas-logo {
	height:55px;
	width: 200px;
	padding:10px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.off-canvas-logo img {
	width: 200px;
	height: auto;
}

@media only screen and (min-width : 1000px) {
    .scotch-panel-canvas {
        -o-transform: translate3d(0px, 0px, 0px) !important;
        -ms-transform: translate3d(0px, 0px, 0px) !important;
        -moz-transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
}

@media only screen and (max-width : 1000px) {
    header .toggle-panel {
        display: block;
    }
    header ul {
        display: none;
    }
}

/* OFF CANVAS BUTTON */

.burger-x {
    position: absolute;
    top: 45%;
    right: 15px;
    display: block;
    width: 25px;
    height: 4px;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;
    margin: 0 auto;
}
.burger-x:before, .burger-x:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: '';
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    transition: all 225ms ease;

}
.burger-x:before {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}
.burger-x:after {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
}
.scotch-is-showing .burger-x {
    background-color: transparent !important;
}
.scotch-is-showing .burger-x:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.scotch-is-showing .burger-x:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

/* Header Styles */
h1.header-text {
	font-family: 'roboto_condensedbold';
	font-size: 32px;
	color: #414042;
	padding-bottom: 20px;
    margin: 0;
    margin-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}


/* Navigation */
.nav-container {
 z-index: 100;
}

nav .menu .menu-item-81 a {
	text-indent: -5000px;
	margin-right: 10px;
}

nav .menu .menu-item-81 a:before {
	font-family: FontAwesome;
	content: "\f015";
	color: #f7941d;
	font-size: 20px;
	top: 0;
	left: -20px;
	position: absolute;
	text-indent: 0px;
}

nav .menu .menu-item-81 a:hover:before {
	color: #2c5baa;
}

@media only screen and (max-width: 1000px) {
nav {
	display:none;
}
}

nav {
	height: 120px;
	position: relative;
}
	
nav #standard-menu {
	display:block;
	position: absolute;
	left: 360px;
	top: 47px;
}
	
nav #standard-menu ul.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'roboto_condensedbold';
}
	
nav #standard-menu ul.menu > li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
}
	
nav #standard-menu ul.menu > li > a {
	color:#2c5baa;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	
	display: block;
	padding: 0;
	position: relative;
	margin: 0 10px;
	margin-bottom: 0px;
	transition: .2s color, .2s background-color;
}
	
nav #standard-menu ul.menu > li.current_page_item > a {
	color:#f7941d;
}
	
nav #standard-menu ul.menu > li:hover > a {
	color:#f7941d;
}
	
nav #standard-menu ul.menu > li.menu-item-has-children > a {
	padding-right: 20px;
}
	
nav #standard-menu ul.menu > li.menu-item-has-children > a:before {
	content: "\f078";
	font-family: fontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	  
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	   
	display: block;
	position: absolute;
	top:5px;
	right: 0;
	font-size: 12px;
	color: #f7941d;
}
	
nav #standard-menu ul.menu > li > ul {
	font-family: 'robotolight';
	background-color: #FFF;
	display: block;
	list-style: none;
	line-height: 1.2em;
	width: 200px;
	margin: 0;
	padding: 0;
	z-index: 1200; 
	position: absolute;
	opacity: 0;
	top: -10000px;
	transition: .2s opacity;
	margin-left: 10px;
	padding-top: 53px;
}
	
nav #standard-menu ul.menu > li:hover > ul {
	opacity: 1;
	top: 100%;
}
	
nav #standard-menu ul.menu > ul li {
	position: relative;
}
	
nav #standard-menu ul.menu > li > ul > li > a {
	color:#414042;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	
	transition: .2s background-color;
}
	
nav #standard-menu ul.menu > li > ul > li:hover > a {
	background-color: #EEE;
}
	
nav #standard-menu ul.menu > li > ul > li:last-child > a {
	border-bottom: 0 none;
}
	
	
@media only screen and (min-width : 768px) and (max-width: 1200px) {
	nav #standard-menu {
		left: 290px;
	}
	
	nav #standard-menu ul.menu > li > a {
		font-size: 14px;
		margin: 0 3px;
	}
}


/* MOBILE MENU */
#mobile-menu ul#mobile-menu {
	
}

#mobile-menu ul#mobile-menu li{
	padding: 0;
	font-family: 'roboto_condensedbold';
	display: block;
	position: relative;
	font-size:18px;
	line-height: 50px;
	border-bottom: 1px solid #c9c9c9;
}

#mobile-menu ul#mobile-menu li a{
	text-decoration: none;
	color: #2c5baa;
	padding-left: 30px;
}

#mobile-menu ul#mobile-menu li > ul.sub-menu {
	background: #e9e9e9;
	box-shadow:inset 7px 0 15px -7px rgba(0,0,0,0.7);
}

#mobile-menu ul#mobile-menu li > ul.sub-menu > li {
	font-family: 'robotolight';
	padding: 10px 0 10px 10px;
	line-height: 30px;
}

#mobile-menu ul#mobile-menu li > ul.sub-menu > li:last-child {
	border-bottom: 0;
}

#mobile-menu ul.sub-menu {
	
	height: auto;
	
	overflow: hidden;
	-webkit-transition: height .5s;
	transition: height .5s;
	
}

#mobile-menu ul.sub-menu.closed {
	
	height: 0px !important;
	
}

#mobile-menu a.expand {
	padding: 0;
	width: 65px;
	height: 50px;
	display: block;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
	background: #f7941d;
	}
	
#mobile-menu a.expand:after {
	position: absolute;
	font-family: 'fontAwesome';
	content: "\f068";
	color: #fff;
	display: block;
	speak: none;
	font-size: 30px;
	color:#fff;
	top:50%;
	left:50%;
	margin-left: -12px;
	margin-top: -15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	
#mobile-menu .closed + a:after {
	content: "\f067";
	color: #ffffff;
	}

/* QUOTE */
.quoteCont {
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
}

.quoteCont .quote a {
	display: inline-block;
	position: relative;
	font-family: 'roboto_condensedbold';
	background: #f7941d;
	padding: 15px 30px 15px 50px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #f7941d;
	transition: .3s ease;
	margin-right: 15px;
}

.quoteCont .quote a:before {
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f040';
	left: 15px;
	top: 15px;
	font-size: 25px;
}

.quoteCont .quote a:hover {
	border: 2px solid #f7941d;
	background: transparent;
	color: #f7941d; 
}

.quoteContMobile {
	display: none;
    position: absolute;
    font-family: 'roboto_condensedbold';
    width: 160px;
    height: 50px;
    line-height: 50px;
    top: 35px;
    right: 140px;
    background-color: #f7941d;
    padding-left: 45px;
    font-size: 19px;
	text-transform:uppercase;
}

.quoteContMobile .quote a {
	color: #ffffff;
}

.quoteContMobile .quote a:before {
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f040';
	left: 15px;
	top: 0px;
	font-size: 25px;
}

/* Slider */
#slider {
	background-color: #181818;
	display: block;
	width:100%;
	position: relative;
	z-index: 0;
}

#slider .slide {
	height:100%;
	width:100%;
	display:block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#slider .slide.slick-slide {
	height: 800px;
}

.slider-container {
	display: block;
	position: relative;
}

.slider-container .slide-content-container {
	display:block;
	position: relative;
	width: 100%;
    height: 100%;
}

.slider-container .slide-content-container .slide-content{
	display:inline-block;
	position: relative;
	text-align: left;
	width: 40%;
	padding-top: 100px;
}

.slider-container .slide-content-container .slide-content .heading{
	display:inline-block;
	position: relative;
	font-family: 'roboto_condensedbold';
	font-size: 60px;	
	line-height: 52px;
	color: #1e252c;
}

.slider-container .slide-content-container .slide-content a.link{
	display: inline-block;
    position: relative;
    border: 2px solid #00c1de;
    border-radius: 20px;
    padding: 10px 45px 10px 30px;
    cursor: pointer;
    transition: .3s ease;
	margin-top: 30px;
	color: #000;
}

.slider-container .slide-content-container .slide-content a.link:after{
	display: inline-block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f138';
	top: 10px;
	right: 20px;
	font-size: 16px;
}

.slider-container .slide-content-container .slide-content a.link:hover{
	background: #00c1de;
	color: #fff;
	transition: .3s ease;
}
	
	
/* QUICK PROCESS 
.quickProcessCont {
	display: block;
    position: absolute;
    min-height: 360px;
    width: 1200px;
    background: #ffffff;
    top: 470px;
    left: 50%;
    margin-left: -600px;
	padding: 30px;
	font-size: 0;
}

.greyBox {
	background: #f9f9f9;
	height: 300px;
}

.quickProcessCont .quoteImage {
	display: inline-block;
	position:relative;
	width: 40%;
}

.quickProcessCont .quoteImage img{
	width: 100%;
	height: auto;
}

.quickProcessCont .quoteText {
	display: inline-block;
	position:relative;
	width: 60%;
	padding-left: 30px;
	vertical-align: top;
}

.quickProcessCont .quoteText .quoteTitle{
	display: inline-block;
	position:relative;
	width: 100%;
	font-size: 50px;
	font-family: 'roboto_condensedbold';
}

.quickProcessCont .quoteText p{
	display: inline-block;
	position:relative;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	font-family: 'robotolight';
	padding-top: 10px;
}

.quickProcessCont .quoteStepsCont {
	display: inline-block;
	position: relative;
	font-size: 0;
	font-family: 'roboto_condensedbold';
	vertical-align: top;
	width: 100%;
}

.quickProcessCont .quoteStepsCont .step1 {
	display: inline-block;
	position: relative;
	width: 33.33%;
	font-size: 20px;
	padding-left: 60px;
	vertical-align: top;
}

.quickProcessCont .quoteStepsCont .step1:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #f7941d;
	content: '1';
	color: #f7941d;
	font-size: 25px;
	text-align: center;
	padding: 8px;
	width: 50px;
}

.quickProcessCont .quoteStepsCont .step2 {
	display: inline-block;
	position: relative;
	width: 33.33%;
	font-size: 20px;
	padding-left: 60px;
	vertical-align: top;
}

.quickProcessCont .quoteStepsCont .step2:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #f7941d;
	content: '2';
	color: #f7941d;
	font-size: 25px;
	text-align: center;
	padding: 8px;
	width: 50px;
}

.quickProcessCont .quoteStepsCont .step3 {
	display: inline-block;
	position: relative;
	width: 33.33%;
	font-size: 20px;
	padding-left: 60px;
	vertical-align: top;
}

.quickProcessCont .quoteStepsCont .step3:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #f7941d;
	content: '3';
	color: #f7941d;
	font-size: 25px;
	text-align: center;
	padding: 8px;
	width: 50px;
}

.quickProcessCont a.quoteBtn {
	display: inline-block;
	position: relative;
	width: 100%;
	background: #f7941d;
	padding: 15px 30px;
	font-family: 'roboto_condensedbold';
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 20px;
	transition: .3s ease;
	border: 2px solid #f7941d;
	cursor: pointer;
}

.quickProcessCont a.quoteBtn:hover {
	background: transparent;
	border: 2px solid #f7941d;
	color: #f7941d;
}

*/

/* FORM HOME PAGE */
.formCont {
	display: block;
    position: absolute;
    min-height: 360px;
    width: 700px;
    background: rgba(255, 255, 255, 0.6);
    top: 30px;
    left: 50%;
    margin-left: -350px;
	padding: 30px;
}

.formCont .content {
	margin: 0;
}

.formCont h1 {
	text-align: center;
	font-size: 54px;
	color: #f7941d;
}

.formCont .supernova {
    background-image: none!important;
}

.greyBox {
	background: #f9f9f9;
	height: 600px;
}

/* HOME ACTIONS */
.quickProcessCont {
	padding: 50px 0;
}

.quickProcessCont h1 {
	text-align: center;
	padding-bottom: 50px;
}

.quickProcessCont .quickProcess .image {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.quickProcessCont .quickProcess .image img{
	width: 100%;
	height: auto;
}

.quickProcessCont .quickProcess .text {
	font-family: 'roboto_condensedbold';
	text-align: center;
	color: #2c5baa;
	font-size: 36px;
}

/* FINANCE HOME PAGE */
.financeCont {
	padding: 50px 0;
	background: #f7941d;
}

.financeCont .content {
	margin: 0;
	color: #fff;
	padding-right: 50px;
}


.financeCont .nf-form-cont .nf-form-title,
.financeCont .nf-form-cont .nf-before-form-content {
	display: none;
}

.financeCont .nf-form-cont input[type="button"] {
    display: inline-block;
    position: relative;
	width: 100%;
    font-family: 'roboto_condensedbold';
    border: 2px solid #2c5baa;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    transition: .3s ease;
    background: #2c5baa;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #ffffff;
    font-size: 14px;
}

.financeCont .nf-form-cont input[type="button"]:hover {
    border: 2px solid #2c5baa;
    background: transparent;
	color: #2c5baa;
}

.financeCont .nf-form-cont input[type="text"], .nf-form-cont input[type="email"] {
    font-family: 'robotolight';
    padding: 10px;
}

.financeCont .nf-field-container, #ninja_forms_required_items {
    clear: both;
    position: relative;
    margin-bottom: 10px;
}

/* PARALAX HOME PAGE */
.paralaxCont {
	min-height: 500px;
	padding: 200px 0;
	background-size:cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.paralaxCont .paralaxTitle{
	font-family: 'roboto_condensedbold';
	text-align: center;
	color: #ffffff;
	font-size: 60px;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
}

/* FOOLED HOME PAGE */
.fooledCont {
	padding: 50px 0;
	background: #2c5baa;
}

.fooledCont .content {
	margin: 0;
	color: #fff;
	padding-right: 50px;
}

.fooledCont .image {
	width: 250px;
	height: 250px;
}

.fooledCont .image img{
	width: 100%;
	height: auto;
}

/* SERVICES HOME PAGE */
.servicesCont {
	padding: 50px 0;
}

.servicesCont h1{
	padding-bottom: 50px;
	text-align: center;
}

.servicesCont .servicesHeight {
	margin-bottom: 30px;
}

.servicesCont a .servicesImage {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	cursor: pointer;
}

.servicesCont .servicesImage img {
	width: 100%;
	height: auto;
}

.servicesCont a .servicesTitle {
	font-family: 'roboto_condensedbold';
	text-align: center;
	font-size: 30px;
	cursor: pointer;
	color:#414042;
}

/* 
.carFinance {
	background: #f7941d;
	padding: 50px;
	font-size: 0;
}

.broker {
    background: #2c5baa;
    margin-top: 0px;
    padding: 50px;
}

.carFinance .image, 
.broker .image {
	display: inline-block;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}

.carFinance .image img,
.broker .image img {
	width: 30%;
	height: auto;
}

.carFinance .text,
.broker .text {
	display: inline-block;
	width: 100%;
	vertical-align:top;
	text-align: center;
	padding: 0 50px
}

.carFinance .text h2,
.broker .text h2 {
	font-family: 'roboto_condensedbold';
	color: #fff;
	font-size: 35px;
	line-height: 42px;
}

.carFinance .text p,
.broker .text p {
	font-size: 16px;
	color: #fff;
}

.carFinance .link,
.broker .link {
	clear: both;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.carFinance .link .carFinanceBtn,
.broker .link .brokerBtn {
	display: inline-block;
    position: relative;
	font-family: 'roboto_condensedbold';
	font-size: 16px;
    border: 2px solid #fff;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    transition: .3s ease;
	color:#ffffff;
}

.carFinance .link .carFinanceBtn:hover,
.broker .link .brokerBtn:hover {
	background: #ffffff;
	color: #2c5baa;
}

@media only screen and (max-width : 995px) {
	.carFinance .image {
		width: 100%;
	}
	
	.firstHome .text {
		width: 100%;
		padding-left: 0px;
	}
}

*/

/* Lending Network */
.lendingNetwork {
	background: #ffffff;
	padding: 30px;
	margin-top: 100px;
	border-top: 1px solid #f1f2f2;
}

.lendingNetwork .lendingTitle h1 {
	font-family: 'roboto_condensedbold';
	text-align: center;
	color: #2c5baa;
}

.lendingNetwork .lendingTitle h1 strong{
	font-family: 'roboto_condensedbold';
}

.lending .lending-slide {
	width: 250px;
	height: 125px;
	margin: 0 15px;
}

.lending .lending-slide img{
	width: 100%;
	height: auto;
}

/* Footer */

footer.footer {
	background: #2c5baa;
	padding: 40px 0;
}

footer .footer-widget h2 {
	font-family: 'roboto_condensedbold';
	font-size: 20px;
	color: #f7941d;
	padding-bottom: 10px;
	margin-bottom: 0;
}

footer .footer-widget ul {
	list-style: none;
}

footer .footer-widget ul li {
	display: block;
	position: relative;
	width: 80%;
	padding-bottom: 4px;
}

footer .footer-widget ul li:after {
	display: block;
	position: absolute;
	content: '\f054';
	font-family: fontAwesome;
	font-size: 14px;
	color: #f7941d;
	right: 0;
	top: 0;
	
}

footer .footer-widget ul a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

footer .footer-widget ul a:hover {
	color: #f7941d;
	text-decoration: none;
}

footer .privacy {
	border-top: 1px solid #49535e;
	border-bottom: 1px solid #49535e;
	padding: 10px 0;
    margin: 10px 0;
}	

footer .privacy .margRight{
	margin-right:10px;
}

footer .privacy .margLeft{
	margin-left:10px;
}

footer .privacy a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

footer .privacy a:hover {
	color: #00c1de;
	text-decoration: none;
}

footer .lime {
	font-size: 14px;
}

footer .lime a img{
	display: inline-block;
	vertical-align:middle;
	padding-left: 10px;
	cursor: pointer;
}

footer .lime a:hover img{
	opacity: .7;
	transition: .3s ease;
}

/* Site Info */
.site-info {
	background: #2c5baa;
	min-height: 50px;
	font-size: 12px;
	padding: 0 0 15px 0;
	color: #ffffff;
}

.site-info .borderTop {
	border-top: 1px solid #3469b7;
	padding-top: 15px;
}

.site-info .siteLeft {
	text-align:left;
}

.site-info .siteCenter {
	text-align:center;
}

.site-info .siteCenter ul.footer-menu{
	list-style: none;
}

.site-info .siteCenter ul.footer-menu li{
	display: inline-block;
	margin: 0 5px;
}

.site-info .siteCenter ul.footer-menu li a{
	color: #414042;
	text-decoration: none;
}

.site-info .siteCenter ul.footer-menu li a:hover{
	color: #fa8d29;
}

.site-info .siteRight {
	text-align:right;
}

.site-info .siteRight img{
	display: inline-block;
    vertical-align: middle;
	padding-left: 8px;
}

/* Home Widgets */
.homeWidgetContainer {
	padding: 100px 0;
}

.home-widget {
	text-align: center;
	margin: 30px;
	background: rgba(30,37,44,.05);
}

.home-widget {
	text-align: center;
	margin: 30px;
	background: rgba(30,37,44,.05);
}

.home-widget h2 {
	font-family: 'roboto_condensedbold';
	padding: 20px;
	display:block;
	position: relative;
	background: #00c1de;
	color: #fff;
	margin-bottom: 0;
}

.home-widget .circle {
	border-radius: 50%;
	width: 120px;
	height: 120px; 
	background: #e6e7e8;
	margin: 0 auto;
	margin-bottom: 30px;
}

.home-widget .rommeled_widget_image-text{
	font-family: 'robotolight';
	color: #414042;
	font-size: 16px;
	line-height: 24px;
	padding: 30px;
}

.home-widget p {
	padding: 0 30px;
}

.home-widget p.simple-image{
	padding: 0;
}

.home-widget p.simple-image img{
	width: 100%;
	height: auto;
}

.home-widget .more a{
	display: inline-block;
	position: relative;
	border: 2px solid #00c1de;
	border-radius: 20px;
	padding: 10px 45px 10px 30px;
	cursor: pointer;
	transition: .3s ease;
	color: #000;
	margin-bottom: 30px;
}

.home-widget .more a:after {
	display: inline-block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f138';
	top: 10px;
	right: 20px;
	font-size: 16px;
}

.home-widget .more:hover a{
	background: #00c1de;
	color: #fff;
	transition: .3s ease;
}


.home-widget p.rommeled_widget_image-image {
	margin-bottom: 0;
}

.home-widget .readmore-btn {
	position: relative;
	display: inline-block;
	font-family: 'roboto_condensedbold';
	font-size: 14px;
	background: #fa8d29;
	color: #fff;
	padding: 10px 20px;
	margin-top: 30px;
	text-decoration: none;
	letter-spacing: .5px;
}

.home-widget .readmore-btn:hover {
	background: #414042;
}


/* NINJA FORM STYLES */

.nf-form-cont input[type="text"],
.nf-form-cont input[type="email"]{
	font-family: 'robotolight';
	padding: 15px;
}

.nf-form-cont textarea {
	padding: 15px;
	border: 1px solid #cccccc;
	font-family: 'robotolight';
}

.nf-form-cont input[type="button"]{
	display: inline-block;
	position: relative;
	font-family: 'roboto_condensedbold';
	border: 2px solid #f7941d;
	padding: 10px 30px 10px 30px;
	cursor: pointer;
	transition: .3s ease;
	background: #f7941d;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #ffffff;
	font-size:14px;
}

.nf-form-cont input[type="button"]:hover{
	background: transparent;
	color: #f7941d;
}

.nf-form-cont .submit-wrap {
	margin-bottom: 0px;
}

.nf-form-cont select {
	width: 100%!important;
    height: 45px!important;
    border: 0;
    border: 1px solid #cccccc;
    background: #fff url('http://rippedsupplements.com.au/images/ic_keyboard_arrow_down_48px-128.png') no-repeat;
    background-size: 20px;
    background-position: right 10px center;
    font-family: 'robotolight';
    padding-left: 15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


/* BLOG POSTS PAGE */
article#post {
	padding-right: 20px;
	display: block;
	position: relative;
}

article#post:last-child {
	padding-right: 0px;
}

article#post .post-cont {
	background: #f9f9f9;
	padding:30px;
}

article#post .post-cont h2{
	font-family: 'roboto_condensedbold';
	font-size: 22px;
	margin: 0;
}

article#post .post-cont p{
	padding: 0 0 50px 0;
}

article#post .post-cont h2 a{
	text-decoration: none;
	color: #414042;
	margin-bottom: 10px;
}

article#post .post-cont .post-date{
	padding: 0 0 20px 25px;
	display: block;
	position: relative;
	font-style:italic;
}

article#post .post-cont .post-date:before{
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f073';
	top: 0;
	left:0;
	font-size: 16px;
	font-style:normal;
}

article#post .post-cont .blog-item-btn{
	display: inline-block;
	position: absolute;
	font-family: 'roboto_condensedbold';
	bottom: 30px;
	left: 30px;
	background: #92ca64;
	margin-top: 10px;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff;
}

article#post .post-cont .blog-item-btn:hover{
	background: #414042;
}

/* SINGLE POST PAGE */
article#single-post {

}

.single-header-text {
	font-family: 'roboto_condensedbold';
	padding:0;
	margin: 0;
}

article#single-post ul{
	margin-left: 20px;
	margin-bottom: 20px;
}

article#single-post .post-date{
	padding: 0 0 20px 25px;
	display: block;
	position: relative;
	font-style:italic;
	margin-top: 10px;
}

article#single-post .post-date:before{
	display: block;
	position: absolute;
	font-family: fontAwesome;
	content: '\f073';
	top: 0;
	left:0;
	font-size: 16px;
	font-style:normal;
}

/* SIDEBARS */
.sidebarCont {
	padding-left: 30px;
}

.sidebarCont .sidebarWidget {
	background: #f9f9f9;
	padding: 20px;
}

@media only screen and (max-width: 1000px) {
	/* QUOTE */
	.quoteCont {
		display: none;
	}
	
	.quoteContMobile {
		display: block;
	}
}

@media only screen and (max-width: 922px) {	
	/* QUICK PROCESS */
	.formCont {
		position: relative;
		min-height: 360px;
		width: 100%;
		left: 0;
		top:0;
		margin-left: 0;
	}
	
	.formCont h1 {
		font-size: 36px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width: 767px) {
	
	.content {
		margin: 0;
	}
	.mast-head {
		display: none;
	}
		
	/* SLIDER */
	#slider .slide.slick-slide {
		height: 250px;
	}
	
	.home-widget {
		margin-bottom: 30px;
	}
	
	/* FINANCE HOME PAGE */
	.financeCont .content,
	.fooledCont .content  {
		text-align: center;
		padding-right: 0px;
	}
	
	.fooledCont .image {
		margin: 0 auto;
	}
	
	/* SERVICE */
	.servicesCont .col-4 {
		width: 50%;
	}
	
	/* FOOTER */
	footer .footer-widget {
		margin-bottom: 30px;
	}
	
	footer .footer-widget ul li {
		width: 100%;
	}
	
	.site-info {
		padding: 20px 0;
	}
	
	.site-info .siteLeft,
	.site-info .siteCenter,
	.site-info .siteRight {
		text-align:center;
	}
	
	.site-info .siteLeft {
		padding-bottom: 20px;
	}
	
	.padRight50 {
		padding-right: 0;
	}
	
	/* SIDEBARS */
	.sidebarCont {
		padding-left: 0;
	}
	
	/* SERVICES */
	.servicesCont .servicesTitle{
		padding-right: 0;
		padding-bottom: 20px;
		text-align: center;
	}
}

@media only screen and (max-width: 550px) {
	header {
		height: 160px;
	}
		
	header .logo {
		display:block;
		margin: 0 auto;
		padding-top: 10px;
		float: none;
		height:55px;
		width: 200px;
	}
	header .toggle-panel {
		top: 90px;
	}
	header .quoteContMobile {
		top: 90px;
		left: 15px;
	}
	
	/* SERVICE */
	.servicesCont .col-4 {
		width: 100%;
	}
}
