ACC SHELL

Path : /srv/www/vhosts/printeco/css/
File Upload :
Current File : /srv/www/vhosts/printeco/css/business-casual.css

/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html, body {
    height: 100%;
}

/*http://www.cssstickyfooter.com/using-sticky-footer-code.html*/
#wrap { min-height: 100%; }
#main { overflow:auto; padding-bottom: 68px; }

/*http://stackoverflow.com/questions/24768772/prevent-a-google-maps-iframe-from-capturing-the-mouses-scrolling-wheel-behavior*/
.scrolloff { pointer-events: none; }

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/pozadiptrn.gif');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    /*font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-weight: 700;
    /*letter-spacing: 1px;*/
}

h2 {
    font-size: 2.7em;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, .1);
    line-height: 1.1;
    letter-spacing: -1.4px;
    margin: 0px 0px 12px 0px;
    padding: 0px;
    color: #504741;
}

p, dl {
    text-align: justify;
}

p, ul, dl, table {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

dd {
    padding-left: 20px;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

table.contact {
    width: 100%;
    margin-bottom: 30px;
}

.form h2 {
    margin-top: 50px;
    text-align: center;
}

form {
    max-width: 500px;
    margin: auto;
}

form span {
    font-weight: bold;
}

form label:not(.inline) {
    width: 100%;
}

form label img {
    width: 40px;
    vertical-align:text-top;
}

form label input,
form label select {
    float: right;
    font-weight: normal;
    text-align: right;
}

form label.inline {
    float: right;
    font-weight: normal;
}

form label.inline input {
    margin-left: 3px;
}

form label.inline:not(:last-child) {
    float: right;
    margin-left: 10px;
}

form textarea {
    width: 100%;
    height: 100px;
    resize: none;
}

form input[type=submit] {
    float: right;
}

.form,
#col-form-thanks {
    display: none;
}

#col-form-thanks {
    margin-top: 50px;
    text-align: center;
}

.brand {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: rgba(255,255,240,0.3);
}

.brand h1 {
    margin-top: 0;
    margin-bottom: 0;
}

.brand h1 a {
    margin: auto;
    width: 265px;
    height: 150px;
    display: block;
    background-image: url(../img/printecologo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.brand h1 a span {
    display: none !important;
}

.address-bar {
    padding-bottom: 0 !important;
}

.address-bar img {
    max-width: 100%;
    box-shadow: 0px -1px 2px rgba(50, 50, 50, 0.25);
}

.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer, footer .row {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer {
    /*http://www.cssstickyfooter.com/using-sticky-footer-code.html*/
    position: relative;
    margin-top: -61px; /* negative value of footer height */
    height: 61px;
    clear: both;
}

footer p {
    margin: 0;
    padding: 5px 0 3px 0;
    text-align: center;
}

footer p.smaller {
    font-size: 12px;
    padding: 2px 0;
}

@media screen and (min-width:768px) {
    dl {
        margin-left: 50px;
        width: 70%;
    }

    table.contact {
        margin-top: 70px;
        margin-bottom: 0;
    }

    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        /*background: #fff;*/
        /*background: rgba(255,255,255,0.9);*/
        background: #504741;
    }

    .nav>li>a {
        /*padding: 35px;*/
    }

    .navbar-nav>li.active>a,
    .navbar-nav>li:hover>a {
        color: white !important;
        background-color: #302B27 !important;
    }

    .navbar-nav>li>a {
        /*line-height: normal;*/
        color: #C9C7C5 !important;
        font-size: 12px;
        letter-spacing: 1px !important;
        font-weight: 600;
    }

    .navbar-nav>li:not(:last-of-type) {
        border-right: 1px solid rgba(0, 0, 0, .4);
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        /*font-size: 1.25em;*/
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

ACC SHELL 2018