﻿body { padding-top: 50px; padding-bottom: 20px; }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content { padding-left: 15px; padding-right: 15px; }

/* Carousel */
.carousel-caption p { font-size: 20px; line-height: 1.4; }

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] { width: 100%; }

/* QR code generator */
#qrCode { margin: 15px; }

.loadingGif { display: block; width: 100%; height: 100%; }

/* CUSTOM
----------------------------------------------------------*/

.navbar-inverse { background: #da1b2c; }
    .navbar-inverse .navbar-nav > li > a { color: #fff !important; }
.headerLogo { width: 350px; height: 120px; margin: 20px auto; padding: 20px; display: block; }

.bigSearch { width: 75%; margin: 0px auto; font-size: 36px; padding: 20px; }

    .bigSearch input { border-radius: 10px !important; text-align: center; font-size: 24px; padding: 10px; height: 50px; }

/*.coverPhoto { padding: 15px 0px; float: left; }
    .coverPhoto img { min-width: 180px; height: 282px; }*/




ul#menu { font-size: 1.3em; font-weight: 600; margin: 0 0 5px; padding: 0; }

    ul#menu li { list-style: none; text-align: center; }

        ul#menu li a { background: none; color: #333; text-decoration: none; }

            ul#menu li a:hover { color: #fff; text-decoration: none; }

            ul#menu li a.active { background: #c0352c; color: #fff; }

.drown ul { list-style: none; text-align: center; }

    .drown ul li { display: inline-block; }

        .drown ul li a { display: block; padding: 15px; text-decoration: none; color: #aaa; font-weight: 800; text-transform: uppercase; margin: 0 10px; }

            .drown ul li a,
            .drown ul li a:after,
            .drown ul li a:before { transition: all .5s; }

                .drown ul li a:hover { color: #555; }

#primaryNav { margin-top: 30px; }

nav.drown ul li a { position: relative; overflow: hidden; z-index: 1; }

    nav.drown ul li a:hover { color: #fff; }

    nav.drown ul li a:before { background: #fff; content: '.'; color: transparent; position: absolute; width: 500%; top: 100px; right: 300px; height: 300px; z-index: -1; }

    nav.drown ul li a:hover:before { left: auto; bottom: auto; right: -50%; top: 0; background: #c0352c; }


#breadcrumbs { font-size: 0.7em; padding: 5px 10px; margin: 0.5em auto; font-weight: 600; color: #5d5d5d; }

    #breadcrumbs ul, #breadcrumbs li { display: inline; font-weight: 400; color: #b42c23; }

        #breadcrumbs li:first-child { padding-left: 5px; }

    #breadcrumbs a { color: #4b4b4b; }


.inputSync { width: 240px !important; display: block; margin: 0 auto; padding: 0 5px !important; font-size: 20px !important; text-align: center; }

.btnSync:disabled { opacity: 0.6; cursor: not-allowed; }

.btnSync { width: 120px; padding: 10px 20px; font-size: 15px; border: 0; margin: 10px auto; border-radius: 0.35em; font-family: Verdana, Geneva, sans-serif; font-size: 12px; background: #da1b2b; background-color: #da1b2b; margin-left: 8px; }

#resultTable { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; }

    #resultTable th { padding-top: 12px; padding-bottom: 12px; padding-left: 10px; text-align: left; background-color: #d51c2c; color: white; }

    #resultTable td, #customers th { border: 1px solid #ddd; padding: 8px; }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption { display: none; }
}


.dropzone { min-height: 140px; border: 1px dashed #da1b2c; background: white; padding: 20px 20px; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; }
    .dropzone .dz-message { font-size: 16px; }
    .dropzone .dz-message { text-align: center; margin: 2em 0; }

.dz-preview { width: 18%; float: left; margin-right: 2%; margin-bottom: 2%; border: 1px solid black; border-radius: 10px; padding: 10px; }

.dz-success { background-color: #5fd05f; color: #fff; }
.dz-error { background-color: #e43b3b; color: #fff; }
.dz-success .dz-error-mark, .dz-error .dz-success-mark { display: none; }
.dz-image, .dz-success-mark, .dz-error-mark, .dz-details, .dz-error-message { text-align: center; }
.dz-details { margin-top: 5px; margin-bottom: 5px; }
.dz-error-message { font-weight: 600;}

.second-effect .mask { opacity: 0; overflow: visible; border: 0px solid rgba(0,0,0,0.7); -moz-box-sizing: border-box; }
.second-effect a.info { vertical-align: middle; text-align: center; position: relative; opacity: 1; }
.second-effect:hover .mask { opacity: 1; background: rgba(51, 51, 51, 0.8); }
.second-effect:hover a.info { opacity: 1; color: #fff; }
.view { float: left; border: 5px solid #fff; overflow: hidden; position: relative; text-align: center; box-shadow: 0px 0px 5px #aaa; cursor: default; }
    .view .mask, .view .content { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; }
    .view img { display: block; position: relative; }

.mask2 a { display: block; padding: 10px; border-radius: 3px; margin: 5px 10px; }

.grid { margin-top: 20px; }
    /* clear fix */
    .grid:after { content: ''; display: block; clear: both; }

.grid-sizer { width: 20%; }

.grid-item { float: left; width: 20%; height: auto; background: #fff; border: 2px solid #fff; }
.coverPhoto img { height: auto; width: 100%; }

.view { min-height: 100%; }

/* ---- .grid-item ---- */
.grid-item--width2 { width: 40%; }
.grid-item--height2 { height: 40%; }

.mfp-holder { margin: 3%; display: flex; }
    .mfp-holder button { margin: 3%; }
.mfp-holder-left { width: 50%; float: left; height: auto; }
    .mfp-holder-left img { width: 100%; height: auto; }
.mfp-holder-right { background: #fff; width: 50%; float: left; height: auto; display: block; padding: 20px; }
    .mfp-holder-right h1 { font-weight: 600; color: #000; font-size: 20px; }
.mfp-holder-right-inside { max-width: 500px; margin: 0px auto; }


    .fontsans { font-family: 'Open Sans', sans-serif !important; color: #676a6c !important; }
h1 { font-family: 'Open Sans', sans-serif !important; color: #676a6c !important;  font-weight: 300 !important; font-size: 46px !important; }
h2 { font-family: 'Open Sans', sans-serif !important; font-weight: 300 !important; font-size: 18px !important; }

.text-red { color: #da1b2c !important; }
.text-darkgrey { color: #585253 !important; }

.font-bold { font-weight: 600; }
.no-margins{ margin: 0px 0px 0px 0px !important;}

.cp-btn { border-radius: 0px 0px 20px 0px !important; text-align: left !important; font-size: 18px; text-decoration: none;   }
.cp-btn:hover { text-decoration: none; }

.buttonIcon { float: right; font-size: 20px !important; margin-top: 3px; margin-right: 4px; }

.hamburger { width: 100px; float: left;}

.is-loading { background-color: #fff !important; background-image: url('images/loader.gif'); z-index: -102515 !important; background-position: top; background-repeat: no-repeat; background-size: 30%; min-height: 140px; background-position: 50%; }
.is-broken { opacity: 0; }
.opaque { opacity: 0;}