
/* 
	author: istockphp.com
*/

#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	background: rgba(53, 53, 53, 0.9);
    border: 1px solid #e6edef;
    display: none;
	position: fixed;
  	height:100%;
    width: 100%;
    z-index: 151;
}
div.loader {
    background: url("file://///192.168.0.207/Current Projects/CompuBrain/compubrain.in/Final/pop-up-homepage/img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}

div.close1 {
    background: url("file://///192.168.0.207/Current Projects/CompuBrain/compubrain.in/Final/pop-up-homepage/img/closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
	display:inline-block;
    float: right;
    height: 30px;
    position: absolute;
    width: 30px;
	margin:10.6% 7.5% !important;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin:10% auto 0% 7% !important;
	width:1200px;
}
@media screen and (max-width: 700px) {
div#popup_content {
    display: inline-block;
    margin: 17% auto 0 0 !important;
    padding: 15px;
    position: relative;
    width: 90%;
}
#popup_content .pop_mobile {
    background-color: #fff !important;
    display: inline-block;
    position: relative;
    width: 100%;
}
div.close1{
	right:0;
	z-index: 9999;
	 margin: 17.6% 2% !important;
}
.pop_mobile .smaller a, .pop_mobile .smaller a:hover, .pop_mobile .smaller a:visited {
    color: #ff3300;
}
.pop_mobile .cbmap {
    margin: 5px 25%;
}
.pop_mobile .cb-map-img {
    width: 15%;
}
.pop_mobile .dire h4 {
    color:#ff3300;
	font-size: 14px;
    margin-top: 8px;
	margin-bottom: 0 !important;
}
}





