@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}
html{
    height:100%;
    min-height:100%;
}
body{
    padding: 0;
    margin: 0;
    width: 100%;
    min-height:100%;
    height: 100%;
    font-family: MyriadPro, Arial, Helvetica, sans-serif;
    background: black;
}
h1{
    margin-top: 0;
    color: #EA7820;
    //color: #0099e0;
}
h2, h3, h4{
    color: #E57520;
}
p{
    margin: 0;
    padding: 5px 0 5px 0;
}
.mainBodyWrapper {
    background: url('/images/main_bg.png') no-repeat center center fixed;
    background-size: 100vw 100vh;
    width: 100%;
    min-height: calc(100vh - 10px);
    position: relative;
    padding-top: 10px;
    padding-bottom:10px;
}
#glowWrapper{
    background: rgba(0,0,0, 0.3);
    width: 1044px;
    margin: 0 auto 0 auto;
}

.contentWrapper{
    width: 1024px;
    margin: 0 auto 0 auto;
    position: relative;
}

.headerContainer{
    margin-bottom: 10px;
}

.sponsorContainer{
    height: 50px;
    margin-bottom: 5px;
    padding-top: 5px;
}

#sponsor_carousel a{
    margin: 0;
    padding: 0;
    border: 0;
}

#sponsor_carousel img{
    border: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 100px;
}
#sponsor_carousel img:last-of-type{
    margin-right: 5px;
}

.logoContainer{
    min-height: 150px;
    background-size: 100% 100%;
    position: relative;
}

.logo{
    width: 500px;
    height: 100px;
    top: 50%;
    position: absolute;
    margin: -50px 0 0 15px;
    background: url('../images/Logo.png') no-repeat;
    background-size: 500px 100px;
}

.mainContentContainer{
    min-height: 400px;
    background-color: floralwhite;
    padding: 0;
    position: relative;
    margin: 0 0 10px 0;
}

div.content{
    padding-top: 10px;
    margin: 10px;
}

#cssmenu{
}

#carousel{
    min-height: 300px;
    position: relative;
    margin-bottom: 10px;
}

#carousel .slide{
    position: absolute;
    height: 300px;
    width: 1024px;
    display: none;
}

#carousel .slide:first-of-type{
    display: block;
}
#carousel .arrow{
    z-index: 10;
    position: absolute;
    left: 5px;
    background: rgba(0,0,0, 0.8);
    height: 60px;
    width: 60px;
    opacity: 0;
    border-radius: 30px;
    text-align: center;
    top: 50%;
    margin-top: -40px;
    color: lightgrey;
    font-size: 2em;
    cursor: default;
    transition: opacity 0.3s ease-in-out;

}
#carousel .arrow:last-of-type{
    left: calc(100% - 65px);
}

#carousel .arrow:hover{

    background-color: black;
    color: ghostwhite;
    opacity: 1;
}

#carousel .arrow span{
    line-height: 60px;
}

#carousel .slide img{
    z-index: 0;
    height: 300px;
    max-width: 1024px;
}

#carousel .slide .img_container{
    height: 300px;
    width: 1024px;
    position: absolute;
    z-index: 0;
}

#carousel .slide_flavor{
    height: 300px;
    width: 300px;
    background: rgba(20,20,20, 0.8);
    position: absolute;
    color: ghostwhite;
    z-index: 1;
    right: 0;
    display: none;
    cursor: default;
}
#carousel .slide_flavor:first-of-type{
    display: block;
}
.flavor_content{
    margin: 10px;
}
#textContent{
    min-height: 175px;
    padding: 10px;
}

.carousel_img{
    max-height: 300px;
}

#show_more{
    width: 1000px;
    height: 30px;
    text-decoration: none;
    background-color: #F57F20;
    border-radius: 5px;
    border: 2px solid black;
    position: absolute;
    bottom: 10px;
    right: calc(50% - 500px);
    display: none;
}
.lang_select img{
    width: 30px;
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
}
.lang_select img:last-of-type{
}

.rpk_logo_img{
    height: 150px;

}
.footerContainer{
    min-height: 220px;
    background: linear-gradient(to bottom, #3d3d3d 0%, #151515 30%, #151515 100% );
    color: rgba(150,150,150,1);
    position: relative;
}
.footerContainer #vgd_logo{
    height: 100px;
    margin-left: 20px;
    padding-top: 20px;
    position: relative;
}
.footerContainer #vgd_logo img{
    max-height: 100%;
    max-width: calc(100% - 20px);
    height: auto;
    width: auto;
}
.footerContainer #muut_logot{
    height: 100px;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.footerContainer #muut_logot .footerLogoImg{
    height: 100%;
    /*width: calc(20% - 40px);*/
    width: 33%;
    /*margin: 0 20px;*/
    float: left;
    text-align: center;
}
.footerContainer #muut_logot .footerLogoImg img{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}
p iframe{
    margin-left: 142px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)
{
    .mainBodyWrapper {
        background: linear-gradient(to bottom, #212121 0%, #444444  100%);
        width: 110%;
        min-height: calc(100vh - 10px);
        position: relative;
        padding-top: 10px;
        padding-bottom:10px;
    }
}
/*
@media only screen and (device-width: 768px) {
    .mainBodyWrapper {
        background: linear-gradient(to bottom, #212121 0%, #333333 100%) no-repeat fixed;
        background-size: 100vw 100vh;
        width: 100%;
        min-height: calc(100vh - 10px);
        position: relative;
        padding-top: 10px;
        padding-bottom:10px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .mainBodyWrapper {
        background: linear-gradient(to bottom, #212121 0%, #333333 100%) no-repeat fixed;
        background-size: 100vw 100vh;
        width: 100%;
        min-height: calc(100vh - 10px);
        position: relative;
        padding-top: 10px;
        padding-bottom:10px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .mainBodyWrapper {
        background: linear-gradient(to bottom, #212121 0%, #333333 100%) no-repeat fixed;
        background-size: 100vw 100vh;
        width: 100%;
        min-height: calc(100vh - 10px);
        position: relative;
        padding-top: 10px;
        padding-bottom:10px;
    }
}
*/