/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* 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;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* 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 {

     text-shadow: 2px 2px #000;
}
h2 {
    font-family: 'Lane', sans-serif;
    font-weight: normal;

    text-shadow: 2px 2px #000;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   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;
    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;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-bg {
    background: #F7F8FA !important;
}



/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/
header .full-screen {
    width: 100%;
    height: 100px;
}



/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #ffffff;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
    margin: auto;
    margin-top: 50px;
}

.features .phone-image img {
    width: 100%;
}


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

.app-brief {
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-brief h2 {
    margin-bottom:5px;
}

.app-brief .phone-image {
    max-width: 380px;
    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:25px;
}

.app-brief .left-align .feature-list {
    margin-top: 20px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}


/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/

.testimonials {
    background: url(../images/bg-2.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.testimonials .color-overlay {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
            box-shadow: 0px 0px 0px 2px #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #ffffff;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


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

.services {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 60px;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}


/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
    padding-top: 80px;
    padding-bottom: 120px;
}

.screenshots .shot {
    background: #FFFFFF;
    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: 52px;
    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 .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: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
            box-shadow: 0px 0px 0px 3px #ffffff;
    -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;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #c2c2c2;
}

footer .copyright {
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
}



/**********************  new css **********************/

/*

Template Name: Sync
Author: Jonathan Daniel
Author website: #
Description: Responsive HTML5 Landing Page
Tags: Responsive, Retina, Bootstrap 3, Landing Page, One Page, App, iOS, iPhone, iPad, Clean
Version: 1.0


-- TABLE OF CONTENTS

2. VIDEO PRESENTATION




/* 4) VIDEO PRESENTATION */


.video-pres {
	background:url(../images/video-bg.jpg) center center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 480px;
	z-index: 1;
}

.video-pres h3 {
	color: #fff;
	font-weight: 100;
	text-align: center;
	position: relative;
	top: 28%;
}

.play-button {
	top: 35%;
	text-align: center;
	position: relative;
}

.play-button i {
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 90px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	font-size: 26px;
	-moz-backface-visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.video-pres:hover .play-button i {
	background: #FFFFFF;
	color: #000;
	border-color: #fff;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* NIVO LIGHT BOX */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
	background: #666;
	background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(../images/lightbox/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 10%;
	width: 8%;
	height: 80%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
	opacity: 1; 
	background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
	background-image: url(../images/lightbox/prev.png); 
	border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
	background-image: url(../images/lightbox/next.png); 
	border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(../images/lightbox/close.png) no-repeat 5px 5px;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
	font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	background: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	        box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
       (-o-min-device-pixel-ratio: 2.6/2),
       (min--moz-device-pixel-ratio: 1.3),
       (min-device-pixel-ratio: 1.3),
       (min-resolution: 1.3dppx) {

	.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
		background-image: url(../images/lightbox/loading%402x.gif); 
		background-size: 32px 32px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-prev { 
		background-image: url(../images/lightbox/prev%402x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-next { 
		background-image: url(../images/lightbox/next%402x.png); 
		background-size: 48px 48px;
	}
	.nivo-lightbox-theme-default .nivo-lightbox-close { 
		background-image: url(../images/lightbox/close%402x.png); 
		background-size: 16px 16px;
	}
	
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
	top: 44% !important;
	width: 8% !important;
	height: 14% !important;

}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	background-color: transparent !important;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(0,0,0,0.9) !important;
}

.nivo-lightbox-wrap {
	position: absolute;
	top: 16%;
	bottom: 16%;
	left: 20%;
	right: 20%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
	bottom: 0;
	top:-15%;
	z-index:-10000;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	background: transparent;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}


/*
    2. Styling of Call to Action Section
*/
section.callToAction {
  margin-top: -5px;
  background: url("../images/background1.png");
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px; }
  section.callToAction h1 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px; }

button.btn {
		-webkit-transition: 0.33s ease-in-out;
  -moz-transition: 0.33s ease-in-out;
  -o-transition: 0.33s ease-in-out;
  transition: 0.33s ease-in-out;
  font-size: 12px;
  background-color: transparent;
  box-shadow: inset 0 50px 0 0 #00d8ff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 15px 30px;
  cursor: pointer;
  border: 1px solid #00d8ff;
      margin-left: 10px;
      margin-bottom:0px;
      border-color: #fff;
      box-shadow: inset 0 0 0 0 #fff; }
button.btn:hover {
        box-shadow: inset 0 -50px 0 0 #fff;
        color: #00d8ff; }
button.btn.special {
        box-shadow: inset 0 50px 0 0 #ed1651;
        border: 1px solid #ed1651; }
button.btn.special:hover {
          box-shadow: inset 0 0px 0 0 #ed1651;
          color: #ed1651; }
button.btn.special_second {
	background:#008ed6;
        box-shadow: inset 0 50px 0 0 #008ed6;
        border: 1px solid #008ed6; }
button.btn.special_second:hover {
          box-shadow: inset 0 0px 0 0 #008ed6;
          color: #008ed6;
		  border: 1px solid #008ed6;
		  background:#fff; }

@media (max-width: 992px) {
  section.callToAction h1 {
    text-align: center;
    margin-bottom: 40px; }
  section.callToAction .buttons {
    text-align: center; } }
	
	/*
	12. slider styling
*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container .swiper-slide {
    text-align: center;
    padding-top: 200px;
    color: #fff;
    background-size: cover; }
.swiper-container .swiper-slide h1 {
      font-size: 60px;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 60px;
      font-weight: 100;
      text-transform: uppercase; }
.swiper-container .swiper-slide h2 {
      font-size: 60px;
      line-height: 60px;
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 900;
      text-transform: uppercase; }
.swiper-container .swiper-slide h3 {
      font-size: 24px;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 40px;
      font-weight: 300; }
.swiper-container .swiper-slide img {
      margin: 20px auto; }
.swiper-container .swiper-slide button {
      margin: 60px 10px; }
.swiper-container .swiper-slide.video video {
      margin-top: -200px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
.swiper-controls {
  z-index: 3000;
  position: absolute;
  top: 0;
  width: 100%; }
.swiper-controls .arrow {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    position: absolute;
    top: 275px;
    color: #fff;
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 30px;
    border-radius: 6px; }
.swiper-controls .arrow .next_thumbnail, header .swiper-controls .arrow .prev_thumbnail {
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      opacity: 0;
      position: absolute;
      z-index: 4500;
      top: 0;
      height: 90px;
      width: 180px;
      background-size: cover; }
.swiper-controls .arrow .prev_thumbnail {
      left: 80px; }
.swiper-controls .arrow .next_thumbnail {
      right: 80px; }
.swiper-controls .arrow:hover {
      padding: 10px 40px; }
.swiper-controls .arrow:hover .next_thumbnail {
        opacity: 1;
        right: 95px; }
.swiper-controls .arrow:hover .prev_thumbnail {
        opacity: 1;
        left: 95px; }
.swiper-controls .arrow.left {
      left: 5%; }
.swiper-controls .arrow.right {
      right: 5%; }
.swiper-indicators {
  position: absolute;
  bottom: 160px;
  z-index: 5000;
  width: 100%;
  text-align: center; }
.swiper-indicators .swiper-pagination-switch {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    display: inline-block;
    margin: 10px;
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.33);
    border-radius: 100%;
    border: 4px solid transparent; }
.swiper-indicators .swiper-pagination-switch:hover {
      border: 4px solid #fff; }
.swiper-indicators .swiper-pagination-switch.swiper-active-switch {
      background-color: #008ed6;
      border: 4px solid #fff; }

@media (max-width: 768px) {
.swiper-controls .arrow:hover .next_thumbnail {
    opacity: 0;
    right: 80px; }
.swiper-controls .arrow:hover .prev_thumbnail {
    opacity: 0;
    left: 80px; } }
	
	
	/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	  box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}

/*
	9. Header styling
*/
@-webkit-keyframes pulse_animation {
  0% {
    opacity: 1; }

  50% {
    opacity: 0.618; }

  100% {
    opacity: 1; } }
@keyframes pulse_animation {
  0% {
    opacity: 1; }

  50% {
    opacity: 0.618; }

  100% {
    opacity: 1; } }
header {
  position: relative;
  height: 700px; }
.top-menu {
    position: fixed;
    top: 0;
    padding-bottom: 20px;
    width: 100%;
    z-index: 9999; }
.top-menu.sticky {
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.9); }
.top-menu.sticky .info {
        opacity: 0; }
.top-menu.animated {
      -webkit-transition: 0.66s ease-in-out;
      -moz-transition: 0.66s ease-in-out;
      -o-transition: 0.66s ease-in-out;
      transition: 0.66s ease-in-out; }
.top-menu .show-menu {
      display: none; }
.logo {
    margin-top: 30px; }
.info {
    height: 80px;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
.info .outer {
      border: 1px solid #fff;
      box-shadow: 0 0 1px 0 #fff;
      border-radius: 100%;
      width: 26px;
      height: 26px;
      margin-top: 38px; }
.info .outer:hover + #info-bubble {
        opacity: 1; }
.info .inner {
      width: 18px;
      height: 18px;
      border-radius: 100%;
      background-color: #fff;
      margin-top: 3px;
      margin-left: 3px;
      text-align: center;
      -webkit-animation-name: "pulse_animation";
      -moz-animation-name: "pulse_animation";
      -o-animation-name: "pulse_animation";
      animation-name: "pulse_animation";
      -webkit-animation-duration: 1000ms;
      -moz-animation-duration: 1000ms;
      -o-animation-duration: 1000ms;
      animation-duration: 1000ms;
      -webkit-transform-origin: 70% 70%;
      -moz-transform-origin: 70% 70%;
      -o-transform-origin: 70% 70%;
      transform-origin: 70% 70%;
      -webkit-animation-iteration-count: 3;
      -moz-animation-iteration-count: 3;
      -o-animation-iteration-count: 3;
      animation-iteration-count: 3;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -o-animation-timing-function: linear;
      animation-timing-function: linear; }
.info img {
      margin-left: 1px;
      margin-top: -4px; }
.info #info-bubble {
      pointer-events: none;
      -webkit-transition: 0.33s ease-in-out;
      -moz-transition: 0.33s ease-in-out;
      -o-transition: 0.33s ease-in-out;
      transition: 0.33s ease-in-out;
      opacity: 0;
      margin-top: 10px;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 12px;
      position: absolute;
      width: 180px; }
.info #info-bubble h4 {
        color: #ed1651;
        text-align: center;
        margin-bottom: 20px; }
nav a {
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
    color: #fff; }
nav a:hover {
      color: #00d8ff;
      text-decoration: none; }
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right; }
nav ul li {
      -webkit-transition: 0.33s ease-in-out;
      -moz-transition: 0.33s ease-in-out;
      -o-transition: 0.33s ease-in-out;
      transition: 0.33s ease-in-out;
      font-size: 12px;
      line-height: 20px;
      display: inline-block;
      padding: 20px 6px;
      padding-top: 40px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 2px;
      box-shadow: inset 0 3px transparent;
      color: #fff; }
nav ul li.active {
        box-shadow: inset 0 3px #00d8ff; }
 nav ul li.active a {
          color: #00d8ff; }
.show-menu-li {
    visibility: collapse;
    padding: 0;
	display:none; }
.mobileMenu {
    position: absolute;
    top: 0; }
.mobileMenu #menu ul {
      -webkit-transition: 0.33s ease-in-out;
      -moz-transition: 0.33s ease-in-out;
      -o-transition: 0.33s ease-in-out;
      transition: 0.33s ease-in-out;
      position: relative;
      height: 0;
      width: 100%; }
.mobileMenu #menu ul li {
        pointer-events: none;
        display: block;
        text-align: center;
        opacity: 0;
        width: 90%;
        margin-left: 5%;
        border-bottom: 1px solid #2c2c2c; }
.mobileMenu #menu ul li:first-child {
          border-bottom: none; }
.mobileMenu #menu ul li:last-of-type {
          border-bottom: none; }
.mobileMenu #menu ul li.show-menu-li {
          opacity: 1;
          margin: 0;
          background-image: url(../img/blog_slider_bckg.html);
          width: 100%;
          text-align: right;
          margin-left: 0; }
.mobileMenu #menu ul li.show-menu-li .fa {
            font-size: 35px;
            line-height: 20px;
            vertical-align: middle;
            margin-top: -20px; }
.mobileMenu #menu ul li.show-menu-li img {
            float: left;
            margin: 20px; }
.mobileMenu #menu:target ul {
      background-color: #000;
      height: 100%; }
.mobileMenu #menu:target ul li {
        opacity: 1;
        pointer-events: all; }
.mobileMenu .show-menu-li {
      visibility: visible;
      display: block;
      opacity: 1; }
.mobileMenu .show-menu {
      opacity: 1;
      visibility: visible;
      display: block;
      pointer-events: all;
      padding: 20px;
      padding-top: 40px; }

.mobile .navContainer {
  width: 100%;
  left: 0; }
.mobile .logo-container {
  display: none; }
.mobile .info {
  display: none; }

@media (max-width: 992px) {
  .info {
    display: none; }

  .logo-container {
	  float:left; } }

.col-md-pull-9
{
	right:-1%;
}
.col-md-push-3
{
	left:0%;
}



/*********************** information page css *********************/

.information
{
	background:url(../images/product_deatil_bg.jpg) repeat left top;
	float:left;
	width:100%;
}

.information .features-right {
    text-align: left;
    margin-top: 26px;
}
.information .fetaure-details h4 {
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.information .fetaure-details p {
	color:#000;
	font-size:14px;
}

.information .features-right .icon-container {
    float: left;
    margin-right: 10px;
	min-height:105px;
}

.information .feature {
    margin-bottom: 40px;
}

.information .feature .icon-container {
    display: block;
}

.information .feature .icon-container .icon {
    font-size:21px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
			color:#333;
}

.information .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.information .phone-image img {
    width: 100%;
}
#myCarousel {
  margin-top: 40px;
}

.carousel-linked-nav,
.item img {
  display: block; 
  margin: 0 auto;
}

.carousel-linked-nav {
  width: 120px;
  margin-bottom: 20px;   
}
.carousel
{
	width:660px;
	margin:100px auto;
}
.pagination_color
{
	
	text-align: center;
	width: 200px;
	margin: 0px auto;
}
.pagination_color li
{
	list-style: none;
	float:left;
	margin-right:10px;
	border:3px solid #fff;
	border-radius:100%;
	padding:6px 3px;
}
.pagination_color li.active
{
	border:3px solid #168ac5;
	border-radius:100%;
	padding:6px 3px;
}
.black
{
	background:#151617;
	padding:7px 18px;
	border-radius:100%;
}
.silver
{
	background:#9499a1;
	padding:7px 18px;
	border-radius:100%;
}
.white
{
	background:#dee5f0;
	padding:7px 18px;
	border-radius:100%;
}



@media (min-width:300px) and (max-width: 700px) {
	.carousel {
width: 100%;
margin: 100px auto;
}
}

.menucontainer
{
	width:99% !important;
}

@media (min-width: 300px) and (max-width: 971px) {
	.menucontainer
{
	display:block;
}
}