@font-face {
  font-family: 'VAGroundedStd-black';
  src: url('../fonts/VAGRoundedStd-Black.otf');
}
@font-face {
  font-family: 'VAGroundedStd-bold';
  src: url('../fonts/VAGRoundedStd-Bold.otf'), url('../fonts/VAGRoundedStd-Bold.eot'), url('../fonts/VAGRoundedStd-Bold.ttf'), url('../fonts/VAGRoundedStd-Bold.woff'), url('../fonts/VAGRoundedStd-Bold.svg');
}
@font-face {
  font-family: 'VAGroundedStd-light';
  src: url('../fonts/VAGRoundedStd-Light.otf'), url('../fonts/VAGRoundedStd-Light.eot'), url('../fonts/VAGRoundedStd-Light.ttf'), url('../fonts/VAGRoundedStd-Light.woff'), url('../fonts/VAGRoundedStd-Light.svg');
}
/* 
    Created on : Jun 19, 2015, 12:33:08 PM
    Author     : fpereira
*/
html,
body {
  margin: 0;
  padding: 0;
}
html a,
body a {
  color: #ffffff;
  text-decoration: none;
}
body {
  width: 100%;
  color: #ffffff;
}
sup {
  vertical-align: top;
  font-size: 0.6em;
}
#fullpage {
  display: none;
}
#main {
  background-image: url("/style/img/bg_home.jpg");
  background-size: cover;
}
#main .content {
  width: 360px;
  position: absolute;
  bottom: 75px;
  right: 25px;
  text-align: right;
}
#main .content .text {
  font-size: 26px;
  font-family: VAGroundedStd-bold;
  line-height: 30px;
}
#main .content .small-text {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  font-family: VAGroundedStd-light;
}
#showcase {
  background-color: #f16621;
}
#showcase .showcase-slider .btn-move {
  background: none;
  width: 48px;
  height: 48px;
  border: 0px;
  position: absolute;
  top: 50%;
}
#showcase .showcase-slider #showcase-left {
  background-image: url("/style/img/arrowleft.png");
  left: 35px;
}
#showcase .showcase-slider #showcase-left:hover {
  background-image: url("/style/img/arrowlefton.png");
}
#showcase .showcase-slider #showcase-right {
  background-image: url("/style/img/arrowright.png");
  right: 35px;
}
#showcase .showcase-slider #showcase-right:hover {
  background-image: url("/style/img/arrowrighton.png");
}
#showcase .showcase-slider .slick-dots li {
  margin: 0 1px;
}
#showcase .showcase-slider .slick-slide {
  text-align: center;
}
#showcase .showcase-slider .slick-slide img {
  display: inline;
}
#showcase .showcase-slider .item-slider {
  width: 100%;
  margin: auto;
}
#showcase .showcase-slider .item-slider .wrapper-item > * {
  vertical-align: middle;
}
#showcase .showcase-slider .item-slider .text {
  width: 315px;
  display: inline-block;
}
#showcase .showcase-slider .item-slider .big-text {
  text-align: right;
  margin-right: 15px;
  font-size: 36px;
  font-family: VAGroundedStd-bold;
  line-height: 40px;
}
#showcase .showcase-slider .item-slider img {
  display: inline-block;
  width: 275px;
}
#showcase .showcase-slider .item-slider .small-text {
  margin-left: 15px;
  text-align: left;
  font-size: 18px;
  font-family: VAGroundedStd-light;
  line-height: 22px;
}
@media only screen and (min-width: 1100px) {
  #brand {
    position: relative;
    background-image: url("/style/img/bg_what.jpg"), url("/style/img/sidestrip.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: bottom center;
    background-color: #ECE9E0;
  }
  #brand .container {
    width: 1200px;
    height: 100%;
    margin: auto;
    position: relative;
  }
  #brand .container .content {
    position: absolute;
    bottom: 140px;
    left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  #brand {
    position: relative;
    background-image: url("/style/img/bg_what.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #ECE9E0;
  }
  #brand .content {
    position: absolute;
    bottom: 8%;
    left: 3%;
  }
}
#brand .content .text {
  font-size: 18px;
  font-family: VAGroundedStd-light;
}
#brand .content .small-text {
  font-size: 18px;
  font-family: VAGroundedStd-bold;
}
#brand .content .small-text a:hover {
  text-decoration: underline;
}
#newsletter {
  background-color: #ea2550;
}
#newsletter .contact {
  width: 840px;
  margin: auto;
  position: relative;
}
#newsletter .contact input[type="text"],
#newsletter .contact input[type="email"],
#newsletter .contact textarea {
  display: block;
  outline: 0;
  border: none;
  height: 50px;
  width: 365px;
  color: #333333;
  background-color: #ffffff;
  font-size: 18px;
  font-family: VAGroundedStd-light;
  margin: 5px;
  padding-left: 15px;
}
#newsletter .contact textarea {
  height: 210px;
  padding-top: 10px;
}
#newsletter .contact input::-webkit-input-placeholder,
#newsletter .contact textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  color: #ea2550;
}
#newsletter .contact input:-moz-placeholder,
#newsletter .contact textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #ea2550;
  opacity: 1;
}
#newsletter .contact input::-moz-placeholder,
#newsletter .contact textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #ea2550;
  opacity: 1;
}
#newsletter .contact input:-ms-input-placeholder,
#newsletter .contact textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #ea2550;
}
#newsletter .contact #submit-input {
  margin-top: 20px;
  border: none;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: url("/style/img/arrowright.png") no-repeat scroll 0 0 transparent;
  margin-bottom: 15px;
  transition: all 0.4s ease-in;
}
#newsletter .contact #submit-input:hover {
  transition: all 0.4s ease-in;
  background: url("/style/img/arrowrighton.png") no-repeat scroll 0 0 transparent;
}
#newsletter .contact #button-check {
  display: none;
  margin-top: 20px;
  border: none;
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: all 0.4s ease-in;
}
#newsletter .contact .submited {
  transition: all 0.4s ease-in;
  background: url("/style/img/loader.png") no-repeat scroll 0 0 transparent !important;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#newsletter .contact .frozen {
  color: #9a9a9a !important;
}
#newsletter .contact .checked {
  transition: all 0.4s ease-in;
  background: url("/style/img/check.png") no-repeat scroll 0 0 transparent !important;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#newsletter .contact .text {
  float: left;
  width: 180px;
  margin-right: 15px;
  text-align: right;
  line-height: 40px;
  font-size: 32px;
  font-family: VAGroundedStd-bold;
}
#newsletter .contact form {
  width: 365px;
  float: left;
  text-align: center;
}
#newsletter .contact .small-text {
  width: 260px;
  float: left;
  margin-left: 15px;
  line-height: 24px;
  font-size: 18px;
  font-family: VAGroundedStd-bold;
}
#newsletter #message-text {
  width: 360px;
  margin: auto;
  line-height: 24px;
  font-size: 18px;
  font-family: VAGroundedStd-bold;
}
#about {
  background-color: #454545;
}
#about .about-text {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 18px;
  font-size: 13px;
  color: #c3c3c3;
  text-align: justify;
  padding: 35px 25px 150px;
}
#about .about-text a:hover {
  text-decoration: underline;
}
.grad {
  z-index: -1;
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  background: -webkit-linear-gradient(rgba(56, 56, 56, 0.4), rgba(236, 236, 226, 0));
  /* For Safari 5.1 to 6.0 */

  background: -o-linear-gradient(rgba(56, 56, 56, 0.4), rgba(236, 236, 226, 0));
  /* For Opera 11.1 to 12.0 */

  background: -moz-linear-gradient(rgba(56, 56, 56, 0.4), rgba(236, 236, 226, 0));
  /* For Firefox 3.6 to 15 */

  background: linear-gradient(rgba(56, 56, 56, 0.4), rgba(236, 236, 226, 0));
  /* Standard syntax */

}
.slick-dots li button {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  opacity: 0.75;
}
.slick-dots li button:hover {
  background-color: #fff;
  opacity: 0.5;
}
.slick-dots li.slick-active button {
  background-color: #fff;
  border: #fff solid 1px;
  opacity: 1;
}
.slick-dots li button::before {
  display: none !important;
}
