@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

body, html {
    min-height: 100%;
}

p {
    /*font-weight: bold;*/
    
}

div.thumbnail {
    padding: 10px;
}

#banner {
    background-color: #fef6d9;
}

#footer {
    min-height: 200px;
    width: 100%;
    position: absolute;
    max-width: inherit;
    padding: 0;
    text-align: center;
    bottom: 0;
    background-image: url("/res/img/footer-side.jpg");
    background-size: contain;
}

.footer-address {
    position: absolute;
    color: white;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 20px;
}
.footer-address-mobile {
    
    position: absolute;
    color: white;
    text-align: center;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 20px;
    font-size: 12px;
}
html {
    background: url(/res/img/bg-alplings2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background-color: transparent;
    color: #362319;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    padding-bottom: 200px;
}

.index-box {
    height: 330px;
    margin-bottom: 30px;
    background-size: contain !important;
    background-size: 100% 100%;
    font-size: 18px;
    display: block;
}

a.no-highlight:hover {
    text-color: auto;
    text-decoration: none;
}

.index-box .h2 {
    text-align: center;
    color: #E8641B;
    margin: 0 auto;
    display: block;
    padding: 12px 0;
}

.index-box p {
    text-shadow: 1px 0px 9px white;
}

.thumbnail {
    background-color: rgba(254, 246, 217, 0.9);
}

.social-links {
    color: white;
}

.social-links img {
    height: 40px;
    width: auto;
}

#twitter-container {
    height: 330px;
    margin-bottom: 30px;
}

/* .index-starts {
	background: url('/res/img/market.png') no-repeat center;
}

.index-market {
	background: url('/res/img/stall-box.png') no-repeat center;
}

.index-webshop {
	background: url('/res/img/bag-builder-box.png') no-repeat center;
}

.index-little-ones {
	background: url('/res/img/little-ones.png') no-repeat center;
} */
h1, h2, h3, h4 {
    color: #E8641B;
}

table.table, table.table tr, table.table td {
    border-color: #E8641B !important;;
}

.label {
    font-size: inherit;
    color: inherit;
}

.orange {
    color: #E8641B;
}

a {
    color: #4C5E23;
    text-shadow: 0px 0px 9px white;
}

.wrapper {
    max-width: 1000px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;
}

#user-tab {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #fef6d9;
    color: #E8641B;
    height: 30px;
    padding: 3px;
    width: 250px;
    border-radius: 0px 0px 10px 10px;
    border: #E8641B solid 2px;
    text-align: center;
    border-top: 0px;
}

#admin-link {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fef6d9;
    color: #E8641B;
    height: 30px;
    padding: 3px;
    width: 250px;
    border-radius: 0px 0px 10px 0px;
    border-right: #E8641B solid 2px;
    border-bottom: #E8641B solid 2px;
    text-align: center;
    z-index: 2;
}

#user-tab a {
    color: #E8641B;
}

.logo {
    height: 120px;
}

.sublogo {
    margin-left: 50px;
    height: 50px;
    margin-top: 65px;
}

#menu {
    margin-top: 20px;
    text-align: center;
}

#menu a {
    display: inline-block;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 20px;
    color: #E8641B;
    border-left: 2px solid #362319;
}

#menu a:first-of-type {
    border-left: 0px;
}

#menu a:hover {
    color: #E8641B;
    text-decoration: none;
    text-shadow: 0px 0px 9px #362319;
}

.page-container {
    padding-top: 15px;
    min-height: 500px;
}

/*Admin*/
.admin-event .btn {
    margin-right: 5px;
}

.product-editor textarea {
    height: 150px;
}

#dragandrophandler {
    border: 2px dashed #4C5E23;
    width: 100%;
    height: 150px;
    color: #92AAB0;
    padding-top: 50px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
    font-size: 150%;
}

.progressBar {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 0px 10px 5px 5px;
    vertical-align: top;
}

.progressBar div {
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 22px;
    /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5;
    border-radius: 3px;
}

.statusbar {
    border-top: 1px solid #A9CCD1;
    min-height: 25px;
    padding: 10px 10px 0px 10px;
    vertical-align: top;
}

.statusbar:nth-child(odd) {
    background: #EBEFF0;
}

.filename {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.filesize {
    display: inline-block;
    vertical-align: top;
    color: #30693D;
    width: 100px;
    margin-left: 10px;
    margin-right: 5px;
}

.top_section {
    background-color: #4C5E23;
    position: relative;
    width: 100%;
    height: 56px;
    padding-top: 5px;
    background: #060606;
    padding-top: 5px;
    position: relative;
}

#admin-product-gallery {
    height: 300px;
    margin-bottom: 15px;
}

#admin-product-gallery .item {
    height: 300px;
}

#admin-product-gallery .carousel-inner {
    background-color: black;
}

#admin-product-gallery .item img {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* Products */
.panel {
    background-color: transparent;
}
.webshop-products {
    padding: 15px;
}
.webshop-products .product-category {
    border-top: 2px solid #622865;
    padding-top: 10px;
}

.webshop-products:first-of-type .product-category {
    border: none;
    padding: 0;
}

.product-box {
    min-height: 250px;
}

.product-box>a>img {
    max-height: 150px;
}

/* Product */
.product-info {
    height: 270px;
}

.carousel-inner {
    height: 270px;
}

.carousel-inner .item {
    height: 270px;
    background-color: #fef6d9;
    border-radius: 5px;
}

.carousel-inner .item  img {
    height: 270px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ */
.faq ul {
    list-style-image: url('/res/img/favicon.png');
}

.faq li {
    color: #E8641B;
    font-weight: bold;
}

.faq li a {
    color: #E8641B;
    margin: 10px;
    font-size: 18px;
}

/* Subscribe */
.subscribe-form {
    margin: 60px 0px;
}

/* Register / Login */
.login-form-box {
    height: 450px;
}

.login-form-box .welcome-sentence {
    text-align: center;
    font-style: italic;
}