@import url(https://fonts.googleapis.com/css?family=Roboto);
.breakout {
  position: relative;
  display: table;
  width: 100vw;
  left: 50%; }
  @media screen and (max-width: 767px) {
    .breakout {
      left: 0; } }
  .breakout > * {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: -50%; }
    @media screen and (max-width: 767px) {
      .breakout > * {
        left: 0; } }

.ghost-button, .black-ghost-button, .white-ghost-button {
  border-radius: 30px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 10px 30px;
  text-transform: uppercase;
  margin: 20px 0 0; }
  .ghost-button:hover, .black-ghost-button:hover, .white-ghost-button:hover {
    border-radius: 30px;
    color: #fff;
    border-color: #000;
    background-color: #000;
    padding: 10px 30px;
    text-decoration: none; }

.black-ghost-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none; }
  .black-ghost-button:hover {
    border-radius: 30px;
    color: #000;
    border-color: #000;
    background-color: #fff;
    padding: 10px 30px;
    text-decoration: none; }

.white-ghost-button {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none; }
  .white-ghost-button:hover {
    border-radius: 30px;
    color: #fff;
    border-color: #000;
    background-color: #000;
    padding: 10px 30px;
    text-decoration: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.kss-swatch {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 145px;
  height: 140px;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  padding-top: 90px; }
  .kss-swatch.kss-swatch-light {
    border: 1px solid #F6F6F6;
    color: #000; }

ul.social-icons {
  text-align: right;
  display: block;
  margin: 0 0 0;
  height: 25px; }
  ul.social-icons li {
    display: inline-block;
    text-align: left;
    padding-right: 25px; }
    ul.social-icons li a {
      font-size: 0;
      width: 25px;
      height: 25px;
      display: block; }
      ul.social-icons li a:before {
        visibility: visible;
        font-size: 0;
        width: 25px;
        height: 25px;
        display: block;
        content: '';
        background-size: 100% auto;
        background-repeat: no-repeat; }
      ul.social-icons li a:hover:before {
        opacity: 0.8; }
    ul.social-icons li.social-facebook a:before {
      background-image: url(../assets/social-icons-footer-facebook.jpg); }
    ul.social-icons li.social-instagram a:before {
      background-image: url(../assets/social-icons-footer-instagram.jpg); }
    ul.social-icons li.social-google-plus a:before {
      background-image: url(../assets/social-icons-footer-google-plus.jpg); }

footer#footer {
  overflow: hidden; }
  footer#footer .footer__firstline {
    margin-bottom: 20px !important; }
  @media screen and (max-width: 991px) {
    footer#footer .footer__navigation ul li {
      border-bottom: 1px solid #8c8d8d;
      width: 100%;
      padding: 15px 0 15px;
      margin: 0 0 0; } }
  footer#footer .footer__navigation ul li a {
    font-weight: 100;
    color: #ebebec !important;
    padding: 0 3px !important; }
    @media screen and (max-width: 991px) {
      footer#footer .footer__navigation ul li a {
        padding: 0 0 0 !important; } }
  footer#footer .footer__brand-logo img {
    max-width: 140px;
    height: auto; }
  footer#footer .footer__copyright {
    color: #8c8d8d; }
    @media screen and (max-width: 991px) {
      footer#footer .footer__copyright {
        font-size: 9px; } }
