/* RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

/* FRAMEWORK */

html,
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none
}

::-moz-selection {
    background: #D30603;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #D30603;
    color: #fff;
    text-shadow: none
}

.main {
    padding: 50px 0;
    min-height: 50vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.column12:not(.mobile-padding *),
.column11:not(.mobile-padding *),
.column10:not(.mobile-padding *),
.column9:not(.mobile-padding *),
.column8:not(.mobile-padding *),
.column7:not(.mobile-padding *),
.column6:not(.mobile-padding *),
.column5:not(.mobile-padding *),
.column4:not(.mobile-padding *),
.column3:not(.mobile-padding *),
.column2:not(.mobile-padding *),
.column1:not(.mobile-padding *) {
    float: left;
    padding: 0 25px 0 0;
}

.column12 {
    width: 100%;
}

.column11 {
    width: 91.6666%;
}

.column10 {
    width: 83.3333%;
}

.column9 {
    width: 75%;
}

.column8 {
    width: 66.6666%;
}

.column7 {
    width: 58.3333%;
}

.column6 {
    width: 50%;
}

.column5 {
    width: 41.6666%;
}

.column4 {
    width: 33.3333%;
}

.column3 {
    width: 25%;
}

.column2 {
    width: 16.6666%;
}

.column1 {
    width: 8.3333%;
}

.last {
    padding: 0;
}

.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.clear {
    clear: both;
}

* {
    box-sizing: border-box;
}

/* TYPOGRAPHY */

h1 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 10px 0;
    color: #D30603;
}

p {
    font-size: 18px;
    line-height: 28px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease-in-out;
}

a:hover {
    color: inherit;
}

/* HEADER */

.header {
    background: #ddd;
    padding: 20px 0;
}

.header .logo {
    float: left;
    width: 300px;
}

.header .contact {
    float: right;
    width: calc(100% - 300px);
    padding: 40px 0 0 20px;
    font-size: 22px;
    text-align: right;
}

.header .contact a {
    border-left: 1px #333 solid;
    padding: 0 10px;
}

.header .contact a:hover {
    color: #D30603;
}

/* HOME */

.hero {
    position: relative;
    overflow: hidden;
}

.hero .cycle-slideshow {
    float: none;
    position: relative;
    background: #333;
    text-align: center;
    height: 660px;
    max-height: 660px;
    overflow: hidden;
}

.hero .cycle-slideshow img {
    position: absolute !important;
    width: 100%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9;
}

.hero .hero-links {
    position: absolute;
    bottom: 50px;
    right: -50px;
    z-index: 999999999999999;
}

.hero .hero-links ul li {
    background: #D30603;
    margin: 5px 0;
    color: #fff;
    transform: skewX(45deg);
    transition: all .2s ease-in-out;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.5);
}

.hero .hero-links ul li:hover {
    background: #555;
}

.hero .hero-links ul li a {
    display: block;
    padding: 15px 75px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transform: skewX(-45deg);
}

.hero .hero-links ul li a .fa {
    padding-left: 15px;
}

.welcome {
    background: #ddd;
    padding: 35px 0 0;
    text-align: center;
}

.welcome a {
    display: inline-block;
    background: #555;
    margin: 20px auto;
    padding: 15px 50px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.5);
}

.welcome a:hover {
    background: #333;
}

/* ZOOM CONTAINER */

.zoom-container {
    display: block;
    margin: 15px 0 35px;
    padding: 0 50px;
}

.zoom-container:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ddd;
    content: '';
    height: 75%;
    z-index: -1;
}

.zoom-container .zoom-box {
    float: left;
    width: 25%;
    position: relative;
    padding: 0 15px;
    overflow: hidden;
}

.zoom-container .zoom-box img {
    display: block;
    width: 100%;
    height: 100%;
    ;
    transition: all .5s ease;
}

.zoom-container .zoom-box .zoom-caption {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #D30603;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.5);
    transition: all .5s ease;
    z-index: 10;
}

.zoom-container .zoom-box .zoom-caption .fa {
    padding-left: 10px;
}

.zoom-container .zoom-box:hover .zoom-caption {
    right: 15px;
}

/* ZOOM CONTAINER */

.main .zoom-box {
    float: left;
    width: 33.3333%;
    position: relative;
    padding: 15px;
    overflow: hidden;
}

.main .zoom-box img {
    display: block;
    width: 100%;
    height: 100%;
    ;
    transition: all .5s ease;
}

.main .zoom-box .zoom-caption {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #D30603;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.5);
    transition: all .5s ease;
    z-index: 10;
}

.main .zoom-box .zoom-caption .fa {
    padding-left: 10px;
}

.main .zoom-box:hover .zoom-caption {
    right: 15px;
}

#form {
    display: block;
    margin: 30px 2px;
}

#form .form-row {
    display: block;
    margin: 0 0 5px;
}

#form .form-row .label-left {
    float: left;
    width: 300px;
    padding-right: 25px;
}

#form .form-row .input-right {
    float: left;
    width: calc(100% - 300px);
}

#form .form-row .input-right label {
    margin-right: 15px;
    cursor: pointer;
}

#form input[type="text"],
#form input[type="email"],
#form select,
#form textarea {
    width: 100%;
    margin: 5px 0 20px;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

#form input[type="checkbox"],
#form input[type="radio"] {
    margin: 0 10px 25px 0;
}

#form input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 250px;
    background: #D30603;
    margin: 5px auto;
    padding: 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    border: none;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

#form input[type="submit"]:hover {
    background: #555;
}

#form textarea {
    height: 90px;
}

.CaptchaPanel {
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
}

.CaptchaAnswerPanel input {
    width: 250px;
    padding: 5px;
    margin: 5px 0;
}

.CaptchaMessagePanel {
    padding: 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    font-size: 12px;
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/* FOOTER */

.category-links {
    overflow: hidden;
}

.category-links ul {
    display: flex;
    width: calc(100% + 100px);
    position: relative;
    left: -50px;
    margin: 0 auto;
}

.category-links ul li {
    flex: 1;
    margin: 0 1px;
    background: #333;
    transform: skewX(-45deg);
    transition: all .2s ease-in-out;
}

.category-links ul li:hover {
    background: #555;
}

.category-links ul li a {
    display: block;
    padding: 25px;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transform: skewX(45deg);
}

.manus {
    padding: 25px 0;
}

.manus ul {
    font-size: 0;
}

.manus ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
}

.manus ul li img {
    padding: 0px 25px;
}

.footer {
    background: #D30603;
    padding: 50px 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.footer a:hover {
    opacity: .75;
}

.footer ul {
    margin: 0 0 25px;
    font-size: 0;
    text-align: center;
}

.footer ul li {
    display: inline-block;
    border-right: 1px #fff solid;
}

.footer ul li:last-child {
    border: none;
}

.footer ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
}

/* RESPONSIVE */

@media screen and (max-width: 1600px) {
    .hero .cycle-slideshow {
        height: 600px;
        max-height: 600px;
    }


    .zoom-container {
        padding: 0 25px;
    }

    .zoom-container .zoom-box .zoom-caption {
        font-size: 14px;
    }
}

@media screen and (max-width: 1375px) {
    .hero .cycle-slideshow {
        height: 500px;
        max-height: 500px;
    }
}

@media screen and (max-width: 1150px) {
    .hero .cycle-slideshow {
        height: 400px;
        max-height: 400px;
    }
}

@media screen and (max-width: 1024px) {
    .main {
        padding: 30px 0;
    }

    .main .zoom-box {
        width: 50%;
    }

    .header .logo {
        width: 200px;
    }

    .header .contact {
        width: calc(100% - 200px);
        font-size: 16px;
        padding: 30px 0 0 20px;
    }

    .zoom-container {
        padding: 0;
    }

    .zoom-container .zoom-box {
        width: 50%;
        padding: 15px;
    }

    .category-links ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 900px) {
    .hero .cycle-slideshow {
        height: 275px;
        max-height: 275px;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    .main .zoom-box {
        width: 100%;
    }

    .header .logo,
    .header .contact {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .header .logo img {
        max-height: 50px;
    }

    .hero .cycle-slideshow {
        height: 300px;
        max-height: none;
    }

    .hero .hero-links {
        bottom: 5px;
        right: -25px;
    }

    .hero .hero-links ul li a {
        padding: 15px 50px;
        font-size: 16px;
    }

    .welcome {
        padding: 25px 0;
    }

    .footer {
        padding: 25px 0;
    }

    .footer ul {
        display: none;
    }

    #form .form-row .label-left,
    #form .form-row .input-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    #form input[type="text"],
    #form input[type="email"],
    #form select,
    #form textarea {
        margin: 5px 0 10px;
    }
}

@media screen and (max-width: 580px) {

    input,
    select {
        -webkit-appearance: none;
    }

    .hero .cycle-slideshow {
        height: 200px;
        max-height: none;
    }

    .hero .hero-links {
        position: relative;
        top: 0;
        left: 0;
    }

    .hero .hero-links ul li,
    .hero .hero-links ul li a {
        transform: none;
    }

    .hero .hero-links ul li {
        margin: 2px 0;
    }

    .zoom-container:before {
        background: none;
    }

    .zoom-container .zoom-box {
        float: none;
        width: 100%;
        padding: 15px 25px;
    }

    .category-links ul {
        display: block;
    }

    .category-links ul li {
        display: block;
        border-bottom: 1px #fff solid;
    }

    .category-links ul li a {
        padding: 15px;
    }

    .manus ul li {
        width: 50%;
    }

    .manus ul li img {
        padding: 1em;
    }

}