@charset "utf-8";
/*
Template Name: Flaflow
Author: <a href="http://www.os-templates.com/">OS Templates</a>
Author URI: http://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: http://www.os-templates.com/template-terms
File: Layout CSS
*/

/*@import url("fontawesome-4.4.0.min.css");*/
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row1, .row1 a {
}

.row2, .row2 a {
}

.row3, .row3 a {
}

.row4 {
    border-top: 1px solid;
}

.row5, .row5 a {
}

.row6, .row6 a {
}


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

    #header #logo {
    }

        #header #logo h1 {
            margin: 0;
            padding: 0;
            font-size: 22px;
        }

/* sidenav
--------------------------------------------------------------------------------------------------------------- */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    background-image: url(../../images/bgnav.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 5px 5px 5px 32px;
        text-decoration: none;
        font-size: 20px;
        color: #f5fac2;
        display: block;
        transition: 0.3s
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover, .offcanvas a:focus {
            color: #ffd842;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

div.members {
    margin: 10px 0;
}

    div.members > h2 {
        padding-left: 10px;
        border-bottom: 1px dotted #888888;
        color: #799fb0;
        font-weight: normal;
    }

/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro {
    padding: 60px 0;
}

    #pageintro .introtxt {
        display: block;
        max-width: 60%;
        background-image: url(../../images/logo.png);
        background-repeat: no-repeat;
        padding: 0 0 0 80px;
    }

        #pageintro .introtxt * {
            margin: 0;
        }

        #pageintro .introtxt .heading {
            margin-bottom: 15px;
            font-size: 46px;
        }

        #pageintro .introtxt p {
            font-size: 16px;
            line-height: 1.4;
        }



.hpSpine {
	margin-bottom:0.243%;
	margin-left:5%;
	padding-right:17%;
}


/* Services
--------------------------------------------------------------------------------------------------------------- */
#services {
    position: relative;
}

    #services .table {
        padding-top: 1px;
    }

    #services .table-cell {
        width: 25%;
        margin-top: -1px;
        padding: 3%;
        border: solid;
        border-width: 1px 1px 1px 0;
    }

        #services .table-cell:last-child {
            border-right: 0;
        }

    #services article {
        display: block;
        position: relative;
        min-height: 80px;
        padding: 0 0 0 70px;
    }

        #services article::before, #services article::after {
            display: table;
            content: "";
        }

        #services article::after {
            clear: both;
        }

        #services article * {
            margin: 0;
            line-height: 1;
        }

        #services article i {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 50px;
            height: 50px;
            line-height: 48px;
            border: 1px solid;
            text-align: center;
            font-size: 24px;
        }

        #services article .heading {
            margin-bottom: 10px;
            font-size: 1.2rem;
        }

        #services article p {
            margin-bottom: 10px;
            line-height: 1.4;
        }


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container {
    padding: 80px 0;
}

    /* Content */
    .container .content {
    }

.element .table-cell {
    width: 25%;
    height: 100%;
    text-align: center;
    border: 1px solid;
    border-collapse: collapse;
}

.element .txtwrap {
    padding: 20px 15px;
}

    .element .txtwrap * {
        line-height: 1;
    }

    .element .txtwrap .heading {
        margin-bottom: 10px;
        font-size: 1.2rem;
    }

    .element .txtwrap p {
        margin: 0 0 15px 0;
        line-height: 1.4;
    }

    .element .txtwrap footer {
    }

/* Comments */
#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

#comments li {
    margin: 0 0 10px 0;
    padding: 15px;
}

#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid;
}

#comments address {
    font-weight: bold;
}

#comments time {
    font-size: smaller;
}

#comments .comcont {
    display: block;
    margin: 0;
    padding: 0;
}

    #comments .comcont p {
        margin: 10px 5px 10px 0;
        padding: 0;
    }

#comments form {
    display: block;
    width: 100%;
}

#comments input, #comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
}

#comments textarea {
    overflow: auto;
}

#comments div {
    margin-bottom: 15px;
}

#comments input[type="submit"], #comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}

/* Sidebar */
.container .sidebar {
}

.sidebar .sdb_holder {
    margin-bottom: 50px;
}

    .sidebar .sdb_holder:last-child {
        margin-bottom: 0;
    }


/* Clients
--------------------------------------------------------------------------------------------------------------- */
#clients {
}

    #clients #testimonials {
    }

        #clients #testimonials li blockquote {
            display: block;
            position: relative;
            width: 100%;
            margin: 0 0 30px 0;
            padding: 30px;
            line-height: 1.4;
            border: solid;
            border-width: 0 0 1px 0;
            z-index: 1;
        }

            #clients #testimonials li blockquote::before {
                display: none;
            }

            #clients #testimonials li blockquote::after {
                display: block;
                position: absolute;
                bottom: 0;
                left: 50%;
                margin: 0 0 -18px -18px;
                content: "";
                border: solid;
                border-width: 18px 18px 0 18px;
            }

        #clients #testimonials li figure {
            text-align: center;
        }

            #clients #testimonials li figure img {
                margin-bottom: 15px;
            }

            #clients #testimonials li figure figcaption {
            }

                #clients #testimonials li figure figcaption * {
                    display: block;
                    margin: 0;
                    padding: 0;
                    line-height: 1;
                }

                #clients #testimonials li figure figcaption strong {
                    margin-bottom: 5px;
                }

                #clients #testimonials li figure figcaption br {
                    display: none;
                }

                #clients #testimonials li figure figcaption em {
                    font-size: .8rem;
                }

    #clients #logos {
    }

        #clients #logos li {
            float: left;
            width: 16%;
            margin-left: 5%;
        }

            #clients #logos li:first-child {
                margin-left: 0;
            }
            /* The following doesn't work in any current IE browser - sad realy */
            #clients #logos li img {
                filter: grayscale(1);
            }

            #clients #logos li:hover img {
                filter: grayscale(0);
            }


/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer {
    padding: 80px 0;
}

    #footer .title {
        margin: 0 0 30px 0;
        padding: 0 0 8px 0;
        border-bottom: 1px solid;
        font-size: 12px;
    }

    #footer .linklist li {
        margin-bottom: 10px;
    }

        #footer .linklist li:last-child {
            margin-bottom: 0;
        }

    #footer .font-xs {
        margin: 0;
    }

#copyright > p {
    font-size: 14px;
}


/* Newsletter
--------------------------------------------------------------------------------------------------------------- */
#newsletter {
    padding: 50px 0;
}

    #newsletter .heading {
        margin: 5px 0 0 0;
        padding: 0;
    }

        #newsletter .heading i {
            margin-right: 8px;
        }

    #newsletter input, #newsletter button {
        display: block;
        height: 38px;
        padding: 10px 12px;
        border: none;
    }

    #newsletter button {
        padding: 0 12px 2px;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
    }


/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright {
    padding: 20px 0;
}

    #copyright * {
        margin: 0;
        padding: 0;
    }


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after {
    transition: all .3s ease-in-out;
}

#mainav form * {
    transition: none !important;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav, #breadcrumb, .sidebar nav {
    line-height: normal;
}

    #mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after {
        position: absolute;
        font-family: "FontAwesome";
        font-size: 10px;
        line-height: 10px;
    }

/* Top Navigation */
#mainav {
}

    #mainav ul.clear {
        margin-top: 3px;
    }

    #mainav ul {
        text-transform: uppercase;
    }

        #mainav ul ul {
            z-index: 9999;
            position: absolute;
            width: 180px;
            text-transform: none;
        }

            #mainav ul ul ul {
                left: 180px;
                top: 0;
            }

    #mainav li {
        display: inline-block;
        position: relative;
        margin: 0 15px 0 0;
        padding: 0;
    }

        #mainav li:last-child {
            margin-right: 0;
        }

        #mainav li li {
            width: 100%;
            margin: 0;
        }

        #mainav li a {
            display: block;
            padding: 0 10px;
        }

        #mainav li li a {
            border: solid;
            border-width: 0 0 1px 0;
        }

    #mainav .drop {
        padding-left: 15px;
    }

    #mainav li li a, #mainav li li .drop {
        display: block;
        margin: 0;
        padding: 10px 15px;
    }

        #mainav .drop::after, #mainav li li .drop::after {
            content: "\f0d7";
        }

    #mainav .drop::after {
        top: 5px;
        left: 5px;
    }

    #mainav li li .drop::after {
        top: 15px;
        left: 5px;
    }

    #mainav ul ul {
        visibility: hidden;
        opacity: 0;
    }

    #mainav ul li:hover > ul {
        visibility: visible;
        opacity: 1;
    }

    #mainav form {
        display: none;
        margin: 0;
        padding: 0;
    }

        #mainav form select, #mainav form select option {
            display: block;
            cursor: pointer;
            outline: none;
        }

        #mainav form select {
            width: 100%;
            padding: 5px;
            border: 1px solid;
        }

            #mainav form select option {
                margin: 5px;
                padding: 0;
                border: none;
            }

/* Breadcrumb */
#breadcrumb {
    padding: 100px 0 30px;
    text-transform: uppercase;
    text-align: right;
}

    #breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #breadcrumb li {
        display: inline-block;
        margin: 0 6px 0 0;
        padding: 0;
    }

        #breadcrumb li a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0 12px 0 0;
            font-size: 12px;
        }

            #breadcrumb li a::after {
                top: 3px;
                right: 0;
                content: "\f101";
            }

        #breadcrumb li:last-child a {
            margin: 0;
            padding: 0;
        }

            #breadcrumb li:last-child a::after {
                display: none;
            }

/* Sidebar Navigation */
.sidebar nav {
    display: block;
    width: 100%;
}

    .sidebar nav li {
        margin: 0 0 3px 0;
        padding: 0;
    }

    .sidebar nav a {
        display: block;
        position: relative;
        margin: 0;
        padding: 5px 10px 5px 15px;
        text-decoration: none;
        border: solid;
        border-width: 0 0 1px 0;
    }

        .sidebar nav a::after {
            top: 9px;
            left: 5px;
            content: "\f101";
        }

    .sidebar nav ul ul a {
        padding-left: 35px;
    }

        .sidebar nav ul ul a::after {
            left: 25px;
        }

    .sidebar nav ul ul ul a {
        padding-left: 55px;
    }

        .sidebar nav ul ul ul a::after {
            left: 45px;
        }

/* Pagination */
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

    .pagination li {
        display: inline-block;
        margin: 0 2px 0 0;
    }

        .pagination li:last-child {
            margin-right: 0;
        }

    .pagination a, .pagination strong {
        display: block;
        padding: 8px 11px;
        border: 1px solid;
        background-clip: padding-box;
        font-weight: normal;
    }

/* Back to Top */
#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
}

    #backtotop i {
        display: block;
        width: 100%;
        height: 100%;
        line-height: inherit;
    }

    #backtotop.visible {
        visibility: visible;
        opacity: .5;
    }

    #backtotop:hover {
        opacity: 1;
    }


/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td {
    border: 1px solid;
    border-collapse: collapse;
    vertical-align: top;
}

table, th {
    table-layout: auto;
}

table {
    width: 100%;
    margin-bottom: 15px;
}

th, td {
    padding: 5px 8px;
}

td {
    border-width: 0 1px;
}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

    #gallery figure figcaption {
        display: block;
        width: 100%;
        clear: both;
    }

    #gallery li {
        margin-bottom: 30px;
    }

/* Responsive Video Container
--------------------------------------------------------------------------------------------------------------- */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom:7px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
body {
    color: #ffffff;
    border-top: 5px solid #ffcc00;
    background-color: #002a42;
    background-image: url("../../images/bgpic.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-family: "Abel",sans-serif;
}

    body.inside {
        background-image: url("../../images/banner01.jpg");
    }

a {
    color: #ffffff;
}

    a:active, a:focus {
        background: transparent;
    }
/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox {
    border-color: #D7D7D7;
}

label span {
    color: #FF0000;
    background-color: inherit;
}

input:focus, textarea:focus, *:required:focus {
    border-color: #EA9F15;
}

.overlay {
    color: #FFFFFF;
    background-color: inherit;
}

    .overlay::after {
        color: inherit;
        background-color: rgba(0,0,0,.55);
    }

.btn {
    color: #FFFFFF;
    background-color: #fe9c27;
    border-color: #fe9c27;
}

    .btn:hover {
        color: inherit;
        background-color: transparent;
        border-color: inherit;
    }

.news {
    padding: 0 30px;
    margin-bottom: 20px;
}

.corners {
    background-image: url("../../images/readingspots.png");
    background-repeat: no-repeat;
    min-height: 90px;
    padding: 0 30px 0 120px;
}

    .corners > h3 {
        margin: 0;
    }

        .corners > h3 > a {
            color: #0077ac;
            font-family: abel;
            font-size: 20px;
        }

    .corners > p {
        text-align: left;
    }
/* Rows */
.row1 {
    color: #FFFFFF;
}

.row2 {
    color: #ffffff;
}

.row3 {
    color: #ffffff;
    ;
}

.row4 {
    color: #ffffff;
    border-color: #D7D7D7;
}

.row5 {
    color: #FFFFFF;
    background-color: #000000;
}

.row6, .row6 a {
    color: #ffffff;
}


/* Header */
#header #logo a {
    color: inherit;
}


/* Services */
#services .table-cell {
    border-color: #D7D7D7;
}

#services article i {
    color: #fe9c27;
    border-color: #D7D7D7;
}

#services .table-cell:hover i {
    color: #FFFFFF;
    background-color: #fe9c27;
    border-color: #fe9c27;
}


/* Content Area */
.table.element .table-cell {
    border-color: rgba(215,215,215,.25); /* #D7D7D7 */
}

.element .table-cell {
    color: #888888;
    background-color: #FFFFFF;
}

p {
    font-size: 17px;
    text-align: justify;
    line-height: 22px;
}

.article {
    padding: 0 20px;
}

/* Clients */
#clients #testimonials li blockquote {
    color: #888888;
    background-color: rgba(255,255,255,.75);
    border-color: #FFFFFF;
}

#clients #testimonials li:hover blockquote {
    background-color: #FFFFFF;
}

#clients #testimonials li blockquote::before {
    color: #6D758D;
}

#clients #testimonials li blockquote::after {
    border-color: transparent;
    border-top-color: #FFFFFF;
}


/* Footer */
#footer .title {
    border-color: #D7D7D7;
}


/* Newsletter */
#newsletter .heading {
    color: inherit;
}

#newsletter input {
    color: #000000;
    background-color: #FFFFFF;
}

#newsletter button {
    color: #FFFFFF;
    background-color: #EA9F15;
}

h1.heading {
    font-family: "Dosis",sans-serif;
    border-bottom: 4px solid #fe9c27;
    display: inline-block;
    font-size: 40px;
    padding: 0 10px 4px 0;
}

h2.heading {
    color: #ffc05d;
    margin: 0 0 20px 4px;
    font-family: "Fjalla One",sans-serif;
    font-weight: normal;
    font-size: 24px;
}

/* Navigation */
#mainav li a {
    color: inherit;
}

#mainav .active a, #mainav a:hover, #mainav li:hover > a {
    color: #EA9F15;
    background-color: inherit;
}

#mainav li li a, #mainav .active li a {
    color: #FFFFFF;
    background-color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.6);
}

#mainav li li:hover > a, #mainav .active .active > a {
    color: #FFFFFF;
    background-color: #EA9F15;
}

#mainav form select {
    color: #FFFFFF;
    background-color: #000000;
    border-color: rgba(136,136,136,.5); /* #888888 */
}

#breadcrumb a {
    color: inherit;
    background-color: inherit;
}

#breadcrumb li:last-child a {
    color: #EA9F15;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7;
}

    .container .sidebar nav a:hover {
        color: #EA9F15;
    }

.pagination a, .pagination strong {
    border-color: #D7D7D7;
}

.pagination .current * {
    color: #FFFFFF;
    background-color: #EA9F15;
}

#backtotop {
    color: #FFFFFF;
    background-color: #EA9F15;
}


/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea {
    border-color: #D7D7D7;
}

    #comments input:focus, #comments textarea:focus, #comments *:required:focus {
        border-color: #EA9F15;
    }

th {
    color: #FFFFFF;
    background-color: #373737;
}

tr, #comments li, #comments input[type="submit"], #comments input[type="reset"] {
    color: inherit;
    background-color: #FBFBFB;
}

    tr:nth-child(even), #comments li:nth-child(even) {
        color: inherit;
        background-color: #F7F7F7;
    }

table a, #comments a {
    background-color: inherit;
}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport {
    width: device-width;
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px) {
    .hoc {
        max-width: 978px;
    }
    .artlstbox {
		min-height:290px;
    }
}


/* Smartphone + Tablet
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px) {
    .hoc {
        max-width: 90%;
    }

    #header {
        padding-bottom: 50px;
    }

    #mainav {
    }

        #mainav ul {
            display: none;
        }

        #mainav form {
            display: block;
        }

    #breadcrumb {
    }

    .container {
    }

    #comments input[type="reset"] {
        margin-top: 10px;
    }

    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }

    #footer {
    }

    #copyright {
    }

        #copyright p:first-of-type {
            margin-bottom: 10px;
        }
}

@media screen and (min-width:751px) and (max-width:900px) {
    #services article {
        min-height: none;
        padding: 0;
        text-align: center;
    }

        #services article i {
            position: relative;
            top: auto;
            left: auto;
            margin: 0 auto 15px;
        }
}

@media screen and (max-width:750px) {
    .imgl, .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }

    .fl_left, .fl_right {
        display: block;
        float: none;
    }

    .one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }

    #header {
        text-align: center;
    }

        #header #logo {
            margin-bottom: 25px;
        }

    #pageintro {
        padding: 140px 0 80px;
    }

        #pageintro .introtxt {
            max-width: none;
        }

            #pageintro .introtxt .heading {
                font-size: 36px;
            }

    #services .table, #services .table-row, #services .table-cell {
        display: block;
        width: 100%;
    }

    #services .table-cell {
        padding: 5%;
    }

    .element {
        display: block;
        width: 100%;
    }

        .element::before, .element::after {
            display: table;
            content: "";
        }

        .element::after {
            clear: both;
        }

        .element .table-cell {
            display: block;
            float: left;
            width: 50%;
            max-width: 320px;
            margin: 0;
        }

            .element .table-cell:nth-child(3) {
                clear: left;
            }

    #newsletter input {
        display: block;
        width: 100%;
    }

    #newsletter form, #newsletter button {
        margin-bottom: 0;
    }

    #footer {
        padding-bottom: 50px;
    }
}

@media screen and (max-width:450px) {
    #clients #logos li {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
        text-align: center;
    }

        #clients #logos li:last-child {
            margin: 0;
        }

    .element .table-cell {
        display: block;
        float: none;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}

/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }

        .scrollable table {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

    .inline li {
        display: block;
        margin-bottom: 10px;
    }

    .pushright li {
        margin-right: 0;
    }

    .font-x2 {
        font-size: 1.4rem;
    }

    .font-x3 {
        font-size: 1.6rem;
    }
    
    .hpSpine {  
		margin: 1% 1% 1% 31%;
		padding:0;
	}
}

.social {
    font-size: 25px;
    text-align: right;
}

    .social > a:hover {
        color: #fff;
    }
/* sswb sub nav box */
.nav_subbox {
	width:88%;
	margin:0.2% auto 2% auto;
	background-color:rgba(55, 179, 237, 0.3);
}

/*sswb forms */

form.sswb{
    background-color:rgba(0,0,0,0.1);
    padding:15px 20px;;
    border-radius:5px;
    border:1px solid #212228;
}

form.sswb label{
	color:#F9E753;
}

form.sswb input[type=text], input[type=password], select, textarea {
    width: 100%;
    padding: 4px 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color:#000!important;
    font-size:16px;
}

    form.sswb input[type=submit] {
        width: 100%;
        background-color: #4CAF50;
        color: white;
        padding: 4px 8px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
    }

    form.sswb input[type=submit]:hover {
        background-color: #45a049;
    }
    
.inline-form-group {
	width:100%;
}    
.inline-form-group select.inline-select {
	width:32.8%;
	display:inline-block;
}

table.sswb {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.sswb th {
    background-color: #ffc05d;
    text-align: left;
    color: #000000;
    border: none;
}
.sswb tr {
    background-color: transparent !important;
    color: #ffffff !important;
    font-size:16px!important;
}
.sswb td {
    background-color: transparent !important;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    padding: 3px 5px;
}

.sswb tr:nth-child(even) {
    background-color: #f2f2f2
}

#fakeHeightDv {
	min-height:82px;
}
.pagination-sswb {
	text-align:right;
	margin-bottom:15px;
}
.hdn3 {
	color:#E5DB78;
}
.btn-gal {
	color: #FFFFFF;
	background-color: #33889E;
	text-align:center;
	display:inline-block; padding:15px 25px 17px; margin:4px; text-transform:uppercase; border:1px solid #377B8C;
}
.btn-gal:hover {
	color: inherit;
	background-color: #2C4B90;
	border-color: inherit;
	text-decoration:none;
}
.galrbox {
 clear:both;
 margin:30px auto;
 border:0;
}
.galrbox img.galpixr {
	width:19.00%;
	height:auto;
	margin:3px;
}
.font-s1x {
font-size: 1.106rem;
}
.doxTitleColr { 
	color:#9abbfd;
}
ul#sfp li, ul#sfpAro li {
 line-height:2em;
 padding-left:0px;
 padding-top:5px;
 padding-bottom:5px;
 font-size:14px;
 list-style-type:none;
 list-style:none;
 display: table-row;
}
ul#sfp li:before {
 font-family: 'FontAwesome';
 content: "\f0f3";
 margin-right:15px;
 display: table-cell;
 padding: 0 10px 0 0;
}
ul#sfpAro li:before {
 font-family: 'FontAwesome';
 /*content: "\f13d"; anchor*/
 content: "\f00c"; /*check*/
 margin-right:15px;
 display: table-cell;
 padding: 0 10px 0 0;
}