﻿

@media (min-width: 768px) {
    .prod .image {
        border: 1px solid #F0EFED;
        height: 142px;
        width: 257px;
    }
     .prod img {
        max-height: 137px;
        margin-top: 12px;
    }
}
@media (min-width: 1800px) {
    .prod .image {
        border: 1px solid #F0EFED;
        height: 214px;
        width: 385px;
    }

    .prod img {
        max-height: 137px;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .news .image {
        height: 142px;
    }
     .news .four-cols .col .image img{
        height: 142px;
    }
}
@media (min-width: 1280px){
     .news .image {
        height: 142px;
    }
    .news .four-cols .col .image img
    {
        height: 142px;
    }
}
@media (min-width: 1800px){
     .news .image {
        height: 214px;
    }
    .news .four-cols .col .image img
    {
        height: 214px;
    }
}
  .news  .caption{
    height: 213px;
    overflow: hidden;
}
  .news .four-cols .col .image img  {
    border-radius: 4px;
    

}
 .news h2{
  /*  text-align: center;*/
 }

 .logosComposition{
     padding-left:950px;
     position: absolute;
     bottom: 35px;
 }
.opacity0 {
    opacity:0;
}

.four-cols .col .btn-primary{
   /* margin-top: 60px;*/
}

.big-case .image img{
    height:500px;
}
.big-case .blockquote-holder img{
    width:430px;
    height:161px;
}
.big-case .blockquote-holder blockquote{
    width:430px;
    height:315px;
}

/*footer form text area*/
#footer form .comments input[type="text"]{
    height: 179px !important;
    width: 100%;
    padding-bottom: 130px;
    padding-left: 15px;
}
#footer label.error {
    display: none !important;
}

#footer .footer-info .country ul a{
    cursor:pointer;
}
.country .footer-ajax-tabs{
    width:176px;
}
#countrySelected{
    width:182px;
    float:right;
}

.prodName{
   /* padding-left: 100px;*/
    font-weight: bold !important;
    margin-bottom: -12px;
}
#footer .info-holder a:hover {
    color: #61b9ff;
}

#footer .nav li a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0 0 0 16px;
}
#footer .nav li a:hover, #footer .nav li a:focus {
    color: #61b9ff;
    background: none;
}
#footer .four-cols .col-holder.tweet a:hover {
    color: #61b9ff;
}
#footer .four-cols .col-holder.tweet .follow {
    float: right;
    margin: 3px 0 0;
    text-decoration: underline;
}
.mapimg{
    border-radius: 4px;
}
#map_canvas{
    width: 280px;
     height: 140px;
}
#footer .info-holder a {
    color: #fff;
    text-decoration: none;
}
@media only screen and (min-width: 1025px) {
    #footer a[href^=tel], a[href^=skype], a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

#footer a{
    text-decoration:none !important;
}
#footer .four-cols .col-holder.tweet h4{
    text-transform:uppercase;
    width:261px;
}
#footer .footer-info .country ul{
    display: block;
    height: 400px;
    overflow: overlay;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active{

     color: white;
        background-color: #afafaf;
        cursor: none;
        opacity: 1;
}
.four-cols .col .image.home-prod{
    text-align: center;
    display: table-cell;
    vertical-align: middle;

}
.four-cols .col .image.home-prod img{
    max-width:100%;
    width:auto;
    display:initial;
    margin:0;
}

.validate-check-box-form{
    border: 1px solid #c40f39;
    border-radius: 4px;
    
}
.checksdiv {
    margin-bottom: 17px;
    padding-top: 8px;
    padding-left: 9px;
    padding-bottom: 12px;
}