/* Lamap App Landing Page Light version Stylesheet
====================================================== */

/* HTML 5 reset & Bootstrap fixes */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
    font-size: 100%;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.01em;
    overflow-x: hidden;
    position: relative;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,
ol {
    padding-left: 0px;
}

ul li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    color: #282828;
    background:transparent;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    margin-bottom: 10px;
}

button {
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

input:focus,
textarea:focus,
select:focus {
    border: none;
    outline: none;
}

*::-webkit-input-placeholder { color: white; }
          *:-moz-placeholder { color: white; }
         *::-moz-placeholder { color: white; }
     *:-ms-input-placeholder { color: white; }

.btn:focus,
.btn:active {
    outline: none;
}

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

figure img {
    display: block;
    margin: 0 auto;
}

.nopadding {
    padding-left: 0!important;
    padding-right: 0!important;
}

/* Bootstrap Nav Tab Customize */
.nav-tabs {
    border: none;
    display: table;
    margin: 0 auto;
}
.nav-tabs>li {
    margin-left: -3px;
}
.nav-tabs>li>a {
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    padding: 18px 0;
    width: 208px;
    text-align: center;
    font-weight: bold;
    color: #282828;
}
.nav-tabs>li>a:hover {
    color: #fff;
}
    .nav-tabs>li:first-child>a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .nav-tabs>li:last-child>a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    z-index: 100;
    color: #fff;
}

.nav-tabs>li.active>a {
    color: #fff;
}

/* Heading Sizes */

h1 {
    font-size: 42px;
    font-weight: 300;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Button Styles */
.btn-more{
    color: #0099E6;
}

.btn {
    border: 1px solid;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 17px 45px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.btn:hover, 
.btn:focus {
    color: #fff;
}

.btn-custom-border {
    background: transparent;
    color: #282828;
}

.btn-send {
    height: 62px;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.btn i {
    padding-right: 5px;
}

.btn-slide {
    width: 55px;
    height: 55px;
    line-height: 53px;
    border-radius: 4px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .15s linear;
       -moz-transition: all .15s linear;
        -ms-transition: all .15s linear;
         -o-transition: all .15s linear;
            transition: all .15s linear;
}

/* Strokes */

.underline {
    display: inline-block;
    width: 160px;
    height: 1px;
    margin-top: 21px;
}
    .underline-small {
        display: inline-block;
        width: 160px;
        margin: 0 auto;
        height: 1px;
    }

.divider {
    width: 100%;
    height: 1px;
    border-top: 1px solid #e1e1e1;
}

/* Sections */

section {
    padding: 25px 0;
}

.section-head {
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px;
}

.section-head p {
    margin-bottom: 0px;
}

/* Start of the Stylesheet */

/* preloader */

.preloader {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
    top: 0;
    left: 0;
    color: #e1e1e1;
}
.preloader .preloader-content-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.preloader .preloader-content {
    display: table-cell;
    vertical-align: middle;
}

/* Fixed Navbar */
.navbar {
    min-height: 80px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
     animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    opacity: 0;
    margin-top: -80px;
    margin-bottom: 0px;
}

.navbar.fixednav {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    opacity: 1!important;
    z-index: 9999;
    margin-top: 0px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Intro Section */

.intro {
    background-image: url(../images/introslider/slide1.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

    .intro .intro-section {
        max-width: 675px;
        padding: 130px 0;
        margin: 0 auto;
        text-align: center;
    }
        .intro .intro-section h1 {
            color: #fff;
            padding: 50px 0;
            line-height: 1.3em;
        }
        .intro .intro-section .btn-custom-border {
            color: #fff;
        }

    a.mouse {
        background-image: url(../images/mouse.png);
        background-repeat: no-repeat;
        width: 25px;
        height: 38px;
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -12px;
    }
        a.mouse i {
            position: relative;
            color: #fff;
        }

/* ourapps Section */

.ourapps {
    background: #f9f9f9;
}

.ourapps .app {
    margin-bottom: 23px;
}

.ourapps .saleHeader {
	text-align: center;
	margin-bottom: 20px;
}
.ourapps .app h4 {
    margin-bottom: 20px;
}
.ourapps .app .icon-container {
    text-align: center;
    display: block;
    width:50%;
/* 
    height:100%;
 */
    float: left;
}
.ourapps .app .link-container {
    width:50%;
/* 
    height:100%;
 */
    float: right;
    text-align: center;
}

.ourapps .app .app-details {
    clear: both;
}

.app-screenshots img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.app-stars{
	color: #FADB4E;
	text-align: center;
}
.app-count{
	text-align: center;
	margin-top: -3%;
    margin-bottom: 20px;
}

.app-count small{
	font-size: 85%;
}

.app-more{
	text-align: center;
}

/* Footer Section */

.footer {
    padding: 100px 0 20px 0;
    background-color: #f2f2f2;
}

.footer .underline-small {
    margin: 20px auto;
}

.footer span.jobs {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    position: relative;
}
    .footer span.jobs:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 5px;
        margin-top: -5px;
    }

.footer small {
    font-size: 13px;
    color: #666;
}

.footer img {
    margin-bottom: 30px;
}

.footer ul {
    margin-bottom: 40px;
}

.footer ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer a,
.footer p {
    font-size: 14px;
}

.footer i {
    font-size: 16px;
}

.footer h4 {
    margin-bottom: 5px;
}

/* -------------- CONTACT FORM ----------------- */
.support {
    background-color: darkGrey;
}

.form-style {
    display:block;
    margin:1em 0;
    padding:0;
}

.form-style .form-group {
    position:relative;
}

.form-style input.text-field,
.form-style textarea {
    background:rgba(0,0,0,0.15);
    border-color:#fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;  
    color:#fff;
    height:34px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    -webkit-transition: all 0.4s;
    transition: all 0.4s;   
}
.form-style select {
    background:rgba(0,0,0,0.15);
    border-color:#fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;  
    color:#fff;
    height:34px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    -webkit-transition: all 0.4s;
    transition: all 0.4s;   
    font-weight: bold;
}

.form-style input.text-field::-webkit-input-placeholder,
.form-style input.text-field:-moz-placeholder,
.form-style input.text-field::-moz-placeholder,
.form-style input.text-field:-ms-input-placeholder {
    color:#fff !important;
    font-weight: bold;
}

.form-style input.text-field:focus,
.form-style textarea:focus {
    color:#000;
    background:#fff;
    border-color:#fff;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;  
}

.form-style textarea {
    height:125px;
}

.form-style .alert {
    display: none;
    background:#fff;
    color:#a10000;
    font-size: 0.7em;
    font-family: 'open_sansbold', sans-serif;
    border-radius: 0;
    padding:8px 10px;
}
.form-style .alert.success {
    color:#119400;
}

.form-style .form-general-error-container {
    display:none;
}
.form-style .form-general-error-container .alert {
    display:block;
}

.form-style .form-loader {
    margin-right:8px;
    display: none;
}

#main-content .contact-details {
    font-size: 0.9em;
    font-family: 'open_sansregular', sans-serif;
}

    @media (min-width: 768px) {
        .form-style input.text-field,
        .form-style textarea {
            height:35px;
            font-size:0.85em;
        }
        .form-style textarea {
            height:120px;
        }        
    }
    @media (min-width: 992px) {
        .form-style input.text-field,
        .form-style textarea {
            height:54px;
            font-size:0.97em;
        }
        .form-style textarea {
            height:195px;
        }  
    }
    @media (min-width: 1200px) {  
    }

/* Placeholder Styling */

*::-webkit-input-placeholder {
    color: #fff !important;
    font-weight: bold;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;       
}
*:-moz-placeholder {
    color: #fff !important;
    font-weight: bold;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;       
}
*::-moz-placeholder {
    color: #fff !important;
    font-weight: bold;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;       
}
*:-ms-input-placeholder {
    color: #fff !important;
    font-weight: bold;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;       
}  
*:focus::-webkit-input-placeholder {
    color: #444444 !important;
}
*:focus:-moz-placeholder {
    color: #444444 !important;
}
*:focus::-moz-placeholder {
    color: #444444 !important;
}
*:focus:-ms-input-placeholder {
    color: #444444 !important;
}  
.form-style #form-gcaptcha {
    height:75px;
}
.form-style #form-captcha {
    height:35px;
    width:45%;
    display:inline-block;
    font-size:0.8em;
}
    @media (min-width: 768px) {
        .form-style #form-captcha {
            height:35px;
        }       
    }
    @media (min-width: 992px) {
        .form-style #form-captcha {
            height:35px;
        }
    }

.form-style #form-captcha-img {
    width:45% !important;
    height:auto !important;
}

.form-style #form-captcha-refresh {
    position: absolute;
    top:1px;
    left:0;
    z-index: 10;
    width:20px;
    height:20px;
    display:block;
    cursor:pointer;
    font-size:14px;
    text-align: right;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.form-style #form-captcha-refresh:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}