html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95em;
}
.container {
  width: 90%;
  max-width: 1150px;
  position: relative;
}
.clear {
  clear: both;
}
#home {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../img/main_bg1.jpg");
  background-size: cover;
}
#home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #060D17;
}
#home header h1 {
  margin: 10px 0 15px 0;
  padding: 0;
  float: left;
}
#home header h1 img {
  height: 30px;
}
#home header h1 span {
  display: none;
}
#home header #menu-icon {
  position: relative;
  display: none;
  float: right;
  margin: 15px 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid white;
  background: url("../img/menu.svg") no-repeat center center;
  background-size: auto 50%;
}
#home header #menu-icon:hover {
  background: url("../img/menu.svg") #faa519 no-repeat left 15px center;
  background-size: auto 50%;
}
#home header nav {
  float: right;
  margin: 0;
  padding: 0;
}
#home header nav ul {
  margin: 0;
  padding: 0;
}
#home header nav ul li {
  display: inline-block;
  margin: 0;
}
#home header nav ul li a {
  display: block;
  padding: 25px 10px 20px 10px;
  color: #707070;
  text-transform: uppercase;
}
#home header nav ul li a:hover,
#home header nav ul li a.active {
  color: white;
  background: none;
  text-decoration: none;
  border-bottom: 4px solid #faa519;
}
#home header nav ul li:last-child {
  margin: 0;
}
#home header nav ul li:last-child a {
  background: #faa519;
  color: #060D17;
  padding: 8px;
}
#home #offer {
  position: relative;
  height: 100vh;
}
#home #offer .container {
  max-width: 1300px;
  top: 50%;
  transform: translateY(-50%);
}
#home #offer .container .text .offer-container {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 30px;
  text-align: center;
  filter: blur(0.8);
}
#home #offer .container .text .offer-container h2 {
  margin: 0 0 30px 0;
  color: white;
  text-align: center;
  font-size: 3em;
  font-weight: 600;
}
#home #offer .container .text .offer-container p {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 200;
  text-align: center;
  font-size: 0.9em;
}
#home #offer .container .text .offer-container a {
  margin: 30px 0 0 0;
  padding: 12px 20px;
  display: inline-block;
  background: #faa519;
  border-radius: 30px;
  color: #060D17;
  text-transform: uppercase;
}
#home #offer .container .text .offer-container a:hover {
  text-decoration: none;
}
#home #offer .container .text .offer-container:hover {
  position: relative;
  background: #faa519;
}
#home #offer .container .text .offer-container:hover h2 {
  color: #060D17;
}
#home #offer .container .text .offer-container:hover p {
  color: #060D17;
}
#home #offer .container .text .offer-container:hover a {
  background: white;
}
#home footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  background: #060D17;
}
#home footer p {
  color: #707070;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  text-transform: uppercase;
}
#home footer p a {
  color: #707070;
}
#home footer p a:hover {
  color: #faa519;
  text-decoration: none;
}
#home footer .left {
  text-align: left;
}
#home footer .right {
  text-align: right;
}
header {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  background: #060D17;
  box-shadow: 0 0 73px -21px rgba(0, 0, 0, 0.75);
}
header .first-header #logo {
  margin: 25px 0;
  float: left;
}
header .first-header #logo a {
  display: block;
  width: 300px;
  height: 45px;
  background: url("https://www.nabager.sk/public/site/img/cmslovakia.svg") no-repeat;
  background-size: 100%;
}
header .first-header #logo a span {
  display: none;
}
header .first-header #menu-icon {
  display: none;
  float: right;
  position: relative;
  margin: 22px 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 1px solid white;
  background: url("../img/menu.svg") no-repeat center center;
  background-size: auto 50%;
}
header .first-header #menu-icon:hover {
  background: url("../img/menu.svg") #faa519 no-repeat left 15px center;
  background-size: auto 50%;
}
header .first-header nav {
  float: right;
  margin: 0;
  padding: 0;
}
header .first-header nav ul {
  margin: 0;
  padding: 0;
}
header .first-header nav ul li {
  display: inline-block;
  margin: 0;
}
header .first-header nav ul li a {
  display: block;
  padding: 36px 10px 40px 10px;
  color: #707070;
  text-transform: uppercase;
  border-top: 4px solid #060D17;
}
header .first-header nav ul li a:hover,
header .first-header nav ul li a.active {
  color: white;
  background: none;
  text-decoration: none;
  border-top: 4px solid #faa519;
}
header .first-header nav ul li:last-child {
  margin: 0;
}
header .first-header nav ul li:last-child a {
  background: #faa519;
  color: #060D17;
  padding: 8px;
}
header .main-menu {
  background: #faa519;
}
header .main-menu nav {
  margin: 0;
  padding: 0;
}
header .main-menu nav ul {
  margin: 0;
  padding: 0;
}
header .main-menu nav ul li {
  display: inline-block;
}
header .main-menu nav ul li a {
  display: block;
  padding: 15px;
  color: #060D17;
  font-size: 1.2em;
}
header .main-menu nav ul li a:hover,
header .main-menu nav ul li a.active {
  text-decoration: none;
  background: darkorange;
  color: white;
}
#slider {
  position: relative;
  padding: 156px 0 0 0;
}
#slider .slide {
  position: relative;
  height: 700px;
  overflow: hidden;
}
#slider .slide img {
  width: 100%;
}
#slider .slide .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(6, 13, 23, 0.9), rgba(6, 13, 23, 0.7), rgba(6, 13, 23, 0.3));
}
#slider .slide .filter .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#slider .slide .filter .text h1 {
  position: relative;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  font-weight: 900;
  font-size: 4.8em;
  color: white;
}
#slider .slide .filter .text h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #faa519;
}
#slider .slide .filter .text p {
  width: 80%;
  color: white;
}
#slider .slide .filter .boxes {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#slider .slide .filter .boxes .box {
  padding: 8px;
  margin: 0;
}
#slider .slide .filter .boxes .box a .box-container {
  background: #faa519;
  padding: 20px;
  transform: skew(-10deg, 0deg);
  min-height: 220px;
  transition: all 0.3s;
}
#slider .slide .filter .boxes .box a .box-container h2 {
  margin: 0 0 20px 0;
  color: #060D17;
  font-weight: 700;
  text-align: center;
}
#slider .slide .filter .boxes .box a .box-container p {
  width: 100%;
  text-align: center;
  color: #060D17;
}
#slider .slide .filter .boxes .box a:hover {
  text-decoration: none;
}
#slider .slide .filter .boxes .box a:hover .box-container {
  transform: skew(-10deg, 0deg) scale(1.05);
}
#slider .slide .filter .boxes .box:nth-child(1) .box-container,
#slider .slide .filter .boxes .box:nth-child(4) .box-container {
  background: white;
}
#slider .slide .filter .boxes .box:nth-child(3),
#slider .slide .filter .boxes .box:nth-child(4) {
  transform: translateX(-40px);
}
#slider .slide .filter .boxes .box:last-child {
  margin: 0;
}
#news-box,
#sale-box {
  padding: 0 0 100px 0;
}
#news-box h2,
#sale-box h2 {
  position: relative;
  margin: 0 0 70px 0;
  padding: 0;
  font-weight: 700;
  font-size: 3.5em;
}
#news-box h2 span,
#sale-box h2 span {
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  color: white;
  z-index: 1;
}
#news-box h2 span:before,
#sale-box h2 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faa519;
  transform: skew(-20deg, 0deg);
  z-index: -1;
}
#news-box .news,
#sale-box .news {
  margin: 0 -15px;
}
#news-box .news article,
#sale-box .news article {
  position: relative;
  padding: 0 15px;
  margin: 0 0 30px 0;
}
#news-box .news article a:hover,
#sale-box .news article a:hover {
  text-decoration: none;
}
#news-box .news article .article-container .image,
#sale-box .news article .article-container .image {
  height: 220px;
  overflow: hidden;
}
#news-box .news article .article-container .image img,
#sale-box .news article .article-container .image img {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#news-box .news article .article-container .text,
#sale-box .news article .article-container .text {
  position: relative;
  padding: 20px;
  box-shadow: 0 15px 20px -9px rgba(0, 0, 0, 0.2);
}
#news-box .news article .article-container .text p,
#sale-box .news article .article-container .text p {
  font-size: 1em;
  font-weight: 300;
  color: black;
}
#news-box .news article .article-container .text p.date,
#sale-box .news article .article-container .text p.date {
  color: grey;
}
#news-box .news article .article-container .text p.date span,
#sale-box .news article .article-container .text p.date span {
  margin: 0 10px 0 0;
}
#news-box .news article .article-container .text h3,
#sale-box .news article .article-container .text h3 {
  margin: 20px 0;
  font-weight: 700;
  color: black;
}
#news-box .news article .article-container:hover .image img,
#sale-box .news article .article-container:hover .image img {
  transform: scale(1.1em);
}
#news-box .news article .article-container:hover .text h3,
#sale-box .news article .article-container:hover .text h3 {
  color: #faa519;
}
#news-box {
  padding: 100px 0;
}
#products-box,
#use-machines-box {
  padding: 130px 0 100px 0;
}
#products-box h2,
#use-machines-box h2 {
  position: relative;
  margin: 0 0 70px 0;
  padding: 0;
  font-weight: 700;
  font-size: 3.5em;
}
#products-box h2 span,
#use-machines-box h2 span {
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  color: white;
  z-index: 1;
}
#products-box h2 span:before,
#use-machines-box h2 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faa519;
  transform: skew(-20deg, 0deg);
  z-index: -1;
}
#products-box .products,
#use-machines-box .products {
  margin: 0 -15px;
}
#products-box .products .product,
#use-machines-box .products .product {
  position: relative;
  padding: 0 15px;
  margin: 0 0 30px 0;
}
#products-box .products .product a:hover,
#use-machines-box .products .product a:hover {
  text-decoration: none;
}
#products-box .products .product .article-container .image,
#use-machines-box .products .product .article-container .image {
  position: relative;
  height: 150px;
  overflow: hidden;
  text-align: center;
}
#products-box .products .product .article-container .image img,
#use-machines-box .products .product .article-container .image img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 150px;
  transition: all 0.3s;
}
#products-box .products .product .article-container .text,
#use-machines-box .products .product .article-container .text {
  position: relative;
  padding: 20px;
  box-shadow: 0 15px 20px -9px rgba(0, 0, 0, 0.2);
}
#products-box .products .product .article-container .text h3,
#use-machines-box .products .product .article-container .text h3 {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.3em;
  color: black;
}
#products-box .products .product .article-container:hover .image img,
#use-machines-box .products .product .article-container:hover .image img {
  transform: scale(1.1em);
}
#products-box .products .product .article-container:hover .text h3,
#use-machines-box .products .product .article-container:hover .text h3 {
  color: #faa519;
}
#use-machines-box {
  padding: 0;
}
#video {
  position: relative;
  margin: 0 0 100px 0;
}
#video .tv {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: url("../img/tv.png") no-repeat;
  background-size: 100% 100%;
}
#video .tv iframe {
  width: 766px;
  height: 436px;
  margin: 3px 20px 80px 17px;
}
#news,
#sale {
  position: relative;
  padding: 101px 0 100px 0;
}
#news h1,
#sale h1 {
  position: relative;
  padding: 0 0 30px 0;
  margin: 100px 0 50px 0;
  text-align: center;
  font-weight: 900;
  font-size: 4em;
}
#news h1:before,
#sale h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #faa519;
}
#news article,
#sale article {
  position: relative;
  padding: 0 15px;
  margin: 0 0 40px 0;
}
#news article a:hover,
#sale article a:hover {
  text-decoration: none;
}
#news article .article-container .image,
#sale article .article-container .image {
  overflow: hidden;
  height: 220px;
}
#news article .article-container .image img,
#sale article .article-container .image img {
  position: relative;
  width: 100%;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#news article .article-container .text,
#sale article .article-container .text {
  position: relative;
  padding: 20px;
  box-shadow: 0 15px 20px -9px rgba(0, 0, 0, 0.2);
}
#news article .article-container .text p,
#sale article .article-container .text p {
  font-size: 1em;
  font-weight: 300;
  color: black;
}
#news article .article-container .text p.date,
#sale article .article-container .text p.date {
  color: grey;
}
#news article .article-container .text p.date span,
#sale article .article-container .text p.date span {
  margin: 0 10px 0 0;
}
#news article .article-container .text h3,
#sale article .article-container .text h3 {
  margin: 20px 0;
  font-weight: 700;
  color: black;
}
#news article .article-container:hover .image img,
#sale article .article-container:hover .image img {
  transform: scale(1.1em);
}
#news article .article-container:hover .text h3,
#sale article .article-container:hover .text h3 {
  color: #faa519;
}
#products-categories {
  padding: 156px 0 100px 0;
}
#products-categories h1 {
  position: relative;
  padding: 0 0 30px 0;
  margin: 100px 0 50px 0;
  text-align: center;
  font-weight: 900;
  font-size: 4em;
}
#products-categories h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #faa519;
}
#products-categories .product {
  position: relative;
  padding: 0 15px;
  margin: 0 0 40px 0;
}
#products-categories .product a:hover {
  text-decoration: none;
}
#products-categories .product .article-container .image {
  overflow: hidden;
  text-align: center;
  height: 200px;
}
#products-categories .product .article-container .image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 200px;
}
#products-categories .product .article-container .text {
  position: relative;
  padding: 20px;
  box-shadow: 0 15px 20px -9px rgba(0, 0, 0, 0.2);
}
#products-categories .product .article-container .text h3 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  color: black;
}
#products-categories .product .article-container:hover .text h3 {
  color: #faa519;
}
#products {
  margin: 130px 0 0 0;
}
#about {
  position: relative;
  padding: 130px 0;
  background: #eee;
}
#about h2 {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  font-weight: 700;
  font-size: 3.5em;
}
#about h2 span {
  position: relative;
  display: inline-block;
  padding: 8px 30px;
  color: white;
  z-index: 1;
}
#about h2 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faa519;
  transform: skew(-20deg, 0deg);
  z-index: -1;
}
#about p {
  font-size: 1.5em;
}
#about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47.5%;
  height: 100%;
  background: url("../img/about_img.jpg") no-repeat center center;
  background-size: cover;
  filter: grayscale(50%);
}
#category,
#product {
  background: url("../img/bg.jpg") #eee no-repeat;
  background-size: cover;
}
#contact,
#category,
#product {
  position: relative;
  padding: 101px 0 0 0;
}
#contact h1,
#category h1,
#product h1 {
  position: relative;
  padding: 0 0 30px 0;
  margin: 100px 0 50px 0;
  text-align: center;
  font-weight: 900;
  font-size: 4em;
}
#contact h1:before,
#category h1:before,
#product h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #faa519;
}
#contact .text,
#category .text,
#product .text {
  padding: 50px;
  margin: 0;
  background: white;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
#contact .text h2,
#category .text h2,
#product .text h2,
#contact .text h3,
#category .text h3,
#product .text h3,
#contact .text h4,
#category .text h4,
#product .text h4 {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 2.5em;
}
#contact .text h3,
#category .text h3,
#product .text h3 {
  font-size: 2em;
}
#contact .text h4,
#category .text h4,
#product .text h4 {
  font-size: 1.7em;
}
#contact .text ul,
#category .text ul,
#product .text ul,
#contact .text ol,
#category .text ol,
#product .text ol {
  margin: 20px 0;
}
#contact .text ul li,
#category .text ul li,
#product .text ul li,
#contact .text ol li,
#category .text ol li,
#product .text ol li {
  font-size: 1.2em;
}
#contact .text p,
#category .text p,
#product .text p {
  font-size: 1.2em;
  margin: 0 0 20px 0;
}
#contact .text p:last-child,
#category .text p:last-child,
#product .text p:last-child {
  margin: 0;
}
#contact .text a,
#category .text a,
#product .text a {
  color: #faa519;
}
#contact .text a:hover,
#category .text a:hover,
#product .text a:hover {
  text-decoration: none;
  color: #060D17;
}
#contact .text table,
#category .text table,
#product .text table {
  width: 100%;
}
#contact .text table tr td,
#category .text table tr td,
#product .text table tr td {
  border-bottom: 1px solid silver;
  padding: 8px 0;
  font-size: 1.2em;
}
#contact .text table tr td.bold,
#category .text table tr td.bold,
#product .text table tr td.bold {
  font-weight: 600;
}
#product .image {
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
  max-height: 350px;
  padding: 20px;
  border: 1px solid silver;
  text-align: center;
  overflow: hidden;
}
#product .image img {
  position: relative;
  max-width: 100%;
  max-height: 310px;
}
#contact .text {
  padding: 50px 0;
}
#contact .text .box {
  margin: 0 0 30px 0;
  padding: 20px;
  border-right: 1px solid #ddd;
}
#contact .text .box:last-child {
  border-right: 0;
}
#box-map {
  position: relative;
  height: 600px;
}
#box-map .box {
  position: relative;
  height: 600px;
  background: #faa519;
  padding: 0 70px;
  z-index: 20;
}
#box-map .box form {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#box-map .box form input,
#box-map .box form textarea {
  margin: 0 0 10px 0;
  width: 100%;
  border: 0;
  padding: 14px;
  font-size: 1.2em;
  border-bottom: 2px solid #060D17;
  background: none;
  color: #060D17;
}
#box-map .box form textarea {
  height: 150px;
}
#box-map .box form input[type="checkbox"] {
  width: auto;
  margin: 0 10px 0 0;
  transform: scale(2);
}
#box-map .box form input[type="submit"] {
  cursor: pointer;
  background: #060D17;
  color: white;
}
#box-map .box form label {
  margin: 15px 0 0 0;
}
#box-map .box form textarea::-webkit-input-placeholder,
#box-map .box form input::-webkit-input-placeholder {
  /* Edge */
  color: #060D17;
}
#box-map .box form textarea:-ms-input-placeholder,
#box-map .box form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #060D17;
}
#box-map .box form textarea::placeholder,
#box-map .box form input::placeholder {
  color: #060D17;
}
#box-map #map {
  padding: 0;
  height: 600px;
}
footer {
  background: #0f1927 fixed;
}
footer #information {
  padding: 80px 0 40px 0;
  text-align: center;
}
footer #information img {
  height: 50px;
  margin: 0 0 60px 0;
}
footer #information ul {
  margin: 0 0 50px 0;
  padding: 0;
  list-style-type: square;
  text-align: center;
  display: block;
}
footer #information ul li {
  position: relative;
  display: inline-block;
  margin: 0 30px 10px 0;
  padding: 0 0 0 25px;
  font-size: 1.2em;
  color: silver;
  text-transform: uppercase;
}
footer #information ul li a {
  position: relative;
  display: block;
  color: silver;
}
footer #information ul li a:hover {
  text-decoration: none;
  color: #faa519;
}
footer #information ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  background: #faa519;
}
footer #copyright {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  background: #060D17;
}
footer #copyright p {
  margin: 0;
  font-size: 1.2em;
  color: silver;
}
footer #copyright p a {
  color: silver;
}
footer #copyright p a:hover {
  color: #faa519;
  text-decoration: none;
}
#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 9999;
  transition: width 0.2s;
  overflow: hidden;
}
#mobile-menu ul {
  width: 250px;
  margin: 0;
  padding: 40px;
  position: relative;
  text-align: left;
  list-style-type: none;
  height: 100vh;
  overflow-y: scroll;
  background: #060D17;
  box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.75);
}
#mobile-menu ul li {
  margin: 0;
  display: block;
  border-bottom: 1px solid #faa519;
}
#mobile-menu ul li a {
  display: block;
  padding: 10px 0;
  font-size: 1.1em;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
#mobile-menu ul li a img {
  width: 100%;
}
#mobile-menu ul li a.active,
#mobile-menu ul li a:hover {
  text-decoration: none;
  color: #faa519;
}
#mobile-menu ul li:first-child {
  margin: 0 0 30px 0;
  border-bottom: 0;
}
#mobile-menu ul li:first-child a:hover {
  background: transparent;
}
#mobile-menu.show {
  width: 300px;
}
#success {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
}
#success .panel {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 500px;
  padding: 30px;
  max-width: 90%;
  background: white;
}
#success .panel p {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}
#success .panel button {
  background: #faa519;
  color: white;
  text-decoration: none;
  border: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  font-size: 1.3em;
  font-weight: 600;
  cursor: pointer;
}
#success .panel button:hover {
  background: #060D17;
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-bar a:hover {
  background-color: #000;
}
.facebook {
  background: #3B5998;
  color: white;
}
.instagram {
  background: #dd4b39;
  color: white;
}
.youtube {
  background: #bb0000;
  color: white;
}
/*# sourceMappingURL=style.css.map */