/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

ol, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

a {
    outline: none;
    text-decoration: none;
    text-decoration: none !important;
    color: #2f2f2f;
}

p {
    font-family: 'Roboto';
    font-weight: 300;

}

p.inhome {
    width: 80%;
    font-size: 17px;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
    color: #2f2f2f;
    text-decoration: none !important;
}

:focus {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
}

.active {
    text-decoration: none !important;
}

img {
    outline: none;

    -moz-outline-style: none;
}

:-moz-any-link:focus {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
}

:-moz-any-link:focus {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
}

:-moz-any-link:focus {
    outline: none;
}

:focus {
    outline: 0;
}

*:focus {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
}

html {

}

body {
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    opacity: 0;
}

.backme > a {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #2f2f2f !important;
}

.backme a:hover {
    opacity: 0.7;
}

.backme > i {
    font-size: 20px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    color: #2f2f2f !important;
}

h1.newsclass {
    font-weight: 100;
    font-size: 50px;
}

.blogs p {
    font-size: 20px;
}

.mimg {
    width: 100%;
    max-width: 1500px;
    min-width: 100px;

}

/* Toggle Styles */
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 43px;
    color: #2f2f2f !important;
}

.largeT {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 43px;
    color: #2f2f2f !important;
}

h2.heading {
    color: #FF0000;
    font-weight: 100;
    font-size: 40px;
}


.smt {
    font-size: 22px;
}

.medt {
    font-size: 33px;
}

.larget {

}

.upt {
    text-transform: uppercase;
}

.dot {
    text-transform: lowercase;
}

.smallmar {
    margin-right: 6px;
}

.largeH {
    font-size: 6vw;
    font-weight: 100;
}

.pthome {
    padding-top: 10px;
    padding-bottom: 20px;
}

.redtexth {
    color: #ff0000;
    text-align: left;
    font-size: 3vw;
}

.marT10 {
    margin-top: 15px !important;
}

.graytexth {
    color: #8c8b8b;
    /*line-height: 1px;*/
    text-align: left;
    font-size: 3vw;
    text-transform: uppercase;
    margin-top: -18px;
}

.readarticle {
    background: url("/assets/images/bigplus.png") no-repeat;
    padding: 15px 10px 15px 10px;
    color: #FF0000;
    max-width: 30px;
    background-size: contain;
}

.readarticle:hover {
    color: #FF0000;
}


h3.heading {
    color: #252525;
    font-weight: 100;
    font-size: 30px;
}

h3.heading > a {
    color: #252525;
    font-weight: 100;
    font-size: 30px;
    text-decoration: none;
}

.smalldate {
    color: #7e7e7e;
    font-size: 15px;
}

.blogtext {
    color: #2f2f2f;
    font-size: 18px;

}

.fitter{
}

.colorGray {
    color: #8c8b8b !important;
}

.colorRed {
    color: #ff0000 !important;
}

.darktext {
    color: #2f2f2f;
}

#wrapper {
    height: 100%;
    padding-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navtext {
    font-weight: 300;
    font-size: 18px;
    padding-right: 2px;
    color: #85807a;
}

#wrapper.toggled {
    padding-right: 250px;
}

#sidebar-wrapper {
    background: #3a3a3a;
    z-index: 1000;
    position: fixed;
    right: 400px;
    width: 0;
    height: 100%;
    margin-right: -400px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 400px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
    overflow-x: auto;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    overflow: hidden;
    margin-right: -400px;
}

.slogan {
    position: absolute;
    font-weight: 300;
    font-size: 22px;
    color: #808081;
    top: 58px;
    padding-left: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.redbox2 {
    position: absolute;
    padding: 15px;
    background: #ff0000;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: 100 !important;
    margin-top: -60px;
    margin-right: 40px;
    top: -50px;
    right: .75rem;
    z-index: 1;
    width: 200px;
    height: 200px;
}

.redbox {
    position: absolute;
    padding: 15px;
    background: #ff0000;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: 100 !important;
    margin-top: -60px;
    margin-right: 40px;
    top: -50px;
    right: .75rem;
    z-index: 1;
    width: 200px;
    height: 200px;
}

.redbox a:hover {
    opacity: 0.7;
}

.newredBox {
    color: #FFF;
    font-weight: 100;
    margin-bottom: 20px;
    /* before is only height*/
    min-height: 236px;
}


.newredBox p {
    color: #FFF;
    font-weight: 300;
    padding: 0;
    margin: 0;
    text-align: left;
    padding-left: 20px;
}

.newredBox > div {
    /*padding-right: 15px;*/
    padding-left: 0px;
    background: #e6000a;
    text-align: left;
    width: 100%;
    /*height: 236px;*/
}

.newredBox div > h3 {
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0 !important;
    font-weight: 100;
    font-size: 40px;
    padding-left: 20px;
    /*padding-left: 66%;*/
}

.newredBox div > h4 {
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0 !important;
    font-weight: 100;
    font-size: 40px;
    padding-left: 20px;
    /*padding-left: 66%;*/
}

.newredBox img {
    float: left;
    border-right: 2px solid #FFF;
    margin-right: 10px;
}

.newredBox i {
    font-size: 80px;
    font-weight: 100;
    margin-right: 0px;

}

.newredBox img.nob {
    width: 20px !important;
}

.newredBox i > img {
    border: 0 !important;
    margin-left: 50px;
    margin-top: 40px;
}

.nob {
    margin-top: 10px;
    border: 0 !important;
}

.redbox a {
    color: #fff !important;

    font-weight: 100 !important;
}

.redbox p {
    color: #fff !important;
    font-size: 28px;
    margin: 1px;
    font-weight: 100 !important;

}

/* Sidebar Styles */

.menuCloser {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 40px;
    color: #FFF;
    font-weight: 100;
    text-align: center;
    right: 30px;
    cursor: pointer;
    font-size: 19px;
    z-index: 2;
}

.lighter {
    color: #8c8b8b !important;
    font-weight: 100 !important;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 400px;
    margin: 0;
    padding: 0;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 22px;
    color: #FFF;
}

.sidebar-nav li {
    text-indent: 0px;
    line-height: 40px;
}

.sidebar-nav li a {

    text-decoration: none;
    color: #FFF;
    font-size: 27px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    /*background: rgba(255,255,255,0.2);*/
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav ul {
    list-style: none;
}

.sidebar-nav ul.sub {
    padding-left: 0px;
    margin-bottom: 20px;
}

.sidebar-nav ul.sub li {
    line-height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.sidebar-nav ul.sub li a {
    font-size: 20px !important;
    color: #999999;
    font-weight: 300 !important;
}

.sidebar-nav ul.sub li a:active {
    color: #999999 !important;
    border-bottom: 1px solid #999999 !important;
}


.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav li.social {
    margin-top: 30px;
}

.sidebar-nav li.social a {
    display: inline;
    padding-right: 10px;
}


.sidebar-nav li.contact {
    color: #999999;
    margin-top: 20px;
    line-height: 20px;
    text-align: left !important;
    font-weight: 300 !important;
}

.sidebar-nav li.contact a {

    font-size: 15px !important;
    margin: 0;
    color: #999999;
    padding: 0;
    font-weight: 300 !important;
}

.sidebar-nav li.contact p {
    color: #999999;
    font-size: 15px;
    text-indent: 0px;
    padding-left: 0px;
}


.events-content li > p {
    font-weight: 400;
    color: #FF0000 !important;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav li a:hover {
    opacity: 0.7;
}


.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

/*.sidebar-nav li.active{
    text-decoration: underline !important;
}*/
.sidebar-nav li.active a {
    border-bottom: 1px solid #fff;
}

.burger {
    padding-top: 30px;
    font-size: 20px;
    color: #2f2f2f;
    text-decoration: none;
}

.newsrow img:hover {
    opacity: 0.7;
}

.burger:hover, :active {
    color: #2f2f2f;
    text-decoration: none;
}

.topDiv {
    margin-top: 30px;
    margin-bottom: 30px;
}

.homegal h3 {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #2f2f2f;
    padding-top: 11px;
}

.homegal a {
    color: #2f2f2f;
    text-decoration: none;
}

.homegal a:hover {
    text-decoration: none;
}


h1.homeh1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 99px;
    color: #dd3063;
}

h2.homeh2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 40px;
    color: #2f2f2f;
    padding-top: 14px;
    line-height: 1em;
}

h3.homeh3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 30px;
    padding-top: 27px;
    color: #2f2f2f;
}

.pm0 {
    padding-right: 0;
    padding-left: 0;
}

.ppp{
    font-size: 26px !important;
}

/*
.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here
    height: 310px;
    margin-top: 10px;
    background: url('../images/footimg.png') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footer p{
    padding-top:275px;
    padding-right: 50px;
    color: #FFF;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: left;
}
*/

.footerh {
    margin-bottom: 20px;
    color: #2f2f2f;
    font-weight: 100 !important;
}

.newsYear {
    color: #7e7e7e;
    font-weight: 300 !important;
    font-size: 11px;
}

h3.newsHome {
    color: #2f2f2f !important;
    font-weight: 100;
}

.newsHome:hover {
    opacity: 0.7;
}

.nvh {
    color: #f1f1f1;
}

a.moretext {
    color: #e6000a;
    font-size: 14px;
}

.endmsg {
    background: #474747;
    padding: 10px 15px 10px 15px;
    color: #FFF;
    width: 700px;
    margin-bottom: 40px;
    font-size: 19px;
    font-weight: 300;
}

.endmsg img {
    display: inline-block;
    margin-left: 50px;

}

footer h3 {

    color: #356736;
}

footer h3.newsHome a {

    color: #2f2f2f !important;
}

footer {
    font-family: 'Roboto';
    background: #f1f1f1;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    padding: 0;
    margin: 0;
}

footer ul li a {
    font-family: 'Roboto';
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 300;
}

footer p {
    font-size: 15px;
    color: #7e7e7e;
    font-weight: 300;
}

footer a {
    color: #838383;
    font-weight: 300;
}

footer a:hover {
    color: #838383;
    font-weight: 300;
}

.footertext {
    color: #838383;
    font-weight: 300;
    font-size: 16px;
}

.footertext a {
    color: #838383;
    font-weight: 300;
    font-size: 16px;
}

.copyrights {
    margin-top: 10px;
    margin-bottom: 15px;
}

.sub li a {
    border-bottom: 0 !important;
}

.sub li.active a {
    border-bottom: 1px solid #fff !important;
}

.btn-circle {
    width: 39px;
    height: 39px;
    text-align: center;
    padding: 5px 0;
    line-height: 2.00;
    border-radius: 30px;
    background: #fff !important;
    color: #FFF;
    margin-right: 42px;
}

#swlang {
    position: absolute !important;
    top: 53px;
    right: 150px;

}

#swlang2 {
    position: absolute !important;
    top: 44px;
    right: 84px;
    display: none;
}

.content {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 20px;
}


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.effect img {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.2s ease-in;
}

.effect .mask {
    opacity: 0;
    overflow: visible;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    border-style: solid;
    border-width: 150px;
    width: 0;
    height: 0;
    transform: translateY(-125px);
    transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
}

.effect a.info {
    opacity: 0;
    transform: translateY(-125px);
    transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;
}

.effect:hover img {
    opacity: 0.7;
    transform: scale(1, 2);
}

.effect:hover .mask {
    opacity: 1;
    transform: translateY(0px);
}

.effect:hover a.info {
    opacity: 1;
    transform: translateY(100px);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.ih-item.square {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0 !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}


@media (max-width: 1700px) and (min-width: 991px) {

    .fit-text {
        width: 200px;
    }

    .newredBox img {
        width: 100%;
    }
}

@media (max-width: 1900px) {

    /*.redbox{
        position: absolute;
        padding: 15px;
        background: #ff0000;
        padding-left: 26px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom:15px;
        font-weight: 100 !important;
        margin-top: -60px;
        margin-right: 28px;
        top: -38px;
        right: .79rem;
        z-index: 1;
        width: 170px;
        height: 170px;
    }

    .redbox a{
        font-size: 24px;
    }*/
    .lighter a > span {
        font-size: 30px;
    }

    h1 {
        font-size: 30px;
    }

    .largeT {
        font-size: 30px;
    }

}


@media (min-width: 1200px) and (max-width: 1440px) {

    .redbox {
        position: absolute;
        padding: 15px;
        background: #ff0000;
        padding-left: 15px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 100 !important;
        margin-top: -60px;
        margin-right: 28px;
        top: 15px;
        right: .79rem;
        z-index: 1;
        width: 130px;
        height: 130px;
    }

    .redbox a {
        font-size: 18px;
    }


    .redbox p {
        font-size: 18px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {

    .fit-text, .inhome {
        width: 150% !important;
    }

    .big-text {
        margin-bottom: 20px;
    }

    .rb {
        width: 100% !important;
    }

    .redbox {
        position: relative !important;
        text-align: center !important;
        color: #FFF;
        background: #FF0000;
        padding: 10px 0px 10px 0px !important;
        margin-bottom: 10px;
        width: 100% !important;
        margin-top: 60px !important;
        height: auto !important;
        top:0px;
        padding: 0 !important;
        margin: 0 !important;
        right: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;

    }

    .redbox p, .ppp {
        font-size: 20px !important;
        padding-top: 5px;
    }

    .redbox a:hover {
        opacity: 0.7;
    }
}


@media (min-width: 480px) and (max-width: 768px) {
    #sidebar-wrapper {
        width: 400px;

    }
}


@media (max-width: 991px) {

    .btn-circle {
        margin-right: 0px;
    }
    body {
        background: #FFF;
    }

    .upt {
        font-size: 7vw !important;
        margin-top: 25px;
        margin-right: 5px;
    }

    .pthome {
        padding-top: 27px;
        padding-bottom: 5px;
    }

    .big-text {
        margin-top: -100px;
        margin-left: 0px;
    }

    .redbox {
        position: relative !important;
        text-align: center !important;
        color: #FFF;
        background: #FF0000;
        padding: 20px 0px 20px 0px !important;
        margin-bottom: 10px;
        width: 100% !important;
        margin-top: 60px !important;
        height: auto !important;
        padding: 0 !important;
        right: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;

    }

    .pull-left-ru{
        margin-left: -25px;
    }

    .graytexth {
        margin-top: -12px;
        font-size: 3vw;
    }

    .redbox a {
        font-size: 22px;
        color: #FFF;
    }

    .redbox {
        font-size: 18px;
        color: #FFF;
    }


    .redbox p {
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .redbox a:hover {
        opacity: 0.7;
    }

    .newredBox {
        color: #FFF;
        font-weight: 100;
        margin-bottom: 20px;
        height: auto;
    }


    .footer {
        position: absolute;
        top: 100%;
        bottom: 0;
        /* Set the fixed height of the footer here*/
        height: 310px;
        margin-top: 10px;

    }
}


@media (min-width: 768px) {

    body {
        background: #FFF;
    }


    #wrapper {

    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 400px;
        /*display: none;*/
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


}


@media (max-width: 320px) {
    #wrapper {

    }

    h3.homeh3 {
        padding: 0 !important;
        margin: 0 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        font-size: 30px;
        padding-top: 7px;
        color: #2f2f2f;
    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    .newredBox {
        color: #FFF;
        font-weight: 100;
        margin-bottom: 20px;
        height: auto;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .sidebar-nav {
        width: 250px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    h1.homeh1 {
        padding: 0 !important;
        margin: 0 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 99px;
        color: #dd3063;
    }
}

@media (min-width: 321px) and (max-width: 480px) {

    .pull-left-ru {
        margin-left: 0px;
    }

    h1.homeh1 {
        padding: 0 !important;
        margin: 0 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 99px;
        color: #dd3063;
    }

    h3.homeh3 {
        padding: 0 !important;
        margin: 0 !important;
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        font-size: 30px;
        padding-top: 7px;
        color: #2f2f2f;
    }

    .menuCloser {

        right: 0px;

    }

    .colorGray-pl {
        padding-top: 38px !important;
    }

    .sidebar-nav {
        width: 250px !important;
        padding-right: 0 !important;
        padding-left: 15px !important;
    }

    .sidebar-nav ul li a {
        font-size: 12px !important;
    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    .ll {
        text-align: center !important;
    }

    .cc {
        text-align: center !important;
    }

    .rr {
        text-align: center !important;
    }

    .upt {
        font-size: 13vw !important;
    }

    .largeH {
        text-align: center;
    }

    .endmsg {
        font-size: 12px;
        width: 100%;
    }

    .endmsg img {
        font-size: 12px;
        width: 80px;
        margin-left: 10px;
    }

    .redtexth {
        font-size: 6vw;
    }

    .graytexth {
        color: #8c8b8b;
        /*line-height: 1px;*/
        text-align: center;
        font-size: 6vw;
        text-transform: uppercase;
    }

    .colorRed, .graytexth {
        margin-top: -15px;
    }


    .fitter {
        text-align: center;
    }

    .pthome {
        padding-top: 22px;
        padding-bottom: 5px;
    }


}

.mbs2 {
    margin-bottom: 30px;
}

.mbs {
    margin-bottom: 40px;
}

.circlea {
    border-radius: 50% !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
}

.circlea {
    border-radius: 50% !important;
    border: 1px solid #ccc !important;
    padding: 10px !important;
}

.actlang {
    background: #cfcfcf;
    color: #FFF
}

.weblogo {
    max-width: 285px;
}

.endmsg img {
    display: inline-block;
    margin-left: 50px;
    max-width: 188px;
}

.soc {
    max-width: 50px;
    padding-right: 10px;
}

.bgr {
    max-width: 30px;
}

.reslang {
    display: none;
}

@media (max-width: 1025px) {
    .reslang {
        display: block;
    }

    .normallang {
        display: none;
    }

    #swlang2 {
        display: block;
    }
}

@media (max-width: 769px) {
    #wrapper.toggled #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled {
        padding-right: 0px;
    }

    #page-content-wrapper {
        position: relative !important;
    }
}


#wrapper.toggled #sidebar-wrapper {
    width: 0;
}


#wrapper.toggled {
    /*padding-left: 250px;*/
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;

    height: 100%;

    overflow-y: auto;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {

}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;

}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;


}


@media (min-width: 768px) {
    #wrapper {

    }

    #wrapper.toggled {
        padding-right: 0;
    }

    #sidebar-wrapper {
        width: 400px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media (max-width: 411px) {
    .weblogo {
        padding-top: 5px;
        max-width: 205px;
    }
}

@media (max-width: 360px) {
    #swlang2 {

        right: 70px;
    }
}
