/**
	Theme Name: Rapid Tune
	Theme URI: http://www.fivebyfive.com.au/
	Description: A mobile responsive and HTML5 theme built.
	Author: FIVE BY FIVE
	Author URI: http://www.fivebyfive.com.au/
	Version: 1.14
	Template: genesis
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/**
 * Table of Contents:
 *
 * 1.0  - Fonts
 * 2.0  - Base
 * 3.0  - Layouts
 * 4.0  - UI Elements
 * 5.0  - Section
 * 6.0  - Page Styles / Internals
 * 7.0  - Effects
 * 8.0 - Shortcodes
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Fonts
 * -----------------------------------------------------------------------------
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Yellowtail);

/**
 * 2.0 Base
 *
 * This is the Default/Standard CSS
 * 
 * -----------------------------------------------------------------------------
 */

/*
*	Main theme color - 1
*/
.sidebar .menu a:hover,
.read-more.btn-primary {
	background-color: #FFDA00;
	color: #fff;
}

.search-form input[type="submit"] {
	background-color: #004a75;
}

/*
*	Main theme color - 2
*/
.read-more.btn-primary:hover {
	background-color: #FFDA00;
}

.search-form input[type="submit"]:hover {
	background-color: #001537;
}


/*
*	General style
*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}

body{
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oswald';
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
	font-weight: 700;
	color: #001742;
	line-height: 1.3;
}

h1, .h1 {
	font-size: 55px;
}

h2, .h2 {
	font-size: 45px;
}

h3, .h3 {
	font-size: 37px;
	font-weight: 300;
}

h4, .h4 {
	font-size: 34px;
	font-weight: 300;
	color: #001742;
}

h4.style-2 {
	text-transform: none;
	color: #001742;
	margin-bottom: 40px;
}

h5, .h5 {
	font-size: 27px;
	font-weight: 300;
}

h6, .h6 {
	font-size: 20px;
	font-weight: 400;
}

a,
a:visited {
	color: #00205B;
	text-decoration: none;
}

a:hover, a:visited,
a:focus, a.active {
	text-decoration: none;
	outline: none;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

iframe {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content {
	line-height: 1.8;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ul li{
	list-style: disc;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
	list-style: decimal;
}

.entry-content ol > li {
	list-style: decimal;
}

.entry-content .list-group {
	padding-left: 0;
	margin-left: 0;
}

.entry-content ol.list-group li{
	display: list-item;
	list-style: decimal;
	list-style-position: inside;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.small-text {
	font-size: 11px;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.font-yellow-tail {
	font-family: 'Yellowtail', cursive;
}

.hide,
.hide-header .site-header ,
.hide-nav .nav-primary ,
.hide-internal-header .internal-header,
.hide-responsive-nav #responsive-menu,
.hide-responsive-nav #click-menu,
.hide-footer .site-footer,
.hide-footer-top .footer-top,
.hide-footer-bottom .footer-bottom {
	display: none !important;
}

/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/
	.wrapper, .wrap,
	.content-sidebar-wrap {
		width: 960px;
		max-width:96%;
		margin: 0 auto;
	}

	.wrapper1260 {
		width: 100%;
		max-width:1260px;
		padding: 0px 15px;
		margin: 0 auto;
	}
	
	.wrap:after,
	.wrapper:after {
		content: '';
		display: block;
		clear: both;
	}

	.cols-wrapper {
		display: inline-block;
		width: 100%;
	}
	
	.site-container {
		width: 1500px;
		max-width: 100%;
		margin: 0 auto;
		overflow-x: hidden;
		-moz-box-shadow: 0 0 0px 1px #dbdbdb;
		-webkit-box-shadow: 0 0 0px 1px #DBDBDB;
		box-shadow: 0 0 0px 1px #DBDBDB;
	}
	
	.internal .site-container .site-inner {
		background-color: #c3d5e7;
		background-image: url(images/page-bg-1.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100%;
	}

	.page-template-page_fullwidth .site-container .site-inner {
		background: #fff;
	}
	
	.site-header .wrap,
	.site-header .wrapper {
		width: 1160px;
	}


/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/
.btn {
	color: #fff;
	font-weight: 700;
	/* background-color: #FFDA00; */
	/* padding: 12px 45px; */
	/* box-shadow: inset 0px -40px 40px -25px #FB0, 0px 2px 5px -2px #1F1F1F; */
	
	/* -webkit-box-shadow: inset 0px -20px 20px -10px #FB0, 0px 2px 5px -2px #1F1F1F;
	-moz-box-shadow: inset 0px -20px 20px -10px #FB0, 0px 2px 5px -2px #1F1F1F;
	box-shadow: inset 0px -20px 20px -10px #FB0, 0px 2px 5px -2px #1F1F1F; */
	
	-webkit-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
	-moz-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
	box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
	border-radius: 40px;
	background-color: #FFD200;
	
	padding: 10px 20px;
	min-width: 180px;

	outline: none;
	/* text-shadow: 0px 1px 1px #000; */
	text-shadow: 0px 1px 0px #444;
}

.btn:visited {
	color: #fff;
}

.btn:hover {
	color: #fff;
	/* background-color: #ffd900;
	-webkit-box-shadow: 0px 2px 5px -2px #1F1F1F;
	-moz-box-shadow: 0px 2px 5px -2px #1F1F1F;
	box-shadow: 0px 2px 5px -2px #1F1F1F; */
	
	background-color: #ffc900;
	-webkit-box-shadow: 0px 2px 5px -2px #1F1F1F;
	-moz-box-shadow: 0px 2px 5px -2px #1F1F1F;
	box-shadow: 0px 2px 5px -2px #1F1F1F;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

.btn.trans {
	border: 2px #777 solid;
	background: transparent;
	color: #777;
	padding: 12px;
	text-align: center;
	display: inline-block;
	min-width: 145px;
}

.btn.trans:hover {
	background: #777;
	color: #fff;
	text-decoration: none;
}

.btn-2 {
	-webkit-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
	-moz-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
	box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
	padding: 10px 20px;
	min-width: 180px;
	border-radius: 40px;
	background-color: #FFD200;
}

.btn-2:hover {
	background-color: #ffc900;
	-webkit-box-shadow: 0px 2px 5px -2px #1F1F1F;
	-moz-box-shadow: 0px 2px 5px -2px #1F1F1F;
	box-shadow: 0px 2px 5px -2px #1F1F1F;
}

.btn.with-icon-1,
.btn.with-icon-2 {
	position: relative;
	text-align: left;
	margin-bottom: 20px;
	padding: 12px 55px;
	min-width: 233px;
}

.with-icon-1:after,
.with-icon-2:after {
	content: '';
	display: inline-block;
	background-image: url(images/sprites-1.png);
	width: 23px;
	height: 25px;
	position: absolute;
	right: 30px;
	margin-top: -12px;
	top: 50%;
}

.with-icon-1:after {
	background-position: -0px -216px;
}
  
.with-icon-2:after {
	background-position: -0px -251px;
}

.btn-3 {
	color: #00205B;
	font-weight: 700;
	border: 1px solid #00205B;
	padding: 10px;
	min-width: 127px;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	line-height: 1;
}

.btn-3:hover {
	background-color: #00205B;
	color: #FFF
}

.btn.fullwidth {
	display: block;
	padding: 14px;
}

.btn.round {
	border-radius: 25px;
}

/*
*	Hooks Guide
*/
.fbf-hook {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 2px solid;
	box-shadow: inset 0 160px 200px -100px #05B8D4;
	font-weight: 700;
}

/**
* 5.0 Section
*
* This is the Section/Block Area CSS
* 
* -----------------------------------------------------------------------------
*/

/*
*	Section Builder
*/
.section-builder .block-section {
	display: block;
	padding: 100px 0;
}

.section-builder .content-sidebar-wrap {
	display: none;
}

.block-section.fullwidth > .wrapper {
	width: 100%;
	max-width: 100%;
}

.block-section {
	padding: 70px 0;
}

.block-section.no-padding {
	padding: 0;
}


	/**
	* 5.1 Section | Header
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	
	.site-header {
		background-color: #F9FDFF;
		padding: 10px 0 0;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	
	.nav-primary {
		background: #eee;
	}
	
	.nav-primary .genesis-nav-menu > li > a,
	.nav-header .genesis-nav-menu > li > a {
		display: inline-block;
		padding: 15px 10px;
		position: relative;
		color: #0A2952;
		font-weight: 600;
	}
	
	.nav-primary .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li > a:hover:after,
	.nav-header .genesis-nav-menu > li.current-menu-item > a:after {
		/* content: '';
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #888; */
	}
	
	.nav-primary .genesis-nav-menu > li > a:hover,
	.nav-header .genesis-nav-menu > li > a:hover,
	.nav-header .genesis-nav-menu > li.current-menu-item > a,
	.nav-header .genesis-nav-menu > li:hover > a	{
		background-color: #F1F1F1;
	}
	
	.nav-header .genesis-nav-menu > li.current-menu-item > a {
		font-weight: 700;
	}
	
	.nav-primary .sub-menu li,
	.nav-header .sub-menu li {
		display: inline-block;
		width: 100%;
		position: relative;
	}
	
	.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu,
	.nav-header .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
		
	.nav-primary .genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu, .nav-header .genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu {
		margin-left: 200px;
		top: 0;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu,
	.nav-header .genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		padding: 0;
		margin: 0;
		width: 200px;
		max-width: 100%;
		opacity: 0;
		-webkit-transition: opacity .6s ease-in-out;
		-moz-transition: opacity .6s ease-in-out;
		-ms-transition: opacity .6s ease-in-out;
		-o-transition: opacity .6s ease-in-out;
		transition: opacity .6s ease-in-out;
		z-index: 999;
		clear: both;
		-moz-box-shadow: 2px 5px 20px -10px #000;
		-webkit-box-shadow: 2px 5px 20px -10px #000;
		box-shadow: 2px 5px 20px -10px #000;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a,
	.nav-header .genesis-nav-menu .sub-menu a {
		position: relative;
		display: inline-block;
		padding: 10px 20px;
		max-width: 100%;
		width: 200px;
		border-top: none;
		background-color: #FFFFFF;
		color: #7B7B7B;
		text-align: left;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a:hover,
	.nav-header .genesis-nav-menu .sub-menu a:hover {
		background-color: #E8E8E8;
		color: #0A2952;
	}
	
	.site-header .title-area {
		float: left;
		margin-bottom: 20px;
	}
	
	.header-widget-area {
		float: right;
		margin-top: 10px;
	}
	
	.header-widget-area .top-right {
		text-align: right
	}
	
	.header-widget-area .btn {
		margin-left: 15px;
	}
	
	.widget-top-right {
		text-align: right;
		margin-bottom: 14px;
	}
	
	.header-widget-area .nav-header {
		position: relative;
		right: -15px;
	}
	
	/**
	* 5.2 Section | Home
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	
	.main-banner-slider .ls-l * {
		color: #fff;
	}
	
	.main-banner-slider .ls-l h2 {
		font-size: 50px;
	}
	
	.main-banner-slider .ls-l p {
		font-family: "Oswald";
		font-weight: 700;
		text-transform: uppercase;
		line-height: 2;
	}
	
	.main-banner-slider .ls-l .btn {
	    min-width: 125px;
	}
	
	.main-banner-slider .ls-v5 .ls-nav-prev,
	.main-banner-slider .ls-v5 .ls-nav-next {
		background-image: url(images/sprites-1.png);
		width: 30px;
		height: 54px;
		background-color: #00205B;
		border-left: 10px solid #00205B!important;
		border-right: 10px solid #00205B!important;
	}
	
	.main-banner-slider .ls-v5 .ls-nav-prev,
	.main-banner-slider .ls-v5 .ls-nav-prev:hover {
		background-position: -0px -88px;
		left: 0;
	}
	
	.main-banner-slider .ls-v5 .ls-nav-next,
	.main-banner-slider .ls-v5 .ls-nav-next:hover {
		background-position: -0px -152px;
		right: 0;
	}
	
	.main-banner-slider .ls-v5 .ls-nav-prev:hover,
	.main-banner-slider .ls-v5 .ls-nav-next:hover {
		background-color: #000E25;
		border-color: #000E25!important;
	}
	
	.main-banner-slider .ls-v5 .ls-bottom-slidebuttons a {
		background-image: url(images/sprites-1.png);
		width: 16px;
		height: 16px;
		background-position: -0px -434px;
		margin: 0 8px;
	}
	
	.main-banner-slider .ls-v5 .ls-bottom-slidebuttons a.ls-nav-active,
	.main-banner-slider .ls-v5 .ls-bottom-slidebuttons a:hover {
		background-position: -0px -460px;
	}
	
	.main-banner-slider .ls-v5 .ls-bottom-slidebuttons {
		top: -60px;
	}
	
	/**
	* 5.3 Section | Footer
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.site-footer {
		overflow: hidden;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 100%;
	}
	
	.footer-top {
		background-color: #001537;
		padding: 50px 0 40px;
	}
	
	.footer-top * {
		color: #fff;
	}
	
	.footer-top hr {
		margin: 20px 0;
		border-color: #FFF;
	}
	
	.footer-bottom {
		background-color: #000E25;
		padding: 32px 0;
		font-size: 12px;
		font-weight: 600;
	}
	
	.footer-bottom *,
	.footer-bottom a {
		color: #fff;
	}
	
	.footer-bottom-left {
		text-align: left;
	}
	
	.footer-bottom-right {
		text-align: right;
	}
	
	.footer-top .widget {
		float: left;
		width: 31%;
		margin-right: 3.5%;
	}
	
	.site-footer .widget.last {
		margin-right: 0;
	}

    .footer-top .menu {
        margin-top: -10px
    }

    .footer-top .menu li {
		border-bottom: 1px #FFF solid;
    }

    .footer-top .menu li a {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: #fff;
		display: block;
		padding: 10px 5px 10px 5px;
        
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
	
    .footer-top .menu li a:hover {
        color: #8C8C8C; 
        text-decoration: none;
    }
	
	.footer-top .widget-col-1 {
		text-align: center;
	}

	.footer-top .widget-col-2 {
	
	}
	
	.footer-top .widget-col-3 {
		text-align: center;
	}
	
	.footer-top .widget-col-3 img {
		display: block;
		margin: 0 auto 12px;
	}
	
	.footer-top .widget-col-3 img:last-child {
		margin-bottom: 0;
	}
	
	.footer-logo {
		margin-bottom: 60px;
	}
	
	.footer-top .widget-title {
		text-align: center;
		margin-bottom: 34px;
	}
	
	.hide-title .widget-title {
		display: none;
	}
	
	.menu-footer-menu-container {
		margin-top: 10px;
		margin-bottom: 27px;
	}
	
/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.home.full-width-content .content-sidebar-wrap > .content {
		margin-top: 0;
		padding-top: 0;
	}
	
	.full-width-content .content-sidebar-wrap > .content {
		max-width: 96%;
		width: 940px;
		margin: 0 auto 0;
		padding-top: 35px;
	}

	.page-template-page_fullwidth .content-sidebar-wrap > .content {
		max-width: 1260px;
		width: 100%;
		margin: 0 auto 0;
		padding-top: 35px;
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.full-width-content .content-sidebar-wrap,
	.content-sidebar .content-sidebar-wrap {
		margin-top: -90px;
	}

	.page-template-page_fullwidth .content-sidebar-wrap{
		margin-top: 0px;
	}
	
	.home.full-width-content .content-sidebar-wrap,
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		/* padding: 45px 70px; */
		padding: 45px 40px;
	}
	
	.content-sidebar .content-sidebar-wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.content-sidebar .content {
		display: inline-block;
		/* width: 710px; */
		width: 640px;
		max-width: 100%;
		/* padding-right: 65px; */
		vertical-align: top;
		float: left;
	}
	
	.content-sidebar .sidebar {
		display: inline-block;
		width: 250px;
		max-width: 100%;
		vertical-align: top;
		float: right;
	}
	
	.internal-header {
		background-color: #040408;
		background-image: url(images/page-header-bg.jpg);
		background-position: center center;
		background-size: cover;
		padding: 45px 0 105px;
	}

	.page-template-page_fullwidth .internal-header {
		padding: 70px 0 70px;
	}

	.internal-header h1 {
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-size: 34px;
		font-weight: 800;
		margin: 0;
	}
	
	.internal-header h1 span {
		display: inline-block;
	}
	
	.full-width-content .content-sidebar-wrap,
	.content-sidebar .content-sidebar-wrap {
		/* width: 1100px; */
		width: 1020px;
		background-color: #FFF;
	}

	.page-template-page_fullwidth .content-sidebar-wrap {
		/* width: 1100px; */
		width: 1260px;
		background-color: #FFF;
	}
	
	/* .internal-header h1 span:after {
		content: '';
		display: block;
		margin: 12px auto 0;
		width: 50px;
		height: 4px;
		background: #90bf42;
	} */
	
	/* 404 Page */
	.error404 .site-inner {
		background: #fff;
	}
	
	.error404 .content-404 {
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
		min-height: 500px;
	}
	
	.error404 .content-404 * {
		color: #000;
		font-family: 'Oswald';
		text-transform: uppercase;
	}
	
	.error404 .content-404 h2 {
		background: #000;
		color: #fff;
		display: inline-block;
		padding: 8px 30px;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 36px;
	}
	
	.content-404 h3 {
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	
	.content-404 h4 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 1.6;
	}

	.site-inner .content-sidebar-wrap {
		padding-bottom: 60px;
	}

	.home .content-sidebar-wrap {
		padding-bottom: 0;
	}
	
	.preloader-container img {
		display: block;
		width: 70px;
		margin: 20px auto;
	}


	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	.blog-container .post-date {
		background-color: #D0D0D0;
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #FFF;
	}
	
	.title-container {
		position: relative;
		margin-bottom: 25px;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
	}
	
	.blog-post .thumbnail-container {
		margin-bottom: 20px;
	}
	
	.blog-post .thumbnail-container a {
		display: inline-block;
		position: relative;
	}
	
	.blog-post .thumbnail-container a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.blog-post .thumbnail-container a:hover:before {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.blog-post h2 a:hover {
		text-decoration: none;
	}
	
	.blog-container .blog-post {
		padding-bottom: 25px;
		margin-bottom: 35px;
		border-bottom: 1px solid;
		overflow: hidden;
	}
	
	.blog-post .content {
		margin-bottom: 10px;
	}
	
	.blog-post .read-more-container {
		margin-bottom: 10px;
	}
	
	.blog-post .author-container {
	    margin-bottom: 20px;
	    font-style: italic;
	}

	.blog-container .read-more:visited {
		color: #ffffff;
	}

	.page-template-page_blog .no-posts {
		text-align: center;
		color: #BEBEBE;
		text-shadow: 0 1px 1px #fff;
		margin: 60px auto;
	}


	/*
	*	Nav
	*/
	.page-navi-container .wp-pagenavi a,
	.page-navi-container .wp-pagenavi span {
		display: inline-block;
		padding: 3px 8px;
		background: #05b7d4;
		color: #fff;
		border: none;
	}
	
	.page-navi-container .wp-pagenavi a:hover {
		background: #fff;
		color: #05b7d4;
	}
	
	.page-navi-container .wp-pagenavi span.current,
	.page-navi-container .wp-pagenavi span {
		background: none;
		color: #05b7d4;
	}

	/*
	*	Sidebar
	*/
	
	.sidebar > .widget {
		margin-bottom: 35px;
		border-top: 1px solid #66799D;
		padding-top: 35px;
	}
	
	.sidebar .widget-title {
		margin: 0 0 35px;
		font-family: "Oswald";
		font-weight: 300;
		font-size: 20px;
		text-align: center;
		line-height: 1;
	}
	
	.search-form input {
		border: none;
	}
	
	.search-form input[type="text"],
	.search-form input[type="search"] {
		vertical-align: top;
		height: 36px;
		width: 214px;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		outline: none;
		border: 1px solid #DDD;
		/* background: #eee; */
	}
	
	.search-form ::-webkit-input-placeholder { color: #bbb; }
	.search-form :-ms-input-placeholder { color: #bbb; }
	.search-form ::-moz-placeholder { color: #bbb; }
	.search-form :-moz-placeholder { color: #bbb; }
	
	.search-form input[type="submit"] {
		display: inline-block;
		width: 36px;
		height: 36px;
		padding: 0;
		background-image: url(images/search-btn.png);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		font-size: 0;
	}

	.sidebar .menu {
		border-top: 1px #b4b2ac solid;
	}
	
	.sidebar .menu li {
		border: 1px #b4b2ac solid;
		border-top: none;
	}
	
	.sidebar .menu a {
		display: block;
		padding: 10px 14px;
		background: #f2f1f1;
		color: #000;
		font-size: 13px;
		line-height: 1;
	}
	
	.sidebar .menu a:hover {
		color: #fff;
		text-decoration: none;
	}

	.sidebar-posts .post-item {
		position: relative;
		margin-bottom: 10px;
	}
	
	.sidebar-posts .post-item a {
		display: inline-block;
		color: #404041;
		position: relative;
	}
	
	.sidebar-posts .post-item .image a:before {
		content: '';
		opacity: 0;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transition: all .2s ease;
		background-color: rgba(0, 32, 91, 0.5);
	}
	
	.sidebar-posts .post-item .image a:hover:before {
		opacity: 1;
	}
	
	.sidebar-posts .post-item .title-container {
		width: 100%;
		margin-top: 14px;
	}
	
	.sidebar-posts .post-item .title {
		font-family: "Oswald";
		font-size: 14px;
		border-left: 3px solid #00205B;
		line-height: 1.2;
		padding: 8px 16px;
		display: inline-block;
		width: 100%;
	}
	
	.sidebar-posts .post-item a:hover .title {
		color: #00205b;
	}
	
	.sidebar-posts .post-item .overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		padding: 5px 10px;
	}
	
	.sidebar-posts .post-item a:hover .overlay {
		background: none;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay .post-title,
	.sidebar-posts .post-item .overlay .title {
		color: #fff;
		font-weight: 700;
	}
	
	.sidebar .fb-embed iframe {
		border:none;
		overflow:hidden;
		width:250px;
		height:590px;
	}
	
	.header-banner-image {
		margin-bottom: 20px;
	}
	
	.full-width-content .header-banner-image {
		margin-bottom: 80px;
	}
	
	.single.full-width-content .header-banner-image {
		margin-bottom: 20px;
	}
	
	.ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.single-post .ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.share-icons-container:after {
		content: '';
		display: block;
		clear: both;
	}

	.single-post .post-date {
		position: relative;
		float: right;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		background-color: #00205b;
		color: #FFF;
	}

	.single-post .post-author {
		clear: both;
		float: none;
		display: block;
		font-style: italic;
		font-size: 12px;
		margin-bottom: 10px;
	}

	.post-content-wrapper {
		clear: both;
		padding-top: 10px;
		overflow: hidden;
	}

	.single-post .post-tags {
		font-style: italic;
	    font-size: 12px;
	}

	.single-post .entry-footer {
		margin-top: 10px;
	}
	
	.sidebar ::-webkit-input-placeholder {
	   color: #c1c1c1;
	}

	.sidebar :-moz-placeholder {
	   color: #c1c1c1;  
	}

	.sidebar ::-moz-placeholder {
	   color: #c1c1c1;  
	}

	.sidebar :-ms-input-placeholder {  
	   color: #c1c1c1;  
	}
	
	.newsletter-form input[type="text"],
	.newsletter-form input[type="email"],
	.newsletter-form .gform_wrapper input[type="text"] {
		text-align: center;
		border: 2px solid #00205B;
		padding: 8px;
		display: block;
		width: 100%;
		margin-bottom: 12px;
	}
	
	.newsletter-form .gform_wrapper {
		margin: 0;
	}
	
	.newsletter-form .gform_wrapper label.gfield_label+div.ginput_container {
		margin-top: 0;
	}
	
	.newsletter-form .gform_wrapper .gform_footer {
		padding: 0;
		margin: 10px 0 0;
	}
	
	.newsletter-form .gform_wrapper .gform_footer input.button,
	.newsletter-form .gform_wrapper .gform_footer input[type=submit],
	.newsletter-form input[type="submit"] {
		/* -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: #ffd844; */
		color: #fff;
		font-weight: 700;
		font-size: 14px;
		display: block;
		border: none;
		width: 100%;
		padding: 10px 20px;
		
		
		-webkit-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		-moz-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		border-radius: 40px;
		background-color: #FFD200;
		text-shadow: 0px 1px 0px #444;
	}
	
	.newsletter-form .gform_wrapper .gform_footer input.button:hover,
	.newsletter-form .gform_wrapper .gform_footer input[type=submit]:hover,
	.newsletter-form input[type="submit"]:hover {
		background-color: #FFC900;
		-webkit-box-shadow: 0px 2px 5px -2px #1F1F1F;
		-moz-box-shadow: 0px 2px 5px -2px #1F1F1F;
		box-shadow: 0px 2px 5px -2px #1F1F1F;
	}

	/**
	* 6.2 Internals | Search Page
	* 
	* -----------------------------------------------------------------------------
	*/
	.search .content .entry,
	.tags-archive .content {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgb(237, 237, 237);
	}

	.search .content .entry.page {
		padding: 30px;
		border-radius: 5px;
		background-color: #F9F9F9;
		box-shadow: 0px 4px 10px -10px #333;
	}

	.search .content .entry.page .entry_permalink {
		text-align: right;
	}

	.search .content .search-nopost-text {
		display: block;
		font-family: "Open Sans";
		font-size: 20px;
		text-align: center;
		font-weight: 300;
		background-color: #F2F1F1;
		padding: 30px;
		text-transform: lowercase;
	}

	.relevanssi-query-term {
		font-weight: 700;
	}

	/**
	* 6.3 Internals | Contact Page
	* 
	* -----------------------------------------------------------------------------
	*/
	/* .contact-page .site-inner {
		overflow: hidden;
	} */

	.contact-bottom-wrapper {
		display: block;
	}

	.contact-map{
		width: 100%;
	}

	.contact-page .contact-form .ginput_container input,
	.contact-page .contact-form .ginput_container textarea,
	.contact-page .contact-form .ginput_container select {
		background-color: transparent;
		padding: 12px 20px;
		color: #171e28;
		font-weight: 600;
		width: 100% !important;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #00205b;
	}
	
	.contact-page .contact-form .captcha-container input {
		background-color: transparent;
		padding: 12px 20px;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #00205b;
		color: #171e28;
		width: 200px;
		max-width: 100%;
	}
	
	.gfield_captcha_container:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.contact-page .contact-form .ginput_container textarea{
		max-height: 100px;
		overflow: auto;
	}
	
	.contact-form ::-webkit-input-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-moz-placeholder {
	   color: #171e28;
	   font-weight: 600; 
	}

	.contact-form ::-moz-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-ms-input-placeholder {  
	   color: #171e28;
	   font-weight: 600; 
	}
	
	.contact-page .contact-page-captcha img.gfield_captcha {
		display: inline-block;
		width: auto !important;
		height: 28px;
		height: 33px;
	}
	
	.contact-page .contact-page-captcha input {
		display: inline-block;
		width: 160px;
		height: 33px;
		color: #171e28;
		font-weight: 600;
		background: #ffffff;
		border: 1px solid #e1e4e5;
		border-left: 3px #a2d154 solid;
	}

	.contact-page .content-sidebar-wrap .left-side {
		/* width: 445px; */
		width: 550px;
	}

	.contact-page .content-sidebar-wrap .right-side {
		/* width: 495px; */
		width: 420px;
	}
	
	.contact-page .entry-content .col-xs-6.left-side h4 {
		margin-bottom: 36px;
	}

	/* .contact-page .contact-page-captcha label.gfield_label {
		display: none;
	}
	
	.contact-page .gform_wrapper .top_label .gfield_label {
		color: #002520;
		font-size: 12px;
		margin: 12px 0 0;
	} */
	
	.contact-page-captcha .gfield_captcha_container{
		float: left;
		margin: 10px 0px 0px 0px;
	}
	
	.contact-page-captcha input{
		padding: 20px 20px !important;
		border: none;
	}
	
	.contact-page .contact-page-captcha .gfield_captcha_input_container {
		display: inline-block;
		padding: 0px;
		margin-right: 0px;
		border: none;
	}
	
	.contact-page .validation_error {
		display: none;
	}

	.contact-page .validation_message{
		color: #ea9698 !important;
	}

	.contact-form li.gfield_error input[type=text]{
		border: 1px solid #ffa6a8 !important;
	}

	.contact-form #field_2_5 .gfield_description.validation_message{
		margin-top: 50px !important;
		float: left;
		width: 250px;
		position: absolute;
	}

	.contact-form li.gfield.gfield_error.gfield_contains_required{
		margin-left: 0!important;
	}
	
	.contact-us-form.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-left: 0!important;
	}
	
	.contact-page .gform_wrapper textarea.large{
		height: 60px;
	}
	
	.contact-page .gform_wrapper li.gfield.gfield_error {
		background-color: transparent;
		margin-bottom: 0 !important;
		padding: 0 !important;
		border-top: 0;
		border-bottom: 0;
		width: 100%;
	}
	
	.contact-page .gform_footer {
		text-align: right;
		width: 100%;
	}
	
	.contact-page .gform_footer .gform_footer  {
		text-align: center;
		width: 100%;
	}
	
	.contact-page .contact-form .gform_footer .gform_button.button {
		padding: 15px 15px;
		font-weight: 700;
		font-size: 16px;
		color: #fff;
		background: #ffc900 url(images/contact-mail.png) no-repeat;
		background-position: center center;
		display: inline-block;
		margin-bottom: 0;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		white-space: nowrap;
		line-height: 1.42857143;
		border: none;
		width: 100%;
		max-width: 100%;
		text-indent: 9999px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	
	div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
		float: left!important;
		width: 170px;
	}
	
	.gform_wrapper .gfield_captcha_input_container {
		float: right;
	}
	
	/* .contact-page .contact-form .g-recaptcha {
		height: 25px;
	} */

	.contact-page .contact-form .gform_footer .gform_button.button:hover{
		background-color: #FFAF00;
		color: #ffffff;
	}
	
	.contact-page .contact-form .ginput_container {
		margin: 5px auto;
	}
	
	.contact-page .gform_wrapper,
	.contact-page .first .ginput_container {
		margin-top: 0;
	}
	
	.contact-page .small-icon {
		position: relative;
		padding: 5px 0px 0px 56px;
		color: #000;
	}

	.contact-page .small-icon:before {
		content: "";
		position: absolute;
		width: 32px;
		height: 32px;
		top: 0px;
		left: 0;
		background: url(images/sprites-contact.png) no-repeat scroll 0% 0% transparent;
	}

	.contact-page .small-icon.address:before {
		background-position: 0px -3px;
		width: 33px;
		height: 33px;
		left: 0;
	}

	.contact-page .small-icon.phone:before {
		background-position: 0px -41px;
		width: 34px;
		height: 34px;
	}

	.contact-page .small-icon.fax:before {
		background-position: 0px -78px;
		width: 34px;
		height: 34px;
	}

	.contact-page .small-icon.email:before {
		background-position: 0px -124px;
	}

	.contact-page .small-icon.email {
		padding-top: 0;
		margin-bottom: 50px;
	}
	
	/* .contact-page .address {
		margin-bottom: 30px;
		font-size: 14px;
		color: #000;
		padding: 0 0 20px 56px;
		width: 280px;
		max-width: 100%;
	} */

	.contact-page .contact-numbers,
	.contact-page .contact-numbers a {
		margin-bottom: 20px;
		font-size: 19px;
		color: #000;
	}
	
	.contact-page-bottom-cta {
		background: #777777;
		background-size: cover;
		background-attachment: fixed;
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
	}
	
	.contact-page-bottom-cta * {
		color: #fff;
	}
	
	.contact-page .site-container .contact-map {
		line-height: 0;
	}
	
	.contact-page .content-sidebar-wrap {
		line-height: 1.45;
		padding-bottom: 20px;
	}
	
	.custom-map {
		height: 420px;
		width: 100%;
	}
	
	
	/* Members */	
	.team-members-container .team-member {
		border-bottom: 1px solid #666666;
		padding-bottom: 80px;
		margin-bottom: 70px;
	}
	
	.team-member:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.team-member .left-side {
		float: left;
		width: 268px;
		max-width: 100%;
	}
	
	.team-member .right-side {
		float: right;
		width: 640px;
		max-width: 100%;
	}
	
	.team-member .title-container {
		margin-bottom: 30px;
	}
		
	.team-member .name {
		font-size: 22px;
		font-weight: 700;
		color: #000;
	}
	
	.team-member .name .sub-title {
		display: block;
		font-size: 13px;
	}

	/*  New Contact Page 2020  */
	.page-template-page_contact .content-sidebar-wrap{
		width:1100px;
	}
	
	.contact-sec1{
		display:block !important;
		margin-top: 90px;
	}
	.contact-yellow-sec{
		width: 1100px;
		max-width: 1100px;
		margin-left: -80px !important;
		margin-right: 0px !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.contact-cta .cta-box2{
		margin:20px 0;
	}

    .contact-cta .cta-box2 .box-flex{
    	padding:40px 25px;
	}
	.contact-cta .box-flex .left{
		width:100%;
		max-width:600px;
		text-align:center;
    }

	.contact-cta .cta-box2 h3{
		color:#fff;
		-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #001742;
	}
	.contact-cta .cta-box2 .btn{
		text-transform:uppercase;
		width:200px;
	
	}
	.contact-loc{
		padding:20px 0px;
	}
	.contact-loc .btn{
		background:#001537;
		box-shadow:none
	}
	.contact-loc .btn:hover{
		    -webkit-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		    -moz-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		background:#FFD200
	}
	.contact-loc .with-icon-1:after{
		right:25px;
	}
		


	/**
	* 6.4 Internals | Landing Page
	* 
	* -----------------------------------------------------------------------------
	*/

	.landing-page .gform_wrapper input[type=email],
	.landing-page .gform_wrapper input[type=number],
	.landing-page .gform_wrapper input[type=password],
	.landing-page .gform_wrapper input[type=tel],
	.landing-page .gform_wrapper input[type=text],
	.landing-page .gform_wrapper textarea {
		background: none;
		border: 2px solid #fff;
		font-size: 14px;
		padding: 10px 15px;
		line-height: 1.3;
	}

	.landing-page div.gform_wrapper .top_label li.gfield.gf_left_half,
	.landing-page div.gform_wrapper .top_label li.gfield.gf_right_half,
	.landing-page div.gform_wrapper ul li.gfield {
		margin-bottom: 18px;
		margin-right: 2.0833%;
		width: 48.95833%;
	}

	.landing-page div.gform_wrapper .top_label li.gfield.gf_right_half {
		margin-right: 0;
	}

	.landing-page div.gform_wrapper ul li.gfield {
		width: 100%;
	}

	body.landing-page .gform_wrapper .message label.gfield_label+div.ginput_container {
		line-height: 0;
		margin-bottom: 12px;
	}

	.landing-page .gform_wrapper .gform_footer {
		margin: 0;
		padding: 0;
	}

	.landing-page div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=submit] {
		background: #ffffff;
		color: #1a1a1a;
		font-size: 17px;
	}

	.landing-page .block-section .content-wrap {
		line-height: 28px;
		margin: 50px auto 30px;
	}

	.landing-page .block-section .content-wrap.width-1 {
		width: 740px;
		max-width: 100%;
	}

	.landing-page .block-section .content-wrap,
	.landing-page .block-section .content-wrap p {
		color: #0a0a0a;
		font-size: 14px;
	}

	/* Section 1 | Contact number bar */
	.landing-page .section-header {
		text-align: center;
		font-weight: 700;
		color: #000;
	}

	.landing-page .contact-num-bar {
		padding: 20px 0;
		background: #000;
		text-align: center;
	}

	.landing-page .contact-num-bar a {
		font-family: "Open Sans";
		font-size: 20px;
		color: #fff;
	}

	/* Section 2 | Top Section */
	.landing-page .top-section {
		position: relative;
		background: #489FD3 url('images/landing-page-header.jpg');
		background-size: cover;
		text-align: center;
		padding: 45px 0 55px;
		overflow: hidden;
	}

	.landing-page .logo-container  {
		text-align: center;
		margin-bottom: 60px;
	}

	.landing-page .primary-header {
		color: #ffffff;
		font-weight: bold;
	}

	.landing-page .secondary-header {
		font-size: 27px;
		font-family: 'Yellowtail', cursive;
		color: #ffffff;
		margin-top: 30px;
	}

	.landing-page .arrow-down {
		width: 15px;
		height: 47px;
		display: block;
		margin: 60px auto 60px;
		background: url('images/landing-page-sprite.png');
		background-position: 0 0;
	}

	.landing-page .header-bottom {
		font-size: 24px;
		color: #ffffff;
	}

	.landing-page .header-bottom:before {
		content: "";
		position: absolute;
		background: #333;
		background: rgba(0, 0, 0, 0.74);
		left: 0;
		right: 0;
		height: 100%;
		z-index: 0;
	}

	.landing-page .header-bottom .inner {
		position: relative;
		z-index: 1;
		padding-top: 45px;
	}

	body.landing-page  .gform_wrapper label.gfield_label+div.ginput_container {
		margin-top: 0;
	}

	.landing-page .header-bottom .gform_wrapper textarea {
		resize: vertical;
		height: 42px;
		min-height: 42px;
		max-height: 200px;
	}

	/* Section 3 */
	.landing-page .service {
		display: inline-block;
		text-align: center;
		margin-left: 26.20%;
	}

	.landing-page .service:after {
		content: "";
		display: block;
		width: 18px;
		height: 3px;
		background: #f4f4f4;
		margin: 25px auto 0;
	}

	.landing-page .service:first-child {
		margin-left: 0;
	}

	.landing-page .icon {
		width: 149px;
		height: 149px;
		border: 6px solid #f3f3f3;
		text-align: center;
 		border-radius: 50%;
	}

	.landing-page .icon:before {
		content: "";
		position: relative;
		display: inline-block;
		height: 100%;
		background: #333;
		vertical-align: middle;
	}

	.landing-page .label {
		color: #484848;
		display: block;
		margin-top: 30px;
		padding: 0;
		font-size: 14px;
	}

	.landing-page .section-header.alt-1 {
		margin-bottom: 80px;
	}

	/* Section 4 */
	.landing-page .testimonial-section {
		background: #e3e3e2;
	}

	.landing-page .testimonial-section .left-side {
		text-align: center;
	}

	.landing-page .testimonial-section .left-side img {
		border-radius: 50%;
	}

	.landing-page .testimonial-section .testimonial-content {
		color: #626262;
		line-height: 28px;
	}

	.landing-page .testimonial-section .section-header {
		text-align: left;
		font-weight: 400;
		color: #626262;
		text-transform: lowercase;
	}

	.landing-page .testimonial-section .author {
		font-size: 17px;
		font-weight: 700;
	}

	/* Section 5 */

	.landing-page .section-icon {
		width: 100px;
		height: 100px;
		margin: 0 auto;
		text-align: center;
		line-height: 100px;
		border-radius: 50%;
		background: #e3e3e2;
	}

	/* Section 6 */
	.landing-page .principals {
		padding-top: 0;
		position: relative;
		overflow: hidden;
	}

	.landing-page .principals .left-side, 
	.landing-page .principals .right-side {
		position: static;
		width: 350px;
		max-width: 100%;
	}

	.landing-page .principals .left-side {
		float: left;
	}

	.landing-page .principals .right-side {
		float: right;
	}

	.landing-page .principals .left-side * {
		color: #bfbfbf;
	}

	.landing-page .principals .left-side .section-header {
		text-align: left;
	}

	.landing-page .principals .left-side:before {
		content: "";
		position: absolute;
		left: 0;
		right: 50%;
		height: 100%;
		background: #373737;
	}

	.landing-page .principals .right-side:before {
		content: "";
		position: absolute;
		right: 0;
		left: 50%;
		height: 100%;
		background: #717070;
	}

	.landing-page .principals .inner {
		position: relative;
		z-index: 1;
		padding-top: 100px;
	}

	.landing-page .principals .right-side h4 {
		color: #ffffff;
	}

    /* Section 7 | Contact section */

	.landing-page .contact-section{
		background: #000;
		text-align: center;
	}

	.landing-page .contact-section h3{
		color: #fff;
		font-weight: 400;
	}

	.landing-page .contact-section .secondary-header {
		font-size: 20px;
		font-family: 'Yellowtail', cursive;
		color: #ffffff;
		margin-top: 0px;
	}

    .landing-page .contact-section .gform_wrapper form {
        text-align: left;
        max-width: 440px;
        margin: 50px auto 0px;
        color: #fff;
    }

    /* .gform_wrapper textarea {
        max-height: 45px;
    } */

/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/	

	/* Transition Effects */
	a {
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.transition-1 {
		-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */
	}


	/**
	* 7.0 Effects | Gravity Form
	*
	* This is the Effects, Animations,Forms Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

	::-webkit-input-placeholder { color:#FFF; }
	:-moz-placeholder { opacity: 1; color:#FFF; } /* Firefox 18- */
	::-moz-placeholder { opacity: 1; color:#FFF; } /* firefox 19+ */
	:-ms-input-placeholder { color:#FFF; } /* ie */
	input:-moz-placeholder { color:#FFF; }
	
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type=submit] {
		display: block;
		width: 100%;
		/* background: #FFC900 ; */
		color: #fff;
		border: none;
		padding: 10px;
		font-weight: 600;
		
		-webkit-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		-moz-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
		border-radius: 40px;
		background-color: #FFD200;
		text-shadow: 0px 1px 0px #444;
	}

	
	.required .gform_footer:after{
		content: '* Required Fields';
		color: #790000;
		font-size: 13px;
		text-align: left;
		display: block;
		margin-top: 20px;
		font-style: italic;
	}
	
	/* div.gform_wrapper .gform_footer input.button:hover,
	div.gform_wrapper .gform_footer input[type=submit]:hover {
		background-color: #FFC900;
		-webkit-box-shadow: 0px 2px 5px -2px #1F1F1F;
		-moz-box-shadow: 0px 2px 5px -2px #1F1F1F;
		box-shadow: 0px 2px 5px -2px #1F1F1F;
	} */
	
	div.gform_wrapper {
		max-width: 100%;
	}
	
	div.gform_wrapper .gform_footer input.button:hover,
	div.gform_wrapper .gform_footer input[type=submit]:hover {
		background-color: #FFC900;
		-webkit-box-shadow: 0px 2px 5px -2px #1F1F1F;
		-moz-box-shadow: 0px 2px 5px -2px #1F1F1F;
		box-shadow: 0px 2px 5px -2px #1F1F1F;
	}
	
	div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.large,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .top_label textarea.textarea,
	div.gform_wrapper .hidden_label input.large,
	div.gform_wrapper .hidden_label select.large,
	div.gform_wrapper .hidden_label textarea.textarea {
		width: 100%;
	}
	
	/* GF Validation Overide */
	div.gform_wrapper .top_label .gfield_error {
		width: 100%;
		
	}
	
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-left: 0!important;
	}
	
	div.gform_wrapper li.gfield.gfield_error,
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		background: none;
		background: none;
		border: none;
		padding: 0!important;
	}

	/**
	* 7.1 Effects | Bootstrap overrides
	*
	*
	* 
	* -----------------------------------------------------------------------------
	*/

	.read-more.btn-primary {
		border: 0;
	}
	
	.panel-default > .panel-heading {
		padding: 0;
	}

	.panel-title > a {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	
	.btn-info:hover,
	.btn-info:focus,
	.btn-info.focus,
	.btn-info:active,
	.btn-info.active,
	.open>.dropdown-toggle.btn-info {
		border-color: transparent;
	}
		
	blockquote {
		border-left: 5px solid #ffca06;
		padding: 0px 0px 10px 70px;
		margin: 45px 0;
		color: #00205B;
		text-transform: uppercase;
		font-size: 20px;
		position: relative;
		line-height: 1.5;
	}
	
	blockquote:before {
		content: '';
		display: inline-block;
		background-image: url(images/sprites-1.png);
		background-position: -0px -597px;
		width: 9px;
		height: 15px;
		position: absolute;
		left: 30px;
		top: 2px;
	}
	
	hr {
		border-top: 1px solid #000000;
		margin: 50px 0;
	}

    /**
    *  7.1 Effects | Accordion
    * 
    * -----------------------------------------------------------------------------
    */
    .panel-group {
        margin-bottom: 15px;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .panel-group .panel {
        margin-bottom: 0px;
        border-radius: 0px;
        overflow: hidden;
        width: 100%;
    }

    .panel-default{
        border-color: #dfe1e2;
    }

    .panel-default>.panel-heading {
        padding: 0;
    }

    .panel-heading .accordion-toggle:before{
         content: '\f067';
        font-family: 'FontAwesome';
        font-weight: 400;
		margin-right: 15px;
		left: 20px;
		position: absolute;
    }

    .panel-heading .accordion-toggle.active:before{
        content: '\f068';
        font-family: 'FontAwesome';
        font-weight: 400;
    }

    .panel-heading .accordion-toggle.active.collapsed:before{
        content: '\f067';
        font-family: 'FontAwesome';
        font-weight: 400;
    }

    .panel-heading .accordion-toggle {
        color: #001742;
        padding: 15px 20px;
        background-color: #fff;
        border-color: #dfe1e2;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        text-decoration: none;
		text-transform: none;
		padding: 15px 20px 20px 40px;
		position: relative;
    }

    .panel-heading .panel-title {
        margin-bottom: 0;
    }

    .panel-heading .accordion-toggle:hover{
        color: #fff;
        background-color: #00205B;
        border-color: #eee;
        text-decoration: none;
    }

    .panel-heading .accordion-toggle.active {
        background-color: #00205B;
        border-color: #eee;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

    .panel-title>a {
        color: inherit;
        display: inherit;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
    }

    .panel-title>a:hover {
        text-decoration: none;
    }

    .panel-default>.panel-heading+.panel-collapse .panel-body{
        border-top-color: #ffffff;
        border-top: 1px solid #ffffff;
        color: #001742;
        padding: 20px 20px 20px 20px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 26px;
        text-transform: none;
    }
    /*End Accordion*/

/**
* 8.0 Shortcodes
*
* Styles for custom shortcodes
* 
* -----------------------------------------------------------------------------
*/

	/* [boxed] */
	.col-locations {
		margin-bottom: 30px;
	}
	.col-locations .col-sm-6 {}
	.col-locations .col-sm-6 a {
		display: block;
		padding: 48px;
		background-color: #00205b;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		font-size: 30px;
		font-weight: 300;
		color: #FFC900;
		font-family: 'Oswald';
	}
	.col-locations .col-sm-6 a:hover {
		text-decoration: underline;
	}
	.col-locations-vic a {
		background-image: url(images/vic.png);
	}
	.col-locations-qld a {
		background-image: url(images/qld.png);
	}
	
	/* [boxed] */
	.boxed-content {
		padding: 30px 30px;
		border: 3px solid #00205B;
		font-size: 14px;
		margin: 40px auto;
	}

	/* [testimonial] */
	.testimonial-box {
		position: relative;
		display: block;
		padding: 40px 0px 60px 0px;
		font-size: 14px;
		color: #a9a9a9;
		margin: 20px 0 50px;
		background: none;
		border: 1px solid #e6e6e6;
		border-left: 0;
		border-right: 0;
	}


    .testimonial-content-page:before {
		content: '"';
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		font-size: 75px;
        font-weight: 900;
        color: #00205b;
		line-height: 1;
	}

    .testimonial-content-page {
		font-size: 17px;
        font-weight: 100;
		color: #a9a9a9;
		padding: 5px 20px 25px 80px;
        line-height: 28px;
		position: relative;
		display: inline-block;
		width: 100%;
	}
	
	blockquote.testimonial-box {
		text-transform: none;
	}

	blockquote.testimonial-box:before {
		display: none;
	}
	/*.testimonial-box:before {
		content: "";
		width: 24px;
		height: 15px;
		position: absolute;
		display: block;
		line-height: 0;
		margin-top: 10px;
		left: 10px;
		color: #ccc;
		background-image: url('images/testimonial-quote.png');
		background-position: 0 0;
	}*/

	.testimonial-box .author {
		font-size: 14px;
		font-weight: 700;
		color: #333333;
		margin-top: 20px;
	}

	.testimonial-box .content {
		color: #a9a9a9;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.testimonial-name-bottom {
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		color: #616161;
		letter-spacing: 1px;
		margin: 20px 0 0 0;
	}
	
	.testimonial-box .testimonial-video {
		display: inline-block;
		float: left;
		margin-right: 30px;
	}

	/* Shortcode - internal_cta */
	.cta-box * {
		color: #00205B;
	}

	.cta-box {
		position: relative;
	}

	.cta-box:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -11px;
		display: block;
		height: 11px;
		background-image: url('images/cta-box-shadow.png');
		background-size: 100% 100%;
	}


	.cta-box h2 {
		margin-bottom: 0;
	}

	.cta-box h2 {
		text-transform: uppercase;
	}

	.cta-box {
		padding: 60px 20px;
		text-align: center;
		background-image: url(images/cta-bg.jpg);
		background-position: center;
		background-size: cover;
		background-color: #F2C10F;
	}

	.cta-box .btn {
		border-radius: 0;
		border: 5px solid #00205B;
		box-shadow: none;
		background: none;
		padding: 20px 35px;
		transition: 0.2s all ease;
		font-family: "Oswald";
		font-weight: 300;
		font-size: 27px;
		text-transform: uppercase;
		text-shadow: none;
		color: #00205B;
		max-width: 100%;
		white-space: normal;
	}
	
	.cta-box .btn * {
		transition: 0.2s all ease;
	}

	.cta-box .btn:hover {
		color: #FFF;
		background-color: #00205B;
	}
	
	.cta-box .btn:hover * {
		color: #FFF;
	}
	
	.cta-box .btn strong {
		display: inline-block;
	}
	
	/* Media Boxes */
	.filters-container .media-boxes-search {
		float: right;
	}
	
	.filters-container ::-webkit-input-placeholder { color: #bbb; }
	.filters-container :-ms-input-placeholder { color: #bbb; }
	.filters-container ::-moz-placeholder { color: #bbb; }
	.filters-container :-moz-placeholder { color: #bbb; }
	
	.filters-container .media-boxes-filter {
		margin: 0;
		padding: 0;
	}
	
	ul.media-boxes-filter>li a.selected {
		background: #B8B3B3;
	}
	
	.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
		display: block;
	}
	
	.media-boxes-drop-down .media-boxes-drop-down-menu {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}
	
	.media-boxes-drop-down .media-boxes-drop-down-menu li {
		list-style: none;
	}
	
	
/* CTA */
.fullwidth-cta-1 .left-side,
.fullwidth-cta-1 .right-side {
	width: 50%;
	display: inline-block;
	float: left;
	color: #FFF;
	font-family: "Oswald";
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1;
	padding: 30px 0;
}

.fullwidth-cta-1 .left-side {
	text-align: right;
	background-color: #FFC900;
}

.fullwidth-cta-1 .left-side:hover {
	background-color: #ffd900;
}

.fullwidth-cta-1 .right-side {
	text-align: left;
	background-color: #00205b;
}

.fullwidth-cta-1 .right-side:hover {
	background-color: #022971;
}

.fullwidth-cta-1 .left-side span,
.fullwidth-cta-1 .right-side span {
	display: inline-block;
	width: 470px;
	max-width: 100%;
	padding: 0 50px;
	text-align: center;
	position: relative;
	line-height: 34px;
	text-shadow: 1px 1px 0px #444;
}

.fullwidth-cta-1 .btn-icon-1:before,
.fullwidth-cta-1 .btn-icon-2:before {
	content: '';
	display: inline-block;
	background-image: url(images/sprites-1.png);
	width: 34px;
	height: 34px;
	position: absolute;
	margin-left: -84px;
}

.fullwidth-cta-1 .btn-icon-1:before {
	background-position: -0px -0px;
}

.fullwidth-cta-1 .btn-icon-2:before {
	background-position: -0px -44px;
}

/* Services Carousel */
.services-carousel .item {
	width: 350px;
	float: left;
	max-width: 100%;
	line-height: 0;
}

.services-carousel .item a {
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 1.4;
}

.services-carousel .item a:before {
	content: '';
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease;
	background-color: rgba(0, 32, 91, 0.5);
}

.services-carousel .item a:hover:before {
	opacity: 1;
}

.services-carousel .item a:hover .text-overlay {
	padding: 30px 18px;
	background-color: rgba(0, 0, 0, 0.88);
}

.services-carousel .item img {
	width: 100%;
}

.services-carousel .item .text-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.66);
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 18px;
	
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.services-carousel .slick-prev,
.services-carousel .slick-next {
	background-image: url(images/sprites-1.png);
	background-color: rgba(0, 0, 0, 0.55);
	width: 30px;
	height: 54px;
	border: none;
	text-indent: -9999px;
	font-size: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top: -27px;
}

.services-carousel .slick-prev {
	background-position: -0px -88px;
	left: 0;
}

.services-carousel .slick-next {
	background-position: -0px -152px;
	right: 0;
}

.full-bg-1 {
	/* background-image: url(images/full-bg-1.jpg);
	background-size: cover;
	background-position: center center; */
	min-height: 400px;
	
	background-color: #C3D5E7;
	background-image: url(images/page-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}

.full-bg-1 h4 {
	color: #00205B;
}


/* Media Boxes */
div.media-box-content {
	background: #00205B;
	color: #FFF;
}

div .media-box-title,
div .media-box-text,
div .media-box-title a {
	color: #FFF;
}

div .media-box-title{
	min-height:30px ;
}

div .media-box-text {
	font-size: 13px;
	min-height: 34px;
}

.blog-posts-2 .media-box-text {
	margin-bottom: 0!important;
}

div.media-boxes-load-more-button {
	background-color: #E6E6E6;
	color: #3F3F3F;
	font-size: 12px!important;
	font-weight: 700;
	margin-top: 20px;
}

div.media-boxes-load-more-button:hover {
	background-color: #00205B;
	color: #FFF;
}

.media-box.rapid-tune-tv .media-box-image:before {
	content: '';
	display: inline-block;
	background-image: url(images/sprites-1.png);
	background-position: -0px -486px;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -27px;
	margin-left: -27px;
	z-index: 2;
	pointer-events: none;
}

/* Blue Box */
.blue-box {
	display: inline-block;
	width: 100%;
	background-color: #00205b;
	padding: 24px 34px;
	margin-bottom: 20px;
	text-align: center;
}

.blue-box.alt {
	background-color: #001742;
}

.blue-box:hover,
.blue-box.alt:hover {
	background-color: #022971;
}

.blue-box .inner {
	display: inline-block;
	width: 100%;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	padding: 5px 20px;
}

.blue-box .heading {
	color: #FFF;
	display: block;
	font-size: 37px;
	font-family: "Oswald";
	font-weight: 700;
	text-transform: uppercase;
}

.blue-box .content {
	color: #FFC900;
	display: block;
	font-style: italic;
	font-size: 15px;
}

/* Nanoscroller */
div.nano {
	width: 420px;
	height: 160px;
}

div.nano > .nano-content {
	padding: 0 20px 0 20px;
	left: 0
}

div.nano > .nano-pane {
	background: #fff;
	width: 4px;
	border-radius: 0;
	left: 0;
}

div.nano > .nano-pane > .nano-slider {
	background: #00205b;
	border-radius: 0;
	margin: 0;
}

/* Rapidtune Locations */
.rapidtune-locations .location {
	border-bottom: 1px solid #666767;
	color: #404141;
	font-weight: 300;
	padding-bottom: 20px;
	margin-bottom: 30px;
	line-height: 1.8;
}

.rapidtune-locations .location a {
	color: #404141;
}

.rapidtune-locations .location a:hover {
	color: #00205B;
}

.rapidtune-locations .location .btn-3 {
	color: #00205b;
}

.rapidtune-locations .location .btn-3:hover {
	color: #fff;
	background-color: #00205b;
}

.rapidtune-locations .location span {
	display: block;
	font-size: 13px;
}

.rapidtune-locations .location .name {
	margin-bottom: 4px
}

.rapidtune-locations .location .name,
.rapidtune-locations .location .name a {
	font-size: 17px;
	font-weight: 700;
	color: #00205B;
}

.rapidtune-locations.alt-1 .col-md-3 {
	width: 50%;
}

.rapidtune-locations.alt-1 .location {
	padding-bottom: 12px;
	margin-bottom: 12px;
	line-height: 1.5;
}

.rapidtune-locations.alt-1 .clearfix {
	display: block;
}

/* .rapidtune-locations .book-container:before, */
.rapidtune-locations .book-container .location-map-icon {
	/* content: ''; */
	display: inline-block;
	background-image: url(images/sprites-1.png);
	background-position: -0px -550px;
	width: 28px;
	height: 37px;
	position: relative;
	top: 12px;
	margin-right: 35px;
}

/* Social Media Icons */
.sm-icon {
	background-image: url(images/sprites-1.png);
	width: 28px;
	height: 27px;
	text-indent: -9999px;
	font-size: 0;
	display: inline-block;
}

.footer-top .social-media-icons {
	line-height: 0;
	margin-top: 25px;
}

.footer-top .sm-icon {
	margin: 0 10px;
}

.sm-icon.facebook {
	background-position: -0px -286px;
}

.sm-icon.twitter {
	background-position: -0px -323px;
}

.sm-icon.gplus {
	background-position: -0px -360px;
}

.sm-icon.youtube {
	background-position: -0px -397px;
}

/* Youtube Video */
.youtube-video {
	position: relative;
	margin-bottom: 20px;
}

.youtube-video a {
	display: inline-block;
	position: relative;
}

.youtube-video a:before {
	content: '';
	display: inline-block;
	background-image: url(images/sprites-1.png);
	background-position: -0px -486px;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -27px;
	margin-left: -27px;
	z-index: 2;
	pointer-events: none;
}

/* Breadcrumbs */
.breadcrumb {
	background: none;
	margin-bottom: 0;
	text-align: center;
	padding-top: 20px;
}

.breadcrumb,
.breadcrumb a {
	color: #FFC900;
	font-weight: 700;
	font-style: italic;
	font-size: 12px;
}

/* Sidebar CTA */
.sidebar-cta {
	background-color: #1b1926;
	background-image: url(images/side-cta-bg.jpg);
	padding: 50px 25px 40px;
	text-align: center;
	box-shadow: 0px 10px 10px -5px #666
}

.sidebar-cta .heading {
	color: #FFF;
	display: block;
	font-size: 37px;
	font-family: "Oswald";
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

.sidebar-cta .content {
	color: #FFC900;
	display: block;
	font-style: italic;
	font-size: 15px;
	border-top: 1px solid #FFD641;
	border-bottom: 1px solid #FFD641;
	margin: 40px 0px 50px;
	padding: 18px 5px;
}

.sidebar-cta .btn {
	width: 100%;
}


/* Location - Internal */
.post-header {
	display: inline-block;
	width: 100%;
}
.post-header .left-side {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	max-width: 100%;
	float: left;
}

.post-header .right-side {
	display: inline-block;
	vertical-align: top;
	width: 560px;
	max-width: 100%;
	float: right;	
	margin-top: 20px;
}

.post-header .sub-left {
	float: left;
	width: 340px;
	max-width: 100%;
}

.post-header .sub-right {
	width: 188px;
	max-width: 100%;
	float: right;
}

.post-header .phone-num,
.post-header .fax {
	display: block;
	font-family: "Oswald";
	font-size: 20px;
	color: #00205B;
	font-weight: 700;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: right;
}

.post-header .btn.fullwidth {
	margin-top: 20px;
}

.post-header .phone-num:before,
.post-header .fax:before {
	content: '';
	display: inline-block;
	background-image: url(images/sprites-1.png);
	width: 22px;
	height: 22px;
	float: left;
	margin-right: 10px;
}

.post-header .phone-num:before {
	background-position: -0px -622px;
}

.post-header .fax:before  {
	background-position: -0px -654px;
}

.post-header .address {
	display: inline-block;
	font-size: 17px;
	margin-bottom: 25px;
	line-height: 1.7;
	color: #404141;
}

.post-header .address-container {
	color: #404141;
}

.post-header .title-container {
	margin-bottom: 0;
}

.post-header .post-title {
	margin-bottom: 15px;
	font-size: 27px;
	text-transform: none;
	color: #00205B;
}

.post-header .btn-3 {
	min-width: 184px;
}

.location-schedule {
	margin: 35px 0;
}

.location-schedule .panel {
	margin-bottom: 35px;
}

/* Location book button disabled  */
/*.postid-512 .round{
	display:none
}*/

.map-embed-container {
	border-bottom: 1px solid #00205b;
	border-top: 1px solid #00205b;
	margin: 35px 0;
	padding: 35px 0;
}

.map-embed-container iframe {
	width: 100%;
	height: 280px;
	pointer-events: none;
}

.table.style-2>thead>tr>th,
.table.style-2>tbody>tr>th,
.table.style-2>tfoot>tr>th,
.table.style-2>thead>tr>td,
.table.style-2>tbody>tr>td,
.table.style-2>tfoot>tr>td {
	padding: 10px 40px;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
}

.table.style-2 {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

.bottom-button-container {
	text-align: center;
}

/* Services Overview */
.services-overview {
	display: inline-block;
	width: 100%;
}

.services-overview .item {
	display: inline-block;
	float: left;
	width: 220px;
	max-width: 100%;
	margin-right: 20px;
	margin-bottom: 40px;
}

.services-overview .item.last {
	margin-right: 0;
}

.services-overview a {
	display: inline-block;
	position: relative;
}

.services-overview .text-overlay {
	display: block;
	text-align: center;
	font-family: "Oswald";
	font-weight: 300;
	font-size: 20px;
	color: #00205B;
	margin-top: 25px;
}

.services-overview .text-overlay a {
	color: #00205B;
}

.services-overview .image a:before {
	content: '';
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease;
	background-color: rgba(0, 32, 91, 0.5);
}

.services-overview .image a:hover:before {
	opacity: 1;
}

/* Book Now Form */
div.gform_wrapper input[type=email],
div.gform_wrapper input[type=number],
div.gform_wrapper input[type=password],
div.gform_wrapper input[type=tel],
div.gform_wrapper input[type=text],
div.gform_wrapper input[type=url],
div.gform_wrapper select {
	padding: 3px 10px;
}

div.gform_wrapper textarea {
	padding: 3px 10px;
}

div.gform_wrapper .gsection .gfield_label,
div.gform_wrapper h2.gsection_title,
div.gform_wrapper h3.gform_title {
	font-size: 34px;
}

div.gform_wrapper .gsection {
	margin: 30px 0px 20px;
}

.blue-box-2 {
    background-color: #00205B;
	padding: 30px 20px 40px;
    margin-bottom: 25px;
}

.blue-box-2 h4 {
	font-weight: 700;
	text-align: center;
	color: #fff;
}

.blue-box-2 ul {
	margin: 0;
	border-top: 1px solid #FFC900;
	border-bottom: 1px solid #FFC900;
	padding: 15px 15px 15px 35px;
	font-size: 13px;
}

.blue-box-2 ul li {
	color: #FFC900;
    font-style: italic;
    list-style: square
}

.blue-box-2 * {
	color: #fff;
}

/* Services - Internals */
.bottom-links .btn {
	margin-right: 20px;
	/* background-color: #ffca00;
	box-shadow: none; */
}

.bottom-links .btn:hover {
	background-color: #FFD900;
}

.bottom-links .btn.alt {
	background-color: #00205b;
	box-shadow: inset 0px -30px 20px -10px #02215A, 0px 2px 5px -2px #1F1F1F;
}

.bottom-links .btn.alt:hover {
	background-color: #022971;
}

/* Misc */
.media-box-image .thumbnail-overlay {
	background-color: rgba(0, 32, 91, 0.5);
}

.scroll-content {
	color: #0c234c;
	line-height: 1.8;
	height: 160px;
	margin-bottom: 20px;
	overflow-y: scroll;
}

.content-area-1 {
	padding-right: 28px;
}

.content-area-1 h4 {
	margin-bottom: 50px;
}

.column-content.cols-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.text-style-1 {
	font-family: 'Oswald';
	font-size: 24px;
	font-weight: 300;
	line-height: 1.4;
}

.bold-text{
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #00205B;
    width: 100%;
    display: inline-block;
}

.single-mechanic .bold-text{
	padding:5px;
}


.sidebar .widget.franchise-opportunities-con{
	border: 1px solid #00205B;
	padding: 0px;
}

.franchise-opportunities{
	padding: 20px 20px;
}

.franchise-opportunities h3{
	font-size: 25px;
	margin-bottom: 10px;
	color: #00205B;
	text-align: center;
}

.franchise-opportunities li{
	margin-bottom: 7px;
}

.franchise-opportunities ul li:last-child{
	margin-bottom: 0px;
}

.franchise-opportunities .item{
/*	display: block;
    font-family: "Oswald";
    font-size: 16px;
	padding: 8px 20px 8px 0px;
   	position: relative;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -webkit-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
    -moz-box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
    box-shadow: inset 0px -30px 20px -10px #FFAD00, 0px 2px 5px -2px #1F1F1F;
    padding: 10px 10px;
    width: 208px;
    max-width: 100%;
    border-radius: 40px;
    background-color: #FFD200;
    color: #fff;
    text-shadow: 0px 1px 0px #444;
    display: inline-block;
}

.franchise-opportunities .item:hover{
    background-color: #ffc900;
    -webkit-box-shadow: 0px 2px 5px -2px #1F1F1F;
    -moz-box-shadow: 0px 2px 5px -2px #1F1F1F;
    box-shadow: 0px 2px 5px -2px #1F1F1F;	
}

/*.franchise-opportunities .item:after{
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 10px;
	line-height: normal;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}*/

/*.franchise-opportunities .item:hover:after{
	right: 7px;
}*/

/*  Franchise Update  */
.go-hide{
    display: none;
}

.franchise-container .button-box{
	margin-top:40px;

}

#collapse_ta-collapse .panel{
	margin-bottom: 0px;
    border-radius: 0;
    border-color: #fff;
}

#collapse_ta-collapse .panel+.panel{
	margin-top: 0px;
    border-top-width: 0;
}

#collapse_ta-collapse .panel-heading .accordion-toggle{
	position: relative;
	padding-right: 40px;
}

#collapse_ta-collapse .panel-heading .accordion-toggle.collapsed{
    background-color: #00205B;
    color: #fff;
    border-color: #00205B;	
}

#collapse_ta-collapse .panel-heading .accordion-toggle:after{
    content: '\f077';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 14px;
    height: 15px;
    display: inline-block;
}

#collapse_ta-collapse .panel-heading .accordion-toggle.collapsed:after{
	content: '\f078';
}

#collapse_ta-collapse .panel-heading .accordion-toggle,
#collapse_ta-collapse .panel-heading .accordion-toggle:hover{
    background-color: #00318D;
    color: #fff;
}

#collapse_ta-collapse .panel-default>.panel-heading+.panel-collapse .panel-body{
    border: 0;
    border-top-width: 0;
    color: #001742;
}

#collapse_ta-collapse .panel-collapse{
	border: 1px solid #00205B;
	border-top: 0px;
}

.franchise-owner blockquote{
	margin:20px 0;
}
.franchise-owner blockquote:before{
	top:5px;
}

/*
*  Popup forms
*/
#fancybox-wrap #fancybox-content div {
    box-sizing: border-box;
}
.popup-form-wrap{
    padding: 40px 30px;
    width: 800px;
    max-width: 100%;
    box-sizing: border-box !important;
}

/*
.popup-form-wrap .form-custom-box{
    max-width: 480px;
}
*/

.popup-form-wrap .row{
    margin-top: 30px;
}

.popup-form-wrap h2{
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.popup-form-wrap h5{
    text-align: center;
    margin-bottom: 10px;
}

.popup-form-wrap .left-box{
    text-align: center;
    display: inline-flex;
    min-height: 240px;
}

.popup-form-wrap .left-box img{
    margin: auto;
}

/*.popup-form-wrap .gf_left_half,
.popup-form-wrap .gf_right_half{
    width: 100% !important;
    clear: both;
}*/


/* End Popup forms */



/*
* Helpers
*/
.hide-box,
.hide-block,
.hide-item,
.hide{
	display: none !important;
}

.v-align-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	align-items: center!important;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}

.no-cell-padding > .panel-grid-cell,
.remove-cell-padding > .panel-grid-cell,
.rcp > .panel-grid-cell {
	padding-top: 0;
	padding-bottom: 0;
}
.no-cell-padding-top > .panel-grid-cell,
.remove-cell-padding-top > .panel-grid-cell,
.rcpt > .panel-grid-cell {
	padding-top: 0;
}
.no-cell-padding-bottom > .panel-grid-cell,
.remove-cell-padding-bottom > .panel-grid-cell,
.rcpb > .panel-grid-cell  {
	padding-bottom: 0;
}

.pg-p-10 > .panel-grid-cell {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pg-p-20 > .panel-grid-cell {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pg-p-30 > .panel-grid-cell {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pg-p-t-10 > .panel-grid-cell {
	padding-top: 10px;
}
.pg-p-t-20 > .panel-grid-cell {
	padding-top: 20px;
}
.pg-p-t-30 > .panel-grid-cell {
	padding-top: 30px;
}
.pg-p-b-10 > .panel-grid-cell {
	padding-bottom: 10px;
}
.pg-p-b-20 > .panel-grid-cell {
	padding-bottom: 20px;
}
.pg-p-b-30 > .panel-grid-cell {
	padding-bottom: 30px;
}

.fullwidth-override {
	margin-left: -4000px;
	padding-left: 4000px;
	margin-right: -4000px;
	padding-right: 4000px;
}

.block { display: block; }
.inline-block { display: inline-block; }
.flex { 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.shrink-0 { flex-shrink: 0; }

.center {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.title-center .widget-title {
	text-align: center;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.space-between { display: flex; justify-content: space-between; }
.align-center { align-items: center; }
.space-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.w-900 { width: 900px; }

.f-10 { font-size: 10px; }
.f-11 { font-size: 11px; }
.f-12 { font-size: 12px; }
.f-13 { font-size: 13px; }
.f-14 { font-size: 14px; }
.f-15 { font-size: 15px; }
.f-16 { font-size: 16px; }
.f-17 { font-size: 17px; }
.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }
.f-29 { font-size: 29px; }
.f-32 { font-size: 32px; }
.f-36 { font-size: 36px; }
.f-40 { font-size: 40px; }

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-600 { font-weight: 600; }
.fw-700, .bold { font-weight: 700; }

.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }

.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }

.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }

.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }

.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }

.padding-y-50 { padding: 50px 0; }
.padding-y-70 { padding: 70px 0; }

.limit-1-line {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-ms-box-orient: vertical;
}

.limit-2-lines {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-ms-box-orient: vertical;
	-webkit-box-orient: vertical;
}

.truncate,
.truncate-text {
	overflow: hidden;
}

.inherit {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
}

.color-inherit {
	color: inherit;
}
.sub-title{
	color: rgba(0,32,91,0.5);	
	font-family: 'Oswald';	
	font-size: 18px;	
	font-weight: 600;	
	letter-spacing: 1px;	
	line-height: 26px;	
	text-transform: uppercase;
}

.text-white{
	color: #fff;
}

.no-internal-header .internal-header,
.no-internal-header .custom-header{
	display:none;
}
.no-internal-header .content-sidebar-wrap > .content {
	padding-top:0;
}

/* CTA 2 */
.cta-box2{
	border: 1px solid #E0E1E4;
	border-radius: 129px;
	background-color: #FFFFFF;
	box-shadow: 0 7px 34px 0 rgba(2,6,19,0.12);
	padding: 10px;
	display: block;
	position: relative;

	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cta-box2 img{
	position: relative;
	z-index: 2;

	display: none;
}

.cta-box2 .link-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-radius: 129px;
	border: 10px #fff solid;
	/* background: url(images/GYFM-background.jpg); */
	background-size: cover !important;
	background-position: center !important;
}

.cta-box2 .link-overlay:hover{
	background: #00205B;
	background: url(images/GYFM-background2.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
	/*-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);*/
}

.cta-box2 .btn{
	z-index: 2;
	position: relative;
	font-size: 16px;
	padding: 15px 23px;
	border: 2px #fff solid;
	white-space: normal;
}

.cta-box2:hover{
/* 	background-color: #00205B; */
}

.cta-box2 h3{
	color: #00205B;
	font-size: 44px;
	z-index: 2;
	position: relative;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.cta-box2 .box-flex,
.cta-box2 .row{
	border: 1px solid #E0E1E4;
	border-radius: 129px;
	min-height: 184px;
	padding: 20px 54px;
	margin: auto;
	

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cta-box2 .row .right{
	text-align: right;
}

.cta-up{
	margin-top: -110px;
}

/* Service Links */
.service-link-box{
	background: url(images/service-bg1.jpg);
	background-size: cover;
	width: 100%;
	max-width: 395px;
	min-height: 306px;
	margin-bottom: 20px;
	position: relative;
}

.service-link-box a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: center;
	-webkit-justify-content: center;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: flex-end;

	background: rgba(0,0,0,0.3);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #011c4b8f 100%);
}

.service-link-box a:hover{
	background: rgba(0,0,0,0.5);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #011c4b 85%);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-link-box .h3{
	color: #FFFFFF;	
	font-family: 'Oswald';	
	font-size: 22px;	
	font-weight: 500;	
	letter-spacing: 1.22px;	
	line-height: 32px;	
	text-align: center;
	display: block;
	padding: 25px;
}

.space-between-box .textwidget{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.testimonials-slideshow .testimonial-item {
	color: #fff;
}

.testimonials-slideshow .slick-prev:before,
.testimonials-slideshow .slick-next:before {
	color: #fff !important;
}

.testimonial-image{
	max-width: 248px;
	position: relative;
}

.testimonial-image:before{
	content: '';
	background: rgba(0,21,55,0.65);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.testimonials-slideshow .testi-content{
	margin-top: 0px;
	position: relative;
	padding-top: 70px;
	font-size: 16px;
	line-height: 32px;
}

.testimonials-slideshow .testi-content:before{
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 50px;
	top: 0;
	line-height: 1;
	position: absolute;
}

.testimonials-slideshow .testimonial-item .row{
	margin-top: 40px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.testimonials-slideshow .testimonials-title h4{
	color: #FFFFFF;	
	font-family: Oswald;	
	font-size: 24px;	
	font-weight: bold;	
	line-height: 36px;
	margin-bottom: 0;
	margin-top: 20px;
}

.testimonials-slideshow .testimonial-position{
	color: #FFC900;	
	font-family: Oswald;	
	font-size: 18px;	
	font-weight: 500;	
	letter-spacing: 1px;	
	line-height: 26px;
}

/* Navigation */
.navigation-buttons {
	display: inline-block;
	border: 1px solid #E0E1E4;
	border-radius: 45px;
	background-color: #FFFFFF;
	padding: 6px 20px;
}

.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next,
.navigation-btn-left,
.navigation-btn-right {
	display: inline-block;
	cursor: pointer;
}
.navigation-style-2 .slick-prev:hover,
.navigation-style-2 .slick-next:hover,
.navigation-btn-left:hover,
.navigation-btn-right:hover {
	opacity: .7;
}
.navigation-btn-left {
	margin-right: 15px;
}
.navigation-btn-right {
	margin-left: 15px;
}
.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before,
.navigation-btn-left:before,
.navigation-btn-right:before {
	font-family: 'Fontawesome';
	font-size: 22px;
	color: #020613;
	line-height: 1;
	opacity: 1;
}
.navigation-style-2 .slick-prev:before,
.navigation-btn-left:before {
	content: '\f104';
}
.navigation-style-2 .slick-next:before,
.navigation-btn-right:before {
	content: '\f105';
}
.navigation-style-2 .slick-prev,
.navigation-style-2 .slick-next {
	top: -45px;
	border: 1px solid #E0E1E4;
	height: 45px;
	width: 45px;
}
.navigation-style-2 .slick-prev {
	right: 55px;
	left: initial;
	border-right: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	text-align: right;
	padding-right: 15px;
}
.navigation-style-2 .slick-next {
	right: 10px;
	border-left: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	text-align: left;
	padding-left: 15px;
}
.navigation-style-2 .slick-prev:before,
.navigation-style-2 .slick-next:before {
	line-height: 43px;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 28px;
	line-height: 0;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 27px;
	line-height: 1;
	opacity: .75;
	font-size: 27px;
	color: #9b9b9b;
	letter-spacing: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
	content: '\f104';
}
.slick-next:before {
	content: '\f105';
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-next {
	right: -25px;
}

/* FF Tabs */
.tabs-nav {
	padding: 0;
	margin-bottom: 20px;
}

.tabs-nav a {
	background: #eee;
	padding: 5px;
	display: inline-block;
}

.tabs-nav a.active {
	background: #001742;
	color: #fff;
}

.tabs {
	background: #eee;
	padding: 10px;
}

.tab {
	display: none;
}

.tabs-nav.dropdown {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0;
	min-width: 100px;
	cursor: pointer;
}

.tabs-nav.dropdown .dropdown-container {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.tabs-nav.dropdown .dropdown-trigger {
	display: block;
	padding: 5px 10px;
}

.tabs-nav.dropdown .dropdown-container.show {
	display: inline-block;
}

.tabs-nav.dropdown .dropdown-container a {
	display: block;
}


/* Steps Box Tabs */
.steps-box .tabs-nav {
	padding: 0;
	
	text-align: center;
	width: 100%;
	max-width: 930px;
	margin: auto;
	margin-bottom: 20px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.steps-box .tabs-nav a {
	background: transparent;
	padding: 5px;
	display: inline-block;
	color: #001742;		
	font-size: 18px;	
	font-weight: bold;	
	line-height: 28px;	
	text-align: center;
	position: relative;
}

.steps-box .tabs-nav:after{
	content: '';
	width: 95%;
	z-index: 1;
	position: relative;
	top: -35px;
	margin: auto;
	display: block;
	border: 1px solid #00205B;

}

.steps-box .tabs-nav a:after{
	content: '';
	width: 62px;
	height: 62px;
	border: 2px solid #00205B;
	background-color: #F7F7F7 !important;
	border-radius: 100%;
	display: block;
	margin-top: 30px;
	z-index: 2;
	position: relative;
}

.steps-box .tabs-nav a:nth-child(1):after{
	background: url(images/1@2x.png);
}

.steps-box .tabs-nav a:nth-child(2):after{
	background: url(images/2@2x.png);
}

.steps-box .tabs-nav a:nth-child(3):after{
	background: url(images/3@2x.png);
}

.steps-box .tabs-nav a:nth-child(4):after{
	background: url(images/4@2x.png);
}

.steps-box .tabs-nav a:nth-child(5):after{
	background: url(images/5@2x.png);
}
.steps-box .tabs-nav a:nth-child(1):after,
.steps-box .tabs-nav a:nth-child(2):after,
.steps-box .tabs-nav a:nth-child(3):after,
.steps-box .tabs-nav a:nth-child(4):after,
.steps-box .tabs-nav a:nth-child(5):after{
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.steps-box .tabs-nav a:hover:after,
.steps-box .tabs-nav a.active:after{
	background-color: #FFC900 !important;
}


.steps-box .tabs-nav a.active {
	background: transparent;
}

.steps-box .tabs {
	background: transparent;
	padding: 40px 10px 10px 10px;
	line-height: 28px
}

.steps-box .steps-title{
	color: #001742;	
	font-family: Oswald;	
	font-size: 40px;	
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 23px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.steps-box .steps-title img{
	margin-left: 12px;
}

.steps-box .tabs .row{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.steps-box .tab {
	display: none;
}

.steps-box .dropdown {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #00205B;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	min-width: 100px;
	cursor: pointer;
}

.steps-box .dropdown .dropdown-container {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}

.steps-box .dropdown .dropdown-trigger {
	display: block;
	padding: 5px 20px;
	text-align: left;
	position: relative;
}
.steps-box .dropdown .dropdown-trigger:after {
	content: '\f063';
	font-family: 'FontAwesome';
	font-weight: 400;
	position: absolute;
	font-size: 20px;
	top: 1px;
	right: 20px;
}

.steps-box .dropdown .dropdown-container.show {
	display: inline-block;
	background: #fff;
	border: 1px solid #ddd;
	z-index: 2;
}

.steps-box .dropdown .dropdown-container a {
	padding: 5px 20px;
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	font-weight: 400;
	text-align: left;

}
.steps-box .dropdown .dropdown-container a:hover {
	background-color: #00205B;
	color: #fff;
}


.steps-box .dropdown .dropdown-container a:after {
	display: none;
}

/* Grow Rotate */
.grow-rotate {
	overflow: hidden;
	display: inline-block;
}

.grow-rotate img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.grow-rotate:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bg-grow {
	overflow: hidden;
	display: inline-block;
}

.bg-grow:hover  {
	background-size: 105%;

	background-position: center center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.fitout-wrap .slick-dots{
	display: block !important;
    margin: auto;
    text-align: center;
    /* margin-top: -160px; */
    width: 100%;
    z-index: 1;
    position: relative;
}

.fitout-wrap .slick-dots ul{
	display: inline-block;
}

.fitout-wrap .slick-dots li{
	display: inline-block;
}

.fitout-wrap .slick-dots li button{
	display: inline-block ;
	font-size: 0px;
	width: 20px ;
	height: 20px;
	background: transparent; 
	border: 1px #fff solid;
	border-radius: 100%;
	margin: 10px 5px;
}

.fitout-wrap .slick-dots li button{
	display: inline-block ;
	font-size: 0px;
	width: 20px ;
	height: 20px;
	background: transparent; 
	border: 1px #fff solid;
	border-radius: 100%;
	margin: 10px 5px;
}

.fitout-wrap .slick-dots li.slick-active button,
.fitout-wrap .slick-dots li:hover button{
	background: #fff; 
}

.fitout-wrap.navigation-style-2 .slick-prev:before,
.fitout-wrap.navigation-style-2 .slick-next:before {
	color: #fff !important;
}