@charset "utf-8";
/* CSS Document */

/***** Obecné styly ******/

a {
    color: #0fbff2;
}

.cirkuitSkin .mceIframeContainer {
height: 440px;
position: relative;
}

#menu1 {
    width: 100%;
}

td.mceStatusbar.mceFirst.mceLast {
    position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#mce_tbl {
    position: relative;
}

.cirkuitSkin iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#skryto {
    display: none;
}

.eu-cookies {
    position: fixed;
    left: 0;
    text-align: center;
    bottom: 0;
    font-size: 14px;
    padding: 5px;
    width: 100%;
    color: white;
    background-color: #a9661d;
    z-index: 1000;
    border-top: 1px solid #FFF;
}
.eu-cookies a {
	color: #FFF;
}

.eu-cookies button:hover {
     background: linear-gradient(to bottom, #000000 5%, #7c7c7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac1f30', endColorstr='#da3b4e',GradientType=0);
    background-color: #0061a7;
}
.eu-cookies button {
    -moz-box-shadow: inset 0px 1px 0px 0px #c4374d;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c4374d;
    box-shadow: inset 0px 1px 0px 0px #323232;
     background: linear-gradient(to bottom, #000000 5%, #7c7c7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #c4374d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
        border: 1px solid #686868;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 3px 24px;
    margin-left: 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000000;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}

form#kontaktForm .row, form#kontaktForm.form-inline .form-control {
    width: 100%;
}

input.btn.btn-blue.g-recaptcha {
    padding: 10px 20px !important;
    float: right;
    margin-left: 31px;
}

form#kontaktForm.form-inline .form-control {
    margin-bottom: 20px;
}

form#kontaktForm {
    margin-top: 35px;
    margin-bottom: 60px;
}

#kontaktForm #zprava {
    min-height: 120px
}

form#kontaktForm .row {
    width: 100%;
    max-width: 800px;
    margin: 0 auto
    
}

#kontaktForm .red {
    color: #bf2121;
    position: absolute;
    top: 0;
    right: 15px;
}


/***** KONEC OBECNÝCH STYLŮ ********/

.bg-top
{
    background-image: url(../Images/promo.jpg);
    background-size: cover;
    background-position: 28% 55%;
		
}
.montserrat {
	font-family: "Montserrat";
}
.top-line
{
	padding: 15px 0;
}
.info {
    padding-left: 10px;
    line-height: 21px;
}
.btn-blue {
	font-family: "Montserrat";
	color: #fff!important;
	background-color: #0fbff2;
	border-radius: 0!important;
	padding: 9px!important;
	padding-left: 0!important;
	border: none;	
	transition: all 0.5s;
	text-transform: uppercase;
    cursor: pointer;
}
.btn-blue::before{
	content: url(../Images/icons/mail.png);
	padding: 0.75rem;
	margin-right: 0.75rem;
	background-color: #34cbf7;	
}
.btn-blue:hover {
	background-color: #0aa8d6;
}
.menu-bg{
	background-color: rgb(249, 249, 249, 1)!important;
	box-shadow: 0 0 5px 0px #888;
	margin-top: 25px;
}

#logo {
 width: 15%;
}

.navbar-toggler {
  margin-top: 15px;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 30px;
	color: #545961;
	font-weight: bold;
	transition: all 0.5s;
     text-transform: uppercase;
  }


@media screen and (min-width: 768px) {
  .navbar {
      height: 55px;
   }

}

/* stroke */
.menu ul li a
{
  position: relative;
}
.menu ul li a,
.menu ul li a:after,
.menu ul li a:before {
  transition: all .5s;
}
.menu ul li a:after,
.menu ul li a:after {
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #0fbff2;
  height: 2px;
}
.menu ul li a:hover:after {
  width: 100%;
}

.menu ul li a {
  transition: all 1s;
}

.menu ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
/*
.menu ul li a:hover {
  color: #0fbff2; 
}
*/
.dropdown-menu {  
    top: 111%;
    border-radius: 0;
}.dropdown-menu .dropdown-item {
	font-weight: bold;
	color: #545961;
}
.dropdown-menu .dropdown-item:hover {
	color: #0fbff2;
}
.navbar-light .navbar-nav #menu-active{
	color: #0fbff2;	
}
.navbar-light .navbar-nav #menu-active::after{
	  	 
  	opacity: 1;
	position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  content: '.';
  color: transparent;
  background: #0fbff2;
  height: 2px;
}
.navbar-light .navbar-nav .nav-link:hover {    
	color: #0fbff2!important;	
	 z-index: 1;
}
.navbar-light .navbar-nav .nav-link:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  opacity: 1;
}
.slider-text {
	margin-top: 70px;
	padding-bottom: 70px;
}
.slider-text h1 {
	color: #0fbff2;
	font-family: "Merriweather";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 37px;
}
.slider-text h3 {
	color: #545961;
	font-family: "Merriweather";
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}
.slider-text p {
	color: #44484e;	
	font-weight: 300;
	margin-top: 30px;
    line-height: 28px;
}
.btn-trans{
	border: 2px solid #0fbff2;
	background: transparent;
	color: #0fbff2;
	border-radius: 0!important;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.5s;
}
.btn-trans:hover{	
	background: #0fbff2;
	color: #fff;		
}
.btn-white{
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	border-radius: 0!important;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.5s;
}
.btn-white:hover{	
	background: #fff;
	color: #985f2d;	
/*	border-color: #0fbff2;*/
}
.bg-texture {
	background-image: url(../Images/section2-bg.jpg);
	padding: 70px 0;
}
.img-h1
{
	font-size: 32px;
	color: #545961;
	font-family: "Merriweather"
}
.vedlejsi_strana .clanek_text h2
{
	font-size: 32px;
	color: #545961;
	font-family: "Merriweather";
    text-align: center;
    position: relative;
}

.vedlejsi_strana .clanek_text h2::after {
    max-width: 100%;
    width: 197px;
    height: 14px;
    content: " ";
    background: url(../Images/h1-after.png) no-repeat center top;
    display: block;
     margin: 5px auto 10px;
}

.vedlejsi_strana .clanek_text ul {
    list-style: none;
    max-width: 1000px;
    margin: 20px auto 40px;
     padding-left: 0;
}

.vedlejsi_strana .clanek_text p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
     font-size: 17px;
    line-height: 22px;
    text-align: justify;
}

.vedlejsi_strana .clanek_text ul li {
    padding-bottom: 7px;
}

.vedlejsi_strana .clanek_text ul li:before{
    content: "\f054";
    font-family: "FontAwesome";
    width: 10px;
    height: 10px;
    margin-right: 5px;
     color: #9c6331;
}

.bg-texture .paregraph
{
	font-size: 17px;
	color: #3c4047;	
	margin-top: 40px;
	line-height: 30px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.section-3 {
	background-image: url(../Images/section3-bg.jpg);	
	padding: 50px 0; 
}
.section-4 {
	background-image: url(../Images/section4-bg.jpg);	
	background-position: center right;
	background-size: cover;
	padding: 50px 0; 
}
.section-4 h3 {
	font-size: 25.48px;
	font-weight: bold;
	color: #545961;
	font-family: "Merriweather";
}
.section-4 p {
	font-weight: 300;
	color: #000;
	width: 59%;
}
.read-more {
	color: #0fbff2;
	text-decoration: underline;
}
.img-showcase{
	position: relative;	
	height:197px;
	overflow: hidden;
}
.img-showcase:hover .img-hover{
	top: 0;
}
.img-hover
{
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(0,0,0,0.5);
	display: table;
	color: #0fbff2;
	text-align: center;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all 0.3s;
}
.img-center{
	display: table-cell;
	vertical-align: middle;
}
.img-section .col-md
{
	padding-left: 0.4px;
	padding-right: 0.4px;
}
a:hover{
	text-decoration: none;
}
footer {
	background-image: url(../Images/section2-bg.jpg);
	padding: 25px 0;
	color: #464646;
}

#location-info,#phone-info, #email-info{
	display: none;	
}

.vedlejsi_strana .slider-text {
    margin-top: 81px;
    padding-bottom: 79px;
}

.top-line .info a {
    color: inherit;
}

.clanek_text h2, .clanek_text h3 {
     font-family: "Merriweather";
    padding: 20px 0 5px;
}

.clanek_text p {
     font-family: "Montserrat";
      font-size: 18px;
    line-height: 1.3rem;
}

.img-showcase a.lightbox {
    padding: 80px 10px;
}

#kontaktForm .bg-success {
    display: block;
    width: 100%;
    margin: 15px 0 0 31px;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    color: #FFF;
}

.info a {
    color: inherit;
}

#navbarMobile .dropdown-menu {
    margin-left: 31px;
    border: 0;
    background: transparent;
}

.cenik_obal > tbody > tr > td {
    width: 50%;

    padding: 10px;
    vertical-align: top;
}

table.cenik_obal {
    max-width: 1050px;
    margin: 0 auto;
}

.cenik_tab {
    margin: 0 10px 30px 10px;
    border: 1px solid #CBC9C8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 100%;
    margin: 15px 0;
}

.cenik_tab th {
    background: #B16B2D;
    padding: 10px;
    color: #FFF;
}

.cenik_tab td {
    background: #E7E5E2;
    line-height: 35px;
    padding: 3px 15px;
    font-size: 13px;
}

.cenik_tab tr:nth-child(odd) td {
    background: rgba(255, 255, 255, 0.32941176470588235);
}

.cenik_tab tr td tr td {
    background: #eaeaea91;
}

.cenik_tab tr td tr:nth-child(odd) td {
    background: #E0D0B6;
}

.cenik_tab tr td tr:nth-child(even) td {
    background: #eaeaea91;
}

.cenik_tab th:first-child p {
    font-family: "Merriweather";
    font-weight: bold;
    text-transform: uppercase;
}

.cenik_tab th:last-child p {
     font-size: 14px;
}



.cenik_tab p {
    padding: 0px;
    margin: 0px;
     font-size: 16px;
     padding: 10px 0;
}