@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/opensans-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.book h1, .book h2 {
    color: #ffffff !important;
}
.noscale {
    width: auto !important;
}
body {
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #777777;
    overflow-y: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    padding: 0px;
}

a {
    color: #f54828;
}

a:hover {
    text-decoration: none;
}

::selection {
    background: #f54828;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #444444;
    font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

strong, b {
    font-weight: 700;
}

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

.social-icons a {
    display: inline-block;
    width: 15px;
    margin-top: -17px;
    padding-top: 26px;
    margin-bottom: -20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #081e36;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.social-icons a:hover {
    color: #98bee3;
}
.social-icons img {
    height: 14px;
    position: relative;
    top: -2px;
}

.top-margin {
    margin-top: -15px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

h3.top-margin .phonenumber {
    color: #ebd636;
    text-shadow: 1px 1px 1px #000000;
}

.dblue {
    color: #081e36;
}

.header-logo {
    max-height: 35px;
    max-width: 35px;
    float: left;
    margin-right: 10px;
}

.full-width {
    min-width: 270px;
}

.nav {
    margin-top: 28px;
    /* this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items */
}

.navbar {
    background: #ffffff;
    min-height: 0;
    border-radius: 0;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 10px solid #081e36;
}

.navbar-brand {
    padding: 0;
}

.nav {
    margin-top: 0;
}

.navbar-nav>li {
    margin-left: 2px;
}

.navbar-nav > li > a {
    color: #081e36;
    border-radius: 0px;
    margin-top: -26px;
    padding-top: 26px;
    margin-bottom: -20px;
    padding-bottom: 20px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-nav > li.active > a:before, .navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before, .extra-nav-class a.dropdown-toggle:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid #f54828;
    border-right: 6px solid transparent;
    position: absolute;
    top: 0px;
    right: -4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    border-radius: 3px 3px 0 0 !important;
    background-color: #f54828;
    color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
    margin: 20px 0px 0 0px !important;
    background-color: #555555;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 165px;
}

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0px;
    font-size: 13px;
}

.dropdown-menu > li > a {
    color: #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px !important;
    border-bottom: 1px solid #081e36 !important;
    border-top: 1px solid #081e36 !important;
    background: #081e36 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #f54828 !important;
    color: #ffffff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown-toggle i {
    font-weight: 700;
}

.navbar-brand img {
    max-width: 100%;
}

.wowmenu.tiny {
    top: 0;
    background: rgba(255, 255, 255, 0.97) !important;
    padding-top: 10px;
    padding-bottom: 0px;
    max-height: 54px;
}

.wowmenu.tiny .navbar-nav > li > a {
    line-height: 24px;
    margin-top: -26px;
    padding-top: 30px;
    margin-bottom: -20px;
    padding-bottom: 16px;
}

.navbar-brand img, .wowmenu.tiny .navbar-brand img {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.partner {
    border-bottom:2px solid #00617e;
    margin-bottom: 20px;
    min-height: 170px;
}
.partner img {
    float: left;
    margin-right: 20px;
}

.mobile {display: none;}


.buttonholder {
    margin: 50px auto;
    text-align:center;
}
.clickbutton {
    color: #ebd636 !important;
    text-shadow: 1px 1px 1px #000000;
    font-size: 18pt;
    padding: 20px;
    margin: 10px auto;
    text-align: center;
    text-decoration:none;

    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;

    background: rgba(152,190,227,1);
    background: -moz-linear-gradient(top, rgba(152,190,227,1) 0%, rgba(8,30,54,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(152,190,227,1)), color-stop(100%, rgba(8,30,54,1)));
    background: -webkit-linear-gradient(top, rgba(152,190,227,1) 0%, rgba(8,30,54,1) 100%);
    background: -o-linear-gradient(top, rgba(152,190,227,1) 0%, rgba(8,30,54,1) 100%);
    background: -ms-linear-gradient(top, rgba(152,190,227,1) 0%, rgba(8,30,54,1) 100%);
    background: linear-gradient(to bottom, rgba(152,190,227,1) 0%, rgba(8,30,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bee3', endColorstr='#081e36', GradientType=0 );}
.clickbutton:hover {
    background: rgba(8,30,54,1);
    background: -moz-linear-gradient(top, rgba(8,30,54,1) 0%, rgba(152,190,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,30,54,1)), color-stop(100%, rgba(152,190,227,1)));
    background: -webkit-linear-gradient(top, rgba(8,30,54,1) 0%, rgba(152,190,227,1) 100%);
    background: -o-linear-gradient(top, rgba(8,30,54,1) 0%, rgba(152,190,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(8,30,54,1) 0%, rgba(152,190,227,1) 100%);
    background: linear-gradient(to bottom, rgba(8,30,54,1) 0%, rgba(152,190,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081e36', endColorstr='#98bee3', GradientType=0 );
}


.sitemapentry h1 {
    border-top: 1px solid #000000;
}
.sitemapentry h1 {
    margin-bottom: 0;
    text-shadow: 0 0 0 !important;
}

.sitemapentry h1 a {
    font-size: 16pt;
    text-decoration: none;
    color: #000000;
}
.sitemapentry h1 a:hover {
    text-decoration: underline;
}

.sitemapentry h2 {
    font-size: 12pt !important;
    margin: 0;
    text-shadow: 0 0 0 !important;
    text-indent: 20px;
    position: relative;
}
.sitemapentry h2:before {
    position: absolute;
    left: -20px;
    top: -1px;
    color: #1a6cc6;
    content: "\21AA";
}

.sitemapentry h3 {
    font-size: 10pt;
    font-weight: normal;
    margin-top: 10px !important;
    margin: 0;
}

#indepth {}
#indepth #pagenavigator {
    display: none;
    position: fixed;
    z-index: 999;
    top: 100px;
    right: 1px;
    border: 1px solid #081e36;
    width: 30%;
    /* min-width: 350px; */
    background-color: #ffffff;
    padding: 20px 0;
}
#indepth #pagenavigator.small {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#indepth #pagenavigator #navtoggle {
    background-color: #1d8ad1;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    cursor: pointer;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius:    10px;
    border-top-left-radius:         10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius:    10px;
    border-top-right-radius:         10px;
}
#indepth #pagenavigator #navtoggle:after {
    content: "\02933";
    position: absolute;
    top: -4px;
    right: 15px;
    color: #ffffff;
    font-size: 20pt;
    font-weight: bold;
}
#indepth #pagenavigator.small #navtoggle {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius:    10px;
    border-bottom-left-radius:         10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius:    10px;
    border-bottom-right-radius:         10px;
}

#indepth #pagenavigator.small #navtoggle:after {
    transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}
#indepth #pagenavigator.floatbox {
    background-color: #081e36;
    border: 1px solid #081e36;
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
}
#indepth #pagenavigator.floatbox.small {
    width: 10px !important;
    height: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#indepth #pagenavigator.floatbox.small p,
#indepth #pagenavigator.floatbox.small ul,
#indepth #pagenavigator.floatbox.small ol {
    display: none;
}
#indepth #pagenavigator.floatbox ul {
    list-style-type: none !important;
    font-size: 10pt !important;
}
#indepth #pagenavigator.floatbox p {
    color: #98bee3;
    border-bottom: 1px solid #98bee3;
    marign-bottom: 10px;
}
#indepth #pagenavigator.floatbox a {
    color: #ffffff;
    position: relative;
    font-weight: normal !important;
    padding-left: 20px;
}
#indepth #pagenavigator.floatbox a::before {
    content: "\21D2";
    position: absolute;
    top: 0;
    left:0;
}
#indepth #pagenavigator.floatbox ol {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10pt;
}
#indepth #pagenavigator.floatbox ol li {
    margin: 10px 0;
}
#indepth section {
    margin-top: 50px;
    border-top: 1px solid #081e36;
    width: 70%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#indepth section.fullpage {
    width: 90% !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#indepth ol li,
#indepth ul li {
    margin: 10px 0;
    padding: 0 !important;
}
@media all and (max-width: 640px) {
    #indepth section {
        width: 100% !important;
    }
    #indepth #pagenavigator.floatbox[style] {
        display: none !important;
    }
}
#indepth section div.path {
    border: 2px solid green;
    background-color: #ceead1;
    padding: 10px;
    opacity: .8;
    position: relative;
    margin: 20px auto;
}

#indepth section div.path::before {
    content: "/";
    font-weight: bold;
    font-size: 20px;
    position: relative;
    top: 5px;
    left: 25px;
}
#indepth section div.path ul {
    list-style-type: none;
}
#indepth section div.path ul li {
    position: relative;
    margin-top: 10px;
    margin-left: 35px;
}
#indepth section div.path ul li::before {
    content: "\21B5";
    transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);

    color: #000000;

    position: absolute;
    left: -20px;
    top: 0;
}

#indepth section:last-child {
    margin-bottom: 70px;
    width: 100% !important;
}


.standout {
    background-color: #f9cfcf;
    padding: 30px;
    border: 2px solid #f68181;
    color: black;
    margin: 20px auto;
}
.standout > h3 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
}
.example {
    background-color: #eaeaea;
    border: 2px solid black;
    padding: 20px;
    margin: 20px auto;
}

.portfolios {
    text-align: center;
}

.portfolios img {
    width: 100%;
}

.portfolios div {
    display: inline-block;
    padding: 10px;
}

.portfolios a:hover {
    text-decoration: none;
}

.portfolios div a:first-child {
    width: 33%;
}

.portfolios div a:last-child {
    border-top: 5px solid #081E36;
    display: block;
    text-align: center;
    font-size: 14pt;
    padding-top: 20px;
}

.portfolioimages {
    width: 100%;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
}

.portfolioimages img {
    max-width: 98%;
    max-height: 200px;
    border: 1px solid #ffffff;
    padding: 2%;
}

.portfolioimages a {
    max-width: 100%;
    display: inline-block !important;
}

@media all and (max-width: 750px) {
    .portfolios div a:last-child {
        font-size: 14pt !important;
    }
}

.breadcrumb {
    color: #cf811f;
}

.breadcrumb:hover {
    text-decoration: underline;
}

.cycle-pager {
    position: relative;
    top: -10px;

    position: absolute;
    top: -40px;
    z-index: 999;
    cursor: pointer;
}

.cycle-pager span {
    font-size: 28pt;
    font-weight: bold;
}

.cycle-pager span.cycle-pager-active {
    color: #cf811f;
}

@media screen and (min-width:1300px) {
    .navbar>.container .navbar-brand {
        position: absolute;
        left: 60px;
    }

    #top {
        height: 80px;
    }
}

@media screen and (max-width:1200px) {
    .header-logo {
        display: none;
    }

    .top-margin {
        /* margin-left: -20px; */
        margin-left: -10px;
    }

    .navbar-brand > img {
        display: none;
    }

    .full-width {
        min-width: 0px;
        margin-right: 10px;
        margin-top:-3px;
    }

    .menu-tab-padding > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.banner {
    height: 428px;
}

div.navpad {
    margin-top: 80px;

}

.accent {
    color: #98bee3;
}

.form-control {
    border-color: #081e36;
}

.mail-btn {
    background: #98bee3 none repeat scroll 0% 0%;
    text-shadow: none;
    padding: 6px 12px;
    font-size: 13px;
    color: #ffffff;
}

.mail-btn:hover {
    background: #ffffff none repeat scroll 0% 0%;
    color: #98bee3;
    border-color: #98bee3;
}

.book {
    background: #081e36;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

#bot-mar {
    margin-bottom: 30px;
}

#tinynav1 {
    display: none;
}

@media screen and (max-width: 990px) {
    #tinynav1 {
        display: block;
        padding-left: 3px;
    }

    .small-left a {
        position: absolute;
        margin-top: 10px;
        color: #ffffff;
        text-align: center;
    }


    .full-width {
        margin-left: 80px;
        padding-left: 10px;
        padding-left: 40px;
    }
}

@media screen and (min-width:601px) and (max-width:990px) {
    .white-overide {
        color: #ffffff;
    }

    .blue {
        color: #ffffff;
    }

    .pageheader-default {
        margin-top: 0px;
    }

    .navbar {
        padding: 10px 0 22px;
    }

    .social-icons a {
        margin: 0px;
        padding: 0px;
    }
}

@media screen and (max-width:622px) {
}
@media screen and (max-width:600px) {
    .white-overide {
        color: #ffffff;
    }

    .blue {
        color: #ffffff;
    }

    #indepth #pagenavigator.floatbox {
        display: none;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .banner {
        height: 352px;
    }
}

@media screen and (min-width:776px) and (max-width:991px) {
    .banner {
        height: 405px;
    }
}

@media screen and (min-width:556px) and (max-width:775px) {
    .banner {
        height: 300px;
        margin-top: 43px;
    }
}

@media screen and (min-width:456px) and (max-width:555px) {
    .banner {
        height: 240px;
        margin-top: 20px;
    }
}

@media screen and (min-width:300px) and (max-width:455px) {
    .banner {
        height: 188px;
        margin-top: 20px;
    }

    h3.top-margin {
        font-size: 12pt !important;
    }

    h3.top-margin .phonenumber {
        margin-left: 20px;
    }

    .full-width {
        line-height: 35px;
        margin: auto !important;
    }

    .top-margin br {
        display: none !important;
    }
}

@media screen and (max-width:355px) {
    .banner {
        height: 162px;
    }

}

@media screen and (max-width: 385px) {
    h1 {
        font-size: 26px;
        padding-top: 10px;
    }

    h3.top-margin {
        font-size: 14pt !important;
    }
}

.full {
    height: 100%;
    width: 100%;
}

.full-height {
    height: 100%;
}

.small-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.book-btn {
    margin: -10px 0 10px 0;
}

/* ----- intro-note ----- */

.intro-note p {
    font-weight: 300;
    line-height: 28px;
    font-size: 19px;
}

/* -----deleted service-box in case added again later ----- */

.service-box h1 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.service-box a.readmore {
    color: #666666;
}

.service-box p {
    font-family: Open Sans;
    font-size: 13px;
    line-height: 22px;
}

.grey-box-icon {
    text-align: center;
    position: relative;
}

.icon-box-top i:hover {
    background-color: #f54828;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.fontawesome-icon.medium.circle-center, .fontawesome-icon.medium.circle-white {
    width: 95px;
    height: 95px;
    line-height: 95px;
    display: inline-block;
}

.fontawesome-icon.medium {
    font-size: 28px;
}

.fontawesome-icon.circle-white {
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    background-color: #081e36;
    color: #f54828;
    text-align: center;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.grey-box-icon:hover .fontawesome-icon.circle-white, .grey-box-icon.active .fontawesome-icon.circle-white, .active i.fontawesome-icon {
    background-color: #081e36;
    color: #ffffff;
}

/* ----- nice scroll ----- */

#ascrail2000 {
    z-index: 99990 !important;
    background-color: #2c2c2c;
    padding: 0 0 0 1px;
}

/* ----- home-features ----- */

.bottom-pad {
    margin-bottom: 30px;
}

/* ----- misc ----- */

input, button, select, textarea {
    background-image: none;
    border: 1px solid #e1e1e1;
    padding: 7px;
    margin-bottom: 15px;
    font-size: 12px;
}

.btn {
    padding: 8px 12px;
}

.btn, .alert, .progress, .form-control, .breadcrumb, .well {
    border-radius: 0;
}

.alert {
    font-size: 14px;
}

h1.small {
    font-size: 24px;
}

.colortext {
    color: #f54828;
}

.br-hr {
    position: relative;
    clear: both;
    margin: 25px 0 25px;
    width: 100%;
    height: 1px;
}

.br-hr.type_short .br-hr-h {
    left: 50%;
    width: 30%;
    margin-left: -15%;
}

.br-hr-h {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #ffffff;
}

.br-hr-h i {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 16px;
    height: 16px;
    width: 50px;
    margin-top: -8px;
    margin-left: -25px;
    text-align: center;
    background-color: #ffffff;
    color: #dddddd;
}

.grayarea .br-hr-h i {
    background: #f9f9f9;
}

.picture-padding {
    padding: 10px 0 10px 0;
}

/* ----- areas ----- */

.grayarea {
    background: #f9f9f9;
    padding: 30px 0;
    position: relative;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

/* ----- testimonials ----- */

.cbp-qtrotator {
    position: relative;
    margin: 0px auto 0 auto;
    max-width: 920px;
    width: 100%;
    min-height: 100px;
}

.cbp-qtrotator .cbp-qtcontent {
    position: absolute;
    min-height: 180px;
    border-bottom: 1px solid #f4f4f4;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
    border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,.no-js .cbp-qtrotator .cbp-qtcontent {
    position: relative;
    z-index: 100;
    pointer-events: auto;
    opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,.cbp-qtrotator .cbp-qtcontent:after {
    content: " ";
    display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
    clear: both;
}

.cbp-qtprogress {
    position: absolute;
    background: #e0e0e0;
    height: 1px;
    width: 0%;
    bottom: 0;
    z-index: 1000;
}

.cbp-qtrotator blockquote {
    margin: 0;
    padding: 0;
    border-left: 0;
    background: #ffffff;
}

.grayarea .cbp-qtrotator blockquote {
    background: #f9f9f9;
}

.cbp-qtrotator blockquote p {
    font-size: 17px;
    color: #888888;
    font-weight: 300;
    margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
    font-size: 1.2em;
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
}

.cbp-qtrotator blockquote footer:before {
    content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin-left: 3em;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
    border: 1px solid #ebebeb;
}

@media screen and (max-width:30.6em) {
    .cbp-qtrotator {
        font-size: 70%;
    }

    .cbp-qtrotator img {
        width: 80px;
    }
}

.bigquote {
    font-size: 17px;
    font-style: italic;
    color: #999999;
    text-align: center;
    line-height: 30px;
}

.quoteicon {
    font-size: 36px;
    margin-right: 10px;
}

/* ----- footer ----- */

.footer {
    background: #081e36;
    color: #888888;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 13px;
    line-height: 20px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size:cover !important;
    background-size:cover !important;
}

.footermap {
    background: url(/img/map.png) no-repeat;
    background-position: center;
}

.footer h1 {
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
}

.footer hr {
    border-top: 1px solid #494949;
    margin-bottom: 25px;
}

.footer ul.social-icons {
    list-style: none;
    margin-left: 0px;
    /* margin-top: -25px; */
}

.copyright {
    color: #ffffff;
    font-size: 12px;
    background: #f54828 url(/img/foot.png) repeat-x left 1px;
}

.copyright ul.footermenu li a {
    color: #ffffff;
    height: 50px;
}

.copyright p {
    line-height: 50px;
    margin: 0px;
}

.footer input, .footer textarea, .footer input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #3c3c3c;
    font-size: 12px;
    margin-bottom: 10px;
    color: #aaaaaa;
    padding: 10px;
}

.footer .btn {
    background: #98bee3;
    text-shadow: none;
    padding: 6px 12px;
    font-size: 13px;
    color: #ffffff;
}

.footer .btn:hover {
    background: #ffffff;
    text-shadow: none;
    padding: 6px 12px;
    font-size: 13px;
    color: #98bee3;
}

ul.footermenu {
    list-style: none;
    margin-top: 10px;
}

ul.footermenu li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    line-height: 33px;
}

ul.footermenu li a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #999999;
    font-size: 11px;
}

ul.footermenu li a:hover {
    color: #ffffff;
}

.footermenu li:before {
    content: '|';
    color: #ffffff;
    display: inline-block;
    margin-right: 7px;
}

.footermenu li:nth-child(1):before {
    display: none;
}

.done {
    display: none;
}

.error input, input.error, .error textarea, textarea.error {
    background-color: #ffffff;
    border: 1px solid red !important;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

#back-top {
    position: fixed;
    bottom: 50px;
    right: 2%;
    z-index: 1000;
}

#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 7px;
    background: #333333 url(/img/up-arrow.png) no-repeat center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover span {
    opacity: 0.7;
}

#back-top a {
    width: 44px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #666666;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #999999;
}

ul.social-icons li {
    display: inline-block;
    float: none;
    padding: 17px;
    width: 10px;
    height: 10px;
    position: relative;
    background: #444444;
    margin-right: 5px;
    border-radius: 3px;
}

ul.social-icons li i {
    position: absolute;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

ul.social-icons li a {
    color: #ffffff;
}

ul.social-icons li a i {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
    background-color: #98bee3;
}

ul.social-icons li a i:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    background-color: #ffffff;
    color: #98bee3;
}

ul.social-icons li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.white {
    color: #ffffff;
}

#bottom-pad {
    margin-bottom: 10px;
}

/* ----- margins and paddings ----- */

.topspace10 {
    margin-top: 10px;
}

.topspace40 {
    margin-top: 40px;
}

.topspace50 {
    margin-top: 50px;
}

/* ----- fonts ----- */

.fontpacifico {
    font-family: Pacifico;
}

.font100 {
    font-weight: 100;
}

/* ----- panels ----- */

.bigtext {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.white-text {
    color: #ffffff;
}

/* ----- buttons and links ----- */

.btn-default {
    color: #ffffff;
    background-color: #f54828;
    border: 0;
    max-width: 230px;
}

.btn-default:hover {
    background:#ffffff;
    color: #98bee3;
    border-color: #98bee3;
}

/* ----- accordion ----- */

.pageheader-default {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    color: #ffffff;
    background-attachment: fixed;
    background: #081e36;
}

/* ----- blockquote ----- */

blockquote {
    border-left: 5px solid #f54828;
    padding: 20px 20px 20px 30px;
    background: #f8f8f8;
}

blockquote p {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}

/* ---- table ----- */

th {
    font-size: 14px;
    background: #f9f9f9;
    border-bottom: 0 !important;
    font-weight: normal;
    color: #444444;
}



/* ----- other animations ----- */
@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.simplefade {
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
}

/* ----- Responsive ----- */
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select .tinynav {
        padding-right: 18px;
    }
}

@media(max-width:1200px) {
    h3.landingpage {
        line-height: 25px;
        font-size: 18px;
    }

    h1.landingpage {
        margin-left: 10px;
        margin-top: 0px;
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (min-width:600px) and (max-width:1200px) {
    #c-slide .slide1-1 {
        margin-top: -205px;
    }

    #c-slide .item {
        height: auto;
        padding: 30px 0px 90px;
        height: 390px;
        text-align: center;
    }

    .carouselText1 {
        margin-top: 20px;
    }

    .slide1-3 {
        top: 100px;
    }

    .slide1-2 {
        right: 150px;
    }
}

.boxportfolio4 {
    width: 22%;
}

@media(max-width:991px) {
    .boxportfolio1, .boxportfolio2, .boxportfolio3, .boxportfolio4 {
        width:auto;
    }

    .bgarea-semitransparent {
        text-align: center;
    }

    .landingpage-button {
        text-align: center;
        display: inline-block;
    }

    h1.landingpage {
        margin-left: 10px;
        font-size: 28px;
        line-height: 25px;
    }

    h3.landingpage {
        line-height: 25px;
        font-size: 18px;
    }

    iframe {
        max-width: 100%;
    }

    .toparea {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    body {
        color: #000000;
    }

    .boxcontainer h1 a, .boxcontainer p {
        font-size: 10px;
    }
}

@media screen and (min-width:600px) and (max-width:992px) {
    #c-slide {
        margin-top: 127px;
    }

    /* edit mobile here... */
    .tinynav {
        margin-bottom: -7px;
        float: left;
        width: 53px;
        font-weight: 500;
        height: 40px;
        padding: 3px;
        margin: 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 3px 0 #98bee3, 0 -1px #ffffff inset;
        -moz-box-shadow: 0 3px 0 #98bee3, 0 -1px #ffffff inset;
        box-shadow: 0 3px 0 #98bee3, 0 -1px #ffffff inset;
        background: #081e36;
        color: #ffffff;
        font-size: 14px;
        border: none;
        outline: none;
        display: inline;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        -webkit-padding-start: 20px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .footer h1 {
        margin-top: 20px;
    }

    .navbar {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar .container {
        width: 90% !important;
    }

    #c-slide .item {
        height: auto;
        padding: 30px 0px 90px;
        min-height: 380px;
        text-align: center;
    }
}

@media screen and (max-width:715px) {
    .toparea .social-icons {
        display: none;
    }
}

@media screen and (min-width:601px) and (max-width:767px) {
    .tinynav {
        margin-top: 0px;
    }

    .top-margin {
        font-size: 14pt !important;
    }
}

@media screen and (max-width: 991px) {
    .footer {
        background: #081e36;
        text-align: center;
    }

    .footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .hide-small {
        display: none;
    }

    .cycle-pic {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .hide-big {
        display: none;
    }
}

@media screen and (min-width:455px) and (max-width:600px) {
    .top-margin {
        margin-top: 5px;
        margin-left: 0px !important;
    }
}

@media screen and (max-width:600px) {
    .desktop { display:none; }
    .mobile { display:block !important; }
    div.contentblockphoto img {
        width:100%;

    }

    div.contentblockphoto[style], #contentarea img:not(.noscale) {
        width: 100% !important;
        float: none !important
    }
    img.noscale {
        display:block;
        float:none !important;
    }

    h1 {
        font-size: 22px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    h3 {
        font-size: 18px !important;
    }

    #questions {
        font-size: 10px;
    }

    .landingpage-button strong {
        margin-left: 0;
        font-size: 14px;
    }

    .landingpage-button i {
        display: none;
    }

    .landingpage-button {
        width: 180px;
        text-align: center;
        display: inline-block;
    }

    .landingpage-button span {
        width: 0;
        margin-left: 0;
        top: 0;
    }

    .footer {
        background: #081e36;
        text-align: center;
    }

    .footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .home-portfolio .carousel-indicators {
        bottom: 20px;
    }

    .notransition {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /* CSS transforms */
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /* CSS animations */
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
    }

    html {
        opacity: 1 !important;
    }

    #carousel-featuredwork .item {
        height: auto;
    }

    .tinynav {
        position: absolute;
        top: 0;
        width: 53px;
        clear: both;
        float: none;
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 500;
        height: 40px;
        padding: 3px;
        margin: 0;
        -webkit-box-shadow: 0 3px 0 #98bee3, 0 -1px #ffffff inset;
        -moz-box-shadow: 0 3px 0 #98bee3, 0 -1px #ffffff inset;
        box-shadow: 0 3px 0 #98bee3, 0 -1px #ffffff inset;
        background: #081e36;
        color: #ffffff;
        font-size: 14px;
        border: none;
        outline: none;
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        -webkit-padding-start: 20px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .social-icons {
        display: block;
        /* position: absolute; */
        /* top: 10px; */
        width: 100%;
        text-align: center;
        z-index: 0;
    }

    .navbar {
        min-height: 43px;
    }

    .navbar > .container .navbar-brand {
        margin-top: 0px;
    }

    .navbar .container {
        padding-left: 0px;
    }

    .navbar-fixed-top {
        position: absolute;
    }

    .navbar-fixed-top {
        top: 0;
    }

    #c-slide {
        margin-top: 130px !important;
    }

    .container > .navbar-header, .container >.navbar-collapse {
        padding-left: 15px;
        margin-bottom: 0px;
    }

    .toparea {
        display: none;
    }

    .carousel-control.left, .carousel-control.right {
        margin-top: 50%;
    }

    .slide1-1 {
        margin-top: -120px;
    }

    .slide1-2 {
        right: 80px;
        top: 20px;
    }

    .slide1-3 {
        top: 80px;
    }

    .carousel p {
        line-height: 20px;
    }

    #back-top {
        display: none !important;
    }

    .intro-note p {
        padding-left: 0;
        padding-right: 0;
    }

    .toparea .social-icons {
        display: none;
    }

    #c-slide .item {
        height: auto;
        padding: 30px 0px 90px;
        min-height: 380px;
        text-align: center;
    }

    #c-slide {
        margin-top: 176px;
    }

    #c-slide iframe {
        max-width: 85%;
        margin-bottom: 20px;
    }

    .carouselvshadow {
        display: none;
    }

    .footer h1 {
        margin-top: 20px;
    }

    .copyright ul.footermenu {
        margin-top: 0px;
        float: none !important;
        text-align:center;
    }
    .copyright ul.footermenu li {
        display: inline-block;
        float:none !important;
        width: 26%;
    }
    .footermenu li::before {
        content: "";
        position:absolute;
    }

    .copyright p {
        float: none !important;
        display: block;
        text-align: center;
    }

    .cbp-qtrotator blockquote footer {
        margin-bottom: 30px;
    }

    .small-left a {
        position: absolute;
        top: 0px;
        padding-left: 0px !important;
        width: 100%;
        margin: 0 auto !important;
    }

    .full-width {
        margin:5 px 0 0 0 !important;
    }
}

/* ----- colors ----- */

.colortext {
    color:#98bee3;
}

.colorbg {
    background:#98bee3;
}

a {
    color: #98bee3;
}

::selection {
    background: #98bee3;
}

.navbar-nav > li.active > a, .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus {
    background-color: #98bee3;
    color: #ffffff;
}

.navbar-nav > li.active > a:before, .navbar-nav > li > a:hover:before, .navbar-nav > li > a:focus:before, .extra-nav-class a.dropdown-toggle:before {
    border-bottom: 6px solid #98bee3;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: #98bee3;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #98bee3 !important;
}

.extra-nav-class a.dropdown-toggle {
    background-color: #98bee3 !important;
}

.car-highlight1 {
    background-color: #98bee3;
}

.car-smallcircle {
    background: #98bee3;
}

.carouselText2 {
    background: #98bee3;
}

.icon-box-top i:hover {
    background-color: #98bee3;
}

.fontawesome-icon.circle-white {
    color: #98bee3;
}

.grey-box-icon:hover .fontawesome-icon.circle-white, .grey-box-icon.active .fontawesome-icon.circle-white, .active i.fontawesome-icon {
    background-color: #98bee3;
}

.home-features .icon {
    background: #98bee3;
}

.copyright {
    background-color: #98bee3;
}

.panel1 {
    border-left: 6px solid #98bee3;
}

.buttoncolor {
    background: #98bee3;
}

.panel, .panel2 {
    border-left: 8px solid #98bee3;
}

.btn-default {
    background-color:#98bee3;
}

.btn-minimal:hover {
    color: #98bee3;
}

#accordion div h4:before {
    background: #98bee3 url('/img/plus.png') center center no-repeat;
}

#accordion div.active h4:before {
    background: #98bee3 url('/img/minus.png') center center no-repeat;
}

.sidebar h4 {
    color: #98bee3;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    color: #98bee3 !important;
}

blockquote {
    border-left: 5px solid #98bee3;
}

#skill i {
    background: #98bee3;
}

.service-fancybox:hover i {
    color: #98bee3;
}

.service-fancybox:hover {
    background: #98bee3;
}

.service-fancybox.featured {
    background: #98bee3;
}

.service-fancybox.featured .circleicon i {
    color: #98bee3;
}

.service-fancybox.black .circleicon i {
    color: #98bee3;
}

.cbp_tmtimeline > li .cbp_tmicon {
    background: #98bee3;
}

.services i {
    color: #98bee3;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #98bee3;
    border-color: #98bee3;
}

.landingpage-button {
    color: #98bee3;
}

.landingpage-button {
    color: #98bee3;
}

.landingpage-button span {
    color: #98bee3;
}

.landingpage-button strong {
    color: #98bee3;
}

.landingpage-button i {
    color: #98bee3;
}

.active-header {
    background: #98bee3;
}

.active-header:hover {
    background: #98bee3;
}

#filter ul li .selected {
    background: #98bee3 !important;
}

.drop-cap, .captionicons {
    background: #98bee3;
}

.pageheader-default .semitransparentbg, .bgarea-semitransparent {
    background: #081e36 !important;
}

@media all and (min-width: 800px) {
    .staffmember {
        display: flex;
        flex-flow: row;
    }
    .staffmember > div{
        height: 100%;
    }

    .staffmember img {
        margin-right: 20px !important;
    }
}
.staffmember img {
    margin: auto;
    display: block;
}

.blueback {
    background: #081e36;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 20px;
}

.blueback h2,
.blueback h3 {
    color: #ffffff;
}

.contentcontainer a {
    color: #1a6cc6;
    font-weight: bold;
}

.contentcontainer h1, .h1style {
    color: #ebd636 !important;
    text-shadow: 1px 1px 1px #000000;
}

.contentcontainer h2 {
    color: #98bee3 !important;
    text-shadow: 1px 1px 1px #000000;
    font-size:28px;
}

.contentcontainer ul {
    padding-left: 20px;
}

body {
    font-size: 14px;
}

.topspaceboth {
    margin-top: 10px;
    margin-bottom: 20px;
}

aside {
    float: right;
    width: 350px;
    margin-left: 30px;
}

aside h1 {
    font-size: 24px;
}

aside li {
    font-size: 12px;
}

aside a:hover {
    text-decoration: underline;
}

.errors {
    color: red;
    border: 1px solid red;
}

.important {
    display: none;
}

.servicelocations {
    text-align: center;
    border-bottom: 1px solid #ffffff;
    margin: 15px;
}
.servicelocations ul {
    margin: 0;
    padding: 0 0 20px 0;
}
.servicelocations ul li {
    /* list-style-type: none; */
    font-weight: bold;
    font-size: 14pt;
    display: inline;
    margin-right: 20px;
    white-space: nowrap;
}
.servicelocations h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffffff !important;
    text-decoration: underline;
}

@media screen and (min-width:991px) {
    .flexnav span.touch-button {
        display: none;
    }

    div.menu-button {
        display: none;
    }
}

@media screen and (max-width:990px) {
    div.menu-button {
        width: 25%;
        width: 80px;
        width: 40px;
        padding: 0.3em;
        background-color: #ffffff;
        border-bottom: 0px;
    }

    div.menu-button img {
        width: 30px;
    }

    div.menu-button .touch-button {
        display: none;
    }

    .navbar {
        padding: 0 !important;
    }

    .social-icons a {
        margin-top: 15px !important;
    }

    .top-margin br {
        display: none;
    }

    h3.top-margin .phonenumber {
        margin-left: 20px;
    }
}

@media screen and (min-width:760px) {
    article#listarticles > article:after {
        clear: both;
        height: 10px;
        content: "";
        display: block;
    }
    article#listarticles > article header {
        display: block;
        position: relative;
        z-index: 1;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        height: auto;
        padding: 0;
        background-color: transparent;
    }
    article#listarticles > article header a {
        text-decoration: none;
        display: block;
        padding: 8px;
        font-size: 14pt;
        background-color: #041c2f;
        color: #ffffff;
    }
    article#listarticles > article header a:hover {
        background-color: #88b6dd;
    }
    article#listarticles > article img {
        float: left;
        margin-right: 20px;
        max-width: 100%;
    }
    article#listarticles > article a.readmore {
        color: #041c2f;
        text-decoration: none;
    }

    article#listarticles > article a.readmore:hover {
        text-decoration: underline;
    }

}
@media screen and (max-width:759px) {
    article#listarticles > article img {
        float: none;
        margin: auto;
        width: 100%;
        height: auto;
    }

}

#socialfooter img {
    height: 35px;
    width: 35px;
}
