.modal-content {
    border-radius: 0 !important;
    box-shadow: none !important;
}

input {
    border-radius: 0 !important;
}
input:focus {
    /*border-color: #29f797 !important;*/
}

.modal-header, .modal-footer, .modal-content {
    border: none !important;
}

* {
    font-family: 'Mosk', sans-serif;
}

.navbar-brand {
    /*background-color: #202631 !important;*/
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 40px;
}
.navbar-brand > img {
    height: 30px !important;
}

div.navbar {
    background-color: #242e38 !important;
}

p, li, center {
    color: #80909e !important;
}

.well {
    background-color: #f5f9fb;
    border-radius: 0 !important;
}
.bs-sidenav li > a {
    color: #809093;
}
.bs-sidenav li.active {
    border: none;
    background-color: #242e38;
}
.bs-sidenav li:hover:not(.active) > a {
    color: #1abc9c;
    border: none;
}

.bs-sidenav li.children {
    padding-left: 15px;
}

.bs-sidenav li.second-children {
    padding-left: 30px;
}

.bs-sidenav li.second-children > a {
    padding-left: 30px;
    font-style: italic;
}

.bs-sidenav li.active > a {
    color: white !important;
}
p, div[role=main] a, div[role=main] li {
    font-size: 17px;
    line-height: 28px;
}

div[role=main] img:not([alt=icon]) {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    border: 1px solid #e7ebed;
    cursor: pointer;
}
.d-close {
    cursor: pointer;
}

div[role=main] img[alt=icon] {
    margin-top: -7px;
}

.dropdown-menu {
    border-radius: 0 !important;
    box-shadow: none;
}
footer {
    margin-bottom: 20px;
}
strong {
    color: #3f4c62;
}
h4, h3, h2 {
    margin-top: 40px;
    margin-bottom: 20px;

}

#facebox .popup {
    border: none;
    background: white;
    box-shadow: none;
    border-radius: 0;

}
#facebox .popup .content {
    border-radius: 0;
    background:white;
    padding: 0;
}

.google-translate-widget {
    padding-top: 5px;
    padding-right: 30px;
}
.google-translate-widget .goog-te-gadget {
    font-family: 'Mosk', sans-serif;
}
.google-translate-widget a {
    font-family: 'Mosk', sans-serif;
}
.google-translate-widget select {
    font-family: 'Mosk', sans-serif;
    border: none;
    background-color: white;
    padding-top: 2px;
    padding-bottom: 2px;
    box-shadow: none;
}