@import url("/public/fonts/fonts.css");

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

.b-header{
	width: 100%;
}

/*==============Btc line animation=======================*/
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}

}

@-moz-keyframes scroll {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	100% {
		-moz-transform: translate(-100%, 0);
		transform: translate(-100%, 0)
	}

}

@keyframes scroll {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-100%, 0)
	}

}

.marquee2 {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.marquee2 > div {
	width: 9999px;
	display: flex;
	/*padding-left: 2%;*/
	-webkit-animation: scroll 95s infinite linear;
	-moz-animation: scroll 95s infinite linear;
	animation: scroll 95s infinite linear;
}

/*================/Btc line animation=====================*/

/*-------------------Popup Form--------------------------*/
.modal-footer .forgot-pass {
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 16px;
}

.col-md-7.g-recaptcha {
	margin: 0 auto;
}

.form-group label {
	font-size: 16px;
}

.modal-header .close {
	position: absolute;
	top: 16px;
	right: 23px;
	margin: 0;
	padding: 0;
}

ol.progtrckr li:nth-child(3):before {
	left: 94%;
	top: 56px;
}

#loginform .modal-footer {
	justify-content: space-between;
}

#reg-step2-prel {
}

.sp2 {
	margin-top: 6px;
}

ol.progtrckr li::before {
	bottom: -2.39em;
}

ol.progtrckr li:nth-child(3) span {
	top: 8px;
}

#packageId {
	min-height: 34px;
}

/*-------------------/Popup Form--------------------------*/

/*===================Mobile register btn======================*/

.mobile-register {
	display: none;
}

/*===================/Mobile register btn======================*/
#wrapper {
	margin: 0 auto;
	position: relative;
	top: 78px;
}

.container1 {
	max-width: 1301px;
	margin: 0 auto;
}

.top {
	background: #000000;
	position: relative;
}

.zukul-logo-block {
	display: block;
	text-decoration: none;
	z-index: 890;
	position: absolute;
	top: 22px;
}

.zukul-logo-block img {
    width: 100px;
}

.menu-container {
	position: fixed;
	background: #000;
	min-height: 78px;
	margin: 0 auto;
	position: fixed;
	z-index: 888;
	left: 0;
	width: 100%;
}

.menu-container > .container1 {
	position: relative;
}

/*=============Top menu=============*/
.top-menu {
	margin: 0 auto;
	left: 59px;
	padding: 0;
	position: relative;
}

.top-menu .navbar {
	margin: 0;
	padding: 0;
}

.top-menu #navbarSupportedContent {
	height: 100%;
}

.top-menu .navbar-nav {
	display: flex;
	justify-content: space-around;
	max-width: 1060px;
	margin: 0 auto;
	float: none;
}

.top-menu .navbar-nav li {
	margin: 0 22px;
	padding-top: 29px;
}

.top-menu .navbar-nav li.active {
	margin: 0 22px;
	padding-top: 24px;
	border-top: 5px solid #FFF;
}

.top-menu .navbar-nav li a {
	color: #FFF;
	font-size: 1.153em;
	display: block;
	font-family: 'Roboto-Bold', sans-serif;
	height: 100%;
}

.top-menu .navbar-nav li a:hover {
	color: #265891;
}

.top-menu .navbar-nav li.nav-reg {
	background: #FFF;
	border-radius: 0 0 5px 5px;
	display: block;
}

.top-menu .navbar-nav li.nav-reg a {
	color: #265891;
}

.top-menu .navbar button {
	color: #FFF;
	margin: 10px;
}

/*=============/Top menu=============*/

/*===============Banner===============*/

.top-banner {
	background: url("/public/images/index/new/top_bg1.png");
	background-repeat: repeat-x;
	display: block;
	position: relative;
	z-index: 1;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
/*    padding-top: 30px;*/
    height: 0;
    overflow: hidden;
    background: url('/public/images/index/new/top_bg2.jpg') no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

i#video-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    background: url('/public/images/index/new/loading.svg') no-repeat;
    background-size: 100%;
    z-index: 3;
    margin: -150px 0 0 -150px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}




.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}


.vp-controls{
	display: none;
}
/*===================Banner Video=======================*/
/*
.section-video #myPlayer{
	background: #000;
	height: 100%;
	width: 100%;
	position: relative;
}


.section-video{
	background: #192f55 url("/public/images/index/new/top_bg2.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
}

.section-video iframe{
	width: 100% !important;
	height: 100% !important;

}
*/
/*===================/Banner Video=======================*/

.banner-txt {
	max-width: 573px;
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 100px;
	left: 0;
	font-family: 'Roboto-Bold', sans-serif;
}

.banner-txt h1 {
	font-size: 3.525em;
	color: #FFF;
	line-height: 1em;
}

.banner-txt h2 {
	font-size: 3.205em;
	color: #FFF;
	background: url("/public/images/index/new/line.png") no-repeat;
	background-position: bottom;
	padding-bottom: 22px;
}

.banner-txt h3 {
	padding-top: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.794em;
	color: #8bcbfb;
	font-weight: 500;
}

button.start-trading {
	color: #265891;
	background: #FFF;
	border-radius: 5px;
	font-size: 1.602em;
	position: relative;
	left: 82px;
	top: 14px;
	padding: 3px 10px;
	cursor: pointer;
}

.btc-line {
	color: #192f55;
	padding: 3px 0;
	width: 100%;
	height: 30px;
	padding-left: 30px;
	max-width: 0 auto;
	overflow: hidden;
	background: #192f55;
}

.btc-item {
	display: flex;
	justify-content: flex-start;
	margin: 0 31px;
	font-family: 'Assistant-Bold', sans-serif;
	font-size: 1.025em;
	float: left;
    font-weight: bold;
}

.btc-item .btc-item-1 {
	color: #FFF;
	padding-right: 4px;
}

.btc-item .btc-item-2 {
	color: #21bb22;
	padding-right: 4px;
}

.btc-item .btc-item-3 {
	color: #FFF;
	padding-right: 10px;
}

.btc-item .btc-item-4 {
	background: url("/public/images/btc.png") no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
    margin: 0 5px 0 2px;
}

.btc-item-4:nth-child(4) {
    margin-left: -4px;
}

.btc-item-4.ccy-ada { background: url("/public/images/index/new/ccy/ada.png") no-repeat; }
.btc-item-4.ccy-bch { background: url("/public/images/index/new/ccy/bch.png") no-repeat; }
.btc-item-4.ccy-btc { background: url("/public/images/index/new/ccy/btc.png") no-repeat; }
.btc-item-4.ccy-btg { background: url("/public/images/index/new/ccy/btg.png") no-repeat; }
.btc-item-4.ccy-dash { background: url("/public/images/index/new/ccy/dash.png") no-repeat; }
.btc-item-4.ccy-eos { background: url("/public/images/index/new/ccy/eos.png") no-repeat; }
.btc-item-4.ccy-etc { background: url("/public/images/index/new/ccy/etc.png") no-repeat; }
.btc-item-4.ccy-eth { background: url("/public/images/index/new/ccy/eth.png") no-repeat; }
.btc-item-4.ccy-eur { background: url("/public/images/index/new/ccy/eur.png") no-repeat; }
.btc-item-4.ccy-gbp { background: url("/public/images/index/new/ccy/gbp.png") no-repeat; }
.btc-item-4.ccy-ghs { background: url("/public/images/index/new/ccy/ghs.png") no-repeat; }
.btc-item-4.ccy-gld { background: url("/public/images/index/new/ccy/gld.png") no-repeat; }
.btc-item-4.ccy-iota { background: url("/public/images/index/new/ccy/iota.png") no-repeat; }
.btc-item-4.ccy-ltc { background: url("/public/images/index/new/ccy/ltc.png") no-repeat; }
.btc-item-4.ccy-omg { background: url("/public/images/index/new/ccy/omg.png") no-repeat; }
.btc-item-4.ccy-rub { background: url("/public/images/index/new/ccy/rub.png") no-repeat; }
.btc-item-4.ccy-steem { background: url("/public/images/index/new/ccy/steem.png") no-repeat; }
.btc-item-4.ccy-usd { background: url("/public/images/index/new/ccy/usd.png") no-repeat; }
.btc-item-4.ccy-usdt { background: url("/public/images/index/new/ccy/usdt.png") no-repeat; }
.btc-item-4.ccy-xlm { background: url("/public/images/index/new/ccy/xlm.png") no-repeat; }
.btc-item-4.ccy-xmr { background: url("/public/images/index/new/ccy/xmr.png") no-repeat; }
.btc-item-4.ccy-xrp { background: url("/public/images/index/new/ccy/xrp.png") no-repeat; }
.btc-item-4.ccy-zec { background: url("/public/images/index/new/ccy/zec.png") no-repeat; }


/*===============/Banner===============*/

/*================Block 2==============*/

.block2 {
	background: #FFF url("/public/images/index/new/earth.png") no-repeat;
	background-position: center 20px;
	display: block;
	text-align: center;
	padding-top: 53px;
	padding-bottom: 38px;
	min-height: 381px;

}

.block2 h1 {
	color: #264780;
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 2.884em;
}

.block2 h2 {
	color: #264780;
	font-family: 'Roboto-light', sans-serif;
	font-size: 2.564em;
}

.block2-txt {
	margin-top: 53px;
}

.block2-txt h1 {
	color: #264780;
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 2.051em;
}

.block2-txt p {
	color: #4a4a4a;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.39em;
	line-height: 1.4em;
}

/*================/Block 2==============*/

/*================Block 3===============*/

.block3 {
	background: #f3f2f2;
	display: block;
	padding-top: 40px;
	padding-bottom: 74px;
	min-height: 400px;
}

.block3 > .container1 > div {
	text-align: center;
}

.block3-img {
	margin: 0 auto;
	min-height: 69px;
}

.block3-h {
	font-family: 'Roboto-light', sans-serif;
	font-size: 2.243em;
	color: #264780;
	position: relative;
	top: 10px;
}

.block3-txt {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #4a4a4a;
	font-size: 1.410em;
	position: relative;
	top: 19px;
}

.b3-ico-1 {
	background: url("/public/images/index/new/piper.png") no-repeat;
	width: 76px;
	height: 69px;
}

.b3-ico-2 {
	background: url("/public/images/index/new/spaceman.png") no-repeat;
	width: 65px;
	height: 65px;
}

.b3-ico-3 {
	background: url("/public/images/index/new/hands.png") no-repeat;
	width: 72px;
	height: 57px;
}

/*================/Block 3===============*/

/*================Block 4================*/

.block4 {
	/*height: 553px;*/
	background: #1e2c45 url("/public/images/index/new/multicultural.jpg") no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 88px;
	font-family: 'Roboto', sans-serif;
}

.block4 > div > h1 {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 2.051em;
}

.block4 h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.602em;
	position: relative;
	top: -10px;
}

.block4-txt {
	padding-top: 57px;
	font-family: 'Roboto', sans-serif;
}

.block4-txt> div {
	margin-bottom: 20px;
}

.block4-block h1 {
	font-weight: 400;
	font-size: 1.923em;
}

.block4-block p {
	font-weight: 500;
	font-size: 1.410em;
	position: relative;
	top: 0px;
}

/*================/Block 4================*/

/*================Block 5=================*/

.block5 {
	padding-top: 54px;	/*padding-bottom: 99px;*/
	text-align: center;
	min-height: 960px;
    background-color: #f3f2f2;
}

.block5 .b-header h1 {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 2.884em;
	color: #264780;
}

.block5 .b-header h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.923em;
	color: #264780;
}

.block5-item-blocks {
	padding-top: 48px;
	max-width: 1210px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.binary_ico i, .starter_ico i, .beginner_ico i, .intermediate_ico i, .advanced_ico i {
    display: block;
    width: 90px;
    height: 90px;
    margin: -3px 0 0 -1px;
    position: absolute;
    z-index: 9999;
}

.binary_ico i {
    background: transparent url(/public/images/levels/binary.png) no-repeat;
    background-size: 100%;
}

.starter_ico i {
    background: transparent url(/public/images/levels/silver.png) no-repeat;
    background-size: 100%;
}

.beginner_ico i {
    background: transparent url(/public/images/levels/gold.png) no-repeat;
    background-size: 100%;
}

.intermediate_ico i {
    background: transparent url(/public/images/levels/platinum.png) no-repeat;
    background-size: 100%;
}

.advanced_ico i {
    background: transparent url(/public/images/levels/diamond.png) no-repeat;
    background-size: 100%;
}

.b5-item {
	position: relative;
	min-width: 228px;
	cursor: pointer;
	min-height: 540px;
	background-color: white;
	box-shadow: 0px -1px 2px 0 rgba(0,0,0,0.1), 0px 1px 2px 0 rgba(0,0,0,0.1);
	border-radius: 9px;
	max-width: 242px;
}

.b5-top {
    background-color: white;
    box-shadow: 0px -1px 1px 0 rgba(0,0,0,0.2);
    border: 1px solid white;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    display: block;
    margin: -48px 0 0 70px;
	display: block;
    transition: all 900ms;
}

.b5-item > h1, .b5-item > h2, .b5-item > h3, .b5-item > h4, .b5-item > h5 {
    margin: 0;
    padding: 0;
    text-align: center;
}

.b5-item > h1 {
    color: #265891;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 4px;
}
.b5-item > h1 span {
    display: block;
    color: #808080;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 4px;
}
.b5-item > h2 {
    color: black;
    font-size: 24px;
    line-height: 31px;
    margin-top: 13px;
    font-weight: bold;
}
.b5-item > h2 span {
    display: block;
    color: #265891;
    font-size: 28px;
    line-height: 28px;
    margin-top: 8px;
}
.b5-item > h3 {
    color: #808080;
    font-size: 18px;
    line-height: 18px;
    margin: 14px 0 20px 0;
}
.b5-item > h4 {
    color: #808080;
    font-size: 20px;
    line-height: 24px;
    margin: 17px 0 11px 0;
}
.b5-item > h5 {
    font-size: 15px;
    line-height: 16px;
    color: #808080;
    margin: -23px 0 -8px 0;
    padding: 0;
}
.b5-item > h5 img {
    width: 21px;
    display: inline-block;
    margin: -3px 5px 0 0;
}
.b5-item:nth-child(2) > h4 {
   /* margin-top: -8px;*/
}
.b5-item > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 342px;
}
.b5-item:nth-child(1) > ul {
    min-height: 394px;
}
.b5-item:nth-child(3) > ul {
    min-height: 283px;
}
.b5-item > ul li {
    margin: 0;
	padding: 6px 10px;
    list-style: none;
    color: white;
    font-size: 18px;
	line-height: 24px;
}

.b5-item > ul li.smaller {
    /*font-size: 120%;*/
}
.b5-item > ul li:nth-child(1) {
    background-color: #154781;
}
.b5-item > ul li:nth-child(2) {
    background-color: #265891;
}
.b5-item > ul li:nth-child(3) {
    background-color: #3369A6;
}
.b5-item > ul li:nth-child(4) {
    background-color: #447EBF;
}
.b5-item > ul li:nth-child(5) {
    background-color: #558ED3;
}
.b5-item > ul li:nth-child(6) {
    background-color: #6aa2e5;
}
.b5-item > ul li:nth-child(7) {
    background-color: #7fb4f4;
}
.b5-item > ul li:nth-child(8) {
    background-color: #9cc6fa;
}

.b5-item a.btn-success{
	text-decoration: none;
	background: none;
	border: none;
	margin: 0 0 15px 0;
}

.b5-item button {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 1.602em;
	color: white;
	border: none;
	background: #265891;
	width: 179px;
	padding: 6px 0;
	margin: 0;
	border-radius: 5px;
	cursor: pointer;
}

.b5-item:hover, .b5-item.active {
    background-color: #447EBF;
}

.b5-item.active .b5-top, .b5-item:hover .b5-top {
    background-color: #447EBF;
    border: 1px solid #447EBF;
}

.b5-item:hover h1, .b5-item:hover h1 span, .b5-item:hover h2, .b5-item:hover h2 span, .b5-item:hover h3, .b5-item:hover h4, .b5-item:hover h5, .b5-item:hover li,
.b5-item.active h1, .b5-item.active h1 span, .b5-item.active h2, .b5-item.active h2 span, .b5-item.active h3, .b5-item.active h4, .b5-item.active h5, .b5-item.active li {
	color: white;
}

/*.b5-item.active .starter_ico i, .b5-item:hover .starter_ico i {
    background: transparent url(/public/images/levels/silver.png) no-repeat;
}

.b5-item.active .beginner_ico i, .b5-item:hover .beginner_ico i {
    background: transparent url(/public/images/index/new/package-sprite.png) -46px 0 no-repeat;
}

.b5-item.active .intermediate_ico i, .b5-item:hover .intermediate_ico i {
    background: transparent url(/public/images/index/new/package-sprite.png) -92px 0 no-repeat;
}

.b5-item.active .advanced_ico i, .b5-item:hover .advanced_ico i {
    background: transparent url(/public/images/index/new/package-sprite.png) -138px 0 no-repeat;
}*/

.b5-item:hover button, .b5-item.active button {
	color: #265891;
	background: white;
}

i.btc {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: -3px 4px -5px 0;
    background: transparent url(/public/images/tron.svg) no-repeat;
    background-size: contain;
}

.b5-item:hover i.btc, .b5-item.active i.btc {
    background: transparent url(/public/images/tron-white.svg) no-repeat;
    background-size: contain;
}

.b5-item #account-countdown {
    background: transparent url(/public/images/time-limited-offer.png) no-repeat;
    background-size: contain;
    min-height: 140px;
    position: relative;
    width: 113%;
    left: -7%;
    padding: 85px 0 0 2px;
}

.b5-item #account-countdown > #Stage_jbeeb_3 {
    margin: 0 auto !important;
}



/*================/Block 5=================*/

/*=================Block 6================*/

.block6 {
	min-height: 845px;
	background: url("/public/images/index/new/testemonials_back.png") repeat-x;
	background-size: auto 100%;
	padding-top: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}

.block6 h1 {
	font-size: 2.884em;
}

.block6 h2 {
	font-size: 1.923em;
	position: relative;
	top: -8px;
}
/*================/Block 6================*/

/*================Block 7================*/
.block7 {
	/*height: 553px;*/
	background: transparent url("/public/images/index/new/waterproject3.jpg") no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #FFF;
	text-align: center;
	padding: 199px 0;
	font-family: 'Roboto', sans-serif;
}

.block7 h1 {
	font-family: 'Roboto-Bold', sans-serif;
	font-size: 2.5em;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.8);
    margin: 0;
}

/*================/Block 7================*/

.soc-icons {
	margin: 0 auto;
	padding: 0;
	max-width: 218px;
}

.soc-icons li {
	margin: 0 15px;
	list-style: none;
	float: left;
	position: relative;
}

.soc-icons li a {
	text-decoration: none;
	position: relative;
}

.soc-icons li span {
	display: none;
	position: absolute;
	background: url("/public/images/index/new/tooltip.png") no-repeat;
	width: 120px;
	height: 50px;
	z-index: 4;
	left: -40px;
	top: 45px;
	display: none;
	font-size: 1.282em;
	color: #265891;
	padding-top: 17px;
	font-family: 'Assistant-SemiBold', sans-serif;
}

/*.soc-icons li a:hover + span {
	display: block;
}
*/
.soc-icons li a.active + span {
	display: block;
}

/* =============Slider 1 ================*/
.slider1 {
	margin: 0 auto;
	/*top: 115px;*/
	top: 65px;
	position: relative;
	color: #FFF;
	height: 400px;
	width: 100%;
}

.slider1 .slides {
	padding: 0;
	margin: 0;
}

.slider1 .slides li {
	float: left;
}

.slider1 .slides li a {
	text-decoration: none;
}

.slider1 .flex-viewport {
	width: 100%;
}

.custom_controls {
	position: relative;
	top: 227px;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 10px;
}

.custom-controls-container .flex-direction-nav {
	display: none;
}

.custom_controls .custom-controls-container {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 99;
	left: 0;
}

.custom_controls .custom-controls-container ol {
	width: auto;
	margin: 0 auto;
	display: table;
	position: static;
}

.custom_controls .custom-controls-container ol li {
	float: left;
	list-style: none;
	margin: 0 8px;
}

.custom_controls .custom-controls-container ol li a {
	background: #9d9d9d;
	width: 21px;
	height: 21px;
}

.custom_controls .custom-controls-container ol li a.flex-active {
	border-radius: 15px;
	background: #FFF;
	width: 21px;
	height: 21px;
}

/* =============/Slider 1 ================*/
.mini-site {
	width: 390px;
	height: 410px;
	display: block;
	background: #FFF;
	padding: 10px;
	position: relative;
}

.mini-site > .iccon {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 3px;
    right: 6px;
    z-index: 9999;
}

.mini-site.fb > .iccon {
    background: #2e4c82 url(/public/images/index/new/facebook.png) -2px -2px no-repeat;
}

.mini-site.li > .iccon {
    background: #2e4c82 url(/public/images/index/new/linkedin.png) -2px -2px no-repeat;
}

.mini-site.tw > .iccon {
    background: #2e4c82 url(/public/images/index/new/twitter.png) -2px -2px no-repeat;
}

.m1 {
	height: 30px;
	position: relative;
}

.m1 span {
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 2;
	float: left;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.m1 span img {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.m1 h1 {
	font-size: 0.7em;
	color: #2e4399;
	text-align: left;
	margin-left: 10px;
	float: left;
	font-weight: bold;
	width: 60%;
}

.m1 h1 a {
	text-decoration: none;
}

/*.m1 h2 {
	font-size: 0.6em;
	color: #828f99;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	font-weight: 400;
	width: 60%;
}

.triple-dot {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}*/

.m2 {
	color: #000;
	float: left;
	width: 100%;
	font-size: 0.7em;
	text-align: left;
	font-weight: bold;
	width: 92%;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 5px dotted #000;
}

.m3 {
	color: #000;
	/*float: left;*/
	width: 100%;
	font-size: 0.7em;
	text-align: left;
	font-weight: bold;
	width: 92%;
}

.m4 {
	border: 3px solid #2e4399;
	display: block;
	width: 100%;
	/*float: left;*/
	height: 260px;
    overflow: hidden;
    margin-top: 3px;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform:translate3d(0,0,0);
}

.m4 img {
	/*width: 100%;*/
    max-width: unset;
    position: absolute;
    top: 0;
    left: 0;
}

.m4 img.tall {
	width: 100%;
    height: auto;
}

.m4 img.wide {
	height: 100%;
    width: auto;
}

.m5 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	background: #FFF;
}

/*=================/Block 6================*/

/*================Footer==================*/

footer {
	background: #dbdcde;
	padding-top: 54px;
	min-height: 230px;
}

.f-soc-icons {
	width: 275px;
	margin: 0 auto;
}

.f-soc-icons a {
	margin: 0 8px;
}

.f-menu {
	margin: 0 auto;
	padding: 0;
	display: block;
	top: 20px;
	position: relative;
/*	max-width: 1168px;*/
	max-width: 1014px;
	color: #265891;
}

.f-menu span {
	float: left;
	margin: 0 7px;
}

.f-menu span a {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.282em;
	color: #265891;
}

.f-copyright {
	margin: 0 auto;
	display: table;
	padding-top: 34px;
	font-family: 'Robot-Light', sans-serif;
	font-size: 1.153em;
	color: #265891;
	width: 100%;
	text-align: center;
}

.f-copyright img {
}

/*================/Footer==================*/

@media screen and (max-width:1280px) {
	#wrapper {
		top: 0;
		overflow-x: hidden;
	}

	.menu-container > .container1 {
		max-width: 1170px;
	}

	.banner-txt {
		left: 65px;
	}

	.banner-txt h1 {
		font-size: 2.426em;
	}

	.banner-txt h2 {
		font-size: 2.205em;
	}

	.banner-txt h3 {
		font-size: 1.346em;
	}

	button.start-trading {
		left: 0;
	}

	.block3 > .container1 > div {
		margin-bottom: 50px;
	}

	.block5-item-blocks {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.b5-item {
		margin-bottom: 30px;
	}

	.top-menu {
		min-height: 50px;
		padding-top: 0px;
	}

	.top-menu .navbar {
		left: 0px;
	}

	.top-menu .navbar-nav li.active {
		margin: 0 10px;
	}

	.top-menu .navbar-nav li {
		margin: 0 10px;
	}

	.top-menu .navbar-nav li a {
		font-size: 1em;
	}

}

@media screen and (max-width:1070px) {
	.f-menu {
		display: block;
	}

	.f-menu span {
		margin-bottom: 15px;
		text-align: center;
		border-right: 1px solid;
		padding: 0 10px;
		float: left;
		display: block;
		margin: 0;
	}

	.f-menu span:nth-child(3) {
		border-right: 0;
	}

	.f-menu span:last-child {
		border-right: 0;
	}

	.f-menu > div {
		text-align: center;
		margin: 0 auto;
	}

	.f-menu > div:nth-child(1) {
		max-width: 640px;
	}

	.f-menu > div:nth-child(2) {
		max-width: 470px;
	}

	.f-menu span a {
		font-weight: bold;
	}

	.top-menu .navbar-nav li {
		margin: 0 5px;
	}

}

@media screen and (max-width:992px) {

	/*===================Mobile register btn======================*/
	.mobile-register {
		display: block;
		position: absolute;
		right: 106px;
		top: 0;
		background: #ffffff;
		padding: 30px 15px 10px 15px;
		border-radius: 0 0 5px 5px;
		color: #265891;
		font-weight: bold;
	}

	/*===================/Mobile register btn======================*/
	.menu-container {
		background: rgba(0, 0, 0, 0.5);
	}

	.top-menu {
		position: fixed;
		z-index: 999;
		width: 100%;
		left: 0;
	}

	.top-menu .navbar button {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 3rem;
	}

	.top-menu .navbar-nav li.nav-reg {
		display: none;
	}

	.top-menu #navbarSupportedContent {
		position: relative;
		top: 78px;
		background: rgba(0, 0, 0, 0.8);
	}

	.top-menu .navbar-nav {
		text-align: center;
	}

	.top-banner {
/*		height: 734px;*/
	}

	.top-banner-bg2 {
		background-size: 100% 60%;
		height: 100%;
	}

	.banner-txt {
		bottom: 50px;
		left: 20px;
		max-width: 100%;
		width: 80%;
		margin: 0 auto;
	}

	.banner-txt h2 {
		background: none;
		padding-bottom: 0;
	}

	.banner-txt h3 {
		padding-top: 10px;
	}

	.block2 h1 {
		font-size: 2.051em;
	}

	.block2 h2 {
		font-size: 1.794em;
	}

	.block2-txt h1 {
		font-size: 1.794em;
	}

	.block2 > .container1 {
		width: 80%;
		margin: 0 auto;
	}

	.block4 {
		padding-top: 40px;
		background: #f2efeb url("/public/images/index/new/what_zukul_trade_720.jpg") no-repeat;
		background-position: center top;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.block4-txt {
		padding-top: 30px;
	}

	.block4-txt> div {
		margin-bottom: 20px;
	}

	.block4-block p {
		max-width: 68%;
		margin: 0 auto;
	}

	.block5-item-blocks {
		justify-content: space-around;
		flex-direction: column;
	}

	.b5-item {
		max-width: 271px;
		margin: 60px auto;
	}

}

@media screen and (max-width:640px) {
	.f-menu {
		justify-content: flex-start;
		text-align: center;
	}

	.f-menu span {
		width: 100%;
		border: none;
		margin: 5px 0;
	}

	.block6 {
		min-height: 900px;
	}

	.custom_controls {
		top: 250px;
	}

	.slider1 {
		width: 61%;
	}

	.mini-size {
		width: 100%;
		display: table;
	}

	.banner-txt {
		left: 10px;
		padding: 15px;
	}

	.banner-txt h1 {
		font-size: 1.923em;
	}

	.banner-txt h2 {
		font-size: 1.923em;
	}

	.banner-txt h3 {
		font-size: 1.410em;
	}

	.block2 h1 {
		font-size: 1.538em;
	}

	.block2 h2 {
		font-size: 1.410em;
	}

	.block2-txt h1 {
		font-size: 1.538em;
	}

	.block2-txt p {
		font-size: 1.153em;
	}

	.block3-txt {
		font-size: 1.282em;
	}

	.block4 > div > h1 {
		font-size: 1.538em;
	}

	.block4 h4 {
		font-size: 1.282em;
	}

	.block4-block h1 {
		font-size: 1.666em;
	}

	.block4-block p {
		font-size: 1.153em;
	}

	.block5 > div > h1 {
		font-size: 2.564em;
	}

	.block5 > div > h2 {
		font-size: 1.794em;
	}

	.block6 .b-header h1 {
		font-size: 2.564em;
	}

	.block6 .b-header h2 {
		font-size: 1.794em;
	}

}

@media screen and (max-width:480px) {
	.banner-txt {
		padding: 0;
	}

    .custom_controls .custom-controls-container ol li {
        margin: 0 2px;
    }

	button.start-trading {
		font-size: 1.350em;
	}

	.slider1 {
		width: 67%;
	}

	.mini-site {
		width: 100%;
		margin: 0 auto;
		display: table;
	}

	.block2, .block5, .block6 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.custom_controls {
		top: 215px;
	}

	.zukul-logo-block {
	    top: 4px;
        left: 8px;
	}
    .top {
	    padding-top: 78px;
        background: #192f55;
    }


}

@media screen and (max-width:375px) {

	.banner-txt h1 {
		font-size: 1.523em;
	}

	.banner-txt h2 {
		font-size: 1.523em;
	}

	.banner-txt h3 {
		font-size: 1.310em;
	}

	.custom_controls {
		top: 200px;
	}

	.zukul-logo-block img {
		width: 70px;
	}

	.slider1 {
		width: 81%;
	}

	button.start-trading {
		font-size: 1.2em;
	}

}

@media screen and (max-width:320px) {
	.slider1 {
		width: 79%;
	}

}
