@charset "utf-8";
/* CSS Document */


/* ==========================================================================
   NOTE:
   theme.css is core stylesheet. It is being used to define css styles for
   all tempo elements and shortcodes. This file contains all css styles for 
   this template. Please don't modify this file unless necessary. This will 
   make it easy for you to upgrade your website with new template files easily 
   when new version of this template will be available.
   
   --------------------------------------------------------------------------
        TABLE OF CONTENT
   --------------------------------------------------------------------------
        1. common styles
        2. preloader
        3. tooltip
        4. page headers
        5. buttons
        6. sections (full-width blocks)
        7. accordion and toggle
        8. tabs to accordion (horizontal & vertical)
        9. forms & form elements
        10. iCheck plugin Square skin, black
        11. Styles for custom selects
        12. spinner form element
        13. top-nav dith mega menu + vertical off-canvas nav
        14. home page main slider
        15. bouncing arrow
        16. landing pages
        17. progress bars
        18. PiE Charts
        19. preloader animation
        20. icon boxes
        21. thumbnail boxes
        22. page titles
        23. portfolio / projects
        24. blog & blog posts
        25. sidebar & widgets
        26. shop
        27. dividers
        28. footer
        29. featured clients
        30. work process
        31. testimonials
        32. fun facts (counter)
        33. pricing plans
        34. contact us
        35. login / register pages
        36. back to top button
        37. simple responsive tabs
        38. countdown timer
        39. tables
                40. photocad
                41. galleries
        42. common responsive styles
        ========================================================================== */



/* --------------------------------------------------
        1. common styles
        ----------------------------------------------------- */
html, body {
    height:100%;
}
.wp-caption { }
.wp-caption-text {
    font-weight: 600;
    padding: 10px 0;    
}
.gallery-caption { }
.bypostauthor { }
.alignright { 
    float: right;
}
.alignleft { 
    float: left;
}
.aligncenter { 
    display: block;
    margin: 0 auto 0 auto;
    text-align: center; 
}
figure.alignright,
img.alignright {
    display: inline;
    margin: 0 0 20px 20px;
}
figure.alignleft,
img.alignleft { 
    display: inline;
    margin: 0 20px 20px 0;
}
figure.aligncenter,
img.aligncenter { 
    margin: 0 auto 20px auto;
}
.content {
    /*    overflow-x: hidden;*/
}
.entry-content:before,
.entry-content:after { content: ""; display: table; }
.entry-content:after { clear: both }
.entry-content { *zoom: 1; }
a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
a:focus {
    outline:none;
}
figure, img:not(.avatar) {
    max-width: 100%;
    height: auto;
}
.spacer-10, .spacer-20, .spacer-30, .spacer-40, .spacer-50, .spacer-60, .spacer-70, .spacer-80, .spacer-90 {
    margin:10px 0;
    border-color:transparent !important;
}
.spacer-10 {
    margin:10px 0;
}
.spacer-20 {
    margin:20px 0;
}
.spacer-30 {
    margin:30px 0;
}
.spacer-40 {
    margin:40px 0;
}
.spacer-50 {
    margin:50px 0;
}
.spacer-60 {
    margin:60px 0;
}
.spacer-70 {
    margin:70px 0;
}
.spacer-80 {
    margin:80px 0;
}
.spacer-90 {
    margin:90px 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline:none;
}
.no-margin {
    margin:0 !important;
}
.no-padding {
    padding:0 !important;
}
.hover-effect {
    position:relative;
}
.label {
    padding:0.2em 0.6em 0.2em;
    font-weight:400;
}
.inline-block {
    display:inline-block !important;
}
.copyright {
    margin:0;
}
.copyright p{
    margin:0;
}
.alert-dismissable .close, .alert-dismissible .close {
    top:-6px;
}
.close > span {
    line-height:1;
    font-size:28px;
    color:#111;
}
.our-clients .cbpt-caption:hover {
    border:0;
}
.dwn-btn {
    display:inline-block;
    padding:30px;
    margin-right:20px;
    border-radius:6px;
    text-decoration:none;
    color:#aaa;
    background:#eee;
    font-size:56px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position:relative;
}
.dwn-btn:after {
    position:absolute;
    right:15px;
    bottom:40px;
    font-size:13px;
    width:26px;
    height:26px;
    text-align:center;
    line-height:22px;
    border-radius:50%;
    background:#eee;
    border:2px solid #aaa;
    color:#aaa;
    content:'\f019';
    font-family:'FontAwesome';
}
.dark-bg .dwn-btn {
    background-color:#333;
}
.dark-bg .dwn-btn:after {
    background:#333;
}
.color-bg .dwn-btn {
    color:#aaa;
}
.well {
    box-shadow:none;
    background:#fff;
    border-color:#eee;
}
.dark-bg .well, .color-bg .well {
    background-color:rgba(255, 255, 255, 0.05);
    border-color:rgba(255, 255, 255, 0.1);
}
.well:after {
    clear:both;
}
.well:after, .well:before {
    display:table;
    content:'';
}
.gallery2 {
    margin-bottom:30px;
}
.chart-wrap {
    width:80%;
    margin:0 auto;
}
#google-map {
    width:100%;
    height:300px;
}
.page-title > #google-map {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}
.full-width {
    width:100% !important;
}
iframe {
    border:none;
}
.nounderline {
    text-decoration: none
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/* --------------------------------------------------
        2. preloader
        ----------------------------------------------------- */
.preloader {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    text-align:center;
    z-index:100000;
}
.spinner-wrap {
    position:absolute;
    top:50%;
    left:0;
    height:30px;
    width:100%;
    margin-top:-15px;
    text-align:center;
}
/* --------------------------------------------------
        3. tooltip
        ----------------------------------------------------- */
.tooltip-inner {
    padding:12px 15px;
    border-radius:0;
    background-color:#333;
}
.tooltip.top .tooltip-arrow {
    border-top-color:#333;
}
.tooltip.right .tooltip-arrow {
    border-right-color:#333;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color:#333;
}
.tooltip.left .tooltip-arrow {
    border-left-color:#333;
}
/* --------------------------------------------------
        4. page headers
        ----------------------------------------------------- */
.page-header {
    position:relative;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}
.page-header.style-c, .page-header.style-d {
    border-bottom:0;
}
.page-header.style-c:after, .page-header.style-d:after {
    content:'';
    display:block;
    width:60px;
    height:3px;
    margin-top:16px;
}
.page-header.style-e, .page-header.style-f {
    border-bottom-style:dashed;
}
/* --------------------------------------------------
        5. buttons
        ----------------------------------------------------- */
.btn {
    -webkit-transition: background 0.5s, border 0.5s;
    transition: background 0.5s, border 0.5s;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    padding:10px 20px;
    border-radius:3px;
    position:relative;
    font-weight:700;
    letter-spacing:1px;
}
.sq-corner {
    border-radius:0 !important;
}
.btn.round, .form-control.round {
    border-radius:24px;
}
.btn-lg.round, .input-lg.round {
    border-radius:30px;
}
.btn-sm.round, .input-sm.round {
    border-radius:20px;
}
.btn-xs.round {
    border-radius:16px;
}
.btn-group-lg > .btn, .btn-lg {
    font-size:13px;
    padding:16px 24px;
    min-width:160px;
    border-radius:3px;
}
.krt-cloud .btn-lg {
    padding:16px 24px !important;
}
.btn-group-sm > .btn, .btn-sm {
    font-size:12px;
    padding:6px 12px;
}
.btn-group-xs > .btn, .btn-xs {
    font-size:10px;
    padding:4px 10px;
}
.btn-icon {
    padding-left:48px;
}
.btn-lg.btn-icon {
    padding-left:57px;
    min-width:auto;
}
.btn-sm.btn-icon {
    padding-left:38px;
    min-width:auto;
}
.btn-xs.btn-icon {
    padding-left:28px;
    min-width:auto;
}
.btn-lg.btn-icon i {
    position:absolute;
    left:22px;
    top:12px;
}
.btn-sm.btn-icon i {
    position:absolute;
    left:15px;
    top:7px;
}
.btn-xs.btn-icon i {
    position:absolute;
    left:10px;
    top:5px;
}
.btn-icon i {
    position:absolute;
    left:19px;
    top:10px;
}
/* custom button one */
.cst-btn-one {
    overflow: hidden;
    padding: 0;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.cst-btn-one::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}
.cst-btn-one > span {
    display: block;
}
.cst-btn-one::after, .cst-btn-one > span {
    padding:10px 20px;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-lg.cst-btn-one::after, .btn-lg.cst-btn-one > span {
    padding:16px 24px;
}
.btn-sm.cst-btn-one::after, .btn-sm.cst-btn-one > span {
    padding:6px 12px;
}
.btn-xs.cst-btn-one::after, .btn-xs.cst-btn-one > span {
    padding:4px 10px;
}
.cst-btn-one:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.cst-btn-one:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
/* custom button two */
.cst-btn-two {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
    position:relative;
    background-color:transparent !important;
    overflow:hidden;
}
.cst-btn-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.round.cst-btn-two::before {
    border-radius:40px;
}
.cst-btn-two, .cst-btn-two::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.cst-btn-two:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.cst-btn-two span {
    position:relative;
    z-index:1;
}
/* custom button three */
.cst-btn-three {
    padding:10px 20px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.btn-lg.cst-btn-three {
    padding:16px 24px;
}
.btn-sm.cst-btn-three {
    padding:6px 12px;
}
.btn-xs.cst-btn-three {
    padding:4px 10px;
}
.cst-btn-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: inherit;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
}
.round.cst-btn-three::before {
    border-radius:50px;
}
.cst-btn-three:hover {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    -webkit-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
}
.cst-btn-three:hover::before {
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
    animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* custom button four */
.cst-btn-four {
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position:relative;
}
.cst-btn-four::before, .cst-btn-four::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.round.cst-btn-four::before, .round.cst-btn-four::after {
    border-radius:40px;
}
.cst-btn-four:hover::before, .cst-btn-four:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.cst-btn-four:hover::after {
    -webkit-transition-delay: 0.175s;
    transition-delay: 0.175s;
}
.cst-btn-four span {
    position:relative;
    z-index:1;
}
/* custom button five */
.cst-btn-five {
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.cst-btn-five span {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.cst-btn-five::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    -webkit-transform-origin: -25% 50%;
    transform-origin: -25% 50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
}
.btn-lg.cst-btn-five::after {
    padding:16px 24px;
}
.btn-sm.cst-btn-five::after {
    padding:6px 12px;
}
.btn-xs.cst-btn-five::after {
    padding:4px 10px;
}
.cst-btn-five:hover::after, .cst-btn-five:hover {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.cst-btn-five:hover::after {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
.cst-btn-five:hover span {
    opacity:0;
    filter:alpha(opacity=0);
}
/* custom button six */
.cst-btn-six {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position:relative;
}
.cst-btn-six::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 2px solid #333;
    box-sizing:content-box;
    z-index: 0;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.cst-btn-six:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
/* custom button seven */
.cst-btn-seven {
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position:relative;
}
.cst-btn-seven > span {
    display: inline-block;
    position:relative;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    min-width: 5px;
}
.cst-btn-seven::before {
    content: attr(data-text);
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-lg.cst-btn-seven::before {
    top: 18px;
}
.btn-sm.cst-btn-seven::before {
    top: 6px;
}
.btn-xs.cst-btn-seven::before {
    top: 4px;
}
.cst-btn-seven:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.cst-btn-seven:hover > span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.cst-btn-seven:hover > span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.cst-btn-seven:hover > span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.cst-btn-seven:hover > span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.cst-btn-seven:hover > span:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.cst-btn-seven:hover > span:nth-child(5) {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}
.cst-btn-seven:hover > span:nth-child(6) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}
.cst-btn-seven:hover > span:nth-child(7) {
    -webkit-transition-delay: 0.315s;
    transition-delay: 0.315s;
}
.cst-btn-seven:hover > span:nth-child(8) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s;
}
.cst-btn-seven:hover > span:nth-child(9) {
    -webkit-transition-delay: 0.405s;
    transition-delay: 0.405s;
}
.cst-btn-seven:hover > span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
.cst-btn-seven:hover > span:nth-child(11) {
    -webkit-transition-delay: 0.495s;
    transition-delay: 0.495s;
}
.cst-btn-seven:hover > span:nth-child(12) {
    -webkit-transition-delay: 0.54s;
    transition-delay: 0.54s;
}
.cst-btn-seven:hover > span:nth-child(13) {
    -webkit-transition-delay: 0.585s;
    transition-delay: 0.585s;
}
.cst-btn-seven:hover > span:nth-child(14) {
    -webkit-transition-delay: 0.63s;
    transition-delay: 0.63s;
}
.cst-btn-seven:hover > span:nth-child(15) {
    -webkit-transition-delay: 0.675s;
    transition-delay: 0.675s;
}
.cst-btn-seven:hover > span:nth-child(16) {
    -webkit-transition-delay: 0.72s;
    transition-delay: 0.72s;
}
.cst-btn-seven:hover > span:nth-child(17) {
    -webkit-transition-delay: 0.765s;
    transition-delay: 0.765s;
}
.cst-btn-seven:hover > span:nth-child(18) {
    -webkit-transition-delay: 0.81s;
    transition-delay: 0.81s;
}
.cst-btn-seven:hover > span:nth-child(19) {
    -webkit-transition-delay: 0.855s;
    transition-delay: 0.855s;
}
.cst-btn-seven:hover > span:nth-child(20) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
/* custom button eight */
.cst-btn-eight {
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.cst-btn-eight > span {
    display: inline-block;
    padding:0.5em 0;
    margin:-0.5em 0;
}
.cst-btn-eight:hover > span:nth-child(odd) {
    -webkit-animation: anim-nanuk-1 0.5s forwards;
    animation: anim-nanuk-1 0.5s forwards;
}
.cst-btn-eight:hover > span:nth-child(even) {
    -webkit-animation: anim-nanuk-2 0.5s forwards;
    animation: anim-nanuk-2 0.5s forwards;
}
.cst-btn-eight:hover > span:nth-child(odd), .cst-btn-eight:hover > span:nth-child(even) {
    -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}
@-webkit-keyframes anim-nanuk-1 {
    0%,  100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        color: #fff;
    }
}
@keyframes anim-nanuk-1 {
    0%,  100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        color: #fff;
    }
}
@-webkit-keyframes anim-nanuk-2 {
    0%,  100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        color: #fff;
    }
}
@keyframes anim-nanuk-2 {
    0%,  100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        color: #fff;
    }
}
.cst-btn-eight:hover > span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.cst-btn-eight:hover > span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}
.cst-btn-eight:hover > span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.cst-btn-eight:hover > span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.cst-btn-eight:hover > span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.cst-btn-eight:hover > span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.cst-btn-eight:hover > span:nth-child(7) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.cst-btn-eight:hover > span:nth-child(8) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}
.cst-btn-eight:hover > span:nth-child(9) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.cst-btn-eight:hover > span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
.cst-btn-eight:hover > span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
/* custom button nine */
.cst-btn-nine {
    background: none;
    border: none;
    position:relative;
}
.cst-btn-nine::before, .cst-btn-nine::after {
    content: '';
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.cst-btn-nine::before {
    border: 2px solid #333;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.cst-btn-nine:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.cst-btn-nine:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.cst-btn-nine:hover {
    background-color:transparent !important;
}
/* custom button ten */
.cst-btn-ten {
    width: 45px;
    height: 45px;
    display:inline-block;
    position:relative;
    min-width: 0;
    padding: 0;
    color: #fff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    text-align: center;
    text-decoration: none;
}
.cst-btn-ten.btn-round {
    border-radius: 50%;
}
.cst-btn-ten::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 0;
    box-shadow: inset 0 0 0 35px #333;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.cst-btn-ten i {
    font-size: 18px;
    width: 45px;
    line-height:45px;
    text-align:center;
    position:relative;
}
.cst-btn-ten > span {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.cst-btn-ten:hover {
    color: #333;
}
.cst-btn-ten:hover::before {
    box-shadow: inset 0 0 0 2px #333;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
/* --------------------------------------------------
        6. sections (full-width blocks)
        ----------------------------------------------------- */
.vc_row {
    overflow-x: hidden;
}
.vc_row:not(.vc_row-no-padding):not(.vc_inner) {
    padding-top:80px;
    padding-bottom:80px;
}
.single-post .vc_row:not(.vc_row-no-padding):not(.vc_inner) {
    padding-top:0px;
    padding-bottom:0px;
}
.block > .vc_row:not(.vc_row-no-padding):not(.vc_inner) {
    padding-top:10px;
    padding-bottom:10px;
}
.block-slider .vc_row {
    padding-top:0px;
    padding-bottom:0px;
}
#scrollTo {
    width: inherit;
}
.section {
    padding-top:40px;
    padding-bottom:40px;
}
/*.vc_row-no-padding .vc_column-inner {
    padding-top: 0;
    }*/
.img-bg, .vc_row-has-fill {
    /*	background-image:url(../img/bg/bg1.jpg);*/
    background-position:center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position:relative;
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important;
}
.half-section {
    padding:0;
}
.half-section h1,
.half-section-left h1,
.half-section-right h1,
.half-section h2,
.half-section-left h2,
.half-section-right h2,
.half-section h3,
.half-section-left h3,
.half-section-right h3{
    margin-top: 0;
}
.half-section .overlay {
    padding:80px 40px;
    background:rgba(90, 90, 90, 0.9);
}
.overlay.dark {
    background:rgba(0, 0, 0, 0.8);
}
.overlay.light {
    background:rgba(255, 255, 255, 0.9);
}
.half-section-left, .half-section-right {
    position:relative;
}
.half-section-left .section-bg, .half-section-right .section-bg {
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height:100%;
    background-image:url(../img/bg/bg1.jpg);
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
.half-section-left .section-bg.video-bg, .half-section-right .section-bg.video-bg {
    background:url(../video/ocean.jpg);
}
.video-bg {
    position:relative;
}
.half-section-left .section-bg {
    right:auto;
    left:0;
}
.half-section-left .overlay, .half-section-right .overlay {
    padding:0 0 0 40px;
    background-color:transparent;
}
.half-section-right .overlay {
    padding:0 40px 0 0;
}
.media-left, .media-right {
    position:relative;
}
.half-section-right .section-bg .play-btn, .half-section-left .section-bg .play-btn, .media-left .play-btn, .media-right .play-btn {
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px 0 0 -35px;
}
.media-left .play-btn-sm, .media-right .play-btn-sm {
    position:absolute;
    top:50%;
    left:50%;
    margin:-20px 0 0 -20px;
}
.bg2 {
    background-image:url(../img/bg/bg2.jpg) !important;
}
.bg3 {
    background-image:url(../img/bg/bg3.jpg) !important;
}
.bg4 {
    background-image:url(../img/bg/bg4.jpg) !important;
}
.bg5 {
    background-image:url(../img/bg/bg5.jpg) !important;
}
.bg6 {
    background-image:url(../img/bg/bg6.jpg) !important;
}
.bg7 {
    background-image:url(../img/bg/bg7.jpg) !important;
}
.bg8 {
    background-image:url(../img/bg/bg8.jpg) !important;
}
.bg9 {
    background-image:url(../img/bg/bg9.jpg) !important;
}
.bg10 {
    background-image:url(../img/bg/bg10.jpg) !important;
}
div.video-bg > div, section.video-bg > div {
    z-index:0 !important;
}
.section-header {
    margin-bottom: 30px;
}

.section-header small.strong {
    letter-spacing:3px;
}
.section-header > i {
    font-size:56px;
}
.section-header.alt-style small {
    color:#aaa;
}
.color-bg .section-header.alt-style small, .img-bg .section-header.alt-style small, .vc_row-has-fill .section-header.alt-style small {
    color:#eee;
}
.vc_row-has-fill:not(.overlay-none):before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
}
#main .vc_row-has-fill:not(.overlay-none):before {
    display: block;
}
.vc_row-has-fill * {
    z-index:1;
    position:relative;
}
.h-padding {
    padding-left:30px;
    padding-right:30px;
}

/* 404 */
.error404 {
    color: #fff;
    text-align: center;
}
.error404 img.bg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    
    margin-top: -10%;
}

.container404 {
    top:50%;
    left: 50%;
    transform: translate3d(-50%,-50%, 0);
    position: absolute;
}

.container404 h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}

.container404 p {
    margin: 15px auto;
    font-size:17px;
    width: 280px;
}

.container404 img{
    max-width:100%;
    height:auto;
}
.container404 a{
    color:#fff;
}

@media (min-width:767px) {
    .section-header.alt-style:after {
        clear:both;
    }
    .section-header.alt-style:after,  .section-header.alt-style:before {
        display:table;
        content:'';
    }
    .section-header.alt-style h1,
    .section-header.alt-style h2,
    .section-header.alt-style h3,
    .section-header.alt-style h4,
    .section-header.alt-style h5,
    .section-header.alt-style h6{
        display: inline-block;
        max-width:40%;
        box-sizing:border-box;
        padding-right:20px;
        margin-right:20px;
        border-right:1px solid #ddd;
    }
    .section-header.alt-style small {
        display: inline-block;
        margin-top:13px;
        max-width:60%;
    }
}
/* --------------------------------------------------
        7. accordion and toggle
        ----------------------------------------------------- */
.accordion .panel .panel-heading, .toggle .panel .panel-heading {
    padding:0;
}
.accordion .panel .panel-heading a, .toggle .panel .panel-heading a {
    padding:16px 20px;
    display:block;
    text-decoration:none;
    font-weight:500;
    outline:none;
}
.accordion.style2 .panel .panel-title a, .toggle.style2 .panel .panel-title a, .accordion.style1 .panel .panel-title a:before, .accordion.style1 .panel .panel-title a:before, .toggle.style1 .panel .panel-title a:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.accordion.style1 .panel .panel-heading a, .toggle.style1 .panel .panel-heading a {
    padding:16px 0 16px 30px;
    position:relative;
}
.accordion.style2 .panel .panel-heading a, .toggle.style2 .panel .panel-heading a {
    padding-right:30px;
    position:relative;
}
.accordion.style1 .panel .panel-body, .toggle.style1 .panel .panel-body {
    padding:0;
}
.accordion .panel, .toggle .panel {
    border:none;
    border-radius:0;
    margin:0;
    box-shadow:none;
}
.accordion .panel .panel-title a, .toggle .panel .panel-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.accordion.style1 .panel, .toggle.style1 .panel {
    border-bottom:1px solid rgba(0, 0, 0, 0.08);
}
.accordion.style1 .panel .panel-heading, .toggle.style1 .panel .panel-heading {
    border:none;
    border-radius:0;
    box-shadow:none;
    background-color:transparent;
}
.accordion .panel .panel-body, .toggle .panel .panel-body {
    border-top:none !important;
}
.accordion.style2 .panel .panel-body, .toggle.style2 .panel .panel-body {
    border:1px solid #eee;
    border:1px solid rgba(0, 0, 0, 0.1);
    padding-bottom:0;
    border-radius:0 0 2px 2px;
}
.accordion.style1 .panel .panel-title a:before, .toggle.style1 .panel .panel-title a:before {
    font-family: 'FontAwesome';
    content: "\f056";
    display:block;
    font-size:24px;
    line-height:1;
    color:#333;
    position:absolute;
    left:0;
    top:12px;
    font-weight:normal;
}
.accordion.style1 .panel .panel-title a.collapsed:before, .toggle.style1 .panel .panel-title a.collapsed:before {
    content: "\f055";
}
.accordion.style2 .panel .panel-title a:before, .toggle.style2 .panel .panel-title a:before {
    font-family: 'FontAwesome';
    content: "\f106";
    display:block;
    font-size:18px;
    line-height:1;
    color:#333;
    position:absolute;
    right:15px;
    top:15px;
    font-weight:normal;
}
.accordion.style2 .panel .panel-title a.collapsed:before, .toggle.style2 .panel .panel-title a.collapsed:before {
    content: "\f107";
    color:#999;
}
.accordion.style1 .panel + .panel, .toggle.style1 .panel + .panel {
    margin-top:0;
}
.accordion.style2 .panel .panel-title a, .toggle.style2 .panel .panel-title a {
    border:1px solid #eee;
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius:2px;
    background-color:#fafafa;
}
.accordion.style2 .panel .panel-title a.collapsed, .toggle.style2 .panel .panel-title a.collapsed {
    background-color:transparent;
}
.accordion.style2 .panel .panel-title a:hover, .toggle.style2 .panel .panel-title a:hover {
    background-color:#fafafa;
}
.accordion.style2 .panel .panel-title a:hover, .toggle.style2 .panel .panel-title a:hover, .accordion.style2 .panel .panel-title a:focus, .toggle.style2 .panel .panel-title a:focus, .accordion.style2 .panel .panel-title a:hover:before, .toggle.style2 .panel .panel-title a:hover:before {
    color:#333;
}
.accordion.style2 .panel .panel-heading, .toggle.style2 .panel .panel-heading {
    background-color:transparent;
}
.gray-bg .accordion .panel, .gray-bg .toggle .panel {
    background-color:transparent;
}
/* VC Accordion */

#main .vc_tta-accordion .vc_tta-panel-heading a {
    padding: 16px 30px 16px 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 17.6px;
}
#main .vc_tta-accordion.style1 .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}
#main .vc_tta-accordion.style1 .vc_tta-panel .vc_tta-panel-heading.vc_active {
    border-bottom: 0;
}
#main .vc_tta-accordion.style1 .vc_tta-panel .vc_tta-panel-body {
    border-bottom: 1px solid #ddd;
}
#main .vc_tta-accordion.style1 .vc_tta-panel .vc_tta-controls-icon, 
#main .vc_tta-accordion.style1 .vc_tta-panel .vc_active .vc_tta-controls-icon {
    background: none;
    left: 0px;
    top: 16px;
}
#main .vc_tta-accordion.style1 .vc_tta-panel .vc_tta-controls-icon:before, 
#main .vc_tta-accordion.style1 .vc_tta-panel .vc_active .vc_tta-controls-icon:before {
    font-family: 'FontAwesome';
    content: "\f055";
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 1;
    height: 16px;
    width: 16px;
    border-style: none;
}
#main .vc_tta-accordion.style1 .vc_tta-panel .vc_active .vc_tta-controls-icon:before {
    content: "\f056";
    color: #F62459;
}
#main .vc_tta-accordion.style2 .wpb_accordion_section {
    border-color: #ddd;
    margin-top: 5px;
}
#main .wpb_accordion.style2 .wpb_accordion_wrapper .wpb_accordion_section:first-child {
    margin-top: 0px;
}
#main .wpb_accordion.style2 .wpb_accordion_header {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
#main .wpb_accordion.style2 .wpb_accordion_header a {
    background-color: #ffffff;
    color: #333;
    border: 1px solid #ddd;
    //border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
#main .wpb_accordion.style2 .wpb_accordion_header a:hover, #main .wpb_accordion.style2 .wpb_accordion_header.ui-accordion-header-active a {
    background-color: #fafafa;
}
#main .wpb_accordion.style2 .wpb_accordion_wrapper .ui-state-default .ui-icon, #main .wpb_accordion.style2 .wpb_accordion_wrapper .ui-state-active .ui-icon {
    background: none;
    right: 16px;
    top: 16px;
}
#main .wpb_accordion.style2 .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:after, #main .wpb_accordion.style2 .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
    font-family: 'FontAwesome';
    content: "\f107";
    color: #999;
    display: block;
    font-size: 18px;
    line-height: 1;
    height: 16px;
    width: 16px;
}
#main .wpb_accordion.style2 .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:after {
    content: "\f106";
    color: #333;
}
#main .wpb_accordion.style2 .wpb_accordion_content {
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    padding-bottom: 0;
    border-radius: 0 0 2px 2px;
}
/* --------------------------------------------------
        8. tabs to accordion (horizontal & vertical)
        ----------------------------------------------------- */
/* default horizontal tab */

ul.resp-tabs-list  {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background-color:#f8f8f8;
    color:#aaa;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
    padding: 30px;
}
.resp-tab-active {
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-bottom: 0px #fff solid !important;
}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid rgba(0, 0, 0, 0.08);
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.gray-bg .resp-tab-active, .gray-bg .resp-tabs-container {
    background-color:#f6f6f6 !important;
}
.gray-bg .resp-tabs-list li {
    background-color:#fdfdfd;
}
.gray-bg .resp-vtabs li.resp-tab-active {
    border-right-color:#f6f6f6 !important;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border-left: 1px solid #c1c1c1;
    float: left;
    width: 69%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding:0 0 0 30px;
}
.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #c1c1c1 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}
.resp-arrow {
    position:absolute;
    right:0px;
    top:0px;
    width:50px;
    height:35px;
    text-align:center;
}
.resp-arrow:before {
    font-family: 'FontAwesome';
    content: "\f107";
    display:block;
    font-size:18px;
    line-height:50px;
    color:#333;
    font-weight:normal;
}
h2.resp-tab-active span.resp-arrow:before {
    content: "\f106";
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}
@media only screen and (min-width: 1200px) {
    .resp-vtabs .resp-tabs-container {
        width:79%;
    }
    .resp-vtabs ul.resp-tabs-list {
        width:20%;
    }
}
/*Here you can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-accordion {
        display: block;
        position:relative;
        font-size:16px;
        font-weight:700;
        border-radius:2px;
        padding:16px 40px 16px 20px !important;
        background-color:transparent !important;
        border-color:rgba(0, 0, 0, 0.1) !important;
        border-width:1px !important;
        -webkit-transition: background 0.5s;
        transition: background 0.5s;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid rgba(0, 0, 0, 0.08);
        padding:30px;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    h2.resp-tab-active,  h2.resp-accordion:hover {
        background: #fafafa !important;
    }
    .resp-accordion.hor_1 {
        margin-top:5px;
    }
    .resp-tab-content.hor_1.resp-tab-content-active {
        border:1px solid rgba(0, 0, 0, 0.1) !important;
        border-top:none !important;
    }
    .responsive-video {
        margin-top:40px;
    }
    .post-horizontal .responsive-video {
        margin-top:0px;
    }
}
/*VC Horizontal Tab */
#main .wpb_tabs .wpb_tabs_nav li {
    background-color: #f8f8f8;
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    margin: 0 4px 0 0;
    padding: 13px 15px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
#main .wpb_content_element .wpb_tabs_nav li:hover {
    color: #5a6a74;
}
#main .wpb_tabs .wpb_tabs_nav li.ui-state-active {
    background-color: #ffffff;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px 14px 14px 14px;
}
#main .wpb_tabs .wpb_tabs_nav li.ui-state-active {
    border-bottom: 0px #fff solid;
    border-bottom: none;
    margin-bottom: -1px !important;
}
#main .wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px;
}
#main .gray-bg .wpb_tabs .wpb_tabs_nav li.ui-state-active, .gray-bg #main .wpb_tab {
    background-color:#f6f6f6 !important;
}
#main .gray-bg .wpb_tabs .wpb_tabs_nav li {
    background-color:#fdfdfd;
}
#main .gray-bg .wpb_tabs .wpb_tabs_nav li.ui-state-active {
    border-bottom-color:#f6f6f6 !important;
}
/*VC: Vertical Tabs*/
#main .wpb_tour .wpb_tabs_nav {
    margin: 3px -1px 0 0;
}
#main .wpb_tour .wpb_tabs_nav li {
    margin: 0;
    padding: 0;
}
#main .wpb_tour .wpb_tabs_nav li {
    background-color: #f8f8f8;
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px 0;
    padding: 13px 15px;
    -webkit-transition: color 0s;
    transition: color 0s;
    -webkit-transition: all 0.0s;
    transition: all 0.0s;
}
#main .wpb_tour .wpb_tabs_nav li:hover {
    color: #5a6a74;
}
#main .wpb_tour .wpb_tabs_nav li.ui-state-active {
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-right: 1px solid #ffffff;
    color: #333;
    padding: 12px 15px 12px 14px;
    position: relative;
    -webkit-transition: color 0.0s;
    transition: color 0.0s;
    -webkit-transition: all 0.0s;
    transition: all 0.0s;
}
#main .wpb_tour .wpb_tab {
    background: transparent;
    border-left: 1px solid #c1c1c1;
    border-radius: 4px;
    min-height: 250px;
    padding: 30px;
    -webkit-transition: color 1.5s;
    transition: color 1.5s;
}
#main .gray-bg .wpb_tour .wpb_tabs_nav li.ui-state-active, .gray-bg #main .wpb_tab {
    background-color:#f6f6f6 !important;
}
#main .gray-bg .wpb_tour .wpb_tabs_nav li {
    background-color:#fdfdfd;
}
#main .gray-bg .wpb_tour .wpb_tabs_nav li.ui-state-active {
    border-right-color:#f6f6f6 !important;
}
/* --------------------------------------------------
        9. forms & form elements
        ----------------------------------------------------- */
.form-control {
    border-radius:3px;
    box-shadow:none;
    border-color:#ddd;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height:41px;
}
.form-control.input-lg {
    height:51px;
}
.form-control.input-sm {
    height:32px;
}
.form-control:hover, .form-control:focus {
    box-shadow:none;
}
label {
    font-size:13px;
    font-weight:600;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size:13px;
    font-weight:500;
}
.form-control:-ms-input-placeholder {
    color: #999;
    font-size:13px;
    font-weight:500;
}
.form-control::-webkit-input-placeholder {
    color: #999;
    font-size:13px;
    font-weight:500;
}
.form-control.input-sm::-moz-placeholder {
    font-size:11px;
}
.form-control.input-sm:-ms-input-placeholder {
    font-size:11px;
}
.form-control.input-sm::-webkit-input-placeholder {
    font-size:11px;
}
.form-control.input-lg::-moz-placeholder {
    font-size:15px;
}
.form-control.input-lg:-ms-input-placeholder {
    font-size:15px;
}
.form-control.input-lg::-webkit-input-placeholder {
    font-size:15px;
}
.checkbox label, .radio label {
    padding-left:30px;
    margin-bottom:5px;
}
fieldset {
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius:2px;
    padding:30px;
}
fieldset legend {
    border:none;
    margin:0;
    display:inline-block;
    width:auto;
    padding:0 10px;
    font-size:13px;
    color:#bbb;
    font-weight:600;
}
.dark-bg label, .color-bg label, .img-bg label, .vc_row-has-fill label, .dark-bg .checkbox label, .color-bg .checkbox label, .img-bg .checkbox label, .vc_row-has-fill .checkbox label, .dark-bg .radio label, .color-bg .radio label, .img-bg .radio label, .vc_row-has-fill .radio label, .dark-bg .form-control, .color-bg .form-control, .img-bg .form-control, .vc_row-has-fill .form-control, .dark-bg .custom-select .custom-text, .dark-bg .custom-select.disabled span.custom-text:hover, .color-bg .custom-select .custom-text, .color-bg .custom-select.disabled span.custom-text:hover, .img-bg .custom-select .custom-text, .img-bg .custom-select.disabled span.custom-text:hover, .dark-bg-color-overlay .custom-select .custom-text, .dark-bg-color-overlay .custom-select.disabled span.custom-text:hover {
    color:#fff;
}
.dark-bg .form-control, .color-bg .form-control, .img-bg .form-control, .vc_row-has-fill .form-control {
    background-color:transparent;
}
.dark-bg fieldset, .color-bg fieldset, .img-bg fieldset, .vc_row-has-fill fieldset {
    border-color:rgba(255, 255, 255, 0.3);
}
.dark-bg fieldset legend, .color-bg fieldset legend, .img-bg .form-control fieldset legend, .vc_row-has-fill fieldset legend {
    color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-moz-placeholder, .color-bg .form-control::-moz-placeholder, .img-bg .form-control::-moz-placeholder, .vc_row-has-fill .form-control::-moz-placeholder {
    color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-ms-input-placeholder, .color-bg .form-control::-ms-input-placeholder, .img-bg .form-control::-ms-input-placeholder, .vc_row-has-fill .form-control::-ms-input-placeholder {
    color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-webkit-input-placeholder, .color-bg .form-control::-webkit-input-placeholder, .img-bg .form-control::-webkit-input-placeholder, .vc_row-has-fill .form-control::-webkit-input-placeholder {
    color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control, .color-bg .form-control, .img-bg .form-control, .vc_row-has-fill .form-control, .dark-bg .custom-select .custom-text, .dark-bg .custom-select.disabled span.custom-text:hover, .color-bg .custom-select .custom-text, .color-bg .custom-select.disabled span.custom-text:hover, .img-bg .custom-select .custom-text, .img-bg .custom-select.disabled span.custom-text:hover, .dark-bg-color-overlay .custom-select .custom-text, .dark-bg-color-overlay .custom-select.disabled span.custom-text:hover {
    border-color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control:focus, .color-bg .form-control:focus, .img-bg .form-control:focus, .vc_row-has-fill .form-control:focus {
    border-color:#fff;
}
.widget .search-form .form-group {
    width:100%;
    display:block;
    position:relative;
}
.widget .search-form .form-group .form-control {
    display:block;
    padding-right:60px;
}
.widget .search-form .form-group .btn {
    position:absolute;
    top:0;
    right:0;
    width:50px;
}
label sup {
    font-size:120% !important;
    top:0;
}
.subscription-success, .subscription-error, .response {
    display:block;
    line-height:1.6em;
    width:100%;
    max-width:660px;
    font-size:14px;
}
.subscription-success i, .subscription-error i, .success i {
    font-size:20px;
    float:left;
    margin:0 15px 0 0;
}
/* --------------------------------------------------
        10. iCheck plugin Square skin, black
        ----------------------------------------------------- */
.icheckbox_square, .iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/iCheck/square.png) no-repeat;
    border: none;
    cursor: pointer;
    position:absolute !important;
    left:0;
    top:0;
}
.icheckbox_square {
    background-position: 0 0;
}
.icheckbox_square.hover {
    background-position: -24px 0;
}
.icheckbox_square.checked {
    background-position: -48px 0;
}
.icheckbox_square.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square.checked.disabled {
    background-position: -96px 0;
}
.iradio_square {
    background-position: -120px 0;
    margin-left:-18px;

}
.iradio_square.hover {
    background-position: -144px 0;
}
.iradio_square.checked {
    background-position: -168px 0;
}
.iradio_square.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square.checked.disabled {
    background-position: -216px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square, .iradio_square {
        background-image: url(../img/iCheck/square@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/* --------------------------------------------------
        11. Styles for custom selects
        ----------------------------------------------------- */
.done select {
    height: 1px;
    width: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -2px;
    z-index: -10;
    outline: none;
    -webkit-appearance: none;
}
.select-list {
    position: absolute;
    left: 0
}
.custom-select {
    z-index: 1
}
.custom-select * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.open_list {
    z-index: 10
}
.custom-select ul, .custom-select li {
    margin: 0;
    padding: 0;
    list-style: none
}
.custom-select, .custom-select ul {
    position: relative;
    top: 0;
    left: 0
}
.custom-select ul, .custom-select ul li {
    width:100% !important;
}
.custom-select .custom-text {
    cursor: pointer;
    display: block;
    width:100% !important;
}
.custom-select li {
    cursor: pointer;
    min-height: 25px;
}
.select-scroll {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2
}
.default-scroll ul {
    overflow-y: scroll
}
.custom-scroll {
    overflow: hidden
}
.scroll-drag {
    display: block;
    position: absolute;
    left: 1px;
    cursor: pointer
}
.disabled * {
    cursor: default !important
}
/* Style for example*/
.custom-select {
    font-size: 13px;
    font-weight:500;
}
.custom-select .custom-text, .custom-select.disabled span.custom-text:hover {
    overflow: hidden;
    height: 40px;
    padding: 0 0 0 10px;
    line-height: 40px;
    color: #999999;
    border:1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.select-lg .custom-select .custom-text {
    font-size:15px;
    height:51px;
    line-height:51px;
}
.select-sm .custom-select .custom-text {
    font-size:11px;
    height:32px;
    line-height:32px;
}
.custom-select .custom-text:hover {
    border-color:#ccc;
}
.custom-select .custom-text:after {
    font-size: 15px;
    position: relative;
    top: -6px;
    right: 12px;
    display: block;
    content: '?';
    float: right;
    width: 6px;
    z-index: 2;
}
.active span.custom-text:hover, .active span.custom-text {
    border-color:#333;
}
.select-list {
    top: 41px;
    line-height: 25px;
    padding: 0 0 0 10px;
    color: #999;
    background:#f8f8f8;
    width:100%;
    /* border styles */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.select-lg .custom-select .select-list {
    top:52px;
}
.select-sm .custom-select .select-list {
    top:33px;
}
.select-list.custom-scroll {
    padding: 20px 10px 10px;
}
.select-list .selected, .select-list li:hover {
    color: #333
}
.select-list li.disabled {
    color: #CCCCCC;
    cursor: default
}
.select-scroll {
    background-color: #73b0e2;
    width: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.scroll-drag {
    top: 0;
    width: 10px;
    background-color: #14609e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.maxlength .scroll-drag:after {
    display: block;
    content: '?';
    font-size: 14px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -4px
}
.custom-select .hover {
    color: #FFF
}
.custom-select.disabled {
    opacity: 0.5 !important;
}
.gray-bg .custom-select .custom-text, .gray-bg .custom-select .select-list {
    background-color:#fff;
}
/* --------------------------------------------------
        12. spinner form element
        ----------------------------------------------------- */
div.spinedit {
    display: inline-block;
    position: relative;
    font-size:12px;
}
input[type="text"].spinedit {
    display:inline-block;
    text-align: center;
    width: 100px;
}
div.spinedit .fa.fa-chevron-up, div.spinedit .fa.fa-chevron-down {
    position: relative;
    cursor: pointer;
    width: 12px;
    left: 8px;
}
div.spinedit .fa.fa-chevron-up {
    top: -10px;
}
div.spinedit .fa.fa-chevron-down {
    top: 6px;
    left: -4px;
}
.form-search div.spinedit, .form-inline div.spinedit, .form-horizontal div.spinedit {
    top: 5px;
}
.spin-lg div.spinedit .fa.fa-chevron-up {
    top:-11px;
}
.spin-lg div.spinedit .fa.fa-chevron-down {
    top:9px;
}
.spin-sm div.spinedit .fa.fa-chevron-up {
    top:-8px;
}
.spin-sm div.spinedit .fa.fa-chevron-down {
    top:6px;
}
.spin-lg .spinedit {
    font-size:14px;
}
.spin-sm .spinedit {
    font-size:10px;
}
/* --------------------------------------------------
        13. top-nav with mega menu + vertical off-canvas nav
        ----------------------------------------------------- */
.navbar-fixed-top:not(.navbar-sticky) {
    position: absolute;
}
.admin-bar .navbar-fixed-top {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .navbar-fixed-top {
        top: 46px;
    }
}
.navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.mega-menu .nav>li,
.mega-menu .nav>li>a {
    position: inherit;
}
.mega-menu .submenu {
    position:relative;
}
.mega-menu .submenu > .dropdown-menu {
    top:0;
    left:100%;
    margin-top:0;
    margin-left:-1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.mega-menu .submenu:hover > .dropdown-menu {
    display:block;
}
.mega-menu .submenu > a:before {
    display:block;
    font-family: 'FontAwesome';
    content:"\f105";
    font-size:13px;
    float:right;
    width:10px;
    color:rgba(255, 255, 255, 0.5);
}
.mega-menu .submenu.pull-left {
    float:none;
}
.mega-menu .submenu.pull-left > .dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:2px 0 2px 2px;
    -moz-border-radius:2px 0 2px 2px;
    border-radius:2px 0 2px 2px;
}
.mega-menu .nav, .mega-menu .collapse, .mega-menu .dropup, .mega-menu .dropdown {
    position: static;
}
.mega-menu .dropdown-menu {
    right: auto;
}
.mega-menu .dropdown.mega-element .dropdown-menu {
    left: 0;
    right: 0;
}
.top-nav-collapse {
    background-color:#fff;
    box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration:none;
}
.navbar-custom .nav li.active, .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a.active {
    outline:none;
}
.navbar-custom .nav li > a {
    font-size:12px;
    font-weight:500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-custom .nav .dropdown-menu li > a {
    font-weight:500;
}
.navbar-brand > img {
    display:inline-block;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}
.navbar-brand {
    height:50px;
    line-height:50px;
    padding:0 15px;
}
.dropdown-toggle i.fa {
    font-size:110%;
}
.dropdown-toggle span.fa, .navbar-custom .nav li.active span.fa, .navbar-custom .nav li a:hover span.fa, .navbar-custom .nav li a:focus span.fa, .navbar-custom .nav li a.active span.fa {
    color:#fff;
    font-size:8px;
    opacity:0.4;
    filter:alpha(opacity=40);
    display:inline-block;
    padding:0 0 3px;
    vertical-align:middle;
}
.top-nav-collapse .dropdown-toggle span.fa, .top-nav-collapse .nav li.active span.fa, .top-nav-collapse .nav li a:hover span.fa, .top-nav-collapse .nav li a:focus span.fa, .top-nav-collapse .nav li a.active span.fa {
    color:#333;
}
.search-cart {
    margin-left:20px;
    position:relative;
}
.vertical-nav .search-cart {
    position: absolute;
    top: 0;
    right: 15px;
}
.search-cart li a {
    position:relative;
}
.search-cart li a i {
    font-size:18px;
}
.search-cart li + li > a:before {
    content:'';
    width:1px;
    height:20px;
    position:absolute;
    top:50%;
    margin-top:-10px;
    left:-1px;
    background:#fff;
    opacity:0.2;
    filter:alpha(opacity=20);
}
.search-cart .cart .items-in-cart {
    color:#fff;
}
.search-form .form-group {
    width:180px;
    display:inline-block;
    vertical-align:top;
    margin:0;
}
.search-cart .search .search-form .form-control {
    background-color:#333;
    border-color:#333;
    color:#eee;
}
.top-nav-collapse .search-cart li + li a:before {
    background:#333;
}
.search-cart .cart .sub-total h4 {
    background: rgba(255, 255, 255, 0.05);
    color: #eee;
    font-size: 14px;
    letter-spacing: normal;
    margin-bottom: 5px;
    padding: 10px 15px;
}
.search-cart .cart .shop-controls .btn {
    color:#fff;
    width:49%;
    float:left;
}
.search-cart .cart .shop-controls .btn + .btn {
    margin-left:2%;
}
.search-cart .search .form-group {
    margin:0;
}
.search-cart .search .btn {
    background-color:transparent;
    position:absolute;
    right:10px;
    top:10px;
    border-color:transparent;
    color:#aaa;
}
.search-cart .search .btn:hover, .search-cart .search .btn:focus {
    background-color:transparent;
    border-color:transparent;
    color:#333 !important;
}
.dropdown-menu {
    background:#111;
    border:none;
    padding:0px;
    min-width:240px;
    box-shadow:none;
}
.navbar-nav > li > .dropdown-menu {
    margin-top:1px;
    border-radius:0;
}
.dropdown-menu.full-width {
    background-color:transparent;
}
.dropdown-menu.full-width > .container {
    background-color:#111;
}
.navbar-custom .nav .dropdown-menu li > a {
    color:rgba(255, 255, 255, 0.6);
    padding:10px 16px;
    display:block;
    font-size:12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background-color:#222 !important;
    color:#fff !important;
    border-color:#222;
}
.mega-menu .wide h5 { 
    color:#fff;
    font-size:11px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-top:15px;
    padding:10px;
    margin-bottom:0;
}
.mega-menu .wide h5:first-child {
    margin-top:0 !important;
}
/*.mega-menu .wide .inner>.sub-menu {
        margin:0;
        padding:0;
        }*/
.mega-menu .wide .sub-menu li {
    list-style:none;
    position:relative;
}
.mega-menu .wide .sub-menu li a {
    padding:7px 16px;
}
.mega-menu .wide .inner>.sub-menu {
    padding: 25px 15px 25px 15px;
}
.mega-menu .wide .sub .menu-item-has-children .sub-menu {
    left:100%;
    right:auto;
}
.mega-menu .wide .popup {
    margin-left:auto;
    margin-right:auto;
    max-width:1170px;
}
.navbar-nav .open .submenu .dropdown-menu {
    background-color:#333;
}
.navbar-nav .open .submenu .dropdown-menu .dropdown-menu {
    background-color:#444;
}
.icons-list > li > a {
    padding-left:35px !important;
}
.icons-list > li i:first-child {
    position:absolute;
    left:0;
    top:8px;
    font-size:16px;
    width:40px !important;
    height:auto;
    line-height:1;
    text-align:center;
    color:#aaa;
}
.vertical-nav .icons-list > li i:first-child {
    top:10px;
}
.icons-list > li:hover i:first-child {
    color:#fff;
}
.items-in-cart {
    padding:2px 5px;
    border-radius:15px 15px 15px 0;
    line-height:1;
    vertical-align:top;
    font-weight:normal;
}
.search-cart .dropdown {
    position:relative;
}
.search-cart .dropdown-menu {
    right:0;
    left:auto;
    top:72px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.search-cart .dropdown-menu .cart-wrap {
    max-height:250px;
}
.top-nav-collapse .search-cart .dropdown-menu {
    top:52px;
}
.search-cart .dropdown-menu > li {
    padding:10px;
    width:300px;
    box-sizing:border-box;
}
.search-cart .cart .dropdown-menu li:after {
    clear:both;
}
.search-cart .cart .dropdown-menu li:after, .search-cart .cart .dropdown-menu li:before {
    display:table;
    content:'';
}
.search-cart .cart .dropdown-menu li ul, .search-cart .cart .dropdown-menu li ul li a {
    padding:0;
}
.search-cart .cart .dropdown-menu li ul li {
    list-style:none;
    padding:15px 0;
}
.search-cart .cart .dropdown-menu li ul li + li {
    border-top:1px dotted #262626;
}
.search-cart .cart .dropdown-menu li ul li a:hover, .search-cart .cart .dropdown-menu li ul li a:focus {
    background-color:transparent !important;
}
.search-cart .cart .dropdown-menu li a img {
    width:60px;
    height:60px;
    float:left;
    margin-right:10px;
}
.search-cart .cart .dropdown-menu li ul li .quantity {
    font-size:11px;
}
.search-cart .cart .dropdown-menu li .mCSB_scrollTools.mCSB_1_scrollbar.mCS-minimal.mCSB_scrollTools_vertical {
    right:-12px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color:rgba(0, 0, 0, 0.8);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:2px;
}
.search-cart .search .form-control, .search-cart .search .form-control:focus {
    border-color:#fff;
    padding-right:35px;
}
.navbar.light-nav {
    background-color:#fff;
    box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
}
.navbar.light-nav.top-nav-collapse {
    background-color:#fcfcfc;
}
.light-nav a, .navbar.light-nav .dropdown-toggle span.fa, .navbar.light-nav .nav li.active span.fa, .navbar.light-nav .nav li a:hover span.fa, .navbar.light-nav .nav li a:focus span.fa, .navbar.light-nav .nav li a.active span.fa {
    color:rgba(50, 50, 50, 0.5)
}
.navbar.light-nav .nav li.active, .navbar.light-nav .nav li a:hover, .navbar.light-nav .nav li a:focus, .navbar.light-nav .nav li a.active, .navbar.light-nav .nav .open > a, .navbar.light-nav .nav .open > a:focus, .navbar.light-nav .nav .open > a:hover {
    color:#333;
}
.light-nav .search-cart li + li > a::before, .light-nav .navbar-toggle .icon-bar {
    background-color:#333;
}
.light-nav .navbar-toggle .icon-bar {
    background-color:#333;
}
.search-cart > li > a {
    padding-top:17px;
    padding-bottom:13px;
}
.top-nav-collapse .navbar-brand > img {
    max-height:50px;
}
@media (max-width:1199px) {
    .mega-menu .mega-element .full-width {
        max-width:970px;
    }
}
@media (max-width:991px) {
    .mega-menu .mega-element .full-width {
        max-width:750px;
    }
}
@media (min-width:767px) {
    .navbar {
        padding: 20px 0;
        letter-spacing: 1px;
        background: 0 0;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #fcfcfc;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        box-shadow:0 2px 8px rgba(0, 0, 0, 0.15);
    }
    .mega-menu .mega-element .full-width .container .row > div:last-child .nav-list .submenu .dropdown-menu,  .navbar-right > li:last-child .dropdown-menu .submenu .dropdown-menu,  .submenu.left-dropdown .dropdown-menu {
        left:auto;
        right:100%;
    }
    .top-nav-collapse a {
        color:#333;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .nav > li > a {
        padding-left:10px;
        padding-right:10px;
    }
}
/* vertical off-canvas nav */
.vertical-nav .nav-items {
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    height:100%;
    max-height:100%;
    background-color:#000;
    box-sizing:border-box;
}
.vertical-nav .nav-items ul {
    /*margin:0;*/
    padding:0;
}
.vertical-nav .nav-items a {
    color: rgba(255, 255, 255, 0.7);
}
.vertical-nav .nav-items div div > ul {
    width:290px;
}
.vertical-nav .nav-items ul li {
    list-style:none;
    position:relative;
}
.vertical-nav .nav-items ul li a {
    font-weight:700;
    font-size:17px;
    letter-spacing:0.3em;
    text-transform:uppercase;
}
.vertical-nav .nav-items ul li.dropdown > a {
    position:relative;
}
.vertical-nav .nav-items ul li.dropdown.open > a {
    color:#fff;
}
/*.vertical-nav .nav-items ul li ul {
        display:none;
        }*/
.vertical-nav .nav-items div div > ul li.dropdown.open {
    border-bottom:none;
    margin-bottom:0;
}
.vertical-nav .nav-items ul li a {
    display:block;
    padding:8px 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.vertical-nav .nav-items .social-links li a {
    font-size:14px;
}
.vertical-nav .nav-items .social-links li a:hover {
    background-color:transparent;
}
.vertical-nav .nav-items ul li ul li a {
    padding:8px 15px;
    font-weight:500;
    font-size:13px;
    letter-spacing:0.1em;
    text-transform:none;
}
.vertical-nav .nav-items ul li ul li ul li a {
    padding:6px 15px;
    font-size:13px;
    color:#777;
}
.vertical-nav .nav-items ul li ul li ul li a:before {
    content:'-';
    margin:0 8px;
}
.vertical-nav .nav-items ul li a:hover {
    color:#fff;
}
.vertical-nav .nav-items ul li a:hover, .vertical-nav .nav-items ul li a:focus {
    outline:none;
}
.vertical-nav .navbar-header {
    float:none;
    display:inline-block;
    /*    margin-left:47%;*/
    width: 100%;
    text-align:center;
}
.vertical-nav .navbar-header .navbar-brand {
    float:none;
    margin:0;
    padding:0;
}
.vertical-nav .navbar-header .navbar-brand img {
    max-width:100%;
    height:auto;
    margin: 0 auto;
}
.vertical-nav .container, .vertical-nav .container-fluid {
    position:relative;
}
.vertical-nav .navbar-toggle {
    display:block;
    position:absolute;
    left:15px;
    top:2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.vertical-nav .navbar-toggle .icon-bar {
    background:#fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.vertical-nav.light-nav .navbar-toggle .icon-bar {
    background:#333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.vertical-nav .navbar-toggle:hover {
    background:#fff;
}
.vertical-nav .navbar-toggle:hover .icon-bar {
    background:#333;
}
.vertical-nav.light-nav .navbar-toggle:hover {
    background:#333;
}
.vertical-nav.light-nav .navbar-toggle:hover .icon-bar {
    background:#fff;
}
.vertical-nav.top-nav-collapse .navbar-toggle .icon-bar {
    background:#333;
}
.vertical-nav.top-nav-collapse .navbar-toggle:hover {
    background:#333;
}
.vertical-nav.top-nav-collapse .navbar-toggle:hover .icon-bar {
    background:#fff;
}
.vertical-nav .nav-items ul li > ul li:last-child {
    margin-bottom:0px;
    border-bottom:none;
}
.vertical-nav .mCSB_2_scrollbar {
    background-color: rgba(0, 0, 0, 0.5);
    margin-right: -4px;
    width: 4px;
}
.nav-items .mCustomScrollBox.mCS-minimal.mCSB_vertical.mCSB_outside {
    max-height:100% !important;
}
.vertical-nav .nav-items .logo-alt {
    text-align:center;
    margin:60px auto;
}
.vertical-nav .nav-items .social-links {
    padding:15px 20px;
    margin:30px 0 0;
    text-align:center;
    box-sizing:border-box;
}
.vertical-nav .nav-items .social-links li {
    display:inline-block;
    border:none !important;
}
.offcanvas, .vertical-nav, .vertical-nav .nav-items {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.offcanvas {
    position: relative;
    left:0;
}
.vertical-nav .nav-items {
    left:-290px;
}
.offcanvas.active, .vertical-nav.active, .creative-slider.active {
    left: 290px;
}
.vertical-nav.active {
    right:-290px;
}
.vertical-nav.active .nav-items {
    left:0px;
}

.vertical-nav .nav-items .mega-menu li.narrow li ul.sub-menu,.vertical-nav .nav-items .mega-menu li.wide li ul.sub-menu{
    left:auto;
}
.vertical-nav .nav-items .mega-menu div div li > .popup {
    left: auto !important;
    position: relative !important;
}
.vertical-nav .nav-items .mega-menu div div li ul li,
.vertical-nav .nav-items .mega-menu div div li ul ul
{
    left: auto;
    width: 98% !important;
}

.vertical-nav .nav-items .mega-menu ul.sub-menu {
    position:relative;
    width: 99% !important;
}
.vertical-nav .nav-items .mega-menu li.wide li.sub {
    float: none;
}


/*
* Mega Navigation
*/
.mega-menu .popup {
    display: none;
}
.mega-menu .has-sub:hover .popup {
    display:block;
}
.mega-menu .sub-menu {
    background: #111;
    padding: 0px;
    min-width: 240px;
    position:absolute;
}
.mega-menu .narrow .sub-menu {
    width: 240px;
}
.mega-menu .wide .sub-menu .sub-menu .sub-menu {
    width: 240px;
}
.mega-menu ul li.has-sub > a:after, .mega-menu ul li.has-sub > h5:after {
    display: inline-block;
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: normal;
    margin: 1px 0 -1px 4px;
    line-height: 1;
}
.mega-menu li li.menu-item-has-children > a::after {
    display: block;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 13px;
    float: right;
    width: 10px;
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu i {
    margin: 5px;
}
.mega-menu .sub-menu .menu-item {
    position: relative;
    list-style: none;
}
.mega-menu .sub-menu .menu-item a {
    display: block;
    padding: 10px 16px;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.mega-menu ul.sub-menu li.menu-item a, 
.mega-menu .popup .inner ul.sub-menu li a{	
    color: rgba(255, 255, 255, 0.6);
}
.mega-menu ul.sub-menu li.menu-item a:hover, 
.mega-menu .popup .inner ul.sub-menu li a:focus {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

/*** narrow ***/
.mega-menu .narrow li ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #333;
    left: 100%;
    top: 0px;
    z-index: 99;
}
.mega-menu .narrow li:hover > a + ul.sub-menu {
    display:block;
}
.mega-menu .narrow.pos-right li ul.sub-menu
{
    left: auto;
    right: 100%;
}
.mega-menu .narrow.pos-left li ul.sub-menu{
    left: 100%;
    right: auto;
}
/*.vertical-nav .nav-items .mega-menu li.narrow.pos-right li ul.sub-menu,
.vertical-nav .nav-items .mega-menu li.narrow.pos-left li ul.sub-menu,
 {
    left: auto !important;
    right: auto !important;
    }*/
/*** wide ***/
.mega-menu .wide .sub {
    float: left;
}
.mega-menu .wide .sub-menu li a {
    padding:7px 16px;
}
.mega-menu .wide .sub > a::after {
    display: none;
}
.mega-menu .wide li ul.sub-menu {
    position: relative;
}
.mega-menu .wide li li > ul.sub-menu {
    background-color: #333;
    display: none;
    left: 100%;
    position: absolute;
    /*overflow: hidden;*/
    top:0px;
    z-index: 99;
}
.mega-menu .wide.has-sub li li.menu-item-has-children > a::after {
    display: block;
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 13px;
    float: right;
    width: 10px;
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu .wide li .menu-item-has-children:hover > .sub-menu  {
    display: block;
}
.label {
    font-weight: 400;
    margin: 2px 5px;
    padding: 0.2em 0.6em;
}
@media (max-width:1024px) {
    .mega-menu .wide li > ul.sub-menu {
        min-width: 100%;
    }
    .mega-menu .wide li li > ul.sub-menu,
    .mega-menu .wide li li li> ul.sub-menu {
        min-width: 240px;
        width:240px;

    }
}
@media (max-width:767px) {
    .mega-menu .sub-menu {
        position: relative;
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
    }
    .mega-menu .wide:hover .popup {
        position: relative !important;
    }
    .mega-menu .wide li li > ul.sub-menu {
        position: relative;
    }

    /*    .mega-menu .wide > ul.sub-menu li {
            margin: 10px;
            width: 20%;
            }*/
    .mega-menu .wide .sub {
        float: none;
    }
    .mega-menu .wide .inner>.sub-menu {
        padding: 0;
    }

    .mega-menu .has-sub > a::after, 
    .mega-menu .has-sub > h5::after {
        float: right;
    }
    .mega-menu .narrow li ul.sub-menu {
        top: auto;
        left: 0;
        right: auto;
        position: relative;
    }
    .mega-menu .narrow.pos-right li ul.sub-menu,
    .mega-menu .narrow.pos-left li ul.sub-menu {
        left: auto;
        right: auto;
    }
    ._mCS_3.mCS-autoHide.mCS_no_scrollbar {
        display: inline;
    }
    .vertical-nav .nav-items .mega-menu ul.sub-menu,
    .vertical-nav .nav-items .mega-menu div div li ul li,
    .vertical-nav .nav-items .mega-menu div div li ul ul {

        width: 100% !important;
    }
}
@media (max-width:329px) {
    .vertical-nav .navbar-toggle {
        left: 2px;
    }
}
/* --------------------------------------------------
        14. home page main slider
        ----------------------------------------------------- */
.slide-title,
.slide-title > *{
    width:100%;
    font-size:60px;
    font-weight:700;
    letter-spacing:0.4em;
    text-transform:uppercase !important;
}
.slide-title.alt-title {
    letter-spacing:normal;
    text-transform:none !important;
}
.slide-sub-title {
    font-size:18px;
    font-weight:500;
    letter-spacing:0.1em;
    line-height:1.6em !important;
}
.slide-sub-title a {
    color:#fff;
    text-decoration:none;
}
.page-title .slide-sub-title {
    margin-bottom:0;
    font-size:15px;
    color:#fff;
}
.slide-sub-title.alt-font {
    font-size:28px;
    font-weight:normal;
}
.creative-slider {
    left:0;
    -webkit-transition: all .30s ease-out !important;
    -o-transition: all .30s ease-out !important;
    transition: all .30s ease-out !important;
}
.creative-slider .krt-bullet-container {
    display:none;
}
.krt-bullet {
    box-sizing:border-box;
    background-color:transparent !important;
    background-image:none !important;
    border:2px solid rgba(255, 255, 255, 0.8) !important;
    border-radius:50%;
    width:10px !important;
    height:10px !important;
}
.cloud-container a, .cloud-container a:hover, .cloud-container a:focus {
    outline:none !important;
    text-decoration:none;
}
.krt-activated {
    border-color:#fff !important;
    background-color:#fff !important;
}
.play-btn {
    width:70px;
    height:70px;
    display:inline-block;
    border-radius:50%;
    background-color:rgba(255, 255, 255, 0.05);
    -webkit-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
.play-btn-sm {
    width:40px;
    height:40px;
    position:relative;
    color:#fff;
    display:inline-block;
}
.play-btn-sm i {
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
}
.play-btn i {
    width:70px;
    height:70px;
    padding-left:6px;
    border-radius:50%;
    text-align:center;
    font-size:28px;
    color:#fff;
    line-height:70px;
}
.play-btn i.livicon {
    padding-left:0;
    line-height:80px;
}

/* --------------------------------------------------
        15. bouncing arrow
        ----------------------------------------------------- */
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    text-align:center;
    text-decoration:none;
    outline:none;
}
.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
.arrow i {
    font-size:36px;
    color:rgba(255, 255, 255, 0.2);
}
.arrow:hover i {
    color:#fff;
}
.arrow:hover, .arrow:focus {
    outline:none;
}
.arrow:hover:after {
    display:none;
}
/* --------------------------------------------------
        16. landing pages
        ----------------------------------------------------- */
.landing-intro {
    background:url(../img/slides/landing-page/slide1.jpg) center center no-repeat;
    background-size:cover;
    padding:100px 0 60px;
    position:relative;
}
.landing-intro.vertical-form {
    background-image:url(../img/slides/landing-page/slide1.jpg);
}
.landing-intro.horizontal-form {
    background-image:url(../img/slides/landing-page/slide2.jpg);
}
.landing-intro.app-landing {
    background-image:url(../img/slides/landing-page/slide3.jpg);
}
.landing-intro.vertical-form .play-btn {
    margin:120px auto 80px;
}
.landing-intro .form-wrapper {
    box-sizing:border-box;
    padding:40px 30px;
    margin:10px auto;
    border-radius:2px;
    background-color:rgba(255, 255, 255, 0.08);
}
.vertical-form .form-wrapper {
    margin:80px auto 10px;
}
.horizontal-form .form-wrapper {
    margin:30px auto 10px;
}
.vertical-form .form-wrapper {
    max-width:380px;
}
.landing-intro .form-wrapper .form-title {
    margin:0 auto 25px;
    font-weight:500;
    letter-spacing:0.03em;
}
.landing-intro.vertical-form .form-group {
    margin-bottom:10px;
}
.landing-intro.horizontal-form .form-group {
    margin:0 -10px 0 0;
}
.landing-intro.vertical-form form .btn {
    margin-top:25px;
}
.vertical-form .form-disclaimer {
    max-width:340px;
    font-size:11px;
    margin:0 auto 40px;
    display:block;
}
.horizontal-form .form-elements {
    margin-top:180px;
}
.landing-intro form .form-control, .landing-intro form .form-control:focus {
    border-color:#fff;
}
.landing-intro .app-img-wrap {
    margin:40px auto -80px;
}
.landing-intro .app-img-wrap > img {
    max-width:100%;
    height:auto;
}
.landing-intro.app-landing .intro-elements {
    margin-top:160px;
}
/* --------------------------------------------------
        17. progress bars
        ----------------------------------------------------- */
.progress {
    height:2px;
    border-radius:2px;
    overflow:visible;
    margin-bottom:50px;
}
.progress-bar {
    height:4px;
    margin-top:-1px;
    border-radius:4px;
    color:#333;
    background-color:#333;
    line-height:28px;
    text-align:left;
    position:relative;
    text-transform:uppercase;
    box-shadow:none;
    font-weight:700;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.progress-bar > span {
    position:absolute;
    right:0;
    top:5px;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, .3) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
/* --------------------------------------------------
        18. PiE Charts
        ----------------------------------------------------- */

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin:0 15px 15px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
/* --------------------------------------------------
        19. preloader animation
        ----------------------------------------------------- */
.spinner-wave.spinner {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}
.spinner-wave div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: waveStretchDelay 1.2s infinite ease-in-out;
    animation: waveStretchDelay 1.2s infinite ease-in-out;
}
.spinner-wave .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner-wave .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner-wave .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner-wave .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        border-radius:6px;
    }
}
@keyframes waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        border-radius:6px;
    }
}
/* --------------------------------------------------
        20. icon boxes
        ----------------------------------------------------- */
.icon-box {
    position:relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.icon-box:after {
    clear:both;
}
.icon-box:after, .icon-box:before {
    display:table;
    content:'';
}
.icon-box .box-title {
    letter-spacing:0.06em;
}
.icon-box.style1 {
    padding-left:70px;
}
.icon-box.style1 > i {
    position:absolute;
    left:0;
    top:20px;
    width:70px;
    text-align:center;
    font-size:48px;
    line-height:1;
}
.icon-box.style1 > .box-title:after {
    content:'';
    display:block;
    width:50px;
    height:2px;
    margin-top:10px;
    background-color:#ddd;
}
/*.icon-box.style7,
.icon-box.style2{
        text-align:center;
        }*/
.icon-box.style2 {
    padding:30px;
    border:1px solid #eee;
    border-radius:2px;
    margin-bottom:30px;
}
.icon-box.style2 > i {
    width:80px;
    height:80px;
    /*	display:block;*/
    /*margin:0 auto;*/
    font-size:74px;
    line-height:80px;
    /*	text-align:center;*/
}
.icon-box.style2 .btn {
    margin-bottom:10px;
}
.icon-box.style2:hover {
    background-color:#f6f6f6;
    border-color:#f6f6f6;
    border-radius:2px;
}
.gray-bg .icon-box.style2:hover {
    background-color:#fff;
    border-color:#fff;
}
.icon-box.style3 > i {
    font-size:48px;
    width:80px;
    height:80px;
    display:block;
    line-height:80px;
    text-align:center;
    border-radius:40px;
    color:#fff;
    margin-bottom:20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.icon-box.style3 .list.alt-list {
    padding:0;
    /*    margin-bottom:30px;*/
}
.icon-box.style3 .list.alt-list li {
    margin-bottom:5px;
}
.icon-box.style3 .list.alt-list li a {
    text-decoration:none;
    font-weight:500;
}
.icon-box.style3 .list.alt-list li a:hover {
    text-decoration:underline;
}
.icon-box.style3:hover > i {
    width:160px;
    background-color:#333;
}
.shade {
    padding-top:80px;
    padding-bottom:80px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMjIyOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzNkNDIiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(33, 34, 40, 0)), color-stop(100%, rgba(55, 61, 66, 0.05))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212228', endColorstr='#0d373d42', GradientType=1 ); /* IE6-8 */
}
.icon-box.style4 {
    padding:0 30px;
    box-sizing:border-box;
    max-height:350px;
    overflow-y:auto;
}
.icon-box.style5 {
    padding:30px;
    box-sizing:border-box;
    border:3px solid #fafafa;
    background-color:#fafafa;
    border-radius:3px;
    margin-bottom:30px;
    overflow:hidden;
}
.icon-box.style5 > i {
    font-size:68px;
    line-height:1;
    width:80px;
    text-align:center;
}
.icon-box.style5 .btn {
    position:absolute;
    right:-40px;
    bottom:-40px;
    width:51px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.icon-box.style5:hover {
    background-color:#fff;
}
.icon-box.style5 .btn > i {
    vertical-align:middle;
}
.icon-box.style5:hover .btn {
    position:absolute;
    right:0px;
    bottom:0px;
}
.icon-box.style5 .btn:hover {
    width:80px;
}
.icon-box.style6 {
    margin:0 -7.5px;
    padding: 80px 15px;
    box-sizing: border-box;
    max-height: 495px;
    overflow-y: auto;
}
.icon-box.style8 > i {
    font-size:58px;
}
.icon-box.style8 .box-title {
    font-size:15px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:0.4em;
    margin-top:30px;
}
.icon-box.style2.center, .icon-box.style3.center, .icon-box.style4.center, .icon-box.style5.center, .icon-box.style6.center {
    text-align: center;
}
.icon-box.style2.center i, .icon-box.style3.center i, .icon-box.style4.center i, .icon-box.style5.center i, .icon-box.style6.center i {
    margin-left: auto;
    margin-right: auto;
}
.icon-box.style2.right, .icon-box.style3.right, .icon-box.style4.right, .icon-box.style5.right, .icon-box.style6.right {
    text-align: right;
}
.icon-box.style2.right i, .icon-box.style3.right i, .icon-box.style4.right i, .icon-box.style5.right i, .icon-box.style6.right i {
    margin-left: auto;
}
/* --------------------------------------------------
        21. thumbnail boxes
        ----------------------------------------------------- */
.thumbnail {
    border-radius:2px;
    padding:0;
    position:relative;
    overflow:hidden;
    margin-bottom:30px;
    background-color:#f6f6f6;
    border:none;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.thumbnail.list-product {
    margin-bottom:0;
}
.gray-bg .thumbnail {
    background-color:#fff;
}
.thumbnail img {
    border-radius: 2px;
}
.thumbnail:hover {
    border-color:rgba(0, 0, 0, 0);
}
.thumbnail .caption {
    padding:20px 25px 30px;
    border-top:0;
}
.thumbnail .caption > h3 {
    margin:10px 0;
}
.thumbnail.style2 {
    padding-left:45%;
}
.thumbnail.style2 .img-box {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:45%;
    background-repeat:no-repeat !important;
    background-position:center center !important;
    background-size:cover !important;
}
.thumbnail.style2.img-right {
    padding-left:0;
    padding-right:45%;
}
.thumbnail.style2.img-right .img-box {
    left:auto;
    right:0;
}
.thumb-wrapper .owl-dots {
    display:none !important;
}
.thumb-wrapper {
    position:relative;
    /*    background-color:#eee;*/
    min-height:50px;
    width:100%;
}
.post-horizontal .thumb-wrapper {
    margin-bottom:15px;
}
.thumb-wrapper iframe{
    width: 100%;
    height: auto;
}
.thumb-wrapper .play-btn, .style2 .img-box .play-btn {
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px 0 0 -35px;
    z-index:1;
}
.thumb-wrapper img {
    width:100%;
    height:auto;
}
.thumb-wrapper > .post-author {
    position:absolute;
    bottom:-25px;
    right:30px;
    width:60px;
    height:60px;
    border-radius:50%;
    border:3px solid #f6f6f6;
    display:block;
    overflow:hidden;
    z-index:2;
}
.thumbnail.style1 blockquote {
    margin:0;
    padding-top:20px;
    padding-bottom:40px;
    color:#fff;
    border:0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.thumbnail.style1 blockquote:hover, .thumbnail.style1 .link:hover {
    background-color:#333;
}
.thumbnail.style1 blockquote p, .thumbnail.style1 blockquote footer {
    color:#fff;
}
blockquote footer cite {
    font-style:normal;
}
.thumbnail.blockquote .caption, .thumbnail.linkpost .caption {
    margin-top:20px;
}
.style2 .img-box > .post-author {
    position:absolute;
    right:-15px;
    top:30px;
    width:60px;
    height:60px;
    border-radius:50%;
    border:3px solid #f6f6f6;
    display:block;
    overflow:hidden;
    z-index:2;
}
.style2.img-right .img-box > .post-author {
    left:-15px;
    right:auto;
}
.gray-bg .img-box > .post-author {
    border-color:#fff;
}
.thumb-wrapper > .post-author img {
    width:100%;
    height:auto;
}
.post-title, .post-meta a {
    text-decoration:none !important;
}
.post-meta {
    font-size:12px;
    margin-bottom:10px;
    color:#aaa;
}
.post-meta .post-category, .post-meta .post-tags, .post-meta .post-author {
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:600;
}
.post-meta .post-category a, .post-meta .post-tags a {
    color:#aaa;    
}
.post-meta span {
    display:inline-block;
}
.post-meta span + span:before {
    content: "| ";
    padding: 0 5px;
    display:inline-block;
}
.thumbnail .member-name {
    margin-bottom:5px;
}
.team-e .row .vc_row {
    padding-top: 0;
    padding-bottom:0;
}
.team-member .details {
    position:absolute;
    bottom:-100px;
    opacity:0;
    filter:alpha(opacity=0);
    padding:30px 20px;
    text-align:center;
    color:#fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.thumbnail.style3 .details {
    top:0;
    left:0;
    height: 100%;
    width:100%;
    background:rgba(0, 0, 0, 0.8);
}
.thumbnail.style3 .details .social {
    position: relative;
    top:100%;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team-member:hover .details {
    bottom:0px;
    border-radius:2px;
    opacity:1;
    filter:alpha(opacity=100);
}
.team-member:hover.thumbnail.style3 .details .social {
    top:90%;
}
.social {
    margin:0;
    padding:0;
}
.team-member .social {
    margin:0 auto;
    line-height:1;
}
.social li {
    padding:0;
    margin:0;
    display:inline;
    list-style:none;
    line-height:1;
}
.social li a {
    margin:0 4px;
    text-decoration:none;
}
.thumbnail.style3 .social li a {
    margin:0 6px;
}
.team-member .social li a {
    display:inline-block;
    margin:0 1px;
}
.style1.team-member {
    background-color:transparent;
    border-bottom:2px solid #ddd;
}
.style2.team-member {
    border-bottom:0;
}
.thumbnail .caption > small {
    margin-bottom:10px;
    display:block;
}
.style2.team-member .social {
    background-color:transparent;
}
.gray-bg .thumb-wrapper > .post-author {
    border-color:#fff;
}
.thumbnail.style3 .caption {
    padding:15px 25px;
    background:#fff;
}
/* --------------------------------------------------
        22. page titles
        ----------------------------------------------------- */
.page-title {
    padding:190px 0 100px;
    background-color:#aaa;
    background-repeat:no-repeat !important;
    background-position:center center !important;
    background-size:cover !important;
    position:relative;
    z-index:0;
}
.page-title.no-content {
    padding:93px 0 0;
    background-color:#fff;
}
.breadcrumb {
    margin-bottom:0;
}
.page-title:before {
    position:absolute;
    top:0;
    left:0;
    content:'';
    width:100%;
    height:100%;
    z-index:0;
    background-color:rgba(0, 0, 0, 0.4);
}
.shop1-header {
    padding:140px 0 20px;
    background:url(../img/bg/shop1-bg.jpg) center center no-repeat;
    background-size:cover;
}
.shop1-header .slide-title {
    font-weight:800;
}
.page-title h1 {
    margin:0;
    color:#fff;
    letter-spacing:0.5em;
    font-weight:800;
}
.page-title .breadcrumb {
    background-color:transparent;
    font-weight:400;
    padding:0;
}
.page-title .breadcrumb a {
    text-decoration:none;
    color:#fff;
}
.page-title .breadcrumb > li + li::before, .page-title .breadcrumb > .active {
    color:rgba(255, 255, 255, 0.5);
}
.page-title.style2 h1, .page-title.style2 .breadcrumb {
    float:none;
    text-align:center;
}
.page-title.style2 .breadcrumb {
    padding-top:10px;
}
.page-title.style2 .categories-tags,
.page-title.style5 .categories-tags {
    padding-top:10px;
    text-align: center;
}
.page-title .description {
    font-weight:400px;
    color:#fff;
    text-align:center;
    margin-top:30px;
}
.page-title.style3, .page-title.style4, .page-title.style5 {
    text-align:center;
}
.page-title.style3.text-left, .page-title.style4.text-left, .page-title.style5.text-left {
    text-align:left;
}
.page-title.style5 {
    display:table;
    width:100%;
}
.page-title.style5 .blog-title {
    margin:10px 0;
    font-size:38px;
}
.page-title.style5 > .container {
    display:table-cell;
    vertical-align:middle;
}
.page-title.style5 .play-btn {
    margin-top:90px;
}
.page-title.style5 h1 {
    margin-top:100px;
}
.page-title.style6 {
    display:table;
    height:100%;
    width:100%;
    position:relative;
    text-align:center;
}
.page-title.style6 .middle-align {
    display:table-cell;
    vertical-align:middle;
}
.page-title.style6 .bottom-align {
    display:table-cell;
    vertical-align:bottom;
}
.page-title.style6 .play-btn {
    margin-bottom:100px;
}
.page-title.blog-title {
    padding:115px 0 20px;
}
@media screen and (max-width: 480px) {
    .cbpt-l-caption-buttonLeft,
    .cbpt-l-caption-buttonRight
    {
        line-height: 23px !important;
    }
    .cbpt-caption-overlayBottomReveal .cbpt-caption-activeWrap {

        height: 71px !important;
        z-index: 1 !important;
    }
    .half-section .overlay {
        margin: 10px !important;
        opacity: 0.95;
    }
    .vc_row {
        margin-left: -8px !important;
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 320px) {
    .progress-bar > span {
        right: -20px;
    }
    .cbpt-l-caption-buttonLeft,
    .cbpt-l-caption-buttonRight{
        background:none !important;
        text-align:left !important;
        line-height: 10px !important;
    }
    .cbpt-l-caption-title{
        font-size: 10px !important;
        line-height: 10px !important; 
    }
    .cbpt-l-caption-desc{
        display:none;
    }
}
/* --------------------------------------------------
        23. portfolio / projects
        ----------------------------------------------------- */
/* see cubeportfoliotempo.css file for all portfolio styles */
.cbpt-caption-zoom .cbpt-caption .cbpt-caption-activeWrap .cbpt-l-caption-alignLeft, .cbpt-caption-zoom .cbpt-caption .cbpt-caption-activeWrap .cbpt-l-caption-alignCenter {
    margin-top:30px;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cbpt-caption-zoom .cbpt-caption:hover .cbpt-caption-activeWrap .cbpt-l-caption-alignLeft, .cbpt-caption-zoom .cbpt-caption:hover .cbpt-caption-activeWrap .cbpt-l-caption-alignCenter {
    margin-top:0px;
    opacity:1;
    filter:alpha(opacity=100);
}
.cbpt-l-loadMore-button {
    margin-bottom:0;
}

/* --------------------------------------------------
        24. blog & blog posts
        ----------------------------------------------------- */
.news-sticky:after {
    clear:both;
}
.news-sticky:after, .news-sticky:before {
    display:table;
    content:'';
}
.news-sticky {
    padding-right:80px;
}
.news-sticky .sticky-title {
    display:block;
    float:left;
    padding:5px 12px;
    border-radius:2px;
    color:#fff;
    font-weight:400;
    font-size:12px;
    line-height:1;
    text-transform:uppercase;
    margin-right:20px;
}
.news-sticky .carousel-caption a {
    color:#fff;
    text-decoration:none;
    outline:none;
}
.news-sticky .carousel-caption a:hover {
    text-decoration:underline;
}
.news-sticky-slider .carousel-caption {
    padding:0;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    text-align:left;
    position:relative;
    width:auto;
    font-size:13px;
    font-weight:500;
    line-height:1.8em;
    letter-spacing:1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-sticky-slider .carousel-control.left, .news-sticky-slider .carousel-control.right {
    background-image:none;
    right:-65px;
    left:auto;
    width:24px;
    text-align:center;
    display:block;
    text-decoration:none;
    background-color:transparent;
    border:1px solid #ddd;
    background:#ddd;
    color:#fff;
    text-shadow:none;
    border-radius:3px;
    opacity:1;
    filter:alpha(opacity=100);
}
.news-sticky-slider .carousel-control.left {
    right:-35px;
}
.news-sticky-slider .carousel-control.left span, .news-sticky-slider .carousel-control.right span {
    display:block;
    width:23px;
    height:26px;
    line-height:20px;
    padding-right:3px;
}
.news-sticky-slider .carousel-control.right span {
    padding-left:3px;
}
.news-sticky-slider .carousel-control .glyphicon-chevron-left, .news-sticky-slider .carousel-control .glyphicon-chevron-right, .news-sticky-slider .carousel-control .icon-next, .news-sticky-slider .carousel-control .icon-prev {
    font-size:13px;
    border-radius:2px;
    text-shadow:none;
}
.news-sticky-slider .carousel-inner {
    width:auto;
}
.news-sticky-slider .carousel-control:focus, .news-sticky-slider .carousel-control:hover {
    background:#666;
    border-color:#666;
    color:#fff;
}
.featured-posts {
    margin:40px 0 0;
    padding-bottom:60px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000', GradientType=0 ); /* IE6-8 */
}
.featured-post {
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    width:100%;
    height:280px;
    position:relative;
}
.featured-post:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.featured-post:hover:before {
    background-color:rgba(0, 0, 0, 0.5);
}
.featured-posts.post-grid .post-lg, .featured-posts.post-grid .post-md {
    height:400px;
}
.featured-posts.post-grid .post-lg {
    width:50%;
}
.featured-posts.post-grid .post-md, .featured-posts.post-grid .post-sm {
    width:25%;
}
.featured-posts.post-grid .post-sm {
    height:200px;
}
.featured-posts.post-grid .featured-post {
    float:left;
}
.featured-post .post-content {
    position:absolute;
    bottom:0;
    width:100%;
    padding:30px;
    box-sizing:border-box;
    color:#fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0 ); /* IE6-8 */
}
.featured-post:hover .post-content {
    padding:40px 30px 40px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-8 */
}
.featured-post .post-content .post-title {
    color:#fff;
    font-size:17px;
    line-height:1.4;
    font-weight:500;
    letter-spacing:1px;
    box-sizing:border-box;
    max-width:100%;
    margin:5px 0 0;
}
.view-featured {
    float:right;
    margin-top:20px;
}
.post-horizontal {
    margin-bottom: 30px;
}
.post-md .post-content .post-title {
    font-size:20px;
}
.post-lg .post-content .post-title {
    font-size:26px;
}
.featured-slider .featured-post .post-content .post-title, .krt-clouds .slide-title.blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:17px;
}
.krt-clouds .slide-title.blog-title {
    font-size:38px;
}
.featured-post .post-meta {
    position:absolute;
    bottom:10px;
    left:30px;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.featured-post:hover .post-meta {
    opacity:1;
    filter:alpha(opacity=100);
}
.featured-post .post-meta span, .featured-post .post-meta a {
    color:#fff;
    font-size:10px;
}
.blog-masonry .item {
    margin-bottom: 30px;
}
.post-sm .media-object {
    width:180px;
    height:auto;
}
.post-sm .media-heading {
    font-size:17px;
    font-weight:500;
}
.post-sm p {
    margin:0 0 5px 0;
}
.tempo-pagination {
    display:block;
    margin:0;
    padding:20px 20px 17px;
    border:1px solid #eee;
    border-radius:2px;
    margin:30px 0;
    text-align:center;
}
.tempo-pagination:after {
    clear:both;
}
.tempo-pagination:after, .tempo-pagination:before {
    display:table;
    content:'';
}
.tempo-pagination .prev {
    float:left;
}
.tempo-pagination .next {
    float:right;
}
.tempo-pagination .next a, .tempo-pagination .prev a {
    background-color:#f6f6f6;
}
.tempo-pagination li {
    display:inline-block;
}
.tempo-pagination > li > a, .tempo-pagination > li > span {
    border:0;
    color:#333;
    font-weight:400;
    padding:10px 18px;
    border-radius:2px;
}
.tempo-pagination > li:last-child > a, .tempo-pagination > li:last-child > span, .tempo-pagination > li:first-child > a, .tempo-pagination > li:first-child > span {
    border-radius:2px;
}
.tempo-pagination > li > a:focus, .tempo-pagination > li > a:hover, .tempo-pagination > li > span:focus, .tempo-pagination > li > span:hover {
    background-color:#333;
    color:#fff;
}
.sticky-wrapper {
    padding:15px 0;
    background:#f6f6f6;
}
.sticky-wrapper .news-sticky .carousel-caption a {
    text-shadow:none;
    color:#333;
}
/*.post-horizontal {
    padding:0 0 40px;
    }*/
.post-horizontal .btn {
    margin-bottom:15px;
}
.post-horizontal .thumb-wrapper img {
    max-width:100%;
}
.post-horizontal .thumb-wrapper > .post-author {
    bottom:auto;
    top:25px;
    left:-25px;
    border-color:#fff;
}
.gray-bg .post-horizontal .thumb-wrapper > .post-author {
    border-color:#f6f6f6;
}
.blog-slider .label {
    letter-spacing:2px;
}
.blog-slider .slide-subtitle span {
    display:inline-block;
}
.slide-sub-title span + span:before {
    content: "/ ";
    padding: 0 10px;
    display:inline-block;
    color:rgba(255, 255, 255, 0.5);
}
.blog-slider .krt-bullet-container {
    display:none !important;
}
.blog-masonry .thumbnail {
    margin-bottom:0;
}
.thumbnail.linkpost .thumb-wrapper .link {
    margin:0;
    font-size:15px;
    font-weight:600;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.thumbnail.linkpost .thumb-wrapper .link a {
    color:#fff;
    padding:20px 20px 40px;
    display:block;
}
.thumbnail.linkpost .thumb-wrapper .link .title {
    font-size:18px;
    display:block;
    margin-bottom:10px;
}
.thumbnail.linkpost .thumb-wrapper .link .url {
    font-size:11px;
}
.single-post {
    clear: both;
}
.single-post .post-title {
    margin:10px 0;
}
.single-post > .thumb-wrapper {
    margin-bottom:40px;
}
.single-post .post-meta {
    margin-bottom:30px;
}
.single-post article.post footer .page-links {
    font-weight: 600;
    margin-bottom: 30px;
    text-align: right;
}
.single-post article.post footer {
    text-align: right;
}
.single-post article.post footer .cat-links,
.single-post article.post footer .edit-link {
    display: block;
}
.single-post.style1, .single-post.style2 {
    background-color:#f6f6f6;
    padding:30px;
    border-radius:2px;
}
.single-post.style2 {
    background-color:transparent;
    border:1px solid #eee;
}
.single-post.style3 {
    border-radius:2px;
    padding:30px;
    background:#fff;
    border:1px solid #eee;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
}
.share-this {
    padding:20px 0;
    margin-bottom:20px;
}
.share-this:after {
    clear:both;
}
.share-this:after, .share-this:before {
    display:table;
    content:'';
}
.share-this > .this {
    font-size:11px;
    text-transform:uppercase;
    font-weight:400;
    padding:3px 10px 4px;
    display:inline-block;
    background:#5a6a74;
    color:#fff;
    border-radius:2px;
    position:relative;
    float:left;
    margin-right:10px;
}
.share-this > .this:after {
    content:'';
    border:5px solid transparent;
    border-left-width:6px;
    border-left-color:#5a6a74;
    position:absolute;
    right:-11px;
    top:50%;
    margin-top:-5px;
}
.share-this .btn {
    color:#fff;
    margin:0 5px 5px 0;
    float:left;
    border-radius:2px;
}
.share-this .btn i:after {
    content:'| ';
    padding:0 1px 0 4px;
    color:rgba(255, 255, 255, 0.6);
}
.share-this .btn.facebook {
    background:#4463b1;
    border-collapse:#4463b1;
}
.share-this .btn.twitter {
    background:#4e9edc;
    border-collapse:#4e9edc;
}
.share-this .btn.linkedin {
    background:#005a87;
    border-collapse:#005a87;
}
.share-this .btn.reddit {
    background:#fe4300;
    border-collapse:#fe4300;
}
.share-this .btn.google-plus {
    background:#da4935;
    border-collapse:#da4935;
}
.share-this .btn.email {
    background:#1c8fdc;
    border-collapse:#1c8fdc;
}
.share-this .btn:hover {
    background:#333;
}
.page-title .label {
    margin:0 5px 5px 0;
}
.author-box {
    margin-bottom:40px;
}
.author-box .media {
    padding:20px;
    background:#f6f6f6;
    border-radius:2px;
    position:relative;
}
.gray-bg .author-box .media {
    background:#fff;
}
.author-box .media .media-heading, .comments .media .media-heading {
    font-weight:500;
}
.author-box .media .media-object {
    border-radius:2px;
    position:relative;
    padding:7px;
    background-color:#fff;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.05);
}
.gray-bg .author-box .media .media-object {
    background-color:#f6f6f6;
    box-shadow:none;
}
.author-box .media-left {
    padding-right:15px;
}
.author-box .media .profile-btn {
    font-size:9px;
    padding:1px 8px;
    background-color:#ccc;
    border-color:#ccc;
}
.author-box .social li a {
    margin:0 4px 0 0;
}
.author-box .media-body p {
    margin-bottom:10px;
}
.author-box .media-body p a, .comments .media-body a {
    text-decoration:none;
}
.author-social {
    position:absolute;
    top:10px;
    right:10px;
    z-index:10;
    width:40px;
    padding:20px 5px 5px;
    height:auto;
    background:#e6e6e6;
    border-radius:2px;
}
.author-social > i {
    position:absolute;
    top:5px;
    right:1px;
    width:100%;
    text-align:center;
    cursor:pointer;
}
.author-social .social {
    display:none;
    padding:5px 0;
    margin-top:6px;
    background:#fff;
}
.author-social .social li {
    display:block;
    text-align:center;
    padding:2px 0;
}
.author-social:hover .social {
    display:block;
}
.author-box .media, .author-box .media-body {
    overflow:visible;
}
.author-box p a {
    font-size:13px;
}
.next-prev-posts {
    padding:30px;
    border:1px solid #eee;
    border-radius:2px;
    margin-bottom:30px;
}
.gray-bg .next-prev-posts {
    border:1px solid #fff;
    background:#fff;
}
.next-prev-posts > small {
    color:#787878;
    font-weight:600;
    display:block;
    font-size:13px;
    margin-bottom:5px;
}
.next-prev-posts a {
    text-decoration:none;
}
.similar-posts .cbpt-nav-controls {
    top:-60px;
}
.similar-posts .cbpt-nav-pagination {
    display:none;
}
.similar-posts .post {
    width:100%;
}
.comments, .leave-comment {
    margin-bottom:40px;
}
.comments .media {
    background-color:rgba(0, 0, 0, 0.03);
    padding:20px;
    border-radius:2px;
}
.comments .media .reply-btn {
    float:right;
    padding:1px 8px;
    letter-spacing:1px;
}
.comments .media .media-object {
    padding:7px;
    background-color:#fff;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.05);
}
.comments .media p {
    margin-bottom:5px;
}
.comments .media .comment-date {
    margin-bottom:10px;
    display:inline-block;
}
.tags .btn-xs {
    padding:1px 8px;
}
#infscr-loading {
    position: fixed;
    bottom: 100px;
    left: 42%;
    z-index: 100;
    background: black;
    background: rgba( 0, 0, 0, 0.75 );
    padding: 20px;
    color: #eee;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#infscr-loading img {
    margin-bottom: 20px;
}

/*.thumb-wrapper img {
   height: 210px;
    width: 100%;
    }*/
/* --------------------------------------------------
        25. sidebar & widgets
        ----------------------------------------------------- */
aside.style1 {
}
aside .widget {
    margin-bottom:40px;
}
aside .widget:last-child {
    margin-bottom:0;
}
aside .widget h4{
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-color: rgba(0, 0, 0, 0.08);
    padding-bottom: 9px;
    border-bottom: 1px solid #EEE;
    font-size: 14px;
    font-family: "Montserrat",Helvetica,sans-serif;
    margin-bottom:30px;
}
aside .widget img {
    max-width: 100%;
    height: auto;
}
aside .widget select {
    max-width: 100%;
}
.author {
    background-color:#f6f6f6;
    padding:1px 20px 30px;
    text-align:center;
    margin:50px 0 40px;
}
.byline .author {
    margin: 0;
    padding: 0;
}
.author .author-thumb {
    width:60px;
    height:60px;
    display:block;
    margin:-30px auto 15px;
    overflow:hidden;
}
.author .author-thumb img {
    width:100%;
    height:auto;
}
.author.semiround .author-thumb {
    border-radius:2px;
}
aside .author p, aside .media p {
    font-size:13px;
    font-weight:500;
    margin-bottom:10px;
}
aside .media .media-object, .post-xs .media-object {
    width:60px;
    height:auto;
    border-radius:2px;
}
.author.round .author-thumb, .media .media-object.round {
    border-radius:50%;
}
aside .media .media-heading, .post-xs .media-heading {
    font-size:14px;
    line-height:1.3;
    font-weight:500;
}
.media .media-heading a {
    text-decoration:none;
}
aside .resp-tab-content {
    padding-left:15px;
    padding-right:15px;
}
aside .widget .cbpt-panel {
    margin-bottom:55px;
}
.aside-list, 
.widget_archive > ul, 
.widget_categories > ul, 
.widget_meta > ul, 
.widget_nav_menu ul.menu, 
.widget_pages > ul,
.widget_product_categories > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_rss > ul,
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget,
.woocommerce-MyAccount-navigation ul {
    padding:30px 20px;
    background-color:#f6f6f6;
}
.aside-list li, 
.widget_archive > ul li, 
.widget_categories > ul li, 
.widget_meta > ul li, 
.widget_nav_menu ul.menu li, 
.widget_pages > ul li, 
.widget_product_categories > ul li,
.widget_recent_comments > ul li,
.widget_recent_entries > ul li,
.widget_rss > ul li,
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-MyAccount-navigation ul li{
    list-style:none;
    padding:7px 0;
    border-bottom:1px dotted #ddd;
}

.widget_nav_menu ul.sub-menu {
    padding-left: 15px
}

.aside-list li:first-child, 
.widget_archive > ul li:first-child, 
.widget_categories > ul li:first-child, 
.widget_meta > ul li:first-child, 
.widget_nav_menu ul.menu li:first-child, 
.widget_pages > ul li:first-child,  
.widget_product_categories > ul li:first-child,
.widget_recent_comments > ul li:first-child,
.widget_recent_entries > ul li:first-child,
.widget_rss > ul li:first-child,
.woocommerce ul.cart_list li:first-child,
.woocommerce ul.product_list_widget li:first-child,
.woocommerce-MyAccount-navigation ul li:first-child {
    padding-top:0;
}
.aside-list li:last-child, 
.widget_archive > ul li:last-child, 
.widget_categories > ul li:last-child, 
.widget_meta > ul li:last-child, 
.widget_nav_menu ul.menu li:last-child, 
.widget_pages > ul li:last-child, 
.widget_product_categories > ul li:last-child, 
.widget_recent_comments > ul li:last-child,
.widget_recent_entries > ul li:last-child,
.widget_rss > ul li:last-child,
.woocommerce ul.cart_list li:last-child
.woocommerce ul.product_list_widget li:last-child,
.woocommerce-MyAccount-navigation ul li:last-child  {
    padding-bottom:0;
    border:none;
}
.aside-list a, 
.widget_archive > ul a, 
.widget_categories > ul a, 
.widget_meta > ul a, 
.widget_nav_menu ul.menu a, 
.widget_pages > ul a,  
.widget_product_categories > ul a, 
.widget_recent_comments > ul a,
.widget_recent_entries > ul a,
.widget_rss > ul a,
.woocommerce ul.cart_list a,
.woocommerce ul.product_list_widget a,
.woocommerce-MyAccount-navigation ul a {
    text-decoration:none;
    font-size:13px;
}
.aside-list li span:before, 
.widget_archive > ul li span:before, 
.widget_categories > ul li span:before, 
.widget_meta > ul li span:before, 
.widget_nav_menu ul.menu li span:before, 
.widget_pages ul li span:before,
.widget_product_categories > ul li span:before,
.widget_recent_entries > ul li span:before,
.widget_rss > ul li span:before {
    content: "/ ";
    padding: 0 8px;
    display:inline-block;
    color:#ccc;
}
.widget_calendar .calendar_wrap table {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.widget_calendar .calendar_wrap caption {
    padding-top: 0;
    text-align: center;
}
.widget_calendar th {
    padding: 5px 10px;
}
.widget_calendar tfoot {
    text-align: initial;
}
aside .widget select,
.widget_product_categories select,
.woocommerce-product-search .search-field{
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 12px 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
}
aside .widget select:hover,
.widget_product_categories select:hover {
    border-color: #ccc;
}
.woocommerce-product-search label {
    display: block;
}
.woocommerce-product-search .search-field {
    box-sizing: border-box;
    display: inline-block;
    width: calc(100% - 86px);
}
.woocommerce-product-search input[type="submit"] {
    background-color: #F62459;
    border-color: #F62459;
    border-radius: 3px;
    border-style: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 12px;
    -webkit-transition: background 0.5s, border 0.5s;
    transition: background 0.5s, border 0.5s;
    text-transform: uppercase;
    vertical-align: bottom;

}
.woocommerce-product-search input[type="submit"]:hover {
    background-color: #000;
    border-color: #000;
}
.tagcloud:after {
    clear:both;
}
.tagcloud:after, .tagcloud:before {
    display:table;
    content:'';
}
.tagcloud a {
    display:block;
    float:left;
    margin:0 5px 5px 0;
    padding:3px 10px;
    border-radius:2px;
    background-color:#f6f6f6;
    text-transform:uppercase;
    font-size:11px !important;
    text-decoration:none;
    color:#aaa;
}
.tagcloud a:hover, .tagcloud a:focus {
    background-color:#333;
    color:#fff;
    text-decoration:none;
}
/* flickr widget */
.flickr-feed {
    margin:0;
    padding:0;
    overflow:hidden;
}
.flickr-feed li {
    list-style:none;
    float:left;
    width:33.3%;
    max-width:85px;
    box-sizing:border-box;
    padding:4px;
}
.flickr-feed li a {
}
.flickr-feed li img {
    display: block;
    width:100%;
    height:auto;
}
.flickr-feed li a img {
    border: none;
}
/* twitter widget */
.twitter-tweets ul {
    margin: 0;
    padding: 0;
}
.twitter-tweets li {
    font-size:13px;
    list-style: none;
    clear: both;
    position:relative;
    padding-left:55px;
    margin-bottom:15px;
}
footer .twitter-tweets li {
    padding-left:35px;
}
.twitter-tweets li:last-child {
    margin-bottom:0;
}
.twitter-tweets li img {
    position:absolute;
    left:0;
    top:0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
footer .twitter-tweets li img {
    width: 24px;
    height: auto;
}
.twitter-tweets li span {
    color: #666;
    display: block;
    font-size:10px;
}
/* --------------------------------------------------
        26. shop
        ----------------------------------------------------- */
.price-big {
    font-size:68px;
    line-height:1;
}
.price-big span {
    font-weight:700;
}
.price-big small {
    font-size:60%;
    line-height:1;
}
.shop-one-slider {
    margin-bottom:30px;
}
.shop1-header .top-banner {
    display:block;
    margin-bottom:30px;
    overflow:hidden;
    background:#000;
}
.shop1-header .top-banner img {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.shop1-header .top-banner:hover > a > img {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Chrome, Safari, Opera */
    transform: scale(1.05);
}
.shop1-header .top-banner:last-child {
    margin-bottom:0;
}
.shop1-header .top-banner .offer-carousel .item:hover img {
    opacity:0.8;
    filter:alpha(opacity=80);
}
.single-product section#scrollTo {
    padding-top:80px;
}
.thumbnail.list-product {
    background-color:transparent;
}
.price ins {
    text-decoration:none;
    font-weight:600;
}
.price ins del{
    font-weight:normal;
}

.list-product .price ins {
    font-size:18px;
}
.price del {
    color:#999;
    margin-right: 10px;
}
.list-product .caption > h3 {
    margin:0;
    font-size:19px;
    font-weight:500;
}
.list-product .caption > h3 a {
    text-decoration:none;
}
.list-product .caption {
    padding:20px 0;
}
.list-product .thumb-wrapper .controls a {
    position:absolute;
    bottom:20px;
    left:-60px;
    width:46px;
    height:36px;
    background:#333;
    border-radius:2px;
    color:#fff;
    font-size:18px;
    text-align:center;
    line-height:36px;
    opacity:0;
    z-index:10;
    filter:alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.list-product .thumb-wrapper .controls a i.livicon {
    line-height:45px;
}
.list-product .thumb-wrapper .controls a.add-to-cart {
    bottom:65px;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.list-product .thumb-wrapper .controls a.view-details {
    bottom:110px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.list-product:hover .thumb-wrapper .controls a {
    opacity:1;
    filter:alpha(opacity=100);
    left:20px;
}
.list-product .thumb-wrapper > a > img {
    position:relative;
    z-index:1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.list-product .thumb-wrapper > a > .img-two {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
    z-index:0;
}
.list-product .thumb-wrapper > a:hover > .img-one {
    opacity:0;
    filter:alpha(opacity=0);
}
.woocommerce .star-rating {
    height: auto;
    line-height: normal;
    width: auto;
    float: none;
    position: relative;
    left: 0;
}
.woocommerce .star-rating:after {
    clear:both;
}
.woocommerce .star-rating:after, .woocommerce .star-rating:before {
    display:table;
    content:'';
}
.woocommerce .star-rating i {
    float:left;
}
.list-product .thumb-wrapper .sale {
    display:block;
    position:absolute;
    top:10px;
    right:10px;
    padding:2px 8px;
    font-weight:800;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px;
    color:#fff;
    border-radius:2px;
    z-index:11;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #d3ced2;
/*    border-top: 0;
    border-radius: 0px 0px 4px 4px;*/
border-radius: 4px;
    padding: 0 1em;
}
.widget .product {
    margin-bottom:0;
}
.shop-cat-title {
    background:#333;
    color:#fff;
    border-radius:2px;
    padding:8px 20px;
    font-size:13px;
    text-transform:uppercase;
    font-weight:400;
    letter-spacing:3px;
    line-height:18px;
    width:260px;
    height:50px;
    text-align:center;
}
.shop2-header {
    padding-top:94px;
}
.krt-carousel-cloud-title {
    font-weight:700;
    font-size:36px;
    text-transform:uppercase;
    color:#333;
    margin:0;
    line-height:1;
}
.krt-carousel-cloud-title small {
    font-size:50%;
    display:block;
    color:#aaa;
    font-weight:400;
    line-height:1;
    text-transform:uppercase;
}
.shop2-header .cloud-container {
    margin:0 !important;
    padding-bottom:120px;
}
.krt-carousel-cloud-description {
    font-size:18px;
    font-weight:500;
    line-height:1.6em;
}
.reviews-link {
    margin-left:10px;
    vertical-align: text-bottom;
}
.product-gallery {
    margin-bottom:30px;
}
.product-cat a {
    text-decoration:none;
}
#coupon_code {
    height: 47px;
    width: 150px;
}

/* --------------------------------------------------
        27. dividers
        ----------------------------------------------------- */
.divider {
    position:relative;
    border-color:rgba(0, 0, 0, 0.08);
}
.divider:after {
    font-family:'FontAwesome';
    position:absolute;
    top:-11px;
    margin-left:-30px;
    left:50%;
    height:22px;
}
.divider.cross:after {
    content:'\f00d';
    width:60px;
    text-align:center;
    background:#fff;
}
.divider.strip {
    border-width:4px;
}
.gray-bg .divider.cross:after {
    background-color:#f6f6f6;
}
.color-bg .divider.cross:after, .dark-bg .divider.cross:after {
    background-color:#111;
    color:#fff;
}
.color-bg .divider, .dark-bg .divider {
    border-color:rgba(255, 255, 255, 0.2);
}
.color-bg .strip {
    border-color:#fff !important;
}
/* --------------------------------------------------
        28. footer
        ----------------------------------------------------- */
.footer {
    padding:40px 0 20px;
    background:#191919;
    color:#aaa;
}
.ft-list{
    padding:0;
    margin:0 0 30px 0;
}
.ft-list li{
    list-style:none;
    margin-bottom:5px;
}
.footer .widget_nav_menu {
    padding:0;
    margin:0 0 30px 0;
}
.footer .widget_nav_menu .menu {
    padding: 0;
}
.footer .widget_nav_menu li {
    list-style:none;
    margin-bottom:5px;
}
.footer a {
    color:#aaa;
    text-decoration:none;
}
.footer a:hover {
    color:#fff;
}
.footer hr {
    border-color:#2a2a2a;
}
.footer .list-inline li {
    position:relative;
}
.footer .list-inline li + li:before {
    content: "|";
    color:#2a2a2a;
    padding:0 15px 0 0;
}
.footer .contact-btn {
    background-color:#333;
    border-color:#333;
    margin-bottom:30px;
}
.footer .alt-list li i {
    color:#fff;
}
.info-links {
    line-height:2em;
}
.info-links i {
    color:#999;
    margin-right:8px;
    width:20px;
    text-align:center;
}
.footer .info-links i {
    color:#fff;
}
.footer .twitter-widget li img {
    width:28px;
    height:auto;
}
.footer .twitter-widget li {
    padding-left:0;
}
.footer .twitter-widget li > a {
    display:none;
}
.footer .flickrt-feed li {
    width:33%;
    padding:0 10px 10px 0;
}
.footer .post-xs .media-object, .footer .flickrt-feed li {
    opacity:0.7;
    filter:alpha(opacity=70);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer .post-xs .media-object:hover, .footer .flickrt-feed li:hover {
    opacity:1;
    filter:alpha(opacity=100);
}
.footer .twitter-widget, .footer .media.post-xs:last-child, .ft-widget {
    margin-bottom:30px;
}
.ft-big-icon {
    font-size:32px;
    color:#fff;
    display:block;
    margin-bottom:20px;
}
/* --------------------------------------------------
        29. featured clients
        ----------------------------------------------------- */
.bg.featured-clients {
    text-align: center;
}
.featured-clients a {
    display:block;
    float:left;
    /*    border:10px solid #fff;*/
    background:#f6f6f6;
    padding:30px;
    width:16.6%;
    box-sizing:border-box;
    text-align:center;
    border-radius:2px;
}
.bg.featured-clients a {
    display: inline-block;
    float: none;
}
.gray-bg .featured-clients a {
    background-color:#fff;
    border-color:#f6f6f6;
}
.dark-bg .featured-clients a, .color-bg .featured-clients a {
    background-color:#fff;
    border-color:#111;
}
.vc_row-has-fill .featured-clients a, .img-bg .featured-clients a, .bg.featured-clients a, .vc_row-has-fill .featured-clients a:hover, .img-bg .featured-clients a:hover, .bg.featured-clients a:hover, .vc_row-has-fill .featured-clients a:focus, .img-bg .featured-clients a:focus .bg.featured-clients a:focus {
    /*    border-color:transparent;*/
    border-radius:0;
}
.featured-clients a:hover, .featured-clients a:focus {
    text-decoration:none;
    border-color:#fff;
}
.gray-bg .featured-clients a:hover, .gray-bg .featured-clients a:focus {
    border-color:#f6f6f6;
}
.dark-bg .featured-clients a:hover, .dark-bg .featured-clients a:focus {
    border-color:#111;
}
.featured-clients a img {
    max-width:100%;
    height:auto;
    opacity:0.6;
    filter:alpha(opacity=60);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.featured-clients a:hover img {
    opacity:1;
    filter:alpha(opacity=100);
}
/* --------------------------------------------------
        30. work process
        ----------------------------------------------------- */
/*.work-process:after{
        clear:both;
}
.work-process:after,
.work-process:before{
        display:table;
        content:'';
}
.work-process.style1 .process-wrap{
        width:25%;
        box-sizing:border-box;
        padding:0 20px;
        text-align:center;
        float:left;
        margin-bottom:30px;
}
.work-process.style1 .process-wrap .icon-wrap{
        position:relative;
        width:180px;
        height:180px;
        border:4px solid #ddd;
        background-color:#fff;
        border-radius:50%;
        text-align:center;
        margin:0 auto 20px;
        display:table;
}
.dark-bg .work-process.style1 .process-wrap .icon-wrap{
        background-color:#111;
        border-color:#333;
}
.work-process.style1 .process-wrap .icon-wrap i{
        font-size:80px;
        line-height:1;
        display:table-cell;
        vertical-align:middle;
}
.work-process.style1 .process-wrap .icon-wrap .step{
        position:absolute;
        left:-25px;
        top:50%;
        margin-top:-30px;
        width:60px;
        height:60px;
        background:#333;
        color:#fff;
        font-size:22px;
        text-align:center;
        line-height:40px;
        border-radius:50%;
        border:8px solid #fff;
}
.gray-bg .work-process.style1 .process-wrap .icon-wrap .step{
        border-color:#ddd;
}
.dark-bg .work-process.style1 .process-wrap .icon-wrap .step{
        border-color:#111;
        background:#ddd;
        color:#333;
}
.work-process.style1 .process-wrap .title{
        font-size:15px;
        font-weight:500;
        letter-spacing:0.2em;
        text-transform:uppercase;
        }*/

.work-process.style1 {
    text-align: center;
}
.work-process.style1 .process-wrap {
    width:25%;
    box-sizing:border-box;
    padding:0 20px;
    text-align:center;
    float:left;
    margin-bottom:30px;
}
.work-process.style1 .icon-wrap {
    position:relative;
    width:180px;
    height:180px;
    border:4px solid #ddd;
    background-color:#fff;
    border-radius:50%;
    text-align:center;
    margin:0 auto 20px;
    display:table;
}
.dark-bg .work-process.style1 .icon-wrap {
    background-color:#111;
    border-color:#333;
}
.work-process.style1 .icon-wrap i {
    font-size:80px;
    line-height:1;
    display:table-cell;
    vertical-align:middle;
    width: 100%;
}
.work-process.style1 .icon-wrap .step {
    position:absolute;
    left:-25px;
    top:50%;
    margin-top:-30px;
    width:60px;
    height:60px;
    background:#333;
    color:#fff;
    font-size:22px;
    text-align:center;
    line-height:40px;
    border-radius:50%;
    border:8px solid #fff;
}
.gray-bg .work-process.style1 .icon-wrap .step {
    border-color:#ddd;
}
.dark-bg .work-process.style1 .icon-wrap .step {
    border-color:#111;
    background:#ddd;
    color:#333;
}
.work-process.style1 .title {
    font-size:15px;
    font-weight:500;
    letter-spacing:0.2em;
    margin-bottom: 1px;
    text-transform:uppercase;
}
/* --------------------------------------------------
        31. testimonials
        ----------------------------------------------------- */
.testimonials-style1 {
    margin-bottom:30px;
}
.testimonials-style1 .cbpt-l-grid-testimonials-footer {
    margin:20px auto;
}
.img-bg .testimonials-style1 .cbpt-l-grid-testimonials-body, .vc_row-has-fill .testimonials-style1 .cbpt-l-grid-testimonials-body {
    color:#fff;
}
.img-bg .cbpt-nav-pagination-item, .vc_row-has-fill .cbpt-nav-pagination-item {
    background-color:rgba(200, 200, 200, 0.5);
}
.img-bg .cbpt-nav-pagination-active, .vc_row-has-fill .cbpt-nav-pagination-active {
    background-color:rgba(255, 255, 255, 0.9);
}
.testimonials-style2 {
    position:relative;
    margin-bottom:30px;
}
.testimonials-style2 .quote {
    position:relative;
    background:#f6f6f6;
    color:#454545;
    border-radius:6px;
    padding:25px;
    margin-bottom:15px;
    font-size:17px;
}
.gray-bg .testimonials-style2 .quote {
    background-color:#fff;
}
.testimonials-style2 .cst-name {
    margin-left:80px;
    color:#999;
    font-size:13px;
    font-weight:600;
    line-height:1;
}
.color-bg .testimonials-style2 .cst-name, .img-bg .testimonials-style2 .cst-name, .vc_row-has-fill .testimonials-style2 .cst-name {
    color:#eee;
}
.testimonials-style2 .quote:after {
    position:absolute;
    bottom:-18px;
    left:30px;
    content:'';
    display:block;
    border:20px solid #f6f6f6;
    border-top-width:2px;
    border-top-color:transparent;
    border-bottom-color:transparent;
    border-left-color:transparent;
}
.gray-bg .testimonials-style2 .quote:after {
    border-right-color:#fff;
}
.dark-bg .testimonials-style2 .quote {
    background-color:#333;
    color:#ddd;
}
.dark-bg .testimonials-style2 .quote:after {
    border-right-color:#333;
}
.testimonials-style2 .cst-name > img {
    width:40px;
    height:40px;
    float:left;
    margin-right:12px;
    border-radius:50%;
}
/* --------------------------------------------------
        32. fun facts (counter)
        ----------------------------------------------------- */
.count-wrap {
    text-align:center;
    /*padding:0 0 20px 0;*/
}
.fun-counter {
    font-size:48px;
    color:#111;
    line-height:2em;
    font-weight:600;
}
.count-wrap > i {
    font-size:56px;
}
.fun-title {
    font-weight:600;
    font-size:11px;
    color:#999;
    margin:0;
    text-transform:uppercase;
    letter-spacing:0.2em;
}
.dark-bg .fun-counter, .img-bg .fun-counter, .vc_row-has-fill .fun-counter {
    color:#fff;
}
/* --------------------------------------------------
        33. pricing plans
        ----------------------------------------------------- */
.plan {
    background:#f6f6f6;
    padding:30px 20px;
    /*    margin:15px 0;*/
    border-radius:2px;
    text-align:center;
    overflow:hidden;
}
.plan-header {
    border-bottom:1px solid #eee;
    padding-bottom:15px;
}
.plan-header .title {
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.3em;
    font-size:15px;
    margin-bottom:0;
}
.plan > i {
    margin:10px auto;
    display:block;
}
.plan-header .price {
    font-size:70px;
    margin:10px 0;
    line-height:1;
}
.plan-header .price > sup {
    font-size:30%;
}
.plan-header .price small {
    font-size:15px;
    color:#888;
    display:block;
    letter-spacing:0.2em;
    margin-top:5px;
}
.plan-features {
    padding:20px 0;
    border-bottom:1px solid #eee;
}
.plan-features .features-list {
    margin:0;
    padding:0;
}
.plan-features .features-list li {
    display:block;
    list-style:none;
    margin:8px 0;
}
.plan-features .features-list li > strong {
    font-size:12px;
}
.plan-footer {
    padding:30px 0 0;
}
.gray-bg .plan {
    background:#fff;
}
.plan.style2 .features-list li {
    border-bottom:1px solid #eee;
    padding-bottom:8px;
}
.plan.style2 .plan-header, .plan.style2 .features-list li:last-child {
    border-bottom:0;
}
.plan.style2 .plan-header {
    padding-top:30px;
    margin:-30px -20px 0;
}
.plan.style2 .plan-header .title, .plan.style2 .plan-header .price, .plan.style2 .plan-header .price small {
    color:#fff;
}
.plan.style2 .plan-features {
    border-bottom:0;
    padding:30px 0 20px;
}
.plan.style2 .plan-footer {
    padding-top:0;
}
/* --------------------------------------------------
        34. contact us
        ----------------------------------------------------- */
.contacts .contact-row i {
    float:left;
    display:block;
    margin:5px 0 0 0;
}
.contact-row p {
    padding-left:25px;
    margin-bottom:8px;
}
/* --------------------------------------------------
        35. login / register pages
        ----------------------------------------------------- */
.register-wrap {
    padding-left:120px;
    margin-left:90px;
    border-left:1px solid #eee;
}
#login-error {
    background-color: #FFEBE8;
    border:1px solid #C00;
    padding:5px;
}
#tempo-login legend,
#tempo-register legend {
    padding: 0 0 15px;
}
/* --------------------------------------------------
        36. back to top button
        ----------------------------------------------------- */
.backtotop {
    background:rgba(0, 0, 0, 0.4);
    bottom:20px;
    right:20px;
    line-height:1;
    color:#fff;
    font-size:18px;
    padding:3px 8px 6px;
    transition:background 300ms ease 0s;
}
.backtotop:hover, .backtotop:focus {
    background:#111;
}
#topcontrol {
    z-index:1000000 !important;
}
/* --------------------------------------------------
        37. simple responsive tabs
        ----------------------------------------------------- */
.cbpt-l-filters-big .cbpt-filter-item {
    color:#aaa;
    background-color:#f8f8f8;
    border-color:#f8f8f8;
    border-radius:2px;
}
.cbpt-l-filters-big .cbpt-filter-item:hover {
    background-color:#f8f8f8;
    border-color:#f8f8f8;
}
.cbpt-l-filters-big .cbpt-filter-item.cbpt-filter-item-active, .cbpt-l-filters-big .cbpt-filter-item.cbpt-filter-item-active:hover {
    color:#fff;
}
/* --------------------------------------------------
        38. countdown timer
        ----------------------------------------------------- */		
.countdown {
    position:relative;
    text-align:center;
}
.countdown > div {
    display:inline-block;
    font-size:58px;
    font-weight:700;
    margin:0 30px;
}
.countdown > div > span {
    display:block;
    font-size:50%;
    font-weight:400;
}
.page-title .countdown-title {
    font-size:90px;
    letter-spacing:0.2em;
    margin-bottom:60px;
}
.countdown-title > small {
    display:block;
}
/* --------------------------------------------------
        39. tables
        ----------------------------------------------------- */
.table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, .table-bordered {
    border-color: rgba(0, 0, 0, 0.1);
}
.dark-bg .table > thead > tr > th, .dark-bg .table > tbody > tr > td, .dark-bg .table > tbody > tr > th, .dark-bg .table > tfoot > tr > td, .dark-bg .table > tfoot > tr > th, .dark-bg .table > thead > tr > td, .dark-bg .table > thead > tr > th, .img-bg .table > thead > tr > th, .img-bg .table > tbody > tr > td, .img-bg .table > tbody > tr > th, .img-bg .table > tfoot > tr > td, .img-bg .table > tfoot > tr > th, .img-bg .table > thead > tr > td, .img-bg .table > thead > tr > th, .vc_row-has-fill .table > thead > tr > th, .vc_row-has-fill .table > tbody > tr > td, .vc_row-has-fill .table > tbody > tr > th, .vc_row-has-fill .table > tfoot > tr > td, .vc_row-has-fill .table > tfoot > tr > th, .vc_row-has-fill .table > thead > tr > td, .vc_row-has-fill .table > thead > tr > th, .dark-bg .table-bordered, .img-bg .table-bordered, .vc_row-has-fill .table-bordered {
    border-color: rgba(255, 255, 255, 0.2);
}
.table td {
    font-weight:400;
}
.table.table-striped > tbody > tr > th, .table.table-striped > tbody > tr > td {
    border-color:transparent;
}
.gray-bg .table-striped > tbody > tr:nth-of-type(2n+1), .gray-bg .table-hover > tbody > tr:hover {
    background-color:#fff;
}
.dark-bg .table-striped > tbody > tr:nth-of-type(2n+1), .color-bg .table-striped > tbody > tr:nth-of-type(2n+1), .img-bg .table-striped > tbody > tr:nth-of-type(2n+1), .vc_row-has-fill .table-striped > tbody > tr:nth-of-type(2n+1), .dark-bg .table-hover > tbody > tr:hover, .color-bg .table-hover > tbody > tr:hover, .img-bg .table-hover > tbody > tr:hover, .vc_row-has-fill .table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color:rgba(255, 255, 255, 0.06);
}

.cbpt-slider-edge .cbpt-nav-pagination {
    bottom: -25px; 
}

/* --------------------------------------------------
        40. common responsive styles
        ----------------------------------------------------- */
@media screen and (max-width: 767px) {
    .half-section-left .section-bg, .half-section-right .section-bg {
        min-height: 500px;
        position: relative;
        width: 100%;
    }
}
/* --------------------------------------------------
        41. Galleries
        ----------------------------------------------------- */
.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* --------------------------------------------------
        42. common responsive styles
        ----------------------------------------------------- */
@media (min-width:768px) {
    .page-title.style3 .breadcrumb {
        position:absolute;
        bottom:-90px;
        left:0;
        margin:0;
        padding:0;
        width:100%;
        text-align:center;
    }
    .page-title.style1 .breadcrumb,  .page-title.style4 .breadcrumb {
        padding:15px;
        float:right;
    }
    .page-title.style4 .breadcrumb {
        margin-top:20px;
    }
    .page-title h1 {
        font-size:48px;
    }
    .page-title.style4 .description,  .page-title.style4 h1 {
        text-align:left;
    }
    .page-title.style4 .description {
        margin-top:10px;
    }
}
@media (max-width:992px) {
    .landing-intro.vertical-form .slide-title,  .landing-intro.vertical-form .slide-sub-title {
        text-align:center;
        max-width:600px;
        margin-left:auto;
        margin-right:auto;
    }
    .horizontal-form .form-wrapper {
        max-width:380px;
    }
    .horizontal-form .form-wrapper .form-group {
        margin:0 0 10px 0;
    }
    .featured-posts.post-grid .post-lg {
        width:100%;
    }
    .featured-posts.post-grid .post-md,  .featured-posts.post-grid .post-sm {
        width:50%;
    }
    .view-featured {
        margin-top:10px;
    }
    .list-product .thumb-wrapper .controls a {
        left:20px;
        opacity:1;
        filter:alpha(opacity=100);
    }
    .location-select .btn {
        display:block;
    }
    .cbpt-l-filters-right {
        float:left;
    }
    .page-title.style5 .play-btn,  .page-title.style5 h1 {
        margin-top:50px;
    }
    .countdown > div {
        font-size:48px;
        margin:0 25px;
    }
    .page-title .countdown-title {
        font-size:70px;
    }
}
@media (min-width:767px) {
    p{
        word-wrap: break-word;
    }
}
@media (max-width:767px) {

    .vc_row:not(.vc_row-no-padding):not(.vc_inner) {
        padding-top:40px;
        padding-bottom:40px;
    }
    blockquote.pull-right.half,  blockquote.pull-left.half {
        float:none;
        width:100%;
    }
    .search-cart {
        position:absolute !important;
        top:0;
        right:50px;
        margin:0 4px;
    }
    .vertical-nav .search-cart {
        right:0;
    }
    .search-cart li {
        float:left;
    }
    .search-cart .open .dropdown-menu,  .top-nav-collapse .search-cart .open .dropdown-menu {
        position:absolute;
        float:left;
        top:51px;
    }
    .navbar-nav .open > .dropdown-menu {
        background:#111;
    }
    .navbar-collapse .navbar-nav {
        margin-top:1px;
        margin-bottom:0;
        background-color:#111;
    }
    .light-nav .navbar-collapse .navbar-nav {
        background-color:#f6f6f6;
    }
    .navbar-nav > li {
        border-bottom:1px solid rgba(255, 255, 255, 0.05);
    }
    .navbar-nav > li:last-child {
        border-bottom:0;
    }
    .dropdown-toggle span.fa,  .navbar-custom .nav li.active span.fa,  .navbar-custom .nav li a:hover span.fa,  .navbar-custom .nav li a:focus span.fa,  .navbar-custom .nav li a.active span.fa {
        float:right;
        color:#fff;
    }
    .top-nav-collapse .dropdown-toggle span.fa,  .top-nav-collapse .nav li.active span.fa,  .top-nav-collapse .nav li a:hover span.fa,  .top-nav-collapse .nav li a:focus span.fa,  .top-nav-collapse .nav li a.active span.fa {
        color:#fff;
    }
    .dropdown-menu.full-width {
        background-color:transparent;
    }
    .dropdown-menu.full-width > .container {
        background-color:#111;
    }
    .navbar-custom .nav .dropdown-menu li a {
        color:rgba(255, 255, 255, 0.6);
    }
    .dropdown-menu li a:hover,  .dropdown-menu li a:focus {
        background-color:#222 !important;
        color:#fff !important;
    }
    .mega-menu .mega-element .nav-title {
        color:#fff;
        border-bottom:1px dotted rgba(255, 255, 255, 0.1);
    }
    .icons-list > li i:first-child {
        color:#aaa;
    }
    .icons-list > li:hover i:first-child {
        color:#fff;
    }
    .top-nav-collapse .search-cart a {
        color:#333;
    }
    .navbar-toggle {
        border-color:transparent;
        border-radius:2px;
        padding:5px 6px;
        margin-top:12px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .navbar-toggle .icon-bar {
        background-color:#fff;
        width:20px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-toggle:hover {
        background:#fff;
        opacity:1;
        filter:alpha(opacity=100);
    }
    .navbar-toggle:hover .icon-bar,  .top-nav-collapse .navbar-toggle .icon-bar,  .top-nav-collapse .navbar-toggle:hover {
        background-color:#333;
    }
    .top-nav-collapse .navbar-toggle:hover .icon-bar {
        background-color:#fff;
    }
    .light-nav .navbar-toggle:hover {
        background-color:#333;
    }
    .light-nav .navbar-toggle:hover .icon-bar {
        background-color:#fff;
    }
    .mega-menu .dropdown.mega-element .nav-list .submenu .dropdown-menu {
        left:auto;
        right:auto;
        position:relative;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom:0;
    }
    .cloud-container .btn-lg,  .cloud-container .btn {
        font-size: 11px !important;
        padding: 10px 16px !important;
    }
    .vertical-form .play-btn {
        margin:80px auto 50px;
    }
    .slide-title {
        font-size:38px;
    }
    .horizontal-form .form-elements,  .landing-intro.vertical-form .play-btn {
        margin-top:100px;
    }
    .intro-elements {
        text-align:center;
    }
    .landing-intro.app-landing .intro-elements {
        margin-top:60px;
    }
    .landing-intro .app-img-wrap {
        margin-bottom:0px;
    }
    .half-section-left .overlay,  .half-section-right .overlay {
        padding:0;
    }
    .shade {
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMjIyOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzNkNDIiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(33, 34, 40, 0)), color-stop(100%, rgba(55, 61, 66, 0.05))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(33, 34, 40, 0) 0%, rgba(55, 61, 66, 0.05) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212228', endColorstr='#0d373d42', GradientType=0 ); /* IE6-8 */
    }
    .page-title {
        padding:140px 0 80px;
    }
    .news-sticky {
        text-align:center;
    }
    .news-sticky .sticky-title {
        float:none;
        margin:0 0 10px;
        display:inline-block;
    }
    .news-sticky-slider .carousel-caption {
        text-align:center;
    }
    .featured-posts.post-grid .post-lg {
        height:280px;
    }
    .page-title.no-content {
        padding:51px 0 0;
    }
    .news-sticky {
        padding:0;
    }
    .news-sticky-slider .carousel-control {
        display:none !important;
    }
    .author-box .media-body,  .author-box .media-left,  .author-box .media-right,  .comments .media-body,  .comments .media-left,  .comments .media-right {
        display:block;
        width:auto;
        margin-bottom:20px;
    }
    .comments .media-object {
        width:60px;
        height:60px;
        padding:3px;
    }
    .shop1-header {
        padding: 80px 0 50px;
    }
    .copyright,  .ft-social,  .footer .list-inline {
        text-align:center !important;
        margin:15px 0;
    }
    .featured-clients a {
        width:25%;
    }
    .work-process.style1 .process-wrap {
        width:50%;
    }
    .navbar-brand > img {
        max-height:40px;
    }
    .cbpt-l-filters-big .cbpt-filter-item {
        display:block;
    }
    .countdown > div {
        font-size:38px;
        margin:0 15px;
    }
    .page-title .countdown-title {
        font-size:50px;
    }
    .shop_table.cart div.spinedit {
        display: none;
    }
    .shop_table.cart .coupon {
        float: left !important;
    }
    .shop_table.cart .coupon .btn-lg {
        width: 100px;
    }
    .shop_table.cart input[name=update_cart].btn-lg {
        float: right;
    }
}
@media (max-width:480px) {
    .horizontal-form .form-elements,  .landing-intro.vertical-form .play-btn {
        margin-top:40px;
    }
    .landing-intro .app-img-wrap {
        height:300px;
        overflow:hidden;
    }
    .landing-intro.app-landing .intro-elements {
        margin-top:30px;
    }
    .thumbnail.style2,  .thumbnail.style2.img-right {
        padding:0;
    }
    .thumbnail.style2 .img-box {
        position:relative;
        display:block;
        height:250px;
        width:100%;
    }
    .featured-posts.post-grid .post-lg,  .featured-posts.post-grid .post-md,  .featured-posts.post-grid .post-sm {
        width:100%;
        height:200px;
    }
    .featured-posts.post-grid .post-lg .post-title,  .featured-posts.post-grid .post-md .post-title,  .featured-posts.post-grid .post-sm .post-title {
        font-size:17px;
    }
    .featured-clients a {
        width:50%;
    }
    .work-process.style1 .process-wrap {
        width:100%;
    }

    .section-header > i {
        font-size:48px;
    }
    .countdown > div {
        font-size:36px;
        margin:0 10px;
    }
    .page-title .countdown-title {
        font-size:42px;
        margin-bottom:40px;
    }
}
@media (max-width:479px) {
    .search-cart .search .search-form {
        right:-120px;
    }
    .search-cart .dropdown-menu {
        right:-54px;
    }
    .search-cart .search .dropdown-menu {
        right:-118px;
    }
    .vertical-nav .search-cart .dropdown-menu {
        right:-5px;
    }
    .vertical-nav .search-cart .search .dropdown-menu {
        right:-66px;
    }
    .cloud-container .btn-lg,  .cloud-container .btn {
        font-size: 9px !important;
        padding: 6px 12px !important;
        min-width:inherit !important;
    }
    .slide-title {
        font-size:28px;
    }
    .half-section {
        padding:0;
    }
    .half-section .overlay {
        padding:40px 20px;
        margin-left:-15px;
        margin-right:-15px;
    }
    .icon-box.style1 {
        padding:0;
        text-align:center;
    }
    .icon-box.style1 > i {
        position:relative;
        top:auto;
        left:auto;
        margin:0 auto;
    }
    .icon-box.style1 .box-title:after {
        margin:10px auto 0;
    }
    .page-title h1 {
        font-size:20px;
    }
    .page-title .breadcrumb {
        font-size:12px;
    }
    .page-title.style5 .play-btn {
        margin-top:40px;
    }
    .page-title.style5 h1 {
        margin-top:50px;
    }
    .featured-slider .featured-post {
        height:180px;
    }
    .view-featured {
        display:none;
    }
    .featured-posts h1 {
        font-size:20px;
    }
    .page-title.style5 .blog-title,  h1,  .h1 {
        font-size:26px;
    }
    h2,  .h2 {
        font-size:20px;
    }
    .cbpt-panel > h3 {
        float:none !important;
        margin-bottom:20px;
    }
    .cbpt-l-filters-dropdownWrap {
        right:auto;
        left:0;
    }
    .plan-header .price {
        font-size:50px;
    }
    .countdown > div {
        font-size:28px;
        margin:0 10px;
    }
    .page-title .countdown-title {
        font-size:28px;
        margin-bottom:40px;
    }
}
@media (max-width:320px) {
    .vertical-nav .navbar-header {
        margin-left:35%;
        width:30%;
    }
    .cloud-container .btn-lg,  .cloud-container .btn {
        font-size: 8px !important;
        padding: 4px 9px !important;
    }
    .landing-intro .form-wrapper {
        padding:30px 20px;
    }
    .landing-intro .app-img-wrap {
        display:none;
    }
    .contact-btn-sm{
        width: 135px;
        font-size: 10px;
    }
}
.tempo-filters-dropdown {
    margin-right: 15px;
    height: 50px;
    margin-bottom: 40px;
}
.tempo-filters-dropdownWrap {
    margin-left: 30px;
    width: 273px;
    position: absolute;
    left: 0;
    background: #333;
    border-radius: 2px;
    z-index: 99;
}
@media (max-width: 979px) {
    .tempo-filters-dropdownWrap{
        display:none;
    }
}
.tempo-filters-dropdownHeader {
    font-size: 14px;
    font-weight: 500;
    margin: 12px 17px;
    color: #FFF;
    cursor: default;
    position: relative;
}
.tempo-filters-dropdownHeader:after {
    color: #FFFFFF;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.tempo-filters-dropdownList {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 999;
}
.tempo-filters-dropdownList .tempo-filter-item {
    background: transparent;
    color: #999;
    width: 100%;
    text-align: left;
    font: 14px;
    font-weight: 400;
    margin: 0;
    padding: 12px 17px;
    cursor: pointer;
    border: none;
    background: #333;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.tempo-filters-dropdownList .tempo-filter-item:hover {
    color: #ffffff;
    cursor: pointer;
}

.tempo-filter-counter {
    display: inline-block;
}
.select-lg{
    font-size: 15px;
    height: 51px;
    line-height: 51px;
}
.tempo-field{
    margin-bottom:1em !important
}
.select-sm{
    font-size: 11px;
    height: 32px;
    line-height: 32px;
}
.spinedit{
    width: 100px;
    display: inline-block;
}

.woocommerce-shipping-fields > h3#ship-to-different-address, p.form-row.create-account {
    padding-left: 30px;
    position: relative;
}

p.form-row.create-account {
    padding-top: 0;
}

.woocommerce-shipping-fields > h3#ship-to-different-address label.checkbox{
    margin-top: 5px;
}
p.form-row.create-account label.checkbox {
    margin-top: 0;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 10px;
}
.woocommerce .input-text,
.woocommerce div.product form.cart .variations td.value select,
.woocommerce .select2-container .select2-choice,
.woocommerce .country_to_state.country_select {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    line-height: 1.5;
    padding: 10px 5px;
    transition: all 0.5s ease 0s;
}
.woocommerce div.product form.cart .variations td {
    padding-bottom: 10px;
    vertical-align: initial;
}
.woocommerce .product_title.h1 {
    margin-bottom: 0px;
}
.woocommerce h3.price {
    margin-top: 0px;
    margin-bottom: 20px;
}
.woocommerce div.product form.cart {
    margin-bottom: 20px;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins {
    font-size: 24px;
    font-weight: 700;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
    font-size: 20px;
    font-weight: 400;
}
.woocommerce-variation-price,
.woocommerce-variation-availability,
.cart .spin-lg,
.cart .single_add_to_cart_button {
    display: inline-block;
}
.woocommerce-variation-price {
    margin-bottom: 20px;
}
.woocommerce-variation-price .stock {
    margin-bottom: 0;
}
.cart .spin-lg {
    margin-bottom: 0;
}
.cart .spin-lg div.spinedit {
    width: 50px;
}
.woocommerce td.product-name dl.variation dd {
    margin-bottom: 0;
    padding-bottom: 0;
}
.yith-wcwl-add-to-wishlist {
    margin: 20px 0 20px;
}
.login_remember {
    margin-left: 10px;
    padding-left: 30px;
    padding-top: 3px;
    position: relative;
}

.tempo-loadMore-link:hover,
.tempo-loadMore-click:hover,
.tempo-loadMore-infinite:hover{
    color: #b0b0b0;
    text-decoration: none;
    border-bottom: 1px solid #dedede;
}
.tempo-loadMore-link,
.tempo-loadMore-click,
.tempo-loadMore-infinite{
    border: 1px solid #dedede;
    border-radius: 2px;
    box-shadow: none;
    color: #7e7b7b;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 60px;
    min-width: 80px;
    outline: 0 none;
    padding: 8px 20px;
    text-decoration: none;
    transition: color 0.25s ease 0s;
}
.tempo-loadMore-link:focus,
.tempo-loadMore-click:focus,
.tempo-loadMore-infinite:focus {
    color: #b0b0b0;
    text-decoration: none;
    border-bottom: 1px solid #dedede;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.70;
}
.vc_col-has-fill *{
    color:white;
}
.wpb_wrapper,
.wpb_gmaps_widget .wpb_wrapper {
    padding:0px !important;
}
.form_tempo_radio{
    margin-left:18px;

}
.form_tempo_checkbox{
    margin-left:18px;

}
.vc_toggle_title {
    padding: 13px !important;
    border: solid 1px #ddd;

}
.vc_toggle_icon{
    float: right;
}
.vc_toggle_title > h4 {
    font-size: 16px;
}

.homecreativesingle-featured-projects .cbp-l-filters-button {
    text-align: center;
}
.vc_toggle_title > h4 {
    padding-left: 10px !important;
}
.jugarr .cbpt-item{
    display: block !important;
    margin: 0;
}
.jugarr .cbpt-item .thumbnail {
    margin-bottom: 0;
}


/* Visual Composer Default Overwrite */
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}