@font-face {
	font-family: 'ElegantIcons';
	src: url('../fonts/ElegantIcons.eot');
	src: url('../fonts/ElegantIconsd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/ElegantIcons.ttf') format('truetype'),  url('../fonts/ElegantIcons.svg#ElegantIcons') format('svg'),  url('../fonts/ElegantIcons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html {
	font-size: 100%;
}
img {
	max-width:100%;
	outline:none;
}
.loading { display:none;}
body {
	background: #232323;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #c8c8c8;
	text-align: center;
	line-height: 0px;
	overflow-x: hidden !important;
	margin:0px auto !important;
}
.icon_mail_alt {
	font-family: 'ElegantIcons';
	color: #e31f25;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon_mail_alt:before {
	content: "\e010";
}
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
 width: device-width;
}
 @-moz-viewport {
 width: device-width;
}
 @-ms-viewport {
 width: device-width;
}
 @-o-viewport {
 width: device-width;
}
 @viewport {
 width: device-width;
}
a {
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
a:hover {
	text-decoration: none;
}
.btn:focus, .btn:active {
	outline: inherit;
}
textarea:focus, input:focus {
	color: #ffffff;
}
/* Other fixes*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.list-item {
	width: 100%;
    float: left;
    text-align: left;
    position: relative;
    margin: 10px;
}
ul.list-item li {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
ul, ol {
	padding-left: 0 !important;
}
li {
	list-style: none;
}
p {
	line-height: 22px;
    width: 100%;
    float: left;
    padding: 10px 0px;
    margin: 0px;
	text-align:left;
}
/* PRE LOADER */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	margin: -20px 0 0 -20px;
}
/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
	font-family: 'Lane';
	src: url('../fonts/lanenar_Lane.eot');
	src: url('../fonts/lanenar_Laned41d.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
	font-family: 'Lane';
	src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
}
}
/* HEADINGS */

h1, h2 {
	font-family: 'Lane', sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 30px;
	line-height: 4.688rem;
	width:100%;
	float:left;
}
h2 {
	font-size: 25px;
	line-height: 3.1rem;
	width:100%;
	float:left;
}
h3 {
	font-size: 20px;
	line-height: 38px;
	font-weight: 300;
	margin: 0px;
	width:100%;
	float:left;
	text-align:left;
}
h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	width:100%;
	float:left;
	text-align:left;
}
h5 {
	font-size: 16px;
	font-weight: 300;
	width:100%;
	float:left;
}
/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button, .standard-button2 {
	font-size: 18px;
	font-weight: 400 !important;
	border-radius: 4px !important;
	text-shadow: 0 !important;
	color: #ffffff;
	min-width: 150px;
	background-color: #e31e24;
	border: none;
	padding: 16px 25px 16px 25px;
	margin: 5px;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}
.standard-button:hover, .standard-button2:hover {
	border: none;
	background-color: #727271;
}
.standard-button i, .standard-button2 i {
	vertical-align: inherit;
	margin-right: 8px;
	font-size: 20px;
}
/*---------------------------------------
   TEXTS AND BG               
-----------------------------------------*/

.white-text {
	color: #ffffff;
	border-bottom: 1px dashed red;
    text-align: center;
	width:100%;
	display: inline-block;
}	
.dark-text {
	color: #272727;
}
.deep-dark-bg {
	background: #161616 !important;
}
/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
	padding-bottom: 30px;
}
.section-header h2 {
	margin-bottom: 20px;
}
.section-header .section-description {
	display: inline-block;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section-header img {
	margin-bottom:25px;
}
header {
	/*background: url(../images/bg-1.jpg) no-repeat center top fixed;*/
	-webkit-background-size: cover;
	background-size: cover;
}
header .full-screen {
	width: 100%;
	height: 100px;
}
/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
	min-height: 60px;
	background: #f7ef9e;
	border: none;
	padding: 0 !important;
	margin-bottom: 0 !important;
	-webkit-backface-visibility: hidden;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	font-family: 'Oswald', sans-serif;
}
.sticky-navigation .navbar-header img {
	max-height: 58px;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 1px;
}
/*.sticky-navigation .main-navigation .current a {
	color: #ff0000;
	position: relative;
	outline: none;
}*/
.sticky-navigation .main-navigation li a {
	line-height: 30px;
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
}
.sticky-navigation .main-navigation li.current > a {
	color:#f00;
}
header .only-logo .navbar {
	background: none;
	padding: 60px 60px 60px;
}
header .only-logo .navbar .navbar-header {
	float: none;
}
/* INTRO */

header .home-contents {
	margin-top: 5%;
}
header .intro-section {
/*text-align: left;*/
}
header .intro-section .standard-button {
	margin: 0;
}
header .phone-image {
	max-width: 350px;
	margin: auto;
	margin-bottom: 50px;
}
header .phone-image img {
	width: 100%;
}
header .intro-section .intro {
	color: #ffffff;
	margin-bottom: 36px;
}
header .intro-section h5 {
	color: #ffffff;
}
header .intro-section .buttons {
	position: relative;
	top: 230px;
}

/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
	padding-top: 40px;
	padding-bottom: 0px;
}
.app-brief .phone-image {
	max-width: 350px;
	margin: auto;
	margin-bottom: 50px;
}
.app-brief .phone-image img {
	width: 100%;
}
.app-brief .left-align {
	text-align: left;
	margin-bottom: 50px;
}
.app-brief .left-align p {
	display: block;
	float: none;
	margin-top: 50px;
}
.app-brief .left-align .feature-list {
	margin-top: 20px;
}
.app-brief .left-align .feature-list li {
	margin-bottom: 26px;
	text-align: justify;
	line-height: 25px;
}
.app-brief .left-align .feature-list li i {
	margin-right: 10px;
	vertical-align: inherit;
}

/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
	padding-top: 80px;
	padding-bottom: 60px;
	background: #222222;
}
.services .single-service {
	padding-bottom: 10px;
}
.services .single-service .service-icon {
	font-size: 80px;
}
.services .single-service h3 {
	margin-bottom: 20px;
	font-style: italic;
}
/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
	padding-top: 40px;
	padding-bottom: 60px;
}
.screenshots .shot {
	background: #232323;
	padding: 10px;
	margin: 13px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
}
.screenshots .shot img {
	border-radius: 4px;
	width: 100%;
}
/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
	background: url('../images/bg-3.jpg') no-repeat center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	color: #ffffff;
}
.download .color-overlay {
	padding-top: 110px;
	padding-bottom: 70px;
}
.download .download-container {
	padding-bottom: 80px;
}
.download .subscription-form-container {
	padding-bottom: 80px;
}
.download .subscription-form .input-box {
	height: 57px;
	padding-left: 20px;
	width: 320px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #FFF;
	border: 2px solid #FFF;
}
.download .subscription-form .input-box:focus, .download .subscription-form .input-box:active {
	color: #000;
	font-weight: 400;
}
.download .subscription-form .subscription-success, .download .subscription-form .subscription-error {
	display: none;
}
.download h2 {
	margin-bottom: 30px;
}
/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/
footer {
	background-color:#333;
}
footer .contact-box {
	margin-bottom: 78px;
}
footer .contact-box .contact-button {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	margin: auto;
	position: relative;
	font-size: 30px;
	line-height: 40px;
	padding: 18px 12px;
	vertical-align: middle;
	margin-top: -40px;
	background: #232323;
	border: #e31e24 1px solid;
	-webkit-box-shadow: 0px 0px 0px 3px #232323;
	box-shadow: 0px 0px 0px 3px #232323;
	-webkit-backface-visibility: hidden;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	
}
footer .contact-box .contact-button:hover {
	color: #ffffff;
}
footer .contact-box .expanded-contact-form {
	margin-top: 40px;
	display: none;
}
footer .contact-box .expanded-contact-form .success, footer .contact-box .expanded-contact-form .error {
	display: none;
}
footer .contact-box .expanded-contact-form .input-box {
	margin-bottom: 10px;
	margin-top: 10px;
	height: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #222222;
	border: 1px solid #383838;
}
footer .contact-box .expanded-contact-form .textarea-box {
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #222222;
	border: 1px solid #383838;
}
 footer .contact-box .expanded-contact-form .textarea-box:active, footer .contact-box .expanded-contact-form .textarea-box:focus, {
 color: #FFF;
}
footer .social-icons {
	margin-top: 30px;
	border-bottom: 1px solid #111111;
	padding-bottom: 50px;
}
footer .social-icons li {
	display: inline-block;
	margin: 5px;
}
footer .social-icons li a {
	font-size: 30px;
	color: #636363;
}
footer .copyright {
	color: #808080;
	padding-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}
/******************************/
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #ff0000 !important;
}
.navbar-nav>li {
	position: relative;
	display: block;
}
.navbar-nav>li ul {
	display: none;
}
/*.navbar-nav>li:hover ul {
	display: block;
	background:none;
}*/
.submenu {
	position: absolute;
	z-index: 1;
	top: 57px;
	left: 18px;
	list-style: none;
	width: 175px;
}
.submenu li {
	border-top: 1px dotted #999;
	border-radius: 10px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f7ef9e;
}
.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	text-align: left;
}
.submenu li a:hover {
	color: #ff0000;
}
.nav li:hover .submenu {
	display: block;
	visibility: visible;
}
#innerpagenav {
	background: #fff;
	height: 60px !important;
}
#innerpage_logo img {
	position: absolute;
	top: 2px;
}
#innerpagenav li {
	padding-top: 10px !important;
}
/*****************slider start ***************/
.aslide {
	display: none;
}
.aslide img {
	max-width: 100%;
}
#slider {
	width: 100%;
	height: 694px !important;
}
.aslide .text {
	margin: 0 auto;
	color: #f8f8f8;
	text-shadow: 0 0 2px #000;
	font-size: 45px;
	width: 80%;
	text-align: center;
	position: relative;
	bottom: 30px;
	background: #000;
	opacity: .7;
	padding: 20px;
	font-family: 'Lane', sans-serif;
	line-height: 50px;
	top: -350px;
	border-radius: 10px;
	font-weight: bold;
}
/**************slider end **********************/
.home_content {
	position: absolute;
	top: -20px;
	z-index: 99;
	width: 100%;
}
#slider img {
	width: 100%;
}
.audio-toggle {
	display: none !important;
}
.play-pause-toggle {
	display: none !important;
}
#back-top { position: fixed; bottom:200px; right:50%; margin-right:-540px;  z-index:1; display:none; padding:0;}
#back-top a {  display:block; width:41px; height:41px; background:url(../images/up-arrow.png) left top no-repeat;padding:0;}
#back-top a:hover {opacity:0.5; background:url(../images/up-arrow.png) left top no-repeat;background-position: 0px -41px;} 