

/* Page Select style */
/**/
.page-select{
	height: auto;
}


/* mobile slider*/

.mobile-slider {
	position:fixed;
	z-index:2500;
	left:0px;
	top:1px;
	width:300px;
	background-color:whitesmoke;
	font-family:'Open Sans';
	height:auto;

}
.mob-slider-exit {
	position:absolute;
	background-color:navy;
	color:whitesmoke;
	border:0px;
	border-radius:3px;
	top:20px;
	right:20px;
	font-size:20px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}
.mob-slider-exit:hover {
	background-color:red;
	color:white;
	cursor:pointer;
}

.mob-slider-area-opt {
	
	width:100%;
	border-top: 1px solid navy;
}

.mobile-slider-inner-container
{
	margin: 10px;
	margin-left: 25px;
	height: auto;
	
}
.mob-icon-wrapper {
	width:20%;
	max-width:40px;
}

.mob-icon-image {
	display:block;
	width:99%;
	max-width:30px;
	margin-left:auto;
	margin-right:auto;
}
.mob-icon-text {
	margin-top:8px;
	text-align:center;
	font-size:14px;
	color:red;
	font-weight:bold;
}


.mobile-slider-title
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.mob-page-select-wrap {
	margin-top:0px;
	width:50%;
}

#selPage
{
	display:block;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	height:30px;
}

.mob-slide-flex {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	
}
.mob-slide-text {
	font-size:16px;
	text-align:left;
}
.mob-slider-but {
	border:0px;
	border-radius:4px;
	height:30px;
	width:80px;
	background-color: navy;
	color:whitesmoke;
	font-size:16px;
}
.mob-slider-but:hover {
	background-color:red;
	cursor:pointer
}
.mob-opt-text {
	font-size:20px;
	color:black;
	text-align:center;
	font-weight:bold;
}

.mob-slider-inner-links-panel {
	height:100%;	
	position:relative;
	overflow-y:auto;
}

.page-link-flex-container {
	color:navy;
	font-size:18px;
	font-weight:bold;
}

.page-link-flex-container:hover {
	color: whitesmoke;
	background-color:red;
}
.mob-panel-inner-wrapper
{
	height: 100%;
	overflow-y: auto;
}
.mob-link-title-text {
	margin:0;	
	text-align:left;
}
.mob-link-page-text
{
	margin:0;
	text-align:right;
}

/* mobile zoom */
.zoom-control-container {
	position: fixed;
	z-index: 260;
	left:0;
	bottom:20px;
	width:100%;
}

#sliderText {
	font-family: 'Open Sans';
	font-weight: bold;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	color:whitesmoke;
	z-index: 299;
	opacity:1;
}


.mob-slider-wrapper {
	width:75%;
	margin-left:auto;
	margin-right:auto;
}
.mob-slider-control {
	-webkit-appearance: none;
	appearance: none;
	height: 30px;
	width:100%;
	background:#000000;
	opacity: 0.7;
}

.slider:hover {
	opacity: 1;
	cursor: pointer;
}

.mob-down-box {
	position:fixed;
	z-index: 355;
	height:40px;
	width:60%;
	background-color: black;
	opacity: .9;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.mob-down-box-text {
	margin:0px;
	color:whitesmoke;
	font-family: 'Open Sans';
	font-size:16px;
}