*, html { margin:0; padding:0; }
.clearfix:after, .jt_row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix, .jt_row {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix, * html .jt_row {height: 1%;}
.clearfix, .jt_row {display: block;}
/* End hide from IE-mac */
/* END FIXES */
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	  background:  url(../images/bg.png) repeat;
	  background-attachment:fixed;
	 /* background-color: white;*/
}
input, textarea{
	 font-family: Arial, Helvetica, sans-serif;	
}
a{
	outline: 0;
}
.container {
	padding-top: 5px;
	/*puvodne 140 */
	margin:0px auto;
}
a:hover {text-decoration: none;}
/*dark version*/
.darker #header.overflow, .darker #footer {background:#fff !important;}
.darker #header.overflow .menu-item a {color:#fff !important;}
.darker #header.overflow.fixed .navbar-brand.mini {display: none !important;}
.darker #header.overflow.fixed .navbar-brand.mini.darker {display: block !important;}
/*Loader*/
#mask {
	background-color: #fff;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
.loader {
	position: absolute;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	top: 50%;
	left: 50%;
}
/*Animations inview*/
.jt_row {
	opacity: 1; /* nastaveni viditelnosti bez preload */
	-webkit-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
}
	#header .jt_row, .jt_row.visible {opacity: 1;}
/* Header */
#header {
	position: relative;
	width: 100%;background-color: transparent;
}
/*	#header .container {width: 1200px;}*/
	.navbar-collapse {padding-right:0px;}
	#header.overflow {
	/*	top:-100px;
		left: 0px;
		background-color: transparent!important;
		box-shadow: 0 1px 3px rgba(0,0,0,0.11);
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		-webkit-font-smoothing: antialiased;*/
	}
		#header.overflow .menu-item a {
			font-size: 15px;
			line-height: 100px;
			color: #333333;
			font-weight: 100;
		}
		#header.overflow .navbar-nav > li {padding-bottom:0px;padding-top:0px;padding-left:20px;padding-right:0px;}
	#header.overflow.fixed {
		top:0px;
		position: relative;
	/*	z-index:99999;*/
	}
		#header.overflow.fixed .navbar-brand.normal {display: none;}
		#header.overflow.fixed .navbar-brand.mini {
			display: block;
			margin-top:-1px;
		}
		#header.overflow.fixed .navbar-brand.mini.darker {display: none;}
	#header .navbar-brand {padding:30px 0px;}
	.navbar-brand.mini { display: none; }
	.navbar-collapse.navbar-right.navbar-main-collapse.in, .navbar-collapse.navbar-right.navbar-main-collapse.collapsing {
		overflow: visible;
	}
	.navbar-main-collapse.in .navbar-nav, .navbar-main-collapse.collapsing .navbar-nav  {
		position: absolute;
		background: #48484a;
		background: rgba(40, 40, 40, 0.9);
		width: 90%;
		top: 100%;
		left: 5%;
		margin:0px;
		height: auto;
	}
	.navbar-toggle {
		margin: 0px;
		height: 30px;
		width: 30px;
		border-radius: 0px;
		border: 0px;
		display: none;
		margin:10px;
		font-size: 30px;
		line-height: 30px;
		padding: 0px;
		color:#fff;
	}
	#header.overflow.fixed .navbar-toggle {
		color:#000;
	}
	#header .menu-item a {
		color:#333333;
	/*	text-transform: uppercase;*/
		font-size: 14px;
		font-family: 'Adagio_Sans-Thin';
		/*line-height: 6px;*/
		/*letter-spacing: 1px;*/
		border-bottom:3px solid transparent;
		/*font-weight: 600;*/
		text-shadow: 0px 0px 1px transparent;
		
	}
		
	#header .jt_row {padding-top:0px;}

	
/*DIFFERENTS HOMES*/
h1{
	font-size: 1px; color:transparent;
}

.header-menu{
	margin-top:10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: white;
}
.header-logo{
	margin-top:5px;
	overflow: hidden;padding-top:0px;
}
.logo-world{
	float:right;
}


/* Top wrap */

.owl-carousel .owl-item {text-align: center;}
.overlay {
	background: url(../images/overlay.png);
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}
	.overlay.op50 {opacity: 0.0;}
.slider-wrap {
	background: #000;
	position: relative;
}
	#owl-main .owl-item {overflow: hidden;}
	#owl-main img {
		position: absolute;
		max-width: none;
		top: 0;
	}
	#owl-main .owl-prev {
		width: 79px;
		height: 79px;
		background: url(../images/btn-prev.png) no-repeat center center;
		font-size: 0;
		float: left;
		margin-left: 15px;
		position: relative;
		opacity: 0.3;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index:9999;
	}

	#owl-main .owl-next {
		width: 79px;
		height: 79px;
		background: url(../images/btn-next.png) no-repeat center center;
		font-size: 0;
		float: right;
		margin-right: 18px;
		position: relative;
		opacity: 0.3;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index:9999;
	}
	#owl-main .owl-pagination {
		display: none;
		width: 100%;
		overflow: hidden;
		position: relative;
		top:-70px;
		z-index: 9999;
	} 
	#owl-main .owl-controls .owl-page span {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: transparent;
		margin:0px 6px;
		border:1px solid #fff;
	}
		#owl-main .owl-controls .owl-page.active span, #owl-main .owl-controls.clickable .owl-page:hover span {
			background: #48484a;
			border-color:#48484a;	
		}
	#owl-main .owl-prev:hover,#owl-main .owl-next:hover {
		opacity: 1;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

#owl-main .owl-buttons {
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
	z-index: 9999;
}
.slide-content {
	z-index: 1000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	display: table-cell;
	vertical-align: middle;
	height: 530px;
	margin: auto;
	bottom: 10px;
	text-align: center;
}
	.slide-content .slide-icon {margin-top:54px;}




.logointro img {
	display: table;
	margin: 0 auto;

}



.mouse {
    display: block;
	width: 26px;
	height: 46px;
	border-radius: 13px;
	border: 1px solid #fff;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -13px;
	z-index: 99999;

}
.mouse span {
    display: block;
    margin: 6px auto;
    width: 2px;
    height: 6px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
	#owl-main-text {
		height: 182px;
		margin-bottom: 0px;
		margin-top:0px;
	}
		#owl-main-text h2 {
			font-size: 55px;
			text-align: center;
			color: #fff;
			font-weight: 600;text-transform: uppercase;font-weight: 600;letter-spacing: 10px;
			margin-top: 0;
			margin-bottom:7px;
			  font-family: 'Open Sans', sans-serif;
		}

		.slide-content p {
			font-size: 18px;font-style: italic;
			color: #fff;
			text-align: center;
			font-weight: 300;
			font-family: "Libre Baskerville";
			position: relative;
			bottom:30px;
			left: 0px;
			width: 100%;
		}
	#owl-main-text .item {
		padding-bottom:58px;
		position: relative;
	}
	.slide-sep {
		display: block;
		width: 70px;
		height: 3px;
		background:#322f42;
		margin:-100px auto;
		content: " ";
	}




/*Sections*/
.voffset10  { margin-top: 10px; }
.voffset20 { margin-top: 20px; }
.voffset30 { margin-top: 30px; }
.voffset40 { margin-top: 40px; }
.voffset50 { margin-top: 50px; }
.voffset60 { margin-top: 60px; }
.voffset70 { margin-top: 70px; }
.voffset80 { margin-top: 80px; }
.voffset90 { margin-top: 90px; }
.voffset100 { margin-top: 100px; }
.voffset150 { margin-top: 150px; }
.voffset200 { margin-top: 200px; }
.section {
	margin-bottom:0px;
	background: #fff;
	overflow: hidden;
}
	.section#footer {overflow: visible;}
	.section .full-width {
		padding-top:0px;
		width: 100%;
	}
		.section .full-width .row {
			margin-left:0px;
			margin-right: 0px;
		}
		.section .full-width .jt_col, .container.full-width {
			padding-left: 0px;
			padding-right: 0px;
		}

	.section .jt_row {padding-bottom:10px;}
	


/*.section .jt_row {padding-bottom:140px;}*/

	.section .jt_row.overlap {padding-bottom:0px;}
	h2{
		font-size:22px;
	}
	.title {
font-family: "Adagio_Sans-SemiBold",Verdana;
		font-weight: 400;
		font-size: 20px;
		color:#000;
		padding-top:0px;
		margin-top:5px;
		
		/*line-height: 90px;*/
		display: inline-block;
	}

	.text-left .title {
			border-top: 0px;
			padding-top: 0px;
			margin-bottom: 40px;
			padding-bottom: 40px;
			position: relative;
		}

	
		.text-center .title {
			border-top: 0px;
			padding-top: 0px;
			margin-bottom: 40px;
			padding-bottom: 40px;
			position: relative;
		}
		.text-center .title:after {
			content: " ";
			position: absolute;
			width: 70px;
			height: 3px;
		/*	background: #4d1119;*/
			margin-left: -35px;
			bottom: 0px;
			left: 50%;
		}

		.title.invert {
			color:#fff;
			border-color:#282828;
		}
		.title.invert-2 {color:#fff;}
		.title.mini {
			border-top:0px;
			padding: 0px;
			font-size: 15px;
			text-transform: uppercase;
			font-family: "Montserrat"
		}
		.title.medium {
				font-family: "Montserrat";
				font-size: 25px;
				color:#fff;
				font-weight: 700;
				text-align: center;
				text-transform: uppercase;
				border-top:0px;
				padding-top:0px;
				margin-top: 0px;
				line-height: 23px;
				display: block;
				letter-spacing: 8px
			}
		.subtitle {
			font-size: 18px;
			font-family: "Libre Baskerville";
			font-style: italic;
			font-weight: 400;
			color:#fff;
		}
			.subtitle.mini {
				font-family: "Lato";
				margin-top: 5px;
				font-size: 14px;
				line-height: 14px;
				color:#888;
				font-weight: 300;
				text-transform: uppercase;
				font-style: normal;
			}
			.subtitle.mini.darker {color:#333;}
			.player.section .subtitle.mini {color:#fff;}
			.YTPOverlay.raster {background: none !important;}
			.player .overlay {z-index: 0;}
		.section .subtitle.strong {
			font-family: "Montserrat";
			font-weight: 700;
			font-style: normal;
			font-size: 30px;
			margin:5px auto;
		}
	.textokno{
			font-family: 'Adagio_Sans-Thin', Verdana;
		font-size: 16px;
		color:#4e4e4e;
		line-height: 25px;
		font-weight: 600;	
	}
	.section .text {
		font-family: 'Adagio_Sans-Thin', Verdana;
		font-size: 19px;
		color:#000;
		line-height: 30px;
		font-weight: 300;
	}
	.section .text ul{
		font-family: 'Open Sans', sans-serif;
		text-align: left;
		padding-left:10%;
	}	


#kontakt{
	
}
	
#kontakt .text{
	color:#333333;
	line-height: 25px;
}

#kontakt .pozadi{
background-color:#7d848c;
} 
#kontakt .text strong{

}

#kontakt a {
	color:#0a9f64;
}

		.section .text.invert {color:#fff;}
		.section .text.presentation {

			font-family: 'Open Sans', sans-serif;
			font-size: 27px;
			line-height: 70px;
			font-weight: 300;
		}
			.section .text.presentation span {
				padding-bottom:17px;
				border-bottom:1px solid #e1e1e1;
			}
		.section .text strong {
			/*color:#121212;*/
			font-weight: bolder;
		}
	.section.separator {
		text-align: center;
		padding-top:0px;
		margin-bottom:-20px;
		overflow: visible;
		padding-bottom:0px;
	}
		.section.separator  a {color:inherit;}
		.section.separator .jt_row {padding-bottom:20px;}
		.section.parallax {padding-bottom:40px;}
	.section.player {
		margin-bottom:0px;
		position: relative;
		height: 860px;
	}
	.section .go-btn {
		margin:0px auto;
		text-align: center;
	}
	.section .buttona {
		border:1px solid #888;
		color:#fff;
		background-color: #48484a;
		font-weight: 300;
		font-size: 1.2em;
		display: inline-block;
		margin:20px 0 0 0;
		padding:10px;
		border-radius:5px;
	}
	.section .buttona:hover {
		border:1px solid #888;
		color:#48484a;
		background-color: #91c382;
	}	
	
	
	.section .button.inverse {border-color: #f9333f;}
	.section .button.playstop {
		border-color:#f9333f;
		padding: 12px 38px 12px 38px;
	}
	.section .button.next {
		background: url('../images/rarrow.png') right center no-repeat;
	}
		.section .button:hover { border-color: #f9333f;}
		.section .button.inverse:hover { border-color: #888;}
	.section .ball {
		background: #282828;
		display: inline-block;
		border-radius: 50%;
	}
	.section .text-center .ball {margin-bottom:30px;}
	/* About */
.carousel-wrapper.imac-table {
	background: url('../images/bg-slider-table.jpg') center top no-repeat;
	height: 602px;
	padding:29px 0px;
	width: 1310px;
	width: 1310px;
	position: relative;
	left: 50%;
	margin-left: -655px;
	top: 0px;
	margin-top:-18px;
}
	.carousel-wrapper.imac-table .owl-pagination {display: none;}
	.carousel-wrapper.imac-table .owl-buttons {
		position: relative;
		display: block;
	}
		.carousel-wrapper.imac-table .owl-controls .owl-buttons .owl-prev {
			position: absolute;
			left: -103px;
			top: -170px;
			background: url('../images/btn-carousel-prev.png') no-repeat;
			width: 32px;
			height: 59px;
			text-indent: -99999px;
		}
		.carousel-wrapper.imac-table .owl-controls .owl-buttons .owl-next {
			position: absolute;
			right:-103px;
			top:-170px;
			background: url('../images/btn-carousel-next.png') no-repeat;
			width: 32px;
			height: 59px;
			text-indent: -99999px;
		}
		.carousel-wrapper.imac-table .owl-controls .owl-buttons div:hover {opacity: 0.5;}
	.carousel-wrapper.imac-table .generic-carousel {
		width: 495px;
		height: 279px;
		margin:0px auto;
		padding-left:12px;
		overflow: visible;
	}
		.carousel-wrapper.imac-table .generic-carousel .owl-item .item img {
			width: 100%;
			height: 279px;
		}
.megabutton {
	display: block;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	background: #24aaa2;
}
	.megabutton * {
		display: block;
		margin:0px auto;
	}
	.megabutton:hover {background:#209991; }
/* Carousel */
.carousel-wrapper .owl-pagination, .carousel-wrapper .owl-buttons {display: none;}
.carousel-wrapper.full {
	width: 100%;
}
	.carousel-wrapper.full .generic-carousel .owl-item .item img {
		width: 100%;
		height: auto;
	}
	.carousel-wrapper .generic-carousel .owl-item .item.video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		border: 0;
	}
		.carousel-wrapper .generic-carousel .owl-item .item.video iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	.carousel-wrapper.full .owl-pagination {display: none;}
	.carousel-wrapper.with_buttons .owl-buttons {display: block;}
		.carousel-wrapper.with_buttons .owl-controls .owl-buttons div {
			position: absolute;
			left: -68px;
			top: 50%;
			background: url('../images/btn-generic-prev.png') #48484a no-repeat;
			width: 68px;
			height: 99px;
			text-indent: -99999px;
			z-index:9999;
			border-radius: 0px;
			margin: -30px 0px 0px 0px;
			-webkit-transition: left 0.1s ease-in, right 0.1s ease-in;
			-o-transition: left 0.1s ease-in, right 0.1s ease-in;
			transition: left 0.1s ease-in, right 0.1s ease-in;
		}
		.carousel-wrapper.with_buttons .owl-controls .owl-buttons div.owl-next {
			right:-68px;
			left: auto;
			background: url('../images/btn-generic-next.png') #48484a no-repeat;
		}
		.carousel-wrapper.with_buttons.contrast .owl-controls .owl-buttons div {background: url('../images/btn-generic-prev2.png')  #2d2d2d no-repeat !important;}
		.carousel-wrapper.with_buttons.contrast .owl-controls .owl-buttons div.owl-next {background: url('../images/btn-generic-next2.png')   #2d2d2d no-repeat !important;}
		.carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-prev  {left:0px;}
		.carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-next  {right:0px;}
		.carousel-wrapper.with_buttons .owl-controls .owl-buttons div:hover, .carousel-wrapper.with_buttons.contrast .owl-controls .owl-buttons div.owl-next:hover {background-position: 0px -99px !important;}
	.carousel-wrapper.with_pagination .owl-pagination {
		display: block;
		width: 100%;
		overflow: hidden;
		z-index: 9999;
		position: relative;
	}

	.project-slide.carousel-wrapper.with_pagination .owl-pagination {margin-top:15px;}
	.carousel-wrapper.with_pagination .owl-theme .owl-controls .owl-page span {
		border-radius: 0px;
		width: 15px;
		height: 15px;
		background: white;
		margin:0px 4px;
		border-radius: 50%;
	}
	
		.carousel-wrapper.with_pagination .owl-controls .owl-page.active span, .carousel-wrapper.with_pagination .owl-controls.clickable .owl-page:hover span {
		border-radius: 50%;
				background: #fe0000;	
		}

		.testimonials.carousel-wrapper.with_pagination .owl-theme .owl-controls .owl-page span {background: #94262d; }
		.testimonials.carousel-wrapper.with_pagination .owl-controls .owl-page.active span, .testimonials.carousel-wrapper.with_pagination .owl-controls.clickable .owl-page:hover span {background:#ffffff;}

	.carousel-wrapper.full .generic-carousel .owl-item .ulitem {margin-bottom:49px;}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li {
		width:33%;
		float: left;
		list-style: none;
		font-size: 15px;
		font-weight: 300;
		font-family: "Lato";
		color:#8a8d94;
		margin-bottom:40px;
		padding-right:3%;
		text-align: left;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li h3 {
		font-size: 20px;
		color:#444444;
		font-weight: 400;
		margin:10px 0px;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li .icon {
		border-radius: 50%;
		display: block;
		float: left;
		width: 56px;
		height: 56px;
		background: #2dad9e;
		margin:0px 25px 10px 0px;
		line-height: 56px;
		font-size: 25px;
		color: #fff;
		text-align: center;
	}
	.service-text {
		margin-left: 81px;
		line-height: 26px;
	}
.separator {
	text-align: center;
	width: 100%;
}
	.separator img {
		max-width: 100%;
		height: auto;
	}
/*Featured projects*/
.carousel-wrapper.full .generic-carousel .owl-item .project img {
	width: 100%;
	height: auto;
}

.carousel-wrapper.full .generic-carousel .owl-item .projecta img {
	width: 100%;
	height: auto;
	float:right;
	

}
.carousel-wrapper.full .generic-carousel .owl-item .projecta .featured-info {
/*	position: absolute;*/
	top: 0%;
	left: 0%;
	padding-top:9%;
	padding-right: 8%;
	padding-left: 10%;
	float:left;
}


.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
	position: absolute;
	top:5%;
	left: 14%;
	padding-right: 0%;
	padding-left: 0%;
}
/*Team members*/
.team-wrapper {
	margin-top:100px;
}
	.team-wrapper .team-member {
		width: 25%;
		float: left;
		padding:0px 2%;
		margin:30px 0px;
		position: relative;
		text-align: center;
		background: url('../images/gradient_team.jpg') repeat-x;
		background-size:contain; 
		overflow: hidden;
	}
		.team-wrapper .team-member img {
			max-width: 100%;
			height: auto;
		}
		.team-wrapper .team-member .hover {
			position: absolute;
			background: #fff;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			opacity: 0;
			
		}
			.team-wrapper .team-member:hover .hover {opacity: 1;}
			.team-wrapper .team-member:hover .main {opacity: 0;}
			.team-wrapper .team-member .hover .hover-border {
				height: 0px;
				width: 100%;
				position: absolute;
				border-bottom: 5px solid #f9333f;
				bottom:0px;
				left: 0px;
				z-index:999;
			}
		.team-wrapper .team-member .hover .blur {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			padding:0px 8%;
			z-index:99;
			text-align: center;
		}
		.team-wrapper .team-member .hover .blur-hover {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			z-index:98;
			background: rgba(255,255,255,0.8);
		}
		.team-wrapper .team-member .hover .name {
			position: absolute;
			width: 100%;
			left: 0px;
			bottom:90px;
			color:#f9333f;
			font-size: 35px;
			font-weight: 300;
			z-index: 101;
			font-family: "Open Sans"
		}
		.team-wrapper .team-member .hover .position {
			position: absolute;
			width: 100%;
			left: 0px;
			bottom:65px;
			font-family: "Merriweather";
			font-size: 17px;
			color:#212020;
			font-weight: 300;
			text-transform: lowercase;
			z-index: 101;
			font-style: italic;
		}
		.team-wrapper .team-member .hover .social {
			position: absolute;
			width: 100%;
			left: 0px;
			bottom:30px;
			z-index: 101;
		}
			.team-wrapper .team-member .hover .social .icon {
				width: 24px;
				height: 24px;
				display: inline-block;
				margin:0px 5px;
				background: url('../images/icons-team.png') 0px 0px no-repeat;
				text-indent: -99999px;
			}
			.team-wrapper .team-member .hover .social .icon.tw {background-position: center 0px;}
			.team-wrapper .team-member .hover .social .icon.di {background-position: right 0px;}
			.team-wrapper .team-member .hover .social .icon.fb:hover {background-position: 0px -24px;}
			.team-wrapper .team-member .hover .social .icon.tw:hover {background-position: center -24px;}
			.team-wrapper .team-member .hover .social .icon.di:hover {background-position: right -24px;}
	.pag-more {
		display: block;
		width: 100%;
		height: 83px;
		line-height: 80px;
		text-align: center;
		font-family: "Merriweather";
		font-style: italic;
		color:#f9f9f9;
		background: #151515 url('../images/view-more.png') no-repeat center center;
		font-size:18px;
		text-indent: -99999px;
		margin-top:0px;
	}
	.pag-more:hover {background-color:#1b1b1b;}
	.pag-more.team {
		position: relative;
		top:-30px;
		margin-bottom:-30px;
	}
	.pag-more:hover {
		color:#f9f9f9;
	}
/*Portfolio*/
#ajax .container {position: relative;}
a.close.top {
/*	position: absolute;*/
/*	right: 34px;*/
	bottom: 0px;
	margin:0px auto;
	background: url('../images/close-project.png') no-repeat;
	'/*display: block;*/
	text-indent: -99999px;
	width: 38px;
	height: 38px;
/*	z-index: 9999;*/
	float:right;
}
.folio-item {
	padding: 0 0px 0px 0;
	width: 100%;
}

.portfolio-grid {
	margin-top: 50px;
}

.portfolio-thumb {
	position: relative;
	overflow: hidden;
}

.no-padding {
	padding: 0 !important;
}

.portfolio-dark-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: #d0462d;
	opacity: 0;
	visibility: hidden;

}

.portfolio-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	font-family: "Merriweather";
}

.portfolio-thumb:hover .portfolio-inner {
	opacity: 1;
}

.portfolio-thumb:hover .portfolio-dark-overlay {
	opacity: 1;
	visibility: visible;

}

.portfolio-inner h4 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin: 0;
	font-weight: 300;
	letter-spacing: 2px;
}

.portfolio-inner .zoom {
	width: 55px;
	height: 53px;
	background: url(../images/zoom.png);
	display: table;
	margin: 0 auto 20px;
}

.portfolio-inner-ctr {
	display: table-cell;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 116px;
}
.project-single {margin-bottom: 100px;}

.client-photo {margin-top: 50px;}
.item .author {
	display: block;
	margin:40px 0px 20px 0px;
	font-size: 16px;
}
/*Our reel*/
.mb_YTVPBar {display: none !important;}
.video-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-172px;
	margin-top:-107px;
}
/*Contact and map*/
.formSent {
	margin: 10px;
	text-align: center;
	padding: 0 0px;
	color: #fff;
	display: none;
}
label.error {display: none !important;}
.contact-form .error {border-color:red !important;}
#contact.section .jt_row.overlap {
	width: 480px;
	margin:0px 0px 0px 22%;
}
div#wpgmappitymap.wpgmappity_container.inner-map {background:#282828 !important;}
#maps {
/*	width: 100%;
	height:auto;*/
	    width: 100%;
    height: auto;
    position: relative;
/*	position: absolute;*/
	overflow: hidden;
		margin-bottom:10px;
}
#maps1 {
margin-top:10px;
	width: 100%;
	height: auto;

/*	position: absolute;
	overflow: hidden;*/
}

.inner-map {
	width: 100%;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
}
.address-title {
	width: 100%;
	font-size: 24px;
	font-weight: 300;
	color:#fff;
	width: 198px;
	text-align: right;
	margin-bottom:15px;
	margin-top:80px;
	font-family: "Raleway";
}
.address {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	font-style: italic;
	width: 198px;

	text-align: justify;
}
.contact-form  {margin-top:50px;}
.contact-form .col {
	width: 45%;
	float: left;
}
	.contact-form .col.col2 {
		float: right;
		margin-right: 2%;
		margin-bottom:20px;
	}
.contact-form .text {
	width: 100%;
	max-width: 470px;
	margin-bottom:33px;
	border:1px solid #fff;
	border-radius: 4px;
	color:#fff;
	font-size: 18px;
	height: 47px;
	line-height: 47px;
	background:transparent;
	padding:0px 15px 0px 0px;
	text-indent: 64px;
	font-family: "Raleway";
}
	.contact-form .text.name {background:url('../images/contact-name.png') 20px center no-repeat transparent;}
	.contact-form .text.email {background:url('../images/contact-email.png') 20px center no-repeat transparent;}
.contact-form .text.area {
	height: 140px;
	line-height: 23px;
	text-indent: 0px;
	padding:17px 20px;
}
.contact-form .submit {
	background: transparent;
	color:#fff;
	border-color:#f9333f;
	float: right;
	margin-bottom:75px;
	padding-left:35px;
	height: 57px;
	line-height: 57px;
	padding-top:0px;
	margin-right:10px;
	font-size: 22px;
}
	.modal-form .contact-form .submit:hover {border-color:#f9333f;}
.contact-form ::-webkit-input-placeholder { color:#fff;}
.contact-form :-moz-placeholder { color:#fff; opacity: 1;}
.contact-form ::-moz-placeholder { color:#fff; opacity:  1;}
.contact-form :-ms-input-placeholder { color:#fff;}

.modal-form {
	
	background:url('../images/worldmapform.jpg') no-repeat;
	padding:130px 165px;
    position: fixed;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 800px;
    z-index: 999999;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateX(-50%) translateY(-50%) ;
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform:translateX(-50%) translateY(-50%) ;
    transform:translateX(-50%) translateY(-50%) ;
}
	.modal-form span {
		display: block;
		text-align: center;
		color:#3b9f99;
	}
	.modal-form .subtitle {color:#fff;}
	.modal-form span.subtitle.strong {
		color:#fff;
		margin-top:10px;
		font-weight: bold;
		font-family: "Montserrat";
		font-size: 35px;
		font-style: normal;
	}
	.modal-form .contact-form .submit {
		margin-bottom:0px;
		border-width: 1px;
		border-style: solid;
		color: #fff;
		font-family: "Merriweather";
		font-weight: 300;
		font-size: 24px;
		padding: 0px 38px 20px 38px;
		border-radius: 5px;
		display: block;
		float: none;
		margin:0px auto;
	}
	.modal-form .contact-form .text {width: 100%;font-weight: 300;}
	.modal-form .contact-form {margin-top:50px;}
	.modal-form .contact-form .text.name {background:url('../images/contact-name-gray.png') 20px center no-repeat transparent;}
	.modal-form .contact-form .text.email {background:url('../images/contact-email-gray.png') 20px center no-repeat transparent;}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    transition: all 0.3s;
}
.md-overlay.show, .modal-form.show {opacity:1;visibility: visible;}


			.team-wrapper .team-member .hover .social .icon.tw {background-position: center 0px;}
			.team-wrapper .team-member .hover .social .icon.di {background-position: right 0px;}
			.team-wrapper .team-member .hover .social .icon.fb:hover {background-position: 0px -24px;}
			.team-wrapper .team-member .hover .social .icon.tw:hover {background-position: center -24px;}
			.team-wrapper .team-member .hover .social .icon.di:hover {background-position: right -24px;}

	



.float-right {float:right !important;}
.float-left {float:left !important;}
.float-none {float:none !important;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.text-left {text-align:left;}
/*IDs for inlines styles in WP*/
#start-a-project {background: #43a9a3;}
#our-studio {background: #282828}
#our-studio-presentation {padding-left:280px;text-align:right; width: auto;}
#our-story .carousel-wrapper.with_buttons .owl-controls .owl-buttons div {top:183px;}
#our-story {background: url('../demo/our-story/bg-our-story.png') #c7323b top center no-repeat;}
/*#services {background: url('../demo/services/bg-services.jpg') #ffffff center bottom no-repeat;}*/
#clients .separator {margin-top:-140px;}
#testimonials {background: url('../demo/testimonials/bg-testimonials.png') #c7323b top center repeat;}
#contact {background: #282828}
#city {margin-bottom:140px; background: url('../demo/city/parallax-city.jpg'); background-size:auto 1060px;}
#overlay-photo {
	margin-bottom:-210px;
	margin-top:-100px;
}
.features-icon {
	float: left;
	width: 20%;
	margin-right: 5%;
	margin-top:-45px;
}
.features {
	list-style: none;
	float: left;
	color:#fff;
	font-size: 14px;
	text-align: left;

	line-height:28px;
	margin-top:-10px;
}
	.features li .icon {
		float: left;
		width: 80px;
		height: 80px;
		line-height: 80px;
		text-align: center;
		border: 1px solid #eee;
		border-radius: 50%;
		margin-right: 20px;
		background: rgba(255,255,255,0.1);
		font-size: 32px;
	}
	.features li {margin-bottom:40px;}
	.features .wrap {margin-left: 100px;}
	.features h3 {
		font-size: 27px;
		font-family: "Raleway";
		
		font-weight: 200;
		margin-bottom:15px;
	}
	
.vlajky{
	padding:26px 0 0 50px;float:right;position:fixed;z-index:999999;left:95%;
}	
#left-menu{
	position: absolute;
	z-index: 1002;
	width:100%;
}




#video{
	width:100%;
	height:300px;
	margin:15px 0 15px 0;
}
.boxbily{
	border:2px solid white;
	width:20px;
	height:20px;
	margin:15px 0 0 10px;
	float:right;
}
.whitefont{
	padding:10px 0 0 0;
	font-size: 1.25em;
	color:white;
}
.textbily{
	line-height: 22px;
	font-size:1.05em;
}
.textbily1{
	line-height: 20px;
	font-size:0.98em;
}
#novinky h3{
	font-size:1.2em;
	line-height:25px; 
	font-weight: lighter;
}
.font08{
	font-size:0.98em;
}
.spec{
			background:url('../images/bg_spec.jpg') no-repeat;
			width:235px;
			height:299px;
			
}

.specText{

	margin-top:0px;
	width:200px;
	padding:0 0px 0 30px;

}
#vase-dotazy{
	background-color: #d0462d;
}

#napiste-nam{
	background-color: #d0462d;
}
.anketasform{
	margin:0px 0 0 0px;
	width:100%;
}
.formik{
		width:100%;
		
}
#zobraz{
	display: none;
	border:1px solid red;
	color:orange;
	padding:10px;
	width:100%;
	font-size: 1.5em;
	margin:15px 0 0 0;
}
#zobraz1{
	margin:15px 0 0 0;
	display: none;
	border:1px solid white;
	background-color: green;
	color:white;
	padding:10px;
	width:100%;
}

.ctverec{
	background:url('../images/bg-faq.jpg') no-repeat 0px 5px;
padding:0 0 5px 30px;
}
.anketasform input{
	font-size:14px;
	padding:5px 5px 5px 5px;
	color: #4f524d;
	background-color: white;
	border:1px solid #d0cbc6;
	border-radius        : 5px;
	width:100%;
}
.anketasform input.button2{
	margin:10px 0 10px 0px;
	padding:0px 2px 2px 0px;
	border:none;
	line-height: 17px;
	width:100%;
	height:30px;
	background-color: white;
	border:1px solid #d0cbc6;
	border-radius        : 5px;
	font-size:16px;
}

.anketasform textarea{
	padding:5px 5px 5px 5px;
	border-radius        : 5px;
	border:1px solid #d0cbc6;
	width:100%;
	height:120px;
	font-size:14px;
}
.anketasform table{
	margin:20px 0 0px 0;
}

.anketasform table td{
	padding:0 0 5px 5px;
	text-align: left;
}



#nov24{
	position: absolute;
	z-index: 1002;
	width:100%;
	color:white;
	margin-top:3%;


}
.zadavacip{
	color:white;
}

.ramecekm{
	background:url('../images/bg-nov.png') repeat;
	border:1px solid white;
	padding:10px;
}


	
}
.datum{
	font-size: 0.8em;
	color:#c5c5c5;
}


	.folio-filter li {margin-bottom: 8px;}



	




.formik{
	width:100%;text-align: left;
}

#animace{
	background: transparent;
}
.colorWhiteBack{
	background-color:white;
}
.colorWhite{
	color:white;
}
.overFlowSection{
	overflow: hidden;
}

.box-cover{
	margin-top:5px;
	background-color: #2c3035;
border-radius:2px;padding:2px;
}
.box-cover-border{
	border:1px solid #6d7174;overflow: hidden;
	border-radius:2px;padding:5px 0;display: block;
}
.box-cover-red{
	background-color: #cf0100;width:79px;
	border-radius:2px;padding:2px;
	margin-top:15px;	
}
.box-cover-red-border{
	border:1px solid #e93c3b;overflow: hidden;
	border-radius:2px;padding:0px 0px;text-align: left;
}

.box-cover-red a{
	width:79px;display: block;padding:5px 0 5px 18px;
	background: url(../images/li-white.png) no-repeat 55px 10px ;
}




.mottoboxa{
	color:white;text-align: left;padding:20px;padding-left:40px;padding-top:10px;
}
.mottoboxa h2{font-weight: lighter;}
.mottoboxa ul{
	padding-top:10px;
	list-style: none; 
}
.mottoboxa ul li{
	padding-left:25px;
	background: url(../images/li.png) no-repeat 5px 4px;
}

.padLeft0{
	padding-left:0px;
}
.padTop10{
	padding-top:10px;
}
.padTop15{
	padding-top:15px;
}
.padTop30{
	padding-top:30px;
}
.padTop40{
	padding-top:40px;
}
.padTop0{
	padding-top:0px;
}

.padBottom20{
	padding-bottom:40px;
}
.padBottom10{
	padding-bottom:10px;
}
.padLeft10{
	padding-left:5px;
}

.padRight0{
	padding-right:0px;
}


.padLeftk0{
	padding-left:0px;
}
.padLeftk10{
	padding-left:5px;
}
.padLeftk30{
	padding-left:30px;
}
.padLeft40{
	padding-left:45px;
}
.padRight40{
	padding-right:45px;
}

.padLeft30{
	padding-left:30px;
}
.padRight30{
	padding-right:30px;
}

padLeftk40{
	padding-left:45px;
}

.padRightk0{
	padding-right:0px;
}

#novinky, #novinkytop{
	background-color: transparent;
}

#novinky .nsub{
	padding-bottom: 20px;
}
#novinky .nsubtext{
	min-height:135px;padding-bottom: 20px;
}

#banner{
	background-color: transparent;
}
#nsubdiv{
	margin-top:40px;overflow: hidden;
}
#novinky h2{
	color:#ff0000;
	font-size: 14px;
	font-weight: lighter;
	overflow: hidden;
}
#novinky h2 a{
	color:#ff0000;
}
#novinky h2 a:hover{
	color:black;
}

#novinky p.dateH{
	color:#333;padding-bottom:10px;
	/*float:right;;*/
	font-size: 12px;color:black;
}
#novinky img{
	padding:10px 15px 5px 0;
}
#novinky .textH{
	text-align: justify;font-size: 12px;min-height:115px;color:black;line-height: 15px;
}
#novinky p.viceNo{
text-align: right;	
}
#novinky p.viceNo a{color:#ff0000;padding:5px 10px;}
#novinky p.viceNo a:hover{color:#333; }



#novinkytop h2{
	color:#ff0000;
	font-size: 16px;
	font-weight:bolder;
	overflow: hidden;
	line-height:18px;
}

#novinkytop h2 a{
	color:red; 
}
#novinkytop h2 a:hover{
	color:black;
}
#novinkytop p.dateH{
	color:#333;padding-bottom:10px;padding-top:5px;
	/*float:right;;*/
	font-size: 13px;color:black;
}
#novinkytop img{
	padding:0px 5px 5px 0;
}
#novinkytop .textH{
	text-align: justify;font-size: 13px;min-height:80px;color:black;line-height: 18px;color:#333;
}
#novinkytop p.viceNo{
text-align: right;	
}
#novinkytop p.viceNo a{color:#ff0000;padding:5px 10px;}
#novinkytop p.viceNo a:hover{color:#333; }
#novinkytopsub{
	overflow: hidden;padding-bottom:20px;
}

#novinkytopsub img{
	padding:0px 5px 5px 0;
}
#novinkytopsub .textH{
	text-align: justify;font-size: 12px;min-height:80px;color:black;line-height: 15px;
}
#novinkytopsub p,#novinky p{
	text-align: justify;font-size: 12px;color:black;line-height: 15px;
}
#novinkytopsub p.viceNo{
	text-align: right;
}
#novinkytopsub p.viceNo a{color:#ff0000;padding:5px 10px;}
#novinkytopsub p.viceNo a:hover{color:#333; }


#footer{
	background-color: transparent;
}

.blackBack{
	background: url(../images/bg-f.png) repeat-x top;
}
#partneri{
	background: transparent;
}
#partneri img{
	padding: 0 20px;
}
#footer h2{
	font-size: 14px; font-weight: bolder;color:white;line-height:35px;text-align: left;
}
#footer .footer-menu{
	margin: 20px 0 0 0;
}
#footer  a{
	color:white;text-decoration: underline;
}
#footer  a:hover{
	color:red;
}

#footer .footer-menu ul{
	padding-top:10px;
	list-style: none; 
}
#footer .footer-menu ul li{
	padding-left:20px;
	background: url(../images/li.png) no-repeat 5px 4px;color:white;font-size: 12px;text-align: left;
}
#footer .footer-menu ul li a{
	color:white;background-color: transparent;text-decoration: none;
}
#footer .footer-menu ul li a:hover{
	color:red;
}
#footer p{
	color:white; font-size: 12px;text-align: left;
}

.form-group{
	margin-bottom: 5px;
}
#copyright-footer{	background: transparent;margin-bottom:10px;font-size: 10px;margin-top:0px;}
.newsflash{
	padding-top:10px;
}

#copyright-footer .footerBottom{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: white;
	padding-bottom: 10px;
	
}
#footer .footer-menu ul.mpo{
	padding-top:1px;
}
#texty{
	background-color: transparent;
}
.borderRight{
	border-right: 1px solid #cacaca;
}
.borderLeft{
	border-left: 1px solid #cacaca;
}

.menuLeft ul{
	list-style: none;
}

.menuLeft ul li a{
	color:black;
}

.menuLeft ul li.current a{
	color:red;
}


.menuLeft  ul li{
	padding-left:15px;
	background: url(../images/li-menu.png) no-repeat 5px 4px;color:black;font-size: 12px;text-align: left;
}

.menuLeft  ul li{
	background-color: transparent;
}

.menuLeft  ul li ul{
	padding-top:5px;padding-bottom:10px;
}
.menuLeft  ul li ul li{
	padding-left:15px;
	background: none;color:white;font-size: 12px;text-align: left;
}
.menuLeft ul ul.nav-child li a{
	color:black;
}
.menuLeft  ul ul.nav-child li a:hover,.menuLeft  ul ul.nav-child li.current a{
	color:red;
}

#texty .articleBody{ font-size:13px;}

#texty .articleBody h2{
	color:red;font-size: 16px;padding-top:10px;padding-bottom:0px;
}
#texty .articleBody p{
	margin:5px 0 0 0;
}

#texty .articleBody ul{
	margin:5px 0 0 15px;
}

#texty .articleBody a{
	text-decoration: underline;
}
#texty .articleBody a:hover{
	color:red;
}

#texty .page-header h2{
	color:red;padding-bottom:0px;font-size: 16px;padding-top:0;
}
#texty .articleBody h3{
	color:red;font-size: 14px;padding-top:10px;
}


#texty .articleBody table{
 width:100%;
margin: 5px 10px 0px 0px;
border: none;
font-size: 12px;
}
#texty .articleBody td{
font-size: 12px;
padding: 3px;
border: 1px solid black;
} 

#texty .articleBody th{
padding: 3px;
font-size: 12px;
border: 1px solid black;
background-color: #590B09;
color: white;
text-align: center;
} 
#texty .articleBody td a{color:  #590B09;
font-size: 12px;}
#texty .articleBody td a:hover,
#texty .articleBodytd a:active
{color: black; text-decoration: none;background-color:transparent;
font-size: 12px;}
#texty .articleBody .stred{text-align: center;}

#texty .articleBody td.noname{
font-size: 12px;
padding: 3px;
border: 0px solid black;
} 
.inputbox{
	padding:5px;border-radius: 2px;border:1px solid #adadad;
}
#search-form{
	overflow: hidden;
}
#search-results{
	width:100%;margin-top:20px;
}
#search-results ul li{
	padding-top:10px;
}

.search-pages-counter{
	padding-top:10px;
}

.blog .items-leading{
	padding-right:30px;
}

#texty .blog h2{
	padding-bottom:0px;
}

#texty .blog h2 a{
	color:red;padding-bottom:0px;font-size: 16px;padding-top:0;text-decoration: none;
}

#texty  .blog h2 a:hover{
	color:#333;
}
.blog .items-row {
	padding-top:30px;width:100%;
}

.blog .items-row .span4 {
	width:33%;float:left;overflow: hidden;padding-right:20px;
}
.blog .text-main{
	min-height:80px;padding-top:8px;
}
.blog .item-image{
	padding-top:8px;
}
.blog .readmore{
	text-align: right;margin-top:10px;
}
/*.menuLeft{position: fixed;}
*/
.fixed {   
position: fixed;  
top: 0;  
  }


#texty .cat-children{width:100%;overflow:hidden;}

#texty  .create{
		color:#333;padding-bottom:10px;
	/*float:right;;*/
	font-size: 12px;color:black;
}

#texty .blog .readmore a{
	color:#ff0000;padding:5px 10px;text-decoration: none;
}
#texty .blog .readmore a:hover{
	color:#333;
}

#texty .blog .pagination{
	padding-top:30px;overflow: hidden;width:100%;
}
#texty .blog .pagination p{ text-align: left;width:100%;}
#texty .blog .pagination ul{ margin-top:20px;text-align: center;width:100%;overflow: hidden;}
#texty .blog .pagination ul li{ display: inline;padding:0 5px;font-size:14px;}

/* RESPONSIVE */
@media only screen and (max-width: 1900px) {
	
}
@media only screen and (max-width: 1600px) {

}

.title2{
	font-size: 1.8em;line-height: 30px;
}
	.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
	top:0%;
	left: 15%;
	padding-right: 0%;
	padding-left: 0%;
}
}
@media only screen and (max-width: 1500px) {
	.title1{
	font-size: 2.0em;
	line-height: 30px;
	margin-top:0px;

}

.title2{
	font-size: 1.5em;line-height: 25px;
}
	.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
	top:0%;
	left: 15%;
	padding-right: 0%;
	padding-left: 0%;
}

	#header.overflow .navbar-nav > li {padding: 30px 7px 15px 6px;}
	#header .menu-item a, #header.overflow .menu-item a {
		font-size: 16px;
		line-height: 18px;
		padding-bottom:10px;
		color:#333333;
	}
	.logo{width:30%;}
	.logo img{width:100%;}
.logo-world{
	width:70%;
}
}
/* Note: Design for a width of 1024px */
@media only screen and (max-width: 1280px) {

	.container {width: 100%;}
	.section .full-width {width: 100%;}

	#owl-main-text {margin-top:75px;}
	.section.player {display: none;}
	#contact.section .jt_row.overlap {
		width: auto;
		margin: 0px 11% 0px 11%;
	}
	.jt_row {opacity: 1;}
	.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
	top:0%;
	left: 15%;
	padding-right: 0%;
	padding-left: 0%;
}
	
	#header.overflow .navbar-nav > li {padding: 30px 6px 15px 5px;}
	#header .menu-item a, #header.overflow .menu-item a {
		font-size: 14px;
		line-height: 18px;
		padding-bottom:10px;
		color:#333333;
	}


	
}

@media only screen and (max-width: 1240px) {



}

@media only screen and (max-width: 1024px) {
.container {width: 95%;}
	.logo{width:30%;}
	.logo img{width:100%;}
.logo-world{
	width:70%;
}


	.text-left{
		text-align: left;
	}

#header.overflow img{margin-top:0px;}
	
	.navbar-brand.mini img {margin-top:3px;}
	#header.overflow 	.navbar-nav > li {padding: 27px 7px 17px 5px;margin:0;}
	#header .menu-item a, #header.overflow .menu-item a {
		font-size: 12px;
		line-height: 18px;
		padding-bottom:10px;
	
	}

h1{
	font-size:1px;
}

#maps {position: relative;}
}

@media only screen and (max-width : 990px) {

.col-md-3mobil{
	width:25%;float:left;
}
.col-md-9mobil{
	width:75%;float:left;
}


.container{
	width:95%;
}
#copyright-footer .container{
	padding-top:0;padding-left:30px;
}
#novinkytopsub .ve560,#novinky .ve560{
	width:40%;float:left;
}
#novinkytopsub .ve1560,#novinky .ve1560{
	width:60%;float:left;
}
		img {
		max-width: 100%;
		height: auto;
	}
	#header .menu-item a {
		padding:0px;
	}
	#header.overflow 	.navbar-nav > li {padding: 28px 3px 15px 3px;margin:0;}
	#header .menu-item a, #header.overflow .menu-item a {
		font-size: 10px;
		line-height: 18px;
		padding-bottom:10px;
	
	}
.navbar-header.page-scroll {
	padding:1px 0px 20px 0; 
	}
	#header #nav{	
padding-right:30px;
	}
.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
	top:0%;
	left: 15%;
	padding-right: 0%;
	padding-left: 0%;
}
	
}

@media only screen and (max-width : 767px) {

.blog .items-row .span4 {
	width:100%;float:none;
}

}




/* Note: Design for a width of 320px */
@media only screen and (max-width : 568px) {
#copyright-footer{margin-top:20px;}

.box-cover{
	margin-top:5px;
	background-color: #2c3035;
border-radius:2px;padding:2px;
padding-bottom: 34px;
}
#novinky{
	padding-top:40px;
}
#partneri{
	padding-top:50px;
}
#footer{
	padding-top:40px;
}
#banner{
	padding:40px 0 0px 0px;
}
.mapka{
	padding-left:30px;
}
h1{
	font-size:1px;
}
#novinkytopsub .textH{
	overflow: hidden;min-height: 100%;
}
.viceNo{
	padding-top:20px;
}

#header {top:15px;}
#owl-main .owl-pagination {
		top:-55px;
}

.col-md-11a{
	float:left;margin:5px;
	width:30%;min-height: 100px;
}
form .padTop31{
	padding-top:30px;
}
.jt-col-11{
	padding:0;
}

.col-md-4, .container{
	padding-right:0;padding-left:0;
}

h3{
		font-size: 15px;
	}
.col-md-3 {
	float: none;
}
.modH2{
font-size: 24px;
}

	h2.h1n{
		font-size: 24px;
		padding-left:5px;
	}
	.text{
		font-size: 14px;
	}
	.title1{
	font-size: 18px;padding-left:5px;	width:100%;
	text-align: left;
	line-height: 20px;
	}
	.title2{
	font-size: 15px;	
	padding-left:5px;
	padding-left:5px;	width:100%;
	text-align: left;
	}



.fixed-height { 
	position:relative;
	height: 66px !important; 
}

#novinky h2.nadpisN {
	font-size: 1.75em;
	color:white;
	text-align: left;
	line-height: 40px;
}

	
	.jt_col {margin-bottom:30px;}
#novinky .jt_col{
	padding:0;
}
.minict{
	display:none;
}

.col-md-8{
	padding:0;
}
	.section .jt_row {padding-bottom:10px;}
	.container {padding-top:0px;padding-left:10px;padding-right:10px;padding-bottom:0px;}
	.section {margin-bottom:-50px;}
	.section.separator.child {margin-top:-120px;}
	.section .text.presentation {
		font-size: 18px;
		line-height: 47px;
		margin-top:40px;
	}
		.section .text.presentation span {
			padding-bottom:12px;
		}
		.carousel-wrapper.with_pagination #owl-services .owl-pagination {margin-bottom:60px;}
	/*
	.section .button {
		font-size: 13px;
		padding:10px 40px 10px 15px;
	}
	.section .button.next {background-position: 120% center;}
*/


	.text  {font-size: 14px;}
	.section .subtitle.mini {font-size: 13px;}
	.section .subtitle {font-size: 22px;}
	.section .title.mini {font-size: 16px;}
	.container {width: 95%;}
	.section .full-width {width: 100%;}
	#maps {position: relative;}
	
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li, .clients-list li {width: 100%;}
	#owl-main-text h2 {font-size: 20px;}
	.slide-content p {font-size: 12px;}
	
	#owl-main-text {height: 120px;}
	.carousel-wrapper.imac-table {
		display: none;
	}
	.section .go-btn {
		margin: 20px auto -25px auto;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .project img {height: auto;}
	#services {background-image:none;}
	.jt_col .separator img {margin-bottom:-30px;}
	.team-wrapper {margin-top:-30px;}
	.team-wrapper .team-member {width: 50%;}
	.team-wrapper .team-member .hover .blur {
		padding:0px;
	}
	.carousel-wrapper.full .generic-carousel .owl-item .project .featured-info {
		width: 100%;
		position: relative;
		top:0px;
		left: 0px;
		margin-top:0px;
		position: relative;
		background: #333;
		padding:1px 0px 30px 0px !important;
	}
	.project-info h4 {font-size:27px;}
	.address {margin-bottom:10px;}
	.address-title {margin-top:10px;}
	.section .title.medium {
		margin-top:0px; 
		font-size: 18px;
		margin-bottom:50px;
	}
	#maps, .inner-map {height: 350px;}
	.modal-form {
		border-radius: 0px;
		width: 100%;
		padding:20px;
		height: auto;
	}

	.logointro img {
		display: table;
		margin: 115px auto 0px auto;
		width: 40%;
	}
	.slide-content p {margin-top:60px;}
	.corner {display: none !important;}
	.slide-sep {
		margin-top:-180px;
		width: 35px;
	}
	.mouse {
		width: 16px;
		height: 30px;
		margin-left: -8px;
		bottom:10px;
	}
	.section .text {margin-top:0px;}
	.navbar-brand.mini img {margin-top:5px;}
	.modal-form .title, .modal-form .subtitle {display: none;}
	.modal-form {padding:0px 20px;}

	.carousel-wrapper.with_buttons .owl-controls .owl-buttons div {
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		margin-top:-50px;
	}
	.carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-prev {left: -17px;}
	.carousel-wrapper.with_buttons:hover .owl-controls .owl-buttons div.owl-next {right: -17px;}
	.section .separator {margin-bottom: 0px;}
	#footer .scrollup {display: none;}
	#footer .social li .icon {margin:0px 5px;}
	#footer .social {margin:0px -40px;}
	.subtitle.mini.darker {color:#888;}
	#our-story .carousel-wrapper.with_buttons .owl-controls .owl-buttons div {top:50%;}	
	.team-wrapper .team-member .hover .name {font-size: 16px;}
	.team-wrapper .team-member .hover .position {font-size: 12px;}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li h3 {margin-top:0px;}
	#kontakty ul li{font-size: 12px;float:none;width:100%;}

	.whitefont{
	padding:10px 0 0 0;
	font-size: 1em;
	color:white;
}	
	#specialisti .title {font-size: 16px;text-align:center;}

	.boxbily{
		display:none;
	}
	

.col-md-6{padding :0; margin:0; padding-bottom:30px;}
.col-md-12{padding :0; margin:0;}
.col-md-5,.col-md-7{
	padding:0;
}
#novinkytopsub, .articleBody{
	padding-top:40px;
}
#novinkytopsub .ve560,#novinky .ve560{
	width:40%;float:left;
}
#novinkytopsub .ve1560,#novinky .ve1560{
	width:60%;float:left;
}

}/*and (orientation : landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){ 

/*	#header.overflow.fixed, #header {z-index:99999; position: absolute;}*/
	#owl-main .owl-pagination {top: -25px;}
	#owl-main-text {
		height: 90px;
		margin-top:40px;
	}
	.mouse {display: none;}
	.logointro img {
		margin-top:150px;
		width:20%;
	}
	.slide-sep {width: 35px;}
	#owl-main .owl-controls .owl-page span {
		width: 14px;
		height: 14px;
		margin-top:2px;
	}
	.carousel-wrapper.with_pagination #owl-services .owl-pagination {margin-top:-50px;}
	.team-wrapper .team-member {width: 50%;	}
	.folio-filter li {margin-bottom:10px;}
	#footer {padding-bottom:40px;}
	.carousel-wrapper.full .generic-carousel .owl-item .ulitem li {min-height: 0px;}
	.voffset10, .voffset20, .voffset30, .voffset40, .voffset50, .voffset60, .voffset70, .voffset80, .voffset90, .voffset100, .voffset150 {margin-top:25px;}
	.features li {margin-bottom: 12px;}
	.features h3 {margin-bottom:5px;}


} 
@media only screen and (max-height : 650px) {
	.logointro img {
		height: 150px;
		margin-top: 100px;
		width: auto;
	}
	#owl-main-text {margin-top:40px;}
} 





/*-------------------------------------------------------------
		           THEME SWITCHER
--------------------------------------------------------------- */
#customizer {
	position: fixed;
	top: 64px;
	z-index: 999999;
}

.corner {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: url(../demo/corner.png);
	position: absolute;
	top: 50px;
	left: -50px;
}

.s-close {
	right: -205px !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.s-open {
	right: 0 !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.corner.expanded {
	background: url(../demo/corner.png);
}

#options {
	width: 205px;
	height: 378px;
	background: #fff;
	padding: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.heading {
	padding-bottom: 15px;
	margin-bottom: 20px;
}

#options h6 {
	color: #5c5c5c;
	margin-bottom: 10px;
	font-size: 13px;
}

.options-segment {
	margin-bottom: 20px;
}

.customize-button {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	color: #5c5c5c !important;
	background: #f7f7f7;
	border: 1px solid #e9e9e9;
	padding: 3px 7px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.color-head {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	color: #525252;
	line-height: 40px;
	background-position: 92.5% 50%;
	margin-bottom: 15px !important;
	text-transform: uppercase;
	font-weight: 800;
}

.fonts-head {
	font-family: Bitter;
	font-size: 16px;
	color: #525252;
	line-height: 23px;
	margin-bottom: 15px !important;
}

.customize-button:hover {
	background: #fff;
}

.customize-button:first-of-type {
	margin-right: 5px;
}

.color-scheme {
	padding: 0;
}

.color-scheme li {
	float: left;
	list-style: none;
}

.color-scheme a {
	display: block;
	height: 30px;
	width: 30px;
	margin: 0 4.25px 10px;
}

.fonts-sel {
	padding: 20px 25px;
	margin-bottom: 0;
}

.colors-sel {
	padding: 20px 25px 15px;
	margin-bottom: 0;
}



.lite,.lite:hover {
	background: #f3f3f3;
	color: #7f7f7f;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.dark,.dark:hover {
	background: #7f7f7f;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.options-head {
	background: #fd6b6b;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	line-height: 50px;
}

/*Loader effect*/


.ip-header {
	position: fixed;
	top: 0;
	z-index: 999999;
	min-height: 480px;
	width: 100%;
	height: 100%;
	background: #111;
}

.ip-header h1 {
	margin: 0;
}

.ip-logo,
.ip-loader {
	position: absolute;
	left: 0;
	width: 100%;
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.ip-logo {
	text-align: center;
	top: 0;
	height: 100%;
	-webkit-transform: translate3d(0,25%,0);
	transform: translate3d(0,25%,0);
}

.ip-loader {
	bottom: 20%;
}

.ip-header .ip-inner {
	display: block;
	margin: 0 auto;
}


.ip-header .ip-loader svg path {
	fill: none;
	stroke-width: 6;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
	stroke: #ddd;
}

.ip-header .ip-loader svg path.ip-loader-circle {
	-webkit-transition: stroke-dashoffset 0.2s;
	transition: stroke-dashoffset 0.2s;
	stroke: #ef6e7e;
}

/* Animations */

/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-loader {
	opacity: 1;
	-webkit-animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: animInitialHeader 1s cubic-bezier(0.7,0,0.3,1) both;
}

.loading .ip-loader {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); }
}

@keyframes animInitialHeader {
	from { opacity: 0; -webkit-transform: translate3d(0,800px,0); transform: translate3d(0,800px,0); }
}

/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
	opacity: 1;
}

.loaded .ip-logo {
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
	animation: animLoadedLogo 1s cubic-bezier(0.7,0,0.3,1) forwards;
}




.form-group.form-errora input,
.form-group.form-errora textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 10px no-repeat #fff1f2; }
  
.form-group.form-error input,
.form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 10px no-repeat #fff1f2; }
.form-group.form-ok input,
.form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 10px no-repeat #ddf9e1; }
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px; }

select option{
	padding-left:15px;padding-top:2px;padding-bottom:2px;
}
.box {
  background: #939393;
  border: 1px solid #a4a4a4;
  border-radius: 5px;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }
 
 .hovertable{
 	background-color: #48484a ; 
   }
   
   .boxvar{
   	border:1px solid #004977;
   	border-radius: 5px;
   	background-color: white;
   	color:black;
   	text-align: center;
   	padding:10px;
   	margin-top:20px;
   }
 
 
 .cart_navigation {
  margin: 0 0 20px; 

  
  }
  .cart_navigation .btn-md {
    float: right; }
  .cart_navigation .btn {
    margin-bottom: 10px; }
   
 /*      .cart_navigation a {
         	border:1px solid black;
   	border-radius: 5px;
   	background-color: #b9b9b9;
   	padding: 10px;
     }
   */ 
  @media (max-width: 480px) {
    .cart_navigation > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }  


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;

  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333333;  border-radius:1px; 
  background-color: white;
  border-color: #cccccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #cccccc; }
  .btn-default .badge {
    color: white;
    background-color: #333333; }

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #3071a9;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: white; }

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: white; }




#zobraz{
	display: none;
	border:1px solid red;
	color:red;
	padding:20px;
	line-height: 1.2em;
	width:100%;
	font-size: 1.0em;
	margin:15px 0 0 0;
}
#zobraz1{
	margin:15px 0 0 0;
	display: none;
	border:1px solid white;
	background-color: green;
	color:white;
	padding:10px;
	width:100%;
}

#zobraz2{
	display: none;
	border:1px solid red;
	color:red;
	padding:10px;
	line-height: 1.2em;
	width:100%;
	font-size: 1.0em;
	margin:15px 0 0 0;
}
#zobraz3{
	margin:15px 0 0 0;
	display: none;
	border:1px solid white;
	background-color: green;
	color:white;
	padding:10px;
	width:100%;
}

#hledat{ padding:0px 0px 0 0px;margin:0px 0px 0px 0px;height:29px;background: url(../images/bg_search.png) no-repeat right;}
#hledat .finder{
	margin:0;padding:0;text-align: right;
}
#hledat input{
	width:165px;background-color: #e6e6e6;border:none;font-size: 12px; color:#333;padding:0 5px;line-height:28px;margin-top:0px;outline:0;
}

#hledat .hasTooltip{
	width:46px; height:27px;margin:0;border:none;background-color: transparent;padding-top:0px;float:right;
}


#hledat form{
	margin:0;padding:0;
}
