﻿

/* ========================================
 DIALOGUES | JONI ECLUb
======================================== */
.modal-header {
    padding: 0;
    border-bottom: 0;
	top: 0;
	right: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.modal-header button:focus {
    outline: 2px solid #ffffff !important;
	outline-style: auto;
	outline-color: #ffffff !important;
}
	
.modal-body a:focus img {
    outline: 3px solid #ffffff;	
	outline-color: #ffffff;
	outline-offset: 2px !important;
	opacity: 1;
}

.modal-header .close {
	position: absolute;		
	top: 15px;
	right: 15px;
    background-color: black !important;
    border-radius: 15px !important;
    width: 30px !important;
    height:30px !important;
    opacity: 1 !important;
    color: white !important;
	line-height: 26px;
}

/* ============================================
 DIALOG MOD
=========================================== */
.modal-header .close-dialog {
    float: right !important;
    margin-right: -24px !important;
    margin-top: -24px !important;
	right: -18px;
	top: -5px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-align: center;
	color: #3D5BA4;
	border: 1px solid #3D5BA4;
	background-color: #fff;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 6;
	font-size: 22px;
	line-height: 12px;
	font-weight: bold;
}

.modal-header .close-dialog:hover {
	cursor: pointer;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button.close-dialog {
	border: none;
	background: none;
}

.dialog-overlay {
	visibility: hidden;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(15, 32, 105, 0.85);
}

.dialog {
	visibility: hidden;
	z-index: 2000;
	display: inline-block;
	padding: 0;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	max-width: 850px;
	position: fixed;
	top: 250px;
	left: 0;
	right: 0;
	text-align: center;
	bottom: auto !important;
	border: 2px solid #ffffff;
    background-color: rgba(15, 32, 105, 1);
	-webkit-box-shadow: 20px 20px 60px rgba(0, 0, 0, .3);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, .3);
	overflow: visible !important;
}

.dialogbg {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: url('/Themes/Default/Content/Images/dialog-accent.jpg');
	z-index: 2;
	opacity: .1;
	background-size: cover;

}

.dialog-overlay[aria-hidden="true"],
.dialog[aria-hidden="true"] {
	display: block;
}

.dialog-overlay:not([aria-hidden="true"]),
.dialog:not([aria-hidden="true"]) {
	display: block;
}

.sr-only {
	opacity: 0;
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

.dialog a:focus img {
    outline: 3px solid #ffffff;
    outline-color: #ffffff;
    outline-offset: 3px !important;
}

/* ============================================
 DIALOG CONTENT
=========================================== */

.dialogcontainer {
	position: relative;
	z-index: 4000000000000000000000000005;
	padding: 60px 30px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	letter-spacing: .04em;
}

.dialogtitle {
	clear: both;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 36px;
	font-weight: 900;
	padding: 10px 0;
}

.dialogcontent {
	clear: both;
	font-size: 22px;
	line-height: 29px;
	font-weight: 300;
	padding: 10px 0;
	width: 85%;
	margin: 0 auto;
}

.dialogexpanded {
	clear: both;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 25px 0 0 0;
}

.dialoghours {
	clear: both;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .04em;
	padding: 5px 0 0 0;
}

.dialogsocial {
	clear: both;
	padding: 30px 0 0 0;
}

.dialogfollow {
	clear: both;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 0 12px 0;
}

.dialogsocial a {
	color: #ffffff;
	font-size: 34px;
	margin: 0 20px;
}

.dialogdisclaimer {
	clear: both;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 26px 0 0 0;
}




/* =================   1024  ======================================== */

@media only screen and (max-width: 1004px) {

.dialog {
	width: 95%;
}

.dialogcontainer {
    padding: 60px 20px;
}

.modal-header .close-dialog {
    margin-right: -12px !important;
    margin-top: -12px !important;
}

.dialogcontent {
    width: 100%;
    font-size: 20px;
    line-height: 27px;
}

}


@media only screen and (max-width: 580px) {

.dialogexpanded {
    font-size: 16px
}
.dialoghours {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: .02em;
}

}

@media only screen and (max-width: 450px) {

.dialogcontainer {
    padding: 60px 10px;
}

.dialogtitle {
    clear: both;
    font-size: 30px;
    line-height: 34px;
}

.dialogcontent {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
}

.dialogexpanded {
    font-size: 16px
}
.dialoghours {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
}

}

@media only screen and (max-width: 360px) {

.dialogcontainer {
    padding: 60px 10px;
}

.dialogexpanded {
    font-size: 16px
}
.dialoghours {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0;
}

}