body {
    position: relative;
}

.ie8 body {
    min-width: 980px;
}

@media all and (max-width:767px) {
    body.cherry-fixed-layout {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media all and (max-width:767px) {
    body.cherry-fixed-layout .header {
        padding-right: 20px;
        padding-left: 20px;
    }

    body.cherry-fixed-layout .content-holder {
        padding-right: 20px;
        padding-left: 20px;
    }

    body.cherry-fixed-layout .footer {
        padding-right: 20px;
        padding-left: 20px;
    }
}

a {
}

    a:focus {
    }

.pdt10 {
    padding-top: 10px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.main-holder {
    position: relative;
    z-index: 1;
}

.cherry-fixed-layout .main-holder {
    background: rgb(250, 250, 250);
    margin: 0px auto;
    width: auto;
    max-width: 980px;
}

.trangchu-center .aligncenter {
    border-radius: 50%;
}

@media all and (min-width:1200px) {
    .cherry-fixed-layout .main-holder {
        max-width: 1210px;
    }
}

@media all and (max-width:979px) and (min-width:768px) {
    .cherry-fixed-layout .main-holder {
        max-width: 764px;
    }
}

.header {
    padding: 30px 0px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
    z-index: 99;
    background-color: rgb(238, 238, 238);
}

.logo {
    position: relative;
    z-index: 99;
}

@media all and (max-width:979px) and (min-width:768px) {
    .logo {
        width: 60%;
    }
}

.logo_h__txt {
    margin: 0px;
}

.logo_link {
    color: rgb(4, 156, 219);
    text-decoration: none;
}

    .logo_link:hover {
        text-decoration: none;
    }

.logo_tagline {
    text-transform: uppercase;
    font-size: 10px;
}

.search-form form {
    position: relative;
}

.search-form_it {
    vertical-align: top;
}

.search-form_is {
    vertical-align: top;
}

@media all and (max-width:979px) and (min-width:768px) {
    .sidebar .search-form_it {
        width: 130px;
    }
}

.nav__primary {
    position: relative;
    z-index: 2;
}

.sf-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .sf-menu * {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

.sf-menu {
    line-height: 1;
}

    .sf-menu ul {
        top: -999em;
        width: 10em;
        display: none;
        position: absolute;
    }

        .sf-menu ul li {
            width: 100%;
        }

    .sf-menu li:hover {
        visibility: inherit;
    }

    .sf-menu li {
        float: left;
        position: relative;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu li:hover ul {
        left: 0px;
        top: 100%;
        z-index: 99;
    }

    .sf-menu li.sfHover ul {
        left: 0px;
        top: 100%;
        z-index: 99;
    }

ul.sf-menu li:hover li ul {
    top: -999em;
}

ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul {
    left: 100%;
    top: 0px;
}

ul.sf-menu li li.sfHover ul {
    left: 100%;
    top: 0px;
}

ul.sf-menu li li:hover li ul {
    top: -999em;
}

ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul {
    left: 10em;
    top: 0px;
}

ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0px;
}

.sf-menu {
    float: right;
}

    .sf-menu > li {
        background: rgb(221, 221, 221);
        text-align: center;
    }

        .sf-menu > li > a {
            padding: 10px 12px;
            color: rgb(17, 51, 170);
            text-decoration: none;
            border-top-color: rgb(221, 221, 221);
            border-left-color: rgb(255, 255, 255);
            border-top-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-left-style: solid;
        }

    .sf-menu li .desc {
        font-size: 0.9em;
        display: block;
    }

    .sf-menu li li {
        background: rgb(170, 189, 230);
    }

        .sf-menu li li a {
            padding: 10px 12px;
            color: rgb(17, 51, 170);
            text-decoration: none;
            border-top-color: rgb(221, 221, 221);
            border-left-color: rgb(255, 255, 255);
            border-top-width: 1px;
            border-left-width: 1px;
            border-top-style: solid;
            border-left-style: solid;
        }

    .sf-menu > li > a:hover {
        background: rgb(207, 222, 255);
    }

    .sf-menu > li.sfHover > a {
        background: rgb(207, 222, 255);
    }

    .sf-menu > li.current-menu-item > a {
        background: rgb(207, 222, 255);
    }

    .sf-menu > li.current_page_item > a {
        background: rgb(207, 222, 255);
    }

    .sf-menu li li > a:hover {
        background: rgb(207, 222, 255);
    }

    .sf-menu li li.sfHover > a {
        background: rgb(207, 222, 255);
    }

    .sf-menu li li.current-menu-item > a {
        background: rgb(207, 222, 255);
    }

    .sf-menu li li.current_page_item > a {
        background: rgb(207, 222, 255);
    }

    .sf-menu a.sf-with-ul {
        padding-right: 2.25em;
        min-width: 1px;
    }

.sf-sub-indicator {
    background: url("../images/arrows-ffffff.png") no-repeat -10px -100px;
    top: 1.05em;
    width: 10px;
    height: 10px;
    right: 0.75em;
    text-indent: -999em;
    overflow: hidden;
    display: block;
    position: absolute;
}

a > .sf-sub-indicator {
    background-position: 0px -100px;
}

a:focus > .sf-sub-indicator {
    background-position: -10px -100px;
}

a:hover > .sf-sub-indicator {
    background-position: -10px -100px;
}

a:active > .sf-sub-indicator {
    background-position: -10px -100px;
}

li:hover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}

li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px;
}

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0px;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0px 0px;
}

.sf-menu ul a:focus > .sf-sub-indicator {
    background-position: -10px 0px;
}

.sf-menu ul a:hover > .sf-sub-indicator {
    background-position: -10px 0px;
}

.sf-menu ul a:active > .sf-sub-indicator {
    background-position: -10px 0px;
}

.sf-menu ul li:hover > a > .sf-sub-indicator {
    background-position: -10px 0px;
}

.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0px;
}

@media all and (max-width:767px) {
    .sf-menu {
        display: none;
    }
}

.select-menu {
    margin: 0px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 100%;
    height: 30px;
    display: none;
    cursor: pointer;
    background-color: rgb(228, 228, 228);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .select-menu:focus {
        border-color: rgb(221, 221, 221);
    }

    .select-menu option {
        padding: 5px;
        cursor: pointer;
    }

        .select-menu option.main_item {
            font-weight: bold;
        }

.slider {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.accordion {
    position: relative;
}

    .accordion > ul {
        margin: 0px;
        display: none;
        visibility: hidden;
        position: relative;
        z-index: 1;
    }

        .accordion > ul > li .max_height {
            max-height: 500px;
        }

        .accordion > ul > li .accordion_caption {
            background: url("../images/black-opacity-60.png");
            padding: 15px;
            width: 100%;
            bottom: 0px;
            position: absolute;
            min-height: 50px;
        }

            .accordion > ul > li .accordion_caption h2 {
                color: rgb(255, 255, 255);
            }

@media all and (max-width:768px) {
    .accordion > ul > li .accordion_caption {
        display: none;
    }
}

.accordion .accordion_loader {
    margin: -18px 0px 0px -18px;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 0;
}

.content-holder {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

#content {
    padding-top: 40px;
}

.left#content {
    margin-bottom: 40px;
    float: right !important;
    position: relative;
    z-index: 9;
}

.isStuck {
    -webkit-transform: translateZ(0);
}

.title-section {
    padding: 70px 0px 0px;
}

.title-header {
    overflow: hidden;
    margin-bottom: 1.5em;
    -ms-word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.title-desc {
    color: rgb(153, 153, 153);
    font-size: 11px;
    display: block;
}

.breadcrumb__t {
    margin: 0px;
    -ms-word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

    .breadcrumb__t li {
        display: inline;
    }

        .breadcrumb__t li.divider {
            font: 0px/0 a;
            border: 0px currentColor;
            border-image: none;
            color: transparent;
            font-size-adjust: none;
            font-stretch: normal;
            text-shadow: none;
            background-color: transparent;
        }

            .breadcrumb__t li.divider::after {
                font: 12px/18px Arial, Helvetica, sans-serif;
                color: rgb(51, 51, 51);
                content: " / ";
                font-size-adjust: none;
                font-stretch: normal;
            }

#sidebar {
    padding-top: 40px;
}

    #sidebar h3 {
        margin-bottom: 20px;
    }

.testimonial {
    background: rgb(245, 245, 245);
    padding: 30px;
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    line-height: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    margin-bottom: 35px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.testimonial_bq {
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
}

.testimonial_content {
    background: url("../images/quotes.png") no-repeat 0px 0px;
    overflow: hidden;
}

@media all and (max-width:979px) and (min-width:768px) {
    .testimonial .featured-thumbnail {
        width: 80px;
        height: 80px;
    }
}

.testimonial small {
    padding: 12px 0px 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10.2px;
    font-style: normal;
}

    .testimonial small span {
        display: inline;
    }

.testimonial .testi-url {
    font-style: normal;
}

.testimonial .testi-email {
    font-style: normal;
}

@media all and (max-width:979px) and (min-width:768px) {
    .testimonial {
        background-position: 150px 10px;
        padding: 15px;
    }
}

@media all and (max-width:767px) {
    .testimonial {
        background-position: 150px 10px;
        padding: 15px;
    }
}

#primary {
    padding-top: 40px;
}

.entry-content {
    overflow: hidden;
}

.float-right.entry-meta {
    float: right;
}

.portfolio-meta {
    border-width: 1px medium medium;
    border-style: solid none none;
    border-color: rgb(221, 221, 221) currentColor currentColor;
    margin: 0px;
    padding: 1em 0px;
    border-image: none;
}

    .portfolio-meta span {
        line-height: 20px;
        padding-right: 15px;
        display: inline-block;
    }

@media all and (max-width:767px) {
    .portfolio-meta span {
        display: block;
    }
}

.portfolio-meta i {
    color: rgb(153, 153, 153);
    font-size: 16px;
    margin-right: 0.5em;
}

    .portfolio-meta i.icon-tag {
        margin-right: 0.3em;
    }

.portfolio-meta-list {
    border-width: 1px medium;
    border-style: solid none;
    border-color: rgb(221, 221, 221) currentColor;
    margin: 0px 0px 2em;
    padding: 1em 0px;
    border-image: none;
}

    .portfolio-meta-list li {
        background: none;
        margin: 0.5em 0px 0px;
        padding: 0px;
        border: currentColor;
        border-image: none;
        text-transform: none;
        list-style-type: none;
    }

        .portfolio-meta-list li:first-child {
            margin-top: 0px;
        }

        .portfolio-meta-list li strong {
            padding-right: 0.3em;
            display: inline;
        }

.image-holder {
    position: relative;
}

    .image-holder img {
        max-width: 100%;
    }

.grid_gallery {
    padding: 0px;
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}

.grid_gallery_inner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.isotope.grid_gallery_inner .gallery_item {
    padding: 0px;
}

    .isotope.grid_gallery_inner .gallery_item a {
        padding: 1px;
        position: relative;
    }

ul.isotope {
    margin: 0px;
}

    ul.isotope img {
        min-height: 270px;
    }

.gallery_item {
    margin: 0px;
    padding: 0px 1px 1px 0px;
    width: 33%;
    float: left;
}

.featured-thumbnail.gallery_item {
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.single-gallery-item {
    margin: 0px !important;
}

.zoom-icon {
    background: rgba(0, 0, 0, 0.4);
    transition: 0.2s;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.no-rgba .zoom-icon {
    background: url("../images/black-opacity-60.png");
    visibility: hidden;
}

.zoom-icon::before {
    background: url("../images/magnify-alt.png") no-repeat 50% 50%;
    margin: -13px 0px 0px -13px;
    left: 50%;
    top: 50%;
    width: 25px;
    height: 26px;
    display: block;
    position: absolute;
    content: "";
}

.featured-thumbnail a:hover .zoom-icon {
    opacity: 1;
}

a.thumbnail:hover .zoom-icon {
    opacity: 1;
}

.thumbnail__portfolio a:hover .zoom-icon {
    opacity: 1;
}

.no-rgba .image-wrap:hover .zoom-icon {
    visibility: visible;
}

.featured-thumbnail a:hover .zoom-icon {
    visibility: visible;
}

a.thumbnail:hover .zoom-icon {
    visibility: visible;
}

.thumbnail__portfolio a:hover .zoom-icon {
    visibility: visible;
}

.filter-wrapper strong {
    padding: 8px 0px;
    margin-right: 5px;
    float: left;
    display: block;
}

.filter-wrapper .nav {
    overflow: hidden;
}

.nav-pills {
    float: left;
}

@media all and (max-width:480px) {
    .nav-pills li {
        float: none;
    }
}

.nav-pills li a {
    white-space: nowrap;
}

@media all and (max-width:480px) {
    .nav-pills li a {
        padding: 5px;
        display: block;
    }
}

.filterable-portfolio {
    margin: 0px -10px;
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

    .filterable-portfolio .portfolio_item {
        margin: 0px 0px 20px;
        padding: 0px 10px;
        width: 0px;
        float: left;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .filterable-portfolio .nomargin.portfolio_item {
        margin-right: 0px;
    }

    .filterable-portfolio .portfolio_item_holder {
        overflow: hidden;
    }

    .filterable-portfolio .image-wrap {
        overflow: hidden;
        display: block;
        position: relative;
    }

        .filterable-portfolio .image-wrap::before {
            margin: -16px 0px 0px -16px;
            left: 50%;
            top: 50%;
            z-index: -1;
        }

    .filterable-portfolio .folio_loader {
        margin: -10px 0px 0px -10px;
        left: 50%;
        top: 50%;
        z-index: -1;
    }

.thumbnail__portfolio {
    margin: 0px;
}

.featured-thumbnail.video_preview {
    margin: 0px 0px 10px;
    padding: 0px;
    width: 100%;
}

.video_preview > div {
    padding: 4px;
}

.video_preview a[rel='author'] {
    display: inline-block;
}

.video_preview .post_author {
    display: block;
}

.video_preview .post_date {
    display: block;
}

.video_preview img {
    width: 100%;
}

.video_preview span.hover {
    margin: -41px 0px 0px -35px;
    transition: 0.5s;
    left: 50%;
    top: 50%;
    color: rgb(255, 255, 255);
    font-size: 80px;
    text-decoration: none;
    position: absolute;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}

.video_preview a:hover span.hover {
    transition: 0.5s;
    opacity: 1;
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
}

.video_preview h4 {
    padding: 0px 0px 7px 5px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.video_preview .post_author {
    padding: 0px 0px 5px 5px;
    float: left;
}

.video_preview .post_date {
    padding: 0px 5px 5px 0px;
    float: right;
}

.isotope-item {
    z-index: 2;
}

    .isotope-item.isotope-hidden {
        z-index: 1;
        pointer-events: none;
    }

.isotope {
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}

    .isotope .isotope-item {
        transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
    }

.isotope {
    transition-property: height, width;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
}

    .isotope .isotope-item {
        transition-property: transform, opacity;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: top, left, opacity;
    }

.no-transition.isotope {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
}

    .no-transition.isotope .isotope-item {
        transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
    }

.isotope .no-transition.isotope-item {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.post-author {
    padding: 10px 20px 15px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-bottom: 60px;
    background-color: rgb(250, 250, 250);
}

.post-author_h {
    margin-bottom: 20px;
}

.post-author_link {
    margin-top: 1.5em;
}

.post-author_gravatar {
    margin: 0px 20px 0px 0px;
    float: left;
}

    .post-author_gravatar img {
        background: rgb(255, 255, 255);
        padding: 5px;
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
    }

.post-author .post-author_desc {
    overflow: hidden;
    margin-top: 1em;
}

    .post-author .post-author_desc .post-author_link {
        font-size: 15px;
    }

#recent-author-posts {
    margin-bottom: 3em;
}

@media all and (max-width:979px) and (min-width:768px) {
    .team-holder .featured-thumbnail {
        width: 80px;
        height: 80px;
    }
}

@media all and (max-width:767px) {
    .team-holder .featured-thumbnail {
        width: 80px;
        height: 80px;
    }
}

.team-holder .team-content {
    overflow: hidden;
}

@media all and (max-width:979px) and (min-width:768px) {
    .team-holder .team-content {
        overflow: visible;
    }
}

@media all and (max-width:767px) {
    .team-holder .team-content {
        overflow: visible;
    }
}

.faq-list_h {
    background: none;
    margin: 0px;
    padding: 0px 0px 5px 28px;
    font-weight: normal;
    position: relative;
}

.faq-list_body {
    margin: 0px 0px 2em;
    padding: 0px 0px 0px 28px;
    position: relative;
}

    .faq-list_body .marker {
        top: 3px;
    }

.faq-list .marker {
    margin: 0px;
    left: 0px;
    top: 0px;
    font-weight: bold;
    display: block;
    position: absolute;
}

.error404-holder {
    padding: 30px 0px 100px;
}

.error404-holder_num {
    text-align: center;
    line-height: 1.2em;
    font-size: 250px;
}

@media all and (max-width:480px) {
    .error404-holder_num {
        font-size: 120px;
    }
}

.error404-holder .hgroup_404 {
    margin: 0px 0px 2em;
    padding-top: 50px;
}

    .error404-holder .hgroup_404 h1 {
        font-size: 3em;
        margin-bottom: 0.2em;
    }

.post__holder {
    overflow: hidden;
    margin-bottom: 0px;
}

.single-post.post__holder {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.post__holder .post-header .post-title {
    margin-bottom: 30px;
}

.post__holder .large.featured-thumbnail {
    margin-bottom: 35px;
}

.post__holder .post_content {
    padding-bottom: 20px;
}

    .post__holder .post_content h1 {
        margin: 5px 0px 15px;
    }

    .post__holder .post_content h2 {
        margin: 5px 0px 15px;
    }

    .post__holder .post_content h3 {
        margin: 5px 0px 15px;
    }

    .post__holder .post_content h4 {
        margin: 5px 0px 15px;
    }

    .post__holder .post_content h5 {
        margin: 5px 0px 15px;
    }

    .post__holder .post_content h6 {
        margin: 5px 0px 15px;
    }

    .post__holder .post_content p {
        margin: 0px 0px 15px;
    }

.post-title {
    -ms-word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

@media all and (max-width:480px) {
    .post .featured-thumbnail {
        width: 120px;
        height: auto;
    }
}

@media all and (max-width:480px) {
    .post .large.featured-thumbnail {
        width: auto;
    }
}

.post_content {
    padding-bottom: 20px;
    -ms-word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

    .post_content .excerpt {
        margin-bottom: 1.5em;
    }

    .post_content .full-post-content {
        margin-bottom: 1.5em;
    }

.post_footer {
    padding: 15px 0px 0px;
    clear: both;
}

.post_wrapper {
    margin-bottom: 40px;
}

.post_meta {
    padding: 0.5em 0px;
    overflow: hidden;
    font-size: 0.92em;
    margin-bottom: 1em;
    border-top-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

    .post_meta div[class^='post_'] {
        padding: 2px 5px;
        line-height: 20px;
        display: inline-block;
    }

@media all and (max-width:767px) {
    .post_meta div[class^='post_'] {
        display: block;
    }
}

.post_meta div[class^='post_'] .not_voting {
    color: inherit;
    cursor: default;
}

    .post_meta div[class^='post_'] .not_voting span {
        color: inherit;
    }

.post_meta div[class^='post_'] .ajax_voting {
    color: inherit;
}

    .post_meta div[class^='post_'] .ajax_voting span {
        color: inherit;
    }

.post_meta div[class^='post_'] .user_voting {
    cursor: default;
}

    .post_meta div[class^='post_'] .user_voting i {
        transition: 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-out;
    }

    .post_meta div[class^='post_'] .user_voting span {
        transition: 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-out;
    }

.post_meta div[class^='post_'] .user_like {
    cursor: default;
}

    .post_meta div[class^='post_'] .user_like i {
        color: rgb(46, 204, 113);
    }

    .post_meta div[class^='post_'] .user_like span {
        color: rgb(46, 204, 113);
    }

    .post_meta div[class^='post_'] .user_like i {
        transition: 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-out;
    }

.post_meta div[class^='post_'] .user_dislike {
    cursor: default;
}

    .post_meta div[class^='post_'] .user_dislike i {
        color: rgb(231, 76, 60);
    }

    .post_meta div[class^='post_'] .user_dislike span {
        color: rgb(231, 76, 60);
    }

    .post_meta div[class^='post_'] .user_dislike i {
        transition: 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-out;
    }

.post_meta div[class^='post_'] .animation_item {
    top: 0px;
    right: 0px;
    position: absolute;
}

.post_meta div[class^='post_'] a {
    text-transform: capitalize;
}

.post_meta > div.post_meta_unite {
    padding-top: 0.5em;
    margin-top: 0.5em;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    display: block;
}

.post_meta > div:first-child.post_meta_unite {
    padding-top: 0px;
    margin-top: 0px;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

.post_meta .post_permalink {
    padding-right: 0px;
    float: right;
}

@media all and (max-width:767px) {
    .post_meta .post_permalink {
        float: left;
    }
}

.post_meta span.voting_count {
    padding-right: 0px;
    position: relative;
}

.post_meta i {
    color: rgb(153, 153, 153);
    padding-right: 0.5em;
    font-size: 16px;
    margin-right: 0em;
}

.post_meta .pull-right {
    padding-right: 0px;
    padding-left: 15px;
}

.post_meta hr {
    margin: 0.5em 0px;
}

.post_meta .post_dislike a {
    text-decoration: none;
}

.post_meta .post_like a {
    text-decoration: none;
}

.meta_type_icon > div.post_meta_unite {
    padding: 0px 0px 0em;
    margin-top: 0px;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    float: left;
    display: inline-block;
}

    .meta_type_icon > div.post_meta_unite div[class^='post_'] {
        padding: 0px 7px 25px;
        width: 15px;
        text-align: center;
        margin-bottom: -25px;
        float: left;
    }

        .meta_type_icon > div.post_meta_unite div[class^='post_'] i {
            width: 15px;
            text-align: center;
            padding-right: 10px;
            margin-right: 0px;
            display: inline-block;
        }

        .meta_type_icon > div.post_meta_unite div[class^='post_'] .tips {
            background: rgb(234, 234, 234);
            padding: 2px 7px;
            border-radius: 5px;
            animation: tips_out 0.3s ease-out forwards;
            color: rgb(0, 0, 0);
            margin-top: 10px;
            margin-left: -5px;
            visibility: hidden;
            position: absolute;
            min-width: 10px;
            -webkit-animation: tips_out 0.3s ease-out;
            -webkit-animation-fill-mode: forwards;
        }

            .meta_type_icon > div.post_meta_unite div[class^='post_'] .tips::before {
                background: none;
                border-width: 0px 7px 7px;
                border-style: solid;
                border-color: transparent transparent rgb(234, 234, 234);
                margin: -19px 0px 0px 5px;
                left: 0px;
                width: 0px;
                height: 0px;
                color: rgb(234, 234, 234);
                padding-top: 10px;
                position: absolute;
                content: " ";
            }

        .meta_type_icon > div.post_meta_unite div[class^='post_']:hover .tips {
            animation: tips_in 0.3s ease-out backwards;
            margin-top: 15px;
            visibility: visible;
            -webkit-animation: tips_in 0.3s ease-out;
            -webkit-animation-fill-mode: backwards;
        }

@media all and (max-width:768px) {
    .post_meta .post_meta_unite {
        padding: 0.5em 0px;
        width: auto;
        overflow: hidden;
        border-top-color: rgb(221, 221, 221);
        border-left-color: currentColor;
        border-top-width: 1px;
        border-left-width: medium;
        border-top-style: solid;
        border-left-style: none;
        float: none;
        display: block;
        box-sizing: inherit;
    }

    .post_meta :first-child.post_meta_unite {
        padding-top: 0px;
        border-top-color: currentColor;
        border-top-width: medium;
        border-top-style: none;
    }

    .post_meta .last-child.post_meta_unite {
        padding-bottom: 0px;
    }

    .meta_type_icon .post_meta_unite span {
        width: 100%;
        text-align: left;
        padding-right: 15px;
        float: none;
    }

        .meta_type_icon .post_meta_unite span .tips {
            background: none;
            margin: 0px;
            padding: 0px;
            animation: none;
            display: inline-block;
            visibility: visible;
            position: absolute;
            -webkit-animation: none;
        }

            .meta_type_icon .post_meta_unite span .tips::before {
                display: none;
            }

        .meta_type_icon .post_meta_unite span:hover .tips {
            margin: 0px;
            animation: none;
            -webkit-animation: none;
        }
}

.sticky {
    overflow: visible;
    position: relative;
    z-index: 9;
}

.quote-wrap {
    margin-bottom: 25px;
}

.format-quote .post_meta {
    padding-top: 25px;
}

.format-quote blockquote {
    padding: 10px 0px 10px 25px;
    color: rgb(153, 153, 153);
    line-height: 1.4em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
}

.format-quote cite {
    padding-left: 30px;
    margin-bottom: 20px;
}

p.gravatar {
    margin-right: 20px;
    float: left;
}

.related-posts {
    margin: 0px 0px 45px;
    padding: 0px;
    overflow: hidden;
}

.related-posts_h {
    margin-bottom: 20px;
}

.related-posts_list {
    margin: 0px 0px 0px -4%;
    padding: 0px;
    font-size: 0px;
}

.related-posts_item {
    padding: 0px;
    width: 21%;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 20px;
    margin-left: 4%;
    vertical-align: top;
    display: inline-block;
    list-style-type: none;
}

.related-posts .featured-thumbnail {
    margin: 0px 0px 10px;
    overflow: visible;
    float: none;
}

@media all and (max-width:480px) {
    .related-posts_item {
        width: 46%;
    }
}

.share-buttons {
    padding: 10px 0px;
    width: 100%;
    height: 21px;
    margin-bottom: 45px;
}

    .share-buttons span {
        width: 90px;
        float: left;
        display: block;
    }

    .share-buttons li {
        width: 90px;
        float: left;
        display: block;
    }

    .share-buttons span.google {
        width: 68px;
    }

    .share-buttons li.google {
        width: 68px;
    }

    .share-buttons iframe {
        max-width: none;
    }

@media all and (max-width:480px) {
    .share-buttons {
        display: none;
    }
}

.single-pager {
    margin: 10px 0px 30px;
    padding: 5px 0px;
    font-size: 11px;
    border-top-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.g-pagination {
    text-align: left;
    overflow: hidden;
}

    .g-pagination ul {
        margin: 0px;
        padding: 0.5em 0px;
        overflow: hidden;
        list-style-type: none;
    }

        .g-pagination ul li {
            margin: 0px;
            padding: 0px 5px 0px 0px;
            display: inline;
        }

            .g-pagination ul li a {
                background: rgb(0, 0, 0);
                border-radius: 5px;
                width: 10px;
                height: 10px;
                line-height: 0;
                font-size: 0px;
                text-decoration: none;
                vertical-align: top;
                display: inline-block;
            }

            .g-pagination ul li.activeSlide a {
                background: rgb(153, 153, 153);
            }

            .g-pagination ul li a:hover {
                background: rgb(153, 153, 153);
            }

.g_controls {
    float: right;
}

    .g_controls a {
        background: rgb(0, 0, 0);
        border-radius: 4px;
        color: rgb(255, 255, 255);
        font-family: "Times New Roman", Times, serif;
        font-size: 11px;
        text-decoration: none;
        vertical-align: top;
        display: inline-block;
    }

        .g_controls a span {
            padding: 2px 6px 4px;
            display: inline-block;
        }

        .g_controls a:hover {
            background: rgb(153, 153, 153);
        }

.pagination__posts {
    margin: 0px;
    text-align: center;
}

.blog .isotope {
    margin: 0px -5px 20px;
    height: auto;
    vertical-align: top;
    visibility: hidden;
}

@media all and (max-width:768px) {
    .blog .isotope {
        margin-right: -1%;
        margin-left: -1%;
    }
}

@media all and (max-width:480px) {
    .blog .isotope {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.blog .isotope .post_wrapper {
    margin: 5px;
    width: 306px;
    float: left;
    display: block;
}

@media all and (min-width:1200px) {
    .blog .isotope .post_wrapper {
        width: 383px;
    }
}

@media all and (max-width:979px) and (min-width:768px) {
    .blog .isotope .post_wrapper {
        width: 357px;
    }
}

@media all and (max-width:768px) {
    .blog .isotope .post_wrapper {
        margin: 5px 1%;
        width: 47.7%;
    }
}

@media all and (max-width:480px) {
    .blog .isotope .post_wrapper {
        margin: 5px 0px;
        width: 100%;
    }
}

.blog .isotope .post_wrapper .post_content {
    padding-bottom: 10px;
}

.blog .isotope .post_wrapper .post__holder {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-bottom: 0px;
}

    .blog .isotope .post_wrapper .post__holder .post_meta {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom-color: currentColor;
        border-bottom-width: 0px;
        border-bottom-style: none;
    }

.comment-holder {
    margin: 0px 0px 20px;
    padding: 0px;
}

.comments-h {
    margin: 0px 0px 3px;
    padding: 0px;
}

.comment-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    position: relative;
}

.comment {
    background: none;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    list-style-type: none;
    position: relative;
}

    .comment .comment-body {
        background: rgb(245, 245, 245);
        padding: 20px;
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        overflow: hidden;
        margin-bottom: 15px;
        position: relative;
        -ms-zoom: 1;
    }

.bypostauthor.comment .comment-body {
    background: rgb(250, 250, 250);
}

.comment-author {
    margin: 0px 20px 0px 0px;
    float: left;
}

    .comment-author .author {
        width: 65px;
        text-align: left;
        text-transform: capitalize;
        padding-top: 20px;
        font-size: 16px;
        font-weight: bold;
        display: block;
    }

.comment-meta {
    padding: 5px 0px;
    font-size: 16px;
    float: right;
}

.reply {
    font-size: 16px;
    margin-left: 28px;
    float: right;
}

    .reply .comment-reply-link {
        background: rgb(197, 197, 197);
        padding: 5px 10px;
        color: rgb(255, 255, 255);
    }

        .reply .comment-reply-link:hover {
            color: rgb(0, 85, 128);
        }

    .reply a {
        text-decoration: none !important;
        display: inline-block;
    }

.allowed_tags {
    background: rgb(238, 238, 238);
    padding: 15px;
    color: rgb(102, 102, 102);
    font-family: "Courier New", Courier, monospace;
    font-size: 11px;
}

    .allowed_tags strong {
        font-family: Tahoma, Geneva, sans-serif;
    }

#respond {
    padding-top: 25px;
}

    #respond h3 {
        margin-bottom: 30px;
    }

    #respond form .btn {
        margin-top: 20px;
    }

    #respond form .comment_submit {
        text-align: right;
        margin-bottom: 30px;
    }

@media all and (max-width:979px) and (min-width:768px) {
    .comment-list ul.children {
        margin: 0px;
    }
}

@media all and (max-width:767px) {
    .comment-list ul.children {
        margin: 0px;
    }
}

.nocomments {
    margin: 0px;
}

#commentform p.field {
    margin-bottom: 12px;
}

#commentform small {
    color: rgb(139, 139, 139);
}

#commentform label {
    display: block;
}

#commentform input[type='text'] {
    margin: 0px;
    padding: 10px;
    width: 400px;
}

#commentform textarea {
    border-color: rgb(221, 221, 221);
    margin: 0px;
    padding: 10px;
    width: 100%;
    height: 180px;
    overflow: auto;
    min-height: 180px;
    min-width: 100%;
    max-width: 530px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.children #commentform textarea {
    width: 100%;
    min-width: 100px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media all and (max-width:979px) and (min-width:768px) {
    #commentform textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}

@media all and (max-width:767px) {
    #commentform input[type='text'] {
        width: 100%;
        height: 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #commentform textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
}

.widget {
    margin-bottom: 30px;
}

.visible-all-devices.widget {
    left: 0px;
    top: 0px;
    width: auto;
    right: auto;
    position: relative;
}

.visible-desktop.widget {
    left: 0px;
    top: 0px;
    width: auto;
    right: auto;
    position: relative;
}

.visible-tablet.widget {
    left: 0px;
    top: 0px;
    width: auto;
    right: auto;
    position: relative;
}

.visible-phone.widget {
    left: 0px;
    top: 0px;
    width: auto;
    right: auto;
    position: relative;
}

.hidden-phone.widget {
    left: 0px;
    top: 0px;
    width: auto;
    right: auto;
    position: relative;
}

.hidden-desktop.widget {
    left: 0px;
    top: 0px;
    width: auto;
    right: auto;
    position: relative;
}

.hidden-table.widget {
    left: 0px;
    top: 0px;
    width: auto;
    right: auto;
    position: relative;
}

#calendar_wrap {
    padding: 0px;
}

#wp-calendar {
    width: 100%;
}

    #wp-calendar td {
        padding: 6px 0px;
        border: currentColor;
        border-image: none;
        text-align: center;
    }

    #wp-calendar caption {
        padding: 4px 0px;
        text-align: center;
        color: rgb(0, 136, 204);
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    #wp-calendar thead th {
        padding: 7px 0px;
        text-align: center;
        color: rgb(0, 136, 204);
        font-size: 14px;
    }

    #wp-calendar #prev {
        text-align: left;
    }

    #wp-calendar #next {
        text-align: right;
    }

.textwidget {
    -ms-word-wrap: break-word;
}

.comments-custom li {
    background: none;
    margin: 0px;
    padding: 25px 0px;
    overflow: hidden;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
}

    .comments-custom li:first-child {
        padding-top: 0px;
        border-top-color: currentColor;
        border-top-width: medium;
        border-top-style: none;
    }

.comments-custom_txt {
    padding: 7px 0px 0px;
    margin-top: 7px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

    .comments-custom_txt a {
        text-decoration: none;
    }

        .comments-custom_txt a:hover {
            text-decoration: underline;
        }

.comments-custom_h_title {
    margin-top: 0px;
    margin-bottom: 5px;
}

.comments-custom_h_author {
    margin-top: 0px;
    margin-bottom: 5px;
}

    .comments-custom_h_author::first-letter {
        text-transform: uppercase;
    }

.comments-custom i {
    text-align: center;
    color: rgb(153, 153, 153);
    font-size: 16px;
    margin-right: 0.5em;
    float: left;
    min-width: 15px;
}

.comments-custom .ladle {
    padding-right: 5px;
    float: left;
}

.comments-custom .meta_format {
    font-size: 14px;
    margin-top: 2px;
}

.post-list li {
    overflow: hidden;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

    .post-list li:first-child {
        border: currentColor;
        border-image: none;
        padding-top: 0px;
    }

.post-list .excerpt {
    margin-bottom: 1em;
}

.flickr_li {
    vertical-align: top;
}

    .flickr_li .thumbnail {
        margin: 0px 0px 6px;
        display: inline-block;
        position: relative;
    }

:nth-child(3n-2).flickr_li {
    margin-left: 0px;
}

.nomargin.flickr_li {
    margin-left: 0px;
}

.ie8 .nomargin.flickr_li {
    margin-left: 0px;
}

.ie8 .flickr_li img {
    height: 60px;
}

@media all and (max-width:979px) and (min-width:768px) {
    .flickr_li .thumbnail {
        display: block;
    }
}

@media all and (max-width:767px) {
    .flickr_li {
        margin: 0px 14px 14px 0px;
        width: auto !important;
        float: left !important;
    }

        .flickr_li .thumbnail {
            float: left;
            display: block;
        }
}

.banners_li {
    margin: 0px 3px 3px 0px;
    float: left;
}

.banners_img {
    width: 125px;
    height: auto;
}

.vcard span {
    display: block;
}

.vcard .meta_format {
    font-size: 12px;
    margin-top: 2px;
}

    .vcard .meta_format i {
        text-align: center;
        color: rgb(153, 153, 153);
        font-size: 14px;
        margin-top: 1px;
        margin-right: 0.5em;
        float: left;
        min-width: 15px;
    }

.vcard .ladle {
    padding-right: 5px;
    font-weight: normal;
}

.vcard .ladle {
    display: inline-block;
}

    .vcard .ladle + span {
        display: inline-block;
    }

.dark_background {
    padding: 10px;
    background-color: rgb(51, 51, 51);
}

iframe .uiHeader h3 {
    color: rgb(255, 255, 255);
}

.social {
    margin: 0px;
}

.social_link {
    transition: 0.25s;
    display: inline-block;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
}

    .social_link:hover {
        opacity: 0.5;
    }

.social_ico {
    vertical-align: top;
    display: inline-block;
}

.social_label {
    vertical-align: top;
    display: inline-block;
}

.social__row li {
    margin-left: 5px;
    float: left;
}

    .social__row li:first-child {
        margin-left: 0px;
    }

.social__row a {
    float: left;
}

.social__list li {
    margin-bottom: 5px;
}

.social__list a:hover {
    text-decoration: none;
}

.recent-posts {
    margin: 0px 0px 0px -20px !important;
    padding: 0px;
    border: currentColor;
    border-image: none;
    overflow: hidden;
}

.recent-posts_li {
    background: none;
    margin: 0px 0px 20px 20px;
    padding: 0px;
    border: currentColor;
    border-image: none;
    list-style-type: none;
}

    .recent-posts_li .featured-thumbnail {
        margin: 0px 20px 0px 0px;
        float: left;
    }

    .recent-posts_li h5 {
        font-size: 1em;
        margin-bottom: 0px;
    }

    .recent-posts_li .excerpt {
        margin-bottom: 1.5em;
    }

    .recent-posts_li .meta {
        color: rgb(136, 136, 136);
        text-transform: uppercase;
        overflow: hidden;
        font-size: 10px;
        margin-bottom: 0.5em;
        display: block;
    }

    .recent-posts_li .post-date {
        float: left;
    }

    .recent-posts_li .post-comments {
        float: right;
    }

.recent-posts .format-image {
    margin: 0px 20px 20px 0px;
    float: left;
}

.recent-posts .format-audio {
    margin-bottom: 2em;
}

    .recent-posts .format-audio .audio-wrapper {
        margin-bottom: 0.5em;
    }

.recent-posts .format-video {
    width: 300px;
    float: left;
}

.popular-posts li {
    margin: 0px;
    padding: 0px 0px 20px;
    overflow: hidden;
}

.posts-grid {
    margin: 0px;
}

    .posts-grid li {
        margin-bottom: 25px;
    }

        .posts-grid li .featured-thumbnail {
            margin: 0px;
        }

            .posts-grid li .featured-thumbnail img {
                width: 100%;
            }

    .posts-grid .post_meta span[class^='post_'] {
        margin-right: 10px;
    }

.mini-posts-grid {
    margin: 0px;
}

    .mini-posts-grid li {
        background: none;
        margin: 0px 5px 5px 0px;
        padding: 0px;
        border: currentColor;
        border-image: none;
        float: left;
    }

    .mini-posts-grid .featured-thumbnail {
        margin: 0px;
    }

    .mini-posts-grid li.small {
        width: 120px;
        height: 120px;
    }

    .mini-posts-grid li.smaller {
        width: 100px;
        height: 100px;
    }

    .mini-posts-grid li.smallest {
        width: 70px;
        height: 70px;
    }

    .mini-posts-grid li.small img {
        width: 100%;
        height: auto;
    }

.grid-align-center.mini-posts-grid {
    text-align: center;
    line-height: 0;
    font-size: 0px;
}

    .grid-align-center.mini-posts-grid li {
        float: none;
        display: inline-block;
    }

.grid-align-right.mini-posts-grid li {
    float: right;
}

.mini-posts-list {
    margin: 0px 0px 25px;
    padding: 0px;
}

.mini-post-holder {
    margin: 0px 0px 9px;
    padding: 15px 0px 0px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    list-style-type: none;
}

:first-child.mini-post-holder {
    padding: 5px 0px 0px;
    border: currentColor;
    border-image: none;
}

.mini-post-holder .small {
    width: 110px;
    height: 110px;
}

.mini-post-holder .smaller {
    width: 90px;
    height: 90px;
}

.mini-post-holder .smallest {
    width: 60px;
    height: 60px;
}

.mini-post-holder .small img {
    width: 100%;
    height: auto;
}

.mini-post-content {
    overflow: hidden;
}

.mini-post-meta time {
    line-height: 1.2;
    font-size: 11px;
}

.recent-comments li {
    margin: 0px;
    padding: 0px 0px 0.5em;
    border: currentColor;
    border-image: none;
}

.service-box {
    padding: 19px;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    overflow: hidden;
    margin-bottom: 0px;
    min-height: 20px;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05);
    background-color: rgb(245, 245, 245);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .service-box .icon {
        margin: 0px 10px 10px 0px;
        float: left;
    }

    .service-box h2 {
        margin: 0px;
        overflow: hidden;
    }

    .service-box h5 {
        margin: 0px 0px 25px;
        overflow: hidden;
    }

.service-box_txt {
    margin-bottom: 20px;
}

.service-box .btn-align {
    text-align: right;
}

.service-box__call {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(3, 124, 199), rgb(25, 80, 175));
    background-repeat: repeat-x;
    background-color: rgb(12, 106, 189);
}

    .service-box__call h2 {
        margin: 10px 0px 0px;
        width: 75%;
        color: rgb(255, 255, 255);
        float: left;
    }

    .service-box__call .btn-align {
        padding: 0px;
        width: 25%;
        float: right;
    }

.carousel-cycle {
    overflow: hidden;
    position: relative;
}

.post-cycle {
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.post-cycle_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

    .post-cycle_item .feature-thumbnail {
        margin: 0px 0px 15px;
        float: none;
    }

        .post-cycle_item .feature-thumbnail img {
            float: none;
        }

.post-controls {
    text-align: center;
    overflow: hidden;
    padding-top: 10px;
}

    .post-controls li {
        margin: 0px;
        padding: 0px 5px 0px 0px;
        display: inline;
    }

        .post-controls li a {
            background: rgb(0, 0, 0);
            border-radius: 5px;
            transition: 0.25s;
            width: 9px;
            height: 9px;
            text-decoration: none;
            vertical-align: top;
            display: inline-block;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            -o-transition: 0.25s;
        }

            .post-controls li a:hover {
                background: rgb(153, 153, 153);
            }

        .post-controls li.activeSlide a {
            background: rgb(153, 153, 153);
        }

    .post-controls .post-controls_link__prev {
        float: left;
    }

    .post-controls .post-controls_link__next {
        float: right;
    }

.banner-wrap {
    margin: 0px 0px 20px;
    padding: 0px;
    overflow: hidden;
}

    .banner-wrap .featured-thumbnail {
        margin: 0px 0px 15px;
        padding: 0px;
        overflow: hidden;
        float: none;
    }

        .banner-wrap .featured-thumbnail a {
            border: 8px solid rgb(221, 221, 221);
            transition: 0.25s;
            border-image: none;
            text-align: center;
            overflow: hidden;
            float: left;
            display: block;
            -webkit-transition: 0.25s;
            -moz-transition: 0.25s;
            -o-transition: 0.25s;
        }

            .banner-wrap .featured-thumbnail a:hover {
                border-color: rgb(221, 221, 221);
            }

    .banner-wrap h5 {
        margin: 0px 0px 8px;
        color: rgb(0, 0, 0);
        text-transform: capitalize;
        font-weight: bold;
    }

    .banner-wrap .btn-link {
        padding: 0px;
    }

.testimonials .testi-item {
    background: none;
    overflow: hidden;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

    .testimonials .testi-item blockquote {
        background: padding-box rgb(219, 219, 219);
        margin: 0px;
        padding: 30px;
        border-radius: 10px;
        border: currentColor;
        border-image: none;
        display: block;
        position: relative;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
    }

        .testimonials .testi-item blockquote::before {
            left: 30px;
            width: 0px;
            height: 0px;
            bottom: -20px;
            border-top-color: rgb(219, 219, 219);
            border-right-color: transparent;
            border-left-color: transparent;
            border-top-width: 20px;
            border-right-width: 0px;
            border-left-width: 20px;
            border-top-style: solid;
            border-right-style: solid;
            border-left-style: solid;
            display: block;
            position: absolute;
            content: "";
        }

        .testimonials .testi-item blockquote::after {
            background: url("../images/quotes.png") no-repeat 0px 0px;
            left: 20px;
            top: 10px;
            width: 41px;
            height: 38px;
            display: block;
            position: absolute;
            content: "";
        }

        .testimonials .testi-item blockquote > a {
            color: rgb(78, 78, 78);
            overflow: hidden;
            text-decoration: none;
            vertical-align: top;
            position: relative;
            z-index: 2;
        }

            .testimonials .testi-item blockquote > a:hover {
                color: rgb(255, 255, 255);
            }

    .testimonials .testi-item .featured-thumbnail {
        margin: 0px 20px 0px 10px;
        width: 60px;
        height: 60px;
        position: relative;
        z-index: 2;
    }

    .testimonials .testi-item .testi-meta {
        padding-top: 22px;
        padding-left: 40px;
        font-size: 1em;
        display: block;
    }

.roundabout-holder {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .roundabout-holder ul {
        background: none;
        padding: 0px;
        width: 100%;
        height: 250px;
    }

        .roundabout-holder ul li {
            background: none;
            margin: 0px;
            padding: 0px;
            border: currentColor;
            border-image: none;
            width: 375px;
            height: inherit;
            text-align: center;
            overflow: hidden;
            cursor: pointer;
        }

@media all and (max-width:767px) {
    .roundabout-holder ul li {
        width: 220px !important;
    }
}

@media all and (max-width:480px) {
    .roundabout-holder ul li {
        width: 150px !important;
    }
}

.roundabout-holder ul li.roundabout-in-focus {
    cursor: default;
}

@media all and (max-width:979px) and (min-width:768px) {
    .roundabout-holder ul {
        width: 100%;
    }
}

@media all and (max-width:767px) {
    .roundabout-holder ul {
        width: 100%;
        height: 150px;
    }
}

@media all and (max-width:480px) {
    .roundabout-holder ul {
        height: 120px;
    }
}

.gallery {
    margin: 0px auto;
}

    .gallery img {
        border: currentColor !important;
        border-image: none !important;
        max-width: 100%;
        max-width: 270px;
}

    .gallery .gallery-caption {
        margin: 0px;
        padding: 0px;
    }

    .gallery dl {
        margin: 0px;
    }

    .gallery dt {
        margin: 0px;
    }

    .gallery br + br {
        display: none;
    }

.site_map {
    margin-bottom: 10px;
}

    .site_map .icon-sitemap {
        padding-right: 10px;
    }

    .site_map h2 {
        padding-bottom: 15px;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

.site_map_title {
    text-transform: capitalize;
}

.site_map ul {
    list-style: none;
    margin: 15px 0px 0px 5px;
}

    .site_map ul li {
        padding-bottom: 5px;
    }

@media all and (max-width:480px) {
    .site_map ul li {
        width: 100%;
        padding-right: 0%;
        float: none;
    }
}

.site_map .group {
    width: 102%;
    padding-bottom: 20px;
    margin-left: -2%;
    display: inline-block;
}

    .site_map .group .grid {
        width: 23%;
        margin-left: 2%;
        float: left;
    }

@media all and (max-width:480px) {
    .site_map .group .grid {
        width: 100%;
        margin-left: 0%;
        float: none;
    }
}

.site_map .line {
    margin-bottom: 10px;
}

    .site_map .line ul li {
        width: 18%;
        margin-right: 2%;
        vertical-align: top;
        display: inline-block;
    }

@media all and (max-width:480px) {
    .site_map .line ul li {
        width: 100%;
        margin-right: 0%;
        float: none;
    }
}

.accordion-group {
    border-color: rgb(221, 221, 221);
}

.accordion-inner {
    border-color: rgb(221, 221, 221);
}

.nav-tabs {
    border-color: rgb(221, 221, 221);
}

    .nav-tabs > .active > a {
        border-color: rgb(221, 221, 221);
    }

.footer {
    background: rgb(238, 238, 238);
    padding: 20px 0px;
    border-top-color: rgb(217, 217, 217);
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
    z-index: 100;
}

nav.footer-nav {
    overflow: hidden;
    float: right;
}

@media all and (max-width:979px) and (min-width:768px) {
    nav.footer-nav {
        float: none;
    }
}

@media all and (max-width:767px) {
    nav.footer-nav {
        float: none;
    }
}

nav.footer-nav ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

@media all and (max-width:979px) and (min-width:768px) {
    nav.footer-nav ul {
        text-align: center;
        float: none;
    }
}

@media all and (max-width:767px) {
    nav.footer-nav ul {
        text-align: center;
        float: none;
    }
}

nav.footer-nav ul .sub-menu {
    display: none;
}

nav.footer-nav ul li {
    margin: 0px;
    padding-left: 15px;
    float: left;
    list-style-type: none;
}

@media all and (max-width:979px) and (min-width:768px) {
    nav.footer-nav ul li {
        padding: 0px 10px;
        float: none;
        display: inline;
    }
}

@media all and (max-width:767px) {
    nav.footer-nav ul li {
        padding: 0px 5px;
        float: none;
        display: inline;
    }
}

nav.footer-nav ul li a {
    text-decoration: none;
}

    nav.footer-nav ul li a:hover {
        color: rgb(0, 51, 77);
        text-decoration: none;
    }

nav.footer-nav ul li.current-menu-item a {
    text-decoration: underline;
}

.copyright {
    padding: 10px 0px;
}

.footer-text {
    float: left;
}

@media all and (max-width:767px) {
    .footer-text {
        text-align: center;
        margin-bottom: 20px;
        float: none;
    }
}

.btn [class^='icon-'] {
    background: none;
    margin-right: 0.25em;
}

.btn [class*=' icon-'] {
    background: none;
    margin-right: 0.25em;
}

.btn {
}

    .btn:focus {
    }

.label [class^='icon-'] {
    background: none;
    margin-right: 0.25em;
}

.label [class*=' icon-'] {
    background: none;
    margin-right: 0.25em;
}

.label {
    white-space: normal;
    -ms-word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

    .label p {
        margin: 0px;
    }

.alert p {
    margin: 0px;
}

.alert .close {
}

.cf-cookie-banner-wrap.alert {
    background: rgba(0, 0, 0, 0.7);
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: rgb(255, 255, 255);
    display: block;
    position: fixed;
    z-index: 9999;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.no-rgba .cf-cookie-banner-wrap.alert {
    background: rgb(0, 0, 0);
}

.cf-cookie-banner-wrap.alert .container {
    padding: 10px 0px;
}

.cf-cookie-banner-wrap.alert .close {
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

    .cf-cookie-banner-wrap.alert .close:hover {
        opacity: 1;
    }

@media all and (max-width:979px) and (min-width:768px) {
    .cf-cookie-banner-wrap.alert .close {
        right: 0px;
    }
}

@media all and (max-width:767px) {
    .cf-cookie-banner-wrap.alert .close {
        right: 0px;
    }
}

@media all and (max-width:767px) {
    .cf-cookie-banner-wrap.alert {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.alignleft {
    margin: 5px 20px 10px 0px;
    float: left;
}

.aligntextleft {
    text-align: left;
}

.alignright {
    margin: 5px 0px 10px 20px;
    float: right;
}

.aligntextright {
    text-align: right;
}

.aligncenter {
    margin: 5px auto 10px;
    text-align: center;
    display: block;
}

div.aligncenter {
    margin: 5px auto 10px;
    text-align: center;
    display: block;
}

.aligntextcenter {
    text-align: center;
}

.alignnone {
    margin: 5px 0px 10px;
}

.thumbnail .alignnone {
    margin: 0px;
}

a img.alignleft {
    margin: 5px 20px 10px 0px;
    float: left;
}

a img.alignright {
    margin: 5px 0px 10px 20px;
    float: right;
}

a img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

a img.alignnone {
    margin: 5px 0px 10px;
}

article .post-content img {
    max-width: 100%;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    padding: 5px 3px 10px;
    text-align: center;
    max-width: 96%;
}

.alignnone.wp-caption {
    margin: 5px 0px 10px;
    max-width: 100%;
}

.alignleft.wp-caption {
    margin: 5px 20px 10px 0px;
}

.alignright.wp-caption {
    margin: 5px 0px 10px 20px;
}

.wp-caption p.wp-caption-text {
    margin: 0px;
    padding: 0px 4px 5px;
    line-height: 17px;
    font-size: 11px;
}

*[class*='thumbnail'] {
    border-color: rgb(221, 221, 221);
}

.featured-thumbnail {
    margin: 5px 20px 10px 0px;
    overflow: hidden;
    float: left;
    position: relative;
}

    .featured-thumbnail a {
        display: block;
        position: relative;
    }

.large.featured-thumbnail {
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 1.5em;
    float: none;
}

    .large.featured-thumbnail img {
        width: 100%;
        height: auto;
    }

figure.frame {
    background: rgb(255, 255, 255);
    padding: 7px;
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.frame img.alignleft {
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
}

.frame img.alignright {
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
}

.list > ul {
    margin: 0px;
}

.unstyled.list > ul li {
    background: none;
    margin: 0px 0px 0.5em;
    padding: 0px;
    border: currentColor;
    border-image: none;
    list-style-type: none;
}

    .unstyled.list > ul li::before {
        display: none;
    }

.styled.list > ul {
    margin: 0px 0px 1em;
}

    .styled.list > ul li {
        background: none;
        margin: 0px 0px 0.5em;
        padding: 0px;
        border: currentColor;
        border-image: none;
        list-style-type: none;
        position: relative;
    }

.list li {
    position: relative;
}

    .list li::before {
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-family: "FontAwesome";
        margin-right: 5px;
        display: inline-block;
        content: attr(data-icon);
        speak: none;
    }

.list > ul li::before {
    color: rgb(153, 153, 153);
}

.check-list.list > ul li::before {
    content: "\f00c";
}

.check2-list.list > ul li::before {
    content: "\f078";
}

.arrow-list.list > ul li::before {
    content: "\f054";
}

.arrow2-list.list > ul li::before {
    content: "\f061";
}

.star-list.list > ul li::before {
    content: "\f005";
}

.plus-list.list > ul li::before {
    content: "\f067";
}

.minus-list.list > ul li::before {
    content: "\f068";
}

.lightbox {
    display: block;
    position: relative;
}

.title-box {
    margin-bottom: 1em;
}

.title-box_icon {
    margin: 0px 20px 0px 0px;
    float: left;
}

.title-box_primary {
    background: none;
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
}

.title-box_secondary {
    background: none;
    margin: 0px;
    padding: 0px;
    border: currentColor;
    border-image: none;
}

#back-top {
    display: none;
}

#back-top-wrapper {
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    position: fixed;
    z-index: 99;
}

#back-top a {
    font: 11px/100% Arial, Helvetica, sans-serif;
    transition: 1s;
    width: 50px;
    text-align: center;
    color: rgb(187, 187, 187);
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

    #back-top a:hover {
        color: rgb(0, 0, 0);
    }

        #back-top a:hover span {
            background-color: rgb(51, 51, 51);
        }

#back-top span {
    background: url("../images/up-arrow.png") no-repeat center rgb(0, 136, 204);
    transition: 1s;
    width: 50px;
    height: 50px;
    margin-bottom: 7px;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

.tabs-wrapper {
    margin-bottom: 20px;
}

.dropcap {
    background: rgb(58, 135, 173);
    margin: 0px 20px 20px 0px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 50px;
    overflow: hidden;
    font-size: 36px;
    font-weight: bold;
    float: left;
    display: block;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.hr {
    background: rgb(238, 238, 238);
    margin: 30px 0px;
    height: 1px;
    line-height: 0;
    overflow: hidden;
    font-size: 0px;
}

.sm_hr {
    background: rgb(221, 221, 221);
    margin: 20px 0px;
    height: 1px;
    line-height: 0;
    overflow: hidden;
    font-size: 0px;
}

.spacer {
    height: 30px;
    line-height: 0;
    overflow: hidden;
    font-size: 0px;
}

.vertical-divider {
    padding-left: 40px;
    margin-left: 20px;
    border-left-color: rgb(221, 221, 221);
    border-left-width: 1px;
    border-left-style: solid;
}

.text-highlight {
    padding: 0.25em 0.2em;
    color: rgb(102, 102, 102);
    background-color: rgb(255, 255, 170);
}

code.block {
    display: block;
}

code.code-indent {
    margin: 20px 0px;
    display: block;
}

code {
    margin-bottom: 20px;
}

pre {
    margin-bottom: 20px;
}

.google-map {
    position: relative;
}

    .google-map::before {
        margin: -10px 0px 0px -10px;
        left: 50%;
        top: 50%;
        z-index: -1;
    }

.map_loader {
    margin: -16px 0px 0px -16px;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: -1;
}

input[type='submit'] {
    height: 28px;
    vertical-align: top;
}

input[type='reset'] {
    height: 28px;
    vertical-align: top;
}

select {
}

textarea {
}

input[type='text'] {
}

input[type='password'] {
}

input[type='datetime'] {
}

input[type='datetime-local'] {
}

input[type='date'] {
}

input[type='month'] {
}

input[type='time'] {
}

input[type='week'] {
}

input[type='number'] {
}

input[type='email'] {
}

input[type='url'] {
}

input[type='search'] {
}

input[type='tel'] {
}

input[type='color'] {
}

.uneditable-input {
}

select:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

textarea:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='text']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='password']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='datetime']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='datetime-local']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='date']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='month']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='time']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='week']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='number']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='email']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='url']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='search']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='tel']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

input[type='color']:-ms-input-placeholder {
    color: rgb(153, 153, 153);
}

:-ms-input-placeholder.uneditable-input {
    color: rgb(153, 153, 153);
}

select.btn:focus {
}

textarea.btn:focus {
}

input[type='text'].btn:focus {
}

input[type='password'].btn:focus {
}

input[type='datetime'].btn:focus {
}

input[type='datetime-local'].btn:focus {
}

input[type='date'].btn:focus {
}

input[type='month'].btn:focus {
}

input[type='time'].btn:focus {
}

input[type='week'].btn:focus {
}

input[type='number'].btn:focus {
}

input[type='email'].btn:focus {
}

input[type='url'].btn:focus {
}

input[type='search'].btn:focus {
}

input[type='tel'].btn:focus {
}

input[type='color'].btn:focus {
}

.btn.uneditable-input:focus {
}

select:focus {
}

textarea:focus {
}

input[type='text']:focus {
}

input[type='password']:focus {
}

input[type='datetime']:focus {
}

input[type='datetime-local']:focus {
}

input[type='date']:focus {
}

input[type='month']:focus {
}

input[type='time']:focus {
}

input[type='week']:focus {
}

input[type='number']:focus {
}

input[type='email']:focus {
}

input[type='url']:focus {
}

input[type='search']:focus {
}

input[type='tel']:focus {
}

input[type='color']:focus {
}

.uneditable-input:focus {
}

label[for^=pwbox] {
    display: inline-block;
}

.wpcf7-form p.field {
    overflow: hidden;
    margin-bottom: 15px;
    vertical-align: top;
    position: relative;
}

    .wpcf7-form p.field input {
        margin: 0px;
        padding: 6px 6px 7px;
        width: 100%;
        height: 30px;
        line-height: 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .wpcf7-form p.field input[type='file'] {
            height: 25px;
            position: relative;
            cursor: pointer;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
        }

.wpcf7-form textarea {
    margin: 0px;
    padding: 6px 6px 7px;
    width: 100%;
    height: 200px;
    line-height: 15px;
    overflow: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    resize: none;
}

.wpcf7-form .submit-wrap {
    margin: 0px;
    padding: 0px;
}

    .wpcf7-form .submit-wrap input {
        margin-right: 10px;
    }

span.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    background: rgb(242, 222, 222) !important;
    padding: 4px 6px !important;
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221) !important;
    border-image: none !important;
    left: 0px !important;
    top: 0px !important;
    width: auto !important;
    height: auto !important;
    right: 0px !important;
    bottom: 0px !important;
    color: rgb(185, 74, 72) !important;
    position: absolute;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

@media all and (max-width:979px) and (min-width:768px) {
    .wpcf7-not-valid-tip {
        font-size: 11px !important;
    }
}

div.wpcf7-response-output {
    margin: 20px 0px !important;
    padding: 8px 35px 8px 14px !important;
    border-radius: 4px;
    border: 1px solid rgb(221, 221, 221) !important;
    border-image: none !important;
    color: rgb(192, 152, 83);
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    background-color: rgb(252, 248, 227);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

div.wpcf7-validation-errors {
    border-color: rgb(221, 221, 221) !important;
    color: rgb(185, 74, 72) !important;
    background-color: rgb(242, 222, 222) !important;
}

div.wpcf7-mail-sent-ok {
    background: rgb(223, 240, 216) !important;
    border: 1px solid rgb(221, 221, 221) !important;
    border-image: none !important;
    color: rgb(70, 136, 71) !important;
}

embed {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

object {
    max-width: 100%;
}

video {
    max-width: 100%;
}

.video-wrap {
    height: 0px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 56.25%;
    margin-bottom: 1.5em;
    position: relative;
}

    .video-wrap iframe {
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.html5-video {
    padding: 0px;
    height: auto;
}

.audio-wrap {
    margin-bottom: 1.5em;
}

div.jp-audio {
    width: 100%;
    color: rgb(167, 167, 167);
    line-height: 2.2em;
}

div.jp-video {
    width: 100%;
    color: rgb(167, 167, 167);
    line-height: 2.2em;
}

    div.jp-video video {
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgb(0, 0, 0);
    }

    div.jp-video object {
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgb(0, 0, 0);
    }

div.jp-audio {
    width: 100%;
}

div.fullwidth.jp-video .jp-type-list-parent {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

div.playlist.fullwidth.jp-video {
    height: auto;
    padding-bottom: 0px;
}

div.fullwidth.jp-video .jp-type-single {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

div.fullwidth.jp-video .jp-type-list {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

div.jp-video-full {
    width: 100%;
    height: 100%;
    position: static !important;
}

    div.jp-video-full div.jp-jplayer {
        left: 0px;
        top: 0px;
        overflow: hidden;
        position: fixed;
        z-index: 9999999;
    }

    div.jp-video-full div.jp-gui {
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999999;
    }

    div.jp-video-full div.jp-interface {
        left: 0px;
        bottom: 0px;
        position: absolute;
        z-index: 1000;
    }

div.jp-interface {
    transition: opacity 0.5s ease-in-out, margin 0.5s ease-in-out;
    width: 100%;
    height: 35px;
    overflow: hidden;
    border-bottom-color: rgb(78, 78, 78);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
    background-image: linear-gradient(rgb(87, 86, 86), rgb(49, 48, 48));
    background-repeat: repeat-x;
    background-color: rgb(72, 71, 71);
    -webkit-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, margin .5s ease-in-out;
}

    div.jp-interface li {
        padding-left: 0px;
    }

div.jp-video div.jp-interface {
    margin: 0px;
    opacity: 0;
}

div.jp-video:hover div.jp-interface {
    margin: -36px 0px 0px;
    opacity: 1;
}

div.jp-controls-holder {
    left: 0px;
    top: 7px;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

div.jp-interface ul.jp-controls {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
}

ul.jp-controls {
    float: left;
    display: inline;
}

div.jp-interface ul.jp-controls li {
    float: left;
    display: inline;
}

ul.jp-controls a {
    background: url("../images/jp_spacer.png") no-repeat 100% 1px;
    text-indent: -9999px;
    overflow: hidden;
    padding-right: 2px;
    display: block;
}

div.jp-interface ul.jp-controls li a {
    background: url("../images/jp_spacer.png") no-repeat 100% 1px;
    text-indent: -9999px;
    overflow: hidden;
    padding-right: 2px;
    display: block;
}

ul.jp-controls a span {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

div.jp-interface ul.jp-controls li a span {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}

a.jp-play span {
    width: 28px;
    height: 28px;
}

a.jp-pause span {
    width: 28px;
    height: 28px;
}

a.jp-play span {
    background: url("../images/jp_sprite.png") no-repeat 0px 0px;
}

a.jp-play:hover span {
    background-position: -28px 0px;
}

a.jp-pause span {
    background: url("../images/jp_sprite.png") no-repeat 0px -28px;
    display: none;
}

a.jp-pause:hover span {
    background-position: -28px -28px;
}

a.jp-stop span {
    width: 28px;
    height: 28px;
}

a.jp-previous span {
    width: 28px;
    height: 28px;
}

a.jp-next span {
    width: 28px;
    height: 28px;
}

a.jp-stop span {
    background: url("../images/jp_sprite.png") no-repeat 0px -56px;
}

a.jp-stop:hover span {
    background-position: -28px -56px;
}

a.jp-previous span {
    background: url("../images/jp_sprite.png") no-repeat -56px -28px;
}

a.jp-previous:hover span {
    background-position: -84px -28px;
}

a.jp-next span {
    background: url("../images/jp_sprite.png") no-repeat -56px 0px;
}

a.jp-next:hover span {
    background-position: -84px 0px;
}

div.jp-progress {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 7px;
    overflow: hidden;
    border-bottom-color: rgb(119, 119, 119);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    background-color: rgb(48, 48, 48);
}

div.jp-seek-bar {
    width: 0px;
    height: 100%;
    cursor: pointer;
    box-shadow: inset 0px 0px 2px #464444;
    -webkit-box-shadow: inset 0 0 2px #464444;
    -moz-box-shadow: inset 0 0 2px #464444;
}

div.jp-play-bar {
    width: 0px;
    height: 100%;
    background-image: linear-gradient(rgb(206, 206, 206), rgb(157, 157, 157));
    background-repeat: repeat-x;
    background-color: rgb(186, 186, 186);
}

div.jp-seeking-bg {
    background: url("../images/jp_load.gif") repeat-x 0px 0px;
}

a.jp-mute {
    position: relative;
}

a.jp-unmute {
    position: relative;
}

a.jp-volume-max {
    position: relative;
}

a.jp-mute {
    margin: 0px 60px 0px 0px;
}

a.jp-unmute {
    margin: 0px 60px 0px 0px;
}

a.jp-mute span {
    background: url("../images/jp_sprite.png") no-repeat 0px -84px;
}

a.jp-mute:hover span {
    background-position: -28px -84px;
}

a.jp-unmute span {
    background: url("../images/jp_sprite.png") no-repeat 0px -112px;
    display: none;
}

a.jp-unmute:hover span {
    background-position: -28px -112px;
}

div.jp-volume-bar {
    border-radius: 3px;
    top: 10px;
    width: 50px;
    height: 7px;
    right: 8px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    box-shadow: 1px 1px 0px #464444;
    background-color: rgb(32, 32, 32);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 0 #464444;
    -moz-box-shadow: 1px 1px 0 #464444;
}

div.jp-audio div.jp-volume-bar {
    right: 8px;
}

div.jp-volume-bar-value {
    width: 0px;
    height: 7px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-image: linear-gradient(rgb(132, 132, 132), rgb(100, 100, 100));
    background-repeat: repeat-x;
    background-color: rgb(119, 119, 119);
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
}

div.jp-current-time {
    font-size: 0.85em;
    margin-top: 6px;
}

div.jp-time-sep {
    font-size: 0.85em;
    margin-top: 6px;
}

div.jp-duration {
    font-size: 0.85em;
    margin-top: 6px;
}

div.jp-current-time {
    color: rgb(255, 255, 255);
    float: right;
    display: inline;
}

div.jp-time-sep {
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    float: right;
    display: inline;
}

div.jp-duration {
    text-align: right;
    margin-right: 130px;
    float: right;
    display: inline;
}

div.jp-audio div.jp-duration {
    margin-right: 100px;
}

@media all and (max-width:480px) {
    div.jp-volume-bar {
        display: none !important;
    }

    .jp-toggles {
        display: none !important;
    }

    div.jp-duration {
        display: none !important;
    }
}

div.jp-title {
    text-align: center;
    color: rgb(255, 255, 255);
}

div.jp-title {
    width: 100%;
}

div.jp-playlist {
    width: 100%;
}

div.jp-type-single div.jp-title {
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

div.jp-type-playlist div.jp-title {
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

div.jp-type-single div.jp-playlist {
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
}

div.jp-title ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div.jp-playlist ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

div.jp-title li {
    padding: 5px 0px 0px;
    font-weight: bold;
}

div.jp-video-full div.jp-title li {
    padding: 1px 0px;
}

div.jp-playlist li {
    background: rgb(34, 34, 34);
    margin: 0px;
    padding: 0px;
    height: 33px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
}

    div.jp-playlist li:first-child {
        border: currentColor;
        border-image: none;
    }

    div.jp-playlist li a {
        padding: 6px 25px;
        text-decoration: none;
        display: block;
    }

        div.jp-playlist li a.jp-playlist-current {
            background: url("../images/jp_playlist_li_cur.png") no-repeat 10px;
        }

        div.jp-playlist li a:hover {
            color: rgb(140, 140, 140);
        }

    div.jp-playlist li.jp-playlist-current a {
        color: rgb(140, 140, 140);
    }

    div.jp-playlist li div {
        display: inline;
    }

div.jp-playlist a.jp-playlist-item-remove {
    text-align: right;
    color: rgb(102, 102, 102);
    font-weight: bold;
    margin-right: 10px;
    float: right;
    display: inline;
}

    div.jp-playlist a.jp-playlist-item-remove:hover {
        color: rgb(13, 136, 193);
    }

div.jp-playlist span.jp-free-media {
    text-align: right;
    margin-right: 10px;
    float: right;
    display: inline;
}

    div.jp-playlist span.jp-free-media a {
        color: rgb(102, 102, 102);
    }

        div.jp-playlist span.jp-free-media a:hover {
            color: rgb(13, 136, 193);
        }

span.jp-artist {
    color: rgb(254, 254, 254);
    font-size: 0.9em;
}

div.jp-video-play {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
}

div.jp-video-full div.jp-video-play {
    height: 100%;
    z-index: 1000;
}

a.jp-video-play-icon {
    background: url("../images/jp_play.png") no-repeat 0px 0px;
    transition: opacity 0.5s ease-in-out;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 50px;
    text-indent: -9999px;
    margin-top: -25px;
    margin-left: -40px;
    display: block;
    position: absolute;
    opacity: 0.7;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

div.jp-video-play:hover a.jp-video-play-icon {
    opacity: 1;
}

div.jp-jplayer {
    background-color: rgb(0, 0, 0);
}

ul.jp-toggles {
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    float: right;
    list-style-type: none;
    z-index: 1;
}

    ul.jp-toggles li {
        float: left;
        display: block;
    }

        ul.jp-toggles li a {
            background: url("../images/jp_spacer.png") no-repeat 0px 1px;
            padding-left: 2px;
        }

        ul.jp-toggles li a {
            width: 28px;
            height: 28px;
            text-indent: -9999px;
            display: block;
        }

            ul.jp-toggles li a span {
                width: 28px;
                height: 28px;
                text-indent: -9999px;
                display: block;
            }

a.jp-full-screen span {
    background: url("../images/jp_sprite.png") no-repeat -56px -56px;
}

a.jp-full-screen:hover span {
    background-position: -84px -56px;
}

a.jp-restore-screen span {
    background: url("../images/jp_sprite.png") no-repeat -56px -84px;
}

a.jp-restore-screen:hover span {
    background-position: -84px -84px;
}

.jp-no-solution {
    padding: 5px;
    border: 2px solid rgb(221, 221, 221);
    border-image: none;
    left: 50%;
    top: 10px;
    width: 390px;
    color: rgb(0, 0, 0);
    font-size: 0.8em;
    margin-left: -202px;
    display: none;
    position: absolute;
    background-color: rgb(64, 64, 64);
}

    .jp-no-solution a {
        color: rgb(0, 0, 0);
    }

    .jp-no-solution span {
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        display: block;
    }

.wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.extra-wrap {
    overflow: hidden;
}

.row > br {
    display: none;
}

.row > p {
    display: none;
}

[class*='span'] {
    position: relative;
}

.clear {
    width: 0px;
    height: 0px;
    overflow: hidden;
    clear: both;
    display: block;
    visibility: hidden;
}

@media all and (max-width:480px) {
    .pp_default.pp_pic_holder {
        left: 0px !important;
        width: 100% !important;
        overflow: hidden;
    }

    div.pp_default .pp_content_container .pp_left {
        padding-left: 0px !important;
    }

    div.pp_default .pp_content_container .pp_right {
        padding-right: 0px !important;
    }

    .pp_content {
        width: 100% !important;
        height: auto !important;
    }

    .pp_fade {
        width: 100% !important;
        height: 100% !important;
    }

    a.pp_expand {
        display: none !important;
    }

    a.pp_contract {
        display: none !important;
    }

    .pp_hoverContainer {
        display: none !important;
    }

    .pp_gallery {
        display: none !important;
    }

    .pp_top {
        display: none !important;
    }

    .pp_bottom {
        display: none !important;
    }

    #pp_full_res img {
        width: 100% !important;
        height: auto !important;
    }

    .pp_details {
        padding: 10px 4% 10px 3%;
        width: 94% !important;
        margin-top: -2px !important;
        background-color: rgb(255, 255, 255);
    }

    a.pp_close {
        top: 10px !important;
        right: 10px !important;
    }
}

.post_networks h1 {
    padding-bottom: 8px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.post_networks h2 {
    padding-bottom: 8px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.post_networks h3 {
    padding-bottom: 8px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.post_networks h4 {
    padding-bottom: 8px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.post_networks h5 {
    padding-bottom: 8px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.post_networks h6 {
    padding-bottom: 8px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.post_networks > ul > li {
    float: left;
    display: block;
}

    .post_networks > ul > li span {
        margin-right: 10px;
    }

.spinner_16 {
    background: url("../images/loading_16.gif") no-repeat 50% 50%, url("../images/loading_bg_16.png") no-repeat 50% 50%;
    min-height: 20px;
}

div.ajax-loader {
    background: url("../images/loading_16.gif") no-repeat 50% 50%, url("../images/loading_bg_16.png") no-repeat 50% 50%;
    min-height: 20px;
}

[rel^='prettyPhoto'].thumbnail {
    background: url("../images/loading_16.gif") no-repeat 50% 50%, url("../images/loading_bg_16.png") no-repeat 50% 50%;
    min-height: 20px;
}

.camera_loader {
    border: currentColor;
    border-image: none;
    opacity: 0.3;
}

.preloader {
    margin-bottom: 20px;
}

img.ajax-loader {
    display: none;
}

div.ajax-loader {
    width: 20px;
    height: 20px;
    margin-top: 4px;
    vertical-align: top;
    display: none;
    position: relative;
}

.clearfix {
}

    .clearfix::before {
        line-height: 0;
        display: table;
        content: "";
    }

    .clearfix::after {
        line-height: 0;
        display: table;
        content: "";
    }

    .clearfix::after {
        clear: both;
    }

.hide-text {
    font: 0px/0 a;
    border: 0px currentColor;
    border-image: none;
    color: transparent;
    font-size-adjust: none;
    font-stretch: normal;
    text-shadow: none;
    background-color: transparent;
}

.input-block-level {
    width: 100%;
    display: block;
    min-height: 28px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



/*styles*/

div.wpcf7 {
    margin: 0px;
    padding: 0px;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    margin: 0px;
    padding: 0px;
    border: 0px currentColor;
    border-image: none;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

div.wpcf7-mail-sent-ok {
    border: 2px solid rgb(57, 143, 20);
    border-image: none;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid rgb(255, 0, 0);
    border-image: none;
}

div.wpcf7-spam-blocked {
    border: 2px solid rgb(255, 165, 0);
    border-image: none;
}

div.wpcf7-validation-errors {
    border: 2px solid rgb(247, 231, 0);
    border-image: none;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: rgb(255, 0, 0);
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    background: rgb(255, 255, 255);
    padding: 0.2em 0.8em;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    left: 20%;
    top: 20%;
    position: absolute;
    z-index: 100;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: currentColor;
    border-image: none;
    margin-left: 4px;
    vertical-align: middle;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: rgb(136, 136, 136);
}



/*custom*/
#divSanPhamTrangChu section {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}


/*San pham*/


.row-fluid {
}

    .row-fluid::before {
        line-height: 0;
        display: table;
        content: "";
    }

    .row-fluid::after {
        line-height: 0;
        display: table;
        content: "";
    }

    .row-fluid::after {
        clear: both;
    }

    .row-fluid [class*='span'] {
        width: 100%;
        float: left;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .row-fluid [class*='span']:first-child {
            margin-left: 0px;
        }

    .row-fluid .controls-row [class*='span'] + [class*='span'] {
        margin-left: 2.12%;
    }

    .row-fluid .span12 {
        width: 100%;
    }

    .row-fluid .span11 {
        width: 91.48%;
    }

    .row-fluid .span10 {
        width: 82.97%;
    }

    .row-fluid .span9 {
        width: 74.46%;
    }

    .row-fluid .span8 {
        width: 65.95%;
    }

    .row-fluid .span7 {
        width: 57.44%;
    }

    .row-fluid .span6 {
        width: 48.93%;
    }

    .row-fluid .span5 {
        width: 40.42%;
    }

    .row-fluid .span4 {
        width: 31.91%;
    }

    .row-fluid .span3 {
        width: 23.4%;
    }

    .row-fluid .span2 {
        width: 14.89%;
    }

    .row-fluid .span1 {
        width: 6.38%;
    }

    .row-fluid .offset12 {
        margin-left: 104.25%;
    }

    .row-fluid :first-child.offset12 {
        margin-left: 102.12%;
    }

    .row-fluid .offset11 {
        margin-left: 95.74%;
    }

    .row-fluid :first-child.offset11 {
        margin-left: 93.61%;
    }

    .row-fluid .offset10 {
        margin-left: 87.23%;
    }

    .row-fluid :first-child.offset10 {
        margin-left: 85.1%;
    }

    .row-fluid .offset9 {
        margin-left: 78.72%;
    }

    .row-fluid :first-child.offset9 {
        margin-left: 76.59%;
    }

    .row-fluid .offset8 {
        margin-left: 70.21%;
    }

    .row-fluid :first-child.offset8 {
        margin-left: 68.08%;
    }

    .row-fluid .offset7 {
        margin-left: 61.7%;
    }

    .row-fluid :first-child.offset7 {
        margin-left: 59.57%;
    }

    .row-fluid .offset6 {
        margin-left: 53.19%;
    }

    .row-fluid :first-child.offset6 {
        margin-left: 51.06%;
    }

    .row-fluid .offset5 {
        margin-left: 44.68%;
    }

    .row-fluid :first-child.offset5 {
        margin-left: 42.55%;
    }

    .row-fluid .offset4 {
        margin-left: 36.17%;
    }

    .row-fluid :first-child.offset4 {
        margin-left: 34.04%;
    }

    .row-fluid .offset3 {
        margin-left: 27.65%;
    }

    .row-fluid :first-child.offset3 {
        margin-left: 25.53%;
    }

    .row-fluid .offset2 {
        margin-left: 19.14%;
    }

    .row-fluid :first-child.offset2 {
        margin-left: 17.02%;
    }

    .row-fluid .offset1 {
        margin-left: 10.63%;
    }

    .row-fluid :first-child.offset1 {
        margin-left: 8.51%;
    }

[class*='span'].hide {
    display: none;
}

.row-fluid [class*='span'].hide {
    display: none;
}

[class*='span'].pull-right {
    float: right;
}

.row-fluid [class*='span'].pull-right {
    float: right;
}

ul.gallery {
    margin: 0px;
    text-align: justify;
    line-height: 0;
    font-size: 0.1px;
    display: block;
    margin-bottom: 10px;
}

    ul.gallery::after {
        width: 100%;
        display: inline-block;
        content: "";
    }

    ul.gallery .gallery-item {
        list-style: none;
        line-height: 24px;
        overflow: hidden;
        font-size: 13px;
        width: 24.8%;
        display: inline-block;
        transition: all 600ms ease-in-out 0s;
        opacity: 1;
    }

    ul.gallery li {
        float: left;
        width: 25%;
    }

        ul.gallery li > div {
            padding: 0px 10px;
        }

    ul.gallery.isotope li p {
        font-size: 14px;
        color: #1e1b16;
    }

    ul.gallery .gallery-item .view .content * {
        color: inherit;
    }

    ul.gallery .gap {
        list-style: none;
    }

    ul.gallery .gallery-grid .item_img {
        margin-right: 0px;
        float: none;
        max-width: 100%;
    }

        ul.gallery .gallery-grid .item_img img {
            opacity: 0.99;
        }

    ul.gallery .straightDown.gallery-grid {
        float: none;
    }

        ul.gallery .straightDown.gallery-grid .item_img {
            margin: 0px 24px 24px 0px !important;
            float: left;
        }

    ul.gallery .gallery-grid .view a.hover_more {
        background: none !important;
        border: currentColor;
        border-image: none;
        color: inherit;
        line-height: inherit;
    }

        ul.gallery .gallery-grid .view a.hover_more span {
            display: none;
        }

        ul.gallery .gallery-grid .view a.hover_more:hover {
            color: rgb(153, 153, 153);
        }

    ul.gallery .gallery-grid .view a {
        color: inherit;
        font-size: 18px;
    }

        ul.gallery .gallery-grid .view a:hover {
            color: rgb(153, 153, 153);
        }

    ul.gallery .gap {
        display: inline-block;
    }

    ul.gallery .gallery-grid .galleryZoom {
        display: none !important;
    }

    ul.gallery .item_more a {
        vertical-align: top;
        width: 100%;
    }

ul.cols-1.gallery .gap {
    width: 100%;
}

ul.gallery .gap {
    width: 24%;
}

ul.gallery .gallery-grid {
}

.gallery-grid .view {
    overflow: hidden;
    position: relative;
}

.gallery-item.gallery-grid.style1 .view .item_img img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery-item.gallery-grid.style1 .view .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #000;
    background-color: rgba(0,0,0, 0.7);
    -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;
    text-align: center;
    color: #fff;
}

.gallery-item.gallery-grid.style1 .view .item_title {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    color: white;
}

    .gallery-item.gallery-grid.style1 .view .item_title a {
        color: white;
        font-size: 18px;
    }

        .gallery-item.gallery-grid.style1 .view .item_title a:hover {
            color: gray;
        }

.gallery-item.gallery-grid.style1 .view .item_introtext {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery-item.gallery-grid.style1 .view:hover .item_img img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.gallery-item.gallery-grid.style1 .view .item_more {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-item.gallery-grid.style1 .view:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.gallery-item.gallery-grid.style1 .view:hover .item_title,
.gallery-item.gallery-grid.style1 .view:hover .item_introtext,
.gallery-item.gallery-grid.style1 .view:hover .item_more {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.gallery-item.gallery-grid.style1 .view:hover .item_introtext {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    height: 47px;
    overflow: hidden;
}

.gallery-item.gallery-grid.style1 .view:hover .item_more {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.gallery-grid {
    margin-bottom: 24px;
}

    .gallery-grid .view {
        overflow: hidden;
        position: relative;
    }

.item_more {
}

    .item_more span {
        text-align: center;
        display: block;
        font-size: 15px;
    }

.gallery-grid .view .mask {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.gallery-grid .view .content {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.gallery-grid .view .mask .mask_wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0;
    font-size: 0px;
}

.gallery-grid .view .content .mask_wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0;
    font-size: 0px;
}

.gallery-grid .view .mask .mask_wrap::before {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "";
}

.gallery-grid .view .content .mask_wrap::before {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    content: "";
}

.gallery-grid .view .mask .mask_wrap .mask_cont {
    padding: 0px 5%;
    line-height: 24px;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}

.gallery-grid .view .content .mask_wrap .mask_cont {
    padding: 0px 5%;
    line-height: 24px;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}

.gallery-grid .view .item_img {
    margin: 0px;
}

.gallery-grid .view img {
    display: block;
    z-index: 1;
    width: 100%;
    height: auto;
}

.gallery-grid .view h2 {
    position: relative;
}

.gallery-grid .view p {
    position: relative;
}

.gallery-grid .view .item_more a {
    padding: 2%;
    font-size: 1.5em;
    font-weight: normal;
    display: inline-block;
}

.isotope-item {
    z-index: 2;
}

    .isotope-item.isotope-hidden {
        z-index: 1;
        pointer-events: none;
    }

.isotope {
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
}

    .isotope .isotope-item {
        transition-duration: 0.8s;
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
    }

.isotope {
    transition-property: height, width;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
}

    .isotope .isotope-item {
        transition-property: transform, opacity;
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: top, left, opacity;
        height: 418px !important;
    }

.no-transition.isotope {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
}

    .no-transition.isotope .isotope-item {
        transition-duration: 0s;
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -o-transition-duration: 0s;
    }

.isotope .no-transition.isotope-item {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.current_node {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #dddddd;
    margin-left: 4px;
    color: #000 !important;
    padding: 11px 15px;
    font-size: 14px !important;
}

.page_node {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-left: 4px;
    color: #adadad !important;
    padding: 11px 15px;
    font-size: 14px !important;
}

.Page_List {
    height: 49px;
    padding: 4px 0;
}

.button.medium {
    font-size: 13px;
    line-height: 40px;
    width: 167px;
    height: 40px;
    padding: 0;
    display: inline-block;
    border: 1px solid #dddddd;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}

.subFilter ul.option-set {
    width: 206px;
    background: #fff;
    border: 1px solid #dddddd;
    display: none;
    border-top: none;
}

    .subFilter ul.option-set li {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        -webkit-transition: all 100ms linear 0s;
        -moz-transition: all 100ms linear 0s;
        transition: all 100ms linear 0s;
    }

        .subFilter ul.option-set li:first-child a {
            border: none;
        }

    .subFilter ul.option-set a {
        font-size: 14px;
        display: block;
        font-weight: 300;
        border-top: 1px dashed #ddd;
    }

/*end san pham*/

@media (max-width: 768px) {
    .apps-sliders .pictures-slider {
        position: relative !important;
    }
}

@media (max-width: 480px) {
    .apps-sliders.android .pictures-viewport {
        left: 18px !important;
    }

    .apps-sliders.android .pictures-slider {
        background-position-x: -60px !important;
        left: 5px !important;
    }
}
