﻿
@media (min-width: 300px) {
    .loginbackground {
        background-size: cover !important
    }
}

@media (min-width: 400px) {
    .loginbackground {
        background-size: cover !important
    }
}

@media (min-width: 500px) {
    .loginbackground {
        background-size: cover !important
    }
}

@media (min-width: 600px) {
    .loginbackground {
        background-size: contain !important

    }
}


a {
    color: #3d1252 !important;
}

.badge {
    margin-right: 1px;
    padding:3.7px !important;
}

.upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.glyphicon {
    font-size: 14px;
    cursor: pointer;
}

body {
    line-height: 1.7;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #3d1252;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #3d1252;
    font-size: 55px;
}

.logo {
    color: #3d1252;
    font-size: 210px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
    background-color: transparent !important
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        background-color: transparent !important
    }

.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #3d1252;
}

.loginimage {
    -webkit-box-shadow: 3px 4px 50px 4px rgba(0,0,0,1);
    -moz-box-shadow: 3px 4px 50px 4px rgba(0,0,0,1);
    box-shadow: 3px 4px 50px 4px rgba(0,0,0,1);
    border-radius: 8px;
    max-width:85% !important;
}

.carousel-indicators li {
    border-color: #3d1252;
}

    .carousel-indicators li.active {
        background-color: #3d1252;
    }

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.navbar {
    /*background-color: #3d1252;*/
    background: transparent -webkit-gradient(linear,right top,left top,from(#5f0594),to(#3d1252)) 0 0;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    /*line-height: 0 !important;*/
    letter-spacing: 2px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    position: relative;
    height: 40px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

    .navbar li a, .navbar .navbar-brand {
        color: #fff !important;
    }

.navbar-nav li a:hover, .navbar-nav li.active a {
    font-weight: 900;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #3d1252;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

.panel-primary > .panel-heading, .btn-primary {
    color: #fff;
    background-color: #3d1252;
    border-color: #3d1252;
}

.panel-white > .panel-heading, .btn-primary {
    color: #fff;
    background-color: white;
    border-color: #3d1252;
}

.panel-primary {
    border-color: #fff;
}

.dropbtn {
    background-color: #3d1252;
    color: white;
    padding: 13.5px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3d1252;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #3d1252;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    border-radius: 20px;
}

::-webkit-scrollbar {
    width: 5.5px;
    height: 4px;
    background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #3d1252;
}

html, body, {
    max-width: 100%;
    overflow-x: no-display;
}

.aShadow {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05) !important;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05) !important;
    background-color: #ffffff;
    border-radius: 5px
}

.bShadow {
    -webkit-box-shadow: 1px 2px 37px -2px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 2px 37px -2px rgba(0,0,0,0.6);
    box-shadow: 1px 2px 37px -2px rgba(0,0,0,0.6);
}

.aShadowOrderNotification {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05) !important;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05) !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.2),0 2px 3px rgba(0,0,0,.05) !important;
    background-color: #3d1252;
    border-radius: 5px;
    color: white;
    padding: 6px 12px 6px 12px;
    margin: 5px;
}

.close {
    opacity: 10;
}

.closeColor {
    color: white;
}

.label-default {
    background-color: #969595;
}

.inputBottom {
    border: 0;
    outline: 0;
    background: transparent;
    color: black
}

.aMessage {
    -webkit-box-shadow: -4px 0px 100px 2px rgba(255,255,255,1);
    -moz-box-shadow: -4px 0px 100px 2px rgba(255,255,255,1);
    box-shadow: -4px 0px 100px 2px rgba(255,255,255,1);
}
