﻿@media (max-width:575px) {
   a.button,button{
       clear:both;
       display:inline-block;
       margin:20px 32px 16px;
       font-size:1rem;
       line-height:1em;
       font-weight:400;
       text-align:center;
       text-decoration:none;
       background-color:#c20707;
       color:#fff;
       border:0;
       font-family:Conduit,arial,sans-serif;cursor:pointer;-webkit-transition:all .3s;transition:all .3s
   }
   
   a.button:active,button:active{background-color:#656565}a.button:focus,button:focus{outline:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                     a.button:disabled,button:disabled{opacity:.7;cursor:default}
}

@media (max-width: 767px)
{
        .with,.without
        {
	        display:none
        }

    .section-slider .valve-slider .img-container .slider-control .slider-track .slider-handle img{
      display:none;
    }


 }

        .without
        {
           width:140px;
            border:none;
            background-color:#000;
            color:#fff;
            padding:7px;
	        position:absolute;
	        bottom:35px;
	        left:85px;
        }
        .without img
        {
	        position:absolute;
	        right:5px;
	        top:10px;
	        width:15px
        }
        .with
        {
            width:130px;
            border:none;
            background-color:#000;
            color:#fff;
            padding:7px;
	        position:absolute;
	        bottom:-69px;
	        left:85px
        }
        .with img
        {
	        position:absolute;
	        right:5px;
	        top:7px;
	        width:15px !important
        }
   
@media (min-width:767px) and (max-width:1300px) {
    .section-slider .valve-slider .img-container .slider-control .slider-track .slider-handle img{
       position:absolute;z-index:2;bottom:25%;left:270px;-webkit-transform:translate(0,50%);
      transform:translate(0,50%);width:60px;height:60px;background-color:#e9e9e9;
      box-shadow:0 0 4px #a7a7a7;cursor:pointer;
    }
}
