.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(100vh - 72px);
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.event-box, .store-box {
	background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 20px;	
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.event-info, .store-info{
	padding: 30px;
}

.events_list_modal, .stores_list_modal{	
	padding: 4px !important;
	/*min-height: 39vw;*/
	color: #ffffff;
}

.events_list_modal:hover, .stores_list_modal:hover{
    transform: scale(1.01);	
}

.events_list_modal .overlay, .stores_list_modal .overlay {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
}

.events_list_modal .overlay, .stores_list_modal .overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.events_list_modal:hover .overlay, .stores_list_modal:hover .overlay {
  opacity: 0.35;
}

.events_list_modal:hover .event-info, .stores_list_modal:hover .store-info {
  opacity: 1;
  position: relative;
}

.font-size-18 {
	font-size : 18px;
}

.font-size-32 {
	font-size : 32px;
}

.font-weight-600 {
	font-weight: 600;
}

.event_time_span {
	font-size: 12px;
    display: block;
}

.store_time_span {
	font-size: 15px;
    display: block;
}

.event-date-header, .store-date-header {
	display: inline-block;
    margin-right: 1rem;
	margin-top: -7px
}

.event-date-header .event-month, .store-date-header .store-month{
	margin-top: -17px;
   font-size: 14px;
}

.event-modal .modal-dialog, .store-modal .modal-dialog {
	max-width: 650px;
}

.event-modal .modal-header, .store-modal .modal-header {
	background-color: rgb(75, 181, 216);
    color: #fff;	
}

.event-body-time-info, .store-body-time-info {
	min-height : 132px;
}

.event-popup-image, .store-popup-image {
	border-radius: 20px;
	width: 100%;
	max-height: 350px;
    object-fit: cover;
}

.bg-light-grey {	
    font-size: 14px;    
    padding: 30px;
    border-radius: 15px;
    background-color: #f3f3f3 !important;
}

.bg-light-grey .far {	
    font-size: 14px !important;
}

ul.social-network, ul.direction-links {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li, ul.direction-links li {
	display: inline;
	margin: 0 5px;
}

.social-network a.icoPinterest:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoYoutube:hover {
	background-color:#BD3518;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoPinterest:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoYoutube:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
	background-color: #D3D3D3;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.event-modal .modal-content, .store-modal .modal-content {
	border : none !important;
}

.store-modal .timming {
    margin: 0;
}

.store-modal .timming li {
    list-style: none;
    padding: 5px 16px;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.store-modal .timming li span {
    display: inline-block;
    vertical-align: middle;
    min-width: 105px;
}

.store-modal .timming li.today {
    font-weight: bold;
    background: #ffdddd;
}

/*--------- For Tablate and Small Desktop Device -----------*/

/* For 1280 or Up to 1365 */
@media only screen and (max-width:1365px){
	
}

/* For 1024 or Up to 1279 */
@media only screen and (max-width:1279px){
	.main_row {
	    max-width: 100%;
	}
}

/* For 960 or Up to 1023 */
@media only screen and (max-width:1023px){
	
}

/* For 800 or Up to 959 */
@media only screen and (max-width:959px){
	
}

/* For 768 or Up to 799 */
@media only screen and (max-width:799px){
	
}


/*--------- For Tablate and Mobile Device -----------*/

/* For 640 or Up to 767 */
@media only screen and (max-width:767px){
	.events_list_modal, .stores_list_modal{	
        padding: 4px 12px 4px 12px !important;
    }
}

/* For 540 or Up to 639 */
@media only screen and (max-width:639px){

}

/* For 480 or Up to 539 */
@media only screen and (max-width:539px){
	
}

/* For 379 or Up to 479 */
@media only screen and (max-width:479px){

}

/* For 360 or Up to 379 */
@media only screen and (max-width:379px){
	
}

/* For 320 or Up to 359 */
@media only screen and (max-width:359px){

}