/************************Old Start ************************/
.blog-area {
    font-family: "Open Sans", sans-serif;
}

.blog-area #sidebar .info-box {
    background-color: #eee;
    border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-area #sidebar .info-box.search input {
    width: 70%;
    float: left;
}

.blog-area #sidebar .info-box.search button {
    width: 25%;
    float: right;
    text-transform: uppercase;
}

.blog-area #sidebar .info-box .nav-tabs {
    border: none;
    margin-bottom: 10px;
}

.blog-area #sidebar .info-box .nav-tabs li {
    width: 50%;
    text-transform: uppercase;
}

.blog-area #sidebar .info-box .nav-tabs li a {
    background-color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    color: #333;
}

.blog-area #sidebar .info-box .nav-tabs li.active a {
    background-color: #e1e1e1;
    color: #999;
}

.blog-area #sidebar .info-box .tab-content .popular-posts li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.blog-area #sidebar .info-box .tab-content .popular-posts li .img {
    width: 20%;
    float: left;
    border-radius: 100px;
    -moz-border-radius: 100px;
}

.blog-area #sidebar .info-box .tab-content .popular-posts li .block {
    width: 80%;
    float: left;
}

.blog-area #sidebar .info-box .tab-content .popular-posts li .block h3, .blog-area #sidebar .info-box .tab-content .popular-posts li .block h3 a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-left: 10px;
    text-transform: uppercase;
}

.blog-area #sidebar .info-box .tab-content .popular-posts li .block h3 a {
    margin-bottom: 0px;
    padding-left: 0px;
}

.blog-area #sidebar .info-box .tab-content .popular-posts li .block h3 a:hover {
    color: #119ee7;
}

.blog-area #sidebar .info-box .tab-content .popular-posts li .block .date {
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    line-height: 20px;
    padding-left: 10px;
    color: #666
}

.blog-area #sidebar .info-box.categories .title {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
    display: block;
    font-weight: normal;
}

.blog-area #sidebar .info-box.categories li a:hover {
    color: #119ee7;
}

.blog-area #sidebar .info-box.categories li:before {
    content: "-";
    margin-right: 5px;
}

.blog-area .blog .img {
    width: 200px;
    float: left;
    background: #eee;
    overflow: hidden;
    margin-right: 20px;
}

.blog-area .blog .img img {
    width: 100%;
    height: auto;
    margin: center;
    display: block;
}

.blog-area .blog .block .blog-title {
    padding-top: 10px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.blog-area .blog .block .blog-title a {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

.blog-area .blog .block .blog-title a:hover {
    color: #119ee7;
}

.blog-area .blog .block .area p a {
    color: #119ee7;
    display: inline;
}

.blog-area .blog footer {
    clear: both;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    float: left;
}

.blog-area .blog footer .foot-links span {
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    line-height: 12px;
}

.blog-area .blog footer .foot-links span i {
    font-size: 12px;
    margin-right: 5px;
}

.blog-area .blog footer .widget .stButton {
    margin: 0 0 0 5px;
    padding-top: 2px;
}

.blog-area .blog footer .widget .stButton .stLarge {
    background-size: contain;
    width: 22px;
    height: 22px;
}

.blog-area .blog footer .widget .stButton .stLarge:hover {
    background-position: -22px center;
}

/************************Old end ************************/
.blog-outter {
    padding: 110px 0 70px;
}

.blog-left-container {
    padding: 0;
}

.blog-left-container .post-img {
    /*background-color:#000;*/
    width: 100%;
    /*height:350px;*/
}

.post-img img {
    width: 100%;
}

.blog-left-container .date {
    font-size: 16px;
    text-transform: uppercase;
    color: #949494;
    padding: 7px 0;
    text-align: right;
}

.blog-left-container h2,
.blog-left-container h1.single {
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    padding: 30px 0;
    text-align: left;
    font-weight: bold;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.blog-left-container p {
    font-size: 18px;
    color: #727272;
    padding: 0 0 20px 0;
    text-align: left;
    font-family: "Open Sans", sans-serif;
}

.blog-left-container p a {
    color: #119ee7;
}

.blog-left-container h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #119ee7;
    padding: 20px 0;
    text-align: left;
    font-weight: bold;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.blog-left-container .links {
    padding: 20px 0 0;
}

.blog-left-container .links a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    margin-right: 1%;
    width: 49%;
}

.blog-left-container .links a.login {
    background-color: #000;
}

.blog-left-container .links a.trial {
    background-color: #119ee7;
    margin-right: 0;
}

.lt_title_line-wider {
    height: 3px;
    margin: 50px auto;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0) url("../images/title_line-wider.png") no-repeat center top;
}

.related-blog-post {
    padding: 50px 0;
}

.related-blog-post h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    padding: 0 0 30px 0;
    text-align: left;
    font-weight: bold;
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.related-blog-post .box .img {
    background-color: #000;
    width: 100%;
    height: 175px;
}

.related-blog-post .box .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #949494;
    padding: 5px 0;
    text-align: right;
}

.related-blog-post .box h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    padding: 0;
    text-align: left;
    font-weight: bold;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
}

.blog-right-container {
}

.blog-right-container .info-box {
    background-color: #eee;
    border-radius: 0;
    -moz-border-radius: 0;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-right-container .info-box.search input {
    width: 73%;
    float: left;
    border-radius: 0;
    -moz-border-radius: 0;
    height: 41px;
}

.blog-right-container .info-box.search button {
    width: 25%;
    float: right;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    font-family: "Open Sans", sans-serif;
    background-color: #119ee7;
    border: none;
    padding: 10px 0;
}

.blog-right-container .popular-post-box {
    background-color: #eee;
    margin-bottom: 20px;
}

.blog-right-container .popular-post-box .nav-tabs {
    border: none;
    margin-bottom: 0;
}

.blog-right-container .popular-post-box .nav-tabs li {
    width: 50%;
    text-transform: uppercase;
    background-color: #e1e1e1;
    font-size: 14px;
    text-align: center;
    border: none;
}

.blog-right-container .popular-post-box .nav-tabs li a {
    background-color: #e1e1e1;
    border-radius: 0;
    -moz-border-radius: 0;
    color: #9b9fa6;
    border: none;
    margin: 0;
    padding: 25px 0;
}

.blog-right-container .popular-post-box .nav-tabs li.active a {
    background-color: #eee;
    color: #333;
}

.blog-right-container .popular-post-box .tab-content {
    padding: 15px;
}

.blog-right-container .info-box.categories {
    padding: 15px;
}

.blog-right-container .info-box.categories .title {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    font-weight: normal;
    color: #333;
}

.blog-right-container .info-box.categories li {
    display: inline;
    padding-right: 15px;
}

.blog-right-container .info-box.categories li a:hover {
    color: #119ee7;
}

.blog-right-container .info-box.categories li:before {
    content: "•";
    margin-right: 5px;
    color: #119ee7;
    font-weight: bold;
}

.blog-right-container .login-trial {
    padding: 30px 15px;
    background: url(../images/login-back.png) no-repeat;
    margin-bottom: 20px;
}

.blog-right-container .login-trial .trial {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px 0;
    width: 100%;
    background-color: #119ee7;
}

.blog-right-container .login-trial .login {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0 0;
    width: 100%;
}

.blog-right-container .social-media {
}

.blog-right-container .social-media .heading {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    text-align: left;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.blog-right-container .social-media .icons {
}

.blog-right-container .social-media .icons a {
    background-color: #e1e1e1;
    width: 77px;
    height: 77px;
    margin-right: 20px;
    float: left;
    line-height: 100px;
    text-align: center;
}

.blog-right-container .social-media .icons a.facebook:hover {
    background-color: #3b5998;
}

.blog-right-container .social-media .icons a.twitter:hover {
    background-color: #55acee;
}

.blog-right-container .social-media .icons a.instagram:hover {
    background-color: #9A5D00;
}

.blog-right-container .social-media .icons a:last-child {
    margin-right: 0;
}

.blog-right-container .social-media .icons a i {
    color: #fff;
    font-size: 45px;
}

.testimonial-main {
    background-color: #111;
    padding: 80px 0;
    margin-top: 40px;
}

.testimonial-main .testimonial-inner {
    color: #727272;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    padding: 30px 0;
}

.testimonial-main .testimonial-inner .desc {
    padding: 20px;
}

.testimonial-main .testimonial-inner p {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 1px;
    text-align: justify;
}

.testimonial-main .testimonial-inner .author-name {
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
    font-weight: bold;
}

.testimonial-main .lt_title_big {
    color: #fff;
}

.testimonial-main .testimonial-inner .testimonial-image {
    border-radius: 50%;
    -moz-border-radius: 50%;
    width: 150px;
    height: 150px;
    float: left;
    margin: 0 30px 30px 0;
}

.testimonial-main .testimonial-inner .testimonial-text {
    float: left;
}

.template-main ul li {
    border-radius: 3px;
    -moz-border-radius: 3px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.template-main ul li img {
    width: 100%;
}

.template-main ul li:hover .title {
    bottom: 0px;
    display: block;
}

.template-main ul li .title {
    background-color: #272727;
    padding: 10px 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    text-align: center;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.template-main ul li .title a {
    background-color: #119ee7;
    line-height: 22px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
}

#loading-more-template {
    clear: both;
    margin: auto;
    text-align: center;
}

.post-box-main {
    /*	margin:10px 0;
    */
}

.post-box-main .image img {
    /*background-size:cover !important;*/
    width: 100%;
    /*height:94px;*/
}

.post-box-main .blog-name {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 20px 0 20px;
    text-align: right;
    color: #272727;
}

.post-box-main .blog-date {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0px 20px;
    color: #949494;
    text-align: right;
}

/* Tablet Portrait (devices and browsers)
====================================================================== */
@media (max-width: 991px) {
    .trial-main {
        padding: 0 15px;
    }

    .trial-main .control-label {
        padding-left: 6px;
        padding-bottom: 8px;
    }

    .trial-headings .container {
        width: 100%;
    }

    .connect-social .form-group {
        padding: 0 15px;
    }

    .connect-social .form-group .col-sm-12 {
        width: 100%;
        float: left;
    }

    .connect-social .form-group .col-sm-11 {
        width: 91.66666666666666%;
        float: left;
    }

    .connect-social .form-group .col-sm-10 {
        width: 83.33333333333334%;
        float: left;
    }

    .connect-social .form-group .col-sm-9 {
        width: 75%;
        float: left;
    }

    .connect-social .form-group .col-sm-8 {
        width: 66.66666666666666%;
        float: left;
    }

    .connect-social .form-group .col-sm-7 {
        width: 58.333333333333336%;
        float: left;
    }

    .connect-social .form-group .col-sm-6,
    .template-main .col-sm-6 {
        width: 50%;
        float: left;
    }

    .connect-social .form-group .col-sm-5 {
        width: 41.66666666666667%;
        float: left;
    }

    .connect-social .form-group .col-sm-4 {
        width: 33.33333333333333%;
        float: left;
    }

    .connect-social .form-group .col-sm-3 {
        width: 25%;
        float: left;
    }

    .connect-social .form-group .col-sm-2 {
        width: 16.666666666666664%;
        float: left;
    }

    .connect-social .form-group .col-sm-1 {
        width: 8.333333333333332%;
        float: left;
    }

    .connect-social .form-group .control-label {
        padding-left: 6px;
    }

    .connect-social .form-group input {
        margin: 5px 0;
    }

    .template-main ul li {
        height: 240px;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
====================================================================== */
@media (max-width: 767px) {
    .trial-main {
        padding: 0 15px;
    }

    .trial-main .control-label {
        padding-left: 6px;
        padding-bottom: 8px;
    }

    .connect-social .form-group .col-xs-12,
    .template-main .col-xs-12 {
        width: 100%;
        float: left;
    }

    .connect-social .form-group .col-xs-11 {
        width: 91.66666666666666%;
        float: left;
    }

    .connect-social .form-group .col-xs-10 {
        width: 83.33333333333334%;
        float: left;
    }

    .connect-social .form-group .col-xs-9 {
        width: 75%;
        float: left;
    }

    .connect-social .form-group .col-xs8 {
        width: 66.66666666666666%;
        float: left;
    }

    .connect-social .form-group .col-xs-7 {
        width: 58.333333333333336%;
        float: left;
    }

    .connect-social .form-group .col-xs-6 {
        width: 50%;
        float: left;
    }

    .connect-social .form-group .col-xs-5 {
        width: 41.66666666666667%;
        float: left;
    }

    .connect-social .form-group .col-xs-4 {
        width: 33.33333333333333%;
        float: left;
    }

    .connect-social .form-group .col-xs-3 {
        width: 25%;
        float: left;
    }

    .connect-social .form-group .col-xs-2 {
        width: 16.666666666666664%;
        float: left;
    }

    .connect-social .form-group .col-xs-1 {
        width: 8.333333333333332%;
        float: left;
    }

    .connect-social .form-group .social-icon-main {
        margin-top: 5px;
    }

    .connect-social .form-group {
        margin-bottom: 5px;
    }

    .template-main ul li {
        height: 200px;
    }

    .mobile-step1 {
        height: 30px !important;
    }

    .trial-headings .lt_title_bottomtext {
        width: 100%;
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 25px;
    }

    .trial-headings .lt_title_big {
        font-size: 25px;
        line-height: 30px;
    }

    .step3-style {
        padding-top: 30px;
    }

    .bottom-buttons .btn {
        margin: 0 0 10px 0 !important;
    }

    .one_half {
        width: 100%;
        margin: 0;
        float: none;
    }

    .container {
        width: 100%;
    }

    .mobile-hidden {
        display: none;
    }

    .testimonial-main .lt_title_big {
        font-size: 25px;
        line-height: 30px;
    }

    .testimonial-main .testimonial-inner .testimonial-image {
        float: none;
        margin: 0 auto 20px;
        padding: 0;
        width: 150px;
        height: 150px;
    }

    .testimonial-main .testimonial-inner {
        padding: 0;
    }

    .stock-img-uploader {
        padding-top: 0 !important;
    }

    .stock-image-tab-main {
        padding: 0 !important;
    }

    .stock-images img {
        width: 16%;
    }

    .dz-message {
        font-size: 25px;
        line-height: 30px;
    }

    .finish-site .btn {
        padding: 10px 0 !important;
        width: 48% !important;
        font-weight: normal !important;
        font-size: 13px !important;
    }
}

.tab-content ul li {
    /*height: 165px;*/
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav-btn {
    cursor: pointer;
    width: 100%;
    font-size: 70px;
    color: #ccc;
    text-align: center;
}

.related {
    clear: both;
    margin-bottom: 40px;
}

.related .ttl {
    font-size: 18px;
    color: #333;
    padding-bottom: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.related .popular-posts {
    margin-top: 0;
}

.related .popular-posts .post {
    /*border:1px solid #e1e1e1;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
}

.related .popular-posts .post .img {
    margin: auto;
    overflow: hidden;
    background-color: #f9f9f9;
    /*margin-bottom:20px;*/
}

.related .popular-posts .post .img img {
    width: 100%;
    height: auto;
}

.related .popular-posts .post h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

.related .popular-posts .post h3 a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.related .popular-posts .post h3 a:hover {
    color: #119ee7;
}

.related .popular-posts .post .date {
    display: block;
    text-align: left;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #666;
}

#header .logo a {
    margin: 12px 0;
}

/*.portrait-view {*/
/*display:none;*/
/*}*/
/*!* only when orientation is in portrait mode *!*/
/*@media all and (orientation:portrait) {*/
/*.portrait-view {*/
/*display:block;*/
/*background-color:rgba(0, 0, 0, 0.9);*/
/*background-image:url(../images/vertical-to-horizontal.png);*/
/*background-position:center center;*/
/*background-repeat:no-repeat;*/
/*background-size:150px auto;*/
/*position:fixed;*/
/*top:0;*/
/*right:0;*/
/*bottom:0;*/
/*left:0;*/
/*z-index:111111;*/
/*}*/
/*}*/
/* width <= 991px */
@media (max-width: 991px) {
    .container {
        margin: auto;
        max-width: inherit !important;
        padding: 0 2% !important;
        width: 96%;
    }

    .navbar-toggle {
        margin-top: 11px;
    }

    #header .menu_main,
    .navbar,
    .yamm .container {
        position: inherit;
    }

    #navbar-collapse_nav {
        position: absolute;
        top: 69px !important;
        left: 0;
        right: 0;
    }

    #grid-container .cbp-wrapper .cbp-item {
        width: 50% !important;
    }

    #grid-container .cbp-wrapper .cbp-item img {
        height: 100%;
    }

    .punchtext .text {
        white-space: normal;
    }

    .section_holder2 .arrow_up,
    .section_holder2 .arrow_down {
        left: 50%;
        margin-left: -60px;
    }

    .section_holder3 .list_holder .icon_holder {
        width: 25%;
    }
}

@media (max-width: 800px) {
    #header .logo a {
        background-size: cover !important;
        margin: 15px 0 !important;
        min-height: 40px !important;
        width: 192px !important;
    }

    .section_holder2 .plan_info .singup_but {
        clear: both;
        display: block;
        float: none;
        margin: 25px;
    }
}

/* width <= 767px */
@media (max-width: 767px) {
    #trueHeader .logo {
        width: 250px !important;
        margin: 0;
        padding: 0;
    }

    #header .menu_main {
        width: auto;
        margin: auto !important;
    }

    .navbar-toggle {
        margin: 11px 0;
    }

    #navbar-collapse_nav {
        background-color: #1e1e1e !important;
        margin: 0 !important;
    }

    .one_third {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .one_fourth {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #grid-container .cbp-wrapper .cbp-item {
        width: 100% !important;
    }

    #grid-container .cbp-wrapper .cbp-item .cbp-caption {
        height: 100% !important;
    }

    .punchtext .text {
        width: 100%;
        height: auto;
    }

    .punchtext .but {
        width: 100%;
    }

    .section_holder2 .arrow_up,
    .section_holder2 .arrow_down {
        display: none;
    }

    .section_holder2.two {
        height: auto !important;
    }

    .section_holder3 .left {
        width: 100%;
        padding: 0;
    }

    .section_holder3 .list_holder {
        text-align: center;
    }

    .section_holder3 .list_holder .icon_holder {
        width: 100%;
        margin-bottom: 10px;
    }

    .section_holder3 .list_holder .icon {
        margin: auto;
        float: none;
    }
}

@media (max-width: 767px) {
    .blog-left-container .links a {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 10px 0;
    }

    .blog-left-container .links {
        text-align: center;
    }

}

.pagination-wrapper {
    text-align: center;
}

.pagination-wrapper .total-page {
    display: inline-block;
}

.pagination-wrapper .pagination {
    display: inline-block;
}

.pagination-wrapper .pagination ul {
    margin: 0 0 0 10px;
    padding: 0;
}

.pagination-wrapper .pagination ul li {
    display: inline-block;
    text-align: center;
    background-color: #eeeeee;
    font-size: 16px;
}

.pagination-wrapper .pagination ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}

.pagination-wrapper .pagination ul li.active {
    background-color: #119ee7;
}

.pagination-wrapper .pagination ul li.active a {
    color: #fff;
    font-weight: bold;
}

.pagination-wrapper .pagination ul li.disabled a {
    color: #999;
}

#paginationForm {
    display: none;
}

.fadein {
    opacity: 0.5;
    filter: alpha(opacity=50);
    backgroud-color: #000;
}