body {
  margin: 0;
  padding: 0;
  font-family: "Balsamiq Sans", cursive;
  line-height: 1.4; }

* {
  outline: none; }

a {
  text-decoration: none;
  color: #FFFFFF;
  transition: .3s; }
  a:hover {
    color: #802311;
    transition: .3s; }

input {
  height: 44px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  font-size: 18px; }

::placeholder {
  color: #FFFFFF; }

input[type="submit"] {
  background: white;
  color: #000000;
  font-weight: 700;
  font-size: 18px; }

.container {
  display: flex;
  flex-wrap: wrap;
  width: 1230px;
  margin: auto;
  padding: 30px; }

.banner-main {
  position: relative;
  width: 100%;
  height: 650px;
  background-image: url(../assets/main.jpg);
  background-size: cover; }
  .banner-main img {
    margin-bottom: 10px; }

.banner-main--contain {
  position: relative;
  width: 320px;
  background: black;
  padding: 20px;
  color: white;
  box-sizing: border-box;
  text-align: center; }

.banner-main--contain-text {
  font-size: 14px; }

.banner-main--contain-arrow {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  cursor: pointer; }
  .banner-main--contain-arrow:hover img {
    transform: translateY(8px);
    transition: .3s; }
  .banner-main--contain-arrow img {
    position: relative;
    bottom: -5px;
    transition: .3s;
    cursor: pointer; }
  .banner-main--contain-arrow svg {
    cursor: pointer; }

.menu {
  width: 50%;
  height: 600px;
  margin: 30px 0;
  padding-right: 15px;
  background: #FFFFFF;
  color: white;
  box-sizing: border-box; }

.menu-svg {
  width: 600px; }

.menu-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  width: 100%;
  height: 100%; }

.flicker {
  animation-duration: 3s;
  animation-name: flicker;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

.flicker2 {
  animation-delay: 1.25s;
  animation-duration: 3s;
  animation-name: flicker;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

/* CONTACT */
.contact {
  width: 50%;
  height: 600px;
  padding-right: 15px;
  color: white;
  box-sizing: border-box;
  background: #FFFFFF; }

.contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CD492F;
  width: 100%;
  height: 100%; }

.contact--content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 400px; }

.contact--content--hours-title,
.contact--content--contact--title {
  padding-bottom: 15px;
  font-weight: 600; }

/* RRSS */
.rrss {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  height: 300px;
  padding-left: 15px;
  box-sizing: border-box; }
  .rrss img {
    width: 100%;
    height: 100%; }

.twitter-container {
  width: 50%;
  box-sizing: border-box;
  padding-right: 15px; }

.twitter {
  background: #00ABF1; }

.shoutmarks {
  animation-duration: 1s;
  animation-name: blinker;
  animation-iteration-count: infinite; }

.facebook-container {
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px; }

.facebook {
  background: #4862A0;
  overflow: hidden; }
  .facebook:hover img {
    transform: scale(1.1);
    transition: .3s; }

/* SINCE */
.since-container {
  position: relative;
  width: 100%;
  height: 281px;
  margin: 30px 0;
  box-sizing: border-box; }
  .since-container img {
    position: absolute;
    top: 0; }

.since-background {
  background-image: url(../assets/hiring.jpeg);
  background-size: cover;
  background-position: bottom;
  height: 100%; }
  .since-background::after {
    content: "";
    background: black;
    display: block;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .since-background a {
    height: 100%;
    pointer-events: auto;
    display: flex;
    z-index: 1;
    position: relative; }

/* NEWSLETTER */
.newsletter {
  background: #BFBFBF;
  width: 100%;
  height: 250px;
  margin: 30px 0;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box; }

.newsletter--contain {
  width: 450px; }

.newsletter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: auto; }

.newsletter--contain-titlee {
  font-weight: 700;
  padding-bottom: 10px; }

.newsletter--contain-text {
  letter-spacing: -.3px; }

#email {
  font-style: italic; }

/* Flickity */
.slider {
  width: 50%;
  height: 600px;
  margin: 30px 0;
  padding-left: 15px;
  box-sizing: border-box; }
  .slider .flickity-prev-next-button {
    top: 30px;
    width: 60px;
    height: 60px;
    border-radius: 0;
    transform: translateY(-50%); }
  .slider .flickity-button {
    position: absolute;
    background: #000000;
    border: none;
    color: #FFFFFF; }
  .slider .flickity-prev-next-button.previous {
    left: 0;
    transition: .3s; }
    .slider .flickity-prev-next-button.previous svg {
      transition: .3s; }
      .slider .flickity-prev-next-button.previous svg:hover {
        transform: translateX(-5px);
        transition: .3s; }
  .slider .flickity-prev-next-button.next {
    right: 0;
    left: 50px;
    transition: .3s; }
    .slider .flickity-prev-next-button.next svg {
      transition: .3s; }
      .slider .flickity-prev-next-button.next svg:hover {
        transform: translateX(5px);
        transition: .3s; }
  .slider .flickity-button:hover {
    background: #000000; }
  .slider .flickity-button:focus {
    box-shadow: none; }

.main-carousel {
  height: 100%; }

.carousel-cell {
  width: 100%;
  height: auto; }

.backimg {
  background-size: cover !important;
  height: 100%; }

.backimg1 {
  background: url(../assets/i1.jpeg); }

.backimg2 {
  background: url(../assets/i2.jpeg); }

.backimg3 {
  background: url(../assets/i3.jpeg); }

.backimg4 {
  background: url(../assets/i4.jpeg); }

.backimg5 {
  background: url(../assets/i5.jpeg); }

.backimg6 {
  background: url(../assets/i6.jpeg); }

.backimg7 {
  background: url(../assets/i8.jpeg); }

.backimg8 {
  background: url(../assets/i11.jpeg); }

.backimg9 {
  background: url(../assets/i12.jpeg); }

@keyframes flicker {
  0% {
    opacity: .65; }
  5% {
    opacity: .7; }
  7% {
    opacity: .6; }
  10% {
    opacity: .9; }
  12% {
    opacity: 1; }
  65% {
    opacity: 1; }
  67% {
    opacity: .5; }
  69% {
    opacity: 1; }
  75% {
    opacity: 1; }
  78% {
    opacity: .45; }
  80% {
    opacity: 1; }
  85% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: .35; } }

@keyframes blinker {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@media screen and (max-width: 1230px) {
  .container {
    width: 100%;
    box-sizing: border-box; } }

@media screen and (max-width: 900px) {
  .menu,
  .slider {
    height: auto; }
  .flickity-viewport {
    height: 100% !important; }
  .menu-svg {
    width: 100%; }
  .contact {
    width: 100%;
    height: 350px;
    padding-right: 0;
    margin-bottom: 30px; }
  .contact--content {
    width: 500px; }
  .rrss {
    width: 100%;
    height: 100%;
    padding-left: 0; }
  .twitter-container,
  .facebook-container {
    width: 25%; }
  .since-container {
    width: calc(50% - 30px);
    margin: 0;
    margin-left: 30px;
    height: auto; }
  .newsletter {
    margin: 30px 0 0; }
  .newsletter-container {
    flex-wrap: wrap;
    width: 100%; }
  .newsletter--contain {
    width: 90%;
    margin-bottom: 15px; } }

@media screen and (max-width: 550px) {
  .container {
    padding: 10px; }
  .banner-main--contain {
    width: 100%;
    padding: 20px; }
    .banner-main--contain > img {
      width: 100px; }
  .menu {
    width: 100%;
    height: 400px;
    margin: 30px 0;
    padding-right: 0; }
  .slider {
    width: 100%;
    height: 400px;
    margin: 0;
    padding-left: 0; }
    .slider .flickity-viewport {
      height: 400px !important; }
  .contact {
    height: 450px;
    padding-right: 0;
    margin: 30px 0;
    font-size: 18px; }
  .contact--content {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px; }
  .contact--content--hours {
    margin-bottom: 40px; }
  .twitter-container,
  .facebook-container {
    width: 50%; }
  .since-container {
    width: 100%;
    height: 240px;
    margin: 30px 0; }
  .newsletter {
    margin: 0;
    height: auto; }
  input[type="submit"] {
    margin-top: 10px; } }

/*# sourceMappingURL=main.css.map */
