/* ============================================ *
 * Welcome message - First Page Load
 * ============================================ */
.firstpageload-popup-holder {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
}
.firstpageload-popup-background {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 9999px;
}
.firstpageload-popup-holder-box {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 650px;
    max-height: 90%;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	box-shadow: 0 0 5px 5px #ccc;
	-moz-box-shadow: 0 0 5px 5px #ccc;
	-webkit-box-shadow: 0 0 5px 5px #ccc;
}
.firstpageload-popup-holder-box-content {
	position: relative;
	font-size: 12px;
	border: 0px solid #c8c9cb;
	text-align: center;
	color: #818284;
	margin: 0px;
	padding: 40px 40px 25px 40px;
}
.firstpageload-popup-holder h1 {
    font: 45px "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #1C3664;
    /*line-height: 0.6;*/
    text-transform: none;
    vertical-align: bottom;
    margin: 0 0 2px 0;
    padding: 0;
}
.firstpageload-popup-holder h2 {
    font: 25px "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
    color: #231F20;
    /*line-height: 1 !important;*/
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #B1B3B6; line-height:0.1em; margin:10px 0 20px;
}
.firstpageload-popup-holder h2 span { background:#fff; padding:0 10px}
.firstpageload-popup-holder h4 {
    font: 15px "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 500;
    color: #01738b;
    text-align: left;
    text-transform: none;
    line-height: 120%;
}
.firstpageload-popup-holder img { margin: 20px 0; padding: 0; max-width:100%;}
.firstpageload-popup-holder p { font-size: 14px; font-weight: 500; color: #58595B; text-align: left; line-height: 120%; padding: 0; margin: 0 0 12px 0; }
/*.firstpageload-popup-holder a { color: #01738b; text-decoration: underline; }*/
.firstpageload-popup-holder a:hover { text-decoration: underline; }
.firstpageload-popup-holder span.close {
	background: url('../../../../../../../skin/frontend/sns_tini/default/firstpageload/images/close_popup.png') no-repeat 100% 0;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 23px;
	height: 23px;
	display: block;
	opacity: 1;
}
.firstpageload-info { padding: 0 20px; }

@media screen and (max-width: 720px) {
    .firstpageload-popup-holder-box { width: 90%; }
}

@media screen and (max-width: 520px) {
    .firstpageload-popup-holder p,
    .firstpageload-popup-holder h4 {
        font-size: 13px;
    }
}

@media screen and (max-width: 520px) {
    .firstpageload-popup-holder-box-content { padding:30px 20px 10px; }
    .firstpageload-popup-holder h1  { font-size: 32px; }
    .firstpageload-popup-holder h2  { font-size: 18px; }
    .firstpageload-popup-holder img { margin: 15px 0; }
    .firstpageload-popup-holder p   { margin-bottom: 10px; }
}
@media screen and (max-width: 380px) {
    .firstpageload-popup-holder h1 { font-size: 28px; }
    .firstpageload-popup-holder h2 { font-size: 16px; margin-bottom:10px;}
    .firstpageload-popup-holder p,
    .firstpageload-popup-holder h4 {
        font-size: 12px;
    }
    .firstpageload-info {padding: 0 0px;}
}