html, body {
    background-color: #EEE;
}

#site_footer {
    background:#222;
    position:fixed;
    bottom:0; left:0; right:0; height:32px;
    box-shadow: 0 0 8px #000;
    z-index: 2;
}
#site_footer img {
    height: 26px;
    margin: 3px 10px;
}
.price-box {
    padding:10px;
    background:#fff;
    border-radius:10px;
    margin:30px 0;
}
.price-title {
    font-size: 1.5em;
}
.navbar-brand .username {
    line-height: 80px;
    font-size: 35px;
    color: #2c2c2c;
    letter-spacing: .05em;
    text-shadow: 2px 2px 0px #d5d5d5;
    white-space: nowrap;
}

.table-price tr td:last-child, .table-price tr th:last-child{
    text-align:right;
}
.table-price tr td i {
    vertical-align: middle;
    font-size:.9em;
    display: inline-block;
    text-align: left;
    min-width:110px;
}
.container-fluid {
    margin-bottom:30px;
}
.app .prices {
    color:#222;
    font-size: 0.5em;
    background:rgba(255,255,255,.5);
    display: inline-block;
    padding:3px 10px;
    position: absolute;
    bottom:0; right:0;
    /*border-radius: 10px 0 0 0;*/
    /*transform:translateX(-50%);*/

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.app .prices:hover {
    background:rgba(0,0,0,.8);
    color:#fff;
}
.app:hover {
    text-decoration: none;
}
.app {
    display:block;
    margin-bottom:15px;
    font-size:2em;
    text-align:center;
    cursor:pointer;
    position:relative;
    background:#333;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    box-shadow: 0px 1px 4px rgba(0,0,0,.5);
}

.app.mobile-locked {
    background: none !important;
}
.app .locked {
    background: rgba(0,0,0,.5);
    position:absolute;
    top:0; bottom:0;
    left:0; right:0;
    line-height: 250px;
    color:#eee;
}

.applist {
    padding-right: 15px;
}
.appcol {
    padding-right: 0px;
}
.app .image {
    padding:80px 30px 30px 30px;
}
.app .image img {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    max-width:100%;
    height:200px;
}
.app .title {
    position:absolute;
    padding:10px 20px;
    top: 0px;
    left:0;
    right:0;
    background:rgba(0,0,0,.5);
    border-bottom: solid 4px rgba(0,0,0,.2);
    color:#DDD;
    font-size:0.8em;
    font-weight: 100;
    letter-spacing: 1px;
}
.app:hover .image:not(.image-locked) img {
    transform:scale(1.1);
}
.intro {
    font-size: 1.5em;
    font-weight: 400;
    color: rgba(0,0,0,.5);
    margin: 0 -15px 15px -15px;
    padding: 20px 30px 20px 30px;
    background-color: rgba(0,0,0,.1);
    border-bottom: solid 4px rgba(0,0,0,.1);
}
.rightbar h3{
    background:#333;
    padding:15px;
    text-align: center;
    color:#CCC;
    font-size:1.3em;
    font-weight: 200;
    margin: 0;
    border-bottom:solid 3px rgba(0,0,0,.25);
    letter-spacing: 1px;
}
.rightbar p {
    margin: 0px 0px 30px 0px;
}
.rightbar {
    background-color: #444;
    margin-top:0;
    color:#EEE;
    font-size:1.3em;
    padding: 0;
    padding-bottom: 15px;
}
.rightbar #gmaps {
    height:300px;
    width: 100%;
}
.rightbar .section {
    padding: 30px 20px 0px 20px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #EEE;
}
.rightbar .sectiongmaps {
    padding: 5px;
}

.user-header {
    display:block;
    float:right;
    padding: 10px;
    background:#304860;
    font-size: 1.2em;
    width: 175px;
    height: 100%;
    color:#FFF;
    text-align: center;
}
.user-header i {
    font-size: 2em;
}
.user-header:hover {
    text-decoration:none;
    color:#FFF;
    background:#286090;
}

.creation {
    position:relative;
    text-align:center;
    margin:15px 0;
}
.creation .delete {
    position: absolute;
    top: 0;
    margin: 5px;
    right: 15px;
    color: #A44;
    text-align: center;
    width: 40px;
    font-size: 2em;
    height: 30px;
    line-height: 30px;
}
.creation .delete:hover {
    color: #FFF;
    background: #A44;
    border-radius: 5px;
    cursor: pointer;
}
.creation div {
    padding:10px 0;
}
.creation img {
    max-width: 100%;
}
.creation a {
    display:block;
    text-decoration: none;
    color:#333;
    background: #FFF;
}
.creation a:hover {
    color:#FFF;
    background: #333;
}
.creations-title {
    background:rgba(0,0,0,.1);
    padding:17px 30px;
    font-size:1.4em;
    margin: 0 -15px;
    border-bottom:solid 3px rgba(0,0,0,.25);
    letter-spacing: 1px;
    color: #444;
}
.creations-title.ordered {
    cursor: pointer;
}
.creations-title.ordered:hover {
    background:rgba(0,0,0,.2);
}

.creations-title.ordered .fa {
    margin-right: 20px;
    transition:all .5s;
}
.creations-title.ordered .fa.rotated {
    transform:rotate(90deg);
}
#ordered_zone {
    display: none;
}
.customer-already-exists {
    text-align: center;
    margin:15px;
    background:#FFF;
    padding:20px;
    display:none;
}
.customer-already-exists p {
    font-size:1.5em;
    margin-bottom:20px;
}
.customerform {
    margin:15px;
    background:#FFF;
    border-radius:10px;
    position:relative;
    min-height: 370px;
}
.login-page {
    margin-top: 60px;
}
.customerform form {
    padding: 15px;
}
.customerform .help-text {
    text-align: justify;
    padding:15px;
    background: #eee;
    border-radius:10px; 
}
.customerform .buttonzone {
    text-align: center;
    position: absolute;
    bottom:15px;
    right:15px;
    left:15px;
}
.btn-round-blue {
    background-color: #304860;
    color: #eee;
    font-size: 1.5em;
    padding: 5px 20px;
    border-bottom: solid 2px rgba(0, 0, 0, .2);
    border-radius: 35px;
    transition: all .2s ease;
    min-width: 50%
}
.btn-round-blue:active {
    outline:none;
    color: #FFF;
}
.btn-round-blue:hover {
    background-color: #286090;
    color: #FFF;
}

.form-title {
    background: #333;
    padding: 10px 0;
    text-align: center;
    color: #CCC;
    font-size: 1.7em;
    font-weight: 200;
    margin: 0;
    border-bottom: solid 3px rgba(0,0,0,.25);
}

.navbar {
    min-height:80px;
    margin-bottom: 0;
    border:none;
    box-shadow: 0 0 8px #000;
}
.navbar .logo {
    height:100%;
}
.navbar-brand {
    padding:0 15px;
    height:80px;
    /*line-height:80px;*/
    max-width: calc(100% - 60px);
}
.navbar-brand img {
    max-height:100%;
}
.navbar-nav > li > a {
    line-height: 48px;
    padding:0 15px;
    margin:15px 10px;
    font-size:1.2em;
    border-bottom:2px solid rgba(0,0,0,.8);
}
.navbar-inverse .navbar-nav>li>a {
    background: #444;
    min-width:120px;
    text-align:center;
    outline:none;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    background: #222;
}
.navbar-inverse .navbar-toggle {
    margin-top: 23px;
    background:rgba(0,0,0,.5);
}
.btn-terms {
    margin-top:20px;
}
#menuitem {
    background:none;
    color:#444;
    border:0;
    font-size:1.4em;
    font-weight:200;
}

@media screen and (max-width: 640px) {
    .rightbar {
        margin-bottom:50px;
    }
    body {
        font-size:1.1em;
    }
    .app .locked {
        line-height: 175px;
    }
    .app .title {
        font-size:13px;
    }
    .app .image img {
        height:100px;
    }
}

@media (min-width: 768px) {
    .app {
        margin-bottom:15px;
    }
}
@media (min-width: 992px) {
    
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .col-xsl-4 { 
        width: 33.33333%;
        float:left;
    }
        body {
        font-size:1.1em;
    }
    .app .locked {
        line-height: 175px;
    }
    .app .title {
        font-size:13px;
    }
    .app .image img {
        height:100px;
    }
}