html {
    font-size: 100%;
}

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    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;
}1

@-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;
}

.form-control{
    height: 59px; font-size: 16px; color: #555;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

li {
    list-style: none;
}

ul,
ol {
    padding-left: 0;
}


/* 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');
    }
}


@media screen and (max-width: 1024px){
    html{
        font-size:80%;
    }
    body {
      font-size: 15px;
      line-height: 26px;
    }
}

@media screen and (max-width: 767px){
    html{
        font-size:65%;
    }
    body{
      font-size: 15px;
      line-height: 26px;
    }
}

/* 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;
    margin-bottom: 1.5rem;
}

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;
}

.sticky-navigation {
    height: 50px;
    background: #ffffff none repeat scroll 0% 0%;
    border: medium none;
    padding: 0px !important;
    margin-bottom: 0px !important;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

#main{
    margin-top:50px;
}

.btn.btn-default,
.btn.btn-primary
{
    color:#F6F3F3;
    background-color:#000000;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
    min-height: 59px;
    font-size:18px;
    border:0;
    margin-bottom:10px;
    margin-top:10px;
}

.btn.btn-default:hover
{
    background-color: #797979;
}

#home-contents{
    
}

#home-contents
{
    background: url("/app/img/bg-1.jpg") no-repeat fixed center top / cover;
      -webkit-background-size: cover;
  background-size: cover;
}

#home-contents h2{
    color:#fff;
}

#home-contents-logo-box
{
    margin: 1em auto; max-width: 500px;
    
}

#home-contents-logo
{
    width:100%;
}

#home-iphone
{
    max-width:350px;
    margin:0 auto 2em auto;
}

.intl-tel-input 
{
  font-size: 18px;
  margin-top: 10px;
  margin-bottom:10px;
}



.intl-tel-input  .country-list
{
  text-align: left;
  color:black;
}

p{
    line-height: 28px;
}

.download {
  background: url('/app/img/bg-1.jpg') no-repeat center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  color: #FFF;
}

.download .color-overlay{
    margin-top:-4em;
    margin-bottom: -4em;
}

.download .color-overlay .container{
    padding-top:4em;
    padding-bottom: 4em;
}


.download-link,
.download-link:hover,
.download-link:visited{
    color:#C8C8C8;
    text-decoration: underline;
}

.color-overlay {
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0% 0%;
    color: #fff;
}


.sticky-navigation .navbar-header img {
    max-height: 40px;
}

.sticky-navigation a.navbar-brand
{
  color:#000000;
}

.sticky-navigation .navbar-brand.navbar-brand-image
{
  padding-top:5px;
  padding-bottom:5px;
}

.sticky-navigation .main-navigation li a {
  /*  line-height: 30px;
    font-weight: 400;*/
    font-size: 13px;
    text-transform: uppercase;
    color: #313131;
}

.colored-line,
.colored-line-left {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}
.colored-line-left {
  /*float: left;*/

}

.colored-line, .colored-line-left {
    background: #000000 none repeat scroll 0% 0%;
}

.section-header{
    text-align: center;
    margin-bottom:4em;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* features */
.features .phone-image{
    max-width: 250px;
    margin: auto;
}

.features .phone-image img
{
    width:100%;
}

.features .features-right {
    text-align: left;
    margin-top: 1em;
    margin-bottom: 1em;
}

.features .features-left {
    text-align: right;
    margin-top: 1em;
    margin-bottom: 1em;
}

.features .features-left .icon-container {
  float: right;
  margin-left: 20px;
  min-height: 140px;
}
.features .features-right .icon-container {
    float:left;
    margin-right:20px;
    min-height: 140px;
}

@media (max-width: 767px)
{
    .features .feature .icon-container .icon {
        margin: auto;
    }

    .features .features-left .icon-container, .features .features-right .icon-container {
      float: none;
      margin-left: inherit;
      min-height: 70px;
      margin-right: 0px;
    }

    .features .feature{
        text-align:center;
    }
}

@media (max-width: 1024px) and (min-width: 768px){
    .features .features-left .icon-container, .features .features-right .icon-container {
      display: none;
    }
}
@media (min-width: 768px)
{
    .features .phone-image img {
        
        position: absolute;
        top: 0px;
        left: 0px;
        
    }
}



.features-phone-image.row {
    position: relative;
}

.main-color
{
    color:#000000;
}


section
{
    background-color: #ffffff;   
    position:relative;
}

section.alt
{
    background-color: #f7f8fa;
}

.features .feature .icon-container .icon {
    border: 1px solid #000000;
    color: #000000;
}
.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    transition: all 0.25s ease-in 0s;
    background-clip: padding-box;
}

/* popular requests */
.app-brief .phone-image {
  max-width: 350px;
  margin: auto;
  margin-bottom: 50px;
}

.app-brief .phone-image img{
    width:100%;
}

section{
    padding-top:4em;
    padding-bottom:4em;
}

.screenshots .shot {
  background: none;
  padding: 10px;
  margin: 13px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;

}

.screenshots .shot img {
  border-radius: 4px;
  width: 100%;
    -webkit-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
}

.screenshots .owl-theme .owl-controls .owl-page span {
  background: #000000;
}

#download
{
    text-align:center;
}



/*support */
#support{
    text-align: center;
}

#support .contact-box .contact-button {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  left:0;right:0;
  margin-left:auto;
  margin-right:auto;
  top:-40px;
  font-size: 30px;
  line-height: 60px;
  vertical-align: middle;
  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;
}
#support .contact-button {
  border: 2px solid #000000;
  color: #000000;
}

.form-control{
      margin-bottom: 10px;
  margin-top: 10px;
}

footer{
    background-color:#313131;
    box-shadow: 0px 500px 0px 500px #000000;
    color:#F6F3F3;
}

.copyright {float: left; padding-top: 10px;}

.ft_powered {float: right; margin-bottom: 10px;}

.poweredby {position: absolute; float: right; top: 0; right: 15px;}

@media (max-width: 1440px) {

  .poweredby {display: none;}

}
