
/** CHIPTUNING MANAGER */
#chart-stages{
    width: 100%;
    height: 320px;
    overflow: hidden;
    text-align: left;
}
.tuning-files-catalog *, .tuning-files-catalog *:before, .tuning-files-catalog *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tuning-files-catalog *{
    text-decoration: none!important;
    font-family: Myriad Pro Regular , helvetica neue,Helvetica,Arial,sans-serif!important;
}
.cars-display{padding: 20px 0;max-width: 100%!important;}
.cars-display .cd{
    display: inline-block;
    width: 100%;
    }    
.cars-display .v_type {
    background: #444;
    color: white!important;
    padding: 3px 8px;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
}
.cars-display .v_type.orange {
    background: #D11109;
}
.cars-display .cd.display-mark{
    
}
.cars-display .cd .cd-title{
    text-align: center;  font-size: 18px;
    line-height: 54px;
    border-bottom: 1px solid #E4E4E4;
    border-color: rgba(153, 153, 153, 0.46);
}
.cars-display .cd .cd-title span{
        display: inline-block;
    vertical-align: middle;
}
.cars-display .cd .cd-inner{}
.cars-display .cd.display-mark .cd-inner ul{
    list-style-type: none;
    margin: 20px 0px;
    padding: 0px 0 40px 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cars-display .cd.display-mark .cd-inner ul li{
     border: 1px solid transparent;
     width: 101px;
     height: 100px;
     padding: 5px;
}
.cars-display .cd.display-mark .cd-inner ul li a{
    width: 100%;
    height: 100%;
    box-shadow: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f799;
    border-radius: 4px;
}
.cars-display .cd.display-mark .cd-inner ul li a img{
    box-shadow: 0 0;
    margin-left: 0!important;
    margin-top: 0!important;
    display: initial!important;
}
.cars-display .cd.display-mark .cd-inner ul li a span{
    font-size: 12px;
    color: #333;
    line-height: 120%;
    text-transform: capitalize;    font-family: sans-serif;
}
.cars-display .cd.display-mark .cd-inner ul li:hover{
    /*border-color: rgba(204, 0, 0, 0.34);*/
}
.cars-display .cd.display-mark .cd-inner ul li:hover a span{}
.cars-display .cd.display-grid{}
.cars-display .cd.display-grid .cd-inner{
    padding: 30px 0px;
}
.cars-display .cd.display-grid .cd-inner ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid{display: flex;}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li{
    width: 33.333333333333%;
    padding: 0 12px 12px;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li .rt.img{    text-align: center;
    padding: 0 10px;}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li .rt.img img{
        width: 100%;
    border-radius: 2px 2px 0 0;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article{
    border: 1px solid #dadada;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 0;
    float: initial;
    width: auto;
    margin: 0;
    -moz-box-shadow: 1.5px 2.6px 2px rgba(0,0,0,.1),inset 1.4px 1.4px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 1.5px 2.6px 2px rgba(0,0,0,.1), inset 1.4px 1.4px 0 rgba(0,0,0,.05);
    box-shadow: 1.5px 2.6px 2px rgba(0,0,0,.1), inset 1.4px 1.4px 0 rgba(0,0,0,.05);
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article header{
    background-color: rgb(228, 228, 228);
    padding: 25px 30px;
    display: block;
    width: 100%;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article header.small{
    padding-top: 13px;  padding-bottom: 13px;
        
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article header.small:first-child{
     border-top-left-radius: 4px;  
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;  
     border-top-right-radius: 4px;  
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px; 
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article header h2{
        font-size: 18px;
        color: #252525;
        margin: 0;
        display: inline;    font-weight: 600;
    font-family: 'Open Sans',Arial,sans-serif;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article header h3{
    font-size: 22px;  color: #ccc;  font-weight: 700;  margin: 0;
    font-weight: normal;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article header img {
    float: right;
    margin-top: -15px;
    margin-right: -10px;
    width: 100px;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content{
    margin: 0;  
    /* padding: 12px; */
    list-style-type: none;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li{
    padding: 9px 18px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(201, 201, 201, 0.43);
    font-size: 14px!important;
    position: relative;
    background: #eaeaea;
    margin-left: 0;
    margin-top: 0;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li:last-child{border-color: transparent;}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li:nth-child(2n+1){
    background: #f6f6f6;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li a{
    color: #292929;text-decoration: none;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li a:hover{
    text-decoration: none;
    color: rgb(204, 0, 0);
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li a span{}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li a span.cv{
    float: right;  font-style: italic;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li label {
position: absolute;
display: inline-block;
cursor: default;
font-weight: normal;
font-style: italic;
white-space: nowrap;
font-size: 13px;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li label.development{
    padding-left: 11px;  
    color: #E7E7E7;  
    text-shadow: 1px 1px 0px #35527F;  border: none;  background: transparent url(../../wdc-core/images/label_arrow_development.png) no-repeat left center;
    right: -118px;
    top: 11px;
    z-index: 100;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li label.development .label{
    display: inline-block;  
    line-height: 22px;  border-top-right-radius: 3px;  border-bottom-right-radius: 3px;  padding-right: 5px;  background: transparent url(../../wdc-core/images/label_bg_development.png) repeat-x left center;
    padding: 0px 10px;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li label.new{
    padding-left: 11px;  
    color: #E7E7E7;  
    text-shadow: 1px 1px 0px #35527F;  border: none;  background: transparent url(../../wdc-core/images/label_arrow_development.png) no-repeat left center;
    right: -75px;
    top: 11px;
    z-index: 99;
}
.cars-display .cd.display-grid .cd-inner ul.block-grid > li > article ul.content > li label.new .label{
    display: inline-block;  
    line-height: 22px;  border-top-right-radius: 3px;  border-bottom-right-radius: 3px;  padding-right: 5px;  background: transparent url(../../wdc-core/images/label_bg_development.png) repeat-x left center;
    padding: 0px 10px;
}
/** CHIPTUNING MANAGER > DETAILS */
.cars-display .cd.display-grid.details-table .cd-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #f3f3f3;
    padding: 22px;
    text-align: left;
    line-height: 100%;
    color: #595959;
}
.cars-display .cd.display-grid.details-table .cd-inner ul.block-grid > li.detail-motor{
    border-left: 2px dashed rgba(210, 210, 210, 0.38);
    flex: 1 0;
}
.cars-display .cd.display-grid.details-table .cd-inner ul.block-grid > li.detail-motor p {font-size: 13px;
    line-height: 24px;
    text-align: justify;
    margin: 0px 10px 10px 10px;}
.cars-display .cd.display-grid.details-table .cd-inner ul.block-grid > li > article ul.content > li label.new {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    right: initial;
    left: -68px;
}
.cars-display .cd.display-grid.details-table .cd-inner ul.block-grid > li > article ul.content > li label.new .label{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.cars-display .cd.display-grid.details-table .cd-inner ul.block-grid > li > article ul.content > li label.development {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg); 
    right: initial;  
    left: -118px;
}
.cars-display .cd.display-grid.details-table .cd-inner ul.block-grid > li > article ul.content > li label.development .label{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);      
}
.cd.display-grid.details-table .stage-data-wrapper{
    margin: 40px 10px 20px 10px;
    padding: 5px 15px 10px;
    background-size: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1.5px 2.6px 2px rgba(0,0,0,.1),inset 1.4px 1.4px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 1.5px 2.6px 2px rgba(0,0,0,.1), inset 1.4px 1.4px 0 rgba(0,0,0,.05);
    box-shadow: 1.5px 2.6px 2px rgba(0,0,0,.1), inset 1.4px 1.4px 0 rgba(0,0,0,.05);
}
.cd.display-grid.details-table .stage-data{
    border: 0;
    margin: 0;
}
.cd.display-grid.details-table .seconde-section{}
.cd.display-grid.details-table .seconde-section h2{
        font-size: 15px;
    font-weight: bold;
    color: #595959;
    padding: 10px 10px 10px 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    line-height: 24px;
}
.cd.display-grid.details-table .seconde-section ul{
    width: 100%;
    height: 100%;
    
    font-size: 13px;
    overflow: hidden;
}
.cd.display-grid.details-table .seconde-section ul li{
    float: left;
    padding: 7px 10px;
    width: 100%;
    padding-left: 30px;
    position: relative
}
.cd.display-grid.details-table .seconde-section ul li:before {
    content: "";
    background: url(http://www.mod-files.com/imgs/icons/icn-master-small.png) no-repeat;
    width: 22px;
    height: 32px;
    background-position: -198px -48px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.stage-data tr{
    border:0px;
}
.stage-data th, .stage-data td {text-align: left;padding: 8px 20px 8px 8px;width: 25%;font-size: 15px;font-weight: normal;border: 0px;}
.stage-data th {
    color: #505050;
    padding: 10px 4px;
    font-weight: 600;
}
.stage-data th[scope="col"]{
    border-bottom: 1px solid #e2e2e2;
}
.stage-data td {color: #afafaf;}
.stage-data th.empty, .stage-data td.empty {background-color: transparent;}
.stage-data td.highlight {color: #ff3020!important;}
.stage-data td.noborder {
background-color: #2F2F2F;
border: none;
color: #EEEEEE;
font-size: 22px;
    text-align: center;
}
.stage-data td.noborder .big {
font-size: 26px;
}
.stage-data td.noborder .big .ttc{
    font-size: 16px;
    display: inline-block;
    float: right;
    margin-left: 6px;
    color: white;
}

.stage-data td.price {
    font-size: 19px;
}
.stage-data td.price .old-price{
    font-size: 14px;
    text-decoration: line-through;
}
.stage-data td.price .new-price{}
.stage-data td.price .new-price.new-customer{}
.stage-data td.price .new-price.regular-customer , .stage-data td.price .old-price.regular-customer{
    display:none;
}
.stage-data td.price .unite{
    font-size: 15px;
    color: #D42D2D;
    margin-right: -10px;
    margin-left: 5px;
}
.cars-display .price-label-wrapper{
    padding: 0 20px;
}
.cars-display .price-label{color: white;text-align: right;}
.cars-display .price-label *{color: #ff3020!important;font-size: 28px;line-height: 100%;}

.cars-display .price-label .price{
    font-size: 26px;
}
.cars-display .price-label .price small{
    font-size: 14px;
    font-weight: normal;
    font-family: "Myriad Pro Light",sans-serif !important;
}
.cars-display .price-label .price.price-ht{
}
.cars-display .price-label .price.price-ttc{
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
}
.price-label .price.price-ht span{}
.price-label .price.price-ht small{}
.price-label .price.price-ttc span{
    font-size: 14px;
    color: #929292!important;
}
.price-label .price.price-ttc small{
    font-size: 12px;
    color: #929292!important;
    margin-left: 2px;
}
.price-label.just-ttc{}
.price-label.just-ttc .price.price-ttc{
    font-size: 26px;
}
.price-label.just-ttc .price.price-ttc span{
    color: #ff3020!important;
    font-size: 28px;
}
.price-label.just-ttc .price.price-ttc small{
    font-size: 14px;
    color: #ff3020!important;
    margin-left: 0;
}

/** RESPONSIVE */
@media (max-width: 768px){
    .listTuningfilesviewer ul li a{
        line-height: 16px;
    }
}
@media (max-width: 425px){
    .cars-display .cd.display-mark .cd-inner ul li{
        width: 33.3333333%;
    }
    .cars-display .cd.display-grid .cd-inner ul.block-grid > li,.cars-display .cd.display-grid.details-table .cd-inner ul.block-grid > li.detail-motor,.listTuningfilesviewer ul li,.listTuningfilesviewer.detail .specstuningFV > *,.listTuningfilesviewer.detail .seconde-section > *{
        width:100%;
    }
    .cars-display .cd.display-grid .cd-inner ul.block-grid > li {
        display: none;
    }
    .cars-display .cd.display-grid .cd-inner ul.block-grid > li:last-child {
        display: block;
    }
    .listTuningfilesviewer.model > ul{
        column-count: 1;
            -webkit-column-count: 1;
            -moz-column-count: 1;
    }
    .listTuningfilesviewer.detail .lf{
            padding-left: 20px;
    }
    .listTuningfilesviewer.detail .rt{
        float:left;
    }
    .listTuningfilesviewer.detail .seconde-section{
        padding: 0px 20px 10px 20px;
    }
    .v_type_present .vt-r {
        width: 50%!important;
        float: left!important;
    }

}

/** Before the choice of vehicle types */
.v_type_present{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    /* white-space: nowrap; */
    display: inline-block;
    padding: 0 10px;
}
.v_type_present .vt-r{
    display: inline-block;
    width: 24%;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-align: center;
    margin-top: 3px;
    padding: 5px;
    white-space: normal;
    position: relative;
    overflow: hidden;
}
 

/**
 * The "shine" element
 */

.v_type_present .vt-r:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */

.v_type_present .vt-r:hover:after { 
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.v_type_present .vt-r:active:after {
  opacity: 0;
}
.v_type_present .vt-r .vt-icon{
    width: 100%;
    height: 240px;
    margin: 0px auto 0px auto;
    padding: 20px;
    background: #F9F9F9;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.v_type_present .vt-r .vt-icon.cars{
  background: url(http://www.mod-files.com/imgs/icons/types_car.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0260a3;
}
.v_type_present .vt-r .vt-icon.trucks{
    background: url(http://www.mod-files.com/imgs/icons/types_truck.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #16c95d;
}
.v_type_present .vt-r .vt-icon.motos{
  background: url(http://www.mod-files.com/imgs/icons/types_moto.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f49a3d;
}
.v_type_present .vt-r .vt-icon.quads{
  background: url(http://www.mod-files.com/imgs/icons/types_quad.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333;
}
.v_type_present .vt-r .vt-icon.jetski{
  background: url(http://www.mod-files.com/imgs/icons/types_jetski.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
      background-color: #3dc2f4;
}
.v_type_present .vt-r .vt-icon.agricultures{
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FF7043;
  background-image: url(http://www.mod-files.com/imgs/icons/type_agriculture.png?v=15012020);
}
.v_type_present .vt-r .vt-icon.construction-machines{
  
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #8D6E63;
  background-image: url(http://www.mod-files.com/imgs/icons/types_construction-machines.png?v=15012020);
}
.v_type_present .vt-r .vt-icon.bus{
    background-repeat: no-repeat;background-position: center center;background-color: #7E57C2;
    background-image: url(http://www.mod-files.com/imgs/icons/types_bus.png?v=15012020);
}
.v_type_present .vt-r .vt-txt{
    font-size: 14px;
    text-align: center;
    color: white!important;
    padding: 13px 16px;
    margin: 0 auto;
   
    -moz-border-radius: 9px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    text-transform: uppercase;
}
.v_type_present .vt-r .vt-txt.cars{background-color: #024a7e;}
.v_type_present .vt-r .vt-txt.trucks{background-color: #129f4a;}
.v_type_present .vt-r .vt-txt.motos{background-color: #e77a0a;}
.v_type_present .vt-r .vt-txt.quads{background-color: #201f1f;}
.v_type_present .vt-r .vt-txt.jetski{background-color: #31a5d1;}
.v_type_present .vt-r .vt-txt.agricultures{background-color: #FF5722;}
.v_type_present .vt-r .vt-txt.construction-machines{background-color: #795548;}
.v_type_present .vt-r .vt-txt.bus{background-color: #673AB7;}

.cars-display h3 {
        text-align: center;
    font-weight: 300;
    font-size: 32px;
    color: #696969;
    margin-top: 0;
    font-family: 'Open Sans light',sans-serif;
    line-height: 34px;
    margin-bottom: 60px;
}
.cars-display .titleHR {
    text-align: center;
    font-weight: 300;
    font-size: 26px;
    color: #8A8A8A;
    margin-top: 0;
    font-family: 'Open Sans',sans-serif;
    margin-bottom: 40px;
     
    
        font-weight: 600;
    text-transform: uppercase;
}
.tuning-files-catalog .alert{
    padding: 16px 20px;
    border: 1px solid #333;
    border-radius: 4px;
    margin: 20px 0;
    font-size: 14px;
    background: #f5f5f5;
}
.tuning-files-catalog .alert.alert-warning{
    background-color: wheat;
    border-color: #e8b75b;
    color: #222;
    margin:0 20px;
}
.tuning-files-catalog .alert.alert-danger{
    background-color: #ff9999;
    border-color: #f93737;
    color: white;
}
.tuning-files-catalog .breadcrumb-wrap{
    padding:0 22px;
}
.cars-display a{
    box-shadow: 0 0 ;
}
/** BOXED THEME */
.cars-display.boxed-theme , .breadcrumb-wrap.boxed-theme{

max-width: 990px!important;

margin: 0 auto;
}
/** FONTS  */
/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('../fonts/myriad-pro-font2/MYRIADPRO-REGULAR.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed'), url('../fonts/myriad-pro-font2/MYRIADPRO-COND.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Condensed Italic'), url('../fonts/myriad-pro-font2/MYRIADPRO-CONDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Light';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Light'), url('../fonts/myriad-pro-font2/MyriadPro-Light.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Semibold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold'), url('../fonts/myriad-pro-font2/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Semibold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Semibold Italic'), url('../fonts/myriad-pro-font2/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Condensed';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed'), url('../fonts/myriad-pro-font2/MYRIADPRO-BOLDCOND.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('../fonts/myriad-pro-font2/MYRIADPRO-BOLD.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Italic'), url('../fonts/myriad-pro-font2/MYRIADPRO-BOLDIT.woff') format('woff');
}


@font-face {
font-family: 'Myriad Pro Bold Condensed Italic';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/myriad-pro-font2/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}