
#inline-a13 { display: none; width: 350px; }


.bg-ford
 {
background-image: url(/img/bg-ford.jpg) !important;
background-repeat: no-repeat;
background-size: 100%;
}
.bg-ford h2
 {
color:#fff;
}
.bg-ford p
 {
color:#fff;
}
.logo-w-and-o {
background-image: url(/img/logo-w2.png) !important;
background-repeat: no-repeat;
background-size: 100%;
width:220px;
height:82px;
}




.bg-block-tarif
 {
background-image: url(/img/bg-block-tarif.jpg) !important;
/*background-repeat: no-repeat;*/
background-repeat: repeat-y;
background-size: 100%;
}









.bg-cont {
background-image: url(/img/bg-cont.jpg) !important;
background-repeat: no-repeat;
background-size: 100%;
}
.contact-detail h4 {
color:#fff;
}
.color-for-form-txt-log {
color:red;
font-family:Verdana; 
font-size:11px;
}
@media (max-width: 991px) {
.contact-detail h4 {
color:#000;
}
.bg-cont {
background-image: none !important;
}
.margin-top-991{
margin-top:250px;
} 
.logo-w-and-o {
background-image: url(/img/logo-o-1.png) !important;
}
}
/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}
.carousel-caption h1 {
    font-size: 157px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.carousel-caption p {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.carousel-caption button {
    width: 240px;
    height: 60px;
    background: #3a9ecb;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.carousel-caption button:hover {
    background: #2a2a2a;
}
.carousel-control {
    width: 5%;
}
.carousel-inner {
    background: -webkit-linear-gradient(left, #000, blue);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #000, blue);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #000, blue);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, #000, blue);
    /* Standard syntax */
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    text-align: left;
    left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-left: 0;
    margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    font-size: 18px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    color: transparent;
    margin-right: 0;
    margin-top: 50px;
}





/*======================css for carousel=========================*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}


/*@media (min-width: 1500px) and (max-width: 2400px) {
background-image: url(/img/bg-ford-1.jpg) !important;
background-repeat: no-repeat;
background-size: 100%;

}
*/



@media (min-width: 992px) and (max-width: 1199px) {

    .carousel-caption h1 {
        font-size: 120px;
    }
    .carousel-caption p {
        font-size: 32px;
    }
    .carousel-caption button {
        width: 215px;
        height: 55px;
        font-size: 26px;
    }

}







@media (min-width: 768px) and (max-width: 991px) {

    .carousel-caption h1 {
        font-size: 90px;
    }
    .carousel-caption p {
        font-size: 30px;
    }
    .carousel-caption button {
        width: 180px;
        height: 50px;
        background: #3a9ecb;
        color: #fff;
        font-size: 22px;
    }

	.logo-w-and-o {

margin:0px auto 0px auto;
}
.margin-top-991{

text-align:center;
} 

}



@media (min-width: 600px) and (max-width: 840px) {

.margin-top-991{
margin-top:200px;
text-align:center;
} 
}
@media (min-width: 300px) and (max-width: 840px) {
.logo-w-and-o {
background-image: url(/img/logo-o-1.png) !important;
margin:0px auto 0px auto;
}
}
@media (min-width: 300px) and (max-width: 599px) {

.margin-top-991{
margin-top:100px;
text-align:center;
} 
.bg-ford h2{
font-size:20px;
margin-top:-20px;
} 
}
/*@media (min-width: 300px) and (max-width: 429px) {

.bg-ford h2{
font-size:20px;
margin-top:10px;
} 
}*/

@media (min-width: 480px) and (max-width: 767px) {

    .carousel-caption {
        margin-top: -110px;
    }
    .carousel-caption h1 {
        font-size: 75px;
    }
    .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption button {
        width: 160px;
        height: 40px;
        font-size: 20px;
    }
	
	
	

}






@media (max-width: 479px) {

    .carousel-caption {
        margin-top: -60px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption p {
        font-size: 12px;
    }
    .carousel-caption button {
        width: 120px;
        height: 23px;
        font-size: 16px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-top: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-top: 30px;
    }

}









