html, body {
    height: 100%;
}

body {
    background-color: #F3F3F5;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.4px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 2.3em;
}

small {
    font-size: 10px;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 200;
}

.navbar-toggle {
    padding: 15px 10px 5px 15px;
    margin-right: 0;
    border-radius: 0px;
    float: left;
    margin-left: 10px;
    border-color: transparent !important;
    font-size: 25px;
}

.navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-brand {
    float: left;
    padding: 18px 0px;
}

.navbar-brand img {
    height: 45px;
}

.navbar-btn {
    padding: 9px 12px;
    margin-top: 20px;
    margin-right: 10px;
}

.navbar-collapse .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar a {
    letter-spacing: 0.3px;
}

.navbar.mini {
    background: #F9C71E !important;
    opacity: .8;
}

.navbar.mini .navbar-brand img {
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -o-transform:scale(0.8);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}

.navbar-under-small {
    margin-top: 10px;
}

.navbar .nav > li > a {
    text-transform: uppercase;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav.navbar-small > li > a {
    font-size: 9.5px;
    color: #9C8B00;
}

.nav.navbar-under-small >li>a {
    color: black;
    font-size: 13px;
    margin-bottom: 3px;
}


@media (min-width: 768px) {
    .navbar-brand {
        padding: 0px;
    }

    .navbar-brand img {
        height: 60px;
    }

    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-btn, .list-item-under-divider {
        display: none !important;
    }
}

.help-block {
    font-size: 10px;
}

.logo-img {
    height:50px;
}

.description {
    text-align: center;
    margin-bottom: 40px;
}

.form-box {
    box-shadow: 1px 1px 13px #888888;
    z-index: 3;
    font-size: 13px !important;
    /*background-color: #ffffff;*/
    padding: 20px;
    max-width: 300px;
    margin:auto;
    margin-bottom: 20px;
}

.form-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.form-control {
    border-radius: 0;
}

.control-label {
    font-size: 11px;
}

.form-register .btn {
    margin-bottom: 5px;
}

.icon-block {
    padding-right: 15px;
    padding-top: 20px;
}

.box {
    float: left;
    width: 100%;
}

.box .box-item {
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.box .box-item .box-figure {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .box .box-item {
        display: block;
    }
}

.box .box-item .box-description,
.box .box-item .box-figure {
    width: 50%;
}

.box .box-item .box-figure img {
    height: 100%;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .box .box-item .box-description,
    .box .box-item .box-figure {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .box .box-item .box-figure {
        height: 400px;
    }
}

.box .box-item .box-description {
    padding: 10em 2em 10em 4em;
}

.box .box-item .box-description p {
    color: #8B898D;
    line-height: 20px;
}

@media screen and (max-width: 1200px) {
    .box .box-item .box-description {
        padding: 10em 2em 10em 2em;
    }

    .box .box-item .box-description small {
        font-size: 12px;
    }

    .box .box-item .box-description p {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .box .box-item .box-description {
        padding: 1em;
    }
}

.box .box-item.box-img-right .box-figure {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .box .box-item.box-img-right .box-figure {
        position: relative;
        top: auto;
        bottom: auto;
        height: 400px;
    }
}

footer {
    padding-top: 35px;
    padding-bottom: 35px;
    line-height: 1.6;
    background: #F3F3F5;
}

footer ul {
    margin-bottom: 25px;
}

.footer-item-title {
    margin-bottom: 10px;
}

/***** TEXT *****/
.text-grey {
    color: #A3A3A3;
}

.text-black {
    color: black;
}

.text-underlined {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

/***** BACKGROUNDS *****/
.bg-yellow {
    background: #FAC120;
}

/***** BUTTONS *****/
.btn-green {
    background: #31A931;
    color: white !important;
}


.btn-green:focus, .btn-green:hover {
    color: white;
}

.btn-yellow {
    background: #FAC120;
    color: black;
}

.btn-yellow:focus, .btn-yellow:hover {
    color: white;
}

.btn-black {
    background: black;
    color: white;
}

.btn-black:focus, .btn-black:hover {
    color: white;
}

.btn-download {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
}

/***** DOWNLOAD *****/
.download {
    min-height: 140px;
}

.download-box {
    padding-top: 20px;
    font-size: 0.9em;
    line-height: 1.3em;
}






