﻿
/** Begin --- Locator Module Map Styles */

#locator-module-wrapper{
    width: 98%;
    margin: auto;
    padding-bottom: 30px;
}

#loactor-page-header{
    margin-top:10px;
    margin-bottom: 5px;
}

#loactor-page-header h2{    
    font-weight: bold;
}

.infobox-wrapper{
    min-width: 225px;
    max-width: 225px;
}

#locator-wrapper{
    max-height: 510px;
    overflow: hidden;
}

#locator-map-canvas{
     width: 70%; 
     height: 500px; 
     position: relative;
     margin: auto;
}

#locator-search-form-overlay{    
     background-position: 50% 50%; 
     top: -500px; 
     width: 100%; 
     height: 500px; 
     position: relative; 
     opacity: 0.95; 
     background-image: url('/locationstatic/Images/globe-overlay.png'); 
     background-repeat: no-repeat; 
     background-color: #ffffff;
}

#locator-search-form{
     top: -1000px; 
     width: 100%; 
     height: 500px; 
     position: relative;
}

#locator-search-form-fields-wrapper{
     padding-top: 25%; 
     padding-left: 24%;
}

#locator-input{
     padding: 6px; 
     width: 400px; 
     font-size: 18px;
}

#locator-sidebar{
    float: left;
    width: 30%;
    background-color: transparent;
    position: relative;
    display: none;
    height: 500px;
}

#locator-sidebar .sidebar-block{
    height: 74px; 
    max-height: 74px;
    border-bottom: 1px solid white; 
    border-top: 1px solid white; 
    padding: 5px;
}

a.sidebar-block-link-wrapper{
    text-decoration: none;
}

#sidebar-locations-wrapper #sidebar-location-header{
    background-color: #223F6B;
}

#sidebar-locations-wrapper #sidebar-location-header div
{
    padding-top: 10px;
    padding-left: 4px;
}

#sidebar-locations-wrapper #sidebar-location-header div h3{
    color: white;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#locator-sidebar .sidebar-block.sidebar-location-wrapper{
    height: 51px;
}

#locator-sidebar .sidebar-block.sidebar-location-wrapper.sidebar-block-active{
    background-color: #ABD0F4;
    background-image: url('/locationstatic/Images/ActiveSidebar.png');
    background-repeat: no-repeat;
}

#locator-sidebar .sidebar-block .sidebar-location-title{
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    margin-left: 25px;
    overflow: hidden;
    max-height: 22px;
}

#locator-sidebar .sidebar-block .Location-Center-Title{
    background-image: url(/locationstatic/Images/PinLegendCenterSidebar.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 22px;
}

 h3.Location-Center-Title{
    background-image: url(/locationstatic/Images/PinMapCenter.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 30px;
}

#locator-sidebar .sidebar-block .Location-Satsang-Title{
    background-image: url(/locationstatic/Images/PinLegendMeetingSidebar.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 22px;
}

h3.Location-Satsang-Title{
    background-image: url(/locationstatic/Images/PinMapMeeting.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 30px;
}

#locator-sidebar .sidebar-block .Location-Event-Title{
    background-image: url(/locationstatic/Images/PinLegendEventSidebar.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 22px;
}

h3.Location-Event-Title{
    background-image: url(/locationstatic/Images/PinMapEvent.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 30px;
}

#sidebar-compass{
    background: url(/locationstatic/Images/location-compass-24.png) no-repeat;
    width:24px; 
    height:24px;
    display: block;
    float: left;
    margin-right: 7px;
    margin-top: -3px;
}

#sidebar-locations-wrapper #sidebar-location-header #sidebar-marker-legends{
    float: right;
    padding-top: 10px 0px 0px 0px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
}

#center-marker-legend{
    background: url(/locationstatic/Images/PinLegendCenterSidebar.png) no-repeat;
    width:18px; 
    height:22px;
    display: block;
    float: left;
    margin-right: 2px;
    margin-top: -2px;
}

#satsang-marker-legend{
    background: url(/locationstatic/Images/PinLegendMeetingSidebar.png) no-repeat;
    width:18px; 
    height:22px;
    display: block;
    float: left;
    margin-right: 2px;
    margin-left: 5px;
    margin-top: -2px;
}

#event-marker-legend{
    background: url(/locationstatic/Images/PinLegendEventSidebar.png) no-repeat;
    width:18px; 
    height:22px;
    display: block;
    float: left;
    margin-right: 2px;
    margin-left: 5px;
    margin-top: -2px;
}

#sidebar-locations-wrapper
{
    float: right;
    width: 100%;
    min-height: 100%;
    margin-left: 15px;
    background-color: #506BA2;
}

#locator-relocate-form-fields-wrapper{
     float: right;
}

#relocator-input{
     padding: 6px 4px; 
     width: 245px; 
     font-size: 14px;
     line-height: 22px;
}

#relocator-search-btn{
    width: 21px;
    height: 21px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 7px;
}

.pac-container
{
    min-width: 300px;
}

/** End --- Locator Module Map Styles */



/** Begin --- Locator Module Location Styles */

.location-module-wrapper{
    width: 97%;
    margin: auto;
    padding: 15px;
    min-height: 450px;
}

.location-header-wrapper{
    width: 100%;
    height: 350px;
    background-color: #223F6B;
    border-radius: 4px;
    margin-bottom: 10px;
}

.location-header-text-wrapper{
    width: 48%;
    padding: 14px;
    float: left;
    padding-right: 5px;
}

.location-header-image-wrapper{
    width: 48%;
    padding: 14px;
    float: right;
    padding-left: 5px;
}

.location-header-image-div{
    margin: auto;
    width: 440px;
    height: 300px;
    background-color: #FFF;
    padding: 10px;
}

.location-address-wrapper{
    height: 290px;
}

.location-address-header-wrapper{
    padding-bottom: 8px;
    max-height: 110px;
    min-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.location-header-text-div h3.location-title-h3{
    font-size: 26px;
    color: #FFF;    
}

.location-header-text-div .location-header-address
{
    margin-top: 20px;
    font-size: 14px;
    color: #FFF;
    height: 160px;
    overflow: auto;
}

.location-about-wrapper
{
    width: 100%;
    min-height: 300px;
    margin-bottom: 10px;
}

.location-about-map
{
    float: left;
    width: 325px;
    padding-top: 20px;
}

.location-about-text
{
    float: left;
    width: 62%;
    padding: 10px;
}

.location-about-text h3
{
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.location-about-text p
{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}

#location-map-directions-input{
    margin-top: 4px;
    font-size: 14px;
    padding: 5px;
    width: 275px;

}


.location-event-about-map
{
    float: left;
    width: 45%;
    padding: 10px;
}

.location-event-about-text
{
    float: left;
    width: 52%;
    padding: 10px;
}

.location-event-about-text h3
{
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.location-event-about-text p
{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}


.location-event-article-events
{
    float: left;
    width: 42%;
    padding: 10px;
}





.location-article-wrapper
{
    width: 100%;
    min-height: 300px;
    margin-bottom: 10px;
}

.location-article-text
{
    float: left;
}

.location-article-events
{
    float: left;
    width: 32%;
    padding: 10px;
}

.location-article-text h3
{
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

.location-article-text img
{
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.location-article-text p
{
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
}


.location-video-wrapper
{
    width: 100%;
}

.center-programs-list-wrapper{
    margin-top: 30px;
}

.center-program-wrapper{
    width: 96%;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 5px;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 1px #AAA;
    background-color: #FBFBFB;
}

.center-program-name-wrapper h3.center-program-title{
    font-size: 20px;
}

.center-program-wrapper div.center-program-details{
    height: 75px;
}

.center-program-wrapper div.center-program-details div{
    float: left;
    padding: 10px;    
}

.center-program-wrapper div.center-program-details .center-program-name-wrapper{
    width: 77%;
}

.center-program-wrapper .center-program-view-link{
    float: right; 
    width: 15%;
    color: blue;
}

.center-program-wrapper div.center-program-details .center-program-timing-wrapper,
.center-program-wrapper div.center-program-details .center-program-contact-wrapper{
    width: 45%;
}

.center-program-wrapper div.center-program-details .center-program-timing-wrapper{
    height: 85px;
}

.center-program-wrapper a, .center-program-wrapper a:hover,
.center-program-wrapper a:visited, .center-program-wrapper a:active{
    text-decoration: none;
    color: #000;
}

.event-details-label{
    float: left;
    width: 21%
}

.event-details-value{
    float: left;
    width: 76%;
}

a.pdf-link-icon{
    background-image: url('/locationstatic/Images/PdfLinkIcon.png');    
    background-repeat: no-repeat;
    display: block;
    padding-left: 22px;
    line-height: 20px;
    margin-bottom: 5px;
    color: white;
}

a.video-link-icon{
    background-image: url('/locationstatic/Images/VideoLinkIcon.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 22px;
    line-height: 20px;
    margin-bottom: 5px;
    color: white;
}

.event-registration-wrapper{
    border-radius: 6px;
    width: 95%;
    margin: auto;
    padding: 12px;
    border: 1px solid #CACACA;
}

.event-registration-wrapper .event-registration-form-label
{
    float: left;
    width: 45%;
    padding: 5px;
    font-size: 14px;
}

.event-registration-wrapper .event-registration-form-label input.event-registration-form-text{
    height: 18px;
    padding: 2px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #FAFAFA;
    width: 167px;
}

.event-registration-wrapper .event-registration-form-label span{
    color: red;
}



/** Video control specific styles */

.mejs-captions-selector{
    height: 125px !important;
}

.white-popup {
    position: relative;
    background-color: #4e4e4e;
    padding: 20px;
    width: auto;
    max-width: 720px;
    margin: 20px auto;
}

.mfp-close-btn-in .mfp-close{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-weight: bold;
}

.location-video-section-wrapper{
    width: 980px; 
    height: 353px; 
    background-color: #e2e2e2;
}

.location-video-section{
     padding: 20px 35px; 
     margin: auto 0;
}

.location-video-section-wrapper .location-video-section h2{
    color: #000; 
    margin: 15px 0px; 
    font-size: 18px; 
    font-weight: bold;   
}

.location-video-section-wrapper .location-video-section p{
    color: #000; 
    font-size: 14px; 
    text-align: justify;
}

.location-video-link-wrapper{
     float: left; 
     margin: 10px; 
     width: 283.3px;
}

.location-video-link-wrapper a, a.event-introductory-video-header-link{
     outline-color: transparent; 
     border-style: none; 
}

.location-video-link-wrapper div.playbuttonoverlay{
    background: url('/locationstatic/Content/media/overlay_playbutton.png'); 
    border-style: none; 
    margin: -160px 0px 8px 12px; 
    height: 160px; 
    z-index: 10; 
    position: relative;
}

.location-video-link-wrapper div.location-video-title{
    font-weight: bold; 
    font-size: 12px; 
    border-style: none;
}

/** End --- Locator Module Location Styles */

/** Locator Module Map Info Window Styles */

div.carousel.locator-info-window {
	min-width: 285px; 
	max-width: 285px; 
	min-height: 215px;
}

div.locator-info-window a.carousel-control {
	 background: none; 
	 color: #000099; 
	 width: 12%;
	 margin: 0px 2px;
}

div.locator-info-window .carousel-indicators {
	bottom: 2px;
}

div.locator-info-window .carousel-indicators li {
	background-color: #6699FF;
}

div.locator-info-window .carousel-indicators li.active {
	background-color: #000099;
}

div.locator-info-window a.carousel-control span.glyphicon {
	font-size: 16px;
}

div.carousel.locator-info-window  div.item,
div.carousel.locator-info-window div.carousel-inner {
	margin: 0px auto;
	max-width: 225px;
}

/** End ---- Locator Module Map Info Window Styles */