﻿@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
    font-family: 'Open Sans', sans-serif;
}

a img
{
	border:0;
	text-decoration:none;
}
.clear
{
	clear:both;
}

ol li {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

#main
{
	width:968px;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
    margin-bottom:100px;
}


#header {
    width: 968px;
    max-width: 100%;
    min-height: 95px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    overflow:auto;
}

#header .logo
{
	background: url(../images/logo.png) no-repeat center;
	float:left;
    width:196px;
    height:90px;
	
}
    #header .logo a {
        display: block;
       
        cursor: pointer;
        text-indent: -99999px;
        /*width:196px;*/
        width: 100%;
        height:100%;
    }

#header .header-right {
    float:right;
    
}

    #header .header-right .header-menu-link {
        float:left;
    }
    #header .header-right a {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        /*  background:  url(../images/header-a-bgr.png) no-repeat left;*/
        padding-left: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

#top-menu-blok {
    width: 100%;
    background: #242424;
    background: -moz-linear-gradient(top, #242424 0%, #242424 50%, #191919 51%, #191919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242424), color-stop(50%,#242424), color-stop(51%,#191919), color-stop(100%,#191919));
    background: -webkit-linear-gradient(top, #242424 0%,#242424 50%,#191919 51%,#191919 100%);
    background: -o-linear-gradient(top, #242424 0%,#242424 50%,#191919 51%,#191919 100%);
    background: -ms-linear-gradient(top, #242424 0%,#242424 50%,#191919 51%,#191919 100%);
    background: linear-gradient(to bottom, #242424 0%,#242424 50%,#191919 51%,#191919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#191919',GradientType=0 );
    position:relative;
}

    #top-menu-blok #top-menu {
        width: 968px;
        max-width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        background:none;
    }
    #top-menu li {
        float: left;
        /*padding-top:5px;
	padding-bottom:5px;*/
        /*/border-right:1px solid #333333;*/
        /**
    padding-left:20px;
    padding-right:20px;*/
        padding-top:10px;
    padding-bottom:10px;
    
}
        #top-menu li a {
            text-decoration: none;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            font-family: Arial;
            font-family: "Arial Black",Arial;
            font-size: 11px;
            font-style: normal !important;
            font-variant: normal !important;
            font-weight: 900;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 15px;
            padding-bottom: 11px;
          
        }
    
#slider {
	width: 100%;
	height: 489px;
	overflow: hidden;
	position: relative;
}


#obsah
{
	font-size:18px;
}
#obsah h1{
    font-size:22px;
}

#obsah p
{
	font-family: 'Open Sans', sans-serif;
    font-size:14px;
}

/*#obsah p a 
{
    color:white;
}*/

#ramy
{
	width:100%;


}

#ramy .item
{
	width:230px;
	float:left;	margin-top:10px;
	margin-right:5px;
}
#ramy .item .item-obsah
{
	width:95%;
	float:left;
	border:1px solid #2b2b2b;	border-radius: 6px; text-align:center;
	font-size:14px;
	padding-top:10px;
	padding-bottom:20px;

}


#ramy .item .item-obsah img
{
	margin-top:10px;
    max-width:180px;

}

#footer-blok {
    width: 100%;
    height: 70px;

    background-color: #121212;
    position:fixed;
    bottom:0;
 
}

#footer {
    width: 968px;
    max-width: 100%;margin-left:auto;margin-right:auto;
    height: 70px;
    font-family: 'Open Sans', sans-serif;
}

#footer .footer-item
{
	float:left;
	width:23%;
    font-size:13px;
    padding:1%;
}
    #footer .footer-item p {
       padding:0 !important;
       margin:0 !important;
    }
#footer .footer-item a
{
    color:white;
}

#cboxOverlay { /*background:url(/images/overlay.png) repeat 0 0;*/
    background-color: rgba(16,16,16,0.55);
    opacity: 0.8;
    filter: alpha(opacity = 80);
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
}

#loading {
    position: fixed;
    top: 250px;
    width: 100%;
    text-align: center;
    z-index: 10000;
}

#loading-content {
    background-color: white;
    width: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
#loading-content svg{
   color:black;
}
#footer .social-network {
   text-align:right;
}
#footer .social-network a {
    margin-left: 10px;
}
