html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
}
.col-md-12 {
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.container {
  position: relative;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  z-index: 999;
  background: white;
  box-shadow: 0 0 10px 0 #616161;
}
header #logo {
  position: absolute;
  top: 20px;
  left: 0;
}
header #logo h1 {
  margin: 0;
  padding: 0;
  background: white;
}
header #logo a picture {
  height: 100px;
}
header #logo a span {
  display: none;
}
header #menu-icon {
  display: none;
  float: right;
  color: black;
  cursor: pointer;
  margin: 35px 0;
}
header .social {
  text-align: right;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid silver;
}
header .social li {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  padding: 12px 0 12px 12px;
}
header .social li:nth-child(1) {
  float: left;
  padding: 12px 0;
}
header .social li:nth-child(2) {
  float: right;
}
header .social li a {
  padding-right: 12px;
  font-size: 1.2em;
  color: grey;
  font-weight: 500;
}
header .social li a:nth-child(2) {
  padding-right: 0;
}
header .social li a:hover {
  text-decoration: none;
  color: #ed1c24;
}
header .social li a i {
  margin-right: 10px;
  font-size: 1.2em;
  color: #ed1c24;
}
header .social li:nth-child(1) i {
  font-size: 1.3em;
}
header .social li:nth-child(2) a:last-child,
header .social li:nth-child(3) a:last-child {
  padding-right: 0;
}
header nav {
  margin: 40px 0 0 0;
  float: right;
}
header nav ul {
  width: auto;
  margin: 0;
  padding: 12px 0;
  list-style-type: none;
  text-align: right;
}
header nav ul li {
  display: inline-block;
  margin-right: 20px;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  font-size: 1.8em;
  color: grey;
  font-weight: 500;
}
header nav ul li a:hover,
header nav ul li a.active {
  color: #ed1c24;
  text-decoration: none;
}
header nav ul li a i {
  margin-right: 5px;
  color: #ed1c24;
}
#slider {
  position: relative;
  height: 700px;
  overflow: hidden;
}
#slider .special-header {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ed1c24;
  color: white;
  padding: 25px;
  z-index: 99;
}
#slider .special-header p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 4em;
}
#slider a.video i {
  margin-right: 10px;
  font-size: 1.5em;
}
#slider a.video:hover {
  text-decoration: none;
  background: grey;
  color: white;
}
#slider-show {
  position: relative;
}
#slider-show .slide {
  position: relative;
  height: 750px;
  overflow: hidden;
}
#slider-show .slide:nth-child(1) {
  background: url("../img/bg_sl.jpeg") center center no-repeat;
  background-size: cover;
}
#slider-show .slide:nth-child(2) {
  background: url("../img/bg3.jpeg") center center no-repeat;
  background-size: cover;
}
#slider-show .slide .container-slide {
  float: left;
  width: 60%;
  padding: 50px;
  margin-top: 220px;
  background: rgba(0, 0, 0, 0.7);
}
#slider-show .slide .container-slide h2 {
  font-size: 3em;
  color: #ed1c24;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: 900;
}
#slider-show .slide .container-slide p {
  margin: 0 0 30px 0;
  font-size: 1.6em;
  color: white;
}
#slider-show .slide .container-slide a {
  margin: 25px 0 0 0;
  display: inline-block;
  padding: 15px;
  background: white;
  font-size: 1.5em;
  color: #ed1c24;
  transition: all 0.3s;
}
#slider-show .slide .container-slide a:hover {
  padding: 15px 20px;
  background: #ed1c24;
  color: white;
  text-decoration: none;
}
#category-slider {
  position: relative;
  height: 400px;
  background: url("../img/bg3.jpeg") center center no-repeat;
  background-size: cover;
}
#category-slider .filter h2 {
  margin: 330px 0 0 0;
  color: white;
  font-size: 4em;
  background: #ed1c24;
  padding: 40px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 800;
}
#main-offer {
  padding: 80px 0;
  background: #ed1c24;
}
#main-offer .offer .offer-container {
  padding: 20px;
  background: white;
  text-align: center;
}
#main-offer .offer .offer-container h3 {
  margin: 20px 0;
  color: black;
  padding: 0;
  font-size: 2em;
  font-weight: 900;
}
#main-offer .offer .offer-container:hover h3 {
  color: #ed1c24;
}
#main-offer .offer .offer-container p {
  margin: 0;
  font-size: 1.4em;
  padding: 0 10px;
}
#main-offer .offer .offer-container a {
  margin: 20px 0;
  display: inline-block;
  text-align: center;
  font-size: 1.4em;
  padding: 10px;
  color: #ed1c24;
  border: 2px solid #ed1c24;
  transition: all 0.3s;
}
#main-offer .offer .offer-container a:hover {
  background: #ed1c24;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
}
#main-offer .offer .offer-container .image {
  height: 200px;
  overflow: hidden;
}
#main-offer .offer .offer-container .image img {
  width: 100%;
  transition: all 0.3s;
}
#main-offer .offer .offer-container:hover .image img {
  transform: scale(1.3);
}
#home {
  margin: 100px 0;
}
#home .container {
  background: url("../img/bg_about.jpeg") no-repeat bottom right;
  background-size: 80%;
}
#home .category {
  margin: 0;
  padding: 0;
  background: #ed1c24;
}
#home .category:first-child {
  padding: 60px;
}
#home h2 {
  margin: 0 0 30px 0;
  font-size: 3.5em;
  font-weight: 900;
  color: white;
}
#home p {
  margin: 0;
  font-size: 1.8em;
  text-align: left;
  color: white;
}
#home p a {
  font-weight: bold;
  color: white;
}
#content .box-menu {
  padding: 15px;
  background: #eee;
}
#content .box-menu ul {
  width: 100%;
  margin: 0;
  padding: 15px;
  list-style-type: none;
}
#content .box-menu ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid silver;
  color: grey;
  font-size: 1.3em;
}
#content .box-menu ul li a:hover {
  color: black;
  text-decoration: none;
}
#content .box-menu ul li:first-child a {
  padding: 0 0 15px 0;
}
#content .box-menu ul li:last-child a {
  padding: 15px 0 0 0;
  border-bottom: 0;
}
#content .box-menu ul li a i {
  margin-right: 10px;
  color: black;
}
#gallery .image {
  padding: 0;
  margin: 0;
  height: 350px;
  overflow: hidden;
}
#gallery .image img {
  min-width: 100%;
  height: 350px;
  transition: all 0.3s;
}
#gallery .image:hover img {
  transform: scale(1.2);
}
#content {
  position: relative;
  margin: 120px 0 70px 0;
  padding: 0;
}
#content .text {
  padding: 0 0 0 12px;
}
#content .text h3 {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  font-size: 3.5em;
  font-weight: 700;
  background: url("../img/head_bg.jpg") left bottom no-repeat;
}
#content .text h4 {
  margin: 0 0 20px 0;
  font-size: 3em;
}
#content .text h5 {
  margin: 0 0 20px 0;
  font-size: 2em;
}
#content .text p {
  margin: 0 0 15px 0;
  font-size: 1.5em;
  text-align: justify;
}
#content .text .box p {
  margin: 20px 30px 0 0;
  font-size: 1.5em;
  text-align: justify;
}
#content .text ul li {
  font-size: 1.5em;
}
#content .text p:last-child {
  margin: 0;
}
#content .text p a {
  font-weight: bold;
  color: black;
}
#content .text p a:hover {
  text-decoration: none;
  color: #ed1c24;
}
#content .text table {
  width: 100%;
  border-collapse: collapse;
}
#content .text table tbody {
  border-collapse: collapse;
}
#content .text table tr td {
  padding: 10px;
  background: #eee;
  border-collapse: collapse;
  border: 3px solid white;
}
.gallery {
  margin: 30px 0 0 0 !important;
}
.gallery,
.image {
  margin: 0 0 30px 0;
}
.gallery .image .image-container {
  padding: 10px;
  border: 1px solid silver;
}
.gallery .image .image-container {
  height: 250px;
  overflow: hidden;
}
.gallery .image .image-container img {
  height: 230px;
  min-width: 100%;
  transition: all 0.3s;
}
.gallery .image .image-container:hover img {
  transform: scale(1.2);
}
#map {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 450px;
}
.contact-form {
  margin: 0;
  padding: 0;
  max-width: 100%;
  text-align: right;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  background: none;
  padding: 15px;
  color: black;
  font-size: 1.3em;
  margin-bottom: 9px;
  margin-right: 2px;
  width: 100%;
  border: 1px solid silver;
}
.contact-form textarea {
  border: 1px solid silver;
  background: none;
  color: black;
  font-size: 1.3em;
  padding: 15px;
  height: 150px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 9px;
}
.contact-form input[type="submit"] {
  background: #ed1c24;
  font-size: 1.3em;
  padding: 15px;
  cursor: pointer;
  color: white;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-form input[type="submit"]:hover {
  background: #222;
}
#success {
  display: none;
  position: fixed;
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
#success .panel {
  position: absolute;
  margin: 0 auto;
  width: 300px;
  height: auto;
  top: 38%;
  left: 0;
  right: 0;
  background: white;
  padding: 2%;
  border: 1px solid grey;
  border-radius: 10px;
  text-align: center;
}
#success .panel p {
  color: black;
  font-weight: bold;
  font-size: 1.3em;
}
#success .panel button {
  margin: 0;
  background: #ed1c24;
  color: white;
  padding: 15px;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  border-radius: 10px;
  -webkit-appearance: none;
}
#success .panel button:hover {
  background: silver;
  color: white;
}
footer {
  color: #f7f7f7;
  background: url("../img/foo_bg.jpg") no-repeat black;
  background-size: 100%;
}
footer #information {
  padding: 70px 0;
}
footer #information h3 {
  margin: 0 0 30px 0;
  color: #ed1c24;
  font-size: 2.5em;
  font-weight: 800;
  text-transform: uppercase;
}
footer #information a {
  text-decoration: none;
  color: white;
}
footer #information img {
  margin: 0 15px 15px 0;
}
footer #information p {
  margin: 0;
  padding: 0;
  color: #beb5b0;
  font-size: 1.5em;
}
footer #information ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer #information ul li {
  margin: 5px 0;
  font-size: 1.5em;
}
footer #information ul li a {
  text-decoration: none;
  color: #beb5b0;
}
footer #information ul li i {
  margin-right: 10px;
  color: #ed1c24;
  font-size: 1.5em;
}
footer #information a:hover {
  color: #ed1c24;
  text-decoration: none;
}
footer #information table tr td:first-child {
  color: #ed1c24;
  font-size: 1.2em;
}
footer #information table tr td {
  padding: 10px;
  font-size: 1.5em;
  color: white;
  vertical-align: middle;
}
footer #information table tr td:nth-child(1) {
  text-align: center;
  padding: 8px;
}
footer #information .photos .image {
  padding: 0 6px;
}
footer #information .photos .image:nth-child(3),
footer #information .photos .image:nth-child(4) {
  margin-top: 12px;
}
footer #information .photos .image .image-container {
  padding: 6px;
  min-height: 90px;
  border: 1px solid #beb5b0;
}
footer #information .photos .image .image-container img {
  padding: 0;
  margin: 0;
  height: 80px;
  min-width: 100%;
  overflow: hidden;
}
footer #copyright {
  position: relative;
  float: left;
  margin: 23px 0 0 0;
  color: #beb5b0;
  font-size: 1.1em;
  z-index: 999;
}
footer .foo {
  border-top: 0;
}
footer .foo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 100%;
  border-top: 1px solid #beb5b0;
}
footer #copyright a {
  color: #beb5b0;
}
footer #copyright a:hover {
  color: #ed1c24;
  text-decoration: none;
}
footer #up {
  margin: -30px 0 30px 0;
  float: right;
  padding: 20px 25px;
  background: #ed1c24;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
footer #up:hover {
  background: #beb5b0;
  color: saddlebrown;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
/*# sourceMappingURL=style.css.map */