/* CSS Document */
/*
Theme Name: Nixie
Description:  Responsive Landing Page
Version:  1.0
Author:  Baback Rashtizadeh
Author URI:  http://themeforest.net/user/baback
Tags:  HTML5, Clean, Modern, Business, Landing Page, ios, android, parallax
 */
body{
	background-color: #222;	 
}
a{
	color: #555;
}
::selection{
	background-color: #000;
	color: #f4f4f4;
}
a:hover{
	color: #000;
}
h2{
	margin: 0;
}
.da-slider, #holder1, .testimonial-wrapper, .changelog-wrapper, #footer-container, .static-slide{
	background-color: rgba(50,63,83,0.92);
}
.tooltip-inner{
	letter-spacing: 1px;
	font-size: 11px;
}
/* Typography */
@font-face {
	font-family: Bariol_Regular;
	src: url("../fonts/Bariol_Regular.otf") format("opentype");
}
@font-face {
	font-family: DroidSans;
	src: url("../fonts/DroidSans.ttf") format("truetype");
}
@font-face {
	font-family: Muli_Regular;
	src: url("../fonts/Muli_Regular.ttf") format("truetype");
}
@font-face {
	font-family: Lato-Bol;
	src: url("../fonts/Lato-Bol.ttf") format("truetype");
}

#overlay{
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-repeat: repeat;
	background-image: url('../img/pattern.png');
	z-index: -997;
}
.main-container{
	z-index: 3;
}
header{
	margin-top: 30px;
}
#logo{
	float: left;
	margin-top: 20px;
}
#logo a{
	text-align: center;
	margin-top: 24px;
	color: #f4f4f4;
	font-family: Bariol_Regular;
	background-color: #000;
	font-size: 33px;
	padding: 20px;
}
#logo a:hover{
	background-color: #222;
}
#logo a:hover{
	text-decoration: none;
}
#navigation-menu{
	float: right;
	width:400px;
	height: 40px;
	background-color: rgba(255,255,255,0.9);
	margin-top: 10px;
}
#navigation-menu ul{
	list-style-type: none;
	margin-top: 10px;
}
#navigation-menu li{
	float: left;
	margin-right: 20px;
	font-family: DroidSans;
	font-size: 16px;
}
#navigation-menu li a{
	color: #333;
}

/* Slider Section */
.main-slider{
	margin-top: 50px;
}
.da-slider{
	width: 100%;
	min-width: 300px;
	height: 430px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: DroidSans, '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 h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 3%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	color: #fff;
	font-size: 55px;
	width: 50%;
	top: 60px;
	font-size: 50px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: DroidSans, Arial, sans-serif;
	font-weight: 200;
}
.da-slide p{
	width: 45%;
	top: 155px;
	color: #fff;
	font-size: 17px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-family: DroidSans, Arial, sans-serif;
	font-weight: 400;
}
.da-slide .da-img{
	text-align: center;
	width: 32%;
	top: 40px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-slide .da-link{
	top: 60%; /*depends on p height*/

}
.da-slide .da-link:hover{
	
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(15, 15, 15, 0.14);
	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 );
}
.store-icons{
	
}
.googleplay, .appstore{
	width:180px;
	height: 50px;
	text-indent: 50px;
	font-family: arial;
	font-size: 20px;
	color: #F4F4F4;
	line-height: 50px;
}
.googleplay{
	background: url(../img/android-icon.png) #000 6% 36% no-repeat;
	margin-left: 5px;
	background-size: 32px;
	font-size: 17px;
	line-height: 52px;
}
.appstore{
	background: url(../img/apple.png) #000 6% 33% no-repeat;
}
.googleplay:hover{
	-webkit-transition: 500ms ease;
	-o-transition: 500ms ease;
	-moz-transition: 500ms ease;
	-ms-transition: 500ms ease;
	color: #f4f4f4;
	background-color: #222;
	text-decoration: none;
}
.appstore:hover{
	color: #f4f4f4;
	background-color: #222;
	text-decoration: none;
	-webkit-transition: 500ms ease;
	-o-transition: 500ms ease;
	-moz-transition: 500ms ease;
	-ms-transition: 500ms ease;
}

.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../img/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.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: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 3%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 3%; opacity: 0; }
	100%{ left: 3%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 3%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 3%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 3%;  opacity: 1; }
	99%{ left: 3%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
/***** Content1 *****/
.content1{
	margin-top: 30px;
}
#holder1{

}
.features{
	margin-bottom: 30px;
	float: left;
	width:58%;
}
.items{
	width:40%;
	float: left;
	margin-left:30px; 
	margin-bottom: 5px;
}
.features h2{
	font-family: Bariol_Regular;
	font-size: 22px;
	line-height: 30px !important;
	color: #000;
}
.features p{
	font-family: Muli_Regular,Helvetica, Arial;
	font-size: 13px;
	color: #f4f4f4;
}
.cnt-title{
	font-family: DroidSans !important;
	font-size: 28px !important;
	color: #f4f4f4 !important;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 200 !important;
}
.left-title{
	margin-left: 28px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 200 !important;
}
#f-1{
	background: url('../img/icons/_0000_Cloud.png') no-repeat 0% 0%;
	text-indent: 42px;
	background-size: 35px;
}
#f-2{
	background: url('../img/icons/_0009_Heart.png') no-repeat 0% 0%;
	line-height: 25px;
	text-indent: 42px;
	background-size: 35px;
}
#f-3{
	background: url('../img/icons/_0063_Tick-2.png') no-repeat 0% -40%;
	text-indent: 42px;
	background-size: 35px;
	line-height: 34px !important;
}
#f-4{
	background: url('../img/icons/_0020_Shield.png') no-repeat 0% 60%;
	background-size: 30px;
	text-indent: 42px;
	line-height: 35px !important;
}

#video-preview{
	float: right;
	margin-right: 30px;	
}
.video-box iframe{
	border: none;
}
.vimeo-box{
	width: 360px;
	height: 250px;
	border: none;
}
/*  START OF CAROUSEL */
.carousel-wrapper {
	clear:both;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 180px;
	position: relative;
}
.carousel-gallery {
	overflow:hidden;
	height: 180px;
}
.carousel-gallery ul li {
	float:left;
	display:block;
	position:relative;
	border: 15px solid #000;
}
.carousel-gallery ul img:hover{ 
	
}
.carousel-gallery ul li a {

}
.carousel-gallery ul li a img {
	display:block;
	max-height:100%;
	max-width:100%;
	height: 147px;
	}
.es-nav span {
	position:absolute;
	background:transparent url("../img/next.png") no-repeat;
	background-size: 35px;
	width: 40px;
	height: 70px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:1;
	}

.es-nav span.es-nav-next {
	top: 60px;
	right: 120px;
	background:transparent url("../img/next.png") no-repeat;
	background-size: 35px;
	z-index: 2000;
	}
.es-nav span.es-nav-prev {
	background:transparent url("../img/prev.png") no-repeat;
	background-size: 35px;
	left: 128px;
	top: 60px;
	z-index: 2000;
	}

.es-nav span:hover { 
	opacity:.8; 
	}
	
.es-nav {
	z-index:9999;
	}
.overlay{
	-webkit-transition: opacity 200ms ease-out;
	opacity: 0;
	background-color: rgba(36,36,36,0.57);
	height: 147px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
	-webkit-transition-duration: 300ms;
}
.gallery a:hover .overlay{
	-webkit-transition: opacity 200ms ease-in;
	opacity: 1;
}
.zoom{
	background: url('../img/icons/_0060_Zoom-plus.png') no-repeat;
	display: block;
	height: 34px;
	left: 40%;
	position: absolute;
	top: 40%;
	width: 35px;
	opacity: .6;
}

/*  END OF CAROUSEL */
/*** Holder-2 ***/
#holder2{
	
}
.testimonial-wrapper{
	width: 48%;
}
#testimonial{
	width: 100%;	
	overflow: hidden;
	padding-bottom: 40px;
}
#testimonial blockquote{
	line-height: 18px;
	font-size: 15px;
	font-family: Muli_Regular,Helvetica, Arial;
	font-style: italic;
	color: #111;
	border: none !important;
	margin: 50px 15px 40px 10px;
}
#first-quote{
	
}
#testimonial span{
	font-size: 16px;
	font-family: Helvetica;
	color: #f4f4f4;
	float: right;
	font-style: normal;
	font-weight: 200;
	margin-right: 20px;
}
.changelog-wrapper{
	width: 48%;
}
.versions{
	color: #111;
}
.changelog-items{
	margin-left: 30px;
	margin-bottom: 30px;
}
.changelog-items p{
	color: #f4f4f4;
	margin-bottom: 2px;
	font-family: DroidSans;
}
#last-item{
	margin-bottom: 35px;
/****************** Footer ******************/
}
.footer-cs{
	margin-top: 40px;
	margin-bottom: 40px;
}
/**** Contact Form ****/
.contact{
	width: 48%;
	margin-left: 30px;
	padding-bottom: 20px;
}
#contact-title{
	margin-left: 0;
}
form{
	margin: 0 !important;
}
#contact-form{
	display: inline;
}
input::-webkit-input-placeholder {
    color:#888;
    text-indent: 5px;
}
input:-moz-placeholder {
    color:#888;
    text-indent: 5px;
}
input:-ms-input-placeholder {
    color:#888;
    text-indent: 5px;
}
textarea::-webkit-input-placeholder {
    color:#888;
}
textarea:-moz-placeholder {
    color:#888;
}
textarea:-ms-input-placeholder {
    color:#888;
}
#contact-form input[type='text'], #message{
	background-color: #fff;
	border: none;
	border-radius: 1px;
	text-indent: 5px;
}
#name{
	float: left;
	width:43%;
	margin-right: 10px;
	height: 35px;
}
#email{
	width:44%;
	height: 35px;
}
#subject{
	width:92% !important;
	height: 35px;
}
#contact-form input[type='submit']{
	width: 100px;
	height: 45px;
	float: left;
	font-size: 18px;
	border: none;
	background-color: #000;
	color: #F4F4F4;
}
#contact-form input[type='submit']:hover{
	color: #f4f4f4;
	background-color: #222;
}
#message{
	width: 92%;
	max-width: 92%;
	height: 130px;
	max-height: 300px;
	margin-bottom: 9px;
	margin-right: 4px;
}
.success{
	margin-left: 15px;
	height: 15px;
	color: #00F814;
	display: none;
	margin-top: 15px;
	float: left;
}
/**** Subsciption-form *****/
.subscribe{
	width: 48%;
}
.sub-form{
	margin-top: 30px;
}
#subscribe-title{
	margin-left: 0;
}
.email-box{
	width: 280px !important;
	height: 41px !important;
	padding-bottom: 0 !important;
	font-family: Helvetica Neue;
	border: none !important;
	border-radius: 0 !important;
	font-size: 16px;
	background-color: #fff !important;
	margin-bottom: 0 !important;
}
.submit-btn{
	width: 100px;
	height: 45px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	background-color: #000;
	color: #F4F4F4;
}
.subscribe p{
	font-family: DroidSans;
	color: #222;
	font-size: 15px;
}
.submit-btn:hover{
	color: #f4f4f4;
	background-color: #222;
}
.success-sub{
	margin-right: 65px;
	height: 15px;
	color: #00F814;
	display: none;
	float: right;
}
.subscription-box{
	margin-bottom: 10px !important;
}
/**** Social Icons ****/
.social{
	width: 200px;
	height: 32px;
	margin-top: 10px;
	float: left;
}
.social ul{
	display: block;
	margin-left: 0 !important;
}
.social li{
	display: block;
	float: left;
}
.social li a{
	display: block;
}
.social li a{
	background-repeat: no-repeat;
	background-color: #000;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	border-radius: 20px;
	background-position: center;
}
.social li a:hover{
	opacity: .9;
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	-ms-transition: 300ms ease;
}
.social li a:active{
	opacity: .7;
}
.facebook a{
	background-image: url(../img/social/white/facebook.png);
	background-size: 25px;
}
.facebook a:hover{
	background-color: #3B5998;
}
.twitter a{
	background-image: url(../img/social/white/twitter.png);
	background-size: 25px;
}
.twitter a:hover{
	background-color: #8EC1DA;
}
.flickr a{
	background-image: url(../img/social/white/flickr.png);
	background-size: 25px;
}
.flickr a:hover{
	background-color: #0060D6;
}
.linkedin a{
	background-image: url(../img/social/white/linkedin.png);
	background-size: 25px;
}
.linkedin a:hover{
	background-color: #0074AD;
}
.vimeo a{
	background-image: url(../img/social/white/vimeo.png);
	background-size: 25px;
}
.vimeo a:hover{
	background-color: #00ADEF;
}
/* === twitter Widget === */
#last-box{
	margin-bottom: 80px;
}
#twitter-widget-container{
	background-color: #000;
	height: 70px;
}
.twitter-widget{
	position: relative;
}
#twitter-logo{
	margin-top: 15px;
	margin-left: 20px;
}
#tweets {
	display: block;
	overflow: hidden;
	height: 36px;
	position: absolute;
	left: 80px;
	top: 25px;
	width: 700px;
}	
.tweet {
	height: 21px; 
	overflow-y: hidden;
	}	
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: DroidSans;
	font-size: 16px;
	line-height: 23px;
	color: #f2f2f2;
}
#tweets p{
	color: #f2f2f2;
}
.tweet_list .tweet_avatar {
	padding-right: .5em; 
	float: left;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
.tweet_list li a{
	color: rgb(134,163,46);
}
/**** Static Slide ****/
.static-slide{
	position: relative;
	width:100%;
	height: 400px;
	display: none;
	margin-top: 30px;
}
.static-slide .da-img{
	position: absolute;
	text-align: center;
	width: 40%;
	top: 40px;
	height: 256px;
	line-height: 320px;
	left: 55%;
}
.static-slide h2{
	position: absolute;
	color: #fff;
	font-size: 35px;
	width: 50%;
	top: 60px;
	left:10px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: DroidSans, Arial, sans-serif;
	font-weight: 200;
}
.static-slide p{
	position: absolute;
	width: 45%;
	top: 155px;
	left:10px;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	font-style: italic;
	font-family: Muli_Regular, Arial, sans-serif;
	font-weight: 400;
	font-style: italic;
}
.static-slide .appstore{
	position: absolute;
	bottom: 20px;
	left:10px;
	width:40%;
	min-width: 180px;
}
.static-slide .googleplay {
	position: absolute;
	left: 5px;
	bottom: 75px;
	width: 40%;
	min-width: 180px;
}
/**** Media queries ****/
@media (max-width: 979px) {
	.da-slide h2{
		font-size: 42px;
	} 
	.features{
		width:100%;
	}
	#video-preview{
		float: left;
		margin-right: 0;
		margin-left: 10px;
		width:100%;
		height: 370px
	}
	.vimeo-box{
		width: 80%;
		height: 79%;
	}
	.contact{
		width:95%;
	}
	#name{
		width: 44%;
		margin-right: 8px;
	}
	#email{
		width: 45%;
	}
	.subscribe {
		width: 90%;
		float: left;
		margin-left: 30px;
		padding-bottom: 30px;
	}
	.twitter-widget {
		width: 98%;
		}
	#tweets{
		width: 100%;
	}
	.es-nav span.es-nav-next, .es-nav span.es-nav-prev {
		background-size: 28px;
		background-position: 23px;
		width: 70px;
		height: 70px;
		background-color: #f4f4f4;
		border-radius: 40px;
		z-index: 2000;
	}
	.es-nav span.es-nav-prev {
		background-position: 18px;
	}
}
@media (max-width: 747px) {
	#navigation-menu{
		display: none;
	}
}
@media (max-width: 640px) {
	.da-slide h2 {
		font-size: 32px;
	}
	#last-box{
		display: none;
	}
	.testimonial-wrapper {
		width: 100%;
	}
	.changelog-wrapper {
		width: 100%;
		margin-top: 40px;
	}
	.main-slider{
		display: none;
	}
	.static-slide{
		display: block;
	}
	#overlay{
		display: none;
	}
	.es-nav span.es-nav-next, .es-nav span.es-nav-prev {
		background-size: 28px;
		background-position: 23px;
		width: 70px;
		height: 70px;
		background-color: #f4f4f4;
		border-radius: 40px;
		z-index: 2000;
	}
	.es-nav span.es-nav-prev {
		background-position: 18px;
	}
	}
@media (max-width: 480px) {
	#name{
		width: 43%;
		margin-right: 6px;
	}
	#email{
		width: 44%;
	}
	.vimeo-box{
		height: 65%;
	}
	.contact, .subscribe{
		margin-left: 15px;
	}
	.submit-btn{
		margin-top: 10px;
	}
	.es-nav span.es-nav-next{
		right: 80px;
	}
	.es-nav span.es-nav-prev{
		left: 80px;
	}
}
@media (max-width: 320px) {
	.email-box {
		width: 250px !important;
	}
	#email {
		width: 42%;
	7}
}