html, body {
    height: 100%;
}

body {
    background: #0e151f !important;
    color: #000;
    border: none;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    margin: 0 auto !important;
}

a:not(#data_type_copyright) {
    color: #2c6584; /* color */
}

a:not(#data_type_copyright):hover {
    color: #193a4b; /* dark */
}

#colorpicker {
    position: fixed;
    top: 0;
    left: 0;
    width: 47px;
    height: 50px;
    background: url(../images/colors.png) center top no-repeat;
    overflow: hidden;
    z-index: 1000;
    display: block;
}

#colorpicker:hover {
    background: url(../images/colors.png) center bottom no-repeat;
    transition: none;
    -o-transition: none;
    -webkit-transition: none;
}

#ajax_loading {
    display: none;
}

#header {
    min-height: 120px;
}

#header > div {
    border: 1px solid transparent;
    text-align: right;
}

#ribbon {
    background-color: rgb(117, 0, 0);
    min-height: 40px;
}

.category_item .view_category{
    display:block;
}

.category_item img{
    float:left;
    max-width:120px !important;
    margin: 0 20px 20px 0 !important;
}

.category_description {
    padding-top: 10px !important;
}

.categoryImageSlider{
    position: relative;
    display:table;
    margin: 20px auto;
}

.categoryImageSlider div {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 4px black;
}

.top_header {
    min-height: 100px;
}

#header nav {
    /*float: right;*/
    display: none;
}

#logo {
    margin-top: 0;
}

#top_right {
    float: right;
    margin: 10px 12px 0 0;
    min-width: 300px;
}

#header_shadow {
    background: url(../images/header_shadow.png);
    height: 10px;
}

#wrapper {
    background: #ffffff;
    overflow: hidden;
}

.main_container {
    background-color: white;
    -webkit-box-shadow: 0px 1px 17px 15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 1px 17px 15px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 1px 17px 15px rgba(0, 0, 0, 0.45);
    min-height: 100%;
}

#products_sections_wrapper {
    text-align: right;
    background-color: #F5F5F5;
    margin: 10px;
    border: 1px solid #DADADA;
    padding: 10px;
}

#container {
    margin-top: 0;
}

.inner_content {
    margin: 5px;
    font-size: .95em;
    padding-bottom: 40px;
    min-height: 700px;
}

.main_image {
    display: table;
    margin: 0 auto;
    max-width: 420px !important;
}

aside {
    float: right !important;
}

#footer {
    min-height: 300px;
    padding-bottom: 20px;
}

#footer nav {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
}

h2 {
    color: #2c6584; /* color */
    font-size: 24px;
    line-height: 21px;
    border-bottom: 1px solid #ced0d2;
    padding-top: 20px;
    padding-bottom: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 35px;
    font-style: italic;
    letter-spacing: -.03em;
}

h3 {
    padding-top: 20px;
}

h3 a {
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
}

h4 {
    font-size: 18px;
    color: #2c6584; /* color */
    margin-bottom: 10px;
    font-style: italic;
}

.catalog_title {
    font-weight: bold;
    margin-left: 20px;
    font-size: 22px;
    margin-top: 20px;
}

.link_catalog{
    display:block;
    margin-bottom: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid silver;
}

.catalog_entry{
    margin: 20px;
}

#cc {
    padding: 20px;
    background-color: black;
    border-top: 1px solid grey;
    color: #b8b8b8;
    font-size: 13px;
}

#copyrights {
    text-align: center;
}

#footer h3 {
    max-width: 267px;
    color: #dbdbdb; /* contrast */
    background-color: #005b5b !important; /* darker */
    height: 29px;
    padding-top: 13px;
    text-align: center;
    font-family: Arial, Tahoma, serif;
    font-size: 15px;
    margin: 20px auto;
}

.section_users #content,
.section_pages #content{
    background-color: #ededed;
}

#content p {
    padding: 0 20px;
}

#content ul {
    padding-left: 40px;
}

#slider_content .owl-carousel {
    background-color: #fff;
    border: 3px solid #c7c7c7;
    -webkit-box-shadow: 0px -8px 23px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -8px 23px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -8px 23px -6px rgba(0, 0, 0, 0.75);
}

#article_container {
    display: table;
    margin: 40px auto;
    text-align: left;
    width: 100%;
    max-width: 800px;
}

@media only screen and (max-width: 800px) {
    #article_container {
        display: block;
    }

    #article_container p {
        font-size: 95%;
    }
}
@media only screen and (max-width: 650px) {
    .categoryImageSlider div {
        font-size: 1.2em;
    }
}
