/*   
Theme Name: Partizan 
Theme URI:
Version: 1.0
Tags: clean, html5, bootstrap
Description: 
Author: 
Author URI: 
*/
h1, h2 {
	font-weight:300;
	font-size:79px;
	text-transform:uppercase;
}
img {
    max-width: 100%;
	    height: inherit;
}
.front-page header {
	min-height: 1200px;
}
.custom {
	font-size:22px;
	line-height:26px;
}
@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}
 
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: inherit;
    background-color: transparent;
    border-color: #8c8c8c;
    outline: none;
}
button, input {
	outline: none;
}


body {
    font-family: 'Fira Sans';
    font-size: 16px;
    line-height: 1.65em;
    color: #fff;
    background: #000;
    font-weight: 300;
}

.front-page{
	background: url(img/back.jpg) no-repeat center top #000;
}
.topline {
	padding:40px 0;
	line-height:46px;
}
.topline form.search-form {
	    display: inline-block;
    vertical-align: middle;
    line-height: normal;
	position:relative;
}
.topline form.search-form input {
	    background: url(img/search-border.png) no-repeat center rgba(28, 0, 0, .46);
    width: 192px;
    height: 41px;
    padding: 2px 2px 2px 10px;
    border: none;
    border-radius: 18px;
    color: #fff;
}
.topline form.search-form button {
	width: 23px;
    height: 21px;
    background: url(img/search.png) no-repeat center;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 14px;
    top: 10px;
}
.topline button.tonav {
	    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    background: url(img/h_nav.png);
    border: none;
	margin-left:28px;
}
.topline button.tolang {
	position:relative;
	    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    background: url(img/h_nav.png) 100% 0;
    border: none;
	margin-left:28px;
}
.topline button.tonav:hover, .topline button.tolang:hover {
	background-position-y:100%;
}
.langmodal {
	background: #fff;
    width: 140px;
    position: absolute;
    right: -50px;
    top: 65px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.29);
    border-radius: 9px;
	z-index:-8888;
	opacity:0;
	transition:all .3s ease;
}
.topline button.tolang:hover .langmodal {
	z-index:8888;
	opacity:1;
}
.langmodal:before {
	content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    z-index: 0;
}
.langmodal ul {
	margin: 0;
    padding: 10px;
}
.langmodal .widget_polylang ul li {
	display: block;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    text-align: left;
}
.langmodal .widget_polylang ul li a {
	color:#000;
	font-weight:500;
}
.langmodal .widget_polylang ul li a:after {
	display:none;
}
.langmodal .widget_polylang ul li.current-lang a {
    color: #bc8b38;
}
.sociline .container {
	position:relative;
}
.h_soci.widget ul, .h_wallet.widget ul  {
	margin: 0;
    padding: 0;
}
.h_soci.widget ul li, .h_wallet.widget ul li {
	    list-style-type: none;
    margin-bottom: 60px;
}
.h_soci.widget ul li a {
	width: 55px;
    height: 56px;
    display: block;
    background: url(img/h_soc.png) no-repeat;
}
.h_soci.widget ul li a:hover, .h_wallet.widget ul li a:hover {
	background-position-x: 100%;
}
.h_soci.widget ul li:nth-child(2) a {
	background-position-y: -120px;;
}
.h_soci.widget ul li:nth-child(3) a {
	background-position-y: -240px;;
}
.h_soci.widget ul li:nth-child(4) a {
	background-position-y: -360px;;
}
.h_soci.widget ul li:nth-child(5) a {
	background-position-y: -480px;;
}
.h_soci.widget ul li:nth-child(6) a {
	background-position-y: -600px;;
}
.h_wallet.widget {
	position:absolute;
	right:0;
	bottom:0;
}
.h_wallet.widget ul {
	
}
.h_wallet.widget ul li {
	
}
.h_wallet.widget ul li a {
	width: 70px;
    height: 66px;
    display: block;
    background: url(img/h_wallet.png);
}
.h_wallet.widget ul li:nth-child(2) a {
	background-position-y: -363px;;
}
.h_wallet.widget ul li:nth-child(3) a {
	background-position-y: 100%;
}
footer h3, .leftnav h3 {
	font-size: 22px;
    color: #eed088;
	 font-weight: 500;
}
footer ul, .leftnav ul {
	margin: 0;
    padding: 0;
}
footer ul li, .leftnav ul li {
	font-size:18px;
	font-weight:300;
	color:#fff;
	list-style-type:none;
	line-height: 26px;
}
footer ul li a, .leftnav ul li a {
	color:#fff;
}
footer ul li a:hover, .leftnav ul li a:hover {
	color:#eed088;
}
footer .f_cont ul li a, .leftnav .widget_text ul li a {
	color:#eed088;
	text-decoration:underline;
}
footer .f_cont ul li, .leftnav .f_cont ul li {
	line-height:32px;
}
footer .f_cont ul li a:hover, .leftnav .widget_text ul li a:hover {
	text-decoration:none;
}

.revain  {
	background: #bc8b38;
background: -moz-linear-gradient(top,  #bc8b38 0%, #efd189 100%);
background: -webkit-linear-gradient(top,  #bc8b38 0%,#efd189 100%);
background: linear-gradient(to bottom,  #bc8b38 0%,#efd189 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
border-radius:12px;
position:relative;
padding:13px;
border:1px solid #9f8b5b;
margin-top: 90px;
}
.revain:before {
	content:'';
	position:absolute;
	width:50px;
	height:80px;
	background:url(img/revain.png) no-repeat center;
	    left: 40px;
    top: calc(50% - 40px);
}
.revain ul {
	    margin: 0 0 0 200px;
    padding: 0;
    text-align: center;
    width: 60%;
    display: inline-block;
}
.revain ul li {
	display: inline-block;
    margin-left: -25px;
	    vertical-align: middle;
}
.revain ul li a {
	    width: 85px;
    height: 85px;
    display: block;
    background: #fff;
    border-radius: 50%;
    line-height: 85px;
	text-decoration:none;
	z-index:1;
	position:relative;
}
.revain ul li a span {
	color: #c2c2c2;
    font-size: 68px;
    display: inline-block;
    line-height: 10px;
	transition:all .3s ease;
}
.revain ul li a:hover span {
	font-size: 48px;
}
.revain ul li a:hover {
	z-index:2;
}
.revain .righttext {
	    font-size: 18px;
    color: #000;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
.revain .righttext a {
	color:#000;
	text-decoration:underline;
}
.f_soci.widget ul {
	margin:90px 0 0;
	padding:0;
	display: flex;
  justify-content: space-between;
}
.f_soci.widget ul li {
    text-align: center;
}
.f_soci.widget ul li a {
    width: 55px;
    height: 56px;
    display: inline-block;
    background: url(img/f_soc.png) no-repeat;
}
.f_soci.widget ul:first-child li:nth-child(2) a {
	background-position-x: -214px;
}
.f_soci.widget ul:first-child li:nth-child(3) a {
	background-position-x: -429px;
}
.f_soci.widget ul:first-child li:nth-child(4) a {
	background-position-x: -643px;
}
.f_soci.widget ul:first-child li:nth-child(5) a {
	background-position-x: -858px;
}
.f_soci.widget ul:first-child li:nth-child(6) a {
	background-position-x: -1072px;
}
.f_soci.widget ul:last-child li:nth-child(1) a {
	background-position-x:-1173px;
}
.f_soci.widget ul:last-child li:nth-child(2) a {
	background-position-x:-1388px;
}
.f_soci.widget ul:last-child li:nth-child(3) a {
	background-position-x:-1602px;
}
.f_soci.widget ul:last-child li:nth-child(4) a {
	background-position-x:-1602px;
}
.f_soci.widget ul:last-child li:nth-child(5) a {
	background-position-x:-1602px;
}
.f_soci.widget ul:last-child li:nth-child(6) a {
	background-position-x:100%;
}
.f_soci.widget ul li a:hover {
	background-position-y:103%;
}
.over {
	position: fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	opacity:.7;
	z-index:7777;
	display:none;
}
.leftnav {
	position: fixed;
   left: -100%;
   max-width: 360px;
    opacity: 0;
    top: 0;
    background: #000;
    z-index: 8888;
    max-height: 100vh;
    overflow: auto;
    padding: 20px;
	transition:left .5s cubic-bezier(0.93, 0.24, 0.08, 0.9), opacity .5s linear;
}
.leftnav.open {
	left:0;
	opacity:1;
}
.leftnav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 5px;
}

.leftnav::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.leftnav::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: #FFF;
	background: #bc8b38;
background: -moz-linear-gradient(top,  #bc8b38 0%, #efd189 100%);
background: -webkit-linear-gradient(top,  #bc8b38 0%,#efd189 100%);
background: linear-gradient(to bottom,  #bc8b38 0%,#efd189 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
}
button.closenav {
	    width: 24px;
    height: 24px;
    background: url(img/close-lg.png) no-repeat center;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
}
span.gold {
	color: transparent;    
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to bottom, #bc8b38, #efd189);
	 font-weight: 500;
	
}
.credits {
	text-align:center;
	color:#fff;
	padding:50px 0;
}
.credits a {
	color:#eed088;
	text-decoration:underline;
}
.credits a:hover {
	text-decoration:none;
}
.kama_breadcrumbs {
	margin:0 auto 40px;
	font-size:30px;
	color:#d1b575;
}
.kama_breadcrumbs a {
	color:#fff;
}
.meta {
	font-size:24px;
	padding:40px 0;
}
.meta .date {
	color:#eed088;
}
.meta .time {
	color:#fff;
}
.single h1 {
	padding:0;
	margin:0 0 40px;
}
.single article {
	font-size:24px;
	line-height:1.8em;
	margin:0 auto 80px;
	width:970px;
}
.single article h2, .single article h3, .single article strong, .single article b {
	font-weight:500;
	color:#d1b575;
	text-transform:uppercase;
}
.single article h2 {
	font-size:44px;
	margin: 0 0 30px;
}
.single article h3 {
	font-size:30px;
	margin: 0 auto 30px;
	width: 880px!important;
}
.single article p, .single article ul , .single article ol {
    margin: 0 auto 50px;
	width: 880px!important;
	padding:0;
}
.single article ul li {
	position:relative;
	list-style-type:none;
	padding-left:30px;
}
.single article ul li:before {
	content:'';
	position:absolute;
	width:3px;
	height:3px;
	left: 0;
    top: 20px;
	border-radius:50%;
	background: #bc8b38;
background: -moz-linear-gradient(top,  #bc8b38 0%, #efd189 100%);
background: -webkit-linear-gradient(top,  #bc8b38 0%,#efd189 100%);
background: linear-gradient(to bottom,  #bc8b38 0%,#efd189 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
}
.single article h4 {
	font-weight: 500;
    text-transform: uppercase;
    line-height: 1.8em;
	font-size: 24px;
}
.gold_block {
	width: 880px!important;
    font-weight: 500;
    color: #000;
    float: none!important;
    border-radius: 28px;
    margin: 0 auto 40px!important;
	padding:40px 50px;
	background-color: #FFF;
	background: #bc8b38;
background: -moz-linear-gradient(top,  #bc8b38 0%, #efd189 100%);
background: -webkit-linear-gradient(top,  #bc8b38 0%,#efd189 100%);
background: linear-gradient(to bottom,  #bc8b38 0%,#efd189 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
}
.gold_block.border {
	border-radius:0;
	background:transparent;
	width: 100%!important;
	padding:0 68px;
	border-left: 4px solid #d1b575;
	color:#fff;
	font-weight:300;
}
.gold_block p, .gold_block ul {
	width:100%!important;
}
.single article ol {
	counter-reset: list ;
	    margin: 0 0 0 22px;
}
.single article ol li {
	list-style-type: none;
	padding-left:35px;
	position:relative;
}
.single article ol li:before {
	counter-increment: list;
content: counter(list);
left:0;
position: absolute;
}
a[download] {
	color: #d1b575;
    font-size: 30px;
    font-weight: 500;
    background: url(img/download.png) no-repeat 0 50%;
    line-height: 42px;
    padding-left: 60px;
    text-decoration: underline;
}
.thumbnails {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.loopinside {
	position: relative;
    border-radius: 36px;
    overflow: hidden;
    border: 1px solid #efd189;
	margin-bottom: 30px;
}
.loopinside .meta * {
	color:#eed088;
	font-size:18px;
}
.loopinside .meta {
    padding: 20px 0 0 20px;
}
.loopinside h2, .newss .loopinside h2 {
	font-size: 30px;
    padding: 0 20px 60px 20px;
    margin: 0;
}
.loopinside h2 a {
	color:#fff;
}
.loopinside a.more {
font-family: 'Fira Sans Book';
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    background-color: #FFF;
    background: #bc8b38;
    background: -moz-linear-gradient(top, #bc8b38 0%, #efd189 100%);
    background: -webkit-linear-gradient(top, #bc8b38 0%,#efd189 100%);
    background: linear-gradient(to bottom, #bc8b38 0%,#efd189 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
    text-decoration: none;
    padding: 0;
    margin: 0 auto 40px;
    display: block;
    width: 225px;
    text-align: center;
    line-height: 35px;
    border-radius: 22px;
}
.loopinside a.more:hover {
	background: #FFF;
}
.category h1 {
	margin: 0;
    padding: 0 0 40px;
}
.category section {
	background:url(img/category_back1.png) no-repeat 100% 0, url(img/category_back2.png) no-repeat 100% 100%;
}
.loopinside .heading h2 {
	height:160px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 40px 0;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.pagination>li {
    display: inline-block;
    margin: 0 10px;
    border-radius: 6px;
    overflow: hidden;
	 border: 1px solid #c49746;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #FFF;
    background: #bc8b38;
    background: -moz-linear-gradient(top, #bc8b38 0%, #efd189 100%);
    background: -webkit-linear-gradient(top, #bc8b38 0%,#efd189 100%);
    background: linear-gradient(to bottom, #bc8b38 0%,#efd189 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
    
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin-left: 0;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}
.likebox h3 {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    line-height: 26px;
    margin: 0;
    padding: 20px 0 40px;
}
.likebox h3 span {
	color:#eed088;
	 font-weight: 500;
	 line-height: normal;
}
.likebox button {
	background: transparent;
    border: none;
    font-size: 18px;
    text-align: center;
}
.likebox button img {
	display:block;
	margin:0 auto 15px;
}
.likebox li {
	    list-style-type: none;
    display: inline-block;
	margin: 0 5px;
}
.likebox ul {
	padding: 0;
    text-align: center;
    margin: 0 0 40px;
}
.likebox button.noactive {
	opacity:.6;
	pointer-events:none;
}
.likebox button.like {
	color:#eed088;
}
.likebox button.dislike {
	color:#bc8c39;
}
.likebox button.superlike {
	color:#ce3718;
}
.profits h2 {
	font-size: 36px;
    margin: 0;
    padding: 70px 0 40px;
}
.profits figure {
	height:112px;
	line-height:112px;
	padding:0;
	margin:0 0 30px;
	text-align:center;
}
.profits figure img {
	display:inline-block;
	vertical-align:middle;
}
.profits h3 {
	color:#eed088;
	font-weight:500;
	margin:0;
	padding:0 0 20px;
	text-transform:uppercase;
}
.profits .item {
	padding:10px 20px;
	font-size: 16px;
}
.about .content-left a {
	font-size:18px;
}
.how {
	line-height: 30px;
    background: url(img/back2.jpg) no-repeat center/cover;
    padding: 280px 0 100px;
    position: relative;
    margin-top: -140px;
    z-index: 1;
	margin-bottom: 40px;
}
.how a {
	color:#eed088;
	text-decoration:underline;
}
.how p {
	margin-bottom:35px;
}
.profits {
	    position: relative;
    z-index: 2;
}
.how .market h2 {
	font-size:36px;
	line-height:normal;
}
.how .market .revain {
	margin-top:40px;
	border-radius: 42px;
}
.how .market .revain:before {
	width:142px;
	height:39px;
	background:url(img/logo_black.png) no-repeat center;
	left: 30px;
    top: 23px;
}
.how .market .revain .infoblock {
	font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    margin: 7px 0 0 240px;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}
.how .market .revain .infoblock span {
	color:#ff0000;
}
.how .market .revain .infoblock small {
	font-size:12px;
}
.tab_block {
	text-align:center;
	font-size:22px;
	font-weight:normal;
	line-height:26px;
	margin:30px 0 0;
}
.tab_block small {
	font-size:14px;
}
.tab_block .item {
	position:relative;
}
.tab_block .item:after {
	content:'';
	position:absolute;
	height:100%;
	border-right:1px solid #fff;
	right: 0;
    top: 0;
}
.tab_block .item.nb:after {
	display:none;
}
.market .logos {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 60px 0 0;
}
.market .logos figure {
	
}
.steps h2 {
	text-align:right;
	line-height: 52px;
	margin:0;
	padding:0 0 60px;
}
.steps:not(.smi) h2 span {
	display:inline-block;
	font-size:36px;
}
.steps .item {
	border-radius: 36px;
    overflow: hidden;
    border: 1px solid #efd189;
    padding: 60px 20px 30px;
    text-align: center;
}
.steps .item a {
	color: #eed088;
    text-decoration: underline;
}
.steps .item h3 {
	color: #eed088;
	text-align:left;
}
.steps .item p {
	text-align:left;
}
.steps .item figure {
    margin: 20px 0 0;
}
.steps .row {
	counter-reset: list;
}
.steps .row .col-sm-3 {
	position:relative;
}
.steps .row .col-sm-3:before {
	counter-increment: list;
    content: counter(list);
    position: absolute;
    font-size: 26px;
    font-weight: 500;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 60px;
    left: 0;
    right: 0;
    bottom: auto;
    top: -28px;
    margin: auto;
    background-color: #FFF;
    background: #bc8b38;
    background: -moz-linear-gradient(top, #bc8b38 0%, #efd189 100%);
    background: -webkit-linear-gradient(top, #bc8b38 0%,#efd189 100%);
    background: linear-gradient(to bottom, #bc8b38 0%,#efd189 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
    color: #000;
    border-radius: 50%;
}
.apps {
	background: url(img/back3.jpg) no-repeat center bottom/contain;
    padding: 200px 0;
    margin-top: -50px;
	position: relative;
    z-index: 1;
}
.steps {
	position: relative;
    z-index: 2;
}
.apps span.gold {
	display: block;
}
.apps .descript {
	font-size: 36px;
    text-transform: uppercase;
    line-height: 39px;
    margin-bottom: 80px;
    display: inline-block;
}
.apps .itemlist ul {
	    padding: 0;
}
.apps .itemlist ul li {
	list-style-type: none;
    font-size: 24px;
    line-height: normal;
    margin: 0 0 18px;
    cursor: pointer;
    margin-right: 180px;
    overflow: hidden;
    text-align: left;
    display: inline-block;
}
.apps .itemlist ul li  span {
	border-bottom: 1px solid transparent;
    float: right;
    display: block;
    padding: 0 0 0 80px;
}
.apps .itemlist ul li.active span {
	font-weight:500;
	color:#eed088;
	border-color:#eed088;
}
.apps .itemlist ul li:hover span {
	color:#eed088;
}
.apps .backover {
	overflow: hidden;
}
.apps .backover .container {
	position:relative;
	    /* background-repeat: no-repeat; */
    /* background-position: 100% 20px; */
    /* padding: 0 0 50px; */
    /* background-size: 60%; */
    /* transition: background .3s ease; */
}
.apps .backover .container:after {
	content: '';
    position: absolute;
    width: 993px;
    height: 701px;
    background: url(img/apps.png) no-repeat center;
    top: 20px;
    right: -20%;
}
.applinks {
	
}
.applinks img {
	margin-right: 25px;
}
.applinks a {
	color: #eed088;
    text-decoration: none;
    margin: 20px 0 0 80px;
    display: inline-block;
}
.applinks a span {
	border-bottom:2px solid #eed088;
}
.appscontent {
	    background: url(img/back4.jpg) no-repeat left top;
    padding: 50px 0 200px;
    margin-top: -50px;
    position: relative;
    z-index: 0;
}
.appscontent h3 {
	font-size:42px;
	font-weight:300;
}
.appscontent h3 b {
	color:#eed088;
	font-weight:500;
}
.appscontent .cnt {
	background-repeat: no-repeat;
    overflow: hidden;
	margin-top: 55px;
}
.appscontent .cnt .inner {
	font-size: 22px;
    width: 42%;
    float: right;
    line-height: normal;
	    padding-bottom: 170px;
}
.appscontent .cnt .inner p {
	margin-bottom:25px;
}
.appscontent .cnt .inner a {
	color:#fff;
}
.appscontent .cnt .inner h4 {
	font-size: 22px;
	border-bottom:1px solid #eed088;
	display:inline-block;
}
.appscontent .row .inside:not(:first-child) {
	display:none;
}
.audit h2 span {
	display:block;
	font-size:100px;
}
.audit h2 {
	margin:0;
	padding:0 0 40px;
}
.audit h2 span.gold {
	display:inline;
}
.audit .item {
    border-radius: 36px;
    overflow: hidden;
    border: 1px solid #efd189;
    padding: 60px 20px 30px;
    text-align: center;
}
.audit h3 {
	font-size:36px;
	text-transform:uppercase;
	font-weight:300;
	margin: 0;
    padding: 50px 0 10px;
}
.audit .subhead {
	color:#eed088;
	font-size:20px;
	text-transform:uppercase;
	font-weight:300;
	display:block;
	margin: 0 0 40px;
}
.audit a.more {
	font-family: 'Fira Sans Book';
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    background-color: #FFF;
    background: #bc8b38;
    background: -moz-linear-gradient(top, #bc8b38 0%, #efd189 100%);
    background: -webkit-linear-gradient(top, #bc8b38 0%,#efd189 100%);
    background: linear-gradient(to bottom, #bc8b38 0%,#efd189 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
    text-decoration: none;
    padding: 0;
    margin: 0 auto 40px;
    display: block;
    width: 225px;
    text-align: center;
    line-height: 35px;
    border-radius: 22px;
}
.audit a.more:hover {
	background: #FFF;
}
.smi {
	background: url(img/back5.jpg) no-repeat center bottom/cover;
    padding: 200px 0 200px 0;
    margin-top: 0;
    position: relative;
    z-index: 0;
}
.smi  .contain {
	
}
.audit {
	    padding: 100px 0 0;
    margin-top: -100px;
}
.smi  .contain .item {
	padding: 0;
    border: none;
    width: 20%;
    float: left;
    text-align: center;
    border-radius: 0;
    height: 115px;
    line-height: 115px;
    margin: 0 0 30px;
}
.smi  h2 {
	line-height:56px;;
}
.smi  h2 span:not(.gold) {
	font-size:50px;
}
article.review {
	margin-bottom: 40px;
}
article.review h2 {
	font-size: 26px;
    color: #eed088;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px;
}
article.review .thmb {
	text-align:center;
}
.review .meta {
	display: block;
    font-size: 12px;
	padding: 0;
}
article.review .name {
	display: block;
    font-size: 14px;
	color: #eed088;
    font-weight: 500;
}
div.review .name, div.review .meta {
    font-size: 14px;
	
}
div.review .name {
	color: #eed088;
    font-weight: 500;
}
div.review h2 {
	font-size:16px;
	color: #eed088;
    font-weight: 500;
}
div.review .thmb {
	    display: inline-block;
		vertical-align:middle;
    width: 68px;
    height: 68px;
    border: 2px solid #eed088;
    border-radius: 50%;
}
div.review .thmb img {
	height: inherit;
}
.cont {
	display: inline-block;
    vertical-align: top;
    line-height: normal;
    margin: 0 0 0 30px;
}
div.review a.more {
	color: #eed088;
    font-size: 16px;
    text-decoration: underline;
}

ul.star {
	padding:0;
	text-align:center;
}
div.review ul.star {
		text-align:left;
		margin:5px 0 0;
}
ul.star li {
	list-style-type:none;
	display:inline-block;
	width:23px;
	height:23px;
	background:url(img/star.png) no-repeat;
}
ul.star li.full {
	background:url(img/star-full.png) no-repeat;
}
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
}
.bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    width: 15px;
    height: 26px;
}
.bx-wrapper .bx-prev {
    left: -20px;
    background: url(img/arrl.png) no-repeat center;
}
.bx-wrapper .bx-next {
   right: -20px;
    background: url(img/arrr.png) no-repeat center;
}
.bx-wrapper .bx-controls-direction a:hover {
	opacity:.7;
}
.newss h2 {
	margin:0;
	padding:0 0 40px;
}
.allnews {
	font-family: 'Fira Sans Book';
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    background-color: #FFF;
    background: #bc8b38;
    background: -moz-linear-gradient(top, #bc8b38 0%, #efd189 100%);
    background: -webkit-linear-gradient(top, #bc8b38 0%,#efd189 100%);
    background: linear-gradient(to bottom, #bc8b38 0%,#efd189 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc8b38', endColorstr='#efd189',GradientType=0 );
    text-decoration: none;
    padding: 0;
        margin: 40px auto;
    display: block;
    width: 275px;
    text-align: center;
    line-height: 42px;
    border-radius: 22px;
}
.allnews:hover {
	background: #fff;
	 color: #000;
	 text-decoration:none;
}
.widget_polylang ul li {
	display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
}
.widget_polylang ul li a {
	position:relative;
	padding-right:10px;
}
.widget_polylang ul li a:after {
	content:'•';
	position:absolute;
	    right: -5px;
}
.widget_polylang ul li:last-child a:after {
	display:none;
}
.widget_polylang ul li.current-lang a {
	color: #eed088;
}
.single article .gold_block ul {
	width:100%!important;
}
.single article ul li:before {
	background:#000;
}
.single section {
	background:url(img/s_back.jpg) no-repeat center 100px;
	position:relative;
	overflow: hidden;
}
.about.custom {
	    padding: 160px 0 0;
}
.single section:before, .single section:after, .about.custom:before, .how:after, .steps:before, .apps .backover:after, .appscontent:before, .audit:after, .smi:before, .newss:after {
	content:'';
	position:absolute;
	width:758px;
	height:758px;
	background:url(img/circle.png) no-repeat center;
	animation-name: rotation;
    animation-duration: 125s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}
.single section:before {
	top:200px;
	left:-400px;
}
.single section:after {
	bottom:1800px;
	right:-400px;
}
.about.custom, .how, .audit, .newss, .apps .backover {
	position:relative;
	overflow: hidden;
}
.about.custom:before {
	top: 0;
    left: -400px;
}
.how:after {
bottom: 200px;
    right: -400px;	
}
.steps:before {
	top: 0;
    left: -400px;
}
.apps .backover:after {
	top: 40px;
    right: -400px;
    z-index: -1;
}
.appscontent:before {
	top: 50px;
    left: -400px;
}
.audit:after {
	bottom: 0;
    right: -400px;
}
.smi:before {
	bottom: -400px;
    left: -400px;
}
.newss:after {
	bottom: 300px;
    right: -400px;
}
.category-news img {
	height:338px;
}






@media (max-width: 740px) { 
body {
    background: url(img/back_mob.jpg) no-repeat center top/contain #000;
}
header {
    min-height: inherit;
}
.single article h2 {
    font-size: 34px;
}
.profits .item {
    text-align: center;
}
.how .market .revain .infoblock {
    margin: 60px auto 0;
    text-align: center;
}
.tab_block .item, .audit .item {
    margin-bottom: 20px;
}
.market .logos figure {
    display: inline-block;
    width: 30%;
	margin:0 1% 20px;
	text-align:center;
}
.apps .backover .container:after {
	display:none;
}
.tab_block .item:after {
    right: -15px;
}
.market .logos {
    display: block;
	    margin: 30px auto 0;
}
.smi .contain .item {
    width: 30%;
    margin: 0 1.5% 10px;
}
.apps .itemlist ul li {
    margin-right: 0;
}
.loopinside .thumb img {
    width: 100%;
    height: inherit;
}
.applinks a {
    margin: 20px 0 0 0;
}
.applinks img {
    margin: 0 auto 10px;
    display: block;
}
.appscontent .cnt .inner {
    font-size: 22px;
    width: 100%;
    float: none;
    line-height: normal;
    padding-bottom: 170px;
    margin: 0 auto;
}
.appscontent .cnt {
	background:transparent!important;
}
.audit h2 span {
    font-size: 54px;
}
.revain ul li a {
    width: 35px;
    height: 35px;
	line-height: 35px;
	    text-align: center;
}
.revain ul {
    margin: 0;
    text-align: right;
    width: 100%;
}
.revain ul li {
    margin-left: -7px;
}
.revain ul li a span {
    font-size: 38px;
}
.revain:before {
    width: 40px;
    height: 70px;
    background: url(img/revain.png) no-repeat center/cover;
    left: 20px;
}
.revain .righttext {
    font-size: 14px;
    text-align: right;
    width: 100%;
    line-height: normal;
    margin: 10px 0 0;
}
.h_soci.widget ul, .h_wallet.widget ul, .f_soci.widget ul {
        display: flex;
    justify-content: center;
	margin: 0;
}
.h_soci.widget ul li, .h_wallet.widget ul li, .f_soci.widget ul li {
    margin-bottom: 20px;
    display: inline-flex;
	transform: scale(.6);
}
.h_wallet.widget {
    position: relative;
}
h1, h2 {
    font-size: 44px;
}
.steps .item {
    margin-bottom: 60px;
}
.sociline {
	margin: 100vw 0 0;
	background: rgba(0, 0, 0, .6);
}
.topline .text-right {
	text-align:center;
}
.form-group {
    margin-bottom: 0;
}
.topline {
    padding: 20px 0;
    line-height: normal;
    background: rgba(0, 0, 0, .4);
	    text-align: center;
}.how .market .revain:before {
    width: 142px;
    height: 39px;
    background: url(img/logo_black.png) no-repeat center;
    left: 0;
    top: 20px;
    right: 0;
    bottom: auto;
    margin: auto;
}
.leftnav {
    width: 100%;
}
.appscontent .cnt .inner .applinks a {
    color: #fff;
    margin: 0 20px;
}
.single article p, .single article ul, .single article ol, .single article, .gold_block, .single article h3 {
    width: 100%!important;
}
.gold_block.border {
    padding: 0 18px;
}
.tab_block .item {
    font-size: 14px;
}
.appscontent, .apps{
    padding: 50px 0;
}
.smi  {
	padding:50px 0 100px;
}
.single section:before, .single section:after, .about.custom:before, .how:after, .steps:before, .apps .backover:after, .appscontent:before, .audit:after, .smi:before, .newss:after {
	display:none;
}
.langmodal {
right:0;
}
.langmodal:before {
    left: auto;
    right: 12px;
}
}
