@font-face {
    font-family: 'Norpeth-Bold';
    src: url('https://cdn.quantconnect.com/fonts/3357AE_0_0.eot');
    src: url('https://cdn.quantconnect.com/fonts/3357AE_0_0.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.quantconnect.com/fonts/3357AE_0_0.woff2') format('woff2'),
    url('https://cdn.quantconnect.com/fonts/3357AE_0_0.woff') format('woff'),
    url('https://cdn.quantconnect.com/fonts/3357AE_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Norpeth-DemiBold';
    src: url('https://cdn.quantconnect.com/fonts/3357AE_1_0.eot');
    src: url('https://cdn.quantconnect.com/fonts/3357AE_1_0.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.quantconnect.com/fonts/3357AE_1_0.woff2') format('woff2'),
    url('https://cdn.quantconnect.com/fonts/3357AE_1_0.woff') format('woff'),
    url('https://cdn.quantconnect.com/fonts/3357AE_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Norpeth-Medium';
    src: url('https://cdn.quantconnect.com/fonts/3360B9_0_0.eot');
    src: url('https://cdn.quantconnect.com/fonts/3360B9_0_0.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.quantconnect.com/fonts/3360B9_0_0.woff2') format('woff2'),
    url('https://cdn.quantconnect.com/fonts/3360B9_0_0.woff') format('woff'),
    url('https://cdn.quantconnect.com/fonts/3360B9_0_0.ttf') format('truetype');
}

a {
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

body {
    background: #FFF;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

h2, h3, h4 {
    margin: 0;
}

li {
    list-style: none;
}

ul {
    display: inline-block;
    margin: 0;
}

p {
    display: inline-block;
    margin: 0;
}

.wrapper {
    width: 100%;
    margin: 0 auto; /*background:url('../images/line-img-bg.png') no-repeat; background-size:100%; background-position: 0% 600px;  */
}

.main_div {
    width: 100%;
    float: left;
    position: relative;
}

.main_div:before {
    position: absolute;
    left: 0;
    background: url(https://cdn.quantconnect.com/web/i/abstract_lines.png) no-repeat;
    background-size: contain;
    content: "";
    width: 12vw;
    top: 0;
    height: 24vw;
    z-index: -1;
}

.main_div:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(https://cdn.quantconnect.com/web/i/second_block_right.png) no-repeat right bottom;
    background-size: 100%;
    width: 117px;
    bottom: 37px;
    height: 700px;
    z-index: -1;
}

.min_top {
    float: left !important;
    color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    z-index: 999 !important;
}

.min_top.sticky {
    max-width: 100% !important;
    width: 100% !important;
    z-index: 999 !important;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.4) !important; /*padding: 20px 0px 22px 0px !important; */
    margin: 0 !important;
    top: 0;
    -webkit-transition: all 0.5s ease !important;
}

/*.min_top.sticky .navbar-default{ margin-top: 10px  !important; -webkit-transition: all 0.5s ease  !important; transition: all 0.5s ease  !important;  }
 .min_top.sticky .navbar-nav > li{ margin: 0px 0px 0px 20px  !important; -webkit-transition: all 0.5s ease  !important; transition: all 0.5s ease  !important;  } 
.min_top.sticky .logo img{ width:200px  !important;  -webkit-transition: all 0.5s ease  !important; transition: all 0.5s ease  !important;  } */
header {
    width: 100% !important;
    float: left !important;
    background: rgba(0, 0, 0, 0.2);
    padding: 16px 0 26px 0 !important;
    position: relative !important;
    z-index: 999 !important;
    -o-transition: all .5s ease-in-out !important;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.logo img {
    width: auto !important;
    float: left !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #f8981c !important;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px !important;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    padding: 0 !important;
}

.navbar-default {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    margin-top: 14px !important;
    -webkit-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

.navbar-nav > li {
    margin: 0 0 0 40px !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*==========*/
.banner {
    width: 100%;
    float: left;
    background: url(../images/banner.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 260px;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.blog-1 .banner {
    background: url(../images/banner.png) no-repeat center center;
}

.single.blog-1 .banner {
    background: url(../images/banner.png) no-repeat center center;
}

.blog-2 .banner h2 {
    width: 100%;
    float: none;
    font-size: 36px;
    font-family: 'Norpeth-Medium';
    color: #FFF;
    line-height: 68px;
    text-align: center;
    margin-bottom: 180px;
    margin-top: 0 !important;
}

.blog-2 .banner span {
    width: auto;
    float: none;
    font-size: 68px;
    color: #FFF;
    font-family: 'Norpeth-Bold';
    border-right: 1px solid #FFF;
    padding-right: 30px;
    margin-right: 30px;
}

.banner ul {
    width: auto;
    float: right;
}

.banner li {
    width: auto;
    float: left;
    margin-left: 15px;
}

.banner li a {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.3);
}

.banner li a:hover {
    color: #f89819;
}

/*=============*/
.blog_section1 {
    width: 100%;
    float: left;
    background: #f1f4f8;
    padding: 16px 0;
    position: relative;
    z-index: 1;
}

.blog_section1 ul {
    width: 100%;
    float: left;
    padding-top: 13px !important;
}

.blog_section1 li {
    width: auto;
    float: left;
    margin-right: 40px;
}

.blog_section1 ul li a {
    font-size: 16px;
    color: #747f8e;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

.blog_section1 ul li a.active {
    color: #000;
}

.blog_section1 ul li a:hover {
    color: #000;
}

.blog_section1 .form-group {
    margin: 0;
    width: 100%;
    float: left;
    border: 1px solid #dde2e8;
    background: #FFF;
    border-radius: 7px;
}

.blog_section1 .form-group input {
    width: 85%;
    height: 45px;
    float: left;
    border: 0;
    box-shadow: none;
    border-radius: 7px 0 0 7px;
    padding: 0 13px !important;
    background-color: transparent;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
!important;
}

.blog_section1 .form-group button {
    width: 15%;
    height: 45px;
    line-height: 45px;
    float: right;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-radius: 0 7px 7px 0;
    background-color: transparent;
    padding: 0 13px 0 11px;
    outline: none;
}

.blog_section1 .form-group button img {
    width: auto;
}

.blog_section1 .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
!important;
    color: #747f8e;
}

.blog_section1 .form-group input:-moz-placeholder {
    font-size: 14px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
!important;
    color: #747f8e;
}

.blog_section1 .form-group input::-moz-placeholder {
    font-size: 14px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
!important;
    color: #747f8e;
}

.blog_section1 .form-group input:-ms-input-placeholder {
    font-size: 14px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
!important;
    color: #747f8e;
}

/*=============*/
.blog_main {
    width: 100%;
    float: left;
    background: none;
    padding-top: 55px;
}

.blog_main .col-sm-9 {
    padding-right: 80px;
}

.blog_section2 {
    width: 100%;
    float: left;
}

.blog_section2 h2 {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #313131;
    line-height: 48px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    margin: 55px 0 50px 0;
}

.blog_section2 .calender {
    width: auto;
    float: left;
    margin-top: 13px;
}

.blog_section2 .calender a {
    width: 34px;
    float: left;
    height: 34px;
    border: 1px solid #dddddd;
    border-radius: 80px;
    line-height: 28px;
    text-align: center;
    cursor: inherit;
}

.blog_section2 .calender a img {
    width: auto;
    margin-bottom: 0;
}

.blog_section2 .calender span {
    float: left;
    margin-top: 4px;
    font-size: 14px;
    color: #747f8d;
    margin-left: 10px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

.blog_section2 .profile_id {
    width: 19%;
    float: right;
    margin-top: 13px
}

.blog_section2 .profile_id img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.blog_section2 .profile_id h3 {
    font-size: 14px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    color: #000;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.blog_section2 .profile_id h4 {
    font-size: 14px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    color: #747f8e;
}

.blog_section2 img {
    width: 100%;
    margin-bottom: 40px;
    height: auto;
}

.single .blog_section2 img {
    margin-bottom: 0 !important;
}

.blog_section2 p {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #57606d;
    line-height: 30px;
    font-family: 'Norpeth-Medium';
    margin-bottom: 40px;
}

.blog_section2 .continue_reading {
    width: 100%;
    float: left;
    padding: 40px 0 45px 0;
}

.blog_section2 .continue_reading a {
    font-size: 18px;
    color: #4a76bb;
    line-height: 30px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

.blog_section2 .continue_reading a img {
    width: auto;
    float: none;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog_section2 .continue_reading a:hover img {
    margin: 0 0 0 13px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog_section2 ul.post-tags {
    width: 100%;
    float: left;
}

.blog_section2 ul.post-tags {
    width: 100%;
    float: left;
    margin-bottom: 35px !important;
}

.blog_section2 li {
    width: auto;
    float: left;
    margin-right: 10px;
}

.blog_section2 ul li a {
    width: 100%;
    float: left;
    border: 1px solid #dedede;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 8px 16px;
    color: #747f8e;
    font-size: 10px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

.blog_section2 ul li a:hover {
    background: #747f8e;
    color: #FFF;
}

/*=============*/
.blog_section_right {
    width: 100%;
    float: left;
}

.blog_section_right img {
    width: auto;
    float: left;
}

.blog_section_right h3 {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #000000;
    margin: 15px 0 25px 0;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

.blog_section_right p {
    font-size: 13px;
    color: #747f8e;
    margin-bottom: 20px;
    font-family: 'Norpeth-Bold';
}

.blog_section_right a.button_tct_child {
    width: 100%;
    float: left;
    background: #f5ae29;
    min-height: 50px;
    text-align: center;
    color: #FFF !important;
    line-height: 50px;
    font-size: 15px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    border: 0;
    border-radius: 2px;
    margin-bottom: 25px;
}

.blog_section_right a.button_tct_child:hover {
    background: #4a76bb;
    color: #FFF !important;
}

.blog_section_right ul {
    width: 100%;
    float: left;
    border-top: 1px solid #d7d7d7;
    padding-top: 38px !important;
    margin-bottom: 10px !important;
}

.blog_section_right ul span {
    width: 100%;
    float: left;
    color: #111111;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

.blog_section_right li {
    width: 100%;
    float: left;
    margin-top: 0;
}

.blog_section_right li a {
    color: #57606d !important;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Norpeth-DemiBold';
}

.blog_section_right li a:hover {
    color: #4a76bb !important;
}

/*=============*/
.line {
    width: 100%;
    float: left;
    height: 1px;
    background: #e3e5e7;
    margin-bottom: 38px;
}

.blog_section2_bg {
    width: 100%;
    float: left;
    background: url(../images/blog-section2-imgbg1.jpg) no-repeat;
    background-size: cover;
    padding: 32px 0 40px 0;
    margin-bottom: 32px;
}

.blog_section2_bg h2 a {
    color: #FFF !important;
}

.blog_section2_bg h2 a:hover {
    color: #f8981c !important;
}

.blog_section2_bg .blog_section2 .calender span {
    color: #FFF;
}

.blog_section2_bg .blog_section2 .profile_id h3 {
    color: #FFF;
}

.blog_section2_bg .blog_section2 .profile_id h4 {
    color: #FFF;
}

.blog_section2_bg .blog_section2 h2 {
    color: #FFF;
}

.blog_section2_bg .blog_section2 p {
    color: #FFF;
    display: inline-flex;
}

.blog_section2_bg .blog_section2 .continue_reading a {
    color: #FFF;
}

.blog_section2_bg .blog_section2 ul li a {
    border-color: #FFF;
    color: #FFF;
}

.blog_section2_bg2 {
    width: 100%;
    float: left;
    background: url(../images/blog-section2-imgbg2.jpg) no-repeat !important;
    background-size: cover !important;
}

/*=============*/
.reevious_box2 {
    border: 0 !important;
}

.reevious_box {
    width: 100%;
    float: left;
    background: #ffffff url(../images/dotted-bg.png) no-repeat;
    background-size: 100%;
    border-top: 1px solid #e3e5e7;
    min-height: 344px;
}

.reevious_box button {
    width: auto;
    float: left;
    background: #f0f4f8;
    border: 0;
    padding: 0 25px;
    border-radius: 60px;
    color: #26262a;
    font-size: 16px;
    min-height: 43px;
    line-height: 43px;
    margin-top: 32px;
}

.reevious_box button img {
    width: auto;
    float: left;
    margin-right: 14px;
    margin-top: 15px;
}

.reevious_box button:hover {
    background: #cbd4de;
}

/*=============*/
.sign_up {
    width: 100%;
    float: left;
    background: #f8f8f8;
    padding: 30px 0;
    display: inline-block;
    text-align: center;
}

.sign_up ul {
    width: 100%;
    float: left;
}

.sign_up li {
    float: none;
    text-align: center;
    display: inline-flex;
    margin: 0 14px;
    line-height: 70px;
    color: #363636;
    font-size: 24px;
    font-family: 'Norpeth-Medium';
}

.sign_up li a {
    width: auto;
    float: left;
    border-radius: 7px;
    min-height: 70px;
    color: #FFF;
    font-family: 'Norpeth-Medium';
    width: 280px;
    line-height: 70px;
    background: #f5ae29;
    border: 0;
}

.sign_up li a:hover {
    background: #9b690b;
}

/*=============*/
.blog_main .mrg {
    margin-bottom: 50px !important;
}

.blog_main ul.mrg1 {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #d1d5d8;
}

.blog_article_id {
    width: 100%;
    float: left;
}

.blog_article_id h3 {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 4px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

.blog_article_id h4 {
    font-size: 16px;
    color: #747f8e;
    margin-bottom: 4px;
    font-family: 'Norpeth-DemiBold';
}

.blog_article_id span {
    font-size: 14px;
    color: #747f8e;
    font-weight: 400;
}

.blog_article_title {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    margin: 0;
}

.blog_socail_icon {
    width: 100%;
    float: left;
}

.blog_socail_icon span {
    width: auto;
    float: left;
    font-size: 16px;
    color: #000;
    font-family: 'Norpeth-Bold';
    margin-right: 25px;
}

.blog_socail_icon ul {
    width: auto;
    float: left;
}

.blog_socail_icon li {
    width: auto;
    float: left;
    margin: 0 0 0 7px;
}

.blog_socail_icon li a {
    width: 25px;
    float: left;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 60px;
    color: #FFF;
}

.blog_socail_icon li a:hover {
    background-color: #747f8e;
}

.blog_socail_icon li .bg_color1 {
    background: #3b5998;
}

.blog_socail_icon li .bg_color2 {
    background: #55acee;
}

.blog_socail_icon li .bg_color3 {
    background: #dc4e41;
}

.blog_socail_icon li .bg_color4 {
    background: #0077b5;
}

/*===========*/
.related_article {
    width: 100%;
    float: left;
}

.back_to_blog {
    width: auto;
    float: left;
    font-size: 16px;
    color: #4a76bb;
    margin-bottom: 15px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

.back_to_blog img {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.related_article h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000000;
    border-top: 1px solid #d1d5d8;
    padding-top: 24px;
    font-family: 'Norpeth-Bold';
    margin-bottom: 4px;
}

.related_article a.tools {
    width: auto;
    float: left;
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #747f8e;
    color: #747f8e;
    font-size: 14px;
    padding: 8px 22px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    margin: 20px 0;
}

.related_article a.tools:hover {
    background: #747f8e;
    color: #FFF;
}

.related_article p {
    margin: 0;
    width: 100%;
    float: left;
}

.related_article p a {
    float: left;
    font-size: 16px !important;
    color: #1e1e1e !important;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.related_article p a:hover {
    color: #4a76bb !important;
}

.related_article span {
    width: 100%;
    float: left;
    color: #747f8e;
    font-size: 16px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #e7e9ea;
    padding-bottom: 30px;
}

/*=============*/
.search_title {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    padding-bottom: 26px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d9dc;
}

.search_line {
    width: 100%;
    float: left;
    background: #d7d9dc;
    margin: 45px 0 23px 0;
    height: 1px;
}

.search_popular {
    border: 0 !important;
    padding: 0 !important;
}

/*=============*/
footer {
    width: 100%;
    float: left;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 45px 0;
}

.footer_logo {
    width: 100%;
    float: left;
}

.footer_logo img {
    width: auto;
    float: left;
}

.footer_logo h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-family: 'Norpeth-DemiBold';
    color: #f5af29;
    margin-top: 10px;
}

footer ul {
    width: 100%;
    float: left;
}

footer span {
    width: 100%;
    float: left;
    margin-bottom: 22px;
    font-size: 18px;
    color: #707070;
    font-family: 'Norpeth-DemiBold';
    text-align: left;
}

footer li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

footer li > a, footer .footer-links p {
    font-size: 18px !important;
    color: #c2c2c2;
    text-transform: capitalize !important;
    text-decoration: none !important;
    font-family: Norpeth-Medium, Helvetica, Arial, sans-serif;
}

footer .footer-links p {
    color: #333;
}

footer li a:hover {
    color: #f5ae29 !important;
}

footer ul.link2 {
    width: 100%;
    float: left;
}

footer ul.link2 li {
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
}

footer ul.link2 li a {
    width: auto;
    float: right;
}

/*=============*/
body.page-template-blog_template .banner {
    padding-top: 206px;
}

.avatar_fix {
    float: left;
    max-width: 35px;
}

.author_desc {
    max-width: 115px;
    float: left;
    padding-left: 10px;
}

.blog_section2 .profile_id img {
    border-radius: 40px;
}

.blog_section2 .profile_id {
    width: 145px !important;
}

.blog_section2 .profile_id h3 {
    margin: 0 0 2px 0 !important;
}

.blog_section2 .profile_id h4 {
    margin: 0 !important;
}

.blog-1 .latest_post_top {
    width: 100%;
    float: left;
    margin-bottom: 110px;
}

.blog-1 .latest_post_top span {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #FFF !important;
    text-align: left;
    font-family: 'Norpeth-DemiBold';
    line-height: 16px;
    margin: 0 0 20px 0 !important;
}

.blog-1 .latest_post_top h2 {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #FFF !important;
    font-family: 'Norpeth-DemiBold';
    line-height: 48px;
    text-align: left;
    margin: 0 0 40px 0;
}

.blog-1 .latest_post_top a {
    max-width: 155px;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    border-radius: 4px;
    font-family: 'Norpeth-Bold';
    border: 1px solid #FFF;
    color: #FFF !important;
}

.blog-1 .latest_post_top a:hover {
    border-color: #f8981c;
    color: #FFF;
    background: #f8981c;
}

ul, ol {
    margin: 0 !important;
    padding: 0 !important;
}

span.previous_button a {
    width: auto;
    float: left;
    background: #f0f4f8;
    border: 0;
    padding: 0 25px;
    border-radius: 60px;
    color: #26262a;
    font-size: 16px;
    min-height: 43px;
    line-height: 43px;
    margin-top: 32px;
    margin-right: 1em;
}

span.previous_button a:hover {
    background: #cbd4de;
}

a {
    text-decoration: none !important;
}

.sign_up li a {
    font-size: 24px !important;
}

.blog_section2_bg .line {
    display: none !important;
}

.blog_section2_bg .blog_section2 p {
    width: 100% !important;
}

.blog-1 .banner {
    background-size: cover !important;
}

.single.blog-1 .banner {
    padding-top: 220px !important;
}

.single.blog-1 .banner h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    font-family: Norpeth-Medium, Helvetica, Arial, sans-serif;
    color: #FFF;
    line-height: 58px;
    text-align: left;
    margin-bottom: 43px;
}

.single.blog-1 .banner span {
    width: auto;
    float: none;
    font-size: 36px;
    color: #FFF;
    font-family: Norpeth-DemiBold, Helvetica, Arial, sans-serif;
    border-right: 1px solid #FFF;
    padding-right: 13px;
    margin-right: 13px;
}

.blog_section2 .blog_article_id img {
    width: 80px !important;
    float: left;
    height: 80px !important;
    border-radius: 100%;
    margin-right: 15px;
    margin-bottom: 0;
}

.blog-1 .latest_post_top span span.bullet {
    width: auto;
    float: none;
    font-size: 18px;
    color: #FFF !important;
    margin: 0 7px !important;
    position: relative;
    top: 0 !important;
    padding: 0 !important;
}

/*===========*/
.error-404.not-found .page-header {
    text-align: center;
    padding: 15px;
    background: #f5ae29 !important;
    z-index: 9 !important;
    margin-top: 10px !important;
}

.error-404.not-found .page-header h1 {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #FFF;
    font-family: 'Norpeth-Bold';
    line-height: 45px;
    margin: 0;
}

.blog_section2 .addtoany_share_save_container {
    display: none;
}

.blog_section2 .searchform {
    width: 100%;
    float: left;
    margin: 15px 0;
    display: inline-block;
    text-align: center;
}

.blog_section2 .searchform label {
    float: none;
    color: #111111;
    font-size: 16px;
    font-family: 'Norpeth-Bold';
    line-height: 40px;
    margin-right: 15px;
}

.blog_section2 .searchform input#s {
    width: 30%;
    height: 40px;
    float: none;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 7px 0 0 7px;
    background-color: transparent;
    padding: 6px 15px;
    font-family: 'Norpeth-Bold';
}

.blog_section2 .searchform input#searchsubmit {
    font-family: 'Norpeth-Bold';
    font-size: 17px;
    line-height: 40px;
    background: #f5ae29;
    border: 0;
    border-radius: 0 7px 7px 0;
    padding: 0 15px;
    position: relative;
    top: 1px;
    color: #FFF;
}

.blog_section2 .searchform input#searchsubmit:hover {
    background: rgba(120, 118, 115, 0.9) !important;
}

body.home.blog .blog_section2 h2 {
    margin: 55px 0 50px 0 !important;
}

body.home.blog .blog_section2 img {
    height: auto !important;
}

body.home.blog .blog_article_title {
    margin: 40px 0 40px 0 !important;
}

/*====*/
.search.search-results .blog_main .blog_section2 p {
    width: 100%;
    float: left;
}

.search.search-results .blog_section_right span {
    width: 100%;
    float: left;
    font-size: 18px;
    font-family: 'Norpeth-Bold';
    color: #000;
    margin-bottom: 10px;
}

.blog_section2 h2 a {
    color: #363636
}

.blog_section2 h2 a:hover {
    color: #f5ae29;
}

.calender_profile {
    width: 100%;
    float: left;
}

h2.fdfd {
    display: none;
}

body.archive.blog-1 .banner {
    padding-top: 230px;
}

body.archive.blog-1 .banner h2 {
    width: 100%;
    float: none;
    font-size: 36px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    color: #FFF;
    line-height: 68px;
    text-align: left;
    margin-bottom: 65px;
}

.search .banner_search {
    background: url('../images/search-banner.jpg') no-repeat !important;
    background-size: cover !important;
    padding-top: 28% !important;
}

.share_this_all {
    width: auto;
    float: left;
    font-size: 16px;
    color: #000;
    margin-right: 25px !important;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
}

footer .menu-footer-2-menu-container li a {
    text-transform: capitalize !important;
}

.a2a_default_style a {
    padding: 0 !important;
    margin: 0 7px 0 0 !important;
}

.page-numbers a {
    font-size: 16px !important;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif !important;
}

/*.home .wrapper:before{ margin-top: 557px; } 
.search .wrapper:after{ margin-bottom:50%; }
.search .wrapper:before{ margin-top: 557px; }*/
.search .blog_section_right .widget.widget_text {
    display: none;
}

.search .blog_section_right ul {
    border: 0;
    padding-top: 0 !important;
}

.banner_2 {
    width: 100%;
    float: left;
}

.banner_2 img {
    width: 100%;
    float: left;
    max-height: 235px;
}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px !important;
    }

    .banner {
        padding-top: 190px !important;
    }

    .banner span {
        font-size: 40px;
    }

    .banner h2 {
        font-size: 20px;
        line-height: 45px;
        margin-bottom: 115px;
    }

    .blog_section1 li {
        margin-right: 35px !important;
    }

    .blog_main {
        padding-top: 35px;
    }

    .blog_main .col-sm-9 {
        padding-right: 15px;
    }

    .blog_section2 .profile_id {
        width: 21%;
    }

    .related_article p a {
        font-size: 15px !important;
    }

    /*==========*/
    body.home.blog .blog_section2 h2 {
        margin: 0 0 30px 0 !important;
    }

    body.home.blog .blog_section2 img {
        margin: 20px 0 0 0 !important;
    }

    body.home.blog .blog_article_title {
        margin: 20px 0 20px 0 !important;
    }

    .blog_section_right ul {
        padding-top: 25px !important;
    }

    .blog_section_right a.button_tct_child {
        min-height: 45px;
        line-height: 45px;
    }

    body.archive.blog-1 .banner {
        padding-top: 180px;
    }

    body.archive.blog-1 .banner h2 {
        margin-bottom: 25px;
    }

    .blog-1 .banner {
        padding-top: 140px !important;
    }

    .blog-1 .latest_post_top h2 {
        margin: 0 0 27px 0;
    }

    .blog-1 .latest_post_top {
        margin-bottom: 30px;
    }

    .blog-2 .banner h2 {
        margin-bottom: 100px;
    }

    footer {
        background-size: cover;
    }

    .single.blog-1 .banner {
        padding-top: 155px !important;
    }
}

@media (max-width: 992px) {
    header {
        padding: 15px 0 !important;
    }

    .logo img {
        max-width: 170px;
    }

    .navbar-default {
        margin-top: 6px !important;
    }

    .navbar-nav > li {
        margin: 0 0 0 10px !important;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 13px !important;
    }

    .min_top.sticky .navbar-nav > li {
        margin: 0 0 0 8px !important;
    }

    .min_top.sticky .navbar-default {
        margin-top: 5px !important;
    }

    .banner h2 {
        margin-bottom: 65px;
    }

    .banner {
        padding-top: 170px !important;
    }

    .banner span {
        padding-right: 20px;
        margin-right: 20px;
    }

    .blog_section1 li {
        margin-right: 21px !important;
        font-size: 13px;
    }

    .blog_section1 .form-group input {
        height: 35px;
    }

    .blog_section1 .form-group button {
        height: 35px;
        line-height: 35px;
    }

    .blog_section1 ul li a {
        font-size: 13px;
    }

    .blog_section1 ul {
        padding-top: 10px !important;
    }

    .blog_main {
        padding-top: 15px;
    }

    .blog_section2 .profile_id {
        width: 28%;
    }

    .blog_section2 h2 {
        margin: 30px 0 30px 0;
        font-size: 29px;
        line-height: 35px;
    }

    .blog_section2 img {
        margin-bottom: 20px;
        height: auto !important;
    }

    .blog_section2 p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .blog_section2 .continue_reading {
        padding: 20px 0;
    }

    .blog_section_right h3 {
        padding: 15px 0;
    }

    .blog_section_right p {
        font-size: 11px;
    }

    .blog_section_right a.button_tct_child {
        min-height: 35px;
        line-height: 35px;
    }

    .blog_section_right ul {
        padding-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .blog_section_right li a {
        font-size: 13px;
    }

    .blog_section_right li {
        margin-top: 10px;
    }

    .blog_section2_bg {
        padding: 20px 0 18px 0;
        margin-bottom: 15px;
    }

    .reevious_box {
        min-height: 250px;
    }

    .sign_up li a {
        min-height: 35px;
        line-height: 50px;
    }

    .sign_up li {
        line-height: 50px;
    }

    .related_article p a {
        font-size: 13px !important;
    }

    .related_article a.tools {
        font-weight: 700;
        padding: 5px 22px;
        font-size: 11px;
    }

    /*.blog_article_title{ margin: 20px 0; }*/
    .related_article span {
        font-size: 11px;
    }

    .blog_main .mrg {
        margin-bottom: 20px !important;
    }

    /*================*/
    .blog-1 .latest_post_top a {
        line-height: 47px;
        height: 47px;
    }

    .blog-1 .latest_post_top {
        margin-bottom: 30px;
    }

    .blog-1 .banner {
        padding-top: 120px !important;
    }

    .blog-1 .latest_post_top span {
        margin: 0 0 10px 0 !important;
    }

    .blog-1 .latest_post_top h2 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 0 0 30px 0 !important;
    }

    /*================*/
    .blog-2 .banner h2 {
        margin-bottom: 60px;
    }

    .share_this_all {
        margin-right: 12px;
    }

    .blog_section1 .form-group button {
        width: 23%;
    }

    .blog_section1 .form-group input {
        width: 77%;
    }

}

@media (max-width: 992px) {
    .blog_section_right li {
        margin-top: 0 !important

    }

}

@media (max-width: 767px) {
    .blog_section_right li {
        margin-top: 0 !important

    }

    .min_top {
        position: fixed !important;
    }

    header {
        background: rgba(120, 118, 115, 0.8) !important;
        padding: 10px 0 8px 0 !important;
    }

    .logo {
        display: none;
    }

    .navbar-brand {
        display: block !important;
        padding: 0 !important;
        height: auto !important;
    }

    .navbar-brand img {
        width: 170px !important;
        float: left !important
    }

    .navbar-default {
        margin-top: 0 !important;
    }

    .navbar-toggle {
        margin: 0 0 6px 0 !important;
        border-radius: 0 !important;
    }

    .min_top.sticky {
        padding: 12px 0 !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF !important;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #f8981c !important;
        border-color: #f8981c !important;
    }

    .navbar-nav {
        width: 100% !important;
        float: left !important;
        margin: 0 !important;
        padding-bottom: 10px !important;
    }

    .navbar-collapse {
        padding: 0 !important;
    }

    .navbar-nav > li {
        margin: 0 !important;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 7px 12px !important;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: rgba(248, 152, 28, 0.7) !important;
        color: #FFF !important;
    }

    .min_top.sticky .navbar-nav > li {
        margin: 0 !important;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: rgba(248, 152, 28, 0.7) !important;
        color: #FFF !important;
    }

    .banner {
        padding-top: 100px !important;
        margin-top: 0 !important;
    }

    .banner span {
        font-size: 28px !important;
    }

    .banner h2 {
        font-size: 16px;
        line-height: 34px;
    }

    .blog_section1 ul {
        margin-bottom: 15px;
    }

    .blog_section1 {
        padding-bottom: 0;
    }

    .blog_section2 .profile_id {
        width: 145px;
    }

    .blog_section2 h2 {
        margin: 20px 0 20px 0;
        font-size: 20px;
        line-height: 23px;
    }

    .blog_section2 li {
        margin-right: 6px;
        margin-bottom: 10px;
    }

    .blog_section2 ul li a {
        padding: 6px 10px;
    }

    .blog_section2 h2 br {
        display: none;
    }

    .reevious_box {
        min-height: 190px;
    }

    footer {
        padding: 40px 0 25px 0;
        background-size: cover;
    }

    .footer_logo {
        margin-bottom: 15px;
    }

    .sign_up li {
        font-size: 20px;
    }

    .sign_up li a {
        width: 250px;
        min-height: 31px;
        line-height: 40px;
        font-size: 20px;
    }

    footer ul {
        width: 100%;
        float: left;
    }

    footer {
        padding: 20px 0 20px 0;
    }

    .footer_logo {
        margin-bottom: 25px;
    }

    footer ul.link2 li a {
        float: left;
    }

    footer ul.link2 li {
        width: auto;
        margin-right: 15px !important;
        margin-left: 0 !important;
    }

    .sign_up {
        padding: 0 0 20px 0;
    }

    .blog_socail_icon {
        margin-bottom: 20px;
    }

    .blog_article_id img {
        margin-bottom: 0;
    }

    .blog_section1 li {
        margin-bottom: 15px !important;
    }

    /*====================*/
    .blog-1 .latest_post_top span {
        font-size: 18px !important;
    }

    .blog-1 .latest_post_top h2 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 25px 0;
    }

    .latest_post_top {
        font-size: 26px;
    }

    .banner span {
        font-size: 15px !important;
    }

    .blog-1 .latest_post_top a {
        max-width: 100px !important;
        font-size: 15px !important;
        line-height: 35px !important;
        height: 35px !important;
    }

    .blog_section_right a.button_tct_child {
        max-width: 300px;
    }

    .blog_section2 .continue_reading {
        padding: 10px 0 20px 0;
    }

    .blog_section2 ul {
        margin-bottom: 20px !important;
    }

    .line {
        margin-bottom: 20px !important;
    }

    .blog_section1 .form-group button {
        padding: 0;
    }

    body.home.blog .blog_section2 h2 {
        margin: 0 0 10px 0 !important;
    }

    body.home.blog .blog_section2 img {
        margin: 10px 0 0 0 !important;
    }

    body.home.blog .blog_article_title {
        margin: 10px 0 10px 0 !important;
    }

    body.archive.blog-1 .banner h2 {
        font-size: 28px;
        line-height: normal;
    }

    .blog-1 .banner {
        padding-top: 20% !important;
    }

    .search .banner_search {
        margin: 0 !important
    }

    .blog-2 .banner h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .share_this_all {
        margin-bottom: 20px;
    }

    .related_article p a {
        font-size: 16px !important;
    }

    .related_article a.tools {
        font-size: 13px;
    }

    .single.blog-1 .banner h2 {
        line-height: normal;
    }

    .single.blog-1 .banner {
        padding-top: 10% !important;
    }

}

@media (max-width: 620px) {

    .blog-1 .latest_post_top h2 {
        font-size: 22px !important;
        line-height: 30px !important;
        margin: 0 0 16px 0 !important;
    }

    .blog-1 .latest_post_top {
        margin-bottom: 10px;
    }

    /*.blog_article_title{ margin:10px 0; } */
    .sign_up li a {
        font-size: 18px !important;
    }

    .blog-1 .latest_post_top h2 br {
        display: none;
    }

}

@media (max-width: 480px) {
    .blog_section2 .searchform label {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .blog_section2 .searchform input#s {
        width: 73.5%;
    }

    .blog_section2 .searchform input#searchsubmit {
        width: 25%;
        top: 0;
        float: right;
    }

    .error-404.not-found .page-header h1 {
        font-size: 25px;
        line-height: 25px;
        padding: 0 10px;
    }

    .error-404.not-found .page-header {
        margin-top: 5px;
    }

    .reevious_box {
        min-height: 130px;
    }

    .blog-1 .banner {
        padding-top: 25% !important;
    }

}

.post-tags {
. blog_section2 . blog_article_full_content ul > li margin-bottom: 35 px !important;
}

.img-container {
    overflow: hidden;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin: 0 15px 0 0;
    float: left;

}

.blog_section2 .blog_article_full_content ol > li {
    padding: .25em .5em;
    list-style-type: decimal;
    float: none;
    display: list-item;
    font-size: 18px;
    color: #57606d;
    line-height: 30px;
    font-family: Norpeth-Medium, Helvetica, Arial, sans-serif;

}

.blog_section2 .blog_article_full_content ol {
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    color: #76818f;
    margin: 1em 2em !important;
    font-weight: bold;
    padding: 0 !important;
}

.blog_section2 .blog_article_full_content ul > li > a {
    font-size: 18px;
    color: #57606d;
    line-height: 30px;
    font-family: Norpeth-Medium, Helvetica, Arial, sans-serif;
    border: none;
    text-transform: none;
    float: none;
}

.blog_section2 .blog_article_full_content ul > li > a:hover {
    background: inherit;
    color: initial;
}

.blog_section2 .blog_article_full_content ul > li {
    float: none;
    width: auto;
    display: list-item;
    padding: .25em .5em;
    list-style: circle outside url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgd2lkdGg9IjEwIgogICBoZWlnaHQ9IjEwIgogICB2aWV3Qm94PSIwIDAgMTAgMTAiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzQiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImRvd25sb2FkLnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4xIHIxNTM3MSI+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMTAiPgogICAgPHJkZjpSREY+CiAgICAgIDxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj4KICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4KICAgICAgICA8ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+CiAgICAgICAgPGRjOnRpdGxlIC8+CiAgICAgIDwvY2M6V29yaz4KICAgIDwvcmRmOlJERj4KICA8L21ldGFkYXRhPgogIDxkZWZzCiAgICAgaWQ9ImRlZnM4IiAvPgogIDxzb2RpcG9kaTpuYW1lZHZpZXcKICAgICBwYWdlY29sb3I9IiNmZmZmZmYiCiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiCiAgICAgYm9yZGVyb3BhY2l0eT0iMSIKICAgICBvYmplY3R0b2xlcmFuY2U9IjEwIgogICAgIGdyaWR0b2xlcmFuY2U9IjEwIgogICAgIGd1aWRldG9sZXJhbmNlPSIxMCIKICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMCIKICAgICBpbmtzY2FwZTpwYWdlc2hhZG93PSIyIgogICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMzg0MCIKICAgICBpbmtzY2FwZTp3aW5kb3ctaGVpZ2h0PSIyMDE5IgogICAgIGlkPSJuYW1lZHZpZXc2IgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSI5NS4zNTg0IgogICAgIGlua3NjYXBlOmN4PSI2LjIxMzAwMTIiCiAgICAgaW5rc2NhcGU6Y3k9IjMuMDY0MjE5NiIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iNDMwNiIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTE0IgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ic3ZnNCIKICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSJ0cnVlIiAvPgogIDxwYXRoCiAgICAgZD0iTSAxMCw1IEMgMTAsNS45MDcxMiA5Ljc3NjQ3NjcsNi43NDM3MSA5LjMyOTQzLDcuNTA5NzcgOC44ODIzNzY3LDguMjc1ODIzMyA4LjI3NTgyMzMsOC44ODIzNzY3IDcuNTA5NzcsOS4zMjk0MyA2Ljc0MzcxLDkuNzc2NDc2NyA1LjkwNzEyLDEwIDUsMTAgNC4wOTI4OCwxMCAzLjI1NjI5LDkuNzc2NDc2NyAyLjQ5MDIzLDkuMzI5NDMgMS43MjQxNzY3LDguODgyMzc2NyAxLjExNzYyMzMsOC4yNzU4MjMzIDAuNjcwNTcsNy41MDk3NyAwLjIyMzUyMzMzLDYuNzQzNzEgMCw1LjkwNzEyIDAsNSAwLDQuMDkyODggMC4yMjM1MjMzMywzLjI1NjI5IDAuNjcwNTcsMi40OTAyMyAxLjExNzYyMzMsMS43MjQxNzY3IDEuNzI0MTc2NywxLjExNzYyMzMgMi40OTAyMywwLjY3MDU3IDMuMjU2MjksMC4yMjM1MjMzMyA0LjA5Mjg4LDAgNSwwIDUuOTA3MTIsMCA2Ljc0MzcxLDAuMjIzNTIzMzMgNy41MDk3NywwLjY3MDU3IDguMjc1ODIzMywxLjExNzYyMzMgOC44ODIzNzY3LDEuNzI0MTc2NyA5LjMyOTQzLDIuNDkwMjMgOS43NzY0NzY3LDMuMjU2MjkgMTAsNC4wOTI4OCAxMCw1IFoiCiAgICAgaWQ9InBhdGgyIgogICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgc3R5bGU9Im9wYWNpdHk6MC45ODk5OTk5OTtmaWxsOiM3NDdmOGU7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlLXdpZHRoOjAuMDA2NTEwNDIiCiAgICAgc29kaXBvZGk6bm9kZXR5cGVzPSJzY2NzY2NzY2NzY2NzIiAvPgo8L3N2Zz4K');
    font-size: 18px;
    color: #57606d;
    line-height: 30px;
    font-family: Norpeth-Medium, Helvetica, Arial, sans-serif;
}

.blog_section2 .blog_article_full_content ul {
    margin: 1em 2em !important;;
    padding: 0 !important;
    display: block;
}

#nav-bar-blog-link > a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-family: Norpeth-Bold, Helvetica, Arial, sans-serif;
    padding: 0;
    margin-left: 15px;
}

#nav-bar-blog-link > a:hover {
    color: #f8981c;
}

.navbar-nav > li:first-child {
    margin-left: 0 !important;
}