@green:#004623;

@media (max-width: 1000px) {
	p.video-container {
		position: relative;
		padding: 0;
		margin: 0;
		padding-bottom: 56.25%;
		padding-top: 30px; height: 0; overflow: hidden;
	}
	p.video-container iframe,
	p.video-container object,
	p.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
}
.dTable {
	width:100%;
	.dTd-m, .dTd-t, .dTd-b {
		display:table-cell;
	}
	.dTd-m {
		vertical-align:middle;
	}
	.dTd-t {
		vertical-align:top;
	}
	.dTd-b {
		vertical-align:bottom;
	}
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 350px !important;
  /* padding-bottom: 56.25%; */
  /* 16:9 */

  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
	width: 100%;
    height: 350px;
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%; */
  /* height: 100%; */
}
#totalContentWrap {
	#totalContent {
	    width:100%;
	    max-width:1170px;
	    margin:0 auto;
	    
		#totalContentLeft {
			&.totalContentLeftWidth {
				
			}
			#content {
				&.contentWidth {
					
				}
				width:100%;
				max-width:1170px;
				margin:0 auto;
			}
		}
	}
}
body {
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    font-size:16px;
    
    &.headerFixed {
        padding-top:147px;
        
        #headerWrap {
            display:none;
        }
        #menuWrap {
			position: fixed;
			width: 100%;
			top: -250px;
			left: 0;
			border-bottom: 1px solid #004623;
			/* box-shadow: 0 4px 4px #666; */
			z-index: 10000;
			transition: top .7s ease-in-out;
		}
        #menuWrap.slide {
			top:0;
		}
		#menuWrap ul li:not(.submenu li){
			vertical-align: middle;
		}
		#menuWrap ul li:not(.submenu li).active{
			background: none;
		}

		#menuWrap ul li:not(.submenu li).first{
			display: none;
		}
		#menuWrap #stickyLogo{
			display: inline-block !important;
		}
		#menuWrap #stickyLogo a{
			padding: 6px 10px 2px;
		}
		#menuWrap #stickyLogo img{
			height: 36px;
		}
        #menuWrap .submenu {
			
			border-bottom: 1px solid #004623;
			box-shadow: 0 0px 1px #004623;
			z-index: 10000;
			top: 48px;
		}
    }
}
/* GLOBAL */
.dTable, table {
	display:table;
	width:100%;
	
	&.defPad {
		.dTd-t, .dTd-m, .dTd-b, th, td {
			padding:6px;
		}
	}
	&.tbpad {
		.dTd-t, .dTd-m, .dTd-b, th, td {
			&:first-child {
				padding-top:0 !important;
			}
			&:last-child {
				padding-bottom:0 !important;
			}
		}
	}
	&.flPad {
		.dTd-t, .dTd-m, .dTd-b, th, td {
			&:first-child {
				padding-left:0 !important;
			}
			&:last-child {
				padding-right:0 !important;
			}
		}
	}
	&.autoWidth {
		width:auto;
	}
	.dTr {
		display:table-row;
		float:none;
	}
	.dTd-t, .dTd-m, .dTd-b, td, th {
		display:table-cell;
		float:none;
		
		&.w-1 {
			width:1px;
			white-space:nowrap;
		}
	}
	.dTd-t {
		vertical-align:top;
	}
	.dTd-m {
		vertical-align:middle;
	}
	.dTd-b {
		vertical-align:bottom;		
	}
}
input[type="submit"] {
    cursor:pointer;
}
h2.main, .wsEd h2.main, h1, h4.boxHeader {
	border:1px solid #004623;
	background:url('/images/h1-bg.png') no-repeat left center;
	padding:6px 0 6px 52px !important;
	text-transform:uppercase;
	font-size:18px;
	font-weight:300;
	margin-bottom:24px;
	color:#1c1c1c;
	line-height:normal;
}

.soc-icons{	
    display: flex;
    gap: 15px;
    font-size: 1.4rem;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 40px;
	z-index: 999;
}
.soc-icons a{
	color: #FFE17F;
}
.soc-icons a:hover{
	color: #FFF;
}

h2.light{
	margin-top: 40px;
    border: none;
    padding: 0px !important;
    background: none;
    border-bottom: 1px solid;
    width: fit-content;
    color: #004623;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
	margin-bottom:15px;
}
.butt {
	&:hover {
		background:#147403 !important;
	}
}
.contentWrap {
	width:100%;
	max-width:1170px;
	margin:0 auto;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.clear-after-two {
    display:none;
}
.itemCycles {
	.cycleWrap {
		&:last-child {
			margin-bottom:0 !important;
		}
	}
}
#navigation {
	nav {
		ul {
			list-style:none;
			margin:0;
			padding:12px 0 24px 0;
			font-size:13px;
			
			li {
				float:left;
				a {
				    color:#004623;
				    
					&.first {
						color:#004623;	
					}
				}	
				.predel {
					padding:0 4px;
				}
				.last {
					color:#1c1c1c;
					font-weight:600;	
				}
			}
		}
	}
}
strong {
    font-weight:600;
}
/* GLOBAL END */
#headerWrap {
    padding:30px 0 0 0;
    background:#004623;
   
    #header {
        width:100%;
        max-width:1170px;
        text-align:center;
        margin:0 auto;
        position:relative;
        
        a {
            &#logo-link {
                display: inline-block;
                margin:0 auto;
				img {
					width:300px;
					display:block;
					height:auto;
				}
            }
            &#responsiveMenuOpener {
                position:absolute;
                margin:auto;
                top:0;
                bottom:0;
                right:12px;
                display:none;
                width:40px;
                height:40px;
            }
        }
    }
}
#menuWrapResponsive {
	z-index: 999;
    overflow-y: scroll;
    position: fixed;
    top: 71px;
    bottom: 0;
    right: -17px;
    left: -17px;  
    ul {
        display:block;
        background:#004623;
        
        li {
            display:block;
            
            a {
                padding:10px;
                font-size:14px;
                text-align:center;
                display:block;
                color:#FFE17F;
                text-decoration:none;
                text-transform:uppercase;
                font-weight:600;
            }
            &:hover {
                a {
                    color:#fff;
                }
            }
            
            ul  {
                background:#fff;
                li {
                    border-bottom:none;
                    
                    a {
                        padding:8px;
                        font-size:12px;
                        color:#1c1c1c !important;
                    }
                    
                    &:hover {
                        a {
                            text-decoration:underline;
                            color:#1c1c1c;
                        }
                    }
                }
            }
        }
    }
}
#menuWrap {
    width:100%;
    margin:0 auto;
    background:#004623;
    position:relative;
    
    ul {
        display:block;
        width:100%;
        margin:0 auto;
        list-style:none;
        text-align:center;
        font-size:0;
        
        li {
            display:inline-block;
            
            a {
                display:block;
                color:#FFE17F;
                padding:12px;
                font-size:16px;
                text-transform:uppercase;
                text-decoration:none;
                font-weight:600;
            }
            &.first.active, &.first {
                background-image:none;
                a {
                    text-indent:-9999px;
                    background:url('/images/home.png') no-repeat center center;
                    padding-right:28px;
                    
                    &:hover {
                        background:url('/images/home-hover.png') no-repeat center center;
                    }
                }
                &:hover {
                    background:none;
                }
            }
            &:hover {
                /*background:url('/images/menu-arrow.png') no-repeat center bottom;*/
                
                a {
                    color:#fff;
                }
                .submenu {
                    z-index:100;
                }
            }
            &.active {
                background:url('/images/menu-arrow.png') no-repeat center bottom;
                
                a {
                    color:#fff;
                }
                .submenu {
                    display:block;
					z-index:100;
                }
            }
            .submenu {
                display:none;
                position:absolute;
                top:46px;
                background:#fff;
                left:0;
                width:100%;
             
                ul {
                    width:100%;
                    max-width:1170px;
                    text-align:center;
                    
                    li {
                        a {
                            font-size:14px;
                            color:#1c1c1c;
                            padding:10px;
                            font-weight:600;
                            
                            &:hover {
                                text-decoration:underline;
                            }
                        }
                        &.first.active, &.first {
                            a {
                                text-indent:0;
                                background:none;   
                            }
                        }
                        &.active {
                        	a {
                        		text-decoration:underline;
                        		color:#004623;
                        	}
                        }
                    }
                }    
            }
        }
    }
}


#suhlasOsobneUdajeForm {
        #filter, #filterSuhlasOsobneUdaje {
        	display:table-cell;
        	padding:60px 0 24px 0;
        	
            
            .filterBox {
                padding:0 0 42px 0;
                position:relative;
                 .info {
                    
                     label {
                         padding:1%;
                         display:block;
                      
                         -moz-box-sizing:border-box;
                         box-sizing:border-box;
                         color:#444;
                         
                         span {
                             display:block;
                         }
                         input {
                             display:block;
                             border:1px solid #dadada;
                             background:#fff;
                             -moz-box-sizing:border-box;
                             box-sizing:border-box;
                             padding:6px;
                             width:100%;
                         }
                     }
                 }                
                h2 {
                	display:none;
                    font-size:20px;
                    text-transform:uppercase;
                    font-weight:600;
                    color:#fff;
                    text-align:center;
                    padding:10px 0;
                }
                .selectBox {
                    position:relative;
                    margin-bottom:12px;
                    float:left;
                    margin-right:10px;

                    a {
                        display:inline-block;
                        height:40px;
                        -moz-box-sizing:border-box;
                        box-sizing:border-box;
                        padding:0 10px;
                        line-height:40px;
                        color:#444444;
                        text-decoration:none;
                        border:1px solid #dadada;
                        padding-right:50px;
                        background:url('/images/select-bg.png') #fff no-repeat right center;
                        overflow:hidden;
                        text-overflow:ellipsis;
                        white-space:nowrap;
                    }
                    .selectBoxContent {
                        position:absolute;
                        top:40px;
                        width:100%;
                        z-index:5;
                        -moz-box-sizing:border-box;
                        box-sizing:border-box;
                        background:#fff;
                        padding:10px;
                        margin-top:0;
                        border:1px solid #dadada;
                        margin-top:-1px;
                        display:none;
                        .krajSelectorsWrap {
                        	padding-left: 20px;
                        }
                        label {
                            position:relative;
                            cursor:pointer;
                            font-size:14px;
                            padding-left:20px;
                            display:block;
                            width:100%;
                            
                            span {
                                display: block; 
                                width: 14px;
                                height: 14px;
                                background:url('/images/checkbox-small-bg.png') no-repeat 0 -28px;
                                cursor:pointer;
                                position:absolute;
                                left:0;
                                top:3px;
                            }
                            input {
                                display:none;
                            }
                            input:checked + span {
                                background-position:0 0px;
                            }
                            &:hover span {
                                background-position:0 -14px;
                            }
                        }
                        &.active {
                            display:block;
                        }
                        .okButton {
                        	display:block;
                            padding:6px 12px;
                            background:#004623 ;
                            text-decoration:none;
                            text-transform:uppercase;
                            color:#fff;
                            font-weight:600;
                            text-align:center;
                            width:100%;
                            -moz-box-sizing:border-box;
                            box-sizing:border-box;
                            margin-top:6px;
                            font-size:12px;
                            
                            &:hover {
                                background:#147403;
                            }
                        }
                    }
                    &.one {
                    	a {
                    		width:190px;	
                    	}
                    }
                    &.two {
                    	a {
                    		width:218px;	
                    	}
                    }
                    &.three {
                    	a {
                    		width:143px;	
                    	}
                    }
                    &.four {
                    	a {
                    		width:218px;	
                    	}
                    }
                    &.five {
                        margin-right:0;
                        
                    	select {
                    		width:235px;
                    		margin-right:0;	
                    	}
                    }
                }
                label.sel {
                    position:relative;
                    display:block;
                    float:left;
                    
                    select {
                    	padding-right:50px;
                    	padding-left:10px;
                    	-moz-box-sizing:border-box;
                    	box-sizing:border-box;
                    	border:1px solid #dadada;
                    }
                    &:after {
                        content:'';
                        background:url('/images/select-bg.png') no-repeat center center;
                        right:1px; top:1px;
                        width:40px;
                        height:38px;
                        position:absolute;
                        pointer-events:none;    
                    }
                    &:before {
                        content:'';
                        right:6px; top:0px;
                        width:20px; height:20px;
                        position:absolute;
                        pointer-events:none;
                        display:block;    
                    }
                    
                }
                .checkboxes {
                	padding-top:24px;
                	
		            label.check {
		                position:relative;
		                cursor:pointer;
		                font-size:16px;
		                padding-left:28px;
		                display:block;
		                float:left;
		              /*  color:#fff;*/
		                margin-right:12px;
		                -moz-box-sizing:border-box;
		                box-sizing:border-box;
		                
		                span {
		                    display: block; 
		                    width: 22px;
		                    height: 22px;
		                    background:url('/images/checkbox-bg.png') no-repeat 0 -44px;
		                    cursor:pointer;
		                    position:absolute;
		                    left:0;
		                    top:0px;
		                }
		                input {
		                    display:none;
		                }
		                input:checked + span {
		                    background-position:0 0px;
		                }
		                &:hover span {
		                    background-position:0 -22px;
		                }
		            }                	
                }
                select {
                    padding:0px;
                    height:40px;
                    margin: 0;
                    background: #fff;
                    color:#444;
                    border:1px solid #dadada;
                    outline:none;
                    display: inline-block;
                    -webkit-appearance:none;
                    -moz-appearance:none;
                    appearance:none;
                    cursor:pointer;
                    width:100%;
                    -moz-box-sizing:border-box;
                    box-sizing:border-box;
                }
                
                /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
                @media screen and (-webkit-min-device-pixel-ratio:0) {
                    select {padding-right:18px}
                }  
                input[type="submit"] {
                	margin-left:10px;
                    background:#004623;
                    font-size:20px;
                    text-transform:uppercase;
                    font-weight:600;
                    color:#fff;
                    height:40px;
                    float:left;
                    border:none;
                    padding:0 10px;
                    margin-top:25px;                    
                    &.six {
                   	/*	width:116px;*/	
                    }
                } 
            }
        }
}

#filterWrap, #filterWrapSimple {
	background:url('/images/filter-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
    &.fixed {
         position:fixed;
         width:100%;
         top:0;
         left:0;
         border-bottom:1px solid #004623;
         box-shadow:0 4px 4px #666;
         z-index:10000;
         
         #filter {
             padding:24px 0 12px 0 !important;
         }
     }
    
    #filterInner {
    	display:table;
    	width:100%;

        #filter, #filterNovinkyEmailom {
        	display:table-cell;
        	padding:60px 0 24px 0;
        	
            
            .filterBox {
                padding:0 0 42px 0;
                position:relative;
                
                h2 {
                	display:none;
                    font-size:20px;
                    text-transform:uppercase;
                    font-weight:600;
                    color:#fff;
                    text-align:center;
                    padding:10px 0;
                }
                .selectBox {
                    position:relative;
                    margin-bottom:12px;
                    float:left;
                    margin-right:10px;

                    a {
                        display:inline-block;
                        height:40px;
                        -moz-box-sizing:border-box;
                        box-sizing:border-box;
                        padding:0 10px;
                        line-height:40px;
                        color:#444444;
                        text-decoration:none;
                        border:1px solid #dadada;
                        padding-right:50px;
                        background:url('/images/select-bg.png') #fff no-repeat right center;
                        overflow:hidden;
                        text-overflow:ellipsis;
                        white-space:nowrap;
                    }
                    .selectBoxContent {
                        position:absolute;
                        top:40px;
                        width:100%;
                        z-index:5;
                        -moz-box-sizing:border-box;
                        box-sizing:border-box;
                        background:#fff;
                        padding:10px;
                        margin-top:0;
                        border:1px solid #dadada;
                        margin-top:-1px;
                        display:none;
                        .krajSelectorsWrap {
                        	padding-left: 20px;
                        }
                        label {
                            position:relative;
                            cursor:pointer;
                            font-size:14px;
                            padding-left:20px;
                            display:block;
                            width:100%;
                            
                            span {
                                display: block; 
                                width: 14px;
                                height: 14px;
                                background:url('/images/checkbox-small-bg.png') no-repeat 0 -28px;
                                cursor:pointer;
                                position:absolute;
                                left:0;
                                top:3px;
                            }
                            input {
                                display:none;
                            }
                            input:checked + span {
                                background-position:0 0px;
                            }
                            &:hover span {
                                background-position:0 -14px;
                            }
                        }
                        &.active {
                            display:block;
                        }
                        .okButton {
                        	display:block;
                            padding:6px 12px;
                            background:#004623 ;
                            text-decoration:none;
                            text-transform:uppercase;
                            color:#fff;
                            font-weight:600;
                            text-align:center;
                            width:100%;
                            -moz-box-sizing:border-box;
                            box-sizing:border-box;
                            margin-top:6px;
                            font-size:12px;
                            
                            &:hover {
                                background:#147403;
                            }
                        }
                    }
                    &.one {
                    	a {
                    		width:190px;	
                    	}
                    }
                    &.two {
                    	a {
                    		width:218px;	
                    	}
                    }
                    &.three {
                    	a {
                    		width:143px;	
                    	}
                    }
                    &.four {
                    	a {
                    		width:218px;	
                    	}
                    }
                    &.five {
                        margin-right:0;
                        
                    	select {
                    		width:235px;
                    		margin-right:0;	
                    	}
                    }
                }
                label.sel {
                    position:relative;
                    display:block;
                    float:left;
                    
                    select {
                    	padding-right:50px;
                    	padding-left:10px;
                    	-moz-box-sizing:border-box;
                    	box-sizing:border-box;
                    	border:1px solid #dadada;
                    }
                    &:after {
                        content:'';
                        background:url('/images/select-bg.png') no-repeat center center;
                        right:1px; top:1px;
                        width:40px;
                        height:38px;
                        position:absolute;
                        pointer-events:none;    
                    }
                    &:before {
                        content:'';
                        right:6px; top:0px;
                        width:20px; height:20px;
                        position:absolute;
                        pointer-events:none;
                        display:block;    
                    }
                    
                }
                .checkboxes {
                	position:absolute;
                	top:40px;
                	padding-top:24px;
                	
		            label.check {
		                position:relative;
		                cursor:pointer;
		                font-size:16px;
		                padding-left:28px;
		                display:block;
		                float:left;
		                color:#fff;
		                margin-right:12px;
		                -moz-box-sizing:border-box;
		                box-sizing:border-box;
		                
		                span {
		                    display: block; 
		                    width: 22px;
		                    height: 22px;
		                    background:url('/images/checkbox-bg.png') no-repeat 0 -44px;
		                    cursor:pointer;
		                    position:absolute;
		                    left:0;
		                    top:0px;
		                }
		                input {
		                    display:none;
		                }
		                input:checked + span {
		                    background-position:0 0px;
		                }
		                &:hover span {
		                    background-position:0 -22px;
		                }
		            }                	
                }
                select {
                    padding:0px;
                    height:40px;
                    margin: 0;
                    background: #fff;
                    color:#444;
                    border:1px solid #dadada;
                    outline:none;
                    display: inline-block;
                    -webkit-appearance:none;
                    -moz-appearance:none;
                    appearance:none;
                    cursor:pointer;
                    width:100%;
                    -moz-box-sizing:border-box;
                    box-sizing:border-box;
                }
                
                /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
                @media screen and (-webkit-min-device-pixel-ratio:0) {
                    select {padding-right:18px}
                }  
                input[type="submit"] {
                	margin-left:10px;
                    background:#004623;
                    font-size:20px;
                    text-transform:uppercase;
                    font-weight:600;
                    color:#fff;
                    height:40px;
                    float:left;
                    border:none;
                    
                    &.six {
                   		width:116px;	
                    }
                } 
			}
			button.filter-toggle {
				margin-left:0px;
				background:#004623;
				font-size:20px;
				text-transform:uppercase;
				font-weight:600;
				color:#fff;
				height:40px;
				float:left;
				border:none;
				width: 100% !important;
				display: none;
			} 
        }
    }
    #slider {
    	display:none;
    	padding-left:30px;
    	vertical-align:bottom;
    }
    #mainBannerMobile {
      display:none;
    }
}

#filterWrapSimple {
	background: none !important;
}
#filterWrapSimple label.check,#filterWrapSimple label.check a{
	color:#004623 !important;
}
#filterWrap,#filterWrapSimple {
    &.novinkyEmailom {
        background:none;
        #filterInner {
             #filterNovinkyEmailom {
                 padding-top:0;
                 padding-bottom:0;
                 
                 h2 {
                     border:1px solid #004623;
                     background:url('/images/h1-bg.png') no-repeat left center;
                     padding:6px 0;
                     padding-left:52px;
                     text-transform:uppercase;
                     font-size:18px;
                     font-weight:300;
                     margin-bottom:24px;
                     color:#1c1c1c;
                     line-height:normal;
                     display:block;
                     text-align:left;
                 }
                 .info {
                    
                     label {
                         padding:1%;
                         display:block;
                         float:left;
                         width:33.333%;
                         -moz-box-sizing:border-box;
                         box-sizing:border-box;
                         color:#444;
                         
                         span {
                             display:block;
                         }
                         input {
                             display:block;
                             border:1px solid #dadada;
                             background:#fff;
                             -moz-box-sizing:border-box;
                             box-sizing:border-box;
                             padding:6px;
                             width:100%;
                         }
                     }
                 }
                 .filterBox {
                     .selectBox {
                         margin:1%;
                         width:48%;
                                                     
                         a {
                             float:left;
                             width:100% !important;
                         }
                     }
                     .checkboxes {
                         position:static;
                         display:block;
                         clear:both;
                         padding-top:0;
                         
                         label {
                            &.check {
                                 width:48%;
                                 margin:1%;
                                 color:#444;
                            }     
                         }
                         
                     }
                     label {
                        &.sel {
                            display:block;
                            width:98%;
                            margin-left:1%;
                            margin-right:1%;   
                            
                            select {
                                width:100% !important;
                            }
                        }                         
                     }
                     input[type="submit"] {
                         display:block;
                         float:none;
                         width:98% !important;
                         margin:0 1%;
                         padding-top:10px;
                         padding-bottom:10px;
                         height:auto;
                     }
                 }
             }
        }        
    }
}
#dopyty {
    .left {
        width:49%;
        float:left;
    }
    .right {
        width:49%;
        float:right;
    }
    .dopytItem {
        margin-bottom:24px;
    }
    .boxWrapDopyt {
        padding-top:24px;
        .box {
            .contentWrap {
                display: table;
                width: 100%;
                box-sizing: border-box;
                
                .content {
                    display: table-cell;
                    vertical-align: top;
                    
                    h3 {
                        color: #1c1c1c;
                        display: block;
                        font-size: 18px;
                        font-weight: 600;
                        line-height: 18px;
                    }
                }
                .photo {
                    display: table-cell;
                    text-align: right;
                    vertical-align: top;
                    
                    img {
                        border: 1px solid #dadada;
                        border-radius: 50%;
                        box-sizing: border-box;
                        display: inline-block;
                        height: 90px;
                        width: 90px;
                    }
                }
            }
        }
        a {
            &.more {
                font-size:14px;
            }
        }
    }
}
.buttonsWrap {
	background:#f8f8f8;
	border-bottom:1px solid #dadada;
	padding:30px 0;
	text-align:center;
	margin-bottom:30px;
	font-size:0 !important;
	
	.buttons {

		a {
			display:inline-block;
			margin:0 30px;
			width:100%;
			max-width:300px;
			background:#004623;
			text-transform:uppercase;
			color:#fff;
			font-size:16px;
			text-decoration:none;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			line-height:60px;
			font-weight:600;
			text-align:left;
			
			img {
				float:left;
				max-width:60px;
				max-height:60px;
				display:block;
			}
		}
		
	}
	&.bottom {
		margin-bottom:0;
		margin-top:30px;
		border-top:1px solid #dadada;
		border-bottom:none;
		
		a {
			text-align:center;
		}
	}
}

.bannersWrap {
	font-size:0;
	text-align:center;
	margin:30px 0;
	
	.banners {
		
		.banner {
			display:inline-block;
			width:100%;
			max-width:279px;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			font-size:18px;
			background:#f8f8f8;
			border:1px solid #dadada;
			margin-right:18px;
			text-transform:uppercase;
			text-align:left;
			font-weight:300;
			text-decoration:none;
			color:#1c1c1c;
			overflow:hidden;
			background-repeat:no-repeat;
			background-position:16px 16px;
			background-size:60px 60px;
			
			& + .banner + .banner + .banner {
				margin-right:0;
			}
			.top {
				font-size:20px;
				-moz-box-sizing:border-box;
				box-sizing:border-box;
				float:left;
				margin-left:100px;
				padding:20px 0;
				line-height:normal;
				line-height:20px;
				
				strong {
					font-size:28px;
					line-height:28px;
					display:block;
					font-weight:600;
					color:#004623;
				}
			}
			.bottom {
				padding:10px 0;
				margin:0 10px;
				border-top:1px solid #dadada;
				display:block;
				clear:both;
				font-size:16px;
				line-height:20px;
				
				strong {
					font-weight:600;
					color:#004623;
				}
			}
			&.one {
				background-image:url('/images/banner-one.png');
					
			}
			&.two {
				background-image:url('/images/banner-two.png');
			}
			&.three {
				background-image:url('/images/banner-three.png');
			}
			&.four {
				background-image:url('/images/banner-four.png');
			}
			&.five {
			    background-image:url('/images/person-bg.png');
			}
			&:hover {
				background-color:#ececec;
			}
			&:last-child {
			    margin-right:0;
			}
		}
	}
}
.referencieTitleWrap {
	
	margin-top:30px;
	
	
	.more {
		text-align:center;
		padding-top:30px;
	
		a {
			display:inline-block;
			font-weight:600 !important;
		}
	}
	
	.referencie {
		
		.refBox {
			width:100%;
			max-width:374px;
			float:left;
			margin-right:24px;
			
			& + .refBox + .refBox {
				margin-right:0;
			}
			
			.refContent {
				background:#f2f2f2;
				padding:10px;
				position:relative;
				font-style:italic;
				
				span {
					display:block;
					right:0;
					height:21px;
					width:67px;
					position:absolute;
					bottom:-21px;
					background:url('/images/ref-arrow.png') no-repeat center center;
				}
				.link {
				    text-align:right;
				    a {
                        color:#004623;
                        font-size:12px;
                    }    
				}	
				img {
				    &.nehn {
				        display:block;
				        float:left;
				        margin-right:12px;
				        border:2px solid #fff;
				        width:167px;
				        height:auto;
				    }
				}
				
			}
			.refPerson {
				display:table;
				width:100%;
				margin-bottom:13px;
				
				.refPhoto {
					display:table-cell;
					text-align:left;
					width:60px;
					
					img {
						display:block;
						width:60px;
						height:60px;
						border-radius:50%;
						border:1px solid #dadada;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
					}	
				}	
				.refName {
					text-align:left;
					display:table-cell;
					vertical-align:top;
					line-height:normal;
					position:relative;
					-moz-box-sizing:border-box;
					box-sizing:border-box;
					padding-left:12px;
					
					.name, .city {
						display:block;
						font-size:14px;
						line-height:16px;
						text-transform:uppercase;
						font-weight:600;
					}
					.city {
						text-transform:none;
					}
					.funkcia {
					    font-size:18px;
					    color:#004623;
					    text-transform:uppercase;
					    font-weight:600;
					}
					.prof {
					    font-size:12px;
					}
				}
			}
		}
	}
	&.referencieVypis {
	    .refBox {
	       max-width:none;
	       width:100% !important;
	       float:none !important;
           margin-right:0;
           margin-bottom:40px;    
	    }
	}
}

#itemListWrap, #ucet {
	margin:30px 0;
	
	.zalozky {
			border-bottom:1px solid #61af42;
			margin-bottom:20px;
			display: flex;
			flex-direction: row;
			flex-wrap: nowrap;
			justify-content: space-between;
			a {
				margin-bottom:-1px;
				display:inline-block;
				text-transform:uppercase;
				font-size:16px;
				background:#004623;
				margin-right:0px;
				color:#fff;
				font-weight:600;
				padding:6px 12px;
				line-height:24px;
				text-decoration:none;
				margin-right: 5px;
    			flex-grow: 1;
				span {
					font-size:12px;
					display:block;
					line-height:12px;
				}
				&:last-child {
					margin-right:0;
				}
				&:hover {
					background:#519f46;
				}
				&.active {
					background:#242424;
					color:#FFE17F;
				}
			}
		}
	
	#itemList {
		
		.item {
			vertical-align:top;
    		text-decoration:none;
			position:relative;
			padding-bottom:40px;
			position:relative;
			border:1px solid #dadada;
			
			.photo {
				position:relative;
				
				img {
					display:block;
					width:100%;
					height:auto;
				}
			}
			span {
				display:block;
				line-height:normal;
				&.ico3d {
					position: absolute;
					left: 0;
					bottom: 0;
					display: block;
					width: 45px;
					height: 45px;
					background: url('/images/3d-list-ico.png') no-repeat;
				}
				&.icoVideo {
					position: absolute;
					left: 0;
					bottom: 0;
					display: block;
					width: 45px;
					height: 45px;
					background: url('/images/video-list-ico.png') no-repeat;
				}
				&.slogan, &.exkluzivne, &.novinka, &.mesto {
					font-size:12px;
					max-width:100%;
					color:#fff;
					font-weight:600;
					padding:4px 8px;
					text-transform:uppercase;
				}
				&.slogan {
					position:absolute;
					background:#004623;	
					top:0;
					right:0;
				}
				&.rezervovane, &.predane, &.rent {
					position:absolute;
					width:92px;
					height:92px;
					top:0;
					left:0;
				}
				&.rezervovane {
					background:url('/images/rezervovane.png') no-repeat center center;
				}
				&.predane {
					background:url('/images/predane.png') no-repeat center center;
				}
				&.rent {
				    background:url('/images/rent.png') no-repeat center center;
				}
				&.group {
					position:absolute;
					bottom:0;
					right:0;
					width:100%;
					-moz-box-sizing:border-box;
					box-sizing:border-box;
					
					* {
						float:right;
						clear:both;
						margin-top:2px;
					}
				}
				&.exkluzivne {
					background:#cbc91a;
				}
				&.novinka {
					
					background:#6283e3;
				}
				&.mesto {
					background:#004623;
					min-width:100px;
					text-align:right;
					white-space:nowrap;
					text-overflow:ellipsis;
					overflow:hidden;
					-moz-box-sizing:border-box;
					box-sizing:border-box;
				}
				&.content {
					padding:10px;
					border-top:none;
					position:relative;
					
					h3 {
						font-size:16px;
						text-transform:uppercase;
						font-weight:300;
						color:#1c1c1c;
					}
					
				}
				
			}
			&.ex {
				.content {
					background:#fdfcc5;
				}
			}
			&:hover {
				box-shadow:0 0 10px #dadada;
			}
			.price {
                height:40px;
                text-align:right;
                width:100%;
                left:0;
                bottom:0;
                position:absolute;
                
                span.cena {
                    height:40px;
                    display:block;
                    margin:0 10px;
                    border-top:1px solid #dadada;
                    color:#004623;
                    font-size:20px;
                    font-weight:600;
                    line-height:40px;
                    
                    .oldPrice {
                        color:#868686;
                        text-decoration:line-through;
                        font-size:14px;
                    }
                    span {
                        display:inline-block;
                        
                        sup {
                            font-size:10px;
                        }
                    }
                }
            }
		}
	}
}

#makler {
    text-align:center;
    
    .maklerImg {
        border-radius:50%;
        border:1px solid #dadada;
        display:block;
        margin:0 auto;
        margin-bottom:24px;
        width:250px;
        height:250px;
    }
    
    .leftPart {
    	float:left;
    	width:40%;
    }
    .rightPart {
    	float:left;
    	width:60%;
    }
    .loga {
    	margin-top:6px;
    	display:block;
    	text-align:center;
    	
    	img {
    		display:inline-block;
    	}
    }
    .bottomPart {
    	text-align:center;
    	font-size:0;
    	/* margin-top:36px; */
    	
    	.box {
    		display:inline-block;
    		padding:0 15px;
    		width:33.3333%;
    		-moz-box-sizing:border-box;
    		box-sizing:border-box;
    		
    		span {
    			font-size:16px;
    			text-transform:uppercase;
    			color:@green;
    			display:block;
    			&.num {
    				font-size:50px;
    				font-weight:600;
    				margin-bottom:12px;
    			}
    		}
    		
    	}
    }
    .licenceGal {
		.FP_gal {
			float:left;
			width:50%;
			padding:0 10px;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			
			img {
				display:block;
				width:100%;
				height:auto;
			}
		}
	}
}
@media (max-width:1000px) {
	#makler {
		.leftPart, .rightPart {
			width:100%;
			float:none;
		}	
		.rightPart {
			margin-top:24px;
		}
	}
}
@media (max-width:500px) {
	#makler {
		.bottomPart {
			/* display:block; */
			.box {
				margin-bottom:40px;
				display:block;
				width:180px;
				height:180px;
				border-radius:500px;
				border:1px solid #004623;
				margin:0 auto;
				margin-bottom:24px;
				
				&:last-child {
					margin-bottom:0;
				}
				
				.num {
					margin-top:60px;
				}
				&:last-child {
					margin-bottom:0;
				}
			}
		}
	}
}
.videoWrapper {
	position: relative;
	/* padding-bottom: 56.25%; 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
/* .videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */
.defaultGal {
	margin-left:-0.5%;
	
	.FP_gal {
		display:block;
		float:left;
		width:19%;
		margin-left:1%;
		margin-bottom:1%;
		
		
		img {
			width:100%;
			height:auto;
			display:block;
		}
	}
}
#aktualityWrap {
	margin:30px 0;
	
	.aktuality {
		.cycleWrap {
			margin-bottom:18px;
		}
		.item {
			display:table;
			width:100%;
			text-decoration:none;
			width:100%;
			max-width:373px;
			float:left;
			margin-right:24px;
			
			& + .item + .item {
				margin-right:0;
			}
			
			.photo {
				width:80px;
				display:table-cell;
				vertical-align:top;
			}
			.content {
				display:table-cell;
				vertical-align:top;
				padding-left:12px;
				
				h4 {
					color:#1c1c1c;
					font-size:14px;
					line-height:16px;	
					padding-bottom:4px;
				}
				p {
					margin:0;
					padding:0;
					line-height:16px;
					font-size:13px;
				}
			}
			&:hover {
				h4 {
					color:#004623;
				}
			}
		}
	}
}
.people {
    margin-top:24px;
    
        
    .item {
        border:1px solid #dadada;
        background:#f8f8f8;
        padding:12px; 
        vertical-align:top;   
        position:relative;  
        padding-bottom:80px; 
        -moz-box-sizing:border-box;
        box-sizing:border-box;         
        
        &.last {
            margin-right:0;
        }  
        
        .itemContent {
            display:table;
            width:100%;

            .photo {
                vertical-align:top;
                text-align:left;
                display:table-cell; 
                width:90px;
                padding-right:12px;
                
                img {
                    border: 1px solid #dadada;
                    border-radius: 50%;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 90px;
                    width: 90px;
                }   
            }
            .content {
                vertical-align:top;
                text-align:left;
                display:table-cell;
                
                h3 {
                    color: #1c1c1c;
                    display: block;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 18px;
                    
                    span {
                        display: block;
                        font-size: 16px;
                        font-weight: 300;
                        padding-top: 2px;
                    }
                }
                p {
                    font-weight: 300;
                    line-height: 22px;
                }
                a {
                    &.button {
                        position:absolute;
                        bottom:10px;
                        right:10px;
                    }
                }
                span {
                	&.loga {
                		display:block;
                		position:absolute;
                		bottom:10px;
                	}
                }
            }
        }
    }
}
.kontaktyWrap {
	padding-bottom:60px;
    .kontakty {
        .box {
            .left {
                width:40%;
                float:left;
                -moz-box-sizing:border-box;
                box-sizing:border-box;
            }
            .right {
                width:60%;
                float:right;
                -moz-box-sizing:border-box;
                box-sizing:border-box;
                padding-left:15px;
                
                .photo {
                    
                    
                    img {
                        display:block;
                        width:100%;
                        height:auto;
                    }
                }
                .nextImages {
                    overflow:hidden;
                    font-size:0;
                    white-space:nowrap;
                    line-height:0;
                    margin-top:2%;
                    
                    .img {
                        display:inline-block;
                        width:32%;
                        margin-right:2%;
                        
                        img {
                            width:100%;
                            height:auto; 
                            display:block;   
                        }
                    }
                }
            }
        }
        .perex {
            margin-top:24px;
        }
        a {
        	&.mapa {
        		background-image: url('/images/mapa-ico.png');
        		background-color: #004623;
			    background-position: 0 0;
			    background-repeat: no-repeat;
			    color: #fff;
			    float: left;
			    font-size: 16px;
			    font-weight: 600;
			    height: 60px;
			    line-height: 60px;
			    margin-right: 24px;
			    padding-left: 60px;
			    padding-right: 14px;
			    text-decoration: none;
			    text-transform: uppercase;
			    
			    &:hover {
			    	background-color:#147403;
			    }
        	}
        }
        .facebook {
        	padding-top:26px;
        	
        	h2 {
        		width:100%;
        		max-width:500px;
        		-moz-box-sizing:border-box;
        		box-sizing:border-box;
        	}
        }
    }
}
a.button.big {
	font-size:20px;
	width:100%;
	display:block;
	padding:16px 12px !important;
	text-align:center;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-top:24px;
	font-weight:600 !important;
}
.socButtons {
	margin-top:36px;
	&.flex{
		display: flex;
		align-content: space-between;
		flex-wrap: wrap;
	}
	&.box {
		margin-top:0;
		a {
			display:block;
			margin-bottom:15px;
			margin-right:0;
			
			&:last-child {
				margin-bottom:0;
			}
		}
	}
	a {
		display:inline-block;
		text-transform:uppercase;
		padding:17px 20px;
		font-size:14px;
		font-weight:600;
		position:relative;
		padding-left:52px;
		color:#fff !important;
		text-decoration:none;
		margin-right:4px;
		
		&.flex{
			flex-grow:1;
		}

		img {
			position:absolute;
			left:10px;
			top:0;
			bottom:0;
			margin:auto;
		}

		span{
			vertical-align: middle;
		}
		i{
			font-size: 30px;
    		vertical-align: middle;
			margin-right: 7px;
		}
		
		&.fb {
			background:#4267b2;
			
			&:hover {
				background:#36589c;
			}
		}
		&.google {
			background:#ea4335;
			
			&:hover {
				background:#ca3124;
			}
		}
		&.reference {
			background:#ffad00;
			padding-left: 20px;
			padding-left: 20px;
			padding-top: 15px;
			padding-bottom: 15px;
			&:hover {
				background:#eba001;
			}
		}
		&.yt {
			background:#ff0000;
			
			&:hover {
				background:#e50707;
			}
		}
		&.insta {
			background:#e0316c;
			
			&:hover {
				background:#cb3769;
			}
		}
		&.tiktok {
			background:#000;
			
			&:hover {
				background:#fe2c55;
			}
		}
		&.linked {
			background:#0073b1;
			
			&:hover {
				background:#025b8b;
			}
		}
		&.def {
			background:#004623;
			
			&:hover {
				background:#147403;
			}
		}
	}
}
@media (max-width:900px) {
	.socButtons {
		a {
			display:block;
			margin-bottom:15px;
			margin-right:0;
			
			&:last-child {
				margin-bottom:0;
			}
		}
	}
}
#spodneBoxy {
	margin:30px auto;
	max-width:1170px;
	
	.boxy {
	    display:table;
	    width:100%;
	    
	    .separator {
	        display:table-cell;
	        width:2%;
	    }
		.box {
			width:32%;
			display:table-cell;
			position:relative;
            padding-bottom:30px;
			
			.contentWrap {
				
				
			}
			.content {
				margin-top:12px;
				
				
				h3 {
					font-size:18px;
					font-weight:600;
					line-height:18px;
					color:#1c1c1c;
					display:block;
					
					span {
						
						display:block;
						font-weight:300;
						font-size:16px;
						padding-top:2px;
					}
				}	
				p {
					font-weight:300;
					line-height:22px;
					
					    &.cena {
					        color: #004623;
                            font-size: 20px;
                            font-weight: 600;
                            
                            span {
                                &.oldPrice {
                                    color:#868686;
                                    font-size:14px;
                                }
                            }
					    }
				}
			}
			.photo {
				text-align:center;
				
				img {
					width:160px;
					border:1px solid #dadada;
					height:160px;
					border-radius:500px;
					-moz-box-sizing:border-box;
					box-sizing:border-box;
					display:inline-block;
				}
			}
			.link {
			    position:absolute;
			    right:0;
			    bottom:0;
			}
		}
	}
}
#nehnutelnostMesiacaSingle {
    margin-bottom:30px;
    a {
        text-decoration:none;
        display:block;
        text-align:center;
        
        h3 {
            color:#1c1c1c;
        }
        p {
            margin-bottom:0;
            padding-bottom:0;
            font-weight:600;
            font-size:20px;
            
            span {
                font-weight:600;
                color:#004623;
                
                &.oldPrice {
                    color:#868686;
                    font-size:14px;
                }
            }
        }
        span {
            &.pocet {
                color:#1c1c1c;
                font-size:12px;
            }
        }
    }
    .nehnImg {
        border-radius:50%;
        display:block;
        margin:0 auto;
        border:1px solid #dadada;
        margin-bottom:24px;
    }
}
#nehnutelnostMesiacaVypis {
    a {
        text-decoration:none;
        color:#1c1c1c;
        margin:6px 0;
        padding:12px;
        background:#f1f1f1;
        
        &:hover {
            background-color:#ccc;
        }
        
        &.item {
            display:block;
            
            .itemInner {
                display:table;
                width:100%;
                
                .photo {
                    width:100px;
                    display:table-cell;
                    vertical-align:top;
                    padding-right:24px;
                    position:relative;
                    
                    .buble {
                        position:absolute;
                        left:-6px;
                        top:-6px;
                        width:30px;
                        height:30px;
                        line-height:30px;
                        border-radius:50%;
                        background:#cbc91a;
                        border:1px solid #bcba17;
                        font-weight:600;
                        color:#fff;
                        text-align:center;
                        font-size:14px;
                    }
                }
                .content {
                    display:table-cell;
                    vertical-align:top;
                    
                    .contentInner {
                        display:table;
                        width:100%;
                        
                        .cena, .kod, .pocet {
                            display:table-cell;
                            vertical-align:middle;
                            padding-right:12px;
                            width:33%;
                            max-width:33%;
                            padding-right:12px;
                        }
                        .cena {
                            font-weight:600;
                            font-size:20px;
                            color:#004623;
                            
                            strike {
                                font-size:14px;
                                color:#868686;
                            }
                        }
                        .kod {
                            text-align:right;
                            font-size:14px;
                        }
                        .pocet {
                            text-align:right;
                            padding-right:0;
                            font-size:12px;
                        }
                    }
                }
            }
        }
    }
}
#boxes_right {
    .box {
        margin-bottom:40px;
    }
    .bannersWrap {
        margin:0;
        margin-bottom:40px;
        
        .banners {
            &.contentWrap {
                padding:0;
            }
            .banner {
                margin-bottom:18px;
                margin-right:0;
                width:100%;
                background-repeat:no-repeat;
                
                &:last-child {
                    margin-bottom:0;
                }
            }
        }
    }
    .referencieTitleWrap {
        margin:0;
        
        .referencie {
            .refBox {
                margin-right:0;
                margin-bottom:24px;
                float:none;
                width:100%;
                
                &:last-child {
                    margin-bottom:0;
                }
            }       
        }    
    }
    #aktualityWrap {
         .aktuality {
             .item {
                 margin-right:0;
                 float:none;
                 margin-bottom:12px;
                 width:100% !important;
                 
                 .photo {
                     width:50px;
                     padding-right:0;
                     img {
                         width:100%;
                         display:block;
                     }
                 }
                 .content {
                     h4 {
                         font-weight:400;
                         color:#004623;
                         font-size:14px;
                         text-decoration:underline;
                         padding-bottom:0;
                     }
                     span {
                         font-size:12px;
                         font-weight:bold;
                         line-height:12px;
                         color:#1c1c1c;
                     }
                 }
                 &:hover {
                     .content h4 {
                         text-decoration:none;
                     }
                 }
             }
             .more {
                 text-align:right;
             }
         }   
    } 
}
.bottomFooterWrap {
    background:url('/images/footer-bg.jpg') repeat left top;
    padding:40px 0 0 0;
    
    * {
        color:#fff;
    }
    
    .bottomFooter {
    	max-width:1160px !important; 
        .box {
            float:left;
            width:25%;
            padding-right:18px;
            -moz-box-sizing:border-box;
            box-sizing:border-box;
            p {
                line-height:1em;
                margin:0;
                padding:0;
            }
            ul {
                list-style:none;
                
                li {
                    line-height:1.625em;
                }
            }
            h2, h3, h4, h5, h6 {
                text-transform:uppercase;
                font-weight:600;
                padding-bottom:4px;
                border-bottom:1px solid #5b5b5b;
                margin-bottom:8px;
            }
            a {
                text-decoration:none;
                font-size:14px;
                
                &:hover {
                    text-decoration:underline;
                }
            }
        }    
        .intranet {
            margin-top:24px;
            clear:both;
            border-top:1px solid #5b5b5b;
            padding:10px 0;
            text-align:right;
            
            a {
                display:inline-block;
                font-weight:600;
                color:#e8d881;
                padding:2px;
                padding-left:24px;
                background:url('/images/globe.png') no-repeat left center;
                text-decoration:none;
                text-transform:uppercase;
                
                &:hover {
                    text-decoration:underline;
                }
            }
        }
    }
} 
#footerWrap {
    margin-top:24px;
    background:#1c1c1c;
    
    .contentWrap {
        padding:6px 0;
        color:#fff;
        font-size:14px;
    }
}


/* BANNER VYPIS */
.bannerVypisWrap {
	.bannerVypis {
		display:table;
		width:100%;
		background:#f8f8f8;
		border:1px solid #dadada;
		
		.left {
			display:table-cell;
			vertical-align:middle;
			padding:40px;
		}
		.right {
			display:table-cell;
			vertical-align:middle;
			width:1px;
			padding:24px 40px;
			
			a {
				display:inline-block;
				white-space:nowrap;
			}
		}
	}
}
/* BANNER VYPIS END */
/* USER ROZHRANIE */
#ucet {
	margin-bottom:40px;
	ul {
		&.uBannery {
			
			list-style:none;
			padding:0;
			margin:0;
			margin-left:-1%;
			
			li {
				padding:0;
				margin:0;
				width:49%;
				float:left;
				margin-bottom:12px;
				margin-left:1%;
				
				.uBanner {
					display:inline-block;
					width:100%;
					-moz-box-sizing:border-box;
					box-sizing:border-box;
					font-size:18px;
					background:#f8f8f8;
					border:1px solid #dadada;
					margin-right:18px;
					text-transform:uppercase;
					text-align:left;
					font-weight:300;
					text-decoration:none;
					color:#1c1c1c;
					overflow:hidden;
					background-repeat:no-repeat;
					background-position:16px 16px;
					background-size:60px 60px;
					
					.top {
						font-size:20px;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
						float:left;
						margin-left:100px;
						padding:20px 0;
						line-height:normal;
						line-height:20px;
						
						strong {
							font-size:28px;
							line-height:28px;
							display:block;
							font-weight:600;
							color:#004623;
						}
					}
					.bottom {
						padding:10px 0;
						margin:0 10px;
						border-top:1px solid #dadada;
						display:block;
						clear:both;
						font-size:16px;
						line-height:20px;
						
						strong {
							font-weight:600;
							color:#004623;
						}
					}
					&:hover {
						background-color:#ececec;
					}
					&:last-child {
					    margin-right:0;
					}
				}	
			}
		}
	}
	.nehnutelnost {
		display:table;
		width:100%;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		margin-bottom:60px;
		
		.img {
			width:30%;
			display:table-cell;
			
			img {
				width:100%;
				height:auto;
				display:block;				
			}
		}
		.content {
			width:70%;
			display:table-cell;
			position:relative;
			vertical-align:top;
			padding-bottom:60px;
			padding-left:24px;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			
			h2 {
				font-size:28px;
				text-transform:uppercase;
				padding-bottom:24px;
			}
			span {
				display:block;
				margin-bottom:12px;
				text-transform:uppercase;
				
				strong {
					font-weight:600;
					
					&.pocet {
						font-size:20px;
					}
				}
			}
			span.active {
				background: #ffff77;
				font-size: 11px;
				margin-bottom: 10px;
				padding: 0px 10px;
				color: #000;
				margin-top: -8px;
			}
			a {
				&.button {
					position:absolute;
					left:24px;
					padding:20px 28px;
					bottom:0;
					font-size:20px;
					font-weight:600;
				}
			}
		}
	}
	.tipsTable {
		margin-bottom: 25px;
		font-size: 12px;
		line-height: 16px;
		&.tipsTableVtop {
			td {
				vertical-align: top;
			}
		}
		td {
			strong {
				border-left: 15px solid white;
				display: inline-block;
				padding-left: 5px;
				font-size: 11px;
				margin-bottom: 5px;
				white-space: nowrap;
			}
		}
		&.tipsTableBigger {
			font-size: 13px;
			td strong {
				font-size: 12px;
			}
		}
	}
}
.form {
	margin-bottom:40px;
	.formInner {
		display:table;
		width:100%;
		.left, .right {
			display:table-cell;
			vertical-align:middle;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
		}
		.left {
			width:40%;
			padding-right:24px;
		}
		.right {
			width:60%;
		}
	}
	form {
		position:relative;
		label {
			display:block;
			width:100%;
			clear:both;
			margin-bottom:6px;
			
			span {
				text-transform:uppercase;
				
				span {
					font-weight:600;
					color:#c94c4c;
				}
			}
		}
		input {
			display:block;
			width:100%;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			background: #fff none repeat scroll 0 0;
		    border: 1px solid #dadada;
		    display: block;
		    padding: 6px;
		    
			&[type="text"] {
				
			}
			&[type="password"] {
				
			}
			&[type="submit"] {
				width:auto;
				font-weight: 400;
			    padding: 8px 14px;
			    text-transform: uppercase;
			    background: #004623;
			    color: #fff;
			    
			    &:hover {
			    	background:#147403;
			    }
			}
		}
		a {
			&.lost {
				position:absolute;
				right:0;
				bottom:0;
				font-size:12px;
			}
		}
	}
}
.ucetBoxes {
	.topContent {
		background:#ececeb;
		padding:10px;
		text-transform:uppercase;
		font-size:12px;
		border:1px solid #dadada;
		border-bottom:none;
		text-align:center;
		line-height:1.3em;
		
		p {
			margin:0;
			padding:0;
		}
	}
	.item {
		background: #f8f8f8 none repeat scroll 0 0;
	    border: 1px solid #dadada;
	    -moz-box-sizing:border-box;
	    box-sizing: border-box;
	    padding: 12px;
	    position: relative;
	    &.center {
	    	
	    	.itemContent {
	    		display:block;
	    		
	    		.photo {
	    			display:block;
	    			width:100%;
	    			
	    			img {
	    				display:block;
	    				margin:0 auto;
	    				margin-bottom:10px;
	    			}
	    		}
	    		.content {
	    			display:block;
	    			text-align:center;
	    			
	    			h3 {
	    				font-size:18px;
	    				
	    				span {
	    					font-size:16px;	
	    				}
	    			}
	    			a {
	    				&.button {
	    					display:block;
	    					width:100%;
	    					-moz-box-sizing:border-box;
	    					box-sizing:border-box;
	    				}
	    			}
	    		}
	    	}
	    }
		.itemContent {
			display:table;
			width:100%;
			
			.photo {
				display: table-cell;
			    padding-right: 12px;
			    text-align: left;
			    vertical-align: top;
			    width: 70px;
			    
			    img {
			    	border: 1px solid #dadada;
				    border-radius: 50%;
				    box-sizing: border-box;
				    display: inline-block;
				    height: 70px;
				    width: 70px;
			    }
			}
			.content {
				display: table-cell;
			    text-align: left;
			    vertical-align: top;
			    
			    h3 {
			    	color: #1c1c1c;
				    display: block;
				    font-size: 14px;
				    font-weight: 600;
				    line-height: 18px;
				    
				    span {
				    	display: block;
					    font-size: 12px;
					    font-weight: 300;
					    padding-top: 2px;
				    }
			    }
			    p {
			    	font-weight: 300;
    				line-height: 22px;
    				font-size:12px;
			    }
			    a {
			    	&.button {
			    		clear:both;
			    		font-size:12px;
			    	}
			    }
			}
		}
	}
	a {
		&.button {
			&.big {
				display:block;
				font-weight:600;
				margin-top:12px;
				width:100%;
				-moz-box-sizing:border-box;
				box-sizing:border-box;
				text-align:center;
				padding-top:16px;
				padding-bottom:16px;
			}
		}
	}
}
#uDetail {
	.nehnutelnost {
		display:table;
		width:100%;
		
		.left, .right {
			display:table-cell;
			vertical-align:middle;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
		}
		.left {
			width:20%;
			
			img {
				display:block;
				margin:0 auto;
				border: 5px solid #dadada;
				width:100%;
				height:auto;
				-moz-box-sizing:border-box;
				box-sizing:border-box;	
				float: left;
			}
		}
		.right {
			padding-left:60px;
			width:40%;
			padding-left:2%;
			text-align:center;
		}
		.priceWrap {
			padding-left:44px;
	        background:url('/images/det-money.png') no-repeat left center;
	        line-height:0.9em;
	        text-align:left;
	        display:inline-block;
	        margin-bottom:24px;
	        
	        span {
	            display:inline-block;
	            
	            &.price {
                    font-size:26px;
                    color:#004623;
                    font-weight:600;
                    line-height:26px;
	            }
	            &.oldPrice {
	                font-size:14px;
	                font-weight:600;
	                line-height:14px;
	                color:#8b8b8b;
	                text-decoration:line-through;
	            }
	            &.slogan {
	                font-size:14px;
	                line-height:14px;
	                padding-top:6px;
	                color:#004623;
	                font-weight:600;
	            }
	        }
		    
		}
		a {
	    	&.kontakt, &.detail, &.back {
		        background-repeat:no-repeat;
	            background-position:left center;
	            padding-left:60px;
	            padding-top:0;
	            padding-bottom:0;
	            line-height:60px;
	            height:60px;
	            -moz-box-sizing:border-box;
	            box-sizing:border-box;
	            font-weight:600;
	            width:270px;
	            display:block;
	            clear:both;
	            margin-left:auto;
	            margin-right:auto;
		    }
		    &.kontakt {
	            background-image:url('/images/det-makler.png');
	            margin-bottom:12px;
		    }
		    &.detail {
		    	background-image:url('/images/u-detail-ico.png');
		    	margin-bottom:12px; 
		    }
		    &.back {
		    	background-image:url('/images/u-back-ico.png');
		    	background-color:#2f2f2f;
		    	
		    	&:hover {
		    		background-color:#000;
		    	}
		    }
	    }
	}
	.row {
		margin-bottom:40px;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.graph {
		position:relative;
		a {
			&.graf {
				position:absolute;
				top:-180px;
				width:1px;
				height:1px;
				display:block;
			}
		}
		.graphHeader {
			background:#dadada;
			padding:10px;
			font-size:12px;
			display:table;
			width:100%;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			
			a {
				display:inline-block;
				padding:4px 12px;
				line-height:normal;
				color:#fff;
				background:#004623;
				text-decoration:none;
				
				&:hover {
					background:#147403;
				}
			}
			
			
			.td {
				display:table-cell;
				vertical-align:middle;
				text-transform:uppercase;
				
				& + .td {
					text-align:right;
					text-transform:none;
				}
				
				span {
					margin-right:40px;
				}
			}
		}
	}
}
.overlay {
	position:fixed;
	display:block;
	height:100%;
	width:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.6);
	z-index:10000;
	overflow:auto;
	padding:24px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	
	.popupTable {
		display:table;
		width:100%;
		height:100%;
	}
	.td {
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		
		.popup {
			display:inline-block;
			background:#fff;
			width:100%;
			max-width:600px;
			padding:12px;
			-moz-box-sizing:border-box;
			box-sizing:border-box;
			text-align:left;
			position:relative;
			
			.closer {
				background:#e65353;
				color:#fff;
				font-weight:600;
				width:44px;
				height:22px;
				font-size:14px;
				position:absolute;
				top:-22px;
				right:0px;
				line-height:19px;
				text-decoration:none;
				text-align:center;
				
				&:hover {
					background:#d24b4b;
				}
			}
			.content {
				margin-bottom:24px;
			}
			form {
				label {
					display:block;
					margin-bottom:12px;
					
					span {
						display:block;
						font-weight:300;
						text-transform:uppercase;
						font-size:14px;
						padding-bottom:6px;
					}
					textarea {
						display:block;
						-moz-box-sizing:border-box;
						box-sizing:border-box;
						width:100%;
						height:150px;
						resize:none;
						border:1px solid #ddd;
						padding:12px;
					}
				}
				input[type="submit"] {
					background: #004623 none repeat scroll 0 0;
					-moz-box-sizing:border-box;
					box-sizing:border-box;
				    border: medium none;
				    color: #fff;
				    float: left;
				    font-size: 20px;
				    font-weight: 600;
				    height: 40px;
				    padding-left:12px;
				    padding-right:12px;
				    text-transform: uppercase;
				    float:right;
				}
			}
		}
	}
}
/* USER ROZHRANIE END */
@media (max-width:1170px) { 
	
    .contentWrap, #content {
        padding:0 12px;
    }
    #content {
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    
    .bannersWrap {
        .banners {
            .banner {
                width:48%;
                margin:1%;
                max-width:none;
                
                &:last-child {
                    margin-right:1%;
                }
                
                .bottom {
                    br {
                        display:none;
                    }
                }
            }
        }
     }
     .referencieTitleWrap {
         .referencie {
             .refBox{
                width:32%;
                margin-right:2%;                 
             }
         }
     }  
     #aktualityWrap {
         .aktuality {
             .item {
                 width:32%;
                 margin-right:2%;
             }
         }
     } 
     #footerWrap {
         .contentWrap {
             padding:12px;
         }
     }
     .buttonsWrap {
         .buttons {
             a {
                 margin:0 10px;
             }
         }
     }
     #navigation {
         padding-left:12px;
         padding-right:12px;
     }
     #filterWrap, #filterWrapSimple {
         
         
         #filterInner {
             #filter, #filterNovinkyEmailom {
                 .filterBox {
                     .selectBox {
                         margin:1%;
                         width:48%;
                                                     
                         a {
                             float:left;
                             width:100% !important;
                         }
                     }
                     .checkboxes {
                         position:static;
                         display:block;
                         clear:both;
                         padding:1%;
                         
                         label {
                            &.check {
                                 width:50%;
                                 margin-right:0;
                            }     
                         }
                         
                     }
                     label {
                        &.sel {
                            display:block;
                            width:98%;
                            margin-left:1%;
                            margin-right:1%;   
                            
                            select {
                                width:100% !important;
                            }
                        }                         
                     }
                     input[type="submit"] {
                         display:block;
                         float:none;
                         width:98% !important;
                         margin:0 1%;
                     }
                 }
             }
        }
    }
}
@media (max-width:1000px) {
	#itemListWrap, #ucet {
        
		.zalozky {
			flex-direction: column;
			a {
				display:block;
				margin-bottom:4px;
				margin-right:0;
			}
		}
	
}
    #menuWrap {
        display:none;
    }
    #headerWrap {
        padding: 20px 0;
		position: sticky;
		top: 0;
		z-index: 999;
        #header {
            a {
                &#responsiveMenuOpener {
                    display:block;
                    
                    
                    img {
                        display:block;
                        width:100%;
                        height:auto;
                    }
                }
                &#logo-link {
                    float:left;
                    margin-left:12px;
                    
                    img {
                        width:225px;
                        display:block;
                        height:auto;
                    }
                }
            }
        }
    }
    .clear-after-two {
        display:block;
    }
    .pager {
        padding-bottom:40px;
        
        .left, .right {
            top:40px !important;
        }
    }
    .bannersWrap {
        .banners {
            .banner {
                .bottom {
                    br {
                        display:block;
                    }
                }
            }
        }
    } 
    #aktualityWrap {
         .aktuality {
             .item {
                 float:none;
                 max-width:none;
                 width:100%;
                 margin-right:2%;
                 margin-bottom:2%;
             }
             .cycleWrap {
                 margin-bottom:0;
             }
         }
     }
     #ucet {
     	.nehnutelnost {
     		display:block;
     		
     		.img {
     			display:block;
     			width:100%;
     		}
     		.content {
     			display:block;
     			width:100%;
     			padding-left:0;
     			padding-top:24px;  
     			
     			a {
     				&.button {
     					left:0;
     				}
     			}   			
     		}
     	}
     	ul {
     		&.uBannery {
		     	margin:0;
		     	li {
		     		margin-right:0;
		     		margin-left:0;
		     		width:100%;
		     		float:none;
		     	}
		     }
     	}
     }
     #uDetail {
     	.nehnutelnost {
     		display:block;
     		
     		.left, .right {
     			width:100%;
     			display:block;
     		}
     		.left {
     			margin-bottom:24px;
     		}
     	}
     }
     #spodneBoxy {
         .separator {
             display:none;
         }
         .boxy {
             display:block;
             
             .box {
                 width:100%;
                 float:none;
                 display:block;
                 margin-right:0;
                 margin-bottom:24px;
                 display:block;
             }
         }
     } 
     .buttonsWrap {
         .buttons {
             a {
                 float:left;
                 width:46%;
                 margin:2%;
                 max-width:none;
             }
         }
     }
    .people {
        .rowWrap {
            display:block !important;
            width:100% !important;
        }
        .cell {
            width:100% !important;
            display:block !important;
            margin-bottom:2%;
            max-width:none !important;
            
            .photo {
                width:112px;
            }
        }
        .separator {
            display:none !important;
        }
    }
    #dopyty {
        .left, .right {
            width:100%;
            float:none;
        }
    }
}
@media (max-width:890px) {
	.responsive-button{
		display: flex !important;
	}
    #itemListWrap, #ucet {
        
            .zalozky {
				flex-direction: column;
                a {
                    display:block;
                    margin-bottom:4px;
                    margin-right:0;
                }
            }
        
    }
    .form {
    	.formInner {
    		display:block;
    		width:100%;
    		
    		.left, .right {
    			display:block;
    			width:100%;	
    		}
    		.left {
    			display:none;
    		}
    	}
    }
    .bottomFooterWrap {
         .bottomFooter {
             .box {
                 width:50%;
             }
         }
	 }
	 
	 .estate-sharer{
		justify-content: center;
		.share-button[data-sharer="whatsapp"]{
			display: block !important;
		}
		.share-button[data-sharer="viber"]{
			display: block !important;
		}
	}
}
@media (max-width:767px) {
    
    .referencieTitleWrap {
         .referencie {
             .refBox{
                max-width:none;
                float:none;
                width:100%;
                margin-bottom:24px;
             }
         }
     }
     .buttonsWrap {
         .buttons {
             a {
                 float:none;
                 width:100%;
                 margin:2% 0;
                 max-width:none;
             }
         }
     }
     .kontaktyWrap {
     	.kontakty {
     		.box {
     			.left, .right {
     				float:none;
     				display:block;
     				width:100%;
     				margin-bottom:24px;
     				padding:0;
     			}
     		}
     	}
     }
     #nehnutelnostMesiacaVypis {
         a {
             &.item {
                 .itemInner {
                     display:block;
                     .photo {
                         display:block;
                         margin:0 auto;
                         margin-bottom:12px;
                         padding-right:0;
                         
                         img {
                             border-radius:50%;
                         }
                     }
                     .content {
                         text-align:center !important;
                         .contentInner {
                             display:block;
                             
                             .cena, .kod, .pocet {
                                 max-width:none;
                                 width:100%;
                                 float:none;
                                 display:block;
                                 text-align:center;
                             }
                         }
                     }
                 }
             }
         }
     }
     #uDetail {
     	.graph {
     		.graphHeader {
     			display:block;
     			
     			.td {
     				display:block;
     				text-align:left !important;
     				
     				span {
     					display:block;
     				}
     			}
     		}
     	}
     }
}
@media (max-width:620px) {
	#headerWrap {
      
        #header {
            a {               
                &#logo-link {
                                       
                    img {
                        width:225px;
                    }
                }
            }
        }
    }
    .clear-after-two {
        display:none;
    }
    .bannersWrap {
        .banners {
            .banner {
                margin:0;
                margin-bottom:1%;
                width:100%;
                float:none;
            }
        }
    }
    .bottomFooterWrap {
         .bottomFooter {
             .box {
                 width:100%;
                 padding-right:0;
                 margin-bottom:18px;
                 float:none;
             }
         }
     }
     #filterWrap,#filterWrapSimple {
         #filterInner {
			 #filter{
				 padding-top: 25px;
			 }
			 button.filter-toggle{
				 display: block !important;
			 }
             #filter, #filterNovinkyEmailom {
                 .filterBox {
					 display: none;
                     .info {
                        
                         
                         label {
                             margin:1% !important;
                             width:98% !important;
                             float:none !important;
                             padding:0 !important;
                         }
                     }
                     .selectBox {
                         margin:1% !important;
                         width:98% !important;
                                                     
                         a {
                             float:left;
                             width:100% !important;
                         }
                     }
                     .checkboxes {
                         position:static;
                         display:block;
                         clear:both;
                         padding:1%;
                         
                         label {
                            &.check {
                                 width:50%;
                                 margin-right:0;
                            }     
                         }
                         
                     }
                     label {
                        &.sel {
                            display:block;
                            width:98%;
                            margin:1%;   
                            
                            
                        }                         
                     }
                     input[type="submit"] {
                         display:block;
                         float:none;
                         width:98% !important;
                         margin:1%;
                     }
                 }
             }
			 #filterNovinkyEmailom .filterBox {
				 display: block !important;
			 }
        }
    }
    .people {
    	.item {
    		.itemContent {
    			.content {
    				span {
    					&.loga {
    						left:10px;
    					}
    				}
    			}
    		}
    	}
    }
}


.notification {
	position: fixed;
	right: 10px;
	top: 10px;
	background: #ffffcc;
	border:1px solid #d7d7d7;
	border-radius: 2px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
	width: 260px;
	z-index: 10000;
	font-size: 13px !important;
	p {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.image {
		border-bottom:1px solid #d7d7d7;
		padding:12px 12px 0 12px;
		background:#fff;
		img {
			display:block;
			width:100%;
			height:auto;
		}
	}
	.content {
		padding:12px;
	}
	.closer {
		position: absolute;
		right: 5px;
		top: 5px;
		width: 20px;
		height: 20px;
		line-height: 17px;
		text-align: center;
		background: #dd5555;
		color: white;
		font-weight: bold;
		font-size: 12px;
		border-radius: 10px;
		text-decoration: none;
		&:hover {
			background: #cc5555;
		}
	}
}

.cookieInfo {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: #333333;
	color: white;
	z-index:99999;
	.cookieInfoContent {
		max-width: 1024px;
		margin: 0 auto;
		padding: 15px;
		font-size: 14px;
		a {
			color: white;
		}
		p {
			margin: 0;
			padding: 0;
		}
		.cookieBtn {
			float: right;
			display: inline-block;
			padding: 7px 14px;
			background: #004623;
			text-decoration: none;
		}
	}
}

.estate-sharer{
	display: flex;
	/* justify-content: center; */
	.share-button{
		padding: 10px 14px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
	border: 0;
	outline: 0;
	font-size:30px;
	cursor: pointer;
	}
	.share-button[data-sharer="facebook"]{
		background-color: #3b5998;
		padding: 10px 19px;
	}
	.share-button[data-sharer="facebook"]:hover{
		background-color: #304879;
	}
	.share-button[data-sharer="email"]{
		background-color: #3490F3;
	}
	.share-button[data-sharer="email"]:hover{
		background-color: #2569b3;
	}
	.share-button[data-sharer="whatsapp"]{
		display: none;
		background-color: #29a628;
	}
	.share-button[data-sharer="whatsapp"]:hover{
		background-color: #207b1f;
	}
	.share-button[data-sharer="viber"]{
		display:none;
		background-color: #7360f2;
	}
	.share-button[data-sharer="viber"]:hover{
		background-color: #5d4ec1;
	}
	.share-button[data-sharer="skype"]{
		background-color: #4dabf7;
	}
	.share-button[data-sharer="skype"]:hover{
		background-color: #3e8bca;
	}

}

.modal-window {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    /* background-color: rgba(255, 255, 255, 0.25); */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 999999;
	display: none;
    /* visibility: hidden;
    opacity: 0;
    pointer-events: none; */
    transition: all 0.3s;
    /* &:target {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
    } */
    &>div {
      width: 75%;
      max-width: 400px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 2em;
	  background: #ffffff;
	  border: 1px solid #147403;
	  max-height: 80%;
      overflow-y: auto;	
    }
    header {
      font-weight: bold;
    }
    h1 {
      font-size: 150%;
	  margin: 0 0 15px;
	  padding: 0 !important;
    }
  }

  .modal-window.modal-large{
	&>div {
		max-width: 80%;
		width: 490px;
		/* top:37%; */
	  }
	
  }
  
  .modal-window.open{
	  display: block;
  }
  .modal-close {
    color: #aaa;
    line-height: 40px;
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
    text-decoration: none;
    &:hover {
      color: black;
    }
  }




.flex-gallery{
	display: flex;
	 flex-wrap: nowrap;
}
.flex-gallery .image{
	height: 15vh;
	  flex-grow: 1;
	position: relative;
}
.flex-gallery .image:not(:last-child) {
	margin-right: 8px;
}
.flex-gallery img{
	max-height: 100%;
	min-width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}


.flex-gallery .image.last .more-overlay {
	position: absolute;
width: 100%;
text-align: center;
background: #cacaca;
height: 100%;
opacity: 0.92;

}
.flex-gallery .image.last .more {
	position: absolute;
width: 100%;
text-align: center;
font-size: 20px;
color: #1c1c1c;
line-height: 1em;
font-weight: 800;
top: 38%;

}

.flex-gallery .image.last .more span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	text-transform: uppercase;
}

@media (max-width:890px) {
	.flex-gallery {
		flex-wrap: wrap;
		justify-content: center;
	}
	.flex-gallery .image {
		flex-basis: 45%;
		margin: 5px;
	}
	.flex-gallery .image:not(:last-child) {
	margin: 5px;
	}
}

.stopscroll{
	overflow: hidden;
}

