/* ==== Sticky Footer ==== */
* {
	margin:0;
}
html,body {
	height:100%;
	margin: 0;
	padding: 0;
	font-weight: 300;
	color: #545454;
	font-size: 12pt;
	font-family: 'Muli', sans-serif;
}

/* Sticky Footer */
.page-wrap:after {
	content:"";
	display:block;
}
.site-footer .container {
	padding-top:30px;
	padding-bottom:30px;
	font-size: 10pt;
}

.site-footer h4 {
	color: #ffffff;
}
.site-footer a,
.site-footer a:hover,
.site-footer li.active a,
.site-footer li.active a:hover {
	background: none;
	color: #ffffff;
}
.site-footer .nav-stacked > li > a:hover {
	background: none !important;
	text-decoration: underline;
}
.page-content {
	padding-top: 50px;
}
.site-footer hr {
	border-color: #ccc;
}
/* Widgets */
.widget a {
	display: block;
	padding: 15px;
}
.widget a.grey-bg:hover {
	background: #dddddd;
} 
.widget h4 a, .widget h4 {
	color: #002052;
}
/* ==== Custom Styles ==== */

.mobileSkin .mceListBox .mceText,
.mobileSkin .mceSplitButton a.mceOpen,
.mobileSkin .mceSplitButton a.mceAction,
.mobileSkin .mceListBox .mceOpen {
	width: auto !important;
	height: auto !important;
}

#galleryModal button.close,
#chassisModal button.close {
	padding: 0;
	color: #ffffff;
    cursor: pointer;
    background: transparent;
    border: 0;
    position: absolute;
    opacity: 1;
    z-index: 999999;
    top: 30px;
    right: 30px;
	font-size: 50px;
	box-shadow: none;
	font-weight: 300;
}

.specs-wrap {
	height: 400px;
	overflow: hidden;
	position: relative;
}
.specs-wrap.expanded {
	height: initial;
}
.specs-wrap .expandText {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	display: block;
	height: 80px;
}
.specs-wrap.expanded .expandText {
	display: none;
}

.modal-backdrop.in {
	opacity: 0.9;
}

.gallery-modal .modal-content {
	background: transparent; 
	box-shadow: none; 
	border: none; 
	width: 100%;
	color: #ffffff;
}

.gallery-item {
	text-align: center;
	margin-bottom: 30px;
}

.gallery-item img {
	margin: 0 auto;
}

.gallery-modal img {
	max-height: 500px;
	margin: 0 auto;
}
.gallery-modal .owl-prev {
	margin-left: -100px;
	
}
.gallery-modal .owl-next {
	margin-right: -100px;
}

.gallery-modal .owl-thumbs {
	display: flex;
    overflow-x: scroll;
	padding: 10px 0;
}

#chassisModal table {
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
#chassisModal table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#chassisModal table>thead>tr>th, #chassisModal table>tbody>tr>th, #chassisModal table>tfoot>tr>th, #chassisModal table>thead>tr>td, #chassisModal table>tbody>tr>td, #chassisModal table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
#chassisModal .table-responsive::-webkit-scrollbar, 
.gallery-modal .owl-thumbs::-webkit-scrollbar {
    width: 1em;
}
 
#chassisModal .table-responsive::-webkit-scrollbar-track,
.gallery-modal .owl-thumbs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#chassisModal .table-responsive::-webkit-scrollbar-thumb,
.gallery-modal .owl-thumbs::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 5px;
  outline: 1px solid slategrey;
}
#chassisModal .table-responsive::-webkit-scrollbar-thumb {
	background-color: #ccc;
}

.owl-thumb-item {
	background: none;
	border: none;
}

.vehicle-page .owl-thumb-item {
	width: 33.33%;
	margin-top: 20px;
	opacity: 0.9;
}
.vehicle-page .owl-thumb-item.active {
	opacity: 1;
}

.road-bg {
	background: url(../img/road-bg.jpg) no-repeat; 
	background-size: cover;
}
.company-bg {
	background: url(../img/road-bg.jpg) no-repeat; 
	background-size: cover;
}
.range-bg {
	background: url(../img/road-bg.jpg) no-repeat; 
	background-size: cover;
}
.news-bg {
	background: url(../img/news-bg.jpg) no-repeat; 
	background-size: cover;
}
.life-bg {
	background: url(../img/life-bg.jpg) no-repeat; 
	background-size: cover;
}

.community-bg {
	background: url(../img/community.jpg) no-repeat; 
	background-size: cover;
}

.black-bg {
	color: #ffffff;
	background: #001639;
}

.black-mask {
	background: rgba(0,0,0,0.7);
	color: #ffffff;
}

.btn-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.btn-share{color:#fff;width:100px;margin-bottom:10px}.btn-share:hover,.btn-share:focus{color:#fff; background: #333;}.btn-facebook{background:#334f8d}.btn-twitter{background:#1a97f0}.btn-email{background:#333}.btn-gplus{background:#bf3020}

.box.box-with-button {
	padding-bottom: 45px;
}

.affix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 48;
}

#spy-pills.affix {
	box-shadow: 0 1px 5px 0 rgba(50,50,93,.1);
	z-index: 47;
}

.slideshow-wrap .btn-default {
	background: none;
    color: #fff;
    border: 2px solid #fff;
}

.vehicle-page .affix {
	background: rgba(255,255,255,0.95);
    padding-top: 5px;
	margin-top: 72px;
}

.vehicle-page .table {
	width: 100% !important;
}

.vehicle-page .quick-specs {
	padding: 30px 0;
	margin-bottom: 30px;
}

.vehicle-page .quick-specs .lead {
	margin-bottom: 0px;
}

.cck_forms.cck_site div.cck_form input.text, div.cck_forms.cck_site div.cck_form textarea, div.cck_forms.cck_site div.cck_form select {
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.cck_forms.cck_site div.cck_form input.text, div.cck_forms.cck_site div.cck_form select {
	height: 34px;
}
.btn-toolbar {
	margin-bottom: 15px;
	margin-top: 15px;
}
.header-block {
	padding-top: 150px;
	padding-bottom: 80px;
	color: #ffffff;
	margin-bottom: 30px; 
}

.header-block h1,
.header-block p {
	color: #ffffff;
}
.block {
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
}

.zebra-row:nth-child(even) .row-image {
	float: right;
}
.zebra-row:nth-child(even) .row-flex {
	flex-direction: row-reverse;
}

.article-page .zebra-row:nth-child(even) .col-md-6 {
	background: #efefef;
	min-height: 100%;
}
.article-page .zebra-row:nth-child(even) .col-md-6.row-image {
	background: transparent;
}

.page-row div:first-child {
	padding-right: 0px;
	padding-left: 0px;
}
.page-row div:last-child {
	padding-right: 0px;
	padding-left: 0px;
}
.page-row .fill-frame {
	min-width: 100%;
}
.page-row h2 {
	margin-top: 0px;
}
/* Checkbox and radios */
.cck_forms, .nav-tabs {
	float: left;
	clear: left;
	width: 100%;
}
.nav-tabs {
	width: 100%;
	margin-top: 15px;
}
.tab-content {
	float: left;
	width: 100%;
	padding-top: 15px;
	margin-bottom: 30px;
}
.cck_veh_specs_instruction {
	margin-bottom: 0;
}
.cck_veh_brochure_file_extension {
	clear: none;
	margin-top: 4px;
}
.radios, .checkboxes {
	margin-bottom: 10px;
}
.radios > input, 
.checkboxes > input,
input[type="checkbox"] {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #ccc;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
}
.radios > input:checked, 
.checkboxes > input:checked ,
input[type="checkbox"]:checked,
div.cck_forms input.inputbox.checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%2F%3E%0A%3C%2Fsvg%3E") !important;
	background-repeat: no-repeat !important;
}
input[type="checkbox"]:checked, .radios > input:checked, .checkboxes > input:indeterminate,.radios > input:indeterminate, div.cck_forms input.inputbox.checkbox:checked, div.cck_forms input.inputbox.checkbox:indeterminate {
    background-color: #333 !important;
    border-color: transparent;
}
.radios > input,
input[type="radio"] {
	border-radius: 50%;
}
.radios > input,
.radios > label,
.checkboxes > input,
.checkboxes > label {
	display: inline-block;
	margin-right: 4px;
}
.radios > label, .checkboxes > label {
	margin-right: 10px;
}
.radios input + input,
.checkboxes input + input {
	padding-left: 4px;
}
.row-flex {
	display:-webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.d-flex {
    display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
}
.mh-100 {
	min-height: 100%;
}
.align-items-center {
	align-items: center;
}
.row-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-flex .box {
	height: 100%;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-v-32 {
	margin-top: 32px;
	margin-bottom: 32px;
}
.p-10 {
	padding: 10px;
}
.p-10.grey-bg {
	font-size: 12px;
}
.blog-item img {
	margin-bottom: 24px;
}
.blog-module .row-flex {
	display: block;
	flex-wrap: initial;
	margin: 0;
}
.blog-module {
	float: left; width: 100%;
}
.blog-module .grey-txt, .blog-module .lead {
	display: none;
}
.blog-module .item h2 {
	font-size: 18px;
}
.blog-module .item .btn {
	background: transparent;
	border: 0px;
	color: #002052;
}
.blog-module .more {
	text-align: center;
}
.blog-module .box {
	padding: 0;
	box-shadow: none;
	border: 0px;
	text-align: center;
}
.blog-module .col-xs-12 {
	width: 100% !important;
}
/* Owl Carousel */
.slideshow-wrap .caption {
	position: absolute;
    bottom: 15%;
	color: #002052;
	font-size: 26px;
    z-index: 20;
    text-shadow: 1px 1px 1px #ffffff;
    left: 0;
    right: 0;
}
.slideshow-wrap .caption h1 {
	font-size: 50px;
	max-width: 35%;
	line-height: 1;
}
.slideshow-wrap .caption h1 small {
	text-transform: uppercase;
	font-size: 16px;
	color: #888;
	text-shadow: none;
	line-height: 1;
}
.owl-nav {
	text-shadow: none;
}
.vehicle-page .slideshow-wrap .owl-carousel .owl-item img {
    margin-top: 0px;
}
.owl-prev, .owl-next {
	padding: 5px 7px 3px 7px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 60px;
    position: absolute;
    right: 0;
	left: auto;
	z-index: 10;
    top: 45%;
	color: #001639;
}
.slideshow-wrap {
	max-height: 700px;
	overflow-y: hidden;
}
.vehicle-page .slideshow-wrap {
	max-height: 600px;
}
.slideshow-wrap .owl-prev, .slideshow-wrap .owl-next,
.gallery-modal .owl-prev, .gallery-modal .owl-next {
	color: #ffffff;
}
.owl-prev {
	left: 0;
	right: auto;
}
.owl-prev:hover, .owl-next:hover {
	color:#cccccc;
}
#layout .owl-nav {
	right: 0;
    width: 70px;
    position: absolute;
    top: 10px;
}
#layout .owl-nav .owl-next,
#layout .owl-nav .owl-prev {
	font-size: 20px;
	top: 0;
}
.cck_veh_layout_list .owl-nav .owl-next,
.cck_veh_layout_list .owl-nav .owl-prev {
	top: 25%;
}

.slideshow-wrap {
	position: relative;
}
.slideshow {
	margin-left: 0px;
	padding-left: 0px;
}
.owl-carousel .owl-video-tn {
	background-size: cover;
}
.center-images img {
	margin: 0 auto;
}
.dropdown-menu>li>a {
    padding: 8px 20px;
}
.box {
	padding: 15px;
	background: #ffffff;
	box-shadow: 0 1px 5px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
	border: 1px solid #eee;
	border-radius: 0px;
	position: relative;
}
.sml-icon {
    height: 21px;
    display: inline;
}
.pad-20 {
	padding: 20px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}
.card {
    border: none;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(154,161,171,0.25);
    box-shadow: 0px 0px 35px 0px rgba(154,161,171,0.25);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}
.form-horizontal .control-label {
	text-align: left !important;
}
.primary-bg .pricing h3 {
	color: #ffffff;
	text-align: center;
}
.rounded {
	box-shadow: 0 1px 5px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07)
}
.flip-box {
	min-height: 300px;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.flip-box-wrap:last-child .flip-box {
	margin-bottom: 0px;
}
.flip-box .link-mask {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}

.flip-box .bg {
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all ease 0.8s;
}
.flip-box .link-mask:hover + .bg {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
}
.flip-box .gradient-mask {
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background: #001639;
	width: 100%;
	bottom: 0;
	z-index: 3;
}
.flip-box h3 {
	font-weight: 300;
	font-size: 20px;
	z-index: 5;
	color: #fff;
	background: rgba(0,32,82,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	padding: 15px;
}
.flip-box.construction .bg {
	background: url(../img/super-construction.jpg) no-repeat;
	background-size: cover;
}
.flip-box.australian .bg {
	background: url(../img/australian-made.jpg) no-repeat;
	background-size: cover;
}
.flip-box.book-viewing .bg {
	background: url(../img/viewing.jpg) no-repeat;
	background-size: cover;
}
.flip-box.tips-news .bg {
	background: url(../img/tips.jpg) no-repeat;
	background-size: cover; 
}
.flip-box.how-to .bg {
	background: url(../img/how-to-videos.jpg) no-repeat;
	background-size: cover;
}
.flip-box.range .bg {
	background: url(../img/gallery.jpg) no-repeat;
	background-size: cover;
}
.box.feature {
	color: #ffffff;
	background: #e96115;
}
.box h1, .box h2, .box h3 {
	margin-top: 0px;
}
.box table {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.box .table>tbody>tr>td {
	vertical-align: middle;
}
.box .box {
	padding: 0px;
	background: transparent;
	border: 0px;
	box-shadow: none;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-0 {
	margin-top: 0px;
}
.m-t-20 {
	margin-top: 20px;
}
.formErrorContent {
	margin-top: -10px;
}
.cck_blog_feature_image {
	margin-bottom: 10px;
}
.form-control {
	margin-bottom: 10px;
}
.btn, .form-control, .dropdown-menu {
	border-radius: 0px;
}
.formError {
	margin-top: -8px !important;
}
.m-b-32 {
	margin-bottom: 32px;
}
.m-t-32 {
	margin-top: 32px;
}
.custom.m-b-32 {
  margin-bottom: 0px;
}
/* Navigation */
.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 300px;
}
.dropdown-menu.columns-3 {
	min-width: 450px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
    background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}
.multi-column>li>a {
	white-space: initial;
	font-weight: 300;
}
.nav-pills>li>a, .nav-pills .btn-link {
	border-radius: 0px;
	padding: 5px 7px;
	margin: 5px 7px;
	font-weight: 300;
	border: 0px;
}
.dropdown-header {
    padding: 3px 15px;
}
.nav-pills .btn-link:hover {
    background-color: #eee;
	text-decoration: none;
}
.nav-pills>li>a {

	border: 1px solid transparent;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #002052;
	background-color: transparent;
	border-radius: 0px;
	border: 1px solid #002052;
}
li.item-212 > a {
	padding-bottom: 0px;
	padding-top: 12px;
}
.item-212 img {
	height: 20px;
}
.site-footer .nav-stacked > li > a{
	padding: 3px 0;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-nav > li > a {
	border-bottom: 2px solid transparent;
}
.navbar-nav > li.item-212.active > a,
.navbar-nav > li.item-212 > a:hover,
.navbar-nav > li.item-212 > a:active,
.navbar-nav > li.item-212 > a:focus {
	border-bottom: 2px solid transparent;
}
.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:active,
.navbar-nav > li > a:focus,
li.current a {
	border-bottom: 2px solid #002052;
	background: transparent;
}
.navbar-main {
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	border: none;
	z-index: 48;
	width: 100%;
	border-radius: 0px;
	box-shadow: 0 1px 5px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}
.navbar-main .navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0px;
}
.navbar-main li.item-136,
.navbar-main li.item-137,
.navbar-main li.item-217,
.navbar-main li.item-118,
.navbar-main li.item-151,
.navbar-main li.item-123
{
	position: inherit !important;
}
.navbar-main a {
	color: #002052;
	font-weight: 500;
	border-bottom: 2px solid transparent;
	min-height: 100%;
}
.navbar-main a:hover {
	background: transparent !important;
	border-bottom: 2px solid #002052;
}
a.navbar-brand,a.navbar-brand:hover {
	border-bottom: 0px; !important;
}
.navbar-main .open>.dropdown-menu {
	display: flex;
}
.navbar-main .multi-column {
	flex-wrap: wrap;
}
.navbar-inverse img {
	display: none;
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.admin-navbar .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
	margin-left: 0px;
	height: 70px;
}
.navbar-brand img {
	height: 50px;
}
/* Typography */
h1,h2,h3,h4,h5 {
	color: #002052;
	margin-top: 0px;
}
p.lead, .lead {
	font-size: 12pt;
}
.header-block h1 {
	margin-top: 10px;
}
a {
    
}
a:hover, a:focus {
    text-decoration: none;
}
.small-text {
	font-size: 12px;
    line-height: 1.3 !important;
    display: block;
}
/* Colours */
.grey-bg {
	background: #efefef;
}
.primary-bg {
	background: #001639;
	color: #fff;
}
a.primary-bg:hover {
	background: #002052;
}
.black-gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 9;
	color: #ffffff;
	padding: 30px 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.black-gradient h1, .black-gradient h1 small {
	color: #ffffff;
}
/* ==== Pagination ==== */

.pagination {
  display: block;
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  border-radius: 4px;
}
.pagination > ul {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.pagination > ul > li {
  display: inline;
}
.pagination > ul > li > a,
.pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > ul > li:first-child > a,
.pagination > ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > ul > li:last-child > a,
.pagination > ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > ul > li > a:hover,
.pagination > ul > li > span:hover,
.pagination > ul > li > a:focus,
.pagination > ul > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > ul > .active > a,
.pagination > ul > .active > span,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > ul > .disabled > span,
.pagination > ul > .disabled > span:hover,
.pagination > ul > .disabled > span:focus,
.pagination > ul > .disabled > a,
.pagination > ul > .disabled > a:hover,
.pagination > ul > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
/* ==== Alerts ==== */
#system-message-container {
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	top: 10%;
	z-index: 999;
}
.alert-error {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
#system-message > .alert-message {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* Social font */
.social-nav {
	font-size: 36px;
}
@font-face {
  font-family: 'Socicon';
  src:  url('../fonts/Socicon.eot?orx2yt');
  src:  url('../fonts/Socicon.eot?orx2yt#iefix') format('embedded-opentype'),
    url('../fonts/Socicon.woff2?orx2yt') format('woff2'),
    url('../fonts/Socicon.ttf?orx2yt') format('truetype'),
    url('../fonts/Socicon.woff?orx2yt') format('woff'),
    url('../fonts/Socicon.svg?orx2yt#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-moddb:before {
  content: "\e94b";
}
.socicon-indiedb:before {
  content: "\e94c";
}
.socicon-traxsource:before {
  content: "\e94d";
}
.socicon-gamefor:before {
  content: "\e94e";
}
.socicon-pixiv:before {
  content: "\e94f";
}
.socicon-myanimelist:before {
  content: "\e950";
}
.socicon-blackberry:before {
  content: "\e951";
}
.socicon-wickr:before {
  content: "\e952";
}
.socicon-spip:before {
  content: "\e953";
}
.socicon-napster:before {
  content: "\e954";
}
.socicon-beatport:before {
  content: "\e955";
}
.socicon-hackerone:before {
  content: "\e956";
}
.socicon-hackernews:before {
  content: "\e946";
}
.socicon-smashwords:before {
  content: "\e947";
}
.socicon-kobo:before {
  content: "\e948";
}
.socicon-bookbub:before {
  content: "\e949";
}
.socicon-mailru:before {
  content: "\e94a";
}
.socicon-gitlab:before {
  content: "\e945";
}
.socicon-instructables:before {
  content: "\e944";
}
.socicon-portfolio:before {
  content: "\e943";
}
.socicon-codered:before {
  content: "\e940";
}
.socicon-origin:before {
  content: "\e941";
}
.socicon-nextdoor:before {
  content: "\e942";
}
.socicon-udemy:before {
  content: "\e93f";
}
.socicon-livemaster:before {
  content: "\e93e";
}
.socicon-crunchbase:before {
  content: "\e93b";
}
.socicon-homefy:before {
  content: "\e93c";
}
.socicon-calendly:before {
  content: "\e93d";
}
.socicon-realtor:before {
  content: "\e90f";
}
.socicon-tidal:before {
  content: "\e910";
}
.socicon-qobuz:before {
  content: "\e911";
}
.socicon-natgeo:before {
  content: "\e912";
}
.socicon-mastodon:before {
  content: "\e913";
}
.socicon-unsplash:before {
  content: "\e914";
}
.socicon-homeadvisor:before {
  content: "\e915";
}
.socicon-angieslist:before {
  content: "\e916";
}
.socicon-codepen:before {
  content: "\e917";
}
.socicon-slack:before {
  content: "\e918";
}
.socicon-openaigym:before {
  content: "\e919";
}
.socicon-logmein:before {
  content: "\e91a";
}
.socicon-fiverr:before {
  content: "\e91b";
}
.socicon-gotomeeting:before {
  content: "\e91c";
}
.socicon-aliexpress:before {
  content: "\e91d";
}
.socicon-guru:before {
  content: "\e91e";
}
.socicon-appstore:before {
  content: "\e91f";
}
.socicon-homes:before {
  content: "\e920";
}
.socicon-zoom:before {
  content: "\e921";
}
.socicon-alibaba:before {
  content: "\e922";
}
.socicon-craigslist:before {
  content: "\e923";
}
.socicon-wix:before {
  content: "\e924";
}
.socicon-redfin:before {
  content: "\e925";
}
.socicon-googlecalendar:before {
  content: "\e926";
}
.socicon-shopify:before {
  content: "\e927";
}
.socicon-freelancer:before {
  content: "\e928";
}
.socicon-seedrs:before {
  content: "\e929";
}
.socicon-bing:before {
  content: "\e92a";
}
.socicon-doodle:before {
  content: "\e92b";
}
.socicon-bonanza:before {
  content: "\e92c";
}
.socicon-squarespace:before {
  content: "\e92d";
}
.socicon-toptal:before {
  content: "\e92e";
}
.socicon-gust:before {
  content: "\e92f";
}
.socicon-ask:before {
  content: "\e930";
}
.socicon-trulia:before {
  content: "\e931";
}
.socicon-loomly:before {
  content: "\e932";
}
.socicon-ghost:before {
  content: "\e933";
}
.socicon-upwork:before {
  content: "\e934";
}
.socicon-fundable:before {
  content: "\e935";
}
.socicon-booking:before {
  content: "\e936";
}
.socicon-googlemaps:before {
  content: "\e937";
}
.socicon-zillow:before {
  content: "\e938";
}
.socicon-niconico:before {
  content: "\e939";
}
.socicon-toneden:before {
  content: "\e93a";
}
.socicon-augment:before {
  content: "\e908";
}
.socicon-bitbucket:before {
  content: "\e909";
}
.socicon-fyuse:before {
  content: "\e90a";
}
.socicon-yt-gaming:before {
  content: "\e90b";
}
.socicon-sketchfab:before {
  content: "\e90c";
}
.socicon-mobcrush:before {
  content: "\e90d";
}
.socicon-microsoft:before {
  content: "\e90e";
}
.socicon-pandora:before {
  content: "\e907";
}
.socicon-messenger:before {
  content: "\e906";
}
.socicon-gamewisp:before {
  content: "\e905";
}
.socicon-bloglovin:before {
  content: "\e904";
}
.socicon-tunein:before {
  content: "\e903";
}
.socicon-gamejolt:before {
  content: "\e901";
}
.socicon-trello:before {
  content: "\e902";
}
.socicon-spreadshirt:before {
  content: "\e900";
}
.socicon-500px:before {
  content: "\e000";
}
.socicon-8tracks:before {
  content: "\e001";
}
.socicon-airbnb:before {
  content: "\e002";
}
.socicon-alliance:before {
  content: "\e003";
}
.socicon-amazon:before {
  content: "\e004";
}
.socicon-amplement:before {
  content: "\e005";
}
.socicon-android:before {
  content: "\e006";
}
.socicon-angellist:before {
  content: "\e007";
}
.socicon-apple:before {
  content: "\e008";
}
.socicon-appnet:before {
  content: "\e009";
}
.socicon-baidu:before {
  content: "\e00a";
}
.socicon-bandcamp:before {
  content: "\e00b";
}
.socicon-battlenet:before {
  content: "\e00c";
}
.socicon-mixer:before {
  content: "\e00d";
}
.socicon-bebee:before {
  content: "\e00e";
}
.socicon-bebo:before {
  content: "\e00f";
}
.socicon-behance:before {
  content: "\e010";
}
.socicon-blizzard:before {
  content: "\e011";
}
.socicon-blogger:before {
  content: "\e012";
}
.socicon-buffer:before {
  content: "\e013";
}
.socicon-chrome:before {
  content: "\e014";
}
.socicon-coderwall:before {
  content: "\e015";
}
.socicon-curse:before {
  content: "\e016";
}
.socicon-dailymotion:before {
  content: "\e017";
}
.socicon-deezer:before {
  content: "\e018";
}
.socicon-delicious:before {
  content: "\e019";
}
.socicon-deviantart:before {
  content: "\e01a";
}
.socicon-diablo:before {
  content: "\e01b";
}
.socicon-digg:before {
  content: "\e01c";
}
.socicon-discord:before {
  content: "\e01d";
}
.socicon-disqus:before {
  content: "\e01e";
}
.socicon-douban:before {
  content: "\e01f";
}
.socicon-draugiem:before {
  content: "\e020";
}
.socicon-dribbble:before {
  content: "\e021";
}
.socicon-drupal:before {
  content: "\e022";
}
.socicon-ebay:before {
  content: "\e023";
}
.socicon-ello:before {
  content: "\e024";
}
.socicon-endomodo:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-etsy:before {
  content: "\e027";
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-feedburner:before {
  content: "\e029";
}
.socicon-filmweb:before {
  content: "\e02a";
}
.socicon-firefox:before {
  content: "\e02b";
}
.socicon-flattr:before {
  content: "\e02c";
}
.socicon-flickr:before {
  content: "\e02d";
}
.socicon-formulr:before {
  content: "\e02e";
}
.socicon-forrst:before {
  content: "\e02f";
}
.socicon-foursquare:before {
  content: "\e030";
}
.socicon-friendfeed:before {
  content: "\e031";
}
.socicon-github:before {
  content: "\e032";
}
.socicon-goodreads:before {
  content: "\e033";
}
.socicon-google:before {
  content: "\e034";
}
.socicon-googlescholar:before {
  content: "\e035";
}
.socicon-googlegroups:before {
  content: "\e036";
}
.socicon-googlephotos:before {
  content: "\e037";
}
.socicon-googleplus:before {
  content: "\e038";
}
.socicon-grooveshark:before {
  content: "\e039";
}
.socicon-hackerrank:before {
  content: "\e03a";
}
.socicon-hearthstone:before {
  content: "\e03b";
}
.socicon-hellocoton:before {
  content: "\e03c";
}
.socicon-heroes:before {
  content: "\e03d";
}
.socicon-smashcast:before {
  content: "\e03e";
}
.socicon-horde:before {
  content: "\e03f";
}
.socicon-houzz:before {
  content: "\e040";
}
.socicon-icq:before {
  content: "\e041";
}
.socicon-identica:before {
  content: "\e042";
}
.socicon-imdb:before {
  content: "\e043";
}
.socicon-instagram:before {
  content: "\e044";
}
.socicon-issuu:before {
  content: "\e045";
}
.socicon-istock:before {
  content: "\e046";
}
.socicon-itunes:before {
  content: "\e047";
}
.socicon-keybase:before {
  content: "\e048";
}
.socicon-lanyrd:before {
  content: "\e049";
}
.socicon-lastfm:before {
  content: "\e04a";
}
.socicon-line:before {
  content: "\e04b";
}
.socicon-linkedin:before {
  content: "\e04c";
}
.socicon-livejournal:before {
  content: "\e04d";
}
.socicon-lyft:before {
  content: "\e04e";
}
.socicon-macos:before {
  content: "\e04f";
}
.socicon-mail:before {
  content: "\e050";
}
.socicon-medium:before {
  content: "\e051";
}
.socicon-meetup:before {
  content: "\e052";
}
.socicon-mixcloud:before {
  content: "\e053";
}
.socicon-modelmayhem:before {
  content: "\e054";
}
.socicon-mumble:before {
  content: "\e055";
}
.socicon-myspace:before {
  content: "\e056";
}
.socicon-newsvine:before {
  content: "\e057";
}
.socicon-nintendo:before {
  content: "\e058";
}
.socicon-npm:before {
  content: "\e059";
}
.socicon-odnoklassniki:before {
  content: "\e05a";
}
.socicon-openid:before {
  content: "\e05b";
}
.socicon-opera:before {
  content: "\e05c";
}
.socicon-outlook:before {
  content: "\e05d";
}
.socicon-overwatch:before {
  content: "\e05e";
}
.socicon-patreon:before {
  content: "\e05f";
}
.socicon-paypal:before {
  content: "\e060";
}
.socicon-periscope:before {
  content: "\e061";
}
.socicon-persona:before {
  content: "\e062";
}
.socicon-pinterest:before {
  content: "\e063";
}
.socicon-play:before {
  content: "\e064";
}
.socicon-player:before {
  content: "\e065";
}
.socicon-playstation:before {
  content: "\e066";
}
.socicon-pocket:before {
  content: "\e067";
}
.socicon-qq:before {
  content: "\e068";
}
.socicon-quora:before {
  content: "\e069";
}
.socicon-raidcall:before {
  content: "\e06a";
}
.socicon-ravelry:before {
  content: "\e06b";
}
.socicon-reddit:before {
  content: "\e06c";
}
.socicon-renren:before {
  content: "\e06d";
}
.socicon-researchgate:before {
  content: "\e06e";
}
.socicon-residentadvisor:before {
  content: "\e06f";
}
.socicon-reverbnation:before {
  content: "\e070";
}
.socicon-rss:before {
  content: "\e071";
}
.socicon-sharethis:before {
  content: "\e072";
}
.socicon-skype:before {
  content: "\e073";
}
.socicon-slideshare:before {
  content: "\e074";
}
.socicon-smugmug:before {
  content: "\e075";
}
.socicon-snapchat:before {
  content: "\e076";
}
.socicon-songkick:before {
  content: "\e077";
}
.socicon-soundcloud:before {
  content: "\e078";
}
.socicon-spotify:before {
  content: "\e079";
}
.socicon-stackexchange:before {
  content: "\e07a";
}
.socicon-stackoverflow:before {
  content: "\e07b";
}
.socicon-starcraft:before {
  content: "\e07c";
}
.socicon-stayfriends:before {
  content: "\e07d";
}
.socicon-steam:before {
  content: "\e07e";
}
.socicon-storehouse:before {
  content: "\e07f";
}
.socicon-strava:before {
  content: "\e080";
}
.socicon-streamjar:before {
  content: "\e081";
}
.socicon-stumbleupon:before {
  content: "\e082";
}
.socicon-swarm:before {
  content: "\e083";
}
.socicon-teamspeak:before {
  content: "\e084";
}
.socicon-teamviewer:before {
  content: "\e085";
}
.socicon-technorati:before {
  content: "\e086";
}
.socicon-telegram:before {
  content: "\e087";
}
.socicon-tripadvisor:before {
  content: "\e088";
}
.socicon-tripit:before {
  content: "\e089";
}
.socicon-triplej:before {
  content: "\e08a";
}
.socicon-tumblr:before {
  content: "\e08b";
}
.socicon-twitch:before {
  content: "\e08c";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-uber:before {
  content: "\e08e";
}
.socicon-ventrilo:before {
  content: "\e08f";
}
.socicon-viadeo:before {
  content: "\e090";
}
.socicon-viber:before {
  content: "\e091";
}
.socicon-viewbug:before {
  content: "\e092";
}
.socicon-vimeo:before {
  content: "\e093";
}
.socicon-vine:before {
  content: "\e094";
}
.socicon-vkontakte:before {
  content: "\e095";
}
.socicon-warcraft:before {
  content: "\e096";
}
.socicon-wechat:before {
  content: "\e097";
}
.socicon-weibo:before {
  content: "\e098";
}
.socicon-whatsapp:before {
  content: "\e099";
}
.socicon-wikipedia:before {
  content: "\e09a";
}
.socicon-windows:before {
  content: "\e09b";
}
.socicon-wordpress:before {
  content: "\e09c";
}
.socicon-wykop:before {
  content: "\e09d";
}
.socicon-xbox:before {
  content: "\e09e";
}
.socicon-xing:before {
  content: "\e09f";
}
.socicon-yahoo:before {
  content: "\e0a0";
}
.socicon-yammer:before {
  content: "\e0a1";
}
.socicon-yandex:before {
  content: "\e0a2";
}
.socicon-yelp:before {
  content: "\e0a3";
}
.socicon-younow:before {
  content: "\e0a4";
}
.socicon-youtube:before {
  content: "\e0a5";
}
.socicon-zapier:before {
  content: "\e0a6";
}
.socicon-zerply:before {
  content: "\e0a7";
}
.socicon-zomato:before {
  content: "\e0a8";
}
.socicon-zynga:before {
  content: "\e0a9";
}

/* RESPONSIVE UTILITIES */
/* Phone */
@media (max-width:767px) {
	body {
		overflow-x: hidden;
	}
	.row-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.vehicle-page .owl-thumb-item {
		width: 50%;
	}
	.community-bg {
		background-position: 15% 0;
	}
	.navbar-inverse {
		background: #002052;
		min-height: auto;
	}
	.navbar-fixed-bottom .navbar-nav li {
		clear: none;
		text-align: center;
	}
	.navbar-fixed-bottom .navbar-nav > li > a {
		color: #fff;
		margin-bottom: 0;
	}
	.nav-justified {
		margin: 0px;
		padding: 0px;
	}
	.nav-justified > li {
		float: none !important;
		display: table-cell;
		width: 1%;
	}
	.navbar-toggle .icon-bar {
		background: #000;
	}
	.navbar-main {
		text-align: center;
	}
	.owl-prev, .owl-next {
		font-size: 30px;
		top: 35%;
	}
	.block {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.social-nav {
		font-size: 28px;
	}
	.navbar-nav .open .dropdown-menu {
		text-align: center;
	}
	.black-gradient {
		padding-bottom: 0px;
	}
	.black-gradient h1 {
		font-size: 120%;
	}
	#spy-pills .nav-pills li a {
		font-size: 12px;
	}
	.affix {
		position: inherit;
	}
	.page-wrap {
		margin-bottom:0px;
	}
	.site-footer, .page-wrap:after{
		height: auto;
	}
	.site-footer {
		padding-bottom: 50px;
	}
	.btn-lg, .btn-group-lg>.btn {
		padding: 6px 10px;
		font-size: 12px;
		border-radius: 3px;
	}	
	.gallery-modal img {
		max-height: 300px;
		margin: 0 auto;
	}
	.header-block {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.slideshow-wrap .slideshow {
	    margin-top: 70px;
	}
}
/* Larger than a phone */
@media (min-width:768px) {
	#system-message-container {
		width: 50%;
	}
	.layout-floorplan {
		margin: 0 100px;
	}
	.container.double-pad {
		padding-left: 30px;
		padding-right: 30px;
	}
	.multi-column {
		min-width: 1200px;
		left: 50%;
		transform: translate(-50%, 0%);
		margin-left: -15px !important;
		margin-right: -15px !important;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mc_embed_signup {
		padding-left: 60px;
		max-width: 450px;
	}
	.vehicle-page .slideshow-wrap {
		min-height: 600px;
	}
	.home .slideshow-wrap {
		margin-top: 73px;
	}
	.page-wrap {
		min-height:100%;
		margin-bottom: -310px;
	}
	.site-footer, .page-wrap:after{
		height: 310px;
	}
	.bridge-top {
	    margin-top: -96px;
	}
}
/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	.navbar-main .nav>li>a {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 13px;
	}
	.header-block {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.multi-column {
		min-width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.navbar-brand img {
		height: 30px;
	}
	.navbar-brand {
		height: 50px;
	}
	.navbar-main .container {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.page-wrap {
		min-height:100%;
		margin-bottom: -450px;
	}
	.site-footer, .page-wrap:after{
		height: 450px;
	}
	.home .btn-toolbar .btn-lg {
		font-size: 15px;
		padding: 5px 8px;
	}
	.flip-box {
		min-height: 200px;
	}
	.flip-box h3 {
		font-size: 14px;
	}
	.block {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mc_embed_signup {
		padding-left: 0px;
		max-width: inherit;
	}
	.widget a {
		font-size: 13px;
	}
	.vehicle-page h1 small {
		font-size: 50%;
	}
	.vehicle-page .slideshow-wrap {
		min-height: 350px;
	}
	.black-gradient {
		padding: 30px 0 0;
	}
	.nav-pills>li>a, .nav-pills .btn-link {
		font-size: 13px;
		margin: 5px 0;
	}
}
/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
	#system-message-container {
		width: 30%;
	}
}
/* Desktop */
@media (min-width:1200px) {
	#system-message-container {
		width: 30%;
	}
	.gallery-item:nth-child(4n+1) {
		clear: left;
	}
}
/* Large Widescreen Desktop */
@media (min-width:1921px) {
}