@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900&subset=latin-ext,vietnamese');
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.oh {
    overflow: hidden;
}

.relative {
    position: relative;
}

.section-wrap {
    padding: 75px 0;
    overflow: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-wrap-lg {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

.mobile section {
    background-attachment: scroll !important;
}

.static {
    position: static;
}

.color-white {
    color: #fff !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bg-light {
    background-color: #f5f5f5;
}

.bg-dark {
    background-color: #121212;
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.last {
    margin-bottom: 0 !important;
}

::-moz-selection {
    color: #fff;
    background: #0ccfa8;
}

::-webkit-selection {
    color: #fff;
    background: #0ccfa8;
}

::selection {
    color: #fff;
    background: #0ccfa8;
}

a {
    text-decoration: none;
    color: #0ccfa8;
    outline: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.dark-link {
    color: #121212;
}

.dark-link:hover {
    color: #0ccfa8;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0ccfa8;
    outline: none;
}

:focus {
    outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: #fff;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #7a7a7a;
    background-image: url(fonts/background.svg);
    background-size: contain;
}

.boxed {
    max-width: 1280px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px -4px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 10px -4px rgba(255, 255, 255, 0.5);
    box-shadow: 0px -5px 5px rgba(0, 0, 0, .3);
}

video {
    height: 100%;
    width: 100%;
}

body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #121212;
    font-weight: 600;
    line-height: 1.5;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit;
}

p {
    font-size: 14px;
    color: #7a7a7a;
    font-weight: normal;
    line-height: 24px;
}


/*-------------------------------------------------------*/
/* Preloader
/*-------------------------------------------------------*/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(44, 184, 165, 1);
    border-right: 0.5em solid rgba(245, 245, 245, .5);
    border-bottom: 0.5em solid rgba(245, 245, 245, .5);
    border-left: 0.5em solid rgba(245, 245, 245, .5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Scroll Down icon
-------------------------------------------------------*/

.scroll-down {
    font-size: 16px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 50 !important;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
}

.scroll-down a {
    line-height: 34px;
    position: relative;
    z-index: 50 !important;
}

@-webkit-keyframes scroll-down-icon {
    0% {
        bottom: 3px;
    }

    50% {
        bottom: 8px;
    }

    100% {
        bottom: 3px;
    }
}

@-moz-keyframes scroll-down-icon {
    0% {
        bottom: 3px;
    }

    50% {
        bottom: 8px;
    }

    100% {
        bottom: 3px;
    }
}

@-o-keyframes scroll-down-icon {
    0% {
        bottom: 3px;
    }

    50% {
        bottom: 8px;
    }

    100% {
        bottom: 3px;
    }
}

@keyframes scroll-down-icon {
    0% {
        bottom: 3px;
    }

    50% {
        bottom: 8px;
    }

    100% {
        bottom: 3px;
    }
}

.scroll-down i {
    color: #000;
    -webkit-animation: scroll-down-icon 1s infinite;
    -moz-animation: scroll-down-icon 1s infinite;
    -o-animation: scroll-down-icon 1s infinite;
    animation: scroll-down-icon 1s infinite;
    position: absolute;
    left: 10px;
}


/*-------------------------------------------------------*/
/* Navigation Type-1
/*-------------------------------------------------------*/

.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1200;
}

.logo-container {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.logo-wrap {
    display: table;
    width: 100%;
}

.logo-wrap>a {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.logo-wrap.shrink>a {
    height: 60px;
}

.logo {
    -webkit-transition: height 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
}

.nav-wrap {
    width: 80%;
}

.navbar-nav {
    margin: 0;
}

.navbar-collapse.in {
    overflow-x: hidden;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #7a7a7a;
    font-size: 14px;
    padding: 0 20px;
    line-height: 100px;
}

.navbar-nav>li:last-child>a {
    padding-right: 0;
}

.navbar-nav>li>a:hover,
.navbar-nav>.active>a,
.navbar-nav>.active>a:focus,
.navbar-nav>.active>a:hover,
header.transparent .navigation.scrolling .navbar-nav>li>a:hover,
header.transparent .navigation.scrolling .navbar-nav>.active>a,
header.transparent .navigation.scrolling .navbar-nav>.active>a:focus,
header.transparent .navigation.scrolling .navbar-nav>.active>a:hover {
    color: #0ccfa8;
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #0ccfa8;
}

.navigation-overlay .navbar-nav>.open>a,
.navigation-overlay .navbar-nav>.open>a:focus,
.navigation-overlay .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-collapse {
    border: none;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    border-color: #f2f2f2;
    text-decoration: none;
}

.navigation.offset {
    -o-transform: translate3d(0, -300px, 0);
    -ms-transform: translate3d(0, -300px, 0);
    -moz-transform: translate3d(0, -300px, 0);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navigation.sticky {
    position: fixed;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 1280px;
    height: 60px;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    z-index: 1009;
}

.navigation.scrolling {
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}

.navigation.sticky.scrolling {
    opacity: 1;
    visibility: visible;
}

.navigation-overlay.sticky .navbar-nav>li>a,
.navigation.sticky .navbar-nav>li>a {
    line-height: 60px;
}

.navbar-nav .dropdown-menu {
    left: 0;
}

.navbar-nav .dropdown-menu.menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu {
    min-width: 200px;
    margin: 0;
    padding: 0;
    border-top: 2px solid #0ccfa8;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: none;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.dropdown-menu>li>a {
    padding: 15px;
    color: #7a7a7a;
    border-bottom: 1px solid #f2f2f2;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: 500;
}

.menu-list li>a {
    border: none;
}

.dropdown-menu.megamenu,
.dropdown-menu.megamenu-wide {
    padding: 0 20px;
}

.dropdown-submenu>a:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f105";
    right: 15px;
    color: #45464b;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.megamenu .menu-list>li>a:hover,
.megamenu-wide .menu-list>li>a:hover {
    background-color: transparent;
    color: #0ccfa8;

}

.megamenu-item {
    border-right: 1px solid #eee;
    padding: 30px 20px 20px 20px;
}

.megamenu-item.no-headings {
    padding: 10px 20px;
}

.megamenu-item:last-child {
    border-right: none;
}

.dropdown-menu,
.dropdown-submenu>.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu .megamenu-wrap ul>li>a {
    display: block;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #7a7a7a;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.megamenu-wrap .menu-list>li>a {
    padding: 10px 0;
}

.megamenu-wrap .menu-list>li:last-child>a {
    border-bottom: none;
}

.megamenu-item h6 {
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
}


/* Menu Search
-------------------------------------------------------*/
.navbar-nav>li>a.nav-search {
    position: relative;
    display: block;
    margin: 42px 0;
    width: 15px;
    height: 15px;
    padding-left: 10px;
}

.navigation.sticky .navbar-nav>li>a.nav-search {
    margin: 22px 0;
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.search-wrap .form-control {
    height: 100%;
    border: none;
    font-size: 24px;
}

.search-wrap input,
.search-wrap input:focus {
    background-color: #fff !important;
    border: none;
}

.search-trigger {
    z-index: 22;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
    opacity: 1;
}

.search-close {
    opacity: 0;
    font-size: 16px;
    z-index: 21;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.nav-search.open .search-trigger {
    opacity: 0;
    z-index: 20;
}

.nav-search.open .search-close {
    opacity: 1;
    color: #7a7a7a;
}

.nav-type-3 .nav .mobile-links {
    display: none;
}

.mobile-links li>a {
    padding: 15px 0 15px 15px;
    line-height: 20px;
    border-bottom: 1px solid #f2f2f2;
    color: #7a7a7a;
    display: block;
}

.mobile-links li>a:hover {
    color: #121212;
}

/* Navigation Toggle
-------------------------------------------------------*/

.navbar-toggle {
    margin-top: 13px;
    border: none;
    z-index: 50;
    margin-right: 5px;
}

.navbar-toggle .icon-bar {
    background-color: #7a7a7a;
    width: 18px;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
    background-color: #121212;
}

.navbar-toggle:focus,
.navbar-toggle:hover {
    background-color: transparent;
}


/*-------------------------------------------------------*/
/* Home Multi-page
/*-------------------------------------------------------*/

/* Services
-------------------------------------------------------*/

.service-item-box h3 {
    font-size: 16px;
    margin-top: 30px;
}

.service-item-box i {
    line-height: 80px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 30px;
}

/*Hi Icons*/

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 15px 30px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Effect 1 */
.icon-effect-1 .hi-icon {
    background: #121212;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.icon-effect-1 .hi-icon:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 2px #0ccfa8;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.icon-effect-1a .hi-icon:hover {
    background-color: #0ccfa8;
    color: #fff;
}

.icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/* Results
-------------------------------------------------------*/

.results {
    padding: 75px 0;
}

.statistic span {
    font-size: 48px;
    font-weight: 300;
    color: #121212;
}

.statistic h5 {
    color: #7a7a7a;
}


/* Portfolio
-------------------------------------------------------*/

.portfolio-filter {
    list-style: none;
    margin-bottom: 50px;
    cursor: default;
    font-size: 16px;
    text-align: center;
    font-weight: 600
}

.portfolio-filter a.active,
.portfolio-filter a:hover {
    color: #0ccfa8;
}

.portfolio-filter a {
    display: inline-block;
    margin: 0 15px;
    color: #7a7a7a;
    text-decoration: none;
    text-transform: uppercase;
    /*letter-spacing: 0.1em;*/
}

.work-container {
    margin-bottom: 30px;
    overflow: hidden;
}

.work-item {
    position: relative;
}

.work-img>a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.work-item img {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.work-description {
    padding: 15px 20px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    display: block;
    left: 0;
    top: auto;
    bottom: -75px;
    z-index: 3;
    text-align: center;
    -webkit-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.60s cubic-bezier(0.86, 0, 0.07, 1);
    text-transform: uppercase;
}

.work-item .work-description h2 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #7a7a7a;
}

.work-item .work-description>span>a {
    color: #7a7a7a;
    font-size: 13px;
}

.work-item .work-description>span>a:hover {
    color: #0ccfa8;
}

.work-img {
    position: relative;
    overflow: hidden;
}

.work-item:hover .work-overlay {
    opacity: 1;
    visibility: visible;
}

.work-item:hover .work-img img {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.work-item:hover .work-description {
    bottom: 0;
}

.work-overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.project-icons {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.project-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 3px;
    line-height: 40px;
    text-align: center;
    color: #121212;
    background-color: #fff;
    border-radius: 100px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.project-icons a:hover {
    color: #fff;
    background-color: #0ccfa8;
}

.work-item:hover .project-icons {
    position: absolute;
    top: 40%;
    margin-top: -20px;
}



/* Call to Action
-------------------------------------------------------*/

.call-to-action {
    padding: 45px 0;
}

.call-to-action h2 {
    margin-top: 4px;
}

.cta-button {
    text-align: right;
}


/* What we do / Progress bars
-------------------------------------------------------*/

.about-description>p:first-of-type {
    margin: 20px 0;
}

.skills-progress {
    margin-top: 53px;
}


/* Promo with Device
-------------------------------------------------------*/

.promo-section .promo-descr h3 {
    margin: 26px 0 20px;
}

.promo-section .promo-descr p {
    margin-bottom: 24px;
}


/* Parallax Testimonials
-------------------------------------------------------*/

.parallax-testimonials .parallax {
    background-image: url(../images/testimonials_bg.jpg);
}

.parallax {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
    z-index: -1;
}

.mobile .parallax {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}

.parallax-testimonials>div {
    padding: 75px 0;
}

.parallax-testimonials h2 {
    font-size: 24px;
    margin-bottom: 41px;
}

.parallax-testimonials .owl-dots {
    bottom: 29px;
    position: absolute;
}

.parallax-testimonials #owl-testimonials {
    position: static;
}

.parallax-testimonials .testimonial-text {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 13px;
    font-weight: 300;
}

.parallax-testimonials .testimonial span {
    color: #a9a9a9;
    font-size: 16px;
}

.owl-carousel,
.slick-slider,
.featured-works {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

/*-------------------------------------------------------*/
/* Footer Type-1
/*-------------------------------------------------------*/

.footer {
    background-color: #121212;
}

.footer-widgets {
    padding: 80px 0;
}

.footer-widgets h5 {
    margin-bottom: 16px;
    color: #fff;
}

.footer-links li {
    padding-bottom: 7px;
}

.footer-links li:last-child {
    padding-bottom: 0;
}

.footer-widgets a {
    color: #7a7a7a;
}

.footer-widgets a:hover,
.copyright a:hover,
.footer-entry .entry-meta li a:hover,
.bottom-footer-links li a:hover {
    color: #fff;
}

.footer-get-in-touch p {
    margin-bottom: 5px;
}

p.footer-address {
    margin-bottom: 20px;
}

.footer-entry-list ul>.footer-entry {
    border-bottom: 1px solid #292929;
    border-top: 0;
}

.footer-entry-list .footer-entry .entry-meta {
    margin-top: 0;
}

.footer-entry-list ul>.footer-entry.small-space {
    padding: 9px 0 14px;
}

.footer-entry:first-child,
.footer-links li:first-child {
    padding-top: 0 !important;
}

.footer-entry:last-child,
.footer-links li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.footer-entry .entry-meta li,
.footer-entry .entry-meta li a {
    color: #4c4c4c;
    font-size: 12px;
}

.footer-entry-list .footer-entry .entry-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 1px;
}

.footer-links ul>li {
    padding: 13px 0;
    border-bottom: 1px solid #292929;
    line-height: 24px;
}

.bottom-footer {
    background-color: #000;
    padding: 34px 0;
}

.copyright span {
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
}

.copyright a {
    color: #7a7a7a;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
    display: block;
    z-index: 1000;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    position: fixed;
    bottom: -40px;
    right: 20px;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #2c2c2c;
    text-decoration: none;
}

#back-to-top i {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#back-to-top a {
    width: 40px;
    height: 40px;
    display: block;
    color: #cccccc;
}

#back-to-top.show {
    bottom: 20px;
}

#back-to-top:hover {
    background-color: #0ccfa8;
}

#back-to-top:hover i {
    color: #fff;
}

/* Navigation Overlay Light */

@media (min-width: 992px) {

    header.transparent .navbar {
        position: absolute;
        top: 0;
        width: 100%;
    }

    header.transparent .navigation.scrolling .navbar-nav>li>a,
    header.transparent .navigation.scrolling .shopping-cart>i {
        color: #7a7a7a;
    }

    header.transparent .logo-dark,
    header.transparent .navigation.scrolling .logo {
        display: none;
    }

    header.transparent .navigation.scrolling .logo-dark,
    header.transparent .logo {
        display: inline-block;
    }

}

/* Text Rotator
-------------------------------------------------------*/

.hero-holder {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-message {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}

.hero-message h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.hero-subtitle {
    text-transform: none;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    max-width: 800px;
    margin: 24px auto 0;
    font-family: 'Nunito', sans-serif;
}

.buttons-holder>a {
    margin: 5px;
}

.hero-message.text-rotator h1 {
    font-size: 120px;
}


/* Intro
-------------------------------------------------------*/

.intro {
    padding: 150px 0;
}

.intro-heading {
    font-size: 38px;
    line-height: 56px;
    margin-bottom: 28px;
}

p.intro-text {
    font-size: 17px;
    line-height: 32px;
}


/* Featured Works
-------------------------------------------------------*/
.featured-works .work-container {
    margin-bottom: 0;
}

.work-item.hover-2 .work-description {
    background-color: transparent;
    padding: 0 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    color: #fff;
}

.work-item.hover-2 .work-description h2 {
    position: relative;
    bottom: -100px;
    -webkit-transition: bottom .3s ease-in-out .1s;
    -o-transition: bottom .3s ease-in-out .1s;
    transition: bottom .3s ease-in-out .1s;
}

.work-item.hover-2 .work-description span {
    position: relative;
    bottom: -100px;
    display: block;
    -webkit-transition: bottom .3s ease-in-out;
    -o-transition: bottom .3s ease-in-out;
    transition: bottom .3s ease-in-out;
}

.work-item.hover-2:hover .work-description h2 {
    bottom: 0;
    -webkit-transition: bottom .3s ease-in-out .1s;
    -o-transition: bottom .3s ease-in-out .1s;
    transition: bottom .3s ease-in-out .1s;
}

.work-item.hover-2:hover .work-description span {
    bottom: 0;
    -webkit-transition: bottom .3s ease-in-out .2s;
    -o-transition: bottom .3s ease-in-out .2s;
    transition: bottom .3s ease-in-out .2s;
}

.work-item .work-description i {
    font-size: 40px;
}

.work-item.hover-2:hover .work-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/* Services
-------------------------------------------------------*/

.icon-boxes.style-2 .service-item-box i {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 55px;
    color: #bebebe;
}


/* Our Team
-------------------------------------------------------*/

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
}

.team-title {
    margin: 34px 0 8px;
}

.overlay {
    background-color: rgba(20, 20, 20, .7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-img:hover .team-details {
    opacity: 1;
    top: 50%;
    margin-top: -18px;
}

.team-img:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.team-details .social-icons a {
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 2px;
    overflow: hidden;
    color: #fff;
}

.team-details .social-icons a:hover {
    background-color: #0ccfa8;
}

/* From Blog
-------------------------------------------------------*/
.entry {
    margin: 30px 0
}

h4.entry-title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 6px;
    line-height: 1.5;
}

.entry-img {
    position: relative;
    overflow: hidden;
}

.from-blog .entry-date {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #121212;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.from-blog .entry-date span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.1;
}

.from-blog .entry-date span:first-child {
    font-size: 18px;
}

.from-blog .entry-date span:last-child {
    font-size: 10px;
}

.read-more {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #121212;
}

.hover-scale:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* Call to Action Style-2
-------------------------------------------------------*/
.call-to-action.style-2 {
    padding: 50px 0;
}

.call-to-action.style-2 h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 33px;
}

.call-to-action.style-2 .cta-button {
    text-align: center;
}


/* Contact
-------------------------------------------------------*/

#contact {
    background-color: #fff;
}

.contact-item {
    position: relative;
    padding-left: 36px;
    margin-top: 30px;
    font-size: 15px;
}

.contact-item p {
    font-size: inherit;
}

.contact-icon {
    position: absolute;
    left: 0;
}

.contact-icon i {
    font-size: 16px;
    color: #a3a3a3;
}

#contact-form .message {
    height: 50px;
    width: 100%;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    float: none;
    margin-top: 20px;
    display: none;
    color: #fff;
}

#contact-form .message.error {
    background-color: #ef5659;
}

#contact-form .message.success {
    background-color: #0ccfa8;
}

/* Play Button
-------------------------------------------------------*/
.play-btn {
    display: inline-block;
    width: 77px;
    height: 77px;
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    border: 7px solid rgba(255, 255, 255, .2);
    background-clip: padding-box;
    transition: transform 1s linear;
    -moz-transition: transform 1s linear;
    -webkit-transition: transform 1s linear;
    -o-transition: transform 1s linear;
}

.play-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -11px 0 0 -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #ffffff;
}


/*Hi icon Effect 8*/
.icon-effect-8 .hi-icon {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.icon-effect-8 .hi-icon:hover {
    background-color: rgba(0, 0, 0, .4);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.icon-effect-8 .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.3);
        opacity: 0;
    }
}



/* Feature Boxes
-------------------------------------------------------*/

.icon-boxes.style-4 .service-item-box h3 {
    font-size: 20px;
    margin-top: 0;
}


/* Top Bar
-------------------------------------------------------*/

.top-bar {
    background-color: #121212;
    width: 100%;
    position: relative;
    height: 44px;
    color: #a1a1a1;
}

.top-bar-links {
    line-height: 44px;
    font-size: 12px;
}

.top-bar>ul,
.top-bar-links>ul>li {
    display: inline-block;
    position: relative;
}

.top-bar-links>ul>.top-bar-email {
    padding-right: 20px;
}

.top-bar-links>ul:first-child>li i {
    margin-right: 5px;
    color: #5c5c5c;
}

.top-bar-links .top-bar-email a {
    color: #a1a1a1;
}

.top-bar-currency-language>li>a,
.top-bar-links>ul>li>a {
    color: #fff;
}

.top-bar-currency-language i {
    margin-left: 5px;
}

.language-dropdown {
    background-color: #fff;
    padding: 0px 15px;
    position: absolute;
    border: 1px solid #f2f2f2;
    z-index: 1201;
    right: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.language-dropdown {
    right: 0;
}

.currency-dropdown ul li,
.language-dropdown ul li {
    line-height: 40px;
    border-top: 1px solid #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.currency-dropdown ul li>a,
.language-dropdown ul li>a {
    color: #7a7a7a;
}

.top-bar-currency-language>li:hover .currency-dropdown,
.top-bar-currency-language>li.language:hover .language-dropdown {
    visibility: visible;
    opacity: 1;
}

.top-bar-links .top-bar-link a:after {
    content: "";
    border-right: 1px solid #606060;
    margin: 0 7px 0 10px;
}

.top-bar-links .top-bar-link:last-child a:after {
    content: "";
    border-right: none;
    margin: 0;
}

.top-bar-links li a:hover {
    color: #0ccfa8;
}


/* Menu Search
-------------------------------------------------------*/

.nav-search.type-2 {
    display: table-cell;
    vertical-align: middle;
}

.nav-search.type-2 input {
    margin-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

.nav-search.type-2 form {
    width: 220px;
    position: relative;
}

.nav-search.type-2 .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0;
    border: 0;
    cursor: pointer;
    background-color: transparent;
}

/* Brands Carousel
-------------------------------------------------------*/

.brands-wrap {
    padding: 35px 0;
    border-top: 1px solid #ececec;
}

/*-------------------------------------------------------*/
/* Catalog Grid
/*-------------------------------------------------------*/

.row.items-grid .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.row.items-grid .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.row.items-grid .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.row.items-grid .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.row.items-grid .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

@media (min-width: 768px) {

    .row.items-grid .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }

    .row.items-grid .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }

    .row.items-grid .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }

    .row.items-grid .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }

    .row.items-grid .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }

    .row.items-grid .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .row.items-grid .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }

    .row.items-grid .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }

    .row.items-grid .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }

    .row.items-grid .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 992px) {

    .row.items-grid .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .row.items-grid .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }

    .row.items-grid .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }

    .row.items-grid .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }

    .row.items-grid .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }

    .row.items-grid .col-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .row.items-grid .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .row.items-grid .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .row.items-grid .col-md-2:nth-child(6n + 7) {
        clear: left;
    }

    .row.items-grid .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 1200px) {

    .row.items-grid .col-md-6:nth-child(2n + 3) {
        clear: none;
    }

    .row.items-grid .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .row.items-grid .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .row.items-grid .col-md-2:nth-child(6n + 7) {
        clear: none;
    }

    .row.items-grid .col-md-1:nth-child(12n + 13) {
        clear: none;
    }

    .row.items-grid .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }

    .row.items-grid .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }

    .row.items-grid .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }

    .row.items-grid .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }

    .row.items-grid .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}


/* Pagination */

.pagination {
    border-radius: 0;
    display: block;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e9ecf1;
    margin: 40px 0;
    text-align: center;
    font-size: 15px;
    width: 100%;
    list-style: none;
}

.pagination a,
.pagination num,
.pagination span {
    display: inline-block;
    border: 2px solid #e6ebed;
    width: 55px;
    height: 35px;
    border-radius: 3px;
    line-height: 35px;
    margin: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination a {
    color: #969ca7;
    border: 2px solid #E5E5E5;
}

.pagination a>i {
    font-size: 15px;
}

.pagination a:hover,
.pagination .active-page {
    background-color: #3c3f46;
    color: #fff;
    border-color: #3c3f46;
}

.pagination:not(.active):hover {
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter: alpha(opacity=90);
}

/* Main News
/*-------------------------------------------------------*/

article img {
    -webkit-transition: transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out;
    -o-transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
}

.row.small-spacing {
    margin: 0 -2px;
}

.row.small-spacing>div {
    padding: 0 2px;
}

.main-news .post-1,
.main-news .post-2,
.main-news .post-3 {
    margin-bottom: 4px;
}

.gradient:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .75) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .75) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}

.list-inline,
.entry-inner .entry {
    margin: 0;
}

.list-inline li {
    display: inline-block;
    padding: 0 7px;
}

.entry-meta li:first-child {
    padding-left: 0;
}

.entry-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    padding: 30px;
    color: #fff;
    z-index: 2;
}

.entry-inner.small {
    padding: 15px 20px;
}

.entry-inner li a,
.entry-inner .entry-meta li a,
.entry-inner .entry-meta li i {
    color: #fff;
}

.entry-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.post-1 .entry-title {
    font-size: 18px;
}

.entry-inner.small h2,
.entry-title.small {
    font-size: 14px;
}

.entry-meta {
    margin-bottom: 15px;
    margin-top: 5px;
}

.entry-inner .entry-meta {
    margin-bottom: 0;
    margin-top: 0;
}

.entry-meta li,
.entry-meta li a {
    color: #9b9b9b;
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
    font-style: italic;
}

.entry-meta li a:hover {
    color: #0ccfa8;
}

.entry-meta li i {
    margin-right: 7px;
}

.entry-date,
.entry-author,
.entry-comments {
    pointer-events: auto;
}

.entry-content {
    overflow: hidden;
}

/* Latest News
/*-------------------------------------------------------*/

.posts-list.no-top-pad {
    margin-top: 0;
}

.posts-list.no-top-pad>li:first-child {
    padding-top: 0;
    border-top: none;
}

/* News in Pictures
/*-------------------------------------------------------*/
.gallery-list {
    margin: 0 -2px;
}

.gallery-list li {
    width: 33.33%;
    float: left;
    padding: 0 2px;
    margin-bottom: 4px;
}

.news-pictures .post-1 {
    margin-bottom: 4px;
}

/*-------------------------------------------------------*/
/* Sidebar
/*-------------------------------------------------------*/

.left-sidebar {
    float: left;
}

.sidebar:not(.left-sidebar) {
    padding-left: 3.2%;
}

.sidebar .widget-title {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600
}

.sidebar .widget {
    margin-top: 50px;
    margin-bottom: 0;
}

.list-dividers>li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.sidebar .widget:first-child {
    margin-top: 0;
}

.sidebar .widget:last-child {
    margin-bottom: 30px;
}

.sidebar .widget>ul>li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .widget>ul>li:first-child {
    padding-top: 0;
}

.widget.categories ul li.active-cat a,
#recent-comments>ul>li>a {
    color: #121212;
}

.widget.categories ul li a {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 600
}

.widget.categories ul li a:hover,
#recent-comments li a:hover {
    color: #0ccfa8;
}

.sidebar .categories li span {
    right: 0;
    position: absolute;
    color: #a7a7a7;
}


/* Popular / Recent / Comments
-------------------------------------------------------*/

.widget.popular-latest .nav.nav-tabs>li {
    width: 33.333%;
    text-align: center;
}

.widget.popular-latest .nav.nav-tabs>li>a {
    margin-right: -1px;
    padding: 13px 14px;
    font-size: 11px;
    border: 1px solid #e0e0e0;
}

.widget.popular-latest .tab-content {
    padding: 30px 0 0;
}

.widget.popular-latest .nav.nav-tabs>li.active>a,
.widget.popular-latest .nav.nav-tabs>li.active>a:hover,
.widget.popular-latest .nav.nav-tabs>li.active>a:focus {
    background-color: #0ccfa8;
    color: #fff;
    border: 1px solid #0ccfa8;
}

#recent-comments .entry-meta {
    margin: 0;
    color: #7a7a7a;
}


/* Sidebar Search
-------------------------------------------------------*/
.search-button {
    position: absolute;
    top: 0;
    height: 100%;
    right: 10px;
    background-color: transparent;
    border: none;
}

.search-button i {
    width: 14px;
    font-size: 13px;
}

.search-button i:hover {
    color: #121212;
}


/*-------------------------------------------------------*/
/* Portfolio Grids
/*-------------------------------------------------------*/

.works-grid.grid-5-col .work-item {
    width: 20%;
}

.works-grid.grid-4-col .work-item {
    width: 25%;
}

.works-grid.grid-3-col .work-item {
    width: 33.333%;
}

.works-grid.grid-2-col .work-item {
    width: 50%;
}

.works-grid.small-gutter {
    margin-left: 10px;
    margin-right: 10px;
}

.works-grid.small-gutter .work-item {
    padding: 0 5px;
}

.works-grid.no-gutter .work-item {
    padding: 0;
}

.works-grid.small-gutter:not(.with-title) .work-container {
    margin-bottom: 10px;
}

.works-grid.no-gutter .work-container,
.related-products .work-container {
    margin: 0;
}

.works-grid.with-title .work-description {
    position: relative;
    bottom: auto;
}

.works-grid.with-title .work-item:hover .work-img img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.works-grid.with-title .work-item:hover .project-icons {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
}

/*-------------------------------------------------------*/
/* Portfolio Single
/*-------------------------------------------------------*/

.pagination-prev-next {
    padding: 39px 0;
}

.pagination-prev-next a {
    width: 33px;
    height: 33px;
    line-height: 34px;
    display: inline-block;
    font-size: 26px;
    color: #9b9b9b;
}

.portfolio-icon {
    background: url(../images/portfolio_icon.png) no-repeat center center;
    width: 13px;
    height: 13px;
    display: block;
}

/*-------------------------------------------------------*/
/* Single Product
/*-------------------------------------------------------*/

.gallery-main .gallery-cell {
    margin-bottom: 10px;
}

.gallery-cell,
.gallery-main img {
    width: 100%;
}

.gallery-cell a i {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-thumbs {
    margin: 0 -5px;
}

.gallery-thumbs .gallery-cell {
    width: 20%;
    float: left;
    padding: 0 5px;
}

.gallery-thumbs img {
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-thumbs .is-nav-selected img,
.gallery-thumbs img:hover {
    opacity: 1;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
    background-color: transparent;
}

.flickity-prev-next-button:focus {
    box-shadow: none;
}

.flickity-prev-next-button {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.gallery-main:hover .flickity-prev-next-button {
    opacity: 1;
}

.single-product .product-description-wrap {
    padding-left: 30px;
}

.product-description-wrap h1 {
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

.single-product .rating a:before {
    margin-right: 15px;
}

.single-product .price {
    margin-top: 25px;
    display: block;
}

.single-product .price del,
.single-product .price ins {
    font-size: 18px;
    float: none;
}

.single-product .quantity.buttons_added {
    float: left;
}

.quantity.buttons_added {
    white-space: nowrap;
    position: relative;
    display: inline-block;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    width: 28px;
    height: 39px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    font-size: 22px;
    float: left;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity .input-text.qty {
    width: 39px;
    height: 39px;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    float: left;
    line-height: 1;
}

.product-actions li {
    margin-right: 10px;
    display: inline-block;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.color-select h6,
.size-options h6 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.size-options a {
    border: 1px solid #e0e0e0;
    color: #7a7a7a;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.size-options a.selected {
    color: #121212;
    background-color: #f2f2f2;
    border-color: transparent;
}

.single-product .product_meta {
    margin: 35px 0 30px;
}

.product_meta span {
    display: block;
    line-height: 30px;
    color: #121212;
}

.product_meta span a {
    color: #7a7a7a;
}

.product_meta span a:hover {
    color: #2cb8a5;
}

.single-product .socials-share {
    padding: 12px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.single-product .socials-share .social-icons {
    float: right;
    margin-top: 0;
}

.single-product .socials-share span,
.project-info .socials-share span {
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
}

.socials-share .social-icons {
    display: inline-block;
}

.single-product .socials-share .social-icons a,
.project-info .socials-share .social-icons a {
    background-color: transparent;
    margin-bottom: 0;
}

.single-product .tab-content #tab-info .table>thead>tr {
    border-bottom: 1px solid #f2f2f2;
}

.single-product .tab-content #tab-info tr th {
    width: 25%;
    background-color: #f9f9f9;
    padding-left: 15px;
}

.single-product .tab-content #tab-info tr td {
    padding-left: 15px;
}

.single-product .reviews-list li {
    margin-top: 20px;
}

.single-product .reviews-list li:first-child {
    margin-top: 0;
}

.single-product .review-content p:first-child {
    color: #121212;
    margin-bottom: 0;
}

.related-products .product-item,
.related-products .work-item {
    margin-bottom: 0;
    padding: 0 15px;
}

/*-------------------------------------------------------*/
/* Owl Carousel
/*-------------------------------------------------------*/
.owl-carousel {
    overflow: hidden;
}

.owl-carousel img {
    width: 100%;
}

.owl-pagination {
    bottom: 30px;
    position: absolute;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
}

.owl-page {
    display: inline-block;
    padding: 5px;
    position: relative;
}

.owl-page.active span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    opacity: 1;
    background: #fff;
}

.owl-page span {
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    z-index: 100;
    border: 2px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.owl-page span:hover {
    opacity: 1;
}

.owl-buttons {
    position: static;
}

.owl-prev,
.flex-direction-nav .flex-prev {
    left: -90px;
}

.owl-next,
.flex-direction-nav .flex-next {
    right: -90px;
}

.owl-prev,
.owl-next,
.flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    text-align: center;
    line-height: 90px;
    z-index: 10;
    width: 90px;
    height: 90px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.owl-prev:before,
.owl-next:before,
#flexslider .flex-direction-nav a:before {
    content: "";
    width: 60px;
    height: 60px;
    top: 13px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 3px;
}

.owl-next:before,
#flexslider .flex-direction-nav .flex-next:before {
    left: auto;
    right: 0;
}

.owl-prev i,
.owl-next i,
#flexslider a i,
#thumbs a i {
    position: relative;
    font-size: 20px;
    color: #fff;
}

.owl-carousel:hover .owl-next,
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -32px;
}

.owl-carousel:hover .owl-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -32px;
}


/*-------------------------------------------------------*/
/* Blog Standard
/*-------------------------------------------------------*/

.blog-standard .post-content .entry-title {
    font-size: 18px;
}

.blog-standard .entry-item {
    margin-bottom: 7%;
    position: relative;
}

.post-content .entry-img,
.post-content .entry-slider,
.post-content .entry-video {
    position: relative;
    overflow: hidden;
}

.post-content .entry-content a.btn {
    margin-top: 10px;
}

/* Quote Post
-------------------------------------------------------*/
.entry .blockquote-style-1 {
    color: #fff;
}

.post-content .entry.blockquote a,
.blog-masonry .entry.blockquote a,
.entry.blockquote .entry-meta li,
.entry.blockquote .entry-meta li a {
    color: inherit;
}

/* Video Post
-------------------------------------------------------*/
.entry-video iframe {
    width: 100%;
    display: block;
    border: 0;
}

/*-------------------------------------------------------*/
/* Blog Single
/*-------------------------------------------------------*/

.post-single .post-content p {
    margin-bottom: 24px;
}

.post-single .blockquote-style-1 {
    margin: 30px 0 40px 0;
}

.entry-content .entry-tags span,
.entry-share span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    line-height: 32px;
    color: #121212;
}

.entry-content .entry-tags a {
    margin-bottom: 0;
    margin-top: 4px;
    padding: 7px 12px;
}

.entry-share {
    padding: 30px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.entry-share .social-icons {
    margin-top: 0;
}

.entry-share .social-icons a {
    margin-bottom: 3px;
    height: 30px;
    width: 50px;
    margin-right: 1px;
    text-align: center;
}

.entry-author-box {
    padding: 40px 0 20px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.entry-author-box .author-img {
    display: block;
    float: left;
    margin: 0 25px 20px 0;
}

.entry-author-box .author-info {
    margin-top: 5px;
}

.entry-author-box h6.author-name,
.entry-comments h6.comment-author {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.author-info span {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.entry-prev-next {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.prev-entry,
.next-entry {
    padding: 15px;
}

.entry-prev-next h4 {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 20px;
}

.entry-prev-next .next-entry {
    text-align: right;
}

.prev-entry i {
    margin-right: 5px;
}

.next-entry i {
    margin-left: 5px;
}

.entry-prev-next a span {
    color: #7a7a7a;
}

.related-posts h4 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
}

.related-posts .entry {
    margin: 20px 0 40px;
}


/*-------------------------------------------------------*/
/* Flexslider
/*-------------------------------------------------------*/

.flexslider {
    position: relative;
    overflow: hidden;
}

.flex-control-nav {
    list-style: none;
    padding: 0;
}

.flex-direction-nav .flex-disabled {
    visibility: hidden;
}

#flexslider .slides li a {
    display: block;
}


/*-------------------------------------------------------*/
/* Slick Slider
/*-------------------------------------------------------*/

.slick-slider {
    overflow: hidden;
    margin-bottom: 6px;
}

.slider-nav .slick-active {
    opacity: 0.7;
}

.slider-nav .slick-current.slick-active {
    opacity: 1;
}

.slick-list {
    margin: 0 -3px;
}

.slider-nav {
    cursor: pointer;
}

.slider-nav .slick-slide {
    margin: 0 3px;
}


/* Tables
-------------------------------------------------------*/

table th {
    font-weight: normal;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid #f2f2f2;
    padding: 10px;
}

.table:not(.table-bordered):not(.table-striped)>thead>tr {
    border-bottom: 2px solid #f2f2f2;
}

.table>thead>tr>th {
    border-bottom: none;
}

.table thead tr th {
    font-size: 11px;
    color: #121212;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #f2f2f2;
}


/*-------------------------------------------------------*/
/* Page Title / Breadcrumbs
/*-------------------------------------------------------*/

.page-title {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    background-position: center center;
}

.page-title .container {
    height: 240px;
}

.title-holder {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.title-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.title-text h1 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.breadcrumb {
    width: auto;
    background-color: transparent;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 13px;
}

.breadcrumb a,
.page-title.style-2 .breadcrumb a,
.page-title.style-2 .breadcrumb>li+li:before {
    color: #7a7a7a;
}

.breadcrumb a:hover,
.page-title.style-2 .breadcrumb a:hover {
    color: #0ccfa8;
}

.page-title.style-2 .title-text h1,
.page-title.style-2 .breadcrumb>.active {
    color: #121212;
}

.page-title .breadcrumb a,
.page-title .breadcrumb>.active {
    color: #fff;
}

.page-title .breadcrumb>li+li:before {
    color: #fff;
    opacity: 0.5;
    padding: 0 1px 0 5px;
}

/*-------------------------------------------------------*/
/* About Us
/*-------------------------------------------------------*/

.parallax-counters .parallax {
    background-image: url(../images/counters_bg.jpg);
}

.parallax-counters span,
.parallax-counters h5 {
    color: #fff;
}

/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/

.page-404 h1 {
    font-size: 200px;
    line-height: 1.2;
}

.page-404 a,
.page-404 p {
    font-size: 14px;
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/

.upperacase {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.heading {
    margin-bottom: 30px;
}

h1.heading-small {
    font-size: 20px;
    letter-spacing: 0.1em;
}

h2.heading-small {
    font-size: 16px;
    letter-spacing: 0.1em;
}

h3.heading-small {
    font-size: 16px;
    letter-spacing: 0.1em;
}

h4.heading-small {
    font-size: 14px;
    letter-spacing: 0.1em;
}

h5.heading-small {
    font-size: 13px;
    letter-spacing: 0.1em;
}

h6.heading-small {
    font-size: 12px;
    letter-spacing: 0.1em;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 35px;
    border-bottom: 2px solid #7a7a7a;
    margin: 19px auto 24px;
    z-index: 1;
    position: relative;
}

.bottom-line.style-2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
}

.bottom-line.left-align:after {
    margin: 19px auto 24px 0;
}

.subheading {
    font-size: 15px;
    line-height: 26px;
    margin-top: 7px;
}

.subheading.style-2 {
    font-size: 16px;
}

.section-headings p {
    margin-bottom: 30px;
}

blockquote {
    padding: 0 0 20px;
    margin: 0;
    border: none;
}

blockquote>p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px !important;
    position: relative;
}

blockquote p:before,
blockquote p:after {
    content: '"';
    font-size: 20px;
}

blockquote p:before {
    position: absolute;
    left: -10px;
}

blockquote>span {
    color: #0ccfa8;
    font-size: 14px;
}

.blockquote-style-1 {
    background-color: #0ccfa8;
    padding: 40px;
}

.blockquote-style-1 p,
.blockquote-style-1 span {
    color: #fff;
}

.blockquote-style-2 {
    padding: 40px;
    border-left: 2px solid #0ccfa8;
}

.dropcap {}

.dropcap.style-1 {
    float: left;
    color: #0ccfa8;
    font-size: 47px;
    line-height: 48px;
    padding-right: 10px;

}

.dropcap.style-2 {
    float: left;
    color: #fff;
    text-align: center;
    background-color: #0ccfa8;
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 40px;
    margin: 7px 10px 0 0;
}

.highlight {
    padding: 3px 5px;
    color: #fff;
    background-color: #0ccfa8;
}

.list li {
    line-height: 24px;
}

.list li i {
    line-height: 21px;
}

.bullets li,
.arrows li,
.checks li,
.numbers li {
    margin-bottom: 20px;
    color: #7a7a7a;
}

.bullets li:before {
    content: "• ";
    font-size: 14px;
    color: #0ccfa8;
    padding-right: 0.5em;
}

.arrows i {
    margin-right: 5px;
}

.arrows i,
.checks i {
    color: #0ccfa8;
}

.checks i {
    font-size: 12px;
    margin-right: 7px;
    vertical-align: middle;
}

ol.numbers {
    padding-left: 20px;
}

.section-columns p {
    margin-bottom: 40px;
}


/*-------------------------------------------------------*/
/* Shortcodes
/*-------------------------------------------------------*/

img.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

img.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}

/* Accordions and Toggles
-------------------------------------------------------*/

.accordion .panel-default>.panel-heading {
    position: relative;
    background-color: #f5f5f5;
    padding: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.accordion.panel-group .panel {
    border: none;
    box-shadow: none;
    margin-top: 10px;
}

.accordion.panel-group .panel:first-child {
    margin-top: 0;
}

.panel-content p {
    margin-bottom: 0;
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-content {
    border: none;
    padding: 20px 0 10px 0;
    line-height: 24px;
}

.accordion .panel-default>.panel-heading>a,
.toggle>.acc-panel>a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 13px 20px;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.accordion .panel-default>.panel-heading>a.minus {
    color: #121212;
    margin-bottom: -1px;
}

.accordion .panel-heading>a>span {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #7a7a7a;
    right: 18px;
    top: 22px;
    position: absolute;
}

.accordion .panel-heading>a.plus>span {
    background-color: #a7a7a7;
}

.accordion .panel-heading>a.plus>span:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 0;
    background-color: #a7a7a7;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion .panel-heading:hover a.plus>span,
.accordion .panel-heading:hover a.plus>span:after,
.accordion .panel-heading:hover,
.toggle>.acc-panel>a.active {
    color: #121212;
}

.toggle>.acc-panel>a {
    border-bottom: 1px solid #f2f2f2;
    padding: 13px 0;
}

.toggle>.acc-panel>a:after {
    font-family: "ElegantIcons";
    position: absolute;
    content: "\33";
    right: 0;
    color: #7a7a7a;
    font-size: 18px;
    line-height: 1;
}

.toggle>.acc-panel>a.active:after {
    content: "\32";
    color: #121212;
}


/* Tabs
-------------------------------------------------------*/

.nav-tabs {
    border: none;
}

.nav.nav-tabs>li.active>a,
.nav.nav-tabs>li.active>a:hover,
.nav.nav-tabs>li.active>a:focus,
.nav.nav-tabs>li>a,
.nav.nav-tabs>li>a:hover,
.nav.nav-tabs>li>a:focus {
    color: #121212;
    border: 0;
}

.nav-tabs>li {
    margin-bottom: -2px;
}

.nav.nav-tabs>li>a {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-right: 30px;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
}

.tab-content {
    padding: 15px 0;
}

.tab-content>.tab-pane>p {
    margin-bottom: 0;
}

/* Vertical */

.vertical .nav-tabs {
    float: left;
    width: 200px;
    position: relative;
    margin-right: -1px;
    border-right: 1px solid #e0e0e0;
    z-index: 2;
}

.vertical .nav-tabs>li {
    float: none;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-top: 0;
    margin-bottom: 0;
}

.vertical .nav-tabs>li:first-child {
    border-top: 1px solid #e0e0e0;
    ;
}

.vertical .nav.nav-tabs>li>a {
    padding: 13px 20px;
    margin-right: 0;
}

.vertical .nav.nav-tabs>li.active>a {
    border-right: 1px solid #fff;
    right: -1px;
    padding-left: 19px;
}

.vertical .tab-content {
    padding: 30px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}


/* Buttons
-------------------------------------------------------*/

.section-buttons .btn {
    margin-bottom: 20px;
}

.btn {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.14em;
    border: 2px solid transparent;
    border-radius: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: #fff;
    background-color: #121212;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn.btn-dark {
    background-color: #2b2b2b;
}

.btn.btn-light {
    background-color: #ececec;
    color: #121212;
}

.btn-lg {
    font-size: 14px;
    padding: 13px 34px;
}

.btn-md {
    font-size: 14px;
    padding: 10px 25px;
}

.btn-sm {
    font-size: 13px;
    padding: 8px 23px;
}

.btn.btn-color {
    background-color: #0ccfa8;
}

.btn.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn.btn-white {
    color: #121212;
    background-color: #fff;
}

.btn.btn-stroke {
    border-color: #121212;
    background-color: transparent;
    color: #121212;
}

.rounded {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
}

.btn.btn-orange {
    background-color: #cc9c69;
}

.btn.btn-brown {
    background-color: #c2a191;
}

.btn.btn-red {
    background-color: #ef5659;
}

.btn.btn-blue {
    background-color: #529fbf;
}

.btn.btn-purple {
    background-color: #b48cc3;
}

.btn.btn-olive {
    background-color: #89a571;
}

.btn.btn-lavender {
    background-color: #7e90ca;
}

.btn.btn-pink {
    background-color: #d18a9a;
}

.btn:focus {
    color: #fff;
    outline: none !important;
}

.btn:hover {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: #fff;
    opacity: .9;
}

.btn-transparent:hover,
.btn.btn-stroke:hover,
.btn.btn-light:hover {
    background-color: #0ccfa8;
    border-color: transparent;
}

.btn.btn-white:hover {
    background-color: #121212;
}


/* Lightboxes
-------------------------------------------------------*/
.modal {
    z-index: 1300;
}

.modal-backdrop {
    z-index: 1299;
}

.modal-dialog {
    margin-top: 7%;
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.mfp-iframe-holder .mfp-content {
    max-width: 1400px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: transparent;
}

.mfp-close:before {
    font-family: "ElegantIcons", sans-serif;
    content: "\4d";
    position: absolute;
    right: 0;
    color: #fff;
}


/* Social Icons
-------------------------------------------------------*/

.social-icons a {
    margin: 0 3px 6px 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #7a7a7a;
    background-color: #f2f2f2;
    line-height: 32px;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.social-icons.rounded a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.social-icons.large a,
.social-icons.large i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.social-icons.transparent a {
    background-color: transparent;
}

.social-icons.dark a {
    background-color: #252525;
}

.social-icons:not(.colored) a:hover {
    color: #fff;
    background-color: #0ccfa8;
}

.footer-socials .social-icons a,
.top-bar .social-icons a {
    margin-bottom: 0;
    background-color: transparent;
}

.social-icons.colored a {
    color: #fff;
}

.social-icons.colored a:hover {
    opacity: 0.9;
}

.colored .social-twitter {
    background-color: #00acee;
}

.colored .social-facebook {
    background-color: #3b5998;
}

.colored .social-google-plus {
    background-color: #dd4b39;
}

.colored .social-linkedin {
    background-color: #0e76a8;
}

.colored .social-vimeo {
    background-color: #1ab7ea;
}

.colored .social-youtube {
    background-color: #c4302b;
}

.colored .social-instagram {
    background-color: #3f729b;
}

.colored .social-pinterest {
    background-color: #c8232c;
}

.colored .social-rss {
    background-color: #f26522;
}

.colored .social-dribbble {
    background-color: #ea4c89;
}

.colored .social-skype {
    background-color: #00aff0;
}

.colored .social-soundcloud {
    background-color: #ff3300;
}

.colored .social-vk {
    background-color: #45668e;
}

.colored .social-delicious {
    background-color: #3399ff;
}

.colored .social-android {
    background-color: #a4c639;
}

.colored .social-digg {
    background-color: #000000;
}

.colored .social-reddit {
    background-color: #ff4500;
}

.colored .social-dropbox {
    background-color: #007ee5;
}

.colored .social-odnoklassniki {
    background-color: #ed812b;
}

.colored .social-github {
    background-color: #4183c4;
}

.colored .social-flickr {
    background-color: #ff0084;
}

.colored .social-lastfm {
    background-color: #d51007;
}

.colored .social-email {
    background-color: #242424;
}


/* Counters Style-2
-------------------------------------------------------*/

.counters i {
    font-size: 40px;
    color: #0ccfa8;
}

.counters.style-2 .statistic span {
    font-size: 32px;
    display: block;
    margin-top: 20px;
}


/* Progress Bars
-------------------------------------------------------*/

.progress-bar {
    -moz-transition: width 2s ease-in-out;
    -webkit-transition: width 2s ease-in-out;
    transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
    box-shadow: none;
}

.progress-bars {
    margin-bottom: 27px;
}

.progress-bars h6 {
    color: #121212;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.progress-bars h6 span {
    color: #121212;
    font-size: 14px;
    float: right;
}

.progress.meter {
    height: 3px;
    border-radius: 0;
    position: relative;
    background: #f7f7f7;
    margin-bottom: 27px;
    box-shadow: none;
}

.progress.meter:last-child {
    margin-bottom: 0;
}

.progress .progress-bar {
    display: block;
    height: 3px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.meter .progress-bar {
    background-color: #0ccfa8;
}

.meter.blue .progress-bar {
    background-color: #529fbf;
}

.meter.olive .progress-bar {
    background-color: #89a571;
}

.meter.orange .progress-bar {
    background-color: #cc9c69;
}

.meter.violet .progress-bar {
    background-color: #b48cc3;
}


/* Icon Boxes Style-3
-------------------------------------------------------*/

.icon-boxes.style-3 .service-item-box {
    padding: 34px 15px;
    border: 1px solid #e0e0e0;
}

.icon-boxes.style-3 i {
    width: auto;
    height: auto;
    line-height: 1;
    color: #7a7a7a;
}

.icon-boxes.style-3 h3 {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 5px;
}


/* Form Elements
-------------------------------------------------------*/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
    height: 39px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

textarea {
    height: auto;
    padding: 8px 16px;
    margin-bottom: 25px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: #121212;
    outline: none;
    box-shadow: none;
}

/*Change Color of Placeholders*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7a7a7a;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7a7a7a;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7a7a7a;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 12px;
    background: url(../images/shop_icons.png) no-repeat;
    background-position: 100% -176px;
}

select::-ms-expand {
    display: none;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label:before {
    width: 17px;
    height: 17px;
    background-color: #f0f0f0;
    content: "";
    display: inline-block;
    font-size: 13px;
    margin: -4px 12px 0 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

input[type="checkbox"]:checked+label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #121212;
    font-size: 9px;
    line-height: 16px;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    cursor: pointer;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: #7a7a7a;
    font-size: 13px;
}

.radio-buttons>li,
.checkboxes>li {
    padding: 7px 0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label:before {
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #f0f0f0;
    border-radius: 40px;
    margin: -3px 10px 0 0;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
}

input[type="radio"]:checked+label:before {
    background-color: #121212;
    border: 5px solid #f0f0f0;
    padding: 1px;
}

input[type="radio"]:focus {
    outline: none;
}

label {
    font-weight: normal;
    color: #121221;
    font-size: 12px;
    vertical-align: middle;
}