/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/


/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

body {
    font-family: 'Roboto', sans-serif;
    color: white;
    background-color: white;
    font-size: 12px;
}

a {
    color: inherit;
}


/*{border: 1px solid black;}*/

.myfooter {
    background-color: #dcdcdc;
}

.nav-link {
    line-height: 15px;
}

.filter-menu {
    margin-bottom: 8px !important;
}

.navx {
    background-color: #4a1326;
}

.col-centered {
    margin: 0 auto;
    float: none;
}

#minInput,
#maxInput {
    width: 280px;
}

#inputmeret1,
#inputmeret2 {
    width: 280px;
}

#locationInput {
    width: 280px;
}

#currPick {
    width: 280px;
}

.pink {
    background-color: #f3cfd5;
}

.grey {
    background-color: #eef3f8;
}

.purple {
    background-color: #6c2539;
}

.bold {
    font-weight: bold;
}

.blacktext {
    color: black;
}

.slick-slider {
    margin-left: 10px;
}

.margin-top-15 {
    margin-top: 8px;
}

.newline {
    white-space: pre;
}

.cardline {
    font-size: 18px;
}

.border-bottom2 {
    border-bottom: 2px solid black;
}

.myborder {
    border: 2px solid black;
}

.myborder-right {
    border-right: 2px solid black;
}

.myborder-left {
    border-left: 2px solid black;
}

.myborder-top {
    border-top: 2px solid black;
}

.slick-prev,
.slick-next {
    background: red;
}

.slick-slide {
    margin: 0 4px;
}

.slick-prev:before,
.slick-next:before {
    color: #f48228!important;
}

.greyfont {
    color: grey;
}

.font14 {
    font-size: 14px;
}

.mycardpad {
    margin-left: 5px;
}

.card-price {
    padding-left: 9px;
}

.card-icon {
    float: right;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    height: 30;
}

.mycard {
    color: black;
    overflow: hidden;
}

.myjumbo {
    font-weight: bold;
    background-color: #81344d;
    color: white;
}

.jumbimg {
    background-image: url("../images/storage.jpg");
    background-size: cover;
    height: 428px;
}

.feladbtn {
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #f9d535 5%, #f9d535 100%);
    background-color: #ffc107;
    border-radius: 4px;
    border: 1px solid #ffc107;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: ;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

.feladbtn:hover {
    opacity: 80%;
}

.feladbtn:active {
    position: relative;
    top: 1px;
}

.yellowText {
    color: #ffc107;
}

hr.footer-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.font24 {
    font-size: 24px;
}

.font32 {
    font-size: 32px;
}

.brand-text {
    position: relative;
    left: 70px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-top-30 {
    padding-top: 30px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px !important;
    color: #495057 !important;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #495057 !important;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #495057 !important;
}

select option {
    font-size: 14px !important;
}

.form-control {
    font-size: 14px;
}

.navbar-text {
    left: 100px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    margin-top: 6px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 10%;
    background: #fff;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffc107;
    position: absolute;
    top: 9px;
    left: 3.5px;
    border-radius: 10%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    body {
        font-family: 'Roboto', sans-serif;
        color: white;
        background-color: white;
        font-size: 12px;
    }
    a {
        color: inherit;
    }
    /*{border: 1px solid black;}*/
    .myfooter {
        background-color: #dcdcdc;
    }
    .nav-link {
        line-height: 15px;
    }
    .navx {
        background-color: #4a1326;
    }
    .col-centered {
        margin: 0 auto;
        float: none;
    }
    #minInput,
    #maxInput {
        width: 80px;
    }
    #inputmeret1,
    #inputmeret2 {
        width: 80px;
    }
    #locationInput {
        width: 370px;
    }
    .pink {
        background-color: #f3cfd5;
    }
    .grey {
        background-color: #eef3f8;
    }
    .purple {
        background-color: #6c2539;
    }
    .bold {
        font-weight: bold;
    }
    .blacktext {
        color: black;
    }
    .slick-slider {
        margin-left: 10px;
    }
    .margin-top-15 {
        margin-top: 8px;
    }
    .newline {
        white-space: pre;
    }
    .cardline {
        font-size: 18px;
    }
    .border-bottom2 {
        border-bottom: 2px solid black;
    }
    .myborder {
        border: 2px solid black;
    }
    .myborder-right {
        border-right: 2px solid black;
    }
    .myborder-left {
        border-left: 2px solid black;
    }
    .myborder-top {
        border-top: 2px solid black;
    }
    .slick-prev,
    .slick-next {
        background: red;
    }
    .slick-slide {
        margin: 0 4px;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #f48228!important;
    }
    .greyfont {
        color: grey;
    }
    .font14 {
        font-size: 14px;
    }
    .mycardpad {
        margin-left: 5px;
    }
    .card-price {
        padding-left: 9px;
    }
}

.card-icon {
    float: right;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    height: 30;
}

.mycard {
    color: black;
    overflow: hidden;
}

.myjumbo {
    font-weight: bold;
    background-color: #81344d;
    color: white;
}

.jumbimg {
    background-image: url("storage.jpg");
    background-size: cover;
    height: 428px;
}

.feladbtn {
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: linear-gradient(to bottom, #f9d535 5%, #f9d535 100%);
    background-color: #ffc107;
    border-radius: 4px;
    border: 1px solid #ffc107;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: ;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

.feladbtn:hover {
    opacity: 80%;
}

.feladbtn:active {
    position: relative;
    top: 1px;
}

.yellowText {
    color: #ffc107;
}


/*}*/


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    body {
        font-family: 'Nunito', sans-serif;
        color: white;
        background-color: white;
        font-size: 12px;
    }
    a {
        color: inherit;
    }
    /*{border: 1px solid black;}*/
    a {
        color: white;
        text-decoration: none;
    }
    a:hover {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }
    .myfooter {
        background-color: #dcdcdc;
    }
    ul {
        line-height: 25px;
    }
    .nav-link {
        line-height: 15px;
    }
    .navx {
        background-color: #4a1326;
        height: 50px;
    }
    /*li {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 30px;
        padding-top: 10px;
        border: none;
        font-weight: bold;
    }*/
    /*li:hover {
        background-color: #ffc107;
        transition: 1s;
        border: none;
    }
    link:active {
        border: none;
    }
    #nav-item:hover {
        background-color: #ffc107;
        border: none;
    }
    #nav-link:hover {
        background-color: #ffc107;
        border: none;
    }*/
    a {
        border: none;
    }
    #nav-tabs {
        border: none;
    }
    #nav-link:hover {
        border: none !important;
    }
    #nav-tabs:hover {
        border: none !important;
        background-color: #ffc107;
    }
    #nav-tabs,
    #nav-link:hover {
        border-color: transparent !important;
    }
    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 30px;
        display: inline-block;
    }
    [type="radio"]:checked+label:before,
    [type="radio"]:not(:checked)+label:before {
        margin-top: 6px;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: #fff;
    }
    [type="radio"]:checked+label:after,
    [type="radio"]:not(:checked)+label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #ffc107;
        position: absolute;
        top: 10px;
        left: 3.5px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    [type="radio"]:not(:checked)+label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    [type="radio"]:checked+label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .col-centered {
        margin: 0 auto;
        float: none;
    }
    #minInput,
    #maxInput {
        width: 120px;
        padding-right: px;
    }
    #inputmeret1,
    #inputmeret2 {
        width: 150px;
    }
    #locationInput {
        width: 340px;
    }
    #currPick {
        width: 80px;
    }
    .pink {
        background-color: #f3cfd5;
    }
    .grey {
        background-color: #eef3f8;
    }
    .purple {
        background-color: #6c2539;
    }
    .bold {
        font-weight: bold;
    }
    .blacktext {
        color: black;
    }
    .slick-slider {
        margin-left: 10px;
    }
    .margin-right-30 {
        margin-right: 30px;
    }
    .margin-top-15 {
        margin-top: 8px;
    }
    .margin-top-30 {
        margin-top: 30px;
    }
    .newline {
        white-space: pre;
    }
    .cardline {
        font-size: 18px;
    }
    .border-bottom2 {
        border-bottom: 2px solid black;
    }
    .myborder {
        border: 2px solid black;
    }
    .myborder-right {
        border-right: 2px solid black;
    }
    .myborder-left {
        border-left: 2px solid black;
    }
    .myborder-top {
        border-top: 2px solid black;
    }
    .slick-prev,
    .slick-next {
        background: red;
    }
    .slick-slide {
        margin: 0 4px;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #f48228!important;
    }
    .greyfont {
        color: grey;
    }
    .font14 {
        font-size: 14px;
    }
    .font18 {
        font-size: 18px;
    }
    .font24 {
        font-size: 24px;
    }
    .font32 {
        font-size: 32px;
    }
    .mycardpad {
        margin-left: 5px;
    }
    .card-price {
        padding-left: 9px;
    }
    .card-icon {
        float: right;
        border-bottom: 2px solid black;
        border-left: 2px solid black;
        height: 30;
    }
    .mycard {
        color: black;
        overflow: hidden;
    }
    .myjumbo {
        font-weight: bold;
        background-color: #81344d;
        color: white;
        height: 400px;
    }
    .jumbimg {
        background-image: url("imagesjpg");
        background-size: cover;
        height: 400px;
    }
    .feladbtn {
        box-shadow: 0px 10px 14px -7px #3e7327;
        background: linear-gradient(to bottom, #f9d535 5%, #f9d535 100%);
        background-color: #ffc107;
        border-radius: 4px;
        border: 1px solid #ffc107;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-family: ;
        font-size: 13px;
        font-weight: bold;
        padding: 6px 12px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #5b8a3c;
    }
    .feladbtn:hover {
        opacity: 80%;
    }
    .feladbtn:active {
        position: relative;
        top: 1px;
    }
    .yellowText {
        color: #ffc107;
    }
    .seoBtn {
        font: bold 11px Arial;
        text-decoration: none;
        background-color: #EEEEEE;
        color: #333333;
        padding: 2px 6px 2px 6px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #CCCCCC;
        opacity: 5%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    body {
        font-family: 'Roboto', sans-serif;
        color: white;
        background-color: white;
        font-size: 12px;
    }
    a {
        color: inherit;
    }
    /*{border: 1px solid black;}*/
    .myfooter {
        background-color: #dcdcdc;
    }
    .nav-link {
        line-height: 15px;
    }
    .navx {
        background-color: #4a1326;
    }
    .col-centered {
        margin: 0 auto;
        float: none;
    }
    #minInput,
    #maxInput {
        width: 100px;
    }
    #inputmeret1,
    #inputmeret2 {
        width: 80px;
    }
    #locationInput {
        width: 370px;
    }
    #currPick {
        width: 80px;
    }
    .pink {
        background-color: #f3cfd5;
    }
    .grey {
        background-color: #eef3f8;
    }
    .purple {
        background-color: #6c2539;
    }
    .bold {
        font-weight: bold;
    }
    .blacktext {
        color: black;
    }
    .slick-slider {
        margin-left: 10px;
    }
    .margin-top-15 {
        margin-top: 8px;
    }
    .newline {
        white-space: pre;
    }
    .cardline {
        font-size: 18px;
    }
    .border-bottom2 {
        border-bottom: 2px solid black;
    }
    .myborder {
        border: 2px solid black;
    }
    .myborder-right {
        border-right: 2px solid black;
    }
    .myborder-left {
        border-left: 2px solid black;
    }
    .myborder-top {
        border-top: 2px solid black;
    }
    .slick-prev,
    .slick-next {
        background: red;
    }
    .slick-slide {
        margin: 0 4px;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #f48228!important;
    }
    .greyfont {
        color: grey;
    }
    .font14 {
        font-size: 14px;
    }
    .mycardpad {
        margin-left: 5px;
    }
    .card-price {
        padding-left: 9px;
    }
    .card-icon {
        float: right;
        border-bottom: 2px solid black;
        border-left: 2px solid black;
        height: 30;
    }
    .mycard {
        color: black;
        overflow: hidden;
    }
    .myjumbo {
        font-weight: bold;
        background-color: #81344d;
        color: white;
    }
    .jumbimg {
        background-image: url("storage.jpg");
        background-size: cover;
        height: 428px;
    }
    .feladbtn {
        box-shadow: 0px 10px 14px -7px #3e7327;
        background: linear-gradient(to bottom, #f9d535 5%, #f9d535 100%);
        background-color: #ffc107;
        border-radius: 4px;
        border: 1px solid #ffc107;
        display: inline-block;
        cursor: pointer;
        color: black;
        font-family: ;
        font-size: 13px;
        font-weight: bold;
        padding: 6px 12px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #5b8a3c;
    }
    .feladbtn:hover {
        opacity: 80%;
    }
    .feladbtn:active {
        position: relative;
        top: 1px;
    }
    .yellowText {
        color: #ffc107;
    }
    .seoBtn {
        font: bold 11px Arial;
        text-decoration: none;
        background-color: #EEEEEE;
        color: #333333;
        padding: 2px 6px 2px 6px;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #CCCCCC;
    }
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

.semi-bold {
    font-weight: 500;
    color: #495057;
}


/* Set w
idth to make card deck cards 100% width */

@media (max-width: 992px) {
    .brand-text {
        left: 0px;
    }
    .navbar-text {
        left: 0px;
    }
}

@media (max-width: 600px) {
    .margin-top-30.margin-bottom-30 {
        margin-top: 30px;
        margin-bottom: 0px;
    }
}
