.navbar-brand {
    font-size: 14px;
    height: 30px;
    padding: 5px 15px;
}

.navbar {
    min-height: 30px;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #555;
    background-color: #e7e7e7;
}

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

.navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 4px 3px;
}

img {
    max-width: 100%;
    height: auto;
}

header h1 {
    margin: 0;
    padding: 0;
}

header img {
    width: 300px;
    padding: 1vh 1vw;
}

header .container-fluid {
    padding: 0 1vw;
}

.wrapper {
    padding: 0 1vw;
}
.wrapper:after {
    content: '';
    width: 100%; height: 0;
    clear: both;
    display: block;
}

.items,
.container {
    float: left;
}

.items {
    margin: 26px 5vw 15px 0;
    width: 13vw;
}

.container {
    width: 60vw;
    padding-bottom: 15px;

    max-width: 750px;
}

.container .carousel {
    width: 100%; height: 300px;
    margin-bottom: 30px;
}
.container .carousel div {
    height: 100%;
}
.container .carousel div img {
    height: 100%; width: 100%;
}

.slick-dots {
    bottom: 15px !important;
}
.slick-dots li button::before {
    color: #fff !important;
}

.preview {
    margin-left: 18vw;
}

.title {
    margin: 30px 0;
    padding: 0;
    font-size: 21px;
    color: #337ab7;
    border-bottom: 1px solid #337ab7;
}

.big-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #337ab7;
}

.feature {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.feature-text {
    font-weight: bold;
}

.text-line {
    text-decoration: underline;
}

.at-items {
    margin-bottom: 15px;
}

.items-title {
    margin-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #337ab7;
}

.items a:hover {
    text-decoration: none;
}

.items ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.items ul li {
    padding: 10px 0;
    font-size: 17px;
    list-style: none;
    border-bottom: 1px solid #337ab7;
}

.bio {
    margin-right: 15px;
    position: relative;
    float: left;
}

.bio div {
    display: inline-block;
}

.bio div:last-child {
    position: relative;
    top: -15px;
    left: 15px;
}

.stuff-text span {
    display: block;
}

.stuff-text span:nth-child(2) {
    margin-bottom: 10px;
    font-size: 13px;
}

.staff {
    margin-bottom: 30px;
}

.forms a {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.form {
    width: 39vw;
}

.form .form-group {
    margin-bottom: 30px;
}

.form .form-button {
    text-align: center;
}

.form .btn {
    margin: 0 auto;
    padding: 10px 45px;
    color: #ffffff;
    text-transform: uppercase;
    background: #337ab7;
}

.footer {
    background: #000;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;

}

.footer a, .footer p, .footer {
    color: #fff;
}

.footer a, .footer a:hover {
    text-decoration: none;
}

.footer__img {
    float: left;
}

.footer-cols {
    width: 98%;
    max-width: 1400px;
}

.footer-cols > div {
    height: 87px;
    padding-top: 10px;
    padding-bottom: 10px;

    font-size: 12px;
}

.footer-cols > div:nth-child(1) img {
    height: 50px; 
    margin: 0 5px;
}
.footer-cols > div:nth-child(1) img.appstore {
    height: 40px;
}

.footer1 {
    width: 20px;
    height: 30px;
    object-fit: contain;
}

.footer2 {
    width: 20px;
    height: 30px;
    object-fit: contain;
}

.footer3 {
    width: 20px;
    height: 12px;
    object-fit: contain;
}

.footer4 {
    width: 18px;
    height: 19px;
    object-fit: contain;
}

.footer__text {
    margin-left: 30px;
}

.footer__col-3 {
    padding-left: 0px;
}

.footer__col-3 .footer__text {
    margin-left: 40px;
}

.footer__title {
    font-weight: bold;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media screen and (min-width: 761px) and (max-width: 1024px) {
    .wrapper {
        padding: 0 3vw;
    }
    .items {
        width: 20vw;
    }
    .forms a {
        margin-bottom: 10px;
    }
    .form .form-group {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {

    .footer__col-3 {
        padding-left: 15px;
    }
}
@media screen and (max-width: 760px) {
    .container {
        width: 100%;
    }
    .title {
        margin: 15px 0;
    }
    .items {
        display: none;
    }
    .preview {
        margin-left: 0;
    }
    .bio div {
        display: block;
    }
    .bio div:last-child {
        top: 5px;
        left: 0;
    }
    .forms a {
        margin-bottom: 10px;
    }
    .form {
        width: 100%;
    }
    .form .form-group {
        margin-bottom: 10px;
    }
    .form textarea.form-control {
        height: 20vh;
    }

}