body {
  font-family: 'Lato', arial, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
  color: #2e2e2e;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
}

.outer {
	margin: auto;
}

::-webkit-selection {
  color: #ffffff;
  background: #2e2e2e;
}

::-moz-selection {
  color: #ffffff;
  background: #2e2e2e;
}

::selection {
  color: #ffffff;
  background: #2e2e2e;
}

h1, h2, h3, h4, h5 {
  margin-bottom: .5em;
  line-height: 1.5;
  font-weight: 300;
}

p {
  margin-bottom: 30px;
  line-height: 1.7;
}

a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover, a:focus, a:active {
  color: #007fff;
  text-decoration: none;
  outline: none;
}

#bile_nahore {
	background-image: url(../images/lemovka.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 330px;
	height: 150px;
	width: 100%;
	z-index: 20;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.95);
	/*Shadow on bottom line*/
	-moz-box-shadow:    3px 3px 20px 4px #ccc;
	-webkit-box-shadow: 3px 3px 20px 4px #ccc;
	box-shadow:         3px 3px 20px 4px #ccc;
	/*transition speeds*/
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}
#bile_nahore.smaller {
	height: 100px;
	-moz-box-shadow:    3px 3px 20px 4px #ccc;
	-webkit-box-shadow: 3px 3px 20px 4px #ccc;
	box-shadow:         3px 3px 20px 4px #ccc;
	background-color: rgba(255,255,255,0.95);
}

#bile_nahore.smaller h2 {
	opacity:0;
	transform: translateY(-55px);
}

#bile_nahore.smaller .fh5co-main-service_nabidka .fh5co-block-links_nabidka:hover img {
	opacity:0;
}

#bile_nahore.smaller .fh5co-main-service_nabidka .fh5co-block-links_nabidka:hover .icon-circle_nabidka {
	opacity:0;
}
@media screen and (max-width: 991px){
	#bile_nahore.smaller .fh5co-main-service_nabidka .fh5co-block-links_nabidka img {
		opacity:0;
	}
	#bile_nahore.smaller .fh5co-main-service_nabidka .fh5co-block-links_nabidka .icon-circle_nabidka {
		opacity:0;
	}
	#bile_nahore.smaller h2 {
		opacity:1;
		transform: translateY(-55px);
	}

}
#clenskasekce {
	height: 25px;
	transform: translate(-8px,-4px);
}
#clenskasekce:hover {
	-webkit-filter: brightness(150%);
}



.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.row-centered {
    text-align:center;
	padding-top: 40px;
	pointer-events: none;
}

#header-logo-placeholder {
  margin: auto;
  max-width: 250px;
  max-height: auto;
  z-index: 30;
	/*transition speeds*/
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari and Chrome */
  -o-transition: all 0.3s; /* Opera */
}

#header-logo-placeholder.smaller {
  transform: translate(0px,-25px);
}
@media screen and (min-width: 769px){
	#header-logo-placeholder {
		
       max-width: 500px;
	}
	#header-logo-placeholder.smaller {
		transform: translate(0px,-20px);
	}
}
@media screen and (min-width: 992px){
	#header-logo-placeholder {
		
	}
	#header-logo-placeholder.smaller {
		transform: translate(0px,-20px);
	}
}



#header-logo-placeholder p{
	color: white;
	background-image: url(../images/napis_pod_sebou.png);
	background-repeat: no-repeat;
	background-size: 250px;
	padding-top: 2px;
	max-width: 100%;
	height: 100px;
	width: auto\9; /* ie8 */
	text-align: center;
	transform: translate(0px,25px);
}
@media screen and (min-width: 769px){
	#header-logo-placeholder p{
	background-image: url(../images/napis.png);
	background-size: 500px;	
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	transform: translate(-80px,25px);
	text-align: center;
	}
}
@media screen and (min-width: 992px){
	#header-logo-placeholder p{
		transform: translate(-100px,25px);
	}
}
@media screen and (min-width: 1200px){
	#header-logo-placeholder p{
		transform: translate(-160px,25px);
	}
}
@media screen and (max-width: 530px) {
	#header-logo-placeholder p{
		transform: translate(-8vw,25px);
	}
	
}

@media screen and (max-width: 400px) {
	#header-logo-placeholder p{
		transform: translate(-12vw,25px);
	}
	
}


#fh5co-main {
  padding: 5em 0;
}
@media screen and (max-width: 992px) {
  #fh5co-main {
    padding: 2em 0;
  }
}

#fh5co-sidebar,
#fh5co-content {
  margin-bottom: 1em;
}

#fh5co-sidebar .fh5co-side-box {
  margin-bottom: 1em;
  float: left;
  width: 100%;
  font-size: 18px;
}
#fh5co-sidebar .fh5co-side-box figure {
  margin-top: 10px;
  margin-bottom: .5em;
}
#fh5co-sidebar .fh5co-side-box .fh5co-side-title {
  font-weight: 400;
  margin-bottom: 20px;
}

.fh5co-sidebox-links ul {
  padding: 0;
  margin: 0;
}
.fh5co-sidebox-links ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.fh5co-sidebox-links ul li a {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: .5em 0;
}



.fh5co-main-service_nabidka {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}

.fh5co-main-service_nabidka .fh5co-block-links_nabidka {
  position: relative;
  display: block;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #2e2e2e;
  margin-top: 0;
  pointer-events: auto;
}

.fh5co-main-service_nabidka .fh5co-block-links_nabidka .icon-circle_nabidka {
  display: table;
  background: #125caa;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fh5co-main-service_nabidka .fh5co-block-links_nabidka .icon-circle_nabidka i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #ffffff;
}

.fh5co-main-service_nabidka .fh5co-block-links_nabidka h2 {
  font-size: 20px;
   color: #125caa;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity:1;
}
@media screen and (max-width: 350px) {
  .fh5co-main-service_nabidka .fh5co-block-links_nabidka h2 {
    font-size: 15px;
  }
}

.fh5co-main-service_nabidka .fh5co-block-links_nabidka p {
  color: #7b7b7b;
}

.fh5co-main-service_nabidka .fh5co-block-links_nabidka .learn-more_nabidka {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 13px;
  display: inline-block;
  background: #ebebeb;
  padding: 7px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.csstransitions .fh5co-main-service_nabidka .fh5co-block-links_nabidka:hover {
  margin-top: -30px;
  transform: translate(0px, -5px);
}

.fh5co-main-service_nabidka .fh5co-block-links_nabidka:hover .icon-circle_nabidka {
  background: #007FFF;
}

.csstransitions .fh5co-main-service_nabidka .fh5co-block-links_nabidka:hover .icon-circle_nabidka {
  width: 70px;
  height: 70px;
}

.fh5co-main-service_nabidka .fh5co-block-links_nabidka:hover .learn-more_nabidka {
  background: #007FFF;
  color: #fff;
}
.fh5co-main-service_nabidka .fh5co-block-links_nabidka .icon-circle_nabidka img {
  width: 30px;
  height: auto;
  transform: translateY(5px);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.csstransitions .fh5co-main-service_nabidka .fh5co-block-links_nabidka:hover img {
  transform: translate(0px, 15px);
}
.csstransitions .fh5co-main-service_nabidka .fh5co-block-links_nabidka:hover h2 {
  opacity:1 !important;
  color: #007fff;
}

.fh5co-main-service {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
.fh5co-main-service .fh5co-block-links {
  position: relative;
  display: block;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #2e2e2e;
  margin-top: 0;
}
.fh5co-main-service .fh5co-block-links .icon-circle {
  display: table;
  background: #125caa;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.fh5co-main-service .fh5co-block-links .icon-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #ffffff;
}
.fh5co-main-service .fh5co-block-links h2 {
  font-size: 24px;
  font-weight: 300;
  color: #125caa;
}
.fh5co-main-service .fh5co-block-links p {
  color: #7b7b7b;
}
.fh5co-main-service .fh5co-block-links .learn-more {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 13px;
  display: inline-block;
  background: #ebebeb;
  padding: 7px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.csstransitions .fh5co-main-service .fh5co-block-links:hover {
  margin-top: -30px;
}
.fh5co-main-service .fh5co-block-links:hover .icon-circle {
  background: #007FFF;
}
.csstransitions .fh5co-main-service .fh5co-block-links:hover .icon-circle {
  width: 120px;
  height: 120px;
}
.fh5co-main-service .fh5co-block-links:hover .learn-more {
  background: #007FFF;
  color: #fff;
}
.fh5co-main-service .fh5co-block-links:hover h2 {
  color: #007fff;
}

.fh5co-heading {
  margin-bottom: 3em;
}
.fh5co-heading .fh5co-heading-title {
  font-size: 40px;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.7;
  font-weight: 700;
}
.fh5co-heading .fh5co-heading-title .border {
  display: block;
  height: 4px;
  width: 100px;
  background: #87b6c4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.fh5co-heading .fh5co-heading-intro {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fh5co-heading .fh5co-heading-intro {
    font-size: 20px;
  }
}

/*Owl Theme Override*/
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -4em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #87b6c4;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #f66d52;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #f66d52;
}


/* Helper Classes */
.btn.btn-primary {
  background: #87b6c4;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 30px;
  font-weight: 300 !important;
  position: relative;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-primary.btn-effect i {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  margin-top: 2px;
  right: 7px;
}
.btn.btn-primary.btn-effect:hover {
  box-shadow: none;
  color: #fff;
  background: #f66d52;
}
.csstransitions .btn.btn-primary.btn-effect:hover {
  padding-right: 40px;
}
.csstransitions .btn.btn-primary.btn-effect:hover i {
  right: 7px;
  opacity: 1;
}
.btn.btn-primary:hover {
  box-shadow: none;
  color: #fff;
  background: #f66d52;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
}

.btn-uppercase {
  text-transform: uppercase;
  letter-spacing: .2em;
}

#fh5co-testimonial {
  padding: 3em 0 7em 0;  
  margin: 0;
  background: #125caa;
  border-bottom: 1px solid #125caa;
  /*text-align: center;*/
}
#fh5co-testimonial .quote-icon {
  font-size: 30px;
  margin: 0 auto 1em auto;
  display: block;
}
#fh5co-testimonial .quote {
  width: 70%;
  margin: 0 auto;
  font-size: 26px;
}
#fh5co-testimonial .quote img {
	max-width: 100%;
	max-height: 100%;
  width: auto;
  height: auto;
}
#fh5co-testimonial .quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial .quote {
    font-size: 20px;
    width: 100%;
  }
}

#fh5co-footer {
  //padding-bottom: 5em;
}

.fh5co-social-container {
  margin-bottom: 3em;
}

.fh5co-social {
  width: 200px;
  transform: translate(500px,65px);
  margin: auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari and Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.fh5co-social.smaller {
  transform: translate(500px,40px);
}
@media screen and (min-width: 769px){
	.fh5co-social {
		 transform: translate(300px,65px);
	}
	.fh5co-social.smaller {
		transform: translate(300px,40px);
	}
}
@media screen and (min-width: 992px){
	.fh5co-social {
		 transform: translate(380px,65px);
	}
	.fh5co-social.smaller {
		transform: translate(380px,40px);
	}
}
@media screen and (max-width: 768px){
	.fh5co-social {
		 transform: translate(40vw,65px);
	}
	.fh5co-social.smaller {
		transform: translate(40vw,40px);
	}
}

@media screen and (max-width: 420px){
	.fh5co-social {
		 transform: translate(42vw,65px);
	}
	.fh5co-social.smaller {
		transform: translate(42vw,40px);
	}
}

.fh5co-social li {
  padding: auto;
  margin: auto;
  display: inline-block;
  list-style: none;
}
.fh5co-social li a {
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: .1em;
  color: #125caa;
}
.fh5co-social li a i {
  font-size: 25px;
  color: #125caa;
}
.fh5co-social li a:hover {
  color: #007FFF;
}
.fh5co-social li a:hover i {
  color: #007FFF;
}

#fh5co-copyright p {
  font-size: 16px;
  color: #7b7b7b;
}
#fh5co-copyright p small {
  font-size: 16px;
}

.back-to-top {
  text-align: center;
}
.back-to-top i {
  margin-left: -5px;
}
.back-to-top span {
  display: block;
  color: #ccc;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
}

.fh5co-heading-uppercase {
  font-size: 20px;
  /*text-transform: uppercase;*/
  letter-spacing: .3em;
  line-height: 1.5;
  color: #000000;
}


/* Helper Classes */
.pb-0 {
  padding-bottom: 0em !important;
}

.pb-sm {
  padding-bottom: 1em !important;
}

.pb-md {
  padding-bottom: 2em !important;
}
@media screen and (max-width: 768px) {
  .pb-md {
    padding-bottom: 1em !important;
  }
}

.pb-lg {
  padding-bottom: 3em !important;
}
@media screen and (max-width: 768px) {
  .pb-lg {
    padding-bottom: 1em !important;
  }
}
.pb-lg2 {
  padding-bottom: 3em !important;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pb-lg2 {
    padding-bottom: 1em !important;
  }
}

.mb-sm {
  margin-bottom: 1em !important;
}

.mb-md {
  margin-bottom: 2em !important;
}
@media screen and (max-width: 768px) {
  .mb-md {
    margin-bottom: 1em !important;
  }
}

.mb-lg {
  margin-bottom: 3em !important;
}
@media screen and (max-width: 768px) {
  .mb-lg {
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}

#miniature_kytka {
	width: 40px;
	height: auto;
}
#miniature_kytka img{
	width: 40px;
	height: auto;
	transform: translateY(-4px);
}

#uspechy_img{
	width:100%;
}
