/* GENERAL */

body,html{
	padding: 0;
	margin: 0;
	height: 100%;
	-ms-touch-action: none;
	font-family: "Open Sans", Arial, sans-serif;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

.clearfix:after, .single-icon-block:after{
	display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

.center{
	text-align: center !important;
}

ul li{
	list-style: none
}

.no-mobile{
	display: none !important;
}


/* SECTIONS */

section{
	padding: 0 20px;
	position: relative;
}

/* LOGO AND SIDE MENU CONTENT*/

#logo{
	height: 50px;
	margin-bottom: 30px;
	float: left;
	backface-visibility: hidden;
    outline: 1px solid transparent;
}

.side-menu{
	font: 400 16px/26px "Open Sans", sans-serif;
	color: #fff;
	width: auto;
	float: right;
	margin-right: 20px;
	clear: both;
	display: none;
}

.side-menu span{
	display: inline-block;
	margin-right: 10px;
	float: left;
	margin-top: 7px;
}


@media screen and (min-width: 1025px) {

	.slide{
		padding: 0 30px;
	}

	#logo{
    	outline: 0;
    	height: 80px;
	}
}

@media screen and (min-width: 1025px) {
	.side-menu{
		padding-top: 53px;
		clear: none;
	}
}

/* HEADER */

.header{
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
	transition: opacity .6s ease;
}
	.header.hide{
		opacity: 0;
	}

	.header.fixed{
		position: fixed;
		opacity: 1;
		left: 0;
		top: 0;
		width: 100%;

		background: -webkit-radial-gradient(50% 490%, circle, #8ec9e9, #324b70);
		background: -o-radial-gradient(50% 490%, circle, #8ec9e9, #324b70);
		background: -moz-radial-gradient(50% 490%, circle, #8ec9e9, #324b70);
		background: radial-gradient(circle at 50% 490%, #8ec9e9, #324b70);
	}

	.header.fixed .side-menu{
		display: block;
	}

	.header.fixed.bg-second{
		background: transparent;
	}

	.header.fixed .header-content{
		max-width: 1200px;
		margin: 0 auto;
	}

	.header.fixed .header-content #logo{
		margin-bottom: 20px;
	}

	.header.fixed .fake-button-text{
		font-size: 15px;
	}
	.header.fixed .fake-button-content{
		margin-bottom: 0;
	}

/* MENU */

.menu{
	padding: 0;
	margin: 0;
	position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.menu li{
	display: none;
	border: 1px solid #fff;
	opacity: 0.8;
	text-transform: uppercase;
	font: 400 12px/20px "Open Sans", sans-serif;
	color: #fff;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 3px;
	opacity: 0.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	transition: all .3s ease;
    cursor: pointer;
}

.menu li a{
	text-transform: uppercase;
	font: 400 12px/12px "Open Sans", sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 38px;
	width: 38px;
	line-height: 38px;
    cursor: pointer;
}

.menu li:first-child{
	display: block;
}

.menu.open li{
	display:block;
}

.menu li:first-child{
	opacity: 1;
}

.menu li:hover{
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	.menu{
		width: auto;
		position: relative;
		float: right;
		margin-left: -11px;
		right: 0;
		top: 53px;
	}

	.menu:hover li{
		display:block;
	}
	
	.menu li{
		display: inline-block;
		float: left;
		margin-left: 5px;
		margin: 0 10px 10px 5px;
	}
}

/* IMAGES */

.cards-content{
	width: 140px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
	clear: both;
	text-align: right;
}

.mastercard{
	width: 100px;
	height: auto;
	position: relative;
	z-index: 1;
}

.main-card{
	width: 100px;
	height: auto;
	position: absolute;
	z-index: 2;
    margin-top: 100px;
    top: 0;
    left: 50%;

	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

	.main-card.hide{
		display: none;
	}

.phone-element{
	width: 289px;
}

.phone-mobile{
	width: 258px;
}

.phone-element{
	margin-bottom: 30px;
}
	.phone-fake-lock{
		height: 300px;
		margin-top: -230px;
		margin-bottom: 0;
	}

.fake-phone{
	width: 180px;
	display: inline-block;
	position: relative;
	z-index: 4;
}
	.fake-phone.hide{
		opacity: 0;
	}

.main-phone{
	opacity: 0;
	position: fixed;
	left: -999em;
	top: 50%;
	margin-bottom: 0;
	z-index: 2;

	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

	.main-phone.fixed{
		opacity: 1;
		position: fixed;
		left: 50%;
	}

.wallet{
	width: 130px;
}

.check{
	width: 32px;
	height: auto;
	float: left;
}

.lock{
	width: 130px;
}

#icon01,
#icon02,
#icon03,
#icon04{
	width: 50px;
	margin-bottom: 5px;
}

.help-icon{
	margin-bottom: 0;
}

.phone-layer{
	opacity: 0;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10;

    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
	transition: opacity .3s ease;

	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.phone-layer.show{
	opacity: 1;
}

@media screen and (min-width: 1025px) {


	.fake-phone{
		width: 289px;
		display: inline-block;
		position: relative;
		z-index: 4;
	}

	.main-card{
		position: fixed;
		left: 50%;
		top: 50%;
		margin-top: 0;
		-webkit-transform: translate3d(-50%, -50%, 0);
		-ms-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		z-index: 2;
	}

	.cards-content{
		width: 305px;
	}
	
	.cards-content.cards-content-small{
		width: 242px;
	}

	.mastercard,
	.visa,
	.main-card{
		width: 242px;
	}
	
	.mastercard{
		margin-right: -55px;
		position: static;
		margin-top: -50px;
	}
	
	.cards-content.cards-content-small .mastercard{
		width: 180px;
		margin-right: 0px;
	}
	
	.cards-content.cards-content-small .visa{
		position: absolute;
		width: 180px;
		left: 0;
	}
	
	.wallet,
	.lock{
		width: 242px;
	}
	
	.help-icon{
		float: right;
		-webkit-transform: translate3d(0, -13px, 0);
		-ms-transform: translate3d(0, -13px, 0);
		transform: translate3d(0, -13px, 0);
	}

	.left-block.padded-left, .right-block.padded-left{
		padding-left: 50px;
	}

	.left-block.padded-right, .right-block.padded-right{
		padding-right: 50px;
	}
}

@media screen and (min-width: 1025px) {
	.left-block .single-icon-block img{
		display: block;
		float: right;
	}
	.right-block .single-icon-block img{
		display: block;
		float: left;
	}
	.check{
		width: 45px;
	}
	#icon01{
		width: 88px;
	}
	#icon02{
		width: 47px;
	}
	#icon03{
		width: 75px;
	}
	#icon04{
		width: 75px;
	}
}


/* CAROUSEL */

.single-icon-block{
	text-align: center;
}

.single-icon-block-text{
	font: 400 14px/20px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom:  20px;
}

@media screen and (min-width: 1025px) {
	.single-icon-block{
		display: block;
	}
}

@media screen and (min-width: 1025px) {

	.single-icon-block-text{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.left-block .single-icon-block{
		text-align: right;
		margin-bottom: 50px;
		clear: both;
	}
	.right-block .single-icon-block{
		text-align: left;
		margin-bottom: 50px;
		clear: both;
	}
	.left-block .single-icon-block-text{
		display: inline-block;
		float: right;
		clear: both;
		max-width: 235px;
		padding-top: 10px;
	}
	.right-block .single-icon-block-text{
		display: inline-block;
		float: left;
		clear: both;
		max-width: 235px;
		padding-top: 10px;
	}
}


/* TEXTES */

.text-content{
	font: 400 14px/20px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom: 12px;
	text-align: center;
}

.text-content .font-type1{
	font: 300 30px/45px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}

.text-content .font-type2{ 
	font: 100 25px/30px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}

.text-content .font-type3{ 
	font: 400 20px/25px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}

.text-content .font-type4{
	font: 400 16px/20px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom: 12px;
	text-align: center;
}

.text-content .font-type5{
	font: 400 16px/20px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom: 12px;
	text-align: center;
}

.text-content .font-type6{ 
	font: 300 20px/25px "Open Sans", sans-serif;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}

.tips-content{
	width: auto;
	max-width: 260px;
	margin: 0 auto;
}

.tips-content li{
	margin-bottom: 20px;
}

.tips-content li:after{
	content: "";
	display: block;
	clear: both;
}

.tips-content li .tips-text{
	width: calc(100% - 32px);
	padding-left: 10px;
	float: right;
	height: 32px;
	line-height: 32px;
}

.tips-content li .tips-text span{
	display: inline-block;
	font: 400 14px/16px "Open Sans", sans-serif;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	
	.tips-content li .tips-text{
		height: auto;
	}
	
	.text-content,
	.text-content .font-type1,
	.text-content .font-type2,
	.text-content .font-type3,
	.text-content .font-type4,
	.text-content .font-type5,
	.text-content .font-type6{
		text-align: left;
	}
	
	.text-content{
		font-size: 16px;
		line-height: 24px;
	}
	
	.text-content .font-type1{
		line-height: 30px;
		margin-bottom: 20px;
	}
	.text-content .font-type2{
		
	}
	.text-content .font-type3{
		
	}
	.text-content .font-type4{
		
	}
	.text-content .font-type5{
		
	}
	.text-content .font-type6{
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.text-content{
		font-size: 18px;
		line-height: 30px;
	}
	
	.text-content .font-type1{
		font-size: 55px;
		line-height: 55px;
	}
	.text-content .font-type2{
		font-size: 45px;
		line-height: 50px;
	}
	.text-content .font-type3{
		
	}
	.text-content .font-type4{
		font-size: 18px;
		line-height: 18px;
	}
	.text-content .font-type5{
		font-size: 24px;
		line-height: 36px;
	}
	.text-content .font-type6{
		font-size: 35px;
		line-height: 40px;
	}
	.tips-content li .tips-text{
		width: calc(100% - 45px);
		line-height: 48px;
	}
	.tips-content li .tips-text span{
		font-size: 24px;
		line-height: 28px;
	}
}

@media screen and (min-width: 1200px) {
	.tips-content{
		max-width: 376px;
	}
	.text-content .font-type6{
		font-size: 45px;
		line-height: 50px;
	}
}



/* LEFT AND RIGHT BLOCKS */


@media screen and (min-width: 1025px) {
	
	.block-content{
		position: absolute;
		clear: both;
		width: 100%;
		left: 0;
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		-webkit-font-smoothing: subpixel-antialiased;
	}
	
	.left-top-block{
		position: absolute;
		left: 0;
		top: 0px;
		width: calc((100% - 305px)/2);
		padding-right: 40px;
	}
	
	.left-block,
	.right-block{
		position: absolute;
		left: 0;
		top: 60px;
		width: calc((100% - 305px)/2);
		padding-right: 40px;
	}

	.slide.slide2 .left-block, .slide.slide2 .right-block{
		top: 200px;
	}

	.slide.slide2 .right-block{
		top: 170px;
	}
	
	#slide-icons .left-block{
		top: 282px;
	}
	
	#slide-icons .right-block{
		top: 235px;
	}
	
	.right-block{
		left: auto;
		right: 0;
		padding-right: 0;
		padding-left: 40px;
	}
	
}

@media screen and (min-width: 1025px) {
	.left-block,
	.right-block{
		padding-right: 80px;
	}
	
	.right-block{
		padding-right: 0;
		padding-left: 80px;
	}
}

@media screen and (min-width: 1200px) {
	.left-block,
	.right-block{
		padding-right: 15px;
	}
	
	.right-block{
		padding-right: 0;
		padding-left: 15px;
	}
}


/* HELPERS ELEMENTS*/

.only-desktop{
	display: none;
}

@media screen and (min-width: 1025px) {
	.center-box-right{
		width: auto;
		float: right;
	}
	.only-mobile{
		display: none;
	}
	.only-desktop{
		display: inline-block;
	}
}


/* FAKE BUTTON */

.fake-button-content{
	position: relative;
	max-width: 226px;
	margin: 20px auto;
}
.fake-button-content *{
	cursor: pointer;
}

#top-side-menu-link-button .fake-button-content,
.top-link-button .fake-button-content{
	margin-top: 0;
}

.fake-button-content a{
	position: relative;
	display: inline-block;
	width: 48%;
	float: left;
	background: #fff;
	text-align: center;
	padding: 15px 0;
}

#top-side-menu-link-button .fake-button-content a,
.top-link-button .fake-button-content a{
	padding: 5px 0 !important;
}

#top-side-menu-link-button .fake-button-content a img,
.top-link-button .fake-button-content a img{
	height: 30px;
	vertical-align: middle;
	width: auto;
}

#top-side-menu-link-button .fake-button-content a img.logo-visa, .top-link-button .fake-button-content a img.logo-visa{
	height: 20px;
    margin-top: 6px;
    margin-bottom: 4px;
}

.logo-visa{
	width: 75px;
}

.logo-mastercard{
	width: 45px;
}

.fake-button-content a:nth-child(2){
	position: relative;
	display: inline-block;
	width: 48%;
	float: right;
	padding: 10px 0;
	cursor: pointer;
}

.fake-button{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 1;
	cursor: pointer;
}

	.fake-button.hide{
		display: none;
	}

.fake-button-text{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -13px;
	color: #445671;
	font: 400 18px/24px "Open Sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.fake-button-text{
		font-size: 14px;
	}
}

@media screen and (min-width: 846px) {
	
	.fake-button-content{
		max-width: 195px;
		width: 195px;
	}
}

@media screen and (min-width: 1025px) {
	
	.fake-button-content{
		max-width: 230px;
		width: 230px;
	}
	
	.fake-button-text{
		font-size: 18px;
	}
}

@media screen and (min-width: 1200px) {
	
	.fake-button-content{
		max-width: 280px;
		width: 280px;
	}
}

/* LINK BUTTON */

.top-link-button{
	opacity: 0;
}
	.top-link-button .fake-button-text{
		font-size: 15px;	
	}
	.top-link-button.show{
		opacity: 1;
	}

#botton-link-button{
	background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	transition: all .3s ease;
	width: 226px;
	height: 40px;
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 30px auto;
}

.top-link-button a{
	color: #445671;
	font: 400 12px/15px "Open Sans", sans-serif;
	text-decoration: none;
}

#top-side-menu-link-button{
	display: inline-block;
}

#botton-link-button{
	padding: 12px 0;
	margin: 0 auto 10px auto;
}

#botton-link-button a{
	color: #445671;
	font: 400 16px/18px "Open Sans", sans-serif;
	text-decoration: none;
}


/* SLIDES */

.slide{
	position: relative;
	z-index: 1;
}

.slide .content-slide{
}
.slide.slide2{
	z-index: 3;
}

.first-slide{
	padding-top: 0 !important;
}

#last-slide{
	padding-top: 30px;
}

@media screen and (min-width: 1025px) {

	.slide{
		position: relative;
		z-index: 1;
		min-height: 100vh;
	}

	.slide .content-slide{
		min-height: 100vh;
	}

	.slide .content-slide{
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
	}

	.first-slide.fixed{
		z-index: 4;
	}

	.slide{
		padding-top: 88px;
	}

	#last-slide{

	}
}

/* SCROLL BOTTOM */

.scroll-bottom{
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 40px;
	text-align: center;
	color: #fff;
	font: 400 14px/16px "Open Sans", sans-serif;
	display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	transition: all .3s ease;
}
	.scroll-bottom.moving{
		bottom: 20px;
		opacity: .8;
	}
	.scroll-bottom.hide{
		opacity: 0 !important;
	}

	.arrow-scroll{
		display: inline-block;
		width: 16px;
	}

@media screen and (min-width: 1025px) {
	.scroll-bottom{
		display: block;
	}

	.desktop-block{
		display: block;
	}
}

/* FOOTER */

.footer{
	padding-top: 50px;
	text-align: center;
	clear: both;
}

.footer-links{
	border-top: 1px solid #fff;
	text-align: center;
	margin-bottom: 20px;
}

.footer-links li{
	padding: 20px 10px;
	display: inline-block;
}

.footer-links li a{
	color: #fff;
	font: 400 14px/16px "Open Sans", sans-serif;
	text-decoration: none;
	border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	transition: all .3s ease;
}
	.footer-links li a:hover{
		border-bottom-color: #fff;
	}

.footer .text-content .font-type3{
	margin-bottom: 0;
}

.footer-text{
	color: #fff;
	font: 400 12px/16px "Open Sans", sans-serif;
	padding: 0 40px 20px 40px;
}

@media screen and (min-width: 1025px) {
	.footer{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
	}
	.desktop-footer-content{
		clear: both;
		padding-top: 20px;
		border-top: 1px solid #fff;
	}
	.footer-text{
		width: 274px;
		float: left;
		text-align: left;
		padding-left: 0;
		line-height: 20px;
	}
	.footer-links{
		text-align: right;
		width: auto;
		float: right;
		border-top: none;
	}
	.footer-links li{
		padding: 0px 0 20px 20px;
		display: inline-block;
	}
	.footer-help{
		text-align: right;
		padding-right: 50px;
	}
	.footer-help .font-type3{
		display: inline;
	}
}

/* BACKGROUND */


.bg-content-active, .bg-content{
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
	transition: all .6s ease;
}

.bg-content-active.show, .bg-content.show{
	opacity: 1 !important;
}

.bg-content-active.hide, .bg-content.hide{
	opacity: 0;
}

.bg-content{
    background: -webkit-radial-gradient(50% 50%, circle, #8ec9e9, #283343);
    background: -o-radial-gradient(50% 50%, circle, #8ec9e9, #283343);
    background: -moz-radial-gradient(50% 50%, circle, #8ec9e9, #283343);
    background: radial-gradient(circle at 50% 50%, #8ec9e9, #283343);
}

.bg-content-active{
    background: -webkit-radial-gradient(50% 50%, circle, #8ec9e9, #324b70);
    background: -o-radial-gradient(50% 50%, circle, #8ec9e9, #324b70);
    background: -moz-radial-gradient(50% 50%, circle, #8ec9e9, #324b70);
    background: radial-gradient(circle at 50% 50%, #8ec9e9, #324b70);
}

#slide6{
    background: -webkit-radial-gradient(50% 50%, circle, #8ec9e9, #283343);
    background: -o-radial-gradient(50% 50%, circle, #8ec9e9, #283343);
    background: -moz-radial-gradient(50% 50%, circle, #8ec9e9, #283343);
    background: radial-gradient(circle at 50% 50%, #8ec9e9, #283343);
}

/* Mobile only */


body[data-user-agent='1']{
	overflow: hidden;
}


body[data-user-agent='1'] #scrollWrapper{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}


body[data-user-agent='1'] #scroller {
	position: absolute;
	z-index: 1;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.mobile-fade{
	opacity: 1;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
	transition: opacity .6s ease;
}

	.mobile-fade.hide{
		opacity: 0;
	}

.phone-layer-mobile{
	position: absolute;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
	transition: opacity .6s ease;
	bottom: 22px;
	z-index: 4;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
	.phone-layer-mobile.wall{
		width: 130px;
	}

	.phone-layer-mobile.lock{
		width: 130px;
	}

	.phone-layer-mobile.show{
		opacity: 1;
	}

	.phone-layer-mobile.hide{
		opacity: 0;
	}

.wallet-inside{
	position: absolute;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
	transition: opacity .6s ease;
	bottom: -50px;
	z-index: 4;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}


/* Mobile only */

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

	.phone-fake-lock{
		margin-top: 0;
	}

	.fake-phone{
	    -webkit-transition: all .3s ease;
	    -moz-transition: all .3s ease;
		transition: all .3s ease;
	}

	#last-slide .fake-phone{
		height: 1px;
	}

	.mobile-phone-wrapper{
		position: relative;
		height: 280px;
		overflow: hidden;
		border-bottom: 1px solid #bbb;
		margin: 0 -20px;
		top: auto;
		padding-top: 20px;
	}

	.mobile-phone-wrapper.no-border{
		border-bottom: none;
	}

	.mobile-phone-wrapper.moving{
	    background: -webkit-radial-gradient(50% 100%, circle, #8ec9e9, #324b70);
	    background: -o-radial-gradient(50% 100%, circle, #8ec9e9, #324b70);
	    background: -moz-radial-gradient(50% 100%, circle, #8ec9e9, #324b70);
	    background: radial-gradient(circle at 50% 100%, #8ec9e9, #324b70);
	}

	.slide2 .left-block{
		padding-top: 80px;
	}

	.slide3 .center .fake-phone, #slide-icons .center .fake-phone {
		/* height: 25vh; */
		margin-bottom: 0;
	}

	#last-slide{
		padding-top: 0;
	}

	#slide-icons.hide{
		opacity: 0;
	}

	.mobile-phone-wrapper .visa{
		position: absolute;
		width: 100px;
		top: 20px;
		left: 5px;
		z-index: 4;
	}

	.first-slide, .first-slide .content-slide{
		min-height: 100vh;
	}

}

/*
Tablet only
*/

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-card{
		width: 160px;
	}
	.mastercard{
		width: 160px;
		margin-right: -70px;
	}
	.mobile-fade{
		margin-top: 70px;
	}
	.first-slide{
		min-height: 100vh;
	}
	.fake-phone{
		width: 220px;
	}
	.mobile-phone-wrapper{
		height: 380px;
	}
	.phone-layer-mobile.lock{
		width: 160px;
	}
	.phone-layer-mobile.wallet{
		width: 160px;
	}
	.wallet-inside{
		bottom: -20px;
	}
	.phone-layer-mobile.wallet{
		width: 185px;
	}
	.phone-layer-mobile{
		bottom: 30px;
	}
	.wallet-inside{
		bottom: -50px !important;
	}
	.phone-layer-mobile.lock{
		width: 180px;
	}
	.mobile-phone-wrapper .visa{
		width: 150px;
    	left: -35px;
	}
	.mobile-phone-wrapper .mastercard{
		width: 150px;
		margin-right: -30px;
	}
	#last-slide{
		min-height: 0;
	}

}

@media screen and (max-width: 1220px) and (min-width: 1025px) {

	.text-content .font-type3, .footer-help{
		font-size: 13px;
	}

	.side-menu{
		font-size: 12px;
	}

}

/* Layout Desktop fix */

@media screen and (max-height: 940px) and (min-width: 1025px) {

	.main-card, .mastercard{
		height: 32vh;
	}

	.fake-phone, .main-phone{
		height: 52vh;
	}

	.wallet, .lock{
		height: 30vh;
	}

	.cards-content.cards-content-small .mastercard, .cards-content.cards-content-small .visa{
		height: 20vh;
	}

	.cards-content.cards-content-small .visa{
		left: 2vh;
		top: -3vh;
	}

	.mastercard{
		margin-top: -30px;
		margin-right: -35px;
	}

	.cards-content.cards-content-small .mastercard{
		margin-right: 0;
		margin-top: -50px;
	}

}

@media screen and (max-height: 750px) and (min-width: 1025px) {

	.main-card, .mastercard{
		height: 32vh;
	}

	.fake-phone, .main-phone{
		height: 52vh;
	}

	.wallet, .lock{
		height: 30vh;
	}

	.cards-content.cards-content-small .mastercard, .cards-content.cards-content-small .visa{
		height: 20vh;
	}

}

.rotate-image{
	display: none;
	background: -webkit-radial-gradient(50% 100%, circle, #8ec9e9, #324b70);
	background: -o-radial-gradient(50% 100%, circle, #8ec9e9, #324b70);
	background: -moz-radial-gradient(50% 100%, circle, #8ec9e9, #324b70);
	background: radial-gradient(circle at 50% 100%, #8ec9e9, #324b70);
	position: absolute;
	z-index: 10000;
	width: 100%;
	height: 100%;
	text-align: center;
}
.rotate-block{
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -10px;
}
.rotate-text{
	margin-top: 10px;
	font: 300 24px/24px "Open Sans", sans-serif;
	color: #fff;
	text-align: center;
	display: block;
}

@media screen and (max-width: 767px) and (orientation: landscape) {

	.rotate-image{
		display: block;
	}

}