/* Import Font-Family */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Arial';
    src: url('fonts/Arial.eot');
    src: url('fonts/Arial.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arial.woff') format('woff'),
         url('fonts/Arial.ttf') format('truetype'),
         url('fonts/Arial.svg#Arial') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArialBold';
    src: url('fonts/Arial-Bold.eot');
    src: url('fonts/Arial-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Arial-Bold.woff') format('woff'),
         url('fonts/Arial-Bold.ttf') format('truetype'),
         url('fonts/Arial-Bold.svg#ArialBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LodrinaSolid';
    src: url('fonts/LondrinaSolid-Regular.eot');
    src: url('fonts/LondrinaSolid-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/LondrinaSolid-Regular.woff') format('woff'),
         url('fonts/LondrinaSolid-Regular.ttf') format('truetype'),
         url('fonts/LondrinaSolid-Regular.svg#LodrinaSolid') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoRegular';
    src: url('fonts/Nunito-Regular.eot');
    src: url('fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nunito-Regular.woff') format('woff'),
         url('fonts/Nunito-Regular.ttf') format('truetype'),
         url('fonts/Nunito-Regular.svg#NunitoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoLight';
    src: url('fonts/Nunito-Light.eot');
    src: url('fonts/Nunito-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nunito-Light.woff') format('woff'),
         url('fonts/Nunito-Light.ttf') format('truetype'),
         url('fonts/Nunito-Light.svg#NunitoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoLightItalic';
    src: url('fonts/Nunito-LightItalic.eot');
    src: url('fonts/Nunito-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nunito-LightItalic.woff') format('woff'),
         url('fonts/Nunito-LightItalic.ttf') format('truetype'),
         url('fonts/Nunito-LightItalic.svg#NunitoLightItalic') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'NunitoExtraLight';
    src: url('fonts/Nunito-ExtraLight.eot');
    src: url('fonts/Nunito-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nunito-ExtraLight.woff') format('woff'),
         url('fonts/Nunito-ExtraLight.ttf') format('truetype'),
         url('fonts/Nunito-ExtraLight.svg#NunitoExtraLight') format('svg');
    font-weight: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}

img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

.swiper-container{
    display: none;
}


.da-slider{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: #FCF4E9;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide .da-img,
.da-slide .slide-contents-1,
.da-slide .slide-contents-2,
.da-slide .slide-contents-3,
.da-slide .slide-contents-4,
.da-slide .slide-contents-5,
.da-slide .slide-contents-6,
.da-slide .slide-contents-7,
.da-slide .slide-contents-8,
.da-slide .slide-contents-9,
.da-slide .visit-inka{
	position: absolute;
	opacity: 0;
	left: 110%;
}

.da-slide .slide-contents-logo{
    position: absolute;
	opacity: 0;
	left: 110%;
}

.da-slider-fb .da-slide .slide-contents-1,
.da-slider-fb .da-slide .slide-contents-2{
    left: 50%;
    margin-left: -480px;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}

.da-slide .da-img{
	text-align: center;
	width: 0px;
	top: 70px;
	height: 0px;
	line-height: 320px;
	left: 110%; /*60%*/
}

.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F27F7E;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
    margin-top: -40px;
	cursor: pointer;
	z-index: 2000;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 25px;
	height: 106px;
	top: 5px;
	left: 5px;
	background: url(../images/arrows-combined.png) no-repeat top left;
    background-size: 50px;
}

.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 25px;
}
.da-arrows span.da-arrows-next{
	right: 60px;
}


.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}

.thanks-arrows-prev{
	position: absolute;
	top: 50%;
    margin-top: -40px;
	cursor: pointer;
    margin-left: 25px;
}

.thanks-arrows-next{
	position: absolute;
	top: 50%;
    margin-top: -40px;
	cursor: pointer;
    right: 0;
    margin-right: 25px;
}

.thanks-arrows-prev img,
.thanks-arrows-next img{
    height: 48px;
    width: 28px;
}

/***********************LOGO*************************/
.slide-contents-logo{
    width: 150px;
    position:absolute;
    top: 0;
    margin-top: 40px;
    right: 0;
    margin-right: 50px;
    z-index: 999;
}

.slide-contents-logo .da-logo{
	width: 64px;     
    height: 100px;
    position: absolute;
    right: 0;
}

.da-logo{
    background-image: url('../images/INKA-old-logo.png');
    background-size: contain;
    max-width: 100%;
    background-repeat: no-repeat;
    position: absolute;
}

/***********************SLIDE_1*************************/
.da-slide-current .slide-contents-1{
    left: 50%;
    margin-left: -480px;
	opacity: 1;
}

.slide-contents-1{
    margin: 0 auto;
    width: 1030px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-515px;/* half width*/
    margin-top:-280px;/* half height*/
}

.hello{
	color: #F27F7E;
    font-size: 350px;
    font-family: 'LodrinaSolid';
    padding: 0;
    margin-top: -255px;
    line-height: 250px;
}

.hello-2{
	color: #FDC976 ;
	font-size: 350px ;
	font-family: 'LodrinaSolid';
    padding: 0;
    line-height: 260px;
    margin-top: 60px;
}

.da-img-1{
	width: 540px;   
    margin-top: -520px;
    margin-left: 480px;
}

.da-img-1 img{
    width: 540px;
    height: auto;
    position: absolute;
}

/****
.desc1-slide-1{
    width: 600px;
    color: #F27F7E;
    font-size: 63px;
    line-height: 65px;
    font-family: 'NunitoLight';
    padding: 0;
    margin-left: 10px;
    margin-top: 40px;
}
****/
.desc1-slide-1{
    width: 645px;
    color: #F27F7E;
    font-size: 65px;
    line-height: 65px;
    font-family: 'NunitoLight';
    padding: 0;
    margin-left: 10px;
    margin-top: 40px;
}
.desc1-slide-1-color{
    color: #D83535;
}


.desc2-slide-1{
    width: 406px;
    color: #58595B;
    font-size: 26px;
    line-height: 35px;
    font-family: 'NunitoLight';
    padding: 0;
    margin-top: -38px;
    margin-left: 615px;
}


/***********************SLIDE_2*************************/

.da-slide-current .slide-contents-2{
    left: 50%;
    margin-left: -480px;
	opacity: 1;
}

.slide-contents-2{
    margin: 0 auto;
    width: 960px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -280px;
}


.desc1-slide-2{
    font-family: 'NunitoLight';
    color: #F05B6C;
    margin-top: -30px;
}
/****
.desc1-slide-2-bring{
    font-size: 72px;
    line-height: 80px;
}


.desc1-slide-2-brand{
    font-family: 'NunitoRegular';
    font-size: 120px;
    line-height: 123px;
    margin-top: -35px;
}
****/
.desc1-slide-2-bring{
    font-size: 74px;
}
.desc1-slide-2-audience{
    font-family: 'NunitoLight';
    font-size: 74px;
    color: #C11636;
    margin-top: -20px;
}
.desc1-slide-2-to{
    font-size: 72px;
    line-height: 80px;
    margin-left: 7px;
}

.desc1-slide-2-markets{
    font-size: 59px;
    line-height: 65px;
    margin-left: 5px;
}
.desc1-slide-2-mobile{
    display: none;
}

/**.desc2-slide-2{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 24px;
    float: right;
    margin-top: -35px;
    line-height: 33px;
    text-align: right;
    width: 320px;
}
 .desc3-slide-2{
    font-family: 'NunitoLightItalic';
    color: #58595B;
    font-size: 12px;
    float: right;
    margin-top: 20px;
    text-align: right;
    width: 320px;
    clear: right;
}**/

.desc2-slide-2{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    float: left;
    margin-top: 15px;
    line-height: 28px;
    text-align: left;
    width: 430px;
}

.desc3-slide-2{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    clear: left;
    float: left;
    margin-top: 25px;
    line-height: 28px;
    text-align: left;
    width: 289px;
}
 .desc4-slide-2{
    font-family: 'NunitoLightItalic';
    color: #58595B;
    font-size: 10px;
    line-height: 14px;
    float: left;
    margin-top: 25px;
    text-align: left;
    width: 238px;
    clear: left;
}
.da-img-2{
    width: 630px;
    margin-top: 15px;
    margin-left: 325px;
}

.da-img-2 img{
    width: 630px;
    height: auto;
    position: absolute;
}



/***********************SLIDE_3*************************/
.da-slide-current .slide-contents-3{
    left: 50%;
    margin-left: -480px;
	opacity: 1;
}

.slide-contents-3{
    margin: 0 auto;
    width: 960px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -285px;
}

/***
.desc1-slide-3{
    font-family: 'NunitoLight';
    color: #F79F72;
}

.desc1-slide-3-build{
    font-size: 56px;
    line-height: 65px;
}

.desc1-slide-3-relation{
    font-family: 'NunitoRegular';
    font-size: 127px;
    line-height: 65px;
    margin-left: -5px;
    height: 103px;
}

.desc1-slide-3-connections{
    font-family: 'NunitoRegular';
    font-size: 56px;
    line-height: 62px;
    margin-left: 0px;
    margin-top: -10px;
}

.desc1-slide-3-with{
    font-size: 56px;
    line-height: 58px;
    margin-left: 5px;
    margin-top: 10px;
}
***/

.desc1-slide-3{
    font-family: 'NunitoLight';
    color: #F79F72;
    font-size: 74px;
    line-height: 80px;
    width: 760px;
}
.desc1-slide-3-color{
    color: #DD5F33;
}

.desc2-slide-3{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
    width: 335px;
}

.desc3-slide-3{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
    width: 335px;
}

.da-img-3{
    width: 600px;
    margin-left: 365px;
    margin-top: -250px;
}

.da-img-3 img{
    width: 600px;
    height: auto;
    position: absolute;
}

/***********************SLIDE_4*************************/
.da-slide-current .slide-contents-4{
    left: 50%;
    margin-left: -480px;
	opacity: 1;
}

.slide-contents-4{
    margin: 0 auto;
    width: 960px;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -270px;
}
/***
.desc1-slide-4{
    font-family: 'NunitoLight';
    color: #B9D76E;
}

.desc1-slide-4-creating{
    font-size: 107px;
    line-height: 55px;
    height: 100px;
}
.desc1-slide-4-buzz{
    font-family: 'NunitoRegular';
}
.desc1-slide-4-and{
    font-size: 106px;
    line-height: 90px;
    margin-left: 5px;
}

.desc1-slide-4-creating{
    font-family: 'NunitoRegular';
    font-size: 62px;
    line-height: 80px;
    margin-left: -10px;
}
.desc1-slide-4-buzz{
    font-family: 'NunitoRegular';
}
.desc1-slide-4-and{
    font-size: 62px;
    line-height: 80px;
}
***/
.desc1-slide-4{
    font-family: 'NunitoLight';
    color: #B9D76E;
    font-size: 74px;
    line-height: 80px;
    width: 890px;
}

.desc1-slide-4-color{
    color: #779618;
}

/***
.desc2-slide-4{
    display: block;
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 23px;
    line-height: 32px;
    margin-top: 50px;
    width: 265px;
}
***/
.desc2-slide-4{
    display: block;
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
    width: 267px;
}

.da-img-4{
    width: 670px;
    bottom: 0;
    margin-left: 290px;
    margin-top: -265px;
}

.da-img-4 img{
    width: 670px;
    height: auto;
    position: absolute;
}
/***********************SLIDE_5*************************/
.da-slide-current .slide-contents-5{
    left: 50%;
    margin-left: -480px;
	opacity: 1;
}
/***
.slide-contents-5{
    margin: 0 auto;
    width: 960px;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -270px;
}
***/
.slide-contents-5{
    margin: 0 auto;
    width: 960px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -290px;
}
/***
.desc1-slide-5{
    font-family: 'NunitoLight';
    color: #68C5B6;
}

.desc1-slide-5-forget{
    font-size: 60px;
    line-height: 60px;
    margin-right: 3px;
}

.desc1-slide-5-its{
    font-size: 46px;
    line-height: 75px;
    margin-left: 5px;
}

.desc1-slide-5-results{
    font-family: 'NunitoRegular';
    font-size: 115px;
    line-height: 70px;
    height: 95px;
    margin-left: -5px;
}

.desc1-slide-5-or{
    font-size: 77px;
    line-height: 115px;
}


.desc1-slide-5-forget{
    font-size: 33px;
    line-height: 60px;
    margin-right: 3px;
}
.desc1-slide-5-on{
    font-size: 57px;
    line-height: 70px;
}
.desc1-slide-5-its{
    font-size: 47px;
    line-height: 45px;
}
.desc2-slide-5{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 23px;
    line-height: 35px;
    width: 760px;
    margin-top: 300px;
}
***/

.desc1-slide-5{
    font-family: 'NunitoLight';
    color: #68C5B6;
    font-size: 74px;
    line-height: 80px;
}
.desc1-slide-5-color{
    color: #1A9980;
}
.desc2-slide-5 {
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    line-height: 28px;
    width: 425px;
    margin-top: 25px;
}

.desc3-slide-5 {
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    line-height: 28px;
    width: 425px;
    margin-top: 25px;
}

.da-img-5{
    width: 430px;
    margin-top: -250px;
    margin-left: 515px;
}

.da-img-5 img{
    width: 430px;
    height: auto;
    position: absolute;
}

/***********************SLIDE_6*************************/
.da-slide-current .slide-contents-6{
    left: 50%;
    margin-left: -480px;
	opacity: 1;
}

.slide-contents-6{
    margin: 0 auto;
    width: 960px;
    height: 520px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -265px;
}
/***
.desc1-slide-6{
    font-family: 'NunitoLight';
    color: #77CEE1;
}
.desc1-slide-6-win{
    font-size: 147px;
    line-height: 100px;
}
.desc1-slide-6-why{
    font-family: 'NunitoLight';
    color: #77CEE1;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    margin-top: 15px;
    margin-right: 12px;
    padding-bottom: 14px;
}

.desc2-slide-6{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 23px;
    line-height: 35px;
    width: 230px;
    margin-top: 20px;
}
***/

.desc1-slide-6{
    font-family: 'NunitoLight';
    color: #77CEE1;
    font-size: 74px;
    line-height: 80px;
    
}
.desc1-slide-6-why{
    font-family: 'NunitoLight';
    color: #77CEE1;
    font-size: 42px;
    line-height: 29px;
    text-align: left;
    margin-top: 5px;
    margin-right: 12px;
    padding-bottom: 14px;
}
.desc2-slide-6{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    line-height: 28px;
    width: 260px;
    margin-top: 25px;
}
.desc3-slide-6{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    line-height: 28px;
    width: 235px;
    margin-top: 25px;
}
.da-img-6{
    width: 700px;
    margin-left: 255px;
    margin-top: -245px;
}

.da-img-6 img{
    width: 700px;
    height: auto;
    position: absolute;
}
/***********************SLIDE_7*************************/
.da-slide-current .slide-contents-7{
    left: 50%;
    margin-left: -480px;
	opacity: 1;
}

.slide-contents-7{
    margin: 0 auto;
    width: 960px;
    height: 545px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -285px;
}
/****
.desc2-slide-7{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 29px;
    line-height: 55px;
    width: 515px;
}

.desc2-slide-7{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 29px;
    line-height: 55px;
    width: 515px;
    margin-top: 70px;
}
***/

.desc1-slide-7{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 30px;
    line-height: 46px;
    width: 515px;
    margin-top: 45px;
}

.desc2-slide-7{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 30px;
    line-height: 46px;
    width: 535px;
    margin-top: 35px;
}

.desc3-slide-7{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 30px;
    line-height: 46px;
    width: 515px;
    margin-top: 35px;
}
.contact-us-btn{
    margin-top: 35px;
    border: 2px solid #F05B6C;
    width: 145px;
    height: 40px;
    font-family: 'NunitoLight';
    font-size: 25px;
    color: #F05B6C;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;

}

a.contact-us-slide {
    text-decoration: none;
}

.contact-us-btn:hover{
    background-color: #F05B6C;
    color: #FFF;
}

.contact-us-btn:focus{
    outline: none;
    background-color: transparent;
    color: #F05B6C;
}

.da-img-7{
    width: 410px;
    margin-left: 550px;
    margin-top: -475px;
}

.da-img-7 img{
    width: 410px;
    height: auto;
    position: absolute;
}
/***********************SLIDE_8*************************/
.da-slide-current .slide-contents-8{
    left: 50%;
    margin-left: -400px;
	opacity: 1;
}

.slide-contents-8{
    margin: 0 auto;
    width: 870px;
    height: 580px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -390px;
    margin-top: -290px;
}
/***
.desc1-slide-8{
    font-family: 'NunitoLight';
    color: #F05B6C;
    font-size: 66px;
}
**/
.desc1-slide-8 {
    font-family: 'NunitoLight';
    color: #F05B6C;
    font-size: 38px;
    line-height: 43px;
    width: 645px;
    padding-bottom: 30px;
}
.desc1-slide-8-color {
    color: #BA2D42;
}

input.contact-us-input{
    width: 385px;
    border: 0;
    color: #F05B6C;
    font-family: 'Arial';
    font-size: 14px;
    margin-left: 15px;
    background-color: transparent;
}

input.contact-us-input::placeholder{
    color: #F05B6C;
    font-family: 'Arial';
    font-size: 15px;
    opacity: 0.6;
}

input:focus {
    outline: none !important;
}

.first-name{
    width: 400px;
    padding-bottom: 10px;
    border-bottom: solid thin #F05B6C;
    margin-top: 20px;
}

.last-name{
    width: 400px;
    padding-bottom: 10px;
    border-bottom: solid thin #F05B6C;
    margin-top: 30px;
}

.company-name{
    width: 400px;
    padding-bottom: 10px;
    border-bottom: solid thin #F05B6C;
    margin-top: 30px;
}

.company-email{
    width: 400px;
    padding-bottom: 10px;
    border-bottom: solid thin #F05B6C;
    margin-top: 30px;
}

.company-number{
    width: 400px;
    padding-bottom: 10px;
    border-bottom: solid thin #F05B6C;
    margin-top: 30px;
}
/***
label.company-size-label{
    display: block;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: solid thin #F05B6C;
    width: 89px;
    font-family: 'Arial';
    font-size: 14px;
    color: #F05B6C;
    margin-left: 5px;
    margin-bottom: 15px;
}
***/
label.company-size-label{
    display: block;
    margin-top: 40px;
    width: 96px;
    font-family: 'ArialBold';
    font-size: 14px;
    color: #F05B6C;
}
.company-size{
    font-family: 'Arial';
    font-size: 14px;
    color: #F05B6C;
}


input[type="radio"]{
    -webkit-appearance: none;
}

input[type="radio"]:after {
    background-color: transparent;
    cursor: pointer;
    border-radius: 13px;
    border: 1px solid #F05B6C;
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    left: -1px;
    position: relative;
    margin-top: 15px;
    margin-right: 7px;
}

input[type="radio"]:checked:after {
    background-color: #F05B6C;
    border: 1px solid #F05B6C;
}

.right-radio{
    clear: both;
    float:left;
    width: 180px;
}

.contact-us-left{
    clear: both;
    float:left;
    padding-right: 65px;
}

.contact-us-right{
    width: 400px;
    float: right;
    padding-top: 8px;
}
.tell-us{
    width: 400px;
    padding-bottom: 10px;
    border-bottom: solid thin #F05B6C;
    margin-top: 10px
}

input[type="text"]:disabled {
    background-color: transparent;
}

#tell-us{
    margin-left: 20px;
    width: 385px;
}
.social-media{
    font-family: 'Arial';
    font-size: 14px;
    color: #F05B6C;
}

input.social-media-radio{
    margin-left: 0;
}

.social-media-label{
    display: block;
    font-family: 'ArialBold';
    font-size: 14px;
    color: #F05B6C;
    clear: right;
}

input.social-media-input{
    border: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #F05B6C;
    width: 320px;
    background-color: #FDF3F4;
    color: #F05B6C;
    font-family: 'Arial';
    font-size: 15px;
}

.give-away{
    margin-top: 30px;
    color: #F05B6C;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 25px;
}

.give-away-bold{
    font-family: 'ArialBold';
}
 .give-away-mobile{
     display: none;
}
.promo-radio{
    color: #F05B6C;
    font-family: 'Arial';
    font-size: 14px;
}

input.interested{
    margin-top: 2px;
}

input[type="checkbox"]{
    -webkit-appearance: none;
    margin-left: 0;
}

input[type="checkbox"]:after {
    background-color: transparent;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #F05B6C;
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    left: 3px;
    position: relative;
    margin-top: 10px;
    margin-right: 7px;
}

input[type="checkbox"]:checked:after {
    background-color: #F05B6C;
}

.button-send-reset{
    padding-top: 40px;
}

.submit{
    border: 0;
    background-color: #F05B6C;
    border: 2px solid #F05B6C; 
    width: 90px;
    height: 35px;
    font-family: 'NunitoLight';
    font-size: 20px;
    color: #FFF;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 10px;
    float: left;
}

.submit:hover{
    background-color: transparent;
    color: #F05B6C;
}

.submit:focus{
    outline: none !important;
    background-color: #F05B6C;
    color: #FFF;
}

.reset{
    border: 0;
    border: 2px solid #F05B6C; 
    width: 90px;
    height: 29px;
    font-family: 'NunitoLight';
    font-size: 20px;
    color: #F05B6C;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    padding-top: 2px;
    float: left;
}

.reset:hover{
    background-color: #F05B6C;
    color: #FFF;
}

.reset:focus{
    outline: none;
    background-color: transparent;
    color: #F05B6C;
}

.error{
    font-family: 'NunitoLight';
    font-size: 12px;
    color: #F05B6C;
    float: right;
}
.error2{
    font-family: 'NunitoLight';
    font-size: 12px;
    color: #F05B6C;
    display: block;
    margin-top: 5px;
}

/***********************SLIDE_9*************************/
.da-slide-current .slide-contents-9{
    left: 50%;
    margin-left: -225px;
	opacity: 1;
}


.slide-contents-9{
    margin: 0 auto;
    width: 450px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -175px;
}

.desc1-slide-9-thanks{
    font-family: 'NunitoLight';
    color: #F05B6C;
    font-size: 68px;
    text-align: center;
}

.da-img-9{
    width: 80px;
    margin-left: 180px;
}

.da-img-9 img{
    width: 80px;
    height: auto;
}

.visit-inka-label{
    font-family: 'NunitoLight';
    color: #58595B;
    font-size: 20px;
    width: 150px;
    margin: 0 auto;
}

a.visit-inka{
    text-decoration: none;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-1{
	-webkit-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-2{
	-webkit-animation: fromRightAnim6 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim6 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim6 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim6 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim6 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-3{
	-webkit-animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim7 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-4{
	-webkit-animation: fromRightAnim8 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim8 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim8 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim8 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim8 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-5{
	-webkit-animation: fromRightAnim9 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim9 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim9 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim9 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim9 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-6{
	-webkit-animation: fromRightAnim10 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim10 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim10 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim10 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim10 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-7{
	-webkit-animation: fromRightAnim11 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim11 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim11 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim11 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim11 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-8{
	-webkit-animation: fromRightAnim12 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim12 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim12 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim12 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim12 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .slide-contents-9{
	-webkit-animation: fromRightAnim13 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim13 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim13 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim13 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim13 0.6s ease-in-out 0.8s both;
}

@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim6{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim7{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim8{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim9{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim10{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim11{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim12{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@-webkit-keyframes fromRightAnim13{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-moz-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromRightAnim6{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromRightAnim7{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromRightAnim8{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromRightAnim9{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromRightAnim10{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromRightAnim11{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromRightAnim12{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@-moz-keyframes fromRightAnim13{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-o-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromRightAnim6{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromRightAnim7{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromRightAnim8{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromRightAnim9{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromRightAnim10{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromRightAnim11{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromRightAnim12{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@-o-keyframes fromRightAnim13{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-ms-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1;  }
}
@-ms-keyframes fromRightAnim6{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1;  }
}
@-ms-keyframes fromRightAnim7{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1;  }
}
@-ms-keyframes fromRightAnim8{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1;  }
}
@-ms-keyframes fromRightAnim9{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1;  }
}
@-ms-keyframes fromRightAnim10{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1;  }
}
@-ms-keyframes fromRightAnim11{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1;  }
}
@-ms-keyframes fromRightAnim12{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1;  }
}
@-ms-keyframes fromRightAnim13{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1;  }
}

@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromRightAnim6{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromRightAnim7{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromRightAnim8{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromRightAnim9{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromRightAnim10{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromRightAnim11{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromRightAnim12{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@keyframes fromRightAnim13{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

/* Slide in from the left*/
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-1{
	-webkit-animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-2{
	-webkit-animation: fromLeftAnim6 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim6 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim6 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim6 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim6 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-3{
	-webkit-animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim7 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-4{
	-webkit-animation: fromLeftAnim8 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim8 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim8 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim8 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim8 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-5{
	-webkit-animation: fromLeftAnim9 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim9 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim9 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim9 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim9 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-6{
	-webkit-animation: fromLeftAnim10 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim10 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim10 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim10 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim10 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-7{
	-webkit-animation: fromLeftAnim11 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim11 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim11 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim11 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim11 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-8{
	-webkit-animation: fromLeftAnim12 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim12 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim12 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim12 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim12 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .slide-contents-9{
	-webkit-animation: fromLeftAnim13 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim13 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim13 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim13 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim13 0.6s ease-in-out 0.6s both;
}


@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim6{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim7{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim8{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim9{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim10{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim11{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim12{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim13{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim6{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim7{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim8{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim9{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -570px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim10{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim11{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim12{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@-moz-keyframes fromLeftAnim13{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-o-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromLeftAnim6{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -570px; opacity: 1; }
}
@-o-keyframes fromLeftAnim7{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromLeftAnim8{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromLeftAnim9{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromLeftAnim10{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -570px; opacity: 1; }
}
@-o-keyframes fromLeftAnim11{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-o-keyframes fromLeftAnim12{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@-o-keyframes fromLeftAnim13{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim6{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim7{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim8{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim9{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim10{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim11{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim12{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@-ms-keyframes fromLeftAnim13{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromLeftAnim6{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromLeftAnim7{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromLeftAnim8{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromLeftAnim9{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromLeftAnim10{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromLeftAnim11{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -480px; opacity: 1; }
}
@keyframes fromLeftAnim12{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -400px; opacity: 1; }
}
@keyframes fromLeftAnim13{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 50%; margin-left: -225px; opacity: 1; }
}

/* Slide out to the right */
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
.da-slide-toright .slide-contents-1{
	-webkit-animation: toRightAnim5 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim5 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim5 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim5 0.6s ease-in-out 0.4s both;
	animation: toRightAnim5 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .slide-contents-2{
	-webkit-animation: toRightAnim6 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim6 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim6 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim6 0.6s ease-in-out 0.4s both;
	animation: toRightAnim6 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .slide-contents-3{
	-webkit-animation: toRightAnim7 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim7 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim7 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim7 0.6s ease-in-out 0.4s both;
	animation: toRightAnim7 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .da-img-1 img{
	-webkit-animation: toRightAnim8 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim8 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim8 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim8 0.6s ease-in-out 0.4s both;
	animation: toRightAnim8 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .da-img-2 img{
	-webkit-animation: toRightAnim9 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim9 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim9 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim9 0.6s ease-in-out 0.4s both;
	animation: toRightAnim9 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .da-img-3 img{
	-webkit-animation: toRightAnim10 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim10 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim10 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim10 0.6s ease-in-out 0.4s both;
	animation: toRightAnim10 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .slide-contents-4{
	-webkit-animation: toRightAnim11 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim11 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim11 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim11 0.6s ease-in-out 0.4s both;
	animation: toRightAnim11 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .da-img-4 img{
	-webkit-animation: toRightAnim12 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim12 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim12 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim12 0.6s ease-in-out 0.4s both;
	animation: toRightAnim12 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .slide-contents-5{
	-webkit-animation: toRightAnim13 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim13 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim13 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim13 0.6s ease-in-out 0.4s both;
	animation: toRightAnim13 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .da-img-5 img{
	-webkit-animation: toRightAnim14 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim14 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim14 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim14 0.6s ease-in-out 0.4s both;
	animation: toRightAnim14 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .slide-contents-6{
	-webkit-animation: toRightAnim15 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim15 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim15 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim15 0.6s ease-in-out 0.4s both;
	animation: toRightAnim15 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .da-img-6 img{
	-webkit-animation: toRightAnim16 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim16 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim16 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim16 0.6s ease-in-out 0.4s both;
	animation: toRightAnim16 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .slide-contents-7{
	-webkit-animation: toRightAnim17 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim17 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim17 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim17 0.6s ease-in-out 0.4s both;
	animation: toRightAnim17 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .da-img-7 img{
	-webkit-animation: toRightAnim18 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim18 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim18 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim18 0.6s ease-in-out 0.4s both;
	animation: toRightAnim18 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .slide-contents-8{
	-webkit-animation: toRightAnim19 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim19 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim19 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim19 0.6s ease-in-out 0.4s both;
	animation: toRightAnim19 0.6s ease-in-out 0.4s both;
}
.da-slide-toright .slide-contents-9{
	-webkit-animation: toRightAnim20 0.6s ease-in-out 0.4s both;
	-moz-animation: toRightAnim20 0.6s ease-in-out 0.4s both;
	-o-animation: toRightAnim20 0.6s ease-in-out 0.4s both;
	-ms-animation: toRightAnim20 0.6s ease-in-out 0.4s both;
	animation: toRightAnim20 0.6s ease-in-out 0.4s both;
}

@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim16{
	0%{ left: 50%; margin-left: -255px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-webkit-keyframes toRightAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-moz-keyframes toRightAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-o-keyframes toRightAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-o-keyframes toRightAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-o-keyframes toRightAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-o-keyframes toRightAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-o-keyframes toRightAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-o-keyframes toRightAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-o-keyframes toRightAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@-ms-keyframes toRightAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@keyframes toRightAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@keyframes toRightAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@keyframes toRightAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@keyframes toRightAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@keyframes toRightAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@keyframes toRightAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	20%{ left: 20%;  opacity: 1; }
	100%{ left: 100%; opacity: 1; }
}
@keyframes toRightAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 30%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

/* Slide out to the left*/
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft .slide-contents-1{
	-webkit-animation: toLeftAnim5 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim5 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim5 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim5 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim5 0.6s ease-in-out 0.3s both;
}

.da-slide-toleft .slide-contents-2{
	-webkit-animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim6 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft .slide-contents-3{
	-webkit-animation: toLeftAnim7 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim7 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim7 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim7 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim7 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft .da-img-1 img{
	-webkit-animation: toLeftAnim8 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim8 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim8 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim8 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim8 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-img-2 img{
	-webkit-animation: toLeftAnim9 0.6s ease-in-out 0.4s both;
	-moz-animation: toLeftAnim9 0.6s ease-in-out 0.4s both;
	-o-animation: toLeftAnim9 0.6s ease-in-out 0.4s both;
	-ms-animation: toLeftAnim9 0.6s ease-in-out 0.4s both;
	animation: toLeftAnim9 0.6s ease-in-out 0.4s both;
}
.da-slide-toleft .da-img-3 img{
	-webkit-animation: toLeftAnim10 0.6s ease-in-out 0.4s both;
	-moz-animation: toLeftAnim10 0.6s ease-in-out 0.4s both;
	-o-animation: toLeftAnim10 0.6s ease-in-out 0.4s both;
	-ms-animation: toLeftAnim10 0.6s ease-in-out 0.4s both;
	animation: toLeftAnim10 0.6s ease-in-out 0.4s both;
}
.da-slide-toleft .slide-contents-4{
	-webkit-animation: toLeftAnim11 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim11 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim11 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim11 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim11 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft .da-img-4 img{
	-webkit-animation: toLeftAnim12 0.6s ease-in-out 0.4s both;
	-moz-animation: toLeftAnim12 0.6s ease-in-out 0.4s both;
	-o-animation: toLeftAnim12 0.6s ease-in-out 0.4s both;
	-ms-animation: toLeftAnim12 0.6s ease-in-out 0.4s both;
	animation: toLeftAnim12 0.6s ease-in-out 0.4s both;
}
.da-slide-toleft .slide-contents-5{
	-webkit-animation: toLeftAnim13 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim13 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim13 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim13 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim13 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft .da-img-5 img{
	-webkit-animation: toLeftAnim14 0.6s ease-in-out 0.4s both;
	-moz-animation: toLeftAnim14 0.6s ease-in-out 0.4s both;
	-o-animation: toLeftAnim14 0.6s ease-in-out 0.4s both;
	-ms-animation: toLeftAnim14 0.6s ease-in-out 0.4s both;
	animation: toLeftAnim14 0.6s ease-in-out 0.4s both;
}
.da-slide-toleft .slide-contents-6{
	-webkit-animation: toLeftAnim15 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim15 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim15 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim15 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim15 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft .da-img-6 img{
	-webkit-animation: toLeftAnim16 0.6s ease-in-out 0.4s both;
	-moz-animation: toLeftAnim16 0.6s ease-in-out 0.4s both;
	-o-animation: toLeftAnim16 0.6s ease-in-out 0.4s both;
	-ms-animation: toLeftAnim16 0.6s ease-in-out 0.4s both;
	animation: toLeftAnim16 0.6s ease-in-out 0.4s both;
}
.da-slide-toleft .slide-contents-7{
	-webkit-animation: toLeftAnim17 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim17 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim17 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim17 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim17 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft .da-img-7 img{
	-webkit-animation: toLeftAnim18 0.6s ease-in-out 0.4s both;
	-moz-animation: toLeftAnim18 0.6s ease-in-out 0.4s both;
	-o-animation: toLeftAnim18 0.6s ease-in-out 0.4s both;
	-ms-animation: toLeftAnim18 0.6s ease-in-out 0.4s both;
	animation: toLeftAnim18 0.6s ease-in-out 0.4s both;
}
.da-slide-toleft .slide-contents-8{
	-webkit-animation: toLeftAnim19 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim19 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim19 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim19 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim19 0.6s ease-in-out 0.5s both;
}
.da-slide-toleft .slide-contents-9{
	-webkit-animation: toLeftAnim20 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim20 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim20 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim20 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim20 0.6s ease-in-out 0.5s both;
}


@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	40%{ left: 55%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim17{
	0%{ left: 50%; margin-left: -570px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-webkit-keyframes toLeftAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	40%{ left: 55%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-moz-keyframes toLeftAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-moz-keyframes toLeftAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-moz-keyframes toLeftAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-moz-keyframes toLeftAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-moz-keyframes toLeftAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-moz-keyframes toLeftAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-moz-keyframes toLeftAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	40%{ left: 55%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-o-keyframes toLeftAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-o-keyframes toLeftAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-o-keyframes toLeftAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-o-keyframes toLeftAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-o-keyframes toLeftAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-o-keyframes toLeftAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-o-keyframes toLeftAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	40%{ left: 55%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-ms-keyframes toLeftAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-ms-keyframes toLeftAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-ms-keyframes toLeftAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-ms-keyframes toLeftAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-ms-keyframes toLeftAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-ms-keyframes toLeftAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@-ms-keyframes toLeftAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim5{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim6{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim7{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim8{
	0%{ left: 50%; margin-left: -35px; opacity: 1; }
	40%{ left: 55%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@keyframes toLeftAnim9{
	0%{ left: 50%; margin-left: -155px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@keyframes toLeftAnim10{
	0%{ left: 50%; margin-left: -115px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@keyframes toLeftAnim11{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim12{
	0%{ left: 50%; margin-left: -190px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@keyframes toLeftAnim13{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim14{
	0%{ left: 50%; margin-left: 35px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@keyframes toLeftAnim15{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim16{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	50%{ left: 52%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@keyframes toLeftAnim17{
	0%{ left: 50%; margin-left: -480px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim18{
	0%{ left: 50%; margin-left: 70px; opacity: 1; }
	50%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 1; }
}
@keyframes toLeftAnim19{
	0%{ left: 50%; margin-left: -400px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim20{
	0%{ left: 50%; margin-left: -225px; opacity: 1; }
	60%{ left: 60%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}



    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        font-size: 18px;
        color:#fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 60px;
    }
    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }

@media (max-width: 768px) {
    .container{
        display: none;
    }
    
    .swiper-slide {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .swiper-container {
        display: block;
        width: 100%;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
        background-color: #FCF4E9;
    }
    .swiper-pagination-bullet-active{
        background: #F27F7E !important;
    }
    
    .swiper-button-next{
        background-image: url('../images/arrow-nextpage.png') !important;
        right: 10px !important;
        top: 0 !important;
        margin-top: 450px !important;
    }
    .swiper-button-prev{
        background-image: url('../images/arrow-previouspage.png') !important;
        left: 10px !important;
        top: 0 !important;
        margin-top: 450px !important;
    }
    
    .slide-contents-logo{
        width: 150px;
        position: absolute;
        top: 0;
        margin-top: 50px;
        right: 0;
        margin-right: 50px;
        z-index: 999;
    }
    
    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
        opacity: 0 !important;
        cursor: auto;
        pointer-events: none;
    }
    .slide-contents-logo .da-logo{
        width: 50px;
        height: 80px;
        position: absolute;
        right: 0;
    }

    iframe.iframe-mobile{
        width:100%; 
        height:1150px;
    }
    /***********************SLIDE_1*************************/
    
    .slide-contents-1{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }

    
    .hello{
        font-size: 220px;
        line-height: 170px;
        margin-top: -165px;
    }
    
    .hello-2{
        font-size: 220px;
        line-height: 170px;
        margin-top: 0px;
    }
    
    .desc1-slide-1{
        width: 100% ;
        font-size: 32px;
        line-height: 30px;
        margin-top: 10px;
        margin-left: 0px;
    }
    
    .desc2-slide-1{
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
        margin-left: 0px;
    }
    
    .desc1-slide-1-mobile{
        width: 100%;
        color: #F27F7E;
        font-size: 45px;
        line-height: 50px;
        font-family: 'NunitoLight';
        padding: 0;
        margin-left: 0px;
        margin-top: 20px;
    }
    .desc2-slide-1-mobile{
        width: 100%;
        color: #58595B;
        font-size: 22px;
        line-height: 35px;
        font-family: 'NunitoLight';
        padding: 0;
        margin-top: 20px;
        margin-left: 0px;
    }

    .da-img-1{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding-bottom: 80px;
    }
    
    .da-img-1 img{
        width: 100%;
        height: auto;
        position: relative;
        background-position: center top;
    }
    
    /***********************SLIDE_2*************************/

    .slide-contents-2{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
        
    }
    .desc1-slide-2{
        font-family: 'NunitoLight';
        color: #F05B6C;
        position: relative;
        margin-top: 0px;
        width: 100%;
    }
    .desc1-slide-2-bring{
        font-size: 74px;
        width: 100%;
        line-height: 70px;
        margin: 0 auto;
        margin-top: 0px;
        
    }
    /***
    .desc1-slide-2-brand{
        font-size: 140px;
        line-height: 68px;
        width: 100%;
        margin: 0;
        margin-top: 0px;
        height: 110px;
        margin-left: -6px;
    }
    ****/
    .desc1-slide-2-audience{
        font-family: 'NunitoLight';
        font-size: 74px;
        color: #C11636;
        margin-top: 0px;
        line-height: 70px;
    }
    /****
    .desc1-slide-2-to,
    .desc1-slide-2-markets{
        display: none;
    }***/
    .desc1-slide-2-mobile{
        display: block;
        font-size: 53px;
        width: 100%;
    }
    .da-img-2{
        width: 100%;
        margin-top: 0px;
        margin-left: 0;
    }
    
    .da-img-2 img{
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        background-position: center top !important;
    }
    /****
    .desc2-slide-2{
        margin-top: 15px;
        font-size: 20px;
        float: left;
        line-height: 30px;
        text-align: left;
        width: 100%;
    }
    .desc3-slide-2{
        margin-top: 15px !important;
        font-size: 12px;
        float: left;
        text-align: left;
        width: 100%;
        padding-bottom: 80px;
    }
    ****/
    
    .desc2-slide-2{
        margin-top: 15px;
        font-size: 20px;
        float: left;
        line-height: 28px;
        text-align: left;
        width: 100%;
    }
    .desc3-slide-2{
        margin-top: 15px;
        font-size: 20px;
        float: left;
        line-height: 28px;
        text-align: left;
        width: 100%;
    }
    .desc4-slide-2{
        margin-top: 15px;
        float: left;
        font-size: 10px;
        line-height: 14px;
        text-align: left;
        width: 100%;
        padding-bottom: 80px;
    }
    /***********************SLIDE_3*************************/

    .slide-contents-3{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }
    
    .desc1-slide-3{
        font-family: 'NunitoLight';
        color: #F79F72;
        font-size: 74px;
        line-height: 80px;
        width: 100%;
    }
    .desc1-slide-3-build {
        font-size: 55px;
        line-height: 65px;
    }
    /***
    .desc1-slide-3-relation {
        font-size: 74px;
        line-height: 45px;
        height: 65px;
    }
    ****/
    .desc1-slide-3-connections {
        font-family: 'NunitoRegular';
        font-size: 74px;
        line-height: 105px;
        margin-left: -5px;
        margin-top: -35px;
    }
    /****
    .desc1-slide-3-with {
        font-size: 47px;
        line-height: 45px;
        margin-left: 3px;
        margin-top: 10px;
    }
    ****/
    .desc1-slide-3-with {
        font-size: 47px;
        line-height: 45px;
        margin-left: 3px;
        margin-top: 0px;
    }
    .da-img-3{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    
    .da-img-3 img{
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        background-position: center top !important;
    }
    .desc2-slide-3{
        display: block;
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin-top: 25px;
    }
    .desc3-slide-3 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        margin-top: 25px;
        width: 100%;
        padding-bottom: 80px;
    }
    /***********************SLIDE_4*************************/

    .slide-contents-4{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }
    /****
    .desc1-slide-4-creating {
        font-size: 60px;
        line-height: 52px;
        height: 70px;
    }
    .desc1-slide-4-and {
        font-size: 74px;
        line-height: 75px;
        margin-left: 5px;
    }
    ****/
    
    .desc1-slide-4-creating {
        font-size: 68px;
        line-height: 63px;
    }
    .desc1-slide-4-and {
        font-size: 33px;
        line-height: 50px;
        margin-left: 0px;
    }
    .desc1-slide-4{
        font-family: 'NunitoLight';
        color: #B9D76E;
        font-size: 74px;
        line-height: 80px;
        width: 100%;
    }
    .da-img-4{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    
    .da-img-4 img{
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        background-position: center top !important;
    }
    .desc2-slide-4{
        display: block;
        width: 100%;
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        margin-top: 25px;
        padding-bottom: 80px;
    }
    /***********************SLIDE_5*************************/

    .slide-contents-5{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }
    /***
    .desc1-slide-5-forget{
        font-size: 30px;
        line-height: 30px;
    }

    .desc1-slide-5-its{
        font-size: 44px;
        line-height: 50px;
        margin-left: 0px;
    }

    .desc1-slide-5-results{
        font-size: 109px;
        line-height: 60px;
        height: 90px;
    }

    .desc1-slide-5-or{
        font-size: 73px;
        line-height: 75px;
    }
    

    .desc1-slide-5-forget{
        font-size: 30px;
        line-height: 30px;
    }
    .desc1-slide-5-on {
        font-size: 53px;
        line-height: 60px;
        margin-left: -3px;
    }
    .desc1-slide-5-its {
        font-size: 43px;
        line-height: 45px;
        margin-left: 0px;
    }
    ***/
    .desc1-slide-5{
        font-family: 'NunitoLight';
        color: #68C5B6;
        font-size: 74px;
        line-height: 80px;
        width: 100%
    }
    
    .da-img-5{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    
    .da-img-5 img{
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        background-position: center top !important;
    }

    .desc2-slide-5{
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin-top: 25px;
    }
    .desc3-slide-5{
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin-top: 25px;
        padding-bottom: 80px;
    }
    
    /***********************SLIDE_6*************************/
    
    .slide-contents-6{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }
    /****
    .desc1-slide-6-win{
        font-size: 85px;
        line-height: 60px;
    }
    
    .desc1-slide-6-why {
        font-family: 'NunitoLight';
        color: #77CEE1;
        font-size: 27px;
        line-height: 30px;
        text-align: left;
        margin-top: 10px;
        margin-right: 12px;
        padding-bottom: 14px;
    }
    ***/
    .desc1-slide-6 {
        font-family: 'NunitoLight';
        color: #77CEE1;
        font-size: 74px;
        line-height: 80px;
        width: 100%;
    }
    .desc1-slide-6-why {
        font-family: 'NunitoLight';
        color: #77CEE1;
        font-size: 42px;
        line-height: 29px;
        text-align: left;
        margin-top: 5px;
        margin-right: 12px;
        padding-bottom: 14px;
        width: 100%;
    }
    .desc2-slide-6{
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin-top: 25px;
    }
    .desc3-slide-6{
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin-top: 25px;
        padding-bottom: 80px;
    }

    .da-img-6{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    
    .da-img-6 img{
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        background-position: center top !important;
    }
    
    /***********************SLIDE_7*************************/
    
    .slide-contents-7{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }
    .desc1-slide-7{
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 30px;
        line-height: 46px;
        width: 100%;
        margin-top: 0px;
    }
    .desc2-slide-7 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 30px;
        line-height: 46px;
        width: 100%;
        margin-top: 35px;
    }
    .desc3-slide-7 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 30px;
        line-height: 46px;
        width: 100%;
        margin-top: 35px;
    }
    
    .contact-us-btn {
        margin-top: 20px;
        border: 2px solid #F05B6C;
        width: 120px;
        height: 34px;
        font-family: 'NunitoLight';
        font-size: 20px;
        color: #F05B6C;
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
        padding-top: 8px;
    }
    
    .da-img-7{
        width: 60%;
        margin: 0 auto;
        margin-top: 25px;
        padding-bottom: 80px;
    }
    
    .da-img-7 img{
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        background-position: center top !important;
    }
    /***********************SLIDE_8*************************/
    
    .slide-contents-8{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }
    input.contact-us-input{
        width: 100%;
    }


    .first-name{
        width: 100%;
    }

    .last-name{
        width: 100%;
    }

    .company-name{
        width: 100%;
    }

    .company-email{
        width: 100%;
    }

    .company-number{
        width: 100%;
    }
    .company-size{
        padding-left: 0px;
    }
    .contact-us-left{
        width: 100%;
        padding-right: 0px;
        clear: none;
    }
    .contact-us-right{
        width: 100%;
        float: left;
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .right-radio {
        clear: none;
        width: 100%
    }
    .left-radio {
        float: left;
        width: 100%;
    }
    input.social-media-input{
        width: 100%;
    }
    input.contact-us-input::placeholder{
        color: #F05B6C;
        font-family: 'Arial';
        font-size: 15px;
    }
    input[type="radio"]:after{
        -webkit-appearance: none;
        -webkit-background-color: #F05B6C;
    }
    input[type="radio"]:checked{
        -webkit-appearance: none;
        -webkit-background-color: #F05B6C;
        background-color: transparent;
    }
    input[type="radio"]:checked:after{
        -webkit-appearance: none;
        -webkit-background-color: #F05B6C;
        background-color: #F05B6C;
    }
    .tell-us{
        width: 100%;
        padding-bottom: 10px;
        border-bottom: solid thin #F05B6C;
        margin-top: 10px
    }
    .give-away{
        display: none; 
    }
    .give-away-mobile{
        width: 100%;
        display: block;
        margin-top: 25px;
        color: #F05B6C;
        font-family: 'Arial';
        font-size: 14px;
        line-height: 25px;
    }
    .error {
        font-family: 'NunitoLight';
        font-size: 12px;
        color: #F05B6C;
        float: right;
        margin-right: 5px;
    }
    
    
     /***********************SLIDE_9*************************/
    
    #thank-you-container{
        display: block;
    }
    .slide-contents-9{
        width: 100%;
        margin-left: 0px;
        margin-top: 140px;
        left: 0;
        position: relative;
        height: auto;
    }
    .desc1-slide-9-thanks{
        font-family: 'NunitoLight';
        color: #F05B6C;
        font-size: 65px;
        bottom: 0;
        position: relative;
        width: 401px;
        left: 0;
        margin: 0 auto;
    }

    .da-img-9{
        width: 13%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .da-img-9 img{
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        background-position: center top !important;
    }
    

}



/*----------------Mobile--------------------*/
@media (max-width: 480px) {
    .swiper-slide {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    
    .swiper-button-prev,
    .swiper-button-next{
        background-size: 15px 24px !important;
    }
    .swiper-button-next{
        right: 5px !important;
        top: 0 !important;
        margin-top: 300px !important;
    }
    .swiper-button-prev{
        background-image: url('../images/arrow-previouspage.png') !important;
        left: 5px !important;
        top: 0 !important;
        margin-top: 300px !important;
    }
    
    .slide-contents-logo{
        width: 150px;
        position: absolute;
        top: 0;
        margin-top: 25px;
        right: 0;
        margin-right: 25px;
        z-index: 999;
    }

    .slide-contents-logo .da-logo{
        width: 31px;
        height: 50px;
        position: absolute;
        right: 0;
    }
      iframe.iframe-mobile{
        min-width: 100%; 
        width: 100px;
        *width: 100%; 
        height:1270px;
    }
    /***********************SLIDE_1*************************/
    
    .slide-contents-1{
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
        left: 0;
        position: relative;
        height: auto;
    }
    .hello{
        font-size: 153px;
        width: 300px;
        margin: 0 auto;
        line-height: 105px;
        margin-top: -100px !important;
    }
    
    .hello-2{
        font-size: 153px;
        width: 300px;
        margin: 0 auto;
        line-height: 83px;
        padding-left: 8px;
        margin-top: 0px !important;
    }
    .desc1-slide-1-mobile{
        width: 100%;
        color: #F27F7E;
        font-size: 32px;
        line-height: 30px;
        font-family: 'NunitoLight';
        padding: 0;
        margin: 0;
        margin-left: 0px;
        margin-top: 25px;
        text-align: center;
    }
    .desc2-slide-1-mobile{
        width: 94%;
        color: #58595B;
        font-size: 16px;
        line-height: 18px;
        font-family: 'NunitoLight';
        padding: 0;
        margin: 0 auto;
        margin-top: 15px;
        text-align: center;
    }
    .da-img-1{
        width: 94%;
        margin: 0 auto;
        margin-top: 20px;
        padding-bottom: 50px;
    }
    
    /***********************SLIDE_2*************************/
    .slide-contents-2{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        left: 0;
        position: relative;
        height: auto;
    }
    .desc1-slide-2-bring{
        font-family: 'NunitoLight';
        font-size: 42px;
        line-height: 50px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: 0px;
        
    }
    .desc1-slide-2-audience{
        font-family: 'NunitoLight';
        font-size: 42px;
        line-height: 50px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: -10px;
        
    }
    .da-img-2{
        width: 93%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .desc2-slide-2{
        margin-top: 15px;
        font-size: 20px;
        float: left;
        line-height: 30px;
        text-align: center;
        width: 100%;
    }
    .desc3-slide-2 {
        margin-top: 15px;
        font-size: 20px;
        float: left;
        line-height: 28px;
        text-align: center;
        width: 100%;
    }
    .desc4-slide-2 {
        margin-top: 15px;
        float: left;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        width: 100%;
        padding-bottom: 50px;
    }
    /***
    .desc2-slide-2{
        margin-top: 15px;
    }
    .desc3-slide-2{
        margin-top: 15px;
        padding-bottom: 50px;
    }
    **/
    
    
    
     /***********************SLIDE_3*************************/
    .slide-contents-3{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        left: 0;
        position: relative;
        height: auto;
    }
    .desc1-slide-3 {
        width: 100%;
        color: #F27F7E;
        font-size: 42px;
        line-height: 44px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    /***
    .desc1-slide-3-relation {
        font-size: 41px;
        line-height: 20px;
        height: 33px;
        width: 300px;
        margin: 0 auto;
    }
    ***/
    .desc1-slide-3-connections {
        font-family: 'NunitoRegular';
        font-size: 41px;
        line-height: 52px;
        width: 300px;
        margin: 0 auto;
        margin-top: -14px;
    }
    .desc1-slide-3-with {
        font-size: 27px;
        line-height: 35px;
        margin-left: 3px;
        margin-top: 7px;
        width: 300px;
        margin: 0 auto;
    }
    .da-img-3{
        width: 93%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .desc2-slide-3{
        display: block;
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .desc3-slide-3{
        display: block;
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        width: 100%;
        margin-top: 15px;
        text-align: center;
        padding-bottom: 50px;
    }
    
    
    /***********************SLIDE_4*************************/
    .slide-contents-4{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        left: 0;
        position: relative;
        height: auto;
    }
    /***
    .desc1-slide-4-creating {
        font-size: 33px;
        line-height: 25px;
        height: 30px;
        width: 300px;
        margin: 0 auto;
    }***/
    .desc1-slide-4{
        width: 100%;
        color: #B9D76E;
        font-size: 42px;
        line-height: 44px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    /***
    .desc1-slide-4-and {
        font-size: 41px;
        line-height: 45px;
        margin-left: 5px;
        width: 300px;
        margin: 0 auto;
    }
    ***/
    .desc1-slide-4-and{
        font-size: 19px;
        line-height: 37px;
        width: 300px;
        margin: 0 auto;
        padding-left: 6px;
    }
        
    .desc2-slide-4{
        width: 100%;
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        margin-top: 15px;
        text-align: center;
        padding-bottom: 50px;
    }
    .da-img-4{
        width: 93%;
        margin: 0 auto;
        margin-top: 20px;
    }
    /***********************SLIDE_5*************************/
    .slide-contents-5{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        left: 0;
        position: relative;
        height: auto;
    }
    
    .desc1-slide-5{
        width: 100%;
        color: #68C5B6;
        font-size: 42px;
        line-height: 44px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    .desc2-slide-5{
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .desc3-slide-5 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        padding-bottom: 50px;
    }
    .da-img-5{
        width: 93%;
        margin: 0 auto;
        margin-top: 20px;
    }
    /***********************SLIDE_6*************************/
     .slide-contents-6{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        left: 0;
        position: relative;
        height: auto;
    }   
    .desc1-slide-6 {
        width: 100%;
        color: #77CEE1;
        font-size: 42px;
        line-height: 44px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    .desc1-slide-6-why {
        font-family: 'NunitoLight';
        color: #77CEE1;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        margin-top: 5px;
        margin-right: 12px;
        padding-bottom: 14px;
        width: 300px;
        margin: 0 auto;
    }
    .desc2-slide-6{
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        width: 96%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .desc3-slide-6{
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        text-align: center;
        margin-top: 25px;
        padding-bottom: 50px;
    }
    .da-img-6{
        width: 93%;
        margin: 0 auto;
        margin-top: 20px;
    }
    /***********************SLIDE_7*************************/
    .slide-contents-7{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        left: 0;
        position: relative;
        height: auto;
    }
    .desc1-slide-7 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 24px;
        line-height: 35px;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-top: 0px;
    }
    .desc2-slide-7 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 24px;
        line-height: 35px;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-top: 25px;
    }
    .desc3-slide-7 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 24px;
        line-height: 35px;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        margin-top: 25px;
    }
    .contact-us-btn {
        border: 2px solid #F05B6C;
        width: 135px;
        height: 30px;
        font-family: 'NunitoLight';
        font-size: 18px;
        color: #F05B6C;
        border-radius: 10px;
        cursor: pointer;
        text-align: center;
        padding-top: 6px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .da-img-7{
        width: 60%;
        margin: 0 auto;
        margin-top: 50px;
        padding-bottom: 50px;
    }
    
    
    /***********************SLIDE_8*************************/
    .slide-contents-8{
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
        left: 0;
        position: relative;
        height: auto;
    }
    .desc1-slide-8{
        font-size: 33px;
        line-height: 33px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 15px;
    }
    .contact-us-left{
        margin-top: 20px;
    }
    
    input.contact-us-input::placeholder{
        color: #F05B6C !important;
        font-family: 'Arial' !important;
        font-size: 15px !important;
    }
    input[type="radio"],
    input[type="checkbox"]{
        -webkit-appearance: none;
        border: 0;
    }

    input[type="radio"]:after,
    input[type="checkbox"]:after{
        -webkit-appearance: none;
        -webkit-background-color: #F05B6C;
    }
    input[type="radio"]:checked,
    input[type="checkbox"]:checked{
        -webkit-appearance: none;
        -webkit-background-color: #F05B6C;
        background-color: transparent;
    }
    input[type="radio"]:checked:after,
    input[type="checkbox"]:checked:after{
        -webkit-appearance: none;
        -webkit-background-color: #F05B6C;
        background-color: #F05B6C;
    }
    .contact-us-right{
        width: 100%;
        float: left;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .submit{
        -webkit-appearance: none;
        border: 0;
        background-color: #F05B6C;
        border: 2px solid #F05B6C; 
        width: 90px;
        height: 35px;
        font-family: 'NunitoLight';
        font-size: 20px;
        color: #FFF;
        border-radius: 10px;
        cursor: pointer;
        margin-right: 10px;
        float: left;
    }
    
    /***********************SLIDE_9*************************/
    #thank-you-container{
        display: block;
    }
    
    .slide-contents-9{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }
    .desc1-slide-9-thanks{
        font-family: 'NunitoLight';
        color: #F05B6C;
        font-size: 37px;
        bottom: 0;
        position: relative;
        width: 228px;
        left: 0;
        margin: 0 auto;
    }
    
    .thanks-arrows-prev{
        position: absolute;
        top: 50%;
        margin-top: -40px;
        cursor: pointer;
        margin-left: 15px;
    }

    .thanks-arrows-next{
        position: absolute;
        top: 50%;
        margin-top: -40px;
        cursor: pointer;
        right: 0;
        margin-right: 15px;
    }
    
    .thanks-arrows-prev img,
    .thanks-arrows-next img{
        height: 25px;
        width: 14px;
    }
    
 
}

@media (max-width: 320px) {
    /***********************SLIDE_1*************************/
        .hello{
        font-size: 132px;
        width: 260px;
        margin: 0 auto;
        line-height: 105px;
        margin-top: -100px;
    }
    
    .hello-2{
        font-size: 132px;
        width: 260px;
        margin: 0 auto;
        line-height: 85px;
        padding-left: 5px;
        margin-top: 0px;
    }
    
    .da-img-1{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
        padding-bottom: 30px;
    }
    
    /***********************SLIDE_2*************************/
    .desc1-slide-2-bring{
        width: 100%;
        color: #F27F7E;
        font-size: 34px;
        line-height: 38px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    .desc1-slide-2-brand{
        font-size: 63px;
        line-height: 30px;
        height: 45px;
        width: 220px;
        margin: 0 auto;
        
    }
    .desc1-slide-2-audience {
        width: 100%;
        color: #C11636;
        font-size: 34px;
        line-height: 38px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }


    .desc1-slide-2-mobile{
        font-size: 24px;
        display: block;
        width: 220px;
        margin: 0 auto;
        line-height: 30px;
    }

    /***********************SLIDE_3*************************/
    .desc1-slide-3 {
        width: 100%;
        color: #F27F7E;
        font-size: 34px;
        line-height: 38px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    
    /***********************SLIDE_4*************************/
    .desc1-slide-4 {
        width: 100%;
        color: #B9D76E;
        font-size: 34px;
        line-height: 38px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    
    /***********************SLIDE_5*************************/
    .desc1-slide-5 {
        width: 100%;
        color: #68C5B6;
        font-size: 34px;
        line-height: 38px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    /***********************SLIDE_6*************************/
    
    .desc1-slide-6 {
        width: 100%;
        color: #77CEE1;
        font-size: 34px;
        line-height: 38px;
        font-family: 'NunitoLight';
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }
    .desc1-slide-6-why {
        font-family: 'NunitoLight';
        color: #77CEE1;
        font-size: 14px;
        line-height: 15px;
        margin-top: 5px;
        margin-right: 12px;
        padding-bottom: 14px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    /***********************SLIDE_7*************************/
    
    .desc1-slide-7 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 22px;
        line-height: 31px;
        width: 100%;
        margin-top: 0px;
    }
    .desc2-slide-7 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 22px;
        line-height: 31px;
        width: 100%;
        margin-top: 25px;
    }
    .desc3-slide-7 {
        font-family: 'NunitoLight';
        color: #58595B;
        font-size: 22px;
        line-height: 31px;
        width: 100%;
        margin-top: 25px;
    }
    /***********************SLIDE_8*************************/
    .desc1-slide-8{
        font-size: 20px;
        line-height: 23px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    /***********************SLIDE_9*************************/
    #thank-you-container{
        display: block;
    }
    
    .slide-contents-9{
        width: 100%;
        margin-left: 0px;
        margin-top: 100px;
        left: 0;
        position: relative;
        height: auto;
    }
    .desc1-slide-9-thanks{
        font-family: 'NunitoLight';
        color: #F05B6C;
        font-size: 32px;
        bottom: 0;
        position: relative;
        width: 200px;
        left: 0;
        margin: 0 auto;
    }
    
    .thanks-arrows-prev{
        position: absolute;
        top: 50%;
        margin-top: -40px;
        cursor: pointer;
        margin-left: 15px;
    }

    .thanks-arrows-next{
        position: absolute;
        top: 50%;
        margin-top: -40px;
        cursor: pointer;
        right: 0;
        margin-right: 15px;
    }
    
    .thanks-arrows-prev img,
    .thanks-arrows-next img{
        height: 25px;
        width: 14px;
    }
}



