/*
*   Design by Pixelis
*   www.pixelis.com.au
*
*   Table of Contents
*
*   - Fonts
*
*   - Normalize
*
*   - General Resets
*
*   - General Classes
*
*   - Content
*       - Headings
*       - Paragraphs
*       - Links
*       - Lists
*       - Images
*       - Tables
*       - Forms and Inputs
*
*   - Header
*
*   - Main Body
*       - General
*       - Slider
*       - Main Banner
*       - Main Content
*       - Logo Strip
*       - Feature Boxes
*       - Staff List
*       - Image List
*       - Testimonials
*       - Gallery
*       - Blog
*       - Sidebar
*       - Contact Map
*       - Contact Area
*
*   - Footer
*
*   - Breakpoint: 756 - 1023
*       - Header
*
*   - Breakpoint: < 756
*       - Content
*       - Header
*       - Gallery
*
*   - Breakpoint: < 480
*       - Headings
*       - Images
*       - Tables
*       - Forms and Inputs
*       - Feature Boxes
*       - Image List
*       - Gallery
*       - Blog
*       - Sidebar
*       - Contact Area
*/

/*------------------------------
Fonts
------------------------------*/

/*------------------------------
Normalize
------------------------------*/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2rem;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*------------------------------
General Resets
------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
html {
    font-size: 18px;
}
body {
    line-height: 1;
    font-family: 'Open Sans', 'FontAwesome', Helvetica, sans-serif;
    font-weight: 300;
    color: #333;
    line-height: 1.063rem;
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------
General Classes
------------------------------*/

.inner-wrapper {
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1024px;
    min-width: 280px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.header-buffer {
    padding-top: 70px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------
Content
------------------------------*/

/* ---- Headings ---- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 3rem;
    padding: 0;
    margin: 0;
    color: #000;
}
h1 {
    font-size: 3.5rem;
    padding: 20px 0 30px 0;
}
h2 {
    font-size: 2.714rem;
    padding: 20px 0 30px 0;
}
h3 {
    font-size: 1.75rem;
    padding-bottom: 20px;
}
h4 {
    font-size: 1.5rem;
    padding-bottom: 15px;
}
h5 {
    font-size: 1.25rem;
    padding-bottom: 10px;
}
h6 {
    font-size: 1.15rem;
    padding-bottom: 10px;
}

.home .section-title {
    position: relative;
    padding: 0;
    margin: 35px 0;
    border-bottom: 1px solid #02468d;
}
    .home .section-title span {
        display: inline-block;
        width: 320px;
        padding: 0 0 10px 0;
        border-bottom: 5px solid #02468d;
    }

/* ---- Paragraphs ---- */

p {
    line-height: 1.5rem;
    padding: 0 0 20px 0;
    margin: 0;
}

.breakout-text p {
    font-size: 1.063rem;
    padding: 0 0 20px 0;
}

/* ---- Links ---- */

a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #02468d;
}
a[href^="tel:"],
a[href^="tel:"]:hover {
    text-decoration: none;
    cursor: text;
    color: #000;
}

/* ---- Lists ---- */

.main-content ul,
.main-content ol {
    padding: 0 0 25px 0;
}
.main-content ul ul,
.main-content ol ol {
    padding: 8px 0 0 20px;
}
    .main-content li {
        padding: 0 0 5px 0;
        line-height: 1.25rem;
    }

.main-content ul {
    list-style: disc inside;
}

.main-content ol {
    list-style: decimal inside;
}

/* ---- Images ---- */

img {
    display: block;
}

/* ---- Tables ---- */

table {
    border: 1px solid #333;
    padding: 0;
    margin: 0 0 30px 0;
}
    table tr:hover td {
        background: #f1f1f1;
    }
    table th {
        padding: 10px;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.188rem;
        background: #ddd;
        color: #000;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }
    table td {
        padding: 10px;
        font-weight: normal;
        font-size: 0.813rem;
        line-height: 1rem;
        background: #fff;
        color: #333;
        border-right: 1px solid #333;
    }

/* ---- Forms and Inputs ---- */

.form-section {
    overflow: hidden;
    clear: both;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
    border: 0;
    border-bottom: 1px solid #02468d;
    padding: 0;
    margin: 0 0 40px 0;
    color: #669bd1;
    background: #fafafa;
}
textarea {
    resize: vertical;
}

.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    display: inline-block;
    font-size: 0.813rem;
    line-height: 1;
    text-align: center;
    color: #02468d;
    background: #fff;
    font-weight: normal;
    padding: 10px;
    border: 1px solid #02468d;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-decoration: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
    background: #eef6ff;
}

.submit-status {
    clear: both;
    margin: 25px 0 0 0;
    border-radius: 3px;
    padding: 10px;
}
.submit-status + .submit-status {
    margin: 10px 0 0 0;
}
.submit-status.success {
    border: 1px solid #009b12;
    color: #009b12;
}
.submit-status.error {
    border: 1px solid #be0000;
    color: #be0000;
}

/*------------------------------
Header
------------------------------*/

#main-header {
    padding: 30px 0 0 0;
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    background: #fff;
    border-bottom: 2px solid #02468d;
}
    #main-header .logo {
        float: left;
        width: 430px;
        display: block;
        padding: 0;
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
    }
    #main-header .logo:hover {
        color: #888;
    }
        #main-header .logo img {
            width: 100%;
        }

#mobile-nav-btn {
    display: none;
}

#main-nav {
    float: right;
    width: 55%;
}
#main-nav .level-1 {
    padding: 10px 0 0 0;
    margin: 0;
    text-align: right;
}
    #main-nav .nav-item {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    #main-nav .level-1 > .nav-item {
        display: inline-block;
        text-align: right;
    }
    #main-nav .level-1 > .nav-item + .nav-item {
        margin: 0 0 0 2.6%;
    }
        #main-nav a {
            display: inline-block;
            color: #000;
            text-decoration: none;
        }
        #main-nav a:hover {
            color: #02468d;
            border-bottom: 2px solid #02468d;
        }
    #main-nav .dropdown {
        position: relative;
        z-index: 100;
    }
    #main-nav .level-2 {
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        background: #f0f0f0;
        opacity: 0;
        top: 50%;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    #main-nav .nav-item:hover .level-2 {
        top: 100%;
        opacity: 1;
    }
        #main-nav .level-2 a {
            height: auto;
            padding: 10px 0;
            margin: 0 10px;
            text-transform: none;        
        }
        #main-nav .level-2 .nav-item + .nav-item a {
            border-top: 1px solid #fff;
        }

/*------------------------------
Main Body
------------------------------*/

/* ---- General ---- */


/* ---- Slider ---- */

.slider {
    position: relative;
}
    .slider .slides {
        overflow: hidden;
    }
    .slider .slide {
        height: 800px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
        .slider .slide .slide-img {
            display: none;
        }
        .slider .slide .slide-title {
            padding: 10px;
            margin: 0;
            font-size: 1.5rem;
            background: #fff;
        }
    .slider img {
        min-width: 100%;
        height: auto;
    }
    .slider .slide-caption {
        opacity: 0;
        position: absolute;
        left: 3%;
        bottom: 30px;
        z-index: 2;
        -webkit-transition: opacity ease 700ms 700ms;
        transition: opacity ease 700ms 700ms;
    }
    .slider .flex-active-slide .slide-caption {
        opacity: 1;
    }
    .slider .flex-control-nav {
        position: absolute;
        right: 6%;
        bottom: 15px;
        z-index: 2;
    }
        .slider .flex-control-nav li {
            display: inline-block;
        }
        .slider .flex-control-nav li + li {
            padding-left: 10px;
        }
        .slider .flex-control-nav a {
            display: block;
            width: 14px;
            height: 14px;
            text-indent: -9999px;
            border-radius: 15px;
            background: #f0f0f0;
            cursor: pointer;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }
        .slider .flex-control-nav a:hover,
        .slider .flex-control-nav .flex-active {
            background: #333;
        }
    .slider .main-caption-wrapper {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2000;
        width: 280px;
        height: 100%;
        background: #000;
        background: rgba(0, 0, 0, 0.2);
    }
    .slider .main-caption-wrapper #learn-more {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 0;
    	background: #000;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        padding: 8px;
        text-shadow: 1px 1px 1px #000;
        text-align: left;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .slider .main-caption-wrapper #learn-more:hover {
        background: #000;
        background: rgba(7, 15, 64, 0.45);
        color: #fff;
    }
    .slider .main-caption {
        padding: 10px;
        width: 280px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        bottom: 30px;
    }
        .slider .main-caption .title {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: normal;
            padding: 0;
            margin: 0;
            color: #fff;
            text-shadow: 1px 1px 1px #000;
        }
        .slider .main-caption .tagline {
            font-size: 1rem;
            line-height: 1.25rem;
            padding: 0 0 10px 0;
            margin: 0;
            color: #fff;
        }
        .slider .main-caption p {
            font-size: 0.75rem;
            line-height: 1rem;
            padding: 6px 0 0 0;
            margin: 0;
            color: #fff;
            text-shadow: 1px 1px 1px #000;
        }
        .slider .main-caption a {
        	color: #fff;
        	text-shadow: 1px 1px 1px #000;
        }

/* ---- Main Banner ---- */

.main-banner {
    max-height: 180px;
    overflow: hidden;
}
    .main-banner img {
        width: 100%;
        height: auto;
    }

/* ---- Main Content ---- */

.main-content {
    overflow: hidden;
}
    .main-content img.left {
        float: left;
        margin: 0 15px 15px 0;
    }
    .main-content img.right {
        float: right;
        margin: 0 0 15px 15px;
    }

/* ---- Logo Strip ---- */

#main-content .logo-strip-wrapper {
    max-height: 340px;
    overflow: hidden;
    margin: 0 0 25px 0;
    background: #000;
    position: relative;
}
    #main-content .logo-strip-wrapper > img {
        width: 100%;
        height: auto;
    }

#main-content .logo-strip {
    display: none;
    padding: 4px;
    margin: 0 0 26px 0;
    list-style: none;
    overflow: hidden;
}
    #main-content .logo-strip .container {
        float: left;
        display: block;
        width: 20%;
        padding: 4px;
        margin: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #main-content .logo-strip .logo-wrapper {
        display: table;
        width: 100%;
        background: rgba(255,255,255,0.2);
        padding: 0;
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #fff;
    }
    #main-content .logo-strip .logo {
        display: table-cell;
        height: 158px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }
    #main-content .logo-strip img {
        display: none;
        width: 78%;
        height: auto;
        margin: 0 auto;
    }

#main-content .company-list {
    text-align: center;
    padding: 0 0 20px 0;
}
    #main-content .company-list span {
        display: inline-block;
        padding: 7px 20px;
        margin: 0;
        font-size: 0.875rem;
        opacity: 0.7;
    }
    /*#main-content .company-list span:before,
    #main-content .company-list span:after {
        content: "\2022";
        padding: 0 16px;
    }
    #main-content .company-list span + span:before {
        content: "";
    }*/

/* ---- Feature Boxes ---- */

.feature-box {
    width: 46%;
    float: left;
    padding: 0 4% 0 0;
    position: relative;
}
.feature-box:nth-child(2n+1) {
    padding: 0 0 0 4%;
}
    .feature-box .thumb {
        display: block;
        background: #000;
        max-height: 190px;
        overflow: hidden;
        position: relative;
    }
        .feature-box .thumb img {
            width: 100.5%;
            height: auto;
            opacity: 1;
            -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
        }
        .feature-box a.thumb:hover img {
            opacity: 0.6;
        }
    .feature-box .title {
        width: 100%;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 7px 10px;
        margin: 0;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        text-align: center;
        text-transform: uppercase;
        background: #4a4a4a;
        background: rgba(0,0,0,0.55);
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .feature-box .description {
        padding: 0;
    }
    .feature-box .summary {
        overflow: hidden;
        padding: 10px 10px 15px 10px;
        margin: 0 0 15px 0;
    }
        .feature-box .summary p {
            padding: 0;
            margin: 0;
        }
        .feature-box .summary p + p {
            margin: 15px 0 0 0;
        }
    .feature-box .button {
        display: block;
    }

/* ---- Staff List ---- */

.staff-list {
    overflow: hidden;
}
    .staff-list .feature-box {
        background: none;
    }
    .staff-list .thumb {
        max-width: 180px;
        max-height: 180px;
        -moz-border-radius: ;
        border-radius: 100px;
        overflow: hidden;
        margin: 0 auto;
        background: none;
    }
    .staff-list .title {
        text-align: center;
    }
    .staff-list .summary {
        text-align: center;
    }

/* ---- Image List ---- */

.image-list .list-item {
    display: table;
    width: 100%;
}
.image-list .list-item + .list-item {
    padding: 30px 0 0 0;
}
.image-list .thumb {
    display: table-cell;
    vertical-align: top;
    width: 220px;
}
.image-list .thumb img {
    width: 100%;
    height: auto;
}
.image-list .thumb-description {
    padding: 6px 0 0 0;
    margin: 0;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.25rem;
}
.image-list .summary {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 20px;
}

/* ---- Testimonials ---- */

.testimonials .testimonial-wrapper {
    padding: 20px;
    margin: 0;
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 4px;
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
}
.testimonials .testimonial {
    display: inline;
    font-size: 1.071rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 2;
}
.testimonials .quote {
    color: #ccc;
    font-size: 0.75rem;
    position: relative;
}
.testimonials .quote-left {
    top: -4px;
    left: 0;
}
.testimonials .quote-right {
    bottom: 4px;
    right: -2px;
}
.testimonials .reference {
    position: relative;
    z-index: 2;
    font-weight: bold;
    padding: 8px 0 0 0;
    margin: 0;
}
.testimonials .reference:before {
    content: "- ";
}

/* ---- Gallery ---- */

.gallery {
    padding: 0 0 20px 0;
}
    .gallery .gallery-categories {
        padding: 0 0 20px 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
        .gallery .gallery-categories .category {
            display: inline-block;
            padding: 5px;
            margin: 0 10px 5px 10px;
            cursor: pointer;
            color: #888;
            border-bottom: 2px solid transparent;
        }
        .gallery .gallery-categories .category.active,
        .gallery .gallery-categories .category:hover {
            color: #02468d;
            border-color: #02468d;
        }
    .gallery .gallery-items {
        overflow: hidden;
        position: relative;
    }
    .gallery .gallery-item {
        float: left;
        display: block;
        position: relative;
        width: 25%;
        -webkit-transition: -webkit-transform 600ms ease;
        transition: transform 600ms ease;
    }
    .gallery .gallery-item.hide {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
            .gallery .gallery-item .media-icon {
                display: block;
                color: #fff;
                font-size: 2.5rem;
                text-align: center;
                position: relative;
                top: 30px;
                opacity: 0;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
            }
            .gallery .image .media-icon:after {
                /*content: "\f03e";*/
            }
            .gallery .video .media-icon:after {
                /*content: "\f03d";*/
            }
    .gallery .thumb-wrapper {
        display: block;
        overflow: hidden;
        position: relative;
        background: #4a4a4a;
    }
        .gallery .thumb-wrapper:hover .description-wrapper {
            opacity: 1;
        }
        .gallery .thumb-wrapper:hover .description {
            opacity: 1;
            top: 0;
        }
        .gallery .thumb-wrapper:hover .media-icon {
            opacity: 1;
            top: 0;
        }
    .gallery .thumb {
        display: block;
        width: 100.5%;
        height: auto;
        overflow: hidden;
    }
    .gallery .description-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0,0,0);
        background: rgba(0,0,0,0.6);
        opacity: 0;
        -webkit-transition: opacity 500ms ease;
        transition: opacity 500ms ease;
    }
    .gallery .description {
        display: block;
        text-align: center;
        padding: 0;
        margin: 25% 7.5% 15% 6%;
        font-size: 0.929rem;
        line-height: 1.375rem;
        color: #fff;
        opacity: 0;
        position: relative;
        top: -30px;
        -webkit-transition: all 400ms ease;
        transition: all 400ms ease;
    }

/* ---- Blog ---- */

.blog-list {
    float: left;
    width: 70%;
    overflow: hidden;
}

.blog-post + .blog-post {
    margin: 80px 0 0 0;
}
    .blog-post .thumb {
        display: block;
        overflow: hidden;
        max-height: 280px;
        background: #4a4a4a;
    }
        .blog-post .thumb img {
            width: 100%;
            height: auto;
            -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
        }
        .blog-post .thumb:hover img {
            opacity: 0.5;
        }
        .blog-post .title a,
        .blog-post .title a:hover {
            text-decoration: none;
        }

/* ---- Sidebar ---- */

.sidebar {
    float: right;
    width: 28%;
    overflow: hidden;
    background: #ddd;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .sidebar .title {
        font-size: 1.5em;
        line-height: 1.25em;
        font-weight: normal;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .sidebar .item-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        .sidebar .item-list li {
            padding: 0 0 8px 0;
        }
        .sidebar .item-list li:before {
            display: inline-block;
            content: "\f105";
            padding: 0 10px 0 0;
        }

/* ---- Contact Map ---- */

.contact-map-wrapper {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
a.contact-map-wrapper {
    display: block;
    background: #000;
}
    a.contact-map-wrapper img {
        -webkit-transition: opacity ease 400ms;
        transition: opacity ease 400ms;
    }
    a.contact-map-wrapper:hover img {
        opacity: 0.6;
    }
    .contact-map-wrapper img {
        width: 100%;
    }
    .contact-map-wrapper .caption {
        position: absolute;
        bottom: 5%;
        left: 20px;
    }
        .contact-map-wrapper .title {
            font-size: 1.125em;
            font-weight: bold;
        }
        .contact-map-wrapper p {
            padding: 0;
            margin: 0;
        }
        .contact-map-wrapper p + p {
            margin: 6px 0 0 0;
        }
            .contact-map-wrapper p span {
                display: inline-block;
                padding: 6px;
                background: #fff;
            }

/* ---- Contact Area ---- */

.contact-container {
    float: right;
    width: 45%;
    margin: 0 0 40px 5%;
}
.contact-container + .contact-container {
    float: left;
    margin-left: 0;
}
    .contact-container iframe {
        width: 100%;
        height: 160px;
        border: 0;
        padding: 0;
        margin: 0 0 15px 0;
    }
    .contact-container p {
        padding: 0;
        margin: 0 0 10px;
        font-size: 0.75rem;
        line-height: 1.125rem;
    }
    .contact-container label,
    .contact-container input[type="text"],
    .contact-container input[type="email"],
    .contact-container textarea {
        width: 100%;
    }
    .contact-container input[type="submit"] {
        float: right;
        margin: 14px 0 0 0;
    }

/* ---- Lightbox ---- */

.lightbox .large-media {
    display: none;
}

#lighbox-wrapper {
    display: none;
}

#lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
    z-index: 9998;
}

#lightbox-media {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0 0 20px 0;
    z-index: 9999;
}
    #lightbox-media #close-lightbox {
        display: block;
        width: 50px;
        text-align: center;
        margin: 15px auto;
        color: #fff;
        position: relative;
        z-index: 20;
        cursor: pointer;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease;
    }
    #lightbox-media #close-lightbox:hover {
        opacity: 0.5;
    }
    #lightbox-media img {
        display: block;
        margin: 0 auto;
        width: auto;
        max-width: 80%;
        height: auto;
        max-height: 70%;
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }
    #lightbox-media iframe {
        display: block;
        margin: 0 auto;
        width: 700px;
        max-width: 80%;
        height: 500px;
        max-height: 70%;
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
    }
    #lightbox-media .caption-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        text-align: center;
        width: 100%;
    }
    #lightbox-media .caption {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 6px;
        max-width: 80%;
    }
    #lightbox-media .controls {
        position: absolute;
        top: 12px;
        left: 50%;
        width: 300px;
        margin: 0 0 0 -150px;
    }
    #lightbox-media .control {
        font-size: 1.75rem;
        color: #fff;
        cursor: pointer;
        -webkit-transition: opacity 300ms ease;
        transition: opacity 300ms ease;
    }
    #lightbox-media .control:hover {
        opacity: 0.5;
    }
    #lightbox-media .prev {
        float: left;
        margin: 0 0 0 4%;
    }
    #lightbox-media .next {
        float: right;
        margin: 0 4% 0 0;
    }

/*------------------------------
Footer
------------------------------*/

#main-footer {
    background: #02468d;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}
    #main-footer a {
        color: #fff;
    }
    #main-footer .social-list-title {
        color: #fff;
        font-size: 0.75rem;
        text-transform: uppercase;
        padding: 0 0 10px 0;
        margin: 0 auto;
    }
    #main-footer .social-list li {
        display: inline-block;
        margin: -12px 0 8px 0;
    }
    #main-footer .social-list li + li {
        margin-left: 10px;
    }
    #main-footer .social-list a {
        display: block;
        text-decoration: none;
        font-size: 1.625rem;
        line-height: 0.75rem;
        width: 28px;
        color: #f0f0f0;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    }
    #main-footer .social-list a:hover {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    #main-footer .social-list .facebook:hover {
        color: #3d5a99;
    }
    #main-footer .social-list .twitter:hover {
        color: #4a9ed1;
    }
    #main-footer .social-list .google-plus:hover {
        color: #dd4b39;
    }
    #main-footer .social-list .instagram:hover {
        color: #33628a;
    }
    #main-footer .social-list span {
        display: block;
        text-indent: -9999px;
    }
    #main-footer .copyright {
        font-size: 0.688rem;
        padding: 0;
    }

/*------------------------------
Breakpoint: 756 - 1023
------------------------------*/

@media (min-width: 756px) and (max-width: 1023px) {
    
    /* ---- Header ---- */

    #main-header .logo {
        width: 315px;
    }

    #main-nav .level-1 {
        padding: 4px 0 0 0;
    }
    #main-nav .nav-item {
        font-size: 0.786rem;
    }
}

/*------------------------------
Breakpoint: < 756
------------------------------*/

@media (max-width: 755px) {

    /* ---- Content ---- */

    a[href^="tel:"] {
        text-decoration: underline;
        cursor: pointer;
    }
    a[href^="tel:"]:hover {
        color: #02468d;
        cursor: pointer;
    }

    /* ---- Header ---- */

    #main-header {
        padding: 20px 0 0 0;
    }
        #main-header .logo {
            width: 52%;
            min-width: 240px;
            margin: 7px 0 0 0;
        }
            #main-header .logo span {
                display: table-cell;
                height: 32px;
                vertical-align: bottom;
            }

    #mobile-nav-control {
        text-align: right;
    }
    #mobile-nav-btn {
        display: inline-block;
        width: auto;
        background: transparent;
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        text-transform: uppercase;
        padding: 13px 5px;
        margin: 0;
        border: 0;
        cursor: pointer;
        color: #02468d;
    }
    #mobile-nav-btn:hover {
        opacity: 0.75;
    }
    #main-nav {
        position: relative;
        float: none;
        width: auto;
    }
        #main-nav .level-1 .nav-level,
        #main-nav .nav-level .nav-item a,
        #main-nav .nav-level .nav-item + .nav-item a {
            background: none;
            border: 0;
            height: auto;
            padding: 0;
            margin: 0;
        }
        #main-nav .level-1 {
            display: block;
            height: 0;
            overflow: hidden;
            background: #02468d;
            position: absolute;
            top: -4px;
            left: 0;
            width: 100%;
            opacity: 0;
            z-index: 5;
            padding: 0 0 15px 0;
        }
        #main-nav .level-1 .nav-item a,
        #main-nav .level-1 .nav-item + .nav-item a {
            display: block;
            margin: 15px 0 0 0;
            color: #fff;
        }
        #main-nav.open .level-1 {
            height: auto;
            opacity: 1;
            -webkit-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
        }
            #main-nav .level-1 .nav-level {
                display: block;
                opacity: 1;
                position: static;
                -webkit-transition: none;
                transition: none;
            }
            #main-nav .level-1 .nav-item {
                padding: 0 45px 0 15px;
                margin: 0;
                text-transform: none;
                position: relative;
            }
            #main-nav .level-1 > .nav-item + .nav-item {
                margin: 0;
            }
            #main-nav .has-children {
                display: inline-block;
                position: absolute;
                right: 15px;
                top: 0;
                z-index: 101;
                cursor: pointer;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }
            #main-nav .has-children.open {
                -ms-transform:rotate(180deg);
                -webkit-transform:rotate(180deg);
                transform:rotate(180deg);
            }
        #main-nav .nav-item,
        #main-nav .level-1 > .nav-item {
            font-size: 1rem;
            line-height: 1.25rem;
            display: block;
            text-align: left;
        }

    /* ---- Gallery ---- */

    .gallery .gallery-item {
        width: 33.33333333%;
    }
}

/*------------------------------
10. Breakpoint: < 480
------------------------------*/

@media (max-width: 480px) {

    /* ---- Header ---- */
    #main-header {
        padding: 20px 0 0 0;
    }

    /* ---- Headings ---- */

    .home .section-title {
        text-align: center;
    }
        .home .section-title span {
            display: block;
            width: auto;
        }

    /* ---- Images ---- */

    .main-content img,
    .main-content img.left,
    .main-content img.right {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    /* ---- Tables ---- */

    table {
        width: 100%;
    }

    /* ---- Forms and Inputs ---- */

    .button,
    button,
    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        width: 100%;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"],
    textarea {
        padding-left: 0;
        padding-right: 0;
    }

    /* ---- Slider ---- */

    .slider .main-caption-wrapper {
        left: 0;
        margin: 0;
        width: 100%;
    }
    .slider .main-caption {
        width: 100%;
    }

    /* ---- Feature Boxes ---- */

    .feature-box,
    .feature-box:nth-child(2n+1) {
        float: none;
        width: auto;
        padding: 0;
        margin: 0 0 30px 0;
    }

    /* ---- Image List ---- */

    .image-list .list-item,
    .image-list .thumb,
    .image-list .summary {
        display: block;
        width: auto;
    }
    .image-list .thumb img {
        margin: 0;
    }
    .image-list .thumb-description {
        padding: 18px 0 6px 0;
    }
    .image-list .summary {
        padding: 0;
    }

    /* ---- Gallery ---- */

    .gallery .gallery-item {
        width: 50%;
    }
    .gallery .thumb-wrapper:hover .description {
        display: none;
    }

    /* ---- Blog ---- */

    .blog-list {
        float: none;
        width: auto;
    }

    .blog-post .thumb img {
        padding: 0;
        margin: 0;
    }

    /* ---- Sidebar ---- */

    .sidebar {
        float: none;
        width: auto;
        margin: 40px 0 0 0;
    }

    /* ---- Contact Area ---- */

    .contact-container {
        float: none;
        width: auto;
        padding: 0 0 30px 0;
        margin: 0;
        overflow: hidden;
    }
    .contact-container + .contact-container {
        float: none;
        margin: 20px 0 0 0;
    }

}


/* About images */

.about-image-1 {
float:left;
width: 40%;
margin-top: 50px;
}
.about-image-2 {
float:left;
width:30%;
margin-left: 10%;
margin-top: 50px;
}
@media (max-width: 480px) {
    .about-image-1 {
float:left !important;
width: 45% !important;
margin-top: 20px !important;
}
.about-image-2 {
float:left !important;
width:45% !important;
margin-left: 10% !important;
margin-top: 20px !important;
}
}