body{

}

.subscribe-block .security .button{
    position: absolute;
    right: 0;
}

body.articles main{
    padding-bottom: 0;
}

body.articles .articles .four.columns{
    float: right;
    z-index: 2;
}

body > header .container {
    padding: 0 20px;
}

footer,
.row.call2action{
    z-index: 2;
}

.row.cover {
    padding-top: 32px;
}

.row .container{
    padding: 16px;
    padding-left: 0;
    padding-right: 0;
}

.row.cover .slide{
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.row.cover{
    color: #555;
}

.row.cover h1 {
    font-size: 3.4rem;
    color: #0D3046;
    margin-bottom: 0;
}

.row.cover h2 {
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 3.4rem;
    margin-top: 0;
    color: #32bb77;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.news a{
    text-decoration: none;
}

.news a:hover h3{
    border-bottom: 1px dashed #32bb77;
}

.news-list{
    padding: 16px;
}

.news li{
    list-style: none;
    margin-bottom: 32px;

}

.news li .date {
    color: #3b7;
    display: block;
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    margin-bottom: 16px;
}

.news li h3 {
    font-size: 2.4rem;
    margin-bottom: 8px;
    border-bottom: 1px solid transparent;
    width: auto;
    display: inline-block;
    color: #0D3046;
}

.news li .preview {
    color: #666;
    display: block;
    text-decoration: none;
}

.news li .icon{
    width: 350px;
    height: 300px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    background: no-repeat 50%;
    background-size: cover;
    -webkit-transform: translate(-8px, -16px);
    -moz-transform: translate(-8px, -16px);
    -ms-transform: translate(-8px, -16px);
    -o-transform: translate(-8px, -16px);
    transform: translate(-8px, -16px);
}

.news li .icon:before{
    content: '';
    width: 358px;
    height: 308px;
    border: 1px solid #f0f0f0;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}


.news li .loader-wrapper {
    position: absolute;
    z-index: 0;
    background-color: transparent;
    width: 100%;
    height: 300px;
    display: none;
}

.news li .loader-wrapper{
    display: block;
}

.news li .loader-wrapper .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.news li .loader,
.news li .loader:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.news li .loader {
    margin: 16px auto;
    font-size: 2px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #5fbb5f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.news li{
    min-height: 400px;
}

.news li > a{
    padding-left: 420px;
    display: inline-block;
    vertical-align: top;
}


.news li .icon{
    position: relative;
    width: 100%;
}

.news li .icon:before{
    width: calc(100% + 8px);
}

.news li .date{
    font-size: 16px;
    font-weight: 600;
}

.news li > a{
    padding-left: 0;
    display: block;
    margin-top: 32px;
    position: relative;
}

.row.downloadform a, .row.downloadform label, .row.downloadform p, .row.downloadform h3, .row.downloadform h4 {
    color: #fff;
    text-decoration: none;
}

/**
* RIGHT MENU TABS
**/

.row.content .rightbar ol, .row.content .rightbar ul {
    padding-left: 0;
    padding-right: 0;
}

.tabs{
    white-space: nowrap;
}

.rightbar{
    width: 30vw;
    min-height: auto;
    max-width: 410px;
}

.rightbar.fixed{
    position: fixed;
}

.cover-fullwidth ~ .row .rightbar{
    position: relative;
    width: 30vw;
    max-width: 410px;
}

.cover-fullwidth ~ .row .rightbar.fixed{
    position: fixed;
    top: 90px;
    width: 30vw;
    max-width: 410px;
}


.rightbar.fixed.absolute,
.cover-fullwidth ~ .row .rightbar.fixed.absolute{
    position: absolute;
    top: auto;
    bottom: 0;
}

.rightbar .tabs label{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0px;
    padding: 2px 4px;
    cursor: pointer;
}

.rightbar .tabs label:hover{
    background-color: #f0f0f0;
}

[name="blogmenu"][value="lastarticles"]:checked ~ .last,
[name="blogmenu"][value="categories"]:checked ~ .categories{
    display: block;
    padding: 4px 0;
}

[name="blogmenu"][value="lastarticles"]:checked ~ .tabs [for="blog-lastarticles"],
[name="blogmenu"][value="categories"]:checked ~ .tabs [for="blog-categories"]{
    font-weight: 600;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
    background: #fff;
    z-index: 2;
}

.rightbar .last,
.rightbar .categories{
    display: none;
}

/**
* CATEGORY MENU
**/
.rightbar .last li,
.rightbar .categories li{
    list-style: none;
    margin-bottom: 0;
    padding: 8px 16px;
    cursor: pointer;
}
.rightbar .last li > a,
.rightbar .categories li > a {
    text-decoration: none;
    color: inherit;
}

.rightbar .last li.active,
.rightbar .categories li.active,
.rightbar .last li.active:hover,
.rightbar .categories li.active:hover{
    background-color: #5fbb5f;
    background-color: #1b3046;
    color: #fff;
}

.rightbar .last li:hover,
.rightbar .categories li:hover{
    background-color: #5fbb5f;
    color: #fff;
}

.rightbar .last,
.rightbar .categories{
    margin-top: -2px;
    border: 1px solid #f0f0f0;
    padding: 8px;
    z-index: 0;
}

.rightbar .last li {
    padding: 4px 8px;
    line-height: 1.4em;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
}

.rightbar .last li:last-child{
    border-bottom: 0;
}

.rightbar .last li > a{
    display: flex;
    align-items: center;
}

.rightbar .last li > a > .icon{
    display: inline-block;
    width: 36px;
    height: 36px;
    left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    flex: 0 0 36px;
    margin-right: 8px;
    border: 2px solid #fff;
}

input[type=radio].tab-switch{
    display: none;
}

.row.downloadform {
    /*background: #655240 url(../../images/beeathy/bg-download-2-min.jpg) 50% 90% no-repeat;*/
    background-position: 50% 90%;
    background-color: #503b27;
    background-image: url(../../images/beeathy/bg-download-2-min-low-min.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

body.articles .articles .eight.columns{
    padding-right: 2em;
}

@media all and (max-width: 880px){
    .container .intro{
        padding: 0 32px;
    }
}


@media all and (max-width: 550px){


    .row .container .eight.columns{
        width: 100%;
        float: none;
        position: relative;
    }

    .row .container .four.columns{
        width: 100%;
        float: none;
        position: relative;
        vertical-align: text-bottom;
        margin-top: 48px;
        border-top: 1px solid #f0f0f0;
        padding-top: 32px;
    }

    body.articles .articles .four.columns{
        border-top: 0;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 32px;
        margin-bottom: 48px;
        margin-top: 0;
        padding-top: 0;
    }

    .rightbar.fixed.absolute,
    .row .rightbar.fixed.absolute,
    .row .rightbar,
    .row .rightbar.fixed{
        position: relative;
        width: 90%;
        margin: 0 auto;
        min-height: auto;
        top: 0;
    }
}





