/* ============================================================
 *
 * REIN  - Real Estate Innovation Network
 *
 * 2018 powered by Tobias Kraeft
============================================================ */


/* ============================================================
  General
============================================================ */

html,
body {
    overflow-x: hidden !important;
}

body {
    font-family: 'Open Sans';
    font-weight: 400;
    padding-right: 0px !important;
    max-width: 100vw;
    letter-spacing: 0.05em;
    color: #222;
    background-color: #eee;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rajdhani';
}

a {
    color: #f2432a;
    text-decoration: none;
}

.header {
    position: absolute;
    top: 0px;
}

.header-spacer {
    margin-bottom: 60px;
}

.container {
    width: 1600px;
    position: relative;
}

.container-header {
    width: 100%;
    position: relative;
    padding: 0px 20px;
}

.container-medium {
    max-width: 1400px;
    position: relative;
}

.container-sm {
    max-width: 1200px;
    position: relative;
}

.container-small {
    max-width: 1100px;
    position: relative;
}

.container-landingpage {
    max-width: 65vw;
}

.wrapper {
    min-height: 450px;
}

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

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-justify {
    text-align: justify;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.inline {
    display: inline;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #CB3823;
}

.smaller {
    font-size: smaller;
}

.small {
    font-size: 9px;
}

.larger {
    font-size: larger;
}

.landingpage-section p {
    font-size: 16px;
}

.landingpage-section-noimg p {
    font-size: 16px;
}

strong {
    font-weight: 600;
}

.strong {
    font-weight: 600;
}

.highlight {
    color: #f2432a;
}

.disabled {
    cursor: not-allowed;
}

.warning {
    text-align: center;
}

.error {
    color: #f2432a;
    font-weight: 400;
    font-size: 12px;
}

label.error {
    margin-top: 10px;
    display: none;
}

.red a {
    font-weight: 600;
    text-decoration: underline;
}

.col-left {
    max-width: 260px;
}

.iframe-bg {
    background: transparent;
}

.mobile-show-sm {
    display: none;
}
.diss {
    color: #666 !important;
    cursor: not-allowed!important;
}
.diss:after {
    color: #666 !important;
    cursor: not-allowed!important;
}
/* ============================================================
  Bootstrap Hacks
============================================================ */
.ui-slider-handle {
    border-radius: 50% !important;;
    background: #bbb !important;
    border: 1px solid transparent !important;
        -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    width: 1.4em !important;
    height: 1.4em !important;
    
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

input,
button,
textarea {
    outline: none !important;
}

*:focus {
    outline: none !important;
}

input:required {
    box-shadow: none;
}

*:invalid {
    box-shadow: none;
}

.modal-backdrop.in {
    opacity: 0.85;
    z-index: 1000000000;
}

.modal {
    top: 50px;
    z-index: 10000000000;
}

.modal-content {
    border-radius: 2px;
}

.modal-footer {
    border: 0px;
    height: 60px;
}

body.modal-open,
html.modal-open {
    overflow: hidden !important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
    opacity: 0.5;
    z-index: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-transparent {
    background-color: #fff;
    border: 0px;
}

.btn-circle {
    width: 22px;
    height: 22px;
    text-align: center;
    padding: 0px 0px 1px 0px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 15px !important;
    background-color: #fff;
    color: #222;
    border: 2px solid #ccc;
}

.btn-circle:hover {
    background-color: #222;
    color: #fff;
}

.btn-circle.active {
    background-color: #f2432a;
    color: #ffffff;
    border: 2px solid #222;
}

.paging {
    margin: 50px 0;
}

.pagination {
    margin: 10px 0px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.pagination li a {
    border: 1px solid #ddd;

}

.pagination > li:first-child > a {
    border-radius: 0px;
}

.pagination > li:last-child > a {
    border-radius: 0px;
}

.number-container {
    float: left;
}

.pagination-container {
    display: inline;
}

.blured {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.dropdown-menu {
    border: 0px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.dropdown-right {
    left: auto;
    right: 0;
}

.switch {
    padding: 20px 10px;
    border: 2px dashed #eee;
}

.switch:hover {
    background: #f2f2f2 !important;
    border: 2px dashed #ccc;
}

.shadow {
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

/* ============================================================
  Icons
============================================================ */
.ion-xs {
    font-size: 8px;
}

.ion-s {
    font-size: 16px;
}

.ion-m {
    font-size: 22px;
}

.ion-l {
    font-size: 32px;
}

.ion-xl {
    font-size: 42px;
}

.ion-xxl {
    font-size: 62px;
}

.ion-r {
    font-size: 34px;
}

.ion-menu {
    width: 30px;
}

.icon-s {
    height: 15px;
    width: auto;
}

.icon-m {
    height: 25px;
    width: auto;
}

.icon-l {
    height: 50px;
    width: auto;
}

.icon-xl {
    height: 75px;
    width: auto;
}

.icon-xxl {
    height: 100px;
    width: auto;
}
.loader {
    display: none;
}

/* ============================================================
 Buttons
============================================================ */

.btn {
    border-radius: 2px;
    font-weight: 600;
}

.btn-primary {
    background-color: #f2432a;
    border: 0px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    color: #fff;
    background-color: #CB3823;
    border-color: #CB3823;
}

.btn-default {
    border: 0px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn-border {
    border: 1px solid #ccc;
    background: #fff;
    color: #222
}

.btn-back {
    color: #444;
    border: 0px;
    position: absolute;
    top: 20px;
    left: -100px;
    z-index: 100;
    font-size: 12px;
    vertical-align: baseline;
}

.btn-back:hover {
    color: #f2432a;
}

.btn-edit {
    background: rgba(0, 0, 0, 0.0);
    color: #222;
    border: 0px;
    position: absolute;
    z-index: 100;
}

.btn-edit:hover {
    color: #f2432a;
}

.btn-border:hover {
    border: 1px solid #ccc;
    background: #ccc;
    color: #222;
}

.btn-outline,
.btn-outline:active,
.btn-outline:visited {
    background: transparent;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    color: #fff !important;
}

.btn-outline:hover {
    background: #fff;
    color: #f2432a !important;
}

.btn-light {
    background: transparent;
    color: #999;
}

.btn-disabled {
    opacity: 0.25;
}

.btn-light:hover {
    color: #222;
}

.btn-big {
    font-size: 20px;
    font-weight: 400;
    padding: 8px 16px;
}

.btn-pro {
    position: relative;
    display: block;
    background: #fff;
    color: #404040;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
    max-width: 100px;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn-social {
    position: relative;
    display: block;
    background: #fff;
    color: #404040;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    width: 40px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn-social:hover {
    background: #74000d;
    color: #fff !important;
}

.btn-profile {
    position: relative;
    background: #ffffff;
    color: #404040;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
    min-width: 200px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn-profile:hover {
    background: #f6f6f6;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn-profile-icon {
    position: relative;
    float: left;
}

.btn-profile-text {
    position: relative;
    display: inline;
    float: right;
}

.btn-uploader {
    background: transparent;
    color: #444;
    border: 1px solid transparent;
}

.btn-uploader:hover {
    background: transparent;
    color: #222;
    border: 1px solid transparent;
}

.btn-fileupload {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color: #222;
    background: #eee;
    border: 2px dashed #ddd;
    text-align: center;
}

.btn-fileupload:hover {
    background: #ddd;
}

.btn-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.75);
    border: 0px solid;
    float: right;
    margin-right: 0px;
}

.profile-block-header:hover .btn-bg {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    border: 0px solid;
}

.profile-block-header:hover .btn-bg:hover {
    background: rgba(0, 0, 0, 0.25);
    color: #f2432a;
    border: 0px solid);
}

.btn-edit {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    border: 0px solid;
    margin-right: 0px;
}

.profile-block:hover .btn-edit {
    background: transparent;
    color: rgba(0, 0, 0, 0.75);
    border: 0px solid;
}

.profile-block:hover .btn-edit:hover {
    background: transparent;
    color: #f2432a;
    border: 0px solid;
}

.btn-edit-founder {
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    border: 0px solid;
}

tr:hover .btn-edit-founder {
    color: rgba(0, 0, 0, 0.75);
}

tr:hover .btn-edit-founder:hover {
    color: #f2432a;
}

.btn-searchbar {
    background: #f2432a;
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.btn-searchbar:hover,
.btn-searchbar:focus {
    background: #f2432a;
    color: #ffffff;
}

.btn-searchbar-white {
    background: #ffffff;
    color: #222;
    height: 50px;
    width: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.btn-searchbar-white:hover,
.btn-searchbar-white:focus {
    color: #f2432a;
}

.btn-delete {
    background: transparent;
    color: #f2432a;
    font-size: 12px;
    border: 0px;
}

.btn-delete:hover {
    color: #74000d;
}

#btn-bg-left {
    position: absolute;
    left: 25px;
    top: 25px;
}

#btn-bg-right {
    position: absolute;
    right: 25px;
    top: 25px;
}

.btn-view,
.btn-sort2 {
    margin: 4px;
    display: inline;
    background: transparent;
    color: #222;
}

.btn-view.active,
.btn-sort2 {
    background: #ddd;
    color: #222;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn-sort {
    background: transparent;
    border: 0px;
    width: auto;
    padding: 0px;
    margin-top: -6px;
}

.btn-sort.active {
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.0);
}

.btn-sort2:after {
    color: #222;
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.btn-sort3 {
    background: transparent;
    border: 0px;
    width: 100%;
    text-align: left;
}

.btn-search {
    color: #222;
    font-size: 18px;
    background: transparent;
    margin-top: 2px;
    font-family: "Rajdhani";
}

.btn-search-cancel {
    color: #222;
    font-size: 18px;
    background: transparent;
    margin-top: 2px;
    font-family: "Rajdhani";
}

.btn-drop {
    color: #222;
    font-size: 18px;
    background: transparent;
    margin-top: 2px;
    margin-right: 30px;
    font-family: "Rajdhani";
}

.btn-drop:after {
    color: #222;
    content: '\f0d7';
    font-family: 'FontAwesome';
    margin-left: 8px;
}

.btn-sort3.active {
    background: #ccc;
}

.btn-view:hover {
    background: transparent;
    color: #222;
}

a .btn-admin,
.btn-admin {
    text-align: left;
    width: 100%;
    background: #eee;
    border: 1px solid #ccc;
    color: #222;
    font-weight: 400;
}

.btn-admin:hover {
    width: 100%;
    color: #fff;
    background: #444;
    border: 1px solid #222;
}

.formsort {
    display: inline;
}

.select-sort {
    display: inline-block;
    padding: 0px;
}

.btn-filter {
    background: #f2f2f2;
    border: 1px solid #ddd;
    text-align: left;
    width: 100%;
    font-weight: 600;
    margin-top: -1px;
}

.btn-filter:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #222;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 4px;
    pointer-events: none;
    z-index: 1;
}

.btn-filter-click:after {
    content: '\f0de';
    font-family: 'FontAwesome';
    color: #222;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 8px;
    pointer-events: none;
    z-index: 1;
}

.btn-filter-active {
    background: #f6f6f6;
    color: #222;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.btn-filt {
    width: 100%;
    border-radius: 0px;
}

.btn-loader {
    background: url("assets/img/loading2.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    opacity: 0;
    color: #999;
    font-weight: 400;

    padding: 10px 35px !important;
    font-weight: 400;
}

.btn-loaderPDF {
    background: url("assets/img/loading2.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    opacity: 0;
    color: #999;
    font-weight: 400;

    padding: 10px 35px !important;
    font-weight: 400;
}

.save-button {
    display: none;
}

.profile-status {
    position: absolute;
    left: 25px;
    top: 25px;
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.75);
}

.alert-success {
    background: #009521;
    color: #fff;
    border-radius: 0px;
}

.profile-ribbon-toplist {
    width: 200px;
    background: #f2432a;
    position: absolute;
    top: 1px;
    right: -65px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 600;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* ============================================================
  Slim
============================================================ */
.slim-btn {
    font-size: 1em;
    background-image: none;
}

.slim-btn-upload {
    background: #009521;
}

.slim-btn-remove {
    background: #f2432a;
}

.slim-upload-status[data-state="success"] {
    background-color: #009521;
    color: #fff;
}

.slim-loader-background {
    stroke: rgba(0, 0, 0, 0.25);
}

.slim-loader-foreground {
    stroke: rgba(0, 0, 0, 0.65);
}

.slim[data-state*='preview'] .slim-loader-background {
    stroke: rgba(255, 255, 255, 0.25);
}

.slim[data-state*='preview'] .slim-loader-foreground {
    stroke: #009521;
}

.slim .slim-area .slim-result img {
    top: 50%;
    transform: translateY(-50%);
}

.slim .slim-area .slim-status .slim-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    right: 5px;
    margin: 0 auto;
}

.slim img {
    background-image: none;
    background-color: #fff;
}

.slim .slim-btn-group {
    bottom: -75px;
}

#upload-founder {
    max-height: 200px;
    max-width: 200px;
    border-radius: 50%;
    margin: 20px auto 100px auto;
    border: 2px dashed #ddd;
    background-color: #fff;
}

#upload-logo {
    height: 200px;
    width: 200px;
    margin: 20px auto 100px auto;
    border: 2px dashed #ddd;
    ;
    background-color: #fff;
}

#upload-bg {
    width: 890px;
    height: 280px;
    margin: 20px auto 100px auto;
    border: 2px dashed #ddd;
    background-color: #fff;
}


/* ============================================================
  Filepicker
============================================================ */

.fileinput {
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.fileinput input {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
}

.drop-window {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    position: fixed;
    z-index: 250000;
    text-align: center;
    pointer-events: none;
    transition: opacity 250ms;
    background: rgba(52, 73, 94, 0.62);
}

.drop-window-content {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 2px dashed #fff;
}

.drop-window-content h3 {
    left: 0;
    right: 0;
    top: 50%;
    padding: 0;
    color: #fff;
    font-size: 34px;
    margin: -8px 0 0;
    position: absolute;
    transform: translateY(-50%);
}

.drop-window-content h3 .fa {
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

.column-preview,
.column-name,
.column-size,
.column-action {
    border-top: 0px solid #fff !important;
    border-bottom: 1px solid #ddd !important;
}

.upload-template td {
    border-top: 0px solid #fff !important;
    border-bottom: 0px solid #ddd !important;
}


/* ============================================================
  Header
============================================================ */
.navbar {
    border: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    position: fixed;
}

.navbar-nav-main .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.navbar-nav-main .dropdown-menu li {
    display: block;
    list-style: none;
    padding: 0px;
    width: 100%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #999;
}

.nav > li > a {
    padding: 10px 10px;
}

.navbar-nav-main .dropdown.open .dropdown-toggle {
    background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-nav-main .dropdown-menu li a {
    color: #666;
    margin: 0px 0px;
    padding: 10px;
    border-top: 4px solid transparent !important;
}

.navbar-nav-main .dropdown-menu li a:hover {
    color: #222;
    background: transparent;
}

.navbar-nav-main .dropdown-menu > .active > a {
    background: transparent;
    color: #222;
    border-top: 0px;
    border-bottom: 2px solid #f2432a;
}

.navbar-nav-main .dropdown-menu li.active a {
    color: #222;
        border-top: 4px solid transparent;
}

.navbar-main {
    margin-top: 0px;
    background: #222;
    color: #fff;
    height: 60px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    z-index: 10001;
}

.navbar-white {
    color: #222;
    background: #fff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.navbar-white2 {
    color: #222;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f6f6f6;
}

.navbar-trans {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f6f6f6;
}

.navbar-red {
    color: #fff;
    background: #f2432a;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.navbar-main-red {
    background: #74000d;
}

.navbar-nav-main-left {
    margin-left: 80px;
}

.navbar-nav-main li a {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 4px solid transparent;
}

.navbar-trans .navbar-nav-main li a {
    color: #222;
    font-weight: 600;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 4px solid transparent;
}

.navbar-red .navbar-nav-main li a {
    color: #fff;
    border-top: 4px solid transparent;
}

.navbar-nav-main li a.nav-highlight {
    background: #f2432a;
    color: #fff;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: -20px;
    border-radius: 0px;
}

.navbar-white li a {
    color: #222;
}

.navbar-nav-main li.highlight a {
    padding-top: 18px;
    padding-bottom: 12px;
}

.navbar-nav-main li a:hover,
.navbar-nav-main li a:focus {
    background: rgba(255, 255, 255, 0.1);
}

.navbar-white li a:hover,
.navbar-white li a:focus {
    background: #f6f6f6;
}

.navbar-nav-main li a.nav-highlight:hover,
.navbar-nav-main li a.nav-highlight:focus {
    background: #74000d;
}

.navbar-nav-main li.active a.nav-highlight {
    color: #fff;
}

.link-highlight {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #f2432a;
    padding: 6px 10px;
    margin-top: -6px;
}

.link-highlight:hover {
    color: #fff;
    background: #74000d;

}

.navbar-red .navbar-nav-main .dropdown-menu li a {
    color: #444;
}

.navbar-white li.active a {
    color: #222;
}

.navbar-nav-main li.active a {
    border-top: 4px solid #f2432a;
    color: #222;
}

.navbar-red .navbar-nav-main li.active a {
    border-top: 4px solid #fff;
    color: #FCD0CA;
}

.navbar-main-red .navbar-nav-main li.active a {
    border-top: 4px solid #fff;
}

.logo {
    height: 40px;
    width: auto;
    margin-top: 10px;
}

.logo-landingpage {
    height: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.logo-black {
    height: 40px;
    width: auto;
    margin-top: 10px;
    display: none;
}

.logo-vip {
    margin-left: 12px;
}

.logo-big {
    height: 80px;
    width: auto;
}

.navbar-toggle .icon-bar {
    background: #f2432a;
    height: 3px;
    border-radius: 0px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border-radius: 0px;
}

.divider {
    height: 1px;
    width: 40px;
}

.order-logo {
    height: 75px;
    display: inline;
    margin: 10px 5px;
}

.booking-img {
    width: 100%;
    max-width: 600px;
    border: 1px solid #eee;
    margin: 5px auto;
}

/* ============================================================
  Landingpage
============================================================ */

.landingpage-right {
    position: fixed;
    width: 30vw;
    height: 100vh;
    right: 0px;
    top: 0px;
    z-index: 10002;
}

.landingpage-left {
    position: relative;
    width: 70vw;
    min-height: 100vh;
    left: 0px;
    padding-top: 60px;
}

.landingpage-left-inner {

    min-height: 100vh;
}

.landingpage-title {
    font-family: 'Rajdhani';
    text-align: center;
    display: inline;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    background: #f2432a;
    padding: 2px 4px;
}

.landingpage-section {
    padding: 50px 0px;
}

.landingpage-section h2 {
    font-size: 38px;
}

.landingpage-section-img {
    padding: 175px 50px;
    background-color: #404040;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.landingpage-section-noimg {
    padding: 100px 50px;
}

.landingpage-section-img2 {
    height: 350px;
    background-color: #404040;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.landingpage-section-noimg2 {
    padding: 75px 50px;
}

.corner-ribbon {
    width: 450px;
    background: #f2432a;
    position: absolute;
    top: 25px;
    left: -150px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #f0f0f0;
    font-size: 18px;
    font-weight: 600;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon-large {
    width: 600px;
    background: #f2432a;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #f0f0f0;
    font-size: 42px;
    font-weight: 600;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

ul.howtoapply li {
    list-style: decimal;
    font-size: 22px;
    line-height: 40px;
    margin: 5px 0px;
}

ul.criterials {
    padding: 0px;
}

ul.criterials li {
    list-style: none;
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0px;
}

ul.criterials li p {
    font-size: 14px;
    line-height: 20px;
}

ul.criterials li:before {
    content: "\f061";
    font-family: 'FontAwesome';
    color: #f2432a;
    padding-right: 10px;
}

ul.survey-nav li {
    list-style: decimal;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0px;
    font-weight: 600;
    color: #f2432a;
}

.benifits {
    font-size: 26px;
}

.benifits2 {
    font-size: 18px;
}

.date1 {
    font-size: 22px;
}

.date2 {
    font-size: 16px;
}

.sponsor-img {
    height: 100px;
    width: auto;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    border: 4px solid #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5);
}

.feature {
    padding: 50px 0px;
}

.feature1 {
    font-size: 18px;
    text-transform: uppercase;
}

.feature2 {
    font-size: 38px;
    font-weight: 400;
}

.quote1 {
    font-size: 18px;
}

.quote2 {
    font-size: 14px;
    color: #f2432a;
}

/* ============================================================
 Cookie Directive 
============================================================ */

#cookie-directive-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    opacity: 1;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000000000;
    webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

#cookie-directive-container.active {
    display: none;
}

.cookie-directive-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 14px 12px;
}

.cookie-directive-link {
    margin-left: 5px;
    color: #f2432a;
    font-style: italic;
}
.cookie-directive-button {
   text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}


/* ============================================================
  Page
============================================================ */

.page-header {
    min-height: 200px;
    margin: 0px;
    background: #fff;
    color: #222;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.page-header-db-outer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 25%;
}

.page-header-db {
    min-height: 0px;
    margin: 0px;
    margin-top: -60px;
    padding-top: 60px;
    background: transparent;
    color: #222;
    text-align: center;
    background-repeat: repeat;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.page-header-db-white {
    height: 300px;
    margin: 0px;
    background: #fff;
    color: #222;
    text-align: center;
}

.page-header-landingpage {
    min-height: 600px;
}

.page-header-landingpage-small {
    min-height: 400px;
}

.page-header-step {
    font-size: 20px;
    color: #f2f2f2;
    padding-top: 25px;
}

.page-header-top {
    font-size: 20px;
    color: #f2f2f2;
    padding-top: 75px;
}

.page-header-title {
    font-family: 'Rajdhani';
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
    color: #222;
    padding-top: 30px;
    text-transform: uppercase;
}

.page-header-title-db {
    font-family: 'Rajdhani';
    font-size: 52px;
    line-height: 36px;
    font-weight: 600;
    color: #222;
    padding-top: 30px;
}

.api-header-title {
    font-family: 'Rajdhani';
    font-size: 42px;
    line-height: 1.75em;
    background: #f2432a;
    box-shadow: 5px 0 0 #f2432a, -5px 0 0 #f2432a;
    margin-top: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: inline;
    padding: 0 5px;
}

.api-header-subtitle1 {
    font-family: 'Rajdhani';
    font-size: 28px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 20px;
    margin: 0 auto;
}

.api-header-subtitle2 {
    font-size: 18px;
    padding-top: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.page-header-title-landingpage {
    font-size: 60px;
}

.page-header-title-order {
    font-family: 'Rajdhani';
    font-size: 46px;
    line-height: 46px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
}

.page-header-pretitle {
    font-size: 16px;
    color: #222;
    padding-top: 20px;
    font-weight: 600;
    max-width: 800px;
    margin: 0 auto;
}

.page-header-subtitle {
    font-size: 22px;
    color: #222;
    padding-top: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.page-header-subtitle-small {
    font-size: 16px;
    color: #222;
    padding-top: 10px;
    max-width: 500px;
    margin: 0 auto;
}


.page-header-subtitle-landingpage p {
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    padding: 3px 8px;
    margin-top: 10px;
    display: inline;
    line-height: 40px;
}

/* ============================================================
  Form
============================================================ */

.form-block {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.form-block-settings {
    min-height: 175px;
}

.form-block-settings:hover {
    background: #eee;
    cursor: pointer;
}

.form-block-modal {
    margin: 0px auto;
    padding: 10px 40px;
    background: #ffffff;
    border-top: 1px solid #ddd;
}

.form-block-order {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #ddd;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.form-login {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.form-login-small {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.form-question {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.form-question-nr {
    margin-right: 10px;
}

.form-question-modal {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.form-title {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.form-title-label {
    font-size: 10px;
    color: #666;
    margin-left: 4px;
    margin-bottom: -2px;
}

.form-custom-title {
    margin-left: 0px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    font-style: italic;
}

.form-buttons {
    margin-bottom: 120px;
}

textarea {
    width: 99%;
    max-width: 100%;
    margin: 10px 0px -5px 0px;
    padding: 8px 8px 6px 8px;
    font-size: 16px;
    border: 2px solid #a9a9a9;
}

textarea:focus {
    border: 2px solid #f2432a;
}

.textarea {
    min-height: 40vh;
    max-width: 100%;
    min-width: 100%;
}

input.holo-login {
    width: 99%;
    font-size: 14px;
    margin: 0px;
    padding: 8px 8px 6px 8px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    background-size: 2px 4px, 2px 2px, 2px 4px;
}

input.shads {
    width: 99%;
    font-size: 14px;
    margin: 0px;
    padding: 20px 10px 5px 10px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

input.holo-question {
    width: 99%;
    font-size: 16px;
    margin: 20px 0px 0px 0px;
    padding: 8px 8px 6px 8px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    background-size: 2px 4px, 2px 2px, 2px 4px;
}

input.holo-order {
    width: 100%;
    font-size: 14px;
    margin: 20px 0px 0px 0px;
    padding: 16px 8px 6px 8px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    background-size: 2px 4px, 2px 2px, 2px 4px;
}

input.holo-input {
    width: 99%;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    padding: 6px 6px 6px 6px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    background-size: 2px 4px, 2px 2px, 2px 4px;
}

input.holo-question-custom {
    margin: 5px 0px 5px 0px;
}

input.holo-search {
    padding: 6px 6px 6px 6px;
    outline: none;
    border: none;
    background: bottom left linear-gradient(#ccc, #ccc) no-repeat, bottom center linear-gradient(#ccc, #ccc) repeat-x, bottom right linear-gradient(#ccc, #ccc) no-repeat;
    background-size: 4px 8px, 4px 4px, 4px 8px;
}

.bar {
    position: relative;
    display: block;
    width: 99%;
}

.bar:before,
.bar:after {
    content: '';
    height: 8px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: bottom left linear-gradient(#f2432a, #f2432a) no-repeat, bottom center linear-gradient(#f2432a, #f2432a) repeat-x, bottom right linear-gradient(#f2432a, #f2432a) no-repeat;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
    background-size: 2px 0px, 2px 2px, 2px 4px;
}

.bar:after {
    right: 50%;
    background-size: 2px 4px, 2px 2px, 2px 0px;
}

.form-wrapper-order .bar {
    width: 100%;
}

/* active state */
.holo-input:focus ~ .bar:before,
.holo-input:focus ~ .bar:after {
    width: 50%;
}

.holo-question:focus ~ .bar:before,
.holo-question:focus ~ .bar:after {
    width: 50%;
}

.holo-order:focus ~ .bar:before,
.holo-order:focus ~ .bar:after {
    width: 50%;
}

.holo-login:focus ~ .bar:before,
.holo-login:focus ~ .bar:after {
    width: 50%;
}

/* LABEL ======================================= */


.form-wrapper label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form-wrapper label.error {
    font-size: 10px;
    margin-top: 30px;
    display: none;
}

.form-wrapper-order {
    background: #f9f9f9;
}

.form-wrapper-order label {
    top: 12px;
}


.form-wrapper .select-wrapper label {
    display: none;
}

.form-wrapper label.label-textarea {
    left: 8px;
    top: 16px;
}

/* active state */
.form-wrapper .holo-question:focus ~ label,
.form-wrapper .holo-question:valid ~ label {
    top: -10px;
    font-size: 10px;
    color: #666;
}

.form-wrapper-order .holo-order:focus ~ label,
.form-wrapper-order .holo-order:valid ~ label {
    top: 2px;
    font-size: 8px;
    color: #666;
}

.form-wrapper .holo-input:focus ~ label,
.form-wrapper .holo-input:valid ~ label {
    top: -10px;
    font-size: 10px;
    color: #666;
}

.form-wrapper .holo-login:focus ~ label,
.form-wrapper .holo-login:valid ~ label {
    top: -10px;
    font-size: 10px;
    color: #666;
}

.form-wrapper .shads:focus ~ label,
.form-wrapper .shads:valid ~ label {
    top: 2px;
    font-size: 10px;
    color: #666;
}

.form-wrapper .holo-login:focus ~ label.error,
.form-wrapper .holo-login:valid ~ label.error {
    top: 8px;
    color: #666;
}

.form-wrapper .shads:focus ~ label.error,
.form-wrapper .shads:valid ~ label.error {
    top: 16px;
    color: #666;
}

.form-wrapper textarea:focus ~ label,
.form-wrapper textarea:valid ~ label {
    top: -10px;
    font-size: 10px;
    color: #666;
}

.form-wrapper .select-wrapper select:focus ~ label,
.form-wrapper .select-wrapper select:valid ~ label {
    top: -10px;
    font-size: 10px;
    color: #666;
    display: block;
}

.form-wrapper-order .select-wrapper select:focus ~ label,
.form-wrapper-order .select-wrapper select:valid ~ label {
    top: 2px;
    font-size: 10px;
    color: #666;
    display: block;
}

.form-wrapper {
    position: relative;
}

.charnum {
    text-align: right;
    margin: 5px 10px;
    color: #999;
    font-size: 12px;
}

select.holo-question {
    width: 99%;
    font-size: 16px;
    margin: 20px 0px 5px 0px;
    padding: 8px 8px 6px 10px;
    position: relative;
    display: block;
    outline: none;
    border-radius: 0px;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    border: 0px;
    background-size: 2px 4px, 2px 2px, 2px 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.holo-login {
    width: 99%;
    font-size: 16px;
    margin: 8px 0px 5px 0px;
    padding: 8px 8px 6px 10px;
    position: relative;
    display: block;
    outline: none;
    border-radius: 0px;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    border: 0px;
    background-size: 2px 4px, 2px 2px, 2px 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.holo-order {
    width: 100%;
    font-size: 16px;
    margin: 20px 0px 5px 0px;
    padding: 12px 8px 6px 10px;
    position: relative;
    display: block;
    outline: none;
    border-radius: 0px;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    border: 0px;
    background-size: 2px 4px, 2px 2px, 2px 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.holo-input {
    width: 99%;
    font-size: 16px;
    margin: 0px;
    padding: 6px 6px 4px 8px;
    position: relative;
    display: block;
    outline: none;
    border: 0px;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    background-size: 2px 4px, 2px 2px, 2px 4px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.holo-filter {
    width: 99%;
    font-size: 14px;
    margin: 10px 0px 5px 0px;
    padding: 8px 8px 6px 10px;
    position: relative;
    display: block;
    outline: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    background: #ffffff;
    background-size: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.holo-question.small {
    margin: 10px 0px 5px 0px;
    padding: 6px 4px 6px 5px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    background-size: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: #ffffff;
    color: #404040;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
    min-width: 200px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

select.holo-input:focus,
select.holo-question:focus {
    background: bottom left linear-gradient(#f2432a, #f2432a) no-repeat, bottom center linear-gradient(#f2432a, #f2432a) repeat-x, bottom right linear-gradient(#f2432a, #f2432a) no-repeat;
    background-size: 2px 4px, 2px 2px, 2px 4px;
}

.select-wrapper {
    position: relative;
}

.select-wrapper.small {
    position: relative;
    width: 200px;
}

.select-wrapper.filter {
    position: relative;
    width: 150px;
}

.select-wrapper:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #222;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    pointer-events: none;
    z-index: 1;
}

.select-wrapper.select-order:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #222;
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
    z-index: 1;
}

.select-wrapper.small:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #222;
    display: inline;
    position: absolute;
    right: 10px;
    top: 3px;
    pointer-events: none;
    z-index: 1;
}

.select-wrapper.filter:before {
    content: '\f0d7';
    font-family: 'FontAwesome';
    color: #222;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 17px;
    pointer-events: none;
    z-index: 1;
}

select:disabled {
    color: #ccc;
}

input[type=checkbox] {
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    height: 25px;
    width: 25px;
    top: 6px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
}

input[type=checkbox].checkbox-small {
    height: 15px;
    width: 15px;
    top: 2px;
}

input[type=checkbox]:checked {
    background: #f2432a !important;
    border: 1px solid #f2432a;
    position: relative;
}

input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 6px;
    top: 6px;
}

input[type=checkbox].checkbox-small:checked:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
    color: #ffffff;
    position: absolute;
    left: 2px;
    top: 1px;
}
input[type=radio].btn-asc:before {
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 10px;
    color: #222;
    position: absolute;
    left: 0px;
    top: -8px;
}
input[type=radio].btn-desc:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 10px;
    color: #222;
    position: absolute;
    left: 0px;
    top: -8px;
}
input[type=radio].btn-asc:checked:before, input[type=radio].btn-desc:checked:before {
    color: #888;
}
input[type=radio] {
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    top: 6px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=radio].btn-asc, input[type=radio].btn-desc, input[type=radio].btn-asc:checked, input[type=radio].btn-desc:checked  {
    background: transparent !important;
    border: 0px solid #ddd;
    height:10px;
    width: 10px;
    top: 6px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


input[type=radio].radio-small {
    height: 15px;
    width: 15px;
    top: 2px;
}

input[type=radio]:checked {
    background: #fff !important;
    border: 6px solid #f2432a;
    position: relative;
}

input[type=radio].radio-small:checked:before {
    font-size: 18px;
    color: #f2432a;
    position: absolute;
    left: 0px;
    top: -3px;
}

input[type=radio].radio-order {
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    height: 25px;
    width: 25px;
    top: 0px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
}

input[type=radio].radio-order:checked {
    background: #f2432a !important;
    border: 1px solid #f2432a;
    position: relative;
}

input[type=radio].radio-order:checked:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 6px;
    top: 6px;
}

input[type=checkbox].checkbox-order {
    background: #fff !important;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    height: 25px;
    width: 25px;
    top: 0px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
}

input[type=checkbox].checkbox-order:checked {
    background: #f2432a !important;
    border: 1px solid #f2432a;
    position: relative;
}

input[type=checkbox].checkbox-order:checked:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    left: 6px;
    top: 6px;
}

ul.checkbox-list {
    list-style: none;
    padding-left: 0px;
}

ul.checkbox-list li {
    margin-top: 15px;
}

ul.checkbox-list li label {
    display: inline;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
}

ul.checkbox-list-small {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    max-height: 300px;
    overflow-y: auto;
}

ul.checkbox-list-small li.separator {
    margin-top: 0px;
    background: #eee;
    height: 2px;
    padding: 0px;
}

ul.checkbox-list-status {
    list-style: none;
    padding-left: 0px;
    display: inline;
}

ul.label-list {
    list-style: disc;
}

ul.label-list li {
    margin-top: 5px !important;
}

ul.checkbox-list-small li {
    margin-top: 2px;
}

ul.checkbox-list-small li label {
    display: inline;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
}

ul.list-rocket,
ul.list-building,
ul.list-money {
    padding-left: 0px;
}

ul.list-rocket li,
ul.list-building li,
ul.list-money li {
    list-style: none;
    font-weight: 400;
}

ul.list-rocket li:before {
    content: '\f135';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #f2432a;
    margin-right: 10px;
}

ul.radio-list {
    list-style: none;
    padding-left: 0px;
}

ul.radio-list li {
    margin-top: 15px;
}

ul.radio-list li label {
    display: inline;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
}

ul.radio-list-small {
    list-style: none;
    padding-left: 0px;
}

ul.radio-list-small li {
    margin-top: 2px;
}

ul.radio-list-small li label {
    display: inline;
    margin-left: 20px;
    font-size: 12px;
    font-weight: 400;
}

ul.radio-list-order {
    list-style: none;
    padding-left: 0px;
}

ul.radio-list-order li {
    margin-top: 20px;
}

ul.radio-list-order li label {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}

ul.checkbox-list-order {
    list-style: none;
    padding-left: 0px;
}

ul.checkbox-list-order li {
    margin-top: 20px;
}

ul.checkbox-list-order li label {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}

td.order-table-left {
    vertical-align: top;
    padding-right: 20px;
}

.radio-table {
    list-style: none;
    padding-left: 0px;
}

.radio-table tr td {
    height: 75px;
    min-width: 50px;
    vertical-align: middle;
}

.radio-table label {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 400;
}

.radio-table input[type=radio] {
    top: 0px;
}

#form-company-container {
    position: relative;
}

#form-company-logo {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #ddd;
    font-size: 20px;
    color: #8C8979;
    text-align: center;
    padding-top: 34px;
    position: relative;
}

#form-company-logo-empty {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #ddd;
    font-size: 20px;
    color: #8C8979;
    text-align: center;
    padding-top: 34px;
}

#form-company-bg {
    height: 100px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #ddd;
    font-size: 20px;
    color: #8C8979;
    text-align: center;
    padding-top: 34px;
}

#form-company-bg-empty {
    height: 100px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #ddd;
    font-size: 20px;
    color: #8C8979;
    text-align: center;
    padding-top: 34px;
}

.form-delete-image {
    font-size: 12px;
    color: #f2432a;
    padding: 2px;
    text-align: center;
    width: 100px;
    margin-top: 2px;
}

.form-delete-image:hover {
    background: #f2432a;
    color: #ffffff;
    padding: 2px;
    text-align: center;
    width: 100px;
    margin-top: 2px;
    cursor: pointer;
}

.pdf-document {
    height: 40px;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 7px 10px;
}

.pdf-document:hover {
    cursor: pointer;
}

.pdf-document:hover:before {
    content: '\f1c1';
    font-family: 'FontAwesome';
    color: #f2432a;
    font-size: 16px;
    right: 25px;
    top: 10px;
    cursor: pointer;
    position: absolute;
    text-align: center;
}

/* ============================================================
  Profile
============================================================ */
.profile-container-outer {
    background: #fff;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 8px solid #fff;
}

.profile-header-title {
    font-family: 'Rajdhani';
    font-size: 32px;
    font-weight: 600;
    color: #222;
}

.profile-header-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    font-style: italic;
}

.profile-header-subtitle-2 {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.profile-header-topic {
    font-size: 15px;
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
}

.profile-header-headquarter {
    font-size: 13px;
    color: #222;
    padding-top: 10px;
}

.profile-company-logo-outer {
    height: 200px;
    width: 200px;
    margin: 20px auto 0px auto;
    z-index: 100px;
    background: #fff;
    position: relative;
    padding: 8px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.profile-company-logo {
    height: 180px;
    width: 180px;
    margin: auto;
    z-index: 100px;
    background: #fff;
    position: relative;
    padding: 4px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.profile-company-logo-outer-rating {
    height: 150px;
    width: 150px;
    z-index: 100px;
    background: #ffffff;
    position: relative;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.profile-company-logo-inner {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-company-logo-inner-rating {
    height: 140px;
    width: 140px;
    margin: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.profile-about {
    font-size: 12px;
}

.profile-about-text {
    margin: 40px 10px;
    font-size: 12px;
    text-align: center;
}

.hover:hover .profile-company-logo-inner {
    opacity: 0.1;
}

.hover:hover #delete-logo,
.hover:hover #edit-logo {
    opacity: 1;
}

.link-social {
    color: #f2432a;
    margin-right: 5px;
}

.link-social-vip {
    color: #f2432a;
    font-size: 16px;
    margin-right: 5px;
}

.link-social:hover,
.link-social-vip:hover {
    color: #CB3823;
}

#delete-logo {
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 0px;
}

#edit-logo {
    opacity: 0;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

#add-logo {
    opacity: 1;
    position: absolute;
    margin: auto;
    width: 90%;
    height: 90%;
    text-align: center;
    background: #ccc;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

.profile-block-header {
    position: relative;
    width: 100%;
    margin: 15px auto -16px auto;
    padding: 10px;
    background: #222;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.profile-block-header-fancy {
    margin: 0px auto -16px auto;
}

.profile-block {
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.profile-block-top {
    background-color: transparent;
    border-radius: 0px;
    text-align: left;
    margin-top: 70px;
    padding: 20px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.profile-block-top2 {
    background-color: transparent;
    border-radius: 0px;
    text-align: left;
    margin-top: 10px;
    padding: 20px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.profile-block-image {
    margin-top: 0px;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    height: 260px;
    border: 4px solid #fff;
    border-radius: 2px;
    text-align: center;
    margin-top: -4px;
    margin-bottom: -70px;
}

.profile-block-right {
    width: 100%;
    margin-top: 15px;
    padding: 0px;
    background: transparent;
    border: 1px solid transparent;
    text-align: left;
}

.profile-block-left {
    width: 100%;
    margin: 15px auto;
    padding: 0px;
    background: transparent;
    border: 1px solid transparent;
    text-align: right;
}

.profile-block-rating {
    width: 100%;
    margin: 30px auto;
    padding: 20px 0px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.profile-block-title {
    display: inline;
    float: left;
    font-family: "Rajdhani";
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.profile-block-title-presented {
    display: inline;
    float: left;
    font-family: "Rajdhani";
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}


.profile-block-title-rating {
    display: block;
    font-family: "Rajdhani";
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.profile-block-title-small {
    display: inline;
    float: left;
    font-family: "Rajdhani";
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 5px;
}

.profile-block-survey {
    margin-top: 30px;
    margin-bottom: 30px;
}

.profile-block-survey-question {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.profile-block-survey-answer {
    font-weight: 400;
    font-size: 14px;
    background: #f9f9f9;
    padding: 14px;
    border: 1px dashed #ddd;
}

.profile-block-visible {
    display: inline;
    float: right;
}

.profile-block p {
    clear: both;
}

.profile-table {
    border-color: transparent;
}

.profile-table thead tr th {
    color: #8C8979;
    padding: 8px 0px;
}

.profile-table tbody tr td {
    border-top: 0px;
    padding: 8px 4px;
}
.profile-table-founder tbody tr:hover {
    background: #f2f2f2;
}

.profile-table tbody tr td.table-left {
    color: #8C8979;
    padding-right: 5px;
}

.profile-table tbody tr td.table-founder {
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}





.ad-banner {
    margin: 0px;
    width: 100%;
    height: auto;
}

.founder-image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: left;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -1px;
}

.related-image {
    width: 55px;
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    margin-top: -1px;
    border: 5px solid #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.founder-image-td {
    width: 65px;
}



.founder-image-large {
    width: 150px;
    height: 150px;
    margin: 0px auto 20px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.person-profile {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 20px;

}

.person-image {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.person-image-large {
    width: 160px;
    height: 160px;
    margin: 20px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.profile-block-content {
    font-size: 12px;
    clear: both;
}

.profile-founder-name {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rajdhani';
    color: #222;
}

.profile-founder-company {
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}

.profile-founder-role {
    font-size: 12px;
    font-weight: 600;
}
.profile-people-name {
    padding: 0px 10px;
    font-size: 16px;
    line-height: 1.1em;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    font-family: 'Rajdhani';
    color: #222;
}

.profile-people-company {
    text-align: center;
    margin: 0px auto;
    width: inherit;
    font-size: 12px;
    line-height: 1.1em;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    font-style: italic;
}

.profile-people-role {
    text-align: center;
    margin: 0px auto;
    width: inherit;
    font-size: 12px;
    line-height: 1.1em;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}

.profile-founder-about {
    font-size: 14px;
    font-weight: 400;
}

.profile-founder-questions {
    font-size: 11px;
    font-weight: 400;
}

.profile-founder-questions p {
    padding: 0px;
    margin: 0px;
    line-height: 18px;
}

.profile-founder-contact {
    font-size: 11px;
    color: #f2432a;
    margin: 5px 0px;
}

.profile-founder-name-large {
    font-size: 24px;
    font-weight: 400;
}

.profile-founder-role-large {
    font-size: 14px;
    font-weight: 600;
}

.profile-founder-contact-large {
    font-size: 14px;
    color: #f2432a;
    margin: 10px 0px;
}

.profile-founder-about-large {
    font-size: 14px;
    margin: 20px 0px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.input-icon {
    position: absolute;
    top: 10px;
    left: 25px;
}

.input-icon-input {
    padding: 6px 6px 4px 30px !important;
    font-size: 14px;
}

section.survey-section {
    padding-top: 40px;
}



/* ============================================================
  Tags
============================================================ */

.tags-suggestions {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 10px;
    padding: 0px;
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 0px;
}

.tag {
    background: #eee;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 0px;
    white-space: pre;
    display: inline;
    font-size: 12px;
}

.profile-tag {
    background-color: #f2432a;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
    margin: 4px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.profile-tag:hover {
    background-color: #CB3823;
    color: #fff;
}
.database-tag {
    background-color: #f2432a;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 4px;
    margin: 4px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 0px solid #ccc;
    display: inline-block;
    padding: 4px;
    color: #222;
    vertical-align: middle;
    width: 100%;
    height: auto;
    line-height: 28px;
    cursor: text;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #222;
    text-decoration: none;
    outline: 0;
    background-color: #eee;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
    font-size: 12px;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-top: 2px;
    margin-right: 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}



/* ============================================================
  Database
============================================================ */
#bg-canvas {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
}

.page-header-searchbar {
    position: relative;
    width: 800px;
    margin: 60px auto;
}

.navigation-searchbar {
    position: relative;
    width: 100%;
    text-align: center;
    display: none;

}

.navigation-searchbar-show {
    width: 100%;
    display: block;
}

#search {
    margin: 20px auto 0px auto;
    max-height: 0px;
    width: 100%;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    background-size: 2px 4px, 2px 2px, 2px 4px;
    display: inline;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    transition: padding .95s;
}

.navigation-searchbar-show #search {
    padding: 20px;
}

.database-searchbar-trans {
    height: 75px;
    color: #222;
    font-size: 44px;
    font-weight: 600;
    border: 0px;
    display: inline;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 600px;
    text-align: left;
}

.database-searchbar-trans-api {
    height: 50px;
    color: #222;
    font-size: 28px;
    font-weight: 600;
    border: 0px;
    display: inline;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-align: left;
}

.database-searchbar-trans::placeholder {
    color: #ccc;
}

.database-searchbar-small {
    height: 35px;
    width: 100%;
    padding: 5px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: inline;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
}

.database-searchbar-button {
    position: absolute;
    margin-left: -4px;
    margin-bottom: 4px;
}

.database-searchbar-cancel-button a {
    position: absolute;
    right: 140px;
    bottom: 15px;
    color: #ccc;
}

.database-searchbar-cancel-button-trans a {
    position: relative;
    margin-left: 10px;
    margin-bottom: 14px;
    font-size: 24px;
    color: #ccc;
}

.database-block {
    width: 100%;
    margin: 1px auto;
    padding: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.database-block-top {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
}

.database-block-top-fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.database-block-navigation {
    background: #fff;
}

.database-block-header {
    width: 100%;
    margin: 5px auto 0px auto;
    padding: 2px 10px;
    min-height: 50px;
    background: transparent;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px;
    box-shadow: 0px;
    border: 0px;
}

.database-block-no-padding {
    width: 100%;
    margin: 10px auto;
    padding: 4px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.database-block-header-title {
    margin: 6px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 0px;
    font-size: 14px;
}

.database-block-title {
    font-family: "Rajdhani";
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block
}

.database-delete-filter {
    font-size: smaller;
    float: right;
    display: inline;
    margin-top: 8px;
}

.database-block-top .dropdown-menu {
    margin-top: 20px !important;
    min-width: 200px !important;
}

.database-block .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    width: 250px;
    -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.5, );
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.5);
}

.database-block .dropdown-menu li,
.database-modal .dropdown-menu li {
    display: block;
    list-style: none;
    padding: 3px 10px 6px 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.database-block .dropdown-menu li a {
    color: #404040;
}

input.database-input {
    width: 99%;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px;
    padding: 8px 8px 6px 8px;
    position: relative;
    display: block;
    outline: none;
    border: none;
    background: bottom left linear-gradient(#a9a9a9, #a9a9a9) no-repeat, bottom center linear-gradient(#a9a9a9, #a9a9a9) repeat-x, bottom right linear-gradient(#a9a9a9, #a9a9a9) no-repeat;
    background-size: 2px 8px, 2px 2px, 2px 8px;
}

input.database-input:focus {
    background: bottom left linear-gradient(#f2432a, #f2432a) no-repeat, bottom center linear-gradient(#f2432a, #f2432a) repeat-x, bottom right linear-gradient(#f2432a, #f2432a) no-repeat;
    background-size: 2px 8px, 2px 2px, 2px 8px;
    font-weight: 600;
}

ul.database-startup-menu {
    list-style: none;
    padding: 0px;
    margin: 20px 0px;
}

.database-startup-menu li {
    display: inline;
    margin: 10px;
    padding: 16px;
    font-weight: 600;
}

.database-startup-menu li a {
    color: #666;
}

.database-startup-menu li.active {
    border-bottom: 4px solid #f2432a;
}

.database-table {
    border-color: transparent;
}

.database-table thead tr th {
    color: #222;
    padding: 8px 0px;
}

.database-table tbody tr td {
    border-top: 0px;
    padding: 8px 4px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;

}
.database-table tbody tr.row-fat td {
    border-top: 0px;
    padding: 8px 4px;
    font-size: 12px;
    border-bottom: 5px solid #f2432a !important;
    vertical-align: middle;

}

.no-border tbody tr td {
    border-bottom: 0px solid transparent;
    padding: 0px;
}
.no-shadow  {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}



.database-table-logo {
    height: 50px;
    width: 50px !important;
    margin-right: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}

.database-table-logo-large {
    height: 80px;
    width: 160px !important;
    margin: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}

.database-table tbody tr td.database-table-left {
    min-width: 200px;
}


table.table-fixed thead {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    line-height: 3em;
    background: #eee;
    display: table;
}

.break-word-table {
    word-break: break-all;
}


.database-company-title,
.database-company-title a {
    font-weight: 600;
    color: #222;
}

.api-searchbar {
    width: 650px;
    margin: 30px auto;
    background: transparent;
}

#livesearch {
    position: absolute;
    width: 596px;
    max-height: 300px;
    background: #f6f6f6;
    list-style: none;
    text-align: left;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 0px;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: block;
}

#livesearch li {
    display: inline-block;
    text-align: left;
    padding: 5px 10px;
    width: 100%;
}

#livesearch lia a:hover {
    color: #fff;
    background: #666;
}

#livesearch li a:focus {
    color: #fff;
    background: #666;
}

#livesearch li a {
    color: #222;
    width: 100%;
    display: block;
}

#livesearch li.selected {
    color: #fff;
    background: #666;
}

#livesearch li.selected a {
    color: #fff;
}

.ui-widget {
    font-family: inherit !important;
    font-size: 12px !important;
    border: 0px !important;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background: #eee !important;
    border: 1px solid #eee !important;
}

/* ============================================================
  Sly
============================================================ */

.frame {
    width: 100%;
    height: 80px;
    padding: 0;
}

.frame .slidee {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

.frame .slidee li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    width: 160px;
    height: 100%;
}

.scrollbar {
    width: 100%;
    height: 4px;
    margin: 5px 10px;
}

.scrollbar .handle {
    width: 5px !importnat;
    /* overriden if dynamicHandle: 1 */
    height: 100%;
    background: #eee;
}

/* ============================================================
  Startup Item
============================================================ */
.startup-grid,
.startup-grid-random {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.startup-grid-small {
    background: transparent;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;

    &::-webkit-scrollbar {
        display: none;
    }
}

.startup-item {
    position: relative;
    width: 220px;
    height: auto;
    background: #fff;
    color: #222222;
    margin: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.startup-item-api {
    position: relative;
    width: 160px;
    height: auto;
    background: #fff;
    color: #222222;
    margin: 2px auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.startup-item-alley {
    position: relative;
    width: 240px;
    height: auto;
    background: #fff;
    color: #222222;
    margin: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.startup-item-small {
    position: relative;
    display: inline-block;
    width: 160px;
    height: auto;
    background: #fff;
    color: #222222;
    margin: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.startup-item-hover {
    position: absolute;
    width: 100%;
    height: 140px;
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    padding-top: 60px;
    z-index: 10;
}

.startup-item-api-hover {
    position: absolute;
    width: 100%;
    height: 140px;
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    padding-top: 80px;
    z-index: 10;
}

.startup-item-alley-hover {
    position: absolute;
    width: 100%;
    height: 180px;
    background: #ffffff;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    padding-top: 80px;
    z-index: 10;
}

.startup-item-hover a,
.startup-item-api-hover a,
.startup-item-alley-hover a {
    color: #fff;
}

.startup-item:hover .startup-item-hover,
.startup-item-api:hover .startup-item-api-hover,
.startup-item-alley:hover .startup-item-alley-hover {
    background: #444;
    -webkit-transition: background 0.5s ease-in;
    -moz-transition: background 0.5s ease-in;
    -ms-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
    opacity: 0.95;
}

.startup-item:hover,
.startup-item-api:hover,
.startup-item-alley:hover {
    -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
}

.startup-img {
    width: auto;
    height: 100px;
    margin: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.startup-img-small {
    width: auto;
    height: 50px;
    margin: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.startup-img-api {
    width: auto;
    height: 100px;
    margin: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.startup-img-alley {
    width: auto;
    height: 100px;
    margin: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.startup-img-custom {
    width: auto;
    height: 120px;
    margin: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.startup-item-container {
    margin-top: 10px;
    border-top: 1px solid #eee;
}
.member-presents-img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0px auto;
           -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}
.startup-title {
    padding: 0px 10px;
    font-size: 18px;
    line-height: 1.1em;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #222;
}

.startup-topic {
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.startup-location{
    padding: 0px 10px;
    font-size: 12px;
    line-height: 1.1em;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    font-style: italic;
}


.startup-copy {
    opacity: 0.5 !important;
}

.startup-highlight {
    background: #FCD743 !important;
}

/* ============================================================
  Rating
============================================================ */
.rating-block {
    padding: 10px;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;

}

.rating-title {
    color: #222;
    font-size: 14px;
    display: inline;
}

.rating-subtitle {
    color: #666;
    font-size: 12px;
    display: inline;
}

.rating-group {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.rating-group-row {
    display: table-row;
}

.radio-element {
    display: table-cell;
    text-align: center;
    position: relative;
}

input[type=radio].rating-radio {
    background: #ddd !important;
    border: 0px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=radio].rating-radio:hover {
    background: #bbb !important;
}

input[type=radio].rating-radio:checked {
    background: #f2432a !important;
    border: 0px solid #ffffff;
    color: #ffffff;
    position: relative;
}

input[type=radio].rating-radio:checked:before {
    content: "";
    font-family: "";
    background: #f2432a !important;
    font-size: 30px;
    color: #f2432a;
    position: absolute;
    left: 1px;
    top: -5px;
}

.rating-label {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 5px;
    z-index: 100;
    color: #222222
}

input[type=radio].rating-radio:checked + .rating-label {
    color: #ffffff;
}

.rating-mobile {
    display: none;
}

.stars {
    color: #EAC54B;
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.star-el {
    display: table-cell;
    text-align: center;
    position: relative;
}


/* ============================================================
  Footer
============================================================ */

#footer {
    position: relative;
    padding: 25px;
    min-height: 300px;
    width: 100%;
    background: #222;
    z-index: 1003;
    font-size: 14px;
    color: #f2f2f2;
}

#footer-fixed {
    position: fixed;
    bottom: 0px;
    width: 100vw;
    padding: 5px;
    width: 100%;
    background: #222;
    z-index: 10000003;
    color: #ccc;
    font-size: 12px;
    text-align: right;
    display: none;
}

.footer-logo {
    height: 100px;
    width: auto;
    opacity: 0.8;
}

.footer-text {
    font-family: "Rajdhani";
}

ul.footer-menu {
    padding-left: 0px;
}

#footer-fixed ul.footer-menu {
    margin: 0px;
    margin-left: 20px;
}

#footer-fixed ul.footer-menu li {
    display: inline;
    padding: 0px 10px;
}

ul.footer-menu li {
    margin-top: 10px;
    list-style: none;
}

ul.footer-menu li a {
    font-family: "Rajdhani";
    color: #f2f2f2;
}

#footer-fixed ul.footer-menu li a {
    color: #ccc;
}

ul.footer-menu li a:hover {
    color: #fff;
}

#footer-fixed ul.footer-menu li a:hover {
    color: #fff;
}

#launcher {
    bottom: 25px !important;
}

/* ============================================================
  Print
============================================================  */

.page {
    position: relative;
    background: #ffffff;
    width: 175mm;
    margin: 0 auto;
    padding: 5mm;
}

.profile-header-title-print {
    font-family: 'Rajdhani';
    font-size: 34px;
    font-weight: 600;
    color: #222222;
    padding-top: 5px;
    text-transform: uppercase;
}

.profile-header-subtitle-print {
    font-size: 18px;
    color: #222222;
    padding-top: 10px;
}

.profile-company-logo-print-container {
    margin: 10px auto;
    text-align: center;
}

.profile-company-logo-print {
    height: 125px;
    width: auto;
    padding: 2px;
}

.profile-block-print {
    position: relative;
    width: 100%;
    margin: 15px auto;
    padding: 20px;
    background: #ffffff;
}

.profile-block-survey-print {
    margin-top: 10px;
    margin-bottom: 10px;
    page-break-inside: avoid;
}

.profile-block-survey-question-print {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    page-break-inside: avoid;
}

.profile-block-survey-answer-print {
    font-weight: 400;
    font-size: 14px;
    background: #ffffff;
    padding: 14px;
    border: 1px dashed #ddd;
    page-break-inside: avoid;
}

.founder-image-print {
    width: 60px;
    height: 60px;
    text-align: left;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -1px;
}

/* ============================================================
  Colors
============================================================  */
a.white-link {
    color: #ffffff;
}

a.white-link:hover {
    color: #f2432a;
}

.red {
    color: #f2432a;
}

.white {
    color: #ffffff;
}

.grey {
    color: #8C8979;
}

.green {
    color: #009521;
}

.dark {
    color: #222;
}

.white-bg {
    background-color: #ffffff;
}

.dark-bg {
    background: #111111;
    color: #ffffff;
}
.dark1-bg {
    background: #111;
    color: #ffffff;
}
.dark2-bg {
    background: #222;
    color: #ffffff;
}
.dark3-bg {
    background: #333;
    color: #ffffff;
}
.dark4-bg {
    background: #444;
    color: #ffffff;
}
.dark5-bg {
    background: #555;
    color: #ffffff;
}
.red-bg {
    background: #f2432a;
    color: #ffffff;
}

.grey-bg {
    background: #eeeeee;
}
.gradient-bg {
-webkit-background: linear-gradient(#fff, #eee);
 -moz-background: linear-gradient(#fff, #eee);
 background: linear-gradient(#fff, #eee);
}
.image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
}

.image-bg2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.transparent-bg {
    background: transparent;
}
.transparent {
    background: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.smartcitiesurbanization {
    color: #903373;
}

.nextcitysoltions {
    color: #903373;
}

.work {
    color: #903373;
}

.smartcitywork {
    color: #903373;
}

.planbuild {
    color: #759042;
}

.invest {
    color: #EFB700;
}

.investfinance {
    color: #EFB700;
}

.manageoperate {
    color: #F07829;
}

.market {
    color: #3A8BC3;
}

.smartcitiesurbanization-bg {
    background-color: #903373;
    color: #fff;
}
.nextcitysolutions-bg {
    background-color: #903373;
    color: #fff;
}
.work-bg {
    background-color: #903373;
    color: #fff;
}

.smartcitywork-bg {
    background-color: #903373;
    color: #fff;
}

.planbuild-bg {
    background-color: #759042;
    color: #fff;
}
.buildingtechnologiesenergymanagement-bg {
    background-color: #759042;
    color: #fff;
}
.invest-bg {
    background-color: #EFB700;
    color: #fff;
}
.investfinance-bg {
    background-color: #EFB700;
    color: #fff;
}
.researchvaluate-bg {
    background-color: #EFB700;
    color: #fff;
}

.manageoperate-bg {
    background-color: #F07829;
    color: #fff;
}

.market-bg {
    background-color: #3A8BC3;
    color: #fff;
}

.placeholder {
    color: #999 !important;
}

/* ============================================================
  Language
============================================================ */
ul.lang {
    margin-left: 0px;
    padding-left: 0px;
}

li.lang-item {
    display: inline;
}

.btn-lang {
    background: transparent;
    color: #f2f2f2;
    border: 0px;
    padding: 1px;
}

.fancybox-slide .fancybox-content {
    width: 75%;
    height: 95%;
    padding: 0px;
    overflow-x: hidden;
    background: #eee;
}

/* ============================================================
  Progress
============================================================  */
.donut-size {
    font-size: 12em;
}

.pie-wrapper {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0px auto;
}

.pie-wrapper .pie {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
}


.pie-wrapper .half-circle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0.1em solid #f2432a;
    border-radius: 50%;
    clip: rect(0em, 0.5em, 1em, 0em);
}

.pie-wrapper .right-side {
    transform: rotate(0deg);
}

.pie-wrapper .label {
    position: absolute;
    top: 0.52em;
    right: 0.4em;
    bottom: 0.4em;
    left: 0.4em;
    display: block;
    background: none;
    border-radius: 50%;
    color: #444;
    font-size: 0.25em;
    line-height: 2.6em;
    text-align: center;
    cursor: default;
    z-index: 2;
}

.pie-wrapper .smaller {
    padding-bottom: 20px;
    color: #BDC3C7;
    font-size: .45em;
    vertical-align: super;
}

.pie-wrapper .shadow {
    width: 100%;
    height: 100%;
    border: 0.1em solid #BDC3C7;
    border-radius: 50%;
}


/* ============================================================
  Preloader
============================================================ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 990009999999999999999990009;
}

#status {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 45%;
    /* centers the loading animation vertically one the screen */
    z-index: 9999999999999999999999999999;
}


.preloader-wrapper {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px;
}

.preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        transform: rotate(360deg);
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-color: #f2432a;
}


.spinner-orange,
.spinner-orange-only {
    border-color: #f2432a;
}


.active .spinner-layer.spinner-orange {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-orange-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {

    /* 0.5 * ARCSIZE */
    /* 1   * ARCSIZE */
    /* 1.5 * ARCSIZE */
    /* 2   * ARCSIZE */
    /* 2.5 * ARCSIZE */
    /* 3   * ARCSIZE */
    /* 3.5 * ARCSIZE */
    /* 4   * ARCSIZE */
    12.5% {
        -webkit-transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {

    /* 0.5 * ARCSIZE */
    /* 1   * ARCSIZE */
    /* 1.5 * ARCSIZE */
    /* 2   * ARCSIZE */
    /* 2.5 * ARCSIZE */
    /* 3   * ARCSIZE */
    /* 3.5 * ARCSIZE */
    /* 4   * ARCSIZE */
    12.5% {
        transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
    }

    to {
        transform: rotate(1080deg);
    }
}



@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    transform: rotate(129deg);
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-130deg);
    }
}

#spinnerContainer.cooldown {
    /* duration: SHRINK_TIME */
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* ============================================================
  Animated Bars
============================================================  */

.meter {
    height: 50px;
    /* Can be anything */
    position: relative;
    background: transparent;
    padding: 0px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.0);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.0);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.0);
    vertical-align: middle;
}

.meter > span {
    display: none;
    height: 50px;
    position: relative;
    overflow: hidden;
    background-color: #f2432a;
}

.meter > span:after,
.animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.result {
    display: none;
}

.blinker {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* ============================================================
  Responsive Stuff
============================================================  */

.mobile-show {
    display: none;
}

@media (max-width:1600px) {
    .container {
        width: 100%;
    }
}

@media (max-width:1600px) {
    .page-header-landingpage {
        min-height: 400px;
    }

    .startup-item {
        width: 200px;
    }

    .startup-title {
        margin: 10px 10px 5px 10px;
        font-size: 16px;
    }

}

@media (max-width:1400px) {
    .container-medium {
        width: 100%;
    }

    .ion-r {
        font-size: 20px;
    }
}

@media (max-width:1200px) {
    .form-block-modal .row .holo-input {
        margin-bottom: 15px;
    }

    .form-block-modal .row .bar {
        top: -15px
    }
}

@media (max-width:1150px) {
    .header {
        margin-bottom: 50px;
    }

    #upload-bg {
        max-width: 100%;
        max-height: 200px;
    }

    .col-left {
        max-width: 220px;
    }

    .api-header-title {
        font-family: 'Rajdhani';
        font-size: 48px;
        line-height: 1.75em;
        background: #f2432a;
        box-shadow: 5px 0 0 #f2432a, -5px 0 0 #f2432a;
        margin-top: 50px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        display: inline;
        padding: 0 5px;
    }

    .api-header-subtitle1 {
        font-family: 'Rajdhani';
        font-size: 24px;
        line-height: 24px;
        font-weight: 600;
        padding-top: 20px;
        margin: 0 auto;
    }

    .api-header-subtitle2 {
        font-size: 16px;
        padding-top: 10px;
        margin: 0 auto;
    }

    .btn-back {
        display: none;
    }

}

@media (max-width:991px) {
    .flex-row {
        display: block;
    }

    .profile-block-top,
    .profile-block-top2 {
        position: relative;
        width: 100%;
        padding: 20px;
        margin-top: 0px;
        text-align: center;
    }

    .profile-block-topright {
        margin-top: 0px;
    }

    .mobile-center {
        text-align: center;
    }

    .header-spacer {
        margin-bottom: 50px;
    }

    .database-block-top-fixed {
        top: 50px;
    }

    .database-searchbar-trans {
        height: 50px;
        font-size: 24px;
    }

    .btn-drop {
        font-size: 16px;
        margin-top: 2px;
        margin-right: 10px;
    }

    .startup-item {
        position: relative;
        width: 180px;
        height: auto;
        background: #fff;
        color: #222222;
        margin: 20px;
        overflow: hidden;
        -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
    }

    .btn-drop:after {
        margin-left: 4px;
    }

    .fancybox-slide .fancybox-content {
        width: 95%;
        height: 95%;
        padding: 0px;
        overflow-x: hidden;
        background: #eee;
    }

    .hide {
        display: none;
    }

    .show {
        display: block;
    }

    .ion-r {
        font-size: 24px;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .col-left {
        max-width: 100%;
    }

    .divider {
        color: transparent;
        width: 100%;
        height: 5px;
    }

    .container-header {
        padding: 0px 10px;
    }

    .navbar-main {
        height: 50px;
    }

    .navbar-main-visitor {
        height: 50px;
    }

    .logo {
        height: 32px;
        margin-top: 0px;
        margin-left: 40px;
    }

    .logo-landingpage {
        height: 50px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .logo-black {
        height: 32px;
        margin-top: 0px;
        margin-left: 40px;
    }

    .navbar-collapse {
        background: #ffffff;
        margin-top: -7px;
        -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.25);
    }

    .navbar-nav-main {
        margin: 0px -15px;
    }

    .navbar-nav-main li a {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        color: #888;
    }
    .navbar-red .navbar-nav-main li a {
    color: #222;
    border-top: 1px solid #f6f7f6;
}
    .navbar-red .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
    border-radius: 0px;
}

.navbar-red .navbar-nav-main li.active a {
     border-top: 0px solid #f2432a;
    color: #f2432a;
}

    .navbar-nav-main li a.nav-highlight {
        background: #f2432a;
        color: #fff;
        padding: 20px 15px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .navbar-nav-main .dropdown-menu li a {
        border: 0px;
    }

    .navbar-nav-main li a:hover {
        background: #f2f2f2;
    }

    .navbar-nav-main li.active a {
        border-top: 0px;
        color: #111;
        border-bottom: 2px solid #f2432a;
    }


    .profile-company-logo-outer {
        height: 150px;
        width: 150px;
        margin-bottom: 10px;
    }

    .col-right {
        clear: both;
    }

    .btn-profile {
        display: inline;
        float: right;
        margin-left: 20px;
        margin-top: 30px;
    }

    .btn-pro {
        display: inline;
        margin: 0 auto;
    }

    .btn-social {
        display: inline;
        margin: 0 auto;
    }

    .profile-banner {
        display: none;
    }

    .profile-block-left {
        text-align: left;
    }

    .row .holo-input,
    .row .holo-question,
    .row .holo-login,
    .row .holo-order {
        margin-bottom: 15px;
    }

    .row .bar {
        top: -15px
    }

    .slim {
        max-height: 60vh;
    }

    .modal {
        position: fixed;
        top: 0px;
    }

    .table-responsive {
        border: 0px;
    }

    .profile-founder-name-large,
    .profile-founder-role-large,
    .profile-founder-contact-large {
        text-align: center;
    }

    .page-header-searchbar {
        width: 350px;
        margin: 60px auto;
    }

    .api-searchbar {
        width: 350px;
        margin: 30px auto;
    }

    #livesearch {
        width: 296px;
    }

    .database-searchbar {
        width: 300px;
    }

    .database-startup-menu li {
        display: inline;
        margin: 5px;
        padding: 16px 4px;
        font-weight: 600;
    }

    .filter-show {
        display: inline !important;
        float: right;
        text-align: right;
        margin-top: -2px;
    }

    .filter-show:after {
        content: '\f078';
        font-family: 'FontAwesome';
        color: #222;
        font-size: 18px;
        pointer-events: none;
        z-index: 1;
    }

    .filter-show-click:after {
        content: '\f077';
        font-family: 'FontAwesome';
        color: #222;
        font-size: 18px;
        pointer-events: none;
        z-index: 1;
    }

    .database-block-mobile {
        padding: 10px 20px;
    }

    .rating-mobile {
        display: block;
        position: fixed;
        bottom: 0px;
        background: #fff;
        -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: auto;
        padding: 10px;
        z-index: 1000000;
    }
}

@media (min-width: 991px) {
    .collapse.no-collapse-sm {
        display: inline;
        height: auto !important;
        visibility: visible;
    }
}

@media (min-width: 400px) {
    .collapse.no-collapse-xs {
        display: inline;
        height: auto !important;
        visibility: visible;
    }
}

@media (max-width:770px) {
        .mobile-hide-sm {
        display: none;
    }

    .mobile-show-sm {
        display: inline;
    }

    .btn-drop {
        font-size: 14px;
        margin-top: 4px;
        margin-right: 5px;
    }

    .btn-drop:after {
        margin-left: 2px;
    }

    .page-header-title-db {
        font-size: 24px;
    }
}

@media (max-width:600px) {

    .profile-header-title {
        font-size: 24px;
    }

    .profile-header-subtitle {
        font-size: 16px;
    }

    .profile-header-subtitle-2 {
        font-size: 14px;
    }

    .profile-header-topic {
        font-size: 12px;
    }

    .profile-header-headquarter {
        font-size: 12px;
    }



    .btn-drop {
        font-size: 14px;
        margin-top: 4px;
        margin-right: 5px;
    }

    .btn-drop:after {
        margin-left: 2px;
    }

    .topbar ul li {
        padding: 12px 4px;
    }

    .page-header-top {
        display: none;
    }

    .corner-ribbon {
        display: none;
    }

    .checkbox-list-small {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:480px) {
    .database-searchbar-trans {
        font-size: 18px;
    }

    .page-header-searchbar {
        width: 300px;
        margin: 40px auto;
    }

    .api-searchbar {
        width: 300px;
        margin: 20px auto;
    }

    .database-searchbar {
        width: 250px;
    }

    #livesearch {
        width: 196px;
    }
}

@media (max-width:450px) {

    .btn-profile {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .founder-image {
        width: 50px;
        height: 50px;
    }

    .founder-image-td {
        width: 55px;
    }

}

@media (max-width:380px) {

    .page-header-searchbar {
        width: 250px;
    }

    .api-searchbar {
        width: 250px;
    }

    .database-searchbar {
        width: 200px;
    }
}

@media (max-width:300px) {

    .topbar-left {
        display: none;
    }

}

@media (min-width:1105px) {
    .col-fixed-rating {
        position: fixed;
        width: 380px;
        margin-left: 0px;
        top: 100px;
    }

    .col-fixed {
        position: fixed;
        width: 260px;
        margin-left: 0px;
        top: 100px;
    }

    .col-fixed-modal {
        position: fixed;
        width: 220px;
        margin-left: 0px;
        top: 20px;
    }
}

@media (min-width:990px) and (max-width:1105px) {
    .col-fixed-rating {
        position: fixed;
        width: 380px;
        margin-left: 0px;
        top: 100px;
    }

    .col-fixed {
        position: fixed;
        width: 220px;
        margin-left: 0px;
        top: 100px;
    }

    .col-fixed-modal {
        position: fixed;
        width: 220px;
        margin-left: 0px;
        top: 20px;
    }
}
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs-25ths,
.col-sm-25ths,
.col-md-25ths,
.col-lg-25ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}


.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-xs-25ths {
    width: 10%;
    float: left;
}


@media (min-width: 996px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .col-sm-25ths {
        width: 10%;
        float: left;
    }
}
}

@media (min-width: 1151px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .col-md-25ths {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1400px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .col-lg-25ths {
        width: 10%;
        float: left;
    }
}
