/*
Theme Name: Van Wert
Theme URI:
Author: Ivan Kostic
Description: Bootstrap theme for Industrial Site
Version: 1.0.0.1
*/
/* ------------------------------------------------------------------------ */
/* Required WordPress CSS
/* ------------------------------------------------------------------------ */
@font-face{
    font-family: "HelveticaNeue";
    src: url("fonts/HelveticaNeueRegular.ttf");
    font-weight: 400;
}
@font-face{
    font-family: "HelveticaNeueBold";
    src: url("fonts/HelveticaNeueBold.ttf");
    font-weight: 700;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
section {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    background-color: #fff;
}
a {
    color: #1649cc;
}
a:hover {
    color: #1649cc;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1 {
    color: #1649cc;
    font-family: 'Rubik', sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.4em;
}
h2 {
    color: #5c5c5c;
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.4em;
}
h3 {
    color: #277e48;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.4em;
}
h4 {
    color: #1649cc;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.4em;
}
h5 {
    color: #5c5c5c;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4em;
}
/* ------------------------------------------------------------------------ */
/* Header
/* ------------------------------------------------------------------------ */
body {
    background-color: #EBEBEB;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3em;
    color: #272727;
}
.wrapper {
    width: 100%;
    position: relative;
}
#header {
    min-height: 185px;
    position: relative;
    z-index: 10;
}
#header.video-header {
    padding-bottom: 25%;
}

.home #header.video-header {
    padding-bottom: 0;
}
.header-info,
.navbar-default {
    width: 100%;
}
.top-header {
    height: 180%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}
.top-header > div {
    pointer-events: auto;
}
.header-info {
    display: block;
    padding-top: 20px;
    position: relative;
    text-align: right;
}
.header-info p {
      color: #1649cc;
      display: inline-block;
      font-family: "Rubik", sans-serif;
      font-weight: 500;
      font-size: 17px;
      margin-bottom: 0;
      vertical-align: middle;
}
    .header-info p strong {
          font-weight: 500;
}
    .header-info p i {
        margin: 0 5px 0 8px;
}
        .header-info p a {
            color: #1649cc;
}
            .header-info p a:hover {
                color: #1649cc;
}
.site-title-heading {
    margin: 0;
}
.home-header .site-title-heading {
    margin-top: 35px;
}
    .site-title-heading img {
        display: block;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
}
.social {
    display: inline-block;
    line-height: 23px;
    margin-bottom: 0;
    margin-left: 30px;
    padding-left: 0;
    text-align: right;
}
    .social li {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
}
    .social li:first-child {
        margin-left: 0;
}
        .social li a {
            background-color: #737373;
            border-radius: 6px;
            display: block;
            padding: 0 20px;
        }
            .social li a:hover {
                background-color: #964F4B;
}
            .social li a.facebook:hover {
                background-color: #3B5998;
}
            .social li a.youtube:hover {
                background-color: #964F4B;
}
            .social li a.instagram:hover {
                background-color: #222;
}
            .social li a.linkedin:hover {
                background-color: #1D87BE;
}
            .social li a.pinterest:hover {
                background-color: #B00616;
}
    .social li i {
        color: #fff;
        font-size: 23px;
        line-height: 31px;
}
#page-main-header {
    background: rgba(0, 0, 0, 0) url("img/title-bg.png") repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.page-parallax {
    height: 360px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.parallax-img {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.video-bg {
    position: absolute;
    width: 100%;
    z-index: 0;
}
#page-player {
    height: auto;
    position: relative;
    width: 100%;
    z-index: 5;
}
@media (max-width: 992px) {

    .archive .top-header,
    .single-post .top-header {
        position: relative;
        margin-bottom: 25px;
    }
    #header.video-header {
        min-height: 325px;
        padding: 0;
    }
}
@media (max-width: 767px) {

    .home-header .site-title-heading {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #header.video-header {
        min-height: 295px;
    }

}
/* ------------------------------------------------------------------------ */
/* Home Header
/* ------------------------------------------------------------------------ */
.navbar-toggle {
    background-color: transparent;
}
.navbar-toggle strong {
    color: #333;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 3px;
}
.home-header .navbar-toggle strong {
    color: #fff;
    text-shadow: 0 1px 2px #333;
}
.navbar-toggle .icon-bar {
    background-color: #1649cc;
    height: 6px;
    width: 100%;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.navbar-toggle:hover .icon-bar {
    opacity: 0.8;
}

.bottom-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474c4f+0,242625+100 */
    background: #474c4f; /* Old browsers */
    background: -moz-linear-gradient(top,  #474c4f 0%, #242625 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #474c4f 0%,#242625 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #474c4f 0%,#242625 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474c4f', endColorstr='#242625',GradientType=0 ); /* IE6-9 */
    bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    font-family: 'Metrophobic', sans-serif;
    font-size: 20px;
}
    .bottom-header .header-info {
        padding: 23px 0;
        text-align: left;
}
        .bottom-header .header-info p {
            color: #fff;
            display: inline-block;
            font-size: inherit;
            text-transform: none;
}
            .bottom-header .header-info p strong {
                color: #ffe8c7;
}
        .bottom-header .header-info a {
            color: #ffe8c7;
}
        .bottom-header .header-info a:hover {
            color: #fff;
}
    .bottom-header .social {
        padding: 23px 0;
        float: right;
}
        .bottom-header .social li {
            margin-left: 10px;
}
            .bottom-header .social li i {
                font-size: 30px;
                color: #fff;
}
.hero {
    color: #fff;
    font-size: 22px;
    line-height: normal;
    margin: 0 auto;
    padding: 15% 15px 8%;
    text-shadow: 0 0 6px #000;
}
.hero-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 550px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
    .hero h1 {
        color: #fff;
        font-family: "Roboto Slab",serif;
        font-size: 44px;
        font-weight: 700;
        margin-bottom: 15px;
        margin-top: 0;
}
    .hero h2 {
        color: #fff;
        font-size: 27px;
        font-weight: 900;
        margin-bottom: 15px;
        margin-top: 10px;
}
.hero .btn {
    margin-top: 25px;
}
@media (max-width: 1200px) {

    .hero h1 {
        font-size: 36px;
        margin-bottom: 8px;
    }

}
@media (max-width: 992px) {


    .hero {
        display: block;
        font-size: 18px;
        height: auto;
        margin-top: 0;
        padding: 250px 0 65px;
    }
    .home-header .site-title-heading img {
        width: 100%;
        max-width: 220px;
    }
    .hero-container {
        display: block;
    }
    .hero h1 {
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 8px;
    }
    .hero h2 {
        font-size: 20px;
    }
    .header-info span {
        display: none;
    }
    .video-bg {
        height: 435px;
        overflow: hidden;
    }
    #page-player {
        height: auto;
        min-height: 435px;
        position: absolute;
        width: auto;
        z-index: 5;
    }

}
@media (max-width: 767px) {

    .hero {
        padding: 200px 0 40px;
    }
    .hero h2 {
        font-size: 16px;
        font-weight: 400;
        text-shadow: 0 0 3px #000;
    }

}
/* ------------------------------------------------------------------------ */
/* Navigation
/* ------------------------------------------------------------------------ */
#menu-main-menu {
    text-align: right;
    width: 100%;
}
@media (min-width: 992px) {

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

}
.navbar-default {
    background: url("img/menu.png") repeat-x 0 -1px scroll;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    float: right;
    font-family: "Rubik",sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 20px;
    min-height: 0;
    padding-left: 30px;
    position: relative;
    text-align: right;
    width: auto;

}
.navbar-default::before {
    background-color: #338553;
    content: "";
    height: 52px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}
.navbar-default::after {
    background: url("img/menu.png") repeat-x 0 -1px scroll;
    content: "";
    height: 52px;
    margin-right: -999px;
    position: absolute;
    right: 0;
    top: 0;
    width: 999px;
    z-index: 50;
}
.navbar-nav > li { }
.navbar-nav > li.home-item {
}
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 14px;
        padding: 16px 10px;
        text-shadow: none;
}
.navbar-default .caret {
    display: inline-block;
    position: relative;
    right: 2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
}
.navbar-default .dropdown-menu .caret {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    right: 0;
    top: -1px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.menu-item-has-children:focus,
.navbar-default .navbar-nav > li.menu-item-has-children:hover,
.navbar-default .navbar-nav > li.menu-item-has-children:hover > .dropdown-toggle,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #1C57EF;
    box-shadow: none;
    color: #fff;
    filter: none;
}

.navbar-default .navbar-nav > li.home-item a {
    background: none!important;
    font-size: 15px;
}
.navbar-default .navbar-nav > li.home-item a:hover {
    color: #fff!important;
    background-color: #1C57EF!important;
}
.navbar-default .home-item span {
    display: none;
}
.navbar-nav li .dropdown-menu {
    background-color: #1C57EF;
    border: none;
    border-radius: 0;
    box-shadow: none;
/*    display: block !important;*/
    padding: 8px 0 6px;
    position: absolute;
    width: auto;
    margin-top: 0;
}
.navbar-nav li.menu-item-has-children:hover > .dropdown-menu {
    display: block;
}
    .navbar-nav > li > .dropdown-menu a {
        color: #fff;
        font-family: "Arimo",sans-serif;
        font-size: 14px;
        padding: 4px 12px;
}
    .navbar-nav > li > .dropdown-menu a:hover,
    .dropdown-menu > li > a:focus {
        background: #2E68F0;
        color: #fff;
        outline: none;
}
.menu-item-has-children {
    position: relative;
}
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        background-color: #1C57EF;
        outline: 0 none;
        text-decoration: none;
    }
.canvas-nav {
    background-color: #1649cc;
    border-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px
}
.canvas-nav ul {
    padding: 0;
    margin: 0
}
.canvas-nav li {
    display: block;
    float: left;
    width: 100%
}
.canvas-nav li:last-child {
    border-bottom: none
}
.canvas-nav a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 15px;
}
.canvas-nav a:hover,
.canvas-nav ul>li.active>a {
    background-color: #fff;
    color: #3C4042;
    text-decoration: none
}
.canvas-nav .dropdown-menu {
    background-color: #1C57EF;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    display: block!important;
    padding-bottom: 6px;
    position: relative;
    width: 100%
}
.canvas-nav .dropdown-menu li {
    border-bottom: none
}
.canvas-nav .dropdown-menu a {
    color: #fff;
    padding: 5px 25px
}
.canvas-nav .dropdown-menu a:hover,
.canvas-nav .dropdown-menu>.active a {
    color: #3C4042;
    background-color: #fff
}
.canvas-nav .back {
    display: block;
    height: auto;
    margin: 5px auto;
    padding: 2px;
    position: relative;
    border-radius: 4px;
    background-color: transparent;
    border: none;
    float: none;
    width: 50px;
}
.canvas-nav .back:hover {
    border-color: #00a7e1;
    background-color: transparent;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
.canvas-nav .back:hover:focus,
.canvas-nav .back:focus,
.canvas-nav .back:focus .icon-bar {
    background-color: transparent;

}
.canvas-nav .back .icon-bar {
    background-color: transparent;
    color: #fff;
    font-family: Arimo, sans-serif;
    font-size: 26px;
    font-weight: 700;
    height: auto;
    text-transform: uppercase
}
.canvas-nav .home-item span {
    display: none;
}
@media (max-width: 992px) {

    .header-info {
        text-align: center;
    }
    #menu-main-menu {
        text-align: center;
        width: 100%;
    }
    .site-tagline {
        margin: 0;
        padding-top: 20px;
        text-align: right;
    }
    .navbar-default {
        float: none;
    }

}
@media (min-width: 767px) {

    .navbar-nav li ul li .dropdown-menu {
        left: 100%;
        top: -2px;
        min-width: 150px;;
    }

}
@media (max-width: 767px) {

    .header-info {
        margin: 15px 0;
        padding: 0;
    }
    .site-title-heading {
      margin: 0 0 35px;
      padding: 0;
    }
    .header-info {
        text-align: left;
    }
    .site-title-heading > a {
        max-width: 313px;
        display: block;
        margin: 0 auto;
    }
    .header-info {
        display: block;
        float: none;
        margin: 0 auto;
        padding: 12px 0 0;
    }
    .header-info p {
        font-size: 16px;
        width: 100%;
    }
    .social {
        margin: 8px 0 0;
    }
    .social li i {
        font-size: 24px;
    }
    .navbar-toggle {
        display: block;
        float: right;
        margin-bottom: 0;
        margin-top: -70px;
        position: absolute;
        right: 0;
    }
    .top-header {
        height: auto;
        margin-bottom: 30px;
    }

}
/* ------------------------------------------------------------------------ */
/* Footer
/* ------------------------------------------------------------------------ */
.footer-img {
    margin: 40px 30px 25px;
}
.footer-img img {
    max-width: 100%;
    height: auto;
}
#site-footer {
    background-image: url("img/footer-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 10px solid #1649cc;
    color: #cdcdcd;
    float: left;
    font-family: "Rubik",sans-serif;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    width: 100%;
}
    #site-footer p {
        margin-bottom: 0;
}
    #site-footer a {
        color: #cdcdcd;
}
    #site-footer a:hover {
        color: #4875e9;
        text-decoration: none;
}
    #site-footer i {
        padding-right: 4px;
}
#site-footer .widget {
    display: block;
    overflow: hidden;
    width: 100%;
}
#top-footer-row {
    padding: 35px 0 15px;
    position: relative;
}
#top-footer-row  .menu li {
    display: block;
    line-height: 24px;
}
    #top-footer-row  .menu li::before {
        font-family: "FontAwesome";
        display: inline-block;
        content: "";
        padding-right: 4px;
        color: #30b1ee;
}
    #top-footer-row  .menu li a {
        color: #fff;
        font-size: 15px;
}
    #top-footer-row  .menu li a:hover {
        color: #4875e9;
}
#site-footer .btn {
    background: rgba(0, 0, 0, 0) url("img/btn-bg.png") repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 73px;
    padding: 0 45px;
    text-transform: none;
}
    #site-footer .btn:hover {
        color: #fff;
        background: rgba(0, 0, 0, 0.6) url("img/btn-bg.png") repeat scroll 0 0;
}
        #site-footer .btn i {
            margin-left: 5px;
}
#site-footer .social {
    float: right;
    margin-left: 0;
    margin-top: 10px;
}
    #site-footer .social li {
        margin-left: 15px;
}
        #site-footer .social i {
            font-size: 26px;
            line-height: 40px;
}
#site-footer .widget-title {
    color: #cdcdcd;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0;
}
#site-footer .hide-widget-title .widget-title { display: none; }
#bottom-footer-row {
    height: auto;
    padding: 20px 0 45px;
}
#bottom-footer-row .row-credits {
   margin-top: 0;
}
#bottom-footer-row .row-social {
   margin-top: 30px;
}
#bottom-footer-row .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
    #bottom-footer-row .menu li {
        display: inline-block;
        line-height: 24px;
}
    #bottom-footer-row .menu li::after {
        content: "|";
        padding-left: 3px;
}

.menu-footer-container {
    display: inline-block;
}
.copyright {
    display: inline-block;
}
    #bottom-footer-row p {
        margin-bottom: 6px;
}
@media (max-width: 767px) {

    #site-footer .widget {
        margin: 30px auto 0;
        max-width: none;
        padding: 0 !important;
    }
    #site-footer,
    #bottom-footer-row,
    #bottom-footer-row .menu {
        text-align: center;
    }
    #site-footer .widget {
        margin: 20px auto;
        text-align: center;
    }
    #bottom-footer-row .row-social {
        margin-top: 0;
    }
    #site-footer .social {
        float: none;
    }
    #site-footer .btn {
        line-height: 50px;
        font-size: 14px;
        padding: 0 20px;
    }

}
/* ------------------------------------------------------------------------ */
/* Buttons
/* ------------------------------------------------------------------------ */
.btn {
    border: medium none;
    border-radius: 12px;
    font-family: "Rubik",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 4px 15px;
    text-shadow: 0 0 0 transparent;
    text-transform: uppercase;
}
    .btn-default {
        background-color: #FCB43E;
        border-color: #FCB43E;
        color: #000;
}
    .btn-default:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000;
}
.btn-resource {
    background-color: transparent;
    border: 1px solid #ff6702;
    border-radius: 4px;
    color: #ff6702;
    font-size: 15px;
    height: auto;
    max-width: 100%;
    padding: 7px 15px;
    white-space: normal;
}
    .btn-resource:hover {
        background-color: #444444;
        border-color: #444444;
        color: #fff;
}
/* ------------------------------------------------------------------------ */
/* Home Content
/* ------------------------------------------------------------------------ */
.home-wrapper {
    overflow: hidden;
}
.home-content {
    font-size: 14px;
    font-weight: 400;
    padding: 35px 45px;
    color: #000;
}
.home-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.home-icons {
    margin-top: 30px;
}
    .home-icons .icon {
        max-width: 49px;
        width: 100%;
        height: auto;
        margin-right: 20px;
        display: inline-block;
        float: left;
        vertical-align: middle;
}
    .home-icons p {
        margin-bottom: 0;
        margin-top: 5px;
}
.home-content-info {
    color: #898989;
    font-family: "Rubik",sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: normal;
}
    .home-content-info p i {
        margin: 0 5px 0 8px;
}
    .home-content-info p strong {
        font-weight: 500;
        color: #1649cc;
}
    .home-content-info p a {
        color: #1649cc;
}

@media (max-width: 992px) {

    .home-icons {
        text-align: center;
    }
    .home-icons .icon {
        float: none;
        display: block;
        margin: 20px auto 10px;
    }
    .home-content {
        padding: 35px 15px;
    }

}
/* ------------------------------------------------------------------------ */
/* Home Tabs
/* ------------------------------------------------------------------------ */
.nav-tabs {
    border: medium none;
}
    .nav-tabs li {
        width: 25%;
        text-align: center;
        border: none;

}
    .nav-tabs li a {
        border: none;
        color: #fff;
        border-radius: 0;
        margin-right: 0;
        padding: 20px 0;
}
    .nav-tabs li:nth-child(1) a {
        background-color: #CCC9C9;
}
    .nav-tabs li:nth-child(2) a {
        background-color: #ACACAC;
}
    .nav-tabs li:nth-child(3) a {
        background-color: #959595;
}
    .nav-tabs li:nth-child(4) a {
        background-color: #898989;
}
    .nav-tabs li.active a {
        background-color: #1749CC;

}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #1749CC;
    color: #fff;
    cursor: default;
    border: none;
    outline: none;
}
    .nav-tabs li a img {
        display: block;
        margin: 0 auto 10px;
}
    .nav-tabs li a button {
        border: none;
        outline: none;
        background-color: #1445C5;
        padding: 4px 25px;
        border-radius: 12px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
}
.nav-tabs > li.active > a button,
.nav-tabs > li.active > a:focus button,
.nav-tabs > li.active > a:hover button {
        border: none;
        outline: none;
        background-color: #fff;
        color: #1445C5;
}
.tab-content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1749cc+0,08339c+100 */
    background: #1749cc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3NDljYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODMzOWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1749cc 0%, #08339c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1749cc 0%,#08339c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1749cc 0%,#08339c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1749cc', endColorstr='#08339c',GradientType=0 ); /* IE6-8 */

    color: #fff;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 50px 15px 20px;
    text-align: center;
    line-height: normal;
}
.tab-content .btn {
    margin-top: 10px;
}
@media (max-width: 992px) {

    .nav-tabs li a button {
        font-size: 15px;
        padding: 4px 10px;
    }
    .nav-tabs li a img {
        max-width: 100%;
        height: auto;
    }

}
@media (max-width: 767px) {

    .nav-tabs li a {
        padding: 20px 5px 5px 5px;
        margin: 0;
    }
    .nav-tabs li a button {
        display: none;
    }
}
/* ------------------------------------------------------------------------ */
/* Home File download
/* ------------------------------------------------------------------------ */
.file-download {
    background-color: #1649cc;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding: 50px 20px;
}
    .file-download i {
        color: #fcb33e;
        margin-right: 10px;
}
    .file-download p {
        margin: 0;
        text-align: right;
}
@media (max-width: 992px) {

    .file-download p {
        text-align: center;
    }
    .file-download .btn {
        margin-top: 15px;
    }

}
@media (max-width: 767px) {

    .file-download i {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

}
/* ------------------------------------------------------------------------ */
/* Home Image
/* ------------------------------------------------------------------------ */
.home-image {
    height: 280px;
    width: 100%;
    display: table;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-image-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
}
    .home-image h1 {
        color: #fff;
        text-shadow: 0 1px 4px #000;
        line-height: normal;
}
@media (max-width: 767px) {

    .home-image h1 {
        font-size: 30px;
    }

}
/* ------------------------------------------------------------------------ */
/* Home Map
/* ------------------------------------------------------------------------ */
.home-map {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 425px;
    margin-top: 7px;
    position: relative;
    width: 100%;
}
.map-btn {
    background: url("img/map-btn.png") repeat 0 0 scroll;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
    padding: 0 30px;
    z-index: 5;
}
    .map-btn i {
        margin-left: 4px;
}
    .map-btn:hover {
        opacity: 0.8;
        color: #fff;
        text-decoration: none;
}

@media (max-width: 767px) {

    .home-map {
        height: 280px;
    }

}
/* ------------------------------------------------------------------------ */
/* Home Boxes
/* ------------------------------------------------------------------------ */
.boxes {
    margin-top: 7px;
}
.home-box {
    background-color: #1649cc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    float: left;
    height: 290px;
    overflow: hidden;
    text-align: center;
    width: 33.3333%;
}
.home-box-content {
    display: table-cell;
    padding: 0 40px;
    vertical-align: middle;
    width: 100%;
}
.home-box:first-child {
    background-color: #921010;
}
    .home-box h3 {
        font-family: 'Roboto Slab', serif;
        font-size: 28px;
        color: #fff;
        line-height: normal;
}
@media (max-width: 1200px) {

    .home-box-content {
        padding: 0 20px;
    }
    .home-box h3 {
        font-size: 24px;
     }

}
@media (max-width: 992px) {

    .home-box h3 {
        font-size: 20px;
     }

}
@media (max-width: 767px) {

    .home-box {
        width: 100%;
        display: block;
        height: auto;
        padding: 80px 0;
    }
    .home-box-content {
        padding: 0 25px;
        display: block;
    }
    .home-box h3 {
        font-size: 24px;
        margin: 0;
     }

}
/* ------------------------------------------------------------------------ */
/* Colorbox
/* ------------------------------------------------------------------------ */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url("img/loading.gif") no-repeat center center;}
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url("img/controls.png") no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url("img/controls.png") no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url("img/controls.png") no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
/* ------------------------------------------------------------------------ */
/* Resources & Representative
/* ------------------------------------------------------------------------ */
.representative,
.resources {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #272727;
    line-height: 1.4;
}
.media-title,
.resource-category {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 15px 0;
}
.representative h2,
.resources h2 {
    color: #272727;
    font-size: 30px;
}
.resource-item {
    border-radius: 3px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 300;
    max-width: 256px;
    margin: 0 auto 25px;
    text-align: center;
    line-height: 1.4;
    display: block;
}
.resource-item:hover,
.resource-item:focus
{
    text-decoration: none;
    color: #1b7f49;
    outline: none;
}
    .resource-item  img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
}
.resource-content {
    padding: 15px 0;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.representative .video-container {
    margin: 40px auto;
}
.media-title {
    margin-bottom: 45px;
}
.media-item {
    background-color: #f1f1f1;
    border: 1px solid #d7d7d7;
    border-radius: 11px;
    color: #666666;
    display: block;
    font-family: "Arimo",sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 12px 35px;
}
    .media-item:hover {
        text-decoration: none;
        color: #4E4E4E;
        border-color: #4E4E4E;
}
        .media-item img {
            margin-right: 20px;
            max-width: 100%;
            height: auto;
}
@media (max-width: 1200px) {

    .media-item {
        margin-right: 0;
    }

}
@media (max-width: 992px) {

    .media-item {
        font-size: 15px;
        padding: 12px 25px;
    }
    .media-item img {
        margin-right: 10px;
    }

}
@media (max-width: 767px) {

    .media-item {
        text-align: center;
    }
    .media-item img {
        margin: 0 auto 10px;
        display: block;
    }

}
/* ------------------------------------------------------------------------ */
/* Content
/* ------------------------------------------------------------------------ */
.no-padding {
    padding: 0 15px;;
}
@media (min-width: 992px) {

    .no-padding {
        padding: 0!important;
    }

}
#content ul {
    margin: 14px 0;
    padding: 0;
}
    #content ul li {
        line-height: 26px;
    }
    #content ul li i {
      color: #1649cc;
      margin-right: 5px;
}
#main {
  overflow: hidden;
  padding: 0;
  background-color: #fff;
}
.page #main {
    padding: 7px 33px 0;
    background-color: #f9f9f9;
}
#content {
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 35px;
}
#content.full-width {
    border: medium none;
    max-width: none;
}
.entry-title {
    color: #fff;
    font-size: 34px;
    margin: 0;
    font-weight: 400;
    padding: 20px 25px;
}
.page-footer {
    background-color: #7067b1;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    line-height: 1.8;
    overflow: hidden;
    padding: 20px 40px;
}
.page-footer p {
    margin-bottom: 0;
}
.page-footer .copy {
    float: left;
    color: #d3cdff;
}
    .page-footer .copy a {
        color: #d3cdff;
}
    .page-footer .copy a:hover {
        color: #d3cdff;
}
.page-footer .social-intro {
    float: right;
}
    .page-footer .social {
        float: right;
        margin-left: 45px;
}
        .page-footer .social i {
            color: #fff;
}
@media (max-width: 992px) {

    .entry-title {
        text-align: center;
        font-size: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .page #content {
        border-right: none;
    }

}
@media (max-width: 767px) {

    .page-footer {
        padding: 8px 40px;
    }
    .page-footer .copy,
    .page-footer .social-intro,
    .page-footer .social {
      display: block;
      float: none;
      margin: 12px auto;
      text-align: center;
    }

}
/* ------------------------------------------------------------------------ */
/* SideBar
/* ------------------------------------------------------------------------ */
#sidebar-right {
    float: right;
    max-width: 275px;
    padding: 0 0 35px;
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}
.archive #sidebar-right,
.single-post #sidebar-right {
    padding: 20px 15px 35px 0;
}
.page #sidebar-right {
    padding-top: 30px;
}
.page-template-drip-template #sidebar-right {
    padding-top: 50px;
    width: 100%;
}
#sidebar-right .widget {
    margin-bottom: 35px;
    position: relative;
}

#sidebar-right .widget .widget-title {
    background-color: #ebebeb;
    color: #424242;
    font-family: "Arimo",sans-serif;
    font-size: 17px;
    font-weight: 900;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 18px;
    padding: 0 20px;
}
    #sidebar-right .widget.widget_nav_menu .widget-title {}
    #sidebar-right .widget.widget_categories .widget-title {
        margin-bottom: 8px;
}
#sidebar-right .widget_recent_entries,
#sidebar-right .widget_popular_entries,
#sidebar-right .widget_tag_cloud,
#sidebar-right .widget_text {
    line-height: 1.5;
}
#sidebar-right .widget_text {
    background-color: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 7px;
    color: #424242;
    font-size: 15px;
    max-width: 100%;
    padding: 20px 25px 15px;
}
#sidebar-right .widget_text .widget-title {
    background-color: transparent;
    color: #424242;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
}
#sidebar-right .widget_text a {
    background-color: #1649cc;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    padding: 5px 9px;
}
    #sidebar-right .widget_text a i {
        line-height: normal;
        margin-left: 5px;
}
#sidebar-right .widget_text.color {
    background-color: #569970;
    color: #fff;
    padding: 0;
}
#sidebar-right .widget_text.color .widget-title {
    background-color: #328451;
    color: #fff;
    padding: 15px 25px;
}
#sidebar-right .widget_text.color .textwidget {
    padding: 0 25px 15px;
}
#sidebar-right .menu {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    margin: 0;
}
    #sidebar-right .menu li a {
        font-size: 16px;
        font-weight: 300;
        border-top: 1px solid #EBEBEB;
        color: #848484;
        display: block;
        padding: 9px 25px;
    }
    #sidebar-right ul.menu > li:first-child > a {
        border-top: none;
    }
    #sidebar-right .menu .sub-menu a {
        padding-left: 35px;
    }
    #sidebar-right .menu .sub-menu .sub-menu a {
        padding-left: 45px;
    }
    #sidebar-right .home-item i {
            display: none;
}
    #sidebar-right .menu li.current_page_item > a,
    #sidebar-right .menu .sub-menu li.current-menu-item > a,
    #sidebar-right .menu li a:hover {
        text-decoration: none;
        background-color: #EBEBEB;
        color: #000;
        position: relative;
}
    #sidebar-right .menu li.current_page_item > a::before,
    #sidebar-right .menu .sub-menu li.current-menu-item > a::before,
    #sidebar-right .menu li a:hover::before {
        content: "";
        width: 5px;
        background-color: #1649cc;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
}
#sidebar-right .tagcloud {
    margin-top: 15px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#sidebar-right .tagcloud a {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    color: #3d3d3d;
    display: inline-block;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 2px 8px;
    text-transform: capitalize;
}
 #sidebar-right .tagcloud a:hover {
        background-color: #01A7E1;
        text-decoration: none;
        color: #fff;
}
#sidebar-right .widget_recent_entries ul li,
#sidebar-right .widget_popular_entries ul li {
    border-bottom: 1px solid #fff;
    line-height: 1.4;
    margin: 4px 0;
    padding-bottom: 10px;
    position: relative;
}
    #sidebar-right .widget_recent_entries ul li::before,
    #sidebar-right .widget_popular_entries ul li::before {
        border-bottom: 1px solid #ebebeb;
        bottom: -1px;
        content: "";
        left: -22px;
        position: absolute;
        width: 22px;
        display: none;
}
    #sidebar-right .widget_recent_entries ul li:last-child,
    #sidebar-right .widget_popular_entries ul li:last-child {
        border-bottom: none;
}
    #sidebar-right .widget_recent_entries ul li:last-child::before ,
    #sidebar-right .widget_popular_entries ul li:last-child::before {
        display: none;
}
.widget_recent_entries,
.widget_popular_entries,
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
    font-family: "Arimo", sans-serif;
}
    .widget_recent_entries a,
    .widget_popular_entries a {
        font-size: 14px;
        color: #000;
        width: 100%;
}
    .widget_recent_entries span,
    .widget_popular_entries span {
        color: #007ab6;
        display: block;
        font-size: 11px;
        margin-top: 3px;
        width: 100%;
}
    .widget_recent_entries span::before,
    .widget_popular_entries span::before,
    .recent-posts-widget-with-thumbnails .rpwwt-post-date::before {
        content: "";
        font-family: "FontAwesome";
        display: inline-block;
        margin-right: 6px;
}
#sidebar-right .widget_categories {}
    #sidebar-right .widget_categories li {
        border-top: 1px solid #e1e1df;
}
    #sidebar-right .widget_categories li:first-child {
        border-top: none;
}
        #sidebar-right .widget_categories li a {
          color: #666;
          line-height: 40px;
}
#sidebar-right .recent-posts-widget-with-thumbnails {
    line-height: 1.4;
}
.rpwwt-widget .recent-posts-widget-with-thumbnails img {
    margin-right: 10px;
}
.rpwwt-widget .recent-posts-widget-with-thumbnails ul li {
    border-top: 1px solid #e3e3e3;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 14px;
}
.rpwwt-widget .recent-posts-widget-with-thumbnails ul li:first-child {
    border-top: none;
    padding-top: 0;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title,
.recent-posts-widget-with-thumbnails a:hover {
    font-size: 14px;
    color: #000;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-date {
    color: #007ab6;
    font-size: 11px;
    margin-top: 2px;
}
@media (max-width: 992px) {

    #sidebar-right {
        float: none;
        margin: 0 auto;
        padding-right: 0;
    }
    .archive #sidebar-right, .single-post #sidebar-right {
        margin-left: auto;
        margin-right: auto;
    }
    .page #sidebar-right .widget_text {
        margin-right: 0;
   }
}
/* ------------------------------------------------------------------------ */
/* Blog
/* ------------------------------------------------------------------------ */
.blog-posts {
    max-width: 745px;
    overflow: hidden;
    width: 100%;
}
.blog-post {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 20px 0 60px;
    overflow: hidden;
    width: 100%;
}
    .blog-post .blog-title {
        color: #1b90c7;
        font-family: "Lato",sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 35px;
        margin-top: 0;
}
    .blog-post img {
        float: left;
        height: auto;
        margin-bottom: 55px;
        margin-right: 0;
        max-width: 745px;
        width: 100%;
}
    .blog-post p {
        color: #666;
        font-family: "HelveticaNeue";
        font-size: 14px;
        line-height: 1.6;
}
.buttons {
    margin-top: 15px;
}
.read-more {
    color: #ee7136;
    float: left;
    font-family: "HelveticaNeue";
    font-size: 14px;
    line-height: 47px;
    margin-top: 5px;
    text-align: center;
}
    .read-more:hover {
        color: #ee7136;
}
    .read-more::after {
        background: url("img/arrow.png") no-repeat 0 0;
        width: 12px;
        height: 10px;
        display: inline-block;
        content: "";
        margin-left: 8px;
}
.blog-post .meta {
    margin: 0 auto;
    max-width: 145px;
    color: #666;
}
    .blog-post .meta .date {
        background-color: #1b90c7;
        border-radius: 60px;
        color: #fff;
        font-family: "HelveticaNeueBold";
        height: 110px;
        line-height: 1;
        margin-bottom: 0;
        padding-top: 33px;
        text-align: center;
        text-transform: uppercase;
        width: 110px;
}
    .blog-post .meta .date span {
        display: block;
        font-size: 30px;
}
    .blog-post .meta .date span.month {
        display: block;
        font-size: 16px;
}
.blog-post .meta .category {
    font-family: "HelveticaNeue";
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}
.blog-post .meta .post-categories {
    display: block;
}
    .blog-post .meta .post-categories li {
        color: #ff4141;
        display: inline-block;
        font-size: 14px;
        font-family: "HelveticaNeue";
}
    .blog-post .meta .post-categories li::after {
        content: ",";
        display: inline-block;
        margin-right: 3px;
        color: #666;
}
    .blog-post .meta .post-categories li:last-child::after {
        display: none;
}
.blog-post .meta .post-categories a {
    color: #ee7136;
}
.pager {
    margin-bottom: 60px;
    margin-top: 60px;
    overflow: hidden;
    width: 100%;
}
.navigation .screen-reader-text {
    display: none
}
.navigation .nav-links .next i,
.navigation .nav-links .prev i {
    font-size: 15px;
    line-height: 30px
}
.pager .page-numbers {
    margin-right: 10px
}
.page-numbers.dots,
.pager .current,
.pager a {
    background-color: #1b90c7;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "HelveticaNeue";
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    width: 30px;
    position: relative;
}
.pager a:hover {
    text-decoration: none
}
.page-numbers.dots,
.pager .current {
    background-color: #f2f2f2;
    color: #666;
}
.navigation.pagination {
    margin: 0
}
.navigation .nav-links .next::after {
    background: url("img/white-arrow-right.png") no-repeat 0 0;
    content: "";
    height: 10px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 12px;
}
.navigation .nav-links .prev::after {
    background: rgba(0, 0, 0, 0) url("img/white-arrow-left.png") no-repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 8px;
    position: absolute;
    top: 10px;
    width: 12px;
}
@media (max-width: 992px) {

    .blog-posts {
        max-width: none;
        margin-left: 0;
        padding: 0 20px;
    }

}
@media (max-width: 768px) {

    .blog-post .blog-title {
    }
    .blog-post img {
        margin-bottom: 20px;
        max-width: none;
    }
    .blog-post .meta {
        margin-bottom: 20px;
        max-width: none;
        width: 100%;
    }
    .blog-post .meta .date {
        height: 70px;
        margin: 0 auto;
        padding-top: 12px;
        width: 70px;
    }
    .blog-post .meta .category,
    .post-categories {
        display: inline-block;
    }
    .blog-post .meta .post-categories {
        display: inline;
    }

}
@media (max-width: 1200px) {

    .buttons {
        display: block;
        float: left;
        margin-top: 20px;
        width: 100%;
    }

}
/* ------------------------------------------------------------------------ */
/* Post
/* ------------------------------------------------------------------------ */
/*.single #content, .archive #content {
    padding-right: 0;
}*/
.post-header {}
    .post-header .post-title {
        font-family: "Open Sans",sans-serif;
        color: #043175;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 8px;
    }
.post-header .meta {
    background: rgba(0, 0, 0, 0) url("img/meta-bg.jpg") repeat scroll 0 0;
    color: #383838;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 30px;
    margin: 15px 0 30px;
    overflow: hidden;
    padding: 0;
    text-transform: none;
    width: 100%;
}
        .post-header .meta a {
            color: #6b6b6b;
}
        .post-header .meta .category {
            background-color: #00a7e1;
            color: #fff;
            display: inline-block;
            padding: 0 10px;
}
            #content .post-header .meta .category ul {
                margin: 0;
}
                .post-header .meta .category li {
                    display: inline-block;
}
                .post-header .meta .category li::after {
                    content: ",";
                    display: inline-block;
                    margin-left: 0;
                    margin-right: 4px;
}
                .post-header .meta .category li:last-child::after {
                    display: none;
}
                    .post-header .meta .category li a {
                        color: #fff;

}
        .post-header .meta .author {
            display: inline-block;
            margin-left: 15px;
}
        .post-header .meta .date {
            display: inline-block;
            margin-left: 15px;
}
        .post-header .meta .date i {
            font-size: 13px;
            line-height: 2;
            margin-right: 3px;
}
.single .wp-post-image {
    height: auto;
    margin: 0 0 5px;
    width: 100%;
}
.share-wrapper p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 0;
    margin-right: 15px;
}
.share li {
    display: inline-block;
    margin-left: 6px;
}
    .share li a {
        display: inline-block;
        width: 45px;
}
.share {
    display: inline-block;
}
.single-post #content {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    padding-right: 0;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
@media (max-width: 992px) {

    .single-post #content {
        padding-left: 15px;
        padding-right: 15px;
    }

}
/* ------------------------------------------------------------------------ */
/* Link Icons
/* ------------------------------------------------------------------------ */
.link-icons {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
    .link-icons li {
        display: inline-block;
        float: left;
        min-height: 178px;
        padding: 25px 0 30px;
        width: 25%;
}
.link-icons li.blue {
    background-color: #1649cc;
}
.link-icons li.green {
    background-color: #338553;
}
    .link-icons li img {
      display: block;
      margin: 0 auto 17px;
      max-width: 100%;
      height: auto;
}
.btn-tabs {
    color: #fff;
    padding: 2px 20px;
    background-color: #1649cc;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    border-radius: 12px;
}
.btn-tabs:hover {
    color: #1649cc;
    background-color: #fff;
}
.link-icons li .btn-tabs {
    background-color: #fff;
}
    .link-icons li.blue .btn-tabs {
        color: #1649cc;
}
    .link-icons li.blue .btn-tabs:hover {
        background-color: #338553;
        color: #fff;
}
    .link-icons li.green .btn-tabs {
        color: #338553;
}
    .link-icons li.green .btn-tabs:hover {
        background-color: #1649cc;
        color: #fff;
}
@media (max-width: 992px) {

    .btn-tabs {
        font-size: 15px;
        padding: 1px 12px;
   }

}
@media (max-width: 767px) {

    .link-icons li {
        min-height: 0;
        padding: 7px;
    }
    .link-icons li img {
        margin-bottom: 0;
    }
    .link-icons li .btn-tabs {
        display: none;
    }

}
/* ------------------------------------------------------------------------ */
/* Gallery
/* ------------------------------------------------------------------------ */
.gallery {
    border: medium none;
    border-radius: 0;
    margin: 0 auto 60px;
    max-width: 570px;
}
    .gallery .slides {
        margin: 0!important;
}
.gallery .flex-control-nav {
    bottom: -35px;
}
.gallery .flex-control-nav li {
    margin: 0 4px;
}
.gallery .flex-control-paging li a {
    background: #b7b7b7 none repeat scroll 0 0;
    height: 15px;
    width: 15px;
}
.gallery .flex-control-paging li a.flex-active {
    background: #707070;
    cursor: default;
}
