;/*	---------------------------------------------------------------------------------------
	Deníky Online

	Description:		Basic styles and layout
	Media:				screen, projection
	Datum:				17. 9. 2011
	Author:				Martin Jemelka (http://www.europemc.cz/)
	---------------------------------------------------------------------------------------*/
    @import url("./reset.css");
@import url(http://fonts.googleapis.com/css?family=Rajdhani:400,600,700&subset=latin,latin-ext);
/*	---------------------------------------------------------------------------------------
	Basic styles
	---------------------------------------------------------------------------------------*/
    


    html { font-size: 100%; }
    body { 
        font-family: 'Rajdhani', sans-serif; 
        font-size: 1em;
        color: #333; 
        
        margin: 0; 
    }

    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
        display: block;
    }

    header {
        position: fixed;
        background: #fff;
        background: rgba(255,255,255,0.8);
        z-index: 5009;
        width: 100%;
        min-width: 980px;
    }   

    
    #page_wrapper {
        position: relative;min-width: 980px;max-width: 2300px ;margin: 0 auto;        
        -webkit-box-shadow:  0 0px 25px rgba(0,0,0,0.2);
        -moz-box-shadow:  0 0px 25px rgba(0,0,0,0.2);
        box-shadow: 0 0px 25px rgba(0,0,0,0.2);
    }
    
    .container {
        margin-right: auto;
        margin-left: auto;
    }
    .container, 
    .navbar-static-top .container, 
    .navbar-fixed-top .container, 
    .navbar-fixed-bottom .container {
      
    }
    .container:before, .container:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .container:after {
        clear: both;
    }
    .container:before, .container:after {
        display: table;
        content: "";
        line-height: 0;
    }
    
    h1 {}

    h1, h2, h3, h4, h5, h6, div.pp_kalypso .ppt {
        font-weight: 600; 
        color: #6eaa2e;
        text-transform: uppercase;
    }

    a {color: #6eaa2e;}

    h1 { font-size: 2.1em; }
    h2 { font-size: 1.7em;}
    h3 { font-size: 1.4em;} 

    li { line-height: 1.3em; }
    
    input, textarea, .uneditable-input {
        margin-left: 0;
    }
    input, textarea, .uneditable-input {
        width: 206px;
    }
    label, input, button, select, textarea {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
    }
    button, input, select, textarea {
        margin: 0;
        font-size: 100%;
        vertical-align: middle;
    }
    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border linear .2s,box-shadow linear .2s;
        -moz-transition: border linear .2s,box-shadow linear .2s;
        -o-transition: border linear .2s,box-shadow linear .2s;
        transition: border linear .2s,box-shadow linear .2s;
    }
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        display: inline-block;
        height: 20px;
        padding: 4px 6px;
        margin-bottom: 9px;
        font-size: 14px;
        line-height: 20px;
        color: #555555;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
/*	---------------------------------------------------------------------------------------
	Layout
	---------------------------------------------------------------------------------------*/
    section#content {  min-height: 500px; }
    .row { margin-bottom: 35px; }
    .row:before, .row:after { display: table; content: ""; line-height: 0; }
    .row:after { clear: both; }
    .span12 { width: 940px; }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px;
    }
    /* Breadcrump */
    .breadcrumbs {
        margin: 10px 0 8px;
        padding: 0 10px;
        list-style: none;
        background: #000;
        float: left;
    }

    .breadcrumbs li {
        float: left;
        padding-left: 10px;
        background: url(../images/breadcrumbs-arr.png) no-repeat left center;
        margin-left: 10px;
        color: #eee;
        line-height: 1.9;
        font-size: 13px;
        font-weight: 700;
    }
    .breadcrumbs li:first-child {
        padding-left: 0;
        background: none;
        margin-left: 0;
    }
    .breadcrumbs li a {
        color: #fff;
    }
    
    /* Header */
    
    #logo { float: left; margin: 0 0 0 0; }
    #logo a { line-height: 0; padding: 0; display: block; position: relative; }
    
    [class^="icon-"], [class*=" icon-"] {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        vertical-align: text-top;
        background-image: url("../images/glyphicons-halflings.png");
        background-position: 14px 14px;
        background-repeat: no-repeat;
        margin-top: 1px;
    }
    .sf-menu { line-height: 1.0; }
    .sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
    .sf-menu ul { position: absolute; top: -999em; width: 10em; }
    .sf-menu ul li { width: 100%; }
    .sf-menu li { position: relative }
    .sf-menu a.sf-with-ul { min-width: 1px; }
    .sf-menu a { position: relative; }
    
    #mainmenu { 
        position:relative; 
        z-index:5001; 
        border-top:none; 
        -webkit-box-shadow:rgba(0,0,0,0.1) 0 1px 5px; 
        -moz-box-shadow:rgba(0,0,0,0.1) 0 1px 5px;
        box-shadow:rgba(0,0,0,0.1) 0 1px 5px;
    }

    .lt-ie8 #mainmenu{padding-top:30px}

    #mainmenu .navbar-inner{
        -webkit-border-radius:0;
        -moz-border-radius:0;
        -ms-border-radius:0;
        -o-border-radius:0;
        border-radius:0;
        box-shadow:none;
        border:none
    }
    #mainmenu .nav>li{ 
        /*position: relative; */
        padding:0
    }

    #mainmenu .nav>li>a{
        padding:23px 14px 23px;
        color:#222;
    }

    #mainmenu .nav>li>a:hover{
        background-color:transparent;
        color:#6eaa2e;
        text-decoration:none;
    }

    #mainmenu .nav>li.active>a{
         color:#6eaa2e;
        background-color:rgba(255,255,255,0.5);
        box-shadow:none;
    }

    #mainmenu .nav>li.active:hover>a{
        color:#6eaa2e;
    }
    
    #mainmenu .nav>li:hover ul, 
    #mainmenu .nav>li:focus ul, 
    #mainmenu .nav>li:active ul, 
    #mainmenu .nav>li.hover ul, 
    #mainmenu .nav>li.focus ul { display: block; }

	#mainmenu ul ul { 
        list-style: none; 
        margin: 0; 
        padding: 0;   
        filter: alpha(opacity=90); 
        opacity: 0.95; 
        -moz-opacity: 0.95; 
        -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, .2); 
        -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, .2); 
        z-index: 999; 
        position: absolute; 
        top: 100%; 
        left: 0; 
        display: none; 
        width: 100%;
        background: #6eaa2e;
    }
		
        #mainmenu ul ul li { 
            list-style: none; 
            margin: 0; 
            padding: 10px 15px; 
            overflow: hidden; 
            float: right; 
            display: block; 
        }

		#mainmenu li li a { 
            color: #fff; 
            display: block; 
            height: auto; 
            padding: 15px;  
            text-transform: none; 
            text-align: left; 
            font-weight: 600; 
            font-size: 1em;
            text-decoration: none;
        }

		#mainmenu li li a:hover { background: none; }





    #nav { 
        margin: 0;  
        font-size:1.2em;
        font-weight: 600;
    }

 

    .navbar .nav>li { 
        float: left; 
        list-style: none; 
    }

    .navbar-inner { 
        min-height: 40px; 
        background:none; 
    }

    .navbar-inner .container {
        width: auto;
        float: right;
    }

    
    .navbar-inner:after{ 
       content: '';
       clear:both;
       display: block;
       position: relative;
    }

    .navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus { 
        color: #555; 
        text-decoration: none; 
        background-color: #e5e5e5; 
        -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); 
        -moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); 
        box-shadow: inset 0 3px 8px rgba(0,0,0,0.125); 
    }

    .navbar .nav>li>a { 
        float: none; 
        padding: 10px 15px 10px; 
        color: #555; 
        text-decoration: none; 
    }

    .nav>li>a { display: block; }

    .projekty {
        float: left;
        padding: 0;
        margin: 0;
        position: relative;
        background: transparent; z-index: 5011;
    }

    #mainmenu ul.projekty li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        
    }

    #mainmenu ul.projekty>li:first-child:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 13px 10px 0;
        border-color: #649430 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: 27px;
        right: 28px;
    }

    #mainmenu ul.projekty ul li {
        background: #fff;
        border-bottom: 1px solid #ddd;
        background: rgba(255,255,255,0.9);
        width: 100%;
        z-index: 5011;
    }

    #mainmenu ul.projekty ul li:hover {
        background: #6eaa2e;
        border-bottom: 1px solid #ddd;
        width: 100%;
    }

    .projekty li a {
        padding: 25px 100px 25px 14px;
        display: block;
        font-size: 2em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: #6eaa2e;
    }

    .projekty li ul a img {
        width: 90px;
        height: auto;
        float: left;
        margin: 0 0.8em 4px 0;
        
    }

    #mainmenu ul.projekty ul li a {
        padding: 5px;
        margin: 0;
        color: #777777;
        font-weight: 400;
        font-size: 1.1em;
        text-transform: uppercase;
    }

    #mainmenu ul.projekty ul li:hover a {
        color: #fff;
    }

      #mainmenu ul.projekty ul li a span {
        padding:18px 0 0 15px  ;
        display: block;  
        font-weight: 600;  
    }

    #mainmenu ul.projekty li ul {
        display: none; 
        width: 100%; 
        background: transparent;
    }

    #mainmenu ul.projekty li:hover ul {
        display: block; 
        width: 100%; 
        background: transparent;
    }

        #main-product-nav .nav>li:hover{
            background:rgba(255,255,255,0.5);
            padding: 0;
        }




        #mainmenu .nav>li:hover a {
            position: relative;
        }

        #mainmenu .nav>li:hover>a:after {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 11px 11px 0;
            border-color: rgba(255,255,255,0.7) transparent;
            display: block;
            width: 0;
            z-index: 1;
            margin-left: -11px;
            bottom: -11px;
            left: 50%;  
            z-index: 5007; 
        }

        #main-product-nav .nav>li ul>li:hover{
        background:rgba(255,255,255,0.2);color: #333;
        }

    #mainmenu .nav>li:hover>a{color:#333;}

    


    .section { position: relative; }
    
    #slider_nav {
      position: fixed;
      top: 25%;
      left: 0;
      z-index: 5000;
    }
    #slider_nav {
      width: 51px;
      height: 380px;
      margin: 0;
      padding: 0;
    }
    #slider_nav li {
      width: 50px;
      height: 51px;
      display: block;
      white-space: nowrap;
      background: #fff;
      background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
      background-image: -webkit-linear-gradient(left, #ffffff, #f2f2f2);
      background-image: -moz-linear-gradient(left, #ffffff, #f2f2f2);
      background-image: -o-linear-gradient(left, #ffffff, #f2f2f2);
      background-image: linear-gradient(left, #ffffff, #f2f2f2);
      overflow: hidden;
      font-size: 18px;
      font-family: "Istok Web";
      position: absolute;
      -webkit-transition-property: width;
      -moz-transition-property: width;
      -o-transition-property: width;
      transition-property: width;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-out;
      -moz-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
    }
    
    #slider_nav li a { height: 100%; display: block; padding: 0 ; line-height: 45px; vertical-align: middle; color: #493f39; min-width: 200px \9; }
    #slider_nav li a .icon { text-align: center; display: block; width: 50px; }
    #slider_nav li a .icon img { vertical-align: middle; text-align: center; }
    #slider_nav li.m1 { background: rgb(255, 122, 0); height: 50px; top: 0; }
    #slider_nav li.m2 { background: rgb(0, 128, 36); top: 50px; }
    #slider_nav li.m3 { background: rgb(146, 11, 180); top: 100px; }
    #slider_nav li.m4 { background: rgb(185, 5, 70); top: 150px; }
    #slider_nav li.m5 { background: rgb(24, 118, 219); top: 200px; }
    #slider_nav li.m6 { top: 250px; }
    #slider_nav li.m7 { top: 300px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px; }
    #slider_nav li:first-child { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
    #slider_nav li:last-child { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
    
    
    .slider { min-width: 100%; max-width: 100%; position: relative; overflow: auto; }
    .slider ul { list-style: none; padding: 0; margin: 0; }
    .slider ul li { color: white; height: 350px; width: 100%; list-style: none; padding: 150px 0; margin: 0; float: left;}
    .slider li { list-style: none; padding: 0 0; margin: 0; float: left;}
    
    .nav-arrows span {
    	position: absolute;
    	z-index: 2000;
    	top: 50%;
    	width: 40px;
    	height: 40px;
    	border: 8px solid #ddd;
    	border: 8px solid rgba(255,255,255,0.4);
    	text-indent: -90000px;
    	margin-top: -40px;
    	cursor: pointer;
    	
    	-webkit-transform: rotate(45deg);
    	-moz-transform: rotate(45deg);
    	-o-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
    	transform: rotate(45deg);
    }
    
    .nav-arrows span:hover {
    	border-color: rgba(255,255,255,0.9);
    }
    
    .nav-arrows span.nav-arrow-prev {
    	left: 5%;
    	border-right: none;
    	border-top: none;
    }
    
    .nav-arrows span.nav-arrow-next {
    	right: 5%;
    	border-left: none;
    	border-bottom: none;
    }
    
    .dots {
    	text-align: center;
    	position: absolute;
    	top: 2%;
    	height: 30px;
    	width: 100%;
    	left: 50%;
    	z-index: 1000;
    }
    
    .dots li {
    	display: inline-block;
    	position: relative;
    	width: 16px;
    	height: 16px;
    	border-radius: 50%;
    	margin: 3px;
        text-indent: -90000px;
    	background: #ddd;
    	background: rgba(150,150,150,0.4);
    	cursor: pointer;
    	box-shadow: 
    		0 1px 1px rgba(255,255,255,0.4), 
    		inset 0 1px 1px rgba(0,0,0,0.1);
    }
    .dots li.active { background: white; }
    a > .sf-sub-indicator {
        top: .8em;
        background-position: 0 -100px;
    }
    .sf-sub-indicator {
        position: absolute;
        display: block;
        right: .75em;
        top: 1.05em;
        width: 10px;
        height: 10px;
        text-indent: -999em;
        overflow: hidden;
        background: url('arrows-ffffff.png') no-repeat -10px -100px;
    }
    
    .monitor { width: 652px; position: absolute; bottom: -105px; left: 50%; margin-left: -327px; z-index: 99; height: 487px; background: url('../images/monitor.png') no-repeat 0 0; background-size: contain; }
    
/* Copyrights */
    #copyrights { font-size: 11px; padding: 0 0 10px 0; color: #adaaaa; }
        #copyrights p { padding: 0 20px 10px 20px; }
/* Footer */
    #footer {
        margin-top: 52px;
        background: #1B1B1B;
        padding: 40px 0 20px;
        color: #fff;
        position: relative;
    }
    
     #footer:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background:#333;
        position: absolute;
        z-index:0;
    }


        #footer .wr { padding: 15px 10px 10px 10px; min-height: 100px; }
        #footer .footer_block { color: rgb(172, 172, 172); padding: 0 10px; }
        #footer .footer_block.last { background: none; }
        #footer .footer_block a { }
            #footer .footer_block table { height: 100%; }
            #footer table td { vertical-align: top; }
        #footer .footer_block ul { list-style: none; margin: 5px 0; padding: 0; }
            #footer .footer_block li { list-style: none; margin: 0; padding: 0; }
            #footer .footer_block li a {  }
            
        
        #footer .footer_links .col { float: left; width: 190px; margin: 0 6px 0 0; }
            #footer .footer_links .col ul { list-style: none; padding: 0 10px; color: silver; margin: 5px 0 0 0; }
                #footer .footer_links .col ul li { padding: 0 0 3px 0; }
            #footer .footer_links .col h2 { white-space: nowrap; padding: 0 10px; font-size: 13px }
                #footer .footer_links .col h2 a { color: black; }
        #footer .footer_art { width: 100%; }
/* Others */
    .messages { margin: 0 0 10px 0; }
    
    input[type="text"] { border: 1px solid #cdc6c6; padding: 5px; }
    
#slideshow {
    position: relative;
}

.sitemap ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin-left: 0;
}
.sitemap ul li {
    line-height: 25px;
}

.sitemap ul li a {
    padding-left: 40px;
    background-position: -270px 7px;
}
.sitemap ul li a {
    background-image: url(../images/sitemap-arrow.png);
    background-repeat: no-repeat;
}

.sitemap ul li li a {
    padding-left: 80px;
    background-position: -230px 7px;
}

ul.photo_gallery {
    clear: both;
    list-style: none outside none;
    margin: 8px auto;
    overflow: hidden;
    padding: 8px 0;
}
ul.photo_gallery li {
    background: none !important;
    float: left;
    margin: 5px;
    padding: 0;
    list-style: none;
}
.hoverBorder {
    position: relative;
    display: inline-block;
}
.hoverBorderWrapper {
    position: relative;
    display: block;
}
.theHoverBorder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
    -moz-box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.15) inset;
}
.hoverBorder:hover img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.theHoverBorder:hover {
    -webkit-box-shadow: 0 0 0 5px #cd2122 inset;
    -moz-box-shadow: 0 0 0 5px #cd2122 inset;
    box-shadow: 0 0 0 5px #cd2122 inset;
}

.eBlog .itemContainer {
    margin-bottom: 35px;
    padding: 15px 0;
    position: relative;
}
.eBlog .itemTitle {
font-weight: bold;
}
.eBlog .post_details {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
font-size: 10px;
margin-bottom: 25px;
text-transform: uppercase;
padding: 10px 0 10px;
font-weight: bold;
position: relative;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
opacity: .6;
-webkit-transition: opacity 150ms ease-in;
-moz-transition: opacity 150ms ease-in;
-o-transition: opacity 150ms ease-in;
transition: opacity 150ms ease-in;
}
.eBlog .post_details {
font-size: 10px;
text-transform: uppercase;
font-weight: bold;
}
.eBlog .post_details:before {
content: '';
position: absolute;
left: 0;
bottom: -1px;
width: 25px;
height: 0;
border-bottom: 1px solid #ccc;
}
.eBlog .post_details:after {
content: '';
position: absolute;
left: 0;
top: -1px;
width: 25px;
height: 0;
border-bottom: 1px solid #ccc;
}
.eBlog .itemReadMore {
margin-bottom: 15px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 25px;
}
.eBlog .readMore {
font-size: 14px;
font-weight: bold;
}
.eBlog .post_details [class^="icon-"], .eBlog .itemLinks li [class^="icon-"], .eBlog .itemTagsBlock [class^="icon-"] {
margin: 0 5px 0 0;
padding: 0;
}
.icon-calendar {
background-position: -192px -120px;
}
.icon-folder-close {
background-position: -384px -120px;
}
.eBlog .itemSocialSharing {
margin-bottom: 20px;
}
.eBlog div.itemTwitterButton {
float: left;
margin: 2px 20px 0 0;
width: 80px;
}
.eBlog div.itemFacebookButton {
float: left;
margin-right: 20px;
width: 70px;
}
.eBlog div.itemGooglePlusOneButton {
float: left;
width: 70px;
}
.eBlog .post_details .infSep {
display: inline-block;
margin: 0 5px;
}
.eBlog .itemCategory {
padding-left: 0;
}
.icon-white, .nav-tabs > .active > a > [class^="icon-"], .nav-tabs > .active > a > [class*=" icon-"], .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"] {
    background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-search {
    background-position: -48px 0;
}
.icon-remove {
    background-position: -312px 0;
}

@media (min-width: 1200px) {
  
    .row {
        margin-left: -30px;
    }
    .row:before, .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row:after {
        clear: both;
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
    
   

}

#lang_select { 
    position: absolute; 
    right: 20px;
    top: 80px; 
    z-index: 5006; 
}

#lang_select ul { list-style: none; margin: 0; padding: 0; }

    #lang_select li { 
        opacity: 0.6; 
        width: 30px; 
        height: 30px; 
        margin: 0 5px 0 0; 
        z-index: 5006;
    }

    #lang_select li.active, 
    #lang_select li:hover { 
        opacity: 1; 
    }

    #lang_select .cz a { width: 30px; height: 30px; display: block; background: url('../images/flag_cz.png') no-repeat 0 0; background-size: contain; }
    #lang_select .en a { width: 30px; height: 30px; display: block; background: url('../images/flag_en.png') no-repeat 0 0; background-size: contain; }
    #lang_select .ru a { width: 30px; height: 30px; display: block; background: url('../images/flag_ru.png') no-repeat 0 0; background-size: contain; }
    #lang_select .fr a { width: 30px; height: 30px; display: block; background: url('../images/flag_fr.png') no-repeat 0 0; background-size: contain; }
    #lang_select .es a { width: 30px; height: 30px; display: block; background: url('../images/flag_es.png') no-repeat 0 0; background-size: contain; }
    #lang_select .pl a { width: 30px; height: 30px; display: block; background: url('../images/flag_pl.png') no-repeat 0 0; background-size: contain; }
    #lang_select .de a { width: 30px; height: 30px; display: block; background: url('../images/flag_de.png') no-repeat 0 0; background-size: contain; }

    .cleaner {clear:both;} 

    #rev_slider_5_1_wrapper {max-height: 600px!important;}

    .white_content {
        width: 85%;
        max-width: 1400px;
        min-width: 980px;
        margin: -6em auto 0 auto;
        position: relative;
        z-index: 5005;
         /*background: rgba(255,255,255,0.7);
       padding: 1em 2em;*/
    }


.carousel_wrapper {       
        width: 85%;
        max-width: 1400px;
        min-width: 980px;
        margin: 0 auto;padding:0  1.5em ;
    }


    .white_content ul {padding-top: 0;margin-top: 0;}
    .white_content h3 { margin:0.5em 0;}

    .white_content:after {
        z-index: -1; 
        filter: alpha(opacity=80); 
        opacity: 0.8; 
        -moz-opacity: 0.8;  
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        content: '';
        display: block;
    } 


.white_content .white_header {min-height: 5em;padding: 1em 1.5em 0 1.5em;} 
.white_content .white_body {padding:  0 1.5em 1em 1.5em;} 


    .white_content table, 
    .white_content table tr, 
    .white_content table tr td {
        border-width:0;
    }
     .white_content table tr td {padding: 0 1.1em ;  }

    .bg-img {   
        height: 340px;
        overflow: hidden;
        position: relative;
    }

    .bg-img .imidz {   
        width: 100%;height: 340px;
        position: absolute;
        top:0;
        left: 0;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
    }



.sm_hdr {height: 245px;position: relative;background: #eee url('../images/graphy.png') 0 0 repeat;}

 .bg-img img {   
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -50% 0 0 0;


}


    #article .page-title, #galleries .page-title {
        position: absolute;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        text-align: center;
        top: 30%;
        left: 0;
        display: block;
        width: 100%;

    }

  #article .sm_hdr .page-title {text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.0); color: #6eaa2e;}

.tp-bullets {bottom: 120px!important;}

#rev_slider_5_1_wrapper ._title {
    position: relative!important; 
    left:160px!important;
} 

#rev_slider_5_1_wrapper ._title div {
    font-size: 1.4em!important;
    font-weight: 600;
    color: #FFF;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 1); 
}

#rev_slider_5_1_wrapper .tp-parallax-container {}

#rev_slider_5_1_wrapper ._slide1_text  {
    font-size:1.7em!important;
    position: relative!important;
    left:160px!important;
}

#rev_slider_5_1_wrapper ._slide1_text p {
    color: #fff;
    display: block;
    font-weight: 600;
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
    font-size: 0.8em!important;
    line-height: 1.3em!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;  
    padding: 5px 10px;
    margin: -1em 0!important;
}

.diblock {display: block;}
.bold {font-weight: bold;}

.image img {
    border: 1px solid #c8d1d8; 
    padding: 3px; 
    background: #eff1f3; 
    max-width: 300px;
    max-height:300px;
}
.paging.noprint {margin: 20px 0 0 0; text-align: center;}

table .gallery {margin: 1em 0 0 0 ;}

.rev_slider .tp-caption, .rev_slider .caption {
width: 35%!important;
white-space:normal!important;


}
table {
    font-family: 'Rajdhani', sans-serif; 
}

table tr {
    font-weight: normal;
}

 footer .container {width: 85%;max-width: 1400px;position: relative;z-index: 5  ;}

.itemSocialSharing  {
    width: 85%;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    min-width: 980px;
}

table#cenik tr td, table tr th  {
    font-weight: normal; 
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
}

footer h3 {color: #fff;font-size: 1.2em;}


.tp-caption>.tp-splitted {margin: 0 0 0 -15px;}
.tp-caption>.tp-splitted .tp-splitted {padding: 0 0 0 15px;}
.tp-caption>.tp-splitted .tp-splitted>.tp-splitted {padding: 0 0 0 2px;}


.br1 {border-right: 1px solid rgba(255, 255, 255, 0.13)}
.form_td label {display: block; padding: 0 0 5px 0;}
.form_td .mail {width: 100%; box-sizing: border-box; padding: 15px;border-radius: 0;}
.form_td .message {height: 100px; width: 100%; box-sizing: border-box; padding: 15px;border-radius: 0;}
.form_td .code_img {
    position: relative; 
    top: 5px;
}

.form_td .required {
    display: block; 
    idth: 50px;
}

.pl8 {padding-left: 12px;}
.pr8 {padding-right: 12px;}
.copyr {margin: 15px 0 0 0; border-top: 1px solid rgba(255, 255, 255, 0.13); padding: 10px 0 50px 0;font-size: 0.8em;}


@media (max-width: 1200px) {
  
 body {font-size: 0.8em;}

 .projekty li a {font-size: 1.6em;}

}

@media (max-width: 1070px) {

    .projekty li a {font-size: 1.5em;}
    .white_content  {
        font-size: 1.1em;
        width: 900px;
        min-width: 900px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    footer .container {width: 900px;}

}

@media (min-width: 2300px) {
    header {
        position: fixed;
        background: #fff;
        background: rgba(255,255,255,0.8);
        z-index: 5009;
        width: 2300px;top: 0;left: 50%;
        margin-left: -1150px;
        min-width: 980px;
    }   


 }
@media (max-width: 980px) {

header {position: absolute;}
  
    body {
        font-size: 0.7em;
    }

    .projekty li a {font-size: 1.5em;}

}


.banner_map {
    position: absolute;
top: 180px;
right: 100px;
z-index: 500;
}
.banner_map img {width: auto;;}

.banner_kontakt {    
    position: absolute;
top: 110px;
left: 0px;
z-index: 500;}

.banner_kontakt img {width: auto;}

.tp-leftarrow.default {z-index:700!important;}


blockquote {
    position: relative;
    font-size: 1.7em;
    padding: 0.5em 1.3em;
    background: transparent;
    display: inline-block;
}

blockquote:after, 
blockquote:before {
    content: '"';
    font-size: 3em;
    position: absolute;
    font-weight: bold;
    color: #ccc;
}

blockquote:before {
   bottom:-0.6em;
   left:0;
}

blockquote:after {
    top:-0.2em;
    right: 0;
}

.flr {float: right;}
.fle {float: left;} 
.w70 {width: 67%;padding: 0 1%;}
.w30 {width: 27%;padding: 0 1%;}
.cleaner {clear: both;}
.bra1 {border-right: 1px solid #ddd}
.w30_mt6 {margin: 6em 0 0 0;}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto ;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    
    left: -5px;
    background: transparent;
    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


.slider1 li {position: relative;}
.slider1 li h3 {position: absolute;top: 1em;left: 0;padding: 6px;display: inline-block;color: #fff;background: rgba(67, 184, 201, 0.8);}



.addthis_toolbox {z-index: 3999;}