/*
Theme Name: Little Guy 2.0
Theme URI: http://www.golittleguy.com/
Author: Graydian
Author URI: http://graydian.com/
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: radix
*/



/* Prevents flash of unstyled text from Google fonts. */

.wf-loading .hello-sunshine {
    opacity: 0;
}

.wf-active .hello-sunshine, 
.wf-inactive .hello-sunshine {
    -webkit-transition: opacity .1s ease-out;  
    -moz-transition: opacity .1s ease-out; 
    -o-transition: opacity .1s ease-out;  
    transition: opacity .1s ease-out;  
}



/* RADIX CORE */
.main-content-area {
  margin: 0 0 5% 0;
}

.clear     { clear: both; width: 100%; height: 20px }
.margin    { margin-top: 2.5em }
.padding   { padding-top: 2.5em }
.no-margin { margin: 0; padding: 0 }
.center    { float: none; margin: 0 auto }
.remove    { display: none }
.hide      { visibility: hidden }

.wow { visibility: hidden }

ol.unstyled, 
ul.unstyled {
  list-style: none none;
  margin: 0;
  padding: 0
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

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

.alignleft {
  display: inline;
  float: left
}

.alignright {
  display: inline;
  float: right
}

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

.alignnone {
  margin: 1em 0 2em
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 1em;
  margin-bottom: 2em
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em
}

.wp-caption.alignnone {
  margin: 2em 0 2em
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

.site .skip-link {
  background-color: #f1f1f1;
  -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
  box-shadow:0 0 2px 2px rgba(0,0,0,.6);
  color: #21759b;
  display: block;
  font-family: "Open Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  -webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

.wp-smiley {
  max-height: 13px;
  margin: 0
}

/*
.comment-content img,
.widget img,
.wp-post-image, 
img.avatar {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 2px
}
*/

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

/*
.entry-content a, 
.entry-summary a, 
.page-content a, 
.comment-content a, 
.pingback 
.comment-body > a {
  border-bottom: 1px solid #ddd;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
  border-bottom: 0;
}
*/

label {
  display: block;
  font-weight: 300;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 25px
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

/* GALLERY */ 
.gallery { margin-bottom: 1.6em }

.gallery-item {
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: top;
  display: inline-block
}

.gallery dl {
  float: left;
  margin-top: 10px
}

.gallery dl img {
  border: 2px solid #fff
}

.gallery-caption {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  bottom: 0;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
  transform: scale(0.9);
  padding: 10px
}

.gallery-item:hover .gallery-caption {
  visibility: visible;
  opacity: 1;
  transform: scale(1)
}

.gallery-item .wp-caption-text.gallery-caption {
  font-weight: 500;
  font-size: 12px;
  color: #fff
}

.gallery-item:hover a {
  text-decoration: none
}

.gallery-icon img {
  margin: 0 auto
}

.gallery-icon a:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all .2s ease 0s;
  width: 100%
}

.gallery-item:hover .gallery-icon a:before {
  opacity: 1
}

.gallery-columns-2 .gallery-item { max-width: 50% }
.gallery-columns-3 .gallery-item { max-width: 33.33% }
.gallery-columns-4 .gallery-item { max-width: 25% }
.gallery-columns-5 .gallery-item { max-width: 20% }
.gallery-columns-6 .gallery-item { max-width: 16.66% }
.gallery-columns-7 .gallery-item { max-width: 14.28% }
.gallery-columns-8 .gallery-item { max-width: 12.5% }
.gallery-columns-9 .gallery-item { max-width: 11.11% }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display:none
}

#image-navigation .nav-next a,#image-navigation .nav-previous a {
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block
}

#image-navigation .nav-next a:hover, #image-navigation .nav-previous a:hover {
  background-color: #DA4453;
  color: #fff
}

#image-navigation .nav-next, #image-navigation .nav-previous {
  margin: 10px 0
}

/* CAPTIONS */
.wp-caption {
  max-width: 100%;
  text-align: center
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-style: normal
}

.wp-caption-text.gallery-caption {
  margin: 0
}

.wp-caption .wp-caption-text a {
  color: #fff;
  text-decoration: underline
}

.wp-caption .wp-caption-text a:hover {
  text-decoration: none
}

/* BOOTSTRAP EDIT */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; /* or 950px */
}

.btn {
	padding: 7px 12px;
  border: 0;
  border-radius: 2px;
  border-bottom: 0;
  border-left: 0;
  box-shadow: inset 0 -2.2px rgba(0,0,0,.12),inset 2px 0 rgba(0,0,0,.1);
  margin-right: 5px;
  outline: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}

.btn.active, 
.btn:active {
  background-image: none;
  position: relative;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.125)!important;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125)!important;
  top: 1px;
  left: -1px
}

.btn-xlg {
  padding: 24px 48px;
  font-size: 24px
}

.btn-xlg [class*=" icon-"],
.btn-xlg [class^=icon-] {
  margin-right: 10px
}

.btn-min-block {
  display: block;
  max-width: 170px
}

.btn.btn-clear {
  border: 1px solid #f4f4f4;
  color: #f4f4f4;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.btn-clear:hover {
  background-color: #fff;
  color: #e43e30;
  box-shadow: none
}

.btn-success {
  background-color: #2ecc5b
}


.btn-autosize {
  padding: 5px 9px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  .btn-autosize {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 992px) {
  .btn-autosize {
    padding: 13px 19px;
    font-size: 20px;
    line-height: 1.5;
  }
}


.form-control:focus {
  border-color: #e43e30;
  outline: 0;
}

/*
@media screen and (max-width: 768px) {
  #search_dropdown {
    display: none !important
  }

  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: auto;
    margin-left: auto
  }

  #site-nav .navbar-collapse {
    max-height: 420px;
    overflow-y: auto
  }
}
*/

.btn-excerpt > a {
  border: 0;
}

.pager li > a, 
.pager li > span {
  border-radius: 2px;
}

.pager li > a:focus, .pager li > a:hover {
  background-color: #e43e30;
  color: #fff
}

.pager > .active > a,
.pager > .active > a:focus,
.pager > .active > a:hover,
.pager > .active > span, 
.pager > .active > span:focus, 
.pager > .active > span:hover {
  background-color: #e43e30;
  border-color: #eee;
  color: #fff
}

@media screen and (max-width: 360px) {
  .pager li > a, 
  .pager li > span {
    padding: 3px 8px;
    font-size: 12px
  }
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  padding-bottom: 0px;
  padding-top: 0px;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-brand {
  height: 100%;
}

.navbar-form input {
  min-width: 220px
}

.dropdown-menu .dropdown-menu {
  top: 0;
  right: 100%
}

/*
.nav-animation {
  animation: fadeIn .5s;
  -webkit-animation: fadeIn .5s
}
*/

.search-animation {
  animation: zoomIn .2s;
  -webkit-animation: zoomIn .2s
}

/* HEADERS */
.admin-bar #masthead {
  margin-top: 32px !important;
}

#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.sticky-header {
  opacity: 0.95;
  box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}

ul.header-contact {
	text-align: right;
}

/*
ul.header-contact li.header-phone a:before { 
  content: '\f095';
  font-family: FontAwesome;
  margin-right: 5px
}

ul.header-contact li.header-email a:before { 
  content: '\f0e0';
  font-family: FontAwesome;
  margin-right: 5px
}

ul.header-contact li.header-link a:before { 
  content: '\f08e';
  font-family: FontAwesome;
  margin-right: 5px
}
*/

ul.header-contact li {
  display: inline-block;
  margin-right: 5px
}

ul.header-contact li > a {
  font-size: 16px;
  display: block;
  line-height: 32px;
}

#header-social {
  text-align: left;
}

#header-social > ul > li {
  display: inline-block
}

#header-social > ul > li > a {
  display: inline-block;
  font-size: 28px;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}

#header-social > ul > li > a:hover {
  color: #fff;
}

#header-social > ul > li a.facebook:hover  { background-color: #507CBE }
#header-social > ul > li a.youtube:hover   { background-color: #cc0c0c }
#header-social > ul > li a.instagram:hover { background-color: #123d7d }
#header-social > ul > li a.twitter:hover   { background-color: #63CDF1 }
#header-social > ul > li a.google:hover    { background-color: #F16261 }
#header-social > ul > li a.pinterest:hover { background-color: #cc2127 }
#header-social > ul > li a.dribbble:hover  { background-color: #E46387 }
#header-social > ul > li a.linkedin:hover  { background-color: #035a87 }
#header-social > ul > li a.flickr:hover    { background-color: #E474AF }
#header-social > ul > li a.vimeo:hover     { background-color: #87D3E0 }
#header-social > ul > li a.rss:hover       { background-color: #ffac3d }

.site-title {
  margin: 5px 0 0;
}

#sub-header {
  padding: 2em 1em
}

.sub-header-title, .bio-name {
  font-size: 18px;
  margin-top: 10px
}

#breadcrumbs {
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px
}

#breadcrumbs a, .current {
  padding: 0 5px
}

/*
@media (max-width: 768px) {
  #breadcrumbs {
    padding: 10px 0
  }
}
*/

/* CONTENT */
.single-featured {
  display: block;
  margin: auto;
  transition: opacity 0.3s linear 0s
}

/*
.single-featured:hover {
  opacity: .8;
  box-shadow: 0 0 0 5px #644C80 inset
}
*/

.hentry {
	padding: 10px 15px 15px 15px;
	box-shadow: 0px 1px 6px #c1c1c1;
	margin-bottom: 0;
	margin-top: 3em;
	margin-bottom: 3em;
/*
	border-top: 5px solid #e43e30;
	border-bottom: 5px solid #e43e30;
*/
  position: relative
}

.news-excerpts .hentry {
	padding: 10px 15px 15px 15px;
	box-shadow: 0px 1px 6px #c1c1c1;
	margin-bottom: 0;
	margin-top: 3em;
	margin-bottom: 3em;
	border-top: 0;
	border-bottom: 0;
  position: relative
}

body.page-template-page-seamless-header .hentry,
body.page-template-page-share-your-story .hentry,
body.page-template-page-hub .hentry,
body.page-template-page-comm-photos .hentry,
body.page-template-page-tearstock .hentry,
body.page-template-page-forum .hentry {
	padding: 0;
	border-top: 0;
	border-bottom: 0;
}

.lg-stories .hentry {
	box-shadow: none;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*
.hentry:after {
  border-bottom-color: #ccc!important;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-style: solid;
  border-top: 5px solid transparent;
  border-width: 5px;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 0
}
*/

.sticky {
  display: block;
  border-color: rgba(178,175,232,.5);
  background: #f7fcf7!important;
  border-style: solid;
  border-width: 1px;
}

.sticky-pin:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQ0M3NjlDNTlENEUxMUU0QUU4MTg4NTQ5MTdDQkY1OCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQ0M3NjlDNjlENEUxMUU0QUU4MTg4NTQ5MTdDQkY1OCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDQzc2OUMzOUQ0RTExRTRBRTgxODg1NDkxN0NCRjU4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZDQzc2OUM0OUQ0RTExRTRBRTgxODg1NDkxN0NCRjU4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZWNvTAAAAMJJREFUeNpi/P//PwMpgBGImYGY4+kchmncHAwxQDYTmpovf/8x1AvHMfSBDAdJsgGx2M/fDFpYFIMAD1CdB4wDUsAKxHx//jGw43IGUAMnsgaY04gCTAwkggHS8PErw73bLxj2YpNjQRf48p3hdlQfQ/rRmwwMZ3sZ/imLM7his+E/EyPDv68/GG7VLWPwBSq+AhR7aVzM0PT8PcNmdEP5gFjj8gSGxemuDKrQeAHFviAQg/gqd2YwZEDi4z8DQIABANZoORUoDZmXAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  content: "";
  padding: 10px;
  position: absolute;
  top: -5px;
  right:-5px
}

.updated-on, 
.updated:not(.published) { display: none }

.group-blog .byline, .single .byline { display: inline }

.page-links {
  margin: 0 0 25px;
}

.page-links span {
  background-color: #48365c;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 3px 10px
}

.page-links a span {
  background-color: #fff;
  color: #333;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s
}

/*
.page-links a:hover span {
  background-color: #644c80;
  color: #fff
}
*/

.edit-link { 
  opacity: 0; 
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
}

.hentry:hover .edit-link { opacity: 1 }

/*
.page-title:before {
  border-bottom: 1px solid #757399;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 40px
}
*/

.page-title {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
  position: relative
}

/*
.entry-meta:before {
  border-bottom: 1px solid #ccc;
  bottom: -1px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 25px
}
*/

.entry-meta {
  border-bottom: 1px solid #f3f3f3;
}

.entry-meta, .entry-footer {
  border-top: 1px solid #f3f3f3;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase
}

/*
.entry-meta:after {
  border-bottom: 1px solid #ccc;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -1px;
  width: 25px
}
*/

.entry-header .entry-title,
.entry-header .page-title {
	margin-top: 10px;
	margin-bottom: 10px;	
}

.entry-content {
  padding: 25px 0
}

.entry-content,
.comment-content {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-content dd {
  font-size: .9em;
  color: #787878;
  margin-bottom: 1.5em
}

.entry-content pre {
  background: #f3f3f3;
  border: 1px solid #cecece;
  padding: 10px
}

/*
.entry-footer:after {
  border-bottom: 1px solid #ccc;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -1px;
  width: 25px
}
*/

.entry-meta, 
.entry-footer { padding: 10px 0 }

.entry-meta i, 
.entry-footer i { 
  padding-right: 2px; 
  padding-left: 2px 
}

.sticky-post, 
.byline, 
.cat-links, 
.comments-link, 
.posted-on, 
.tags-links,
.updated-on, 
.vcard {
  margin-right: 5px
}

.bypostauthor { display:block }

.entry-attachment img { width:100% }

.format-chat .entry-content > p {
  clear: both;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  margin-top: 10px;
  position: relative
}

.format-chat .entry-content > p:nth-child(2n+1) {
  background: none repeat scroll 0 0 #f6f6f6;
  border-radius: 0 12px 12px 12px;
  float: left;
  -webkit-box-shadow: inset 1px -1px rgba(0,0,0,.15);
  box-shadow: inset 1px -1px rgba(0,0,0,.15)
}

.format-chat .entry-content > p:nth-child(2n) {
  background: none repeat scroll 0 0 #e4f5e4;
  border-radius: 12px 0 12px 12px;
  float: right;
  -webkit-box-shadow: inset 0 -1px rgba(0,0,0,.15);
  box-shadow: inset 0 -1px rgba(0,0,0,.15)
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
  opacity: 0.5;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative;
}


/* AUTHOR BOX */
.author-bio {
  padding: 20px;
  box-shadow: 0 1px 0 #ccc;
  margin-bottom: 40px;
  position: relative
}

.author-bio .bio-avatar {
  float: left;
  margin-right: 15px;
  position: relative;
  width: 64px
}

.author-bio .bio-avatar img {
  width: 100%
}

.author-bio .bio-name {
  margin-top: 0;
  font-weight: 600
}

.author-bio .bio-name a {
  color: #bab8cc
}

.author-bio .bio-name a:hover, 
.author-bio .bio-name a:focus  {
  color: #d5d4e0
}

.author-socials {
  text-align: right
}

ul.author-social-bar {
  display: inline-block;
  padding-left: 0px;
}

.author-social-bar-text {
  margin: 0 5px;
  margin-left: 0;
  font-size: 11px;
  text-transform: uppercase
}

ul.author-social-bar li {
  display: inline-block;
  margin: 0 3px
}

ul.author-social-bar li a {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 20px;
  text-align: center;
  width: 20px;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s
}

ul.author-social-bar i {
  font-size: 13px
}

ul.author-social-bar li a:hover { color: #fff }
.author-social-bar a.facebook { background-color: #3b5998 }
.author-social-bar .facebook:hover { background-color: #2d4373 }
.author-social-bar a.google_plus { background-color: #dd4b39 }
.author-social-bar a.google_plus:hover { background-color: #c23321 }
.author-social-bar a.twitter { background-color: #55acee }
.author-social-bar a.twitter:hover { background-color: #2795e9 }
.author-social-bar .linkedin { background-color: #007bb6 }
.author-social-bar a:hover { background-color: #005983 }

/* COMMENTS */
#comments { margin-top: 3em }
.comment-reply-title { margin-top: 2em }
.comments-header { margin-top: 1em }

.commentlist {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0
}

.commentlist li .comment-body {
  background: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 25px 25px 15px;
  margin-bottom: 15px;
  margin-top: 1em;
  position: relative;
  border: 1px solid #e8e8e8;
  border-bottom: 1px solid #dadada;
  border-radius: 4px
}

.commentlist .children li { list-style:none }
.commentlist .children li.comment > div[id*=comment-] { background:#f7fcf7 }
#reviews #comments ol.commentlist li img,
.commentlist > li .photo {
  display: block;
  float: left;
  height: 64px;
  line-height: 0;
  margin-right: 15px;
  overflow: hidden;
  width: 64px
}

.commentlist > li .comment-author {
  font-size: 13px;
  font-weight: 600
}

.commentlist > li .comment-meta { font-size: 12px }
.commentlist > li .comment-meta a { color: #999 }
.commentlist > li .comment-meta a:hover, .commentlist > li .comment-meta a:focus { 
  color: #757399 
}

.commentlist > li .comment-meta a.comment-edit-link:hover,
.commentlist > li .comment-meta a.comment-edit-link:focus { 
  color: #222
}

.pingback .edit-link a:hover,
.pingback .edit-link a:focus { 
  color: #222 
}

.commentlist > li .reply {
  position: absolute;
  right: 0;
  bottom: 0
}

.commentlist > li .comment-reply-link {
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 4px 0 4px;
  text-transform: uppercase
}

.commentlist > li .comment-meta .comment-edit-link {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0 4px;
  color: #9da0a4;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 7px;
  position: absolute;
  right: -1px;
  top: -1px
}

.wpbs-textarea { margin-top: 15px }

.form-allowed-tags code {
  white-space: inherit;
  word-wrap: break-word
}

/* SIDEBAR */
#sidebar { border-radius: 3px }

/*
#sidebar a {
	color: #e43e30;
}
*/

.sidebar-padder ul {
  list-style: none;
  padding: 5px
}

.widget-area { padding: 20px 10px 0 }



.widget { margin-bottom: 5px }

#sidebar .widget_recent_entries li {
	margin-bottom: 10px;
}

#sidebar .widget_recent_entries li span.post-date {
	display: block;
	clear: both;
	font-size: 11px;
	color: #999;
}

#sidebar .widget_recent_entries li:before,
#sidebar .widget_archive li:before,
#sidebar .widget_categories li:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #888;
  margin-right: 5px
}
/*

#sidebar .widget_archive li a:hover,
#sidebar .widget_categories li a:hover {
 position: relative;
 top: 1px;
}
*/

/*
.widget-title:before {
  border-bottom: 1px solid #48365c;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 40px
}
*/

.widget-title {
  border-bottom: 1px solid rgba(119,119,119,.1);
  padding: 10px 0 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative
}

.tagcloud { padding: 10px }

.cat-count-span {
  float: right;
  color: #777
}

/* FOOTER */
img.footer-logo {
  float: left;
  margin: 0 10px;
}

.footer-wrapper {
  padding-top: 20px;
  font-size: 13px
}

.footer-widgets { margin: 15px 0 }

/*
.footer-widget-title:before {
  border-bottom: 1px solid #757399;
  bottom: -1px;
  content: "";
  position: absolute;
  width: 40px
}
*/

.footer-widget-title {
  font-size: 18px;
  font-family: inherit;
  font-weight: 300;
  border-bottom: 1px solid rgba(255,255,255,.2);
  padding: 10px 0;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase
}

.footer-content .footer-widgets ul {
  list-style: none;
  padding-left: 5px
}

.footer-content .footer-widgets li:before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 5px
}

#footer-socials { 
  background: #222; 
  clear: both 
}

#footer-socials .social-bar {
  color: #aaa;
  padding: 10px;
  margin: 0 5px;
  text-align: left
}

.social-bar-text {
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px
}

.social-bar a {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
  line-height: 26px;
  width: 28px;
  color: #aaa;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  margin-right: 3px;
  transition: all .9s ease 0s;
  -webkit-transition: all .9s ease 0s
}

.social-bar a.twitter:hover      { background: #63CDF1 }
.social-bar a.facebook:hover     { background: #507CBE }
.social-bar a.google_plus:hover  { background: #F16261 }
.social-bar a.pinterest:hover    { background: #cc2127 }
.social-bar a.dribbble:hover     { background: #E46387 }
.social-bar a.linkedin:hover     { background: #035a87 }
.social-bar a.flickr:hover       { background: #E474AF }
.social-bar a.vimeo:hover        { background: #87D3E0 }
.social-bar a.rss:hover          { background: #ffac3d }

.social-bar a > i {
  color: #eee 
}

.copyrights-area {
	float: left;
	width: 100%;
	margin-top: 10px;
  padding: 10px 0 20px;
}

.footer-nav ul {
  padding-left: 0
}

.footer-nav { 
  text-align: right
}

.footer-nav li {
  display: inline-block;
  border-left: 1px solid #777;
  line-height: 10px;
  margin-left: 4px
}

.footer-nav li:first-child { border-left: none }

.footer-nav li a {
  padding-left: 8px;
  transition: all .4s ease 0s;
  -webkit-transition: all .2s ease 0s
}

.footer-nav li a:hover, 
.footer-nav li a:active, 
.footer-nav li a:focus {
  color: #908dbd
}

@media (max-width: 767px) {
  .copyright-text, .footer-nav {
    text-align: center !important;
    padding: 5px 0
  }
}

/* TO TOP */
.to-top {
  background: rgba(0, 0, 0, 0.1);
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 15px;
  height: 35px;
  width: 35px;
  line-height: 33px;
  margin-right: -75px;
  position: fixed;
  text-align: center;
  z-index: 9999;
  transition: all .4s ease 0s;
  -webkit-transition: all .2s ease 0s
}

.to-top:hover {
  background: #222;
}

.to-top.in {
  margin-right: 0;
}

.to-top.in:hover, 
.to-top.in:active, 
.to-top.in:focus {
  color: #fff;
}

/* ERROR 404 */
.error-404 {
  background: #fff;
  padding: 20px
}

.error-404-box {
  margin: 0 0 50px;
  padding: 0;
  text-align: center
}

.error-message {
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.12);
  color: #999;
  margin: 20px 0;
  padding: 20px
}

.error-message:before {
  content: "\f05a";
  font-family: FontAwesome;
  margin-right: 15px;
  color: #999
}

@media (max-width: 767px) {
  .error-message {
    font-size: 30px
  }
}


/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* ---------- Custom Styles for Little Guy - Jon - 2-3-2017 ---------- */

@font-face {
    font-family: 'hello_sunshineregular';
    src: url('fonts/hellosunshine-webfont.woff2') format('woff2'),
         url('fonts/hellosunshine-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
    font-family: 'hello_sunshineitalic';
    src: url('fonts/hellosunshineitalic-webfont.woff2') format('woff2'),
         url('fonts/hellosunshineitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

h1.hello-sunshine {
	font-family: "hello_sunshineregular",serif;
	font-style: normal;
	font-weight: normal;
	font-size: 72px;
}

h2.hello-sunshine {
	font-family: "hello_sunshineregular",serif;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
}

h3.hello-sunshine {
	font-family: "hello_sunshineregular",serif;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
}

h4.hello-sunshine {
	font-family: "hello_sunshineregular",serif;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
}

h5.hello-sunshine {
	font-family: "hello_sunshineregular",serif;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
}

h6.hello-sunshine {
	font-family: "hello_sunshineregular",serif;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
}

.hello-sunshine {
	font-family: "hello_sunshineregular",serif;
	font-style: normal;
	font-weight: normal;
}

/* Sitewide Styles */

.lg-red {
	color: #e43e30;
}

img.img-responsive {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.content-area {
	padding-left: 0;
	padding-right: 0;
}

hr {
	clear: both;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
	border-top: 1px solid #ccc;
}

.form-control:focus {
    border-color: #e43e30;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232, 191, 175, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232, 191, 175, 0.6);
}

/* Buttons & Links */

.btn .fa {
	margin-left: 3px;
	position: relative;
	top: 1px;
}

.btn.active, .btn:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}


.btn-primary {
  color: #fff !important;
  background-color: #e43e30 !important;
  border: 0 !important;
  border-radius: 4px !important;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #c32114 !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff !important;
    background-color: #c32114 !important;
}


.btn-default {
  color: #e43e30;
  background-color: #fff;
  border: 2px solid #e43e30;
  border-radius: 4px;
  box-shadow: none;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #e43e30;
  border: 2px solid #e43e30;  
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: #e43e30;
    border-color: #e43e30;
}

.btn-link {
  color: #e43e30;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  text-decoration: none;
  padding: 0;
}

.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open .dropdown-toggle.btn-link {
  color: #c32114;
  background-color: #fff;
  border: 0;  
  text-decoration: none;
}


.btn-alt-red {
  color: #e43e30;
  background-color: #fff;
  border: 2px solid #e43e30;
  border-radius: 4px;
  box-shadow: none;
  padding: 0 0 0 8px;
  line-height: 1.5;
}

.btn-alt-red .fa {
	border-left: 2px solid #e43e30;
	padding: 7px 10px 5px 10px;
	line-height: 1.5;
	position: static;
}

.btn-alt-red.active,
.btn-alt-red:active,
.btn-alt-red:focus,
.btn-alt-red:hover,
.open .dropdown-toggle.btn-alt-red {
  color: #fff;
  background-color: #e43e30;
  border: 2px solid #e43e30;  
}

.btn-alt-black {
  color: #333;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  box-shadow: none;
  padding: 0 0 0 8px;
  line-height: 1.5;
}

.btn-alt-black .fa {
	border-left: 2px solid #333;
	padding: 7px 10px 5px 10px;
	line-height: 1.5;
	position: static;
}

.btn-alt-black.active,
.btn-alt-black:active,
.btn-alt-black:focus,
.btn-alt-black:hover,
.open .dropdown-toggle.btn-alt-black {
  color: #fff;
  background-color: #333;
  border: 2px solid #333;  
}



.btn-solid-black {
  color: #fff !important;
  background-color: #000 !important;
  border: 0 !important;
  border-radius: 4px !important;
}

.btn-solid-black.active,
.btn-solid-black:active,
.btn-solid-black:focus,
.btn-solid-black:hover,
.open .dropdown-toggle.btn-solid-black {
  color: #fff !important;
  background-color: #333 !important;
}

.btn-solid-black.active.focus, .btn-solid-black.active:focus, .btn-solid-black.active:hover, .btn-solid-black:active.focus, .btn-solid-black:active:focus, .btn-solid-black:active:hover, .open>.dropdown-toggle.btn-solid-black.focus, .open>.dropdown-toggle.btn-solid-black:focus, .open>.dropdown-toggle.btn-solid-black:hover {
    color: #fff !important;
    background-color: #333 !important;
}



/* Header */

#site-nav {
	background-color: #000;
}

#site-menu .navbar-nav > .open > a, #site-menu .navbar-nav > .open > a:focus, #site-menu .navbar-nav > .open > a:hover, #site-menu .navbar-nav > .active > a, #site-menu .navbar-nav > .active > a:focus, #site-menu .navbar-nav > .active > a:hover, #site-menu .navbar-nav > li > a:focus, #site-menu .navbar-nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #fff !important;
	color: #e43e30 !important;
}


#site-menu .navbar-nav > .open > a {
	background-color: #fff !important;
	color: #e43e30 !important;
}

#site-menu .navbar-nav > .current-menu-item > a {
	background-color: transparent !important;
	color: #fff !important;
}

#site-menu .navbar-nav > .current-menu-item > a:hover,
#site-menu .navbar-nav > .current-menu-item > a:active,
#site-menu .navbar-nav > .current-menu-item > a:focus {
	background-color: #fff !important;
	color: #e43e30 !important;
}



.navbar-nav>li>a {
	line-height: 9px;
	font-size: 18px;
	border-radius: 2px;
}

.navbar-nav>li.menu-item-has-children>a {
	border-radius: 2px 2px 0 0 !important;
}




.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
	background-color: #e43e30 !important;
	color: #fff !important;
}

.dropdown-menu>li.active>a:hover,
.dropdown-menu>li.active>a:focus,
.dropdown-menu>li.active>a:active {
	background-color: #e43e30 !important;
	color: #fff !important;
}

.dropdown-menu>li.active>a {
	background-color: inherit !important;
	color: inherit !important;
}

.navbar-right .dropdown-menu {
	left: -1px;
	right: inherit;
}

.dropdown-menu {
	top: 97%;
}

#site-menu {
	margin-top: 30px;
	clear: both;
}

#site-nav .col-md-3,
#site-nav .col-md-9 {
	padding-left: 0;
	padding-right: 0;
}

a.btn-trailers {
	float: left;
	margin-right: 5px;
	font-size: 18px;
	background-color: #e43e30;
	color: #fff;
}

a.btn-trailers:after {
  font-family: fontawesome;
  content: '\f0d7';
  color: #fff;
  margin: 0 0 0 10px;
  display: inline-block;
  width: 10px;
  font-size: 13px;
}

a.btn-trailers:hover,
a.btn-trailers:focus,
a.btn-trailers:active {
	background-color: #fff;
	color: #e43e30;
}

a.btn-trailers:hover:after,
a.btn-trailers:focus:after,
a.btn-trailers:active:after {
	color: #e43e30;
}


a.btn-trailers.active {
	background-color: #fff;
	color: #e43e30;
	border-radius: 2px 2px 0 0;
	top: 0;
	left: 0;
}

a.btn-trailers.active:active {
	top: 0;
	left: 0;
}

a.btn-trailers.active:after {
  font-family: fontawesome;
  content: '\f00d';
	color: #e43e30;
}




.header-tagline {
  color: #e43e30;
  margin: 0;
  padding-top: 23px;
  display: inline-block;
  white-space: nowrap;
}

.header-dealer-locator {
	float: right;
	clear: both;
	width: 40%;
	margin-top: 20px;
}

.header-dealer-locator .nav-tabs {
	border-bottom: 0;
}

.header-dealer-locator .nav-tabs>li {
    margin-bottom: 0;
}

.header-dealer-locator .nav>li>a {
	color: #fff;
	position: relative;
	display: block;
	padding: 4px 10px 3px;
	transition: none;
	-webkit-transition: none;
}

.header-dealer-locator .nav>li>a:hover {
	color: #000;
}

.header-dealer-locator .nav-tabs>li.active>a,
.header-dealer-locator .nav-tabs>li.active>a:focus,
.header-dealer-locator .nav-tabs>li.active>a:hover {
	color: #000;
	cursor: default;
	background-color: #fff;
	border: 0;
	border-bottom: 2px solid #fff;
	border-bottom-color: #fff;
	transition: none;
	-webkit-transition: none;	
}

.header-dealer-locator input[type="text"],
.header-dealer-locator input[type="number"] {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: none !important;
	-webkit-transition: none !important;
	-webkit-appearance: none;
}

.header-dealer-locator button:active,
.header-dealer-locator button:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	margin-left: 0 !important;
	border-radius: 0 4px 4px 0 !important;
	top: 0 !important;
  left: 0 !important;
  transition: none !important;
  -webkit-transition: none !important;
}

/* Home Page */

.home-page-slider {
	padding-left: 0;
	padding-right: 0;
}


/* Hero Carousel */

#hero-carousel {
	height: 650px;
	overflow: hidden;
}


#hero-carousel .carousel-inner>.item>a>img,
#hero-carousel .carousel-inner>.item>img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

#hero-carousel .item {
	height: 650px;
}

#hero-carousel .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

#hero-carousel .carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

#hero-carousel .carousel-control.left:hover {
	opacity: 1;
}

#hero-carousel .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

#hero-carousel .carousel-control.right:hover {
	opacity: 1;
}




#hero-carousel .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

#hero-carousel .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px 4px 1px 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
}

#hero-carousel .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0px 4px 0px 4px;
    background-color: #e43e30;
    border: 1px solid #e43e30;
}


#hero-carousel .overlay {
	position: absolute;
/* 	top: 34%; */
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
/* 	padding: 0 10px 20px 10px; */
/* 	width: 31%; */
	left: 0;
	bottom: 0;
	display: none;
}

#hero-carousel .overlay ul {
	margin-bottom: 15px;
	font-size: 18px;
}


#hero-carousel .overlay ul li .fa {
	color: #e43e30;
	margin-right: 3px;
}




/* Profile Carousel */

#profile-carousel .carousel-fade .carousel-inner .item {
	height: auto;
}

#profile-carousel .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0%;
    font-size: 20px;
    color: #ccc;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

#profile-carousel .carousel-control.left {
		left: -10px;
		right: auto;
		background-image: none;
}

#profile-carousel .carousel-control.right {
    right: -10px;
    left: auto;
    background-image: none;
}

#profile-carousel .carousel-indicators {
    position: static;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    list-style: none;
}

#profile-carousel .carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px 4px 1px 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 12px;
}

#profile-carousel .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0px 4px 0px 4px;
    background-color: #e43e30;
    border: 1px solid #e43e30;
}



.home-page-features {
	background-color: #000;
}

.home-page-features .single-feature {
	padding-left: 0;
	padding-right: 0;
}

.home-page-features .single-feature img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.home-page-features .single-feature a {
	display: block;
	opacity: 1;
	padding: 10px 5px;
}

.home-page-features .single-feature a:hover {
	opacity: .85;
}

.trailer-models {
	margin-top: 20px;
	margin-bottom: 40px;
}

.trailer-models-max {
	margin-top: 40px;
	margin-bottom: 0px;
}

.trailer-models-max .max-tagline {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

.trailer-models-max img.max-logo {
	float: right;
	margin-top: 10px;
	width: 250px;
	max-width: 250px;
	height: auto;
}

.trailer-models-max .label-primary {
	background-color: #e43e30;
	padding: 2px 10px;
	color: white;
	position: relative;
	top: -2px;
}

.trailer-models .single-trailer-model {
	color: #000;
	opacity: 1;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.trailer-models h4 {
	font-size: 20px;
	margin-bottom: 3px;
}

.trailer-models img {
	max-width: 450px;
	width: 100%;
	height: auto;
}

.trailer-models a.btn {
	font-size: 18px;
	font-weight: bold;
}

.trailer-models a.btn i.fa {
	margin-left: 5px;
}

/*
.trailer-models a.single-trailer-model:hover {
	color: #000;
	opacity: .75;
	cursor: pointer;
}
*/

.home-page-intro {
	border-top: 2px solid #eee;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.home-page-intro h1 {
	color: #e43e30;
	font-size: 75px;
	margin-top: 0;
	margin-bottom: 0;
}

.home-page-intro img.intro-logo {
	padding: 18px 0;
}

.home-page-intro .intro-photo {
	min-height: 215px;
}

.home-page-events-news {
	border-top: 2px solid #eee;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.home-page-events-news .single-post {
	padding: 15px 0;
	border: 2px solid #eee;
	margin-bottom: 10px;
  float: left;
  width: 100%;
}

.home-page-events-news .single-post .post-text {

}

.home-page-events-news .single-post .post-image {

}

.home-page-events-news .single-post h4 {
	font-size: 20px;
	margin-top: 0;
}

.home-page-events-news .single-post p.btn-excerpt {
	display: none;
}

.lg-single-event {
	float: left;
	width: 100%;
	box-sizing: border-box;
	background-color: #eee;
	border: 2px solid #ccc;
	padding: 15px;
	margin-bottom: 10px;
}

.lg-single-event .event-date {
	margin: 0 0 5px 0;
	padding: 0;
}

.lg-single-event .event-title {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.single-event .event-location {
	margin: 0;
	padding: 0;
	font-size: 16px;	
}

.lg-single-event .event-link {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.customer-profiles {
	margin-bottom: 30px;
}

.single-profile {
	background: url(images/profile-bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 400px;
	border: 2px solid #eee;
	padding-top: 25px;
	padding-bottom: 35px;
}

.single-profile .intro-text {
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
}

.single-profile .statement-text {
  display: block;
  font-size: 68px;
  text-align: center;
  color: #e43e30;
  border-bottom: 1px solid #000;
  line-height: 54px;
  margin-top: 35px;
  margin-bottom: 40px;
  word-spacing: 5px;
}

.single-profile .description-text {
	font-size: 18px;
	margin-top: 45px;
	margin-bottom: 45px;
}

.single-profile .closing-text {
	font-size: 50px;
	line-height: 30px;
}

.single-profile .profile-photo-top {
	min-height: 230px;	
	background-size: cover;
	margin-bottom: 10px;
	overflow: hidden;
}

.single-profile .profile-photo-bottom {
	min-height: 230px;
	background-size: cover;	
	overflow: hidden;
}

.comm-photos-header-left {
	padding-left: 0;
	padding-right: 0;
}

.comm-photos-header-right {
	padding-left: 0;
	padding-right: 0;
	text-align: right;
}

.comm-photos-header-left .i-love-my-little-guy {
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  word-spacing: 4px;
}

.comm-photos-content {
	margin-bottom: 10px;
}

.comm-photos-content .single-photo {
	min-height: 175px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.comm-photos-content .single-photo a.single-photo-link {
	display: block;
	width: 100%;
	min-height: 175px;
}

.comm-photos-content .more-link {
  min-height: 175px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 3px;
}

.comm-photos-content .more-link a {
	display: block;
	min-height: 175px;
	width: 100%;
	border: 2px solid #ccc;
	text-align: center;
	padding: 40% 0;
	color: #000;
	font-weight: bold;
}

/* Single Posts */

h3.facebook-comments {
	padding-top: 10px;
	margin-top: 25px;
	border-top: 1px solid #eee;
}

/* Dealer Locator */

.page-dealer-locator {
	float: left;
	width: 70%;
}

.product-dealer-locator {
	width: 100% !important;
}

.page-dealer-locator .nav-tabs {
	border-bottom: 0;
}

.page-dealer-locator .nav-tabs>li {
    margin-bottom: 0;
}

.page-dealer-locator .nav>li>a {
	color: #000;
	position: relative;
	display: block;
	padding: 4px 10px 3px;
	transition: none;
	-webkit-transition: none;
}

.page-dealer-locator .nav>li>a:hover {
	color: #000;
}

.page-dealer-locator .nav-tabs>li.active>a,
.page-dealer-locator .nav-tabs>li.active>a:focus,
.page-dealer-locator .nav-tabs>li.active>a:hover {
	color: #000;
	cursor: default;
	background-color: #eee;
  border: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  position: relative;
  top: 1px;
  z-index: 3;
	transition: none;
	-webkit-transition: none;	
}

.page-dealer-locator input[type="text"],
.page-dealer-locator input[type="number"] {
	border: 1px sold #ccc;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: none !important;
	-webkit-transition: none !important;
	background-color: #eee;
	 color: #000 !important;
	 -webkit-appearance: none;
}

.page-dealer-locator button:active,
.page-dealer-locator button:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	margin-left: 0 !important;
	border-radius: 0 4px 4px 0 !important;
	top: 0 !important;
  left: 0 !important;
  transition: none !important;
  -webkit-transition: none !important;
  color: #000 !important;
}

.page-dealer-locator .form-control:focus {
    border-color: #ccc;
    outline: 0;
}

.us-dealers {
	
}

.dealer-list h3 {
	clear: both;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	background-color: #eee;
	padding: 10px;
}

.dealer-list .single-dealer {
	margin-bottom: 40px;
}

.dealer-list.single-dealer h4 {
	color: #e43e30;
}

.dealer-list .single-dealer p {
	margin-bottom: 0;
}

.dealer-list .single-dealer p i.fa {
	width: 20px;
}

/* Testimonials */

.testimonials {
	
}

.testimonials .single-testimonial {
	position: relative;
	padding: 0 68px;
	margin-bottom: 80px;
}

.testimonials .single-testimonial:before {
	content: '\f10d';
	font-family: fontawesome;
	font-size: 50px;
	color: #eee;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 0;
}

.testimonials .single-testimonial:after {
	content: '\f10e';
	font-family: fontawesome;
	font-size: 50px;
	color: #eee;
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 0;
}


/* Sidebar Features */

ul.quick-links {
	float: left;
	margin-bottom: 15px;
}

#sidebar .quick-links-header {
	margin-top: 5px;
	margin-left: 6px;
}

#sidebar .quick-links .single-quick-link {
	padding-left: 0;
	padding-right: 0;
}

#sidebar .quick-links .single-quick-link a.btn-primary {
	color: #fff;
	text-align: left;
	font-size: 18px;
	margin-bottom: 7px;
}

#sidebar .quick-links .single-quick-link a.btn-primary i.fa {
	position: relative;
	font-size: 20px;
	margin-right: 5px;
	width: 19px;
	text-align: center;
}

#sidebar .widget_em_widget ul {
	padding: 0;
}

#sidebar .widget_em_widget ul li {
	margin-bottom: 10px;
}

#sidebar .widget_em_widget ul li:before {
	content: '\f073';
	font-family: fontawesome;
	color: #666;
	margin-right: 2px;
}

#sidebar .widget_em_widget ul li ul {
	padding-left: 20px;
}

#sidebar .widget_em_widget ul li ul li {
	margin-bottom: 0;
}

#sidebar .widget_em_widget ul li ul li:before {
	content: none;
	font-family: inherit;
	color: transparent;
}

#sidebar .widget_em_widget ul li ul li:first-of-type {
  display: block;
  clear: both;
  font-size: 12px;
  color: #999;
}

#sidebar .widget_em_widget ul li ul li:last-of-type {
  display: block;
  clear: both;
  font-size: 12px;
  color: #999;
}

.sidebar-features .single-sidebar-feature {
	margin-bottom: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.sidebar-features .single-sidebar-feature a {
	display: block;
	opacity: 1;
	box-shadow: 0px 1px 6px #909090;
}

.sidebar-features .single-sidebar-feature a:hover {
	opacity: .75;
	cursor: pointer;
}


/* Product */

.container-product {
	padding-left: 0;
	padding-right: 0;
}

.container-product .hentry {
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  border-top: 0;
  border-bottom: 0;
  position: relative;
}

.container-product .product-tab-container {
	padding-top: 10px;
	background: #ddd;
}

.container-product .btn-build-and-price {
	float: right;
}

.container-product .product-tab-container .nav-tabs>li.active>a,
.container-product .product-tab-container .nav-tabs>li.active>a:focus,
.container-product .product-tab-container .nav-tabs>li.active>a:hover {
  color: #e43e30;
	font-size: 18px;
	font-weight: bold;
}

.container-product .product-tab-container .nav-tabs>li>a {
  color: #666;
	font-size: 18px;
	font-weight: bold;
}

.container-product .product-overview-text {
	padding-top: 40px;
}

.container-product .product-overview-text a:hover {
	cursor: pointer;
}

.container-product h1.product-title {
	color: #e43e30;
	font-size: 42px;
	padding: 0;
	margin: 0;
}

.container-product h2.product-tagline {
	color: #000;
	font-size: 20px;
	font-style: italic;
	padding: 0;
	margin: 5px 0 15px;
}

.container-product p.product-desc {
	font-size: 16px;
}

.container-product .feature-icons {
	margin-top: 20px;
	margin-bottom: 40px;
}

.container-product .feature-icon .icon-wrap {
	float: left;
	width: 100%;
	border: 2px solid #eee;
	padding: 20px 2px 5px 2px;
}

.container-product .feature-icon .icon-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.container-product .feature-icon div.icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #eee;
}

.container-product .feature-icon .icon-sub-title {
	font-size: 13px;
	font-weight: normal;
}

.tow-msg-wrap {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
}

.tow-msg {
	display: block;
}

.container-product .product-gallery-header {
	margin-bottom: 15px;
}

.container-product .product-gallery-header h2 {
	margin: 0;
	padding: 0;
	color: #e43e30;
}

.container-product .product-gallery-photos .product-gallery-column1 {
	padding-right: 0;
}

.container-product .product-gallery-photos .product-gallery-column2 {
	padding-left: 0;
}

.container-product .product-gallery-photos .single-large-photo {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.container-product .product-gallery-photos .single-thumb-photo {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.container-product .product-gallery-photos .single-large-photo a.single-photo-link {
	display: block;
	width: 100%;
	min-height: 396px;
}

.container-product .product-gallery-photos .single-large-photo a.popup-walkthrough {
	display: block;
	width: 100%;
	min-height: 396px;
}

.container-product .product-gallery-photos .single-thumb-photo a.single-photo-link {
	display: block;
	width: 100%;
	min-height: 130px;
}

.container-product .build-and-price-header {
	margin-top: 30px;
	margin-bottom: 20px
}

.container-product .build-and-price-header h3 {
	color: #e43e30;
	font-size: 32px;
	text-align: left;
	margin-bottom: 20px;
}

.container-product .build-and-price-header h3 span {
	color: #000;
	font-weight: normal;
}

.container-product .build-and-price {

}

.container-product .build-and-price .build-step1-column1 {
	margin-bottom: 15px;	
}

.container-product .build-and-price .build-step1-column2 {
	margin-bottom: 15px;
	text-align: right;
}


.container-product .build-and-price .build-step2 {
	border-right: 1px solid #ccc;
	min-height: 455px;
}

.container-product .build-and-price .build-step3 {
	border-right: 1px solid #ccc;
	min-height: 455px;
}

.container-product .build-and-price .build-step4 {
	min-height: 455px;
}

.container-product .build-and-price hr {
	margin-top: 0;
	margin-bottom: 0;
}

.container-product .build-and-price .step {
	font-weight: bold;
	color: #fff;
	background-color: #e43e30;
	font-size: 28px;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	text-align: center;
	line-height: 35px;
	margin-right: 7px;
}

.container-product .build-and-price .step-title {
	font-weight: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 33px;
}

.container-product .build-and-price .btn-package-select {
  display: block;
  padding: 3px 20px 4px;
  margin: 0;
  background: #eee;
  color: #7f7f7f;
  font-size: 24px;
  border-radius: 5px;
  text-align: center;
}

.container-product .build-and-price .btn {
	margin-right: 0;
}

.container-product .build-and-price .btn-package-select.selected {
	color: #fff;
	background-color: #e43e30;
}

.container-product .build-and-price .btn-package-select.selected:before {
	font-family: fontawesome;
	content: '\f00c';
	color: #fff;
	position: absolute;
	left: 25px;
}

.container-product .build-and-price .package-header {
	font-size: 20px;
	text-align: center;
	padding: 10px 0;
	margin: 30px 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.container-product .build-and-price .single-package-item {
	display: inline-block;
	padding: 5px 20px;
	background-color: #eee;
	color: #000;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.container-product .build-and-price .single-package-item:hover,
.container-product .build-and-price .single-package-item:active,
.container-product .build-and-price .single-package-item:focus {
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.container-product .specs-table .spec-label {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 1px 0;
}

.container-product .specs-table .spec-value {
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	text-align: right;
	padding: 1px 0;
}

.container-product #available_option_inc_div .form-group {
	margin-bottom: 2px;
}

.container-product #compare_div {
  float: left;
  width: 100%;
  border: 3px solid #eee;
}

div.success {
	padding-top: 100px;
	padding-bottom: 100px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

div.gif {
	height: 278px;
	padding-top: 200px;
	margin: 0 auto;
	text-align: center;
}

.comparison-chart {
	width: 100%;
}

.comparison-chart .compare-check {
	font-size: 18px;
	color: #11bb11;
}

a.compare_button_close {
  display: block;
  width: 200px;
  margin: 8px auto;
  text-align: center;
  border: 2px solid #e43e30;
  padding: 5px 10px;
  border-radius: 5px;
}

a.compare_button_close:hover,
a.compare_button_close:active,
a.compare_button_close:focus {
	background-color: #e43e30;
	color: #fff;
  border: 2px solid #e43e30;
}

.comparison-chart-header td {
	text-align: center;
}

.comparison-chart-header td.standard-features {
	text-align: left !important;
}

.comparison-chart-header td {
	font-weight: bold;
	padding: 4px;
}

.comparison-chart-body td {
	text-align: center;
	padding: 4px;
}

.comparison-chart-body td.item-name {
	text-align: left;
	padding: 4px;
}


.comparison-chart-body:nth-of-type(odd) {
    background: #fff;
}

.comparison-chart-body:nth-of-type(even) {
    background: #eee;
}



/* Product - Max */

.container-max {
	padding-top: 40px;
}

.container-max .feature-set {
	clear: both;
}

.container-max p.product-desc {
  font-size: 15px;
  line-height: 1.4;
}

.container-max .product-overview-text {
	padding-top: 10px;
}

.container-max .product-overview-buttons {
	padding-top: 10px;
}

.container-max .feature-icon .icon-wrap {
    padding: 15px 2px 5px 2px;
}

.container-max .feature-icon .icon-sub-title {
    font-size: 12px;
    font-weight: normal;
}

.container-max .product-tab-container {
	margin-bottom: 20px;
	padding-top: 5px;
	background: #eee;
	padding-left: 0;
	padding-right: 0;
	border-radius: 3px 3px 0 0;
}

.container-max .product-tab-container .nav-tabs {
  padding-left: 5px;
  padding-right: 5px;
}

.container-max .product-tab-container .nav-tabs .coming-soon a {
	cursor: pointer;
	color: #ccc;
}

.container-max .product-tab-container .nav-tabs>li.active>a,
.container-max .product-tab-container .nav-tabs>li.active>a:focus,
.container-max .product-tab-container .nav-tabs>li.active>a:hover {
   font-size: 16px;
}

.container-max .product-tab-container .nav-tabs>li>a {
   font-size: 16px;
}

.container-max .product-tab-container .nav-tabs>li.active>a,
.container-max .product-tab-container .nav-tabs>li.active>a:focus,
.container-max .product-tab-container .nav-tabs>li.active>a:hover {
   line-height: 1.4;
}

.container-max p.max-zoom {
	padding-top: 10px;
}


.container-max .overview-summary {
	padding-top: 15px;
	padding-bottom: 15px;
}

.container-max .overview-summary p {
	display: block;
	clear: both;
}

.container-max .overview-summary-photo {
	min-height: 400px;
	position: relative;
}

.container-max .overview-summary-photo.overview-summary-photo-tall {
	min-height: 700px;
	position: relative;
}

.container-max .overview-summary-photo a.popup-3d {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #e43e30;
  padding: 3px 9px 4px 12px;
}

.container-max .overview-summary-photo a.popup-3d:hover {
	 background-color: #000;
}

.container-max .max-section-header {
  margin-bottom: 30px;
  position: relative;
}

.container-max .max-section-header a.find-your-max-button {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 150px;
}

.container-max .max-section-header a.find-your-max-button:active {
	position: absolute;
	top: 20px;
	right: 30px;
	left: inherit;
	width: 150px;
}


/*
.container-max .max-feature-set {
	margin-bottom: 20px;
}
*/

.container-max .max-feature-set .col-md-6 {
	margin-bottom: 30px;
}

.container-max .feature-set-list {
	padding-left: 0;
	padding-right: 0;
}

.container-max ul.feature-set {
	padding-left: 2px;
	list-style: none;
}

.container-max ul.feature-set > li:before {
	color: #e43e30;
	content: '\f054';
	font-weight: bold;
	margin-right: 4px;
	font-family: fontawesome;
}

.container-max ul.feature-set > li > ul {
	padding-left: 31px;
}

.container-max ul.feature-set > li > ul > li:before {
	content: '';
	margin-right: 0;
}

.container-max .max-feature-set .image-popup {
	min-height: 150px;
	display: block;
	width: 100%;
	position: relative;
}

.container-max .max-feature-set .image-popup:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '\f055';
  font-weight: normal;
  font-family: fontawesome;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  padding: 1px 5px;
}


.container-max .max-feature-set .btn-gallery {
	min-height: 150px;
	display: block;
	width: 100%;
	position: relative;
}

.container-max .max-feature-set .btn-gallery:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '\f055';
  font-weight: normal;
  font-family: fontawesome;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  padding: 1px 5px;
}


/* Removes gradient from Bootstrap left/right arrows - Jon */
.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}


.max-cta {
	margin-bottom: 20px;
}

.max-blog-posts {
	margin-bottom: 20px;
	clear: both;
}

.max-blog-posts .single-post {
	border: 3px solid #eee;
	padding: 20px;
	min-height: 540px;
	margin-bottom: 10px;
}

.max-blog-posts .max-blog-header {
	font-size: 30px;
	background-color: #eee;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px 0;
}

.max-blog-posts .max-blog-header h3 {
	padding: 9px 0 0 0;
	margin: 0;
}

.container-max .virtual-tour,
.container-max .see-it-in-person {
	text-align: center;
}

.container-max .virtual-tour {
	padding: 0 15px 0 0;
}

.container-max .see-it-in-person {
	padding: 0 0 0 15px;
}

.container-max .tour-wrapper {
	border: 2px solid #eee;
	float: left;
	width: 100%;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mfp-content {
	max-width: 500px;
}

#contact-popup {
	background-color: #fff;
	margin: 0 auto;
	height: 500px;
	overflow: scroll;
}

#contact-popup h3 {
	display: block;
	margin: 0;
	padding: 7px 10px;
	color: #fff;
	background-color: #e43e30; 
}

#contact-popup .get-notified-wrap {
	padding: 10px;
}

.mfp-close-btn-in .mfp-close {
	color: #fff !important;
}

.mfp-iframe-holder .mfp-content {
    max-width: 800px;
/*     min-height: 600px; */
}

.spec-boxes {
	
}

.spec-boxes .spec-box-wrapper {
	padding: 5px 8px 5px 0;
	float: left;
  width: 20%;
}

.spec-boxes .spec-box-wrapper.spec-box-wrapper-camp-rover {
  width: 16.666%;
}

.spec-boxes .single-spec-box {
  background-color: #fff;
  border: 2px solid #e43e30;
  border-radius: 0 0 8px 8px;
  width: 100%;
}

.spec-boxes .single-spec-box .spec-label {
	display: block;
	background-color: #e43e30;
	color: #fff;
	padding: 3px 10px;
	font-weight: bold;
	text-align: center;
}

.spec-boxes .single-spec-box .spec-value {
	display: block;
	width: 100%;
	text-align: center;
	padding: 15px 20px;
	font-size: 22px;
	font-weight: bold;
}

.container-max ul.feature-set-spec li {
	margin-bottom: 5px;
}


.container-max .max-gallery {
	margin-bottom: 50px;
}


.container-max .max-gallery .popup-gallery-max .single-photo {
	min-height: 175px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}

.container-max .max-gallery .popup-gallery-max .single-photo a.single-photo-link {
	display: block;
	width: 100%;
	min-height: 175px;
}

.container-max .single-large-photo a.popup-walkthrough {
	display: block;
	width: 100%;
	min-height: 175px;
}

body.page-template-page-trailer-max .main-content-area,
body.page-template-page-trailer-max-dev .main-content-area,
body.page-template-page-trailer-mypod .main-content-area,
body.page-template-page-trailer-mini .main-content-area,
body.page-template-page-trailer-camp-rover-full .main-content-area {
	margin-bottom: 0;
}



/* Max Accessories Pane - 1-19-2018 */

.container-max .accessories .accessories-wrapper {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 15px;
}

.container-max .accessories .accessories-left {
	padding-top: 15px;
	text-align: center;
}

.container-max .accessories .accessories-left h2 {
	padding: 0;
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 10px;
}

#max-accessories .accessories .accessories-left strong {
	color: #ed3d38;
}

#mypod-accessories .accessories .accessories-left strong {
	color: #e83c30;
}



.container-max .accessories .accessories-left .img-logo {
	width: 265px;
	height: auto;
	display: inline;
	vertical-align: text-bottom;
}

.container-max .accessories .accessories-left h3 {
	padding: 0;
	margin: 0;
	font-size: 23px;
	font-weight: normal;
}

.container-max .accessories .accessories-left .col-md-4 {
	padding-left: 5px;
	padding-right: 5px;
}

.container-max .accessories .accessories-left p.accessories-footer {
	font-size: 22px;
	padding-top: 7px;
}

.container-max .accessories .accessories-right {
	text-align: center;
}

.container-max .accessories .accessories-wrapper .img-tds-phone {
	width: 75%;
	height: auto;
}






.container-locate-dealer {
	float: left;
	width: 100%;
	padding: 40px 0;
	background-color: #eee;
}

.container-locate-dealer-wrapper {
  background-color: #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  box-shadow: 0px 1px 4px #666;
  border-radius: 4px;
}

.container-locate-dealer-wrapper .locate-dealer-header {
	background-color: #e43e30;
	color: #fff;
	border-radius: 4px 4px 0 0;
	padding: 15px 20px 10px;
	margin-bottom: 20px;
}

.container-locate-dealer-wrapper .locate-dealer-header h2 {
	margin: 0 0 7px 0;
	padding: 0;
}

.container-locate-dealer-wrapper .locate-dealer-header p {
	margin-bottom: 6px;
}

.container-locate-dealer-wrapper .locate-dealer-header a {
	color: #fff;
	text-decoration: underline;
}

.container-locate-dealer-wrapper .locate-dealer-header a:hover {
	color: #000;
}

.container-locate-dealer-wrapper .heading {
	margin-bottom: 13px;
}

.container-locate-dealer-wrapper .required {
	color: #F00;
}

.container-locate-dealer-wrapper .heading .icon {
  background: #e43f31;
  color: #fff;
  line-height: 25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  font-size: 17px;
  font-weight: bold;
}

.container-locate-dealer-wrapper .heading .holder {
	font-size: 19px;
}

.container-locate-dealer-wrapper .dealer-results-info {
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.container-locate-dealer-wrapper #dealer_far_away {
	background: #ececec;
	padding: 5px 15px;
	margin-bottom: 15px;
	border-radius: 4px;
}

.container-locate-dealer-wrapper #dealer_far_away h4 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.container-locate-dealer-wrapper .success {
	
}

.container-locate-dealer-wrapper .success .fa-check {
	font-size: 50px;
	color: #00ca00;
}

.success h1 {
	color: #00ca00;
	margin-top: 0;
}

/* Community Hub */

.hub-box {
  float: left;
  width: 100%;
  border: 2px solid #e43e30;
  margin-bottom: 20px;
  min-height: 150px;
  border-radius: 0 0 5px 5px;
  padding-bottom: 10px;
}

.hub-box img {
	margin-bottom: 10px;
}

.hub-box h2 {
	padding: 5px 8px 10px 8px;
	margin: 0 0 10px 0;
	background-color: #e43e30;
	color: #fff;
	font-size: 22px;
}

.comm-hub-footer {
	margin-bottom: 15px;
}

.comm-hub-footer h1 {
	margin: 0;
	line-height: 88px;
}

.comm-hub-footer h3 {
	font-weight: normal;
	margin: 0;
}

.comm-hub-footer .footer-socials > li {
	font-size: 36px;
	margin: 0 5px;
}

.comm-photo-wrap {
	
}

.comm-photos-intro {
	margin-bottom: 20px;
}

.comm-photos-intro p {
	padding: 20px;
	font-size: 22px;
}

.comm-photo-wrap .single-comm-photo {
	display: block;
	min-height: 150px;
	margin-bottom: 30px;
}

.comm-photos .popup-gallery h2 {
	margin-top: 0;
	margin-bottom: 20px;
}

/* Special Blog Post Styles */

body.category-journey-to-alaska .hentry {
	margin-top: 0 !important;
}

.journey-to-alaska-wrap {
	margin-top: 30px;
}

.journey-to-alaska-wrap h1.alaska-header {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 550px;
    height: 250px;
    text-indent: -9999px;
    background: url(images/alaska-header.jpg) no-repeat top left;
    box-shadow: 0px 1px 8px #333;
}

.journey-to-alaska-wrap h2.alaska-tagline {
    font-style: italic;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    color: #333;
    margin: 10px 0 0 0;
    padding: 10px 5px 20px 5px;
}


/* Footer */

.footer-tagline-wrapper {
	background: url(images/footer-tagline-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 0;
}

.footer-tagline {
	display: block;
	text-align: center;
	font-size: 72px;
	color: #fff;
}

.footer-content {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.footer-wrapper h4 {
	padding-bottom: 3px;
}

.footer-content .footer-menu-1,
.footer-content .footer-menu-2,
.footer-content .footer-menu-3,
.footer-content .footer-menu-4,
.footer-content .footer-menu-5 {
	float: left;
	width: 20%;
	box-sizing: border-box;
}

.footer-content .footer-menu-1 ul > li > a,
.footer-content .footer-menu-2 ul > li > a,
.footer-content .footer-menu-3 ul > li > a,
.footer-content .footer-menu-4 ul > li > a,
.footer-content .footer-menu-5 ul > li > a  {
	font-size: 15px;
	display: inline-block;
	margin-bottom: 5px;
}

.footer-socials {
	margin-top: 10px !important;
}

.footer-socials > li {
	display: inline-block;
	font-size: 24px;
	margin-right: 3px;
}

.footer-content-row-2 .col-md-6,
.footer-content-row-2 .col-md-12,
.copyrights-area .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.footer-content-row-3 {
  margin-top: 20px;
  padding-top: 20px;
}

.footer-content-row-3 .col-md-12 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
	padding-top: 20px;
  border-top: 1px solid #333;
}

.footer-content-row-3 p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-content-row-3 p .seperator {
	margin: 0 7px;
}

.copyrights-area {
	font-size: 11px;
	color: #656565;
	margin-bottom: 90px;
}

.copyrights-area a {
	color: #656565 !important;
	text-decoration: underline !important;
}

.copyrights-area a:hover {
	color: #fff !important;
}

/*RM*/
.overview-thumb {
	padding-top:20px;
}
/*RM*/





/*START MEGAMENU  RM*/

/* Mega Menu */

.black_overlay {
	position: absolute;
	left: 0%;
	top: 203px;
	width: 100%;
	background-color: black;
	z-index:20;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}

.mm-container {
  background: none;
  width: 1170px;
  position: absolute;
  left: 50%;
  margin-left: -585px;
  z-index: 200;
  top: 192px;
}

.mm-inner-container {
	background: #fff;
	position: relative;
/* 	border-bottom: 10px solid #DADADA; */
}

.mm-close {
	position: absolute;
    top: 0;
    right: 7px;
    font-size: 24px;
    z-index: 10;
	cursor:pointer;
}

.mm-category-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	border-right: 1px solid #eee;
	min-height: 500px;
}

.mm-category-wrapper > h4,
.mm-content-wrapper > h4 {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 7px;
}

.mm-content-wrapper {
	padding: 10px;
	margin: 0 !important;
}

.mm-category-list {
	float: left;
	width: 100%;
}

/*
.mm-category-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: #eee;
}
.mm-category-list::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
*/

.mm-category-list > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mm-category-list > ul > li {
	list-style: none;
	margin:0;
	float: left;
	width: 100%;
	clear: left;
	display: block;
	line-height: 1.5;
	padding: 6px 9px;
	border-bottom: 1px solid #eee;
	display: inline;
}

.mm-category-list > ul > li:last-of-type {
	border-bottom: 0;
}

.mm-category-list > ul > li:after {
	font-family: fontawesome;
	content: '\f054';
	float: right;
	color: #eee;
	line-height: 68px;
	font-size: 19px;
}

.mm-category-list > ul > li.active {
	background-color: #f9f9f9;
}

.mm-category-list > ul > li.active:after {
	color: #333;
}

.mm-category-list > ul > li:hover {
	background-color: #f9f9f9;
}

.mm-category-list > ul > li.mm-active:after {
	color: #fff;
}

.mm-category-list > ul > li.mm-active {
	background-color: #3a53a4;
	color: #fff;
}

.mm-category-list > ul > li.mm-active a {
	color: #fff;
}

.mm-category-list > ul > li > a:hover {
	text-decoration: underline;
}

.mm-category-list ul li span {
	font-weight: bold;
	margin-left: 5px;
}

.mm-category-list #li_1 {
	padding-top: 15px;
}



.mm_featured_image {
	
}

.mm_title_tagline {
	
}

.mm_title_tagline .mm_model_name {
	font-weight: bold;
	color: #e43e30;
	font-size: 32px;
	margin-right: 5px;
}

.mm_title_tagline #mm_model_tagline {
	font-weight: bold;
	color: #000;
	font-size: 20px;
	font-style: italic;
}

.mm_description {
	font-size: 16px;
	margin-bottom: 10px;
}

.mm_build_and_price_button_span {	
	margin-right: 10px;
	padding: 6px 0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
}



/* Dealers Admin */

.dealer-admin td.p0, td.p0 a, strikethrough {
	font-weight: normal;
	text-decoration: line-through;
	color: #a6a6a6;
}

.dealer-admin input[type="text"]  {
	min-width: 400px;
}




div.gform_body {
	padding: 0 15px;
}

/*
div.gform_body label {
	font-weight: bold;
}
*/

.gform_wrapper .top_label .gfield_label {
	margin-bottom: 0 !important;
}

.gform_wrapper .gsection {
    border-bottom: 1px dotted #CCC !important;
}

.gform_wrapper .gfield_required {
	color: red !important;
}

.gform_wrapper .top_label .gfield_description {
	font-style: italic !important;
}

.gform_wrapper .top_label .gsection_description {
	font-style: italic !important;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
	font-style: italic !important;
}

div.gform_body input[type="text"],
div.gform_body input[type="email"],
div.gform_body textarea {
	border: 2px solid #eee;
	width: 100%;
	padding: 7px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.gform_wrapper .gform_footer input.btn-default {
  color: #fff !important;
  background-color: #e43e30 !important;
  border: 0 !important;
  border-radius: 4px !important;
	font-size: 18px !important;
	font-weight: bold !important;
	padding: 10px 20px !important;
}

.gform_wrapper .gform_footer input.btn-default.active,
.gform_wrapper .gform_footer input.btn-default:active,
.gform_wrapper .gform_footer input.btn-default:focus,
.gform_wrapper .gform_footer input.btn-default:hover {
	color: #fff !important;
	background-color: #c32114 !important;
}

.gform_wrapper .gform_footer input.btn-default.active.focus,
.gform_wrapper .gform_footer input.btn-default.active:focus,
.gform_wrapper .gform_footer input.btn-default.active:hover,
.gform_wrapper .gform_footer input.btn-default:active.focus,
.gform_wrapper .gform_footer input.btn-default:active:focus,
.gform_wrapper .gform_footer input.btn-default:active:hover {
  color: #fff !important;
  background-color: #c32114 !important;
}

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




/* Stories */

.story {
	
}

.stories-top-bar {
	background: rgba(0, 0, 0, 0.6);
	padding: 5px;
	color: #fff;
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 99;
}

.stories-top-bar .fa {
	margin: 0 5px;
}

.stories-top-bar a:hover {
	color: #fff;
}

.logo-card {
	margin: 15px 0 25px;
	text-align: center;
}

.logo-card img {
	width: 180px;
	height: auto;
	display: inline-block;
}

h1.noto {
	font-family: 'Noto Serif', serif;
	font-size: 36px;
	font-weight: normal;
}

h4.noto {
	font-family: 'Noto Serif', serif;
	font-size: 24px;
	font-weight: normal;
}

.story .story-featured-image-full {
	width: 100%;
	min-height: 600px;
	display: block;
	margin: 0px auto 25px;
	position: relative;
}

.story .story-featured-image-full.kristin-story {
	min-height: 1000px;
}

.story .story-featured-image-centered {
	width: 50%;
	margin: 20px auto;
	display: block;
}

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

.story .story-header .byline {
	display: block;
	margin: 15px 0;
}

.story .story-head .addtoany_shortcode {
	margin-bottom: 15px;
}

.story .story-header .byline .sep {
	margin: 0 5px;
	color: #ccc;
}

.story .story-body p,
.story .story-body ul
.story .story-body  {
	padding-left: 25%;
	padding-right: 25%;
}

.story .story-body blockquote {
	border-left: none;
	font-family: "Georgia", georgia, serif;
	font-style: italic;
	text-align: center;
	font-size: 24px;
	padding: 25px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #e43e30;	
}

.story .story-body p.lead {
	font-size: 18px;
}

.story .story-body p.lead:first-letter {
  color: #e43e30;
  float: left;
  font-family: Georgia;
  font-size: 85px;
  line-height: 70px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.story .story-body p.secondary-lead {
	font-size: 18px;
}

.story .story-body figure.thumbnail {
  display: block;
  padding: 0 25%;
  margin: 50px auto;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition:  none;
  width: 100% !important;
}


.story .story-body .wp-caption .wp-caption-text {
  margin: 5px 0 25px 0;
  background: transparent;
  color: #333;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.story .story-footer {
	font-size: 18px;
	margin: 30px 0 0 0;
}

.story blockquote.aligncenter,
.story .wp-caption.aligncenter, 
.story img.aligncenter {
    clear: both;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.single-stories-post .post-text {
	margin-bottom: 30px;
	min-height: 550px;
}

.single-stories-post .byline .sep {
	margin: 0 5px;
	color: #ccc;
}

.single-stories-post .story-featured-image-full {
	min-height: 340px;
  border: 6px solid #fff;
  box-shadow: 0px 0px 8px #CCC;
  margin-bottom: 17px;
  opacity: 1;
	transition: 0.3s;
}

.single-stories-post .story-featured-image-full:hover {
	opacity: .85;
	cursor: pointer;
}

/*
.single-stories-post .excerpt p:first-child:first-letter {
  color: #e43e30;
  float: left;
  font-family: Georgia;
  font-size: 40px;
  line-height: 33px;
  padding-top: 4px;
  padding-right: 6px;
  padding-left: 1px;
}
*/

.single-stories-post .copy-wrapper {
  display: block;
  overflow: hidden;
  height: auto;
  max-height: 80px;
  margin-bottom: 12px;
  position: relative;
  text-align: left;
}

.single-stories-post .gradient-overlay {
  display: block;
  overflow: hidden;
  height: 40px;
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,white));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,white 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


.stories-home-page-logo {
  width: 140px;
  height: auto;
  margin: 8px 0 8px 3px;
}

.story .story-sub-footer {
	margin: 20px 0;
	padding: 15px 15%;
}

.story .fb-group {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 15px 20px 15px;
  border: 2px solid #eee;
  margin-bottom: 25px;
}

.story .fb-group h3 {
	color: #185d98;
}

.story .trailer-model-card {
  float: left;
  width: 100%;
  text-align: center;
  min-height: 270px;
  padding: 15px;
  border: 2px solid #eee;
  margin-bottom: 15px;
}

.story .trailer-model-card .model-image {
  display: inline-block;
  width: 250px;
  height: auto;
  margin-bottom: 15px;
}

.story .read-more-stories {
  float: left;
  width: 100%;
  text-align: center;
  min-height: 270px;
  padding: 15px;
  border: 2px solid #eee;
  margin-bottom: 15px;
}

.story .read-more-stories ul li {
	display: block;
	margin-bottom: 10px;
	line-height: 15px;
}

.story .read-more-stories ul li a {
	font-weight: bold;
}


.lg-max-gallery {
	margin: 0 auto;
	padding: 0 10%;
}




.carousel-indicators.isolated-carousel-indicators {
    width: 100%;
    text-align: center;
		position: static;
    margin-left: inherit;
}

.carousel-indicators.isolated-carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ccc;
    border: inherit;
    border-radius: 20px;
}

.carousel-indicators.isolated-carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background-color: #e43e30;
}


#isolated-carousel .carousel-control:focus,
#isolated-carousel .carousel-control:hover {
    color: #666;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

#isolated-carousel .carousel-inner>.item>img {
    display: inline-block;
}



/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  text-align: center;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



.forum-container {
	padding-top: 20px;
}


#contact-dealer .contact-dealer-header {
	display: block;
	width: 100%;
	padding: 13px 15px;
	background-color: #e43e30;
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
}


/* Donate Button */

#stripe_form_0 .stripe-button-el:hover,
#stripe_form_0 .stripe-button-el:active,
#stripe_form_0 .stripe-button-el:focus {
	border: 0 !important;
	border-color: #fff !important;
}

#stripe_form_0 .btn:hover,
#stripe_form_0 .btn:active,
#stripe_form_0 .btn:focus {
	border: 0 !important;
	border-color: #fff !important;
}


.entry-content blockquote {
	padding: 5px 15px;
	margin: 0px 0 20px;
	font-size: 15px;
	border-left: 5px solid #eee;
	font-family: Georgia, serif;
	font-style: italic;
}


.entry-content, .comment-content {
    -webkit-hyphens: none;
    hyphens: none;
}


.single-post img.alignnone {
	margin-bottom: 0px;
}



/* All Events Page */


#em-wrapper .css-events-list {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

#em-wrapper .css-events-list h2 {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	font-weight: 300;
	padding-left: 5px;
}

.em-pagination {
	display: block;
	clear: both;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 25px;
}

.em-pagination .page-numbers {
  padding: 2px 8px;
  margin-right: 5px;
  background: #e73c2f;
  color: #fff;
  border: 1px solid #e73c2f;
	border-radius: 3px;
}

.em-pagination .page-numbers:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.em-pagination .page-numbers.current {
  padding: 2px 8px;
  margin-right: 5px;
  background: #fff;
  color: #7d7d7d;
  border: 2px solid #ccc;
  font-weight: normal;
}



/* Max Color Builder */

.max-builder {
	float: left;
	width: 100%;
	text-align: center;
	min-height: 500px;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: contain;
}


.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}


/* The Roads We Roam Home Page Loop - Jon 1-29-2019 */

.roads-we-roam .embed-responsive-16by9 {
	margin-bottom: 15px;
}

.roads-we-roam .trwr-intro {
	float: left;
	width: 100%;
	clear: both;
	background-color: #eee;
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.roads-we-roam .trwr-intro .col-md-3 {
	padding-left: 7px;
	padding-right: 7px;
}

.roads-we-roam .trwr-intro .col-md-9 {
	padding-left: 7px;
	padding-right: 7px;
}

.roads-we-roam .single-post {
	border-bottom: 0;
	margin-bottom: 0;
}

.roads-we-roam .single-post:last-of-type {
	border-bottom: 2px solid #eee;
	margin-bottom: 10px;
}



/* Randi Home Page Loop - Jon 12-16-2019 */

.randi .embed-responsive-16by9 {
	margin-bottom: 15px;
}

.randi .randi-intro {
	float: left;
	width: 100%;
	clear: both;
	background-color: #eee;
	margin-bottom: 0;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.randi .randi-intro .col-md-3 {
	padding-left: 7px;
	padding-right: 7px;
}

.randi .randi-intro .col-md-9 {
	padding-left: 7px;
	padding-right: 7px;
}

.randi .single-post {
	border-bottom: 0;
	margin-bottom: 0;
}

.randi .single-post:last-of-type {
	border-bottom: 2px solid #eee;
	margin-bottom: 10px;
}




/* Coming Soon Label - Jon 4-23-3019 */

.coming-soon {
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 0;
	display: block;
	background: #e73d30;
	border-radius: 4px 0 0 4px;
	padding: 4px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.product-title span {
    font-weight: 300;
    font-size: 27px;
    color: #000;
    background: #eee;
    padding: 0 14px 2px 14px;
    position: relative;
    top: -6px;
    border-radius: 6px;
}










