@import url('http://fonts.googleapis.com/css?family=Lato:300,400,700,900');

::selection {
    color: #fff;
    background: #666;
}

::-moz-selection {
    color: #fff;
    background: #666;
}

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    overflow: -moz-scrollbars-vertical;
    -ms-overflow-y: scroll;
    overflow-y: scroll;

}

body {
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    background: #373737;
    color: #fff;
    line-height: 1.6em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #fff;
}

h1 {
    font-size: 55px;
}

h3 {
    font-weight: 400;
}

h4 {
    font-weight: 400;
    font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}

/* ---------------------------------------------------------
 *	Preloader
 * --------------------------------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2d2e2e;
    z-index: 9999;
}

#status {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: -75px 0 0 -75px;
}

.spinner {
    margin: 50px auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}


.reklama {
    text-align: center;
    margin-bottom: 10px;
}

.centrize {
    text-align: center;
}

#wrapper {
    height: 100%;
    min-height: 100%;
}

#tubular-shield{
    background-color: rgba(0,0,0,0.6) !important;
}


.shadowcontainer {
    min-height: 100%;
    background: transparent;
    margin-bottom: -45px;
    padding-bottom: 30px;
    padding-top: 10px;
}


.page-buffer {
    height: 30px;
}

footer {
    height: 45px;
}

footer .container  {
    background-color: #2e2e2e;
    height: 100%;
    padding-top: 3px;
}

.footercopyright {
    color: #a0a0a0;
    font-style: italic;
    font-size: 90%;
    vertical-align: baseline;
    height: 100%;
    min-height:100%;
}




.upperrow {
    height: 25%;
    min-height: 25%;
    padding-bottom: 30px;
}

.middlerow {
    height: 40%;
    min-height: 40%;
}

.downrow {
    height: 35%;
    min-height: 35%;
}

a {
color: #2aabd2 !important;
}

a:hover,a:focus {
    color: white;
}

.addthis_toolbox, .at300b {
    text-align: center;
    float: none !important;
}

.headrow {
    height: 70px;
}

