/*-----------------------------------------------
Purchased Template Main Style
-----------------------------------------------*/

/* Search */

input[type=&quot;
text&quot;
], input[type=&quot;
email&quot;
], input[type=&quot;
url&quot;
], input[type=&quot;
password&quot;
], input[type=&quot;
search&quot;
], textarea {
    color: #474747;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
    border: none !important;
    border-radius: 4px;
}
.input-group {
    display: inline-block;
    position: relative;
    margin-bottom: 26px;
    width: 100%;
}
.input-group .search-query {
    width: 100%;
    -webkit-border-radius: 4px -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 22px 44px 22px 18px;
    display: inline-block;
}
.input-group .input-group-btn {
    position: absolute;
    z-index: 2;
    padding: 0px;
    display: inline-block;
    margin-left: -40px;
    margin-top: 2px;
}
.input-group .input-group-btn button {
    vertical-align: middle;
    padding: 10px;
    background: none;
    color: #f46b2e;
}
.input-group .input-group-btn button:hover {
    color: #474747;
}

/* Buttons */

.btn {
    border-width: 0px;
    padding: 14px 26px;
}
.btn-default, .label-default {
    background-color: #f46b2e;
    border-color: #f46b2e;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
    background-color: #474747;
    border-color: #474747;
}
.btn.btn-default {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.input-group-btn:last-child&gt;
.btn {
    margin-left: 0;
}
button {
    background-color: #f46b2e;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 12px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
button:hover {
    background-color: #474747;
}
#subscription-toggle {
    float: right;
}

/* Padding Reset */

.no-padding {
    padding: 0 !important;
}

/* Alignment */

.alignnone {
    display: block;
    margin: 0.5em 1.5em 1.5em 0;
}
.aligncenter {
    display: block;
    margin: 0.5em auto 0.5em auto;
}
.alignright {
    float: right;
    margin: 0.5em 0 1.5em 1.5em;
}
.alignleft {
    float: left;
    margin: 0.5em 1.5em 1.5em 0;
}
.aligncenter {
    display: block;
    margin: 0.5em auto 0.5em auto;
}
a img.alignright {
    float: right;
    margin: 0.5em 0 1.5em 1.5em;
}
a img.alignnone {
    margin: 0.5em 1.5em 1.5em 0;
}
a img.alignleft {
    float: left;
    margin: 0.5em 1.5em 1.5em 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption.alignnone {
    margin: 0.5em 1.5em 1.5em 0;
}
.wp-caption.alignleft {
    margin: 0.5em 1.5em 1.5em 0;
}
.wp-caption.alignright {
    margin: 0.5em 0 1.5em 1.5em;
}
.wp-caption img {
    display: block;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: auto;
}

/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #fafafa;
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #474747;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/* Clearing floats */

.clear:before, .clear:after, .gallery:before, .gallery:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
}
.clear:after, .entry-content:after, .gallery:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/* Custom Styles */

.site-branding {
    margin-top: 20px;
    margin-bottom: 20px;
}
.site-description {
    color: #474747;
    font-weight: 200;
    font-size: 16px;
}
.page-template-page-homepage-php .carousel {
    margin-top: -20px;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .pull-right {
        float: none !important;
    }
    .pull-left {
        float: none !important;
    }
    .flex-caption {
        display: none;
    }
}

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


/* Header Center */

.header-social, .header-logo, .header-search {
    position: relative;
    height: 200px;
    display: table;
}
.header-social .social-icons {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.header-logo a, .header-logo .navbar-brand, .header-logo .site-name {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
    line-height: 38px;
}
.header-search form {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.header-search .input-group {
    width: 246px;
    max-width: 100%;
    float: right;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-search:hover .input-group, .header-search:active .input-group, .header-search:focus .input-group {
    width: 100%;
    float: right;
}
@media (max-width: 992px) {
    .header-social, .header-logo, .header-search {
        position: relative;
        height: 60px;
        display: table;
        width: 100%;
    }
    .header-social {
        margin-top: 40px;
    }
    .header-logo {
        margin: 60px 0px 40px 0px;
    }
    .header-search .input-group {
        width: 100%;
        float: left;
    }
    .header-social .social-icons {
        text-align: center;
    }
}
.header-search .search-query {
    box-shadow: none !important;
    background-color: #3a3a3a;
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    height: 40px;
    padding-left: 20px;
    padding-right: 54px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-search .search-query:focus, .header-search .search-query:hover, .header-search .search-query:active {
    color: rgba(255, 255, 255, 1);
}
.header-search .input-group-btn {
    position: absolute;
    z-index: 2;
    display: inline-block;
    margin-left: -38px;
    margin-top: 2px;
}
.header-search .input-group-btn .btn-default {
    background: #474747;
    color: #f46b2e;
    width: 36px;
    height: 36px;
    padding: 0px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.header-search .input-group-btn .btn-default:after {
    content: "
    "
    ;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 7px 6.5px 0;
    border-color: transparent #474747 transparent transparent;
    left: -7px;
    display: inline-block;
    top: 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-search .input-group-btn .btn-default:hover {
    background: #f46b2e;
    color: #ffffff;
}
.header-search .input-group-btn .btn-default:hover:after {
    border-color: transparent #f46b2e transparent transparent;
}
.header-search .input-group-btn .btn-default .glyphicon {
    left: -1px;
    top: 2px;
}

/* Header Normal */

.header-normal .social-icons {
    text-align: right;
    min-height: 200px;
}
.header-normal .header-logo a, .header-normal .header-logo .navbar-brand, .header-normal .header-logo .site-name {
    text-align: left;
}
@media (max-width: 992px) {
    .header-normal .header-logo a, .header-normal .header-logo .navbar-brand, .header-normal .header-logo .site-name {
        text-align: center;
    }
    .header-normal .social-icons {
        text-align: center;
    }
    .header-normal .header-social {
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

/* 02 - 02 Call for Action
-----------------------------------------------------------*/


/* Wobble Horizontal */

@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.cfa-button {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.cfa-button:hover, .cfa-button:focus, .cfa-button:active {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.cfa {
    padding: 20px 0px;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.38);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
}
.cfa-text {
    font-family: "
    Raleway"
    , "
    Open Sans"
    , Georgia, sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #474747;
    display: block;
    padding-top: 5px;
}
.cfa-text span {
    color: #f46b2e;
}
.cfa-button {
    background: #f46b2e;
    color: #ffffff;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-color: #f46b2e;
}
.cfa-button a {
    color: #ffffff;
}
.cfa-button:hover {
    background-color: #f46b2e;
    color: #ffffff;
}
@media (max-width: 767px) {
    .cfa {
        padding: 0 0 20px;
    }
    .cfa-text {
        padding: 20px 0px 6px 0px;
    }
    .cfa-button {
        padding: 18px;
        margin-top: 10px;
    }
}

/* 03 - Navigation
-----------------------------------------------------------*/

.site-content [class*=&quot;
navigation&quot;
] a {
    border: 1px solid #dadada;
    background-color: #ffffff;
    padding: 18px 26px;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.paging-navigation {
    text-transform: uppercase;
}
.site-content [class*=&quot;
navigation&quot;
] a {
    color: #474747;
    background: none;
    text-decoration: none;
    display: table;
}
.site-content [class*=&quot;
navigation&quot;
] a:hover {
    color: #f46b2e;
    background: #ffffff;
    text-decoration: none;
}
.more-link {
    float: right;
    margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
[class*=&quot;
navigation&quot;
] .nav-previous .fa {
    color: #f46b2e;
    display: table-cell;
    width: 32px;
    vertical-align: middle;
    text-align: left;
}
[class*=&quot;
navigation&quot;
] .nav-next .fa {
    color: #f46b2e;
    display: table-cell;
    width: 32px;
    vertical-align: middle;
    text-align: right;
}
[class*=&quot;
navigation&quot;
] .nav-previous a {
    float: left;
    text-align: center;
    min-width: 48%;
    width: 48%;
}
[class*=&quot;
navigation&quot;
] .nav-next a {
    float: right;
    text-align: center;
    min-width: 48%;
    width: 48%;
}
.nav&gt;
li&gt;
a {
    text-transform: uppercase;
}
.navbar.navbar-default {
    background-color: #3f3f3f;
    font-family: "
    Open Sans"
    , serif;
    margin-bottom: 0;
    border-top: 5px solid #3a3a3a;
    font-weight: 500;
}
.navbar-default .navbar-nav &gt;
li &gt;
a {
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar &gt;
.container .navbar-brand {
    color: #ffffff;
    font-size: 34px;
    margin: 15px 0;
    font-family: "
    Raleway"
    , "
    Open Sans"
    , Georgia, sans-serif;
}
.navbar-default .navbar-nav &gt;
.open &gt;
a, .navbar-default .navbar-nav &gt;
.open &gt;
a:hover, .navbar-default .navbar-nav &gt;
.open &gt;
a:focus {
    border-right: none;
    border-left: none;
}
.navbar {
    border-radius: 0;
}
.navbar-default {
    border: none;
}
.navbar-default .navbar-nav &gt;
.active &gt;
a, .navbar-default .navbar-nav &gt;
.active &gt;
a:hover, .navbar-default .navbar-nav &gt;
.active &gt;
a:focus, .navbar-default .navbar-nav &gt;
li &gt;
a:hover, .navbar-default .navbar-nav &gt;
li &gt;
a:focus, .navbar-default .navbar-nav &gt;
.open &gt;
a, .navbar-default .navbar-nav &gt;
.open &gt;
a:hover, .navbar-default .navbar-nav &gt;
.open &gt;
a:focus {
    color: #f46b2e;
    background-color: transparent;
}
.dropdown-menu &gt;
li &gt;
a:hover, .dropdown-menu &gt;
li &gt;
a:focus, .navbar-default .navbar-nav .open .dropdown-menu &gt;
li &gt;
a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt;
li &gt;
a:focus {
    color: #ffffff;
    background-color: #f46b2e;
}
.dropdown-menu {
    font-size: 13px;
    min-width: 260px;
}
.caret {
    margin-left: 6px;
}
.dropdown-menu li:last-child a {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.dropdown-menu li li a {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.navbar-default .navbar-nav .open .dropdown-menu &gt;
li &gt;
a {
    color: #ffffff !important;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu &gt;
    li &gt;
    a {
        color: #ffffff !important;
    }
}
.nav .open &gt;
a, .nav .open &gt;
a:hover, .nav .open &gt;
a:focus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 767px) {
    ul.nav li.dropdown: hover &gt;
    ul.dropdown-menu {
        display: block;
    }
}
.dropdown-menu &gt;
li &gt;
a {
    padding: 20px 23px;
    color: #474747;
}
.dropdown-menu, .dropdown-menu &gt;
.active &gt;
a, .dropdown-menu &gt;
.active &gt;
a:hover, .dropdown-menu &gt;
.active &gt;
a:focus {
    border: none;
}
.dropdown-menu&gt;
.active&gt;
a, .dropdown-menu&gt;
.active&gt;
a:hover, .dropdown-menu&gt;
.active&gt;
a:focus {
    background-color: #f46b2e;
    color: #ffffff;
}
.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav &gt;
li &gt;
.dropdown-menu {
    padding: 0;
}
.navbar-nav &gt;
li &gt;
a {
    padding: 23px 26px 25px 26px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.main-menu {
    float: right;
    left: -50%;
    margin-right: -16px;
    position: relative;
    text-align: left;
}
.nav.navbar-nav {
    left: 50%;
    list-style: none outside none;
    margin: 0;
    position: relative;
}
.nav.navbar-nav&gt;
li {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.main-menu-wrapper {
    background-color: #474747;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 12px;
    width: 100%;
    float: left;
}
.main-menu-wrapper .navbar-nav&gt;
li&gt;
a:before {
    position: absolute;
    bottom: 2px;
    left: 50%;
    color: transparent;
    content: "
    ."
    ;
    text-shadow: 0 0 transparent;
    font-size: 0.9em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.main-menu-wrapper .navbar-nav&gt;
li&gt;
a:hover::before, .main-menu-wrapper .navbar-nav&gt;
li&gt;
a:focus::before {
    color: #ffffff;
    text-shadow: 9px 0 #fff, -9px 0 #ffffff;
}
.navbar-nav&gt;
li {
    border-top: 2px solid transparent;
    -webkit-transition: all 400ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 400ms cubic-bezier(0.5, 0, 0.5, 1);
}
.navbar-nav&gt;
li:hover, .navbar-nav&gt;
.active {
    border-top: 2px solid #f46b2e;
    -webkit-transition: all 400ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 400ms cubic-bezier(0.5, 0, 0.5, 1);
}
.navbar-nav&gt;
li&gt;
a {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-transition: all 400ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 400ms cubic-bezier(0.5, 0, 0.5, 1);
}
.navbar-nav li li a, .navbar-nav li li a:hover, .navbar-nav li.active li a {
    box-shadow: none;
}
.navbar-nav li li a .glyphicon {
    float: right;
}
.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav .open&gt;
a, .nav .open&gt;
a:hover, .nav .open&gt;
a:focus {
    border: none !important;
}
.navbar-default .navbar-toggle {
    border-color: #474747;
    background-color: #474747 !important;
    color: #ffffff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    float: left;
    padding: 16px 16px 16px 40px;
}
.navbar-default .navbar-toggle .icon-toggle {
    float: right;
    position: relative;
    margin-top: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}
.navbar-nav ul ul {
    top: -2px;
    left: 100%;
    padding: 0;
}
@media (max-width: 767px) {
    .nav.navbar-nav {
        float: none;
    }
    .navbar &gt;
    .container .navbar-brand {
        margin: 0;
    }
    .navbar-default .navbar-nav &gt;
    li &gt;
    a {
        line-height: 36px;
        padding-top: 14px;
        padding-bottom: 16px;
        border-bottom: 1px solid #3f3f3f;
    }
    .navbar-nav&gt;
    li:hover {
        background-color: #3a3a3a;
        transition: none;
        -webkit-transition: none;
    }
    .navbar-nav&gt;
    li&gt;
    a:hover {
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
    }
    .main-menu {
        float: none;
        left: auto;
        position: relative;
        text-align: left;
        margin-right: 0px;
    }
    .site-navigation-inner {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .main-menu-wrapper {
        padding-bottom: 20px;
    }
    .nav.navbar-nav {
        left: auto;
        margin: auto;
        position: relative;
    }
    .navbar-nav .open .dropdown-menu&gt;
    li&gt;
    a {
        line-height: 42px;
    }
    .navbar-nav ul ul {
        display: block;
    }
    .navbar-nav ul ul li a:before {
        margin-right: 12px;
        content: &quot;
        \f101&quot;
        ;
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .menu-item-has-children {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .navbar-default .navbar-nav &gt;
    .active &gt;
    a, .navbar-default .navbar-nav &gt;
    .active &gt;
    a:hover, .navbar-default .navbar-nav &gt;
    .active &gt;
    a:focus, .navbar-default .navbar-nav &gt;
    li &gt;
    a:hover, .navbar-default .navbar-nav &gt;
    li &gt;
    a:focus {
        color: #ffffff;
    }
    .main-menu-wrapper .navbar-nav&gt;
    li&gt;
    a:before {
        display: none;
    }
    .navbar-nav .open .dropdown-menu&gt;
    li&gt;
    a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 25px 5px 25px;
    }
    .navbar-nav li li a .glyphicon {
        line-height: 42px;
    }
}

/* 04 - Social icons
-----------------------------------------------------------*/

#secondary .widget .social-icons a {
    color: #ffffff;
}
.social-icons {
    position: relative;
    text-align: center;
}
.social-icons .fa-youtube:before {
    content: "
    \f16a"
    ;
}
#secondary .widget .social-icons {
    text-align: center;
}
.social-icons a {
    font-size: 15px;
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 36px;
    width: 36px;
    color: #ffffff;
    line-height: 36px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #474747;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icons a:hover {
    background-color: #f46b2e;
    color: #ffffff !important;
}
.fa-googleplus:before {
    content: &quot;
    \f0d5&quot;
    ;
}
.fa-vimeo:before {
    content: &quot;
    \f194&quot;
    ;
}

/* 07 - 01 Scroll to Top
-----------------------------------------------------------*/

.scroll-to-top {
    padding: 10px 6px;
    background: rgba(100, 100, 100, 0.4);
    color: #ffffff;
    bottom: 4%;
    right: 20px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 50px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
    background: #f46b2e;
    opacity: 100;
}
.scroll-to-top span {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
div#footer-body {
    font-family: Open Sans;
    font-weight: normal;
    color: #E7E7E7;
}

/*-----------------------------------------------------------
Plastic Styles 23/01/2015
-----------------------------------------------------------*/


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

body {
    font-family: &quot;
    Open Sans&quot;
    , Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #132028 !important;
    background-color: #fff !important;
}
.container {
    width: 100%;
}
.columns {
    display: inline-block;
    float: left;
}
.large-3 {
    width: 25%;
}
.large-9 {
    width: 75%;
}
.large-8 {
    width: 66%;
}
.large-4 {
    width: 33%;
}
.nav-main-phone {
    display: none;
}

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

.navbar.navbar-default {
    font-family: &quot;
    Open Sans&quot;
    , serif;
    margin-bottom: 0px;
    border-top: 5px solid #3A3A3A;
    font-weight: 500;
    background: url(https://www.plasticscm.com/assets/img/home-3/body-home-bg.png) center top repeat-x;
}
.header .nav-main {
    padding-top: 10px;
}
.header .nav-main dd {
    text-align: right;
}
.header .nav-main dd {
    display: inline-block;
    text-align: right;
    float: right;
    padding: 0px 1em 0 1.4em;
}
.header .nav-main a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 0.875em;
    padding-bottom: 4px;
    font-family: &quot;
    Open Sans&quot;
    , Arial, sans-serif;
    transition: border 0.2s;
}
.header .nav-main a:hover, .header .nav-main a.active {
    border-bottom: 2px solid #E2471B;
    color: #fff !important;
}
.header .logo a {
    margin-left: 15px;
}
.header.second-level {
    background: url(https://www.plasticscm.com/assets/img/second-level/second-level-header-top-bg.png) repeat-x scroll center bottom #00758D;
    padding: 10px 0px 0px;
    height: 80px;
    margin: 0px;
}

/* Structure
-----------------------------------------------------------*/

.container .second-level .row, .container .second-level-header .row, #content-wrapper, .footer .row {
    margin: 0 auto;
    max-width: 1280px;
}
.container .second-level-header h1 {
    color: #fff;
    font-size: 46px;
    font-family: Maven Pro, &quot;
    Maven Pro&quot;
    , &quot;
    Helvetica Neue&quot;
    , Arial, sans-serif;
    font-weight: 100;
    margin: 55px 5px 55px 5px;
    padding: 0 10px;
    text-align: center;
}
#primary {
    margin: 40px 0 80px 0;
}

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

.post h1, .entry-title, .entry-title a {
    font-family: Maven Pro, &quot;
    Maven Pro&quot;
    , &quot;
    Helvetica Neue&quot;
    , Arial, sans-serif !important;
    color: #0DA5C3 !important;
    font-weight: 100 !important;
    transition: color 0.2s;
    font-size: 34px !important;
}
.post h1 {
    color: #132028 !important;
}
.entry-title a:hover {
    color: #0091A9 !important;
}

/* Entry content
-----------------------------------------------------------*/

.read-more {
    background-color: #E2471B;
    transition: color 0.2s !important;
    color: #fff !important;
    border: 1px solid #E2471B !important;
}
.read-more:hover {
    background-color: #F46B2E !important;
    border: 1px solid #F46B2E !important;
    color: #fff !important;
}
.entry-content {
    border-top: 4px solid #E2471B;
    padding: 20px 32px 0px;
}
.entry-content h2 {
    font-family: Maven Pro, &quot;
    Maven Pro&quot;
    , &quot;
    Helvetica Neue&quot;
    , Arial, sans-serif !important;
    color: #E2471B !important;
    font-weight: 100 !important;
    transition: color 0.2s;
    font-size: 24px !important;
}
.entry-content h3 {
    font-family: Maven Pro, &quot;
    Maven Pro&quot;
    , &quot;
    Helvetica Neue&quot;
    , Arial, sans-serif !important;
    color: #484848 !important;
    font-weight: 100 !important;
    transition: color 0.2s;
    font-size: 22px !important;
}
.entry-content h4 {
    font-family: Maven Pro, &quot;
    Maven Pro&quot;
    , &quot;
    Helvetica Neue&quot;
    , Arial, sans-serif !important;
    color: #484848 !important;
    font-weight: 100 !important;
    transition: color 0.2s;
    font-size: 20px !important;
}
.entry-content img {
    margin: 2em 0 !important;
}
small .fa {
    color: #E2471B !important;
}
#comments h4 {
    background: none repeat scroll 0% 0% #E2471B;
}
#comments h4::after {
    border-top: 10px solid #E2471B;
}
pre.file {
    padding: 10px 15px !important;
    color: #447390 !important;
    background-color: #F0F7F8 !important;
    border: 1px solid #E0E7E8 !important;
    margin-top: 15px !important;
}

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

#sidebar {
    background: #fff;
}
#sidebar h2 {
    font-family: Maven Pro, &quot;
    Maven Pro&quot;
    , &quot;
    Helvetica Neue&quot;
    , Arial, sans-serif !important;
    color: #132028 !important;
    font-weight: 100 !important;
}
.author-meta {
    background-color: #132028 !important;
    -webkit-border-bottom-right-radius: 3px !important;
    -webkit-border-bottom-left-radius: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

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

.footer {
    background: none repeat scroll 0% 0% #233C4B;
    padding: 2.5em 0px;
    width: 100%;
}
.footer .large-3 {
    width: 25%;
}
.footer a, .footer ul a, .link-footer {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.75em;
    transition: all 1s ease 0s;
    font-weight: 600;
}
.footer a:hover, .footer ul a:hover, .link-footer:hover {
    color: rgba(255, 255, 255, 1) !important;
}
.footer ul {
    margin: 0;
}
.footer li {
    margin: 0px 0px 0.125em !important;
}
.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25em 0px 1.125em -0.5625em;
    padding-top: 0.25em;
}
.sub-nav dd, .sub-nav dt {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: 400;
    font-size: 0.875em;
}
.footer hr {
    border: 1px solid #DDD;
    clear: both;
    margin: 1.25em 0px 1.1875em;
    height: 0px;
    opacity: 0.2;
    box-sizing: content-box;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}
.footer .logo-footer {
    opacity: 0.7;
}
.footer .logo-footer:hover {
    opacity: 1;
}
.logo-footer small {
    font-size: 12px;
    font-weight: 300;
    float: right;
    margin-top: 10px;
}
.logo-footer small strong {
    font-weight: 300;
}
.footer .nav-social a {
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    text-indent: -20000px;
    opacity: 0.6;
    background-image: url(https://www.plasticscm.com/assets/img/sprite-social.png);
    transition: background-position 0.6s ease 0s;
}
.footer .nav-social a.blog {
    background-position: 0 0
}
.footer .nav-social a.blog:hover {
    background-position: 0 bottom
}
.footer .nav-social a.forum {
    background-position: -50px top
}
.footer .nav-social a.forum:hover {
    background-position: -50px bottom
}
.footer .nav-social a.twitter {
    background-position: -100px top
}
.footer .nav-social a.twitter:hover {
    background-position: -100px bottom
}
.footer .nav-social a.youtube {
    background-position: -150px top
}
.footer .nav-social a.youtube:hover {
    background-position: -150px bottom
}
.footer .nav-social a.facebook {
    background-position: -200px top
}
.footer .nav-social a.facebook:hover {
    background-position: -200px bottom
}
.footer .nav-social a.flickr {
    background-position: -250px top
}
.footer .nav-social a.flickr:hover {
    background-position: -250px bottom
}

/* -----------------------------------------
   NEW HEADER STYLES
----------------------------------------- */

body {
    background: #F3F9FA !important;
}

/* sidebar */

#sidebar, #main {
    border: none !important;
    border-image: none !important;
    box-shadow: none !important;
}
#sidebar .sidebar li {
    border-bottom: none;
}
#sidebar .sidebar li, #PopularPosts1 dd {
    border-left: 4px solid #fff;
}
#sidebar .sidebar li:hover, #PopularPosts1 dd:hover {
    background: #E8F6F8;
    border-left: 4px solid #EC4300;
}
#sidebar .sidebar h2 {
    font-size: 18px;
    width: 88%;
}
#sidebar #searchthis {
    margin: 40px 0 0 0 !important;
    display: block !important;
    text-align: center;
}
#sidebar .item-thumbnail {
    display: none;
}
#sidebar .sidebar ul li {
    /* two columns to labels section */
    float: left;
    width: 50%;
    text-align: center;
}

/* end sidebar */

.container .second-level-header h1, .container .second-level-header h1 a {
    font-size: 70px;
    margin-bottom: 20px;
    color: #fff !important;
    opacity: 1;
    transition: color 0.2s;
}
.container .second-level-header h1 a:hover {
    opacity: 0.8;
}
.container .second-level-header h2 {
    color: #98CDD8;
    font-size: 20px;
    font-family: &quot;
    Open Sans&quot;
    , Arial, sans-serif !important;
    font-weight: 100 !important;
    margin-top: 0;
}
.container .second-level-header .large-12, .header-search {
    text-align: center;
    float: none !important;
    margin: 0 auto !important;
    max-width: 1280px !important;
    display: block;
    padding: 0 20px;
}
.header-search {
    width: auto !important;
    max-width: 1280px !important;
    height: 150px;
}
.header-search form {
    text-align: center !important;
    display: block;
    padding-top: 46px;
}
.header-search form&gt;
div {
    display: none;
}
#mce-EMAIL, #mc-embedded-subscribe, #sidebar input {
    height: 42px;
    border-radius: 4px;
    border: 1px solid #8FC2CE !important;
    background: rgba(14, 194, 206, 0.3) url(https://www.plasticscm.com/assets/img/icon-24-email.png) 10px center no-repeat;
    color: #fff;
}
#mc-embedded-subscribe {
    width: 125px;
}
#mce-EMAIL, #sidebar #search-box {
    margin-right: 10px;
    padding-left: 45px;
}
#mc-embedded-subscribe, #sidebar #search-btn {
    margin-top: 0px !important;
    border: 1px solid #1DCBE9 !important;
    background: #1DCBE9;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    transition: background 0.4s, border 0.4s;
}
#mc-embedded-subscribe:hover {
    border: 1px solid #EC4300 !important;
    background: #EC4300;
}
.header-search input {
    display: inline-block !important;
}
#sidebar #search-box #sidebar #search-btn {
    height: 26px !important;
}
#sidebar #search-box {
    background: #DDECF0;
    color: #8FC2CE;
    border: 1px solid #8FC2CE;
    box-shadow: none;
}
#sidebar #search-btn {
    width: 42px;
    text-indent: -20000px;
    overflow: hidden;
    background-image: url(https://www.plasticscm.com/assets/img/icon-24-zoom.png);
    background-position: center;
    background-repeat: no-repeat;
}
#sidebar #search-btn:hover {
    border: 1px solid #EC4300 !important;
    background-color: #EC4300;
}
#sidebar #searchthis #search-box {
    padding-left: 15px;
}
#sidebar #HTML3 img {
    margin: 0 0 20px 0;
    width: 100%;
    height: 290px;
}
#sidebar .widget {
    margin-bottom: 20px;
}
#sidebar .widget h2 {
    margin-top: -20px;
}
#mc-embedded-subscribe-form #mce-EMAIL {
    width: 300px;
}

/* content */

#content {}
#content .read-more {
    transition: background 0.4s, border 0.4s !important;
    margin: 0;
}
#content .read-more:hover {
    background: #1DCBE9 !important;
    border: 1px solid #1DCBE9 !important;
}
.meta1, .meta {
    margin-bottom: 2em;
}
#content h2 {
    margin-top: 2.2em;
}
#content h3 {
    margin-top: 1.8em;
}
#content h4 {
    margin-top: 1.6em;
}
pre {
    font-size: 14px !important;
    overflow: auto !important;
    line-height: 24px !important;
    background: #132028 !important;
    color: #8FC2CE !important;
    white-space: pre !important;
    word-wrap: break-word !important;
    white-space: -moz-pre-wrap !important;
    /* Firefox */
    white-space: -pre-wrap !important;
    /* ancient Opera */
    white-space: -o-pre-wrap !important;
    /* newer Opera */
    white-space: pre-wrap !important;
    /* Chrome W3C standard */
    word-wrap: break-word !important;
    /* IE */
    font-family: monospace !important;
}
#content .author-meta {
    border-top: 2px solid #132028 !important;
    border-bottom: 4px solid #132028 !important;
    background-color: #fff !important;
    background-image: url(https://www.plasticscm.com/assets/img/logo-header-new.png) !important;
    background-position: 5% 85px;
    background-repeat: no-repeat;
    background-size: 15%;
}
#content .author-image {
    visibility: hidden;
}
#content .author-body {
    text-align: right;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #71A8B4 !important;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #71A8B4 !important;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #71A8B4 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #71A8B4 !important;
}
#sidebar .sidebar-banner {
    margin-bottom: 40px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}
#sidebar .sidebar-banner a {
    opacity: 1;
    transition: opacity 0.4s;
}
#sidebar .sidebar-banner a:hover {
    opacity: 0.9;
}
#idSiteMeterHREF {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0 10px 0;
    opacity: 0.7;
    transition: opacity 0.4s;
}
#idSiteMeterHREF:hover {
    opacity: 1;
}
#content ul, ol {
    padding: 0 0 1em 4em !important;
    margin: 0 0 0 0 !important;
}
#content li {
    line-height: 2em !important;
}
#PopularPosts1 dd {
    font-size: 14px;
    line-height: 1.2em;
}

/*-----------------------------------------------------------
Plastic Styles 12/02/2015
-----------------------------------------------------------*/

#sub-nav-private, #sub-nav-public {
    width: 88%;
    float: right;
}
#sub-nav-private {
    width: 73.7px;
    float: right;
    background: none repeat scroll 0px 0px rgba(34, 60, 76, 0.6);
    border-radius: 5px;
    margin-left: 6px !important;
    height: 47.6px;
    margin-top: -14px !important;
    padding-top: 12px;
}
#sub-nav-private dd {
    padding-right: 20px;
}
#sub-nav-private a {
    margin-left: -200px !important;
    display: inline-block;
    text-transform: lowercase !important;
}
#sub-nav-private a, #sub-nav-public a {
    font-size: 12.25px !important;
    line-height: 19px;
}

/*-----------------------------------------------------------
Plastic Styles 24/07/2015
-----------------------------------------------------------*/


/* Used to alter styles for screens at least 768px wide. This is where the grid changes. */

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    #sub-nav-public dd {
        padding: 0px 0.4em;
    }
}/* end 768-1180 */