﻿/* COMMON */
.clear { clear: both; }
.rel { position: relative; }
.abs { position: absolute; }
.floatLeft { float: left; }
.floatRight { float: right; }

img { max-width: 100%; }

a, a span, input[type='submit'],
button, .slick-nav, a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a { color: #021645; font-weight: 400; }
a:hover, a:focus { color: #021645; text-decoration: underline; }

.standard20 { font-size: 20px; line-height: 26px; }

h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }

.noPadding { padding: 0px !important; }
.noMargin { margin: 0px !important; }

.webView { display: block; }
.mobileView { display: none; }



/* MAIN LAYOUT ITEMS */
html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    background: #ffffff;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    color: #021645;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.navbar {
    padding-top: 25px;
    height: 109px;
}

.navbar-brand {
    position: relative;
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #f88017;
    padding: 0px 15px 0px 15px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff;
}



/* CONTENT ITEMS */
section {
    position: relative;
    padding-top: 109px;
    padding-bottom: 80px;
}

#intro {
    background: #ffffff url('../images/background-bp-4.jpg') center 109px no-repeat;
    padding-bottom: 0px;
    height: 559px;
    text-align: center;
    padding-top: 220px;
    background-blend-mode: lighten;
    background-color: rgba(255, 255, 255, 0.9);
}

#products {
    background: #eeeeee;
    text-align: center;
}

.products {
    margin-top: 40px;
}

.products .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.productContainer {
    position: relative;
    background-color: #ffffff;
    height: 100%;
    padding: 25px 25px 20px 25px;
    margin-bottom: 10px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.productContainer .fa {
    font-size: 35px;
    color: #f88017;
    margin-bottom: 20px;
}

.productContainer p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0px;
}

#about {
    background: #ffffff url('../images/background-bp-5.jpg') center 109px no-repeat;
    padding-bottom: 0px;
    height: 559px;
    text-align: center;
    padding-top: 80px;
    background-blend-mode: lighten;
    background-color: rgba(255, 255, 255, 0.9);
}

#contact {
    background: #021645;
    text-align: center;
    color: #ffffff;
}

footer {
    background-color: #eeeeee;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
}



/* FONT ITEMS */
h1 { 
    width: 50%;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    font-style: italic;
    margin: 0 auto;
    margin-bottom: 20px;
}

h2 { 
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.025em;
    padding-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h3 { 
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #f88017;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.button {
    background-color: #021645;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.button:hover,
.button:focus {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}

.button .fa {
    font-size: 14px;
    padding-left: 10px;
}

#contact .button { 
    background-color: #f88017;
}




/* FORM ITEMS */
.form-group .col-xs-6:first-child {
    padding-right: 10px;
}

.form-group .col-xs-6:last-child {
    padding-left: 10px;
}

input[type="text"],
input[type="email"],
input[type="file"],
input[type="tel"],
textarea {
    height: auto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #021645;
    border: none;
    padding: 10px 12px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

label {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 0px;
}

textarea {
    width: 100%;
    height: 150px;
}

input[type="submit"] {
    background-color: #021645;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    text-align: center;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #666666;
    color: #ffffff;
}

.form-error,
.form-success {
    background: #ffdcdc;
    font-size: 18px;
    line-height: 24px;
    color: #021645;
    padding: 20px;
    margin-bottom: 20px;
}

.form-success {
    background: #dde7ff;
}

.form-error p,
.form-success p {
    padding: 0px;
}

.error {
    background: #ffdcdc;
}




/* Note: General rules for Tablet (Landscape and Portrait) */
@media only screen and (min-width: 768px) and (max-width: 1200px) {

    /* FORM ITEMS */
    input[type="text"],
    input[type="email"],
    input[type="file"],
    input[type="tel"] { font-size: 16px; }

    label { font-size: 16px; }
    input[type="submit"] { font-size: 20px; }

}


/* Note: Design for a width of 768px #Tablet (Landscape) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* FONT ITEMS */
    h1 { width: 60%; }

}


/* Note: Design for a width of 768px #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 992px) {

    /* CONTENT ITEMS */
    #about { padding-top: 110px; }

    /* FONT ITEMS */
    h1 { width: 80%; }

}


/* Note: Design for Mobile */
@media screen and (max-width: 767px) {

    .webView { display: none; }
    .mobileView { display: block; }

    .navbar-brand { margin-left: 15px; }
    .navbar-toggle { margin-top: 15px; }
    .navbar-default .navbar-nav > li > a { padding: 5px 15px; }

    /* CONTENT ITEMS */
    .products .col-md-3 { padding-left: 15px; padding-right: 15px; }

    #about { padding-top: 110px; height: auto; padding-bottom: 50px; }

    /* FONT ITEMS */
    h1 { width: 100%; font-size: 40px; line-height: 44px; }
    h2 { font-size: 36px; line-height: 40px; }

    /* FORM ITEMS */
    input[type="text"],
    input[type="email"],
    input[type="file"],
    input[type="tel"] { font-size: 14px; }

    label { font-size: 14px; line-height: 18px; margin-top: 12px; }
    input[type="submit"] { font-size: 18px; }

}


/* Note: Design for a width of 480px #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}


/* Note: Design for a width of 320px #Mobile (Portrait) */
@media only screen and (max-width: 479px) {

    /* CONTENT ITEMS */
    #intro { padding-top: 150px; }

    /* FORM ITEMS */
    label { margin-top: 4px; }

}
