/*
	Theme Name: První pozitivní theme
	Theme URI:
	Description:
	Version: 1.0
	Author:
	Author
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin-ext,latin);

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	background: url('img/bg.jpg');
	padding: 0;
	margin: 99px 0 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.text-center{
	text-align: center;
}
img {
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
h2{
	color: #00eb00;
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}
.h3{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 21px;
}
.full-table{
	width: 100%;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
}
.half{
	width: 49.9998%;
	float: left;
}
#about{
	background: #fff;
	margin: 0;
	overflow: hidden;
	padding: 30px;
	position: relative;
}
#about .we-are{
	border-top: 1px solid #00eb00;
	border-bottom: 1px solid #00eb00;
	padding: 30px 0;
	margin: 40px 0;
}
#about .we-are .semicolon{
	background: url('img/k1.png') left center no-repeat;
	padding: 15px 0;
	padding-left: 85px;
	height: 75px;
}
#about .we-are .ou{
	padding: 20px 0;
	padding-left: 85px;
	background: url('img/k2.png') left center no-repeat;
	height: 75px;
}
#about .we-are .smile{
	padding: 20px 0;
	padding-left: 85px;
	background: url('img/k3.png') left center no-repeat;
	height: 75px;
}

#about .we-are .smilelast{
	padding: 20px 0;
	padding-left: 85px;
	background: url('img/k3.png') left center no-repeat;
	height: 75px;
}

#about .we-are .guard{
	padding: 20px 0;
	padding-left: 85px;
	background: url('img/k4.png') left center no-repeat;
	height: 75px;
}
#work{
	background: #f0f1f2;
	margin: 0;
	padding: 30px;
	position: relative;
}
#services{
	background: #fff;
	margin: 0;
	overflow: hidden;
	padding: 30px;
	position: relative;
}
#work-for{
	background: #fff;
	margin: 0;
	padding: 30px;
	position: relative;
}
#work-for .half{
	width: 49.9998%;
	border-bottom: 1px solid #00eb00;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#team{
	background: #F0F1F2;
	margin: 0;
	padding: 30px;
	position: relative;
}
#team .externists{
	border-top: 1px solid #00eb00;
	text-align: center;
	margin-top: 25px;
	padding-top: 10px;
}
#team .externists ul{
	list-style-type: none;
}
#team .externists ul > li{
	display: inline-block;
}
#team .externists ul.people > li:after{
	content: "/";
	color: #00eb00;
	display: inline-block;
	margin: 0 10px;
}
#team .externists ul.people > li:last-child:after{
	display: none;
}
#contact{
	background: #ffffff;
	overflow: hidden;
	padding: 45px 35px;
	overflow: visible;
	position: relative;
}
#contact .contact-address{
	/*width: 280px;*/
	/*float: left;	*/
}
#contact .contact-address.first{
	/*margin-right: 40px;*/
}
#contact .contact-pic{
	/*float: right;	*/
	/*width: 230px;*/
	margin-top: 15px;
}
#contact p{
	margin-top: 5px;
}
#contact:after,
#about:after,
#services:after{
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #ffffff transparent transparent transparent;
	content: " ";
	z-index: 999;
	bottom: -30px;
	margin-left: -30px;
	left: 50%;
	display: block;
}
.bubble{
	width: 260px;
	background: #00eb00;
	padding: 10px 15px 15px;
	position: absolute;
	top: 40px;
	right: 80px;
}
.bubble p{
	margin-top: 5px;
	margin-bottom: 0;
}
.bubble .h3{
	color: #fff;
	line-height: 18px;
}
.bubble:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #00eb00 transparent transparent transparent;
	bottom: -15px;
	left: 20px;
}
ul.logos{
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
ul.logos li{
	display: block;
	float: left;
	width: 33.333%;
	text-align: center;
	height: 150px;
	line-height: 150px;
}
ul.logos li img{
	vertical-align: middle;
}
.portfolio-nav{
	margin: 30px -30px 0;
	width: 900px;
	border-top: 1px solid #00eb00;
	text-transform: uppercase;
}
.portfolio-nav ul{
	padding: 0px;
	margin: 0px auto;
	list-style-type: none;
	display: inline-block;
	float: left;
}
.portfolio-nav ul.right{
	float: right;
}
.portfolio-nav ul li{
	float: left;
	width: 80px;
}
.portfolio-nav ul li a{
	width: 100%;
	padding: 10px 0;
	font-size: 10px;
	display: block;
	cursor: hand;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
}
.portfolio-nav ul li.active a,
.portfolio-nav ul li a:hover
{
	background: #ffffff;
	color: #00eb00;
}
ul.portfolio{
	padding: 0;
	list-style-type: none;
	clear: both;
	margin: 0 -30px;
}
ul.portfolio li{
	display: block;
	float: left;
	width: 180px;
	text-align: center;
	height: 180px;
}
ul.portfolio li img{
	vertical-align: middle;
}
.workers{
	padding: 30px 0 0 0;
}
.workers td{
	text-align: center;
}
.workers .person, .logo-single{
	text-align: center;
	position: relative;
	display: inline-block;
	float: none;
}
.workers img{
	border: 5px solid #000;
	padding: 5px;
	border-radius: 150px;
}
.workers .person .about, .logo-single .about{
	position: absolute;
    display: none;
	width: 300px;
	background: white;
	bottom: 100px;
	left: 45%;
	text-align: left;
	padding: 10px;
	border: 4px solid #00eb00;
	z-index: 999;
}
.smaller-images img{
	width: 125px;
	height: 125px;
}
.workers .person .about h3, .logo-single .about h3{
	margin: 0;
	color: #00eb00;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.workers .person .about h3 span{
	clear: both;
	display: block;
	color: #000;
	font-size: 12px;
	text-transform: none;
	font-weight: 700;
}
.workers .person .about p,.logo-single .about p{
	margin: 3px 0 0 0;
	font-size: 12px;
	line-height: 13px;
}
.workers .person .about:after, .logo-single .about:after{
	height: 17px;
	width: 27px;
	content: " ";
	background: url('img/down.png') no-repeat;
	position: absolute;
	bottom: -17px;
	left: 5px;
	display: block;
}
.workers .person img,
.portfolio-single img,
.logo-single img,
.slide img,
.servis img,
#Mapa iframe {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%) contrast(0.3) brightness(1.5); /* Chrome 19+ & Safari 6+ */
  transition: all .6s ease;
   -webkit-transition: all .6s ease;
}
.workers .person:hover img,
.portfolio-single img:hover,
.logo-single img:hover,
.slide img:hover,
.servis img:hover,
#Mapa iframe:hover  {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* header */
.header {

}

.header-social {
	display: flex!important;
    justify-content: left!important;
    align-items: center!important;
}

@media only screen and (max-width:747px){
	.header-social-mobile{
		display:flex !important;
	}
}
/* nav */
.nav {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	border-bottom: 1px solid #00eb00;
	position: fixed;
	top: 0px;
	z-index: 99999;
}
.nav ul{
	list-style-type: none;
	padding: 0;
	float: right;
	margin: 40px 0;
}
.nav ul li{
	float: left;
	margin-right: 30px;
}
.nav ul li a{
	font-size: 13px;
	color: #000000;
	font-weight: 600;
}
.nav ul li a:hover,
.nav ul li.active a{
	color: #00eb00;
	text-decoration: underline;
}

.to-sec-8 a {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #00eb00;
    background-color: #00eb00;
    color: white!important;
    text-transform: uppercase;
	transition:0.5s;
	white-space: nowrap;
}

.to-sec-8 a:hover {
    border: solid 1px #00eb00;
    background-color: white!important;
    color: black!important;
	text-decoration: none!important;
}

.to-sec-8 {
	margin-right: 0px!important;
	justify-content: center;
}

#map{
	height: 397px;
	width: 900px;
	background: #ffffff url('img/map.jpg');
}
/* footer */
#footer {
	background: #000000;
	color: #00eb00;
	overflow: hidden;
	padding: 30px 35px;
}
#footer .members{
	font-weight: bold;
	text-align: center;
	/*width: 20%;*/
	/*float: left;*/
	padding-top: 10px;
}
#footer .copyright{
	/*width: 40%;*/
	/*float: left;*/
	padding-left: 50px;
	background: transparent url('img/footer-logo.jpg') left center no-repeat;
}
#footer .social{
	/*width: 40%;*/
	/*float: left;*/
	text-align: right;
}
.logo{
	width: 214px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.logo img:hover{
	cursor: pointer;
	cursor: hand;
}
.slider{
	position: relative;
	overflow: hidden;
}
.slider p {margin-bottom: 5px; margin-top: 5px;}

.slider p em {font-size: 24px; color: #00EB00; font-weight: bold;}

.rslides{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rslides_tabs{
	padding: 0;
	list-style-type: none;
	position: absolute;
	width: 900px;
	bottom: 20px;
	left: 0;
	z-index: 999;
	text-align: center;
}
.rslides_tabs li{
	display: inline-block;
}
.rslides_tabs li a{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 2px;
	background: url('img/slide.png?v=1.0.1') no-repeat;
	text-indent: -9999px;
}
.rslides_tabs li.rslides_here a{
	background: url('img/slide-active.png?v=1.0.1') no-repeat;
}

.slide-info {
	position: absolute;
	top: 40px;
	left: 0;
	max-width: 75%;
	padding: 10px 20px;
	background: rgba(255,255,255,0.8);
	font-size: 150%;
	font-weight: 300; }

.infoclose {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: block;
	width: 25px;
	height: 25px;
	background: url('img/krizek.png') center center no-repeat;
	}







.article-list{
	position: relative;
	width: 100%;
	padding-top: 20px;
}
#news{
	overflow: hidden;
}
.article{
	width: 420px;
	float: left;
}
.article .article-text{
	width: 250px;
	float: left;
}
.article .article-text a{
	font-weight: 700;
	font-size: 15px;
	color: #000;
}
.article .article-text p{
	color: #828384;
	font-weight: 500;
	margin-top: 5px;
}
.article .picture{
	width: 135px;
	float: left;
	margin-left: 15px;
}
.article-buttons{
	position: absolute;
	top: -40px;
	right: 0px;
}
#prev_article{
	width: 31px;
	height: 31px;
	background: url('img/left.png') center no-repeat;
	display: block;
	cursor: hand;
	cursor: pointer;
	float: left;
	text-indent: -9999px;
	opacity: 0.8;
}
#next_article{
	width: 31px;
	height: 31px;
	background: url('img/right.png') center no-repeat;
	display: block;
	cursor: hand;
	cursor: pointer;
	float: left;
	text-indent: -9999px;
	margin-left: 5px;
	opacity: 0.8;
}
#prev_article:hover,
#next_article:hover{
	opacity: 1;
}
.steps{
	padding-top: 10px;
}
.steps td{
	padding: 5px 0;
}
.step-pic{
	width: 135px;
}
.step-pic img{
	border: 5px solid #000;
	border-radius: 90px;
}
.step-desc{
	width: 355px;
}
.step-desc p{
	margin: 0;
	color: #828384;
	font-size: 13px;
}
.step-desc .h3{
	color: #000000;
	margin-bottom: 3px;
	margin-top: 5px;
	font-size: 15px;
}
.servis{
	font-size: 25px;
	font-weight: 100;
	text-align: center;
}
.mixer{
	position: absolute;
	width: 210px;
	height: 376px;
	background: url('img/mixer.png') no-repeat;
	top: 230px;
	right: 80px;
}
.complete{
	display: block;
	width: 180px;
	height: 180px;
	background: url('img/complete.png');
	position: relative;
}
.complete:after{
	content: " ";
	display: block;
	width: 23px;
	height: 28px;
	position: absolute;
	bottom: 20px;
	right: -15px;
	background: url('img/more.png');
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.overflow{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	background: rgba(0, 0, 0, 0.80);
	z-index: 9999999;
	display: none;
	overflow-y: scroll;
}
.overflow .slider{
	width: 900px;
	margin: 50px auto 0;
	background: #fff;
}
.overflow .popis{
	width: 900px;
	margin: 0 auto 0;
	color: black;
	background-color: white;
	padding: 15px;
}

.overflow .popis h1{color:#00EB00 !important;}

.overflow .close{
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: 420px;
	font-size: 20px;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	display: block;
	padding: 10px;
}
.bublina{
	width: 260px;
	background: #00eb00;
	padding: 10px 15px 15px;
	position: absolute;
	z-index: 100;
	margin-top: 79px;
	margin-left: 415px;
}
.bublina p{
	margin-top: 5px;
	margin-bottom: 0;
}
.bublina .h3{
	color: #fff;
	line-height: 18px;
}
.bublina:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #00eb00 transparent transparent transparent;
	bottom: -15px;
	left: 20px;
}
.aka {height: 35px;}

