/*

MBCorpoATitleCond

MBCorpoSTextLight

MBCorpoSTextRegular

MBCorpoSTextBold

*/

html,
body {
	height: 100%;
    
}

@media (min-width: 1800px) {
  .container-xxl{
    max-width: 1650px;
  }
}

body {
    font-family: "MBCorpoSTextLight";
    font-weight: 300;
    font-style: normal;
	font-size: 16px;
	line-height: 24px;
	padding: 0px;
	background: #000;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #696969;
}

strong, b {
    font-family: "MBCorpoSTextBold";
}

.small {
	font-size: 10px;
	line-height: 12px;
}


#signup hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #D2D2D2;
}

.whiteHr hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #CFCFCF;
}


h1 {
    font-family: "MBCorpoATitleCond";
    font-style: normal;
	font-size: 58px;
	line-height: 68px;
	padding: 0px;
    margin: 30px auto;
    
}

h2 {
    font-family: "MBCorpoSTextRegular";    
    font-style: normal;
	font-size: 28px;
	line-height: 38px;
	padding: 0px;
    margin: 20px auto;
    
}

h4 {
    font-family: "MBCorpoSTextBold";
    }

h5 {
    font-family: "MBCorpoSTextBold";
    letter-spacing: 0.5px;
    font-size: 110%;
}

.text-grey {
    color: #818181;
}

@media (max-width: 480px) {

h1 {
	font-size: 36px;
	line-height: 48px;
	padding: 0px;
    margin: 30px auto;
}
      
}

.dealershipTitle {
    font-family:"MBCorpoSTextBold";
    font-style: normal;
	font-size: 18px;
	line-height: 18px;
	padding: 0px;
}

.dealershipTitleFooter {
    font-family:"MBCorpoSTextBold";
    font-style: normal;
	font-size: 18px;
	line-height: 18px;
	padding: 0px;
    margin: 0px;
}

.masthead {
	position: relative;
	padding: 30px 30px 0px 30px;
	background: #000;
	color: #FFF;
	font-size: 16px;
}

.headerLink a {
  color: #9D9C9C;
    text-decoration: none;
}

.headerLink a:focus, a:hover {
  text-decoration: none;
  color: #ffffff;
}


.addressInfo {
	color: #fff;
	font-size: 14px;
    line-height: 20px;
	text-align: right;

}

@media (max-width: 998px) {
  .addressInfo {
	  text-align: left;
  }
}

    .disclaimer {    font-size: 12px;
	line-height: 16px;
	color: #A7A7A7;
}

.product-thumbnail {
    padding: 0px 3px 0px 3px ;
}

.product-thumbnail:hover {
  opacity: 0.7;
}

.btn:focus {
        box-shadow: none !important;
        outline: 0 none !important;
}


.btn {
  padding: 10px;
  font-size: 95%;
  text-transform: none;
  letter-spacing: .2px;
  border: 0;
	border-radius: 2px;
    color: #fff;
}

.btn-primary {
    font-family: "MBCorpoSTextBold";
  background-color: #0078d6;
padding: 10px 20px 10px 20px;
    
}

.btn-primary:hover {
  background-color: #979797;
}

.btn-primary:focus {
  background-color: #0078d6;
  color: white;
}

.btn-primary:active {
  background-color: #52ace9 !important;
}


.btn-secondary {
  background-color: #fff;
    color: #0078d6;
    font-size: 110%;
padding: 20px 20px 20px 20px;
font-weight: 600;
    
}

.btn-secondary:hover {
  background-color: #ebebeb;
    color: #0078d6;
    
}

.btn-secondary:focus {
  background-color: #ebebeb;
  color: #0078d6;
}

.btn-secondary:active {
  background-color: #ebebeb !important;
}



.btn-outline {
	color: #FFF;
	background: none;
	border: #696969 1px solid;
    padding: 5px 20px 10px 20px;
      -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;    
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
	color: #FFF;
	background: #4B4B4B;
	border: #696969 1px solid;
}

.btn-outline-white {
	color: #FFF;
	background: none;
	border: #fff 1px solid;
    padding: 5px 20px 10px 20px;
      -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;    
}

.btn-outline-white:hover, .btn-outline-white:active, .btn-outline-white:focus {
	color: #FFF;
	background: #4B4B4B;
	border: #fff 1px solid;
}


.btn-outline-dark {
	color: #000;
	background: none;
	border: #696969 1px solid;
    border-radius: 0px;
    padding: 5px 20px 5px 20px;
      -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;    
}

.btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
	color: #000;
	background: #ADADAD;
	border: #696969 1px solid;
}

.btn-outline-dark-locked {
	color: #fff;
	background: #000;
	border: #000 1px solid;
    border-radius: 0px;
    padding: 5px 20px 5px 20px;
      -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;    
}

.btn-outline-dark-locked:hover, .btn-outline-dark-locked:active, .btn-outline-dark-locked:focus {
	color: #fff;
	background: #313131;
	border: #000 1px solid;
}


.btn-info {
  background-color: #0078d6;
	  padding: 6px;
	font-size: 80%;
	margin-bottom: 10px;
}

.btn-info:hover {
  background-color: #979797;
}

.btn-info:focus {
  background-color: #0078d6;
  color: white;
}

.btn-info:active {
  background-color: #0078d6 !important;
}


.btn-dark {
  background-color: #353535;
    color: #fff;
}

.btn-dark:hover {
  background-color: #979797;
}

.btn-social {
    height: 36px;
	width: 36px;
	padding: 6px;
	font-size: 100%;
	margin-bottom: 10px;
}

#poster {
    background: #000;
}


.pageMain {
    font-family:"MBCorpoSTextLight";
    font-size: 16px;
    line-height: 22px;
    background: #FFFFFF;
    color: #191919;
    padding: 40px 0px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
}

.pageMain h1 {
    font-family:"MBCorpoATitleCond";
	font-size: 50px;
	line-height: 64px;
	padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #000;
	letter-spacing: 0px;
    
}

.pageMain h2 {
    font-family:"MBCorpoATitleCond";
    font-style: normal;
	font-size: 30px;
	line-height: 40px;
	padding: 0px;
    margin: 6px auto;
    color: #000;
	letter-spacing: 0px;
    
}

.pageMain h3 {
    font-family:"MBCorpoSTextRegular";
    font-weight: 600;
    font-style: normal;
	font-size: 20px;
	line-height: 30px;
	padding: 0px;
    margin: 6px auto;
    color: #000;
	letter-spacing: 0px;
    
}

.card {
    border: none;
    border-radius: 0px;
}

.card-footer {
    background: white;
    border: none;
}



@media (max-width: 480px) {

.pageMain {
    padding: 30px 24px;
    margin: 0px;
}    
    
    
.pageMain h1 {
	font-size: 38px;
	line-height: 44px;
    margin: 30px auto;
    color: #000;
    
}

.pageMain h2 {
	font-size: 38px;
	line-height: 48px;
	padding: 0px;
    margin: 6px auto;
    color: #000; 
    
}
      
}



.pageMainDetail {
    font-family:"MBCorpoSTextLight";
    font-size: 16px;
    line-height: 22px;
    background: #FFFFFF;
    color: #191919;
    padding: 40px 0px;
    font-weight: 300;
    margin: 0px 0px 0px 0px;
}

.pageMainDetail h1 {
    font-family:"MBCorpoATitleCond";
	font-size: 44px;
	line-height: 48px;
	padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #000;
	letter-spacing: 0px;
    
}

.pageMainDetail h2 {
    font-family:"MBCorpoSTextRegular";
	font-size: 28px;
	line-height: 34px;
	padding: 0px;
    margin: 6px auto;
    color: #000;
	letter-spacing: 0px;
    
}


@media (max-width: 480px) {

.pageMainDetail {
    padding: 30px 0px;
    margin: 0px;
}    
    
    
.pageMainDetail h1 {
    font-family:"MBCorpoATitleCond";
    font-weight: 400;
    font-style: normal;
	font-size: 36px;
	line-height: 40px;
	padding: 0px;
    margin: 0px 0px 0px 0px;
    color: #000;
	letter-spacing: 0px;
    
}

.pageMainDetail h2 {
	font-size: 22px;
	line-height: 28px;
	padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #000;
    
}
      
}



.introduction-section {
  background: #000;
	color: #fff;
}

.introduction-section p {
  margin-bottom: 10px;
}

.introduction-section-W {
  background: #FFF;
	color: #000;
}

.introduction-section-W p {
  margin-bottom: 10px;
}


.signup-section {
	padding: 0px;
	background: #000;
	color: #fff;
}

.signup-section .form-inline input {
  padding: 1.25rem 2rem;
  height: auto;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
	border-radius: 0px;
}

.form-control {
	padding: 10px;
	margin-bottom: 10px;
	height: auto;
	font-size: 90%;
	text-transform: none;
	letter-spacing: 1px;
	border: #cccccc 1px solid;
	border-radius: 0px;
}



.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #52ace9;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #52ace9;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}


.details-section {
  background: #000;
	color: #fff;
}

.details-section p {
  margin-bottom: 10px;
}

.details-section hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #fff;
}

.bigimageframe {
    border: #fff 3px solid;
}

a {
  color: #9D9C9C;
    text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
  color: #52ace9;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
    color: #000000;
    padding: 0px;
}


.bg-primary {
  background-color: #52ace9 !important;
}

.box-grey {
    background: #e8e8e8;
    padding: 4px;
    border-radius: 4px;

}

.box-outline {
    background: none;
    padding: 34px;
    border: 1px solid #818181;
    border-radius: none;

}

.text-primary {
  color: #52ace9 !important;
}

footer {
  padding: 5rem 0;
}

/* ZOOM EFFECTS [1] The container */
.img-hover-zoom {
  height: 650; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .3s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.02);
}


/*drop-down override*/

/*
.dropdown:hover>.dropdown-menu {
  display: block;
}
*/

.dropdown-menu {
  background-color: #000;
    margin-top: -2px;
    border-radius: 0px;
    border: 1px #000 solid;
    padding: 0px;
    margin-left: 10px;
}

.dropdown-menu .active {
    color: #000;
    background: #ccc;
}

.dropdown-item {
    font-size: 15px;
	color: #000;
    background: #fff;
    margin: 0px 0px 0px 0px;
	padding: 10px 22px 10px 14px;
    text-transform: normal;
    word-wrap: break-word;
    width: 100%;
}

.dropdown-divider {
    margin: 5px 0px 5px 0px;
  border-top: 1px solid rgba(202,202,202,1.00);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #000;
  color: #fff;
}

.btn-dropdown {
    color: #000;
  background-color: #fff;
    border: 1px #000 solid;
    border-radius: 0px;
    width: 100%;
    text-align: start;
    padding: 6px 14px 6px 14px;
}

.btn-dropdown:hover {
    color: #fff;
  background-color: #979797;
}

.btn-dropdown:focus {
  background-color: #000;
  color: white;
}

.btn-dropdown:active {
  background-color: #000 !important;
}


.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}

/*-- NAV ---*/

#star-mobile {
    position: absolute;
    z-index: 9999;
}

#mainNav {
background: linear-gradient(180deg, #000 0%, #000 100%);
    border: none;
	  margin: 0px;
	  padding: 0px;
}

#mainNav li {
	  margin: 0px;
}

#mainNav .navbar-toggler {
  font-size: 120%;
  padding: 14px;
  color: #fff;
  border: none;
    border-radius: 0px;
  margin: 0px 10px 0px 0px;
    
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  margin: 6px 0px 6px 14px;
}


  #mainNav .nav-link {
	  font-size: 16px;   
	  padding: 12px 12px 12px 12px;
	  color: #fff;
	  font-weight: 600;
	  margin: 0px 1px 0px 1px;
	  background: none;
  }

  #mainNav .nav-link:hover {
    color: #A0A0A0;
  }

  #mainNav .nav-link:active {
    color: white;
  }

@media (max-width: 1840px) {
	
  #mainNav {
	  border-bottom: none;
	  margin: 0px;
	  padding: 0px;

  }

  #mainNav .nav-link {
	  font-size: 14px; 
	  color: #fff;
	  padding: 12px 12px 12px 12px;
	  margin: 0px 1px 0px 1px;
	  background: none;

  }   
    
}

@media (max-width: 1640px) {
	
  #mainNav {
	  border-bottom: none;
	  margin: 0px;
	  padding: 0px;

  }

  #mainNav .nav-link {
	  font-size: 12px; 
	  color: #fff;
	  padding: 12px 10px 12px 10px;
	  margin: 0px 1px 0px 1px;
	  background: none;

  }  
    
}

@media (max-width: 480px) {

  #mainNav .nav-link {
    	  font-size: 16px;      
	  padding: 8px 10px 10px 8px;
	  margin: 0px 8px 4px 8px;
	  background: none;
  }
    
}



/*drop-down override

.dropdown:hover>.dropdown-menu {
  display: block;
}

*/


.dropdown-menu {
  background: #000;
    margin-top: 0px;
    border-radius: 0px;
    border: none;
    padding: 0px;
}

.dropdown-item {
    font-size: 16px;
	color: #fff;
  background: #000;
    margin: 0px 0px 0px 0px;
	padding: 10px 22px 10px 14px;
    text-transform: normal;
    word-wrap: break-word;
}

@media (max-width: 480px) {

.dropdown-item {
    font-size: 16px;
    line-height: 20px;
	color: #fff;
  background: #000;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
    text-transform: normal;
    word-wrap: break-word;
}
    
}

.dropdown-divider {
    margin: 5px 0px 5px 0px;
  border-top: 1px solid rgba(202,202,202,1.00);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: #777;
  color: #fff;
}

.dropdown-menu-mega {
  background-color: #081500;
    margin-top: 0px;
    border-radius: 0px;
    border: none;
    padding: 0px;
    margin-left: 0px;
}

.dropdown-menu-mega li a {
   	font-size: 15px;
    line-height: 19px;
	font-weight: 400;
	word-wrap: break-word;
    white-space: normal;
    color: #9AA28E;
    padding: 6px 0px;
    margin-bottom: 4px;
}

.dropdown-menu-mega li a:hover {
    color: #FFF;
    background: none;
}




