
html, body {
    height: 100%;
}

body {
    background: #191919;
    color: #000;
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

a:not(#data_type_copyright) {
    color: #2c6584; /* color */
}

a:not(#data_type_copyright):hover {
    color: #193a4b; /* dark */
}

.data_type_copyright {
    color: #dbdbdb;
}

#header > div {
    height: 100px;
    border: 1px solid transparent;
    text-align: right;
}

#header nav {
    margin-top: 30px;
    float: right;
    display: none;
}

#logo {
    margin-top: 0;
}

#languages {
    float: right;
    margin: 10px 12px 0 0;
}

#header_shadow {
    background: url(../images/header_shadow.png);
    height: 10px;
}

#wrapper {
    background: #f7f7f7;
    min-height: 700px;
}

#container {
    margin-top: 0;
}

#container section {
    padding-top: 10px;
}

#slider {
    padding-top: 30px;
    position: relative;
}

#slider_content {
    max-width: 940px;
    max-height: 442px;
    margin: 0 auto;
}

#slider_shadow {
    position: absolute;
    background: url(../images/slider_shadow.png) no-repeat;
    width: 100%;
    max-width: 1001px;
    height: 50px;
    bottom: 0;
    margin-left: -32px;
}

aside, #content {
    padding-bottom: 70px;
}

aside {
    float: right !important;
}

#footer {
    min-height: 300px;
}

#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-bottom: 35px;
}

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;
}

#copyrights {
    text-align: center;
}

#footer h3 {
    max-width: 300px;
    width: 100%;
    color: #dbdbdb; /* contrast */
    background-color: #005b5b !important; /* darker */
    height: 29px;
    padding-top: 13px;
    text-align: center;
    font-family: Arial, Tahoma;
    font-size: 15px;
    margin: 20px auto;
}

.main_image {
    display: table;
    margin: 0 auto;
}

.medium_image {
    text-align: center;
    padding: 20px 0;
}

.latest_articles_homepage_header {
    margin-top: 30px;
}

input[data-rel="searchbox"] {
    text-align: center;
    font-family: inherit;
    font-size: inherit;
}

#footer_text {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#footer_text img {
    margin-top: 30px;
    margin-bottom: 0;
}

#footer_text div {
    text-align: left;
    color: #acacac;
    font-size: 13px;
    text-align: justify;
    text-justify: distribute;
}

#cc {
    padding: 20px;
    background-color: black;
    border-top: 1px solid grey;
    color: #c6c6c6;
    font-size: 13px;
}

.listing {
    text-align: center;
}

.listing_record {
    display: inline-table;
    vertical-align: top;
    max-width: 260px;
    margin: 10px;
}

.listing_thumb {
    text-align: center;
}

.listing_record h3 a {
    font-size: .85em;
    font-weight: normal;
    margin-top: 5px;
    padding-left: 10px;
}

.listing_record .minitext {
    text-align: justify;
    padding-left: 10px;
    max-width: inherit;
}

.latest_articles_index_subtitle {
    color: #2f2f2f;
}

.latest_articles li {
    padding-bottom: 20px;
}

.published, .latest_articles_published {
    font-style: italic;
    text-align: right;
    color: #2f2f2f;
    font-size: 0.6em;
    margin: 7px 0;
    padding-left: 10px;
}

.more {
    text-align: right;
    padding-top: 2px;
    border-top: 1px solid silver;
    margin-top: 10px;
}

.more a {
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px;
    background-color: silver;
    color: white !important;
    font-size: 13px;
}

.more a:hover {
    background-color: grey;
}

#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;
}

.camera_caption a {
    color: white;
    text-decoration: none;
}

#users {
    text-align: right;
    padding: 0 20px 0 0;
    max-width: 960px;
    margin: 0 auto;
}

#content p {
    padding: 0 20px;
}

#content ul {
    padding-left: 40px;
}

.latest_articles {
    padding-left: 0 !important;
}

.responsiveMenu {
    max-width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

@media only screen and (max-width: 999px) {
    #slider_shadow {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
        transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    }
}

@media only screen and (max-width: 800px) {
    #header nav {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 80%;
    }

    h2 {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }

    .edit_bar > a {
        border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        display: block !important;
        margin: 2px auto !important;
    }

    .massButtons .btn {
        display: block;
        margin: 2px 2px 2px auto;
    }

    #colorpicker, #color_palete {
        display: none;
    }

    #languages {
        float: none;
        display: table;
        margin: 0 auto;
    }

    #slider {
        background-image: none !important;
        padding-top: 0 !important;
    }

    .camera_pag {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    #header nav {
        margin: 8px;
        float: none;
    }
}

/*
#content  > p:first-of-type:first-letter{
  display: block;
  font-weight: bold;
  float: left;
  font-size: 80px;
  line-height: 75px;
  margin: -5px 15px -8px 0px !important;
}
*/








