﻿.pop-up-background {
    background: rgba(255,255,255,.95);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.pop-up-background-modal {
    cursor:default;
}

.pop-up {
    visibility:hidden;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    position: absolute;
    top: 20px;
    width: 90%;
    z-index: 100;
}

.pop-up.small{
    margin-left: -200px;
    max-width: 400px;
}

.pop-up.medium{
    margin-left: -300px;
    max-width: 600px;
}

.pop-up.large{
    margin-left: -400px;
    max-width: 800px;
}

.pop-up-content {
    background: #fff;
   
    min-height: 30px;
    padding: 30px;
	border:solid 1px #e7e7e7;
}

.pop-up-content .close,
.pop-up-footer {
    text-align: right;
}

.pop-up-footer {
    padding-top: 24px;
}

.pop-up-body {
    font-size: 16px;
    color:#666;
}
.pop-up .close {
    position:absolute;
    top:20px;
    right:20px;
    z-index: 99;
}

.pop-up .close a{
    font-size: 18px;
    color: #d22;
    width: 24px;
    height: 24px;
    background: url(../images/close-btn.png) no-repeat 0 0;
    display: inline-block;
}
.pop-up .close a:hover{
    opacity: 1;
}

.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #3B4658;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.pop-up-btn:hover,
.pop-up-btn:focus {
    background: #6A798E;
}

.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.ie6 .pop-up {
    border: 10px solid #CED4E2;
    width: 600px;
}
.pop-up-display-content {
    display: none;
}

.popup-ctn h1
{
	font-size:20px;
	font-weight:400;
	color:#545454;
	display:block;
	margin-bottom:15px;
}

.popup-ctn h2
{
	font-size:18px;
	line-height:28px;
	font-weight:400;
	color:#545454;
	display:block;
	margin-bottom:15px;
}
.popup-ctn p
{
	font-size:15px;
	line-height:23px;
	color:#747474;
	display:block;
	margin-bottom:15px;
	font-weight:300;
}
.popup-ctn p a {text-decoration:underline; color:#4e99f0;}
.popup-ctn p:last-child {margin-bottom:0;}
.left-ph
{
	display:block;
	float:left;
	margin:0 20px 20px 0;
}
.popup-ctn ul 
{
	padding:0 0 0 20px;
}
.popup-ctn ul li
{
	font-size:15px;
	line-height: 23px;
	font-weight:300;
	color:#747474;
	list-style:circle;
	margin:10px 0;
}
.popup-ctn hr
{
	display:block;
	margin:20px 0 18px 0;
	background-color:#d9d9d9;
	height:1px;
	 border:none;
}

.maharishiname-txt
{
	font-weight:400 !important;
}

.bbc-ctn
{
	width:100%;
	max-width:515px;
	display:block;
	float:left;
}
.dwonload-pdf-btn
{
	width:130px;
	background:url(../images/pdf-dwn-arrow.png) no-repeat 125px center #f7f7f7;
	display:block;
	text-align:left;
	font-size:15px;
	font-weight:400;
	color:#545454 !important;
	text-decoration:none !important;
	border-radius:3px;
	border:solid 1px #dbdbdb;
	padding:8px 0 8px 15px;
}
.dwonload-pdf-btn:hover 
{
	background:url(../images/pdf-dwn-arrow-hr.png) no-repeat 125px center #fff;
	color:#4e99f0 !important;
}


@media only screen and (min-width : 320px) and (max-width : 750px){
.popup-ctn p img {width:90%;}
.left-ph {width:inherit !important;}
}
@media only screen and (min-width : 320px) and (max-width : 600px){
.left-ph {float:none;}
}
@media only screen and (min-width : 320px) and (max-width : 450px){
.phzoom-01 {width:85% !important;}
}
@media only screen and (max-width:760px) {
    .pop-up.large {
        left: 5%;
        margin: 0;
    }
}

@media only screen and (max-width:480px) {
    .pop-up.small,
    .pop-up.medium {
        left: 5%;
        margin: 0;
    }
    .pop-up-content {
        padding: 15px;
    }
    .pop-up-footer {
        padding-top: 12px;
    }
}