h@font-face {
	font-family: 'Conv_Oswald-Regular';
	src: url('../fonts/Oswald-Regular.eot');
	src: local('../fonts/'),
	url('../fonts/Oswald-Regular.woff') format('woff'), 
	url('../fonts/Oswald-Regular.ttf') format('truetype'),
	url('../fonts/Oswald-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Dense-Regular';
	src: url('../fonts/Dense-Regular.eot');
	src: local('?'), url('../fonts/Dense-Regular.woff') format('woff'),
	url('../fonts/Dense-Regular.ttf') format('truetype'), 
	url('../fonts/Dense-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'WeblySleekUISemibold';
	src: url('../fonts/WeblySleekUISemibold.eot?') format('eot'), 
	     url('../fonts/WeblySleekUISemibold.woff') format('woff'), 
	     url('../fonts/WeblySleekUISemibold.ttf')  format('truetype'),
	     url('../fonts/WeblySleekUISemibold.svg#WeblySleekUISemibold') format('svg');
}
/* line 30, ../scss/style.scss */
.slider-block {
  height: 640px;
  width: 100%;
  /*overflow: hidden;*/
  /*max-width: 1440px;*/
  margin: 0 auto;
  position: relative;
}
/* line 37, ../scss/style.scss */
.slider-block > .slider {
  /*[>slider animation<]*/
  /* end slider animation*/
}
/* line 38, ../scss/style.scss */
.slider-block > .slider .slide-content {
  max-width: 70%;
  width: 100%;
  
  
}
/* line 48, ../scss/style.scss */
.slider-block > .slider .slide-content .big-text {
  font-family: Open Sans;
  font-weight: 300;
  font-size: 80px;
}
/* line 53, ../scss/style.scss */
.slider-block > .slider .slide-content .small-text {
  font-family: Futura Condensed;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  padding-left: 5px;
  letter-spacing: 1px;
}
/* line 66, ../scss/style.scss */
.slider-block > .slider .out-right .slide-content, .slider-block > .slider .in-left .slide-content {
  -moz-transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
/* line 71, ../scss/style.scss */
.slider-block > .slider > li {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 74, ../scss/style.scss */
.slider-block > .slider .before-in-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
/* line 78, ../scss/style.scss */
.slider-block > .slider .before-in-left {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
/* line 80, ../scss/style.scss */
.slider-block > .slider .before-in-left .slide-content {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  /*left: -100% !important;*/
}
/* line 86, ../scss/style.scss */
.slider-block > .slider .out-right .slide-content {
  /*left: -100% !important;*/
  -webkit-transform: translate(-100%, 0);
}
/* line 94, ../scss/style.scss */
.slider-block > .slider .market-links > a {
  text-decoration: none;
}
/* line 101, ../scss/style.scss */
.slider-block > .slider .slide1 .background {
  position: absolute;
  width: 100%;
  height: 640px;
background: url(../images/home_banner_slider1.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 108, ../scss/style.scss */
.slider-block > .slider .slide1 .background-t {
  position: absolute;
  width: 100%;
  height: 640px;
}
/* line 112, ../scss/style.scss */
.slider-block > .slider .slide1 .background-t .blurred, .slider-block > .slider .slide1 .background-t .normal {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 117, ../scss/style.scss */
.slider-block > .slider .slide1 .background-t .normal {
  background: url(../images/home_banner_slider1.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
/* line 122, ../scss/style.scss */
.slider-block > .slider .slide1 .background-t .blurred {
  background: url(../images/home_banner_slider1.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 127, ../scss/style.scss */
.slider-block > .slider .slide1 .slide-content {
  left: 0px;
}
/* line 129, ../scss/style.scss */
.slider-block > .slider .slide1 .slide-content .big-text {
  font-size: 80px;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
/* line 133, ../scss/style.scss */
.slider-block > .slider .slide1 .slide-content .small-text {
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  /*letter-spacing: 2px;*/
}
/* line 136, ../scss/style.scss */
.slider-block > .slider .slide1 .slide-content .small-text a {
  text-decoration: none;
  color: white;
}
/* line 141, ../scss/style.scss */
.slider-block > .slider .slide1 .slide-content .play-char {
  font-size: 0.9em;
}
/* line 147, ../scss/style.scss */
.slider-block > .slider .slide2 {
  background: url(../images/2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 153, ../scss/style.scss */
.slider-block > .slider .slide2 .slide-content {
  /*top: 30%;*/
  left: 0px;
}
/* line 156, ../scss/style.scss */
.slider-block > .slider .slide2 .slide-content .big-text {
  font-size: 75px;
}
/* line 160, ../scss/style.scss */
.slider-block > .slider .slide2 .app-links a {
  text-decoration: none;
  color: white;
  margin-right: 40px;
}
/* line 164, ../scss/style.scss */
.slider-block > .slider .slide2 .app-links a:hover {
  color: #58c9ea;
}
/* line 169, ../scss/style.scss */
.slider-block > .slider .slide3 {
  background: url(../images/3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 175, ../scss/style.scss */
.slider-block > .slider .slide3 .slide-content {
  /*top: 30%;*/
  left: 0px;
}
/* line 178, ../scss/style.scss */
.slider-block > .slider .slide3 .slide-content .big-text {
  font-size: 72px;
}
/* line 187, ../scss/style.scss */
.slider-block .slider-pagination {
  /*@include transition(opacity 1s);*/
  /*opacity: 0;*/
  position: relative;
  top: -50px;
  z-index: 50;
  display: block;
  margin: 0 auto;
  width: 100px;
}
/* line 196, ../scss/style.scss */
.slider-block .slider-pagination ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 200, ../scss/style.scss */
.slider-block .slider-pagination ul li {
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  height: 11px;
  width: 11px;
  background-color: white;
}
/* line 210, ../scss/style.scss */
.slider-block .slider-pagination ul li.active {
  background-color: #1b9ebc;
}
/* line 217, ../scss/style.scss */
.slider-block .slider-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 223, ../scss/style.scss */
.slider-block .slider-nav .prev, .slider-block .slider-nav .next {
  z-index: 50;
  cursor: pointer;
  position: relative;
  top: 50%;
  margin-top: -30px;
}
/* line 226, ../scss/style.scss */
.slider-block .slider-nav .prev img, .slider-block .slider-nav .next img {
  
}
/* line 234, ../scss/style.scss */
.slider-block .slider-nav .prev {
  float: left;
  margin-left: 30px;
}
/* line 238, ../scss/style.scss */
.slider-block .slider-nav .next {
  float: right;
  margin-right: 30px;
}
/* line 244, ../scss/style.scss */
.slider-block .hand-container {
  overflow: hidden;
  position: absolute;
 width: 20%;
height: 75%;
  bottom: 0px;
  left: 65%;
  z-index: 10;
}
.hand-container-new {
  overflow: hidden;
  position: absolute;
 width: 20%;
height: 95%;
  bottom: 0px;
  left: 60%;
  z-index: 10;
}

/* line 245, ../scss/style.scss */
.slider-block .hand-container .hand-wrapper {
  width: 100%;
  height: 100%;
  /*@include transition(all 2s);*/
  /*@include transition-timing-function(linear);*/
  /*@include transition-property(filter);*/
  /*@include filter(blur(8px));*/
}
/* line 264, ../scss/style.scss */
.slider-block .hand-container .hand-image {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/slider_iphone.png) ;
  background-repeat: no-repeat;
  background-size:100% 100%; 
}

.slider-block .hand-container .hand-video {
  position: absolute;
height: 56%;
width: 70%;
left:20%;
top: 14%;
}
/* line 286, ../scss/style.scss */
.slider-block .hand-container .slider {
  z-index: 11;
}
/* line 287, ../scss/style.scss */
.slider-block .hand-container .slider .transitionable {
  -moz-transition: opacity 1.2s;
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
/* line 291, ../scss/style.scss */
.slider-block .hand-container .slider .slide1,
.slider-block .hand-container .slider .slide2 ,
.slider-block .hand-container .slider .slide3 {
  top: 0px;
  left: 0px;
  /*background: url(../images/home_banner_mobile.png);*/
  padding: 11% 0 0 0;
}
/* line 292, ../scss/style.scss */
.slider-block .hand-container .slider .slide1 a ,
.slider-block .hand-container .slider .slide2 a ,
.slider-block .hand-container .slider .slide3 a{
  height: 100%;
  width: 100%;
  display: block;
}
/* line 324, ../scss/style.scss */
.slider-block .hand-container .slider .before-in-right {
  opacity: 0;
}
/* line 327, ../scss/style.scss */
.slider-block .hand-container .slider .before-in-left {
  opacity: 0;
}
/* line 330, ../scss/style.scss */
.slider-block .hand-container .slider .in-left {
  opacity: 1;
}
/* line 333, ../scss/style.scss */
.slider-block .hand-container .slider .in-right {
  opacity: 1;
}
/* line 340, ../scss/style.scss */
.slider-block #slider-video {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 51;
}
/* line 349, ../scss/style.scss */
.slider-block .close-button-container {
  z-index: 51;
}
.slider {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 16, ../scss/cssslider.scss */
.slider > li {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 24, ../scss/cssslider.scss */
.slider > li > * {
  position: relative;
}
/* line 31, ../scss/cssslider.scss */
.slider li {
  display: none;
  /*visibility: hidden;*/
}
/* line 36, ../scss/cssslider.scss */
.slider .in-left, .slider .in-right {
  z-index: 4;
}
/* line 40, ../scss/cssslider.scss */
.slider .out-left, .slider .out-right {
  z-index: 3;
}
/* line 48, ../scss/cssslider.scss */
.slider .in-left, .slider .in-right,
.slider .out-left, .slider .out-right,
.slider .before-in-left, .slider .before-in-right,
.slider .before-out-left, .slider .before-out-right {
  display: block;
  /*visibility: visible;*/
}
/* line 53, ../scss/cssslider.scss */
.slider .transitionable {
  -webkit-transition-timing-function: cubic-bezier(0.62, 0.74, 1, 0.48);
  -moz-transition-timing-function: cubic-bezier(0.62, 0.74, 1, 0.48);
  -ms-transition-timing-function: cubic-bezier(0.62, 0.74, 1, 0.48);
  -o-transition-timing-function: cubic-bezier(0.62, 0.74, 1, 0.48);
  transition-timing-function: cubic-bezier(0.62, 0.74, 1, 0.48);
  -moz-transition: -moz-transform 1.2s;
  -webkit-transition: -webkit-transform 1.2s;
  -o-transition: -o-transform 1.2s;
  transition: transform 1.2s;
}
.circleBase, .slider-block .slider-pagination ul li {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.slider_bold_content{
font-family:Conv_Oswald-Regular;
position: absolute; 
top: 30%; 
left: 11%; 
padding: 5px;
text-align: left;
line-height: 145%;
font-size: 180%;
width: 47%;
color: #FFFFFF;

}
.slider_content{
position: absolute; 
width: 37%;
top: 33%; 
left: 15%;
 padding: 5px;
text-align: left; 
line-height: 130%;
 font-size: 100%;
color: #FFFFFF;
font-family: Myriad Pro;
opacity: 0.8;
}
.slider_button{
position: absolute; 
top: 37%; 
left: 11.5%;
width:none!important;
height:none!important;
}
.ipp_icon{
float:left;
margin: 2% 2% 1% 3%;
width:17%;
}
.ipp_icon img{
width:100%;
}
.ipp_icon p{
color:#fff;
font-size:80%;
}
@media (min-width: 1401px) and (max-width:1920px){
.hand-container {
width: 15%!important;
}
}
@media (min-width: 1401px) and (max-width:1920px){
.hand-container-new {
width: 40%!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.slider-block {
height: 570px;
}
.slider_bold_content {
font-size: 155%;
}
.slider-block .hand-container {
overflow: hidden;
position: absolute;
width: 22%;
height: 75%;
bottom: 0px;
left: 65%;
z-index: 10;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.slider-block {
height: 570px;
}

.slider-block > .slider .slide1 .background {
height: 570px;
}
.slider_bold_content {
font-size: 145%;
top: 27%;
}
.slider-block .hand-container {
width: 25%;
height: 68%;
bottom: 7%;
}
}
@media (min-width:450px) and (max-width: 767px) {

.slider-block {
height:250px;
}
.slider_bold_content {
font-size: 90%;
top: 12%;
width: 65%;
font-family:Arial;
left: 5%;
line-height: 120%;
}
.slider_button {
position: absolute;
top: 20%;
left: 6%;
width: 20%;
}
.slider_button img{
width:100%;
}
.slider-block > .slider .slide1 .background {
height:250px;
}
.mobile_slider_nav{
display:block!important;
}
.normal_slider_nav{
display:none!important;
}
.slider-block .hand-container {
width: 20%;
height: 80%;
bottom: 7%;
left: 75%;

}
}
@media (max-width: 449px) {
.normal_slider_home{
display:none!important;
}
.mobile_slider_home{
display:block!important;
}
.slider-block {
height: 220px;
}
.slider_bold_content {
font-size: 90%;
top: 15%;
width: 90%;
margin: 0 auto;
left:0;
line-height:120%;
font-family:WeblySleekUISemibold;
}
.slider_button {
position: absolute;
top: 20%;
left: 6%;
width: 30%;
}
.slider_button img{
width:100%;
}
.slider-block > .slider .slide1 .background {
height: 220px;
}
.slider-block .slider-nav .prev {
float: left;
margin-left: 5%;
width: 5%;
}
.slider-block .slider-nav .next {
float: right;
margin-right:5%;
width: 5%;
}
.slider-block .slider-nav .prev img,.slider-block .slider-nav .next img{
width:100%;
}
.mobile_slider_nav{
display:block!important;
}
.normal_slider_nav{
display:none!important;
}
.slider-block .hand-container {
/* overflow: hidden; */
 position: relative;
width: 44%;
height: 118%;
/* bottom: 0px; */
/* left: 64%; */
/* z-index: 10; */
float: left;
/* margin: 0 auto; */
/* top: 102%; */
margin-left: -37%;
margin-top: 5%;
}
.slider-block .hand-container .hand-video {
position: relative;
height: 56%;
width: 69%;
left: 20%;
top: -88%;
/* float: left; */
}
.slider-block .hand-container .hand-image {
position: relative; 
top: 0px;
width: 100%;
height: 100%;
background: url(../images/slider_iphone.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.ipp_icon img{
width:83%;
}
.ipp_icon{
float:left;
margin: 2% 2% 0% 3%;
width:17%;
}
}