* {
  margin: 0;
  padding: 0; 
}

@font-face {
	font-family: 'Bebas';
	src: url("/fonts/bebasNeue.otf"), 
       url("/fonts/bebasneue-webfont.eot") format("embedded-opentype"), 
       url("/fonts/bebasneue-webfont.woff") format("woff"), 
       url("/fonts/bebasneue-webfont.ttf") format("truetype"), 
       url("/fonts/bebasneue-webfont.svg") format("svg");
}

.center_it {
    width: 915px;
    margin: 0 auto;    
}

a {
    color: #82bac6;
    text-decoration: none;
}

body {
    background: #055361 url('bg.jpg') no-repeat center center;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #82bac6;
    font-size: 20px;
}

#character {
    margin-top: 10px;
    width: 387px; 
    float: left;
    height: 670px;
}

#logo {
    float: right;
    margin-top: 20px;
    width: 525px;
}

h1 {
    font-size: 2em;
    font-weight: strong;
    color: white;
}

#logo #text {
    text-transform: uppercase;
    color: #d2d3d9;
    text-shadow: 8px 8px 8px black;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Bebas';
}

#logo #logo_pic {
    width: 452px;
    height: 137px;
    margin: 0 auto;
    margin-bottom: 60px;    
}

#text_and_buy {
    width: 100%;
    float: left;
    margin-top: 40px;    
}

#text_div {
    float: left;
    width: 540px;
    margin-left: 20px;
    text-align: justify;
}

#buy_button {
    float: right;
    text-align: center;
  /*  width: 300px; */
    margin-top: 70px;
    margin-right: 40px;
}

a.best_button {
    width: 340px;
    height: 166px;
    display: block;
    background: transparent url('button.png') no-repeat center center;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 114px;
    font-size: 40px;
    font-family: 'Bebas';
}

#slider {
    width: 100%;    
   /* height: 150px; */
    float: left;
    margin-top: 40px;
}

#slider li {
    list-style-type: none;
    width: 168px;
    height: 123px;
    background: transparent url('shadow.png') no-repeat center bottom;
    padding: 0 6px;
    padding-bottom: 30px;
    float: left;
    margin: 20px 0px;
    text-align: center;    
}

#line {    
    width: 733px;
    background: #82bac6;
    height: 1px;
    float: left;
    margin-left: 100px;
    margin-top: 40px;    
}

#copyright {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 20px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Bebas';
}

#copyright a {
    text-decoration: none;    
}





#form_for_radek {
    display: none;
    width: 400px;
    height: 200px;    
    position: absolute;
    background: #BBBBBB;    
    text-align: center;
    z-index: 9999;
    color: white;    
    padding-top: 30px;  
    border: #881E7F solid 1px;      
    margin-top: 100px;
    margin-left: 40%;
    color: black;  
    padding: 20px;
    
    -moz-border-radius: 10px;
    border-radius: 10px;    
}

input.invalidfield {
    border: red solid 1px !important;
}

#mask {
    z-index: 9990;
    position: absolute;
    background: black;
  	opacity: 0.4;
  	filter: alpha(opacity=50);
}

#close_form {
    width: 20px;
    height: 20px;
    right: -10px;
    position: absolute;
    top: -7px;
    background: transparent url('close_button.png') no-repeat center center;
    cursor: pointer;
}

input[type="text"], select, textarea, #newsletter input[type="text"] {
    display: block;
    width: 90%;
    border: 1px solid #9B9B9B;
    padding: 7px;
    color: #787878;
}

input[type="submit"].smallsubmit, .smallsubmit {
    width: 110px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    background: url("smallbutton.png") no-repeat;
    outline: none;
    border: none;
    float: right;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    margin: 4px 0;
}

table {
    width: 100%;
}





#copyright {
    text-align: center;
    color: #c37f06;
    width: 100%;
    text-align: center;
    height: 40px;
    margin: 0px auto;
    font-size: 18px;
    margin-bottom: 20px;                
}

#social_buttons {
    width: 630px;
    margin: 10px auto;
    height: 40px;
    overflow: hidden;        
    float: left;    
    margin-left: 170px;
    margin-top: 20px;
}

#facebook_button {
    width: 30px;
    height: 30px;
    background: transparent url('fb.png') no-repeat center center;
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 4px;
}

#twitter_button {
    width: 30px;
    height: 30px;
    background: transparent url('tw.png') no-repeat center center;
    text-decoration: none;
    display: block;    
    margin-right: 4px;
    float: left;
}

#facebook_button span, #twitter_button span, #pin_button span {
    display: none;
}

#pin_button {
    width: 30px;
    height: 30px;
    background: transparent url('pin.png') no-repeat center center;
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 4px;   
}

#twitter-widget-0 {
    position: relative;
    top: 5px;
}

#___plusone_0 {
    position: relative;
    top: 5px;
}

.IN-widget {
    position: relative;
    top: 4px; 
}

.pin_span a {
    position: relative;
    top: 4px;  
}



    @media screen and (max-width: 770px) {
        .dialog {
            position: absolute;
            width: 100%;
            left: 0;
            right: 0 !important;
            margin: 0;
            top: 0;
            padding: 10px;
            border-radius: 0;
            padding: 50px 0px;
        }
    }
    .dialog-background {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.85);
        position: fixed;
        display: none;
        z-index: 99;
    }
    .dialog {
        padding: 40px;
        width: 50%;
        position: fixed; left: 45%; top: 40%;
        height: auto;
        margin-top: -100px;
        margin-left: -25%;
        background: #fff;
        display: none;
        z-index: 100;
        text-align: center;
        border-radius: 3px;
    }
    .cButton {border: none;color: #fff;padding: 10px 30px;cursor:pointer;}
    .hidden {display: none !important;}
    .show .dialog, .show .dialog-background {display: block;}
    .cButtonConsent {border: 1px solid #1ba38c;background: none;color:#1ba38c;}
    .cButtonConsent:hover{background: #1ba38c;color:#fff;}
    .cButtonNoConsent {border: 1px solid #ca5a5b;background: none;color: #ca5a5b;}
    .cButtonNoConsent:hover{background:#ca5a5b;color:#fff;}
    .cButtonNoConsent, .cButtonConsent {transition: .1s linear all;}
    .cButtonThird {background:none;color: #a2a2a2 !important;margin-top: 10px;font-size: 0.9rem;
    
    }




    