@charset "utf-8";


.main-content {
    height: 800px;
    width: 1000px;
    margin: 0 auto;
}

.overlay-content h1{
	font-size:24px;
	text-transform:capitalize;
	padding:0 0 10px 0;
	border-bottom:1px solid #ededed;
	margin:0 0 15px 0;
	font-weight:normal;
	color:#10120d;
	text-align:center;
}

.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}
.overlay-content {
    display: none;
    background: #fff;
    padding: 1%;
    width: 50%;
    position: absolute;
    top: 5%;
    left: 44%;
    margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.overlay-content img{
    padding: 0 15px 15px 0;	
    width: 100%!important;
    height: auto!important;
}

.close-btn {
    cursor: pointer;
    border: none;
    padding: 1% 2%;
    background: transparent;
    box-shadow: none;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 3px;
    color: #000;
    font-size: 30px;

}
.close-btn:hover {
    background: transparent;
    color: #a1a1a1;
}



/* media query for most mobile devices */
@media only screen and (max-width: 480px){

    .overlay-content {
        width: 88%;
        margin: 0 6%;
        left: 0;
    }
    .overlay-content img{
        padding: 0 10px 10px 0;	
        width: 100%!important;
        height: auto!important;
    }
    
    
    
    
    
    .overlay-content h1 {
        font-size: 14px;
        padding: 10px 0 10px 0;
    }
    .tp-btn {
        z-index:34;
    }
    .pd-x-20 {
        padding-left: 40px;
    }
}

@media (max-width: 767px){
    .menu-button > button {
        display: inline-block;
        float: right;
        margin-top: 0;
        margin-right: 0;
        background: #8fbe32 !important;
        position: relative;
        right: 15px;
        border-radius: 0;
        font-size: 24px;
        color: #fff;
        padding: 0;
        width: 45px;
        top: -8px;
    }
    .xs-menu1-wrapper {
        background: #8fbe32;
    }
}
