*{
    margin:0;
}
html{
    height:100%;
}
body{
    font:12px Arial,sans-serif;
    color:#fff;
    min-height:100%;
    min-width:952px;
    position:relative;
}
a{
    color:#fff;
    text-decoration:none;
}
a img{
	border:0;
}
input,textarea {
	 color:#fff;
}
ul{
    padding:0;
}
h2{
    font:20px/29px 'Michroma',sans-serif;
    margin-bottom:10px;
}
#header,
#contentWrp{
    z-index:10;
    position:relative;
}
#starLayer{
    position:absolute;
    top:0;
    left:0;
}
#header{
    z-index:11;
}
#header .logoLine{
    height:74px;
	  background:#000;
    background:rgba(42,42,42,0.8);
}
#header .navLine{
    position:relative;
	  background:#E21A1A;
    background:rgba(226,26,26,0.9);
    height:41px;
}
#logoNav{
    position:absolute;
    top:18px;
    right:10px;
}
#logoNav > li{
    display:inline-block;
    vertical-align:middle;
    margin-left:18px;
}
#mobileNavReveal{
    display:none;
    position:absolute;
    bottom:10px;
    right:12px;
    width:15px;
    cursor:pointer;
}
#mobileNavReveal span{
    display:block;
    height:2px;
    background:#fff;
    margin-top:2px;
}
#mainNav > li{
    position:relative;
    display:inline-block;
    margin-left:27px;
}
#mainNav > li:first-child{
    margin-left:15px;
}
#mainNav > li > a{
    display:block;
    border-bottom:3px solid transparent;
    line-height:38px;
    text-transform:uppercase;
    font-family:'Michroma',sans-serif;
}
#mainNav > li:hover > a,
#mainNav > li.active > a{
    border-bottom-color:#fff;
}
#mainNav > li > ul{
    position:absolute;
    left:0;
    top:100%;
	  background:#E21A1A;
    background:rgba(226, 26, 26, 0.9);
    border-radius:0 0 4px 4px;
    display:none;
    padding:0 18px 0 12px;
    min-width:159px;
    z-index:100;
}
#mainNav > li:hover > ul{
    display:block;
}
#mainNav > li > ul > li{
    display:block;
    border-top:1px solid #fff;
}
#mainNav > li > ul > li:first-child{
    border-top:0;
}
#mainNav > li > ul > li > a {
    display:block;
    font-size: 12px;
    line-height: 14px;
    padding:8px 0;
    color:#fff;
    white-space:nowrap;
}
#langNav{
    position:absolute;
    top:15px;
    right:17px;
}
#langNav > li{
    display:inline-block;
    margin-left:6px;
}
#langNav > li > a{
    display:block;
    height:11px;
    width:19px;
    background:url('./../img/flags.png') no-repeat left top;
}
#langNav > li > a.en{
    width:20px;
    background-position:left -11px;
}
#langNav > li > a.it{
    background-position:left -22px;
}
#langNav > li > a.es{
    background-position:left -33px;
}

#contentWrp{
    width:952px;
    margin:50px auto 0;
    padding-bottom:35px;
}
#contentWrp.small{
    width:689px;
}
#contentWrp > .header{
    position:relative;
    height:40px;
    line-height:40px;
    background:rgb(226,26,26);
    font-family:'Michroma',sans-serif;
    text-transform:uppercase;
    padding:0 42px 0 15px;
}
#contentWrp > .header .close{
    position:absolute;
    width:35px;
    height:32px;
    top:4px;
    right:7px;
    background:url('./../img/close.png') no-repeat left top;
    cursor:pointer;
}
#contentWrp > .header .backLink{
    position:absolute;
    right:57px;
    top:0;
    color:#fff;
    line-height:40px;
    cursor:pointer;
}
#contentWrp > .header .beforeImg{
    position:relative;
    top:-17px;
    display:inline-block;
    height:73px;
    margin-right:33px;
    vertical-align:top;
}

#content{
	  background:url(/_layout/img/trans-black.png);
    background:rgba(47,47,47,0.8);
    padding:15px 18px 10px;
}
#content a{
    text-decoration:underline;
}
#contentWrp.small #content > .text{
    line-height:22px;
}
#content > h2.topMore{
    margin-top:10px;
}
#footer{
    position:absolute;
    bottom:0;
    left:0;
    height:40px;
    width:100%;
    border-top:7px solid #e3252f;
    background:#000;
    font-size:10px;
    line-height:40px;
    z-index:10;
    padding:10px 0;
}
#footer .text img{
    display:block;
}
#footer .nav{
    position:absolute;
    top:0;
    right:3px;
}
#footer .nav > li{
    display:inline-block;
    margin-left:13px;
}
#footer .nav > li:first-child{
    margin-left:0;
}

.center{
    position:relative;
    margin:0 auto;
    width:952px;
}
.clear:after {
	content:"";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.michText{
    font-family:'Michroma',sans-serif;
}

#gallery{
    margin:28px -18px 0 0;
}
#gallery > li{
    position:relative;
    display:inline-block;
    vertical-align:top;
    margin:0 20px 34px 0;
}
#gallery > li img{
    display:block;
}
#gallery > li .overLayer{
    position:absolute;
    left:0;
    bottom:0;
    height:40px;
    width:100%;
    font-weight:bold;
    background:rgba(42,42,42,0.7);
    padding:5px 15px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
    color:#fff;
}
#galleryDetail{
    margin:-15px -18px 0;
    position:relative;
    overflow:hidden;
}
#galleryDetail > .slider-container img{
    display:none;
}
#galleryDetail > .slider-container img:first-child{
    display:block;
}
#galleryDetail .prev,
#galleryDetail .next{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-33px;
    width:42px;
    height:66px;
    background:url('./../img/big_arrows.png') no-repeat left top;
    cursor:pointer;
}
#galleryDetail .next{
    left:auto;
    right:0;
    background-position:left -66px;
}
#galleryDetailSlider{
    position:relative;
    margin:12px -18px 0;
    white-space:nowrap;
    overflow:hidden;
}
#galleryDetailSlider .toslide{
    height:90px;
    overflow:hidden;
}
#galleryDetailSlider .toslide > div{
    position:absolute;
}
#galleryDetailSlider img{
    display:inline-block;
    vertical-align:top;
    margin-left:10px;
}
#galleryDetailSlider img:first-child{
    margin-left:0;
}
#galleryDetailSlider .prev,
#galleryDetailSlider .next{
    position:absolute;
    top:24px;
    left:0;
    width:21px;
    height:34px;
    background:url('./../img/small_arrows.png') no-repeat left top;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
}
#galleryDetailSlider .next{
    left:auto;
    right:0;
    background-position:left -34px;
}
#underGalleryBlock{
    margin:15px 0 0 0;
    border-top:1px solid #fff;
    padding-top:15px;
}
#underGallery{
    margin:0 -14px 0 0;
}
#underGallery > li{
    display:inline-block;
    vertical-align:top;
    margin:0 20px 10px 0;
}
#underGallery > li img{
    display:block;
}

#aside{
    margin-left:66px;
    float:left;
    width:205px;
    line-height:18px;
}
#aside > .header{
    text-transform:uppercase;
    font-size:15px;
    margin-bottom:7px;
}

#contact{
    width:627px;
    float:left;
}
#contact label{
    display:block;
    margin-bottom:5px;
}
#contact input[type="text"],
#contact textarea{
    display:block;
    width:100%;
    background:rgba(233,233,233,0.24);
    border:2px solid rgba(117,115,114,0.24);
    border-width:1px 2px;
    height:35px;
    line-height:35px;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#contact textarea{
    height:146px;
}
#contact .line{
    margin-bottom:10px;
}
#contact .twoColumnLine > div{
    float:left;
    margin-left:47px;
    width:290px;
}
#contact .twoColumnLine > div:first-child{
    margin-left:0;
}
#contact .submitLine{
    margin-top:17px;
}
#contact .submitLine input[type="submit"]{
    border:1px solid #797a78;
    background:#ededed;
    height:30px;
    width:86px;
}
#contact .submitLine input[type="checkbox"]{
    border:1px solid #797a78;
    background:#ededed;
    vertical-align:middle;
}
#contact .submitLine .agbBlock{
    float:right;
    width:50%;
}
#contact .submitLine span{
    margin-left:5px;
    line-height:22px;
    vertical-align:middle;
}
#news{
    padding:0 37px 0 21px;
}
#news .newsItem{
    min-height:89px;
    position:relative;
    padding:21px 0 13px 123px;
    border-bottom:1px solid #eee;
}
#news .newsItem:last-child{    
    border-bottom:0;
}
#news .newsItem .header{
    font:20px/25px 'Michroma',Arial,sans-serif;
    margin-bottom:12px;
}
#news .newsItem .moreLink{
    text-decoration:underline;
    color:#ff2000;
    cursor:pointer;
}
#news .newsItem .moreText{
   display:none;
}
#news .newsItem .dateBlock{
    position:absolute;
    top:21px;
    left:0;
    width:87px;
    height:87px;
    border:1px solid #dcdcdc;
    background:#454648;
    text-align:center;
}
#news .newsItem.hotNews .dateBlock{
	border-color:rgb(226, 26, 26);
}
#news .newsItem .dateBlock .day{
    font:30px/43px 'Michroma',Arial,sans-serif;
    margin:12px 0 4px;
}
#news .newsItem .dateBlock .month{
    font:11px 'Michroma',Arial,sans-serif;
}
#newsPagination{
    margin-top:44px;
    line-height:26px;
}
#newsPagination .pageNums{
    float:right;
}
#newsPagination .pageNums span{
    display:inline-block;
    height:26px;
    width:26px;
    text-align:center;
    border-radius:3px;
    background:#9d9e9f;
    color:#292929;
}
.cycleColumnLeft{
    float:left;
    width:450px;
}
.cycleColumnRight{
    float:right;
    width:450px;
}
.cycleColumnLeft > img,
.cycleColumnRight > img{
    height:auto;
}
.motorcycleTable{
    border-collapse:collapse;
    width:100%;
}
.motorcycleTable tr td{
    line-height:22px;
    font-size:15px;
    padding:4px 0;
    vertical-align:top;
}
.motorcycleTable tr td:first-child{
    width:40%;
    font-weight:bold;
    padding-left:9px;
}
.motorcycleTable .header td{
    font:20px 'Michroma',Arial,sans-serif;
    height:55px;
    vertical-align:middle;
    font-weight:normal !important;
}
.motorcycleTable tr:nth-child(even){
    background:#666662;
}
#driverTables{
    float:left;
    width:473px;
    margin-top:19px;
}
.driverTable{
    width:100%;
    border-collapse:collapse;
}
.driverTable tr td{
    padding:7px 0;
    vertical-align:top;
}
.driverTable tr td:first-child{
    width:50%;
    font-weight:bold;
    padding-left:9px;
}
.driverTable tr:nth-child(even){
    background:#666662;
}
.driverTable tr.header{
    background:transparent;
}
.driverTable tr.header td{
    font:20px 'Michroma',Arial,sans-serif;
    height:71px;
    vertical-align:middle;
}
#driverImg{
    float:right;
    width:356px;
    margin:-60px -18px 0 0;
}
#driverImg > img{
    display:block;
    border-bottom:1px solid #d8dee1;
    margin-bottom:15px;
}
#driverImg > ul{
    padding:20px 0 0 15px;
}
#logoSlider{
    position:relative;
    margin:10px -10px 0;
    padding:0 30px;
}
#logoSlider .toslide{
    position:relative;
    white-space:nowrap;
    overflow:hidden;
    height:42px;
}
#logoSlider .toslide > div{
    position:absolute;
}
#logoSlider img{
    display:inline-block;
    margin-left:20px;
    vertical-align:middle;
}
#logoSlider img:first-child{
    margin-left:0;
}
#logoSlider .prev,
#logoSlider .next{
    position:absolute;
    top:50%;
    left:0;
    margin-top:-16px;
    height:33px;
    width:20px;
    background:url('./../img/logo_arrows_white.png') no-repeat left top;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    cursor:pointer;
}
#logoSlider .next{
    left:auto;
    right:0;
    background-position:left -33px;
}
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

.bgPrev,
.bgNext{
    display:none;
    position:fixed;
    top:50%;
    left:0;
    margin-top:-33px;
    width:42px;
    height:66px;
    background:url('./../img/big_arrows.png') no-repeat left top;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
}
.bgNext{
    left:auto;
    right:0;
    background-position:left -66px;
}
#content.home{
    padding:0;
}
#content.home .columnLeft{
    float:left;
    width:480px;
}
#content.home .leftBox{
    position:relative;
    width:50%;
/*    height:240px;*/
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    background:#000;
}
#content.home .leftBox > .header{
    position:absolute;
    left:0;
    right:0;
    top:0;
    background:#000;
	  color:#fff;
    background:rgba(0,0,0,0.7);
    font:15px/56px 'Michroma',Arial,sans-serif;
    z-index:12;
    padding-left:27px;
    text-transform:uppercase;
}
#content.home .leftBox > img{
    display:block;
    z-index:10;
    width:100%;
    height:auto;
}
#content.home .columnRight{
    float:left;
    width:416px;
    padding:14px 28px 0;
    overflow:auto;
}
#content.home .columnRight h2{
    font-size:15px;
}
#homeNews .newsItem{
    position:relative;
    margin:20px 0 40px;
}
#homeNews .newsItem .moreLink {
    color:#FF2000;
    cursor:pointer;
    text-decoration:underline;
}
#homeNews .newsItem .dateBlock{
    background:#454648;
    border:1px solid #DCDCDC;
    height:65px;
    left:0;
    position:absolute;
    text-align:center;
    top:0;
    width:65px;
    color:#fff;
}
#homeNews .newsItem.hotNews .dateBlock{
	border-color:rgb(226, 26, 26);
}
#homeNews .newsItem .dateBlock .day{
    font:20px/24px 'Michroma',Arial,sans-serif;
    margin:12px 0 6px;
}
#homeNews .newsItem .dateBlock .month{
    font:9px 'Michroma',Arial,sans-serif;
}
#homeNews .newsItem .header{
    min-height:66px;
    padding-left:82px;
    font:12px/20px 'Michroma',Arial,sans-serif;
    margin-bottom:10px;
}

@media (max-width:1042px) {
    .bgPrev,.bgNext {
        display:none;
    }
}

@media (max-width:952px) {
    body{
        min-width:0;
    }
    .center{
        width:auto;
    }
    #header .logoLine .center > img{
        margin:0 0 0 12px;
    }
    #contentWrp{
        width:auto;
        padding-bottom:65px;
    }
    #galleryDetail > .slider-container img{
        width:100%;
        height:auto;
    }
    #driverTables{
        width:52%;
    }
    #driverImg{
        width:39%;
    }
    #driverImg > img{
        width:100%;
        height:auto;
    }
    #contact{
        float:none;
    }
    #aside{
        float:none;
        margin:20px 0 0 0;
    }
    .cycleColumnLeft,
    .cycleColumnRight{
        float:none;
    }
    #content.home .columnLeft{
        width:51%;
    }
    #content.home .columnRight{
        padding-left:2.9%;
        padding-right:2.9%;
        width:43.2%;
    }
}
@media (max-width:800px) {
    #logoNav{
        display:none;
    }
    #langNav{
        top:-68px;
    }
    #footer .center{
        padding:0 10px;
    }
    #footer .nav{
        right:10px;
    }
}

@media (max-width:721px){
#header .navLine{
        height:auto;
        background-color:transparent;
    }
    #mainNav{
        display:none;
        margin:0;
        border-bottom:1px solid #545454;
    }
    #mainNav li{
        display:block;
        padding-left:10px;
        background:#E21A1A;
        margin:0;
    }
    #mainNav li:first-child{
        margin:0;
    }
    #mainNav > li > a{
        border-bottom:0;
    }
    #mainNav > li > ul{
        position:static;
        display:block;
    }
    #mainNav > li > ul > li{
        border-top:0;
    }
    #mobileNavReveal{
        display:block;
    }
}

@media (max-width:705px){
.backLink {
	   display:none;
  }
}

@media (max-width:689px){
    #contentWrp.small{
        width:auto;
        padding-bottom:65px;
    }
    #galleryDetail{
        margin:0;
    }
    #galleryDetailSlider{
        margin:12px 0 0;
    }
    #footer{
        height:48px;
    }
    #footer .text{
        width:200px;
    }
}
@media (max-width:660px) {
    #contact{
        width:100%;
    }
    #contact .twoColumnLine > div{
        margin-left:0;
        width:100%;
    }
}
@media (max-width:580px){
    #content.home .columnLeft,
    #content.home .columnRight{
        float:none;
        width:100%;
    }
    #content.home .columnRight{
        padding-left:10px;
        padding-right:10px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
}
@media (max-width:500px){
    #header .navLine{
        height:auto;
        background-color:transparent;
    }
    
    #mobileNavReveal{
        display:block;
    }
    #contentWrp > .header .beforeImg{
        height:40px;
        width:auto;
        top:0;
    }
    #contentWrp,
    #contentWrp.small{
        width:auto;
        margin:0;
        padding:0;
    }
    #footer{
        position:relative;
        height:auto;
    }
    .cycleColumnLeft,
    .cycleColumnRight,
    .cycleColumnLeft > img,
    .cycleColumnRight > img,
    #homeNews .newsItem{
        width:100%;
    }
}
@media (max-width: 320px) {
    #contentWrp > .header .close, #supersized {
        display:none;
    }
    #contentWrp > .header{
        padding-right:5px;
    }
    .center{
        margin:0;
        width:auto;
        height:100%;
    }
    #header .logoLine{
        height:96px;
    }
    #header .logoLine img{
        margin:12px 0 0 12px;
    }
    #langNav{
        top:-88px;
    }
    #content{
        padding:15px 0;
        background:#fff;
        color:#000;
    }
    #content a{
        color:#000;
    }
    #content > .text,
    #content > h2{
        padding:0 10px;
    }
    #driverTables,
    #driverImg{
        float:none;
        width:100%;
        margin:0;
    }
    #driverImg > img{
        width:100%;
        height:auto;
    }
    #news,
    #aside,
    #contact > div{
        padding:0 10px;
    }
    #gallery{
        padding:0 10px;
    }
    #gallery li{
        margin:10px 0 0;
    }
    #logoSlider{
        margin:10px 0 0;
        padding:0 40px;
    }
    #logoSlider .prev,
    #logoSlider .next{
        left:10px;
        background-image:url('./../img/logo_arrows_grey.png');
    }
    #logoSlider .next{
        left:auto;
        right:10px;
    }
    #footer > .center{
        padding:15px 15px 20px;
    }
    #footer .nav{
        position:static;
        margin-top:40px;
    }
}