@charset "UTF-8";
/*!
 * Fusion Style Sheet
 * For AMP http://ampatb.com by Kim Buckley
 * V1.0
 */


/* === Global === */


html, body {
	overflow-x: hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
	webkit-tap-highlight-color: #e10707;
	color: #5a5a5a;;
}
.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-left: 2px;
  padding-right: 2px;
}

.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

#about .col-xs-1,#about .col-sm-1,#about .col-md-1,#about .col-lg-1,#about .col-xs-2,#about .col-sm-2,#about .col-md-2,#about .col-lg-2,#about .col-xs-3,#about .col-sm-3,#about .col-md-3,#about .col-lg-3,#about .col-xs-4,#about .col-sm-4,#about .col-md-4,#about .col-lg-4,#about .col-xs-5,#about .col-sm-5,#about .col-md-5,#about .col-lg-5,#about .col-xs-6,#about .col-sm-6,#about .col-md-6,#about .col-lg-6,#about .col-xs-7,#about .col-sm-7,#about .col-md-7,#about .col-lg-7,#about .col-xs-8,#about .col-sm-8,#about .col-md-8,#about .col-lg-8,#about .col-xs-9,#about .col-sm-9,#about .col-md-9,#about .col-lg-9,#about .col-xs-10,#about .col-sm-10,#about .col-md-10,#about .col-lg-10,#about .col-xs-11,#about .col-sm-11,#about .col-md-11,#about .col-lg-11,#about .col-xs-12,#about .col-sm-12,#about .col-md-12,#about .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}

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

::-moz-selection {
 text-shadow: none;
 background: #e10707;
}
::selection {
	text-shadow: none;
	background: #e10707;
}
img::selection {
	background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
/* Typography*/	
.text-muted {
	color: #777;
}
.text-primary {
	color: #e10707;
}
p {
	font-size: 14px;
	line-height: 1.75;
}
p.large {
	font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}
a {
	color: #444444;
}
a:hover, a:focus, a:active, a.active {
	color: #e10707;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: 300;
}
.text-danger ul li {
	list-style-type: none;
}
blockquote {
	border-left: 5px solid #e10707;
	padding: 0px 20px;
	margin-bottom: 50px;
}
blockquote h4 {
	line-height: 1.5em;
}
.img-centered {
	margin: 0 auto;
}
.bg-light-gray {
	background-color: #f7f7f7;
}
.bg-darkest-gray {
	background-color: #222;
}
.fa{ 
color: #e10707;
}
.fa:hover{ 
color: #ffffff;
}

.template{
	display: none;
}

/* Buttons */	
.btn-primary {
	border-color: #e10707;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background-color: #e10707;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	border-color: #4aca8a1;
	color: #fff;
	background-color: #417c3e;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .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:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	border-color: #e10707;
	background-color: #e10707;
}
.btn-primary .badge {
	color: #e10707;
	background-color: #fff;
}
.btn-xl {
	padding: 20px 40px;
	border-color: #e10707;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #e10707;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	border-color: #5c6402;
	color: #fff;
	background-color: #737d03;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
	border-color: #e10707;
	background-color: #e10707;
}
.btn-xl .badge {
	color: #e10707;
	background-color: #fff;
}
section {
	padding: 100px 0;
}
section h2.section-heading {
	margin-top: 65px;
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: 500;

}


@media(min-width:768px) {
section {
	padding: 100px 0;
}
}
/* === Carousel === */

.carousel {
	height: 600px; /* Change carousel height*/
	margin-top: 100px;
}
.item, .active, .carousel-inner {
	height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */
/* Or we can use a slider plugin of your preferance*/


.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control .icon-prev:before{
	content: '\25C0';
}
.carousel-control .icon-next:before{
	content: '\25B6';
}
@media(min-width:1980px){
	.carousel {
	height: 800px; /* Change carousel height*/
	margin-top: 100px;
}
	
}
@media(max-width:1367px){
	.carousel {
	height: 500px; /* Change carousel height*/
	margin-top: 100px;
}
}
@media(max-width:960px){
	.carousel {
	height: 350px; /* Change carousel height*/
	margin-top: 100px;
}
}

@media(max-width:767px) {
.carousel {
	height: 350px;
	margin-top: 50px;
}
}

@media (max-width: 480px) {
.carousel {
	height: 320px;
	margin-top: 10px;
}
}
/* === Header === */

header {
	text-align: center;
	color: #fff;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
	margin-bottom: 25px;

	font-size: 22px;
	font-style: italic;
	line-height: 22px;
}
header .intro-text .intro-heading {
	margin-bottom: 25px;
	text-transform: uppercase;

	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}

@media(min-width:768px) {
header .intro-text {
	padding-top: 300px;
	padding-bottom: 200px;
}
header .intro-text .intro-lead-in {
	margin-bottom: 25px;

	font-size: 40px;
	font-style: italic;
	line-height: 40px;
}
header .intro-text .intro-heading {
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 75px;
	font-weight: 700;
	line-height: 75px;
}
}
/* === Home  === */


.home-img img:hover {
-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);

        -webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;

}

/* === About === */

section#about {
	margin-top: 100px;
}
#about {
	line-height: 2em;
}
 .row {
	margin-bottom: 30px;
}

#about h3 {
	font-weight: 500;
	margin-bottom: 50px;
}

/* === Team === */

section#team {
	margin-top: 100px;
}
.team-mem{
	padding-top: 50px;
}

.team-mem h2:before{
	display: block;
	margin: 20px auto;
	content: url('../img/fusion_team_i2.png');
}
.team-mem h2:hover:before{
	content: url('../img/fusion_team_i1.png');
}

.team-mem h4{
	padding-bottom: 50px;
}
/* === Contact === */


section#contact {
 margin-top: 10px;
}
section#contact h1{
 font-weight: 500;
 margin-bottom: 50px;
}


section#contact .fus-loc .col-md-4{
	padding:  100px 20px;
}
section#contact .fus-loc .fa{ 
	display: block;
}

section#contact .form-cont {
	padding: 50px;
}
section#contact .form-group {
	margin-bottom: 25px;
	
}

section#contact .form-group input, section#contact .form-group textarea {
	padding: 20px;
}
section#contact .form-group input.form-control {
	height: auto;
	opacity: .75;
       filter: alpha(opacity=75); /* For IE8 and earlier */
}
section#contact .form-group textarea.form-control {
	height: 236px;
	opacity: .75;
       filter: alpha(opacity=75); /* For IE8 and earlier */
}
section#contact .form-control:focus {
	border-color: #e10707;
	box-shadow: none;
	opacity: 1 !important;
       filter: alpha(opacity=100); /* For IE8 and earlier */
}
 section#contact::-webkit-input-placeholder {
 text-transform: uppercase;

 font-weight: 700;
 color: #bbb;
}
 section#contact:-moz-placeholder {
 text-transform: uppercase;

 font-weight: 700;
 color: #bbb;
}
 section#contact::-moz-placeholder {
 text-transform: uppercase;
 font-weight: 700;
 color: #bbb;
}
 section#contact:-ms-input-placeholder {
 text-transform: uppercase;

 font-weight: 700;
 color: #bbb;
}
section#contact .text-danger {
	color: #e74c3c;
}

section#contact button{
	margin-bottom: 20px;
}
section#contact h4#sectionTitle2{
	padding-top: 30px;
}


#delta-contact h3{
border-top: 10px solid #E10707;
margin: 30px;
padding: 20px;
color: #5A5A5A;
font-size: 18px;
font-weight: 500;
}
#delta-contact h3:hover{
border-top: 30px solid #E10707;
margin: 20px;
padding: 20px;
}
#delta-contact h6{
color: #E10707;
font-weight: bold;
}



/* === Mars Products === */
.main-container{
	background-color: rgb(250, 250, 250);
}
section#products{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding-bottom: 170px;
	width: 90%;
	padding-top: 170px;
	text-align: center;
}
 #products .mars .ChicagoSearch {
            text-align: left;
        }
 #products .mars .ChicagoBreadCrumbs,.mars .ChicagoPrevUrl, .mars .ChicagoNPUrlActive, .mars .ChicagoNextUrl, .mars .ColiseumNextPrev{
	background-color: transparent;
	text-align: left;
}
 #products .mars .ChicagoNPUrlHide,.mars .ChicagoPrevUrl.ChicagoNPUrlHide a:hover {
	color: transparent;
}
select, select#CategoryFilter, select#CollectionFilter, .uneditable-input, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, text area {
width: auto;
font-size: 1.5em;
}

 #products  input[type=submit]{
 	color: #fff;
	background-color: #222;
	text-decoration: none;
	background-position: 0 -15px;
	font-size: 1.5em;
 }
 #products .mars .ChicagoNPUrlPassive{
	background-color: transparent;
	font-weight: bold;
}
 #products .mars .Chicago{
	width: 200px !important;
	height:200px !important;
	margin: 20px 10px !important;
	border: 1px solid #e9eaee !important;
	border-radius: 0 !important;
}

 #products .mars .Chicago:hover{
border: 5px solid #e9eaee !important;
}
 #products .mars table.sku {
	width: 100%;
}
 #products .mars .coliseum{
	color:inherit;
	max-height: 600px !important;
}
 #products .mars .coliseum .backpage{
	text-align: left;
}
 #products .ChicagoSupportingPictureBig {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

/*Mars Product Page*/
#mars { 
	margin: 10px auto;
	min-height: 500px;
	padding: 20px 5px 20px 20px;
	/*border: solid 1px red;*/
	}

.ChicagoBreadCrumbs{
clear: both;
    display: block !important;
   text-align: left;
	background-color: transparent !important;
}
.ChicagoNextPrev{
text-align: left;
}
.ChicagoNPUrlPassive{
 font-weight: bold;
background-color: transparent !important;
}
.ChicagoNPUrlActive, .ColiseumNextPrev{
background-color: transparent !important;
}
.coliseum img.fullsize {
	max-width: 750px !important;
	height: 50vh;
}
hr {
	margin: 1px;
}

/* === Dealer Page === */

.dealerTable{
	width: 80%;
	margin: 60px auto;
}
.dealerTable thead{
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 5px solid silver;
	color: #777;
	letter-spacing: 1px;
}

.dealerTable td {
	padding: 10px;
}
.dealerTable tr:nth-child(even){
	background-color: #f0f0f0;
}

/* === Rep Page === */

.rep h1{
	font-weight: bold;
	margin-bottom: 40px;
}
.rep table{
		margin: 0 auto;
        width: 100%;
}
.rep table a {
	color:#e10707;
}
.rep tr:first-child td{
       font-weight: bold;
}

.rep table td {
    border-top: 1px solid #ededed;
    padding: 10px 14px 10px 0;
    font-weight: 300;
}
.rep tbody tr:nth-child(odd) {
   background-color: #f8f8f8;
}


/* === Footer === */


footer {
	text-align: center;
	color: #cccccc;
 
}
footer .foot{
	border-top: 10px solid #e9eaee;
	background-position: right 0;
    background-repeat: xy-repeat;
	background-image: url("../img/delta_pattern.jpeg");
	background-color: #970505;
	min-height: 120px;
	padding: 20px;
}
footer .copyright {
	text-transform: uppercase;
	text-transform: none;
	font-size: 10px;
	line-height: 40px;
	background-color: #fff;
	color: #970505;;
}

footer ul.quicklinks {
	margin-bottom: 0;
	text-transform: uppercase;
	text-transform: none;
	line-height: 40px;
}

@media(max-width:1000px) {
footer {
	text-align: center;
}
}
/* === Social === */

ul.social-buttons {
	margin-bottom: 10px;
}
ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	outline: 0;
	color: #fff;
	background-color: #222;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	background-color: #e10707;
}

/* === Navagation === */


nav.navbar.navbar-default.navbar-fixed-top {
	border-top: 5px solid #e10707;
	padding: 15px 60px;
	border-bottom: 10px solid #e9eaee;
}
nav.navbar .navbar-default .navbar-fixed-top .navbar-shrink {
	border-bottom: 1px solid #e9eaee !important;
}
.navbar-default {
	height: 150px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.35);
}
.navbar-default .navbar-brand {
	color: #e10707;
	padding: 0 15px;

}
.navbar-brand img {
	max-height: 100px;
	width: auto;
}
.navbar-shrink .navbar-brand img{
margin-top: -20px;
}
.navbar-brand img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #e10707;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	border-color: #e10707;
	background-color: #e10707;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #e10707;
}
.nav>li>a {
	padding: 2px;
	margin: 8px 13px;
}
.navbar-default .nav li a {
	letter-spacing: 1px;
	font-size: 16px;
	padding-top: 35px;
	padding-bottom: 3px;
	font-weight: 400;

}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	outline: 0;
	color: #e10707;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #e10707;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #417c3e;
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        background-color: #ffffff;	

    }

    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-collapse .nav li a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media(max-width:767px) {
	.navbar-default{
			height: 80px;
	}
	.navbar-default .navbar-collapse{
		background-color: #ffffff;	
	}
	.navbar-brand img {
		margin-top: 2px;
		max-height: 48px;
	}
	.navbar-collapse .nav li a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}
 @media(min-width:768px) {
.navbar-default {
	padding: 25px 0;
	border: 0;
	background-color: rgba(255,255,255,0.95)
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
}
.navbar-default .navbar-brand {
	font-size: 2em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 3px;
}
.navbar-default.navbar-shrink {
	padding: 10px 0;
	background-color: rgba(255,255,255,0.95);
	height: 80px;
}
.navbar-default.navbar-shrink .navbar-brand {
	font-size: 1.5em;
}
.navbar-shrink .navbar-brand img {
	padding: 10px;
	max-height: 80px;
}
.navbar-shrink .nav li a {
	padding-top: 10px;
}
