h1.htitle {
    font-size: 19px;
    font-weight: 500;
    color: #4A595F!important;

    font-size: 24px;
    font-weight: 500;
    color: #4A595F!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
}
h2.htitle {
    margin-bottom: 5px;
    font-size: 17px;
    color: #4A595F!important;
    font-weight: 500;
    line-height: 22px;
}

h3.htitle {
    margin-bottom: 5px;
    font-size: 16px;
    color: #4A595F!important;

    font-weight: 400;
    line-height: 22px;
}

h4.htitle {
    margin-bottom: 0px;
    font-size: 15px;
    color: #4A595F!important;
    line-height: 1.1em;
    font-weight: 500;
    /*max-height: 2.2em;    */   /* height is 2x line-height, so two lines will display */
    min-height: 1.1em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
    padding-bottom: 3px;
}

h3.htitle2 {
    color: #FFFFFF!important;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 15px;
    text-align: center;
    line-height: 25px;webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
}
h1, h2, h3, h4, h5 {
}
span.aforizam {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

.css3-shadow {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.css3-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    bottom: 0px;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 50%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.boxx {
    width: 70%;
    background: #fff;
    margin: 0 auto 40px;
    border-radius: 2px;
}

.post-type-marker {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    padding-left: 10px;
    padding-right: 15px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
    opacity: 0.9;
    text-transform: uppercase;
}

.effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px/10px;
    border-radius: 100px/10px;
}

.effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px/10px;
    border-radius: 100px/10px;
}

.effect2 {
    position: relative;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lead {
    padding: 40px 0;
}

#posts {
    margin: 0 auto 0;
}

.post {
    margin: 0 0 10px;
    width: 100%;
}

.post img {
    width: 100%;
}

#grid.container .post img {
    padding: 0;
}
#grid {
    padding: 0;
    margin: 0!important;
    margin-left:1px!important;
}

@media (min-width: 500px) {
    #grid > #posts .post {
        width: 245px;
    }

    #grid > #posts .post.cs2 {
        width: 100%;
    }

    .post img {
        padding: 0;
    }
}

@media (min-width: 768px) {
    #grid > #posts .post {
        width: 245px;
    }

    #grid > #posts .post.cs2 {
        width: 100%;
    }

    .post img {
        padding: 0;
    }
}

@media (min-width: 992px) {
    #grid > #posts .post {
        width: 274px;
    }

    #grid > #posts .post.cs2 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #grid > #posts .post {
        width: 274px;
        padding-right: 5px;
    }

    #grid > #posts .post.cs2 {
        width: 782px;
    }
}

.main-box .main-box-header {
    padding: 5px 20px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.widget-recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-posts li {
    border-bottom: 1px solid #ebebeb;
    min-height: 98px;
}

.widget-recent-posts li > a {
    display: block;
    width: 100%;
    color: #212121;
    padding: 6px 10px;
    position: relative;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

@media only screen and (max-width: 440px) {
    .widget-recent-posts li > a {
        height: auto;
        padding-bottom: 10px;
    }
}

.widget-recent-posts li > a:hover {
    color: #212121;
    text-decoration: none;
    background-color: #FCFCFC;
}

.hidden_ {
    opacity: 0;
}

.visible_ {
    opacity: 1;
}

.video_date {
    font-size: 13px;
   /* font-weight: bold;*/
}

.pluginBoxDivider {
    opacity: 0 !important;
}

@media only screen and (max-width: 440px) {
    .widget-recent-posts li > a:after {
        display: none;
    }
}

.main-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 16px;
    border-radius: 3px;
    background-clip: padding-box;
}

@media (max-width: 767px) {
    .main-box {
        margin-bottom: 10px;
    }
}

.main-box h2 {
    font-size: 1.3em;
    line-height: 29px;
    margin: 0;
    padding: 0;
}

@media (max-width: 419px) {
    .main-box h2 {
        margin-bottom: 5px;
    }
}

.main-box.no-header {
    padding-top: 20px;
}

.main-box .main-box-header.with-border {
    border-bottom: 1px solid #ecf0f1;
}

.main-box .main-box-body {
    padding: 0 20px 20px 20px;
}

.widget-recent-posts li .img {
    display: block;
    float: left;
    text-align: center;
    width: 70px;
    height: 68px;
    overflow: hidden;
    margin-top: 7px;
}

.widget-recent-posts li .recent-post {
    display: block;
    margin-left: 90px;
    margin-top: 5px;
}

.widget-recent-posts li .recent-post > .name {
    display: block;
    font-weight: 600;
}

.widget-recent-posts li .recent-post > .time {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

.widget-recent-posts li .recent-post > .text {
    display: block;
    text-decoration: none;
    width: 100%;
    float: left;
    font-size: 0.975em;
}

@media only screen and (max-width: 440px) {
    .widget-recent-posts li .recent-post > .price {
        width: 100%;
    }
}

.widget-recent-posts li .recent-post > .price > i {
    color: #8bc34a;
}

.widget-recent-posts li .recent-post > .warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

@media only screen and (max-width: 440px) {
    .widget-recent-posts li .recent-post > .warranty {
        clear: both;
        width: 100%;
    }
}

.widget-recent-posts li .recent-post > .warranty > i {
    color: #ffc107;
}

#link_get_widget {
    opacity: 0;
    display: none;
}

.aw-current-weather-inner h3 {
    color: #fff !important;
}

.aw-more-block {
    display: none;
    opacity: 0;
}

table .fr-tag.img-responsive {
    display: table-cell;
}

h5 a {
    color: #4A595F !important;
}

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

ol.bjqs-markers.h-centered {
    text-align: center;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: inline-block;
}

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

.sy-pager {
    display: none !important;
}

.sy-box {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}


.travel {
    background-color: #FFFFFF;
    float: left;
    padding: 15px;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.travel figure {
    float: left;
    margin: 0px;
    width: 100%;
}

.travel figure img {
    width: 100%;
}

.travel h2 {
    font-size: 22px;
    font-style: italic;
    margin: 0px;
}

.treval-thumb {
    float: left;
    width: 100%;
    padding: 0px 0px 20px 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0px 0px 20px 0px;
}

.treval-thumb .text {
    padding: 0;
}

.travel-listing {
    float: left;
    width: 100%;
}

.travel-listing figure {
    width: auto;
}

.travel-listing ul li:hover figure img {
    opacity: 0.5;
}

.travel-listing ul {
    margin: 0px;
    float: left;
    width: 100%;
    list-style: none;
}

.travel-listing ul li {
    float: left;
    padding: 10px 0px;
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.travel-listing ul li:first-child {
    border: none;
    padding-top: 0px;
}

.travel-listing ul li h2 {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Crete Round', serif;
    font-style: normal;
    line-height: normal;
    margin: 0px 0px 5px 0px;
}

.travel-listing .text {
    padding: 0px 0px 0px 135px;
}

.travel-listing .text p {
    font-size: 14px;
}

.travel .post-comments {
    font-size: 14px;
    border: none;
    padding: 0px;
    margin: 5px 0px;
    margin: 0px;
}

.travel .post-comments li {
    width: auto;
    font-size: 12px;
    color: #99A3B1;
    padding: 0px;
    border: none;
}

.travel .rating > span {
    width: 0.8em;
    color: #99A3B1
}

.travel .post-comments li a {
    font-style: normal;
}
.treval-thumb {
    float: left;
    width: 100%;
    padding: 0px 0px 20px 0px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    margin: 0px 0px 20px 0px;
}



#custom_carousel .item {

    color:#000;
    background-color: #ffffff;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #FBFAFA;
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px;
}
#custom_carousel .controls li.active {
    background-color: #ffffff!important;
    border-top:3px solid #00A2E0;
}
#custom_carousel .nav>li>a:hover {
    background-color: #FBFAFA;

}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    color: #333333;
}







.single_category {
    float: left;
    display: inline;
    width: 100%;
}

.hshadow {
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    border-radius: 3px;
}
.hwhitebox {
    background-color: #FFFFFF;
    padding: 17px;
    margin-bottom: 15px;
}
 .title_text {
    background-color: #fff;
     color: #4A595F !important;
}
.title_text {
    background-color: #FBFAFA;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: 9px;
    z-index: 1;
}

.business_category_left{
    float: left;
    display: inline;
    padding-top: 20px;
}
.archive_style_1 > .business_category_left {width:48% !important;margin-right:2%;}
.fashion_catgnav{
padding: 0;
}
.fashion_catgnav li {
    border-bottom: 1px dotted #e5e5e5;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.catgimg2_container{
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.catgimg2_container img{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    backface-visibility: hidden;
   /* transition: transform 0.35s;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.catgimg2_container a:hover img{
    opacity:0.9;
    transform: translate(-50%, -50%) scale(1.05);
}
.catg_titile{
    margin-bottom: 18px;
    float: left;
}
.catg_titile a{
    color: #383838;
    font-size: 24px;
}
.comments_box{
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: 5px;
}
span.meta_date, span.meta_comment, span.meta_more {
    display: inline-block;
    margin-right: 8px;
    color: #8C8C8C;
    font-size: 11px;
}
span.meta_date:before {
    content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit;
}
span.meta_comment:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit;
}
span.meta_more:before {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 4px;
    text-decoration: inherit;
}

.business_category_right{
    float: right;
    display: inline;
    padding-top: 20px;
}
.small_catg{}
.small_catg li {
    border-bottom: 1px dotted #e5e5e5;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    min-height: 70px;
}
.related-img{
    display: inline-block;
    float: left;
}

.media-left>img{
    width: 100%;
    height: 100%;
    width: 80px;
    height: 60px;
}
.media-heading a{
    font-family: "Oswald",sans-serif;
}

.media-left {
    width: 90px;
    /*height: 81px;*/
    float: left;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.single_category>h2, .archive_style_1 > h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase;
    position: relative;
}
.bold_line {
    bottom: 0;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.bold_line span {
    display: block;
    height: 100%;
    width: 100%;
}

.solid_line {
    background-color: #fff;
    bottom: 5px;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}



h4 {
    color:#4A595F !important
}

.slick-prev, .slick-next {
    background-color: #ffa500;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 0.80;
}

#myCarousel .carousel-caption {
    left:0;
    right:0;
    bottom:0;
    text-align:left;
    padding:10px;
    text-shadow:none;
    background-color: rgba(0, 0, 0, 0.34);
}

#myCarousel .list-group {
    position:absolute;
    top:0;
    right:0;
}
#myCarousel .list-group-item {
    border-radius:0px;
    cursor:pointer;
    border-left: 0!important;
    border: 1px solid rgba(221, 221, 221, 0.27);
    min-height: 71px;
    max-height:71px;
}
#myCarousel .list-group .active {
background-color: rgba(215, 215, 215, 0.38);
}

@media (min-width: 992px) {
    #myCarousel {padding-right:33.3333%;}
    #myCarousel .carousel-controls {display:none;}
}
@media (max-width: 991px) {
    .carousel-caption p,
    #myCarousel .list-group {display:none;}
}

.list-group {
    border: 0px!important;
}
.list-group-item {
    border: 1px dotted #ddd;
}
.hleftradius {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.hrightradius {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

b, strong {
    font-weight: 700!important;
}

div.right-panel {
    width:300px;
    float:right;
}
div.main-panel {
    margin-right: 320px;
    float:left;
}



#sidebar {
    width: inherit;
    min-width: 300px;
    max-width: 300px;
    float: right;
    height:100%;
    position:relative;
    overflow-y:auto;
    overflow-x:hidden;
}
#main {
    height:100%;
    overflow:auto;
}

/*
 * off Canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    .row-offcanvas {
        /*position: relative;*/
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        /*width:calc(100% + 300px);*/
    }

    .row-offcanvas-right
    {
        left: -300px!important;

    }

    .row-offcanvas-right.active {
        left: 0;
    }

    .sidebar-offcanvas {
        position: absolute!important;
        top: 0;
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #main .col-md-12 {
        padding-left: 0;
    }
}
#sidebar .col-md-12 {
    padding: 0;
}

.froala-element pre, pre.fr-tag {

    border: 0px!important;
    background: #fff!important;

}


.htitle.slidert {
    margin-bottom: 5px;
    font-size: 21px;
    color: #fff!important;
    font-weight: 400;
    line-height: 22px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    font-weight: 700;
    font-family: "Open Sans",Arial,sans-serif;
}

p.sliderp {
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}




.video-list-thumbs{}
.video-list-thumbs > li{
    margin-bottom:12px;
}
.video-list-thumbs > li:last-child{}
.video-list-thumbs > li > a{
    display:block;
    position:relative;
    color: #fff;
    border-radius:10px
transition:all 500ms ease-in-out;
    border-radius:10px
}
.video-list-thumbs > li > a:hover{

    text-decoration:none
}
.video-list-thumbs h2{
    bottom: 0;
    font-size: 14px;
    height: 33px;
    margin: 8px 0 0;
}
.hvideo .glyphicon-play-circle{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 35%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition:all 500ms ease-in-out;
}

.hvideo2 .glyphicon-play-circle {
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 35%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
    transition: all 500ms ease-in-out;
    color:#FFFFFF;
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle{
    color:#fff;
    opacity:1;
    text-shadow:0 1px 3px rgba(0,0,0,.8);
}
.video-list-thumbs .duration{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 12px;
    line-height: 13px;
    padding: 2px 3px 1px;
    position: absolute;
    top: 12px;
    transition:all 500ms ease;
}
.video-list-thumbs > li > a:hover .duration{
    background-color:#000;
}
@media (min-width:320px) and (max-width: 480px) {
    .video-list-thumbs .glyphicon-play-circle{
        font-size: 35px;
        right: 36%;
        top: 27%;
    }
    .video-list-thumbs h2{
        bottom: 0;
        font-size: 12px;
        height: 22px;
        margin: 8px 0 0;
    }
}