@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext';
/*
 *	Pro server g6 odstraní reklamu
 */
.eq {
  display: none;
}
/*
 * BOOTSTRAP edit
 * úprava bootstrapu pro celý web
 */
body {
  background: #fff;
  color: #434343;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
body .myRow {
  margin: 0px;
}
body .btn {
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 6px 30px;
  font-size: 18px;
  border: 1px solid;
}
body .btn-google {
  padding: 6px 10px;
  box-shadow: 2px 2px 0px #393939;
}
body .btn-head {
  box-shadow: 2px 2px 0px #000000;
}
body .btn-default {
  background: black;
}
body .btn-default:hover,
body .btn-default:focus {
  background: black;
}
body .btn-primary {
  background: #f39200;
  border: #f39200 2px solid;
}
body .btn-primary:hover {
  background: #cb6a00;
  border-color: #c16000;
}
body .btn-primary:active {
  border: #f39200 2px solid;
  background: #f39200;
}
body .btn-info {
  background: transparent;
  color: #fff;
  border: 2px solid;
}
body .btn-info:hover {
  background: #4e5f70;
}
body .btn-info:active {
  background: #d7d7d7;
}
body article,
body nav,
body footer {
  padding-left: 50px;
  padding-right: 50px;
}
body article .container {
  border-bottom: #434343 1px dashed;
}
body .container {
  max-width: 960px;
}
body h1 {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
body h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
}
body h3 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: bold;
}
/*
 * article SLIDER
 * lišta položek k přemítání
 */
.slider .slider-cover {
  white-space: nowrap;
  overflow-x: hidden;
  padding-left: 0px;
  padding-right: -100px;
}
.slider .info {
  font-weight: 300;
}
.slider .slider-img {
  overflow: hidden;
}
.slider .slider-text {
  padding-bottom: 20px;
}
.slider .item {
  display: inline-block;
  vertical-align: top;
  width: 500px;
}
.slider .item h3 {
  padding-top: 20px;
  white-space: normal;
}
.slider .item p {
  white-space: normal;
}
.slider .btn-slider {
  display: absolute;
  left: 0;
  padding: 20px;
  margin: 0px;
}
.slider ul {
  list-style-type: none;
  padding: 0px;
}
.slider ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  padding: 0px 40px 20px 40px;
}
.slider ul li h3 {
  white-space: normal;
}
.slider ul li p {
  white-space: normal;
}
.slider ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.slider .pg {
  background: #eee;
  position: relative;
  width: 60px;
  text-align: center;
  margin-bottom: 0px;
  font-size: 35px;
  cursor: pointer;
}
.slider .pg:hover {
  background: #c6c6c6;
}
.slider .pg:active {
  box-shadow: 2px 2px 20px #a8a8a8 inset;
}
.slider .pg-left {
  margin-left: -60px;
}
.slider .pg-right {
  margin-right: -60px;
}
.slider .pgc-left,
.slider .pgc-right {
  background: red;
  display: absolute;
  margin-top: -200px;
  float: left;
  padding: 30px;
}
.slider .pgc-right {
  background: blue;
}
.slider .disabled,
.slider .disabled:hover,
.slider .disabled:active {
  cursor: auto;
  color: rgba(200, 200, 200, 0.8);
  text-shadow: 1px 4px 6px #eee, 0 0 0 #000, 1px 4px 6px #eee;
  background: #eee;
  box-shadow: none;
}
/*
 * article BG-MOBILE
 * pozadí s obrázkem mobilu
 */
.bg-mobile {
  /*background:url(../img/euctenka-mobile.png);*/
  background: url(http://www.euctenka.cz/media/41182/tablet.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
/*
 * nav TOP-MENU
 * hlavní horizontální menu
 */
.top-menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #eee;
  color: #434343;
  font-weight: 600;
}
.top-menu a {
  color: #434343;
}
.top-menu .menu {
  font-size: 14px;
}
.top-menu .menu a {
  padding: 0px 10px;
}
.top-menu .menu a i {
  margin-right: 3px;
  margin-left: -3px;
}
.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}
/*
 * article HEAD
 * úprava hlavičky
 */
.head {
  position: relative;
  background: #eee;
}
.head .container {
  border-bottom: none;
}
.head h1 {
  color: #fff;
}
.head .video {
  margin-bottom: -5px;
}
/*
 * article KONTAKT
 * patička webu
 */
.kontakt {
  background: #eee;
  border: #dadada 1px solid;
}
.kontakt .container {
  border-bottom: none;
}
.kontakt .form-group {
  text-align: left;
}
.kontakt .form-group label {
  text-align: left;
  text-transform: uppercase;
}
/*
 * FOOTER
 * patička webu
 */
footer p {
  color: #919191;
  font-size: 14px;
  padding-top: 28px;
}
footer p a {
  color: #919191;
  font-weight: bold;
}
footer .footer-logo{
  float: left;
}
footer .footer-links{
  float: right;
  font-size: 85%;
  height: 88px;
  display: inline-block;
  padding: 44px 0 0 0;
}

#menu-lists {
  padding-top: 35px;
}
#menu-lists a {
  padding: 35px 16px 34px 16px;
}
#menu-lists a:hover {
  background: #dadada;
  text-decoration: none;
}
#menu-lists .login {
  background: #2784c6;
  color: #fff;
}
#menu-lists .login:hover {
  background: #b2b2b2;
}
#foto a {
  width: 181px;
  height: 181px;
  display: inline-block;
  overflow: hidden;
}
#foto a:hover {
  border: 20px solid;
}
#foto img {
  height: 100%;
}
#cenik hr {
  width: 50%;
  float: left;
  border: #434343 2px solid;
  margin-top: 0px;
}
#cenik li ul {
  padding-top: 20px;
  clear: both;
}
#cenik li ul li {
  padding-left: 4px;
  padding-right: 4px;
}
#cenik h3 .cena {
  font-size: 34px;
}
#cenik h3 .dovetek {
  font-size: 20px;
  font-weight: 300;
}
#cenik .container {
  border: none;
}
.logo {
  margin-right: -30px;
}
.created {
  margin-top: 8px;
}
/*
 * WINDOW WIDTH
 * když je šířka obrazovky menší než udaná velikost
 */
@media only screen and (max-width: 992px) {
  nav {
    font-size: 12px;
  }
  nav a {
    margin-left: -8px;
  }
  nav #menu-button {
    display: block;
  }
  nav #menu-lists {
    position: relative;
    padding-left: 17px;
    padding-bottom: 24px;
  }
  #cenik h3 .cena {
    font-size: 45px;
  }
  #cenik h3 .dovetek {
    font-size: 35px;
  }
  #cenik li {
    font-size: 26px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .video {
    width: 100%;
    margin: 40px 0px 0px 0px;
    position: relative;
  }
  #stahnout .col-md-6 + .col-md-6 {
    display: none;
  }
  .bg-mobile {
    background: transparent;
  }
}
#epichacka {
  /*padding: 0 0 100px 0;*/
}
#epichacka .container {
  text-align: right;
}
#epichacka h1 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}
#epichacka hr {
  width: 140px;
  border: #fff 2px solid;
  text-align: right;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#epichacka p {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-weight: 300;
}
.zoznam,
.eq {
  display: none;
}

.mg-top-88{
  margin-top:88px;
}

/*kontakt form*/
.form-box{
	text-align:left;
}
.form-box .row{
	margin: 0 0 15px 0;
}
.form-box label{
	text-transform: uppercase;
	width: 25%;
	float:left;
}
.form-box input, .form-box textarea{
	display: block;
	float:left;
    width: 75%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-box input{height: 34px;}
.form-box textarea{height: 150px;}
.form-box input[type="submit"]{
	display: inline-block;
	border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 30px;
    font-size: 18px;
	color: #fff;
	background: #f39200;
    border: #f39200 2px solid;
	-webkit-appearance: button;
    cursor: pointer;
	line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	float: right!important;
	width:142px;
	height:41px;
	box-shadow: none;
}
.form-box input[type="submit"]:hover{
    background: #cb6a00;
    border-color: #c16000;
}	
									
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 90%;
  max-width: 750px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
}

.mySlides .img {
  max-width: 100%;
  max-height: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}	

	
	
	
	
	
	
	
.btn-secondary[title=left],
.btn-secondary[title=right] {
  border-color: silver;
  color: silver;
  position: absolute;
}
.btn2-slider {
  position: relative;
  left: 0px;
}
.slider2-text {
  padding-top: 40px;
  padding-bottom: 50px;
}
.slider2-img {
  overflow: hidden;
}
.slider2-cover {
  white-space: nowrap;
  overflow-x: hidden;
}
.slider2-cover .item2 {
  display: inline-block;
  vertical-align: top;
}
.slider2-cover .item2 h3 {
  padding-top: 20px;
  white-space: normal;
}
.slider2-cover .item2 p {
  white-space: normal;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media only screen and (max-width: 992px) {
	.vcenter {
		display: block;
	}
	
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
