body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  }
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {
  display: none;
  width: 100%;
  height: 100%;
}
img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
main section {
  margin-bottom: 65px;
}


/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -325px;
  width: 50%;
  text-align: center;
}
.text {
  background: rgba(0, 0, 0, .5);
  width: 650px;
  border-radius: 20px;
}
.text .slider-text {
  font-size: 24px;
  line-height: 28px;
  color: white;
  padding: 0px;
  margin-bottom: 0;
}
.text .slider-title {
  font-size: 32px;
  line-height: 36px;
  margin-top: 10px;
}
.slider-btn {
  text-decoration: none;
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  display: block;
  font-size: 18px;
  line-height: 22px;
  background: #F70A5D;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;

}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  position: absolute;
  bottom: 50px;
  left: 50%;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* navbar menu  */

.container {
	width: 820px;
	height: 80px;
	margin: 0 auto;
	clear: both;
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0;
	margin-left: -410px;

}
.navigation {
  width: 350px;
  background: #e1c6c6;
  height: 50px;
  margin-top: 35px;
  border-radius: 10px;
}
.left {
	float: left;
	padding-left: 6px;
}
.right {
	float: right;
}

.navigation li {
  display: inline-block;
  padding: 5px;

}
.navigation a {
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
}
.logo b {
  font-size: 32px;
  left: 36px;
  text-decoration: none;
  margin-left: 21px;
  margin-top: 46px;
  display: block;
  color: #F70A5D;
}
.logo span {
  margin-left: 43px;
  margin-top: 10px;
  font-size: 37px;
  line-height: 40px;
  font-style: italic;
}
.logo {
  position: absolute;
  top: -140%;
  left: 50%;
  margin-left: -95px;
  background: url('../img/bg_wrap_logo.png');
  width: 189px;
  height: 190px;
  color: black;
  text-decoration: none;
}



/*Zákusky pre sviatočnú náladu!*/
.article-header  {
  margin: 0 0 22px;
  margin-top: 0px;
  padding: 0 0 28px;
  font-size: 56px;
  font-weight: normal;
  line-height: 1em;
  color: #664345;
  text-align: center;
  margin-top: 50px;
}
 .article-header img {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 28px;
  color: #fff;
  width: 44px;
 }
 .article-header b {
  color: #F70A5D;
 }
.article-header, .article-content {
  width: 850px;
  text-align: center;
  margin: 0 auto;
}
article {
  background: white;
  margin: 150px 0 150px 0;
}
p.article-content {
  color: #664345;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 50px;
}
.article-row {
  width: 1170px;
  text-align: center;
  margin: 0 auto;
  clear: both;
  margin-bottom: 450px;
}
.article-row .col {
  width: 25%;
  padding: 10px;
  float: left;
}
.article-row .col2 {
  width: 33.33%;
  padding: 35px;
  float: left;
  min-height: 195px;
}
.article-row p {
  display: inline;
}
.article-row .col img {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ccc;
}
.article-row .col p {
  color: #664345;
}
.col:hover img{
  border: 11px solid #F70A5D;
  padding: 0;
}
.col a {
  text-decoration: none;
  color: #664345;
}
.col h2 {
  margin-top: 25px;
}
.col:hover a{
  color: #F70A5D;
}
.pagination {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  width: 184px;
  padding-right: 35px;
}
.pagination li {
  display: inline-block;
  margin: 20px;
}
.pagination li a {
  display: block;
}

.pagination li a:hover {
  background: red;
}

.pagination2 {
  margin-top: 65px;
  margin-bottom: -82px;
}
.pagination li:first-child a, #prev {
  background: url('../img/ico_arrow_left.png')  50% 50% no-repeat, url('../img/ico_rounded.png')  0 0 no-repeat;
  padding-top: 52px;
  padding-left: 52px;
}
.pagination li:first-child a:hover {
  background: url('../img/ico_arrow_left.png') 50% 50% no-repeat;
}
.pagination li:last-child a, #next {
  background: url('../img/ico_arrow_right.png')  50% 50% no-repeat, url('../img/ico_rounded.png')  0 0 no-repeat;
  padding-top: 52px;
  padding-left: 52px;
}
.pagination li:last-child a:hover {
  background: url('../img/ico_arrow_right.png') 50% 50% no-repeat;
}
.pagination2 li:first-child a {
  background: url('../img/ico_arrow_left_white.png')  50% 50% no-repeat, url('../img/ico_rounded_white.png')  0 0 no-repeat;
  padding-top: 52px;
 padding-left: 52px;
}
.pagination2 li:first-child a:hover {
  background: url('../img/ico_arrow_left_white.png') 50% 50% no-repeat;
}

.pagination2 li:last-child a {
  background: url('../img/ico_arrow_right_white.png')  50% 50% no-repeat, url('../img/ico_rounded_white.png')  0 0 no-repeat;
  padding-top: 52px;
  padding-left: 52px;
}
.disabled-rr {
  background: url('../img/ico_arrow_right_white.png')  50% 50% no-repeat, url('../img/ico_rounded_red.png')  0 0 no-repeat;
  padding-top: 52px;
  padding-left: 52px;
}
.disabled-rg {
  background: url('../img/ico_arrow_right_white.png')  50% 50% no-repeat, url('../img/ico_rounded_green.png')  0 0 no-repeat;
  padding-top: 52px;
  padding-left: 52px;
}
.disabled-lg {
  background: url('../img/ico_arrow_left_white.png')  50% 50% no-repeat, url('../img/ico_rounded_green.png')  0 0 no-repeat;
  padding-top: 52px;
  padding-left: 52px;
}
.disabled-lr {
  background: url('../img/ico_arrow_left_white.png')  50% 50% no-repeat, url('../img/ico_rounded_red.png')  0 0 no-repeat;
  padding-top: 52px;
  padding-left: 52px;
}
.pagination2 li:last-child a:hover {
  background: url('../img/ico_arrow_right_white.png') 50% 50% no-repeat;
}
/*Zákusky pre sviatočnú náladu!*/

/*parallax styles */
body, html {
  margin: 0;
  background: white;
}
.parallax {
  /* The image used */
  background-image: url("../img/bg_home_products.jpg");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.img_parallax {
  width:980px;
  min-height: 360px;
  background:#ccc url('../img/bg_home_products_item.jpg');
  font-size:36px;
  margin: 0 auto;
  color: #fff;

}
.img_parallax span {
  padding-top: 50px;
  display: block;
}
.wrapinf img {
  float: left;
  width: 490px;
  height: auto;
  padding: 60px 0px 0px 60px;
}
.img_parallax a {
  text-decoration: none;
}
.information {
  width: 370px;
  float: right;
  margin-right: 60px;
}
.information h4{
  text-align: center;
  margin: 50px auto 0;
}
.information h4 a {
  display: block;
  color: #fff;
  padding-bottom: 25px;
  margin-bottom: 50px;
  background: url('../img/ico_page_title_white.png') 50% 100% no-repeat;
}
.information p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.wrapinf {
  clear: both;
}
/*parallax styles */
.col2 {
  width: 100%;
  height: 150px;
  background: url('../img/ico_rounded_larger_active.png') 50% 0% no-repeat;
  background-size: 194px 194px;
  margin-bottom: 10px;
  padding-top: 15px;
}

.col2 img {
  width: 74px;
  max-height: 79px;
  border: none;
  margin-top: 25px;
  padding-left: 10px;
}
.col2 h2 {
  margin-top: 80px;
}
.col2 p {
  padding-bottom: 75px;
}
.col2:hover img{
  border:none;
}
.article-row .col2 img {
  padding: 0;
}

/* form styles */
.form {
  text-align: left;
}
/* form styles */
.d-none {
  display: none;
}
