body {
    background: none repeat scroll 0 0 #fff;
    color: #fff;

    font-weight: normal;
}
nav {
    /*background: none repeat scroll 0 0 #181818;*/
    position: relative;
}
a.logo {
    color: #fff;
    display: inline-block;
    font-size: 2.3rem;
    font-weight: 100;
    letter-spacing: -1px;
    padding: 0.55em;
}
a.logo span {
    color: #d12767;
}
header h1 {
    color: #637693;
    display: inline;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    position: relative;
    top: -0.35rem;
}
.top-nav li a,
.top-nav li .mainmenu {
    font-size: 0.9rem;
    padding: 2rem 0.9rem;
}
.top-nav li a:hover,
.top-nav li .mainmenu:hover {
    background: none repeat scroll 0 0 #09c;
}
.top-nav .active-item a,
.top-nav .active-item .mainmenu,
.top-nav .active-item a:hover,
.top-nav .active-item .mainmenu:hover {
    background: none repeat scroll 0 0 #444;
}
.top-nav .active-item a,
.top-nav .active-item .mainmenu {
    background: none repeat scroll 0 0 #2a2a2a;
}
.top-nav .active-item a:hover,
.top-nav .active-item .mainmenu:hover {
    background-color: none repeat scroll 0 0 #09c !important;
}

.social {
    padding: 1.6rem;
}
.social i {
    color: #637693;
    transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    -ms-transition: color 0.2s linear 0s;
    -moz-transition: color 0.2s linear 0s;
    -webkit-transition: color 0.2s linear 0s;
}
.social i:hover {
    color: #fff;
}
section p {
    line-height: 1.2em;
}
.post-image img {
    margin: 0;
    opacity: 1;
    transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    -ms-transition: opacity 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0s;
    -webkit-transition: opacity 0.2s linear 0s;
}
.post-date .date {
    font-size: 3rem;
}
.post-date .month {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: -0.7rem;
}
.post-date {
    font-weight: 100;
    opacity: 0.3;
    text-align: center;
    display: none;
}
.right-align .post-image {
    float: right;
}
.right-align .post-text {
    float: right;
    text-align: left;
}
.right-align .post-date {
    float: right;
    text-align: left;
}

.post-5 {
    background: none repeat scroll 0 0 #ad53b8;
}
.post-4 {
    background: none repeat scroll 0 0 #567ab8;
}
.post-3 {
    background: none repeat scroll 0 0 #d29337;
}
.post-2 {
    background: none repeat scroll 0 0 #0d7e71;
}
.post-1 {
    background: none repeat scroll 0 0 #2d95bb;
}
.aside-block {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 1.2r5em;
    padding: 2rem;
}
aside img {
    display: block;
    margin: 0;
}
aside h3 {
    color: #181818;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 0.625rem;
}
aside p {
    color: #637693;
    font-size: 0.85rem;
}
.advertising {
    background: none repeat scroll 0 0 #fff;
    text-align: center;
}
footer {
    background: none repeat scroll 0 0 #2b2b2b;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 1.25rem;
    padding: 1.7rem;
    position: relative;
    width: 100%;
}
footer p,
footer a,
footer a:link,
footer a:active,
footer a:visited {
    color: #fff;
    font-size: 0.9rem;
}

p.author {
    background: none repeat scroll 0 0 #f0f0f0;
    font-family: georgia;
    font-size: 0.8rem;
    font-style: italic;
    margin-top: 1.25rem;
    padding: 0.3125rem 0.625rem;
}
a.continue-reading,
form.customform button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #181818;
    color: #181818;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
    height: auto;
    margin-top: 1.25rem;
    padding: 0.625rem 1.25rem;
    transition: background 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s;
    -ms-transition: background 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
}
form.customform button {
    margin-top: 0;
}
a.continue-reading:hover,
form.customform button:hover {
    background: none repeat scroll 0 0 #181818;
    color: #fff;
}
a.latest-posts {
    border-bottom: 1px solid #e0e0e0;
    display: block;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
}
a.latest-posts:last-child {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.advertising.horizontal {
    padding: 2rem;
}
address {
    font-style: normal;
}
address i.icon {
    background: none repeat scroll 0 0 #181818;
    border-radius: 30px;
    color: #fff;
    display: block;
    float: left;
    font-size: 0.8rem;
    height: 30px;
    line-height: 30px;
    margin-right: 0.625rem;
    position: relative;
    text-align: center;
    top: 4px;
    width: 30px;
}
address p {
    line-height: 2.5rem;
}
@media screen and (max-width: 800px) {
    a.logo {
        display: block;
        text-align: center;
    }
    head h1 {
        display: block;
        text-align: center;
    }
    header h1 {
        display: block;
        text-align: center;
        top: -1.5rem;
    }
    .nav-text {
        font-size: 2.5rem;
        line-height: 1rem;
        padding: 1rem 0.5rem 1.5rem;
        text-align: left;
    }
    .top-nav ul {
        float: none;
        text-align: center;
    }
    .top-nav li a,
    .top-nav li .mainmenu {
        background: none repeat scroll 0 0 #252525;
        border-top: 1px solid #444;
        border-bottom: 1px solid #111;
        color: #fff;
        display: block;
    }
    .social.right {
        float: none;
        text-align: center;
    }
    .right-align .post-text {
        text-align: left;
    }
    .right-align .post-date {
        text-align: center;
    }
    footer a.right {
        float: none;
        text-align: center;
    }
    footer {
        text-align: center;
    }
}

.breadcrumbs ul {
    padding: 0;
    list-style: none;
    color: #333;
}

.breadcrumbs ul li {
    display: inline;
    font-size: 14px;
}

.breadcrumbs ul li+li:before {
    padding: 1px;
    color: #333;
    content: "/\00a0";
}

.breadcrumbs ul li a {
    color: #0d7f99;
    font-weight: 500;
    text-decoration: none;
    padding: 5px;
}
.breadcrumbs ul li a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 800px) {
    .breadcrumbs {
        text-align: center;
    }
}