.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer;
}

.owl-controls .owl-buttons div {
    position: absolute;
}

.owl-controls .owl-buttons .owl-prev {
    left: 10px;
    top: 50%;
}

.owl-controls .owl-buttons .owl-next {
    right: 10px;
    top: 50%;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel {
    margin: 0 0 20px;
    direction: ltr!important;
    z-index: 1;
}

.owl-carousel:hover .owl-buttons div {
    opacity: 1;
}

.owl-carousel .owl-buttons .owl-prev {
    left: 10px;
}

.owl-carousel .owl-buttons .owl-next {
    right: 10px;
}

.owl-carousel .owl-buttons div i {
    font-size: 40px;
    margin: -20px 0 0;
}

.owl-pagination {
    text-align: center;
    top: 20px;
    position: relative;
}

.owl-controls .owl-page {
    display: inline-block;
    margin: 0 6px;
}

.owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, .5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}

.owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, .9);
}

.hb-animate-element {
    opacity: 0;
}

.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    -o-animation: 1s ease 0s normal none 1 fadeInRight;
    opacity: 1;
}

.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    -o-animation: 1s ease 0s normal none 1 fadeInLeft;
    opacity: 1;
}

.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
    opacity: 1;
}

.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 1s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
    -moz-animation: 1s ease 0s normal none 1 fadeInDown;
    -o-animation: 1s ease 0s normal none 1 fadeInDown;
    opacity: 1;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

body {
    background: #fff;
    font: 400 14px/18px "Dosis", sans-serif;
    letter-spacing: 1px;
    margin: 0;
    float: left;
    width: 100%;
}

@media (min-width:1501px) {
    .container {
        width: 1500px;
    }
    #theme-collection1.main-collection-page1 .container {
        max-width: 1370px;
    }
}

.container {
    padding: 0 15px;
    margin: auto;
}

.row {
    margin: 0 -15px;
}

* {
    box-sizing: border-box;
}

::-moz-selection {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    text-shadow: none;
}

::after,
::before {
    box-sizing: border-box;
}

img {
    height: auto;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 980px
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1190px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-sm-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1380px
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1500px
    }
}

.blog-style.cell-bg>img {
    max-width: 100%
}

@media (max-width:1760px) {
    .banner-left {
        float: left;
        width: 50%;
        position: relative
    }
    .banner-middle {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
    .banner-right {
        float: right;
        width: 50%;
        position: relative
    }
    .banner-right .img {
        float: right;
        width: 40%
    }
    .banner-left .img {
        float: left;
        width: 40%
    }
}

.goToTop {
    background: #000;
    display: none;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    bottom: 20px;
    cursor: pointer;
    height: 38px;
    padding: 6px 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 38px;
    z-index: 9999;
    text-decoration: none;
    outline: 0
}

.goToTop:hover {
    border: 2px solid #ffba00;
    background: #333
}

.goToTop::before {
    background: transparent url(../images/top.png) no-repeat scroll center center;
    content: "";
    float: left;
    height: 100%;
    width: 100%
}

.page {
    float: left;
    overflow: hidden;
    width: 100%
}

header {
    float: left;
    position: relative;
    width: 100%
}

.container-bg {
    float: left;
    width: 100%;
    padding: 0 30px;
    z-index: 1;
    position: relative
}

.header-content .header-image img {
    max-width: 100%
}

header .header-content {
    background: rgba(0, 0, 0, 0) url(../images/bg-header.jpg) fixed no-repeat center 0;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
   background-color: #191919;
}

.header-content .logo-desc {
    float: left;
    text-align: center;
    padding: 8% 0 22%;
    width: 100%
}

.header-content .logo-desc .header-logo h2.title {
    color: #333;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    margin: 0
}

.header-content .logo-desc .header-logo {
    float: left;
    width: 100%;
    padding: 0 15px
}

.header-logo {
    float: left;
    margin: 10px 0
}

.header-logo>img {
    max-width: 100%
}

.logo-desc .header-description {
    float: left;
    width: 100%
}

.logo-desc .header-description h1 {
    color: #fff;
    font: 400 36px/42px "Dosis", Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 10px 0;
    padding: 0 0 10px
}

.logo-desc .header-description h3 {
    color: #ccc;
    font: 400 18px/28px "Dosis", Helvetica, sans-serif;
    text-transform: capitalize
}
.logo-desc .header-description a.btn {
	background: #ffba00;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	font: 600 16px/18px "Dosis", Helvetica, sans-serif;
	position: relative;
	padding: 13px 30px;
	color: #111;
	margin: 10px 0;
	z-index: 1;
	border: none;
}
.footer-get-theme a:hover::before,
.layout-image .layout-thumb span:hover::before {
    height: 100%
}

.layout-image .layout-thumb span:hover::after {
    transform: translateY(-190%);
    opacity: 1
}

.highlight-top .highlight-inner .blog-style.cell-bg {
    border: medium none
}

.footer-get-theme a:hover::after {
    transform: translateY(-115%);
    opacity: 1
}

.footer_link {
    display: inline-block;
    float: none;
    width: auto;
    position: relative
}

.wrap-right .blog {
    float: left;
    width: 100%
}

.footer-get-theme .btn span,
.layout-image .layout-thumb span p {
    display: block;
    position: relative;
    margin: 0;
	transition:all .6s;
	font-weight: 600;
}
.header-content .banner {
    float: left;
    width: 100%;
    position: relative
}
.header-content .banner>img {
    max-width: 100%;
    height: auto
}
.header-block .header-image {
    position: relative;
    text-align: center;
    padding: 50px 0 0;
    float: left;
    width: 100%
}

header .header-content .header-content-inner {
    bottom: 30%;
    height: 250px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.header-block .main-header {
    float: left;
    width: 100%;
    padding: 0 100px;
    background: #ffba00;
}

.header-content .header-nav ul {
    float: left;
    margin: 0;
    padding: 0
}

.main-header .header-nav ul.main-menu li {
    display: inline-block;
    list-style: outside none none;
    padding: 10px 20px;
    margin: 27px 0;
    position: relative;
    z-index: 1;
	cursor: pointer;
}
.header-nav .main-menu .menu-item>a {
    color: #111;
	font: 600 16px/20px "Dosis", Helvetica, sans-serif;
	text-decoration: none;
	outline: 0;
	text-transform: capitalize;
	transition: all .4s;
}
.header-nav .main-menu .menu-item::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1
}

.header-nav .main-menu .menu-item:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.header-nav .main-menu .menu-item:hover::before {
    background: #000
}

.header-nav .main-menu .menu-item:hover>a {
    color: #fff
}

.main-header .header-nav {
    float: left
}

.header-block .main-header .header-link {
    float: right;
    margin: 25px 0
}

.footer_link a {
    background: #000;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 42px;
    min-width: 180px;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    z-index: 1;
    transition: all .4s
}

.footer_link a::before {
    content: "";
    transform: scale(.5, 1);
    transition: all .6s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1
}

.footer_link a:hover::before {
    transform: scale(1, 1);
    opacity: 1
}

.footer_link a:hover {
    color: #000
}

.footer_link a:hover::before {
    background: #ffba00
}

.header-link a {
    background: #222;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 37px;
    min-width: 150px;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
    outline: 0;
    position: relative;
    z-index: 1
}

.header-link>a:hover {
    color: #fff
}

.header-link a::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1
}

.header-link a:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.header-link a:hover::before {
    background: #000
}

.header-link a img {
    padding-left: 10px;
    vertical-align: top
}

#page-collection .owl-controls .owl-buttons {
    display: none
}

@media (max-width:1600px) {
    .header-image .layout-screen {
        margin: 10px 120px -80px;
        width: 50%
    }
    .header-content .logo-desc .header-logo h2.title {
        font-size: 50px;
        line-height: 50px
    }
    .logo-desc .header-description h1 {
        font: 400 22px/26px "Dosis", Helvetica, sans-serif;
        padding: 0
    }
}

@media (max-width:1500px) {
    header .header-content {
        background-attachment: scroll;
        background-size: contain;
        background-position: center bottom
    }
}

@media (max-width:1199px) {
    .header-content .logo-desc .header-logo h2.title {
        font-size: 36px;
        line-height: 40px
    }
    .logo-desc .header-description h1 {
        font: 500 18px/20px "Dosis", Helvetica, sans-serif;
        margin: 0
    }
    .container-bg {
        padding: 0
    }
    .header-content .logo-desc {
        padding: 0 0 28%
    }
}

@media (max-width:991px) {
    .main-header .header-nav ul.main-menu li {
        margin: 12px 5px
    }
    .footer_link a,
    .header-link a {
        font-size: 14px;
        min-width: 140px
    }
    .main-header .header-nav {
        margin: 0;
        padding: 10px 0
    }
    header {
        padding: 0
    }
    .main-header .header-link {
        margin: 15px 0
    }
}

@media (max-width:767px) {
    .header-image .image1,
    .header-image .image2 {
        display: none
    }
    .main-header .header-nav {
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: top
    }
    .header-block .main-header .header-link {
        float: left;
        margin: 0 0 20px;
        width: 100%
    }
    .main-header .header-nav ul.main-menu li {
        margin: 15px 0
    }
    .header-nav .main-menu .menu-item>a {
        text-transform: capitalize
    }
    .header-image .layout-screen {
        margin: 0
    }
    .header-logo {
        margin: 0 0 20px;
        width: 100%
    }
    .header-content .logo-desc {
        padding: 20px 0 28%
    }
}

@media (max-width:480px) {
    .header-block .main-header {
        padding: 0
    }
    .header-nav .main-menu .menu-item>a {
        font-size: 12px;
    }
    .main-header .header-nav ul.main-menu li {
        float: none;
        padding: 5px 6px
    }
    .main-header .header-nav {
        display: inline-block;
        float: none;
        vertical-align: top
    }
    .main-header .header-link {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin: 10px 0
    }
    .header-content .logo-desc {
        text-align: center
    }
    .header-block .header-image {
        padding: 70px 0 0
    }
    .logo-desc .header-description a.btn {
        padding: 8px 20px
    }
    .logo-desc .header-description a.btn:hover::after {
        transform: translateY(-150%)
    }
    .footer_link a,
    .header-link a {
        font-size: 15px;
        height: 40px;
        line-height: 36px;
        min-width: 150px;
        padding: 0 6px
    }
    .header-image .layout-image {
        left: 0;
        width: 60px;
        top: 0;
        right: 0;
        margin: 0 auto
    }
}

@media (max-width:480px) and (min-width:320px) {
    header .header-content .header-content-inner {
        height: 410px
    }
}

header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 40px
}

header .header-content .header-content-inner h1 {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase
}

@media (max-width:480px) and (min-width:320px) {
    header .header-content .header-content-inner h1 {
        font-size: 56px
    }
}

header .header-content .header-content-inner h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase
}

h2 {
   	font-size: 38px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
}

.btn {
    border: medium none;
    font-family: "Dosis", Helvetica, sans-serif;
    font-weight: 700;
    text-transform: capitalize
}

.btn-default {
    background: #f12a43;
    border-color: #fff;
    color: #fff;
    font-size: 14px
}

.btn-default:hover {
    background: #ffba00
}

.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-decoration: none;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.btn-xl {
    padding: 12px 26px;
    background: #333
}

.btn-xl:hover {
    background: #f12a43
}

header .top-main {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 150px 0;
    position: relative;
    text-align: center;
    width: 100%
}

header .top-main .macbook.col-sm-10 {
    float: none
}

header .top-main .macbook.col-sm-10 img {
    max-width: 100%
}

#about-modern.bg-primary {
    margin: 0 0 80px
}

.wrap-left .megamenu {
    border: 1px solid #e5e5e5
}

.bg-primary {
    float: left;
    padding: 80px 0 50px;
    text-align: center;
    color: #000;
    width: 100%
}

.section-content {
    color: #666;
    font-size: 16px;
    line-height: 22px
}

#portfolio {
    float: left;
    width: 100%
}

.main-content {
    float: left;
    width: 100%;
    margin: 70px 0 0;
    background: #f5f5f5
}

#about-interior .section-heading {
    font: 500 38px/40px "Dosis", Helvetica, sans-serif;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    margin: 20px 0 30px
}

.layout-content .layout-name a {
    font-family: "Dosis", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    text-decoration: none;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.layout-content .layout-name .layout-detail {
    color: #888;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    float: left
}

.layout-content .layout-name .layout-subtitle {
    width: 100%;
    color: #777;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin: 5px 0;
    font-size: 16px;
    display: none
}

.layout-content .layout-name .layout-description {
    width: 100%;
    color: #777;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 22px
}

.theme-layout .item {
    width: 100%;
    float: left
}

@media (max-width:1200px) {
    .theme-layout .layout-image {
        padding: 0
    }
}

@media (max-width:480px) and (min-width:320px) {
    .theme-layout .item {
        padding: 30px 2%
    }
}

.theme-layout .item.coming .theme-preview-btn {
    display: none!important
}

.theme-layout .item.coming .layout-image a.btn-preview::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.theme-layout .item.coming .layout-image::before {
    bottom: 0;
    color: #fff;
    content: "Coming Soon";
    font-family: "Dosis", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 600;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

.tt-carousel .owl-next,
.tt-carousel .owl-prev {
    font-size: 0
}

.tt-carousel .owl-buttons div::after {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll 0 0;
    height: 40px;
    width: 40px;
    float: left
}

.tt-carousel .owl-buttons div.owl-prev::after {
    background-position: 0 -20px
}

.tt-carousel .owl-buttons div.owl-next::after {
    background-position: -40px -20px
}

.tt-carousel .cell-1.cells {
    padding: 60px 0 40px 0
}

.layout-image .btn-preview {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.item.box-odd.box-odd-2 .btn-preview.btn-preview-cover {
    min-height: auto;
    width: 90%;
    height: auto
}

.item.box-odd .layout-image .btn-preview.btn-preview-phone {
    height: auto;
    width: 30%;
    left: auto;
    right: 20%;
    top: -22%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    z-index: 9
}

.item.box-odd .layout-image .btn-preview.btn-preview-tablet {
    bottom: -2%;
    height: auto;
    width: 42%;
    left: auto;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    right: 50px;
    top: auto;
    z-index: 9
}

.item.box-even .layout-image .btn-preview.btn-preview-phone {
    height: auto;
    width: 30%;
    right: auto;
    left: 20%;
    top: -22%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    z-index: 9
}

.item.box-even .layout-image .btn-preview.btn-preview-tablet {
    bottom: -2%;
    height: auto;
    width: 42%;
    right: auto;
    left: 50px;
    top: auto;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    z-index: 9
}

.layout-content .layout-name .layout-title {
    font: 600 20px/24px "Dosis", Helvetica, sans-serif;
    color: #111;
    text-align: center;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    vertical-align: top
}

.layout-content .layout-name .layout-title:hover {
    color: #ffba00
}

@media (max-width:480px) and (min-width:300px) {
    .layout-content .layout-name .layout-title {
        font-size: 30px;
        line-height: 36px;
    }
}

.theme-layout .item>.col-xs-12 {
    float: left;
    padding: 130px 15px 10px
}

.theme-layout .item:nth-child(2n) {
    padding-bottom: 0;
    padding-top: 0
}

.item.box-odd.box-odd-2 .layout-image {
    min-height: 1237px
}

#portfolio .main-content .layout-image {
    padding: 3px
}

.item.box-odd .layout-image {
    float: left;
    position: relative;
    text-align: center
}

.layout-image .layout-thumb-wrap {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative
}
.layout-image .layout-thumb.cs {
	background-image: url("../images/cover/cs.png");
	background-position: center center;
}
.layout-image .layout-thumb.cs {
	background-position: center center !important;
}
.layout-image:hover .layout-thumb-wrap {
    box-shadow: 0 18px 45px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 18px 45px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 18px 45px 0 rgba(0, 0, 0, .15)
}

.layout-image:hover .layout-thumb-wrap::after {
    background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.layout-image .layout-thumb {
    background-clip: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 100%;
    position: relative;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s;
    height: 580px
}

.layout-image:hover .layout-thumb {
    background-position: center bottom
}

.layout-image .layout-thumb.demo1 {
    background-image: url(../images/cover/01.png)
}

.layout-image .layout-thumb.demo2 {
    background-image: url(../images/cover/02.png)
}

.layout-image .layout-thumb.demo3 {
    background-image: url(../images/cover/03.png)
}

.layout-image .layout-thumb.demo4 {
    background-image: url(../images/cover/04.png)
}

.layout-image .layout-thumb.demo5 {
    background-image: url(../images/cover/05.png)
}

.layout-image .layout-thumb.demo6 {
    background-image: url(../images/cover/06.png)
}

.layout-image .layout-thumb span {
    background-color: #fff;
    bottom: 0;
    color: #000;
    display: block;
    font-weight: 500;
    left: 0;
    padding: 15px 20px;
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: 0;
    text-transform: uppercase;
    top: 0;
    margin: auto;
    width: 140px;
    height: 45px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    z-index: 1;
}

.layout-image .layout-thumb span:hover {
    color: #111;
    cursor: pointer
}

.layout-image .layout-thumb span::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1
}

.layout-image .layout-thumb span:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.layout-image .layout-thumb span:hover::before {
    background-color:#ffba00;
}

.layout-image:hover .layout-thumb span {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1
}

.layout-image .product1 {
    background-image: url(../images/product/product_single_style1.png)
}

.layout-image .product2 {
    background-image: url(../images/product/product_single_style2.png)
}

.layout-image .product3 {
    background-image: url(../images/product/product_single_style3.png)
}

@media (max-width:1199px) {
    .layout-content .layout-name .layout-title {
        font: 500 24px/32px "Dosis", Helvetica, sans-serif;
    }

    .layout-image .layout-thumb {
        padding-bottom: 300px;
        height: 200px
    }
    .main-content {
        padding: 0
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .features .features-block {
        margin: 0 0 30px
    }
    .features {
        padding: 0
    }
}

@media (max-width:991px) {
    .theme-layout .item {
        padding: 30px 0
    }
    .logo-desc .header-description h1 {
        font-size: 16px;
        line-height: 18px
    }
    .header-content .logo-desc .header-logo h2.title {
        font-size: 28px;
        line-height: 30px
    }
    .bg-primary {
        margin: 10px 0 0;
		padding: 0px 0 10px;   
	}
}

@media (max-width:571px) and (min-width:481px) {
    .item.box-odd .layout-content .layout-name .layout-counter {
        margin: 0;
        font-size: 120px
    }
}

@media (max-width:480px) and (min-width:370px) {
    .btn-xl {
        padding: 10px 16px
    }
    .item.box-odd .layout-content .layout-name .layout-counter {
        margin: 0;
        font-size: 100px
    }
}

@media (max-width:369px) and (min-width:320px) {
    .btn-xl {
        padding: 10px 16px
    }
    .item.box-odd .layout-content .layout-name .layout-counter {
        margin: 0;
        font-size: 100px
    }
}

.item.box-odd:hover .btn-preview.btn-preview-cover {
    left: 0
}

.item.box-odd:hover .btn-preview.btn-preview-phone {
    right: 14%
}

.item.box-odd:hover .btn-preview.btn-preview-tablet {
    right: 2%
}

.item.box-even:hover .btn-preview.btn-preview-phone {
    left: 14%
}

.item.box-even:hover .btn-preview.btn-preview-tablet {
    left: 2%
}

.item.box-odd .layout-content {
    float: right
}

@media (max-width:991px) and (min-width:768px) {
    .item.box-even .layout-image {
        width: 100%
    }
    .item.box-even .layout-content {
        width: 100%
    }
    .item.box-odd .btn-preview.btn-preview-cover {
        width: 100%
    }
}

@media (max-width:767px) {
    h2 {
        font-size: 28px;
        line-height: 34px
    }
    .section-content {
        font-size: 14px
    }
    .logo-desc .header-description h3 {
        font-size: 14px;
        line-height: 20px
    }
    .main-content {
        margin: 0
    }
    #about-interior .section-heading {
        font-size: 30px;
        margin: 30px 0 0
    }
    .theme-layout .item.box-odd.box-odd-2 .col-xs-6 {
        width: 100%;
        display: block;
        float: none;
        margin: 0 auto
    }
    .item.box-even .col-xs-4 {
        width: 100%;
        display: block;
        float: none;
        margin: 0 auto
    }
    .layout-content .layout-name .layout-subtitle {
        font-size: 13px;
        line-height: 15px
    }
    .item.box-odd .col-xs-4 {
        width: 100%;
        display: block;
        float: none;
        margin: 0 auto
    }
    .layout-image .layout-thumb {
        padding-bottom: 450px
    }
}

@media (max-width:480px) {
    .item.box-even .col-xs-4,
    .item.box-odd .col-xs-4,
    .theme-layout .item.box-odd.box-odd-2 .col-xs-6 {
        width: 100%
    }
    .layout-image .layout-thumb {
        padding-bottom: 300px
    }
    .logo-desc .header-description h1 {
        text-transform: capitalize
    }
    .logo-desc .header-description h3 {
        font-size: 13px;
        padding: 0 15px
    }
    #about-interior .section-heading {
        font-size: 26px;
        margin: 0
    }
    .bg-primary {
        padding: 15px 0 0
    }
    .highlight-top {
        padding-top: 0
    }
    .layout-content .layout-name .layout-title {
        font: 500 18px/32px Dosis, sans-serif
    }
}

.layout-image.new-label::after {
    background: url(../images/new-label.png) no-repeat scroll 0 0;
    content: "";
    height: 86px;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 86px;
    z-index: 9999
}

.layout-image .theme-preview-btn {
    display: none
}

.layout-image:hover .theme-preview-btn {
    background: #fff none repeat scroll 0 0;
    color: #000;
    font-weight: 700;
    left: 0;
    margin: 0 auto;
    padding: 12px 24px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 45%;
    display: block;
    width: 120px;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    z-index: 9
}

.layout-image:hover .theme-preview-btn:hover {
    letter-spacing: 2px
}

.layout-content {
    text-align: center;
    float: right;
    margin: 10% 0;
    padding: 0 0 20px
}

.hb-animate-element.bottom-to-top.hb-in-viewport .cells,
.hb-animate-element.bottom-to-top.hb-in-viewport .features-block {
    animation: zoomIn .5s ease
}

.main-content .more-coming-soon {
    background: #333;
    color: #fff;
    float: left;
    font: 400 16px/18px "Dosis", Helvetica, sans-serif;
    margin: 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

.main-content2 .more-coming-soon {
    background: #f5f5f5;
    color: #000;
    float: left;
    font: 400 16px/18px "Dosis", Helvetica, sans-serif;
    margin: 0;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

#portfolio {
    float: left;
    width: 100%;
    color: #333;
    position: relative;
    text-align: center;
    width: 100%
}

.main-content2 {
    background: #fff;
    float: left;
    padding: 0 0 50px;
    text-align: center;
    width: 100%
}

.main-content2 .choose-service {
    color: #000;
    margin: 30px auto 100px;
    float: none
}
.service-heading {
	font-weight: 500;
}
.owl-carousel .owl-wrapper-outer {
    direction: ltr!important
}

.features .features-block {
    float: left;
    width: 100%
}

#feature-list .section-content {
    color: #000;
    margin: 20px 0 60px
}

#page-collection {
    margin: 0;
    float: left;
    width: 100%
}

#theme-collection-product .heading>p {
    color: #000;
    font-size: 14px;
    line-height: 20px
}

.block-content.style1 p {
    color: #999;
    margin-bottom: 0
}

.content-bottom {
    background: rgba(0, 0, 0, 0) url(../images/showcase/main-bg.jpg) fixed no-repeat center 0;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    background-color: #f3283d
}

.showcase-content {
    float: left;
    width: 100%;
    padding: 8% 0
}

div#ttblog-carousel .owl-wrapper-outer {
    width: 90%;
    float: left;
    overflow: visible
}

@media(min-width:1530px) {
    .main-content .content-bottom>.container {
        max-width: 1500px
    }
}

#showcase {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 410px;
    background-image: url(../images/showcase/main.png)
}

.showcase-detail {
    padding: 70px 25px;
    text-align: left
}

.showcase-detail .title {
    font-size: 46px;
    line-height: 56px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 30px
}

.showcase-detail .subtitle {
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 30px;
    color: #fff;
    text-transform: capitalize;
    padding-right: 20px
}

.showcase-detail .button .btn {
    background: #111;
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden
}

#showcase .image {
    float: left;
    padding: 46px 2px;
    width: 98%
}

#showcase .slick-list {
    width: 70%;
    float: none;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 999
}

#showcase .collection .image div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 315px
}

#showcase .collection {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0
}
.features .features-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    margin: 0 0 30px;
    border: 1px solid rgba(234, 61, 86, .1);
    border-radius: 8px;
    transition: .4s ease-in-out;
    cursor: pointer;
    display: flex
}

.features .features-block:hover {
    box-shadow: 0 3px 12px 1px rgb(255, 233, 174);
}

#feature-list {
    float: left;
    position: relative;
    width: 100%;
    z-index: 0
}

.feature-img {
    float: left;
    width: 25%
}

.feature-content {
    color: #000;
    text-align: left
}

.features .features-block .feature-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: capitalize;
    text-align: left;
    padding: 0 0 0 15px;
    float: left;
    width: 100%;
    display: flex;
    align-items: center
}

.feature-img .img-responsive {
    border: medium none;
    display: block;
    height: auto;
    margin: auto;
    transition: all .6s ease 0s;
    max-width: 100%;
    width: 47px
}

.features-block:hover .feature-img .img-responsive {
    transform: translateY(-10px)
}

#showcase .collection .image .product1 {
    background-image: url(../images/showcase/01.jpg)
}

#showcase .collection .image .product2 {
    background-image: url(../images/showcase/02.jpg)
}

#showcase .collection .image .product3 {
    background-image: url(../images/showcase/03.jpg)
}

#showcase .collection .image .product4 {
    background-image: url(../images/showcase/04.jpg)
}

#showcase .collection .image .product5 {
    background-image: url(../images/showcase/05.jpg)
}

#showcase .collection .image .product6 {
    background-image: url(../images/showcase/06.jpg)
}

#showcase .collection .image .product7 {
    background-image: url(../images/showcase/07.jpg)
}

#showcase .collection .image .product8 {
    background-image: url(../images/showcase/08.jpg)
}

#showcase .collection .image .product9 {
    background-image: url(../images/showcase/09.jpg)
}

#showcase .collection .image .product10 {
    background-image: url(../images/showcase/10.jpg)
}

#showcase .collection .image .product11 {
    background-image: url(../images/showcase/11.jpg)
}

#showcase .collection .image .product12 {
    background-image: url(../images/showcase/12.jpg)
}

#showcase .collection .image .product13 {
    background-image: url(../images/showcase/13.jpg)
}

#showcase .collection .image .product14 {
    background-image: url(../images/showcase/14.jpg)
}

#showcase .collection .image .product15 {
    background-image: url(../images/showcase/15.jpg)
}

#showcase .collection .image .product16 {
    background-image: url(../images/showcase/16.jpg)
}

#showcase .collection .image .product17 {
    background-image: url(../images/showcase/17.jpg)
}

#showcase .collection .image .product18 {
    background-image: url(../images/showcase/18.jpg)
}

#showcase .collection .image .product19 {
    background-image: url(../images/showcase/19.jpg)
}

#showcase .collection .image .product20 {
    background-image: url(../images/showcase/20.jpg)
}


.feature-content {
    color: #000;
    text-align: left
}

.feature-content .feature-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 15px
}

.feature-content .feature-desc {
    color: #888;
    line-height: 22px
}

.main-content3 {
    background: #f5f5f5;
    float: left;
    width: 100%
}

.main-content3>div {
    padding: 60px 0
}
.main-content3 > div h2 {
    font-weight: 500;
}
.main-content3 .title {
    color: #000;
    float: left;
    font-size: 18px;
    margin: 0 0 30px;
    text-transform: capitalize;
    width: 100%;
    line-height: 26px;
    font-weight: 500
}
.footer-get-theme>h1 {
    color: #000;
    font: 500 30px/35px "Dosis", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 30px
}
.footer-get-theme .btn:hover span {
    color: #111;
}
.main-content4 {
    background: #000 none repeat scroll 0 0;
    float: left;
    height: 100px;
    color: #777;
    text-align: center;
    padding: 40px 0;
    width: 100%
}
.main-content4 .footer-privacy a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.main-content4 .footer-privacy a:hover {
    text-decoration: underline
}
.main-content2 .main-content2-content {
    padding: 0 75px;
}
.main-content2 .features.one {
	width: 20%;
	float: left;
	padding: 0 20px;
}
@media (max-width:1800px) {
    .feature-img>div {
        min-height: 175px
    }
}

@media (max-width:1500px) {
    .feature-img>div {
        min-height: 145px
    }
}

@media (max-width:1400px) {
    .feature-img>div {
        min-height: 120px
    }
}

@media (max-width:1300px) {
    .feature-img>div {
        min-height: 110px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .feature-content,
    .feature-img {
        margin: 0 0 20px;
        text-align: center;
        width: 100%
    }
    .feature-content .feature-title {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .footer-get-theme>h1 {
        font-size: 32px
    }
    .feature-img>div {
        min-height: 230px
    }
}

@media (max-width:767px) {
    .theme-layout .item {
        float: left;
        padding: 0
    }
    .main-content3>div {
        padding: 30px 20px
    }
    .layout-content {
        margin: 30px 0
    }
    .main-content2 .choose-service {
        margin: 0 auto 30px
    }
}

@media (max-width:480px) {
    .theme-layout .item {
        width: 100%
    }
    .feature-content .feature-title {
        font-size: 16px
    }
    .feature-content,
    .feature-img {
        margin: 0 0 20px;
        width: 100%;
        text-align: center
    }
    .feature-img .img-responsive {
        margin: 0 auto;
        float: none
    }
    .main-content2 {
        padding: 0
    }
    .main-content2 .choose-service {
        margin: 30px auto
    }
    .main-content3>div {
        padding: 30px 10px
    }
    .footer-get-theme>h1 { 
        font-size: 18px;
        line-height: 24px
    }
    .main-content3 .title {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 30px
    }
    .feature-img>div {
        width: 230px;
        float: none;
        display: inline-block;
        vertical-align: top
    }
}

.gr__tooltip {
    display: none!important
}

#portfolio>div {
    float: left;
    width: 100%;
    margin: 0
}

.heading h2 {
    font-size: 44px;
	line-height: 52px;
	margin: 0 0 30px;
	font-weight: 500;
	text-transform: uppercase;
}

.heading {
    clear: both;
    text-align: center
}

.theme-collection {
    float: left;
    width: 100%;
    padding: 50px 0
}

.theme-collection.collection-page {
    padding: 80px 0
}

#theme-collection-product,
#theme-collection1 {
    float: left;
    width: 100%
}

#theme-collection-product {
    padding: 50px 0 20px
}


#theme-collection1.main-collection-page1 {
    background: #111;
    float: left;
    width: 100%;
    margin: 0 0 70px
}

#theme-collection1 {
    background: 0 0
}

#theme-collection-product .layout-image .layout-thumb,
#theme-collection1 .layout-image .layout-thumb {
    padding-bottom: 95%
}

.theme-collection .item .layout-image {
    box-shadow: 0 6px 25px 5px rgba(0, 0, 0, .06);
    background: #fff;
    overflow: hidden;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    padding: 0;
    border: 5px solid #fff!important
}

.theme-collection .item .layout-image span {
    background-color: #fff;
    color: #000;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 45px;
    width: 140px;
    z-index: 1;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    opacity: 0
}

.theme-collection .item .layout-image span:hover {
    color: #111;
    cursor: pointer
}

.theme-collection .item .layout-image span::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1
}

.theme-collection .item .layout-image span:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.theme-collection .item .layout-image span:hover::before {
    background-color: #ffba00
}

.logo-desc .header-description a.btn::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1
}

.logo-desc .header-description a.btn:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.logo-desc .header-description a.btn:hover::before {
    background-color: #fff
}

.logo-desc .header-description a.btn:hover {
    color: #000
}

.theme-collection .item .layout-image:hover span {
    opacity: 1
}

.theme-collection .item .layout-image:hover .page:after {
    content: "";
    background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

#theme-collection-product .theme-collection .item .layout-image>div {
    min-height: 580px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto
}

#page-collection .page-collection {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 10px 0 0
}

#portfolio .main-content .hb-animate-element.hb-in-viewport.bottom-to-top .layout-image,
.theme-collection .item.hb-animate-element.hb-in-viewport.bottom-to-top .layout-image {
    animation: zoomIn .5s ease;
    border: 3px solid #fff;
    background: #fff;
    box-shadow: 0 6px 22px 2px rgba(0, 0, 0, .06)
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.theme-collection .item .layout-image:hover {
    box-shadow: 0 18px 45px 0 rgba(0, 0, 0, .15)
}

.theme-collection .item .layout-image .btn-preview {
    position: static
}

.theme-collection .item .layout-content .layout-name .layout-title {
    font-size: 22px;
    line-height: 30px
}

.theme-collection .theme-layout .item .layout-content {
    margin: 25px 0
}

.product-page {
    float: left;
    padding: 70px 0 30px;
    width: 100%
}

.blog_description .heading,
.highlight-top .description .number {
    color: #000;
    display: inline-block;
    float: none;
    font: 600 40px/50px "Dosis", Helvetica, sans-serif;
    height: 115px;
    padding: 34px 0;
    vertical-align: top;
    width: 115px;
    box-shadow: 0 8px 18px 2px rgba(0, 0, 0, .1);
    border-radius: 50%;
    background: #fff
}

.blog_description .heading {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    padding: 55px 0;
    margin: 0 0 60px;
    position: relative;
    width: 150px;
    height: 150px
}

.blog_description .heading::after {
    content: "";
    border: 2px dashed #e5e5e5;
    height: 145px;
    width: 2px;
    position: absolute;
    transform: rotate(32deg);
    top: 95%;
    bottom: auto;
    left: 10px
}
.container-outer.blog-design .blog-design {
	float: left;
	width: 100%;
}
.blog .cells {
    padding: 25px;
}

.blog .cells .blog-style .blog1 {
    background-image: url(../images/blog/blog_style1.png)
}

.blog .cells .blog-style .blog2 {
    background-image: url(../images/blog/blog_style2.png)
}

.blog .cells .blog-style .blog3 {
    background-image: url(../images/blog/blog_style3.png)
}

.blog .cells .blog-style .blog4 {
    background-image: url(../images/blog/blog_style4.png)
}

.blog .cells .blog-style .blog5 {
    background-image: url(../images/blog/blog_grid.png)
}
.blog .cells .blog-style .blog6 {
    background-image: url(../images/blog/blog_list.png)
}


.blog .cells .blog-style {
    margin: 0;
    box-shadow: 0 2px 21px 5px rgba(0, 0, 0, .04);
    display: block
}

.blog .cells .blog-style>div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 225px
}

.blog .cells .blog-style>div.blog1 {
    min-height: 135px
}

.blog .cells .blog-style>div.blog4 {
    min-height: 255px
}
.blog .cells .feature-content .feature-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin: 20px auto;
    text-align: center;
}

.blog .cells .blog-style>div.blog6 {
    min-height: 395px
}

.blog .cells .blog-style>div.blog3 {
    min-height: 225px
}

.blog .cells .blog-style>div.blog5 {
    min-height: 395px
}

.cell-2 .blog_description .heading {
    margin: 18% 0 0
}

.cell-2 .blog_description .heading::after {
    bottom: 95%;
    top: auto;
    transform: rotate(148deg);
    height: 140px
}

.cell-3 .blog_description .heading {
    float: right;
    margin: 120px 120px 0 0
}

.cell-3 .blog_description .heading::after {
    right: -45%;
    left: auto;
    transform: rotate(65deg);
    top: -50px
}

.blog .cell-3.cells {
    float: right
}

.content-bottom {
    background: rgba(0, 0, 0, 0) url(../images/showcase/main-bg.jpg) fixed no-repeat center 0;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    background-color: #000
}

.showcase-content {
    float: left;
    width: 100%;
    padding: 8% 0
}

#showcase {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 410px;
    background-image: url(../images/showcase/main.png)
}

.showcase-detail {
    padding: 7% 0;
    text-align: left
}

.showcase-detail .title {
	font-size: 46px;
	line-height: 56px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 30px;
}
.showcase-detail .subtitle {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 30px;
    color: #fff;
    text-transform: capitalize;
}
.showcase-detail .button .btn {
	background: #ffba00;
	color: #111;
	padding: 10px 20px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	border: none;
}
.showcase-detail .button .btn::before {
    content: "";
    transform: scale(.5, 1);
    transition: all .4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1
}

.showcase-detail .button .btn:hover::before {
    transform: scale(1, 1);
    opacity: 1
}

.showcase-detail .button .btn:hover {
    color: #000
}

.showcase-detail .button .btn:hover::before {
    background: #fff
}

#showcase .image {
    float: left;
    padding: 45px 4px;
    width: 98%
}

#showcase .slick-list {
    width: 70%;
    float: none;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    z-index: 999
}

#showcase .collection .image div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    min-height: 284px
}

#showcase .collection {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0
}

#showcase .collection .image .product1 {
    background-image: url(../images/showcase/01.jpg)
}

#showcase .collection .image .product2 {
    background-image: url(../images/showcase/02.jpg)
}

#showcase .collection .image .product3 {
    background-image: url(../images/showcase/03.jpg)
}

#showcase .collection .image .product4 {
    background-image: url(../images/showcase/04.jpg)
}

#showcase .collection .image .product5 {
    background-image: url(../images/showcase/05.jpg)
}

#showcase .collection .image .product6 {
    background-image: url(../images/showcase/06.jpg)
}

#showcase .collection .image .product7 {
    background-image: url(../images/showcase/07.jpg)
}

#showcase .collection .image .product8 {
    background-image: url(../images/showcase/08.jpg)
}

#showcase .collection .image .product9 {
    background-image: url(../images/showcase/09.jpg)
}

#showcase .collection .image .product10 {
    background-image: url(../images/showcase/10.jpg)
}

#showcase .collection .image .product11 {
    background-image: url(../images/showcase/11.jpg)
}

#showcase .collection .image .product12 {
    background-image: url(../images/showcase/12.jpg)
}

#showcase .collection .image .product13 {
    background-image: url(../images/showcase/13.jpg)
}

#showcase .collection .image .product14 {
    background-image: url(../images/showcase/14.jpg)
}

#showcase .collection .image .product15 {
    background-image: url(../images/showcase/15.jpg)
}

#showcase .collection .image .product16 {
    background-image: url(../images/showcase/16.jpg)
}

#showcase .collection .image .product17 {
    background-image: url(../images/showcase/17.jpg)
}

#showcase .collection .image .product18 {
    background-image: url(../images/showcase/18.jpg)
}

#showcase .collection .image .product19 {
    background-image: url(../images/showcase/19.jpg)
}

#showcase .collection .image .product20 {
    background-image: url(../images/showcase/20.jpg)
}

#showcase .slick-arrow {
    font-size: 0;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #d0d0d0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all .4s;
    padding: 0;
    position: absolute;
    height: 32px;
    width: 30px
}

#showcase:hover .slick-arrow {
    opacity: 1
}

#showcase .slick-arrow.slick-next {
    right: 76px
}

#showcase .slick-arrow.slick-prev {
    left: 70px
}

#showcase .slick-arrow.slick-prev::after {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll 0 0;
    height: 32px;
    width: 30px;
    float: left;
    background-size: contain;
    background-position: 9px 0
}

#showcase .slick-arrow.slick-next::after {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/icons-btn.png) no-repeat scroll 0 0;
    height: 32px;
    width: 30px;
    float: left;
    background-size: contain;
    background-position: -10px 0
}

@media (min-width:1501px) and (max-width:1599px) {
    #theme-collection-product .theme-collection .item .layout-image>div {
        min-height: 340px
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    #theme-collection-product .theme-collection .item .layout-image>div {
        min-height: 330px
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .theme-collection .item .layout-image.img1>div,  {
        min-height: 480px
    }
	.blog .cells .blog-style > div, .blog .cells .blog-style > div.blog3{
		min-height: 165px;	
	}
    #theme-collection-product .theme-collection .item .layout-image>div {
        min-height: 280px
    }
    #showcase .slick-arrow.slick-prev {
        left: 55px
    }
    #showcase .slick-arrow.slick-next {
        right: 55px
    }
	.blog .cells .blog-style > div.blog6, .blog .cells .blog-style > div.blog4, .blog .cells .blog-style > div.blog5{
		min-height: 290px;	
	}
}

@media (min-width:992px) and (max-width:1199px) {
    #theme-collection-product .theme-collection .item .layout-image>div {
        min-height: 220px
    }
    .theme-collection .item .layout-image.img1>div {
        min-height: 380px
    }
    .blog .cells .blog-style>div.blog1,
    .blog .cells .blog-style>div.blog2,
    .blog .cells .blog-style>div.blog3{
        min-height: 130px
    }
    .blog .cells .blog-style>div.blog4,
    .blog .cells .blog-style>div.blog5,
    .blog .cells .blog-style>div.blog6{
        min-height: 250px
    }
}

@media (min-width:544px) and (max-width:991px) {
    theme-collection .item .layout-image.img1>div {
        min-height: 285px
    }
    #theme-collection-product .theme-collection .item .layout-image>div {
        min-height: 255px
    }
	
	.blog .cells .feature-content .feature-title{
		font-size: 14px;
		line-height:16px;	
	}	
	.main-content3 > div h2 {
		font-weight: 700;
		font-size: 25px;
		line-height: 28px;
	}
	.main-content3 .title{
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 20px;	
	}
}

@media (max-width:1400px) {
    .showcase-detail .title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px
    }
    #showcase .image {
        padding: 32px 2px
    }
    #showcase {
        min-height: 350px;
        margin: 0
    }
    .showcase-detail {
        padding: 50px 0
    }
    .showcase-content {
        padding: 50px 0
    }
    #showcase .collection .image div {
        min-height: 270px
    }
}

@media (max-width:1300px) {
    #showcase {
        min-height: 300px
    }
    #showcase .collection .image div {
        min-height: 230px
    }
	.features .features-block .feature-title{
		padding:0;	
	}
	.features .features-block {
		padding: 20px 10px;
	}
	.feature-img {
		float: none;
		width: 35%;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 10px;
	}
	.features .features-block {
		display: block;
		text-align: center;
	}
		.features .features-block .feature-title {
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width:1199px) {
    #showcase .image {
        padding: 28px 0
    }
	.main-content2 .main-content2-content {
		padding: 0 15px;
	}
    .showcase-detail .title {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 20px
    }
    .showcase-detail .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px
    }
	
    #showcase .collection .image div {
        min-height: 190px
    }
    #showcase {
        min-height: 230px
    }
    #showcase .slick-arrow.slick-prev {
        left: 40px
    }
    #showcase .slick-arrow.slick-next {
        right: 40px
    }
}

@media (max-width:991px) {
    .showcase-list {
        width: 100%;
        float: left;
        padding: 0
    }
	.main-content2 .features.one {
		padding: 0 10px;
	}
	 .blog .cells .blog-style>div.blog1,
    .blog .cells .blog-style>div.blog2,
    .blog .cells .blog-style>div.blog3{
        min-height: 90px
    }
    .blog .cells .blog-style>div.blog4,
    .blog .cells .blog-style>div.blog5,
    .blog .cells .blog-style>div.blog6{
        min-height: 160px
    }
    .showcase-detail {
        padding: 0 0 40px;
        width: 100%;
        text-align: center
    }
    #showcase {
        min-height: 325px
    }
    #showcase .image {
        padding: 40px 0
    }
    #showcase .collection .image div {
        min-height: 270px
    }
    #showcase .slick-arrow.slick-prev {
        left: 60px
    }
    #showcase .slick-arrow.slick-next {
        right: 60px
    }
}

@media (max-width:767px) {
    .theme-collection {
        padding: 40px 0 0
    }
    .heading h2 {
        font-size: 34px
    }
	.main-content2 .features.one{
		width:50%;	
	}
    #theme-collection-product .layout-image .layout-thumb,
    #theme-collection1 .layout-image .layout-thumb {
        padding-bottom: 60%
    }
    #theme-collection-product .theme-layout .img-responsive,
    #theme-collection1 .theme-layout .img-responsive {
        width: 100%
    }
    .tt-carousel .cell-1.cells {
        padding: 30px 10px 0
    }
    .highlight-top .wrap-left {
        float: left;
        width: 100%
    }
    .blog .cells.cell-3 .blog-style {
        float: left;
        width: 100%
    }
    .blog .cell-3.cells {
        width: 100%
    }
    #theme-collection1.main-collection-page1 {
        margin: 0 0 30px
    }
    #theme-collection-product {
        padding: 20px 0 0
    }
    .blog .cells .blog-style>div.blog4,
    .blog .cells .blog-style>div.blog5,
    .blog .cells .blog-style>div.blog6 {
        min-height: 380px
    }
	.blog .cells .blog-style>div.blog1,
    .blog .cells .blog-style>div.blog2,
    .blog .cells .blog-style>div.blog3 {
        min-height: 210px
    }
  
}

@media (max-width:700px) {
    #showcase {
        min-height: 290px
    }
    #showcase .collection .image div {
        min-height: 235px
    }
    #showcase .slick-arrow.slick-prev {
        left: 45px
    }
    #showcase .slick-arrow.slick-next {
        right: 50px
    }
}

@media (max-width:600px) {
    #showcase {
        min-height: 150px
    }
    #showcase .image {
        padding: 25px 0
    }
    #showcase .collection .image div {
        min-height: 230px
    }
	.blog .cells .blog-style>div.blog4,
    .blog .cells .blog-style>div.blog5,
    .blog .cells .blog-style>div.blog6 {
        min-height: 220px
    }
	.blog .cells .blog-style>div.blog1,
    .blog .cells .blog-style>div.blog2,
    .blog .cells .blog-style>div.blog3 {
        min-height: 80px
    }
	.showcase-detail .subtitle {
		font-size: 14px;
		line-height: 21px;
		margin: 0 0 10px;
	}
	.showcase-detail .title {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 14px;
	}
}

@media (max-width:543px) {
    #showcase .collection .image div {
        min-height: 190px
    }
	.main-content3 > div h2 {
		font-size: 20px;
		line-height: 28px;
		margin: 10px 0;
	}
	.main-content3 .title{
		font-size: 13px;
		margin: 0 0 10px;
		line-height: 22px;	
	}
}

@media (max-width:481px) {
    #showcase .slick-arrow.slick-prev {
        left: 32px
    }
    #showcase .slick-arrow.slick-next {
        right: 32px
    }
}

@media (max-width:480px) {
    #showcase .owl-buttons>div {
        opacity: 1;
        position: static;
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px
    }
	.main-content2 .features.one {
		width: 100%;
	}
	.blog .cells{
		padding: 5px;
	}
    .content-bottom .owl-buttons {
        margin: 20px 0 0
    }
    #showcase .collection .image div {
        min-height: 155px
    }
    .heading h2 {
        font-size: 28px;
        line-height: 30px
    }
    .product-page {
        padding: 50px 0 0
    }
    #theme-collection-product .theme-collection .item .layout-image>div {
        min-height: 220px
    }
     .blog .cells .blog-style>div.blog1,
    .blog .cells .blog-style>div.blog3,
    .blog .cells .blog-style>div.blog5 {
        min-height: 70px
    }
    .blog .cells .blog-style>div.blog4,
    .blog .cells .blog-style>div.blog5,
    .blog .cells .blog-style>div.blog6 {
        min-height: 134px
    }
}

@media (max-width:360px) {
    #showcase .image {
        padding: 16px 0
    }
    #showcase .collection .image div {
        min-height: 115px
    }
    #showcase .collection {
        margin: 0 0 0 3px
    }
    #showcase .slick-arrow.slick-prev {
        left: 12px
    }
    #showcase .slick-arrow.slick-next {
        right: 12px
    }
}

.banner .img img {
    max-width: 100%
}

.highlight-wrap {
    float: left;
    width: 100%
}

.highlight-top {
    position: relative;
    float: left;
    width: 100%
}

.container-outer {
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    width: 100%
}

.container-outer.blog-design {
    margin: 0 0 50px
}

.highlight-top .wrap-left {
    float: left
}

.highlight-top .wrap-right {
    float: right
}

.highlight-inner {
    float: left;
    width: 100%
}

.blog-style,
.footer,
.header,
.highlight-top .wrap-right .megamenu {
    box-shadow: 0 2px 20px 3px rgba(0, 0, 0, .05);
    margin: 10px;
    padding: 10px;
    display: inline-block;
    vertical-align: top
}

.wrap-left .description,
.wrap-right .highlight-inner.description {
    float: right;
    padding: 20% 0;
    text-align: center
}

.wrap-left .highlight-inner {
    float: left
}

#page-collection .layout-content {
    padding: 0
}

.highlight-top .highlight-inner .shop-1 {
    float: left;
    height: 700px;
    overflow: hidden;
    transition: all .3s ease 0s;
    box-shadow: 0 5px 8px 1px rgba(0, 0, 0, .15);
    width: 100%
}

.highlight-top .highlight-inner .shop-1:hover {
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, .2);
    transform: translateY(-10px)
}

.highlight-top .wrap-left.blog_design .description {
    padding: 0 0 80px
}

ul.slider-nav {
    padding: 0
}

.theme-collection .heading {
    margin: 0 0 60px;
    padding: 0 15px
}

.theme-collection.collection-page .theme-layout .heading {
    text-align: left;
    color: #fff;
    margin: 30px 0;
    padding: 0
}

.theme-collection.collection-page .theme-layout .heading li.collection-item {
    list-style: none;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 26px;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: 0;
    color: rgba(255, 255, 255, .6)
}

.theme-collection.collection-page .theme-layout .heading li.collection-item:before {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fff;
    width: 35px;
    margin-right: 0;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all .25s cubic-bezier(.37, .31, .2, .85)
}

.theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current:before {
    margin-right: 15px;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.theme-collection.collection-page .theme-layout ul.collection-nav {
    padding: 0
}

.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button {
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 16px;
    height: 36px;
    margin-left: 20px;
    display: inline-block;
    opacity: 0;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 1
}

.theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current a.collection-button {
    opacity: 1
}

.theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current {
    color: #fff
}

.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button:hover {
    color: #000
}

.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button::before {
    content: "";
    -webkit-transform: scale(.5, 1);
    -moz-transform: scale(.5, 1);
    -ms-transform: scale(.5, 1);
    -o-transform: scale(.5, 1);
    transform: scale(.5, 1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -1
}

.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button:hover::before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button:hover::before {
    background: #fff
}

.theme-collection.collection-page .theme-layout .heading p {
    margin: 0 0 30px;
    line-height: 21px;
    font-size: 14px
}

.highlight-top .highlight-inner .cell-bg {
    border: 1px solid #e5e5e5
}

.highlight-inner img {
    max-width: 100%;
    vertical-align: top
}

.block-content.style1 {
    text-align: left
}

.block-content.style1 h4::before {
    background: #f12a43;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 80px
}

.highlight-inner h4 {
	font-family: "Dosis", Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 500;
	margin: 0 0 30px;
	padding: 15px 0;
	position: relative;
	text-transform: uppercase;
	line-height: normal;
	float: left;
	width: 100%;
}
.block-content.style1 p {
    color: #999;
    margin-bottom: 0
}

.theme-collection .item .layout-image img {
    max-width: 100%
}

@media (max-width:1500px) {
    .highlight-top .highlight-inner .shop-1 {
        height: 500px
    }
    .wrap-left .description,
    .wrap-right .highlight-inner.description {
        padding: 10% 0
    }
    .highlight-inner h4 {
        font-size: 30px
    }
}

@media (max-width:1300px) {
    .blog_description .heading::after {
        height: 130px
    }
    .cell-2 .blog_description .heading::after {
        height: 110px
    }
    .blog_description .heading {
        font-size: 16px;
        height: 120px;
        line-height: 22px;
        padding: 40px 0;
        width: 120px
    }
    .cell-3 .blog_description .heading {
        margin: 110px 110px 0 0
    }
}

@media (max-width:1200px) {
    .highlight-inner h4 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 10px
    }
}

@media (max-width:1199px) {
    .highlight-top .highlight-inner .shop-1 {
        height: 370px
    }
    .wrap-left .description,
    .wrap-right .highlight-inner.description {
        padding: 0
    }
    .highlight-top .wrap-right {
        padding: 0
    }
    .highlight-top .description .number {
        margin: 20px 0
    }
}

@media (max-width:991px) {
    .blog_description .heading {
        margin: 0 0 40px
    }
    .blog_description .heading::after {
        height: 80px
    }
    .blog_description .heading {
        font-size: 14px;
        height: 85px;
        line-height: 18px;
        padding: 30px 0;
        width: 85px
    }
    .cell-2 .blog_description .heading::after {
        height: 70px
    }
    .cell-3 .blog_description .heading {
        margin: 110px 70px 0 0
    }
    .cell-3 .blog_description .heading::after {
        right: -52%;
        top: -32px
    }
    .highlight-top .wrap-left.blog_design .description {
        padding: 50px 0 0
    }
    .layout-content .layout-name .layout-title {
        font: 500 16px/20px "Dosis", Helvetica, sans-serif;
    }
    .layout-content {
        padding: 0 0 10px
    }
    .theme-collection .item .layout-content .layout-name .layout-title {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 0
    }
    .header-block .main-header {
        padding: 0 15px
    }
    .heading h2 {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 20px
    }
    .collection-detail,
    .collection-image {
        width: 100%
    }
    .theme-collection.collection-page {
        padding: 0 0 40px
    }
}

@media (max-width:767px) {
    .highlight-top {
        margin-top: -20px
    }
    .highlight-inner {
        padding: 0
    }
    .highlight-top .highlight-inner .cells {
        float: left;
        margin: 0 0 10px;
        width: 100%
    }
    .cell-2 .blog_description .heading {
        margin: 60px 0 0
    }
	.highlight-top .wrap-left.blog_design .description{
		padding:0;	
	}
    .theme-collection .heading {
        margin: 0 0 30px
    }
    .cell-3 .blog_description .heading {
        margin: 0 70px 60px 0
    }
    .cell-3 .blog_description .heading::after {
        left: -11%;
        top: 70px;
        transform: rotate(39deg)
    }
    .container-outer.blog-design {
        margin: 0 0 20px
    }
    #theme-collection-product .heading {
        padding: 0 15px
    }
    .features .features-block {
        float: left;
        width: 100%;
        padding: 20px 10px;
    }
    .main-content2-content .features {
        float: left;
        width: 100%;
        padding: 0
    }
    .theme-collection.collection-page .theme-layout .heading li.collection-item a.collection-button {
        padding: 0 10px;
        margin-left: 12px
    }
    .theme-collection.collection-page .theme-layout .heading li.collection-item.slick-current::before {
        margin-right: 5px
    }
    .theme-collection.collection-page .theme-layout .heading li.collection-item::before {
        width: 25px
    }
}

@media (max-width:480px) {
    .highlight-top .wrap-left.blog_design .description {
        padding: 10px 0 0
    }
    .heading h2 {
        font-size: 24px;
        line-height: 26px
    }
    .collection-detail,
    .collection-image {
        padding: 0
    }
}

.header-block .main-header.fixed {
    background: #ffba00;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 100px
}

@-webkit-keyframes fixedmenu {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@-moz-keyframes fixedmenu {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

@keyframes fixedmenu {
    0% {
        top: -100%
    }
    100% {
        top: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}