/*
Theme Name: Brown
Theme URI: http://baimaistudio.com
Description: Brown - One Page WordPress Theme for E-Book
Tags: custom-menu, custom-colors, translation-ready
Author: Baimai Studio
Author URI: http://baimaistudio.com
Version: 1.1.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



#ibc-fader{
    display:none;	
    position: fixed;
    height: 100%;
    width: 100%;
    margin: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(41, 37, 37, 0.48);
    z-index: 99;
    left: 0;
    right: 0;
}

#ibc-pop-up{
	display: none;
}

#ibc-pop-up img{
    position: fixed;
    top: 30%;
    left: 50%;
    width: 100%;
    max-width: 698px;
    margin-left: -350px;
    z-index: 9999;}

#primary-nav{z-index: 80!important;}


@media(max-width:767px){
	#ibc-pop-up img {
        position: fixed;
    	top: 20%;
    	left: 50%;
    	width: 80%;
   	margin-left: -40%;
    	z-index: 9999;
}
}

