/* CSS Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Roboto-Light.woff) format('woff');
      src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Roboto-Light.ttf) format('ttf');
        src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Roboto-Light.eot) format('eot');
          src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Roboto-Light.svg) format('svg');
            src: local('Roboto Light'), local('Roboto-Light'), url(/fonts/Roboto-Light.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(/fonts/Roboto-Regular.woff) format('woff');
      src: local('Roboto'), local('Roboto-Regular'), url(/fonts/Roboto-Regular.ttf) format('ttf');
        src: local('Roboto'), local('Roboto-Regular'), url(/fonts/Roboto-Regular.eot) format('eot');
          src: local('Roboto'), local('Roboto-Regular'), url(/fonts/Roboto-Regular.svg) format('svg');
            src: local('Roboto'), local('Roboto-Regular'), url(/fonts/Roboto-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
      src: local('Roboto Medium'), local('Roboto-Medium'), url(/fonts/Roboto-Medium.woff) format('woff');
      src: local('Roboto Medium'), local('Roboto-Medium'), url(/fonts/Roboto-Medium.ttf) format('ttf');
        src: local('Roboto Medium'), local('Roboto-Medium'), url(/fonts/Roboto-Medium.eot) format('eot');
          src: local('Roboto Medium'), local('Roboto-Medium'), url(/fonts/Roboto-Medium.svg) format('svg');
            src: local('Roboto Medium'), local('Roboto-Medium'), url(/fonts/Roboto-Medium.woff2) format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/Roboto-Bold.woff) format('woff');
      src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/Roboto-Bold.ttf) format('ttf');
        src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/Roboto-Bold.eot) format('eot');
          src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/Roboto-Bold.svg) format('svg');
            src: local('Roboto Bold'), local('Roboto-Bold'), url(/fonts/Roboto-Bold.woff2) format('woff2');
}
*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
table{
	font-size:100%;
	border-collapse:collapse;
}
table td{
	vertical-align:top;
}
img,fieldset{
	border:0;
}
img{
	font-size:11px;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
	font-family:
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
input,textarea,select,button{
	font:300 28px 'Roboto', Arial, Helvetica, sans-serif;
    color:#000;
	border-radius:0;
}
textarea{
	resize:none;
	overflow:auto;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
	margin:0;
	padding:0;
}
:focus{outline:none;}
:active{outline:none;}
/*default styles*/
html, body{
	height:100%;
}
body{
    font:300 28px/32px 'Roboto', Arial, Helvetica, sans-serif;
    color:#222;
	background:#fff;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
}
p{
    margin:0 0 13px 0;
	line-height:32px;
}
a{
    color:#222;
    text-decoration:none;
	outline:none;
}
a:hover{
    color:#222;
	text-decoration:none;
}
h1{
	font:bold 36px/36px Arial, Helvetica, sans-serif;
    color:#000;
	margin:0 0 33px;
	text-align:center;
}
h2{
	font:300 24px/30px 'Roboto', Arial, Helvetica, sans-serif;
    color:#ae935f;
	margin:0 0 29px;
}
h3{
	font:300 15px/24px 'Roboto', Arial, Helvetica, sans-serif;
    color:#ae935f;
	margin:0 0 13px;
	text-transform:uppercase;
}
h4{
	font:300 15px/24px 'Roboto', Arial, Helvetica, sans-serif;
    color:#ae935f;
	margin:0 0 1px;
	text-transform:uppercase;
}
h5{
	font:300 13px/24px 'Roboto', Arial, Helvetica, sans-serif;
    color:#ae935f;
	margin:0 0 10px;
}
ul{
	margin:0 0 29px 0;
	list-style-position:outside;
	list-style-type:none;
}
ol{
	margin:0 0 29px 20px;
	list-style-position:outside;
	list-style-type:decimal;
}
li ul, li ol{
	margin-top:5px;
	margin-bottom:10px;
	list-style-type:none;
}
li{
	margin-bottom:0;
	line-height:24px;
}
ul li{
	background:url(/img/li.png) no-repeat 1px 12px;
	margin-bottom:0;
	padding:0 0 0 19px;
}
ol li{
	font-weight:700;
	color:#00adf7;
}
ol li span{
	font-weight:400;
	color:#565862;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}
.clearFix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
*html .clearFix{
	zoom:1;
}
*+html .clearFix{
	zoom:1;
}
::-webkit-input-placeholder{
	color:#5a5a5a;
}
::-moz-placeholder{
	color:#5a5a5a;
	opacity:1;
}
[placeholder]:focus::-webkit-input-placeholder{
	color:transparent;
}
[placeholder]:focus::-moz-placeholder{
	color:transparent;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color:#5a5a5a;
}
.placeholder{
	color:#5a5a5a;
}
/*format styles*/
.head{
	background:#f0f2f4;
	padding:19px 20px 18px;
	position:relative;
	z-index:100;
}
.head .logo{
	float:left;
	background:url(/img/logo.png) no-repeat 0 0;
	width:45px;
	height:45px;
}
.head .btn-filter{
	float:right;
	background:url(/img/ico-gear.png) no-repeat 0 0;
	width:66px;
	height:66px;
	cursor:pointer;
	margin:4px 0 2px 21px;
}
.head.showfilter .btn-filter{
	background-position:0 -66px;
}
.head .filter-txt{
	float:right;
	font:18px/20px 'Roboto', "Times New Roman", Times, serif;
	letter-spacing:-1px;
	color:#222;
	text-align:right;
	margin:5px 0 0;
	font-weight: 200;
}
.filter{
	position:absolute;
	left:0;
	top:109px;
	background:#f0f2f4;
	width:100%;
	padding:0 20px 1px;
	display:none;
}
.head.showfilter .filter{
	display:block;
}
.sort{
	margin:0 -6px 20px 0;
}
.sort a{
	float:left;
	width:25%;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	text-align:center;
	font-size:26px;
	line-height:36px;
	border:2px solid #cacaca;
	border-bottom:2px solid #bababa;
	-webkit-box-shadow:inset 0 -3px 0 #dfdfdf;
	-moz-box-shadow:inset 0 -3px 0 #dfdfdf;
	box-shadow:inset 0 -3px 0 #dfdfdf;
	padding:16px 0 20px;
	margin:0 0 0 -2px;
}
.sort a:first-child{
	-webkit-border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	margin:0;
}
.sort a:last-child{
	-webkit-border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
}
.sort a.act{
	border-color:#2488cb;
	border-top-color:#1f76b1;
	-webkit-box-shadow:inset 0 2px 0 #2d84bf;
	-moz-box-shadow:inset 0 2px 0 #2d84bf;
	box-shadow:inset 0 2px 0 #2d84bf;
	background:#3498db;
	color:#fff;
	text-shadow:0 2px 0 rgba(0,0,0,.23);
	position:relative;
}
.sort-btn{
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
	font-size:26px;
	line-height:36px;
	border:2px solid #cacaca;
	border-bottom:2px solid #bababa;
	-webkit-box-shadow:inset 0 -3px 0 #dfdfdf;
	-moz-box-shadow:inset 0 -3px 0 #dfdfdf;
	box-shadow:inset 0 -3px 0 #dfdfdf;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:16px 50px 20px 27px;
	margin-bottom:20px;
	position:relative;
	cursor:pointer;
}
.sort-btn i{
	position:absolute;
	right:28px;
	top:32px;
	background:url(/img/arrow-filter.png) no-repeat 0 0;
	width:14px;
	height:10px;
}
.sort-btn.act{
	border-color:#2488cb;
	border-top-color:#1f76b1;
	-webkit-box-shadow:inset 0 2px 0 #2d84bf;
	-moz-box-shadow:inset 0 2px 0 #2d84bf;
	box-shadow:inset 0 2px 0 #2d84bf;
	background:#3498db;
	color:#fff;
	text-shadow:0 2px 0 rgba(0,0,0,.23);
}
.sort-btn.act i{
	background-position:0 -10px;
}
.sort-tag{
	display:none;
	line-height:52px;
	font-size:24px;
	margin:-4px 0 20px;
}
.sort-tag a{
	margin-right:19px;
}
.sort-tag .cloud0{font-size:50%;}
.sort-tag .cloud1{font-size:60%;}
.sort-tag .cloud2{font-size:76%;}
.sort-tag .cloud3{font-size:88%;}
.sort-tag .cloud4{font-size:100%;}
.sort-tag .cloud5{font-size:115%;}
.sort-tag .cloud6{font-size:125%;}
.sort-tag .cloud7{font-size:125%;font-weight:500;}
.sort-tag .cloud8{font-size:135%;font-weight:500;}
.sort-tag .cloud9{font-size:150%;font-weight:500;}

.center{
	padding:0 0 26px;
}
.result{
	display:block;
	position:relative;
	padding:13px 100px 20px 90px;
	letter-spacing:-1px;
}
.result .result-pos{
	position:absolute;
	left:20px;
	top:5px;
	font-size:24px;
	line-height:32px;
	padding:0 0 0 25px;
	letter-spacing:normal;
}
.result .result-pos img{
	position:absolute;
	left:0;
	top:10px;
}
.result .result-link{
	font-weight:500;
}
.result .result-num{
	position:absolute;
	right:19px;
	top:14px;
	font-size:24px;
	line-height:32px;
	padding:0 6px 2px 5px;
}
.result.result-hot{
	background:#fff4ca;
}
.result.result-hot2{
	background:#ffd5b9;
}
.result-adv{
	background-color: #eee;
}
.more-news{
	display:block;
	font-size:30px;
	line-height:68px;
	text-align:center;
	background:#f0f2f4;
	border:2px solid #e6e8ea;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin:23px 102px 0 20px;
	padding:0 0 4px;
}
.btn-help{
	float:right;
	margin:42px 34px 0 0;
}
.article{
	display:block;
	font-size:24px;
	line-height:30px;
	letter-spacing:-1px;
	padding:14px 20px 15px;
	border-bottom:2px solid #e6e8ea;
}
.article img{
	float:left;
	margin:7px 17px 5px 0;
}
.article .article-ttl{
	display:block;
	font-size:28px;
	font-weight:500;
	line-height:32px;
	margin-bottom:6px;
}
.result-filter{
	position:relative;
	background:#d5f0fd;
	border-bottom:2px solid #b1e5ff;
	border-top:2px solid #b1e5ff;
	font-size:22px;
	padding:16px 55px 17px 20px;
	margin-bottom:10px;
}
.result-filter .result-filter-close{
	position:absolute;
	right:23px;
	top:22px;
}
.result-filter .result-filter-close img{
	top:0;
	vertical-align:top;
}
.result-filter img{
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.time{
	position:absolute;
	left:19px;
	top:76px;
	font:300 20px/24px 'Roboto', Arial, Helvetica, sans-serif;
	/*font:18px/20px 'Roboto Slab', "Times New Roman", Times, serif;*/
}

.currency{
	position:absolute;
	left: 136px;
	top: 73px;

	width: 400px;
	text-align:left;
}

.currency .item{
	font-family: 'Maven Pro', sans-serif;
	font-weight: bold;

	font-family: 'Maven Pro', sans-serif;
	color: #555;
	text-shadow: 0 0 5px #fff;

	display: inline-block;
	margin-right: 18px;
	height: 50px;
	font-size: 18px;

	display: none;
	float:left;
}

.currency .item .value{	
	-moz-animation-transition: all 1s ease;
	-webkit-animation-transition: all 1s ease;
	transition: all 1s ease;

	opacity: 0.8;
}

.currency .item .value.green{
	color: #8aaf6f;
}

.currency .item .value.red{
	color: #cf6f6f;
}


.menu-ico {
        float: left;
        width: 45px;
        position: relative;
        height: 45px;
        line-height: 14px;
        margin-left: 2px;
        z-index:100;
        cursor:pointer;
        font-size:0.8em;
}
.menu-ico .menu-ico-point {
        width: 45px;
        height: 45px;
        background: transparent url(/img/menu-ico-point.png) no-repeat center top;
}
.menu-ico .menu-ico-point:hover {
        cursor: pointer;
        cursor: hand;
        background: #dbdedf url(/img/menu-ico-point.png) no-repeat center top;
}
.menu-ico.active .menu-ico-point {
        background: #dbdedf url(/img/menu-ico-point.png) no-repeat center -40px;
}
.menu-ico .menu-ico-block {
        display: none;
        background: #dbdedf;
        width: 180px;
        position: absolute;
        top: 40px;
        left: 0px;
        padding: 9px 7px 0px 8px;
}
.menu-ico.active .menu-ico-block {
        display: block;
}
.menu-ico .menu-ico-block div {
        padding: 7px 0px 0px 0px;
        margin-bottom: 4px;
        height: 30px;
}
.menu-ico .menu-ico-block .hidden{
	display:none;
}
.menu-ico .menu-ico-block .main,
.menu-ico .menu-ico-block .p1 {
        background: url(/img/menu-ico-main.png?v=2) no-repeat left top;
}
.menu-ico .menu-ico-block .lifestyle,
.menu-ico .menu-ico-block .p2 {
        background: url(/img/menu-ico-lifestyle.png?v=2) no-repeat left top;
}
.menu-ico .menu-ico-block .business,
.menu-ico .menu-ico-block .p3 {
        background: url(/img/menu-ico-business.png?v=2) no-repeat left top;
}
.menu-ico .menu-ico-block .sport,
.menu-ico .menu-ico-block .p4 {
        background: url(/img/menu-ico-sport.png?v=2) no-repeat left top;
}
.menu-ico .menu-ico-block .hitech,
.menu-ico .menu-ico-block .p5 {
        background: url(/img/menu-ico-hitech.png?v=2) no-repeat left top;
}
.menu-ico .menu-ico-block a {
        color: #000000;
        text-decoration: underline;
        padding-left: 40px;
}
.menu-ico .menu-ico-block a:hover {
        color: #000000;
        text-decoration: none;
}

.head .logo img {
        width: 45px;
        height: 44px;
}
.head .logo {
        background: url(/img/logo-sign.png) no-repeat left top;
}
.head .logo.logo-lifestyle,
.head .logo.logo-2 {
        background: url(/img/logo-lifestyle.png) no-repeat left top;
        margin-top: -5px;
}
.head .logo.logo-business,
.head .logo.logo-3 {
        background: url(/img/logo-business.png) no-repeat left top;
        margin-top: -5px;
}
.head .logo.logo-sport,
.head .logo.logo-4 {
        background: url(/img/logo-sport.png) no-repeat left top;
        margin-top: -5px;
}
.head .logo.logo-hitech,
.head .logo.logo-5 {
        background: url(/img/logo-hitech.png) no-repeat left top;
        margin-top: -5px;
}
.head .logo.logo-2 img, .head .logo.logo-2 img, .head .logo.logo-2 img, .head .logo.logo-2 img {
        width: 45px;
        height: 44px;
}

/* left icons */
.left-icons {
    position: absolute;
	left: 100px;
	top: 17px;
	zoom: 1.3;
}
.left-icons a {
        height: 40px;
        display: inline-block;
        color: #232323;
        font: 300 14px/16px 'Roboto', Arial, Helvetica, sans-serif;
        text-decoration: none;
        text-align: center;
}
.left-icons a.sport {
        width: 36px;
        margin: 0 5px 0 5px;
}
.left-icons a.hitech {
        width: 36px;
        margin: 0 5px 0 5px;
}
.left-icons a.business {
        width: 36px;
        margin: 0 5px 0 5px;
}
.left-icons a.radio {
        width: 36px;
        margin: 0 5px 0 5px;
}
.left-icons a.active,
.left-icons a:hover {
        color: #3498db;
        text-decoration: none;
}
.left-icons a.sport img {
        background: url(/img/ico-sport.png) no-repeat left top;
        margin-bottom: 2px;
        width: 20px;
        height: 20px;
}
.left-icons a.hitech img {
        background: url(/img/ico-hitech.png) no-repeat left top;
        margin-bottom: 2px;
        width: 20px;
        height: 20px;
}
.left-icons a.business img {
        background: url(/img/ico-business.png) no-repeat left top;
        margin-bottom: 2px;
        width: 20px;
        height: 20px;
}
.left-icons a.radio img {
        background: url(/img/ico-radio.png) no-repeat left top;
        margin-bottom: 2px;
        width: 20px;
        height: 20px;
}
.left-icons a.active img,
.left-icons a:hover img {
        background-position: left -20px;
}
/* /left-icons */
      .center,.result .result-num {
       zoom: unset;
    font-size: 19px;
      }
.perenos {
	display: block;
	position: relative;
	top: 15px;
}
.result .result-pos img {
  width: 25px;
  height: 25px;
}
.result {
  padding: 7px 68px 5px 68px;
}


#adfox_mob1 {
display: table;
    margin: 10px auto;
}

#adfox_mob1 iframe {
  display: inline;
  text-align: center;
}
  

  @media (min-width: 240px) and (max-width: 480px) {
    body {
      width: 480px !important;
    }
  }

    @media (min-width: 240px) and (max-width: 766px) {
  
  .filter-txt {
     display: none; 
  

  }
  .btn-filter {
        position: absolute;
    top: 0;
    right: 23px;
  }

  .head {
  	height: 116px;
    /*overflow: hidden;*/
  }

  .currency {
/*  	    top: 97px;
    left: 3px;
    position: relative;*/
    overflow: hidden;
    min-width: unset;
    width: unset;
  }

.sort a {
  width: 100%;
}
  	.logo-main {
  		position: relative;
    /*left: -80%;*/
}
.left-icons {
    /* position: absolute; */
    /* left: 100px; */
    /* top: 17px; */
    zoom: 1.2;
    /* margin-left: 26px; */
    display: block;
    position: relative;
    left: 54px;
    top: unset;
    width: unset;
    max-width: 208px;
    /* min-width: 100%; */
    overflow: hidden;
}
.time {
	/*display: none;*/
}


#switchh {
	    position: absolute;
    z-index: 9999;
    top: 50px;
    height: 23px;
    width: 100%;
    font-size: 14px;
}


}


    @media (min-width: 100px) and (max-width: 240px) {
  
  .btn-filter,.filter-txt {
display: none;

  }

  .head {
  	height: 172px;
  }

  .currency {
  	    top: 97px;
    left: 3px;
    position: relative;
  }

  body {
  	width: 240px;
  }

  	.logo-main {
  		position: relative;
    left: -80%;
}

.time {
	display: none;
}

#switchh {
	    position: absolute;
    z-index: 9999;
    top: 201px;
    height: 23px;
    width: 100%;
    font-size: 14px;
}

}