/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

a {
    color: #000;
    font-size: 18px;
}

p {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
}

@-ms-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.navbar-default {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease 0s;
}

.navbar {
    position: relative;
    border: medium none;
    color: #fff;
    font-size: 18px;
    transition: .2s;
    margin-bottom: 0;
    min-height: 100px;
}

.navbar-default {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: .2s;
}

.navbar-default .scroll {
    border-bottom: 1px solid #555;
    max-height: 50px;
}

.navbar.scroll {
    min-height: 70px !important;
    position: relative;
    /*background-color: #bf0000;*/
    background-color: #bf0000;
}

.navbar.scroll .navbar-nav>li>a {
    line-height: 70px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.navbar.scroll .navbar-brand {
    line-height: 70px;
    padding: 0;
    vertical-align: middle;
}

.navbar.scroll .navbar-header {
    line-height: 70px;
    padding: 0;
}

.navbar.scroll .navbar-fixed-top {
    line-height: 70px;
    padding: 0;
}

p,
h2,
li {
    color: #000 !important;
}

.header {
    background: url("apart.jpg") no-repeat center center;
    -webkit-background-size: cover;
    /* For WebKit*/
    -moz-background-size: cover;
    /* Mozilla*/
    -o-background-size: cover;
    /* Opera*/
    background-size: cover;
}

.header:after {
    content: "";
    top: 0;
    height: 100vh;
    /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1;
    /* needed to keep in the background */
    background: url("apart.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.hero-image {
    display: table;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.above-overlay {
    position: relative;
    z-index: 4;
}

.hero-content {
    display: table-cell;
    vertical-align: middle;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.navbar-toggle.pull-left {
    margin-left: 15px;
}

.nav-pills>li {
    height: 50px;
}

.clear {
    clear: both;
}

.collapse.in {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
}

.navbar-collapse {
    float: left;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 65em) {
    .navobile-desktop-only {
        display: none;
        float: none;
    }
    .mobile {
        left: 0 !important;
        width: 100% !important;
    }
}

.nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    font-family: "Georgia", Times, serif;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
}

.navbar-collapse ul a {
    font-size: 14px;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.navbar-brand {
    height: 100px;
    line-height: 100px;
    padding: 0;
    vertical-align: middle;
}

.navbar-toggle {
    line-height: 100px;
    vertical-align: middle;
}

.top .container {
    padding: 0;
}

.banner {
    background-color: #373737;
}

.banner .container {
    background-color: #009b9b;
    min-height: 200px;
    padding: 40px 30px 30px 40px;
}

.navbar-nav>li>a {
    line-height: 100px;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar-nav li a {
    color: #CCC;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.navbar-inverse {
    background-color: transparent;
}

.navbar-nav li a:hover {
    background-color: #373737;
}

.back-to-top i {
    font-size: 40px;
}

.navbar-toggle {
    background-color: transparent;
}

.navbar-toggle:hover {
    background-color: #000;
}

.navbar-nav {
    margin: 0;
}

#typed {
    position: relative;
    font-size: 40px;
    color: bisque;
    width: 100%;
    white-space: pre-line !important;
}

.typed-cursor {
    opacity: 1;
    font-size: 40px;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.prod {
    height: 380px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
}


/** FOOTER **/

footer {
    background: #bf0000;
    bottom: 0;
    position: relative;
    padding-top: 20px;
}

footer p {
    color: white !important;
    font-size: 20px;
    line-height: 20px;
}

footer a {
    color: white;
}

.about-container {
    background-color: #EEEEEE;
}

.selected {
    width: 100%;
    font-weight: bold;
    text-decoration: underline;
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
    color: #000 !important;
}

.iti {
    display: flex !important;
    z-index: 10;
}


/* ACCOUNTS **/

.green {
    margin: 1%;
    background-color: darkgreen;
    border: 1px #f4f1e3 solid;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.red {
    margin: 1%;
    border: 1px #f4f1e3 solid;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.grey {
    margin: 1%;
    border: 1px #f4f1e3 solid;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.blue {
    margin: 1%;
    border: 1px #f4f1e3 solid;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
}