/* Common styles
================================================== */
@media (min-width: 992px) {
    .pad-0 {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .pad-r {
        padding-right: 2px;
    }
    .pad-l {
        padding-left: 2px;
    }
    .pad-r-small {
        padding-right: 1.5px;
    }
    .pad-l-small {
        padding-left: 1.5px;
    }
    .pad-l-0 {
        padding-left: 0;
    }
    .pad-r-0 {
        padding-right: 0;
    }
    }
    .utf_block_title {
        font-size: 14px;
        line-height: 100%;
        text-transform: uppercase;
        margin: 0 0 30px;
        border-bottom: 2px dotted #1c1c1c;
    }
    .utf_block_title>span {
        background: #1c1c1c;
        color: #fff;
        height: 30px;
        line-height: 34px;
        padding: 10px 15px;
        top:1px;
        border-radius:10px 10px 0 0px;
        position: relative;
        display:inline list-item;
    }
    .utf_post_title {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0;
    }
    .utf_post_title a {
        color: #1c1c1c;
    }
    .utf_post_title.title-extra-large {
        font-size: 26px;
        line-height: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .utf_post_title.title-large {
        font-size: 20px;
        line-height: 26px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .utf_post_title.title-medium {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .utf_post_title.title-small {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    a.utf_post_cat {
        position: relative;
        font-size: 10px;
        padding: 0 5px;
        background: #48ac48;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        height: 20px;
        border-radius:4px;
        line-height: 20px;
        display: inline-block;
    }
    .utf_post_cat a {
        color: #fff;
    }
    .utf_post_meta .utf_post_author a {
        color: #999999;
        font-weight: 600;
    }
    .utf_post_meta .utf_post_author a:hover{
        color:#ec0000
    }
    .utf_post_meta span {
        font-size: 12px;
        color: #a3a3a3;
        margin-top:5px;
        margin-right: 8px;
        padding-right: 8px;
        font-weight:500;
        border-right: 1px solid #dedede;
        line-height: 14px;
        display: inline-block;
    }
    .utf_post_meta span:last-child{
        margin-right:0;
    }
    .utf_post_meta span.utf_post_date {
        border-right: 0;
    }
    .single-post span.utf_post_date{
        border-right: 1px solid #dedede;
    }
    span.post-comment {
        border-right: 0;
        line-height: 24px;
        margin-right: 0;
        padding-right: 0;
    }
    span.post-comment a.comments-link:hover span{
        color:#ec0000
    }
    span.post-comment span {
        border-right: 0;
        line-height: 100%;
    }
    .utf_post_meta span i {
        margin-right: 3px;
        font-size: 13px;
        color:#ec0000;
        background:#ffeaea;
        padding: 2px;
        border-radius: 4px;
        width: 20px;
        height: 20px;
        line-height: 16px;
        text-align: center;
    }
    .footer .utf_post_meta span i {
        color:#ec0000;
        background:#373737;
    }
    .utf_post_overaly_style {
        position: relative;
        overflow: hidden;
    }
    .utf_post_overaly_style:before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        border-radius:0 0 6px 6px;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
    }
    .utf_post_overaly_style .utf_post_content {
        position: absolute;
        bottom: 0;
        padding: 25px;
    }
    .utf_post_overaly_style .utf_post_title a {
        color: #fff;
    }
    .utf_post_overaly_style .utf_post_date {
        color: #fff;
    }
    .utf_post_thumb {
        max-width: 100%;
        position: relative;
        overflow: hidden;
        border-radius:6px;
    }
    .utf_post_thumb img {
        display: block;
        width: 100%;
        border-radius:6px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .utf_post_block_style:hover .utf_post_thumb img, .utf_post_overaly_style:hover .utf_post_thumb img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transform: scale(1.2) rotate(5deg);
        transform: scale(1.2) rotate(5deg);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .utf_post_block_style:hover .utf_post_thumb img {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        -webkit-transform: scale(1.2) rotate(5deg);
        transform: scale(1.2) rotate(5deg);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .utf_post_block_style:hover .utf_post_thumb:before {
        content:"";
        background:rgba(0, 0, 0, 0.5);
        z-index:1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s background ease-out;
        -webkit-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }
    .thumb-float-style .utf_post_cat {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 1;
    }
    .utf_post_overaly_style.contentTop .utf_post_content {
        top: auto;
        bottom: 0;
    }
    .utf_post_overaly_style.contentTop:before {
        top: 0;
        left: 0;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.95)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
    }
    .utf_post_overaly_style.text-center .utf_post_content {
        padding: 30px 30px 20px;
    }
    .utf_post_overaly_style.text-center {
        margin-bottom: 30px;
    }
    .utf_post_overaly_style.text-center:last-child {
        margin-bottom: 0;
    }
    .utf_post_overaly_style.text-center .utf_post_thumb img {
        min-height: 260px;
    }
    .utf_post_overaly_style.text-center:before {
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
        border-radius:0 0 6px 6px;
    }
    .utf_post_block_style {
        position: relative;
        overflow: hidden;
    }
    .utf_post_float_half{
        margin-bottom:30px;
    }
    .utf_post_float_half:last-child{
        margin-bottom:0px;
    }
    .utf_post_block_style .utf_post_content {
        padding: 0;
    }
    .utf_post_block_style .utf_post_title a:hover {
        color: #48ac48;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .utf_post_block_style .utf_post_content p {
        font-size: 13px;
    }
    .utf_post_block_style .utf_post_cat {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
        border-radius:4px;
    }
    .utf_post_block_style .utf_post_content .utf_post_meta {
        margin:0 0 8px 0;
    }
    .review-box {
        background: #1c1c1c;
        color: #fff;
        position: absolute;
        top: 0;
        padding: 2px 7px;
        font-weight: 700;
    }
    .utf_list_post_block {
        margin-top: 30px;
    }
    .widget .utf_list_post_block ul.utf_list_post li{
        border-bottom:1px solid #eeeeee;
        padding-bottom:15px;
    }
    .utf_block_wrapper .block .utf_list_post_block ul.utf_list_post li{
        border-bottom:1px solid #eeeeee;
        padding-bottom:15px;
    }
    .utf_featured_tab .utf_list_post_block ul.utf_list_post li{
        border-bottom:1px solid #eeeeee;
        padding-bottom:15px;
    }
    .utf_list_post {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .utf_list_post_block .utf_list_post>li {
        margin-bottom: 15px;
        max-height: 95px;
    }
    .utf_list_post_block .utf_list_post>li:last-child {
        margin-bottom: 0;
    }
    .utf_post_block_style.post-float .utf_post_thumb {
        float: left;
        position: relative;
        z-index: 1;
        margin-right: 20px;
    }
    .utf_post_block_style.post-float .utf_post_thumb img {
        max-width: 100px;
        min-height: 75px;
    }
    .utf_post_block_style.post-float .utf_post_title {
        margin-top: 0;
        margin-bottom:10px;
    }
    .utf_post_block_style.post-float .utf_post_content {
        z-index: 0;
    }
    .utf_post_block_style.post-float .utf_post_cat {
        font-size: 10px;
        left: 8px;
        top: 8px;
    }
    .review-stars i {
        background:#ffeaea;
        padding:3px;
        border-radius:4px;
        color: #ff7c09;
    }
    
    /* Header Default
    ================================================== */
    
    .navbar-fixed {
        background-color: rgb(12, 241, 12);
        z-index: 99999;
        position: fixed;
        width: 100%;
        top: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        -webkit-animation: fadeInDown 800ms;
        -moz-animation: fadeInDown 800ms;
        -ms-animation: fadeInDown 800ms;
        -o-animation: fadeInDown 800ms;
        animation: fadeInDown 800ms;
        -webkit-backface-visibility: hidden;
    }
    .logo {
        padding: 22px 0;
    }
    .header-right {
        float: right;
    }
    .header.text-center {
        padding: 10px 0;
    }
    ul.top-info-box>li.utf_nav_search {
        cursor: pointer;
        padding-left: 30px;
        margin-left: 30px;
    }
    ul.top-info-box>li.utf_nav_search:before {
        position: absolute;
        content: '';
        background: #ddd;
        left: 0;
        width: 1px;
        height: 40px;
        top: 50%;
        margin-top: -10px;
    }
    ul.top-info-box>li.utf_nav_search i {
        font-size: 20px;
        top: 10px;
        position: relative;
        cursor: pointer;
        color: #999;
    }
    .utf_site_nav_inner {
        position: relative;
    }
    .utf_main_nav_area>.container>.row {
        border: 1px solid #dedede;
        border-top: 3px solid #ec0000;
        margin-left: 0;
        margin-right: 0;
        border-radius:4px;
    }
    .navbar {
        border-radius: 0;
        border: 0;
        margin-bottom: 0;
        padding: 0px;
    }
    .navbar-toggler {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0;
        border-radius: 4px;
        margin-right: 5px;
        background: #168B39;
        height: 33px;
        width: 35px;
    }
    .navbar-toggler:focus {
        outline: none;
    }
    .navbar-toggler-icon {
        width: 30px;
        height:30px;
        background:rgba(0, 0, 0, 0) url(../img/bars-solid.svg) no-repeat scroll 0 0;
    }
    .navbar-toggle .i-bar {
        background: #fff;
    }
    .navbar-collapse {
        padding-left: 0;
    }
    ul.navbar-nav {
        float: left;
        display: inline-block;
    }
    ul.navbar-nav>li {
        float: none;
        display: inline-block;
    }
    ul.navbar-nav>li {
        padding: 0;
        position: relative;
    }
    ul.navbar-nav>li>a {
        display: inline-block;
        padding: 0 15px;
        line-height: 49px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; 
        color: #1c1c1c;
        margin: 0;
        position: relative;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }
    ul.navbar-nav>li:hover>a:before, ul.navbar-nav>li.active>a:before {
        border-color: #48ac48;
        opacity: 1;
        transform: scale(1) translateZ(0);
    }
    ul.navbar-nav>li>a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        border-bottom: 3px solid;
        transform: scale(0) translateZ(0);
        -webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
        -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
        -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
        -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
        transition: transform 0.45s ease, opacity 0.55s ease;
    }
    ul.navbar-nav>li>a:hover, ul.navbar-nav>li>a:focus {
        background: none;
    }
    ul.navbar-nav>li>a i {
        font-weight: 700;
    }
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
        background: transparent;
        border: 0;
    }
    ul.navbar-nav>li.utf_mega_dropdown {
        position: static;
    }
    .utf_dropdown_submenu {
        position: relative;
    }
    .utf_dropdown_submenu>.utf_dropdown_menu {
        top: 0;
        left: 100%;
        margin-top: -5px;
        border-radius: 0;
    }
    .utf_dropdown_submenu>a:after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        float: right;
        margin-top: 3px;
        margin-right: -5px;
    }
    .utf_dropdown_submenu:hover>a:after {
        border-left-color: #fff;
    }
    .utf_dropdown_submenu.pull-left {
        float: none;
    }
    .utf_dropdown_submenu.pull-left>.utf_dropdown_menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .utf_dropdown_menu {
        text-align: left;
        background: #fff;
        z-index: 100;
        min-width: 220px;
        border-radius: 6px;
        border: 0;
        border: 0;
        padding: 0;
        border:5px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.15);
        margin-top: 0;
    }
    nav.navbar .utf_site_nav_inner ul.navbar-nav li.dropdown ul.utf_dropdown_menu::after {
        position: absolute;
        content: "";
        top: -23px;
        left: 20px;
        border-bottom: 13px solid  #fff;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-top: 13px solid transparent;
        z-index: -1;
    }
    ul.nav li.dropdown .utf_dropdown_menu li.utf_dropdown_submenu:hover .utf_dropdown_menu::after {
        position: absolute;
        content: "";
        top: -23px;
        left: 15px;
        border-bottom: 13px solid transparent;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-top: 13px solid transparent;
        z-index: -1;
    }
    .navbar-nav>li>.utf_dropdown_menu {
        border-top:5px solid rgba(0, 0, 0, 0.05);
    }
    .navbar-nav>li>.utf_dropdown_menu.utf_mega_menu_content {
        border-top: 5px solid rgba(0, 0, 0, 0.05);
    }
    .utf_dropdown_menu-large {
        min-width: 400px;
    }
    .utf_dropdown_menu-large>li>ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .utf_dropdown_menu-large>li>ul>li>a {
        padding-left: 0;
    }
    .utf_dropdown_menu-large>li>ul>li.active>a {
        color: #ec0000;
    }
    .navbar-nav>li>.utf_dropdown_menu>a {
        background: none;
    }
    .utf_dropdown_menu li a {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        text-decoration: none;
        padding: 12px 15px 12px 10px;
        border-bottom: 1px solid #e5e5e5;
        color: #333333;
    }
    .utf_dropdown_menu li a i{
        margin-right:4px;
    }
    .utf_dropdown_menu li:last-child>a {
        border-bottom: 0;
    }
    .utf_dropdown_menu>.active>a, .utf_dropdown_menu>.active>a:hover, .utf_dropdown_menu>.active>a:focus, .utf_dropdown_menu>.active>.utf_dropdown_menu>.active>a {
        background: #ec0000;
        color: #ffffff;
    }
    .utf_dropdown_menu>.active>a, .utf_dropdown_menu>.active>a:hover:first-child{
        border-radius:4px;
    }
    .utf_dropdown_menu>li>a:hover, .utf_dropdown_menu>li>a:focus {
        background: #48ac48;
        color: #fff;
        padding-left:17px;
        border-radius:4px;
    }
     @media (min-width: 767px) {
    ul.nav li.dropdown .utf_dropdown_menu li.utf_dropdown_submenu .utf_dropdown_menu {
        left: 100%;
        top: 0;
        display: none;
    }
    ul.nav li.dropdown .utf_dropdown_menu li.utf_dropdown_submenu:hover .utf_dropdown_menu {
        display: block;
    }
    }
    .utf_mega_menu_content {
        width: 1110px;
        padding: 0;
    }
    .utf_mega_menu_content .row {
        margin: 0;
    }
    .utf_mega_menu_content_inner {
        padding: 20px 10px;
    }
    .utf_main_nav_area.dark-bg>.container>.row {
        border: 0;
        background: #272727;
        margin-left: 0;
        margin-right: 0;
    }
    .dark-bg .navbar-toggler {
        margin-left: 6px;
    }
    .utf_main_nav_area.dark-bg ul.navbar-nav>li>a {
        color: #fff;
    }
    .utf_main_nav_area.dark-bg ul.navbar-nav>li>a:before {
        border: 0;
    }
    .utf_main_nav_area.dark-bg ul.navbar-nav>li.active, .utf_main_nav_area.dark-bg ul.navbar-nav>li:hover {
        background: #ec0000;
    }
    .utf_main_nav_area.dark-bg ul.navbar-nav>li.active:first-child{
        border-radius:4px 0 0 4px;
    }
    .utf_main_nav_area.dark-bg .utf_nav_search i {
        color: #fff;
    }
    .utf_main_nav_area>.container, .search-area {
        position: relative;
    }
    .search-area {
        min-height: 70px;
        padding-right: 0;
    }
    .utf_nav_search {
        background:#ec0000;
        width:30px;
        height:30px;
        line-height:26px;
        color:#fff;
        border-radius:30px;
        float: right;
        text-align:center;
        display: inline-block;
        position: relative;
        cursor: pointer;
        top: 9px;
        right: 5px;
    }
    .utf_nav_search #search i{
        color:#ffffff;
    }
    .utf_nav_search:hover{
        background:#323232;
        color:#ffffff;
    }
    .utf_search_block {
        background-color: #f7f7f7;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        display: none;
        padding: 8px;
        position: absolute;
        right: 15px;
        top: 100%;
        width: 300px;
        z-index: 10;
        border:5px solid rgba(0, 0, 0, 0.05);
        border-radius:10px;
        margin-top: 0;
    }
    .utf_search_block .form-control {
        background-color: #ffffff;
        border: none;
        color: #000;
        width: 100%;
        height: 40px;
        padding: 0 12px;
    }
    .utf_search_block .utf_search_close {
        color: #ffffff;
        position: absolute;
        top: -46px;
        right:1px;
        font-size:24px;
        cursor: pointer;
        background: #fff;
        background:#323232;
        width:30px;
        height:30px;
        line-height:27px;
        border-radius:30px;
        text-align:center;	
    }
    .search-area .utf_nav_search {
        top: 23px;
    }
    .search-area .utf_search_block .utf_search_close {
        top: -52px;
    }
    .search-area .utf_search_block {
        right: 0;
    }
    .menu-tab .nav.nav-tabs {
        background: #f6f6f6;
        border-right: 1px solid #dedede;
        padding:0px 0px 10px;
        padding-right: 0;
        border-bottom:0;
        min-height: 250px;
        margin-top: 0;
    }
    .menu-tab .nav.nav-tabs>li>a {
        border: 1px solid transparent;
        border-radius: 4px 0 0 4px;
        font-weight: 600;
        padding: 10px 15px;
    }
    .menu-tab .nav.nav-tabs>li>a.active {
        background: #fff;
        margin-right: 0px;
        border: 1px solid #dedede;
        border-right: 0;
        color: #48ac48;
        cursor: pointer;
    }
    .menu-tab .tab-content>.tab-pane {
        padding: 25px 0;
        min-height: 250px;
    }
    .menu-tab .tab-content>.tab-pane .col-md-3 {
        padding-right: 10px;
        padding-left: 10px;
    }
    
    /* Header with Menu
    ================================================== */
    .header.header-menu {
        padding: 0;
    }
    .header.header-menu .logo {
        padding: 12px 0;
    }
    .header.header-menu>.container>.row {
        border-bottom: 1px solid #dedede;
        margin-left: 0;
        margin-right: 0;
    }
    .header.header-menu ul.navbar-nav>li>a {
        line-height: 70px;
    }
    .header.header-menu ul.navbar-nav>li.utf_mega_dropdown, .utf_site_nav_inner {
        position: static;
    }
    .header.header-menu .utf_mega_menu_content {
        min-width: 1145px;
        left: -43%;
    }
    
    /* Featured Post area 
    ================================================== */
    .utf_featured_post_area {
        margin-bottom: 0px;
    }
    .utf_featured_slider .item {
        min-height: 465px;
        position: relative;
        background-position: 50% 50%;
        border-radius:4px;
        -webkit-background-size: cover;
        background-size: cover;
        -webkit-backface-visibility: hidden;
    }
    .utf_featured_slider .item:before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        border-radius:4px;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    }
    .utf_featured_post:before {
        content: " ";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        border-radius:0 0 4px 4px;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    }
    #utf_featured_slider .utf_featured_post .utf_post_content {
        padding: 30px;
        z-index: 1;
        position: absolute;
        bottom:0;
        display:block;
    }
    .utf_post_content {
        padding: 30px;
        z-index: 1;
        position: relative;
    }
    
    .utf_featured_post .utf_post_title a {
        color: #fff;
    }
    .utf_featured_post .utf_post_date, .utf_post_overaly_style .utf_post_author, .utf_post_overaly_style .utf_post_date{
        background:rgba(255, 255, 255, 0.3);
        padding: 4px 6px;
        border-radius: 4px;
        color: #fff;
        font-weight:500;
        font-size:13px;
    }
    .utf_post_overaly_style .utf_post_date i, .utf_post_overaly_style .utf_post_author i{
        color:#ec0000;
    }
    .utf_post_overaly_style .utf_post_author, .utf_featured_post .utf_post_author{
        background:rgba(255, 255, 255, 0.3);
        padding: 4px 6px;
        border-radius: 4px;
        color: #fff;
        border:0;
        margin-right:5px;
    }
    .utf_post_overaly_style .utf_post_date{
        padding: 4px 6px !important;
    }
    .utf_post_overaly_style .utf_post_author a{
        font-weight:600;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .utf_post_overaly_style .utf_post_author:hover i, .utf_post_overaly_style .utf_post_author a:hover{
        color:#fff;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .utf_post_overaly_style .utf_post_author:hover i{
        color:#ec0000
    }
    .utf_post_overaly_style .utf_post_author a, .utf_featured_post .utf_post_author a{
        color:#ffffff;
        font-weight:500;
        font-size:13px;
    }
    .utf_post_overaly_style .utf_post_content i{
        background:#fff;
        padding: 3px 5px;
        border-radius: 4px;
        color: #ec0000;
        border:0;
        margin-right:5px;
    }
    .utf_post_overaly_style .utf_post_author:hover, .utf_featured_post .utf_post_author:hover{
        background:#ec0000;
        color:#ffffff;
    }
    .utf_post_overaly_style .utf_post_author i, .utf_post_overaly_style .utf_post_date i, .utf_featured_post .utf_post_author i, .utf_featured_post .utf_post_date i{
        margin-right:5px;
    }
    .utf_featured_post .utf_post_date i, .utf_featured_post .utf_post_author i{
        background: #ffeaea;
        color:#ec0000;
        padding: 2px;
        font-size:13px;
        border-radius: 4px;
        width: 18px;
        height: 18px;
        line-height: 15px;
        text-align: center;
    }
    .utf_featured_slider.content-bottom .item:before {
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
    }
    .hot-post-top {
        max-height: 280px;
        margin-bottom: 3px;
        border-radius:6px;
    }
    .utf_hot_post_bottom, .utf_hot_post_bottom img {
        min-height: 182px;
    }
    .hot-post-top .utf_post_content, .utf_hot_post_bottom .utf_post_content {
        padding: 20px;
    }
    .fourNewsbox, .fourNewsbox img, .fourNewsboxTop, .fourNewsboxTop img {
        min-height: 231px;
    }
    .fourNewsboxTop {
        margin-bottom: 3px;
    }
    .utf_featured_post_area .utf_post_overaly_style.text-center {
        max-height: 231px;
        border-radius:4px;
    }
    .utf_featured_post_area .utf_post_overaly_style.first {
        margin-bottom: 4px;
    }
    
    .block {
        position: relative;
    }
    
    /* Sidebar
    ================================================== */
    .sidebar .widget.m-bottom-0 {
        margin-bottom: 0;
    }
    .social-icon {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .social-icon li {
        display: inline-block;
        margin: 0 0px 0 0;
    }
    .social-icon li a i {
        background: #ec0000;
        color: #fff;
        font-size: 18px;
        width: 44px;
        height: 44px;
        line-height: 44px;
        border-radius:36px;
        text-align: center;
        -webkit-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
    }
    .social-icon li a i.fa-rss {
        background: #FA9B39;
    }
    .social-icon li a i.fa-facebook {
        background: #3B5998;
    }
    .social-icon li a i.fa-twitter {
        background: #00aced;
    }
    .social-icon li a i.fa-google-plus {
        background: #dd4b39;
    }
    .social-icon li a i.fa-vimeo-square {
        background: #7FC400;
    }
    .social-icon li a i.fa-youtube {
        background: #bb0000;
    }
    .social-icon li a i:hover {
        background: #1c1c1c;
    }
    .social-icon-box>li {
        width: 100%;
        background: #1c1c1c;
        padding: 12px;
        color: #fff;
        border-radius:50px;
        margin-bottom: 10px;
    }
    .social-icon-box>li>a {
        color: #fff;
    }
    .social-icon-box>li>a i {
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        float: left;
        border-radius:50px;
        margin-right: 20px;
        background: rgba(0, 0, 0, 0.2);
    }
    .social-icon-box .ts-social-title {
        font-size: 14px;
        margin-bottom: -5px;
        text-transform:uppercase;
        font-weight:600;
    }
    .social-icon-box .ts-social-desc {
        display: block;
        font-size: 13px;
        font-weight:500;
    }
    .social-icon-box>li.rss {
        background: #FA9B39;
    }
    .social-icon-box>li.facebook {
        background: #3B5998;
    }
    .social-icon-box>li.twitter {
        background: #00aced;
    }
    .social-icon-box>li.gplus {
        background: #c53942;
    }
    
    /* Featuted Tab
    ================================================== */
    .utf_featured_tab {
        position: relative;
    }
    .utf_featured_tab .nav-tabs {
        border: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .utf_featured_tab .nav-tabs>li>a {
        color: #999999;
        text-shadow: none;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        border-radius:4px;
        margin:0 2px;
        border:1px solid #eeeeee;
        padding:3px 10px;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .utf_featured_tab .tab-content {
        border-top: 0;
        padding: 0;
        overflow: hidden;
    }
    .utf_featured_tab .nav-tabs>li>a.active {
        color: #1c1c1c;
        position: relative;
        background: none;
    }
    .utf_featured_tab .utf_list_post_block {
        margin-top: 0;
    }
    
    /* Ad Content area
    ================================================== */
    .utf_ad_content_area img {
        display: inline-block;
        border: 1px solid #eeeeee;
        padding: 15px 20px;
        border-radius: 10px;
    }
    
    /* Video Block
    ================================================== */
    .video-block .nav-tabs .nav-item.show .nav-link, .video-block .nav-tabs .nav-link.active {
        background: transparent;
    }
    .video-block {
        background: #1c1c1c;
        color: #fff;
    }
    .video-tab-title {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0 0 30px 0;
        padding-left:15px;
        position:relative;
    }
    .video-tab .video-tab-title:after, .video-tab .video-tab-title:before {
        position: absolute;
        top: 0;
        content: '';
        background:#ec0000;
        border-radius:10px;
        left: 0;
    }
    .video-tab .video-tab-title:after {
        width: 18px;
        height: 3px;
    }
    .video-tab .video-tab-title:before {
        width: 3px;
        height: 18px;
    }
    .video-tab .utf_post_overaly_style {
        min-height: 420px;
    }
    .video-tab .utf_post_overaly_style .utf_post_thumb {
        border-radius: 0px;
    }
    .video-tab .utf_post_overaly_style::before{
        border-radius: 0px;
    }
    .video-tab .utf_post_overaly_style .utf_post_content {
        padding: 35px;
    }
    .video-tab .utf_post_title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
    }
    .video-tab .nav-tabs>li {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: -1px;
        border: 1px solid #393a3b;
        min-height: 100px;
        padding:20px;
    }
    .video-tab .nav-tabs>li>a {
        background: none;
        border: 0;
        padding: 0;
    }
    .video-tab .nav-tabs>li>a .utf_post_thumb img {
        max-width: 100px;
        min-height: 70px;
    }
    .video-tab .nav-tabs>li>a .utf_post_thumb {
        float: left;
        margin-right: 20px;
        position: relative;
        overflow: hidden;
    }
    .video-tab .nav-tabs>li>a h3 {
        color: #fff;
        font-weight: 600;
        line-height: 24px;
        font-size: 15px;
        margin: 0;
    }
    .video-icon {
        text-align: center;
        color: #fff;
        top: 62%;
        margin-top: -50px;
        font-size: 24px;
        z-index: 1;
        position: absolute;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        line-height: 48px;
        border: 5px solid #fff;
        display: inline-block;
        border-radius: 100%;
    }
    .video-icon i {
        margin-left: 5px;
    }
    
    /* More news
    ================================================== */
    .utf_post_block_style.utf_post_float_half .utf_post_thumb {
        float: left;
        position: relative;
        z-index: 1;
        margin-right: 30px;
    }
    .utf_post_block_style.utf_post_float_half .utf_post_thumb img {
        max-width: 300px;
        min-height: 200px;
    }
    
    /* Footer
    ================================================== */
    .footer {
        color: #969696;
        padding: 70px 0;
        width: 100%;
        background:#1c1c1c url('../images/footer_bg.jpg') 50% 0 repeat-y ;
        background-position-x: 50%;
        background-position-y: 0px;
        background-size: auto;
        background-position: center 0;
        background-size: cover;
        position: relative;
    }
    .footer:before{
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 0;
        bottom: 0;
        left: 0;
        background:rgba(0, 0, 0, 0.9);
    }
    .footer .widget-title {
        font-size: 16px;
        font-weight: 700;
        position: relative;
        margin: 0 0 40px;
        text-transform: uppercase;
        color: #fff;
        padding-left:15px;
        padding-top:8px;
        position:relative;
    }
    .footer .widget-title:after, .footer .widget-title:before {
        position: absolute;
        top: 0;
        content: '';
        background:#ec0000;
        left: 0;
        border-radius:30px;
    }
    .footer .widget-title:before {
        width: 3px;
        height: 18px;
    }
    .footer .widget-title:after {
        width: 18px;
        height: 3px;
    }
    .footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer ul li {
        margin-bottom: 12px;
    }
    .footer .widget-categories ul li {
        margin-bottom: 7px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 7px;
    }
    .footer .widget-categories ul li i{
        margin-right:8px;
    }
    .footer .widget-categories ul li a:hover{
        color:#ec0000;
        padding-left:5px;
    }
    .footer ul li a {
        color: #a3a3a3;
    }
    /* Trending */
    
    .footer .utf_post_title.title-small {
        font-weight: normal;
    }
    .footer-widget .utf_post_block_style.post-float .utf_post_thumb img {
        max-width: 95px;
        min-height: 75px;
    }
    .footer-widget .utf_post_meta span.utf_post_date {
        color: #676767;
    }
    .footer-widget.widget-categories ul {
        padding-right: 30px;
    }
    .footer-widget.widget-categories ul li .catCounter {
        float: right;
    }
    .contact-widget ul li {
        position: relative;
        padding-left:0px;
    }
    .contact-widget ul li:first-child{
        margin-bottom:20px;
    }
    .contact-widget ul li i{
        padding-right:7px;
    }
    .contact-widget ul li .tweet-text {
        font-size: 13px;
        line-height: 20px;
    }
    .contact-widget ul li .tweet-text span {
        display: block;
        color: #676767;
    }
    .contact-widget ul li .tweet-text a {
        color: #969696;
        font-size: 14px;
    }
    .contact-widget ul li a:hover{
        color: #ec0000;
    }
    .contact_detail_area ul.contct_detail_list{
        list-style-type:none;
        padding:0;
    }
    .contact_detail_area ul.contct_detail_list li{
        margin-bottom:10px;
        font-size:14px;
        line-height:26px;
        font-weight:500;
        position:relative;
        padding-left:37px;	
        color:#323232;
    }
    .contact_detail_area ul.contct_detail_list li:last-child{
        margin-bottom:0;
    }
    .contact_detail_area ul.contct_detail_list li a{ 	
        color:#323232;
    }
    .contact_detail_area ul.contct_detail_list li a:hover{ 	
        color:#ec0000;
    }
    .contact_detail_area ul.contct_detail_list li i{
        background:#ec0000;
        width:26px;
        height:26px;
        line-height:26px;
        font-size:13px;
        text-align:center;
        color:#ffffff;
        border-radius:30px;
        margin-right:10px;
        position:absolute;
        left:0;
    }
    .gallery-widget a {
        overflow: hidden;
        margin: 0 2px 0px 0px;
        display: inline-block;
    }
    .gallery-widget a img {
        max-width: 80px;
        min-height: 80px;
        border-radius:40px
    }
    .footer-info-content {
        border-top: 1px solid #606060;
        margin-top: 50px;
        padding: 50px 250px 0;
    }
    .footer-info-content p {
        margin-bottom: 2px;
        font-size: 13px;
    }
    .footer-logo img {
        display: inline-block;
        margin-bottom: 30px;
    }
    .footer-info-phone, .footer-info-email {
        display: inline-block;
        margin: 0 5px;
    }
    .footer .utf_footer_social {
        list-style: none;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .footer .utf_footer_social li {
        margin: 0;
        margin-top:10px;
        display: inline-block;
    }
    .utf_footer_social li a {
        display: inline-block;
        margin: 0 2px;
    }
    .utf_footer_social li a:first-child{
        margin-left:0; 
    }
    .utf_footer_social li a i {
        display: block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #fff;
        padding-right:0;
        border-radius:30px;
        background: #ec0000;
        text-align: center;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .utf_footer_social li a i:hover {
        background: #fff;
        color: #ec0000;
    }
    .copyright {
        background:#0f0d0d;
        color: #fff;
        padding: 20px 0;
        position: relative;
        z-index: 1;
        font-weight: 500;
        font-size: 14px;
    }
    .footer-menu {
        float: right;
    }
    .footer-menu ul li {
        display: inline-block;
        line-height: 20px;
        padding-left: 12px;
    }
     @media (max-width: 992px) {
    .footer-menu ul li {
        padding-top: 12px;
    }
    }
    .footer-menu ul.nav li a {
        background: none;
        color: #fff;
        padding: 0;
    }
    #back-to-top {
        position: fixed;
        right: 25px;
        bottom: 25px;
        z-index: 10;
        -webkit-backface-visibility: hidden;
    }
    #back-to-top.affix {
        bottom: 54px;
    }
    #back-to-top .btn.btn-primary {
        width: 36px;
        height: 36px;
        line-height: 30px;
        background: #ec0000;
        font-weight: 700;
        font-size: 20px;
        padding: 0;
        border-radius:30px;
    }
    #back-to-top .btn.btn-primary:hover {
        color: #fff;	
        background: rgba(0, 0, 0, 0.9);
    }
    
    /* Sub Pages 
    ================================================== */
    .breadcrumb {
        background: #f7f7f7;
        border:1px solid #e5e5e5;
        color: #777;
        margin: 30px 0 0px 0;
        padding:10px 10px 10px 15px;	
    }
    .breadcrumb>li+li:before {
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 8px;
        color: #777;
    }
    
    /* Category Listing
    ================================================== */
    .category-listing .utf_post_block_style .utf_post_content p {
        font-size: 14px;
    }
    .category-listing .utf_post_block_style .utf_post_content .utf_post_meta {
        margin:0 0 8px 0;
    }
    .subCategory>li {
        display: inline-block;
        margin-bottom: 30px;
    }
    .subCategory>li>a {
        background:#f7f7f7;
        color: #626262;
        border: 1px solid #eeeeee;
        font-weight:600;
        padding: 3px 8px;
        margin-right: 6px;
        font-size: 12px;
        border-radius:4px;
        text-transform: uppercase;
    }
    .subCategory>li>a:hover {
        background: #ec0000;
        color: #fff;
        border: 1px solid transparent;
    }
    .post-grid {
        margin-bottom: 15px;
        min-height: 455px;
    }
    .post-list {
        margin-bottom: 30px;
    }
    .top-larget-post {
        margin-bottom: 30px;
    }
    .top-larget-post .utf_post_title.title-large {
        margin-top: 20px;
        font-size: 24px;
    }
    .category-style2 .utf_post_title {
        margin-top: 0;
    }
    .paging {
        position: relative;
        margin-top: 20px;
    }
    .pagination {
        margin: 0;
    }
    .pagination li a {
        /*border-radius: 30px;*/
        margin-right: 8px;
        color:#7c7c7c;
        border: 1px solid #ddd;
        position: relative;
        float: left;
        padding: 6px 12px;
        /*width: 40px;*/
        height: 40px;
        text-align: center;
        line-height: 25px;
        font-weight: 600;
    }
    .pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover {
        color: #fff;
        background: #ec0000;
        border: 1px solid transparent;
    }
    .paging .page-numbers {
        border: 0;
        color: #7c7c7c;
        position: absolute;
        right: 0;
        top: 3px;
    }
    
    /* News Single
    ================================================== */
    .single-post .utf_post_title {
        font-size: 28px;
        line-height: 38px;
        padding: 15px 0 8px 0;
        margin: 0;
    }
    .single-post p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .utf_post_content-area {
        margin: 20px 0;
    }
    .post-featured-image, .post-media.post-video, .post-media.post-audio {
        margin-bottom: 30px;
    }
    .entry-content h3 {
        margin: 0;
        padding: 20px;
        font-size: 22px;
        line-height: 30px;
    }
    .tags-area {
        margin: 20px 0;
    }
    .post-tags>span {
        background: #1c1c1c;
        color: #fff;
        font-size: 12px;
        padding: 3px 6px;
        font-weight: 600;
        border-radius:4px;
        text-transform: uppercase;
        margin-right: 5px;
    }
    .post-tags a {
        color:#626262;
        border: 1px solid #eeeeee;
        font-weight: 600;
        padding: 3px 8px;
        display: inline;
        list-style: none;
        margin-right: 5px;
        border-radius:4px;
        text-transform:uppercase;
        text-align: center;
        font-size: 12px;
    }
    .post-tags a:hover {
        background: #ec0000;
        color: #fff;
        border: 1px solid transparent;
    }
    .share-items {
        border: 1px solid #dedede;
        border-radius: 0;
        background: none;
        padding: 10px;
        width: 100%;
        margin: 25px 0;
        border-radius:4px;
        display: inline-block;
    }
    .post-social-icons>li {
        display: inline-block;
        padding: 5px 12px;
        color: #fff;
        background: #1c1c1c;
        font-size: 12px;
        font-weight:600;
        text-transform:uppercase;
        margin-right: 8px;
        border-radius:4px;
    }
    .post-social-icons a {
        color: #fff;
        text-align: center;
    }
    .post-social-icons a i {
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        margin-right: 5px;
        padding-right: 8px;
        font-size: 14px;
        line-height: 12px;
    }
    .post-social-icons>li.facebook {
        background: #3B5998;
    }
    .post-social-icons>li.twitter {
        background: #00aced;
    }
    .post-social-icons>li.gplus {
        background: #c53942;
    }
    .post-social-icons>li.pinterest {
        background: #ce222b;
    }
    .post-navigation {
        display: inline-block;
        margin: 0 0 40px;
        width:100%;
    }
    .single-post .post-featured-image img{
        width:100%;
    }
    .post-navigation span:hover, .post-navigation h3:hover {
        color: #EC0001;
    }
    .post-navigation .post-previous, .post-navigation .post-next {
        padding: 0 40px;
        width: 50%;
        border-left: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
        display: table-cell;
        position: relative;
        vertical-align: middle;
    }
    .post-navigation i {
        margin: 0 5px;
    }
    .post-navigation span {
        font-size: 14px;
        color: #ccc;
        margin-bottom: 10px;
    }
    .post-navigation .post-previous {
        text-align: left;
        float: left;
        border-left: 0 none;
        border-right: 0 none;
        padding: 0 40px 0 0;
    }
    .post-navigation .post-next {
        text-align: right;
        float: left;
        border-right: 0 none;
        padding: 0 0 0 40px;
    }
    .post-navigation h3 {
        font-size: 16px;
        margin: 8px 0 0;
    }
    .author-box {
        background:#f7f7f7;
        border:1px solid #f2f2f2;
        padding: 20px 20px 15px;
        margin: 0 0 40px;
        border-radius:4px;
    }
    .author-img img {
        margin-right: 25px;
        width: 120px;
        height: 120px;
        border-radius: 80px;
        overflow-x: hidden;
        margin-bottom: 30px;
        border: 5px solid rgba(0, 0, 0, 0.1);
    }
    .author-url a {
        color: #1c1c1c;
        font-size: 13px;
    }
    .author-info h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
        display: inline-block;
    }
    .authors-social a {
        color: #999;
        margin-left: 10px;
    }
    .authors-social span{
        font-weight:600;
    }
    .author-counter span {
        background: #1c1c1c;
        color: #fff;
        font-size: 12px;
        padding: 2px 8px;
    }
    
    .comments-area {
        margin: 40px 0;
    }
    .comments-list .comment-content {
        margin: 15px 0;
    }
    .comments-list .comment-reply {
        font-weight: 600;
        background:#ec0000;
        border: 1px solid #ec0000;
        color: #ffffff;	
        padding:3px 10px;
        text-transform:uppercase;
        border-radius:4px;
        font-size:13px;
    }
    .comments-list .comment-reply:hover {
        background:#272d33;
        border: 1px solid #272d33;
        color: #ffffff;
    }
    .comments-counter {
        font-size: 18px;
    }
    .comments-counter a {
        color: #323232;
    }
    .comments-list {
        list-style: none;
        margin: 0;
        padding: 20px 0;
    }
    .comments-list .comment {
        background:#f7f7f7;
        border:1px solid #f2f2f2;
        padding:20px;
        border-radius:6px;
        margin-bottom: 30px;
    }
    .comments-list .comment.last {
        margin-bottom: 0;
    }
    .comments-list img.comment-avatar {
        width: 84px;
        height: 84px;
        margin-right: 30px;
        border-radius:50px;
        border: 3px solid rgba(0, 0, 0, 0.1);
    }
    .comments-list .comment-body {
        margin-left: 115px;
    }
    .comments-list .comment-author {
        margin-bottom: 0;
        margin-top: 0;
        font-weight: 700;
        font-size: 16px;
        color: #303030;
    }
    .comments-list .comment-date {
        color: #959595;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight:500;
    }
    .comments-reply {
        list-style: none;
        margin: 0 0 0 70px;
    }
    .comments-form {
        margin-bottom: 0;
    }
    .comments-form .title-normal {
        margin-bottom: 40px;
        position:relative;
    }
    .comments-form h3.title-normal:before {
        background:#ec0000;
        border: 0 none;
        content: "";
        height: 3px;
        left: 0;
        border-radius:30px;
        margin: 8px 0 10px;
        position: absolute;
        bottom: -20px;
        width: 40px;
    }
    .comments-form .comments-btn {
        margin-top: 10px;
        font-size: 12px;
        width:100%;
        border-radius: 4px;
    }
    
    /* Sidebar
    ================================================== */
    .sidebar .widget {
        margin-bottom: 50px;
    }
    .sidebar-left .widget {
        margin-right: 20px;
    }
    .utf_sidebar_right .widget {
        margin-left: 10px;
    }
    .sidebar ul.nav-tabs {
        border: 0;
    }
    .sidebar ul.nav-tabs li a {
        color: #303030;
        border-radius: 0;
        padding: 15px 0;
        padding-left: 0;
        font-weight: 400;
        border-bottom: 1px solid #ddd;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .sidebar ul.nav-tabs li.active a, .sidebar ul.nav-tabs li:hover a {
        color: #ec0000;
    }
    .sidebar ul.nav-tabs li {
        color: #303030;
        line-height: normal;
    }
    .sidebar ul.nav-tabs li:last-child a {
        border-bottom: 0;
    }
    .utf_newsletter_block {
        background-color: #f7f7f7;
        background-repeat: no-repeat;
        background-position: bottom right;
        border:1px solid #f2f2f2;
        padding: 30px;
        border-radius:6px;
        text-align:center;
    }
    .utf_newsletter_block .form-control {
        background: #fff;
    }
    .utf_newsletter_introtext h4{
        font-size:22px;
        margin-bottom:25px;
        position:relative;
    }
    .utf_newsletter_introtext h4::before {
        background:#ec0000;
        border: 0 none;
        content: "";
        height: 3px;
        left: 0;
        right:0;
        text-align:center;
        border-radius: 30px;
        margin: 0 auto;
        position: absolute;
        bottom: -10px;
        width: 50px;
    }
    .utf_newsletter_form button {
        font-weight: 700;
        font-size: 14px;
        margin-top: 15px;
        padding: 10px 25px;
        border-radius:4px;
    }
    .widget-tags ul>li {
        float: left;
        margin: 4px;
    }
    .sidebar .widget-tags ul>li a {
        border: 1px solid #dadada;
        color: #626262;
        display: block;
        font-size: 13px;
        padding: 5px 15px;
        border-radius:4px;
        font-weight:600;
        text-transform:uppercase;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .sidebar .widget-tags ul>li a:hover {
        background: #ec0000;
        color: #fff;
        border: 1px solid transparent;
    }
    .utf_post_block_style.post-float.review-post-block {
        max-width: 140px;
        min-height: 105px;
    }
    .utf_post_block_style.post-float.review-post-block .utf_post_thumb img {
        max-width: 140px;
        min-height: 105px;
    }
    .utf_block_wrapper.no-sidebar, .utf_block_wrapper.no-sidebar>.container {
        max-width: 850px;
        margin: 0 auto;
    }
    .utf_block_wrapper.solid-bg {
        background: #f7f7f7;
    }
     @media (min-width:992px) {
    .solid-bg .pad-r {
        padding-right: 4px;
    }
    .solid-bg .pad-l {
        padding-left: 4px;
    }
    }
    
    /* Contact Us
    ================================================== */
    .contact-info-box {
        margin-top: 20px;
    }
    .contact-info-box-content h4 {
        font-size: 16px;
        margin-top: 0;
        line-height: normal;
        font-weight: 700;
    }
    .contact-info-box-content p {
        margin-bottom: 0;
    }
    label {
        font-weight:600;
    }
    
    /* Error page
    ================================================== */
    .error-page .error-code h2 {
        display: block;
        font-size: 200px;
        line-height: 200px;
        color: #ec0000;
        margin-bottom: 20px;
        font-weight: 800 !important;
    }
    .error-page .error-body .btn {
        margin-top: 30px;
        font-weight: 700;
    }