body  {
    margin: 0;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: red;
}
::-moz-selection {
  background: red;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
    padding-top: 20px;
}

.hide {
    display: none;
}

.scrollButton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -12px;
    display: block;
    width: 25px;
    height: 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.slider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 11;
    background: url(../images/icon/slider-bottom.png) no-repeat 50% 0;
}

.slider-bottom span:hover {
    margin: -20px 0 0 -12px;
}

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

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.shake:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;    
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

footer .f-column-3 {
    float: left;
    width: 33.33%;
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
    color: white;
}

footer .f-column-3 .contact {
    line-height: 0.5;
    font-size: 0.9em;
}

footer {
    background-color: red;
}

footer:after {
    content: "";
    display: table;
    clear: both;
}

icon {
    padding-right: 3%;
}

icon img {
    width: 32px;
    margin-left: 5px;
}

@media screen and (max-width: 1200px) {
    footer .f-column-3 {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}