
/*General styles*/
/* Fonts */

@font-face {
    font-family: "InterstateBoldItalic";
    src: url("/fonts/a03a85a1-5904-459e-8017-6642ced9390d-1.ttf"), url("/fonts/a03a85a1-5904-459e-8017-6642ced9390d-2.eot");
}
@font-face {
    font-family: "InterstateItalic";
    src: url("/fonts/37c9e8d8-e679-4e45-98d6-e9e4f9a8685f-1.ttf"), url("/fonts/37c9e8d8-e679-4e45-98d6-e9e4f9a8685f-2.eot");
}
@font-face {
    font-family: "Interstate";
    src: url("/fonts/58a3426e-ba6f-439a-8aa4-7831a1c7a806-1.ttf"), url("/fonts/58a3426e-ba6f-439a-8aa4-7831a1c7a806-2.eot");
}
@font-face {
    font-family: "InterstateBold";
    src: url("/fonts/f47e2fae-a62d-49a3-8232-25aa587d2b3e-1.ttf"), url("/fonts/f47e2fae-a62d-49a3-8232-25aa587d2b3e-2.eot");
}

html{
    height:100%;
}
body{
    font-family: "Interstate", Helvetica, Arial, sans-serif;
    height:100%;
    color: #666;
    background-color:#FFF;
}


/* Text and headings */
h1{
    font-family: "Interstate";
    margin:0;
    font-weight:normal;
    line-height:normal;
    text-align: left;
    font-size: 26px;
    padding: 0px 0px 10px 0;
    color: #666;
    margin-top: -4px;
}
h2 {
    font-family: 'Interstate';
    font-size: 19px;
    color: #666;
    clear: both;
    font-weight: normal;
    line-height:normal;
    text-align: left;
    margin-top:10px;
}
h3 {
    font-family: 'Interstate';
    font-size: 22px;
    font-weight: normal;
    clear: both;
    color: #666;
    line-height:normal;
    text-align: left;
}
h4{
    font-family: Helvetica, Arial, sans-serif;
    font-size:11px;
    line-height:16px;
    margin:0 0 20px 0;
    text-align: left;
}
h5{
    font-family: Helvetica, Arial, sans-serif;
    font-size:12px;
    line-height:15px;
    margin:0 0 20px 0;
}
h4.back-to-top{

}
p {
    font-size: 13px;
line-height: 140%;
    color: #666;
    margin: 0 0 10px 0;
    font-family: 'Interstate','Helvetica','Arial',sans-serif;
    text-align: left;
}

p.red-text {
    color: #FF0000;
}

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{
    margin:0 0 10px 0;
    font-family: 'Interstate';
    font-size: 20px;
    color: #0089cf;
    clear: both;
    font-weight: normal;
    line-height:normal;
}
h2 a:hover{
    text-decoration:none;
    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;
    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: #666;
    text-decoration: none;
    border-radius: .3em;
    font-size:13px;
    font-family: 'Interstate','Helvetica','Arial',sans-serif;

}

ol li img.icon {
    width: 25px;
    height: 25px;
    display: inline;
}

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;
}

ul li{
    font-size: 13px;  
}

li ol {
    counter-reset: subsection;
}

ol li img {
    display: block;
}

li ol li:before {
    counter-increment:subsection;
    content: counter(subsection, lower-alpha);
}

li ol li ol {
    counter-reset: subsubsection;
}

li ol li ol li:before {
    counter-increment:subsubsection;
    content: counter(subsubsection, lower-roman);
}
ol li ol li:first-child {
    margin-top:10px;
}
ol li ol li ol li:first-child {
    margin-top:10px;
}
.text-interiorh1 {
    font-size: 26px;
    margin-top: -4px;
}

.text-system{
    color:#999;
}

ol ul li:before {
    display:none;
}

ol ul li {
    font-size: 13px;
    list-style-type: disc;
    list-style: inside;
    display: list-item;
    padding-bottom: 0;
}

.text-command{
    text-transform:uppercase;
    color:#000;
}
.text-select{
    text-transform:uppercase;
    color:#000;
}
.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-ru{
    text-transform:uppercase;
    color:#0099cc;
    padding:15px 0 5px 105px;
    background-image:url(/img/text-example-ru.png);
    background-repeat:no-repeat;
    background-position:0 14px;
    display:block;

}

.text-note{
    text-transform:uppercase;
    padding: 12px 0 0px 21px;
    font-weight: bold;
    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;
}
.section-center-50 img:not(.icon){
    margin:10px 0;   
}
/* Button Styles*/
.btn-primary {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56afe1', endColorstr='#118ed5', GradientType=0);
    margin: 10px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #118ed5;
    *background-color: #118ed5;
    background: -moz-linear-gradient(top,#56afe1 0%,#118ed5 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#56afe1),to(#118ed5));
    background: -o-gradient(#56afe1,#118ed5);
    background: -ms-linear-gradient(top,#56afe1,#118ed5);
}


}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    *background-color: #118ed5!important;
    background:#118ed5!important;
    background-color: #118ed5!important;
    
}

.btn {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 15px;
    font-family: "Interstate";
    font-weight:normal;
}
form {
  margin: 0;
}
#region-select .btn{
    
    margin-top:0;
}

.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-logo{
    position:absolute;
    top:0;
    left:-170px;
    height: 120px;
    width:478px;
}*/
.header-mazda{
    background-color:#FFF;
     height: 95px;
}
.header-mazda-container{
    position: relative;
}
.header-mazda-logo{
    position:absolute;
    top:0;
    left:-19px;
    height: 96px;
    width:252px;
}
.header-mazda-zoom {
    position: absolute;
    top: 9px;
    right: 0px;
    height: 33px;
    width: 150px;
}
.header-infotainment{
    height:72px;
    width:100%;
    background-color:#2F3639;
    background-image: -ms-linear-gradient(top left, #2F3639 0%, #293033 100%);
    background-image: -moz-linear-gradient(top left, #2F3639 0%, #293033 100%);
    background-image: -o-linear-gradient(top left, #2F3639 0%, #293033 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #2F3639), color-stop(1, #293033));
    background-image: -webkit-linear-gradient(top left, #2F3639 0%, #293033 100%);
    background-image: linear-gradient(to bottom right, #2F3639 0%, #293033 100%);
}
#header-infotainment-nav-button{
    display:none;
}
.header-infotainment1{
    background-color:#FFF;
}
.header-infotainment2{
    background-color:#000;
}
.header-infotainment-logo{
    height:52px;
    margin-top: 4px;
    margin-right: 10px;
    width: 142px;
    float:left;
}
.header-infotainment-nav{

}
.header-infotainment-nav ul{
    position: relative;
    text-align: left;
    z-index: 50;
    list-style: none;
    margin: 0;
}
.header-infotainment-nav li{
    float: left;
}
.header-infotainment-nav li span {
    background: url(/img/europe/main-nav-divider.gif) no-repeat;
    display: block;
    height: 52px;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: 2;
    background-position: 0px 5px;
}
.header-infotainment-nav li:first-child span {
    display: none;
}
.header-infotainment-nav li a{
    color: #fff;
    display: block;
    font-family: 'Interstate';
    font-size: 11px;
    margin-left: 1px;
    padding: 15px 12px 15px 12pxpx;
    position: relative;
    text-decoration: none;
    padding: 4px 12px 0 12px;
    line-height: 48px;
    background-repeat:no-repeat;
    background-position:bottom;
}
.header-infotainment-nav li a:hover{
    background-color:#3D4B53;
    background-image:url('/img/europe/europe-nav-arrow.png');
    
}
.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{
    float: right;
    margin-top: 12px;
}
.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;
}
#blue-button-group{
    margin: 5px 10px 0 0;
    float: right;
}
#blue-button-group .btn{
    font-size:11px!important;
}
.mazda-wing{
    display:none;
}
.hero-image{
    height:300px;
    width:100%;
    background-position: center top;
    background-image:url('/img/europe/communication.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
#logo {
    position: absolute;
    top: 52px;
    left: 0;
    width: 366px;
    height: 210px;
    z-index: 40;
}
#logo a {
    display: block;
    width: 147px;
    height: 129px;
    text-indent: -9999em;
    position: absolute;
    left: 0;
    top: 72px;
}
.feature_panel{
    padding:20px 0;
    text-align: center;
}
.feature_panel .span3{
    text-align:center;
    position:relative;
}
.feature_panel .span3 img{
    width:100%;
}
.feature_panel .span3 .text-overlay{
    text-align:left;
    background-color:#333;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity:0.95;
    width  :100%;
    padding-bottom:10px;
}
.feature_panel .span3 .text-overlay h3{
    font-size: 13px;
    line-height: 15px;
    font-family:"InterstateBold";
    color:#FFF;
    padding:10px 10px 0px 10px;
    margin:0;
}
.feature_panel .span3 .text-overlay p{
    font-size: 13px;
    line-height: 120%;
    padding:6px 10px 0px 10px;
    color:#FFF;
}
.feature_panel .span3 .text-overlay a{
    font-size: 13px;
    line-height: 120%;
    padding:6px 10px 10px 10px;
}
/* Main Content General Styles*/
.content-wrapper{
    padding-bottom:40px;
    min-height:400px;
}
}
.content-header{
    padding: 0px 0 17px 0;
}
.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;

}

.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;
}
.breadcrumb li a:hover {
    color: #0089cf;
}
.content-header-print{
    text-align:right;
    padding: 20px 0 0 0;
}
.content-header-breadcrumb{
    padding: 20px 0 0px 0;

}

.minibox {
    overflow: visible;
    border: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #4a606d;
    padding: 10px 0;
}
.minibox .title {
    color: #FFF;
    font-family: 'Interstate';
    font-size: 18px;
    line-height: 100%;
    padding:0 0 0 12px;
}
.minibox .btn{
    width: 80%;
    text-align:left;
    margin-left: 13px;
}
.minibox p{
    margin-bottom:0;
    padding-bottom:0;
}

/*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{
    font-size: 16px;
    color: #0086d3;
    text-decoration: none;
    font-family: 'Interstate';

}
.secondary-nav li a:hover{
    color:#666;
}
.secondary-nav li a.active{
    color:#666;

}
.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{
    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:#0089cf;
    
    font-family: "Interstate";
    font-size: 15px;
    line-height: 20px;

}
.search-results a:hover{
    color: #666;


}

/*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: 65%;
    margin-right: 25%;
    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);
}
/*Home page template specific styling*/
#landing-page{
    height:90%;
    background-image:url(/img/home-section2.jpg);
    background-position:center;
    background-size:cover;
}
.carousel{
    margin-bottom:0;
    margin-top: -20px;
}
.carousel-indicators {
bottom: 20px;
right: 20px;
top:inherit;
}
.carousel-indicators li{
cursor:pointer;
}
.carousel-control {
border: none;
background-color:transparent;
}
.carousel-control {

top: 47%;
}
#home-section1{
    height:610px;
    background-color:#000;
    text-align:center;
    margin-left:0;
    padding-top:30px;
}
#home-section1 h1{
    color:#FFF;
    letter-spacing: 0px;
font-size: 34px;
line-height: 35px;
    text-align: center;
}
#home-section1 p.home-p{
    color:#FFF;
    text-align: center;
    margin:0 auto;
    font-size: 14px;
line-height: 14px;
}
.home-section1-dash{
    position:relative;
    width:1170px;
    height:550px;
    margin:0 auto;
}
.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: 220px;
    width: 220px;
    -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: 220px 220px;
    background-repeat: no-repeat;
    opacity:0;
}

.home-section1-circle div.container{
    width: 166px;
    height: 144px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.home-section1-circle h4{
    font-size: 12px;
    text-align: center;
    color: #000;
    padding-bottom:5px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.home-section1-circle p{
    margin: 0 auto;
    text-align: center;
    color: #333;
    font-size: 13px;
    line-height: 17px;
}

.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: -198px;
top: 76px;
}
.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:640px;
    background-color:#555;
    background-image:url(/img/1_Home_Carousel_50.jpg);
    background-position:center;
    background-size:cover;
    text-align:right;

}
#home-section3{
    height:640px;
    background-color:#777;
    background-image:url(/img/2_Home_Carousel_50.jpg);
    background-position:center;
    background-size:cover;
    text-align:left;
}
#home-section4{
    height:640px;
    background-color:#DDD;
    background-image:url(/img/3_Home_Carousel_50.jpg);
    background-position:center;
    background-size:cover;
    text-align:right;
}
.hero-unit {
    width: 600px;
padding: 175px 120px 0 0;
    margin-bottom: 0px;
    background-color:transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hero-unit h1{
    color:#FFF;
    font-family: "Interstate";
    font-size:30px;
    margin:0;
    padding: 0px 0px 5px 0;
    letter-spacing: 0px;
    font-weight:normal;
    line-height:normal;

}
.hero-unit h4{
    color:#FFF;
    margin: 0 0 0px 0;
}
.hero-unit p{
    color:#FFF;
    font-family: "Interstate";
    font-size:15px;
    margin:0 0 5px 0;
    font-weight:normal;
    line-height:20px;
}

div.dark {
    background: #34414c;
    margin-left:0!important;
}

.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: #373e43;
    overflow: hidden;
    padding: 14px 0;
    font-size: 13px;
    color: #f0f0f0;
}
.footerNav{
    text-align: center;
    background-color:#e5e5e5;
    background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(top left, #FFFFFF 0%, #e5e5e5 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #e5e5e5));
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #e5e5e5 100%);
    background-image: linear-gradient(to bottom right, #FFFFFF 0%, #e5e5e5 100%);
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #c3c3c3;
    overflow: hidden;
    padding: 18px 0 25px 0;
}
.footerNav h2 a{
    padding-left:0;
    margin-left:0;
    text-align:left;
    margin-bottom: 0;
    line-height:normal;
    font-size: 20px;
}

.footerNav ul{
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}
.footerNav li {
    padding: 2px 0 3px;
    display: block;
    zoom: 1;
}
.footerNav ul li a{
    color:#666;
}
.footerNav ul li a:hover{
    color:#0089cf;
}

.siteLinks span.divider {
    background: url(/img/europe/main-nav-divider.gif) no-repeat;
    display: block;
    height: 23px;
    width: 1px;
    z-index: 2;
    background-position: 0px 5px;
}
.siteLinks span.divider:first-child span {
    display: none;
}
.siteLinks{
    float: left;
    margin: 5px 0 0 0;
}
.siteLinks a{
    font-family:"Interstate";
    border-right: 1px solid #555;
    padding: 0 10px;
    color:#FFF;

}
.siteLinks a:hover{
    color:#0089cf;
}
.siteLinks a:first-child{
    padding-left:0;
}
.siteLinks a:last-child {
border-right:none;
padding-right:0;
}
.regionInfo {
  margin: 5px 0 0 0;
  text-align: right;
  width: 100%;
  float: right;
  height: 25px;
}
.regionInfo form{
 display:inline;   
}
.regionInfo select{
    height: 25px;
  margin: 0;
  font-size: 13px;
    background-color: transparent;
  color: #fff;
  border: none;
  width: auto;
}
.regionInfo option{
    color:#333;
}
.regionInfo a{
    padding:0px 0 0 5px;
    color:#FFF;
    border-left:1px solid #555;
    margin-left:5px;
}
.regionInfo a:hover, .regionInfo a.active{
    color:#0089cf;
}
.regionInfo a:first-child{
    padding:0px;
    border-left:none;
    margin-left:0px;
}
.current-language {
  display:inline;
  color: #fff;
  padding-right: 14px;
  border-right: 1px solid #555;
  text-align: right;
  margin: 0;
  line-height:25px;
}
.socialLinks {
    background: url(/img/europe/footer-icon-sprite.png) no-repeat 0 -41px;
    padding: 0 0 4px 10px;
    margin-left: 10px;

}
.socialLinks span{
    float: left;
    padding: 4px 10px 0 10px;
    font-family:"Interstate";
}
.socialLinks a {
    background: url(/img/europe/footer-icon-sprite.png) no-repeat;
    height: 21px;
    margin-top: 4px;
    padding: 0 5px;
    text-indent: -9999px;
    width: 21px;
    float: left;
    font-family:"Interstate";
}
.socialLinks .twitter {
    background-position: 0 -97px;
}
.socialLinks .facebook {
    background-position: 0 -129px;
}
.socialLinks .youtube {
    background-position: 0 -161px;
}
.socialLinks .linkedin {
    background-position: 0 -193px;
}
/*Landing page styles*/

.body-landing{
    background-image:url(/img/mazda-1920x1080.jpg);
    background-position:center;
    background-size:cover;
    width: 100%;
height: 100%;
z-index: -1;
position: fixed;
}
.content-landing{
    height:300px;
    width:60%;
    margin:100px auto;
    text-align:center;
}
.content-landing h1, .content-landing p{
    color:#fff;
    text-align:center;

}
.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;
      font-family: "Interstate", Helvetica, Arial, sans-serif;
}
input[type=text] {
    height: 23px;
    padding: 0 8px;
      font-family: "Interstate", Helvetica, Arial, sans-serif;
}
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: 300px;
  font-family: "Interstate", Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.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;
}
@media (max-width: 1400px){
    .content-landing {
        width: 60%;
        margin: 60px auto;
    }

    .footer-landing{
        position:absolute;
        bottom:0;
        width:100%;
        padding:20px 0;
        margin:0;
    }
}
@media (max-width: 1200px){

    .header-infotainment-search {
        top: 10px;
    }
    .header-mazda-nav1 li, .header-mazda-nav2 li {
        margin-right: 20px;
    }
    .home-section1-dash {
        position: relative;
        width: 940px;
        height: 442px;
    }
    .home-section1-system {
        left: 247px;
        top: 63px;
        width: 450px;
        height: 253px;
        background-image: url(/img/home-section1-system2.jpg);
    }
    .home-section1-movie {
        position: absolute;
        left: 247px;
        top: 63px;
        width: 450px;
        height: 253px;
    }
    #home-section1 {
        height: 530px;
    }
    #home-section2, #home-section3, #home-section4{
    height:560px;
}
    .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: 11px;
    }
    .home-section1-circle {
        height: 200px;
        width: 200px;
        background-size: 200px 200px;
    }
    .home-section1-circle div.container {
        width: 150px;
        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;
}
}


@media (max-width: 980px){
    .hero-unit h1 {
        font-size: 30px;
        line-height: 38px;
    }
    #home-section2, #home-section3, #home-section4 {
        height: 600px;
    }
    #home-section1 h1 {
font-size: 25px;
width: 60%;
line-height: 24px;
margin:0 auto;
}
#home-section1 h1 {
font-size: 25px;
width: 60%;
line-height: 24px;
margin:0 auto;
}

#home-section1 {
height: 450px;
}
#home-section2, #home-section3, #home-section4{
    height:480px;
}
    .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-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: 148px;
        height: 140px;
    }
    .home-section1-circle {
        height: 190px;
width: 180px;
        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;
        }
        .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;
    }
    #home-section1 p.home-p {
width:60%;
font-size: 13px;
line-height: 14px;
}
#blue-button-group {
display: none;
}
.hero-unit {
padding: 120px 60px 0 0;
}
.footerNav h2 a{
    font-size: 15px;
}
.siteLinks a {
font-size: 10px;
}
.regionInfo a {
font-size: 10px;
}
.footerNav li {
line-height: 15px;
}
.footerNav ul li a {
font-size: 11px;
}
}
@media (max-width: 979px) and (min-width: 768px){

    .header-infotainment-nav li {
padding-left: 0px;
}
    .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-iframe-movie{
        width: 345px;
        height: 194px;
    }
    .header-infotainment-nav{
        display:none;
    }
    #header-infotainment-nav-button {
display: block;
float: right;
padding-top: 2px;
margin-left: 20px;
}
}
@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-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-section2, #home-section3, #home-section4 {
height: 430px;
}
#home-section1{
    height: 400px;
}
img.mazda-wing{
max-width:75%;    
    }

    #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;
    }

    .hero-unit {
        width: 100%;
        padding: 100px 0px 0 0;
}
    .hero-unit h4, .hero-unit h1, .hero-unit p{
        padding-left: 120px;
        padding-right:120px;
}

    .footer-logo {
        padding-top: 10px;
    }
    .footer-copyright {
        text-align: left;
        padding-top: 10px;
    }
    .siteLinks {
float: none;
text-align: center;

}
.regionInfo {
text-align: center;
}
.footer-mazda-wrapper {
font-size: 11px;
}
    .text-note {
        padding: 14px 0 0px 21px;
    }
    .header-infotainment-search {
        top: 22px;
        right:10px;
    }
    .header-mazda {
        height: 74px;
    }
    .header-mazda-logo {
        left: -0px;
        top:-10px;
        height: 70px;
        width: 375px;
    }
    .header-mazda-zoom {
        top:0px;
    }
    .header-infotainment-nav{
        display:none;
    }
    #header-infotainment-nav-button {
display: block;
float: right;
padding-top: 2px;
margin-left: 20px;
}
    .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;
    }

    
    .system-button{
        float: left;
        margin-right: 10px;
        width: 150px;

    }


    .footer-landing{
        position:relative;
        bottom:inherit;
        width:100%;
        padding: 0;
        margin:0;
    }
    .content-landing {
        height: auto;
        width: 70%;
        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;
    }
    #logo {
top: 52px;
width: 400px;
height: 310px;
background-size: contain;
}
}
@media (max-width: 480px){
#logo {
width: 290px;
height: 260px;
}
    .header-infotainment-search {
        top: 16px;
        right:10px;
    }
    .header-infotainment-search input[type=text] {
width: 110px;
}

    .header-mazda-logo {
        top: -10px;
        height: 59px;
        width: 300px;
    }
    .header-mazda-zoom{
        top:0;
    }
    .hero-unit {
        width: 80%;
        padding: 120px 10px 0 0;
    }
    .hero-unit h4, .hero-unit h1, .hero-unit p {
padding-left: 0px;
padding-right: 60px;
}
    #home-section1 {
        height: 375px;
    }
    .system-button{
        float: left;
        margin-right: 10px;
        width: 120px;
        margin-bottom:30px;
    }
    .content-landing {
        margin: 60px auto 0px auto;
    }
    img.mazda-wing {
max-width: 100%;
}
    .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.not-tested:before {
        content: url(/img/results-untested.png);
        padding-right: 10px;
    }

}