body {
	font-family: 'Gotham A', 'Open Sans', sans-serif;
	font-size: 16px;
	background: #efefef;
}
.wrap {
	width: 960px;
	margin: 0 auto;
}
a:active,
a:focus,
a:hover{
	outline: none;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.btn {
	background: none;
	border:none;
	box-shadow: none;
}

.btn:focus {
	outline: none;
}

.dotdot {
	overflow: hidden;
}

.anim {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.onlyMobile{
	display: none;
}

/*--- Header ----*/
.logoBlock {
	padding: 60px 0 45px 0;
	text-align: center;	
}

.logoWrap {
	display: inline-block;
	background: #ffffff;
	box-shadow: 0px 6px 0px rgba(0,0,0,0.2);
}

.logoBlock img {
	display: block;
	height: auto;
	max-width: 392px;
	width: 100%;
}
.logoFooterBlock img {
	display: block;
	height: auto;
	max-width: 100%;
}

.topTextBlock {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	padding: 0 75px;
	height: 83px;
	margin-bottom: 35px;
}

/*--- Sticky menu (Header) ----*/
.menuFilterBtn {
	font-size: 16px;
	font-weight: 600;
	font-weight: 500;
	color: #0093d0;
	margin: 0 35px;
	display: inline-block;
	vertical-align: top;
	height: 71px;
}

.menu-flt:before {	
	height: 48px;
}

.menuFilterBtn .menu-flt {
	display: inline-block;
	vertical-align: middle;
}

.spending-blue:before {
	width: 41px;
	background-position: 50% -500px;
} 

.taxes-blue:before {
	width: 32px;
	background-position: 50% -546px;
} 

.budgets-blue:before {
	width: 41px;
	background-position: 50% -595px;
}   

.debt-blue:before {
	width: 52px;
	background-position: 50% -645px;
}

.entitlements-blue:before {
	width: 36px;
	background-position: 50% -691px;
} 

.mobile-blue:before {
    height: 55px;
}

.spending-white:before {
	width: 43px;
	background-position: 50% -891px;
} 

.taxes-white:before {
	width: 36px;
	background-position: 50% -946px;
} 

.budgets-white:before {
	width: 45px;
	background-position: 50% -1001px;
}   

.debt-white:before {
	width: 58px;
	background-position: 50% -1055px;
}

.entitlements-white:before {
	width: 40px;
	background-position: 50% -1110px;
} 

.navMobileTitle {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.navMobileWrap {
    height: 100%;
    overflow: auto;
}

.navMobileWrap > button:last-child {
    margin-bottom: 0;
}

.navBlock {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	padding: 25px 0;
	background: #ffffff;	
	display: none;
}

.navBlock .wrap {
	width: 1300px;
	padding: 0 40px;
}

.navBlock .logoBlock {
	float: left;
	width: 275px;
	padding: 0;
}

.navBlock .logoBlock img {
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

.menuBlock {
	text-align: center;
	margin-left: 280px;
}
.mobileSwitcherBtn{
	cursor: pointer;
	display: none;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 25px;
}
.mobileSwitcherBtn:before,
.mobileSwitcherBtn:after{
	background-color: #fff;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 42%;
	width: 100%;
	border-radius: 10px;
}
.mobileSwitcherBtn:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.mobileSwitcherBtn:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}


/*--- Filter block (Home) ----*/
.topFilterTitle {
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
	text-transform: uppercase;
	margin-bottom: 30px;
}

.topFilterBody {
	text-align: center;
	margin: 0 -35px;
}

.sprite {
	position: relative;
}

.sprite:before {
	content: '';
	display: inline-block;
	background-image: url('../img/sprite.png');
	background-repeat: no-repeat;
}

.top-flt:before {
	width: 90px;
	height: 88px;
}

.topFilterBody .top-flt, .topFilterBody .arrow {
	display: block;
}

.spending:before {
	background-position: 50% 0;
} 

.taxes:before {
	background-position: 50% -88px;
} 

.budgets:before {
	background-position: 50% -175px;
}   

.debt:before {
	background-position: 50% -262px;
}

.entitlements:before {
	background-position: 50% -349px;
} 

.topFilterBtn {
	font-size: 18px;
	color: #ffffff;
	margin: 0 35px;
	display: inline-block;
	vertical-align: top;
}

.topFilterBtn:hover, .menuFilterBtn:hover  {	
	-webkit-transform: translateZ(0) scale(1.2, 1.2);
	-ms-transform: translateZ(0) scale(1.2);
	transform: translateZ(0) scale(1.2);
}

.topFilterBtn, .menuFilterBtn {
	position: relative;
	top: 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}


.topFilterBtn:hover {
	top: -20px;
}

.menuFilterBtn:hover  {			
	top: -10px;
}

.topFilterBtn:hover .flt-text {
	display: block;
	-webkit-transform: translateZ(0) scale(1.2, 1.2);
	-ms-transform: translateZ(0) scale(1.2);
	transform: translateZ(0) scale(1.2);
} 

.arrow:before {
	width: 13px;
	height: 12px;
	background-position: 50% -438px;
} 

.arrow-left:before {
	width: 8px;
	height: 12px;
	background-position: 50% -449px;
}

.to-top:before {
	width: 24px;
	height: 26px;
	background-position: 50% -474px;
}

.grayBg {
	background: #efefef;
}

/*--- Charts/featured block ----*/
.featuredBlock, .chartsBlock, .relatedBlock {
	width: 1300px;
	padding: 0 50px;
}

.featuredBlock {
	position: relative;
	z-index: 5;
	margin: -120px auto 50px auto;
}

.featuredItem, .chartsItem {	
	padding: 0 15px;
	float: left;
	width: 33.33%;	
}

.featuredItem-inner, .chartsItem-inner {
	background: #ffffff;
	padding: 25px;
}

.boxShadow {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.13);
}

.featuredItem-link, .chartsItem-link {
	font-size: 14px;	
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

.featuredItem-link a, .chartsItem-link a {
	color: #cccccc;
	text-decoration: none;
}

.featuredItem-link .arrow-left, .chartsItem-link .arrow-left, .toTopBtn .to-top {
	margin-left: 5px;
}

.featuredItem-title, .chartsItem-title, .featuredItem-title a, .chartsItem-title a {
	font-size: 18px;	
	font-weight: 600;
	font-weight: 500;
	color: #245ba1;
	height: 56px;
	text-decoration: none;
}

.featuredItem-title a:hover, .chartsItem-title a:hover {
	text-decoration: underline;
}

.featuredItem-img, .featuredItem-title, .chartsItem-img, .chartsItem-title {
	margin-bottom: 15px;
}

.featuredItem-img img, .chartsItem-img img {
	max-width: 100%;
	height: auto;
	display: block;
}

.featuredItem-link a:hover .arrow-left:before, .chartsItem-link a:hover .arrow-left:before {
	background-position: 50% -461px;
}

.chartsBlock, .relatedBlock {
	margin: 0 auto 30px auto;
}

.chartsTitle, .featuredItem-link a:hover, .chartsItem-link a:hover {
	color: #1b2440;
}

.chartsItem {
	margin-bottom: 30px;
}

/*--- Footer ----*/
.footerBlock {
	padding: 25px 0 40px 0;
	color: #ffffff;
	font-weight: 600;
	font-weight: 500;
	background: #1b2440;	
}

.footerTop {
	position: relative;
	min-height: 26px;
}

.logoFooterBlock {
	margin-bottom: 20px;
}

.copyBlock {
	font-size: 10px;	
	color: #c5c5c5;
	float: left;
	width: 40%;
	line-height: 24px;
}

.toTopBtn {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -13px;
	color: #ffffff;
	height: 26px;
}

.toTopBtn {
	font-size: 14px;	
}

.toTopBtn .to-top {
	height: 26px;
	display: inline-block;
	vertical-align: middle;
}

.toTopBtn:hover .to-top {
	-webkit-animation: to-top 2s ease-out forwards;
	animation: to-top 2s ease-out forwards;
	animation-iteration-count: 2s;	
	-webkit-animation: to-top 1.5s; /* Safari and Chrome */
	-webkit-animation-iteration-count: 2s; /* Safari and Chrome */
}

@keyframes to-top { 
	from  {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  to {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@-webkit-keyframes to-top /* Safari and Chrome */ {
	from  {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  to {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.footerFilterBtn {
	display: inline-block;
	vertical-align: top;	
	color: #ffffff;
	position: relative;
	font-size: 14px;
}

.footerFilterBtn:before {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -7px;
	background: #ffffff;
}

.filterFooterBlock {
	float: right;
	width: 60%;
	text-align: right;
	margin-right: -7px;
}

.filterFooterBlock > button:first-child:before {
	content: none;
}

.footerFilterBtn:hover {
	color: #0093D0;
}

/*----- Post page ---*/
.headerInnerBlock {
	position: relative;		
}

.headerInnerBlock .navBlock {
	display: block;
}

.innerPageBlock {
	min-height: calc(100vh - 174px);
	padding-top: 100px;
}

.textBlock {	
	padding: 30px 25px;
}

.colorWrap {
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-weight: 500;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 1.625em;	
	color: #245ba1;	
}

h2 {
	font-size: 1.375em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.1875em;
}

h5, h6 {
	font-size: 1.125em;
}

.textBlock  blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #0093d0;
}

.textBlock  blockquote > *:last-child {
	margin-bottom: 0
}

.moreBtn {
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #43a6dc;
	width: 100px;
	margin: 0 auto;
}

.moreBtn:hover {
	text-decoration: underline;
}

.moreTextBlock {
	display: none;
}

.buttonsBlock {
	padding: 10px 25px 45px 25px;
}

.bottomPostBlock,.buttonsBlock {
	text-align: center;
}

.bottomPostBlock {
	font-family: 'Chronicle Display A', "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0 25px 45px 25px;
}

.bottomPostBlock a, .postBtn { 
	text-decoration: none;
}

.bottomPostBlock a, .bottomPostBlock {
	color: #888c91;
}

.bottomPostBlock p {
	margin-bottom: 10px;
}

.bottomPostBlock a:hover {
	color: #43a6dc;
}

.postBtn {
	width: 126px;
	padding: 5px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #9fc215;
	font-size: 14px;
	font-weight: 600;
	font-weight: 500;
	text-transform: uppercase;
	color: #9fc215;
	margin: 0 10px;
}

.postBtn:hover {
	background: #9fc215;
	color: #ffffff;
}

.disableBtn, .disableBtn:focus {
	border: 2px solid #cccccc;
	color: #cccccc;
	cursor: context-menu;
}

.disableBtn:focus {
	outline: none;
}

.disableBtn:hover {
	background: none;
	color: #cccccc;	
}


.socBtn {
	width: 170px;
	padding-left: 50px;
	position: relative;
}

.socTW {
	color: #0093d0;
	border-color: #0093d0;
}

.socFB {
	color: #245ba1;
	border-color: #245ba1;
}

.socFB:hover {
	background: #245ba1;
	color: #ffffff;
}

.socTW:hover {
	background: #0093d0;
	color: #ffffff;
}

.soc-icon:before {
	width: 20px;
	height: 20px;
}

.buttonsBlock .soc-icon {
	position: absolute;
	top: 50%;
	left: 16px;
	margin-top: -11px;
}

.tw:before {
	background-position: 50% -762px;
} 

.fb:before {
	background-position: 50% -741px;
} 

.tw-white:before, .socTW:hover .soc-icon:before {
	background-position: 50% -806px;
} 

.fb-white:before, .socFB:hover .soc-icon:before {
	background-position: 50% -785px;
} 

.relatedBlock {
	padding-top: 35px;
}

.menuToggle{
	display: none;
	float: right;
	height: 32px;
	margin-top: 18px;
	position: relative;
	width: 43px;
}
.menuToggle span{
	background-color: #0093d0;
	height: 5px;
	left: 0;
	position: absolute;
	top: 14px;
	width: 100%;
	border-radius: 5px;
}
.menuToggle span:before,
.menuToggle span:after{
	background-color: #0093d0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	border-radius: 5px;
}
.menuToggle span:before{
	top: -12px;
}
.menuToggle span:after{
	bottom: -12px;
}

.error-404 {
	height: 100vh;
	text-align: center;
	margin-bottom: -174px;
}

.error-404 h1 {
	font-size: 200px;
	margin: 0 0 30px 0;
}

.error-404 h2 {
	font-size: 50px;
	margin-bottom: 30px;
}


/* Menu */
.menu{
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu li{
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}
.menu li a{
	display: block;
}
.flt-svg{
	display: block;
	height: 100px;
	position: relative;
	width: 100px;
}
.flt-svg svg{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	fill: #fff;
}
.flt-text{
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.topFilterBody li{
	margin: 0 35px;
}
.topFilterBody a{
	color: #fff;
	position: relative;
	top: 0px;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.topFilterBody a:hover {
	top: -20px;
	-webkit-transform: translateZ(0) scale(1.2, 1.2);
	-ms-transform: translateZ(0) scale(1.2);
	transform: translateZ(0) scale(1.2);
}
.navBlock ul{
	white-space: nowrap;
}
.navBlock li{
	margin: 0 35px;
	visibility: visible !important;
	animation-name: none;
	-webkit-animation-name: none;
}
.navBlock .flt-svg{
	width: 56px;
	height: 56px;
	float: left;
}
.navBlock .flt-text{
	float: left;
	padding: 18px 0 0;
}
.navBlock svg{
	fill: #0093d0;
}
.navBlock li a{
	font-size: 16px;
	font-weight: 500;
	color: #0093d0;
	text-decoration: none;
	position: relative;
	top: 0;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.navBlock li a:hover{
	top: -10px;
	-webkit-transform: translateZ(0) scale(1.2, 1.2);
	-ms-transform: translateZ(0) scale(1.2);
	transform: translateZ(0) scale(1.2);
}
.navBlock .arrow{
	display: none
}



/*--------------------------------------------------------*/
/*----------------------- Media query --------------------*/
/*--------------------------------------------------------*/
@media screen and (max-width: 1365px) {
	.featuredBlock, .chartsBlock, .relatedBlock, .navBlock .wrap {
		width: 100%;
		padding:  0 30px;
	}

	.menuToggle {
		display: block;
	}

	.menuBlock{
		display: none;
	}
	.navBlock li a:hover,
	.menuFilterBtn:hover  {	
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.navBlock svg{
		fill: #fff;
	}
	.navBlock li a{
		color: #fff;
		padding: 10px 0;
	}
	.navBlock li a:hover{
		color: #0093d0;
		top: 0;
	}
	.navBlock li a:hover svg{
		-webkit-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		fill: #0093d0;
	}
	.menuFilterBtn .menu-flt:before{
		height: 56px;
	}
	.spending-blue:before {
		width: 43px;
		background-position: 50% -891px;
	} 

	.taxes-blue:before {
		width: 36px;
		background-position: 50% -946px;
	} 

	.budgets-blue:before {
		width: 45px;
		background-position: 50% -1001px;
	}   

	.debt-blue:before {
		width: 58px;
		background-position: 50% -1055px;
	}

	.entitlements-blue:before {
		width: 40px;
		background-position: 50% -1110px;
	} 
	
        .menuFilterBtn .mobile-blue {
             display: inline-block;
        }        

	.menuBlock {	
            margin-left: 0;
            background: #1B2440;
            position: absolute;
            top: 100%;
            left: 0px;
            width: 100%;
	}

	.menuFilterBtn {
		color: #ffffff;
	}

	.menuFilterBtn:hover .flt-text {
		display: inline-block;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.menuFilterBtn:hover {
		top: 0px;
		color: #0093d0;
	}

	.menuFilterBtn {
		-webkit-transition: none;
		-ms-transition: none;
		-o-transition: none;
	}
       
    .openMobMenu .innerPageBlock{
		padding-top: 160px;
    }
}

@media screen and (max-width: 1023px) {
	.navBlock {
		padding: 10px 0;
	}

	.featuredBlock {
		margin-top: 30px;
	}

	.featuredBlock .topFilterTitle {
		color: #1b2440;
	}

	.logoBlock {
		padding: 45px 0;
	}

	.topFilter {
		padding-bottom: 30px;
	}

	.videoBg {
		height: auto !important;	
	}

	.featuredBlock, .chartsBlock, .relatedBlock {
		padding: 0 10px;
	}

	.featuredItem, .chartsItem {
		padding: 0 5px;
	}

	.wrap {
		width: auto;
		padding: 0 20px;
	}

	.topTextBlock {
		padding: 0;
	}

	.topTextBlock {
		height: auto;
	}

	.topFilterBtn, .menuFilterBtn {
		margin: 0 6px;
	}

	.featuredItem-title, .chartsItem-title {
		font-size: 16px;
	}

	.featuredItem-inner, .chartsItem-inner {
		padding: 15px;
	}

	.featuredItem-link a, .chartsItem-link a {
		white-space: nowrap;
	}	

	.topFilterBody {
    margin: 0;
	}

	.innerPageBlock {
    	padding-top: 0px;
		margin-top: 70px;
	}
	.openMobMenu .innerPageBlock{
		padding-top: 70px;
	}

	.textBlock {
    padding: 0 25px 30px 25px;
	}

	.postBtn {
		margin: 0 5px;
	}

	.textBlock {
    padding: 30px 0px;
	}
	.moreBtn {
		white-space: nowrap;
	}
	.navBlock .flt-svg{
		width: 50px;
		height: 50px;
	}
	.navBlock li,
	.topFilterBody ul li{
		margin: 0 6px;
	}
}

@media screen and (max-width: 767px) {
	.logoBlock {
    padding: 30px 0;
	}

	.logoWrap {
		width: 300px;
	}

	.featuredBlock {
		margin: 30px 0;
	}

	.featuredItem, .chartsItem {
		width: 50%;
		margin-bottom: 20px;
	}

	.topFilterBtn:hover, .menuFilterBtn:hover {
    -webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.menuFilterBtn {
		transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
	}

	.footerBlock {
		padding: 25px 0;
	}

	.copyBlock, .filterFooterBlock {
		width: auto;
		float: none;
		text-align: center;
	}

	.filterFooterBlock {
		margin-bottom: 10px;
	}

	.topFilterBody .top-flt {
		display: none;
	}

	.topFilterBtn, .menuFilterBtn {
    margin: 0 5px;
	}

	.topFilterTitle {
		font-size: 20px;
		margin-bottom: 1em;
	}

	.featuredItem-link a, .chartsItem-link a {
    white-space: normal;
	}

	.topTextBlock {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.topFilterBtn {
    font-size: 16px;
	}

	.postBtn {
		width: 170px;
		margin-bottom: 20px;
	}

	.buttonsBlock {
    padding: 0px 25px 15px 25px;
	}	

	.error-404 {
    height: auto; 
		margin-bottom: 0;
	}

	.error-404 h1 {
		font-size: 150px;
		margin-bottom: 0px;
	}

	.error-404 h2 {
		font-size: 30px;
	}

	.moreBtn {
		width: 115px;
	}

	.innerPageBlock {
		min-height: 0;
	}
}
@media screen and (max-width: 667px) {
	.textBlock h1{
		line-height: 30px;
	}
	.menuFilterBtn {
		height: auto;
	}
	.menuBlock {
		left: 0;
		margin: auto;
		max-height: calc(100% - 87px);
		overflow-y: auto;
		overflow-x: hidden;
		padding: 10px 0;
		position: fixed;
		right: 0;
		top: 87px;
	}
	.topFilterBody{
		background-color: #1b2440;
		display: none;
		height: 100%;
		left: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 60px 0 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}
	.topFilterBody.showMobNav{
		display: block;
	}
	.mobileSwitcher{
		border: 2px solid #fff;
		cursor: pointer;
		margin: 0 auto 1em;
		max-width: 180px;
		padding: 10px;
		width: 100%;
	}
	.mobileSwitcher:hover{
		box-shadow: 0 0 0 2px #fff;
		-moz-box-shadow: 0 0 0 2px #fff;
		-webkit-box-shadow: 0 0 0 2px #fff;
	}
	.mobileSwitcherBtn{
		display: block;
	}
	.menuBlock .menuFilterBtn,
	.topFilterBtn{
        display: block;
        margin: 0 auto 20px;
        width: 194px;
        text-align: left;
		animation-name: none;
		-webkit-animation-name: none;
	}
	.topFilterBody .top-flt{
		display: inline-block;
	}
	.topFilterBody .flt-text{
		display: inline-block;
		position: relative;
		top: -20px;
	}	
	.topFilterBody .arrow{
		display: none;
	}
	.topFilterBtn:hover {
		top: 0px;
	}
	.topFilterBtn:hover .flt-text {
		display: inline-block;
		color: #0093d0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.mobFilterTitle{
		color: #fff;
		font-size: 18px;
		line-height: 100%;
		padding: 5px 0 15px;
		text-transform: uppercase;
	} 
	body.noScroll{
		overflow: hidden;
	}
	.menuFilterBtn .menu-flt{
		display: inline-block;
	}
	.onlyMobile{
		display: block;
	}
	.navBlock ul{
		white-space: normal;
	}
	.topFilterBody ul li,
	.navBlock li{
		width: 100%;
		margin: 0 0 10px;
	}
	.topFilterBody li{
		visibility: visible !important;
		animation-name: none;
		-webkit-animation-name: none;
	}
	.topFilterBody li a,
	.navBlock li a{
		display: block;
		margin: auto;
		padding: 0;
		width: 194px;
	}
	.topFilterBody li a:hover{
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.topFilterBody .flt-svg{
		float: left;
		width: 70px;
		height: 70px;
	}
	.topFilterBody .flt-text{
		float: left;
		padding: 24px 0 0;
		top: 0;
	}
}

@media screen and (max-width: 479px) {
	.navBlock .logoBlock{
		width: 205px;
	}
	.logoWrap {
		width: 100%;
	}
	.navBlock .wrap {
		padding: 0 15px;
	}
	.menuBlock {
		top: 70px;
		max-height: calc(100% - 70px);
	}
	.menuToggle{
		margin-top: 8px;
	}
	.featuredItem-inner, .chartsItem-inner {
		padding: 20px;
	}

	.featuredItem, .chartsItem {
		float: none;
		width: 100%;
	}

	.featuredItem-img img, .chartsItem-img img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.toTopText {
		display: none;
	}

	.logoFooterBlock {
		margin-right: 45px;
	}

	.footerFilterBtn:before {
		content: none;
	}

	.error-404 h1 {
		font-size: 130px;
	}
}