body{
	font-family: 'Muli', sans-serif;
}



a:hover{
	text-decoration: none;
	color: #fff;
}

.mb-10{
	margin-bottom: 10px;
}

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.site-header{
	background-color: #2C2E39;
	min-height: 70px;
}
.logo-side img{
	max-width: 170px;
    margin-top: 13px;
}
.menu-side ul{
	float: right;
	margin-top: 26px;
}

.menu-side ul li{
	display: inline-block;
	margin-right: 5px;
}

.menu-side ul li a{
	padding: 7px 10px 7px 10px;
    background: #5CB61E;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}

.menu-side ul li a:hover{
	background: #3f7d15;
}


section.banner{
	background: url(../img/banner.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 248px;
    padding-top: 70px;
    position: relative;
    margin-top: -5px;
}

.banner .left-banner h1{
	font-weight: 900;
	font-size: 50px;
	color: #fff;
	margin-bottom: 61px;
}

.banner .left-banner h2{
	font-size: 48px;
	color: #fff;
	margin-bottom: 45px;
}

.banner .left-banner a.banner-btn{
	padding: 5px 100px 7px 100px;
    background: #5CB61E;
    color: #fff;
    font-weight: 900;
    border-radius: 3px;
    font-size: 36px;
}

.banner .left-banner a.banner-btn:hover{
	background: #3f7d15;
}


.banner .right-banner img{
	position: absolute;
    top: 11px;
    right: -123px;
    max-width: 652px;
}

@media(max-width: 1690px){
	section.banner{
	    padding-bottom: 200px;
	}
	.banner .right-banner img{
	    top: -37px;
	}
}

@media(max-width: 1400px){
	.banner .right-banner img {
    	right: -26px;
	}
	.banner .right-banner img{
	    top: -11px;
	    max-width: 622px;
	}
}

@media(max-width: 1200px){
	section.banner{
	    padding-bottom: 100px;
	}
	.banner .right-banner img{
    	top: 5px;
	    max-width: 549px;
	    right: -42px;
	}
}

section.info-widget{
	padding-top: 10px;
    padding-bottom: 10px;
    background: #B5B5B5;
    float: left;
    width: 100%;
}

.part{
	padding-left: 0;
    padding-right: 0;
}

.part:first-child{
	padding-left: 15px;
}

.part:last-child{
	padding-right: 15px;
}

.rev-trigon {
    max-width: 100px;
    float: left;
}

.part .info{
	float: left;
    width: 76%;
    background: #2c2e39;
    color: #fff;
    transform: skewX(-29deg);
    padding: 10px;
    margin-top: 15px;
    margin-left: -27px;
    padding-bottom: 0;
    margin-bottom: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	transition: transform .2s; /* Animation */
	cursor: pointer;
}

.part .info:hover{
    transform: skewX(-29deg) scale(1.04);
}

.part .info p.header{
	transform: skewX(29deg);
    font-size: 36px;
    font-weight: 900;
    margin-top: -15px;
    margin-left: 10px;
    margin-bottom: 6px;
}

.part .info p.content{
	transform: skewX(29deg);
    margin-top: -18px;
    font-weight: bold;
    color: #1bc8d1;
    font-size: 20px;
    margin-bottom: 3px;
}

footer{
	background-color: #2c2e39;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
}

.footer-btn{
	padding: 4px 35px 5px 35px;
    background: #5CB61E;
    color: #fff;
    font-weight: 900;
    border-radius: 3px;
    font-size: 20px;
}

.footer-btn:hover{
	background: #3f7d15;
}

.footer-text{
	font-size: 12px;
	padding-left: 20px;
    padding-right: 20px;
}

.copyright{
	font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.terms{}

.terms h2{
	font-weight: bold;
    font-size: 24px;
   	margin-bottom: 20px;
}

.terms p{
	font-size: 18px;
	margin-bottom: 1px;
}

.terms p.header{
	font-weight: bold;
}

.bg-img{
	background-size: contain;
	background-repeat: no-repeat;
    position: relative;
    height: 72px;
    background-position: center;
    cursor: pointer;
    width: 100%;
}

.bg-blank{
	width: 100%;
    float: left;
    margin-bottom: 40px;
}

.footer-solid{
	padding-top: 20px;
    width: 100%;
    float: left;
    border-bottom: 2px solid #1bc8d1;
    margin-bottom: 20px;
}

.fs{
	padding-left: 30px;
    padding-right: 30px;
}

.visa{
	background-image: url(../img/visa.png)
}

.visa:hover{
	background-image: url(../img/visa-h.png)
}

.master{
	background-image: url(../img/master.png)
}

.master:hover{
	background-image: url(../img/master-h.png)
}

.bitcoin{
	background-image: url(../img/bitcoin.png)
}

.bitcoin:hover{
	background-image: url(../img/bitcoin-h.png)
}

.bank{
	background-image: url(../img/bank.jpg)
}

.bank:hover{
	background-image: url(../img/bank-h.jpg)
}

.eco{
	background-image: url(../img/eco.png)
}

.eco:hover{
	background-image: url(../img/eco-h.png)
}

.paysafe{
	background-image: url(../img/paysafe.png)
}

.paysafe:hover{
	background-image: url(../img/paysafe-h.png)
}

.much-better{
	background-image: url(../img/much-better2.jpg)
}

.much-better:hover{
	background-image: url(../img/much-better.jpg)
}

.netteller{
	background-image: url(../img/netteller2.jpg)
}

.netteller:hover{
	background-image: url(../img/netteller.jpg)
}

.skrill{
	background-image: url(../img/skrill2.jpg)
}

.skrill:hover{
	background-image: url(../img/skrill.jpg)
}

.ethereum{
	background-image: url(../img/ethereum2.jpg)
}

.ethereum:hover{
	background-image: url(../img/ethereum.jpg)
}

.ripple{
	background-image: url(../img/ripple2.jpg)
}

.ripple:hover{
	background-image: url(../img/ripple.jpg)
}

.litecoin{
	background-image: url(../img/litecoin2.jpg)
}

.litecoin:hover{
	background-image: url(../img/litecoin.jpg)
}

.info-widget .container{
	padding-left: 4px;
}

.payment-method{
    width: 88%;
    margin: 0px auto;
    padding-right: 30px;
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.flag-box {
	width: 31%;
	height: 100px;
	position: relative;
	float: left;
}
.flag-box:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 50px solid #B5B5B5;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
}
.flag-box:before {
	content: "";
	position: absolute;
	right: -50px;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
}

.flag-box .count{
	position: absolute;
    top: 0;
    font-size: 18px;
    color: #fff;
    left: 24px;
    font-weight: 900;
}

.flag-box .header{
	display: block;
    font-size: 25px;
    font-weight: 900;
    color: #2c2e39;
    text-align: center;
    padding-top: 19px;
    padding-left: 64px;
}

.flag-box .content{
	display: block;
    color: #2c2e39;
    text-align: center;
    font-size: 18px;
    margin-top: -4px;
    padding-left: 64px;
    padding-right: 5px;
}

.flag-box.first{
	background: rgba(44, 46, 57, 0.8);
	z-index: 5;
    margin-right: 15px;
}

.flag-box.first:before{
	content: "";
	border-left: 50px solid rgba(44, 46, 57, 0.8);
}

.flag-box.second{
	background: #2C2E39;
	z-index: 4;
    margin-right: 15px;
}

.flag-box.second:before{
	content: "";
	border-left: 50px solid #2C2E39;
}

.flag-box.third{
	background: #21232B;
	z-index: 3;
}

.flag-box.third:before{
	content: "";
	border-left: 50px solid #21232B;
}

@media(max-width: 768px){
	.left-banner{
		text-align: center;
	}
	.banner .right-banner img {
	    right: 217px;
	}
}

@media (max-width: 1200px){
	.part .info p.header{
	    margin-left: 8px;
	    margin-bottom: 15px;
	    font-size: 29px;
    	margin-top: -10px;
	}
	.part .info p.content {
	    font-size: 15px;
	    margin-bottom: 10px;
	    margin-bottom: 5px;
	}

	.part .info {
		width: 72%;
		margin-bottom: 20px;
	}
	.footer-solid {
    	width: 100%;
	}
}
@media(min-width: 1800px){
	.info-widget .container{
	    width: 1800px;
	    min-width: auto !important;
	}
}

@media (max-width: 992px){
	.part .info {
    	width: 89%;
	}
	.part .info p.header {
		text-align: center;
		margin-left: -18px;
		font-size: 34px;
	}

	.part .info p.content{
		text-align: center;
		margin-top: -16px;
	}
	.info-widget .container{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.info-widget .col-xs-12{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media(max-width: 989px){
	section.banner {
	    padding-bottom: 250px;
	    padding-top: 10px;
	    margin-top: -1px;
	}
	.banner .right-banner img {
	    top: 196px;
	    max-width: 443px;
	    right: -116px;
	}
	.flag-box .header{
    	padding-top: 26px;
    	padding-bottom: 3px;
	}
	.flag-box:last-child .header{
    	padding-top: 18px;
	}
	.flag-box {
    	width: 100%;
    	height: 120px;
    }
   	.flag-box:after {
    	border: unset;
    }
    .flag-box.first{
		background: -moz-linear-gradient(top,  rgba(73,211,218,1) 0%, rgba(51,159,188,1) 100%); 
		background: -webkit-linear-gradient(top,  rgba(73,211,218,1) 0%,rgba(51,159,188,1) 100%);
		background: linear-gradient(to bottom,  rgba(73,211,218,1) 0%,rgba(51,159,188,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515159', endColorstr='#313442',GradientType=0 );
    }
    .flag-box.second{
		background: -moz-linear-gradient(top,  rgba(73,211,218,1) 0%, rgba(51,159,188,1) 100%); 
		background: -webkit-linear-gradient(top,  rgba(73,211,218,1) 0%,rgba(51,159,188,1) 100%);
		background: linear-gradient(to bottom,  rgba(73,211,218,1) 0%,rgba(51,159,188,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515159', endColorstr='#313442',GradientType=0 );
    }
    .flag-box.third{
		background: -moz-linear-gradient(top,  rgba(73,211,218,1) 0%, rgba(51,159,188,1) 100%); 
		background: -webkit-linear-gradient(top,  rgba(73,211,218,1) 0%,rgba(51,159,188,1) 100%);
		background: linear-gradient(to bottom,  rgba(73,211,218,1) 0%,rgba(51,159,188,1) 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515159', endColorstr='#313442',GradientType=0 );
    }
    .flag-box.first:before{
	    border-left: unset;
	    right: 0;
	    border-top: unset;
	    border-bottom: unset;
    }
    .flag-box.second:before{
	    border-left: unset;
	    right: 0;
	    border-top: unset;
	    border-bottom: unset;
    }
    .flag-box.third:before{
	    border-left: unset;
	    right: 0;
	    border-top: unset;
	    border-bottom: unset;
    }
    .flag-box .count{
	   	top: 25%;
	    padding: 14px 18px 12px 18px;
	    background: #2c2e39;
	    border-radius: 71%;
	    color: #fff;
	    left: 17px;
    }
    section.info-widget{
    	padding-bottom: 0px;
    	padding-top: 0px;
    	margin-top: -1px;
    	margin-bottom: -1px;
    }
}

@media(max-width: 950px){
	section.banner {
	    padding-bottom: 250px;
	    padding-top: 10px;
	    margin-top: -1px;
	}
	.banner .right-banner img {
	    top: 343px;
	    max-width: 275px;
	    right: 183px;
	}
}

@media(max-width: 661px){
	.banner .right-banner img {
	    top: 395px;
	    max-width: 275px;
	    right: 25%;
	}
	.part .info{
		margin-top: 5px;
	}

}

@media(max-width: 505px){
	.banner .right-banner img {
	    top: 448px;
	    max-width: 275px;
	    right: 20%;
	}
}


@media(max-width: 489px){
	.banner .right-banner img {
	    top: 195px;
	    max-width: 275px;
	    right: 9%;
	}
	.logo-side img {
	    max-width: 100px;
	    margin-top: 13px;
	}
	.site-header {
		min-height: 48px;
	}
	header .container{
		padding-left: 0;
    	padding-right: 0;
	}
	header .menu-side{
		padding-right: 6px;
	}
	.banner .left-banner h1{
		font-size: 38px;
		margin-bottom: 27px;
	}
	.banner .left-banner h2{
		font-size: 24px;
    	margin-bottom: 20px;
	}

	.banner .left-banner a.banner-btn{
		font-size: 20px;
	}

	.part .info{
		width: 93%;
    	margin-left: 9px;
	    margin-bottom: 11px;
	}

	.payment-method{
		padding-right: 0px;
		width: 100%;
	}
	.fs {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.banner .left-banner a.banner-btn{
		padding: 5px 30px 7px 30px;
	}
	.menu-side ul{
		display: none;
	}
	.part:first-child{
		padding-left: 5px;
	}

	.part:last-child{
		padding-left: 5px;
		padding-right: 0px;
	}
}

@media(max-width: 412px){
	.banner .right-banner img {
	    top: 196px;
	    max-width: 275px;
	    right: 14%;
	}
}

@media(max-width: 360px){
	.banner .right-banner img {
	    top: 222px;
	    max-width: 275px;
	    right: 6%;
	}
}

@media(max-width: 320px){
	.banner .right-banner img {
	    top: 222px;
	    max-width: 275px;
	    right: 0%;
	}
	.logo-side img{
		max-width: 135px;
		margin-top: 10px;
	}
	.menu-side ul li a {
    	padding: 7px 4px 7px 4px;
    	font-size: 13px;
	}
	.menu-side ul {
    	margin-top: 20px;
	}

	.part .info {
	    width: 91%;
	}
}

.footer-img{
	max-width: 310px;
	width: 100%;
    margin: 0 auto;
}

.banner-desktop{
}

.banner-desktop .btn{
	margin-top: -45%;
    margin-left: 14.7%;
    padding: 5px 65px 7px 65px;
    background: #5CB61E;
    color: #fff;
    font-weight: 900;
    border-radius: 3px;
    font-size: 36px;
}

.banner-mobile{
	display: none;
}

.banner-desktop .col-sm-12,.banner-mobile .col-sm-12{
	padding-left: 0px;
	padding-right: 0px;
}

.banner-mobile .col-sm-12{
	margin-bottom: -20px;
}

.banner-desktop .col-sm-12 img,.banner-mobile .col-sm-12 img{
	width: 100%;
}

.banner-mobile .btn{
    margin-top: -139%;
    margin-left: calc(33% - 100px);
    padding: 5px 100px 7px 100px;
    background: #5CB61E;
    color: #fff;
    font-weight: 900;
    border-radius: 3px;
    font-size: 33px;
}

@media only screen and (max-width: 980px) and (min-width: 100px){
	.banner-desktop {
	    display: none!important;
	}
	.banner-mobile{
		display: block!important;
	}
}


@media only screen and (max-width: 600px) and (min-width: 401px){
	.banner-mobile .btn{
	    margin-top: -138%;
	    margin-left: calc(42% - 100px);
	    padding: 5px 52px 7px 52px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 20px;
	}
}

@media only screen and (max-width: 400px) and (min-width: 301px){
	.banner-mobile .btn{
	    margin-top: -138%;
	    margin-left: calc(45% - 100px);
	    padding: 5px 40px 7px 40px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 18px;
	}
}


@media only screen and (max-width: 300px) and (min-width: 100px){
	.banner-mobile .btn{
	    margin-top: -136%;
	    margin-left: calc(60% - 100px);
	    padding: 5px 20px 7px 20px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 16px;
	}
}


.flags{
	width: 33.33%;
	float: left;
	position: relative;
	cursor: pointer;
}

.flags:hover img{
	transform: scale(1.05);
}

.flags img{
	transition: all .2s ease-in-out;
    width: 110%;
    height: 200px;
}


.flags .step2{
    margin-left: -13px;
}

.flags .step3{
    margin-left: -24px;
}

.flags .count{
	position: absolute;
    color: #000;
    font-weight: 900;
    left: 11%;
    top: 0px;
    font-size: 30px;
}

.flags.second .count{
	left: 9%;
}

.flags.third .count{
	left: 6%;
}


.flags .header{
	position: absolute;
    top: 21%;
    font-size: 30px;
    font-weight: 900;
    color: #000;
    width: 100%;
    text-align: center;
    left: 7%;
}

.flags.second .header{
	left: 5%;
}

.flags.third .header{
	left: 1%;
}

.flags .content{
	position: absolute;
    width: 100%;
    top: 84px;
    font-weight: bold;
    color: #000;
    font-size: 20px;
    left: 5%;
    text-align: center;
}

.flags.second .content{
	left: 2%;
}

.flags.third .content{
	left: 0%;
}

.flag-box{
	display: none;
}

.info-widget .container{
	margin-left: -30px;
	margin: 0 auto;
	min-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 1370px) and (min-width: 100px){
	.banner-desktop .btn{
	    margin-top: -38%;
	    margin-left: calc(31% - 100px);
	    padding: 5px 30px 7px 30px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 23px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 980px){
	.flags img {
	    height: auto;
	}
	section.info-widget {
	    margin-top: -13.3%;
	    background: transparent;
	}
	.banner-desktop .btn {
	    margin-top: -45%;
	    margin-left: calc(23.5% - 100px);
	    padding: 5px 0px 7px 0px;
	    width: 25%;
	}
}

@media only screen and (max-width: 1370px) and (min-width: 1200px){
	.flags img {
	    height: auto;
	}
	section.info-widget {
	    margin-top: -13.1%;
	    background: transparent;
	}
	.banner-desktop .btn {
	    margin-top: -46%;
	    margin-left: calc(22.5% - 100px);
	    padding: 5px 0px 7px 0px;
	    width: 25%;
	}
}

@media only screen and (max-width: 1500px) and (min-width: 1370px){
	.flags img {
	    height: auto;
	}
	section.info-widget {
	    margin-top: -13%;
	    background: transparent;
	}
	.banner-desktop .btn {
		margin-top: -45%;
    	margin-left: 14.7%;
	    padding: 5px 50px 7px 50px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 34px;
	}
}

@media only screen and (max-width: 1700px) and (min-width: 1500px){
	.banner-desktop .btn {
	    margin-top: -45%;
	    margin-left: 14.8%;
	    padding: 5px 65px 7px 65px;
	    background: #5CB61E;
	    color: #fff;
	    font-weight: 900;
	    border-radius: 3px;
	    font-size: 36px;
	}
}

@media only screen and (max-width: 1700px) and (min-width: 1500px){
	section.info-widget{
		margin-top: -12.9%;
    	background: transparent;
	}
	.flags img {
	    height: auto;
	}
}

@media only screen and (min-width: 1700px){
	section.info-widget{
		margin-top: -218px;
    	background: transparent;
	}
}


@media(max-width: 1024px){
	.flags .count{
	    left: 29%;
	    top: 4px;
    	font-size: 26px;
	}

	.flags.second .count{
		left: 20%;
	}

	.flags.third .count{
		left: 11%;
	}
	.flags .content{
	    top: 67px;
	    font-size: 18px;
	    left: 21%;
	}
	.flags.second .content{
		left: 12%;
	}
}


@media only screen and (max-width: 980px) and (min-width: 100px){
	.flags {
	    display: none!important;
	}
	.flag-box{
		display: block!important;
		margin-bottom: 10px;
	}
	section.info-widget{
		margin-top: 0px;
		background: #2c2e39;
	}
	.info-widget .container{
		margin-left: 0px;
		margin-bottom: -1px;
		min-width: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
	footer{
		float: left;
   		width: 100%;
	}
}

.icon-bar:after{
	content: "";
    border-bottom: 1px solid #FFFF;
    height: 1px;
    width: 100%;
    float: left;
}

@media (min-width: 768px){
	.navbar-toggle {
	    display: block;
	    padding-top: 20px;
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}

@media(min-width: 780px){
	.navbar-toggle {
	    display: none;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: visible!important;
	}
}

.navbar-collapse,.navbar-collapse.collapse{
	background-color: #2c2e39;
}

.navbar-nav>li>a{
	color: #FFFF;
}

.banner-desktop .btn:hover{
	background: #3f7d15;
}