/* =======================================================================

Kane - Responsive App Landing Page

======================================================================= */



/* --------------------------------------

=========================================

GLOBAL STYLES

=========================================

-----------------------------------------*/



html {

    font-size: 100%;

}



body {

	background: url('../images/body-bg.png') repeat scroll 0% 0% transparent;

	font-family: 'Roboto', sans-serif;

	font-size: 16px;

	font-weight: 300;

	color: #313131;

	line-height: 19px;

	text-align: center;

}





/* 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;

	padding-top: 15px;

}





/* Other fixes*/



*,

*:before,

*:after {

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

            box-sizing: border-box;

}



ul,

ol {

	padding-left: 0 !important;

	text-align: center;

}



li {

	list-style: none;

	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: -40px 0 0 -40px;

}



/*---------------------------------------

   Typography                

-----------------------------------------*/



/* FONT FACE LOADER */

@font-face {

    font-family: 'Lane';

    src: url('../fonts/lanenar_Lane.eot');

    src: url('../fonts/lanenar_Lane.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: 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              

-----------------------------------------*/

.social {padding: 13px 0 0 0; height: 75px;}

.blue {color: #2b83b6;}



.twitter {background: url(../images/twitter_btn.png) no-repeat; height: 32px; width: 157px; display: block; float: left; margin-top: 10px;}

.twitter:hover {background: url(../images/twitter_btn.png) no-repeat; background-position: 0 -32px;}

.twitter:active {margin-top: 11px}

.btn_1 {padding: 8px 0 0 35px; text-shadow: -1px -1px 0px #0083b3; color:#fff; font-weight: bold; font-size: 12px; height: 32px; display: block;}



.fb {background: url(../images/fb_btn.png) no-repeat; height: 32px; width: 157px; display: block; float: right; margin-top: 10px;}

.fb:hover {background: url(../images/fb_btn.png) no-repeat; background-position: 0 -32px;}

.fb:active {margin-top: 11px}

.btn_2 {padding: 8px 0 0 31px; text-shadow: -1px -1px 0px #366c96; color:#fff; font-weight: bold; font-size: 12px; height: 32px; display: block;}



.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: 10px 25px 10px 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: 20px;

}



.section-header h2 {

    margin-bottom: 20px;

}



.section-header .section-description {

	display: inline-block;

	position: relative;

	padding-top: 10px;

	padding-bottom: 10px;

	font-size: 24px;

	font-family: Roboto, sans-serif;

}



/*---------------------------------------

   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 {

    background: url(../images/bg-1.jpg) no-repeat 0 0;

    -webkit-background-size: cover;

            background-size: cover;

}



header .color-overlay {

    min-height: 900px;

}



header .full-screen {

    width: 100%;

    height: 100px;

}



header .navbar {

    background: none;

    padding: 60px;

}



header .navbar .navbar-header {

    float: none;

}



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 {

    margin-top: 35px;

}



/*---------------------------------------

   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;

}



.features .phone-image {

    max-width: 250px;

    margin: auto;

    margin-bottom: 80px;

}



.features .phone-image img {

    width: 100%;

}





/*---------------------------------------

   SECTION:  BRIEF                 

-----------------------------------------*/



.app-brief {

    padding-top: 110px;

    padding-bottom: 60px;

}



.app-brief h2 {

    margin-bottom: 20px;

}



.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: 40px;

}



.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: 15px;

    padding-bottom: 40px;

}



.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: 10px;

    padding-bottom: 35px;

}



.download h2 {

	margin-bottom: 30px;

	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;

}





/*---------------------------------------

   SECTION:  FOOTER                

-----------------------------------------*/



footer .contact-box {

	margin-bottom: 20px;

	text-align: center;

}



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;

}



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 .divider {

    margin-top: 0px;

    border-bottom: 1px solid #e5e5e5;

    padding-bottom: 0px;

}



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;

}



/** Login Fields **/

#login {padding: 13px 0 0 0;}



.login {

	font-size: 14px;

	color: #8e8d8d;

	font-family: "Droid Sans";

	padding: 11px 15px 10px 50px;

	background-color: #fdfdfd;

	width: 255px;

	display: block;

	border:1px solid #d8d8d8;

	margin: 13px 0 -3px 0;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	box-shadow: inset 2px 2px 4px #f1f1f1;

}



.user {background: url(../images/user.png) no-repeat;}

.user.error {background: url(../images/user_error.png) no-repeat; border:1px solid #f19d9d; background-color: #ffe0e0; box-shadow: inset 0px 0px 0px #fff ; color: #d95e5e;}



.password {background: url(../images/password.png) no-repeat;}

.password.error {background: url(../images/password_error.png) no-repeat; border:1px solid #f19d9d; background-color: #ffe0e0; box-shadow: inset 0px 0px 0px #fff ; color: #d95e5e;}

