* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

html, body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    margin-bottom: -204px;
}

#wrap:after {
  content: "";
  display: block;
}

.clearfix {
    content: ".";
}

#up {
    position: fixed;
    background: #ed3338;
    bottom: 50px;
    right: 50px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: none;
    color: #fff;
    font-size: 30px;
    padding: 17px 20px;
    transition: background 0.2s ease-in, background 0.2s ease-out;
    cursor: pointer;
}

#up:hover {
    background: #912124;
}

#up:active {
    background: #4f1415;
}


/* Mobile Menu */

#mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1;
    overflow-y: auto;
    display: none;
}

#mobile-menu ul {
    width: 100%;
    margin-top: 140px;
}

#mobile-menu ul li {
    border-bottom: 1px #788da7 solid;
    padding: 30px 0 30px 0;
    text-align: center;
}

#mobile-menu .first {
    border-top: 1px #788da7 solid;
}

#mobile-menu ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

#mobile-menu ul li a:hover {
    color: #788da7;
}

#mobile-menu-toggle {
    color: #fff;
    font-size: 25px;
    margin: 58px 30px 0 0;
    cursor: pointer;
}

#mobile-menu-close {
    position: fixed;
    top: 58px;
    right: 30px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

/* Header */

.main-header {
    background: url("../images/banner.jpg") top center;
    background-size: cover;
    width: 100%;
    min-height: 100%;
}

.first-row {
  max-height: 106px;
}

.logo img {
    max-width: 250px;
    margin: 30px 10px;
}

.logo img a {
    text-decoration: none;
}

.menu {
    margin-top: 61px;
}

.menu li {
    display: inline;
    padding: 0 15px 0 15px;
}

.menu li a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.2s ease-in, 0.2s ease-out;
    text-shadow:
    -1px -1px 0 #666,
    1px -1px 0 #666,
    -1px 1px 0 #666,
    1px 1px 0 #666;
}

.menu li a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px #fff solid;
    padding-bottom: 5px;
}

.brand {
    color: white;
    font-weight: 600;
    font-size: 4em;
    margin-top: 110px;
    display: none;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.subbrand {
    color: white;
    font-weight: 600;
    font-size: 30px;
    margin-top: 40px;
    display: none;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.down {
    color: white;
    font-size: 50px;
    margin-top: 100px;
    cursor: pointer;
}


/* Footer */

footer {
    width: 100%;
    background-color: #0d121b;
}

footer {
    min-height: 204px;
}

.push {
    height: 160px;
}

footer p {
    color: #555d6d;
    font-size: 18px;
    margin: 50px 0 0 0;
}

/* Single */

.single-header {
    background: url("../images/banner.jpg") top center;
    background-size: cover;
    width: 100%;
    height: 140px;
    margin-bottom: -40px;
}

.content {
    margin: 80px 0 25px 0;
}

.content h3 {
    font-size: 50px;
    color: #2b3242;
    margin-bottom: 30px;
}

.content p {
    font-size: 18px;
}

.content ul {
    margin-left: 20px;
    padding-top: 2px;
}

.content ul li {
    font-size: 18px;
    margin-top: 10px;
}

.content .big {
    font-size: 19px !important;
}

#sobre {
    margin-bottom: -80px !important;
}

/* Showcase*/

.showcase {
    padding: 50px 0 50px 0;
}

.showcase-left {
    background: #F0F1F4;
    padding: 50px 0 50px 0;
}

.showcase h3 {
    font-size: 30px;
    font-weight: 500px;
}

.showcase img {
  max-height: 300px;
}
