﻿.my-filter {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    left: 0;
}
.well {
    background: none;
    padding: 15px;
}
.well legend {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 10px;
}
@media(min-width:992px) {
    .sidebar.col-md-3 {
        padding: 0px;
        width: 20%;
    }
}
@media(max-width:768px) {


    .my-filter .button {
        font-size: 1em;
        padding: 8px;
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 30px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease-out;
        display: inline-block;
        width: 44%;
        text-align: center;
        margin: 5px 11px;
    }
    .my-filter .button:hover {
        background: #ff7400;
        color: #000;
        text-decoration: none;
    }
    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
        z-index: 999999;
    }
    .overlay:target {
        visibility: visible;
        opacity: 1;
    }
    .popup {
        margin: 60px auto;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        width: 90%;
        position: relative;
        transition: all 5s ease-in-out;
        max-height: 500px;
        overflow-y: scroll;
    }
	.blogclosebutton{
	display: inline-block;
    width: 100%;
    text-align: center;
    background: #F05F40;
    margin-bottom: 10px;
}
    #style-4::-webkit-scrollbar-track {
        background-color: #F5F5F5;
        border-radius: 20px;
    }
    #style-4::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
        border-radius: 20px;
    }
    #style-4::-webkit-scrollbar-thumb {
        background-color: #000000;
        border-radius: 20px;
    }
    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }
    .popup .close {
        color: #fff;
        opacity: 1;
    }
    .popup .close:hover {
		color: #ff7400;
    }
    .popup .content {
        max-height: 30%;
        overflow: auto;
    }
	.close{
		text-align:center;
		float:none;
	}
}
@media (max-width: 768px){
    .popup {
    max-height: 80vh;
}
}
@media(max-width:640px) {
    .my-filter .button {
        width: 42%;
    }
}

