/***********************
****** General *********
***********************/

@import "http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic";

html {
    font-size: 100%;
}
body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
*, *:after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    font-size: 1.2rem;
    line-height: 1.625em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 2rem;
}
a {
    font-size: 1em;
    line-height: 1.625rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-decoration: none;
}
a:hover {
    text-decoration: none
}
h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 200;
}
h2 {
    font-size: 2.5rem;
    line-height: 3.6rem;
    margin-bottom: 1.7rem;
    font-weight: 200;
}
h3 {
    font-size: 1.2rem;
    line-height: 2.25rem;
    font-weight: 300;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
}
h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
}
ul {
    list-style: none
}
ul, menu, dir {
    display: block;
    list-style: none;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 00px;
}
li {
    margin-top: 1.625em
}
li a {
    display: inline
}
.left {
    text-align: left
}
.right {
    text-align: right
}
.padding-left {
    padding-left: 60px
}
.bottom {
    padding-bottom: 40px
}
.top {
    padding-top: 40px
}
.space {
    padding-top: 40px;
    padding-bottom: 40px;
}
.highlight {
    color: #337AB7;
}
span.bold {
    font-weight: 700
}
span.light {
    font-weight: 300
}
a.btn {
    margin: 0 10px 0 0
}
.btn:hover, .btn:active, .btn:visited, .btn:focus {
    color: #fff;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:visited, .btn.btn-default:focus {
    color: #222;
}

/***********************
****** Navigation ******
***********************/

@media (max-width: 1120px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.navbar-default {
    height: 60px;
    background: #ffffff;
    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);
}

.navbar-brand {padding: 0px 15px;}
.navbar-default .navbar-brand img {max-height: 60px;}
ul.nav.navbar-nav.navbar-right {
    margin-top: -18px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    background: #ffffff;
    text-align: center;
}

a.navbar-brand.page-scroll {
    margin-top: 0px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
    color: #ffffff;
}
.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, .02);
}
.navbar-default .navbar-toggle {
    border-color: #ADADAD;
    border-radius: 0px;
    margin-right: 0;
    border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #615959;
}
.navbar-default .nav li a {
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #615959;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
    background-color: #337AB7;
    color: #fff;
    outline: 0;
}
.navbar-default .navbar-nav>.active>a {
    background-color: #fff;
    color: #337AB7;
    border-top: none;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #337AB7;
    border-top: none;
}
.navbar-default .nav li a.btn {
    color: #fff;
    margin: 4px 4px 4px 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}


/**************************
****** Home Section *******
**************************/

#home {
    padding-top: 200px;
    padding-bottom: 150px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #0b1b1f url('./img/code-route-elpermis.jpg') no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
.home-title {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.btn-download {
    background-color: #337AB7;
    padding: 15px 25px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-download:hover {
    color: #ffffff;
    background-color: #C13030;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.btn-preview {
    color: #ffffff;
    background-color: #494C53;
    padding: 15px 25px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-preview:hover {
    color: #ffffff;
    background-color: #2f3238;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.btn-download, .btn-preview {
    font-size: 17px;
}
.btn-download > span, .btn-preview > span {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.below-buttons {
    color: rgba(255, 255, 255, 0.5);
    padding-top: 1rem;
}
#home .hero-shot {
    float: right;
}
/**************************
******** Features *********
**************************/

#features {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: center;
}
.feature {
    margin-top: 3.25rem
}

#features i.how-it-works {
    color: #fff;
    float: left;
    font-size: 18rem;
    margin-left: 4rem;
    margin-right: 4rem;
    margin-top: 8rem;
}
/**************************
********* Reviews *********
**************************/

#quote {
    text-align: center;
    color: #ffffff;
}
section.bigtriangle-bg {
    padding: 0px;
    background: #000000;
}

.quote {
    padding-top: 2rem;
}
.quote h1 {
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.80rem;
}
.quote a {
    color: #fff;
}
.item .quote img {
    width: 105px;
    margin: 0 auto;
    border: 2px solid;
    margin-top: 40px;
}

/* Device */

.device {
    height: 795px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 400px;
}
.device-preview {
    background: #fff;
    border: none;
    height: 580px;
    left: 34px;
    position: absolute;
    top: 85px;
    width: 332px;
}
.preview-layouts .btn {
    text-align: right;
}
.preview-blurb {
    padding-top: 20px;
}
.preview-contents {
    padding-bottom: 50px;
}
.preview-contents a.btn {
    color: #333;
}
ul.feature-list {
    list-style: none;
    padding: 15px 0;
}
ul.feature-list > li:before {
    font-family: 'FontAwesome';
    color: #337AB7;
    content: '\f005';
    margin: 0 5px 0 0;
}
ul.feature-list > li {
    margin: 0;
    padding: 5px 0;
}

/**************************
********* Overview ********
**************************/

#overview {
    margin: 0px;
    padding-top: 6.5rem;
    padding-bottom: 0rem;
    min-height: 50rem;
    max-height: 70rem;
    height: auto;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
    overflow: hidden;
}
.section-title {
    text-align: center;
    margin-bottom: 1.625rem;
}
.content-left {
    text-align: right;
    padding-right: 2rem;
    padding-bottom: 6.5rem;
}
.content-right {
    text-align: left;
    padding-left: 2rem;
    padding-bottom: 6.5rem;
}
.center img {
    overflow: hidden
}
.overview {
    margin-top: 3.25rem
}
.overview p {
    padding-top: 1rem;
}
.btn.reload-iframe {
    background: #F0F0F0;
    box-shadow: 1px 1px 5px #999;
    color: #337AB7;
}
.btn.reload-iframe, .btn.reload-iframe:active, .btn.reload-iframe:focus {
    outline-color: #337AB7;
}
/* Features Section
**************************/

#features {
    margin: 0px;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    background: white;
    display: block;
    z-index: 20;
    text-align: left;
    overflow: hidden;
    background: #000000;
    color: #ffffff;
}
.features-content {
    padding-top: 3rem
}
.features {
    margin-top: 3.25rem
}
.phone-front {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
}
.phone-back {
    position: relative;
    left: 0;
    top: 0;
    z-index: 29;
}
#features .fa {
    font-size: 1.5em
}
.accordion {
    text-align: left;
    vertical-align: middle;
}
.panel-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}
.panel-body {
    padding: 15px 0;
    font-weight: 400;
    font-size: 0.8rem;
    color: #CDCDCD;
}
.panel-heading {
    padding: 10px 0
}
#features .accordion h4, #features .accordion i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#features .fa {
    font-size: 1.5em;
    float: right;
    margin-top: 12px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: rgba(245, 245, 245, 0);
    border-color: rgba(221, 221, 221, 0);
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #797979
}
.panel {
    background-color: transparent
}
.panel {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
/**************************
********* Download ********
**************************/

#download {
    margin: 0px;
    padding-top: 4.25rem;
    padding-bottom: 3.25rem;
    background: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
}
i.fa.fa-2x {
    vertical-align: middle;
    padding: 0 5px;
}
/**************************
******* Share *****
**************************/

#share {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url('./img/autoroute.jpg') no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #ffffff;
}
/**************************
******* Screenshots *******
**************************/

#screenshots {
    margin: 0px;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
    background: white;
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
    background-color: white;
}
#owl-screenshots {
    margin-top: 3.4rem
}
.item {
    margin: 1rem
}
.item img {
    display: block;
    width: 100%;
    height: auto;
}
.item a:hover img {
    opacity: 0.8;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */

    -moz-transition: all 1s ease;
    /* Firefox */

    -ms-transition: all 1s ease;
    /* IE 9 */

    -o-transition: all 1s ease;
    /* Opera */

    transition: all 1s ease;
}
/**************************
******* Subscription ******
**************************/

#bigTriangleInverted path {
    fill: #000000;
    /* stroke: #000000; */
    /* stroke-width: 2; */
}
/* Big Triangle */

svg#bigTriangleInverted {
    pointer-events: none
}
.follow {
    padding-top: 2.4rem;
    padding-bottom: 6.5rem;
    margin-top: -7px;
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
    background: #000000;
    color: #ffffff;
}
input.subscribe-input {
    background: transparent;
    border-radius: 5px;
    margin-right: 1rem;
    padding: 11px 20px;
    font-weight: 100;
    width: 300px;
}
.subscribe-input:focus {
    outline: 0
}
.subscribe-submit {
    padding: 12px 20px;
    background: #337AB7;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}
.subscribe-submit:hover {
    color: #ffffff;
    background-color: #C13030;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/* Contribute
**************************/

.contribute-contents {
    padding-bottom: 50px;
    padding-top: 50px;
}
#contribute .phone-front {
    top: 50px;
}

/**************************
********* Contact *********
**************************/

#contact {
    text-align: center;
    padding-top: 2.4rem;
    padding-bottom: 6.5rem;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
section#contact .form-group {
    margin-bottom: 25px
}
section#contact .form-group input, section#contact .form-group textarea {
    padding: 20px
}
section#contact .form-group input.form-control {
    height: auto
}
section#contact .form-group textarea.form-control {
    height: 236px
}
section#contact .form-control:focus {
    border-color: #337AB7;
    box-shadow: none;
}
section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}
section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}
section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}
section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}
section#contact .text-danger {
    color: #337AB7;
    font-size: 0.75rem;
}
.alert-danger {
    color: #337AB7;
    background-color: rgba(242, 222, 222, 0);
    letter-spacing: 1px;
    font-weight: lighter;
    border-color: #FFFFFF;
    border-radius: 0px;
}
#contact .close {
    color: #337AB7;
    opacity: 0.5;
}
.alert-success {
    color: #000000;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 0px;
}

/**************************
****** Footer Section *****
**************************/

#footer {
    position: relative;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

#backtotop {
    position: absolute;
    bottom: 15px;
    right: 25px;
}

#footer p {
    margin-bottom: 0;
    font-size: 14px;
}
.social-icons li {
    display: inline;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    color: #ffffff;
}
.social-icons li a {
    color: #ffffff
}
.social-icons li a:hover {
    color: #337AB7;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
}

.page {
    margin-top: 60px;
}

article img {
    padding-top: 15px;
    padding-bottom: 15px;
}

article p {
    margin-bottom: 0;
}

.application {
    border: 1px solid #CCC;
    padding: 5px;
}

.application h1 {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
}

.application h2 {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: normal;
}

.application h3 {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
}

.application .btn-lg {
    font-size: 1rem;
}

.application .alphabet {
    font-size: 1.4rem;
    width: 2.7rem;
    height: auto;
}

.fb-share {
    color: #FFFFFF;
    background: none repeat scroll 0% 0% #3C5A99;
}

.fb-share:hover {
    color: #FFFFFF;
    background: none repeat scroll 0% 0% #337AB7;
}

.shadow-box {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.blue-box{
    width: 250px;
    height: 250px;
    background: transparent;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #33bcf2 0%, #127eb3 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #33bcf2 0%, #127eb3 100%);
    border-image: linear-gradient(to bottom, #33bcf2 0%, #127eb3 100%);
    border-image-slice: 1;
}

.violet-box{
    width: 250px;
    height: 250px;
    background: transparent;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #d9c4ec 0%, #6f1cb9 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #d9c4ec 0%, #6f1cb9 100%);
    border-image: linear-gradient(to bottom, #d9c4ec 0%, #6f1cb9 100%);
    border-image-slice: 1;
}

.green-box{
    width: 250px;
    height: 250px;
    background: transparent;
    border: 10px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #ccf1dc 0%, #13b459 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #ccf1dc 0%, #13b459 100%);
    border-image: linear-gradient(to bottom, #ccf1dc 0%, #13b459 100%);
    border-image-slice: 1;
}

amp-img {
    background-color: #ccc;
}

