html{
	width: 100%;
    max-width: 1920px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y:  hidden;
}

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: white;
}

#screen{
	position: relative;
	width: 100px;
	height: 100px;
        z-index: 6;
}

/* Privacy Policy popup */
h1 {
    color: #367FBB;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#powerTip p {
    line-height: 1.0;
    font-size: 16px;
    color: #58595B;
    text-align: justify;
}
.imageCenter{
	position: absolute;
	width: 40%;
/*height: 31%;*/
	left: 29%;
	top: 32%;
	z-index: 20;
	margin: 0;
	padding: 0;
	border: 8px solid white;
	cursor: pointer;
	background: white;
}
.imageCenter > div {
	position: relative;
}
.imageCenter a {
	position: absolute;
        bottom: 7px;
        right: 5px;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
}
.imageCenter a:hover {
	text-decoration: underline;
}
#powerTip {
	cursor: default;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 1);
	color: #58595B;
	display: none;
	padding: 15px;
  	position: absolute;
	text-align: justify;
	z-index: 2147483647;
	width: 42%;
	right: -55%;
	top: -8px;
	height: 95%;
	overflow: auto;
	word-break: break-word;
}
.btn_close {
	background: url("images/close-popup.png") no-repeat right center rgba(0, 0, 0, 0);
	display: block;
	height: 18px;
	width: 18px;
	line-height: 18px;
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
::-webkit-scrollbar {
  	width: 6px;
  	background-color: #ccc;
}
::-webkit-scrollbar-thumb:vertical {
	height: 25px;
	background-color: #367FBB;
	box-shadow: inset 1px 0 4px #999;
	border-radius: 2px;
}

.mes{
	float: left;
	width: 25%;
	height: 28%;
}

.stripeVert{
	position: absolute;
	height: 100%;
	width: 8px;
	left: 50%;
	top: 0px;
	margin-left: -4px;
	z-index: 19;
	background: white;
}

.stripeHor{
	position: absolute;
	width: 100%;
	height: 8px;
	left: 0px;
	top: 50%;
	margin-top: -4px;
	z-index: 19;
	background: white;
}

.row{
	position: relative;
	height: 50%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.imageOne{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 50%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.imageTwo{
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 50%;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#one, #two, #three, #four, #imageCenter, #stripeVert, #stripeHor{
	display:none;
}
@media screen and (max-width: 767px) {
       .imageCenter a {
            font-size: 10px;
        }
}
@media screen and (max-device-width: 480px), screen and (max-width: 480px) {
	html { 
        max-width: 480px;
    }
	
	.stripeVert, .stripeHor{
		display: none !important;
	}
	.row{
		position: relative !important;
		height: 33% !important;
		width: 100% !important;
	}
	
	.imageOne, .imageTwo{
		height: 96% !important;
		width: 48.5% !important;
		margin-top: 1% !important;
		margin-bottom: 1% !important;
	}
	
	.imageOne{
		margin-left: 1% !important;
		margin-right: 0.5% !important;
	}
	
	.imageTwo{
		margin-left: 0.5% !important;
		margin-right: 1% !important;
	}
	
	.imageCenter{
		position: relative !important;
		width: 100% !important;
		height: 31% !important;
		left: 0px !important;
		top: 0px !important;
		border: 0 !important;
	}
        .imageCenter a {
                font-size: 12px;
        }
	
}