@import 'https://fonts.googleapis.com/css?family=Nunito';
@import 'https://fonts.googleapis.com/css?family=Poiret+One';
@import url('https://fonts.googleapis.com/css?family=Roboto');

body,
html {
    height: 100%;
    background-repeat: no-repeat;
    background: #ebeaea;
    position: relative;
}

.dropzone, .dz-preview, .dz-preview, .dz-preview {
    background: rgb(48, 48, 48);
}

#siteheader {
    background: #2d2d2d;
    height: 50px;
    width: 100%;
}

#siteheader ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #fff;
}

#siteheader ul > li {
    display: inline-block;
}

#siteheader ul > li > a {
   
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    cursor: pointer;

    line-height: 3;

    color: #fff;
    text-decoration: none;
}

#siteheader ul > li > a:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
}

.alerts {
    font-family: 'Roboto', sans-serif;
    background: #5f5f5f;
    color: #fff;
    padding: 3px;
    height: 27px;
    width: 100%;
    font-size: 13px;
}

header {
    background: #000000;
    height: 75px;
    width: 100%;
}

header #search_form {
    padding: 10px;
}

header select, header input {
    margin-top: 8px;
}

footer {
    color: #fff;
    margin-top: 10px;
    background: #2d2d2d;
    height: auto;
    width: 100%;
}

footer > .header {
    background: #000000;
    height: auto;
    width: 100%;
    padding: 10px;
}

footer .inner {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

#siteheader .mobilebutton {
    display: none;
    margin-top: 6px;
    float: right;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

@media only screen and (max-width: 991px) {
    header {
        height: 250px;
    }

    .alerts {
        height: auto;
    }

    header .col-md-2, header .col-md-3 {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 545px) {
    #siteheader .mobilebutton {
        display: inherit;
    }

    #siteheader ul {
        display: none;
    }
}

.col-md-6, .col-md-4, .col-md-8 {
    margin-top: 10px;
}

#searchbutton {
    height: 37px;margin-top: 8px;border-color:#2d2d2d;color: #fff;
}

.card-custom {
    background: #323232;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .43);
    color: #777;
    font-size: 16px;
    font-weight: 400
}

.card-custom>.card-heading {
    border-bottom: 2px solid #303030;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase
}

.form-control:not(.normal) {
    -webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
    background: #292929;
    color: #fff;
    border: #252525;
    line-height: 1;
}

select.form-control:not(.normal) {
    background: url(https://cache.wenters.com/cache/08d81f451578cea4fdd7acbed369be79.png) no-repeat #292929;
    background-position: right 10px top 10px;
}

.form-control[disabled] {
    background: #292929;
    border: #252525
}

/*.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    color: #777;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #292929;
    border: 1px solid #303030
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #777
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #777
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #777;
    text-decoration: none;
    background-color: #f5f5f5
}*/

.thumbnail {
    display: block;
    color: #777;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #323232;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .43);
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px #303030;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: transform
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.03)
}

.elementToFadeInAndOut {
    -webkit-animation: fadeinout 3s linear infinite;
    animation: fadeinout 3s linear infinite;
}

@-webkit-keyframes fadeinout {
    0%,100% { opacity: 0; }
    50% { opacity: 1; }
}

@keyframes fadeinout {
    0%,100% { opacity: 0; }
    50% { opacity: 1; }
}