﻿h1,
.h1 {
    font-size: 35px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 25px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 15px;
}

html {
    font-size: 100%;
}

body {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    min-width: 320px;
    font-size: 14px;
    line-height: 1.5;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #333;
}

body.background {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

body.background .topbar {
    background-color: transparent;
    padding-right: 5px;
}

body.background-box {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

body.background-box .topbar {
    background-color: transparent;
    padding-right: 5px;
}

body.background-box .box {
    background-color: #fff;
    padding: 0 15px 15px 15px;
}

body.background-box .box-caption {
    margin: 0 -15px 0 -15px;
}

body.background-box .tab-caption {
    margin: 0 -15px 15px -15px;
}

body.background-box .owl-category-wrap {
    margin: -15px -15px -15px -15px;
}

body.background-box .box-special {
    margin: -15px -15px -15px -15px;
}

dt,
dd {
    line-height: 1.5;
}

body,
html {
    height: 100%;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a {
    color: inherit;
}

a:active,
a:focus {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
}

::selection {
    background: #32CA96;
    color: #fff;
}

.my-btn {
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    font-family: "Oswald", serif;
    color: #fff;
    background-color: #222;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    border: none;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.my-btn:hover {
    background-color: #32CA96;
    outline: none;
    color: #fff;
}

.my-btn.active {
    background-color: #32CA96;
    outline: none;
    color: #fff;
}

.my-btn.active:hover {
    opacity: .8;
}

.row-fix {
    margin-left: -10px;
    margin-right: -10px;
}

.row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width:767px) {
    .container {
        max-width: 390px;
    }
}

#page-loader {
    background-color: #32CA96;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

@keyframes liveStream {
    0% {
        opacity: .7;
    }

    25% {
        opacity: .9;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: .9;
    }

    100% {
        opacity: .7;
    }
}

.page.dark {
    color: #ccc;
}

.page.dark .wrap {
    background-color: #222;
    padding: 0;
}

.page.dark .cols {
    margin: 0 15px;
}

.page.dark .footer {
    max-width: 1024px;
    margin: 0 auto 30px auto;
    border-top: 5px solid #504f4f;
}

.page.dark .grid-news {
    padding: 0 15px;
}

.page.dark .list-news li {
    border-color: #333;
}

.page.dark .list-news.list-news-two li:before {
    background-color: #333;
}

.page.dark .box-category ul li {
    border-color: #333;
}

.page.dark .box-category ul li span {
    color: #fff;
    background-color: #32CA96;
}

.page.dark .box-video {
    max-width: 1024px;
    margin: 40px auto 0 auto;
    border-top: 5px solid #504f4f;
    border-bottom: 5px solid #504f4f;
}

.page.dark .box-grid-dark {
    margin: 0;
    padding: 20px 15px;
}

.wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}

.topbar {
    background-color: #fff;
    height: 43px;
    margin-top: 29px;
}


.topbar .social {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar .social a {
    float: left;
    color: #32CA96;
    line-height: 25px;
    height: 25px;
    margin: 0 0 0 15px;
    text-align: center;
    font-size: 18px;
}

.topbar .social a i.fa-youtube {
    font-size: 16px;
}

.header {
    background-color: #32CA96;
    height: 60px;
    position: relative;
    z-index: 999;
    text-align: center;
}

.header .header-inner {
    position: relative;
    padding: 0 50px 0 220px;
    min-height: 60px;
}

@media screen and (max-width:991px) {
    .header .header-inner {
        padding: 0 80px 0 0;
    }
}

.header .logo-wrap {
    float: left;
    position: absolute;
    left: -20px;
    bottom: 0;
    z-index: 2;
    box-shadow: 5px 1px 5px 0 rgba(0, 0, 0, .4);
    height: 80px;
    background-color: #32CA96;
    padding: 10px 10px 10px 10px;
}

@media screen and (max-width:767px) {
    .header .logo-wrap {
        left: 0;
        line-height: 60px;
    }

    .header .logo-wrap img {
        width: 100px;
    }
}

.header .header-right {
    float: right;
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 0;
}

.header .header-right .search-box {
    width: 200px;
    padding: 15px 0;
    position: relative;
    float: left;
    z-index: 1;
}

.header .header-right .search-box .search-icon {
    width: 40px;
    height: 30px;
    border: none;
    outline: none;
    float: right;
    background-color: transparent;
    cursor: pointer;
}

.header .header-right .search-box .search-icon i {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.header .header-right .search-box input {
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    right: 40px;
    display: block;
    width: 0;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-family: "Oswald", serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    border: none;
    outline: none;
    padding: 0 0;
    padding: 0 0;
}

.header .header-right.show-search {
    z-index: 2;
}

.header .header-right.show-search .search-box {
    z-index: 3;
}

.header .header-right.show-search .search-box input {
    width: 160px;
    padding: 0 10px;
}

.header .header-right .menu-icon {
    float: left;
    background-color: ##24976f;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 999999;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 10px 0 0 0;
}

.header .header-right .menu-icon i {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #fff;
}

.header .header-right .menu-icon:hover i {
    color: #fff;
}

@media screen and (max-width:991px) {
    .open-menu {
        overflow: hidden;
    }

    .open-menu .menu-res {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .open-menu .page {
        -moz-transform: translateX(-280px);
        -webkit-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
    }

    .open-menu .menu-icon i {
        color: #32CA96;
        font-size: 24px;
    }

    .open-menu .menu-icon i:before {
        content: "";
    }

    .menu-res {
        width: 280px;
        background-color: #111;
        position: fixed;
        top: 0;
        z-index: 999;
        overflow: auto;
        bottom: 0;
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
        right: 0;
        -moz-transform: translateX(280px);
        -webkit-transform: translateX(280px);
        -o-transform: translateX(280px);
        -ms-transform: translateX(280px);
        transform: translateX(280px);
    }

    .page {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }

    .menu-res-inner {
        padding: 30px 20px 20px 20px;
    }

    .menu-res-inner ul {
        padding: 0;
        list-style: none;
    }

    .menu-res-inner ul>li {
        border-bottom: 1px solid #222;
        position: relative;
    }

    .menu-res-inner ul>li .fa-home {
        margin: 0 5px 0 0;
    }

    .menu-res-inner ul>li a {
        font-size: 13px;
        text-transform: uppercase;
        color: #999;
        display: block;
        line-height: 40px;
        font-family: "Roboto", sans-serif;
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }

    .menu-res-inner ul>li a:hover {
        color: #fff;
    }

    .menu-res-inner ul>li.menu-item-has-children:before {
        display: block;
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        font-family: "Ionicons";
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
        color: #999;
    }

    .menu-res-inner ul>li.open-submenu-active:before {
        content: "";
    }

    .menu-res-inner ul>li>ul {
        padding: 0 0 10px 10px;
        display: none;
    }

    .menu-res-inner ul>li>ul li {
        border: none;
        border-bottom: 1px solid #111;
    }

    .menu-res-inner ul>li>ul li:last-child {
        border: none;
    }

    .menu-res-inner ul>li>ul li a {
        display: block;
        line-height: 35px;
        text-transform: none;
        color: #666;
        padding: 0 0;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        -moz-transition: all ease .2s;
        -o-transition: all ease .2s;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
        text-transform: uppercase;
    }

    .menu-res-inner ul>li>ul li a:hover {
        color: #fff;
    }

    .menu-res-inner ul>li>ul li>ul {
        padding: 0 0 0 20px;
    }
}

.menu-main {
    float: left;
    margin: 0 0 0 0;
    z-index: 1;
}

.menu-main ul {
    margin: 0;
    padding: 0;
}

.menu-main ul>li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 0;
    margin: 0;
    float: left;
}

.menu-main ul>li.active>a {
    color: #32CA96;
}

.menu-main ul>li>a {
    display: block;
    float: left;
    line-height: 60px;
    color: #fff;
    padding: 0 20px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    text-transform: uppercase;
    position: relative;
    font-family: "Oswald", serif;
    font-size: 18px;
    font-weight: 400;
}

.menu-main ul>li>a .fa-home {
    margin: 0 2px 0 -10px;
    font-size: 25px;
}

.menu-main ul>li:hover>a {
    background-color: #24976f;
}

.menu-main ul>li:hover>a span {
    border-bottom-color: #32CA96;
    border-right-color: #32CA96;
}

.menu-main ul>li:hover>a ul li a {
    background-color: transparent;
}

.menu-main ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.menu-main ul>li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.menu-main ul>li.has-mega-menu {
    position: static;
}

.menu-main ul .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    height: auto;
    background-color: #222;
    visibility: hidden;
    z-index: 9999;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    opacity: 0;
    font-family: "Open Sans", sans-serif;
    padding: 0 0;
    margin-top: 10px;
    box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, .6);
}

.menu-main ul .sub-menu li {
    margin: 0 0;
    display: block;
    padding: 0;
    float: none;
    border-bottom: 1px solid #2f2f2f;
    position: relative;
}

.menu-main ul .sub-menu li.menu-item-has-children:before {
    display: block;
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 13px;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 18px;
    right: 10px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #999;
}

.menu-main ul .sub-menu li.menu-item-has-children:hover:before {
    color: #32CA96;
}

.menu-main ul .sub-menu li.has-mega-menu {
    position: static;
}

.menu-main ul .sub-menu li:before {
    display: none;
}

.menu-main ul .sub-menu li a {
    display: block;
    line-height: 20px;
    text-align: left;
    text-transform: none;
    padding: 12px 15px !important;
    font-size: 11px;
    font-weight: 300;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-family: "Oswald", serif;
    color: #fff;
    letter-spacing: 1px;
    float: none;
    text-transform: uppercase;
    font-weight: 400;
}

.menu-main ul .sub-menu li a:hover {
    color: #32CA96;
    background-color: transparent !important;
}

.menu-main ul .sub-menu li:last-child {
    border: none;
}

.menu-main ul .sub-menu li .sub-menu {
    top: 0;
    margin-top: 0;
    left: 100%;
    margin-left: 15px;
}

.menu-main ul .sub-menu li:hover>a {
    color: #32CA96;
    background-color: transparent;
}

.menu-main ul .sub-menu li:hover>.sub-menu {
    margin-left: 0;
}

.menu-main ul .mega-menu {
    position: absolute;
    background-color: #504f4f;
    z-index: 9999;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    margin-top: 15px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    border: 1px solid #504f4f;
    border-bottom: 5px solid #222;
    padding: 10px;
    box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, .6);
}

@media screen and (max-width:991px) {
    .menu-main ul .mega-menu {
        display: none;
    }
}

.menu-main ul .mega-menu .mega-col {
    float: left;
    width: 20%;
    min-height: 100px;
    padding: 10px;
}

.menu-main ul .mega-menu .mega-col ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-main ul .mega-menu .mega-col ol li a {
    display: block;
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
    padding: 8px 0;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: relative;
    overflow: hidden;
}

.menu-main ul .mega-menu .mega-col ol li a:before {
    content: "";
    display: block;
    width: 70px;
    position: absolute;
    height: 2px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    bottom: 0;
    left: -70px;
    background-color: #32CA96;
}

.menu-main ul .mega-menu .mega-col ol li a:hover {
    color: #32CA96;
}

.menu-main ul .mega-menu .mega-col ol li a:hover:before {
    left: 0;
}

.menu-main ul .mega-menu .mega-col ol li.active a {
    color: #32CA96;
}

.menu-main ul .mega-menu .mega-col ol li.active a:before {
    left: 0;
}

.menu-main ul .mega-menu .mega-col2 {
    float: left;
    width: 40%;
    min-height: 100px;
    padding: 10px;
}

.menu-main ul .mega-menu .mega-col2 .news-item-big {
    position: relative;
}

.menu-main ul .mega-menu .mega-col2 h3.post-title {
    text-align: left;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
}

.menu-main ul .mega-menu h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 5px 0 15px 0;
}

.menu-main ul .mega-menu .mega-item .mega-item-img {
    position: relative;
}

.menu-main ul .mega-menu .mega-item img {
    width: 100%;
    display: block;
}

.menu-main ul .mega-menu .mega-item p {
    margin: 25px 0 5px 0;
}

.menu-main ul .mega-menu .mega-item p a {
    color: #222;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    padding: 0;
    line-height: 22px;
    text-transform: none;
    letter-spacing: 0;
}

.menu-main ul .mega-menu .mega-item p a:hover {
    color: #32CA96;
}

.menu-main ul .mega-menu .meta-post {
    margin: 0;
    font-family: "Open Sans", sans-serif;
}

.menu-main.menu-color ul li.active>a {
    color: #32CA96;
}

.menu-main.menu-color ul li:hover>a {
    background-color: #fff;
    color: #32CA96;
}

.menu-main.menu-color ul li:hover>a span {
    border-bottom-color: #32CA96;
    border-right-color: #32CA96;
}

.breaking-news {
    min-height: 40px;
    padding: 0 0 0 120px;
    position: relative;
    background-color: #504f4f;
}

.breaking-news .breaking-news-caption {
    float: left;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    padding: 0 20px 0 20px;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    color: #32CA96;
    background-color: #3c3c3c;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: liveStream;
    animation-name: liveStream;
}

.owl-breaking-wrap {
    position: relative;
}

.owl-breaking .owl-item {
    padding: 10px;
    overflow: hidden;
}

.owl-breaking .owl-item p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.owl-breaking .owl-item p a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 14px;
}

.cols {
    margin: 0 0 0 0;
    padding: 0 330px 0 0;
}

.cols.cols-full {
    padding: 0;
}

.cols.cols-full .detail-small .detail-content {
    margin: 0 auto;
    max-width: 600px;
}

.cols.sidebar-left {
    padding: 0 0 0 330px;
}

.cols.sidebar-left .colleft {
    float: right;
}

.cols.sidebar-left .colright {
    float: left;
    margin: 0 0 0 -330px;
}

@media screen and (max-width:991px) {
    .cols {
        padding: 0 0 0 0;
    }
}

.cols .colleft {
    float: left;
    width: 100%;
}

@media screen and (max-width:991px) {
    .cols .colleft {
        float: none;
    }
}

.cols .colright {
    float: right;
    margin: 0 -330px 0 0;
    width: 300px;
}

@media screen and (max-width:991px) {
    .cols .colright {
        width: 100%;
        margin: 0;
        float: none;
        margin: 20px 0 0 0;
    }
}

.grid-news {
    overflow: hidden;
    margin: 20px 0 0 0;
}

.grid-news .grid-news-inner {
    margin: 0 -5px;
}

.grid-news .grid-news-inner .gn-col {
    float: left;
    width: 60%;
    padding: 0 5px;
}

@media screen and (max-width:767px) {
    .grid-news .grid-news-inner .gn-col {
        width: 100%;
        float: none;
    }
}

.grid-news .grid-news-inner .gn-col.gn-col2 {
    width: 40%;
}

@media screen and (max-width:767px) {
    .grid-news .grid-news-inner .gn-col.gn-col2 {
        width: 100%;
        float: none;
    }
}

.grid-news .grid-news-inner .gn-row.gn-row2 {
    margin-top: 10px;
}

.gn-item {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width:767px) {
    .gn-item.gn-item-large {
        margin-bottom: 10px;
    }
}

.gn-item img {
    -webkit-transform: rotate(.5deg) scale(1.05);
    transform: rotate(.5deg) scale(1.05);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.gn-item:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.gn-item:hover .gn-caption p {
    color: #32CA96;
}

.gn-item:hover .post-meta .post-category {
    color: #fff;
}

.gn-item:hover .post-meta .post-category:before {
    left: 0;
}

.gn-item>a {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.gn-item>a img {
    position: relative;
    z-index: 1;
}

.gn-item>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.gn-item>a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    top: 60%;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    background-image: linear-gradient(to top, #000, transparent);
}

.gn-item>a:hover:after {
    background-color: transparent;
}

.gn-item .gn-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
    z-index: 5;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    opacity: .9;
}

.gn-item .gn-caption p {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.gn-item .post-meta {
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
}

.gn-item .post-meta .post-category {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0 2px 4px 2px;
}

.gn-item .post-meta .post-category:before {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.gn-item .post-meta .post-category a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-weight: 600;
}

.gn-item .post-meta .post-category a:hover {
    text-decoration: none;
}

.gn-row .gn-item .gn-caption p {
    font-size: 18px;
    font-weight: bold;
}

.box {
    margin: 40px 0 0 0;
}

.box.box-no-margin {
    margin: 0;
}

.box-caption h2 {
    padding: 0;
    margin: 0;
    line-height: 35px;
    background-color: #504f4f;
    position: relative;
    height: 35px;
    margin-bottom: 15px;
}

.box-caption h2 a {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Oswald", serif;
    background-color: #32CA96;
    font-size: 18px;
    box-shadow: 5px 1px 5px 0 rgba(0, 0, 0, .4);
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: -5px;
    bottom: 0;
}

.box-caption.box-caption-no-background h2 {
    background-color: transparent;
}

.tab-caption {
    margin-bottom: 15px;
    height: 35px;
    background-color: #504f4f;
}

.tab-caption ul {
    padding: 0;
    margin: 0;
    line-height: 40px;
    position: relative;
    height: 40px;
    list-style: none;
    margin: -5px 0 0 -5px;
    float: left;
}

.tab-caption ul li {
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
}

.tab-caption ul li a {
    display: block;
    margin: 0;
    padding: 0 15px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Oswald", serif;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

.tab-caption ul li.active a {
    box-shadow: 5px 1px 5px 0 rgba(0, 0, 0, .4);
    background-color: #32CA96;
}

.post-thumb {
    position: relative;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    opacity: .95;
}

.post-thumb .post-format {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.post-thumb .post-format:before {
    border: 20px solid transparent;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    content: "";
    display: block;
    width: 0;
    height: 0;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.post-thumb i {
    display: block;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.post-thumb:hover {
    opacity: 1;
}

.post-thumb:hover .post-format:before {
    border-top-color: rgba(0, 0, 0, .6);
    border-right-color: rgba(0, 0, 0, .6);
}

.post-title {
    margin: 10px 0 0 0;
    font-size: 18px;
}

.post-title a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.post-title:hover a {
    color: #32CA96;
}

.post-des {
    margin-top: 10px;
}

.post-des p {
    margin: 0;
    color: #666;
}

.post-meta {
    margin: 5px 0 0 0;
    color: #999;
}

.post-meta .post-date {
    font-size: 18px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-style: italic;
}

.post-meta .post-date i {
    margin: 0 3px 0 0;
}

.post-meta .post-author {
    font-size: 12px;
    display: inline-block;
    margin: 0 10px 0 0;
    font-style: italic;
    text-transform: uppercase;
}

.post-meta .post-author i {
    font-size: 14px;
    margin: 0 3px 0 0;
}

.post-meta .post-author a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.post-meta .post-author a:hover {
    text-decoration: underline;
}

.post-meta .post-category {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    font-style: italic;
}

.post-meta .post-category i {
    font-size: 16px;
    margin: 2px 3px 0 0;
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    display: inline-block;
}

.post-meta .post-category a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.post-meta .post-category a:hover {
    text-decoration: underline;
}

.list-news {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.list-news li {
    padding: 6px 0;
    border-top: 1px solid #f1f1f1;
    min-height: 90px;
}

.list-news li .post-thumb {
    float: left;
    width: 70px;
    height: 60px;
    margin: 0 15px 0 0;
}

.list-news li h3 {
    margin: 0;
    margin: 0;
    font-size: 14px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.list-news li h3 a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.list-news li h3:hover a {
    color: #32CA96;
}

.list-news.list-news-right {
    margin: 0;
}

@media screen and (max-width:991px) {
    .list-news.list-news-right {
        margin-top: 20px;
    }
}

.list-news.list-news-right li:first-child {
    border: none;
    padding-top: 0;
    min-height: 75px;
}

.list-news.list-news-two {
    margin: 5px -10px 0 -10px;
}

@media screen and (max-width:767px) {
    .list-news.list-news-two {
        margin: 0 0 0 0;
    }
}

.list-news.list-news-two li {
    float: left;
    width: 50%;
    padding: 15px 10px;
    border: none;
    position: relative;
}

@media screen and (max-width:767px) {
    .list-news.list-news-two li {
        float: none;
        width: 100%;
        padding: 15px 0;
    }
}

.list-news.list-news-two li:before {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    content: "";
    display: block;
    height: 1px;
    background-color: #f1f1f1;
}

@media screen and (max-width:767px) {
    .list-news.list-news-two li:before {
        left: 0;
        right: 0;
    }
}

.list-news.list-news-two li:first-child:before {
    background-color: transparent;
}

.list-news.list-news-two li:nth-child(2):before {
    background-color: transparent;
}

@media screen and (max-width:767px) {
    .list-news.list-news-two li:nth-child(2):before {
        background-color: #f1f1f1;
    }
}

.list-news.list-news-meta h3 {
    min-height: 10px;
}

.list-news.list-news-meta .post-meta {
    margin: 0 0 0 75px;
}

.list-video {
    margin: 5px 20px 0 0;
    padding: 0;
}

@media screen and (max-width:991px) {
    .list-video {
        margin: -10px 10px 0 10px;
    }
}

.list-video .video-item {
    border-bottom: 1px solid #3c3c3c;
    padding: 15px 0;
    min-height: 90px;
}

.list-video .video-item .post-thumb {
    float: left;
    width: 70px;
    height: 60px;
    margin: 0 15px 0 0;
    position: relative;
}

.list-video .video-item .post-thumb:before {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    margin: -15px 0 0 -15px;
    content: "";
    z-index: 99;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}

.list-video .video-item h3 {
    margin: 0;
    margin: 0;
    font-size: 14px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.list-video .video-item h3 a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #999;
}

.list-video .video-item.active h3 a {
    color: #32CA96;
}

.list-video .video-item.active .post-thumb:before {
    border: 1px solid #32CA96;
    content: "";
    font-size: 12px;
    color: #32CA96;
}

.list-video .video-item:hover a {
    color: #32CA96;
}

.list-video .video-item:hover .post-thumb:before {
    border: 1px solid #32CA96;
    color: #32CA96;
}

.box-video {
    margin-top: 40px;
    min-height: 300px;
    padding: 20px 0;
    background-color: #222;
}

.box-video .box {
    padding: 20px 0 20px 20px;
    margin: 0;
}

@media screen and (max-width:991px) {
    .box-video .box {
        padding: 20px 0 0 0;
    }
}

.box-video .video-caption {
    padding: 20px 0 0 20px;
    margin: 0;
    font-size: 18px;
    font-family: "Oswald", serif;
    color: #fff;
    font-weight: 400;
}

.box-video .video-caption i {
    font-size: 23px;
    color: #32CA96;
    margin: 0 7px 0 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

.owl-category-wrap {
    position: relative;
}

.owl-category-wrap .owl-next {
    height: 35px;
    width: 35px;
    position: absolute;
    top: -35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    right: 0;
    background-color: #222;
    color: #fff;
}

.owl-category-wrap .owl-prev {
    height: 35px;
    width: 35px;
    position: absolute;
    top: -35px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    right: 37px;
    background-color: #222;
    color: #fff;
}

.owl-category-wrap .owl-dots {
    position: absolute;
    bottom: 0;
    right: 5px;
    line-height: 35px;
}

.owl-category-wrap .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 5px;
    background-color: #fff;
}

.owl-category-wrap .owl-dots .owl-dot.active {
    background-color: #32CA96;
}

.owl-category article {
    position: relative;
}

.owl-category article:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    top: 60%;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    background-image: linear-gradient(to top, #000, transparent);
}

.owl-category .owl-category-caption {
    z-index: 4;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.owl-category .owl-category-caption .post-title a {
    color: #efefef;
}

.owl-category .owl-category-caption .post-title a:hover {
    color: #32CA96;
}

.grid-outer {
    overflow: hidden;
}

.grid {
    margin: 0 -15px;
    position: relative;
}

.grid .grid-item {
    float: left;
    width: 50%;
    padding: 0 15px 0 15px;
    margin-bottom: 40px;
}

@media screen and (max-width:767px) {
    .grid .grid-item {
        float: none;
        width: 100%;
    }
}

.grid.grid-large:before {
    display: none;
}

.grid.grid-large:after {
    display: none;
}

.grid.grid-large .grids-item {
    float: left;
    width: 50%;
    padding: 0 20px 0 20px;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .grid.grid-large .grids-item {
        float: none;
        width: 100%;
    }
}

.grid.grid-small:before {
    display: none;
}

.grid.grid-small:after {
    display: none;
}

.grid.grid-small .grid-item {
    float: left;
    width: 33.333%;
    padding: 0 15px 0 15px;
    margin-bottom: 40px;
}

@media screen and (max-width:991px) {
    .grid.grid-small .grid-item {
        float: left;
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .grid.grid-small .grid-item {
        float: none;
        width: 100%;
    }
}

.social-network {
    overflow: hidden;
}

.social-network .sn-row {
    margin: 0 -5px;
}

.social-network .sn-row .sn-col {
    float: left;
    width: 50%;
    padding: 0 5px;
}

.sn-item {
    padding: 2px 2px 2px 67px;
    height: 50px;
    margin: 0 0 10px 0;
    cursor: pointer;
    background-color: #504f4f;
}

.sn-item .sn-icon {
    float: left;
    margin: 0 0 0 -65px;
    height: 46px;
    width: 46px;
    color: #504f4f;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    background-color: #fff;
}

.sn-item .sn-icon i {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.sn-item p {
    margin: 0;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 0 0;
    font-size: 22px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    height: 30px;
    line-height: 30px;
}

.sn-item span {
    display: block;
    margin: 0;
    font-size: 10px;
    color: #eee;
    font-family: "Roboto", sans-serif;
}

.sn-item:hover p {
    color: #3b5998;
}

.sn-item:hover .sn-icon {
    color: #3b5998;
}

.sn-item.twitter:hover p {
    color: #3a92c8;
}

.sn-item.twitter:hover .sn-icon {
    color: #3a92c8;
}

.sn-item.pinterest:hover p {
    color: #cb2027;
}

.sn-item.pinterest:hover .sn-icon {
    color: #cb2027;
}

.sn-item.youtube:hover p {
    color: #b00;
}

.sn-item.youtube:hover .sn-icon {
    color: #b00;
}

.owl-special-wrap {
    position: relative;
}

.owl-special-wrap .owl-dots {
    position: absolute;
    bottom: -5px;
    right: 5px;
    left: 5px;
    text-align: center;
    line-height: 15px;
}

.owl-special-wrap .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 5px;
    background-color: #fff;
}

.owl-special-wrap .owl-dots .owl-dot.active {
    background-color: #32CA96;
}

.box-special {
    min-height: 200px;
    background-color: #504f4f;
    margin-top: -15px;
    padding: 15px;
}

.box-special .news-item-big {
    padding: 15px 2px 20px 2px;
    border-top: 1px dashed #666;
}

.box-special .news-item-big:first-child {
    padding-top: 0;
    border: none;
}

.box-special .news-item-big .post-meta {
    color: #ccc;
}

.box-special .news-item-big .post-title {
    color: #fff;
}

.box-tag .tagcloud a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    background-color: #f1f1f1;
    margin: 5px 3px 0 0;
    color: #333;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-family: "Roboto", sans-serif;
}

.box-tag .tagcloud a:hover {
    background-color: #32CA96;
    color: #fff;
}

.box-top-review {
    position: relative;
}

.box-top-review .top-review-item>span {
    display: block;
    text-align: right;
    margin: 2px 0;
    font-size: 11px;
    font-weight: bold;
}

.box-top-review .top-review-item .process-item {
    height: 10px;
    padding: 1px;
    background-color: #f1f1f1;
    position: relative;
    margin: 0 0 15px 0;
}

.box-top-review .top-review-item .process-item div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #32CA96;
}

.box-top-review .top-review-item article {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

.box-top-review .top-review-item article h3.post-title {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

.box-top-review .owl-dots {
    position: absolute;
    bottom: 0;
    right: 5px;
    left: 5px;
    text-align: center;
    line-height: 35px;
}

.box-top-review .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 5px;
    background-color: #504f4f;
}

.box-top-review .owl-dots .owl-dot.active {
    background-color: #32CA96;
}

.box-category ul {
    padding: 0;
    margin: 0;
}

.box-category ul li {
    border-bottom: 1px solid #f1f1f1;
    list-style: none;
}

.box-category ul li a {
    display: block;
    padding: 10px 0;
    font-family: "Oswald", serif;
    font-size: 14px;
    text-transform: uppercase;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.box-category ul li a:hover {
    color: #32CA96;
}

.box-category ul li a:hover span {
    background-color: #32CA96;
    color: #fff;
}

.box-category ul li span {
    float: right;
    border-radius: 3px;
    line-height: 15px;
    height: 15px;
    border-radius: 2px;
    padding: 0 3px;
    margin: 4px 0 0 0;
    min-width: 25px;
    background-color: #f1f1f1;
    font-family: "Oswald", serif;
    font-size: 12px;
    text-align: center;
}

.footer {
    margin-top: 50px;
    background-color: #222;
    padding: 50px 0 0 0;
}

.box-site-info {
    text-align: center;
}

.box-site-info a.logo {
    display: inline-block;
    background-color: #32CA96;
    padding: 10px;
}

.social-company {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
    padding: 15px 0;
}

.social-company li {
    display: inline-block;
    margin: 5px 5px;
}

.social-company li a {
    display: block;
    line-height: 35px;
    width: 35px;
    font-size: 16px;
    color: #eee;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background-color: #504f4f;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.social-company li a:hover {
    background-color: #32CA96;
}

.menu-footer {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 0 50px 0;
}

.menu-footer li {
    display: inline-block;
    padding: 0 15px;
}

@media screen and (max-width:767px) {
    .menu-footer li {
        padding: 0 10px;
    }

    .menu-footer li a {
        font-size: 14px;
    }
}

.menu-footer li a {
    display: block;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 15px;
    color: #aaa;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.menu-footer li a:hover {
    color: #32CA96;
}

.allright {
    padding: 20px 10px;
    text-align: center;
    background-color: #1d1d1d;
}

.allright p {
    margin: 0;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    color: #aaa;
}

.allright a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #eee;
}

.allright a:hover {
    text-decoration: underline;
}

.footer-caption {
    color: #eee;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.box-popular-category ul {
    padding: 0;
    list-style: none;
    margin: 20px 0 0 0;
}

.box-popular-category li {
    display: block;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px solid #504f4f;
}

.box-popular-category li a {
    color: #eee;
}

.box-popular-category li i {
    float: right;
    border-radius: 2px;
    background-color: #32CA96;
    line-height: 15px;
    min-width: 25px;
    padding: 0 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    font-style: normal;
}

.list-item-category .category-item {
    padding: 20px 0;
}

.list-item-category .category-item:first-child {
    padding-top: 0;
}

.list-item-category .category-item .post-title {
    margin-top: 0;
}

.paging-outer {
    margin: 30px 0;
}

.paging-outer .paging {
    text-align: center;
}

.paging-outer .paging a {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    line-height: 28px;
    background-color: #222;
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 0 6px;
    margin: 10px 5px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.paging-outer .paging a i {
    margin: 0 3px;
}

.paging-outer .paging a:hover {
    background-color: #32CA96;
    cursor: pointer;
}

.paging-outer .paging span {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    line-height: 28px;
    background-color: #32CA96;
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    margin: 10px 5px;
}

.cate-special-item {
    position: relative;
    overflow: hidden;
    margin: 20px 0 0 0;
}

.cate-special-item img {
    -webkit-transform: rotate(.5deg) scale(1.05);
    transform: rotate(.5deg) scale(1.05);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.cate-special-item .gn-caption {
    position: absolute;
    bottom: -100px;
    left: 10px;
    right: 10px;
    color: #fff;
    z-index: 999;
    -moz-transition: all ease .6s;
    -o-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}

.cate-special-item .gn-caption p {
    font-family: "Roboto", sans-serif;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.cate-special-item:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.cate-special-item:hover .gn-caption {
    bottom: 0;
}

.cate-special-item:hover .gn-caption p {
    color: #32CA96;
}

.cate-special-item a {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.cate-special-item a img {
    position: relative;
    z-index: 1;
}

.cate-special-item a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.cate-special-item a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    top: 60%;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    background-image: linear-gradient(to top, #000, transparent);
}

.cate-special-item a:hover:after {
    background-color: transparent;
}

.sitemap {
    line-height: 35px;
    background-color: #504f4f;
    border-left: 5px solid #32CA96;
    display: inline-block;
    padding: 0 10px 0 10px;
}

.sitemap a {
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    line-height: 35px;
    float: left;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.sitemap a:hover {
    color: #32CA96;
}

.sitemap span {
    display: inline-block;
    float: left;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    line-height: 35px;
}

.detail-content p {
    font-size: 15px;
    margin: 15px 0;
}

.detail-content.detail-three-col {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
    margin: 20px 0 0 0;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    color: #333;
}

@media screen and (max-width:767px) {
    .detail-content.detail-three-col {
        -moz-columns: 1;
        -webkit-columns: 1;
        columns: 1;
        text-align: left;
    }
}

.detail-bottom {
    margin: 50px 0 0 0;
    position: relative;
}

.single-info {
    border: 1px solid #504f4f;
    position: relative;
    padding: 20px 20px;
    margin: 50px 0 0 0;
}

.single-info .caption {
    font-family: "Oswald", serif;
    padding: 2px 10px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    margin: 0;
    top: -20px;
    text-align: center;
    width: 100%;
}

.single-info .caption span {
    display: inline-block;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 0 10px;
    text-transform: uppercase;
    background-color: #fff;
}

.tags {
    margin-top: 40px;
}

.tags a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    background-color: #f1f1f1;
    margin: 0 3px 5px 0;
    color: #333;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-family: "Roboto", sans-serif;
}

.tags a:hover {
    background-color: #32CA96;
    color: #fff;
}

.single-rating {
    height: 60px;
    position: relative;
}

.single-rating:before {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #f1f1f1;
}

.single-rating .rating-item {
    float: left;
    text-align: center;
    width: 50%;
}

.single-rating .rating-item strong {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    display: block;
    text-align: center;
}

.single-rating .rating-item span {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-family: 12px;
}

.single-share {
    margin-top: 40px;
}

.single-share span {
    line-height: 35px;
    display: inline-block;
    font-family: "Oswald", serif;
    color: #fff;
    font-size: 17px;
    margin: 0 10px 0 10px;
    text-transform: uppercase;
}

.single-share .single-share-inner {
    padding: 10px 20px 0 10px;
    background-color: #504f4f;
}

.single-share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 10px 10px 0;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.single-share a:hover {
    opacity: .7;
    cursor: pointer;
}

.single-share a i {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
}

.single-share a.facebook {
    background-color: #3b5998;
}

.single-share a.google {
    background-color: #dd4b39;
}

.single-share a.twitter {
    background-color: #3a92c8;
}

.single-share a.pinterest {
    background-color: #cb2027;
}

.single-share a.youtube {
    background-color: #b00;
}

.single-share a.instagram {
    background-color: #fb3958;
}

.single-share a.soundcloud {
    background-color: #f80;
}

.single-share a.rss {
    background-color: #f26522;
}

.single-share a.linkedin {
    background-color: #0077b5;
}

.single-share a.email {
    background-color: #0099fe;
}

.related-post {
    margin: 50px 0 0 0;
}

.related-post .post-title {
    font-size: 15px;
}

.box-detail-caption {
    line-height: 35px;
    background-color: #504f4f;
    border-left: 5px solid #32CA96;
    display: inline-block;
    padding: 0 10px 0 10px;
    margin-bottom: 15px;
}

.box-detail-caption span {
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    line-height: 35px;
    float: left;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.author-single {
    margin-top: 50px;
    padding: 15px;
    background-color: #f1f1f1;
}

.author-single .author-single-inner {
    border: 1px solid #222;
    padding: 20px 20px 20px 180px;
}

@media screen and (max-width:767px) {
    .author-single .author-single-inner {
        padding: 20px 20px 20px 100px;
    }
}

.author-single img {
    float: left;
    margin: 0 0 0 -160px;
    width: 140px;
    height: 140px;
}

@media screen and (max-width:767px) {
    .author-single img {
        margin: 0 0 0 -80px;
        width: 60px;
        height: 60px;
    }
}

.author-single h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.author-single p {
    font-size: 16px;
    margin: 0;
}

.social-author {
    padding: 10px 0;
}

.social-author a {
    display: inline-block;
    line-height: 25px;
    width: 20px;
    height: 25px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.social-author a:hover {
    color: #32CA96;
}

.box-comment {
    margin-top: 50px;
}

.comment-respond {
    margin-top: 50px;
}

.comments-area {
    margin-top: 50px;
}

.comments-area ol {
    padding: 0;
}

.comments-area .detail-caption {
    line-height: 35px;
    background-color: #504f4f;
    border-left: 5px solid #32CA96;
    display: inline-block;
    padding: 0 10px 0 10px;
    margin-bottom: 15px;
}

.comments-area .detail-caption span {
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    line-height: 35px;
    float: left;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.comment-reply-title {
    line-height: 35px;
    background-color: #504f4f;
    border-left: 5px solid #32CA96;
    display: inline-block;
    padding: 0 10px 0 10px;
    margin-bottom: 15px;
}

.comment-reply-title span {
    color: #fff;
    font-family: "Oswald", serif;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    font-weight: 400;
    line-height: 35px;
    float: left;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.author-info {
    padding: 10px 0 10px 70px;
    margin: 10px 0;
    border-bottom: 1px dashed #f1f1f1;
}

.author-info .author-avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 -70px;
}

.author-info .author-avatar img {
    width: 50px;
    height: 50px;
    border: 1px solid #222;
}

.author-info .author-text .author-text-inner {
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    border-left: 2px solid #f1f1f1;
}

.author-info .author-text h3 {
    margin: 0;
    font-size: 15px;
}

.author-info .author-text h3 a {
    font-weight: bold;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #222;
}

.author-info .author-text h3 a:hover {
    color: #32CA96;
}

.author-info .author-text h3 span {
    display: block;
    font-size: 12px;
    color: #999;
    font-family: "Open Sans", sans-serif;
    margin: 5px 0 10px 0;
}

.author-info .author-text p {
    margin: 0 0 0 0;
    font-size: 13px;
}

.author-info .author-text p a {
    color: #999;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    margin-left: 10px;
}

.author-info .author-text p a:hover {
    color: #32CA96;
    text-decoration: underline;
}

.reply-wrap {
    margin-top: 10px;
}

.reply-wrap .author-info {
    border: none;
}

.comment-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comment-list .comment {
    list-style: none;
    padding: 10px 0 10px 70px;
    margin: 10px 0;
    border-bottom: 1px dashed #f1f1f1;
}

@media screen and (max-width:1199px) {
    .comment-list .comment .comment {
        padding: 10px 0 10px 0;
        margin-left: -20px;
    }
}

.comment-list .comment .comment-body {
    border-left: 4px solid #f1f1f1;
    padding: 0 0 0 15px;
}

.comment-list .children .comment {
    border: none;
}

.comment-list .comment-author img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 0 0 -85px;
}

.comment-list .comment-author .fn {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.comment-list .comment-author .fn a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    color: #32CA96;
    font-weight: 600;
}

.comment-list .comment-author .fn a:hover {
    color: #32CA96;
}

.comment-list .comment-author .says {
    display: none;
}

.comment-list .comment-metadata {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #999;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.comment-list .comment-metadata time {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.comment-list p.comment-awaiting-moderation {
    color: #999;
    font-style: italic;
    margin: 0;
}

.comment-list .comment-reply-link {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    background-color: #504f4f;
    padding: 0 10px;
}

.comment-list .comment-reply-link:hover {
    background-color: #32CA96;
}

.comment-list .comment-content {
    display: inline;
    color: #333;
}

.comment-list .comment-content p {
    display: inline-block;
    font-size: 15px;
}

.comment-list .reply {
    display: inline;
    padding: 0 0 0 0;
    font-weight: 300;
}

.form-submit {
    margin-top: 10px;
}

.field-item {
    margin: 10px 0;
}

.field-item .field-caption {
    font-family: "Oswald", serif;
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 13px;
    letter-spacing: 2px;
}

.field-item .field-caption span {
    color: #32CA96;
}

.field-item input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #222;
    font-size: 15px;
    outline: none;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    border: 1px solid #222;
}

.field-item input:hover {
    border: 1px solid #222;
}

.field-item textarea {
    width: 100%;
    height: 150px;
    padding: 10px 10px;
    font-size: 15px;
    display: block;
    margin: 0;
    color: #333;
    outline: none;
    border: 1px solid #666;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.field-item textarea:hover {
    border: 1px solid #222;
}

.wpcf7-form p {
    margin: 10px 0;
}

.wpcf7-form p input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    outline: none;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    border: 1px solid #777;
}

.wpcf7-form p input:hover {
    border: 1px solid #222;
}

.wpcf7-form p textarea {
    width: 100%;
    height: 120px;
    padding: 10px 10px;
    font-size: 15px;
    color: #333;
    outline: none;
    border: 1px solid #777;
    display: block;
    margin: 0;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.wpcf7-form p textarea:hover {
    border: 1px solid #222;
}

.wpcf7-form .wpcf7-submit {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none !important;
    background-color: #32CA96;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    width: auto;
    background-color: #222;
}

.wpcf7-form .wpcf7-submit:focus {
    outline: none;
    color: #fff;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #32CA96;
}

.owl-detail-wrap {
    position: relative;
}

.owl-detail-wrap .owl-next {
    height: 30px;
    width: 70px;
    font-family: "Oswald", serif;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    right: 10px;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.owl-detail-wrap .owl-next:hover {
    color: #32CA96;
}

.owl-detail-wrap .owl-prev {
    height: 30px;
    width: 70px;
    font-family: "Oswald", serif;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    left: 10px;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.owl-detail-wrap .owl-prev:hover {
    color: #32CA96;
}

.owl-detail-wrap .owl-dots {
    position: absolute;
    bottom: 0;
    right: 5px;
    left: 5px;
    text-align: center;
    line-height: 35px;
}

.owl-detail-wrap .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 5px;
    background-color: #fff;
}

.owl-detail-wrap .owl-dots .owl-dot.active {
    background-color: #32CA96;
}

.owl-shop-wrap {
    position: relative;
}

.owl-shop-wrap .owl-next {
    height: 30px;
    width: 60px;
    font-family: "Oswald", serif;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    right: 10px;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.owl-shop-wrap .owl-next:hover {
    color: #32CA96;
}

.owl-shop-wrap .owl-prev {
    height: 30px;
    width: 60px;
    font-family: "Oswald", serif;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    position: absolute;
    top: 49%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    left: 10px;
    color: #222;
    background-color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.owl-shop-wrap .owl-prev:hover {
    color: #32CA96;
}

.owl-shop-wrap .owl-dots {
    position: absolute;
    bottom: 0;
    right: 5px;
    left: 5px;
    text-align: center;
    line-height: 35px;
}

.owl-shop-wrap .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 5px;
    background-color: #fff;
}

.owl-shop-wrap .owl-dots .owl-dot.active {
    background-color: #32CA96;
}

blockquote {
    padding: 70px 20px 20px 20px;
    position: relative;
    border: none;
    margin: 20px auto;
    text-align: center;
}

blockquote:before {
    display: block;
    width: 50px;
    height: 50px;
    content: "“";
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    line-height: 50px;
    position: absolute;
    padding: 20px 0 0 0;
    top: 10px;
    left: 50%;
    font-size: 80px;
    text-align: center;
    font-family: georgia, serif;
    margin: 0 0 0 -15px;
}

blockquote p {
    margin: 15px 0;
    font-style: italic;
    font-weight: 500;
    color: #000;
}

blockquote p cite {
    display: block;
    margin: 10px 0;
    color: #32CA96;
    font-size: 14px;
}

img {
    max-width: 100%;
}

.screen-reader-text {
    width: auto;
}

.gallery-caption {
    color: #333;
}

.bypostauthor {
    color: #333;
}

.alignnone {
    max-width: 100%;
    height: auto;
}

.alignnone .wp-caption-text {
    padding: 10px 0;
    font-weight: 300;
    font-style: italic;
}

.alignnone img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.aligncenter .wp-caption-text {
    padding: 10px 0;
    font-weight: 300;
    font-style: italic;
}

.alignleft {
    float: left;
    margin: 0 20px 5px 0;
}

.alignleft .wp-caption-text {
    padding: 10px 0;
    font-weight: 300;
    font-style: italic;
}

.alignright {
    float: right;
    margin: 0 0 5px 20px;
}

.alignright .wp-caption-text {
    padding: 10px 0;
    font-weight: 300;
    font-style: italic;
}

table tr td {
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
}

table tr th {
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
}

dl dd {
    margin-bottom: 15px;
}

.detail ul li {
    margin: 5px 0;
}

.detail ol li {
    margin: 5px 0;
}

.detail .address {
    font-style: italic;
}

.detail code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.detail .page-links {
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    line-height: 30px;
}

.detail .page-links a {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px 0 10px;
    text-align: center;
    margin: 0 0 0 5px;
    background-color: #222;
    color: #fff;
    font-size: 16px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.detail .page-links a:hover {
    text-decoration: none;
    background-color: #32CA96;
}

.detail .post-password-form label {
    display: block;
}

.detail .post-password-form input[type="password"] {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #222;
    margin-top: 5px;
    outline: none;
}

.detail .post-password-form input[type="submit"] {
    background-color: #222;
    border: none;
    height: 35px;
    line-height: 33px;
    cursor: pointer;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    width: 80px;
    text-transform: uppercase;
    outline: none;
    border: none;
}

.detail .gallery {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
}

.detail .gallery .gallery-item {
    float: left;
    width: 33.333%;
    padding: 10px 15px;
    margin: 10px 0;
}

.detail .gallery-caption {
    color: #333;
}

.detail .bypostauthor {
    color: #333;
}

.shop-item {
    position: relative;
    margin-bottom: 40px;
}

.shop-item .shop-img {
    position: relative;
    overflow: hidden;
}

.shop-item .shop-img img {
    width: 100%;
}

.shop-item .shop-img .sale {
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    padding: 1px 10px;
    z-index: 9;
    background-color: #32CA96;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 20px;
}

.shop-item .shop-img .add-to-cart {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 3px;
    z-index: 9;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-family: "Roboto", sans-serif;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.shop-item .shop-img .add-to-cart:hover {
    background-color: #32CA96;
}

.shop-item .shop-img .like {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 40px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    -webkit-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    z-index: 9;
    color: #222;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.shop-item .shop-img .like:hover {
    color: #c0392b;
    cursor: pointer;
}

.shop-item .shop-img .like:hover i:before {
    content: "";
}

.shop-item .shop-img:hover .add-to-cart {
    bottom: 0;
}

.shop-item .shop-img:hover .like {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.shop-item h3 {
    margin: 10px 0;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.shop-item h3 a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.shop-item h3 a:hover {
    color: #32CA96;
}

.shop-item .price {
    margin: 5px 0;
}

.shop-item .price span {
    font-family: "Roboto", sans-serif;
    margin: 0 20px 0 0;
    color: #32CA96;
    font-size: 16px;
}

.shop-item .price span.old {
    color: #666;
    text-decoration: line-through;
}

.shop-item .votes i {
    font-size: 13px;
    margin: 0 3px 0 0;
    color: #f1c40f;
}

.related-post .shop-item h3 {
    font-size: 16px;
    font-weight: 400;
}

.loadmore-prouduct {
    text-align: center;
    margin: 0 0 50px 0;
}

.loadmore-prouduct a {
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    border: 1px solid #222;
    line-height: 35px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 30px;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.loadmore-prouduct a:hover {
    background-color: #222;
    color: #fff;
}

.shopbar {
    margin: 10px 0 10px 0;
}

.shopbar h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin: 5px 0 10px 0;
    padding: 0;
    line-height: 25px;
}

@media screen and (max-width:991px) {
    .shopbar h3 {
        float: none;
    }
}

.shopbar .sortby {
    float: right;
    position: relative;
    border: 1px solid #222;
}

@media screen and (max-width:991px) {
    .shopbar .sortby {
        float: none;
        width: 100%;
    }
}

.shopbar .sortby p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 25px;
    margin: 0;
}

.shopbar .sortby p i {
    float: right;
    line-height: 25px;
    margin: 0 0 0 5px;
}

.shopbar .sortby .dropdown-menu {
    border: none;
    border-radius: 0;
    left: auto;
    right: -1px;
    background-color: #222;
    padding: 0;
}

.shopbar .sortby .dropdown-menu li {
    border-bottom: 1px solid #333;
}

.shopbar .sortby .dropdown-menu li a {
    display: block;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 10px;
    text-align: right;
}

.shopbar .sortby .dropdown-menu li a:hover {
    background-color: #333;
}

.shopbar .sortby .dropdown-menu li.current a {
    color: #32CA96;
}

h1.page-title {
    border-bottom: 10px solid #222;
    position: relative;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 60px 0 !important;
    font-size: 110px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 2px;
    text-align: center;
    margin: 0;
    font-family: "Roboto", sans-serif;
    color: #222;
    text-transform: uppercase;
}

@media screen and (max-width:991px) {
    h1.page-title {
        border-bottom: 5px solid #222;
        margin: 0 0 30px 0 !important;
    }
}

@media screen and (max-width:1191px) {
    h1.page-title {
        font-size: 100px;
    }
}

@media screen and (max-width:991px) {
    h1.page-title {
        font-size: 80px;
    }
}

@media screen and (max-width:767px) {
    h1.page-title {
        font-size: 25px;
    }
}

.woocommerce .woocommerce-result-count {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 !important;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width:991px) {
    .woocommerce .woocommerce-result-count {
        float: none;
    }
}

.woocommerce .woocommerce-ordering {
    float: right;
    position: relative;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #222;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    float: right;
}

@media screen and (max-width:991px) {
    .woocommerce .woocommerce-ordering {
        float: none;
        width: 100%;
    }
}

.products-wrapper {
    overflow: hidden;
    clear: both;
}

.woocommerce ul.products {
    margin: 0 -15px;
    list-style: none;
    padding: 0;
}

.woocommerce ul.products li.product {
    float: left !important;
    width: 33.333% !important;
    padding: 0 15px !important;
    margin: 0 0 40px 0 !important;
}

@media screen and (max-width:991px) {
    .woocommerce ul.products li.product {
        float: left !important;
        width: 50% !important;
    }
}

@media screen and (max-width:767px) {
    .woocommerce ul.products li.product {
        float: none !important;
        width: 100% !important;
    }
}

.woocommerce ul.products li.product .product-thumbnail {
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products li.product .product-thumbnail a img {
    width: 100%;
    height: auto;
    margin: 0;
}

.woocommerce ul.products li.product .product-thumbnail .button {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: 3px;
    z-index: 9;
    margin: 0;
    background-color: #222;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto", sans-serif;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    border-radius: 0;
    font-weight: 300;
}

.woocommerce ul.products li.product .product-thumbnail .button:hover {
    background-color: #32CA96;
}

.woocommerce ul.products li.product h3 {
    margin: 10px 0;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
}

.woocommerce ul.products li.product h3 a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.woocommerce ul.products li.product h3 a:hover {
    color: #32CA96;
}

.woocommerce ul.products li.product .price {
    margin: 5px 0;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin: 0 20px 0 0;
}

.woocommerce ul.products li.product .price del span {
    color: #666;
    text-decoration: line-through;
}

.woocommerce ul.products li.product .price .ins {
    display: block;
}

.woocommerce ul.products li.product .price span {
    font-family: "Roboto", sans-serif;
    color: #32CA96;
    font-size: 16px;
}

.woocommerce ul.products li.product:hover .product-thumbnail .button {
    bottom: 0;
}

.list-popular-product {
    margin-bottom: 50px;
}

.pp-item {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    min-height: 110px;
}

.pp-item:first-child {
    padding-top: 0;
    min-height: 95px;
}

.pp-item .shop-img {
    float: left;
    width: 70px;
    border: 1px solid #504f4f;
    margin: 0 15px 0 0;
}

.pp-item h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0 0 0;
}

.pp-item h3 a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.pp-item h3 a:hover {
    color: #32CA96;
}

.pp-item .price {
    margin: 5px 0;
}

.pp-item .price span {
    font-family: "Roboto", sans-serif;
    margin: 0 20px 0 0;
    color: #32CA96;
    font-size: 16px;
}

.pp-item .price span.old {
    color: #666;
    text-decoration: line-through;
}

.box-shopping-cart {
    margin-bottom: 50px;
    min-height: 100px;
    padding: 0 20px 20px 20px;
    margin: -15px 0 0 0;
    background-color: #504f4f;
}

.box-shopping-cart .sc-item {
    padding: 20px 0;
    border-bottom: 1px solid #666;
}

.box-shopping-cart .sc-item h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.box-shopping-cart .sc-item p {
    color: #999;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin: 5px 0 0 0;
    font-size: 13px;
}

.box-shopping-cart h5 {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
}

.box-shopping-cart h5 span {
    color: #32CA96;
}

.box-shopping-cart .my-btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    background-color: #32CA96;
    text-align: center;
}

.box-shopping-cart .my-btn:hover {
    background-color: #32CA96;
    color: #fff;
    opacity: .8;
}

.box-shopping-cart .my-btn.btn-view-cart {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.box-shopping-cart .my-btn.btn-view-cart:hover {
    background-color: #32CA96;
    color: #fff;
    border: 1px solid #32CA96;
}

.box-filter {
    margin-bottom: 50px;
}

.box-filter .slider-budget {
    margin: 30px 0 0 0;
}

.box-filter .slider-budget .slider.slider-horizontal {
    width: 100%;
}

.box-filter .slider-budget .slider-track {
    height: 5px;
    background-color: #f1f1f1;
    background-image: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.box-filter .slider-budget .slider-selection {
    background-color: #222 !important;
    background-image: none !important;
}

.box-filter .slider-handle {
    border: 2px solid #fff !important;
    cursor: pointer;
    margin-top: -2px;
}

.box-filter p {
    margin: 10px 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.box-filter p span {
    margin: 0 5px;
    color: #32CA96;
    font-size: 16px;
}

.box-filter p span em {
    font-style: normal;
    color: #32CA96;
    font-size: 16px;
}

.shop-single {
    margin: 20px 0 0 0;
}

.product-des h1 {
    margin: 10px 0;
    font-size: 25px;
}

.product-des h1 a {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.product-des h1 a:hover {
    color: #32CA96;
}

.product-des .price {
    margin: 5px 0;
}

.product-des .price span {
    font-family: "Roboto", sans-serif;
    margin: 0 20px 0 0;
    color: #32CA96;
    font-size: 16px;
}

.product-des .price span.old {
    color: #666;
    text-decoration: line-through;
}

.product-des .votes i {
    font-size: 13px;
    margin: 0 3px 0 0;
    color: #f1c40f;
}

.product-des .product-sapo {
    margin: 10px 0 0 0;
    padding: 10px 0 0;
    border-top: 2px solid #504f4f;
}

.product-des .my-btn {
    margin-top: 25px;
    background-color: #32CA96;
}

.quantity {
    margin-top: 19px;
    width: 90px;
    height: 30px;
}

.quantity input[type="button"] {
    float: left;
    width: 30px;
    height: 30px;
    background-color: #504f4f;
    color: #fff;
    line-height: 25px;
    font-size: 15px;
    outline: none;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    border: none;
}

.quantity input[type="button"]:hover {
    background-color: #32CA96;
}

.quantity input[type="text"] {
    font-family: "Roboto", sans-serif;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    border-top: 1px solid #504f4f;
    border-bottom: 1px solid #504f4f;
    font-size: 15px;
    outline: none;
}

.shop-tab {
    margin-top: 30px;
    border: 1px solid #504f4f;
}

.shop-tab .shop-tab-caption ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 40px;
    border-bottom: 1px solid #504f4f;
}

.shop-tab .shop-tab-caption ul li {
    float: left;
}

.shop-tab .shop-tab-caption ul li a {
    display: block;
    line-height: 40px;
    font-family: "Oswald", serif;
    padding: 0 20px;
}

.shop-tab .shop-tab-caption ul li.active a {
    background-color: #504f4f;
    color: #fff;
}

.shop-tab .tab-content {
    padding: 20px;
}

.shop-tab .tab-content .table tr {
    border: none;
}

.shop-tab .tab-content .table tr td {
    border: none;
}

.shop-tab .tab-content .table tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.cart-table {
    border: 1px solid #504f4f;
    min-width: 767px;
}

.cart-table a:hover {
    color: #32CA96;
}

.cart-table thead tr {
    background-color: #504f4f;
    border: none !important;
}

.cart-table thead tr th {
    border: none !important;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px !important;
}

.cart-table tr {
    border-bottom: 1px solid #222 !important;
}

.cart-table tr td {
    border: none !important;
    padding: 10px !important;
    vertical-align: middle !important;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.cart-table tr td .quantity {
    margin: 0 !important;
}

.cart-table tr td .amount {
    color: #32CA96;
}

.cart-table tr td .total {
    color: #32CA96;
}

.cart-tab-wrap {
    overflow: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cart-totals {
    margin: 30px 0 30px 0;
}

.cart-totals table tr td {
    border: 1px solid #504f4f;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 400;
}

.cart-totals table tr td strong {
    color: #32CA96;
}

.cart-totals table tr th {
    border: 1px solid #504f4f;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 400;
    background-color: #f1f1f1;
}

.page-404 {
    padding: 100px 0 150px 0;
    text-align: center;
}

.page-404 h1 {
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -10px;
}

@media screen and (max-width:767px) {
    .page-404 h1 {
        font-size: 100px;
    }
}

.page-404 p {
    margin: -20px 0 20px 0;
    font-size: 17px;
    font-weight: 300;
}

.gallery-page {
    margin: 50px 0 0 0;
}

.gallery-album {
    margin-bottom: 30px;
    background-color: #222;
}

.gallery-album h3 {
    margin: 0;
    text-align: center;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.gallery-album img {
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.gallery-album img:hover {
    opacity: .8;
}

.about-social {
    margin: 20px 0 100px 0;
}

.about-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #f1f1f1;
    line-height: 35px;
    margin: 10px 3px;
    line-height: 35px;
    font-size: 15px;
    color: #222;
    border-radius: 50%;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.about-social a:hover {
    background-color: #222;
    color: #fff;
}

.page-contact h3 {
    font-family: "Oswald", serif;
    font-size: 15px;
    color: #fff;
    padding: 0 15px;
    background-color: #504f4f;
    border-left: 5px solid #32CA96;
    display: inline-block;
    font-weight: 400;
    line-height: 35px;
    margin: 10px 0 30px 0;
}

.page-contact .list-infomation {
    list-style: none;
    margin: 10px;
    padding: 0;
}

.page-contact .list-infomation li {
    margin: 5px 0;
    font-style: italic;
}

.page-contact .list-infomation i {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.map {
    margin-top: 40px;
    border-top: 5px solid #32CA96;
    margin-bottom: -50px;
}

#map {
    height: 500px;
}

.about-me {
    text-align: center;
}

.about-me .about-img {
    margin: -20px -40px 0 -40px;
}

@media screen and (max-width:991px) {
    .about-me .about-img {
        margin: -20px -15px 0 -15px;
    }
}

.about-me h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    margin: 20px auto;
    letter-spacing: 2px;
    font-weight: normal;
}