.display_none{ display: none;}
.main-content {
    /*min-height: 100%;*/
}
.main_container {
    width: 100%;
}

.include-nav {
    position: relative;
    z-index: 9998!important;
}
.banner include-nav{    background-color: #3a5795;}
.banner {
    padding: 12px 0 10px;
}
.footer {
    background: #333;
    background: -moz-linear-gradient(top, #333 0%, #333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #333));
    background: -webkit-linear-gradient(top, #333 0%, #333 100%);
    background: -o-linear-gradient(top, #333 0%, #333 100%);
    background: -ms-linear-gradient(top, #333 0%, #333 100%);
    background: linear-gradient(top, #333 0%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333', GradientType=0)
}
/** START CUSTOM CODE FOR WIDER LAYOUT **/

@media only screen and (min-width: 1140px) {
    .fixed-width {
        width: 1140px;
    }

    .main_container .one-column.column {
        width: 1120px;
    }

    .main_container .one-half.column {
        width: 549px;
    }

    .main_container .one-third.column {
        width: 360px;
    }

    .main_container .one-fourth.column {
        width: 265px;
    }

    .main_container .one-fifth.column {
        width: 208px;
    }

    .main_container .two-thirds.column {
        width: 740px;
    }

    .main_container .two-fourths.column {
        width: 550px;
    }

    .main_container .two-fifths.column {
        width: 436px;
    }

    .main_container .three-fourths.column {
        width: 835px;
    }

    .herorow .three-fourths.column {
        width: 785px;
        padding-left: 50px;
    }

    .herorow .three-fourths .split-half.column {
        width: 382.5px;
    }

    .main_container .three-fifths.column {
        width: 664px;
    }

    .main_container .four-fifths.column {
        width: 892px;
    }

    .main_container .eight.columns {
        width: 360px;
    }

    .main_container .sixteen.columns {
        width: 740px;
    }

    .main_container .twentyfour.columns {
        width: 1120px;
    }
}

/** END CUSTOM CODE FOR WIDER LAYOUT **/

.banner {
    padding: 12px 0 10px;
}

.banner .op_logo img {
    max-width: 250px;
    padding-top: 3px;
}

.banner .navigation a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

body .main_container .navigation ul li a {
    padding: 1.2em;
}

.banner .site-title {
    display: none;
}

.banner .site-description {
    display: none;
}

body, p, h1, h2, h3, h4, h5, h6, li, ul {
    -webkit-font-smoothing: auto;
    text-rendering: optimizelegibility;
}

.css-button.style-1 .text {
    -webkit-font-smoothing: auto;
}

.css-button .active, .css-button .gradient, .css-button .hover, .css-button .shine {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

body .main_container .navigation > ul > li:hover {
    background-color: transparent;
}

body .main_container .navigation ul ul li:hover > a {
    background-color: transparent;
}

body .main_container .navigation ul ul {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

body .main_container .navigation ul#navigation-alongside ul li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body .main_container .navigation ul#navigation-alongside ul {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

body .main_container .navigation ul#navigation-alongside li:hover > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

body .main_container .navigation ul > li.has_children > a::after {
    vertical-align: top !important;
}

::selection {
    background-color: #333;
    color: #fff;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

h3, h4 {
    font-weight: 600;
}

.css-button.style-1 .text {
    font-weight: 600 !important;
}

.featbox .feature-box {
    border-right: 1px solid #ddd;
}

div.feature-box-creator {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

div.feature-box-creator:hover, div.feature-box-creator:focus, div.feature-box-creator:active {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

.icon .bullet-list li {
    background-position: 0 -1px;
    padding-left: 52px;
}

.icon a {
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.icon a:hover {
    color: #0683cb;
    text-decoration: none;
}

.footer-navigation ul li a {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.footer-navigation {
    float: none;
}

.footer-copyright {
    float: none;
    padding-top: 8px;
}

.op-promote {
    display: none;
}

.footer .fixed-width {
    margin-bottom: 0;
    padding: 33px 0 24px;
}
/*========  blog_row*/

.main_title,
.blog_row header h2,
.plr_blck h1 {
    font-size: 48px;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
}

.blog_row header h2 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 42px;
}

.main_title a,
.blog_row header h2 a,
h2 a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.blog_row header h2 a:hover {
    color: #B5293A;
}

.green_box {
    display: none;
}

.plr_blck h1 {
    background: #CCCCCC;
    line-height: 120px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
}

.plr_blck h1 {
    background: #747476;
    margin: 0;
}

.green_box:after {
    display: none;
}

.plr_blck h1:after {
    border-top: 20px solid #B5293A;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -29px;
    z-index: 9;
}

.green_box.gray:after,
.plr_blck h1:after {
    border-top-color: #747476;
}

.blog_row {
    border-bottom: 1px solid #e7e4e4;
    padding: 50px 0 60px;
}

.blg_wrp .blog_row:last-child {
    border-bottom: 0;
}

.blg_wrp {
    padding: 20px 0 60px;
    border-bottom: 1px solid #e7e4e4;
}

article .blg_wrp {
    border-bottom: 0;
}
.blog_row header > a,
.blog_row header > span {
    font-size: 12px;
    color: #898989;
    margin: 0 0 18px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
}

.desin_tl:hover {
    color: #000;
    text-decoration: none;
}

.blog_row figure {
    /*max-width:264px;*/
    width: 100%;
    position: relative;
}

.blog_row figure img {
    width: 100%;
}
.blog_row .row .col-lg-8 h4 {
    margin: 0 0 25px;
    padding: 0;
    font-size: 20px;
    color: #000;
    font-family: 'Avenir Book';
    font-weight: normal;
    font-style: normal;
}

.blg_cont p,
.blog_row .row .col-lg-8 p {
    font-size: 18px;
    margin: 0 0 15px;
    font-family: 'Avenir Book';
    font-weight: normal;
    font-style: normal;
    line-height: 28px;
}

.blog_row time {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    font-style: normal;
}

.dm-social-icons-archive {
    float: left;
    margin-top: 10px;
}

.blg_athr
    /*.blog_row .row .col-lg-8 span*/

{
    font-size: 14px;
    color: #000;
}

.blg_athr a
    /*.blog_row .row .col-lg-8 span a*/

{
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-style: normal;
}

.blg_athr a
    /*.blog_row .row .col-lg-8 span a:hover*/

{
    color: #B5293A
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.banner .navigation a{ color: #fff !important;}
/* CUSTOM CODE ABOVE REQUIRED FOR THIS TEMPLATE DO NOT REMOVE */
.banner .op_logo img {
                                                                                                   max-width: 250px;
                                                                                                   padding-top: 3px;
                                                                                               }

body .main_container .navigation ul li a {
    padding: 1.2em 1em;
}