/*-------------------------------------------- Category feature CSS Start --------------------------------------*/

#cat_feature {
    float: left;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 70px 0 0;
}

#cat_feature::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    background: #191919;
    z-index: -1;
    height: 65%;
}

#cat_feature .box-heading h3 {
    background: url("../TemplateTrip/images/separator1.png") no-repeat scroll bottom center;
    color: #fff;
}

.tt-category-featured .ttfcat-items .item {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 80px 0 60px;
}

#cat_feature .tt-titletab .short-desc p::before {
    content: "";
    border: 2px solid #efa15c;
    height: 50px;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}

#cat_feature .tt-titletab span {
    font-size: 22px;
    line-height: 24px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    float: none;
    display: inline-block;
    text-align: center;
}

#cat_feature .tt-titletab .box-heading h3::after {
    display: none;
}

.tt-category-featured .ttfcat-items {
    position: relative;
    padding: 0;
}

.tt-category-featured .ttfcat-items .content {
    float: left;
    position: relative;
    width: 100%;
    border: 8px solid #fff;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
}

.tt-category-featured .ttfcat-items .content .image {
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
}

.tt-category-featured .item .image a {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.tt-category-featured .item:hover .inner-img {
    position: relative;
}

.tt-category-featured .item .content .image a img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    transition: all 400ms ease-in-out;
    height: auto;
}

.tt-category-featured .item .content:hover .image a img {
    transform: scale(1.1);
}

.tt-category-featured .category-feature .caption {
    overflow: hidden;
    padding: 10px 10px 20px;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 400ms ease-in-out;
    height: 70px;
}

.tt-category-featured .category-feature .item:hover .caption {
    height: 360px;
    transition: all 700ms ease-in-out;
    padding: 95px 0;
}

.tt-category-featured .category-feature .bg {
    float: left;
    transition: all 300ms ease-in-out;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    background: linear-gradient(to bottom, transparent 0%, #000000 50%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#000000', GradientType=0);
    z-index: -1;
    opacity: 0.5;
}

.tt-category-featured .category-feature .item:hover .bg {
    z-index: 1;
}

.tt-category-featured .category-feature .caption .content1 {
    float: left;
    position: relative;
    width: 100%;
}

.tt-category-featured .category-feature .caption .cat-title {
    float: left;
    width: 100%;
    padding: 0 0 10px;
    position: relative;
}

.tt-category-featured .products-carousel .owl-buttons {
    display: none;
}

.tt-category-featured .item .content:hover .image::after {
    transform: rotateY(-180deg);
}

.tt-category-featured .owl-item:nth-of-type(4n+1) .item .image::after {
    background: #ffaa01 url("../TemplateTrip/images/cat-2.png") no-repeat scroll center center;
    content: "";
    width: 120px;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    position: absolute;
    bottom: auto;
    top: -70px;
    right: 0;
    left: 0;
    height: 120px;
    margin: auto;
    border: 8px solid #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
}

.tt-category-featured .owl-item:nth-of-type(n+1) .item .image::after {
    background: #ffaa01 url("../TemplateTrip/images/cat-2.png") no-repeat scroll center center;
    content: "";
    width: 120px;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    position: absolute;
    bottom: auto;
    top: -70px;
    right: 0;
    left: 0;
    height: 120px;
    margin: auto;
    border: 8px solid #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
}

.tt-category-featured .owl-item:nth-of-type(2n+1) .item .image::after {
    background: #ffaa01 url("../TemplateTrip/images/cat-2.png") no-repeat scroll center center;
    content: "";
    width: 120px;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    position: absolute;
    bottom: auto;
    top: -70px;
    right: 0;
    left: 0;
    height: 120px;
    margin: auto;
    border: 8px solid #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
}

.tt-category-featured .item:hover .content,
.tt-category-featured .owl-item:nth-of-type(4n+1) .item:hover .image::after,
.ot_category_feature .owl-item:nth-of-type(2n+1) .item:hover .cat-img::after,
.tt-category-featured .item:hover .image::after,
.tt-category-featured .owl-item:nth-of-type(n+1) .item:hover .image::after {
    border-color: #ffaa01;
}

.tt-category-featured .caption .cat-title>h4 {
    color: #ffffff;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.tt-category-featured .caption .cat-title>h4 a {
    position: relative;
    color: #fff;
    float: left;
    font: 500 20px/26px "Oswald", Helvetica, sans-serif;
    letter-spacing: 1px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
}

.tt-category-featured .caption .cat-title:hover>h4 a {
    color: #ffaa01;
}

.tt-category-featured .caption .cat-sub {
    display: block;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    float: left;
    width: 100%;
    padding: 10px 0 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}

.tt-category-featured .item:hover .caption .cat-sub {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.tt-category-featured .caption .cat-sub ul {
    float: left;
    margin: 0;
    width: 100%;
    z-index: 1;
    padding: 0;
    text-align: center;
    list-style: none;
}

.tt-category-featured .caption .cat-sub ul {
    margin: 0;
    padding: 0;
}

.tt-category-featured .caption .cat-sub ul li {
    list-style: outside none none;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}

.tt-category-featured .caption .cat-sub ul li a {
    border: none;
    padding: 0;
    color: #fff;
    font: 400 14px/30px "Roboto Slab", Helvetica, sans-serif;
    text-transform: capitalize;
    position: relative;
    background: none;
}

.tt-category-featured .caption .cat-sub ul li a:hover {
    color: #ffaa01;
}

.tt-category-featured .caption .cat-sub ul li.more {
    margin: 10px 0 0;
}

.tt-category-featured .caption .more .tt_more-menu a {
    text-align: center;
    background: #ffc948;
    color: #111;
    padding: 7px 20px 7px 20px;
    position: relative;
    font-size: 13px;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}

.tt-category-featured .caption .more .tt_more-menu:hover a {
    background: #ff7f48;
    color: #fff;
}

.tt-category-featured .caption .cat-sub ul li.more .tt_more-menu a::after {
    color: #000;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-left: 5px;
    float: right;
}

.tt-category-featured .caption .cat-sub ul li.more .tt_more-menu:hover a::after {
    color: #fff;
}

#cat_feature .customNavigation {
    float: left;
    width: 78%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: auto;
    bottom: -20px;
    left: 0;
    right: auto;
    padding: 0 75px;
}

#cat_feature .customNavigation a {
    display: inline-block;
    border: 1px solid #fff;
    color: #222222;
    font-size: 0;
    height: 31px;
    padding: 0;
    width: 31px;
    text-shadow: none;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

#cat_feature .customNavigation a:hover {
    background: #efa15c;
    border: 1px solid #efa15c;
}

#cat_feature .customNavigation a.prev::before {
    border-top: 1px solid #e5e5e5;
    content: "";
    height: 1px;
    left: -61px;
    position: absolute;
    text-align: left;
    top: 10px;
    right: auto;
    width: 60px;
}

#cat_feature .customNavigation a.next::before {
    border-top: 1px solid #e5e5e5;
    content: "";
    height: 1px;
    right: -61px;
    position: absolute;
    top: 10px;
    width: 60px;
    left: auto;
}

#cat_feature .customNavigation a.prev::after {
    border-bottom: 1px solid #e5e5e5;
    content: "";
    height: 1px;
    left: -40px;
    position: absolute;
    top: 5px;
    width: 40px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    background: none;
    right: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#cat_feature .customNavigation a.next::after {
    border-bottom: 1px solid #e5e5e5;
    content: "";
    height: 1px;
    right: -40px;
    position: absolute;
    top: 5px;
    width: 40px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    background: none;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

#cat_feature .customNavigation a.prev {
    background: #fff url("../TemplateTrip/images/sprite.png") no-repeat scroll -10px -353px;
    margin: 0 8px 0 0;
}

#cat_feature .customNavigation a:hover.prev {
    background: #efa15c url("../TemplateTrip/images/sprite.png") no-repeat scroll -69px -353px;
}

#cat_feature .customNavigation a.next {
    background: #fff url("../TemplateTrip/images/sprite.png") no-repeat scroll -69px -386px;
    margin: 0 8px 0 0;
}

#cat_feature .customNavigation a:hover.next {
    background: #efa15c url("../TemplateTrip/images/sprite.png") no-repeat scroll -10px -386px;
}


/*-------------------------------------------- Category feature CSS End --------------------------------------*/

@media (max-width: 1399px) {
    #cat_feature .tt-titletab .box-heading h3 {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .tt-category-featured .category-feature .item:hover .caption {
        height: 240px;
    }
    .tt-category-featured .ttfcat-items .item {
        margin: 80px 0 50px;
    }
}

@media (max-width: 991px) {
    #cat_feature .tt-titletab .box-heading h3 {
        font-size: 30px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tt-category-featured .category-feature .item:hover .caption {
        height: 250px;
    }
}

@media (max-width: 767px) {
    #cat_feature {
        padding: 50px 0 0;
    }
    #cat_feature .tt-titletab {
        width: 100%;
        text-align: center;
    }
    .tt-category-featured .ttfcat-items {
        float: left;
        width: 100%;
    }
    #cat_feature .tt-titletab .box-heading h3 {
        text-align: center;
    }
    #cat_feature .tt-titletab .short-desc p {
        text-align: center;
    }
    .tt-category-featured .ttfcat-items .item {
        margin: 80px 0 50px;
    }
    #cat_feature .customNavigation {
        float: none;
        margin: 0;
    }
    #cat_feature .tt-titletab .short-desc p::before {
        display: none;
    }
    .tt-category-featured .caption .cat-title>h4 {
        padding: 10px 0 0;
    }
    .tt-category-featured .ttfcat-items .item .image>a::after {
        right: 0;
    }
}

@media (max-width: 543px) {
    .tt-category-featured .ttfcat-items .content {
        padding: 5px 0;
    }
    .tt-category-featured .ttfcat-items .content .image {
        margin: 0 auto;
        float: none;
    }
    #cat_feature {
        padding: 30px 0 0;
        margin: 0 0 10px;
    }
    #cat_feature .tt-titletab .box-heading h3 {
        font-size: 24px;
    }
    .tt-category-featured .category-feature .item:hover .caption {
        height: 240px;
    }
    .tt-category-featured .ttfcat-items .item {
        margin: 80px 0 40px;
    }
}

@media (max-width: 480px) {
    .tt-category-featured .ttfcat-items .content .image img {
        width: 100%;
    }
    #ttcmsservices {
        margin: 0 0 30px;
    }
    .tt-category-featured .ttfcat-items .item {
        margin: 70px 0 20px;
    }
    #cat_feature .tt-titletab .box-heading h3 {
        font-size: 22px;
        line-height: 30px;
    }
    #cat_feature .tt-titletab .short-desc p {
        padding: 0 5px;
    }
    #cat_feature .tt-titletab span {
        font-size: 20px;
    }
    #cat_feature .cat_featureinner {
        padding: 30px 20px;
        margin: -20px auto 0;
    }
}