/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   LOLA Lik
   ========================================================================== */

::-moz-selection {
    /*background: rgba(0,0,0,1);
    text-shadow: none;
    color:#fff;*/
}

::selection {
   /* background: rgba(0,0,0,1);
    text-shadow: none;
    color:#fff;*/
}

@font-face {
    font-family: 'NationalWeb-BoldItalic';
    src: url('webfont/NationalWeb-BoldItalic.eot');
    src: url('webfont/NationalWeb-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('webfont/NationalWeb-BoldItalic.woff') format('woff'),
         url('webfont/NationalWeb-BoldItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    overflow-scrolling: touch;
    overflow-y:hidden;
}

body{

    /*font-family:'NotoSans-regular', Helvetica, Arial, sans-serif;*/
    color:#000;
    /*font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;*/
    font-family:'Roboto', Helvetica, Arial, sans-serif;
    /*font-weight:600;*/
    font-weight:500;
}

.invert{
    /*color:#fff;*/
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

h1,h2,h3,h4,p, ul, ol, blockquote{
    margin:0;
    padding:0;
    font-weight:normal;
}

h1, h2, h3{
    font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    font-weight:900;
    font-style: italic;
}


h1,h2,h3{
    font-family:'NationalWeb-BoldItalic';
    text-transform: lowercase;
    font-weight:normal;
    font-style:normal;
}



h1{
    font-size:50px;
    line-height:48px;
}

h1.sections{
    /*font-size:115px;*/
    /*line-height:115px;*/
    font-size:9vw;
    line-height:9vw;
    /*text-transform: lowercase;*/
}

h1.sections span{
    font-size:3vw;
    line-height:3vw;
    display:block;
}

h2{
    font-size:33px;
    line-height:35px;
}

h3{
    font-size:27px;
    line-height:32px;
    /*text-transform: lowercase;*/
}

h3.about, h3.contact{
    font-family:'Roboto', Helvetica, Arial, sans-serif;
    font-size:22px;
    line-height:28px;
    font-weight:500;
    font-style: normal;
}

h4 {
    font-size:16px;
    line-height:22px;
}

p, ul, .d-text{
    font-size:15px;
    line-height:22px;
    font-weight:500;
}

p a{
    border-bottom:1px solid #000;
}

p a:hover{
    border-bottom:1px transparent;
}

.pincard__main__title{
    font-family:'Source Sans Pro', Helvetica, Arial, sans-serif !important;
    text-transform: lowercase;
    font-weight:900;
    font-style: italic;
}

.intro h3{
    margin-bottom:5px;
}

.intro h3.about, .intro h3.contact{
    margin-bottom:28px;
    text-transform: none;
}

.rotate.inner h3{
    margin-top:-6px;
}

.intro p{
    font-size:18px;
    line-height:25px;
    margin-bottom:25px;
}

.intro p a{
    border-bottom:2px solid #000;
}

.intro p a:hover{
    border-bottom:2px transparent;
}

a{
    color:#000;
    text-decoration:none;
}

.invert a{
    /*color:#fff;*/
}

.admin.edit{
    position:fixed;
    right:0;
    bottom:0;
    padding:5px 12px;
    background-color: #000;
    color:#fff;
    z-index:50000;
}

.admin.edit a{
    color:#fff;
    text-decoration:none;
}

.container{
    /*max-width:1440px;*/
    /*margin:0 auto;*/
    /*background-color:#fff;*/
    height:100%;
    width:100%;
    vertical-align: top;
    overflow:auto;

}

nav{
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    display:inline-block;
    vertical-align: top;
    margin-right:-4px;
}

.hasbg{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    background-position: center center;

    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

#nav-icon{
  width: 20px;
  height: 15px;
  position: relative;
  top:15px;
  left:12px;
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
  left: 3px;
}

.touch{
    -webkit-overflow-scrolling: touch;
    height:100%;
}

body.overview-page.news .touch{
    height:100%;
    overflow:auto;
}

body.overview-page.calendar{
    overflow-y: hidden !important;
}

nav{
    -webkit-overflow-scrolling: none;   
    z-index:3000;
}

.right-column{
    z-index:2500;
}

.right-column.contact-right{
    padding-right:30px;
}

.left-column{
    display:inline-block;
    vertical-align: top;
    width:380px;
    top:0;
    bottom:0;
    margin-right:-5px;
    margin-left:45px;
    height:100%;
    overflow:auto;
    /*position:relative;*/
}

.left-column .news-item{
    padding:30px;
    width:100%;
    display:block;
    height:100%;
}

.left-column .news-item.translatemargin{
    height:calc(100% - 39px);
}

.left-column.overview-section, .left-column.about-left, .left-column.contact-left{
    padding:30px;
}



.about-page .left-column, .contact-page .left-column{
    margin-left:0;
}

.about-page .touch{
    margin-left:45px;
    width:calc(100% - 45px);
}

.contact-page .touch{
    width:100%;
}

.contact-page .left-column{
    margin-left:45px;
    width:380px;
}

.contact-page .right-column{
    width:calc(100% - 425px);
}

.contact-page .google-maps, .contact-page .images, .about-page .images{
    max-width:560px;
}

.right-column{
    display:inline-block;
    vertical-align: top;
    width:calc(100% - 425px);
    height:100%;
}

.right-column.translatemargin{
    height: calc(100% - 39px);
}

.homepage .right-column a{
    height:33.33%;
    width:100%;
    float:left;
}

.home-button{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    text-align:center;
    width:45px;
}

.about-left, .about-right{
    width:50%;
}

/* - - - - - POP-UP add-on START - - - - */

.popup-container{
    position:absolute;
    z-index:5000;
    top:0;
    left:0
    right:0;
    bottom:0;
    background-color:rgba(70,93,167,0.9);
    overflow-y: none;
    overflow-x: auto;
    width:100%;
    height:100%;
}

.popup{
    position:relative;
    margin-top:90px;
    margin-right:115px;
    margin-bottom:180px;
    float:right;
    width:calc(100% - 70px);
    max-width:630px;
    padding:30px;
    background-color:white;

    webkit-box-shadow: 4px 8px 24px rgba(0,0,0,0.4);
    moz-box-shadow: 4px 8px 24px rgba(0,0,0,0.4);
    box-shadow: 4px 8px 24px rgba(0,0,0,0.4);
}

.popup h1{
    text-transform: initial;
    margin-bottom:30px;
}

.popup h5{
    margin:0;
    font-size:18px;
    line-height:25px;
    margin-bottom:0;
}

.popup p:first-of-type{
    font-size:18px;
    line-height:25px;
    margin-bottom:25px;
}

.popup p{
    margin-bottom:22px;
}

.popup .closer{
    position: absolute;
    top:15px;
    right:18px;
}

.popup .closer:hover{
    cursor:pointer;
    opacity:0.5;
}

.popup .divider{
    height:2px;
    width:100%;
    display:inline-block;
}

.popup .TextformatterVideoEmbed{
    margin-top:25px;
    margin-bottom:25px;
}

.popup .column{
    width:50%;
    float:left;
}


/* - - - - - ABOUT/contact - - - - */

body.about-page .touch. body.contact-page .touch{
    width:calc(100% - 45px);
    margin-left:45px;
    max-width:1210px;
}

.google-maps {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    margin-bottom:30px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.images img{
    width:100%;
}

/* - - - - MENU - - - - */

nav{
    width:45px;
}

.translator{
    margin-left:30px;
    margin-top:5px;
    position:absolute;
    display:none;
}

.translator.active{
    display:block;
}




.menu {
    padding-left: 45px;
    width: 45px;
    background-color: red;
    position:fixed;
    top:0;
    bottom:0;
    transition: width .4s ease-out;
    z-index:3000;
}

.menu.open{
    max-width: 425px;
    width:55%;
}

.menu.open.translatemargin{
    padding-top:39px;
}

.menu ul{
    list-style:none;
    margin-top:22px;
    display:none;
    padding-right:25px;
}

.menu ul.active{
    display:block;
}

.menu h1{
    line-height: 40px;
    margin: 25px 0;
    text-transform: lowercase;
    margin-left:30px;
}

.menu ul a.current, .menu ul a:hover{
    border-bottom:3px solid;
}

.social{
    position:absolute;
    bottom:0;
}

.social img{
    display:block;
    width:45px;
}

.social img:hover{
    cursor:pointer;
}

.home-button{
    z-index:4000;
}

.social, #nav-icon, .language-select, .language-select a{
    z-index:4001;
}

.language-select{
    position:absolute;
    left:0;
    top:40px;
    width:100%;
    text-align: center;
}

.language-select span{
    font-size:18px;
    line-height: 24px;
    display:block;
    /*margin-bottom:5px;*/
    padding:4px 0 8px 0;
    text-transform: lowercase;
    font-weight:bold;
}

.language-select span.hasbg{
    background-size:30px 30px;
}

.language-select span:hover{
    cursor: pointer;
}


/* - - - - HOMEPAGE - - - - */

.news-item img.news-image{
    max-width:100%;
    margin-bottom:5px;
}

.news-item h1{
    margin-bottom:30px;
    word-break:break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.toggle-right, .toggle-left{
    position:absolute;
    top:0;
    bottom:0;
    
    z-index:2500;
    text-align:center;
    /*display:flex;*/
    flex-direction: row;
    display:none;
    background-color: rgba(255,255,255,0.2);
}

.toggle-right{
    right:0;
    width:25px;
}

.toggle-left{
    left:35px;
    width:40px;
}

.toggle-right.toggled{
    display:none;
}

.toggle-left.toggled{
    display:flex;
}

.toggle-right:hover, .toggle-left:hover{
    cursor:pointer;
}

.toggle-right h3, .toggle-left h3{
    text-align: center;
    align-self: center;
    width: 100%;
}


a.section{
    display:flex;
    flex-direction:row;
    position:relative;
    z-index:0;
}

h1.sections{
    color:#fff;
    padding:0 80px;
    align-self:center;
    z-index:100;
    padding-left:6vw;
}

a.section .colorspace{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0.85;
    z-index:100;
}

a.section .hoverback{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
    z-index:1;
}

.news-section{
    position:relative;
}

.cycle-next{
    position:absolute;
    bottom:0;
    padding-bottom:15px;
    width:100%;
    text-align:center;
    z-index:2999;
}

.cycle-next.translatemargin{
    bottom:40px;
}

.cycle-next:hover{
    cursor:pointer;
}

.center{
    display:flex !important;
    flex-direction:row-reverse;
    justify-content:center;
}

.first-logo{
    width:calc(100% + 60px);
    align-self:center;
}


/* - - - - OVERVIEW - - - - - */

h1.overview-title, h1.about-title, h1.contact-title{
    margin-bottom:20px;
}

.overview-right, .about-right, .contact-right{
    overflow:auto;
    padding:30px 0 30px 30px;
}

.about-right{
    padding:30px;
}

.overview-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 33px);
    max-width: 500px;
    margin-right: 30px;
    margin-bottom: 45px;
    position:relative;
}

.overview-item.tockify{
    width: 100%;
    max-width: calc(100% - 33px);
}

body.news .overview-item{
    float:left;
    width:calc(50% - 45px);
    /*margin-right:0;*/
    display:inherit;

}

.overview-item img{
    width:100%;
    margin-bottom:10px;
}

.overview-item p.readmore{
    border-bottom:1px solid;
    display:inline-block;
}

.overview-item .colorimg{
    position:relative;
}

.overview-item .color-overlay{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0.8;
    margin-bottom:10px;
    display:none;
}

.overview-item:hover .color-overlay{
    display:block;
}

.intro p.read-more{
    display:none;
    border-bottom:2px solid;
}

.intro p.read-more:hover{
    cursor:pointer;
}

.intro p.read-more span{
    display:inline-block;
}
.intro p.read-more span.less{
    display:none;
}

.intro .more{
    display:block;
}

body.news .item-container{
    padding-left:0px;
}

/* - - - - ITEM - - - - */

.item-container{
    width:auto;
    height:100%;
    overflow:auto;
    margin-left:90px;
    padding:30px;

    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

.parent-page{
    width:45px;
    height:100%;
    position:absolute;
    top:0;
    left:45px;
    background-color: #BADA55;
}

.parent-page a{
    position:absolute;
}

.parent-page a.rotate, h3.rotate.return, img.rotate{
     -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

.parent-page a.inner, h3.inner.return, img.inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    text-align: center;
    overflow: hidden;
    padding-bottom:3px;
}


h3.return{
    z-index:3999;
}

h3.return a{
    position:relative;
    top:-3px;
}
img.lik{
    width:100px;
    z-index:3998;
    margin-left:12px;
}

.item-column{
    width:50%;
    display:inline-block;
    vertical-align:top;
}

.column1{
    padding-right:15px;
    /*margin-right:-1px;*/
    max-width:500px;
}

.column2{
    padding-left:15px;
    max-width:500px;
}

.item-column h2{
    margin-bottom:35px;
}

.item-column p{
    margin-bottom:21px;
}

.column1 p:first-of-type{
    font-size:18px;
    line-height:25px;
    margin-bottom:25px;
}

.images img{
    width:100%;
    margin-bottom:30px;
}

.item-column .images img{
    max-width:500px;
}

.images img.hasdescr{
    margin-bottom:5px;
}

.item-column img.ImageTags{
    width:100%;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (min-width: 1440px){
    
    h1.sections span{
        font-size:41px;
        line-height:41px;
        /*text-transform: lowercase;*/
    }

    .google-maps{
        padding-bottom:40%;
    }

    .about-left{
        width:700px;
    }
    .about-right{
        width:calc(100% - 700px);
    }

    
}

@media only screen and (max-width: 1280px){
    
    .google-maps{
        padding-bottom:60%;
    }

    
}

@media only screen and (max-width: 1024px){
    
    .google-maps{
        padding-bottom:70%;
    }

    
}

@media only screen and (max-width: 800px){

    /* POP-UP ADD-ON */

    .popup{
        margin-right:30px;
        max-width:620px;
        margin-top:110px;
    }

    .popup .column{
        width:100%;
    }

    /* MENU */
    .menu{
        padding-left:40px;
        width:40px;
        position:fixed;
    }
    nav{
        width:40px;
    }
    .menu.open{
        width:45%;
    }
    .menu h1, .translator{
        margin-left:25px;
    }
    .menu ul{
        margin-top:12px;
    }
    .social img{
        width:40px;
    }
    #nav-icon{
        left:10px;
    }

    .home-button{
        width:40px;
    }

    /* OVERALL */

    h1{
        font-size:40px;
        line-height:38px;
        word-break:break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .left-column{
        margin-left:40px;
        width:calc(45% - 40px);
    }

    .left-column .news-item{
        padding:25px;
    }

    .right-column{
        width:55%;
    }
    .contact-page .left-column{
        margin-left: 0;
        width: 45%;
    }
    .contact-page .right-column{
        width:55%;
    }

    /* HOMEPAGE */

    .first-logo{
        width:calc(100% + 50px);
        align-self:center;
    }

    /* OVERVIEW PAGE */
    .left-column.overview-section{
        padding:25px;
    }
    .overview-item, .overview-item.tockify{
        width:100%;
        margin-right:0;
    }
    .overview-item.tockify{
        max-width: 100%;
    }

    body.news .overview-item{
        width:100%;
        margin-right:0;
    }

    .overview-right{
        padding-right:25px;
        padding-left:25px;
    }

    body.about-page .touch, body.contact-page .touch{
        width:calc(100% - 40px);
        margin-left:40px;
    }

    .left-column.about-left{
        width:60%;
        margin-left:0;
    }
    .right-column.about-right{
        width:40%;
    }

    /*.left-column.about-left{
        width:40%;
        margin-left:0;
    }
    .right-column.about-right{
        width:60%;
    }*/



    /* SINGLE PAGE */
    .parent-page{
        width:40px;
        left:40px;
    }
    .parent-page a{
        /*-ms-transform-origin: 30% 66%;
        -webkit-transform-origin: 30% 66%;
        transform-origin: 30% 66%;*/
    }
    .item-container{
        margin-left: 80px;
        padding: 25px;
    }
    .column1{
        padding-right:12px;
    }
    .column2{
        padding-left:12px;
    }
    .column2 .images{
        width:100%;
    }

    .item-column .images img{
        margin-bottom:25px;
    }
}


@media only screen and (min-width: 500px){

}

@media only screen and (max-width: 500px){

    /* POP-UP */

    .popup{
        margin-right:0;
        width:calc(100% - 35px);
        margin-top:50px;
        padding:25px;
    }

    .popup p:first-of-type{
        font-size:15px;
        line-height:22px;
        margin-bottom:22px;
    }

    .popup .column{
        width:100%;
    }

    .popup .closer{
        top:10px;
        right:13px;
    }

    .popup .TextformatterVideoEmbed {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* END POP-UP */

    html, body{
        overflow-x:hidden;
    }

    .menu{
        padding-left:35px;
        width:35px;
        position:fixed;

    }
    nav{
        width:35px;
        position:fixed;
        height:100%;
        /*position:absolute;*/
    }

    body.homepage nav{
        position:absolute;   
    }

    .menu.open{
        width:100%;
    }

    .menu h1, .translator{
        margin-left:20px;
    }

    h3.about, h3.contact{
        font-size:18px;
        line-height:25px;
    }

    .social img{
        width:35px;
    }
    #nav-icon{
        left:8px;
    }

    .home-button{
        width:35px;
    }

    .ov-container{
        height:100%;
        overflow-y: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }

    .left-column{
        width:calc(100% - 35px);
        height:auto;
        margin-left:35px;
    }

    .left-column.overview-section {
        padding: 20px;
    }

    .homepage .left-column{
        height:100%;
        overflow-y: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }

    .homepage .right-column{
        position:absolute;
        top:0;
        bottom:0;
        left:100%;
        width:calc(100% - 75px);
        transition: .4s ease-out;
        /*display:none;*/
        z-index:2999;
    }

    .homepage .right-column.toggled{
        left:75px;
        
    }

    .toggle-right{
        display:flex;
    }

    h1.sections{
        width:100%;
        text-align:center;
        padding-left:20px;
        padding-right:20px;
        font-size:14vw;
        line-height:11vw;
    }

    h1.sections span{
        font-size:6vw;
        line-height:6vw;
        width:90%;
        margin:0 auto;
    }

    .overview-right{
        overflow:hidden;
        width:calc(100% - 35px);
        margin-left:35px;
        padding:20px;
        height: auto;
    }

    .parent-page{
        width:35px;
        left:35px;
    }

    .intro p.read-more{
        display:inline-block;
    }

    .intro .more{
        display:none;
    }
    .left-column.overview-section {
        padding-bottom:5px;
    }
    body.about-page .touch, body.contact-page .touch{
        width:calc(100% - 35px);
        margin-left:35px;
    }
    .left-column.about-left, .left-column.contact-left{
        width:100%;
    }
    .right-column.about-right, .right-column.contact-right{
        width:100%;
    }
    .left-column.about-left, .right-column.about-right, .left-column.contact-left, .right-column.contact-right{
        height:auto;
        padding:20px;
    }

    /* ITEM */
    .item-container{
        /*height:auto;*/
        padding:20px;
        margin-left:70px;

    }
    .item-column{
        width:100%;
    }
    .item-column h2{
        margin-bottom:20px;
    }
    .column1{
        padding-right:0;
    }
    .column2{
        padding-left:0;
    }


}


@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}