#setting-modal {
	position: fixed;
	width: 192px;
	/*height: 200px;*/
	padding: 10px 5px;
	background-color: #a1b2dc;
	/*border: 1px solid #001840;*/
	top: 72px;
    right: 63px;
    z-index: 100;
	box-shadow: 4px 4px 0px 0px rgba(0,24,64,0.2);
    display: none;
    /*overflow: hidden;*/
}
#setting-modal h6 {
	margin: 0;
	padding: 0;
	color: #fff;
	border-bottom: 1px solid #556fb5;
	line-height: 20px;
	padding-left: 5px;
	font-size: 13px;
	letter-spacing: 0.3px;
}

.setting-triangle {
	position: relative;
}
.setting-triangle:after {
	content: '';
	display: block;
	position: absolute;
	top: -21px;
	right: 80px;
	width: 20px;
	height: 20px;
    background: #a1b2dc;
    /*border-right:1px solid #001840;*/
    /*border-bottom:1px solid #001840;*/
	-moz-transform:rotate(225deg);
	-webkit-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	-o-transform:rotate(225deg);
	transform:rotate(225deg);
}
.set-fontsize, .set-viewmode {
	margin: 18px 0 10px 0;
	padding: 0;
	text-align: center;
}
.set-fontsize li, .set-viewmode li {
	width: 32px;
	height: 56px;
	display: inline-block;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	margin: 0 1px 1px 1px;
	cursor: pointer;
}
.set-fontsize li:nth-child(1) {
	background: url('/wp-content/themes/news/images/font1.png') 0 0 no-repeat;
}
.set-fontsize li:nth-child(2) {
	background: url('/wp-content/themes/news/images/font2.png') 0 0 no-repeat;
}
.set-fontsize li:nth-child(3) {
	background: url('/wp-content/themes/news/images/font3.png') -1px 0 no-repeat;
}
.set-fontsize li:nth-child(4) {
	background: url('/wp-content/themes/news/images/font4.png') 0 0 no-repeat;
}


.set-fontsize li:hover,
.fs0 .set-fontsize li:nth-child(1),
.fs1 .set-fontsize li:nth-child(2),
.fs2 .set-fontsize li:nth-child(3),
.fs3 .set-fontsize li:nth-child(4) {
	border-color: #a1b2dc;
	border-bottom: 3px solid #a1b2dc;
	height: 57px;
	margin-bottom: 0;
}

#mobilmodal {
	width: 100%;
	height: 180px;
	position: fixed;
	background-color: #a1b2dc;
	bottom: 63px;
	z-index: 100;
	display: none;
}
#mobilmodal h6 {
	margin: 0;
	padding: 0;
	color: #fff;
	border-bottom: 1px solid #556fb5;
	line-height: 20px;
	padding-left: 5px;
	font-size: 16px;
	letter-spacing: 0.3px;
}
.mobilmodalsetcont {
	width: 250px;
	margin: 0 auto;
	padding-top: 20px;
}
#mobilmodal .set-fontsize li, #mobilmodal .set-viewmode li {
	width: 48px;
	height: 79px;
	background-size: cover;
}

#mobilsearchmodal {
	display: none;
	width: 100%;
	height: 86px;
	background-color: #001841;
	/*background-color: #a1b2dc;*/
	position: fixed;
	/*top: 200px;*/
	bottom: 62px;
	z-index: 100;
	overflow: auto;
	padding: 0 13px;
	box-sizing: border-box;
	/*border-bottom: #798fc8;*/
	box-shadow: none;
}

#mobilsearchmodal input {
	margin-top: 28px;
	width: 100%;
	background-color: #001840;
	color: #fff;
	border: none;
	border-bottom: 1px solid #798fc8;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: normal;
	padding: 0 5px 0 10px;
	-webkit-appearance: none;
	box-sizing: border-box;
	/*float: left;*/
}
