
/*General styles*/
html{
    height:100%;
}
body{
    font-family: Helvetica, Arial, sans-serif;
    height:100%;
    background-color: #161A1D;
    text-align: left;
}

/*Iframe styles for Mazda Header*/

.header-mazda-iframe{
    width: 100%;
    border: none;
    height: 120px;
}

/* Fonts */
@font-face {
  font-family: "InterstateBoldItalic";
  src: url("/fonts/a03a85a1-5904-459e-8017-6642ced9390d-2.eot");
  src: url("/fonts/a03a85a1-5904-459e-8017-6642ced9390d-2.eot");
  src: url("/fonts/a03a85a1-5904-459e-8017-6642ced9390d-2.eot?") format("embedded-opentype"),
       url("/fonts/a03a85a1-5904-459e-8017-6642ced9390d-3.woff") format("woff"),
       url("/fonts/a03a85a1-5904-459e-8017-6642ced9390d-1.ttf") format("truetype");
}
@font-face {
  font-family: "InterstateItalic";
  src: url("/fonts/37c9e8d8-e679-4e45-98d6-e9e4f9a8685f-2.eot");
  src: url("/fonts/37c9e8d8-e679-4e45-98d6-e9e4f9a8685f-2.eot?") format("embedded-opentype"),
       url("/fonts/37c9e8d8-e679-4e45-98d6-e9e4f9a8685f-3.woff") format("woff"),
       url("/fonts/37c9e8d8-e679-4e45-98d6-e9e4f9a8685f-1.ttf") format("truetype");
}
@font-face {
  font-family: "Interstate";
  src: url("/fonts/58a3426e-ba6f-439a-8aa4-7831a1c7a806-2.eot");
  src: url("/fonts/58a3426e-ba6f-439a-8aa4-7831a1c7a806-2.eot?") format("embedded-opentype"),
       url("/fonts/58a3426e-ba6f-439a-8aa4-7831a1c7a806-3.woff") format("woff"),
       url("/fonts/58a3426e-ba6f-439a-8aa4-7831a1c7a806-1.ttf") format("truetype");
}
@font-face {
  font-family: "InterstateBold";
src: url("/fonts/f47e2fae-a62d-49a3-8232-25aa587d2b3e-2.eot");
  src: url("/fonts/f47e2fae-a62d-49a3-8232-25aa587d2b3e-2.eot?") format("embedded-opentype"),
       url("/fonts/f47e2fae-a62d-49a3-8232-25aa587d2b3e-3.woff") format("woff"),
       url("/fonts/f47e2fae-a62d-49a3-8232-25aa587d2b3e-1.ttf") format("truetype");
}

/* Text and headings */
h1{
    font-family: "InterstateBoldItalic";
    text-transform:uppercase;
    font-size:24px;
    letter-spacing: -2px;
    margin:0 0 20px 0;    
     font-weight:normal;
    line-height:normal; 
    color:#000;     
}
h2{
    font-family: "InterstateBold";
    text-transform:uppercase;
    font-size:18px;    
    line-height:25px;
    margin:0 0 10px 0;
    font-weight:normal; 
    
}
h3{
    font-family: "InterstateBoldItalic";
    font-size:24px;    
    line-height:29px;
    margin:0 0 20px 0;    
    font-weight:normal;    
}
h4{
    font-family: Helvetica, Arial, sans-serif;
    font-size:11px;    
    line-height:16px;
    margin:0 0 20px 0;    
}
h5{
    font-family: Helvetica, Arial, sans-serif;
    font-size:12px;    
    line-height:15px;
    margin:0 0 20px 0;
}
h4.back-to-top{

}
p{
    margin:0 0 15px 0;
    font-weight:normal;
    font-size:14px;
    font-family: Helvetica, Arial, sans-serif;
}

.section-right-25 p, p.note-text{
    font-size:13px;
}
a{
   color:#0089cf; 
   -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -ms-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}
a:hover{
    text-decoration:none;
    color:#666;
}
h2 a{
    font-family: "InterstateBold";
    text-transform:uppercase;
    font-size:18px; 
    line-height:25px;
    margin:0 0 10px 0;
    font-weight:normal; 
}
h2 a:hover{
    text-decoration:none;
    color:#0089cf;
    color:#666;
}
ol{
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 10px;
    margin-top:10px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
ol li{
    position: relative;
    display: block;
    padding: 0px 0 10px 10px;
    *padding: .4em;
    margin:0;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    font-size:14px;

}
ol li:before{
    content: counter(li);
counter-increment: li;
position: absolute;
left: -25px;
top: 0;
margin-top: 0;
background: #999;
height: 20px;
width: 20px;
line-height: 20px;
text-align: center;
border-radius: 2em;
font-family: "Interstate";
font-size: 12px;
color:#FFF;
}

li ol {
counter-reset: subsection;
}

ol li img {
    display: block;
}

ol li img.icon {
    width: 25px;
    height: 25px;
    display: inline;
}

li ol li:before {
    counter-increment:subsection;
    content: counter(subsection, lower-alpha);
}

li ol li ol,  ol li ul li{
counter-reset: subsubsection;
}

li ol li ol li:before, li ol li ul li:before {
    counter-increment:subsubsection;
    content: counter(subsubsection, lower-roman);
}
ol li ol li:first-child, ol li ul li:first-child {
    margin-top:10px;
}
ol li ol li ol li:first-child {
    margin-top:10px;
}
.answer ol li ul{
    list-style-type: circle;    

}
ol li ul li:before {
content: close-quote;
counter-increment: inherit;
left: -5px;
top: 0;
margin-top: 7px;
background: #999;
height: 6px;
width: 6px;
line-height: 20px;
border-radius: 2em;
}
.text-interiorh1 {
    font-size: 30px;
}

.text-system{
    color:#999;
}
.text-command{
    text-transform:uppercase;
    font-weight:bold;
}
.text-select{
    text-transform:uppercase;
    font-weight:bold;
}
.text-example{
    text-transform:uppercase;
    color:#0099cc;
    padding:15px 0 5px 105px;
    background-image:url(/img/text-example.gif);
    background-repeat:no-repeat;
    background-position:0 14px;
    display:block;
    
}

.text-example-es{
    text-transform:uppercase;
    color:#0099cc;
    padding:15px 0 5px 105px;
    background-image:url(/img/text-example-es.png);
    background-repeat:no-repeat;
    background-position:0 14px;
    display:block;
    
}

.text-example-fr{
    text-transform:uppercase;
    color:#0099cc;
    padding:15px 0 5px 105px;
    background-image:url(/img/text-example-fr.png);
    background-repeat:no-repeat;
    background-position:0 14px;
    display:block;
    
}

.text-note{
    text-transform:uppercase;
    font-weight:bold;
    padding: 12px 0 0px 21px;
    background-image:url(/img/icon-note.png);
    background-repeat:no-repeat;
    background-position:0 14px;
    display:block;
    margin-bottom:5px;
    
}
.text-copyright{
    font-size: 10px;
}
.my15 {display:none;}
p.my15 {color:#CD0000;font-weight:bold;border-top:1px solid #999;border-bottom:1px solid #999; padding:20px 0;}

/* Button Styles*/
.btn-primary {
background-color: #CD0000;
*background-color: #CD0000;
background-image: -moz-linear-gradient(top, #CD0000, #810000);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CD0000), to(#810000));
background-image: -webkit-linear-gradient(top, #CD0000, #810000);
background-image: -o-linear-gradient(top, #CD0000, #810000);
background-image: linear-gradient(to bottom, #CD0000, #810000);
background-repeat: repeat-x;
border-color: #CD0000 #CD0000 #810000;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CD0000', endColorstr='#810000', GradientType=0);


  
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #810000!important;
  *background-color: #810000;
}

.btn {
padding: 4px 12px;
font-size: 12px;
line-height: 20px;
text-transform:uppercase;
font-family: "InterstateBold";
font-weight:normal; 
}
.body-landing .content-landing .btn {
    margin-top:-10px;
}
.btn-back-to-top{
    background: url("/img/btn-go-to-top.png") no-repeat 0 0;
    padding: 0;    
    height: 70px;
    width: 70px;
    display:block;
    float:right;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;

}
.btn-back-to-top:before {
         content: url("/img/btn-go-to-top-roll.png");
         width:0;
         height:0;
         visibility:hidden;
         }  
.btn-back-to-top:hover{
    background: url("/img/btn-go-to-top-roll.png") no-repeat 0 0;
}

p.back-to-top {
    text-align:right;   
    margin-bottom:20px;
    height: 30px;
}
.back-to-top .btn-back-to-top {
    height: 35px;
    width: 35px;
}
p.back-to-top a {
    background: url(/img/btn-back-to-top.png) no-repeat 0 0;
}

p.back-to-top a:hover{
    background: url(/img/btn-back-to-top-roll.png) no-repeat 0 0;
}

/*Header styles*/
.header-landing{
    position:absolute;
}
.header-mazda{
    border-top: 5px #008ad0 solid;
    background-color:#FFF;
    height: 95px;
}

.header-mazda-container{
    position: relative;
}
.header-mazda-logo{
    position:absolute;
    top:0;
    left:-30px;
    height: 120px;
    width:478px;
    
}
.header-mazda-zoom {
    position: absolute;
    top: 9px;
    right: 0px;
    height: 33px;
    width: 150px;
}
.header-mazda-languages{
    position: absolute;
    right: 225px;
    top: 49px;
    margin: 0;
}
.body-landing .header-mazda-languages{
    right: 0;
}
.header-mazda-languages a{
    color:#666;
    font-size:9px;
    padding-left:5px;
}
.canada-en .header-mazda-languages, .canada-fr .header-mazda-languages {
    right: 0px;
    top: 46px;
}
.header-mazda-languages a.active, .header-mazda-languages a:hover{
    color:#000;
    
}
.header-mazda-nav1-wrapper{
    position:absolute;  
    top:46px;
    left:127px;
    max-width:835px;
}
.header-mazda-nav2-wrapper{
    position:absolute;  
    top:65px;
    left:127px;
    max-width:780px;
}
.canada-en .header-mazda-nav1-wrapper, .canada-fr .header-mazda-nav1-wrapper {
    top: 46px;
}
.canada-en .header-mazda-nav2-wrapper, .canada-fr .header-mazda-nav2-wrapper {
    top: 64px;
    max-width: 915px;
}
.header-mazda-nav2, .header-mazda-nav1{
    list-style:none;
    display:inline; 
}
.header-mazda-nav1 li, .header-mazda-nav2 li{
    list-style:none;
    display:inline;
    margin-right:30px;  
}
.header-mazda-nav1 li a{
    font-size:10px;
    font-family: "InterstateBold";
    color:#656565;
    font-weight:normal;  
}
.header-mazda-nav2 li a{
    font-size:10px;
    font-family: "InterstateBold";
    text-transform:uppercase;
    color:#656565;
    font-weight:normal; 
}
.header-mazda-nav1 li a:hover, .header-mazda-nav2 li a:hover, .footer-copyright p a:hover{
    color:#0099cc;
    text-shadow: 0px 0px 7px #0099cc;
}
.header-infotainment{
    height:60px;
    width:100%;
    background-color:#333;
}
#header-infotainment-nav-button{
    display:none;
}
.header-infotainment1{
    background-color:#FFF;  
}
.header-infotainment2{
    background-color:#000;  
}
.header-infotainment-logo{
    height:36px;
    margin-top: 18px;
    width: 117px;
    float:left; 
}
.header-infotainment-nav{
    float:right;
    height:10px;
    margin:20px 0 0 0;
    list-style:none;
    display:inline; 
}

.canada-en .header-infotainment-nav, .canada-fr .header-infotainment-nav{
    float:left;
}

.header-infotainment-nav li{
    list-style:none;
    display:inline; 
    padding-left:50px;
}

.canada-en .header-infotainment-nav li, .canada-fr .header-infotainment-nav li {
    padding-left: 10px;
    padding-right: 25px;
}

.header-infotainment-nav li a{
    font-size:10px;
    font-family: "InterstateBold";
    text-transform:uppercase;
    color:#FFF;
    font-weight:normal; 
}
.header-infotainment-nav li a:hover{
    color:#0099cc;
    text-shadow: 0px 0px 7px #0099cc;
}
.header-infotainment-subnav{
    text-align:right;
    margin-top:12px;
    
}
.header-infotainment-subnav li{
    list-style:none;
    display:inline; 
    padding-left:50px;
    line-height:28px;
}
.header-infotainment-subnav li a{
    font-size:10px;
    font-family: "InterstateBold";
    text-transform:uppercase;
    color:#656565;
    font-weight:normal; 
}
.header-infotainment-subnav li a:hover{
    text-decoration:none;
    color:#0099cc;
    text-shadow: 0px 0px 7px #0099cc;
}
.header-infotainment-subnav-nav{
    float:right;
}
.header-infotainment-search{
    position:absolute;
    right:0;
    top:45px;
}
.canada-en .header-infotainment-search, .canada-fr .header-infotainment-search {
    top: 110px;
}
.header-infotainment-search input[type=text]{
    font-family: "Interstate";
    text-transform:uppercase;
    font-size:10px; 
    height: 30px;
    padding: 0 8px;
    width: 160px;
    z-index:1;
}
.control-group {
margin-bottom: 0;
}
/* Main Content General Styles*/
.content-wrapper{
 padding-bottom:40px;
    min-height:400px;
    background-color: white;
}

.body-landing .content-wrapper {
    background-color: transparent;
}

.content-header{
    
}
.content-header a{
    font-family: "InterstateBold";
    text-transform:uppercase;
    font-size:10px; 
    margin:0;   
    font-weight:normal; 
    line-height:normal; 
    color:#656565; 
}
.content-header a:hover{
    color:#0099cc;
    text-shadow: 0px 0px 7px #0099cc;
}

.breadcrumb{
    padding: 0;
    margin: 0;
    background-color:transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
}
.breadcrumb li.active{
    font-family: "InterstateBold";
    text-transform:uppercase;
    font-size:10px; 
    margin:0;   
    font-weight:normal; 
    line-height:normal; 
    color:#000;
}

.breadcrumb li a {
    color: #000;
}
.content-header-print{
    text-align:right;
    padding: 20px 0 0 0;
}
.content-header-breadcrumb{
    padding: 20px 0 0 0;
}

.breadcrumb li{
    display:inline\9;
}

/*Secondary nav */
.secondary-nav{
    list-style:none;
    margin: 0 0 40px 0;
    padding:0;
}
.secondary-nav li{
    list-style:none;
    margin:0;
    padding:0 0 5px 0;  
    
}
.secondary-nav li a{
    color:#656565;
    font-family: "InterstateBold";
    text-transform:uppercase;
    font-size:13px; 
    margin:0;   
    font-weight:normal; 
    line-height:normal;     
}
.secondary-nav li a:hover{
    color:#0099cc;
    text-shadow: 0px 0px 7px #0099cc;
}
.secondary-nav li a.active{
    color:#0099cc;
    text-shadow: 0px 0px 7px #0099cc;
}
.breadcrumb > li {
    font-family: "InterstateBold"!important;
    text-transform:uppercase!important;
    font-size: 10px!important;
}
/* Section Template Styles*/
.section-bg{
    padding:20px 0 0 0;
}
.content-fullwidth{
    
}
p.anchor-nav{
    margin:0 0 5px 0;   
}
p.anchor-nav a{
    color:#656565;  
    font-size:10px; 
}
p.anchor-nav a:hover{
    color:#D00000;  
}
.anchor-nav-wrapper{
    margin-bottom:30px; 
}
.system-button{
    float: left; 
    margin-right: 30px;
}
.question h2{
    cursor:pointer;
    color:#0089cf; 
   -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -ms-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
    font-size:14px;
}
.question h2:hover{
    color:#000; 
}
.answer{
    margin-bottom:15px;
}
#faq1, #faq2, #faq3, .anchor-target {
    font-family: "InterstateBoldItalic";
text-transform: uppercase;
font-size: 24px;
letter-spacing: -2px;
margin: 0 0 20px 0;
font-weight: normal;
line-height: normal; 

}
.search-results{
    padding:10px 0;

}
.search-results a{
    padding: 0;
    color: #656565;
font-family: "InterstateBold";
text-transform: uppercase;
font-size: 13px;
line-height: 20px;

}
.search-results a:hover{
    color:#0099cc;
    text-shadow: 0px 0px 7px #0099cc;

}
/*Compatibility results page*/
.comp-results{
    border-top:1px solid #CCC;
    padding:20px 0;
    position:relative;
}
.comp-results .span2{
    text-align:center;
    
}
.comp-results .span2 .phone-name{
    font-weight:bold;
    
}
.comp-results .span2 .btn-primary{
    margin-top:15px;
    
}

.comp-results .span2 img{
    margin: 0 10px 0 10px;
}

.comp-results .span10 ul{
    padding:0;
    margin:10px 0 15px 20px;
    overflow: hidden;
}
.comp-results .span10 ul li {
display: block;
float: left;
font-size: 12px;
line-height: 16px;
padding: 4px 5px 4px 28px;
background-position: left;
background-repeat: no-repeat;
width: 70%;
margin-right: 20%;
text-decoration: underline;

}
.comp-results .span10 ol li {
font-size: 12px;
line-height: 16px;

}

.comp-results .span10 ul li img {
    padding-right: 10px;
    cursor: pointer;
}

.comp-results .span10 h2{
    margin: 10px 0 5px 0;
    width: 100%;
}
.comp-results .tooltip{
    top:0;
    left:120px!important;
    min-width:200px;


}
.comp-results .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.comp-results .thumbnails{
    padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
/*Home page template specific styling*/
#landing-page{
    height:90%;
    background-image:url(/img/home-section2.jpg);
    background-position:center;
    background-size:cover;
}
#home-section1{
    height:689px;
    background-color:#000;
    text-align:center;
margin-left:0;
    padding-top:40px;
}
#home-section1 h1{
    color:#FFF;
    letter-spacing: -2px;
    font-size:36px;
    line-height:42px;

}
#home-section1 p.home-p{
    color:#CCC;
    font-weight:bold;
}
.home-section1-dash{
    position:relative;
    width:1170px;
    height:550px;
}
.home-section1-movie{
    position:absolute;
    left:308px;
    top:80px;
    width:560px;
    height:315px;
    -webkit-transition: all 1s ease-in 0s;
    -moz-transition: all 1s ease-in 0s;
    -ms-transition: all 1s ease-in 0s;
    -o-transition: all 1s ease-in 0s;
    transition: all 1s ease-in 0s;
    z-index:100;
}
.home-section1-system{
    position:absolute;
    left:308px;
    top:80px;
    width:560px;
    height:315px;
    background-image:url(/img/home-section1-system1.jpg);

    
}

.home-section1-dash-mobile {
display:none;
}
.home-iframe-movie{
   width: 560px;
height: 315px; 
}

.home-section1-circle{
    padding: 0;
position: absolute;
height: 210px;
width: 210px;
    -webkit-transition: all 0.7s ease-in 0s;
    -moz-transition: all 0.7s ease-in 0s;
    -ms-transition: all 0.7s ease-in 0s;
    -o-transition: all 0.7s ease-in 0s;
    transition: all 0.7s ease-in 0s;

    background-image:url(/img/circle.png);
    z-index:11;
    background-size: 210px 210px;
    background-repeat: no-repeat;
    opacity:0;

}

.home-section1-circle div.container{
    width: 205px;
height: 210px;
position: absolute;
top: 0;
left: 0;
margin: auto;

}

.home-section1-circle h4{
    font-size: 12px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
    text-transform: uppercase;
    padding: 25px 30px 0 30px;
}

.home-section1-circle p{
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 17px;
    padding: 0 30px 0 30px;
}

.home-section1-btn1{
    left:-4px;
    bottom:84px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    position:absolute;
    opacity:0;

    width:56px;
    height:56px;
    background-image:url('/img/btn-open.png');
    cursor:pointer;
    z-index:12;
}

#home-section1-circle1{
left: -193px;
top: 67px;
}
.home-section1-btn2{
    left:96px;
    bottom:154px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    position:absolute;
    opacity:0;
    width:56px;
    height:56px;
    background-image:url('/img/btn-open.png');
    cursor:pointer;
    z-index:12;

}
#home-section1-circle2{
    left: -35px;
    bottom: 169px;
}
.home-section1-btn3{
    left:253px;
    bottom:193px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    position:absolute;
    opacity:0;
    width:56px;
    height:56px;
    background-image:url('/img/btn-open.png');
    cursor:pointer;
    z-index:12;

}
#home-section1-circle3{
    left: 171px;
    bottom: 220px;
}
.home-section1-btn4{
    left:408px;
    bottom:152px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    position:absolute;
    opacity:0;
    width:56px;
    height:56px;
    background-image:url('/img/btn-open.png');
    cursor:pointer;
    z-index:12;

}
#home-section1-circle4{
    left: 376px;
bottom: 167px;
}
.home-section1-btn5{
    left:508px;
    bottom:86px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    position:absolute;
    opacity:0;
    width:56px;
    height:56px;
    background-image:url('/img/btn-open.png');
    cursor:pointer;
    z-index:12;

}
#home-section1-circle5{
    left: 533px;
bottom: 26px;
}
.home-section1-btn1:hover{
    background-image:url('/img/btn-open-hover.png');
}
.home-section1-btn2:hover{
    background-image:url('/img/btn-open-hover.png');
}
.home-section1-btn3:hover{
    background-image:url('/img/btn-open-hover.png');
}
.home-section1-btn4:hover{
    background-image:url('/img/btn-open-hover.png');
}
.home-section1-btn5:hover{
    background-image:url('/img/btn-open-hover.png');
}

.home-section1-btn-active{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.home-section1-btn1:before,  .home-section1-btn2:before, .home-section1-btn3:before, .home-section1-btn4:before, .home-section1-btn5:before {
         content: url("/img/btn-open-hover.png");
         width:0;
         height:0;
         visibility:hidden;
         }  
.home-section1-btn1:hover + .home-section1-circle1{
    top:20px;
}


#home-section2{
    height:800px;
    background-color:#555;
    background-image:url(/img/home-section2.jpg);
    background-position:center;
    background-size:cover;
    text-align:right;
    
}
#home-section3{
    height:800px;
    background-color:#777;
    background-image:url(/img/home-section3.jpg);
    background-position:center;
    background-size:cover;
    text-align:left;
}
#home-section4{
    height:800px;
    background-color:#DDD;
    background-image:url(/img/home-section4.jpg);
    background-position:center;
    background-size:cover;
    text-align:right;
}
.hero-unit {
width:52%;
padding: 300px 50px 0 0;
margin-bottom: 30px;
background-color:transparent;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.hero-unit h1{
    color:#FFF;
    font-family: "InterstateBoldItalic";
    text-transform:uppercase;
    font-size:36px; 
    margin:0 0 20px 0;  
    letter-spacing: -2px;
    font-weight:normal;  
    line-height:normal; 
    line-height:42px;
}
.hero-unit h4{
    color:#666;

}
.hero-unit p{
    color:#FFF;
    font-family: "Interstate";
    font-size:13px; 
    margin:0 0 20px 0;  
    font-weight:normal; 
    line-height:20px; 
}

.nav-next {
 position: absolute;
}

.nav-next a {
display: block;
position: relative;
z-index: 15;
top: -35px;
width: 30px;
height: 30px;
padding: 20px;
margin: 0 auto;
text-align: center;
text-indent: -99999px;
}


.nav-next span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/btn-next-arrow.png) no-repeat 0 0;
}
/* Footer styles */

.footer-mazda-wrapper{
    background-color:#161A1D;
    height:110px;
    padding:20px;
}
.footer-logo{
    padding-top:42px;
}
.footer-copyright{
    text-align:right;
    padding-top:48px;
}
.footer-copyright p{
    font-size:  10px;
    color:#666;
    
}

.footer-copyright p a{
    color:#666;
    text-transform:uppercase;
    
}

/*Landing page styles*/

.body-landing{
    background-image:url(/img/home-section3.jpg);
    background-position:center;
    background-size:cover;  
}
.content-landing{
    height:300px;
    width:60%;
    margin:100px auto;
    text-align:center;
}
.content-landing h1, .content-landing p{
    color:#fff;

}
.footer-landing{
    position:absolute;
    bottom:0;   
    width:100%;
    padding:20px 0;
    margin:0;
}

/*Form Styling*/

form.inline-labels label {
    display: inline-block;
    width: 12em;
}

form.block-labels label {
  display: block;
}

label.device-type {
    margin-left: 20px;
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

label.device-type img {
    display: block;
}

label.device-type input {
    vertical-align: middle;
}

div.selector {
background-position: -483px -135px;
line-height: 27px;
height: 27px;
display: inline-block;
vertical-align: middle;
zoom: 1;
background-image: url(../img/sprite.png);
background-repeat: no-repeat;
margin-bottom: 10px!important;
}

input[type=text],
textarea {
  background: #DEDDDD;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 0 6px #888;
  width: 282px;
  color: #666;
  text-shadow: 0 1px 0 white;
}
input[type=text] {
  height: 23px;
  padding: 0 8px;
}
textarea {
  padding: 6px 8px;
}
input[type=text]:disabled,
textarea:disabled {
  opacity: 0.5;
}
body.ie7 input[type=text][disabled],
body.ie7 textarea[disabled],
body.ie8 input[type=text][disabled],
body.ie8 textarea[disabled] {
  background: #f2f1f1;
}

select {
    width: 235px;
}

.indent {
    margin-left: 20px;
}

input[type="image"] {
    vertical-align: middle;
}

#contact select {
    width: 350px;
}

.errorMsg {
    border-color: #c80000;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    background-color: yellow;
    color: #c80000;
}

input[type="checkbox"] {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
}

label.error {
  position: absolute;
  left: 410px;
  top: 0;
  display: block;
  height: 27px;
  line-height: 27px;
  color: red;
  font-weight: bold;
}

form.inline-labels label.error { width: auto; }

form p { position: relative; 
    margin-bottom:5px;
    }

.selector select { width: 100%; }
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.video-iframe{
    width: 100%;
height: 320px;
}
.browser-disclaimer{
    display:none;
}

/* 404 styling */

div.error-page h1{
    font-size: 52px;   
}

div.error-page p {
    font-family: "InterstateBoldItalic", Helvetica, Arial, sans-serif;
    font-size: 16px;
}




/*Resources Page Styles */

.video_hosted ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.video_hosted ul li:nth-child(odd){
    margin-bottom: 20px;
    text-align: center;
    width:48%;
    float:left;
    margin-right:2%;
}
.video_hosted ul li:nth-child(even){
    margin-bottom: 20px;
    text-align: center;
    width:48%;
    float:right;
    margin-left:2%;
}
.video_hosted ul li iframe{
    width:100%!important;
    height: 153px!important;

}



@media (max-width: 1400px){
.content-landing {
width: 60%;
margin: 60px auto;
}
.footer-mazda-wrapper{
    background-color:#161A1D;
    height:70px;
    padding:20px;
}
.footer-logo{
    padding-top:22px;
}
.footer-copyright{
    text-align:right;
    padding-top:28px;
}

.footer-landing{
    position:absolute;
    bottom:0;   
    width:100%;
    padding:20px 0;
    margin:0;
}
}
@media (max-width: 1200px){
.header-mazda-nav1 li, .header-mazda-nav2 li {
margin-right: 20px;
}
.home-section1-dash {
position: relative;
width: 940px;
height: 442px;
}
.home-section1-system {
left: 240px;
top: 60px;
width: 450px;
height: 253px;
background-image: url(/img/home-section1-system2.jpg);
}
.home-section1-movie {
position: absolute;
left: 240px;
top: 60px;
width: 450px;
height: 253px;
}
#home-section1 {
height: 580px;
}
.home-iframe-movie{
   width: 450px;
height: 253px; 
}
.home-section1-btn1 {
left: -10px;
bottom: 60px;
}
.home-section1-btn2 {
left: 72px;
bottom: 115px;
}
.home-section1-btn3 {
left: 196px;
bottom: 145px;
}
.home-section1-btn4 {
left: 321px;
bottom: 113px;
}
.home-section1-btn5 {
left: 400px;
bottom: 60px;
}
.home-section1-circle p {
font-size: 12px;
}
.home-section1-circle {
height: 200px;
width: 200px;
background-size: 200px 200px;
}
.home-section1-circle div.container {
width: 193px;
height: 140px;
}
.input-append .add-on, .input-prepend .add-on {
height: 19px;
min-width: 16px;
padding: 2px 5px;
font-size: 14px;
line-height: 20px;
}
.header-infotainment-search input[type=text] {
font-size: 9px;
height: 25px;
padding: 0 5px;
width: 150px;
min-height: 25px;
}
#home-section1-circle1 {
left: -185px;
top: 84px;
}
#home-section1-circle2 {
left: -58px;
bottom: 117px;
}
#home-section1-circle3 {
left: 124px;
bottom: 173px;
}
#home-section1-circle4 {
left: 307px;
bottom: 120px;
}
#home-section1-circle5 {
left: 432px;
bottom: -29px;
}
select {
width: 200px;
}
.btn {
padding: 4px 5px;
font-size: 11px;
}
}


@media (max-width: 980px){
#home-section1 h1, .hero-unit h1 {
font-size: 30px;
line-height: 38px;
}
#home-section2, #home-section3, #home-section4 {
height: 600px;
}
.hero-unit {
width: 60%;
padding: 150px 20px 0 0;
}

h2, h2 a{
    font-size: 15px;
line-height: 18px;
}
h3{
    font-size: 18px;
line-height: 20px;
    
}
p{
    font-size: 12px;
    line-height:17px;
}
ol li, ul li {
font-size: 12px;
}
.footer-mazda-wrapper{
    background-color:#161A1D;
    height:30px;
    padding:0;
}
.footer-logo{
    padding-top:4px;
}
.footer-copyright{
    text-align:right;
    padding-top:6px;
}

.footer-landing{
    position:absolute;
    bottom:0;   
    width:100%;
    padding:10px 0;
    margin:0;
}
.home-section1-btn1 {
left: -14px;
bottom: 47px;
width: 40px;
height: 40px;
background-size: 40px 40px;
}
.home-section1-btn2 {
left: 50px;
bottom: 88px;
width: 40px;
height: 40px;
background-size: 40px 40px;
}
.home-section1-btn3 {
left: 152px;
bottom: 110px;
width: 40px;
height: 40px;
background-size: 40px 40px;
}
.home-section1-btn4 {
left: 259px;
bottom: 84px;
width: 40px;
height: 40px;
background-size: 40px 40px;
}
.home-section1-btn5 {
left: 328px;
bottom: 42px;
width: 40px;
height: 40px;
background-size: 40px 40px;
}
.home-section1-circle p {
font-size: 11px;
line-height: 15px;
}
.home-section1-circle div.container {
width: 176px;
height: 140px;
}
.home-section1-circle {
height: 198px;
width: 185px;
background-size: 185px 185px;
}
#home-section1-circle1 {
left: -158px;
top: 94px;
}
#home-section1-circle2 {
left: -90px;
bottom: 67px;
}
#home-section1-circle3 {
left: 80px;
bottom: 116px;
}
#home-section1-circle4 {
left: 250px;
bottom: 66px;
}
#home-section1-circle5 {
left: 341px;
bottom: -85px;
}
select {
width: 160px;
}
.btn {
padding: 4px 5px;
font-size: 10px;
}

}

@media (max-width: 979px) and (min-width: 768px){
.header-infotainment-nav li {
    padding-left: 20px; 
}
.header-mazda-nav1 li, .header-mazda-nav2 li {
margin-right: 14px;
}
.home-section1-dash {
position: relative;
width: 724px;
height: 339px;
}
.home-section1-system {
left: 186px;
top: 48px;
width: 345px;
height: 194px;
background-image: url(/img/home-section1-system3.jpg);
}
.home-section1-movie {
position: absolute;
left: 186px;
top: 48px;
width: 345px;
height: 194px;
}
#home-section1 {
height: 470px;
}
.home-iframe-movie{
   width: 345px;
height: 194px; 
}
}
@media (max-width: 767px){
/*Turn off all unwanted items on mobile*/

.span3.content-header-print{
    display:none;   
}
body {
padding-right: 0px;
padding-left: 0px;

}
.container{
    padding-left: 20px;
    padding-right:20px; 
}
.header-mazda-nav1-wrapper, .header-mazda-nav2-wrapper {
display:none!important;
}


.header-infotainment-logo {
height: 36px;
margin-top: 19px;
width: 110px;
margin-left: -10px;
}
.header-infotainment-nav li {
padding-left: 11px;
}
.header-infotainment-nav li a {
font-size: 9px;
}
.secondary-nav li {
margin: 0 0 10px 0;
padding: 0 0px 0px 0;

}
.secondary-nav li a {
font-size: 12px;
}
.secondary-nav {
margin: 0 0 20px 0;
padding: 10px 10px 0 10px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
#home-section1 h1, .hero-unit h1 {
font-size: 24px;
line-height: 30px;
}
.home-section1-dash, .home-section1-system, .home-section1-movie  {
display:none;
}
.home-section1-dash-mobile {
display:block;
}
#home-section1 {
height: 450px;
}
.hero-unit {
width: 70%;
padding: 100px 20px 0 0;
}
#home-section2, #home-section3, #home-section4 {
height: 500px;
}
.footer-logo {
padding-top: 10px;
}
.footer-copyright {
text-align: left;
padding-top: 10px;
}
.text-note {
padding: 14px 0 0px 21px;
}
.header-infotainment-search {
right:10px;
}
.header-mazda {
height: 74px;
}
.header-mazda-logo {
top: -10px;
height: 70px;
width: 375px;
}
.header-mazda-zoom{
    top:0;
}
.header-infotainment-nav{
    display:none;
}
#header-infotainment-nav-button{
    display:block;
    float: right;
    padding-top: 15px;

}
.comp-results .span2 {
text-align: left;
}
.comp-results .span2 .phone-name{
font-weight:bold;
}
.section-right-75 h3{
 padding-top:0!important;   
    
}
h1{
    letter-spacing: -1px;
}
#home-section1 h1, .hero-unit h1 {
font-size: 16px;
line-height: 22px;
}
.hero-unit p {
font-size: 12px;
line-height: 17px;
}

h2, h2 a{
    font-size: 15px;
line-height: 18px;
}
h3{
    font-size: 18px;
line-height: 20px;
    
}
p{
    font-size: 12px;
    line-height:17px;
}

.dropdown-menu > li > a {
padding: 7px 20px;
font-family: "InterstateBold";
    text-transform:uppercase;
    font-size:10px; 
font-weight: normal;
line-height: 15px;
color: #FFF;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: inherit;
right: 0;
z-index: 1000;
display: none;
float: right;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
background-color: #000;
border: none;
-moz-border-radius: 0px;
border-radius: 0px;
}
.system-button{
   float: left;
margin-right: 10px;
width: 150px;

}
.footer-mazda-wrapper{
    background-color:#161A1D;
    height:auto;
    padding:10px 0;
}
.footer-logo{
    padding-top:10px;
    text-align:center;
}
.footer-copyright{
    text-align:center;
    padding-top:6px;
}

.footer-landing{
    position:relative;
    bottom:inherit; 
    width:100%;
    padding: 0;
    margin:0;
}
.content-landing {
height: auto;
width: 100%;
margin: 30px auto 0px auto;
text-align: center;
}

.content-wrapper {
padding-bottom: 20px;
min-height: 100px;
}
#phone-compatibility-change-form{
    text-align:center;
    padding: 0 0 20px 0;
}
#phone-compatibility-change-form select {
width: 150px;
padding: 3px 6px;
margin:0 5px 5px 5px;
font-size: 12px;
height: 26px;
line-height: 13px;
}
.comp-results .thumbnails .span2{
    text-align: center;
    padding-bottom:20px;
}
#phone-compatibility-change-form br, #phone-compatibility-change-form img{
    display:none;
}
.comp-results .span2 .phone-name {
    display:block;
}
}
@media (max-width: 480px){
.header-mazda-languages {
    right: 200px;
    top: 46px;
}
.header-infotainment-search {
right:10px;
}

.header-mazda-logo {
height: 59px;
width: 300px;
}
.hero-unit {
width: 80%;
padding: 80px 10px 0 0;
}
#home-section1 {
height: 375px;
}
.system-button{
   float: left;
margin-right: 10px;
width: 120px;
margin-bottom:30px;
}
.content-landing {
margin: 10px 0 0px 0;
}
.content-landing h1 {
font-size: 18px;
line-height: 23px;
}
.content-wrapper {
padding-bottom: 20px;
min-height: 100px;
}
}
@media print {
    div.header-wrapper {
        display: none;
    }
    .container{
        width:100%;
    }
    .secondary-nav {
        display: none;
    }
    
    div#phone-compatibility-change-form {
        display: none;
    }
    
    .btn {
        display: none;
    }
    
    p.text-note:before { 
    content: url(/img/icon-note.png); 
    padding-right: 10px;
    }
    
    li.passed:before { 
    content: url(/img/results-compatible.png); 
    padding-right: 10px;
    }
    
    li.failed:before {
    content: url(/img/results-not-compatible.png); 
    padding-right: 10px;
    }
    
    li.partial:before {
    content: url(/img/results-partial.png);
    padding-right: 10px;
    }
    
    li.not-supported:before {
    content: url(/img/results-not-supported.png);
    padding-right: 10px;
    }
    
}