﻿/*@font-face {
    font-family: "titillium-web";
    font-family: "Soho Gothic W01 Bold";
    src: url("https://use.typekit.net/af/21fd37/00000000000000007735c19c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/21fd37/00000000000000007735c19c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/21fd37/00000000000000007735c19c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}
@font-face {
    font-family: "titillium-web";
    font-family: "Soho Gothic W01 Medium";
    src: url("https://use.typekit.net/af/09c670/00000000000000007735c198/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/09c670/00000000000000007735c198/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/09c670/00000000000000007735c198/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
}
@font-face {
    font-family: "titillium-web";
    font-family: "Soho Gothic W01 Regular";
    src: url("https://use.typekit.net/af/f10931/00000000000000007735c196/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/f10931/00000000000000007735c196/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/f10931/00000000000000007735c196/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}*/
html {
  position: relative;
  min-height: 100%;
}
body 
{
  font-family:'Soho Gothic W01 Regular';
  color:#191919;
  margin-top:70px;
}
#quickmenu 
{
  z-index: 1040;
}
.offers-holder 
{
  background-color:#ffffff; 
  border:1px solid #e3e3e3;
  padding:20px; 
  height:100%;
  position:relative;
}
.offers-heading 
{
  font-family: 'Soho Gothic W01 Bold';
  font-size:20px; text-transform:uppercase;
  min-height:84px;
}
.offers-subheading 
{
  font-family: 'Soho Gothic W01 Medium';
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75em;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align:center;
}
.offers-price 
{
  font-family: 'Soho Gothic W01 Bold';
  font-size:16px; text-transform:uppercase;
  padding-right:10px;
}
.offer-price 
{
  font-family: 'Soho Gothic W01 Medium';
  font-size:36px; text-transform:uppercase;
  padding-right:10px;
}
@media (max-width:592px) 
{
.offer-price 
  {
    font-size:26px;
  }
}
.offers-holder ul
{
  padding:0px;
  list-style:none;
  margin-bottom:0px;
}
.offers-holder ul li
{
  background-color:#f1f1f1;
  margin-bottom:10px;
  padding:15px;
}
.offers-holder ul li.special
{
  background-color:#ffffff;
  border:2px solid #e91c2e;
  text-transform:uppercase;
  font-family: 'Soho Gothic W01 Medium';
}
.offers-holder .disclaimer 
{
  margin-top:20px;
}
@media (min-width: 768px) 
{
  .row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.row.display-flex > * {
  margin-bottom:80px;
}
@media (min-width: 1400px) 
{
#quickmenu 
{
  width:200px;
  position:fixed;
  top:50%;
  right:-150px;
  font-family:'Soho Gothic W01 Medium';
  text-transform:uppercase;
  transform: translate(-0%, -50%);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
#quickmenu a 
{
  text-decoration:none;
  font-weight:normal;
}
#quickmenu:hover 
{
  right:0px;
-webkit-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
}
#quickmenu div
{
  height:50px;
  vertical-align:middle;
  padding-right:10px;
  background-color:#292929;
  border-bottom:1px solid #191919;
  color:#ffffff;
}
#quickmenu a div
{
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	transition: all 0.75s;
}
#quickmenu a:hover div
{
    background-color:#e91c2e;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	transition: all 0.75s;
}
#quickmenu div:before
{
  line-height:49px;
  background-color: #191919;
  /*font-family: normal normal normal 10px/1 FontAwesome;*/
  font-family: fontawesome;
  font-size:22px;
  display:inline-block;
  color: #ffffff;
  text-align:center;
  width:50px;
  height:50px;
  vertical-align:middle!important;
  margin-right:10px;
  border-bottom:1px solid #191919;
}
#quickmenu a div:before
{
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	transition: all 0.75s;
}
#quickmenu a:hover div:before
{
    background-color:#d30000;
	-webkit-transition: all 0.75s;
	-moz-transition: all 0.75s;
	transition: all 0.75s;
}
#quickmenu .car:before
{
  content: "\f1b9";
}
#quickmenu .dollar:before
{
  content: "\f155";
}
#quickmenu .book:before
{
  content: "\f02d";
}
#quickmenu .shop:before
{
  content: "\f290";
}
#quickmenu .map-marker:before
{
  content: "\f041";
}
#quickmenu .phone:before
{
  content: "\f095";
}
#quickmenu .envelope:before
{
  content: "\f0e0";
}
#quickmenu .search:before
{
  content: "\f002";
}
}
@media (max-width: 1399px) 
{
  .news-published.story {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 40px;
  }
  .share-btn {
    min-width: 33%!important;
  }
  .share-btn .share-text {
    display: none;
  }
  #quickmenu 
  {
    width:100%;
    position:fixed;
    top:auto;
    right:0px;
    bottom:0px;
    font-family:'Soho Gothic W01 Medium';
    font-size:10px;
    text-transform:uppercase;
    transform: none;
	  -webkit-transition: none;
	  -moz-transition: none;
	  transition: none;
    /*width: 100%;
    position:fixed;
    top:auto;
    right:0px;
    bottom:0px;
    z-index: 9900;
    font-family:'Soho Gothic W01 Medium';
    font-size:12px;
    text-transform:uppercase;
    transform: none;
	  -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  transition: all 1s;*/
	  display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden;
  }
  #quickmenu a 
  {
    flex: 1;
    display:flex;
    justify-content: center;
    flex-direction: column;
    background-color: #292929;
    text-align:center;
    text-decoration:none;
    border-right:1px solid #191919;
    font-weight:normal!important;
    letter-spacing:1.2px;
    height:95px;
  }
  #quickmenu a.last-mobile 
  {
    border-right:0px;
  }
  #quickmenu div
  {
    color:#ffffff;
    padding:0px 10px;
  }
  #quickmenu div:before
  {
    /*font-family: normal normal normal 10px/1 fontawesome;*/
    font-family: fontawesome;
    font-size:18px;
    display:inline-block;
    color: #ffffff;
    text-align:center;
    width:100%;
  }
  #quickmenu a:hover
  {
      background-color:#e91c2e;
	  -webkit-transition: all 0.75s;
	  -moz-transition: all 0.75s;
	  transition: all 0.75s;
  }
  #quickmenu .car:before
  {
    content: "\f1b9";
  }
  #quickmenu .dollar:before
  {
    content: "\f155";
  }
  #quickmenu .book:before
  {
    content: "\f02d";
  }
  #quickmenu .shop:before
  {
    content: "\f290";
  }
  #quickmenu .map-marker:before
  {
    content: "\f041";
  }
  #quickmenu .phone:before
  {
    content: "\f095";
  }
  #quickmenu .envelope:before
  {
    content: "\f0e0";
  }
  #quickmenu .search:before
  {
    content: "\f002";
  }
  .desktop-only 
  {
    display:none!important;
  }
  body 
  {
    margin-bottom:94px;
  }
}
a {
    color: #e91c2e;
    text-decoration:none;
    font-weight:bold;
}
a:hover {
    color: #e91c2e;
}
a.ignoretext {
    color: #191919;
    text-decoration:none;
    font-weight:normal;
}
a.ignoretext:hover {
  color: #191919;
  text-decoration:none;
}
.specmodelhidden 
{
  display:none; 
}
.validation-error 
{
 font-style: italic;
 color: #e91c2e;
 font-weight: bold;
}
.checkbox-label.disabled 
{
 color:#9b9b9b; 
}
button:focus {outline:0;}
.linkbutton 
{
  border:0px;
  background:none;
  font-weight:bold;
  color:#e91c2e;
  text-decoration:none;
  /*font-size: 14px;
  line-height: 30px;*/
  letter-spacing: .03em;
  padding:0px;
  -webkit-appearance: none;
  border-radius: 0;
}
.linkbutton:hover 
{
  text-decoration:underline; 
}
.text-red
{
  color: #e91c2e!important;
}
.text-grey
{
  color: #a1a1a1!important;
}
.footer-quicklinks a, .footer-quicklinks a:hover, .footer-menu a, .footer-menu a:hover {
    font-weight:normal;
}
.mobile-only 
{
 display:none; 
}
.mc-layout__modalContent 
{
 font-size:200px!important; 
}
.master-slider.full.ms-skin-default .ms-nav-next {
    right: 40px;
    left: auto;
    background-position: -92px -99px;
}
.master-slider.full.ms-skin-default .ms-nav-prev {
    left: 40px;
}
@media (min-width:1400px) 
{ 
  .master-slider.full.ms-skin-default .ms-nav-next {
      right: 80px;
  }
  .master-slider.full.ms-skin-default .ms-nav-prev {
      left: 80px;
  } 
}
.stockmodel h1, .stockmodel .h1 
{
  font-family: 'Soho Gothic W01 Medium';
  text-transform: uppercase;
  font-size:20px;
  margin-top:10px;
  margin-bottom:4px;
}
.stocklistingholder 
{
  border:1px solid #c3c3c3;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:36px;
}
.stocklistingholder.featured, .stocklistingholder.virtual 
{
  border:8px solid #111111;
}
.stocklistingheader 
{
  background-color:#111111;
}
.featured .stocklistingheader 
{
  background-color:#e91c2e;
}
.virtual .stocklistingheader 
{
  background-color:#555555;
}
.stocklistingheader h3 
{
  color:#ffffff;
  margin-top:28px;
  margin-bottom:28px;
  margin-left:20px;
  display:inline-block;
  font-family: 'Soho Gothic W01 Medium'!important;
  font-size:18px;
  text-transform:uppercase;
}
.stocklistingheaderpricefill 
{
  background-color:#e91c2e;
  position:absolute;
  top:0px;
  right:0px;
  width:80px;
  height:87px;
}
.featured .stocklistingheaderpricefill 
{
  background-color:#111111;
}
.stocklistingheaderpricearea 
{
  background-color:#e91c2e;
  display:inline-block;
  padding:5px 20px 5px 20px;
  -ms-transform: skewX(-21deg);
  -webkit-transform: skewX(-21deg);
  transform: skewX(-21deg);
  margin-right:-2px;
  margin-top:0px;
}
.featured .stocklistingheaderpricearea 
{
  background-color:#111111;
}
.stocklistingheaderfrom 
{
  font-family:'Soho Gothic W01 Medium';
  color:#ffffff;
  text-transform:uppercase;
  font-size:1em;
  text-align:left;
}
.stocklistingheaderprice 
{
  font-family:'Soho Gothic W01 Bold';
  color:#000000;
  text-transform:uppercase;
  font-size:2.5em;
  text-align:center;
  margin-top:-7px;
}
.featured .stocklistingheaderprice 
{
  color:#e91c2e;
}
.stocklistingheaderdriveaway 
{
  font-family:'Soho Gothic W01 Medium';
  color:#ffffff;
  text-transform:uppercase;
  font-size:1em;
  text-align:right;
  margin-top:-6px;
}
/*--PHOTOSWIPE START--*/
.pswp {
  z-index: 99999!important;
}
.demo-gallery figure {
    display: none;
}
.pswp__caption__center 
{
  font-family:'Soho Gothic W01 Medium';
 font-size:16px!important; 
 text-transform:uppercase;
 color:#ffffff!important;
}
.pswp__caption small 
{
  font-family:'Soho Gothic W01 Regular';
 text-transform:none; 
}
/*--PHOTOSWIPE END--*/
.roadsideassisticon 
{
 margin-top:20px;
 margin-bottom:20px;
}
.btn-default 
{
  list-style-type: none;
}
.menupageprimary
{
 display:block; 
}
.menupagesecondary 
{
  display:none;
}
.menupagespacertop 
{
  height:9px;
}
.menupagespacerbottom
{
  height:10px;
}
.lockedform 
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; /* IE 8 */
  filter: alpha(opacity=35); /* IE 5-7 */
  -moz-opacity: .35; /* Netscape */
  -khtml-opacity: .35; /* Safari 1.x */
  opacity: .35; /* Standard */
}
.successfadeform 
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: alpha(opacity=50); /* IE 5-7 */
  -moz-opacity: .5; /* Netscape */
  -khtml-opacity: .5; /* Safari 1.x */
  opacity: .5; /* Standard */
}
:target:before {
  content:"";
  display:block;
  height:140px; /* fixed header height*/
  margin:-140px 0 0; /* negative fixed header height */
}
p, .p {
  /*display: inline-block;*/
  font-size:14px;
  line-height: 30px;
  letter-spacing: .03em;
  margin: 0 0 20px;
}
.menudealersearch 
{
  height:34px!important;
  background-color:#222222!important;
  border-color:#222222!important;
  font-family: 'Soho Gothic W01 Regular'!important;
  font-style:italic!important;
  color:#ffffff!important;
  text-align:right!important;
}
.capitalize 
{
 text-transform:capitalize; 
}
.quote 
{
 font-style:italic;
 quotes: "“" "”" "‘" "’";
}
.quote:before
{
  content: open-quote;
  font-size:2em;
  font-weight:bold;
  font-family:Times New Roman;
  margin-right:5px;
}
.quote:after
{
  content: close-quote;
  font-size:2em;
  font-weight:bold;
  font-family:Times New Roman;
  margin-left:5px;
}
.author 
{
  font-family: 'Soho Gothic W01 Medium';
 text-align:right;
}
.black 
{
 background-color:#000000; 
}
.no-margin 
{
 margin-top:0px!important; 
}
.dealer-postcode 
{
 height:34px!important;
 background-color:#ffffff!important;
 border-color:#ffffff!important;
 font-family: 'Soho Gothic W01 Regular'!important;
 font-style:italic!important;
 color:#191919!important;
 text-align:center!important;
 border-bottom:1px solid #999999!important;
 margin-bottom:7px!important; 
}
.form ul 
{
 margin-bottom:5px; 
}
.sup 
{
   font-size:70%;
}
.img-responsive
{
 width:100%; 
}
.key-text 
{
  font-family: 'Soho Gothic W01 Medium'!important;
  letter-spacing: .1em!important;
}
.current-day 
{
 color:#e91c2e;
 font-weight:bold;
 font-style:italic; 
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span 
{
  font-family: 'Soho Gothic W01 Medium';
  font-size:11px;
  padding-top:9px;
  padding-bottom:10px;
  color: #ffffff;
  text-decoration: none;
  background-color: #e91c2e;
  border: 0px solid #ffffff;
  font-weight:normal;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #ffffff;
  background-color: #191919;
  border: 0px solid #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  cursor: default;
  background-color: #191919;
  border: 0px solid #ffffff;
}
.yottie {
  font-family:'Soho Gothic W01 Regular'!important;
}
.yottie-widget-feed-section-search 
{
  padding-top:80px!important;
  padding-bottom:40px!important;
}
div.yottie-widget-video-info 
{
 /*padding-left:0px!important;
 padding-right:0px!important; */
 padding-left:40px!important;
 padding-right:40px!important;
}
#yottie_1 .yottie-widget-video
{
  /*background-color:transparent!important;*/
  background-color:#f3f3f3!important;
}
.yottie-widget-video
{
  /*margin-bottom:62px!important;*/
  margin-bottom:40px!important;
}
div.yottie-widget-video-info-caption 
{
  font-size:14px!important;
  line-height: 30px!important;
  letter-spacing: .03em!important;
  height: 120px!important;
}
span.yottie-widget-video-preview-play
{
    background-image: url(../../images/core/play-icon.png)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 40px 40px!important;
    border:none!important;
    width:40px!important;
    height:40px!important;
    left:auto!important;
    top:35px!important;
    right:-5px!important;
}
.yottie-widget-video-info-caption {
  font-size:14px!important;
  line-height: 30px!important;
  letter-spacing: .03em!important;
  margin: 8px 0 20px!important;
}
.yottie-widget-video-info-title 
{
  font-size: 20px!important;
  letter-spacing: 0.08em!important;
  line-height:1.75em!important;
  margin-top: 14px!important;
  margin-bottom: 20px!important;
  color:#191919!important;
  font-weight:normal!important;
}
#yottie_1 .yottie-widget-video-info-title
{
  color:#191919!important;
}
span.yottie-widget-feed-section-pagination-bullet 
{
  font-family: 'Soho Gothic W01 Medium'!important;
  font-size:11px!important;
  padding-top:9px!important;
  padding-bottom:10px!important;
  padding-left:12px!important;
  padding-right:12px!important;
  margin:0px!important;
  border-radius: 0px!important;
}
.yottie-widget-feed-section-pagination .swiper-pagination-bullet-active 
{
  background-color:#191919!important;
}
span.yottie-widget-feed-section-pagination-bullet 
{
  background-color:#e91c2e!important;
  color:#ffffff!important;
}
span.yottie-widget-feed-section-pagination-bullet-more::after, span.yottie-widget-feed-section-pagination-bullet-more::before
{
  background:transparent!important;
  top:7px!important;
  right:9px!important;
}
span.yottie-widget-feed-section-pagination-bullet-more:hover::before,
span.yottie-widget-feed-section-pagination-bullet-more:hover::after {
  background:transparent!important;
}
span.yottie-widget-feed-section-pagination-bullet-more::before
{
  font-family: fontawesome!important;
  font-size:14px!important;
  content: "\f105"!important;
  -webkit-transform: none!important;
  transform: none!important;
  font-weight: bold!important;
}
span.yottie-widget-feed-section-pagination-bullet:hover 
{
  color:#ffffff!important;
  background-color:#191919!important;
}
.yottie-widget-feed-section-pagination 
{
  padding-top:0px!important;
  padding-bottom:0px!important;
}
.yottie-widget-video-info-title 
{
  font-size: 20px!important;
  letter-spacing: 0.08em!important;
  line-height:1.75em!important;
  margin-top: 30px!important;
  margin-bottom: 26px!important;
  color:#191919!important;
  font-weight:normal;
}
/*.yottie-widget-video-preview-thumbnail img {
	max-width: 100.1%!important;
	-webkit-transition: all 2s!important;
	-moz-transition: all 2s!important;
	transition: all 2s!important;
}
a.yottie-widget-video-preview-thumbnail img {
	max-width: 100.1%!important;
	-webkit-transition: all 2s!important;
	-moz-transition: all 2s!important;
	transition: all 2s!important;
}*/
/* REDUCE OPACITY AND SCALE UP IMAGE ON HOVER */
/*.yottie-widget-video-preview-thumbnail:hover img {
	transform:scale(1.15)!important;
  -ms-transform:scale(1.15)!important;
  -moz-transform:scale(1.15)!important;
  -webkit-transform:scale(1.15)!important;
  -o-transform:scale(1.15)!important;
}
a.yottie-widget-video-preview-thumbnail:hover img {
	transform:scale(1.15)!important;
  -ms-transform:scale(1.15)!important;
  -moz-transform:scale(1.15)!important;
  -webkit-transform:scale(1.15)!important;
  -o-transform:scale(1.15)!important;
}
.zoom-effect .image-holder 
{
 overflow:hidden; 
}*/





.row-eq-height, .row-eq-height-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-eq-height-tab, .row-eq-height-tab-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.radio label, .checkbox label 
{
  padding-left:0px;
}
.form-control 
{
  border-radius:0px;
  border-color: #c3c3c3;
  background-color:#f3f3f3;
  width:100%!important;
  height:auto;
  color:#191919;
  font-family:'Soho Gothic W01 Regular';
  letter-spacing: 0.03em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  /*border-color: #f3f3f3;
  background-color:#f3f3f3;*/
  border-color: #c3c3c3;
  background-color:#ffffff;
  outline: 0;
 -webkit-box-shadow: none;
  box-shadow: none;
}
.form-footer .form-control 
{
 background-color:#ffffff;
 border:2px solid #ffffff;
 font-family:'Soho Gothic W01 Medium';
 font-size:1em;
 text-transform:uppercase;
 letter-spacing:0.1em;
 padding-top:7px;
 padding-bottom:8px;
 padding-left:10px;
 padding-right:10px;
}
.form-footer .form-control:focus {
  border-color: #f3f3f3;
  background-color:#f3f3f3;
}
.form-stock-user-location
{
  font-size:11px;
}
.form-stock-user-location .form-control 
{
 background-color:#eeeeee;
 border:1px solid #c3c3c3;
 font-family:'Soho Gothic W01 Medium';
 font-size:1em;
 text-transform:uppercase;
 letter-spacing:0.1em;
 padding-top:8px;
 padding-bottom:9px;
 padding-left:10px;
 padding-right:10px;
}
.form-stock-user-location  .form-control:focus {
  border-color: #f3f3f3;
  background-color:#f3f3f3;
}
.form-group label 
{
 letter-spacing:0.09em; 
}
.form-label 
{
 letter-spacing:0.09em!important;
 font-weight:bold!important;
 margin-bottom:5px!important;
}
.form-group.radio label, .form-group.checkbox label 
{
  letter-spacing:0.03em; 
}
.block-centre-inner {
  display: inline-block;
  vertical-align: middle;
  width:100%;
}
.block-bottom-inner {
  display: inline-block;
  vertical-align: bottom;
  width:100%;
}
.block-centre {
  height: 100%;
}
.block-centre:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.align-btn-text {
    margin-bottom: 64px;
}
.align-btn {
    position: absolute;
    bottom: 0px;
    right:0px;
    margin-right:20px;
    line-height: normal;
    text-align:right;
}
.ms-thumb-frame-override .ms-thumb-frame 
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
  filter: alpha(opacity=100); /* IE 5-7 */
  -moz-opacity: 1; /* Netscape */
  -khtml-opacity: 1; /* Safari 1.x */
  opacity: 1; /* Standard */
}
.btn-search
{
    /*Using a Bootstrap glyphicon as the bullet point
    content: "\e074";
    font-family: 'Glyphicons Halflings';*/
    font-family: fontawesome ;
    content: "\f002";
    /*font-size: 9px;
    font-size:.5em;*/
    color: #ed1c24;
    border:0px;
    background:transparent;
}
ul.custom-bullet {
  -webkit-padding-start: 55px;
  margin-bottom:20px;
}
.specs-bullet 
{
  margin-top:5px;
}
ul.custom-bullet li {
    display: block;
    line-height:30px;
}
ul.custom-bullet li:before
{
    /*Using a Bootstrap glyphicon as the bullet point
    content: "\e074";
    font-family: 'Glyphicons Halflings';*/
    font-family: fontawesome ;
    content: "\f0da";
    /*font-size: 9px;
    font-size:.5em;*/
    float: left;
    margin-top: 0px;
    margin-left: -14px;
    color: #ed1c24;
}
.text-center ul {
    list-style-position: inside;
}
.text-center ol {
    list-style-position: inside;
    padding-inline-start: 0px;
}
ol.custom-bullet li
{
    font-family:'Soho Gothic W01 Bold';
 font-size:26px;
    color: #ed1c24;
    line-height:30px;
    margin-bottom:30px;
}
ol.custom-bullet li content
{
    font-family:'Soho Gothic W01 Regular';
 font-size:14px;
 color:#191919;
 display:block;    
}
.text-light ol.custom-bullet li content
{
 color:#ffffff;    
}
ul.custom-bullet-2 {
  -webkit-padding-start: 95px;
  margin-bottom:0px;
}
ul.custom-bullet-2 li {
    display: block;
    line-height:30px;
}
ul.custom-bullet-2 li:before
{
    /*Using a Bootstrap glyphicon as the bullet point
    content: "\e074";
    font-family: 'Glyphicons Halflings';*/
    font-family: fontawesome ;
    content: "\f0da";
    /*font-size: 9px;
    font-size:.5em;*/
    float: left;
    margin-top: 0px;
    margin-left: -14px;
    color: #ed1c24;
}
.ms-caption.disclaimer 
{
 font-size:11px; 
 letter-spacing: 0.03em;
 color:#ffffff;
}
.presssubitemdivider 
{
  border-bottom:1px solid #e3e3e3; margin-bottom:10px; margin-top:10px;
}
.clear 
{
  clear:both;
}
.spacer 
{
  clear:both;
  height:40px;
}
.spacer-pricing 
{
  clear:both;
  height:55px;
}
.spacer-text 
{
  clear:both;
  height:30px;
}
.spacer-table 
{
  clear:both;
  height:10px;
}
.spacer-caption 
{
  clear:both;
  height:17px;
}
.spacer-heading 
{
  clear:both;
  height:46px;
}
.spacer-heading-h3 
{
  clear:both;
  height:36px;
}
.spacer-heading-text 
{
  clear:both;
  height:36px;
}
.spacer-lg 
{
  clear:both;
  height:80px;
}
.spacer-lg-text 
{
  clear:both;
  height:50px;
}
.spacer-lg-disclaimer 
{
  clear:both;
  height:56px;
}
.spacer-lg-heading 
{
  clear:both;
  height:40px;
}
.spacer-lg-caption 
{
  clear:both;
  height:33px;
}
.spacer-lg-table 
{
  clear:both;
  height:60px;
}
.full-width {
  padding-right: 0!important;
  padding-left: 0!important;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
}
.container-fluid {
  /*padding-right: 20px;
  padding-left: 20px;*/
  /*SIDEBAR*/
  padding-right: 60px;
  padding-left: 60px;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.row-fluid {
  margin-right: -60px;
  margin-left: -60px;
}
.row-fluid.left 
{
  /*SIDEBAR*/
  margin-right: -20px;
  /*margin-left: -60px;*/
}
.row-fluid.right 
{
  /*SIDEBAR*/
  /*margin-right: -60px;
  margin-left: -20px;*/
  margin-left: -20px;
}
.col-fluid {
  margin-left: 20px;
  margin-right: 20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width:1399px) 
{
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-fluid {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-fluid.left 
  {
    margin-right: -20px;
  }
  .row-fluid.right 
  {
    margin-left: -20px;
  }
  .promo-text-overlay 
  {
    padding-left:40px!important;
    padding-right:40px!important;
    padding-bottom:20px!important;
  }
}
.selector 
{
  margin-bottom:8px;
  cursor:pointer; 
  color:#191919;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.text-light .selector 
{
  color:#ffffff;
}
.selector:hover 
{
  color:#e91c2e;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.pointer 
{
 cursor:pointer; 
}
.news-published 
{
  width:20%;
  float:left;
  background-color:#ffffff;
  padding-top:11px;
  text-align:left;
  color:#191919;
  font-size:0.75em;
  font-style:italic;
  margin:0px;
}
.news-first-paragraph {
  font-size: 30px;
  margin-top:-5px;
  margin-bottom:25px;
  letter-spacing: 0.08em;
  line-height:1.75em;
}
h1, .h1 {
  font-size: 30px;
  margin-top:-5px;
  margin-bottom:25px;
  letter-spacing: 0.08em;
}
h1.picture-below, .h1.picture-below {
  margin-bottom:35px;
}
h3, .h3 {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height:1.75em;
    margin-top: 30px;
    margin-bottom: 20px;
}
h4, .h4 
{
    font-weight:bold;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height:1.75em;
    /*margin-top: 30px;
    margin-bottom: 20px;*/
}
.expand-menu h3, .expand-menu .h3 {
    margin-bottom: 0px;
    margin-top:-10px;
}
.table h3, .table .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.exterior-pills 
{
 margin-top:35px; 
}
.nav-pills > li 
{
  display:inline-block;
  float:none;
}
.specs-heading 
{
    font-size: 1em;
    letter-spacing: 0.08em;
    font-weight:bold;
}
.list-heading 
{
    font-size: 1em;
    letter-spacing: 0.08em;
    font-weight:bold;
    margin-bottom:5px;
}
.no-text 
{
 margin-bottom:-5px; 
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}
.footer 
{
  font-family:'Soho Gothic W01 Regular';
  background-color:#000000;
  color:#ffffff;
  font-size:11px;
}
.footer h1 
{
  font-family:'Soho Gothic W01 Medium';
  text-transform:uppercase;
  font-size:1.4em;
  letter-spacing:0.1em;
  margin-top:0px;
  margin-bottom:6px;
}
.footer h2 
{
  font-family:'Soho Gothic W01 Medium';
  text-transform:uppercase;
  font-size:1.4em;
  letter-spacing:0.1em;
  margin-top:0px;
  margin-bottom:14px;
  /*font-style:italic;*/
  color:#999999;
}
.footer-menu 
{
 text-align:right;
 padding-top:36px;
 padding-bottom:36px;
}
.footer-quicklinks 
{
 margin-top:-4px; 
 margin-bottom:4px;
}
.footer-quicklinks a
{
  font-family:'Soho Gothic W01 Medium';
  text-transform:uppercase;
  float:left;
  clear:left;
  margin-bottom:9px;
  color:#ffffff;
  text-decoration:none;
  letter-spacing:0.15em;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.footer-quicklinks .last
{
  margin-bottom: 0px;
}
.footer-quicklinks a:hover, .footer-menu a:hover
{
  color:#e91c2e;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.footer-menu a, .footer-menu .footer-copyright
{
  font-family:'Soho Gothic W01 Medium';
  font-size:0.9em;
  text-transform:uppercase;
  margin-left:9px;
  margin-bottom:9px;
  color:#ffffff;
  text-decoration:none;
  letter-spacing:0.15em;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.footer-menu .footer-copyright 
{
  color:#999999;
}
.footer-menu a:after
{
  display:inline-block;
  content: "\007C";
  color:#999999;
  text-align:left;
  margin-left:11px;
}
.footer-menu .last:after
{
  display:none;
}
.footer p 
{
  font-size:1.1em;
  line-height:2.1em;
  letter-spacing:0.1em;
}
#swap-div-1
{
  width:100%; position:relative!important; float:left; z-index:200; 
}
#swap-div-2, #swap-div-3, #swap-div-4, #swap-div-5
{
  width:100%; position:absolute!important; z-index:100;
}
.divSwapTop 
{
  z-index:200!important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
  filter: alpha(opacity=100); /* IE 5-7 */
  -moz-opacity: 1; /* Netscape */
  -khtml-opacity: 1; /* Safari 1.x */
  opacity: 1; /* Standard */
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.divSwapBottom 
{
  z-index:100!important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  -moz-opacity: 0; /* Netscape */
  -khtml-opacity: 0; /* Safari 1.x */
  opacity: 0; /* Standard */
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.news-social-icons 
{
 font-size:3.5em;
 font-size:2.2em;
 margin-top:7px;
}
.news-social-icons a 
{
  margin-right:13px;
  color:#3c5b9a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.news-social-icons a .fa-facebook-official, .news-social-icons a .fa-twitter, .news-social-icons a .fa-youtube-play, .news-social-icons a .fa-pinterest, .news-social-icons a .fa-rss, .news-social-icons a .fa-envelope
{
  color:#3c5b9a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.news-social-icons a .fa-instagram 
{
  background: none;
  color:#3c5b9a;
  -webkit-background-clip: none;
  background-clip: none;
}
.social-icons 
{
 font-size:3.5em;
 font-size:2.2em;
 margin-top:7px;
}
.social-icons a 
{
  margin-right:13px;
  color:#ffffff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.social-icons a .fa-facebook-official, .social-icons a .fa-twitter, .social-icons a .fa-youtube-play, .social-icons a .fa-pinterest, .social-icons a .fa-rss, .social-icons a .fa-envelope
{
  color:#ffffff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.social-icons a .fa-instagram 
{
  background: none;
  color:#ffffff;
  -webkit-background-clip: none;
  background-clip: none;
}
.social-icons a .fa-facebook-official:hover 
{
  color:#3c5b9a;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.social-icons a .fa-twitter:hover 
{
  color:#1da1f2;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.social-icons a .fa-youtube-play:hover 
{
  color:#ff0000;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.social-icons a .fa-instagram:hover 
{
  background: #d6249f;
  background-image: -webkit-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color:transparent;
  -webkit-background-clip: text;
  background-clip: text;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.social-icons a .fa-pinterest:hover 
{
  color:#bd081c;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.social-icons a .fa-rss:hover 
{
  color:#f26522;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.social-icons a .fa-envelope:hover 
{
  color:#e91c2e;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
/* MAX WIDTH OF 100% FOR RESPONSIVE IMAGES + TRANSITIONS SET FOR BROWSERS */
.zoom-effect img {
    min-width: 100%;
    max-width: 100.1%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}
a.zoom-effect img {
	max-width: 100.1%;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}
/* REDUCE OPACITY AND SCALE UP IMAGE ON HOVER */
.zoom-effect:hover img {
	transform:scale(1.15);
  -ms-transform:scale(1.15); /* IE 9 */
  -moz-transform:scale(1.15); /* Firefox */
  -webkit-transform:scale(1.15); /* Safari and Chrome */
  -o-transform:scale(1.15); /* Opera */
}
a.zoom-effect:hover img {
	transform:scale(1.15);
  -ms-transform:scale(1.15); /* IE 9 */
  -moz-transform:scale(1.15); /* Firefox */
  -webkit-transform:scale(1.15); /* Safari and Chrome */
  -o-transform:scale(1.15); /* Opera */
}
.zoom-effect .image-holder 
{
 overflow:hidden; 
}
/* HIDE TEXT OVERLAY */
/*.text-overlay {
	display: none;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 0;
}*/
/* PUTS H1 IN CENTER OF IMAGE, MAY NEED TO ADJUST PERCENTAGE TO SUIT IMAGE SIZE */
/*.text-overlay h1:before {
  content: "";
  display: block;
  padding-bottom: 30%;
}*/
/* REVEAL TEXT OVERLAY WHEN GRID IS HOVERED OVER */
.zoom-effect:hover .text-overlay {
	display: block;
}
.no-space, .zoom-effect {
    padding: 0;
    overflow: hidden;
}
.home-promo, .home-promo-2
{
  font-size:45px;
  color:#ffffff;
  line-height: normal;
  background-color:#000000;
}
.home-promo-2 
{
  font-size:35px;
}
.promo-overlay 
{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:100%;
  background-color:#000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  -moz-opacity: 0; /* Netscape */
  -khtml-opacity: 0; /* Safari 1.x */
  opacity: 0; /* Standard */
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}
.play-icon
{
  position:absolute;
  right:15px;
  top:15px;
  background-image:url('../../images/core/play-icon.png');
  width:40px;
  height:40px;
  background-repeat:no-repeat;
  background-size: 100% 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
  filter: alpha(opacity=100); /* IE 5-7 */
  -moz-opacity: 1; /* Netscape */
  -khtml-opacity: 1; /* Safari 1.x */
  opacity: 1; /* Standard */
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}
.disclaimer, .disclaimer-fluid
{
  color: #999999;
  font-style:italic;
  font-size:0.75em;
  line-height: 1.5em;
}
.disclaimer-fluid 
{
 margin-top:12px; 
}
.image-caption, .image-caption-fluid
{
  font-style:italic;
  font-size:0.75em;
  line-height: 1.5em;
  margin-top:12px;
}
.image-caption-fluid, .news-date-fluid, .disclaimer-fluid 
{
 /*padding-left:40px; 
 padding-right:40px;*/
 padding-left:80px; 
 padding-right:80px; 
}

.news-date, .news-date-fluid
{
  font-style:italic;
  font-size:0.75em;
  line-height: 1.5em;
  text-align:right;
}
.disclaimer-multiline 
{
  color: #999999;
  font-style:italic;
  font-size:0.75em;
  line-height: 1.5em;
}
.ms-info .disclaimer 
{
 padding-left:20px;
 padding-right:20px;
 margin-top:10px;
}
.info .ms-slide-info 
{
  position:relative; 
}
a:hover .play-icon
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  -moz-opacity: 0; /* Netscape */
  -khtml-opacity: 0; /* Safari 1.x */
  opacity: 0; /* Standard */
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}
a:hover .promo-overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: alpha(opacity=50); /* IE 5-7 */
  -moz-opacity: 0.5; /* Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity: 0.5; /* Standard */
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}
.promo-gradient-overlay 
{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:50%;
  background: transparent; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9)); /*Safari 5.1-6*/
  background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9)); /*Fx 3.6-15*/
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.9)); /*Standard*/
    transition: 7s;
    -moz-transition: 7s;
    -webkit-transition: 7s;
}
.promo-text-overlay 
{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  padding-left:80px;
  padding-right:80px;
  padding-bottom:40px;
 font-family:'Soho Gothic W01 Regular';
 /*font-family:'Soho Gothic W01 Medium';*/
}
.promo .promo-content:before 
{
  font-weight:bold;
  display:inline-block;
  height:100%;
  content: "\00BB";
  color:#e91c2e;
  text-align:left;
  margin-top:-28px;
  position:absolute;
  bottom:0;
  left:0;
  /*-webkit-user-select: none;
  user-select: none;*/
}
.btn-symbol 
{
 min-width:10px!important;
}
.overlay-play
{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  height:100%;
  background-image:url('../../images/core/play-overlay.png');
  background-repeat:no-repeat;
  background-size:30%;
}
.col-md-8 .overlay-play 
{
  background-size:18%;
}
@media (min-width:1730px) 
{
  .overlay-play
  {
    background-position:center 20%;
  }
  .promo .promo-content:before 
  {
    /*font-size:1.75em;
    top:-1px;*/
    font-size:1.6em;
    top:2px;
  }
  .promo .promo-content {
      padding-left:47px;
  }
  .ph, .page-heading
  {
   /*font-size:1em;*/
   font-size:0.9em;
   text-transform:uppercase;
   /*letter-spacing:0.1em;
   font-family:'Soho Gothic W01 Regular';*/
   margin-bottom:1px;
   font-family:'Soho Gothic W01 Medium';
   letter-spacing:0.05em;
  }
  .pt
  {
   font-size:0.46em;
   letter-spacing:0.08em;
   display:block;
  }
}
@media (max-width:1729px) 
{
  .overlay-play
  {
    background-position:center 1.1em;
  }
  .promo .promo-content:before 
  {
    font-size:1.35em;
    top:5px;
  }
  .promo .promo-content {
      padding-left:39px;
  }
  .ph, .page-heading
  {
   font-size:.8em;
   text-transform:uppercase;
   /*letter-spacing:0.1em;
   font-family:'Soho Gothic W01 Regular';*/
   margin-bottom:1px;
   font-family:'Soho Gothic W01 Medium';
   letter-spacing:0.05em;
  }  
  .pt
  {
   font-size:0.4em;
   letter-spacing:0.08em;
   display:block;
  }
}
@media (max-width:1465px) 
{
  .overlay-play
  {
    background-position:center .8em;
  }
  .promo .promo-content:before 
  {
    font-size:1.25em;
    top:6px;
  }
  .promo .promo-content {
      padding-left:36px;
  }
  .ph, .page-heading
  {
   font-size:.7em;
   text-transform:uppercase;
   /*letter-spacing:0.1em;
   font-family:'Soho Gothic W01 Regular';*/
   margin-bottom:1px;
   font-family:'Soho Gothic W01 Medium';
   letter-spacing:0.05em;
  }  
  .pt
  {
   font-size:0.35em;
   letter-spacing:0.08em;
   display:block;
  }
}
@media (max-width:1330px) 
{
  .overlay-play
  {
    background-position:center .8em;
  }
  .promo .promo-content:before 
  {
    font-size:1.1em;
    top:7px;
  }
  .promo .promo-content {
      padding-left:32px;
  }
  .ph, .page-heading
  {
   font-size:.6em;
   text-transform:uppercase;
   /*letter-spacing:0.1em;
   font-family:'Soho Gothic W01 Regular';*/
   margin-bottom:1px;
   font-family:'Soho Gothic W01 Medium';
   letter-spacing:0.05em;
  }  
  .pt
  {
   font-size:0.35em;
   letter-spacing:0.08em;
   display:block;
  }
}
@media (max-width:1300px) 
{
  .overlay-play
  {
    background-position:center .6em;
  }
  .promo .promo-content:before 
  {
    font-size:.7em;
    top:13px;
  }
  .promo .promo-content {
      padding-left:20px;
  }
  .ph, .page-heading
  {
   font-size:.4em;
   text-transform:uppercase;
   /*letter-spacing:0.1em;
   font-family:'Soho Gothic W01 Regular';*/
   margin-bottom:1px;
   font-family:'Soho Gothic W01 Medium';
   letter-spacing:0.05em;
  }  
  .pt
  {
   font-size:0.35em;
   letter-spacing:0.08em;
   display:none;
  }
}
@media (max-width:991px) 
{
  .overlay-play
  {
    background-position:center .45em;
  }
  .promo .promo-content:before 
  {
    font-size:2.3em;
    top:-7px;
  }
  .promo .promo-content {
      padding-left:67px;
  }
  .ph, .page-heading
  {
   font-size:1.3em;
   text-transform:uppercase;
   /*letter-spacing:0.1em;
   font-family:'Soho Gothic W01 Regular';*/
   margin-bottom:1px;
   font-family:'Soho Gothic W01 Medium';
   letter-spacing:0.05em;
  }
  .pt
  {
   font-size:0.5em;
   letter-spacing:0.08em;
   display:block;
  }
}
@media (max-width:767px) 
{
  .overlay-play
  {
    background-position:center 25%;
  }
  .promo .promo-content:before 
  {
    font-size:1.25em;
    top:6px;
  }
  .promo .promo-content {
      padding-left:37px;
  }
  .ph, .page-heading
  {
   font-size:.72em;
   text-transform:uppercase;
   /*letter-spacing:0.1em;
   font-family:'Soho Gothic W01 Regular';*/
   margin-bottom:1px;
   font-family:'Soho Gothic W01 Medium';
   letter-spacing:0.05em;
  }
  .pt
  {
   font-size:0.42em;
   letter-spacing:0.08em;
   display:block;
  }
}
@media (max-width:592px) 
{
  .overlay-play
  {
    background-position:center 20%;
  }
  .promo .promo-content:before 
  {
    font-size:.85em;
    top:12px;
  }
  .promo .promo-content {
      padding-left:24px;
  }
  .ph, .page-heading
  {
   font-size:.5em;
   text-transform:uppercase;
   /*letter-spacing:0.1em;
   font-family:'Soho Gothic W01 Regular';*/
   margin-bottom:1px;
   font-family:'Soho Gothic W01 Medium';
   letter-spacing:0.05em;
  }
  .pt
  {
   font-size:0.42em;
   letter-spacing:0.08em;
   display:none;
  }
}

.page-heading
{
  display:inline-block;
 font-size:48px;
 position:relative;
 margin-top:-3px;
}
.page-heading h1
{
  display:inline-block;
  font-size:1em;
  margin-left:76px;
}
.page-heading h1:before
{
  font-weight:bold;
  display:inline-block;
  height:100%;
  content: "\00BB";
  color:#e91c2e;
  text-align:left;
  font-size:1.65em;
  position:absolute;
  top:0px;
  left:0px;
  margin-top:-30px;
}
@media (max-width:592px) 
{
  .page-heading h1
  {
    font-size:0.7em;
    margin-left:53px;
  }
  .page-heading h1:before
  {
    margin-top:-23px;
  }
}
.home-promo .pt
{
 letter-spacing:0.15em;
}
.pt .key-text
{
 font-family:'Soho Gothic W01 Bold';
}
.share-btn
{
  padding-left: 11px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-family:'Soho Gothic W01 Medium';
  font-weight:normal;
  font-size:11px;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:1.75px;
  color:#ffffff;
  border:2px solid #e91c2e;
  background-color:#e91c2e;
  /*width:19%;*/
  min-width:135px;
  margin-left:1px;
  float:right;
  display:inline-block;
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
}
.share-text 
{
  display:inline-block;
  margin-left:10px;
}
.share-btn.share-facebook 
{
  background-color:#3c5b9a;
  border:2px solid #3c5b9a;
}
.share-btn.share-twitter 
{
  background-color:#1da1f2;
  border:2px solid #1da1f2;
}
.share-btn.share-google 
{
  background-color:#d43b3d;
  border:2px solid #d43b3d;
}
.share-btn.share-email 
{
  background-color:#e91c2e;
  border:2px solid #e91c2e;
}
a:hover .share-btn, .share-btn:hover {
    background-color: #191919;
    border:2px solid #191919;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
}
.promo-btn, .promo-btn-minority, .promo-btn-minority-dark
{
  padding-left: 11px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 9px;
  font-family:'Soho Gothic W01 Medium';
  font-size:11px;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:1.75px;
  border:2px solid #e91c2e;
  background-color:#e91c2e;
  color:#ffffff;
  display:inline-block;
  margin-top:11px;
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
  min-width:135px;
}
.menupagesecondary .promo-btn 
{
 margin-top:0px!important;
 width:100%!important;
}
.ms-anim-layers .promo-btn
{
  padding-left: 19px!important;
  padding-right: 17px!important;
  padding-top: 18px!important;
  padding-bottom: 17px!important;
  font-family:'Soho Gothic W01 Medium';
  font-size:16px!important;
  text-transform:uppercase!important;
  text-align:center!important;
  letter-spacing:1.75px!important;
  border:2px solid #e91c2e!important;
  background-color:#e91c2e!important;
  margin-top:11px!important;
}
.promo-btn-ph 
{
  margin-top:6px;
}
.promo-btn .arrow-symbol {
    font-size: 1.2em;
    /*color: #000000;*/
}
.promo-btn-play {
  padding-top: 5px;
  padding-bottom: 8px;
}

a:hover .promo-btn {
    background-color: #191919;
    border:2px solid #e91c2e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
}
.promo-btn.form-btn:hover  {
    background-color: #191919;
    border:2px solid #e91c2e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
}
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus {    
    outline: none !important;   
 }
.promo-btn-minority 
{
  background-color: #e3e3e3;
  border:2px solid #e3e3e3;
  color:#191919;
}
.promo-btn-minority.form-btn:hover  {
   background-color: #ffffff;
    border:2px solid #e91c2e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
}
.promo-btn-minority-dark 
{
  background-color: #333333;
  border:2px solid #333333;
  color:#ffffff;
}
.promo-btn-minority-dark.form-btn:hover  {
   background-color: #191919;
    border:2px solid #e91c2e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
}
.ms-slide:hover .ms-anim-layers .promo-btn 
{
    background-color: #191919!important;
    border:2px solid #e91c2e!important;
    min-width:135px;
    box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    transition: 2s!important;
    -moz-transition: 2s!important;
    -webkit-transition: 2s!important;
}

/*a:hover .home-promo .promo-text-overlay {
    padding-left:60px;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
}*/





/*.custom-bullet 
{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.custom-bullet li {
    display: block;
}
.custom-bullet li:before
{
    content: "\00BB";
    font-family: 'Soho Gothic W01 Regular';
    font-weight:bold;
    float:  left;
    color: #e91c2e;
    display:inline;
    margin-right:100px;
}*/
.promo {
    display: inline-block;
    padding-left:0;
    margin-left:0;
    z-index:1;
    margin-left:0px;
}
.promo .promo-content {
    display: block;
    text-align:left;
    margin:0px;
    z-index:2;
    position:relative;
}
.promo .promo-content.yellow:before 
{
  color:#ffff00;
}
.home-promo-2 .promo-text-overlay .promo .promo-content:before 
{
    margin-top:-21px;
}
.ms-anim-layers 
{
  font-size:72px;
  color:#ffffff;
  line-height: normal;
}
.text-light 
{
 color:#ffffff!important; 
}
.swatch 
{
 border: 1px solid #e5e5e5; 
}
.arrows 
{
  font-weight:bold;
  color:#e91c2e;
  font-size:1.75em;
}
.arrows.yellow 
{
  color:#ffff00;
}
.ms-anim-layers .arrows 
{
  font-size:124.884px;
  line-height:124.884px;
}
.ms-anim-layers .ph 
{
  font-size:71.3625px;
  line-height:71.3625px;
}
.ms-anim-layers .pt 
{
  font-size:32.7078px;
  line-height:32.7078px;
   display:block!important;
}
.ms-anim-layers .promo-btn 
{
  font-size:15.8583px;
  line-height:15.8583px;
  padding: 17.8406px 16.8495px 16.8495px 18.8318px;
  margin:10.9026px 0px 0px;
}
.nav > li > a {
  padding-left: 11px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 9px;
  font-family: 'Soho Gothic W01 Medium';
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.75px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #191919;
  display: inline-block;
  cursor:pointer;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus 
{
  border: 2px solid #e91c2e!important;
  background-color: #e91c2e;
  color: #ffffff;
  font-weight:normal;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  border: 2px solid #191919!important;
  background-color: #191919;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  border: 2px solid #f1f1f1!important;
  background-color: #f1f1f1;
  color:#191919;
}
.nav-pills > li > a 
{
  border-radius: 0px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td 
{
  border:0px;
  padding:20px;
}
.table > thead > tr, .table > tbody > tr {
  border-bottom:1px solid #e3e3e3;
}
.text-dark 
{
  color:#191919!important;  
}
.modal-fullscreen-menu 
{
 padding-left:0px!important;
 z-index:9999;
}
.modal-fullscreen-menu .close-on-promo
{
  color: #ffffff!important;
  margin-top:5px!important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.modal-fullscreen-menu .close {
  color: #191919;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 2.85em;
  margin-top:21px;
  margin-right:30px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.modal-fullscreen-menu .close:hover {
  color: #e91c2e!important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  /*max-width: 768px;*/
  /*display: flex;*/
  /*display: block;
  height: 100%;
  align-items: center;*/
}
/*.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}*/
/*.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.modal-fullscreen-menu .list-group a {
  font-size: 200%;
  font-weight: 200;
  letter-spacing: 0.05em;
  border: none;
  transition: all 0.25s ease;
  background-color: transparent;
  color: white;
  padding: 7.5vh 0;
  height: 5vh;
  font-size: 5vh;
  line-height: 0;
}
.modal-fullscreen-menu .list-group a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
}
.modal-fullscreen-menu .list-group a:hover {
  color: black;
}
.modal-fullscreen-menu .list-group a:hover:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}*/

/*.modal-backdrop.in {
  opacity: 1;
}*/
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.modal-open .modal 
{
 margin-top:70px; 
}
.modal-backdrop {
  top: 70px;
  background-color: #000000;
}
.modal-dialog 
{
  background-color:#ffffff;
}
.modal-dialog .container-fluid 
{
 padding:0px; 
}
.modal {
    padding-right: 0px !important;
}
.jumbotron {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100vh;
  color: white;
  background-color: #333;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #e91c2e;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
th {
	background: #ffffff;
	/*color: #FFF;*/
}
th.rotate {
  /* Something you can count on */
  height: 114px;
  white-space: nowrap;
}
th.rotate > div {
  transform: 
  /* 45 is really 360 - 45 */
  rotate(-90deg);
  width: 20px;
}
th.rotate > div > span {
  /*border-bottom: 1px solid #ccc;
  padding: 5px 10px;*/
}
.spec-symbols 
{
  width:10px;
  text-align: center;
  color:#e91c2e;
}
.navbar .promo-btn, .navbar-cars .promo-btn 
{
  padding-left: 18px;
  padding-right: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size:12px;
  margin-top:9px;
}
.navbar-cars .promo-btn 
{
  margin-top:0px;
}
#menumain .navbar-menu .navbar-btn {
  padding-left:0px;
  padding-right:0px;
}
.navbar-header {
  float: none;
  position:absolute;
  top:0px;
  left:0px;
  padding-left:40px;
  padding-top:5px;
}
.navbar-header.navbar-sub 
{
 font-family: 'Soho Gothic W01 Bold';
 text-transform:uppercase;
 font-size:1.1em;
 color:#191919;
 padding-top:23px; 
}
.navbar-header-right {
  position:absolute;
  top:0px;
  right:0px;
}
.navbar-menu {
  text-align:center;
}
.navbar {
    height: 70px;
    min-height: 70px;
    margin-bottom:0px;
}
.navbar-btn 
{
  font-family:'Soho Gothic W01 Medium';
  text-transform: uppercase;
  letter-spacing:.1em;
  font-size:1.1em;
  border:none;
}
.navopen:after
{
  display:inline-block;
  font-family: fontawesome ;
  content: "\f107";
  text-align:left;
  margin-left:6px;
}
.navbar-inverse .btn-link {
  color: #ffffff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.navbar-inverse .btn-link:hover 
{
  color:#e91c2e;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
/*.navbar-cars {
    margin-bottom:0px;
        position: relative;
            border: 1px solid transparent;
}*/
.navbar-cars #menupagelinks 
{
  padding-top:0px;
}
.menupageheading 
{
  text-align:left;
  font-family: 'Soho Gothic W01 Bold';
  text-transform: uppercase;
  font-size: 1.1em;
  color: #191919;
  margin-top:-1px;
}
.menupagebtn 
{
 text-align:right; 
}
@media (min-width:1540px) 
{
  /*#menupage-sticky-wrapper 
  {
   display:block; 
  }*/
}
@media (max-width:1539px)
{
  /*.navbar-cars #menupagelinks a
  {
    margin-top:10px;
  }*/
  /*#menupage-sticky-wrapper 
  {
   display:block; 
  }
  .navbar-cars .navbar-header {
    position: relative;
  }*/
  /*.navbar-cars .navbar-menu 
  {
   display:block;
   border-top:1px solid #e5e5e5;
   margin-top:26px;
  }*/
}
@media (max-width:991px) 
{
  #menupage
  {
   display:none; 
  }
  .menupageprimary
  {
   display:none; 
  }
  .menupagesecondary 
  {
    display:block;
  }
  .menupageheading 
  {
    text-align:center;
    padding-top:11px;
    padding-bottom:8px;
  }
  .menupagebtn 
  {
   text-align:center; 
   margin-top:13px;
  } 
}
@media (max-width:767px) 
{
  .mobile-only 
  {
    display: none;
  }
  .menupagesecondary .promo-btn 
  {
   margin-top:10px!important; 
  }
  .menupagesecondary .promo-btn.first
  {
   margin-top:0px!important; 
  }
  #menupage 
  {
    position:relative!important;
    z-index: 8888!important;
    top: auto!important;
  }
}
#menumain .navbar-header-right 
{
  color:#ffffff;
  padding-right:40px;
  padding-top:18px;
  width:340px;
  text-align:right;
}
@media (max-width:411px) 
{
  .mobile-only 
  {
   display:block; 
  }
  #mshomebanners
  {
   display:none; 
  }
  #menumain .navopen:after 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    padding-left:2px;
    padding-right:2px;
    margin-top:26px;
  }
  #menumain .navbar-header 
  {
    float:left;
    position: relative;
    padding-left:10px;
    padding-top:15px;
    position:relative;
  }
  #menumain .navbar-header img
  {
    height:40px;
  }
  #menumain .navbar-header-right 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    margin-left: 0px;
    font-size:.8em;
  }
  #menumain .navbar-menu .navbar-btn.first 
  {
    margin-left: 0px;
  }
  #menumain 
  {
    height:auto;
    min-height:70px;
  }
  #menumain .navbar {
    min-height:70px;
  }
}
@media (min-width:412px) 
{
  .mobile-only 
  {
   display:block; 
  }
  #mshomebanners
  {
   display:none; 
  }
  #menumain .navopen:after 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    padding-left:6px;
    padding-right:6px;
    margin-top:24px;
  }
  #menumain .navbar-header 
  {
    float:left;
    position: relative;
    padding-left:10px;
    padding-top:10px;
    position:relative;
  }
  #menumain .navbar-header img
  {
    height:50px;
  }
  #menumain .navbar-header-right 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    margin-left: 0px;
    font-size:1em;
  }
  #menumain .navbar-menu .navbar-btn.first 
  {
    margin-left: 0px;
  }
  #menumain 
  {
    height:auto;
    min-height:70px;
  }
  #menumain .navbar {
    min-height:70px;
  }
}
@media (min-width:500px)
{
  .mobile-only 
  {
   display:none; 
  }
  #mshomebanners
  {
   display:block; 
  }
  #menumain .navopen:after 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    padding-left:6px;
    padding-right:6px;
    margin-top:22px;
  }
  #menumain .navbar-header 
  {
    float:left;
    position: relative;
    padding-left:10px;
    padding-top:5px;
    position:relative;
  }
  #menumain .navbar-header img
  {
    height:60px;
  }
  #menumain .navbar-header-right 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    margin-left: 5px;
    font-size:1.1em;
  }
  #menumain .navbar-menu .navbar-btn.first 
  {
    margin-left: 0px;
  }
  #menumain 
  {
    height:auto;
    min-height:70px;
  }
  #menumain .navbar {
    min-height:70px;
  }
}
@media (min-width:620px)
{
  .mobile-only 
  {
   display:none; 
  }
  #mshomebanners
  {
   display:block; 
  }
  #menumain .navopen:after 
  {
    display:inline-block;
  }
  #menumain .navbar-menu .navbar-btn {
    padding-left:6px;
    padding-right:6px;
    margin-top:22px;
  }
  #menumain .navbar-header 
  {
    float:left;
    position: relative;
    padding-left:40px;
    padding-top:5px;
    position:relative;
  }
  #menumain .navbar-header img
  {
    height:60px;
  }
  #menumain .navbar-header-right 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    margin-left: 10px;
    font-size:1.1em;
  }
  #menumain .navbar-menu .navbar-btn.first 
  {
    margin-left: 0px;
  }
  #menumain 
  {
    height:auto;
    min-height:70px;
  }
  #menumain .navbar {
    min-height:70px;
  }
}
@media (min-width:768px)
{
  .mobile-only 
  {
   display:none; 
  }
  #mshomebanners
  {
   display:block; 
  }
  #menumain .navopen:after 
  {
    display:inline-block;
  }
  #menumain .navbar-menu .navbar-btn {
    padding-left:6px;
    padding-right:6px;
    margin-top:22px;
  }
  #menumain .navbar-header 
  {
    float:left;
    position: relative;
    padding-left:40px;
    padding-top:5px;
    position:relative;
  }
  #menumain .navbar-header img
  {
    height:60px;
  }
  #menumain .navbar-header-right 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    margin-left: 30px;
    font-size:1.1em;
  }
  #menumain .navbar-menu .navbar-btn.first 
  {
    margin-left: 0px;
  }
  #menumain 
  {
    height:auto;
    min-height:70px;
  }
  #menumain .navbar {
    min-height:70px;
  }
}
@media (min-width:992px)
{
  .mobile-only 
  {
   display:none; 
  }
  #mshomebanners
  {
   display:block; 
  }
  #menumain .navopen:after 
  {
    display:inline-block;
  }
  #menumain .navbar-menu .navbar-btn {
    padding-left:6px;
    padding-right:6px;
    margin-top:22px;
  }
  #menumain .navbar-header 
  {
    float:left;
    position: relative;
    padding-left:40px;
    padding-top:5px;
    position:relative;
  }
  #menumain .navbar-header img
  {
    height:60px;
  }
  #menumain .navbar-header-right 
  {
    display:none;
  }
  #menumain .navbar-menu .navbar-btn {
    margin-left: 30px;
    font-size:1.1em;
  }
  #menumain .navbar-menu .navbar-btn.first 
  {
    margin-left: 0px;
  }
  #menumain 
  {
    height:auto;
    min-height:70px;
  }
  #menumain .navbar {
    min-height:70px;
  }
}
@media (min-width:1100px)
{
  .mobile-only 
  {
   display:none; 
  }
  #mshomebanners
  {
   display:block; 
  }
  #menumain .navopen:after 
  {
    display:inline-block;
  }
  #menumain .navbar-menu .navbar-btn {
    padding-left:6px;
    padding-right:6px;
    margin-top:22px;
  }
  #menumain .navbar-header 
  {
    float: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 40px;
    padding-top: 5px;
  }
  #menumain .navbar-header img
  {
    height:60px;
  }
  #menumain .navbar-header-right 
  {
    display:block;
  }
  #menumain .navbar-menu .navbar-btn {
    margin-left: 30px;
    font-size:1.1em;
  }
  #menumain .navbar-menu .navbar-btn.first 
  {
    margin-left: 0px;
  }
  #menumain 
  {
    height:auto;
    min-height:70px;
  }
  #menumain .navbar {
    min-height:70px;
  }
}
@media (min-width:1400px) 
{ 
  #menumain .navbar-header 
  {
    float: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-left: 80px;
    padding-top: 5px;
  }
  #menumain .navbar-header-right 
  {
    display:block;
    padding-right:80px;
  }
}
.menupagebuttontext 
{
 display:inline; 
 display:none;
}
.menupagebuttonicon 
{
 display:inline; 
 /*display:none;*/
}
#menupage 
{
  background-color:#ffffff;
  border-bottom:1px solid #e5e5e5;
}
#menupagelinks 
{
  padding-top:23px;
  line-height:2.4em;
}
#menupagelinks a,
#menupagelinks a:focus
{
  font-family:'Soho Gothic W01 Medium';
  color: #191919;
  font-size:0.85em;
  text-transform:uppercase;
  letter-spacing:1.75px;
  /*margin-left: 40px;*/
  padding: 10px 11px 10px 12px;
  background-color:transparent;
  margin-left:4px;
  margin-right:4px;
  outline: none;
  text-decoration: none;
}
#menupagelinks a:hover,
#menupagelinks a:active {
  color: #191919;
  text-decoration: none;
  background-color: #f1f1f1;
  outline: none;
}
.menupagelinks-active {
  color:#ffffff!important;
  background-color:#191919!important;
}
.close 
{
 text-shadow: 0 1px 0 #000000; 
}
.close:hover,
.close:focus,
.close:active 
{
  outline: none;
}
.navbar-menu .navbar-btn 
{
  margin-left: 30px;
}
.navbar-btn.first 
{
  margin-left: 0px;
}
.navbar-btn {
    margin-top: 22px;
    margin-bottom: 0px;
}
.navbar-fixed-top {
  border-width: 0;
}
.navbar-right {
    margin-right: 0px;
}
@media (min-width:1200px) 
{
  .six-columns {
	  -webkit-column-count: 6; /* Chrome, Safari, Opera */
	  -moz-column-count:    6; /* Firefox */
	  column-count:         6;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
}
@media (max-width:1199px) 
{
  .container 
  {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
  .col-md-6.full-width {
    padding-right: 20px!important;
    padding-left: 20px!important;
  }
  .col-md-6.col-fluid {
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .row-eq-height-lg {
    display: block;
  }
  .col-lg-3.mobile-margin-bottom-related, .col-lg-4.mobile-margin-bottom-related, .col-lg-6.mobile-margin-bottom-related, .col-lg-8.mobile-margin-bottom-related
  {
   margin-bottom:40px; 
  }
}
@media (max-width:1399px) 
{
  .col-md-3 .align-btn 
  {
    width:100%;
    text-align:center;
    margin-right:0px;
  }
  .six-columns {
	  -webkit-column-count: 4; /* Chrome, Safari, Opera */
	  -moz-column-count:    4; /* Firefox */
	  column-count:         4;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
}
@media (max-width:991px) 
{
  .col-md-3 .align-btn, .col-md-4 .align-btn, .col-md-6 .align-btn 
  {
    position:relative;
    text-align:right;
  }
  .col-md-3 .align-btn-text, .col-md-4 .align-btn-text, .col-md-6 .align-btn-text, .col-md-8 .align-btn-text {
    margin-bottom: 19px;
  }
  .col-md-3.mobile-margin-bottom, .col-md-4.mobile-margin-bottom, .col-md-6.mobile-margin-bottom, .col-md-8.mobile-margin-bottom
  {
   margin-bottom:60px; 
  }
  .col-md-3.mobile-margin-bottom-btn, .col-md-4.mobile-margin-bottom-btn, .col-md-6.mobile-margin-bottom-btn, .col-md-8.mobile-margin-bottom-btn
  {
   margin-bottom:80px; 
  }
  .col-md-3.mobile-margin-bottom-related, .col-md-4.mobile-margin-bottom-related, .col-md-6.mobile-margin-bottom-related, .col-md-8.mobile-margin-bottom-related
  {
   margin-bottom:40px; 
  }
  .col-md-3.mobile-margin-bottom-btn-related, .col-md-4.mobile-margin-bottom-btn-related, .col-md-6.mobile-margin-bottom-btn-related, .col-md-8.mobile-margin-bottom-btn-related
  {
   margin-bottom:40px; 
  }
  .six-columns {
	  -webkit-column-count: 2; /* Chrome, Safari, Opera */
	  -moz-column-count:    2; /* Firefox */
	  column-count:         2;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
}
@media (min-width: 768px) 
{
  .two-columns {
	  -webkit-column-count: 2; /* Chrome, Safari, Opera */
	  -moz-column-count:    2; /* Firefox */
	  column-count:         2;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .three-columns {
	  -webkit-column-count: 3; /* Chrome, Safari, Opera */
	  -moz-column-count:    3; /* Firefox */
	  column-count:         3;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .four-columns {
	  -webkit-column-count: 4; /* Chrome, Safari, Opera */
	  -moz-column-count:    4; /* Firefox */
	  column-count:         4;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .five-columns {
	  -webkit-column-count: 5; /* Chrome, Safari, Opera */
	  -moz-column-count:    5; /* Firefox */
	  column-count:         5;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .seven-columns {
	  -webkit-column-count: 7; /* Chrome, Safari, Opera */
	  -moz-column-count:    7; /* Firefox */
	  column-count:         7;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .eight-columns {
	  -webkit-column-count: 8; /* Chrome, Safari, Opera */
	  -moz-column-count:    8; /* Firefox */
	  column-count:         8;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
}
@media (max-width: 767px) 
{
  .two-columns {
	  -webkit-column-count: 1; /* Chrome, Safari, Opera */
	  -moz-column-count:    1; /* Firefox */
	  column-count:         1;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .three-columns {
	  -webkit-column-count: 1; /* Chrome, Safari, Opera */
	  -moz-column-count:    1; /* Firefox */
	  column-count:         1;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .four-columns {
	  -webkit-column-count: 1; /* Chrome, Safari, Opera */
	  -moz-column-count:    1; /* Firefox */
	  column-count:         1;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .six-columns {
	  -webkit-column-count: 1; /* Chrome, Safari, Opera */
	  -moz-column-count:    1; /* Firefox */
	  column-count:         1;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .eight-columns {
	  -webkit-column-count: 4; /* Chrome, Safari, Opera */
	  -moz-column-count:    4; /* Firefox */
	  column-count:         4;
  	  -webkit-column-gap:   50px; /* Chrome, Safari, Opera */ 
	  -moz-column-gap:      50px; /* Firefox */
	  column-gap:           50px;
	  /*column-rule-color: #ccc;
	  column-rule-style:solid;
	  column-rule-width: 1px;
	  text-align: justify;*/
  }
  .row-eq-height, .row-eq-height-lg {
    display: block;
    
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  }
  .row-eq-height-tab, .row-eq-height-tab-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-sm-3.mobile-margin-bottom, .col-sm-4.mobile-margin-bottom, .col-sm-6.mobile-margin-bottom, .col-sm-8.mobile-margin-bottom
  {
   margin-bottom:60px; 
  }
}
.btn 
{
 border-radius:0px; 
 border:2px solid #e91c2e;
 font-family:'Soho Gothic W01 Medium';
 text-transform:uppercase;
 font-size:1em;
 letter-spacing:0.1em;
 padding-top:7px;
 padding-bottom:8px;
 padding-left:11px;
 padding-right:10px;
}
.btn-primary {
  background-color: #e91c2e;
  border-color: #e91c2e;
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
}
.form-footer .form-group, .form-footer .btn 
{
  float:left!important;
}
.form-footer .form-group
{
  width:80%;
}
.form-footer .btn
{
  width:20%;
}

.form-stock-user-location .form-group, .form-stock-user-location .btn 
{
  float:left!important;
}
.form-stock-user-location .form-group
{
  width:80%;
}
.form-stock-user-location .btn
{
  width:20%;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #e91c2e;
  border-left-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #e91c2e;
  border-left-color: #000000;
  transition: 2s;
  -moz-transition: 2s;
  -webkit-transition: 2s;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000000;
  border-color: #e91c2e;
  border-left-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #000000;
  border-color: #e91c2e;
  border-left-color: #000000;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #000000;
  border-color: #e91c2e;
  border-left-color: #000000;
}

@media (min-width: 992px) {
  .col-md-offset-1-5 {
    margin-left: 12.5000000025%;
  }
}
@media (max-width: 991px) 
{
  .row-eq-height, .row-eq-height-lg {
    display: block;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
  }
  .row-eq-height-tab, .row-eq-height-tab-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-quicklinks 
  {
   margin-top:-4px; 
   margin-bottom:-6px;
  }
  .footer .mobile-margin-top 
  {
   margin-top:40px; 
  }
  .footer .mobile-margin-bottom 
  {
   margin-bottom:40px; 
  }
}
@media (min-width: 1200px)
{
  .container 
  {
    width: 1160px;
  }
}
@media (min-width: 1400px)
{
  .container 
  {
    width: 1360px;
  }
}
@media (max-width: 767px) 
{
  .footer-quicklinks 
  {
   margin-top:-4px; 
   margin-bottom:-6px;
  }
  .footer-quicklinks a
  {
    float:none;
    clear:none;
    display: block;
  }
  .footer-menu 
  {
   text-align:center;
  }
  .footer-menu .footer-copyright 
  {
    display:block;
    margin-left:0px;
  } 
  .footer-menu .mobile-first
  {
    padding-left:0px;
  }
  .footer-menu .mobile-last:after
  {
    display:none;
  }
  .footer .mobile-margin-bottom 
  {
   margin-bottom:40px; 
  }
  .mobile-center
  {
    text-align:center;
  }
  .form-footer .form-group {
    width: 100%;
  }
  .form-footer .btn {
    width: auto;
  }
  .form-footer .form-group, .form-footer .btn {
    float: none!important;
  }
  .form-stock-user-location .form-group {
    width: 100%;
  }
  .form-stock-user-location .btn {
    width: auto;
  }
  .form-stock-user-location .form-group, .form-stock-user-location .btn {
    float: none!important;
  }
  .btn-primary:focus,
  .btn-primary.focus {
    border-left-color: #e91c2e;
  }
  .btn-primary:hover {
    border-left-color: #e91c2e;
    transition: 2s;
    -moz-transition: 2s;
    -webkit-transition: 2s;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    border-left-color: #e91c2e;
  }
  .btn-primary:active:hover,
  .btn-primary.active:hover,
  .open > .dropdown-toggle.btn-primary:hover,
  .btn-primary:active:focus,
  .btn-primary.active:focus,
  .open > .dropdown-toggle.btn-primary:focus,
  .btn-primary:active.focus,
  .btn-primary.active.focus,
  .open > .dropdown-toggle.btn-primary.focus {
    border-left-color: #e91c2e;
  }
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:hover,
  fieldset[disabled] .btn-primary:hover,
  .btn-primary.disabled:focus,
  .btn-primary[disabled]:focus,
  fieldset[disabled] .btn-primary:focus,
  .btn-primary.disabled.focus,
  .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary.focus {
    border-left-color: #e91c2e;
  }
}