
/* body::-webkit-scrollbar {  display: auto; } */
#srl_overLay{
	position: fixed;
	z-index: 9996;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-color: #000;
	cursor: pointer;
	display:none;
}
#srl_layer {
	position: fixed;
	top: 5%;
	width: 450px;
	max-width: 450px !important;
	height: 50%;
	max-height: 50% !important;
	opacity: 1;
	z-index: 9999;
	margin-left: 20%;
}
#srl_closeBtn {
	position:absolute;
	right:20px;
	top:10px;
	width: 21px;
	height:21px;
	background: transparent url("../../cts-theme/img/layer_CloseBtn.png") no-repeat center;
	text-indent:-9999px;
	z-index: 9998;
	cursor: pointer;
}
.winterspecial {
	background-color: #fff;
	padding: 20px;
}
@media (max-width: 1280px) {
#srl_layer {
	top: 5%;
	left: 10%;
	right: auto;
}
}
@media (max-width: 992px) {
#srl_layer {
	top: 5%;
	left: 8%;
	right: auto;
}
}
@media (max-width: 1024px) and (orientation: landscape) {
#srl_layer {
	overflow: auto;
    width: auto !important;
    height: 95% !important;
    max-width: 90% !important;
    max-height: 90% !important;
    left: 2%;
    right: 18%;
    top: 5%;
} 
}
@media (max-width: 820px) {
  #srl_layer {
    position: fixed;
    overflow: auto;
    width: auto !important;
    height: auto !important;
    max-height: 90% !important;
    top: 5% !important;
    left: 4% !important;
  }
}
@media (max-width: 420px) {
	#srl_layer {
    position: fixed;
    overflow: auto;
    top: 5% !important;
    width: auto !important;
    max-width: 90% !important;
    height: auto !important;
    max-height: 90% !important;
    margin-left: 6% !important;
    margin-right: 8% !important;
}
}