@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

body {
    font-size: 13px;
    position: relative;
}

a:focus {
    outline: 0;
}

body.constructing {
    background-image: url(/constructing-bg.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background: url(/images/constructing-bg.png) no-repeat center center fixed;
    background-size: cover;
    margin-top: 0 !important;
}

body.constructing .over-pattern {
    position: absolute;
    background-image: url(/images/main-slider-pattern.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.constructing .logo {
    width: 274px;
    margin: 0 auto;
    padding: 40% 87px 40px;
}

.constructing .main-txt {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 15%;
}

.constructing .txt {
    font-size: 25px;
    margin-bottom: 40px;
}

.constructing .container {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 20;
    position: relative;
}

html {
    -webkit-font-smoothing: antialiased;
}

.btn:focus,
:focus {
    outline: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

#search button.btn.btn-default.fa-search,
h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

p {
    font-size: 1em;
}

p i {
    margin-right: 5px;
}

p.list {
    margin: 20px 0;
}

.secondary h4,
p.end-section {
    margin-bottom: 20px;
}

a,
a:hover {
    color: inherit;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

a:focus {
    text-decoration: none;
}

.v-al-container {
    text-align: center;
}

.v-al-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.v-al,
h4.sep .line {
    display: inline-block;
}

.v-al {
    vertical-align: middle;
}

.content .call {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 400;
}

.fa:hover,
i.fa {
    text-decoration: none;
}

.c-border-top {
    margin-top: -1px;
}

.full-container {
    padding: 45px 30px;
}

header .full-container {
    padding: 0 30px;
}

.container {
    padding-top: 5px;
    padding-bottom: 5px;
}

#countdown .container,
#countdown .container .row,
.container.no-space,
.container > .row.no-space {
    padding-top: 0;
    padding-bottom: 0;
}

.container.no-space-bot,
.container > .row.no-space-bot {
    padding-bottom: 0;
}

.container > .row {
    padding-top: 0;
    padding-bottom: 30px;
}

.container > .row .main-el {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bold {
    font-weight: 700;
}

.semi-bold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

.light {
    font-weight: 300;
}

.italic {
    font-style: italic;
}

h4.sep .line {
    height: 1px;
    background: gray;
    line-height: 20px;
    width: 50px;
    margin-bottom: 5px;
}

.image img,
.photo img {
    width: 100%;
}

.video-frame {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.video-frame.box {
    padding-bottom: 56.3%;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.mobile-header,
.vis-1000 {
    display: none;
}

.dividing.sep-line {
    margin: 30px 0;
}

.divider.divider-2 {
    height: 1px;
    position: relative;
    display: block;
    width: 100%;
}

.divider.divider-2:before {
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    content: "";
    top: -1px;
}

.divider.divider-3 {
    height: 3px;
    width: 30px;
    position: relative;
    display: inline-block;
    margin: 6px 0;
}

.divider.divider-3:after,
.divider.divider-3:before {
    position: absolute;
    width: 130px;
    height: 1px;
    content: "";
    top: 1px;
    background: inherit;
}

.divider.divider-3:before {
    left: 0;
}

.divider.divider-3:after {
    right: 0;
}

.heading-sep,
.sep-line,
.separator {
    height: 1px;
    width: 100%;
    display: block;
}

.separator {
    margin: 25px 0;
}

.divider.divider-4 {
    height: 5px;
}

.advertising .info {
    position: relative;
    width: 390px;
    padding: 37px 40px;
    float: left;
}

.advertising .info .close {
    font-size: 30px;
    position: absolute;
    right: -21px;
    top: 50%;
    margin-top: -21px;
    line-height: 40px;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #2a2a2a;
    text-shadow: none;
}

.advertising .info .title {
    font-size: 15px;
    margin-bottom: 10px;
}

.advertising .info .text {
    line-height: 22px;
}

.advertising .variants {
    padding: 20px 50px;
    overflow: hidden;
    position: relative;
}

.advertising .variants .element {
    float: left;
    width: 175px;
    padding-left: 10px;
}

.advertising .variants .element .inside {
    font-size: 32px;
    line-height: 130px;
    text-align: center;
}

.advertising .variants .element .inside,
.advertising .variants .element .inside i {
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
}

.advertising .variants .element:hover {
    text-decoration: none;
}

.advertising .variants .element i {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.advertising .scrollingHotSpotLeft,
.advertising .scrollingHotSpotRight {
    width: 30%;
    background: 0 0;
    top: 0;
    cursor: e-resize;
}

.features-image-wrap {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 5px;
}

.features-image-wrap.full,
.full-portfolio img,
.player iframe {
    width: 100%;
}

.features-image-wrap .button.solid {
    position: absolute;
    top: 80px;
    left: 0;
}

#countdown,
.features-image {
    position: relative;
}

.features-image .overlay {
    opacity: 1;
}

.side-menu.nav > li > a:hover {
    background-color: transparent;
}

.side-menu .element {
    display: block;
    line-height: 38px;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 0 20px;
    border-bottom: none;
    transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
    -webkit-transition: 0.35s;
}

.side-menu .element:hover,
.side-menu .parent.element .title:hover {
    text-decoration: none;
}

.side-menu .parent.element,
.side-menu.nav ul,
.side-menu.nav > li > a {
    padding: 0;
}

.side-menu .parent.element .title {
    padding: 0 20px;
}

.side-menu .parent.element .title span:before {
    content: "\2013";
}

.side-menu .parent.element .title.collapsed span:before {
    content: "\002B";
}

.side-menu .element .submenu .element {
    padding: 0 20px;
    background: var(--table-input-color);
    border: 0;
    border-top: 1px solid var(--border-color);
}

.side-menu.pinned {
    top: 100px;
    z-index: 99;
    width: 263px;
}

.side-menu.pinned.affix-bottom {
    position: absolute !important;
}

.dropdown .dropdown-menu,
.uber-dropdown .uber-menu,
header .menu-3 .dropdown > a > span,
header .navbar-nav.menu-5 > li > a > span:before,
header.custom-4.metro-small .navbar-nav .v-al .text {
    display: none;
}

.uber-menu .container {
    padding: 0;
}

.uber-menu .uber-banner {
    padding: 50px 50px 10px;
}

.dropdown:hover .dropdown-menu,
.uber-dropdown:hover .uber-menu {
    height: auto;
}

body.navbar-stuck {
    padding-top: 100px;
}

#countdown {
    z-index: 1000;
    padding: 5px 0;
}

#countdown .name {
    font-size: 18px;
    padding-top: 12px;
    margin: 10px 0;
}

#countdown .counters {
    line-height: 22px;
    margin: 15px 0;
}

#countdown .counters .italic {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#countdown .counters .next {
    float: left;
    margin-top: 5px;
    margin-right: 25px;
}

#countdown .counters .value {
    font-size: 18px;
    padding: 4px 7px;
    float: left;
}

#countdown .counters .unit {
    font-size: 13px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 5px;
}

#countdown .counters .unit:last-child {
    margin-right: 0;
}

#tagline {
    font-size: 14px;
    position: relative;
}

#tagline .container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

#tagline .row,
header > .container > .row {
    padding: 0;
}

#tagline .tag-badge {
    position: absolute;
    left: -95px;
    top: 0;
    z-index: 200;
}

#tagline .fa.fa-times {
    font-size: 19px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus {
    background: 0 0;
    border-color: none;
}

header > .container {
    position: relative;
    z-index: 1000;
    padding-top: 0;
    padding-bottom: 0;
}

header {
    transition: top 0.35s ease;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    -ms-transition: top 0.35s ease;
    top: -200px;
}

.header .container {
    position: static;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.boxed #login,
.boxed #nav-shop,
.boxed #register,
.boxed #search,
.boxed header.navbar-fixed-top {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.fancy-banner,
header .menu-bar {
    position: relative;
}

header .logo-box {
    padding: 0;
    line-height: 65px;
}

header.navbar-fixed-top .navbar-nav > .dropdown,
header.navbar-fixed-top ul.navbar-nav > li,
header.small .navbar-nav > .dropdown {
    line-height: 65px;
}

header.small .uber-menu {
    top: 65px;
}

header,
header.custom-shadow,
header.navbar-fixed-top.custom-shadow {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.fancy-banner {
    background: url(/images/screen-banner.png);
    height: 315px;
    width: 100%;
    background-position: center center;
}

.fancy-banner .v-al {
    width: 98.5%;
}

.fancy-banner .v-al img {
    margin: 0 auto;
}

header.navbar-fixed-top {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    transition: top 0.35s ease;
    -webkit-transition: top 0.35s ease;
    -moz-transition: top 0.35s ease;
    -o-transition: top 0.35s ease;
    -ms-transition: top 0.35s ease;
    top: -66px;
}

header.navbar-fixed-top .logo,
header.navbar-fixed-top .top-bar,
header.navbar-show-down .top-bar {
    display: none !important;
}

header.navbar-show-down {
    top: 0;
}

header.navbar-fixed-top a.logo-box,
header.navbar-fixed-top a.navbar-brand {
    line-height: 63px;
    padding: 0;
}

header a.logo-box {
    line-height: 72px;
    padding: 15px 0 0;
    max-width: 150px;
    float: left;
}

header .logo-box img {
    display: inline-block;
    max-width: 150px;
    padding: 0 30px 0 8px;
}

header .logo-box svg {
    vertical-align: middle;
    max-width: 150px;
}

header .navbar-nav > li {
    display: inline-block;
    line-height: 103px;
}

header .navbar-nav > .uber-dropdown {
    position: static;
}

header.custom-1 .navbar-nav > li > a:hover,
header .navbar-nav > .dropdown:hover > a {
    color: var(--nav-link-hover-color);
}

header .navbar-nav li a {
    font-size: 15px;
    font-weight: 500;
    padding: 8px 7px 8px 15px;
    display: inline-block;
    transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
    -webkit-transition: 0.35s;
}

header .nav-buttons {
    padding-top: 17px;
    padding-bottom: 17px;
}

header .nav-buttons .button {
    margin-left: 5px;
}

header .nav-buttons a {
    width: auto;
}

header .navbar-nav a:hover {
    text-decoration: none;
}

header .top-bar .container,
header .top-bar .container .row {
    padding: 0;
}

header .top-bar .info {
    line-height: 45px;
}

header .top-bar .info .element {
    margin-right: 15px;
}

header .top-bar .info .element a {
    padding: 2px 4px;
    background-color: var(--background-color);
    font-size: 14px;
}

header .top-bar .info .element a.current,
header .top-bar .info .element a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-decoration: none;
}

header .top-bar .info i {
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

header .top-bar .buttons .element {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    padding: 0 10px;
    float: left;
    position: relative;
}

header .menu-1 li.active a span {
    visibility: hidden;
}

header .menu-1 li.active .uber-menu a span {
    visibility: visible;
}

header .menu-1 > ul.nav.navbar-nav > li > a {
    padding: 8px 15px;
}

header .main-menu.expandable li .exp:before,
header .menu-1.navbar-nav > .dropdown > a > span:before,
header .mobile-header .nav.expandable li .exp:before {
    content: "\002B";
}

header .menu-3 li a {
    position: relative;
}

header .menu-3 .navbar-nav > li:hover > a:after,
header .menu-3 li.active > a:after,
header .menu-3 li:hover > a:after,
header .menu-3 > li:hover > a:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 15px;
    right: 7px;
    bottom: 0;
}

header .menu-4 li.active {
    margin-bottom: -1px;
}

#search ul.dropdown-menu > li > a:hover,
header .menu-4 li.active a {
    background: 0 0;
}

header .menu-4.navbar-nav > li.active > a > span,
header .menu-4.navbar-nav > li:hover > a > span {
    visibility: hidden;
}

header .menu-5 li a span,
header .menu-5.navbar-nav > li > a:after {
    font-size: 18px;
    position: relative;
    top: 3px;
    left: 10px;
}

header .menu-5.navbar-nav > li > a:after {
    content: "\2022";
    font-weight: 300;
}

header .menu-5.navbar-nav > li:last-child > a:after {
    display: none;
}

header.custom-4 .navbar-nav > li {
    margin-right: 1px;
}

header.custom-4 .navbar-nav li a.v-al-container {
    padding: 0;
    width: 104px;
    text-align: center;
    font-weight: 600;
    height: 105px;
    border-radius: 0;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
}

header.custom-4 .logo-box,
header.custom-4 .navbar-header a {
    position: absolute;
    z-index: 10005;
    max-width: 165px;
    line-height: 115px;
    height: 120px;
    padding: 0;
    width: 165px;
    text-align: center;
}

.metro .navbar-header a {
    background: var(--primary-color);
}

a.navbar-brand {
    line-height: 72px;
    padding: 15px 0;
    max-width: 100px;
}

header.custom-4.metro-small .navbar-nav li a.v-al-container {
    width: 70px;
    height: 70px;
}

header.custom-4.metro-small .logo-box {
    height: 70px;
    line-height: 65px;
}

header.custom-4 .navbar-nav .v-al .text {
    margin-top: 15px;
    margin-bottom: -12px;
}

header.custom-4 .navbar-nav li a i {
    font-size: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    font-weight: 400;
    display: inline-block;
}

header.custom-4 {
    border: 0;
}

header.custom-4 .navbar-header {
    position: relative;
}

header a {
    line-height: 20px;
    width: 100%;
}

header .navbar-nav .dropdown-menu {
    left: 0;
    right: auto;
    margin: 0;
    padding: 0;
    width: auto;
    top: 100%;
    border: 0;
    text-align: left;
    line-height: initial;
    border-radius: 0;
}

header.custom-shadow .navbar-nav .dropdown {
    margin-top: -1px;
}

header .dropdown-menu li,
header .dropdown-menu a {
    position: relative;
    line-height: 37px;
    display: block;
    font-size: 12px;
    min-width: 200px;
}

header li.dropdown:hover {
    cursor: pointer;
}

header .dropdown li.menu-parent > a:after {
    content: "\002B";
    float: right;
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-right: -10px;
}

header .dropdown li.menu-parent:hover > a:after,
header .main-menu.expandable li.open .exp:before,
header .mobile-header .nav.expandable li.open .exp:before {
    content: "\2013";
}

header .dropdown li.menu-parent > ul.dropdown.repositioned {
    right: 100%;
    left: auto;
    padding-right: 3px;
    padding-left: 0;
    overflow: visible;
}

header .dropdown li.menu-parent > ul.dropdown {
    position: absolute;
    left: 100%;
    padding-left: 3px;
    top: 0;
    width: 1px;
    overflow: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    -moz-transition-property: opacity;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

header .dropdown li.menu-parent > ul.dropdown li:first-child {
    border-top: none;
}

header .dropdown li.menu-parent:hover > ul.dropdown {
    width: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header .dropdown li:last-child {
    border-bottom: none;
    font-weight: 700;
}

header .dropdown li a,
header .dropdown-menu a {
    font-weight: 400;
    color: inherit;
    font-size: 12px;
    padding: 0 20px !important;
    line-height: 37px;
    border-radius: 0;
    white-space: nowrap;
}

header .dropdown.uber-dropdown li:last-child {
    text-transform: none;
    font-weight: 400;
}

header.head-1 .navbar-nav {
    float: right;
}

header.custom-1.navbar-fixed-top {
    height: 65px;
}

header .utilities-buttons .element {
    float: left;
    position: relative;
}

header .utilities-buttons .element a:focus,
header.custom-1 .top-bar .buttons .element a:focus {
    color: inherit;
}

header.custom-1.navbar-fixed-top .utilities-buttons,
header.head-1.navbar-fixed-top .menu-bar .utilities-buttons {
    padding: 19px 0 19px 10px;
}

header.custom-1 .utilities-buttons,
header.head-1 .menu-bar .utilities-buttons {
    float: right;
    padding: 40px 0 39px 10px;
}

header.custom-1 .utilities-buttons a,
header.head-1 .menu-bar .utilities-buttons a {
    display: inline-block;
    width: auto;
    float: left;
    margin-right: 3px;
}

header.custom-1 .utilities-buttons a:last-child,
header.head-1 .menu-bar .utilities-buttons a:last-child {
    margin-right: 0;
}

header.head-1.thin .menu-bar .utilities-buttons {
    padding: 20px 0 20px 10px;
}

header.custom-1 .utilities-buttons a i,
header.head-1 .menu-bar .utilities-buttons a i {
    border: 1px solid var(--border-color);
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    display: block;
}

header.head-2.navbar-fixed-top .menu-bar .utilities-buttons a,
header.navbar-fixed-top .top-bar .utilities-buttons a {
    width: 60px;
    line-height: 65px;
}

header .top-bar .utilities-buttons a,
header.head-2 .menu-bar .utilities-buttons a {
    display: block;
    float: left;
    width: 50px;
    line-height: 55px;
    text-align: center;
}

header .top-bar .utilities-buttons a {
    line-height: 50px;
}

header .top-bar .utilities-buttons i,
header.head-2 .menu-bar .utilities-buttons i {
    font-size: 18px;
    line-height: 18px;
}

header .top-bar .utilities-buttons,
header.head-2 .menu-bar .utilities-buttons,
header.thin {
    position: relative;
}

header .element .lang.dropdown-menu {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3000;
    left: initial;
    min-width: 0;
    background-clip: initial;
    padding: 0;
}

header .element .lang.dropdown-menu a {
    display: block;
    width: 100%;
    text-align: right;
    line-height: 18px;
    padding: 5px 10px;
    border: 0;
    font-size: 11px;
}

header .element .lang.dropdown-menu a:hover,
header .utilities-buttons a:hover {
    text-decoration: none;
}

header.thin {
    padding: 0 30px;
    top: 0;
}

header.thin .full-container {
    padding: 0;
}

header.navbar-fixed-top.thin {
    position: fixed;
}

header.thin .navbar-right:last-child {
    margin: 0;
}

header.thin .navbar-nav > .dropdown,
header.thin .navbar-nav > li {
    line-height: 65px;
}

header.thin .logo-box {
    padding: 0;
    line-height: 65px;
}

.thin .uber-menu {
    top: 65px;
}

.navbar-toggle .icon-bar {
    width: 14px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}

.uber-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 100;
}

.uber-menu.fixed-top,
.uber-menu.pre-fixed {
    position: absolute;
    top: 100%;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition-property: top;
    -webkit-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    -moz-transition-property: top;
}

.uber-menu.fixed-top {
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
}

header.custom-shadow .uber-menu {
    margin-top: -1px;
}

.metro.metro-small .uber-menu.fixed-top {
    top: 70px;
}

.uber-menu > .container {
    border-radius: inherit;
}

.uber-menu .main-wrap {
    margin: 0 15px;
}

header .navbar-nav .uber-menu .items-wrap {
    padding: 30px 35px;
}

header .navbar-nav .uber-menu .items-wrap .col {
    border-right: 1px solid var(--border-color);
}

header .navbar-nav .uber-menu .items-wrap .col:last-child {
    border-right: none;
}

header .navbar-nav .uber-menu a {
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 0;
}

header .menu-5 .dropdown .uber-menu a span:before {
    display: initial;
    font-size: 12px;
    position: relative;
    left: -10px;
    top: -3px;
}

.uber-menu ul {
    margin: 0 15px;
    font-size: 12px;
    padding: 30px 0;
}

.uber-menu ul li {
    list-style-type: none;
    float: left;
    width: 25%;
    display: block;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid var(--border-light-color);
}

.uber-menu ul li a span:before,
header .navbar-nav .uber-menu a span:before {
    content: "\2014";
    margin-right: 5px;
}

.uber-menu ul li:nth-child(4n + 1) {
    border-left: none;
}

header .uber-menu li {
    line-height: 20px;
    border-bottom: none;
}

header .uber-menu li a:hover {
    color: var(--white-color);
    background-color: transparent;
}

#nav-shop,
ul.main-menu {
    position: absolute;
    left: 0;
    right: 0;
}

.mobile-header ul.nav,
ul.main-menu {
    padding: 0;
    margin: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
}

ul.main-menu {
    display: none;
}

.mobile-header ul.nav {
    position: absolute;
    left: 0;
    right: 0;
}

#nav-shop > .container > .row,
.main-menu ul,
.mobile-header .nav ul {
    padding: 0;
}

.main-menu li,
.mobile-header .nav li {
    list-style-type: none;
}

.main-menu a,
.mobile-header .nav a {
    line-height: 52px;
    width: 100%;
    height: 52px;
    display: block;
    padding: 0 20px;
    font-size: 12px;
    text-transform: capitalize;
}

.main-menu a:hover,
.mobile-header .nav a:hover {
    text-decoration: none;
}

.main-menu .submenu a,
.mobile-header .nav .submenu a {
    padding: 0 20px 0 50px;
}

.main-menu .main,
.mobile-header .nav .main {
    text-align: center;
    font-size: 17px;
    line-height: 67px;
}

.main-menu button,
.mobile-header .nav button {
    padding: 8.5px 10px;
    display: inline-block;
    transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
}

header .main-menu.expandable li {
    position: relative;
}

header .main-menu.expandable li .exp,
header .mobile-header .nav li {
    position: absolute;
    right: 0;
    text-align: center;
    padding-right: 15px;
    padding-left: 30px;
}

#nav-shop {
    z-index: 30;
    transition: height, top 0.35s ease;
    -webkit-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
}

#nav-shop > .container {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
}

#nav-shop.fixed-top {
    position: fixed;
    top: 0;
}

#nav-shop.fixed-top.show-down {
    top: 65px;
}

#nav-shop .items {
    overflow: auto;
    white-space: nowrap;
}

#nav-shop div.items::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

#nav-shop div.items::-webkit-scrollbar-track {
    background: var(--white-color);
    border: 1px solid var(--border-light-color);
}

#nav-shop div.items::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    color: var(--white-color);
}

#nav-shop .item {
    margin: 15px 0;
    display: inline-block;
}

#nav-shop .item .image {
    display: inline-block;
    padding: 10px;
    width: 40%;
}

#nav-shop .item .image img {
    margin: auto;
}

#nav-shop .item .text {
    display: inline-block;
    width: 60%;
    padding: 5px 10px;
    white-space: normal;
}

#nav-shop .button {
    width: 100%;
    margin: 5px 0;
}

#nav-shop .button .over {
    padding: 10px 20px;
}

#nav-shop .cart {
    padding-left: 55px;
    margin: 5px 0;
    float: left;
}

#nav-shop .cart .sep {
    height: 3px;
    margin-bottom: 5px;
}

#search {
    font-size: 13px;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
}

#search > .container,
header.head-2 .logo .container {
    padding: 0 15px;
}

#search > .container > .row,
#section-nav ul li a {
    padding: 0;
}

#search .input-group {
    margin: 40px 0;
}

#search.fixed-top {
    position: fixed;
    top: 0;
}

#search.fixed-top.show-down {
    position: fixed;
    top: 65px;
}

#search button.btn.btn-default {
    height: 60px;
    padding: 0;
}

#search button.btn.btn-default .over {
    width: 60px;
    line-height: 58px;
    height: 60px;
}

#search button.btn.btn-default.dropdown-toggle {
    font-size: 13px;
    width: 110px;
}

#search input.form-control {
    height: 60px;
    box-shadow: none;
}

#search ul.dropdown-menu {
    font-size: 13px;
    box-shadow: none;
    min-width: 110px;
    border-top: none;
    margin-top: -4px;
}

#search ul.dropdown-menu > li {
    width: 110px;
    display: block;
}

#search ul.dropdown-menu > li > a {
    padding: 7px 20px;
    width: 108px;
}

#login,
#register,
#search {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
}

#login .container,
#register .container {
    padding-top: 0;
    padding-bottom: 0;
}

.auth .buttons .main-text {
    font-size: 16px;
    text-transform: uppercase;
}

.auth .buttons .sep {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.auth .buttons .button {
    margin-bottom: 10px;
}

.pagecrumbs .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pagecrumbs h5 {
    margin-bottom: 0;
}

.pagecrumbs .location {
    font-size: 11px;
    line-height: 16.5px;
}

#section-nav ul {
    position: fixed;
    left: 10px;
    top: 290px;
    width: 36px;
    display: block;
    padding: 4px 0;
    z-index: 1000;
}

#section-nav .item {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    display: block;
    margin: 8px auto;
}

header.navbar-fixed-top.no-shade {
    box-shadow: none;
    -webkit-box-shadow: none;
}

header .top-bar .socials {
    margin-top: 10px;
}

header.navbar-fixed-top.head-2 ul.navbar-nav {
    width: auto;
    text-align: right;
    float: right;
}

header.head-2.navbar-fixed-top {
    display: block;
    float: left;
    line-height: 65px;
}

header.head-2.navbar-fixed-top .large-header .navbar-header {
    display: block;
}

header.custom-2.navbar-show-down .navbar-nav a.v-al-container .descript,
header.head-2 .large-header .navbar-header,
header.head-2.navbar-fixed-top .large-header .utilities-buttons {
    display: none;
}

header .navbar-nav.text-center,
header.head-2 .navbar-nav > li {
    float: none;
}

header.head-2 ul.navbar-nav li {
    text-align: left;
}

header.head-2 .navbar-nav > .dropdown,
header.head-2 .navbar-nav > li {
    line-height: 55px;
}

header.head-2 .logo .logo-box {
    float: none;
}

header.navbar-fixed-top.head-2 .navbar-nav > .dropdown {
    line-height: 65px;
}

header .flag,
header.custom-1 .flag {
    display: inline-block;
    padding: 0 7px;
}

header.custom-1 .top-bar .info {
    line-height: 45px;
}

header.custom-1 .top-bar .info .element {
    margin-right: 15px;
}

header.custom-1 .top-bar .info i {
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

header.custom-1 .top-bar .buttons .element {
    display: inline-block;
    line-height: 45px;
    text-align: center;
    padding: 0 10px;
    float: left;
    position: relative;
}

header.custom-1 .top-bar,
iframe {
    border: 0;
}

div.ppt,
header.custom-1.navbar-fixed-top .top-bar {
    display: none !important;
}

header.custom-1 {
    height: 95px;
    border: 0;
}

header.custom-1 .menu-bar {
    padding: 0;
}

header.custom-1 .menu-bar .main-wrap {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: 0 auto;
}

header.custom-1 .menu-cont {
    padding: 0 15px;
    position: relative;
    z-index: 3000;
}

header.custom-1.navbar-fixed-top .menu-cont {
    top: 0;
}

header.custom-1 .navbar-nav > li > a {
    padding: 8px 15px;
}

.custom-1 ~ #nav-shop .container,
.custom-1 ~ #search .container {
    padding-top: 50px;
}

.custom-1 ~ #nav-shop.fixed-top .container,
.custom-1 ~ #search.fixed-top .container {
    padding-top: 0;
}

header.custom-2 .navbar-nav {
    border-left: 1px solid var(--border-color);
}

header.custom-2 .navbar-nav.navbar-right:last-child,
header.custom-3 .navbar-nav.navbar-right:last-child,
header.custom-4 .navbar-nav.navbar-right:last-child,
header.custom-5 .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

header.custom-2 .navbar-nav li {
    border-right: 1px solid var(--border-color);
}

header.custom-2 .navbar-nav a.v-al-container {
    padding: 0 25px;
    text-align: center;
}

header.custom-2 .navbar-nav a.v-al-container i {
    font-size: 17px;
}

header.custom-2 .navbar-nav a.v-al-container .text {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

header.custom-2 .navbar-nav a.v-al-container .descript {
    font-size: 11px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: var(--base-color);
}

header.custom-3 .navbar-nav a.v-al-container i {
    float: left;
    font-size: 17px;
    border-radius: 100%;
    height: 44px;
    width: 44px;
    line-height: 42px;
    text-align: center;
}

header.custom-3 .navbar-nav a.v-al-container .text {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding-left: 52px;
    padding-top: 3px;
    text-align: left;
}

header.custom-3 .navbar-nav a.v-al-container .descript {
    font-size: 11px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    color: var(--base-color);
    padding-left: 52px;
    line-height: 18px;
    text-align: left;
}

header.custom-5 .navbar-nav > li {
    margin-left: 4px;
}

header.custom-5 .navbar-nav > .dropdown > a > span:before {
    width: 0;
}

header.custom-5 .navbar-nav > li > a,
header.custom-5 .navbar-nav > li > div > a {
    padding: 0;
}

header.custom-5 .navbar-nav li a .over {
    padding: 8px 15px;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
}

.boxed {
    width: 1200px;
    margin: 0 auto;
}

.boxed .container {
    padding-left: 15px;
    padding-right: 15px;
}

.boxed header .shadow {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

header.custom-1 .shadow {
    left: 50%;
    margin-left: -585px;
    width: 1170px;
}

header .shadow {
    position: absolute;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 35px;
    z-index: 999;
    margin-top: -1px;
    left: 0;
}

header .shadow.v1 {
    background-image: url(../img/head-shadow-1.png);
}

header .shadow.v2 {
    background-image: url(../img/head-shadow-2.png);
}

header .shadow.v3 {
    background-image: url(../img/head-shadow-3.png);
    background-repeat: repeat-x;
}

header .shadow.v4 {
    background-image: url(../img/head-shadow-4.png);
}

header .shadow.v5 {
    background-image: url(../img/head-shadow-5.png);
    background-position: left top;
}

.only-sm {
    margin-top: 60px;
    margin-bottom: 50px;
}

.to-left {
    float: left;
}

#options-panel .side-menu .parent.element .title span,
.to-right {
    float: right;
}

.secondary {
    padding: 60px 0 75px;
}

.less-faded {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.faded {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.call {
    padding: 33px;
    text-align: center;
}

.call.only {
    margin: 0;
}

.call h3 {
    margin-bottom: 13px;
}

#buttons .call > .button,
.call > .button {
    margin: 15px 10px 10px;
}

.call.image {
    text-align: left;
    background: url(/images/call-image.png);
    background-size: 100% 100%;
    padding: 60px 45px;
}

.call.image img,
.overlay {
    position: absolute;
    bottom: 16px;
    right: 15px;
    width: auto;
}

.overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    border-radius: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.background-overlay,
.overlay,
.overlay i.md,
.overlay i.sm {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.background-overlay {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    opacity: 1;
    padding: inherit;
}

.overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    cursor: pointer;
}

.overlay:hover i.md,
.overlay:hover i.sm {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.overlay i.md,
.overlay i.sm {
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

.overlay i.md {
    line-height: 74px;
    width: 74px;
    font-size: 15px;
    margin-top: -37px;
    margin-left: -37px;
}

.overlay i.sm {
    line-height: 25px;
    width: 25px;
    font-size: 10px;
    margin-top: -13px;
    margin-left: -13px;
}

.background-overlay,
.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

a.overlay:hover {
    text-decoration: none;
}

.no-bg-img {
    background-image: none !important;
}

.sep-heading-container h1,
.sep-heading-container h2,
.sep-heading-container h3,
.sep-heading-container h4,
.sep-heading-container h5,
.sep-heading-container h6,
.shop-panel .cart-list .head > div {
    float: left;
}

.sep-heading-container.shc1 .sep-container {
    height: 30px;
}

.sep-heading-container.shc2 .sep-container {
    height: 26px;
}

.sep-heading-container.shc3 .sep-container {
    height: 22px;
}

.sep-heading-container.shc4 .sep-container {
    height: 16px;
}

.sep-heading-container.shc5 .sep-container {
    height: 15px;
}

.sep-heading-container.shc6 .sep-container {
    height: 13px;
}

.sep-heading-container h1,
.sep-heading-container h2,
.sep-heading-container h3,
.sep-heading-container h4,
.sep-heading-container h5,
.sep-heading-container h6 {
    margin-bottom: 0;
}

.sep-heading-container {
    padding-bottom: 0;
}

.container > .sep-heading-container,
.main-el .sep-heading-container {
    padding-bottom: 15px;
}

.sep-heading-container .sep-container {
    position: relative;
    overflow: hidden;
    font-size: 100%;
}

.sep-heading-container .sep-container .the-sep {
    width: 100%;
    position: relative;
    top: 50%;
    margin-left: 10px;
}

ol.basic,
ul.basic {
    margin: 0;
    padding-left: 18px;
}

ul.basic {
    list-style-type: circle;
}

ol.basic li,
ul.basic li {
    margin-bottom: 20px;
}

.icon.list .element:last-child,
ol.basic li:last-child,
ul.basic li:last-child {
    margin-bottom: 0;
}

.icon.list .element {
    margin-bottom: 15px;
}

.icon.list .element p {
    padding: 2px;
    margin-bottom: 10px;
}

ul.basic.minus {
    list-style-type: none;
    padding-left: 0;
}

ul.basic.minus li:before {
    content: "\2014";
    font-size: 12px;
    padding-right: 3px;
}

.icon.list .element i {
    height: 23px;
    width: 23px;
    font-size: 13px;
    margin-right: 5px;
}

.icon.list.icon-list-2 .element i {
    font-size: 20px;
}

.icon-list-1 .element,
.portfolio.single .icon.list .element p {
    padding: 2px;
}

.icon-list-1 .element p {
    margin-top: 1px;
    margin-bottom: 14px;
}

.icon-list-1 .element i,
.icon-list-3 .element i,
.icon-list-4 .element i {
    border-radius: 100%;
    height: 23px;
    width: 23px;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
}

.icon-list-1 .element i,
.icon.list .element i {
    line-height: 24px;
    text-indent: -1px;
}

.icon.list .element i,
i.rounded {
    border-radius: 100%;
    text-align: center;
}

i.x1,
i.x2,
i.x3,
i.x4 {
    font-size: 13px;
    line-height: 23px;
    height: 22px;
    width: 22px;
    text-align: center;
}

i.x2,
i.x3,
i.x4 {
    line-height: 53px;
    height: 52px;
    width: 52px;
    font-size: 24px;
}

i.x3,
i.x4 {
    line-height: 109px;
    height: 108px;
    width: 108px;
    font-size: 70px;
}

i.x4 {
    line-height: 191px;
    height: 190px;
    width: 190px;
}

i#custom-bg-1 {
    background: var(--button-green-color);
}

i#custom-bg-2 {
    background: var(--button-red-color);
    border-radius: 15px;
}

i#custom-bg-3 {
    background: var(--button-orange-color);
}

i#custom-bg-4 {
    background: var(--button-blue-color);
}

.icon-list-3 .element p,
.icon-list-4 .element p {
    padding-top: 2px;
    margin-bottom: 14px;
}

.icon-list-3 .element i,
.icon-list-4 .element i {
    line-height: 22px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.icon-list-4 .element i {
    font-size: 19px;
}

.main-title {
    text-align: center;
    margin: 0;
}

.main-title.title-btn h2 {
    margin: 5px 0;
}

.main-slider {
    position: relative;
    -webkit-box-shadow: inset 0 0 100px 1000px var(--overlay-dark-background-color);
    box-shadow: inset 0 0 100px 1000px var(--overlay-dark-background-color);
}

.main-slider .over-pattern {
    position: absolute;
    background-image: url(/images/main-slider-pattern.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 90px 0;
}

.main-slider.shop-slider {
    background-image: url(/images/shop-slider-back.png);
    background-position: center;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.main-slider .controls a {
    margin: -25px 20px 0;
}

.main-slider .item img {
    min-height: 500px;
}

.main-slider .image-item {
    position: relative;
}

.main-slider .carousel-inner,
.mfp-figure figure {
    padding: 40px 0;
}

.alt-banner,
.main-slider .image {
    position: relative;
}

.main-slider .title {
    font-size: 40px;
    font-weight: 300;
    margin: 20px 0 30px;
}

.alt-banner {
    padding: 90px 0;
    background-position: center center;
}

.alt-banner.img1 {
    background-image: url(/images/parallax-bg-1.jpg);
}

.alt-banner.img2 {
    background-image: url(/images/alt-banner-2.jpg);
}

.alt-banner.img3 {
    background-image: url(/images/alt-banner-3.jpg);
    padding: 0;
}

.alt-banner .container {
    position: relative;
    z-index: 200;
}

.alt-banner .title,
.section-title {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 25px;
}

.alt-banner .text {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.alt-banner .text,
.section-subtitle {
    font-size: 25px;
    font-weight: 300;
    margin: 20px 0;
}

.alt-banner.img3 .text {
    margin-bottom: 10px;
    line-height: 27px;
}

.counters-banner {
    background: url(/images/parallax-bg-2.jpg);
    position: relative;
}

.counters-banner .container {
    position: relative;
    z-index: 20;
}

.counters-banner .over-pattern,
.screen-banner .over-pattern {
    position: absolute;
    background-image: url(/images/main-slider-pattern.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.screen-banner {
    background: url(/images/screen-banner.png);
    height: 1000px;
    width: 100%;
    background-position: center 0;
    position: relative;
}

.screen-banner .over-pattern {
    height: 100%;
    width: 100%;
}

.screen-banner .v-al {
    width: 95%;
}

.screen-banner .v-al img {
    margin: 0 auto;
}

.main-slider .text {
    font-size: 25px;
    font-weight: 300;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    margin: 10px 0 40px;
}

.main-slider .button {
    min-width: 166px;
}

.main-slider .button.striped.md {
    padding: 9px;
    min-width: 166px;
}

.main-slider .carousel-indicators {
    bottom: 5px;
}

.main-slider .carousel-indicators li {
    height: 9px;
    width: 9px;
}

.main-slider .carousel-indicators li.active {
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
}

.main-slider .carousel-control {
    background-image: none;
}

.main-slider .carousel-control i {
    font-size: 12px;
    position: absolute;
    top: 45%;
    display: inline-block;
    height: 4em;
    width: 4em;
    line-height: 4.4em;
    text-shadow: none;
}

.main-slider .left.carousel-control i {
    left: 30px;
}

.main-slider .right.carousel-control i {
    right: 30px;
}

.bubble {
    padding: 18px 20px;
    border-radius: 2px;
    font-size: 18px;
}

.bubble .arrow {
    position: absolute;
}

.bubble.bub-1 {
    top: 30%;
    left: 20%;
}

.bubble.bub-1 .arrow,
.bubble.bub-2 .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    top: 10px;
}

.bubble.bub-1 .arrow {
    border-width: 23px 0 0 30px;
    left: 100%;
}

.bubble.bub-2 {
    top: 35%;
    right: 20%;
}

.bubble.bub-2 .arrow {
    border-width: 0 0 23px 30px;
    right: 100%;
}

.bubble.bub-3 {
    top: 60%;
    left: 25%;
}

.bubble.bub-3 .arrow,
.bubble.bub-4 .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    top: 18px;
}

.bubble.bub-3 .arrow {
    border-width: 23px 30px 0 0;
    left: 100%;
}

.bubble.bub-4 {
    top: 65%;
    right: 25%;
}

.bubble.bub-4 .arrow {
    border-width: 0 30px 23px 0;
    right: 100%;
}

.circled {
    border-radius: 100%;
}

.alt-banner .image {
    position: relative;
}

.alt-banner .over-pattern,
.alt-banner .over-pattern.empty,
.fancy-banner .over-pattern {
    position: absolute;
    background-image: url(/images/main-slider-pattern.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.alt-banner .over-pattern.empty {
    background-image: none;
}

.crsl-wrap {
    position: relative;
}

.carousel-inner,
.crsl-wrap {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.carousel.fade {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.carousel.fade .item {
    -moz-transition: opacity ease-in-out 1.5s;
    -o-transition: opacity ease-in-out 1.5s;
    -webkit-transition: opacity ease-in-out 1.5s;
    transition: opacity ease-in-out 1.5s;
    left: 0 !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 100;
}

.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}

.carousel.fade .item.active {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-transition: opacity ease-in-out 1.5s;
    -o-transition: opacity ease-in-out 1.5s;
    -webkit-transition: opacity ease-in-out 1.5s;
    transition: opacity ease-in-out 1.5s;
    z-index: 200;
}

.carousel.fade .carousel-indicators li.pre-active {
    margin: 1px;
}

.sidebar.out {
    padding-top: 90px;
}

.sidebar .sep-heading-container {
    padding-top: 60px;
}

.sidebar .sep-heading-container:first-child {
    padding-top: 0;
}

.input-group input {
    box-shadow: none;
    font-size: 13px;
    height: 38px;
    padding-left: 20px;
}

.input-group input:focus,
.shop-panel .cart-list .inputs input:focus {
    box-shadow: none;
}

.input-group .input-group-btn .btn {
    height: 38px;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    padding: 6px 11px;
    transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
}

a.list-group-item {
    font-size: 13px;
}

.tweet-box {
    margin-top: 0;
}

.sidebar .tweet-box:last-child {
    margin-bottom: 0;
}

.tag {
    line-height: 38px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 13px;
    transition: 0.35s ease;
    -webkit-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
}

.fancy-portfolio .sidebar {
    padding-top: 8px;
}

.fancy-portfolio .sidebar.left {
    padding-left: 6px;
}

.fancy-portfolio .sidebar.right {
    padding-right: 6px;
}

.full-portfolio {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    padding-bottom: 75px;
}

.full-portfolio .portfolio-isotope {
    margin-bottom: 15px;
    margin-left: 1px;
    margin-right: 1px;
}

.full-portfolio .breadcrumb {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

.full-portfolio .item-wrap {
    float: left;
    width: 16.66666666666666%;
}

.full-portfolio .item-wrap .item {
    margin-bottom: 1px;
    margin-right: 1px;
}

.full-portfolio .item,
.googlemap,
.wrap-404 i {
    position: relative;
}

.container.full-pf,
.container.full-pf > .row {
    padding-top: 0;
    padding-bottom: 0;
}

.googlemap {
    padding-bottom: 22%;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.txt-min,
.txt-sm {
    font-size: 11px;
    line-height: 18px;
}

.txt-sm {
    font-size: 12px;
}

.txt-lgr {
    font-size: 15px;
    line-height: 20px;
}

.wrap-404 {
    font-size: 230px;
    line-height: 230px;
}

.wrap-404 i {
    font-size: 200px;
    bottom: 10px;
}

.masonry-container .col-sizer {
    width: 25%;
}

.masonry-container .col-sizer .mason-el.width2 {
    width: 50%;
}

.shop-crsl {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.shop-crsl.carousel-fade .carousel-inner {
    overflow: visible;
}

.carousel .controls a {
    position: absolute;
    top: 50%;
    line-height: 53px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    margin-top: -25px;
    font-size: 11px;
    height: 50px;
    z-index: 200;
}

.carousel .controls.mini a {
    height: 25px;
    width: 25px;
    line-height: 27px;
    margin: 0;
}

.carousel .controls.mini .left {
    left: 20px;
    top: 20px;
}

.carousel .controls.mini .right {
    left: 48px;
    top: 20px;
}

.carousel .controls.spaced a {
    margin-left: 15px;
    margin-right: 15px;
}

.carousel .controls a:hover {
    text-decoration: none;
}

.carousel .controls .left {
    left: 0;
    position: absolute;
    padding-right: 3px;
}

.carousel .controls .right {
    right: 0;
    position: absolute;
    padding-left: 3px;
}

.shop-col-item:hover {
    cursor: pointer;
}

.shop-promo {
    text-align: center;
    padding: 15px;
}

.shop-promo h3 {
    margin-top: 21px;
}

.shop-promo .title {
    font-size: 42px;
    line-height: 48px;
    padding: 12px 0 22px;
}

.shop-promo .button {
    margin: 24px 0;
}

.img-box h5,
.shop-promo p {
    margin: 10px 0;
}

.shop-col-item .photo {
    overflow: hidden;
}

.shop-col-item .photo img {
    margin: 0 auto;
    width: 100%;
}

.shop-col-item .info {
    padding: 10px;
}

.shop-col-item .price {
    width: 50%;
    float: left;
    margin-top: 5px;
}

.shop-col-item .price h5 {
    line-height: 20px;
    margin: 0;
}

.shop-col-item .rating {
    width: 50%;
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.shop-col-item .btn-add {
    width: 50%;
    float: left;
}

.shop-col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.shop-col-item .btn-details .fa-list {
    position: relative;
    top: 1px;
}

.shop-col-item .btns p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}

.shop-col-item .btns p i {
    font-size: 14px;
    margin-right: 5px;
}

.shop.load,
.shop.load.inside {
    margin-bottom: 15px;
}

.shop.load.inside {
    margin-top: 75px;
}

.load.inside,
.shop.load {
    margin-top: 60px;
}

.shop-wrapper .sep-heading-container {
    padding-bottom: 0;
}

.shop-wrapper .load {
    margin-top: 75px;
}

.shop-over.load {
    margin-top: 75px;
    margin-bottom: 15px;
}

.sidebar.shop .testimonials-2 .client {
    padding-right: 20px;
}

.list-group,
.list-group.products p,
.shop-panel .shipping .select-aux select {
    margin-bottom: 0;
}

.list-group.products .list-group-item {
    min-height: 60px;
    padding: 12px 15px;
}

.list-group.products img {
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.list-group.products p.name {
    line-height: 15px;
    margin-top: 3px;
}

.list-group.products p.price {
    font-size: 11px;
    line-height: 11px;
}

.shop-panel .cart-list {
    margin-right: 1px;
}

.shop-panel .cart-list .head {
    font-size: 13px;
    width: 100%;
}

.shop-panel .cart-list .head .section {
    padding: 10px 0;
}

.shop-panel .cart-list .head .product {
    width: 35%;
    text-align: center;
    padding-left: 50px;
}

.shop-panel .cart-list .head .prc {
    text-align: right;
    width: 30%;
    padding-right: 15px;
}

.shop-panel .cart-list .head .qty {
    text-align: center;
    width: 20%;
    padding-right: 12px;
}

.shop-panel .cart-list .head .total {
    width: 15%;
    text-align: center;
    padding-right: 30px;
}

.shop-panel .cart-list .line {
    text-align: center;
}

.shop-panel .cart-list .line > div {
    float: left;
    margin: 20px 0;
}

.shop-panel .cart-list .icon {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    width: 5%;
    line-height: 40px;
}

.shop-panel .cart-list .mini-image {
    padding: 2px 15px;
    width: 10%;
}

.shop-panel .cart-list .name {
    font-size: 15px;
    width: 35%;
    padding-left: 30px;
    text-align: left;
    line-height: 40px;
}

.shop-panel .cart-list .price {
    font-size: 13px;
    width: 15%;
    text-align: right;
    line-height: 40px;
}

.shop-panel .cart-list .quantity {
    width: 25%;
}

.shop-panel .cart-list .line .total {
    width: 10%;
    text-align: left;
    line-height: 40px;
}

.shop-panel .cart-list .line .button {
    display: inline-block;
}

.shop-panel .cart-list .line .button .over {
    width: 36px;
    padding: 9px 15px;
    max-width: 36px;
}

.shop-panel .cart-list .amount {
    font-size: 13px;
    padding: 9px 14.5px;
    display: inline-block;
}

.shop-panel .cart-list .inputs {
    width: 100%;
    padding: 20px;
}

.shop-panel .cart-list .inputs input {
    max-width: 240px;
    width: 240px;
    display: inline-block;
    height: 40px;
    margin-top: -3px;
    box-shadow: none;
}

.shop-panel .cart-list .inputs .button {
    margin-top: 2px;
}

.shop-panel .cart-list .quantity .button {
    line-height: 36px;
    width: 36px;
    text-indent: -1px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.shop-panel .shipping {
    overflow: hidden;
}

.shop-panel .shipping .inside {
    padding: 30px 20px;
    border-top: none;
}

.shop-panel .shipping .input-group,
.shop-panel .shipping .select-aux {
    margin-bottom: 30px;
}

.shop-panel .form-control {
    height: 40px;
    padding: 8px 15px;
}

.shop-panel .shipping .input-group > input {
    margin-bottom: 0;
    padding: 8px 15px;
    font-size: 11px;
    border-right: none;
}

.shop-panel .shipping .input-group > .input-group-addon {
    font-size: 11px;
    border-radius: 0 5px 5px 0;
}

.shop-panel .shipping input,
.shop-panel .shipping select {
    box-shadow: none;
    margin-bottom: 30px;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
}

.select-aux {
    width: 100%;
    position: relative;
}

.shop-panel .shipping select {
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 18px;
    }
}

.select-aux:after {
    font-size: 11px;
    content: "\f0dc";
    color: var(--base-color);
    margin-top: -5px;
    top: 50%;
    right: 20px;
    position: absolute;
    pointer-events: none;
}

.select-aux:before {
    content: "";
    right: 6px;
    top: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
    display: block;
}

.shop-panel .shipping input:focus {
    box-shadow: none;
}

.product-wrap .preview img,
.shop-panel .shipping .button {
    width: 100%;
}

.shop-panel .shipping .head,
.shop-panel .totals .head {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
}

.shop-panel .totals {
    overflow: hidden;
}

.shop-panel .totals .item,
.shop-panel .totals .value {
    float: left;
    width: 50%;
    padding: 10px 20px;
}

.shop-panel .totals .value {
    text-indent: 5px;
    border-left: 1px solid var(--border-color);
}

.shop-panel .totals .cart-total .value {
    font-size: 15px;
    line-height: 18px;
}

.shop-panel .totals .line {
    border-top: none;
}

.product-wrap .preview .large,
.product-wrap .preview .small {
    overflow: hidden;
}

.product-wrap h3 {
    margin-bottom: 5px;
}

.product-wrap p {
    line-height: 23px;
}

.product-wrap .sep-line {
    margin: 30px 0;
}

.product-wrap .preview .large {
    padding: 8px;
    margin-bottom: 30px;
    position: relative;
}

.product-wrap .preview .large .overlay {
    width: auto;
    height: auto;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    border-radius: 0;
}

.product-wrap .preview .small {
    padding: 5px;
    position: relative;
}

.product-wrap .preview .small .overlay {
    width: auto;
    height: auto;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 0;
}

.product-wrap .controls {
    margin: 35px 0;
    text-indent: -1px;
}

.product-wrap .controls .button.ctrl {
    width: 38px;
    line-height: 38px;
    float: left;
}

.product-wrap .controls .amount {
    line-height: 38px;
    width: 40px;
    text-align: center;
    float: left;
    margin-top: -1px;
    margin-left: 1px;
    margin-right: 1px;
}

.product-wrap .controls .button.add {
    margin-left: 10px;
}

.product-wrap .tab {
    margin-top: 35px;
}

.form {
    padding: 0 15px;
}

.form .head {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
    padding: 30px 0 20px;
}

.form .form-control {
    height: 30px;
    border-radius: 1px;
}

.form .form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: none;
}

.form .input-group-addon,
.form .input-group-text {
    height: 29px;
    padding: 0 5px;
    border-radius: 1px;
}

.form input,
.form-3 input {
    box-shadow: none;
    font-size: 11px;
}

.form input {
    display: inline-block;
    width: 100%;
    padding: 5px;
    outline: 0;
    margin: 0;
    border-radius: 1px;
    -webkit-box-shadow: none;
}

.form-1 {
    position: relative;
    border-radius: 5px 5px 0 0;
}

.form-1 .shadow {
    bottom: -1px;
    position: absolute;
    width: 114%;
    height: 20px;
    left: -7%;
    background-image: url(../img/form-shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.form .form-1 .form-control,
.form-1 input.form-control {
    border-right: none;
}

.form-1 .input-group-addon {
    border-radius: 1px;
    border-left: none;
}

.form-1 .input-group-addon i {
    width: 1.285em;
}

.form-1 .textarea-icon {
    position: relative;
    margin: 10px 0;
}

.form-1 .textarea-icon textarea.form-control,
.form-2 textarea.form-control {
    overflow: hidden;
    resize: none;
    border-radius: 0;
    font-size: 11px;
    height: auto;
    display: inline-block;
    padding: 5px 15px 5px 5px;
    box-shadow: none;
}

.form-1 .textarea-icon i {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 1.285em;
    text-align: center;
}

.form-1 .clear {
    font-size: 12px;
    padding: 5px 0;
    line-height: 20px;
}

.form-1 .btns {
    padding: 5px 0 60px;
}

.form-2 textarea.form-control {
    margin: 10px 0;
    padding: 5px;
}

.form-2 .btns {
    padding: 4px 0 60px;
}

.event img,
.form-2 .btns .button,
.img-box img {
    width: 100%;
}

.form-3 .form-control {
    margin-bottom: 25px;
}

.form-3 input {
    height: 40px;
}

.form-3 input:focus,
.form-3 textarea:focus {
    box-shadow: none;
    outline: 0;
    border-color: none;
}

.form-3 textarea {
    box-shadow: none;
    font-size: 11px;
    resize: none;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 15px 12px;
}

.form-3 .button i {
    padding-right: 5px;
    font-size: 14px;
}

.form-3 .clear {
    line-height: 32px;
    font-size: 12px;
}

.form-3 .btns input {
    position: relative;
    top: -1px;
}

input.form-control.main-form {
    border-radius: 7px;
    height: 40px;
    margin-bottom: 30px;
    padding: 5px 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 11px;
}

input.form-control.main-form:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.login-form .head,
.register-form .head {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 65px 0;
    max-width: initial;
}

.login-form .buttons,
.register-form .buttons {
    margin-bottom: 30px;
}

.login-form .buttons .lost {
    float: right;
    line-height: 32px;
}

.event.small {
    margin-bottom: 50px;
}

.event.small:last-child {
    margin-bottom: 0;
}

.event .thumb {
    position: relative;
    overflow: hidden;
}

.event .thumb:hover,
.event img:hover {
    cursor: pointer;
}

.event.small .details {
    padding: 0;
}

.event .details {
    padding: 10px 0 0;
}

.date {
    text-align: center;
    width: 50px;
}

.date .day {
    font-size: 23px;
    line-height: 34px;
}

.date .month {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 2px;
}

.event .text {
    padding-left: 60px;
}

.event .text h5 {
    margin-bottom: 2px;
}

.event .text p {
    margin: 0;
}

.calendar .days .item,
.event .text .italic {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

.event .time {
    font-size: 13px;
}

.calendar .head {
    font-size: 22px;
    padding: 12px;
}

.calendar .days {
    font-size: 13px;
    padding: 10px 0;
}

.calendar .days .item {
    float: left;
    width: 14.28571428571429%;
}

.calendar .week {
    display: block;
    width: 100%;
}

.calendar .week .day:first-child,
.tab.tabs-bottom .ui-tabs-nav li:first-child {
    border-left: none;
}

.calendar .day {
    float: left;
    width: 14.28571428571429%;
    padding-bottom: 14.28571428571429%;
    height: 0;
}

.calendar.small .day {
    width: 33.3333333333%;
    min-height: 120px;
}

.calendar .day.event {
    margin: 0;
}

.calendar .day.event:hover {
    cursor: pointer;
}

.calendar .day.event .number {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.calendar .day .number {
    display: block;
    font-size: 23px;
    font-weight: 700;
    padding: 7px;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    line-height: 21px;
}

.calendar .day .time,
.calendar .navigator a {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.calendar .day .time {
    display: block;
    padding: 3px 7px;
}

.calendar .day .description {
    font-style: italic;
    font-size: 13px;
    padding: 5px 7px 7px;
    display: block;
}

.calendar .empty {
    border: 0;
}

.calendar .navigator a {
    padding: 15px 20px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.img-box {
    margin-bottom: 10px;
}

.img-box .thumb {
    position: relative;
    overflow: hidden;
}

.callout {
    padding: 40px 50px;
}

.callout p {
    margin: 9px 0;
}

.teaser {
    padding: 40px;
}

.teaser p {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
}

#buttons .button {
    margin-bottom: 15px;
    margin-right: 12px;
}

.button {
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.accordion-filter li:hover,
.button:hover {
    cursor: pointer;
}

.blog-wrapper.grid .head img,
.button.full,
.fancy-portfolio .item img,
.person .photo img,
.post-thumb .photo img,
.prev-gal .cycle-slide img,
.preview.gallery .thumb .frame img,
.standard.gallery .item img,
.timeline .head img {
    width: 100%;
}

.button.solid {
    position: relative;
}

.accordion a:hover,
.breadcrumb a:hover,
.button.solid:hover,
.preview.gallery .navigation .control a:hover {
    text-decoration: none;
}

.button.striped {
    background: 0 0;
    border: 1px solid;
}

.button .over {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    border-radius: inherit;
    display: block;
}

.button.lg .over {
    padding: 15px 44px;
}

.button.md .over {
    padding: 10px 44px;
}

.button.sm .over {
    padding: 7px 20px;
}

.button.icon.lg .over {
    padding: 15px 36.5px;
}

.button.icon.md .over {
    padding: 10px 36.5px;
}

.button.icon.sm .over {
    padding: 7px 12.5px;
}

.button.striped.lg {
    padding: 14px 43px;
}

.button.striped.md {
    padding: 9px 43px;
}

.button.striped.sm {
    padding: 6px 19px;
}

.lg-btn-section .button.solid .over,
.lg-btn-section .button.striped {
    line-height: 72px;
    padding: 0 135px;
    font-size: 18px;
}

.button .over button,
.button .over input,
.button.striped button,
.button.striped input {
    text-transform: uppercase;
    font-weight: 700;
    color: inherit;
    border: 0;
    background: 0 0;
    height: auto;
    font-size: 12px;
    line-height: 15px;
    padding: 0;
}

.box.counter {
    border-radius: 2px;
    text-align: center;
    padding: 18px 0;
}

.box.counter .count {
    font-size: 40px;
    padding: 5px 0;
}

.box.counter .unit {
    font-size: 18px;
    padding: 5px 0;
}

.progress {
    height: 16px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px 0 var(--header-shadow-color);
    box-shadow: inset 0 0 1px 0 var(--header-shadow-color);
    background: var(--table-input-color);
    overflow: visible;
}

.progress:last-child {
    margin-bottom: 10px;
}

.progress .progress-bar {
    box-shadow: none;
    position: relative;
    border-radius: inherit;
}

.accordion .panel-heading a i.fa:before {
    content: "\f147";
}

.accordion .panel-heading a.collapsed i.fa:before {
    content: "\f196";
}

.accordion .panel-heading:hover {
    cursor: pointer;
}

.filter-panel .panel {
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: none;
    overflow: visible;
}

.panel-title {
    font-size: 13px;
    line-height: 25px;
}

.panel-title i {
    font-size: 25px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 8px;
}

.panel-heading {
    padding: 5px 8px;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 2px;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    padding: 18px 40px;
}

.panel-group .panel-heading + .panel-collapse .panel-body p {
    line-height: 16px;
    margin-bottom: 0;
}

.breadcrumb {
    margin: 0;
    font-size: 13px;
    background: 0 0;
    padding: 8px 0;
}

.breadcrumb a {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.alert {
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert i.fa,
.alert i.icon {
    line-height: 20px;
    font-size: 20px;
    margin-right: 10px;
    width: 22px;
    text-align: center;
}

.alert .text {
    font-size: 13px;
}

.alert.alert-icon .text {
    padding-left: 32px;
}

.alert.border {
    padding: 9px 14px;
}

.alert.alert-noicon.sc {
    padding: 15px;
}

.alert.alert-noicon.sc .text {
    line-height: 42px;
}

.alert.alert-noicon.sc .socials {
    padding-top: 7px;
}

.preview.gallery .frame {
    padding: 7px;
}

.preview.gallery .main.frame {
    max-width: 556px;
    position: relative;
}

.preview.gallery .main.frame .overlay {
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: auto;
    height: auto;
}

.preview.gallery .frame .image .overlay {
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.preview.gallery .thumb {
    position: relative;
    float: left;
    margin: -1px 21px 0;
    max-width: 513px;
    width: 100%;
}

.preview.gallery .frame .image,
.preview.gallery .navigation {
    position: relative;
}

.preview.gallery .navigation .control {
    width: 22px;
    display: block;
    position: absolute;
    height: 100%;
}

.preview.gallery .navigation .control i {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 1.285em;
    text-align: center;
}

.preview.gallery .navigation .control.left {
    right: -21px;
}

.preview.gallery .navigation .control.right {
    left: -21px;
}

.preview.gallery .thumb .frame {
    width: 14.28571428571429%;
    display: block;
    float: left;
    padding: 4px;
    border-right: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.preview.gallery .thumb .frame:last-child {
    -webkit-box-shadow: 1px 0 0 0 var(--border-color);
    box-shadow: 1px 0 0 0 var(--border-color);
}

.standard.gallery .item {
    position: relative;
    display: block;
}

.person .photo {
    position: relative;
    margin-bottom: 7px;
    overflow: hidden;
}

.person .photo .overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.person .photo .overlay:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.banner-over {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.person .photo .overlay .socials {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 50%;
    margin-left: -75px;
}

.person .details .name {
    margin-bottom: 2px;
}

.person .details .title {
    margin: 0;
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

.blog-wrapper .stats .socials a,
.blog-wrapper.blog-thumb h3,
.person p {
    margin: 0;
}

.person .facebook i {
    bottom: -2px;
}

.table {
    margin-bottom: 0;
    border-collapse: separate !important;
    border-spacing: 0;
}

.table.pricing {
    text-align: center;
}

.table.pricing .head h4 {
    margin: 0;
    padding: 12px 0;
}

.table.pricing .price {
    font-size: 50px;
    padding: 5px;
}

.table.pricing .price .amount {
    position: relative;
    display: inline-block;
    line-height: 44px;
}

.table.pricing .price .unit {
    position: absolute;
    font-size: 17px;
    top: 2px;
    left: -10px;
    line-height: 20px;
}

.table .field {
    font-size: 13px;
    padding: 12px;
}

.table.pricing .button {
    margin: 10px;
}

.table.pricing .button .over {
    padding: 7px 28px;
}

.data .head {
    padding: 20.5px 0;
}

.data .price {
    padding: 55px;
}

.data .field {
    font-size: 13px;
    padding: 12px 12px 12px 18px;
}

.data div:last-child {
    border: 0;
}

.table.data thead td {
    padding: 15px 20px;
    font-size: 16px;
}

.table.data td {
    font-size: 13px;
    width: 25%;
    padding: 10px 20px;
}

.table tr td:first-child {
    border-left: none !important;
}

.table tr:last-child td {
    border-bottom: none !important;
}

.table thead tr td:first-child {
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}

.table thead tr td:last-child {
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
}

.blog-wrapper .post-links {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

.blog-wrapper .sep-line {
    margin-top: 80px;
}

.blog-wrapper .page-nav .button i,
.forum .page-nav .button i {
    font-size: 11px;
}

.blog-wrapper .page-nav .button i.fa-chevron-left,
.forum .page-nav .button i.fa-chevron-left {
    margin-right: 7px;
    margin-left: -5px;
}

.blog-wrapper .page-nav .button i.fa-chevron-right,
.forum .page-nav .button i.fa-chevron-right {
    margin-left: 7px;
    margin-right: -5px;
}

.blog-wrapper .page-nav .pages,
.forum .page-nav .pages {
    font-size: 0;
}

.blog-wrapper .page-nav .pages .page,
.forum .page-nav .pages .page {
    display: inline-block;
    min-width: 38px;
    text-align: center;
    padding: 10px 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    font-size: 13px;
    margin: 0 1px;
    font-weight: 700;
}

.blog-wrapper .page-nav .pages .page:hover,
.forum .page-nav .pages .page:hover {
    text-decoration: none;
}

.page-nav .visible-xs .button .over {
    padding: 10px 15.5px;
}

.page-nav .visible-xs .button i {
    margin: 0 !important;
}

.blog-wrapper .element {
    margin-bottom: 90px;
}

.blog-wrapper .element:last-child {
    margin-bottom: 0;
}

.blog-wrapper.single-event {
    padding-top: 0;
}

.blog-wrapper .stats {
    font-size: 15px;
    text-transform: capitalize;
}

.blog-wrapper .inside {
    padding-left: 97px;
}

.blog-wrapper .date {
    border: 0;
    width: 100%;
    background: 0 0;
}

.blog-wrapper .date .day {
    font-size: 40px;
}

.blog-wrapper .date .month {
    font-size: 15px;
    padding: 12px 0;
}

.blog-wrapper .stats i.fa {
    font-size: 26px;
    margin-top: 10px;
}

.blog-wrapper .stats i.fa-heart,
.blog-wrapper .stats i.fa-share {
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.blog-wrapper .stats .socials {
    position: absolute;
    top: -5px;
    right: -35px;
    width: 0;
    height: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.blog-wrapper .stats .fa-share .socials:hover,
.blog-wrapper .stats .fa-share:hover .socials {
    width: 45px;
    overflow: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-left: 10px;
    height: auto;
}

.blog-wrapper .image {
    position: relative;
    margin-bottom: 10px;
}

.blog-wrapper.thumb .image {
    margin-bottom: 90px;
}

.blog-wrapper h3 {
    margin-top: 10px;
    margin-bottom: 0;
}

.blog-wrapper p.text {
    line-height: 22px;
}

.blog-wrapper p.text a {
    margin-left: 15px;
}

.blog-wrapper.thumb .body {
    border: 0;
}

.blog-wrapper.grid .element-wrap,
.timeline .element-wrap {
    padding-bottom: 30px;
}

.blog-wrapper.grid .image {
    margin: 0;
}

.blog-wrapper.grid .quote {
    padding: 0;
    margin: 0;
}

.blog-wrapper.grid .quote .head {
    padding: 12px 18px 18px;
}

.blog-wrapper.grid .quote .author {
    font-size: 13px;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    margin: 20px 0 0;
}

#modal-1 .icon-list-1 .element p,
.blog-wrapper.grid .audio .audio-wrap,
.blog-wrapper.single .icon.list p {
    margin-bottom: 10px;
}

.blog-wrapper.grid .audio .audio-wrap audio {
    width: 100% !important;
    background: red;
}

#botbar p,
.blog-wrapper.grid .quote .head .text {
    margin: 0;
    line-height: 30px;
}

.blog-wrapper.grid .quote .bot {
    margin-top: 0;
}

.blog-wrapper.grid .quote .body {
    padding-top: 15px;
}

.blog-wrapper.grid .head .text,
.timeline .head .text {
    font-size: 15px;
}

.blog-wrapper.grid .body,
.timeline .body {
    padding: 18px 18px 0;
}

.blog-wrapper.grid h5,
.timeline h5 {
    margin-bottom: 3px;
}

.blog-wrapper.grid .post-links,
.timeline .post-links {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

.blog-wrapper.grid .bot,
.timeline .bot {
    margin-top: 10px;
    background: var(--white-color);
    border-top: 1px solid var(--border-color);
    padding: 8px 0 10px;
}

.blog-wrapper.grid .bot .date,
.timeline .bot .date {
    width: 75%;
    float: left;
    background: 0 0;
    text-align: left;
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    font-size: 13px;
    border: 0;
}

.blog-wrapper.grid .bot .stats,
.timeline .bot .stats {
    width: 25%;
    float: left;
    text-align: right;
    font-family: "minion pro";
    color: var(--base-color);
    font-size: 10px;
    line-height: 18px;
}

.blog-wrapper.grid .bot .stats a,
.timeline .bot .stats a {
    color: var(--base-color);
}

.blog-wrapper.grid .bot .stats a {
    font-size: 13px;
    margin-left: 3px;
}

.blog-wrapper.grid .bot .stats a,
.timeline .bot .stats a {
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
}

.blog-wrapper.grid .video-frame {
    padding-bottom: 56%;
}

.blog-wrapper.grid .element-wrap.load {
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-wrapper .quote {
    padding: 50px 50px 40px;
    margin-bottom: 10px;
}

.blog-wrapper .quote .text {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 40px;
}

.blog-wrapper .quote .author {
    font-size: 15px;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.blog-wrapper.personal .row {
    padding-top: 45px;
    padding-bottom: 200px;
}

.blog-wrapper.personal .row:first-child {
    padding-top: 90px;
}

.blog-wrapper.personal .row:last-child {
    padding-bottom: 100px;
}

.blog-wrapper.personal .author {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 13px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-wrapper.personal .author i {
    font-size: 15px;
    margin-right: 5px;
}

.blog-wrapper.personal .stats {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 13px;
}

.blog-wrapper.personal .meta .stats a,
.blog-wrapper.personal .meta .stats i {
    font-size: 14px;
    margin-left: 5px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
}

.blog-wrapper.personal .meta .socials a,
.blog-wrapper.personal .meta .socials a i,
.list.portfolio h3 {
    margin: 0;
}

.blog-wrapper.personal .meta .stats a.fa-heart {
    padding-right: 7px;
    border-right: 1px solid var(--border-color);
}

.blog-wrapper.personal .meta {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 110px;
}

.blog-wrapper.personal .meta .symbol {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    top: -45px;
}

.blog-wrapper.personal .meta .symbol i {
    font-size: 56px;
    width: 100%;
    line-height: 100px;
}

.blog-wrapper.personal .meta .symbol .date {
    border-top: none;
    font-size: 13px;
    line-height: 32px;
}

.blog-wrapper.personal .meta .author {
    width: 50%;
}

.blog-wrapper.personal .body {
    border: 0;
}

.blog-wrapper.personal .body .more {
    font-size: 13px;
}

.blog-wrapper.personal .link h2 a {
    text-decoration: underline;
    color: inherit;
}

.blog-wrapper.personal .carousel,
.blog-wrapper.personal .player {
    margin-bottom: 45px;
}

.blog-wrapper.personal .carousel .image .overlay,
.blog-wrapper.personal .carousel .image img {
    overflow: hidden;
}

.blog-wrapper.personal .carousel .controls a {
    margin-top: -50px;
}

.blog-wrapper.personal .carousel .controls .left {
    left: 15px;
}

.blog-wrapper.personal .carousel .controls .right {
    right: 15px;
}

.blog-wrapper.personal .image img {
    margin-bottom: 45px;
    overflow: hidden;
}

.blog-wrapper.personal .player .video-frame {
    padding-bottom: 56.2%;
}

.blog-wrapper.personal .quote {
    padding: 90px 0 0;
}

.blog-wrapper.personal .quote .text {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-wrapper.personal .quote .body .author {
    font-size: 13px;
    text-align: center;
    width: 100%;
}

.blog-wrapper.single .photo {
    position: relative;
    overflow: hidden;
}

.block-quote {
    padding: 15px;
}

.blog-wrapper.single .block-quote {
    margin-bottom: 50px;
    margin-top: 50px;
}

.block-quote i {
    font-size: 30px;
    padding-left: 5px;
    float: left;
}

.block-quote .text {
    padding-left: 60px;
    padding-right: 145px;
    font-size: 24px;
    margin: 10px 0 15px;
}

.block-quote .author {
    font-style: normal;
    font-size: 13px;
    position: relative;
    bottom: 3px;
}

.author-box {
    padding: 20px;
}

.author-box .img-wrap {
    padding: 3px;
    border-radius: 4px;
    width: 97px;
    float: left;
}

.author-box .text {
    padding-left: 120px;
}

.author-box .text .author {
    font-size: 16px;
    margin-bottom: 7px;
}

.author-box .text .about {
    font-size: 14px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    line-height: 16px;
}

.blog-wrapper.single p {
    line-height: 23px;
    margin-bottom: 25px;
}

.blog-wrapper.single .icon.list {
    margin: 40px 0 !important;
}

.blog-wrapper.single .comment-wrap .comment-wrap {
    padding-left: 60px;
}

.blog-wrapper.single .comment-section {
    margin-top: 90px;
    margin-bottom: 40px;
}

.blog-wrapper.single .comment {
    padding: 20px;
    margin-bottom: 10px;
}

.blog-wrapper.single .comment .avatar {
    float: left;
}

.blog-wrapper.single .comment .reply {
    float: right;
    font-size: 13px;
}

.blog-wrapper.single .comment .textblock {
    padding-left: 77px;
}

.blog-wrapper.single .comment .author {
    font-size: 14px;
    line-height: 16px;
}

.blog-wrapper.single .comment .time {
    font-size: 11px;
}

.blog-wrapper.single .comment .text {
    font-size: 13px;
    line-height: 15px;
    margin-top: 15px;
}

.blog-wrapper.single .post-accordion {
    padding: 90px 0 10px;
}

.blog-wrapper.single .form-3 {
    margin-top: 50px;
}

.blog-wrapper.single .form-3 .row {
    padding: 0;
}

.blog-wrapper.single .form-3 h4 {
    margin-top: 40px;
    margin-bottom: 0;
}

.blog-wrapper.single .form-3 p {
    margin-bottom: 40px;
}

.code {
    padding: 25px 20px 25px 80px;
}

.code .line {
    padding-left: 20px;
}

.blog-wrapper.single .code {
    margin-bottom: 30px;
}

.timeline {
    margin-top: 40px;
}

.timeline,
.timeline .head .image {
    position: relative;
}

.timeline .head .image img {
    border-radius: inherit;
}

.timeline .spine {
    top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    height: 100%;
    width: 6px;
    background: var(--border-light-color);
}

.timeline .element {
    max-width: 265px;
    position: relative;
}

.timeline .element-wrap:last-child {
    padding-bottom: 0;
}

.timeline .start {
    font-size: 150px;
    margin-top: -110px;
    background: 0 0;
    box-shadow: none;
    width: 100%;
    position: relative;
    text-align: left;
    height: 210px;
}

.timeline .start i {
    position: relative;
    z-index: 100;
    background: var(--background-color);
    padding-left: 10px;
    padding-right: 25px;
}

.timeline .start .line {
    width: 100%;
    background: var(--border-light-color);
    height: 6px;
    position: absolute;
    top: 109px;
    right: -48px;
}

.timeline .element.left {
    float: right;
    margin-right: 30px;
}

.timeline .element.right {
    float: left;
    margin-left: 30px;
}

.timeline .element.left .attached .arrow,
.timeline .element.left .attached .arrow:before {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 15px;
    border-color: transparent transparent transparent var(--border-color);
}

.timeline .element.left .attached .arrow:before {
    content: "";
    right: 1px;
    border-width: 12.5px 0 12.5px 15px;
    border-color: transparent transparent transparent var(--white-color);
}

.timeline .element.right .attached .arrow,
.timeline .element.right .attached .arrow:before {
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15px 13px 0;
    border-color: transparent var(--border-color) transparent transparent;
}

.timeline .element.right .attached .arrow:before {
    content: "";
    left: 1px;
    border-width: 12.5px 15px 12.5px 0;
    border-color: transparent var(--white-color) transparent transparent;
}

.timeline .element.left .attached .dot,
.timeline .element.right .attached .dot {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    z-index: 200;
    font-size: 12px;
    background: var(--background-color);
    line-height: 16px;
}

.timeline .element.left .attached .dot {
    right: -50px;
}

.timeline .element.right .attached .dot {
    left: -50px;
}

.timeline .img-box .thumb {
    border-radius: 2px 2px 0 0;
}

.time.load {
    margin-top: 75px;
    margin-bottom: 0;
}

.post {
    padding-bottom: 20px;
}

.post:last-child {
    padding-bottom: 0;
}

.post .text {
    padding-left: 60px;
}

.post .text h5,
.post-thumb .text h5 {
    margin-bottom: 2px;
}

.post .text p.comments,
.post-thumb .text p.info {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}

.post .text p.comments {
    margin: 0;
}

.post-thumb .photo {
    position: relative;
    overflow: hidden;
}

.post-thumb .photo:hover {
    cursor: pointer;
}

.post-thumb .text {
    margin-top: 10px;
}

.post-thumb .text p.info {
    margin-bottom: 0;
}

.post-acc {
    padding-top: 45px;
    padding-bottom: 45px;
}

.post-acc .sep-heading-container {
    margin-bottom: 15px;
    margin-top: 10px;
}

.post-acc .text {
    margin-top: 0;
}

.post-acc .elements {
    position: relative;
    height: 175px;
    overflow: hidden;
}

.portfolio.item .bot a i,
.post-acc .element,
.tab a h6 {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.forum .line {
    padding: 25px 20px;
    width: 100%;
    font-size: 0;
    border-top: none;
}

.forum .head {
    font-weight: 700;
    padding: 8px 20px;
    border: 0;
    font-size: 0;
    text-transform: capitalize;
}

.forum .head:first-child {
    border-radius: 3px 3px 0 0;
}

.forum .posts,
.forum .section,
.forum .topics {
    width: 80%;
    text-align: left;
    display: inline-block;
    font-size: 13px;
}

.forum .section h5 {
    margin-bottom: 3px;
}

.forum .posts,
.forum .topics {
    width: 10%;
    text-align: center;
}

.forum .posts {
    text-align: right;
}

.topic-posts .element {
    margin-bottom: 20px;
}

.topic-posts .element:last-child {
    margin-bottom: 0;
}

.topic-posts .meta {
    padding: 8px 20px;
}

.topic-posts .body {
    padding: 15px;
    border-top: none;
}

.topic-posts .author {
    padding: 5px;
}

.topic-posts .message {
    padding-left: 75px;
    line-height: 22px;
}

.topic-posts .links {
    padding-top: 15px;
}

.post-in {
    font-size: 16px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.breadcrumb.portfolio-isotope-filters,
.portfolio .breadcrumb {
    padding: 0;
}

.row > .breadcrumb.portfolio-isotope-filters {
    padding-left: 15px;
    padding-right: 15px;
}

.classic.portfolio .load {
    margin-top: 0;
}

.classic.portfolio .inside.load {
    margin-top: 75px;
}

.fancy-portfolio .breadcrumb {
    padding: 7px 7px 0;
    margin-bottom: 22px;
}

.portfolio.item {
    border-radius: 6px;
}

.portfolio.item .share {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.portfolio.item .socials {
    position: absolute;
    top: -130px;
    right: -6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    height: 0;
    width: 0;
    overflow: hidden;
}

.portfolio.item .share:hover + .socials,
.portfolio.item .socials:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding-bottom: 40px;
    overflow: visible;
    height: auto;
    width: auto;
    top: -143px;
}

.portfolio.item .socials a {
    display: block;
    margin-bottom: 4px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.portfolio.item .top {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.portfolio.item .top:hover {
    cursor: pointer;
}

.portfolio.item .top .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    line-height: 73px;
    width: 73px;
    border-radius: 100%;
    margin-left: -36px;
    margin-top: -36px;
}

.portfolio.item .bot {
    border-radius: 0 0 5px 5px;
    padding: 5.5px 10px;
    margin-top: 0;
}

.portfolio.item .top img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.portfolio.item .bot h5 {
    margin: 10px 0;
    line-height: 15px;
}

.portfolio.item .bot .stats {
    font-size: 11px;
    position: relative;
}

.portfolio.item .bot .stats i {
    font-size: 13px;
}

.portfolio.item .stats .sep {
    width: 1px;
    margin: 0 9px 0 5px;
}

.fancy-portfolio.wrap {
    margin: -7px;
}

.fancy-portfolio .item {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.fancy-portfolio .item:hover {
    cursor: pointer;
}

.fancy-portfolio .item .overlay i.md {
    top: 45%;
}

.item .overlay .title {
    font-size: 19.9px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 12%;
    text-align: center;
}

.fancy-portfolio .item.wrap {
    width: 33.33333333333333%;
    padding: 7px;
}

.fancy-portfolio.col-4 .item.wrap {
    width: 25%;
}

.fancy-portfolio.col-2 .item.wrap {
    width: 50%;
}

.fancy-portfolio .load-wrap {
    padding: 0 8px;
    margin-top: 90px;
}

.portfolio.single.carousel {
    padding: 45px 0;
}

.portfolio.single .info > p {
    line-height: 23px;
    margin-bottom: 67px;
}

.portfolio.single .icon.list {
    margin-bottom: 50px;
}

.box-6 h6,
.portfolio.single .icon.list .element,
.tab ul li h6 {
    margin-bottom: 0;
}

.portfolio.single .icon.list .element i {
    border-radius: 100%;
    height: 23px;
    line-height: 24px;
    width: 23px;
    text-align: center;
    text-indent: -1px;
    font-size: 13px;
    margin-right: 15px;
}

.portfolio.single,
.portfolio.single .photo {
    position: relative;
    overflow: hidden;
}

.single .sg-controls a {
    position: fixed;
    top: 50%;
    margin-top: -85px;
    text-align: center;
    width: auto;
    line-height: normal;
    height: auto;
    font-size: 15px;
    z-index: 5000;
}

.single .sg-controls a.left {
    left: 0;
}

.single .sg-controls a.right {
    right: 0;
}

.single .sg-controls a .preview,
.single .sg-controls a i {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.single .sg-controls a i {
    font-size: 12px;
    height: 170px;
    line-height: 176px;
    z-index: 20;
    position: relative;
    width: 38px;
}

.single .sg-controls a.left i {
    text-indent: -5px;
    border-radius: 2px 0 0 2px;
}

.single .sg-controls a.right i {
    text-indent: 5px;
    border-radius: 0 2px 2px 0;
}

.single .sg-controls a .preview {
    top: 0;
    position: absolute;
    z-index: 10;
    width: 276px;
    height: 100%;
}

.single .sg-controls a.left .preview {
    left: -235px;
    border-radius: 0 2px 2px 0;
}

.single .sg-controls a.right .preview {
    right: -235px;
    border-radius: 2px 0 0 2px;
}

.single .sg-controls a .preview:before {
    content: "";
    height: 100%;
    margin-right: -0.25em;
}

.single .sg-controls a .preview .title {
    width: 132px;
}

.single .sg-controls a.left .preview .title {
    text-align: left;
    padding-right: 10px;
}

.single .sg-controls a.right .preview .title {
    text-align: right;
    padding-left: 10px;
}

.single .sg-controls a .preview .thumb,
.single .sg-controls a .preview .title,
.single .sg-controls a .preview:before {
    display: inline-block;
    vertical-align: middle;
}

.single .sg-controls a.left .preview .thumb {
    margin-right: 25px;
}

.single .sg-controls a.right .preview .thumb {
    margin-left: 25px;
}

.single .sg-controls a.left:hover .preview {
    left: 38px;
}

.single .sg-controls a.right:hover .preview {
    right: 38px;
}

.feature-box .head > span,
.list.portfolio .photo {
    position: relative;
}

.list.portfolio p.category {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    line-height: 17px;
}

.list.portfolio p {
    line-height: 23px;
}

.list.portfolio .visit {
    font-size: 13px;
}

.list.portfolio .item .sep {
    padding-top: 75px;
    margin-bottom: 75px;
}

.list.portfolio .photo img {
    width: 100%;
}

.list.portfolio .load,
.testimonials-1 .bot h5,
.testimonials-2 .client h5 {
    margin: 0;
}

.full.portfolio,
.full.portfolio .controls a {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.full.portfolio .content {
    padding: 90px 0 40px;
}

.full.portfolio .c-sep {
    margin: 7px 0;
}

.full.portfolio .socials {
    padding: 35px 0;
}

.full.portfolio .controls a {
    z-index: 100;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    line-height: 53px;
    width: 50px;
    border-radius: 2px;
    text-align: center;
    font-size: 11px;
    height: 50px;
    transition: all 0.35s ease;
    -webkit-transition: background 0.35s ease;
    -moz-transition: background 0.35s ease;
    -o-transition: background 0.35s ease;
    -ms-transition: background 0.35s ease;
}

.full.portfolio .controls a:hover,
.tab a:hover {
    text-decoration: none;
}

.full.portfolio .controls .left {
    left: 15px;
    position: absolute;
    padding-right: 3px;
}

.full.portfolio .controls .right {
    right: 15px;
    position: absolute;
    padding-left: 3px;
}

.full.portfolio .carousel-indicators {
    bottom: 5px;
}

.full.portfolio .carousel-indicators li {
    height: 8px;
    width: 8px;
}

.full.portfolio .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin-bottom: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.isotope,
.isotope .isotope-element,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-element,
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.load .button {
    width: 100%;
}

.load.out {
    margin: 90px 0;
}

.tab a:focus {
    outline: 0;
}

.tab ul,
.tab ul li {
    display: inline-block;
}

.tab ul {
    margin: 0;
    list-style-type: none;
    padding: 8px 0;
    width: 100%;
}

.tab.left ul,
.tab.right ul {
    width: 160px;
    float: left;
    border: 0;
    padding: 0;
}

.tab.right ul {
    float: right;
}

.tab ul li {
    padding: 0 15px;
}

.tab.left ul li,
.tab.right ul li {
    width: 160px;
    z-index: 5;
    margin-bottom: 3px;
}

.tab.left ul li {
    border-radius: 5px 0 0 5px;
    border-right: none;
    padding: 11px 0 11px 15px;
}

.tab.left ul li.ui-state-active {
    width: 162px;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.tab.right ul li {
    border-radius: 0 5px 5px 0;
    border-left: none;
    padding: 11px 15px 11px 0;
    text-align: right;
}

.tab.right ul li.ui-state-active {
    width: 162px;
    border-left: none;
    border-radius: 0 5px 5px 0;
    margin-left: -2px;
}

.tab.def ul li:first-child {
    border: 0;
}

.tab .ui-tabs-panel p {
    line-height: 16px;
}

.tab.left .ui-tabs-panel {
    padding: 20px 20px 10px;
    margin-left: 160px;
    margin-top: 0;
}

.tab.right .ui-tabs-panel {
    padding: 20px 20px 10px;
    margin-right: 160px;
    margin-top: 0;
}

.tab .ui-tabs-panel {
    border-top: none;
    border-radius: 0 0 5px 5px;
    padding: 20px 20px 10px;
    margin-top: -5px;
}

.tab.tabs-bottom .ui-tabs-panel {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    padding: 20px 20px 10px;
    margin-bottom: -5px;
    margin-top: 0;
}

.tab.tabs-bottom .ui-tabs-nav {
    padding: 8px 0;
}

#b-tabs .tabs-spacer {
    float: left;
    height: 200px;
}

.tabs-bottom .ui-tabs-nav {
    clear: left;
    padding: 0 0.2em 0.2em;
}

.tabs-bottom .ui-tabs-nav li {
    top: auto;
    bottom: 0;
    margin: 0 0.2em 1px 0;
    border-top: 0;
}

.tabs-bottom .ui-tabs-nav li.ui-tabs-active {
    margin-top: -1px;
    padding-top: 1px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.testimonials-1 .active.left .bot .avatar img,
.testimonials-1 .active.left .bot h5,
.testimonials-1 .active.left .bot p,
.testimonials-1 .active.left .top p,
.testimonials-1 .active.right .bot .avatar img,
.testimonials-1 .active.right .bot h5,
.testimonials-1 .active.right .bot p,
.testimonials-1 .active.right .top p {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.testimonials-1 .item .bot .avatar img,
.testimonials-1 .item .bot h5,
.testimonials-1 .item .bot p,
.testimonials-1 .item .top p {
    opacity: 0;
    transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right,
.testimonials-1 .active .bot .avatar img,
.testimonials-1 .active .bot h5,
.testimonials-1 .active .bot p,
.testimonials-1 .active .top p,
.testimonials-1 .next.left .bot .avatar img,
.testimonials-1 .next.left .bot h5,
.testimonials-1 .next.left .bot p,
.testimonials-1 .next.left .top p,
.testimonials-1 .prev.right .bot .avatar img,
.testimonials-1 .prev.right .bot h5,
.testimonials-1 .prev.right .bot p,
.testimonials-1 .prev.right .top p,
.testimonials-1.carousel .item {
    opacity: 1;
}

.testimonials-1 {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.testimonials-1 .top {
    border-radius: 5px 5px 0 0;
    background-image: url(/images/testimonials-1-bg.png);
    text-align: center;
    min-height: 260px;
    background-size: 100% 100%;
    padding: 15px 15px 30px;
}

.testimonials-1 .top .head {
    font-size: 19px;
    line-height: 17px;
    padding: 10px 0 30px;
}

.testimonials-1 .top p {
    line-height: 22px;
}

.feature-box {
    border-radius: 6px;
}

.feature-box .head,
.testimonials-1 .top,
.testimonials-3 {
    position: relative;
    background-repeat: no-repeat;
}

.feature-box .head {
    border-radius: 5px 5px 0 0;
    line-height: 120px;
    height: 111px;
    text-indent: 25px;
    font-size: 20px;
    font-weight: 500;
    background-position: right;
}

.feature-box .head.head1 {
    background-image: url(/images/stamp-icon-1.png);
}

.feature-box .head.head2 {
    background-image: url(/images/stamp-icon-2.png);
}

.feature-box .head.head3 {
    background-image: url(/images/stamp-icon-3.png);
}

.testimonials-1 .bot {
    border-radius: 0 0 5px 5px;
    padding: 7px 10px 10px 90px;
}

.testimonials-1 .bot p,
.testimonials-2 .client p {
    margin: 0;
    font-size: 11px;
    line-height: 15px;
}

.testimonials-1 .avatar {
    position: absolute;
    padding: 3px;
    bottom: 10px;
    left: 15px;
    border-radius: 2px;
}

.testimonials-1 + .carousel-indicators {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    position: static;
    width: 100%;
}

.testimonials-1 + .carousel-indicators .item {
    display: inline-block;
    height: 4px;
    width: 4px;
    margin: 2px;
    border: 0;
    border-radius: 0;
}

.parteners.carousel img:hover,
.testimonials-1 + .carousel-indicators .item:hover {
    cursor: pointer;
}

.testimonials-2 .item .text {
    line-height: 22px;
    padding: 18px 40px 18px 20px;
    position: relative;
}

.testimonials-2 .item .text:after,
.testimonials-2 .item .text:before {
    position: absolute;
    border: inherit;
    border-top: none;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.testimonials-2 .item .text:before {
    border-width: 23px 26px 0 0;
    border-color: var(--border-light-color) transparent transparent;
    bottom: -23px;
    left: 95px;
    z-index: 5;
}

.testimonials-2 .item .text:after {
    border-width: 25px 29px 0 0;
    border-color: var(--border-light-color) transparent transparent;
    bottom: -25px;
    left: 94px;
}

.testimonials-2 .avatar {
    position: absolute;
    padding: 3px;
    bottom: -48px;
    left: 16px;
    border-radius: 2px;
}

.testimonials-2 .item .text p {
    margin-bottom: 5px;
    line-height: 22px;
}

.testimonials-2 .client {
    padding: 17px 20px 12px 120px;
}

.testimonials-3 {
    background: url(/images/testimonials-bg.png) center center;
    padding: 12px 0 22px;
}

.testimonials-3 .carousel {
    margin-bottom: 18px;
}

.testimonials-3 .carousel-indicators {
    margin-bottom: 0;
    bottom: -30px;
}

.testimonials-3 .carousel-indicators li {
    height: 9px;
    width: 9px;
    margin-right: 0;
}

.testimonials-3 .carousel-indicators li.active {
    margin-left: 1px;
    margin-bottom: 1px;
    height: 9px;
    width: 9px;
}

.testimonials-3 .c-sep {
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}

.testimonials-3 p {
    font-size: 16px;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    padding-bottom: 10px;
}

.feature-box .head img {
    position: absolute;
    right: 0;
    height: 100%;
}

.feature-box .body {
    padding: 15px;
}

i.circled {
    border-radius: 100%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    margin-right: 10px;
    font-size: 17px;
    margin-top: 2px;
}

.box-2 .item {
    margin-bottom: 62px;
}

.box-2 .item:last-child {
    margin-bottom: 10px;
}

.box-2 .item .text {
    padding-left: 45px;
}

.box-2 .item .text h4,
.box-2 .item .text p,
.boxes-4 ul li {
    margin-bottom: 5px;
}

.card {
    min-height: 170px;
    padding: 15px 20px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.card.bg-1 {
    background-image: url(/images/cards-1.jpg);
}

.card.bg-2 {
    background-image: url(/images/cards-2.jpg);
}

.card.bg-3 {
    background-image: url(/images/cards-3.jpg);
}

.card .top {
    line-height: 50px;
}

.card p {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    line-height: 16px;
}

.card h4,
.card i {
    line-height: 30px;
    font-size: 20px;
}

.card i {
    font-size: 35px;
    margin-top: 3px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.boxes-4 i,
.card .button {
    text-align: center;
    font-size: 28px;
}

.card .button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 5px;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    line-height: 18px;
    font-weight: 200;
    border: 0;
    margin: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.card a:hover,
.flickr-container a:hover,
.post-tab-widget ul li a:hover {
    text-decoration: none;
}

.boxes-4 .text {
    padding-left: 75px;
    padding-top: 20px;
}

.boxes-4 i {
    line-height: 62px;
    height: 60px;
    width: 60px;
    color: var(--white-color);
    background: var(--boxes-background-color);
    border-radius: 100%;
}

.boxes-4 ul {
    margin: 0;
    padding-left: 0;
}

.boxes-4 ul li {
    list-style-type: none;
    font-size: 13px;
}

.boxes-4 ul li:before {
    content: "\2014";
    margin-right: 2px;
}

.boxes-5 .item {
    margin-bottom: 45px;
    padding-top: 10px;
}

.boxes-5 .item:last-child {
    margin-bottom: 10px;
}

.boxes-5 .item .text {
    padding-left: 120px;
}

.badge,
.box-6 > i {
    border-radius: 100%;
}

.badge {
    line-height: 84px;
    height: 88px;
    width: 88px;
    text-align: center;
    font-size: 32px;
    margin-top: -10px;
    padding: 0;
}

.box-6,
.box-7 {
    position: relative;
}

.box-6 {
    text-align: center;
    padding: 40px 30px 25px;
    margin-top: 27px;
}

.box-6 > i {
    position: absolute;
    font-size: 26px;
    line-height: 56px;
    width: 56px;
    top: 0;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
}

.box-7 {
    text-align: left;
    padding-left: 57px;
}

.box-7 > i {
    position: absolute;
    font-size: 30px;
    top: -10px;
    left: -5px;
}

.box-8 {
    padding: 20px;
    text-align: center;
}

.box-8:not(.highlight) {
    cursor: pointer;
}

.box-8 p {
    line-height: 16px;
    margin-bottom: 15px;
}

.box-8.highlight {
    text-align: left;
}

.box-8.highlight p {
    line-height: 19px;
}

.box-8.highlight h6 {
    margin-top: 20px;
}

.box-8.highlight i {
    font-size: 13px;
    padding: 0;
}

.box-8 i {
    font-size: 42px;
    padding: 9px 0;
}

.box-8 .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

.modal-content {
    border: 0;
    padding: 20px;
    -webkit-box-shadow: 0 0 65px var(--modal-shadow-color);
    box-shadow: 0 0 65px var(--modal-shadow-color);
}

.modal-title {
    font-size: 26px;
    text-align: center;
}

.modal-header {
    padding: 10px 0 25px;
}

.modal-header .close {
    text-shadow: none;
    position: absolute;
    opacity: 1;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: -10px;
    right: -10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.modal-body {
    padding: 10px 0;
}

.modal-footer {
    text-align: center;
    padding: 25px 0 5px;
    margin: 0;
}

#modal-1 .modal-body {
    margin-top: 30px;
}

#modal-1 .generic-title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#modal-1 img {
    margin-right: -15px;
}

#modal-1 {
    top: 50%;
    margin-top: -237px;
    overflow-y: hidden;
}

.parteners.carousel {
    position: relative;
    padding: 0;
}

.follow-element a i,
.parteners.carousel .container {
    position: relative;
}

.parteners.carousel .container .fade-l {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(/images/part-fade-l.png);
    width: 195px;
}

.parteners.carousel .container .fade-r {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(/images/part-fade-r.png);
    width: 195px;
}

.parteners.carousel .cycle-slideshow {
    overflow: visible !important;
}

.parteners.carousel img {
    margin: 0 auto;
    padding: 0 13.5px;
}

.parteners.carousel .container {
    padding: 40px 0;
    overflow: hidden;
}

.parteners.boxes img {
    margin: 0 auto;
}

.parteners.boxes .item {
    padding: 31px 0;
    cursor: pointer;
}

.socials i {
    text-align: center;
    text-decoration: none;
}

.flickr-container a .overlay,
.socials a {
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

.socials a {
    font-size: 20px;
    text-align: center;
    width: 27px;
    height: 27px;
    border-radius: 2px;
    display: inline-block;
    margin: 2px 0;
    position: relative;
    text-decoration: none;
}

.socials i.fa {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.facebook i {
    font-size: 22px !important;
    bottom: -2px !important;
}

.twitter i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.gplus i {
    font-size: 17px !important;
    bottom: 4px !important;
}

.dribbble i {
    bottom: 3px;
    font-size: 21px !important;
}

.skype i,
.vimeo i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.linkedin i {
    font-size: 15px !important;
    bottom: 4px !important;
}

.pinterest i {
    font-size: 20px !important;
    bottom: 3px !important;
}

.rss i {
    bottom: 2px !important;
    font-size: 21px !important;
    left: -1px !important;
}

#partners {
    padding: 34px 0;
}

#botbar,
#footer {
    clear: both;
    margin-top: 8px;
    padding: 10px 0;
}

#botbar > .container,
#footer > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.logo-dark {
    padding: 25px 0;
    margin: 7px 2px 17px;
}

.about p {
    line-height: 15px;
}

.flickr-container {
    font-size: 0;
    margin: -4px;
    padding-bottom: 10px;
    float: left;
}

.flickr-container a,
.tweet-box {
    display: inline-block;
    border-radius: 2px;
}

.flickr-container a {
    margin: 4px;
    position: relative;
    float: left;
}

.flickr-container a .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 0;
}

.box-8.highlight p,
.flickr-container a .overlay:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.flickr-container a .overlay i {
    line-height: 26px;
    width: 26px;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
    position: absolute;
    border-radius: 100%;
    font-size: 9px;
    text-align: center;
}

.tweet-box {
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.tweet-box:first-child {
    margin-top: 0;
}

.tweet-box p a.author {
    font-style: italic;
}

footer .list-group .list-group-item {
    background: 0 0;
}

footer .list-group .list-group-item:hover {
    text-decoration: underline;
    color: inherit;
}

.post-tab-widget ul {
    margin: 0;
    padding: 0;
    color: var(--title-color);
    position: relative;
    z-index: 1;
}

.post-tab-widget ul li {
    padding: 8px 0;
    float: left;
    list-style-type: none;
}

.post-tab-widget ul li a {
    padding: 0 10px;
    transition: 0.35s;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -o-transition: 0.35s;
    -ms-transition: 0.35s;
}

.post-tab-widget .tab-pane {
    border-top: none;
    position: relative;
    z-index: 0;
    margin-top: -5px;
    padding-top: 5px;
    border-radius: 0 0 5px 5px;
}

.post-tab-widget .tab-pane:hover {
    cursor: pointer;
}

.comments-widget .comment,
.post-tab-widget .tab-pane .post {
    padding: 12px 20px;
}

.comments-widget .comment img,
.post-tab-widget .tab-pane .post img {
    padding-right: 5px;
}

.comments-widget .author,
.post-tab-widget .tab-pane .title {
    line-height: 15px;
    padding-top: 2px;
}

.post-tab-widget .tab-pane .title:hover,
.sitemap .level-1 a:hover:before,
.sitemap .level-2 a:hover:before {
    text-decoration: none;
}

.comments-widget .text,
.post-tab-widget .tab-pane .time {
    line-height: 13px;
}

.comments-widget .comment:hover {
    cursor: pointer;
}

.liked-posts .element {
    padding: 10px;
    margin-bottom: 2px;
}

.liked-posts .element .likes {
    width: 20%;
    padding-left: 3px;
    text-align: right;
}

.follow-element {
    margin-bottom: 20px;
}

.follow-element a {
    width: 28px;
    line-height: 28px;
    border-radius: 2px;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}

.follow-element a.facebook i {
    top: 7px;
}

.follow-element a.twitter i {
    top: 2px;
}

.follow-element a.rss i {
    top: 4px;
    left: 3px;
}

.follow-element .text {
    line-height: 15px;
    margin-top: 2px;
}

.follow-element .txt-min {
    line-height: 13px;
}

.adv-wrap {
    margin: -2px;
}

.adv-item {
    padding: 2px;
    float: left;
    width: 50%;
}

.adv-item img {
    padding: 1px;
    width: 100%;
}

.facebook-frame {
    padding: 10px;
}

.contact-widget .line {
    padding-bottom: 15px;
}

.contact-widget .line:last-child {
    padding-bottom: 0;
}

.contact-widget .line i {
    font-size: 18px;
    float: left;
    width: 18px;
    text-align: center;
}

.contact-widget .text {
    padding-left: 35px;
}

.contact-form-widget .form-1 {
    padding: 15px;
}

#botbar > .container .row,
.contact-form-widget .form-1 .btns,
.mfp-figure figure img {
    padding: 0;
}

.calendar-widget .date {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
}

.calendar-widget .week .day,
.calendar-widget .weekdays div {
    width: 14.28571428571429%;
    float: left;
    text-align: center;
    padding: 6px 0;
}

.calendar-widget .week .day {
    padding: 10px 0;
}

.calendar-widget .week .day.empty {
    border-left: none;
}

.calendar-widget .week .day:first-child {
    border-left: none;
}

.calendar-widget .controls a {
    width: 50%;
    padding: 3px 10px;
}

.calendar-widget .controls a i {
    font-size: 12px;
}

.calendar-widget .controls a.prev {
    float: left;
    text-align: left;
}

.calendar-widget .controls a.next {
    float: right;
    text-align: right;
}

.login-widget .form-1 {
    padding: 15px;
}

.login-widget .form-1 .text-fields {
    margin: 10px 0;
}

.login-widget .form-1 .login,
.login-widget .form-1 .register {
    width: 49%;
}

#botbar .socials {
    margin-bottom: -10px;
    float: right;
}

#botbar .socials a,
#totop {
    border-radius: 2px;
    text-align: center;
}

#botbar .socials a {
    font-size: 20px;
    width: 27px;
    height: 27px;
    display: inline-block;
    margin: 2px 0;
    position: relative;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
}

#botbar .socials i {
    position: absolute;
    left: 0;
    right: 0;
}

#botbar #facebook i {
    font-size: 22px;
    bottom: -2px;
}

#botbar #twitter i {
    bottom: 3px;
}

#botbar #gplus i {
    font-size: 17px;
    bottom: 5px;
}

#botbar #dribbble i {
    bottom: 3px;
    font-size: 21px;
}

#botbar #skype i,
#botbar #vimeo i {
    bottom: 3px;
}

#botbar #linkedin i {
    font-size: 15px;
    top: 7px;
}

#botbar #pinterest i {
    bottom: 3px;
}

#botbar #rss i {
    bottom: 2px;
    font-size: 21px;
    left: -1px;
}

#totop {
    position: fixed;
    right: 40px;
    bottom: 30px;
    line-height: 47px;
    width: 47px;
    font-size: 10px;
    z-index: 10;
    transition: right 0.35s ease;
    -webkit-transition: right 0.35s ease;
    -moz-transition: right 0.35s ease;
    -o-transition: right 0.35s ease;
    -ms-transition: right 0.35s ease;
    cursor: pointer;
}

#totop.collapsed {
    right: -60px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix,
.sitemap li,
html[xmlns] .clearfix {
    display: block;
}

.clear-left {
    clear: left;
}

.tooltip {
    font-size: 11px;
    width: auto;
    max-width: max-content;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.tooltip .tooltip-inner {
    max-width: 500px;
}

.tooltip-inner {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    max-width: none;
    padding: 8px 11px;
}

.tooltip.top {
    margin-bottom: 50px;
}

.tooltip.left {
    margin-right: 22px;
    max-width: 500px;
}

.tooltip.right {
    margin-left: 22px;
    max-width: 500px;
}

tooltip.right .tooltip-arrow {
    border-width: 5px 8px 5px 0;
}

tooltip.left .tooltip-arrow {
    border-width: 5px 0 5px 8px;
}

.progress .tooltip {
    left: 100% !important;
    margin-left: -30px;
}

.progress .tooltip-inner {
    padding: 3px 4px;
    font-size: 9px;
    line-height: 10px;
    border-radius: 2px;
    min-width: 30px;
}

.progress .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-top-color: var(--black-color);
    border-width: 5px 4px 0;
}

.caret.down {
    position: relative;
    top: 2px;
}

.caret.up {
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px;
    border-color: transparent transparent var(--footer-background-color);
    position: relative;
    bottom: 5px;
    right: 10px;
}

.parteners carousel .cycle-slideshow img {
    display: block;
    padding: 0 13.5px;
}

.mejs-poster {
    background-size: cover;
}

.mejs-overlay-button {
    background: url(../img/MEplayer-play.png) no-repeat;
}

.mejs-overlay-button,
.mejs-overlay:hover .mejs-overlay-button {
    background-position: 10px;
}

#feature-cards {
    padding: 30px 0;
    background-image: url(/images/feature-cards-bg.png);
    background-position: center center;
}

#feature-cards .card {
    margin: 10px 0;
}

#home-shop .shop-col-item {
    margin-bottom: 30px;
}

#fb-root {
    display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
    height: 300px !important;
}

.sitemap {
    margin-bottom: 0;
    text-transform: capitalize;
}

.sitemap,
.sitemap ul {
    list-style-type: none;
    padding-left: 0;
}

.sitemap li {
    width: 100%;
    line-height: 36px;
    border-top: 1px solid var(--border-color);
}

.sitemap a {
    padding-left: 25px;
}

.sitemap .level-1 a:before,
.sitemap .level-2 a:before {
    content: "\2013";
    margin-right: 3px;
}

.sitemap .level-1 a {
    padding-left: 50px;
}

.sitemap .level-2 a {
    padding-left: 80px;
}

.changelog .head {
    line-height: 54px;
    padding: 0 20px;
    font-size: 16px;
}

.changelog .body .line {
    line-height: 38px;
    padding: 0 25px;
}

.changelog .body .line .action {
    text-transform: uppercase;
}

.bannercontainer {
    padding: 0;
}

.bannercontainer img.img-responsive {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.banner,
.bannercontainer {
    width: 100%;
    position: relative;
}

.banner #slide1 .caption1 {
    color: var(--white-color);
}

.banner #slide1 .caption1.title {
    font-family: "Open Sans", sans-serif;
    font-size: 55px;
    line-height: 55px;
}

.banner #slide1 .caption1.text {
    font-size: 24px;
    line-height: 28px;
    padding: 45px 0;
}

.banner .over-pattern {
    background-image: url(/images/main-slider-pattern.png);
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: var(--search-shadow-color);
}

.bannercontainer .video-cover,
.bannercontainer .video-cover-overlay,
.tp-dottedoverlay.twoxtwo {
    background: var(--header-shadow-color);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    background-image: url(/images/main-slider-pattern.png);
}

.banner #slide3 .title {
    font-size: 20px;
    background: var(--banner-shadow-color);
    padding: 7px 12px;
}

.bannercontainer .tparrows.default {
    height: 47px;
    width: 47px;
}

.bannercontainer .tparrows.default.tp-leftarrow:hover {
    background: url(../vendors/rs-plugin/assets/large_left_hov.png);
}

.bannercontainer .tparrows.default.tp-rightarrow:hover {
    background: url(../vendors/rs-plugin/assets/large_right_hov.png);
}

.bannercontainer .tp-bullets.simplebullets.round .bullet {
    background: 0 0;
    height: 9px;
    width: 9px;
    border-radius: 100%;
    border: 1px solid var(--white-color);
}

.bannercontainer .tp-bullets.simplebullets.round .bullet.selected,
.bannercontainer .tp-bullets.simplebullets.round .bullet:hover,
.video-popup {
    background: var(--white-color);
}

.bannercontainer .video-cover,
.bannercontainer .video-cover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--banner-shadow-color);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}

.main-slider-video-wrapper iframe {
    width: 100%;
    max-width: 800px;
}

.bannercontainer .video-cover .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -82px;
    margin-top: -82px;
    width: auto !important;
    height: auto !important;
    z-index: 20;
}

.bannercontainer .btns a {
    display: inline-block;
}

.video-popup {
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.line-container .the-line {
    border-top: 1px solid;
    position: relative;
    top: 50%;
    font: inherit;
    vertical-align: baseline;
}

.preview-grid .item-title {
    font-size: 18px;
    margin: 18px 0;
}

.big-subscribe {
    background-image: url(/images/big-subscribe-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.big-subscribe input {
    background: 0 0;
    width: 400px;
    padding: 25px 30px;
    font-size: 16px;
}

.big-subscribe .inputs {
    padding-top: 30px;
}

.big-subscribe .button {
    position: relative;
    top: 4px;
}

.big-subscribe .button.lg .over {
    padding: 17px;
    font-size: 28px;
}

.big-subscribe .button.lg .over i {
    position: relative;
    left: -3px;
}

.countdown {
    display: none;
}

.preview-wrapper {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 100%;
}

.preview-wrapper .preview-image {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    width: 100%;
}

.preview-wrapper .preview-image.active {
    opacity: 1;
    z-index: 2;
}

.gallery.preview .main.frame {
    text-align: center;
}

.gallery.preview .main.frame .preview-wrapper {
    vertical-align: top;
}

.gallery.preview .main.frame .overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#options-panel {
    position: fixed;
    left: 0;
    top: 300px;
    width: 310px;
    z-index: 4000;
    border-radius: 0 3px 3px 0;
    transition: 0.65s;
    -moz-transition: 0.65s;
    -o-transition: 0.65s;
    -webkit-transition: 0.65s;
    -ms-transition: 0.65s;
}

#options-panel.hid {
    left: -310px;
}

#options-panel .inside {
    position: relative;
}

#options-panel .show {
    position: absolute;
    top: 10px;
    left: 100%;
    font-size: 23px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: -1px;
    border-radius: 0 3px 3px 0;
}

#options-panel .head {
    font-size: 15px;
    padding: 20px;
    border-radius: 0 3px 0 0;
}

#options-panel .side-menu .element {
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#options-panel .side-menu .parent.element .title {
    width: 100%;
    display: inline-block;
}

#options-panel .side-menu .element .submenu.boxes .boxes-holder {
    padding: 20px;
    background: #2a2a2a;
}

#options-panel .side-menu .element .submenu.boxes .element {
    width: 26px;
    height: 26px;
    border-radius: 2px;
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0;
    border: 0;
    background: var(--white-color);
}

#options-panel .side-menu .element .submenu.boxes .element:first-child {
    margin-left: 0;
}

@media (max-width: 1200px) {
    .preview.gallery .thumb {
        float: none !important;
    }
}

.mgp-fade .mfp-arrow,
.mgp-fade .mfp-content,
.mgp-fade.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.mgp-fade.mfp-ready .mfp-arrow,
.mgp-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mgp-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mgp-fade.mfp-removing .mfp-arrow,
.mgp-fade.mfp-removing .mfp-content,
.mgp-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-a,
.mfp-arrow-left:after,
.mfp-arrow-left:before,
.mfp-arrow-right:after,
.mfp-arrow-right:before,
.mfp-b {
    border: 0;
}

button.mfp-arrow {
    width: 47px;
    height: 47px;
    transition: 0.35s;
    margin-top: -24px;
}

button.mfp-arrow:active {
    margin-top: -24px;
}

button.mfp-arrow-left {
    background: url(/images/plugins/large_left.png) no-repeat;
}

button.mfp-arrow-left:hover {
    background: url(/images/plugins/large_left_hov.png) no-repeat;
}

button.mfp-arrow-right {
    background: url(/images/plugins/large_right.png) no-repeat;
}

button.mfp-arrow-right:hover {
    background: url(/images/plugins/large_right_hov.png) no-repeat;
}

.ajax-preloader {
    display: none;
    width: 18px;
    height: 18px;
    margin: 0 auto;
}

.ajax-preloader img {
    height: 100%;
    display: block;
}

.ajax-page-preloader {
    width: 70px;
    height: 70px;
    margin: 100px auto;
}

.isotope-container,
.masonry-container {
    display: none;
}

.banner,
.shop-slider.banner {
    visibility: hidden;
}

.mason-el {
    margin-bottom: 1px;
    margin-right: 1px;
    position: relative;
}

.mason-el.width2 {
    width: 569px;
}

.mason-el,
.mason-el.height2 {
    width: 284px;
}

.mason-el .title {
    position: absolute;
    bottom: 10%;
    text-align: center;
    font-size: 20px;
    width: 100%;
}

.white-popup .mfp-close {
    position: fixed;
}

#mc-embedded-subscribe {
    border: 0;
    padding: 0;
}

#mc-embedded-subscribe .over,
.loader img,
.mason-el {
    display: block;
}

#feedback {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -18px;
    z-index: 2000;
}

.mfp-figure:after {
    background: 0 0;
    box-shadow: none;
}

.mfp-figure img.mfp-img {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.mfp-zoom-out-cur header {
    margin-left: -17px;
}

.mfp-zoom-out-cur #totop {
    margin-right: 17px;
}

.loader {
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 1000;
}

.loader.spinner {
    animation: 1.2s ease-in-out 0s normal none infinite tp-rotateplane;
    box-shadow: 0 0 20px 0 var(--flickr-border-color);
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}

.loader img {
    margin: 8px auto;
}

.actu-service {
    padding: 25px 20px !important;
    font-family: "didot" !important;
    font-size: 25px !important;
    line-height: 34px !important;
}

.actu-title {
    margin-top: 10px !important;
    font-family: "minion pro" !important;
    font-size: 26px !important;
    color: var(--black-color) !important;
}

.page-title {
    margin-bottom: 10px !important;
    font-size: 28px !important;
    color: var(--black-color) !important;
    font-weight: 400 !important;
}

.logoLV a svg path {
    fill: var(--white-color);
}
