.navbar-brand:before,
.navbar-brand>div {
    vertical-align: middle;
    display: inline-block
}

.author,
.blog-link,
.btn,
small {
    text-transform: uppercase
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: none;
    text-rendering: optimizeLegibility
}

::-webkit-selection {
    background-color: #5393ff
}

::-moz-selection {
    background-color: #5393ff
}

::selection {
    background-color: #5393ff
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    font-family: Roboto, sans-serif;
    font-variant: normal;
    font-weight: 400;
    color: #333;
    background-color: #f4f5f6;
    font-size: 16px;
    line-height: 1.77;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden!important
}

h1,
h2,
h3,
h4 {
    font-weight: 900
}

.btn,
.btn:active,
.btn:focus,
.btn:hover,
.fa:before,
.overlay-wrapper,
.owl-buttons div,
a,
a:focus,
a:hover,
button {
    transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    outline: 0!important;
    text-decoration: none
}

a,
button {
    color: #ffe668;
}

a:focus,
a:hover,
button:hover {
    color: #246ce5
}

.btn-full,
.btn-full-inv {
    color: #fff;
    border: 1px solid #2979ff
}

:-moz-any-link:focus {
    outline: 0
}

h1 {
    font-size: 160%;
    letter-spacing: -.4px;
    margin-bottom: 24px;
    margin-top: 60px
}

h2 {
    font-size: 140%;
    margin-bottom: 20px;
    margin-top: 50px
}

h3 {
    font-size: 120%;
    margin-bottom: 14px;
    margin-top: 40px
}

h4 {
    font-size: 110%;
    margin-bottom: 12px;
    margin-top: 30px
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 240%;
        letter-spacing: -1.4px
    }
    h2 {
        font-size: 200%;
        letter-spacing: -.4px
    }
    h3 {
        font-size: 160%
    }
    h4 {
        font-size: 110%
    }
}

p {
    margin: 0 0 20px
}

small {
    letter-spacing: 2px;
    display: block;
    line-height: 120%
}

.serif {
    font-family: Merriweather, serif;
    font-weight: 300;
    letter-spacing: -.2px
}

@media screen and (min-width:992px) {
    .serif {
        font-family: Merriweather, serif;
        letter-spacing: -.6px
    }
}

@media screen and (min-width:1700px) {
    .serif {
        letter-spacing: -.3px
    }
}

.deco-font {
    font-family: 'Grand Hotel', cursive;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1
}

h1.deco-font {
    font-size: 203%!important
}

h2.deco-font {
    font-size: 177%!important
}

h3.deco-font {
    font-size: 137%!important
}

h4.deco-font {
    font-size: 77%!important
}

@media screen and (min-width:768px) {
    h1.deco-font {
        font-size: 250%!important
    }
    h2.deco-font {
        font-size: 220%!important
    }
    h3.deco-font {
        font-size: 180%!important
    }
    h4.deco-font {
        font-size: 120%!important
    }
}

@media screen and (min-width:992px) {
    h1.deco-font {
        font-size: 270%!important
    }
    h2.deco-font {
        font-size: 230%!important
    }
    h3.deco-font {
        font-size: 190%!important
    }
    h4.deco-font {
        font-size: 130%!important
    }
}

.font-xs {
    font-size: 60%;
    line-height: 1.4
}

.font-sm {
    font-size: 80%;
    line-height: 1.77
}

.font-nrml {
    font-size: 100%;
    line-height: 1.55;
    letter-spacing: 0
}

.font-md {
    font-size: 120%;
    line-height: 1.5
}

.font-lg,
.font-xl,
.font-xxl {
    line-height: 1.3
}

.font-lg {
    font-size: 160%;
    letter-spacing: -.3px
}

.font-xl {
    font-size: 180%;
    letter-spacing: -.5px
}

.font-xxl {
    font-size: 200%;
    letter-spacing: -.75px
}

@media screen and (min-width:768px) {
    .font-xs {
        font-size: 60%
    }
    .font-sm {
        font-size: 90%
    }
    .font-nrml {
        font-size: 100%
    }
    .font-md {
        font-size: 140%
    }
    .font-lg {
        font-size: 180%
    }
    .font-xl {
        font-size: 220%
    }
    .font-xxl {
        font-size: 260%
    }
}

.fontweight300 {
    font-weight: 300
}

.fontweight400 {
    font-weight: 400
}

.fontweight700 {
    font-weight: 700
}

.fontweight900 {
    font-weight: 900
}

.btn {
    padding: 11px 28px 13px;
    letter-spacing: 2px;
    font-weight: 700;
    white-space: normal
}

.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-full {
    background-color: #2979ff
}

.btn-full:active,
.btn-full:focus,
.btn-full:hover {
    background-color: transparent;
    border: 1px solid #2979ff;
    color: #fff
}

.btn-full-inv {
    background-color: #2979ff
}

.btn-full-inv:active,
.btn-full-inv:focus,
.btn-full-inv:hover {
    background-color: transparent;
    border: 1px solid #2979ff;
    color: #000
}

.btn-empty {
    background-color: transparent;
    border: 1px solid #2979ff;
    color: #fff
}

.btn-empty:active,
.btn-empty:focus,
.btn-empty:hover {
    background-color: #2979ff;
    border: 1px solid #2979ff;
    color: #fff
}

.btn-empty-inv {
    background-color: transparent;
    border: 1px solid #2979ff;
    color: #000
}

.btn-empty-inv:active,
.btn-empty-inv:focus,
.btn-empty-inv:hover,
.btn-full-full,
.btn-full-full:active,
.btn-full-full:focus,
.btn-full-full:hover {
    background-color: #2979ff;
    border: 1px solid #2979ff;
    color: #fff
}

.center-btn {
    display: table;
    margin-left: auto;
    margin-right: auto
}

/*.modal {
    background-color: #f0f0f0
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.modal-body {
    padding: 0;
    position: relative
}

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    width: 100%;
    display: inline;
    background-color: transparent
}

.modal.carousel {
    position: fixed
}

.modal-body .close-btn-wrapper:first-of-type {
    padding-bottom: 20px;
    padding-top: 5px
}

.modal-body .close-btn-wrapper:last-of-type {
    padding-top: 10px;
    padding-bottom: 5px
}
*/
.close-btn {
    background: url(../img/close_black.svg) center no-repeat;
    margin-left: -20px;
    left: 50%;
    position: relative;
    opacity: .3;
    cursor: pointer;
    height: 48px;
    width: 48px;
    z-index: 1060;
    -webkit-transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    -moz-transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    -ms-transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    -o-transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    transition: .5s cubic-bezier(.27, 1.64, .32, .95)
}

.close-btn:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
}

.loader-icon {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #2979ff
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    z-index: 1000000
}

.nav-holder {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 99
}

.nav-bottom {
    bottom: 0;
    top: auto;
    position: absolute
}

.navbar {
    background: rgba(0, 0, 0, 1);
    border-radius: 0;
    border: none;
    margin-bottom: 0
}

.navbar.navbar-white {
    background: rgba(255, 255, 255, 1)
}

.navbar-header {
    height: 50px;
    position: relative;
    z-index: 99
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    padding: 9px 0
}

.navbar-toggle .icon-bar {
    transition: all .3s ease-in-out;
    background-color: #fff
}

.navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}

.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0
}

.navbar-toggle .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}

.navbar-toggle.collapsed .icon-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.navbar-white .navbar-toggle .icon-bar {
    background-color: #222
}

.navbar-brand {
    width: auto;
    height: 100%;
    padding: 0
}

.navbar-brand:before {
    content: "";
    height: 100%
}

.navbar-brand img {
    display: inline-block;
    max-height: 100%;
    width: 180px
}

.hasStickOnScroll,
.hero-slider {
    width: 100%
}

a.navbar-brand div h2 {
    font-size: 120%;
    font-weight: 700;
    letter-spacing: -.4px;
    margin: 0 0 6px 10px
}

.logo {
    height: 100%
}

.navbar-collapse {
    position: relative;
    border: none;
    box-shadow: none;
    overflow: auto;
    width: 100%;
    box-sizing: content-box;
    max-height: 450px
}

.nav.navbar-nav {
    height: auto;
    position: relative;
    margin: 0 -15px
}

.navbar a.current,
.navbar a:hover {
    color: #fff
}

.navbar.navbar-white a.current,
.navbar.navbar-white a:hover {
    color: #222
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav>li>a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px
}

.navbar-nav .open .dropdown-menu>li>a {
    padding: 15px 15px 15px 25px
}

.dropdown-menu>li>a {
    color: #2979ff
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #222
}

.navbar-white .dropdown-menu>li>a:focus,
.navbar-white .dropdown-menu>li>a:hover {
    color: #222;
    background-color: #f0f0f0
}

.nav>li>a:hover {
    background-color: #222
}

.navbar-white .nav>li>a:hover {
    background-color: #f0f0f0
}

.nav>li>a:focus {
    background-color: transparent
}

@media screen and (min-width:481px) {
    .navbar-collapse {
        padding-right: 42px
    }
}

@media screen and (orientation:landscape) {
    .navbar-collapse {
        max-height: 220px
    }
}

@media screen and (min-width:1200px) {
    .navbar-collapse {
        box-sizing: border-box;
        padding-right: 15px
    }
    .nav>li:before,
    .navbar-nav>li>a {
        display: inline-block;
        vertical-align: middle
    }
    .navbar {
        background: rgba(0, 0, 0, 0.5)
    }
    .navbar-header {
        height: 70px
    }
    a.navbar-brand div h2 {
        font-size: 160%;
        letter-spacing: -1.4px
    }
    .nav.navbar-nav {
        height: 100%;
        position: absolute;
        right: 0
    }
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .nav>li>a:focus,
    .nav>li>a:hover,
    .navbar-white .dropdown-menu>li>a:focus,
    .navbar-white .dropdown-menu>li>a:hover,
    .navbar-white .nav>li>a:focus,
    .navbar-white .nav>li>a:hover {
        background-color: transparent
    }
    .nav>li {
        height: 100%
    }
    .nav>li:before {
        content: "";
        height: 100%
    }
    .navbar-nav>li>a {
        padding-bottom: 6px;
        padding-top: 6px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 16px 25px 18px
    }
    .navbar-nav .dropdown-menu {
        left: auto;
        right: 0;
        padding: 0
    }
    .dropdown-menu {
        background: rgba(0, 0, 0, .9);
        border: none;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0!important
    }
    .navbar-white .dropdown-menu {
        background: rgba(255, 255, 255, 1)
    }
}

.hero-slider,
.hero-slider .container {
    position: relative;
    height: 100%
}

.stickOnScroll-on {
    bottom: auto!important
}

.caret {
    border-top: 4px solid
}

.section,
section {
    padding: 60px 0 40px
}

@media screen and (min-width:992px) {
    .section,
    section {
        padding: 120px 0 80px
    }
}

.hero-slider .owl-item,
.hero-slider .owl-stage,
.hero-slider .owl-stage-outer {
    height: 100%
}

.center-hero-text,
.left-hero-text,
.right-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.center-hero-text {
    text-align: center
}

.left-hero-text {
    text-align: left
}

.right-hero-text {
    text-align: right
}

.right-hero-text .carousel-deco {
    top: -40px;
    left: 0;
    text-align: right
}

.fixed-text {
    position: relative;
    top: 50%
}

.hero-slider-btn {
    bottom: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    z-index: 11;
    text-align: center
}

.hero-slider-btn span {
    display: block;
    font-size: 200%;
    color: #FFF
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .hero-slider-btn {
        bottom: 45px!important
    }
    .btn-empty.margintop30 {
        margin-top: 15px!important
    }
}

.image-slider .item-wrapper {
    padding: 0
}

@media screen and (max-width:991px) {
    div[class^=image-slider] {
        margin-top: 10px
    }
    #portfolio .header-line div::before {
        bottom: -10px
    }
}

.portfolio-slider .item-wrapper {
    padding: 0 10% 20px
}

.portfolio-slider .item-description {
    margin-top: 20px
}

.special-price {
    font-family: Roboto, sans-serif;
    display: inline;
    font-size: 100%;
    font-weight: 300;
    letter-spacing: -2px;
    margin-left: 15px;
    position: relative;
    top: 0
}

@media screen and (max-width:767px) {
    #portfolio .header-line div::before {
        bottom: -7px
    }
    .portfolio-slider .item-wrapper {
        padding: 0
    }
    .portfolio-slider .item-description .deco-font {
        font-size: 160%;
        margin-bottom: 8px
    }
    .portfolio-slider .item-description p {
        padding: 0 10% 20px
    }
}

ul.menu {
    display: block;
    overflow: auto;
    padding: 0
}

.menu-desc,
ul.menu li {
    display: inline-block
}

.menu-desc {
    width: 82%
}

.price {
    color: #2979ff;
    display: inline;
    position: absolute;
    right: 25px;
    text-align: right
}

.content-slider,
.fullbox,
.grid,
.grid li,
.halfbox,
.quarterbox {
    position: relative
}

.content-slider {
    padding: 40px 0
}

.content-slider .item-wrapper {
    padding-left: 15px;
    padding-right: 15px
}

.content-slider h2 {
    margin-top: 10px
}

.content-slider img {
    margin-bottom: 30px;
    width: 150px!important
}

.content-slider .price-icon {
    display: inline-block;
    vertical-align: top
}

.content-slider .carousel-control {
    bottom: auto;
    font-size: 235%;
    margin: 0;
    padding: 0 10px;
    width: auto;
    z-index: 12
}

.icon-arrow-left:before {
    content: "\e906"
}

.icon-arrow-right:before {
    content: "\e908"
}

@media screen and (max-width:480px) {
    .menu-desc {
        width: 75%
    }
    .content-slider {
        padding-top: 85px
    }
    .content-slider .carousel-control {
        font-size: 200%;
        top: 10px
    }
}

@media screen and (max-width:767px) {
    .menu li {
        width: 100%
    }
    .content-slider .carousel-control {
        top: 43px;
        transform: translateY(0)
    }
}

@media screen and (min-width:481px) {
    .content-slider .item-wrapper {
        padding-left: 55px;
        padding-right: 55px
    }
}

@media screen and (min-width:768px) {
    .content-slider .item-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:992px) {
    .content-slider {
        padding: 60px 0
    }
}

.fullbox a,
.halfbox a,
.quarterbox a {
    padding-top: 100%
}

.halfbox {
    width: 100%;
    height: auto;
    float: left
}

.halfbox img {
    width: 100%;
    height: auto
}

.quarterbox {
    width: 100%;
    height: auto;
    float: left
}

.quarterbox img {
    width: 100%;
    height: auto
}

.fullbox {
    width: 100%;
    height: auto;
    float: left
}

.fullbox img {
    width: 100%;
    height: auto
}

.grid {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 0;
    width: 100%
}

.grid li {
    margin: 0;
    padding: 1%
}

.grid.no-pad li {
    padding: 0
}

.grid h3 {
    margin-bottom: 5px
}

.grid.text a h3,
.grid.text a p {
    text-align: left;
    color: #fff;
    opacity: 0;
    transform: translateY(200%);
    transition: transform .3s, opacity .3s
}

.grid.text a p {
    transform: translateY(15%)
}

.grid.text a:hover h3,
.grid.text a:hover p {
    opacity: 1;
    transform: translateY(0);
    transition: transform .3s, opacity .3s
}

.grid.text a:hover p {
    transition-delay: .1s
}

.overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.overlay-inner {
    display: table;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
    table-layout: fixed
}

.overlay-inner div.center {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

.text .overlay-inner div.center {
    vertical-align: bottom
}

@media screen and (min-width:481px) {
    .overlay-inner {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media screen and (min-width:640px) {
    .halfbox a {
        padding-top: 47.9199%
    }
    .no-pad .halfbox a {
        padding-top: 50%
    }
    .quarterbox {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .fullbox,
    .halfbox,
    .quarterbox {
        height: auto;
        float: left;
        position: relative
    }
    .fullbox,
    .grid li,
    .halfbox,
    .quarterbox {
        position: relative
    }
    .halfbox {
        width: 50%
    }
    .quarterbox {
        width: 25%
    }
    .fullbox {
        width: 50%
    }
    .grid li {
        display: inline-block;
        margin: 0;
        padding: 1%;
        text-align: left
    }
    .grid.no-pad li {
        padding: 0
    }
    .tabInner {
        margin-bottom: 0
    }
}

@media screen and (min-width:1400px) {
    .halfbox a {
        padding-top: 47.9192%
    }
}

@media screen and (min-width:1600px) {
    .halfbox a {
        padding-top: 47.9189%
    }
}

@media screen and (min-width:1700px) {
    .halfbox a {
        padding-top: 47.9187%
    }
    .singleContentOuter,
    .tabInner {
        font-size: 20px
    }
}

.accordion-wrapper {
    padding: 0;
    border: 1px solid #2979ff
}

.tabaccordion.black a.tabActive,
.tabaccordion.white a:hover {
    color: #fff
}

.tabOuter a,
.tabOuter a:hover {
    transition: unset;
    -moz-transition: unset;
    -webkit-transition: unset;
    -o-transition: unset
}

.tabsContainer {
    overflow: hidden;
    display: none
}

.tabOuter {
    padding: 0!important;
    border-right: 1px solid #2979ff;
    border-bottom: 1px solid #2979ff
}

.tabOuter:last-child,
.tabsPosition-left .tabOuter,
.tabsPosition-right .tabOuter,
a.expandTab {
    border-right: none
}

.tabsPosition-left .tabOuter:last-child,
.tabsPosition-right .tabOuter:last-child {
    border-right: none;
    border-bottom: none
}

.tabInner {
    border: none;
    padding: 20px;
    transition: all .3s;
    font-weight: 900;
    text-align: center
}

.tabActive .tabInner,
a.expandTab:hover .tabInner {
    background-color: #2979ff
}

.tabsContentContainer {
    margin-top: -1px!important
}

.singleContentInner {
    padding: 40px 10% 60px
}

@media screen and (max-width:767px) {
    .tabInner {
        font-weight: 400
    }
    .singleTabWrapper {
        border-bottom: 1px solid #2979ff
    }
    .singleTabWrapper:last-child {
        border-bottom: none
    }
}

@media screen and (max-width:991px) {
    a.expandTab {
        border-left: none;
        border-right: none
    }
    .singleTabWrapper:last-child a.expandTab,
    a.expandTab--last {
        border-bottom: none
    }
}

@media screen and (min-width:768px) {
    .tabsContainer {
        display: block;
        text-align: center
    }
    .tabOuter {
        padding-bottom: 0
    }
    .tabOuter:first-child {
        padding-left: 0
    }
    .tabOuter:last-child {
        padding-right: 0
    }
    .tabsContentWrapper:nth-child(2n) .singleTabWrapper {
        padding-left: 0;
        padding-right: 0
    }
    .singleTabWrapper {
        margin-top: 0;
        margin-bottom: 0
    }
    .tabsPosition-right .tabsContainer {
        width: calc(33.333333333333% + 1px);
        float: right;
        margin-top: -1px;
        margin-right: -1px;
        border: 1px solid #2979ff
    }
    .tabsPosition-right .tabOuter {
        width: 100%;
        padding: 0
    }
    .tabsPosition-right .tabsContentWrapper {
        width: 66.666666666666%;
        margin-right: 33.333333333333%;
        padding: 0
    }
    .tabsPosition-left .tabsContainer {
        width: calc(33.333333333333% + 1px);
        float: left;
        margin-top: -1px;
        margin-left: -1px;
        border: 1px solid #2979ff
    }
    .tabsPosition-left .tabOuter {
        width: 100%;
        padding: 0
    }
    .tabsPosition-left .tabsContentWrapper {
        width: 66.666666666666%;
        margin-left: 33.333333333333%;
        padding: 0
    }
}

.cards-slider h3 {
    color: #333
}

.cards-slider .item-wrapper {
    padding: 0!important;
    transition: box-shadow .5s
}

.cards-slider .item-wrapper:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

.cards-slider .item-description {
    padding: 20px;
    background-color: #fff
}

.blog-link,
.form-control {
    background-color: transparent
}

.cards-slider .owl-item {
    padding: 40px;
    padding-left: 25px!important;
    padding-right: 25px!important
}

.author {
    color: #999
}

.blog-link {
    border: none;
    font-weight: 400;
    padding: 0
}

.blog-link:hover {
    text-decoration: none
}

.blog-link i {
    font-size: 70%;
    margin-top: 4px;
    margin-left: 2px
}

.article-left::before,
.article-right::before {
    text-align: left;
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    color: #333
}

.blog-slider {
    width: 100%;
    height: 100%;
    z-index: 30
}

.article-overlay {
    border-bottom: 1px solid #ccc;
    height: 50px
}

.article-arrow {
    margin-top: 10px;
    opacity: .5
}

.article-arrow:hover {
    opacity: 1
}

.article-left {
    left: 10px
}

.article-left::before {
    top: -13px;
    left: -5px;
    content: "\e906"
}

.article-left::after {
    position: absolute;
    width: 125px;
    top: 3px;
    left: 25px;
    color: #333;
    text-align: left;
    content: "PREVIOUS ARTICLE"
}

.article-right {
    right: 10px
}

.article-right::before {
    top: -13px;
    right: -5px;
    content: "\e908"
}

.article-right::after {
    position: absolute;
    width: 100px;
    top: 3px;
    right: 25px;
    color: #333;
    text-align: right;
    content: "NEXT ARTICLE"
}

.blog-slider article {
    padding: 40px 0 0
}

.blog-slider .header {
    margin-bottom: 40px
}

.blog-slider .header h1,
.blog-slider .header h2,
.blog-slider .header h3,
.blog-slider .header h4 {
    margin-top: 46px
}

.blog-slider .author {
    margin: 10px 0 20px
}

.blog-kontakt {
    margin-top: 90px;
    margin-left: -50px;
    margin-right: -50px
}

@media screen and (min-width:481px) {
    .blog-slider article {
        padding: 100px 0 0
    }
    .blog-kontakt {
        margin-top: 180px
    }
}

@media screen and (min-width:992px) {
    .blog-slider article {
        padding: 160px 0 0
    }
}

.text-slider .item-wrapper {
    padding-left: 0!important;
    padding-right: 0!important
}

.text-slider .blockquote {
    margin-top: 0!important
}

.contact-info {
    margin-top: 5px;
    padding: 0 15px
}

.contact-info p {
    margin: 0;
    text-align: center
}

@media screen and (max-width:991px) {
    .contact-info {
        margin-top: 25px
    }
}

.control-group {
    position: relative;
    margin-bottom: 13px
}

.mail:before,
.name:before,
.people div.fancy-select div.trigger:before,
.pickdate:before,
.time div.fancy-select div.trigger:before {
    left: 22px;
    position: absolute;
    color: #2979ff;
    font-size: 16px;
    font-family: FontAwesome
}

.control-group.error .trigger,
.control-group.error input,
.control-group.error textarea,
.control-group.warning .trigger,
.control-group.warning input,
.control-group.warning textarea {
    border-color: red
}

.name:before {
    content: "\f007";
    font-weight: 400;
    top: 8px
}

.mail:before {
    content: "\f0e0";
    font-weight: 400;
    top: 7px
}

.pickdate:before {
    display: block;
    content: "\f073";
    top: 8px;
    z-index: 1
}

.mail input,
.name input,
.pickdate input {
    padding-left: 46px
}

.time div.fancy-select div.trigger:before {
    content: "\f017";
    font-weight: 400;
    top: 7px
}

.people div.fancy-select div.trigger:before {
    content: "\f0c0";
    font-weight: 400;
    top: 6px
}

.people,
.time {
    color: #777
}

.message .form-control {
    resize: none
}

.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    color: #222;
    box-shadow: none;
    height: 45px;
    font-size: 16px;
    padding: 5px 20px 6px
}

.form-control:hover {
    border-color: #7eaeff
}

.form-control:focus {
    border-color: #2979ff;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control:-moz-placeholder {
    color: #777
}

.form-control::-moz-placeholder {
    color: #777
}

.form-control:-ms-input-placeholder {
    color: #777
}

.bootstrap-datetimepicker-widget {
    background: #fff
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #2979ff
}

.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #2979ff
}

textarea {
    padding: 10px 24px!important;
    height: 103px!important
}

.help-block {
    display: none
}

div.fancy-select {
    position: relative;
    font-size: 16px
}

div.fancy-select select:focus+div.trigger.open {
    box-shadow: none
}

div.fancy-select div.trigger {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
    padding: 10px 24px 9px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out
}

div.fancy-select div.trigger:hover {
    border-color: #7eaeff
}

div.fancy-select div.trigger.open {
    border-color: #2979ff;
    color: #555;
    box-shadow: none
}

div.fancy-select div.trigger.selected {
    color: #222
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 200px;
    overflow: auto;
    background: #2979ff;
    border: 1px solid #2979ff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    min-width: 200px;
    transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -webkit-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -moz-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, top .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.open {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease-out, top .3s ease-out;
    -webkit-transition: opacity .3s ease-out, top .3s ease-out;
    -moz-transition: opacity .3s ease-out, top .3s ease-out;
    -ms-transition: opacity .3s ease-out, top .3s ease-out;
    -o-transition: opacity .3s ease-out, top .3s ease-out;
    top: auto
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 40px;
    transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -webkit-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -moz-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, bottom .3s ease-out, visibility .3s ease-out
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 50px;
    transition: opacity .3s ease-out, bottom .3s ease-out;
    -webkit-transition: opacity .3s ease-out, bottom .3s ease-out;
    -moz-transition: opacity .3s ease-out, bottom .3s ease-out;
    -ms-transition: opacity .3s ease-out, bottom .3s ease-out;
    -o-transition: opacity .3s ease-out, bottom .3s ease-out
}

div.fancy-select ul.options li {
    padding: 8px 24px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out
}

div.fancy-select ul.options li.selected {
    background: rgba(43, 134, 134, .3);
    color: rgba(255, 255, 255, .75)
}

div.fancy-select ul.options li.hover {
    color: #fff
}

div.fancy-select ul.options {
    width: 100%;
    padding: 0;
    border-radius: 0;
    margin-top: -1px
}

div.fancy-select ul.options li:hover {
    background-color: #fff;
    color: inherit
}

div.fancy-select select:focus+div.trigger {
    box-shadow: none
}

div.fancy-select div.trigger {
    width: 100%;
    box-shadow: none;
    padding-left: 45px;
    padding-top: 7px;
    height: 45px
}

div.fancy-select div.trigger::after {
    border: none;
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 9px
}

footer .section {
    position: relative;
    padding: 0 0 60px
}

footer .title {
    padding-top: 70px
}

.social {
    display: inline-block;
    font-size: 120%;
    margin-top: 14px;
    padding: 20px 8px;
    text-align: center;
    color: #fff
}

.social .fa::before {
    padding: 14px 16px
}

.social:hover .fa:before {
    color: #2979ff
}

.copy {
    position: absolute;
    bottom: 25px;
    font-size: 70%;
    color: #666;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 60px
}

.scrollup {
    display: none;
    background: rgba(0, 0, 0, .35);
    border-bottom: medium none;
    bottom: 4px;
    font-size: 140%;
    padding: 4px 14px;
    position: fixed;
    right: 3px;
    z-index: 1000
}

.scrollup:hover {
    color: #fff;
    background-color: #000
}

.scrollup span {
    color: #fff
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}



@media screen and (max-width:991px) {
    .item {
        padding-left: 25px!important;
        padding-right: 25px!important
    }
}

@media screen and (min-width:481px) {
    .row {
        margin-left: -25px;
        margin-right: -25px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .container,
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width:1400px) {
    .container {
        width: 1300px
    }
}

@media screen and (min-width:1600px) {
    .container {
        width: 1500px
    }
}

@media screen and (min-width:1700px) {
    .container {
        width: 1600px
    }
}

.google-map {
    padding: 0;
    background: #fff
}

.map-dot,
.signal {
    background-color: #2979ff
}

.map {
    width: 100%;
    height: 400px
}

.map-address {
    font-size: 110%;
    margin: 2px 0 14px
}

.gm-style-iw h3 {
    margin-bottom: 0;
    margin-top: 15px
}

@media screen and (max-width:480px) {
    .map-address {
        font-size: 90%
    }
}

@media screen and (min-width:992px) {
    .map {
        height: 500px
    }
}

.map-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 100
}

.signal {
    width: 180px;
    height: 180px;
    pointer-events: none;
    border-radius: 200px;
    position: absolute;
    opacity: 0;
    left: -80px;
    top: -80px
}

.signal1 {
    -webkit-animation: animationSignal cubic-bezier(0, .55, .55, 1) 4s;
    animation: animationSignal cubic-bezier(0, .55, .55, 1) 4s;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: .78s;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: .78s;
    animation-iteration-count: infinite;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.signal2 {
    -webkit-animation: animationSignal cubic-bezier(0, .55, .55, 1) 4s;
    animation: animationSignal cubic-bezier(0, .55, .55, 1) 4s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

@-webkit-keyframes animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    1%,
    20% {
        opacity: .25
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes animationSignal {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    1%,
    20% {
        opacity: .25
    }
    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.imagelightbox-scroll-lock {
    overflow: hidden
}

.imagelightbox-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #111;
    z-index: 1010
}

.imagelightbox-wrapper .imagelightbox-overlay {
    position: fixed;
    width: 100%;
    height: 51px;
    top: 0;
    background: 0 0;
    border-bottom: 1px solid #444
}

.imagelightbox-arrow {
    position: fixed;
    width: 102px;
    height: 26px;
    top: 2px;
    border: none;
    font-size: 75%;
    z-index: 1011
}

.imagelightbox-wrapper .imagelightbox-arrow-left {
    left: 10px;
    margin-top: 10px;
    background: 0 0;
    opacity: .5
}

.imagelightbox-wrapper .imagelightbox-arrow-left:hover {
    opacity: 1
}

.imagelightbox-wrapper .imagelightbox-arrow-left::before {
    position: absolute;
    top: -13px;
    left: -5px;
    text-align: left;
    font-family: icomoon;
    font-size: 30px;
    color: #c6c6c6;
    content: "\e906"
}

.imagelightbox-wrapper .imagelightbox-arrow-left::after {
    position: absolute;
    width: 125px;
    top: 3px;
    left: 25px;
    color: #c6c6c6;
    text-align: left;
    content: "PREVIOUS PHOTO"
}

.imagelightbox-wrapper .imagelightbox-arrow-right {
    right: 10px;
    margin-top: 10px;
    background: 0 0;
    opacity: .5
}

.imagelightbox-wrapper .imagelightbox-arrow-right:hover {
    opacity: 1
}

.imagelightbox-wrapper .imagelightbox-arrow-right::before {
    position: absolute;
    top: -13px;
    right: -5px;
    text-align: left;
    font-family: icomoon;
    font-size: 30px;
    color: #c6c6c6;
    content: "\e908"
}

.imagelightbox-wrapper .imagelightbox-arrow-right::after {
    position: absolute;
    width: 100px;
    top: 3px;
    right: 25px;
    color: #c6c6c6;
    text-align: right;
    content: "NEXT PHOTO"
}

.imagelightbox-wrapper .imagelightbox-close {
    position: fixed;
    width: 48px;
    height: 48px;
    top: 2px;
    left: 50%;
    margin-left: -24px;
    border: none;
    background: url(../img/close.svg) center no-repeat;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: .5s cubic-bezier(.27, 1.64, .32, .95);
    transition: .5s cubic-bezier(.27, 1.64, .32, .95)
}

.imagelightbox-wrapper .imagelightbox-close:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.imagelightbox-wrapper .imagelightbox-caption {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 10px;
    background: rgba(200, 200, 200, .2);
    text-align: center;
    color: #999
}

.imagelightbox-wrapper #imagelightbox {
    position: fixed;
    cursor: pointer;
    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
    box-shadow: 0 0 3.125em rgba(0, 0, 0, .75);
    -ms-touch-action: none;
    touch-action: none
}

.imagelightbox-arrow,
.imagelightbox-caption,
.imagelightbox-close,
.imagelightbox-overlay,
.imagelightbox-wrapper {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: .5
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: .5
    }
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: -15px;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.binding,
.blackboard,
.broken,
.dotted,
.lightboard,
.skewed,
[data-overlay-black],
[data-overlay-white] {
    position: relative
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-theme .owl-nav div[class^=owl-] {
    transition: opacity .3s;
    border-radius: 0;
    font-size: 16px;
    margin: 1px;
    color: #fff;
    background: #2979ff
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-theme .owl-nav div[class^=owl-]:hover {
    background: #2979ff;
    opacity: .7
}

.owl-theme .owl-dots .owl-dot span {
    background: #2979ff;
    opacity: .5
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2979ff;
    opacity: 1
}

.owl-carousel .owl-nav button.owl-prev,
.owl-prev {
    padding: 2px 10px 1px 20px!important
}

.owl-carousel .owl-nav button.owl-next,
.owl-next {
    padding: 2px 20px 1px 10px!important
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #2979ff!important
}

.dark-wood {
    background: url(../img/patterns/dark_wood.png)
}

.light-wood {
    background: url(../img/patterns/light_wood.jpg)
}

.blackboard {
    background: url(../img/patterns/blackboard-tile.jpg) center top rgba(0, 0, 0, 0)
}

.lightboard {
    background: url(../img/patterns/lightboard-tile.jpg) center top rgba(0, 0, 0, 0)
}

.binding {
    background: url(../img/patterns/binding_dark.png) center top rgba(0, 0, 0, 0)
}

.broken {
    background: url(../img/patterns/broken_noise.png) center top rgba(0, 0, 0, 0)
}

.dotted {
    background: url(../img/patterns/dark_dotted.png) center top rgba(0, 0, 0, 0)
}

.skewed {
    background: url(../img/patterns/skewed_print.png) center top rgba(0, 0, 0, 0)
}

[data-overlay-black]:before,
[data-overlay-white]:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: ""
}

[data-overlay-black]:before {
    background: #000
}

[data-overlay-black="1"]:before,
[data-overlay-white="1"]:before {
    opacity: .1
}

[data-overlay-black="2"]:before,
[data-overlay-white="2"]:before {
    opacity: .2
}

[data-overlay-black="3"]:before,
[data-overlay-white="3"]:before {
    opacity: .3
}

[data-overlay-black="4"]:before,
[data-overlay-white="4"]:before {
    opacity: .4
}

[data-overlay-black="5"]:before,
[data-overlay-white="5"]:before {
    opacity: .5
}

[data-overlay-black="6"]:before,
[data-overlay-white="6"]:before {
    opacity: .6
}

[data-overlay-black="7"]:before,
[data-overlay-white="7"]:before {
    opacity: .7
}

[data-overlay-black="8"]:before,
[data-overlay-white="8"]:before {
    opacity: .8
}

[data-overlay-black="9"]:before,
[data-overlay-white="9"]:before {
    opacity: .9
}

[data-overlay-black="10"]:before,
[data-overlay-white="10"]:before {
    opacity: 1
}

[data-overlay-black="0"]:before,
[data-overlay-white="0"]:before {
    opacity: 0
}

[data-overlay-white]:before {
    background: #fff
}

.title {
    clear: both;
    margin: 0 auto;
    width: 70%
}

.title h1 {
    margin-top: 0
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5 {
    margin: 6px auto
}

.header-line {
    line-height: .5;
    text-align: center;
    width: 100%;
    padding-bottom: 10px
}

.header-line div {
    display: inline-block;
    position: relative
}

.img-responsive-max,
.img-to-bg {
    display: block
}

.header-line div::before {
    border-bottom: 1px solid #2979ff;
    content: "";
    display: block;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    right: 10%;
    text-align: center;
    bottom: 0;
    width: 100px
}

@media screen and (min-width:992px) {
    .header-line div::after,
    .header-line div::before {
        border-bottom: 1px solid #2979ff;
        border-top: none;
        left: auto;
        content: "";
        height: 50%;
        position: absolute;
        top: 0;
        width: 100px
    }
    .header-line div:before {
        right: 100%;
        margin-right: 15px
    }
    .header-line div:after {
        left: 100%;
        margin-left: 15px
    }
}

.white,
.white a {
    color: #fff
}

.black,
.black a,
.white a:hover {
    color: #000
}

.black a:hover {
    color: #fff
}

.color,
.color a {
    color: #2979ff
}

.color a:hover {
    color: #00E44B
}

.grey {
    color: #9d9d9d
}

.floater-txt-l,
.floater-txt-r {
    border-left: 2px solid #ccc;
    color: #000;
    margin: 22px 0;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.floater-img-l,
.floater-img-r {
    position: relative;
    width: 100%
}

@media screen and (min-width:768px) {
    .floater-img-l,
    .floater-img-r,
    .floater-txt-l,
    .floater-txt-r {
        position: relative;
        width: 50%
    }
    .floater-txt-r {
        border-left: 2px solid #ccc;
        float: right;
        margin: 0 0 2% 20px
    }
    .floater-txt-l {
        border-left: 2px solid #ccc;
        float: left;
        margin: 0 2% 0 0
    }
    .floater-img-r {
        float: right;
        margin: 0 0 0 2%
    }
    .floater-img-l {
        float: left;
        margin: 0 2% 0 0
    }
}

.bg-black,
.bg-color,
.bg-dark,
.bg-darkgrey,
.bg-light,
.bg-lightgrey,
.bg-white,
.img-responsive-max {
    height: auto;
    width: 100%
}

.divider_right {
    border-right: 1px solid #ccc
}

.bg-color {
    background-color: #2979ff
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #262626
}

.bg-light {
    background-color: #dcdcdc
}

.bg-dark {
    background-color: #3a4047
}

.bg-lightgrey {
    background-color: #f4f5f6
}

.bg-darkgrey {
    background-color: #262626
}

.padtop0 {
    padding-top: 0!important
}

.padtop10 {
    padding-top: 10px!important
}

.padtop20 {
    padding-top: 20px!important
}

.padtop30 {
    padding-top: 30px!important
}

.padtop40 {
    padding-top: 40px!important
}

.padtop50 {
    padding-top: 50px!important
}

.padtop60,
.padtop70,
.padtop80,
.padtop90 {
    padding-top: 60px!important
}

.padtop100 {
    padding-top: 100px!important
}

.padtop200 {
    padding-top: 200px!important
}

.padbottom0 {
    padding-bottom: 0!important
}

.padbottom10 {
    padding-bottom: 10px!important
}

.padbottom20 {
    padding-bottom: 20px!important
}

.padbottom30 {
    padding-bottom: 30px!important
}

.padbottom40 {
    padding-bottom: 40px!important
}

.padbottom50 {
    padding-bottom: 50px!important
}

.padbottom60 {
    padding-bottom: 60px!important
}

.padbottom70 {
    padding-bottom: 70px!important
}

.padbottom80 {
    padding-bottom: 80px!important
}

.padbottom90 {
    padding-bottom: 90px!important
}

.padbottom100 {
    padding-bottom: 100px!important
}

.padbottom120 {
    padding-bottom: 120px!important
}

.marginall0 {
    margin: 0!important
}

.margintop0 {
    margin-top: 0!important
}

.margintop10 {
    margin-top: 10px!important
}

.margintop20 {
    margin-top: 20px!important
}

.margintop30 {
    margin-top: 30px!important
}

.margintop40 {
    margin-top: 40px!important
}

.margintop50 {
    margin-top: 50px!important
}

.margintop60 {
    margin-top: 60px!important
}

.margintop80 {
    margin-top: 80px!important
}

.margintop200 {
    margin-top: 200px!important
}

.marginbottom0 {
    margin-bottom: 0!important
}

.marginbottom10 {
    margin-bottom: 10px!important
}

.marginbottom20 {
    margin-bottom: 20px!important
}

.marginbottom30 {
    margin-bottom: 30px!important
}

.marginbottom40 {
    margin-bottom: 40px!important
}

.marginbottom50 {
    margin-bottom: 50px!important
}

.marginbottom60 {
    margin-bottom: 60px!important
}

.marginbottom80 {
    margin-bottom: 80px!important
}

.marginbottom100 {
    margin-bottom: 100px!important
}

.marginbottom150 {
    margin-bottom: 150px!important
}

.marginbottom200 {
    margin-bottom: 200px!important
}

.padall0 {
    padding: 0
}

.padlr10 {
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (min-width:992px) {
    .padr5-md {
        padding-right: 5px
    }
    .padl5-md {
        padding-left: 5px
    }
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icons/icomoon2794.eot?inde51);
    src: url(../fonts/icons/icomoon2794.eot?inde51#iefix) format('embedded-opentype'), url(../fonts/icons/icomoon2794.ttf?inde51) format('truetype'), url(../fonts/icons/icomoon2794.woff?inde51) format('woff'), url(../fonts/icons/icomoon2794.svg?inde51#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.solid {
    opacity: 1
}

.toAnimate,
.toAnimateToo,
.transparent {
    opacity: 0
}

.img-to-bg {
    position: relative;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat
}

.img-to-bg img {
    display: none!important
}

.item-wrapper {
    padding: 0
}

@media screen and (min-width:481px) {
    .item-wrapper {
        padding: 20px
    }
}

@media screen and (min-width:1200px) {
    .item-wrapper {
        padding: 40px
    }
}

.carousel-big {
    font-size: 300%;
    font-weight: 900;
    letter-spacing: -2px;
    display: inline-block;
    position: relative;
    margin: 0;
    color: #fff
}

.carousel-deco,
p.drop-cap::first-letter {
    font-family: Merriweather, serif;
    font-weight: 700
}

.carousel-deco {
    color: #71a6ff;
    font-size: 54%;
    letter-spacing: -1px;
    position: absolute;
    right: 0;
    text-shadow: 1px 1px #000;
    top: -40px;
    width: auto;
    left: 0
}

p.drop-cap::first-letter {
    color: #2979ff;
    float: left;
    font-size: 450%;
    margin-left: -2px;
    padding-right: 12px;
    padding-top: 0
}

.deco-line-a::after,
.deco-line-b::before {
    background-color: #2979ff;
    content: "";
    display: inherit;
    height: 1px;
    margin: 40px auto;
    position: relative;
    width: 150px
}

.inverse,
.inverse .modal {
    background-color: #2b2b2b
}

.deco-star-b-left::before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 70%;
    left: 0;
    margin-top: 5px;
    margin-right: 5px;
    position: absolute;
    text-align: center
}

.position-switch,
.relative {
    position: relative
}

.source {
    margin-right: 14%;
    margin-top: 20px;
    display: block
}

.blockquote {
    padding-left: 2.2em!important;
    padding-right: 2.2em!important
}

p.blockquote {
    quotes: "\201C""\201D""\2018""\2019";
    border-left: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px
}

p.blockquote:before {
    color: #ccc;
    font-size: 4em;
    line-height: .1em;
    margin-left: -.65em;
    vertical-align: -.4em;
    content: "\201C"
}

p.blockquote span::before {
    content: "— ";
    color: #999
}

.tel-static,
.tel-style {
    color: #333!important;
    cursor: default
}

.tel-style {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px
}

.inverse,
.inverse .cards-slider h3 {
    color: #fff
}

@media screen and (max-width:767px) {
    .carousel-deco {
        font-size: 40%;
        top: -30px
    }
    p.blockquote span {
        margin-right: 0;
        text-align: center
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .carousel-deco {
        font-size: 35%;
        top: -25px
    }
}

@media screen and (max-width:480px) {
    .carousel-big {
        font-size: 250%
    }
    .carousel-deco {
        font-size: 45%;
        top: -25px
    }
}

@media screen and (min-width:992px) {
    .carousel-deco {
        top: 6px;
        left: 100%;
        font-size: 34%;
        text-align: left
    }
    p.drop-cap::first-letter {
        font-size: 510%;
        line-height: 1;
        padding-top: 10px
    }
    p.blockquote {
        font-size: 140%
    }
}

@media screen and (min-width:1200px) {
    .carousel-big {
        font-size: 400%
    }
}

.inverse .cards-slider .item-description {
    background-color: #262626
}

.inverse .cards-slider .item-wrapper:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, .4)
}

.inverse .close-btn {
    background: url(../img/close.svg) center no-repeat
}

.inverse .article-overlay {
    border-color: #403838
}

.inverse .article-left::after,
.inverse .article-left::before,
.inverse .article-right::after,
.inverse .article-right::before {
    color: #999
}

.inverse .floater-txt-l,
.inverse .floater-txt-r {
    color: #fff;
    border-color: #424141
}

.inverse .tel-static,
.inverse .tel-style,
.inverse .tel-style:hover {
    color: #999!important
}

.inverse .form-control {
    color: #fff
}

.inverse div.fancy-select div.trigger.open {
    color: #b2b2b2
}

.inverse div.fancy-select div.trigger.selected {
    color: #fff
}

.inverse .pickdate {
    color: #000
}

.inverse .divider_right {
    border-color: #424141
}

.inverse .map-content,
.inverse .scrollup span {
    color: #222
}

.inverse .scrollup {
    background-color: rgba(255, 255, 255, .2)
}

.inverse .scrollup:hover {
    background-color: #fff
}

.inverse a.social {
    color: #000
}

.inverse small.copy {
    color: #878787
}

.position-switch {
    height: 100%;
    min-height: 360px
}

.img-to-bg-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-bottom: 50px
}

.padtb6p {
    padding-top: 50px;
    padding-bottom: 50px
}

.marginlr25 {
    margin-left: -25px;
    margin-right: 25px
}

@media screen and (min-width:768px) {
    .position-switch {
        position: absolute
    }
    .img-to-bg-wrapper {
        padding-bottom: 0
    }
    .col-sm-offset-half {
        margin-left: 4.166666667%
    }
    .padtb6p {
        padding-top: 6%;
        padding-bottom: 6%
    }
}
.how-section1{
    margin-top:-15%;
    padding: 3%;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 16px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 100%;
}


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 12px;
    background-color: white;
    border: 1px solid #42B32F;
    border-radius: 0px;
        width: 310px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 12px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
  color: #ffffff;
    background-color: #42B32F;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}



/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
 left: -12px;
    margin-top: -41px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: -30px;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
      right: -27px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 41px;
    width: 40px;
    margin-top: -30px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */
.images-pz img{
    display: inline-block !important;
    margin-top: 70px;
    max-width: 28%;
}
.tab-img img{
    max-width: 100%;
}
.pz-img{
    position: absolute;
    position: relative;
    margin-top: 40px;
}
.how-section1 h4{
    padding-left: 54px
}
.text-muted{ padding-left: 54px;}
.nav>li>a {
    padding: 1px 9px !important;
}
.custom-map {
    width:450px;
    height:1349px;
  }
  .map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (max-width: 600px) {
  .custom-map {
    width:400px;
    height:450px;
  }
}