/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
 */
/*-------------------------------------------------------------------------------------
Theme Name:	Juno 1
Theme URI: 	http://themes.iki-bir.com/juno1
Version:	1.0
Author:		elemis
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

00. RESET
01. GENERAL
02. HEADER
03. STICKY HEADER
04. HEADER HEIGHT
05. HAMBURGER MENU ICON
06. BUTTON
07. SERVICES
08. FEATURE
09. CUBE PORTFOLIO
10. THUMBNAIL OVERLAY
11. SWIPER
12. REVOLUTION
13. COLLAGE
14. FOTORAMA
15. BLOG
16. WIDGETS
17. COMMENTS
18. TOOLTIP
19. TABS
20. ACCORDION / TOGGLE
21. FACTS
22. PROGRESS BAR
23. PRICING & TABLES
24. TILES
25. BASIC GALLERY
26. FORMS
27. PARALLAX & VIDEO PARALLAX
28. LIGHTGALLERY
29. GO TO TOP
30. SOCIAL ICONS
31. FONT ICON PAGES
32. DIVIDERS
33. BOX LAYOUT
34. RESPONSIVE

font-family: 'Poppins', sans-serif;
text: #606060
hover: #80c9c5
headings: #404040
	
-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: intro;
    src: url(/intro.otf), url('/intro.woff') format('woff'); /* Pretty Modern Browsers */
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

.fit-vids-style {
    display: none;
}

figure {
    margin: 0;
    padding: 0;
}

    figure img {
        max-width: 100%;
    }

iframe {
    border: none;
}

::selection {
    background: #dce7e6; /* Safari */
    color: #2f2f2f;
}

::-moz-selection {
    background: #dce7e6; /* Firefox */
    color: #2f2f2f;
}

.lg-outer .lg-item:after,
.tp-loader.spinner {
    content: "";
    height: 34px !important;
    width: 34px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    background-color: transparent;
    -webkit-transform: translateZ();
    transform: translateZ();
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: rotation;
    animation-name: rotation;
    border-radius: 100%;
    background: none;
}

.cbp:after,
.cbp-lazyload:after,
.cbp-popup-loadingBox:after,
.cbp-popup-singlePageInline:after {
    border-left: 3px solid rgba(28, 28, 28, 0.08);
    border-right: 3px solid rgba(28, 28, 28, 0.08);
    border-bottom: 3px solid rgba(28, 28, 28, 0.08);
    border-top: 3px solid #80c9c5;
}

.tp-loader.spinner {
    border-left: 3px solid rgba(28, 28, 28, 0.1);
    border-right: 3px solid rgba(28, 28, 28, 0.1);
    border-bottom: 3px solid rgba(28, 28, 28, 0.1);
    border-top: 3px solid #80c9c5;
}

.lg-outer .lg-item:after {
    border-left: 3px solid rgba(80, 80, 80, 0.2);
    border-right: 3px solid rgba(80, 80, 80, 0.2);
    border-bottom: 3px solid rgba(80, 80, 80, 0.2);
    border-top: 3px solid #80c9c5;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.pageloader {
    overflow: auto !important;
}

#preloader-percent-progress {
    margin-top: 0 !important;
}

#preloader-bar-progress {
    background: rgba(0, 0, 0, 0.9) !important;
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/




body {
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #606060;
    font-family: 'Roboto', sans-serif;
    /*background: #f3f3f3 url(images/bg.png) repeat;*/
    background: #fff;
    display: flex;
    height: 100vh;
    flex-direction: column;
}

.navbar,
footer {
    flex-shrink: 0;
}

.content-wrapper {
    flex: 1 0 auto;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

body,
li,
address {
    line-height: 24px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-weight: normal;
    color: inherit !important;
}

p {
    margin: 0 0 20px;
}

a {
    color: #fff;
    transition: all 150ms ease-in;
}

    a.line {
        transition: border 0.2s;
        padding-bottom: 0;
        border-bottom: 1px solid transparent;
    }

        a.line:hover {
            border-bottom: 1px solid #80c9c5;
            transition: border 0.2s;
        }

    a:hover,
    a:focus {
        color: #80c9c5;
        text-decoration: none;
    }

.nocolor,
.email-link {
    color: #606060 !important;
}

    .nocolor:hover,
    .email-link:hover,
    footer a:hover {
        color: #80c9c5 !important;
    }

/*strong {
    font-weight: 500;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #404040;
    margin-bottom: 10px;
    font-family: 'Intro';
    /*font-weight: 600;*/
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

h5 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 5px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}

h1.post-title,
h2.post-title {
    font-family: 'Intro';
    /*Font-family: 'Oswald', sans-serif;*/
    font-size: 40px;
    line-height: 40px;
}

h3.post-title {
    font-size: 16px;
    line-height: 24px;
}

.list-view h3.post-title,
.grid-view h3.post-title {
    margin-bottom: 5px;
}

h4.post-title {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif !important;
}

.post-title a {
    color: #404040;
}

    .post-title a:hover {
        color: #80c9c5;
    }

.page-title {
    position: relative;
}

    .page-title h1 {
        margin: 0;
        font-size: 30px;
        line-height: 45px;
        font-weight: 300;
    }

    .page-title.bg {
        background: url(style/images/art/page-title.jpg) no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .page-title .over {
        height: 100%;
        position: absolute;
        width: 100%;
        max-width: 100%;
        z-index: 1;
        background: rgba(30, 30, 30, 0.3);
        overflow: hidden;
    }

    .page-title .container {
        position: relative;
        z-index: 2;
    }

.hero {
    margin-bottom: 55px;
    font-size: 28px;
    line-height: 42px;
    font-weight: 300;
}

.parallax .hero,
.parallax .hero p {
    margin: 0;
}

.inner {
    padding-top: 90px;
    padding-bottom: 90px;
}

.inner2 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.parallax .inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title-large {
    font-size: 20px;
}

.lead {
    font-size: 22px;
    line-height: 32px;
}

ul,
ol {
    padding-left: 18px;
}

    ul.circled {
        padding: 0;
        list-style: none;
    }

        ul.circled li:before {
            /*content: '\2022';*/
            margin-right: 7px;
            font-weight: normal;
            vertical-align: top;
            display: inline-block;
            color: #80c9c5;
            font-size: 14px;
            vertical-align: 0px;
        }

.inverse-wrapper ul.circled li:before {
    color: #ddd;
}

.dark-wrapper {
    background: rgba(0, 0, 0, 0.03);
}

.inverse-wrapper {
    /*background: #292929;*/
    background: #363636;
}

    .inverse-wrapper,
    .inverse-wrapper p,
    .inverse-wrapper a:not(.btn) {
        color: #fff !important;
    }

.parallax.inverse-wrapper,
.parallax.inverse-wrapper p,
.parallax.inverse-wrapper a {
    color: #fff !important;
}

.inverse-wrapper .meta {
    color: #606060;
}

.modal.inverse-wrapper {
    background: inherit !important;
}

.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #606060;
}

.inverse-wrapper a:not(.btn):hover {
    color: #80c9c5 !important;
}

.inverse-wrapper input {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

    .inverse-wrapper input:focus {
        border: 1px solid rgba(255, 255, 255, 0.35) !important;
    }

footer a {
    color: #606060;
}

    footer a:hover {
        color: #80c9c5;
    }

footer .sub-footer {
    background: #282727;
}

    footer .sub-footer .inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.sub-footer p {
    margin-bottom: 0;
}

hr {
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    padding-top: 60px;
    margin-bottom: 60px;
}

blockquote {
    border-left: 3px solid #80c9c5;
    padding-top: 0;
    padding-bottom: 0;
}

    blockquote p {
        font-size: 18px;
        line-height: 28px;
        color: #808080;
    }

    blockquote .author {
        font-size: 12px;
        color: #808080;
        text-transform: uppercase;
    }

.quote-author {
    margin-top: 10px;
    padding-left: 30px;
    display: table;
}

    .quote-author .info {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }

    .quote-author .meta {
        margin: 0;
    }

    .quote-author h5 {
        margin: 0;
    }

    .quote-author .icon {
        float: left;
        margin: 0 !important;
        margin-right: 10px;
    }

        .quote-author .icon img {
            width: 70px;
            height: 70px;
            border-radius: 100%;
        }

.google-map {
    width: 100%;
}

    .google-map.full {
        height: 100%;
        overflow: hidden;
        display: block;
        position: absolute;
        height: auto;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    .google-map.h450 {
        height: 450px;
    }

    .google-map.h400 {
        height: 400px;
    }

    .google-map.h360 {
        height: 360px;
    }

.col-image {
    padding: 0px;
    position: relative;
}

    .col-image .bg-wrapper {
        overflow: hidden;
        position: absolute;
        height: 100%;
        padding: 0px;
        top: 0px;
    }

    .col-image .inner-col {
        padding-top: 90px;
        padding-bottom: 90px;
    }

.bg-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.row-offset-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .row-offset-0 > [class*="col-"],
    .row-offset-0 .row-same-height > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.row-full-height {
    height: 100%;
}

.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-lg-height,
.col-md-height,
.col-sm-height,
.col-xs-height {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
}

.row-offset-0 .inner-col {
    padding: 90px;
}

.dropcap {
    font-weight: 800;
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}

.cbp-inline {
    margin: 0;
    padding-top: 0;
}

.cbp-inline2 {
    margin: 0 0 6px 0;
    padding-top: 45px;
}

.cbp-popup-singlePageInline .cbp-popup-navigation {
    left: 50%;
    right: auto;
    margin-right: -34px;
}

.modal-content {
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    color: #FFF;
    padding: 10px 0;
}

.modal-transparent {
    background: transparent;
}

    .modal-transparent .modal-content {
        background: transparent;
    }

.modal-backdrop.modal-backdrop-transparent {
    background: #ffffff;
}

.modal-backdrop {
    background: rgba(30, 30, 30, 0.93);
}

    .modal-backdrop.in {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.modal .btn.close-button {
    position: fixed;
    top: 15px;
    right: 35px;
    padding: 0;
    font-size: 30px;
    color: rgba(255,255,255, 0.8) !important;
    background: none !important;
    border: 0 !important;
    margin: 0;
    margin-left: -19px;
    font-weight: normal;
    z-index: 1;
}

    .modal .btn.close-button:hover {
        color: rgba(255,255,255, 1) !important;
    }

    .modal .btn.close-button:before {
        font-family: "Ionicons";
        content: '\f2d7';
        padding: 0;
        letter-spacing: normal;
    }

.modal-backdrop {
    -webkit-backface-visibility: hidden;
}

    .modal-backdrop.unfold-3d {
        perspective: 500;
    }

.modal.move-from-top .modal-dialog {
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(50px);
}

.modal.in .modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

.alert {
    color: #FFF !important;
    border: 0 !important;
}

.alert-warning {
    background-color: #f0ad4e !important;
}

.alert-danger {
    background-color: #d9534f !important;
}

.alert-success {
    background-color: #5cb85c !important;
}

.alert-info {
    background-color: #5bc0de !important;
}

.close {
    filter: alpha(opacity=40);
    opacity: .4;
    transition: all 200ms ease-in;
}

    .close:focus,
    .close:hover {
        filter: alpha(opacity=70);
        opacity: .7;
    }

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .contact-info i {
        margin-right: 5px;
        font-size: 14px;
    }

    .contact-info.list-inline li {
        padding: 0;
        padding-right: 10px;
    }

        .contact-info.list-inline li i,
        .contact-info.list-inline li p {
            display: inline;
        }

.navbar .contact-info {
    font-size: 13px;
}

    .navbar .contact-info.text-right li {
        padding: 0;
        padding-left: 15px;
    }

.navbar.extended .contact-info,
.navbar.extended .social-wrapper {
    display: none;
}



.yellow {
    background-color: yellow !important;
}


/* Pagination/ Pager */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
    color: #2b2b2b;
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        background-color: #e4e7ea;
    }

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

    .pagination-split li:first-child {
        margin-left: 0;
    }

    .pagination-split li a {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #393939;
    border-color: #393939;
}

.pager li > a,
.pager li > span {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #2b2b2b;
}

/*-----------------------------------------------------------------------------------*/
/*	02. HEADER
/*-----------------------------------------------------------------------------------*/

.navbar {
    font-family: 'Josefin Sans', sans-serif;
    z-index: 1008;
    border: 0;
    border-radius: 0;
    min-height: inherit;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    position: relative;
}

    .navbar:not(.banner--stick) {
        border-top: 5px solid #303030;
    }

    .navbar.classic {
        /*background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);*/
    }

    .navbar.fullwidth .container {
        width: 100%;
    }

    .navbar.hideinit:not(.banner--stick) {
        opacity: 0;
        top: 0;
        position: fixed;
    }

    .navbar .navbar-header {
        display: table;
        position: relative;
        table-layout: fixed;
    }

.container > .navbar-header,
.container > .navbar-collapse {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    padding: 0;
    line-height: 0;
    float: none;
    height: auto;
    position: relative;
    box-shadow: none;
    margin: 0 !important;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}

.navbar .nav-bars-wrapper {
    display: none;
}

    .navbar .nav-bars-wrapper .nav-bars-inner {
        pointer-events: none;
    }

.navbar .navbar-collapse {
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

.navbar .navbar-nav {
    margin: 0 !important;
}

    .navbar .navbar-nav > li > a {
        padding: 0;
        font-size: 14px;
        /*font-weight: 300;*/
        transition: all 150ms ease-in;
        line-height: 1;
        color: #404040 !important;
        position: relative;
        letter-spacing: 1px;
        Font-family: 'Roboto';
        font-weight: 400;
        /*text-transform: uppercase;*/
    }

.inverse-wrapper .navbar-nav > li > a {
    color: #FFF !important;
}

.navbar .navbar-nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > li.current > a {
    background: none;
}

    .navbar .nav > li.current > a:after {
        width: calc(100% - 12px);
        content: "";
        display: block;
        height: 5px;
        background: #80c9c5;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        margin-top: 0;
        left: 10px;
        z-index: -1;
        transition: all 200ms ease-in;
    }

.navbar.centered .nav > li.current > a:after {
    left: 5px;
}

.navbar.extended .nav > li.current > a:after {
    margin-top: 1px;
}

@-moz-document url-prefix() {
    .navbar .nav > li.current > a:after {
        margin-top: 1px;
    }
}

.navbar .navbar-nav > li > a:focus {
    color: inherit;
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    /*width: 800px;*/
    min-width: 150px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.navbar.classic > .dropdown-menu {
    margin: -5px 0 0 0 !important;
}

.navbar .dropdown-menu li:first-child {
    border: 0;
}

.navbar .dropdown-menu li a {
    background: none;
    border: none;
    /*color: #d2d2d2 !important;*/
    color: #404040 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
}

    .navbar .dropdown-menu li a:hover,
    .navbar .dropdown-menu li a.active,
    .navbar .nav .open > a,
    .navbar .nav .open > a:hover,
    .navbar .nav .open > a:focus,
    .navbar .dropdown-menu > li > a:hover,
    .navbar .dropdown-menu > li > a:focus,
    .navbar .dropdown-submenu:hover > a,
    .navbar .dropdown-submenu:focus > a,
    .navbar .dropdown-menu > .active > a,
    .navbar .dropdown-menu > .active > a:hover,
    .navbar .dropdown-menu > .active > a:focus {
        background: none;
    }

    .navbar .dropdown-menu li a:hover,
    .navbar .dropdown-menu li a.active {
        padding: 0;
        filter: none;
        line-height: 1;
    }

    .navbar .dropdown-menu li a:hover,
    .navbar .dropdown-menu li a.active {
        color: #606060 !important;
    }

.navbar .nav > li > .dropdown-menu:after {
    display: none;
}

.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
}

.caret {
    border: 0;
    top: 0;
    vertical-align: 0;
    margin-left: 1px;
    position: relative;
    display: none;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
    display: inline-block;
}

.caret:before {
    content: '\f123';
    font-family: "Ionicons";
    font-weight: normal;
    font-size: 9px;
}

.navbar-nav:not(.sm-collapsible) ul .caret:before {
    content: '\f218';
}

.navbar-nav:not(.sm-collapsible) ul {
    margin-top: 11px;
}
/*-----------------------------------------------------------------------------------*/
/*	03. STICKY HEADER
/*-----------------------------------------------------------------------------------*/

.navbar.fixed {
    margin: 0;
    width: 100%;
}

.banner--clone {
    position: fixed;
    z-index: 1039;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.banner--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: rgba(255, 255, 255, 0.85) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07) !important;
}
/*-----------------------------------------------------------------------------------*/
/*	04. HEADER HEIGHT
/*-----------------------------------------------------------------------------------*/

@media (min-width: 992px) {
    .navbar.classic .navbar-nav,
    .navbar.classic .navbar-header {
        height: 65px;
    }

        .navbar.classic .navbar-nav > li > a {
            line-height: 65px;
        }

    .navbar.classic.centered {
        text-align: center;
    }
}
/* sticky */

.navbar.fixed .menu-logo img,
.navbar.fixed .navbar-brand img {
    height: 45px !important;
}

.navbar.fixed .navbar-header {
    height: 65px !important;
}

@media (min-width: 992px) {
    .navbar.fixed .navbar-nav {
        height: 65px;
    }

        .navbar.fixed .navbar-nav > li > a {
            line-height: 65px;
        }
}

@media (max-width: 991px) {
    .navbar.fixed .navbar-header {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/*-----------------------------------------------------------------------------------*/
/*	05. HAMBURGER MENU ICON
/*-----------------------------------------------------------------------------------*/

.nav-bars {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    pointer-events: all;
}

    .nav-bars:focus {
        outline: none;
    }

    .nav-bars span {
        display: block;
        position: absolute;
        top: 13px;
        left: 0px;
        right: 0px;
        height: 3px;
        background: #2e2e2e;
    }

        .nav-bars span::before,
        .nav-bars span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #2e2e2e;
            content: "";
        }

        .nav-bars span::before {
            top: -8px;
        }

        .nav-bars span::after {
            bottom: -8px;
        }

    .nav-bars span {
        -webkit-transition: background 0s 0.3s;
        transition: background 0s 0.3s;
    }

        .nav-bars span::before,
        .nav-bars span::after {
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
        }

        .nav-bars span::before {
            -webkit-transition-property: top, -webkit-transform;
            transition-property: top, transform;
        }

        .nav-bars span::after {
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, transform;
        }

    .nav-bars.is-active span {
        background: none;
    }

        .nav-bars.is-active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .nav-bars.is-active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .nav-bars.is-active span::before,
        .nav-bars.is-active span::after {
            -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
        }
/*-----------------------------------------------------------------------------------*/
/*	06. BUTTON
/*-----------------------------------------------------------------------------------*/

.btn {
    color: #FFF !important;
    background: #303030;
    border: 0;
    margin-bottom: 6px;
    margin-right: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    padding: 14px 20px 13px;
    border-radius: 0;
    text-shadow: none;
    transition: all 150ms ease-in;
    box-shadow: none;
    display: inline-block;
}

.btn-prenota {
    width: 100%;
    margin-top: 10px;
    background: #D78D34;
    height: 100px;
    font-family: 'Intro';
    font-size: 30px;
    line-height: 70px;
}

.btn.btn-square {
    padding: 12px 14px 11px 14px;
}

    .btn.btn-square.btn-icon {
        padding: 12px 12px 11px 12px;
    }

.btn.btn-icon i {
    padding-right: 4px;
}

.pagination .btn.btn-icon i {
    padding: 0;
}

.text-center .btn {
    margin-left: 4px;
    margin-right: 4px;
}

.btn-submit {
    margin: 0 !important;
}

.lang-btn {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

    .lang-btn.black {
        color: #404040;
    }

        .lang-btn.black:hover {
            color: #404040;
        }

    .lang-btn.active {
        text-decoration: underline;
    }

    .lang-btn:hover {
        color: #efefef;
    }

.btn.btn-large {
    width: 300px !important;
}

.btn.btn-green {
    background: #80c9c5;
}

.btn.btn-forest {
    background: #80c9a1;
}

.btn.btn-lime {
    background: #a0c274;
}

.btn.btn-brown {
    background: #af9075;
}

.btn.btn-rose {
    background: #d77d8a;
}

.btn.btn-blue {
    background: #73b2cf;
}

.btn.btn-purple {
    background: #808ec9;
}

.btn.btn-pink {
    background: #c989a9;
}

.btn.btn-orange {
    background: #e79965;
}

.btn.btn-navy {
    background: #5d6977;
}

.btn.btn-red {
    background: #e96161;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    /*background: #80c9c5 !important;*/
    color: #fff !important;
    border: 0;
    transition: all 150ms ease-in;
    box-shadow: none;
}

.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active,
.btn.btn-green.active {
    background: #75b7b3 !important;
}

.btn.btn-forest:hover,
.btn.btn-forest:focus,
.btn.btn-forest:active,
.btn.btn-forest.active {
    background: #76b994 !important;
}

.btn.btn-lime:hover,
.btn.btn-lime:focus,
.btn.btn-lime:active,
.btn.btn-lime.active {
    background: #91b06a !important;
}

.btn.btn-brown:hover,
.btn.btn-brown:focus,
.btn.btn-brown:active,
.btn.btn-brown.active {
    background: #a0846b !important;
}

.btn.btn-rose:hover,
.btn.btn-rose:focus,
.btn.btn-rose:active,
.btn.btn-rose.active {
    background: #c77480 !important;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn.btn-blue.active {
    background: #6aa4bf !important;
}

.btn.btn-purple:hover,
.btn.btn-purple:focus,
.btn.btn-purple:active,
.btn.btn-purple.active {
    background: #7682b8 !important;
}

.btn.btn-pink:hover,
.btn.btn-pink:focus,
.btn.btn-pink:active,
.btn.btn-pink.active {
    background: #ba7f9c !important;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus,
.btn.btn-orange:active,
.btn.btn-orange.active {
    background: #db864e !important;
}

.btn.btn-navy:hover,
.btn.btn-navy:focus,
.btn.btn-navy:active,
.btn.btn-navy.active {
    background: #505a66 !important;
}

.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red.active {
    background: #d55757 !important;
}

.share-wrapper {
    font-size: 0;
    line-height: 0;
}

.btn-share.share-facebook {
    background: #4470cf;
}

    .btn-share.share-facebook:hover,
    .btn-share.share-facebook:focus {
        background-color: #4066b9 !important;
    }

.btn-share.share-twitter {
    background: #5daed5;
}

    .btn-share.share-twitter:hover,
    .btn-share.share-twitter:focus {
        background-color: #569cbe !important;
    }

.btn-share.share-pinterest {
    background: #c53942;
}

    .btn-share.share-pinterest:hover,
    .btn-share.share-pinterest:focus {
        background-color: #b0363e !important;
    }
/*-----------------------------------------------------------------------------------*/
/*	07. SERVICES
/*-----------------------------------------------------------------------------------*/

.icon-m {
    font-size: 45px;
    display: inline-block;
}

.box .icon {
    margin-bottom: 20px;
    display: inline-block;
}

    .icon i,
    .pricing.panel i,
    .box .icon i,
    .feature .icon i {
        color: #404040;
    }

.icon-img img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.box {
    background: #FFF;
    padding: 50px 40px 45px;
    position: relative;
}

    .box p {
        margin: 0;
    }

    .box:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        transition: all 200ms ease-in;
        pointer-events: none;
    }

    .box:hover:before {
        border: 1px solid rgba(0, 0, 0, 0.3);
    }

    .box.team .icon-img {
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -60px;
        z-index: 3;
    }

    .box.team {
        padding-top: 100px;
    }

        .box.team:before {
            display: none;
        }
/*-----------------------------------------------------------------------------------*/
/*	08. FEATURE
/*-----------------------------------------------------------------------------------*/

.feature {
    padding: 0 0 0 70px;
    position: relative;
    margin-bottom: 35px;
}

    .feature .icon {
        position: absolute;
        left: 0;
    }
/*-----------------------------------------------------------------------------------*/
/* 	09. CUBE PORTFOLIO
/*-----------------------------------------------------------------------------------*/

.item-details {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

    .item-details li {
        margin-bottom: 15px;
    }

        .item-details li h4 {
            margin-bottom: 4px;
        }

.cbp#clients img {
    max-width: 100%;
    width: auto;
}

.cbp a {
    transition: none;
}

a.cbp-caption {
    color: #FFF !important;
}

.cbp .post-title a,
.cbp-item a.more,
.cbp-item .meta a {
    transition: all 150ms ease-in;
}

    .cbp-item .post-title a:hover,
    .cbp-item a.more:hover,
    .cbp-item .meta a:hover {
        color: #80c9c5 !important;
    }

.cbp-filter-container {
    position: relative;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    margin-bottom: -10px;
}

.cbp-l-filters-button .cbp-filter-item {
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.cbp-filter-item {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0;
    margin: 0 20px 10px 20px;
    transition: all 200ms ease-in;
    cursor: default;
    text-transform: uppercase;
}

    .cbp-filter-item span {
        cursor: pointer;
        position: relative;
        color: #707070;
        transition: all 200ms ease-in;
    }

        .cbp-filter-item.cbp-filter-item-active span,
        .cbp-filter-item span:hover {
            color: #404040 !important;
        }

            .cbp-filter-item.cbp-filter-item-active span:after {
                width: calc(100% - 2px);
                content: "";
                display: block;
                height: 5px;
                background: #80c9c5;
                color: #404040 !important;
                opacity: 0.3;
                position: absolute;
                top: 50%;
                margin-top: 1px;
                left: 0;
                z-index: -1;
            }

.cbp-caption-activeWrap {
    background: none !important;
}

.cbp-caption-fadeIn .cbp-caption-activeWrap {
    background: rgba(30, 30, 30, 0.6) !important;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a.cbp-caption .cbp-l-caption-title {
    font-size: 15px;
    font-weight: 600;
}

.cbp-popup-wrap {
    z-index: 3000;
    text-align: left;
}

.cbp-popup-btn {
    cursor: pointer;
    margin: 0;
    padding: 8px 12px;
    background: rgba(30, 30, 30, 0.8) !important;
}

    .cbp-popup-btn:hover {
        background: rgba(30, 30, 30, 1) !important;
    }

@-moz-document url-prefix() {
    .cbp-popup-btn {
        padding-bottom: 9px;
    }
}

.cbp-popup-btn:before {
    color: #FFF;
    font-family: "Ionicons";
    font-size: 17px;
    padding: 0 !important;
    letter-spacing: 0 !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

.cbp-popup-close-btn {
    float: right;
}

.cbp-popup-prev-btn {
    margin-right: 5px;
}

.cbp-popup-close-btn:before {
    content: "\f2d7" !important;
}

.cbp-popup-prev-btn:before {
    content: "\f2ca" !important;
}

.cbp-popup-next-btn:before {
    content: "\f30f" !important;
}

.cbp-popup-navigation-wrap {
    display: table;
}

.cbp-popup-navigation {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

    .cbp-popup-navigation .cbp-popup-btn {
        display: inline-block !important;
    }

#js-pagination-slider {
    text-align: center;
}

.cbp-pagination-item {
    max-width: 100px;
    display: inline-block;
    cursor: pointer;
    margin-top: 7px;
    margin-right: 2px;
    position: relative;
}

    .cbp-pagination-item img {
        display: block;
        width: 100%;
        height: auto;
        border: 0;
    }

    .cbp-pagination-item:after {
        left: 0;
        background: rgba(255, 255, 255, 0.4);
    }

    .cbp-pagination-item:hover:after {
        background: rgba(255, 255, 255, 0.2);
    }

.cbp-pagination-active:after {
    background: transparent;
}

.cbp-slider-edge {
    margin-bottom: 25px;
}

    .cbp-slider-edge .cbp-nav-next,
    .cbp-slider-edge .cbp-nav-prev {
        background: transparent;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        z-index: 100;
        width: 35px;
        height: 33px;
    }

    .cbp-slider-edge .cbp-nav-next {
        right: -50px;
        left: auto;
    }

    .cbp-slider-edge .cbp-nav-prev {
        left: -50px;
        right: auto;
    }

        .cbp-slider-edge .cbp-nav-next:after,
        .cbp-slider-edge .cbp-nav-prev:after {
            background: rgba(30, 30, 30, 0.8) !important;
            font-family: "Ionicons";
            font-size: 17px;
            line-height: 33px;
            padding: 0;
            text-align: center;
            color: #FFF;
            transition: all 200ms ease-in;
            width: 35px;
            height: 33px;
        }

    .cbp-slider-edge .cbp-nav-next:after {
        content: "\f30f";
    }

    .cbp-slider-edge .cbp-nav-prev:after {
        content: "\f2ca";
    }

    .cbp-slider-edge .cbp-nav-next:hover:after,
    .cbp-slider-edge .cbp-nav-prev:hover:after {
        background: rgba(30, 30, 30, 1) !important;
        color: #fff !important;
    }

.cbp-nav-next:hover,
.cbp-nav-prev:hover {
    opacity: 1;
}

.cbp-slider-edge .cbp-nav-pagination {
    bottom: -30px;
}

.cbp-carousel .cbp-nav-stop {
    opacity: 1 !important;
}

.cbp-popup-singlePage.cbp-popup-singlePage-fade {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.cbp-singlePageInline-active {
    opacity: 1 !important;
}

    .cbp-singlePageInline-active .cbp-caption-activeWrap {
        opacity: 1;
    }

    .cbp-singlePageInline-active .cbp-l-caption-body {
        transform: translate3d(0, 0, 0) !important;
    }

.cbp-popup-singlePageInline .cbp-popup-navigation {
    width: auto;
    height: auto;
    margin: 0;
    top: 15px;
    right: 15px;
}

.video-grid .cbp-popup-navigation {
    top: 0;
    left: 50%;
    right: auto;
    margin-left: -17px;
}

.inverse-wrapper .cbp-slider-edge .cbp-nav-pagination-item {
    border: 2px solid #ffffff;
    height: 11px;
    width: 11px;
    margin: 0 3px;
    opacity: 1;
}

    .inverse-wrapper .cbp-slider-edge .cbp-nav-pagination-item:hover,
    .inverse-wrapper .cbp-slider-edge .cbp-nav-pagination-active {
        background: #fff;
    }

.inverse-wrapper .cbp-slider-edge blockquote {
    border-left: 0;
    padding-left: 0;
    margin: 0;
}

    .inverse-wrapper .cbp-slider-edge blockquote p {
        font-size: 22px;
        line-height: 32px;
    }
/*-----------------------------------------------------------------------------------*/
/*	10. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/

figure {
    display: block;
    overflow: hidden;
    position: relative;
}

    figure img {
        display: inline;
        width: 100%;
    }

        figure img.img-auto {
            width: auto;
        }

    figure a .text-overlay {
        opacity: 1;
        height: 100%;
        position: absolute;
        text-decoration: none;
        width: 100%;
        z-index: 100;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(55%, rgba(30, 30, 30, 0.15)), color-stop(85%, rgba(30, 30, 30, 0.7)), to(rgba(30, 30, 30, 0.8)));
        background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(30, 30, 30, 0.15) 55%, rgba(30, 30, 30, 0.7) 85%, rgba(30, 30, 30, 0.8) 100%);
        background-image: linear-gradient(transparent 0%, transparent 50%, rgba(30, 30, 30, 0.15) 55%, rgba(30, 30, 30, 0.7) 85%, rgba(30, 30, 30, 0.8) 100%);
        /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(55%, rgba(30, 30, 30, 0.15)), color-stop(85%, rgba(30, 30, 30, 0.7)), to(rgba(30, 30, 30, 0.8)));
        background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(30, 30, 30, 0.15) 55%, rgba(30, 30, 30, 0.7) 85%, rgba(30, 30, 30, 0.8) 100%);
        background-image: linear-gradient(transparent 0%, transparent 50%, rgba(30, 30, 30, 0.15) 55%, rgba(30, 30, 30, 0.7) 85%, rgba(30, 30, 30, 0.8) 100%);*/
        /*background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(55%, rgba(30, 30, 30, 0.15)), color-stop(85%, rgba(30, 30, 30, 0.7)), to(rgba(30, 30, 30, 0.8)));
       background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(30, 30, 30, 0.15) 55%, rgba(30, 30, 30, 0.7) 85%, rgba(30, 30, 30, 0.8) 100%);
       background-image: linear-gradient(to bottom,rgba(30, 30, 30, 0.6), rgba(30, 30, 30, 0.15) 35%, transparent 50%,transparent 0%);
       transition: all 0.5s ease-out;*/
        text-align: right;
        padding: 12px 15px 0 0;
        line-height: 1em;
        font-family: 'Intro';
        letter-spacing: 1px;
        color: #fff;
        font-style: normal;
        font-size: 16px;
    }


        figure a .text-overlay .info {
            position: absolute;
            bottom: 10px;
            text-align: center;
            left: 20px;
            right: 20px;
            -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
        }
/*figure a .text-overlay .info {
            position: absolute;
            bottom: 100px;
            text-align: center;
            left: 30px;
            right: 30px;
            -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
            transition: transform 0.5s, opacity 0.5s;
        }*/



.tiles.blog figure a .text-overlay .info,
.blog-carousel2 figure a .text-overlay .info {
    text-align: left;
}

    .tiles.blog figure a .text-overlay .info p,
    .blog-carousel2 figure a .text-overlay .info p {
        color: #FFF;
    }

figure a .text-overlay .info .post-title {
    color: #FFF;
    margin: 0;
    font-size: 18px;
}

.tiles.blog figure a .text-overlay .info .post-title,
.blog-carousel2 figure a .text-overlay .info .post-title {
    margin-bottom: 10px;
}

.tiles.blog figure.overlay a .over span,
.blog-carousel2 figure.overlay a .over span {
    display: none !important;
}

figure a .text-overlay .info .meta {
    color: #cdcdcd;
}

.overlay a:hover .text-overlay.caption {
    opacity: 1;
}

.overlay a .over {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(30, 30, 30, 0.6);
    overflow: hidden;
    transition: all 0.4s;
}

    .overlay a .over span {
        background: #FFF;
        height: 26px;
        position: absolute;
        width: 2px;
        top: 50%;
        left: 50%;
        z-index: 2;
        margin-left: -1px;
        margin-top: -13px;
    }

        .overlay a .over span:after {
            background: #FFF;
            content: "";
            height: 2px;
            left: -12px;
            position: absolute;
            top: 12px;
            width: 26px;
        }

.overlay.small a .over span {
    height: 20px;
    width: 2px;
    margin-top: -10px;
}

    .overlay.small a .over span:after {
        height: 2px;
        left: -9px;
        top: 9px;
        width: 20px;
    }

.overlay a:hover .over {
    opacity: 1;
}

.overlay a:hover .text-overlay .info {
    -webkit-transform: none;
    transform: none;
}

.overlay.instagram a .over span {
    width: auto;
    height: auto;
    font-size: 35px;
    color: #FFF;
    opacity: 0.7;
    margin-left: -14px;
    margin-top: -14px;
    background: none;
}

    .overlay.instagram a .over span:after {
        content: "\f351";
        font-family: "Ionicons";
        width: auto;
        height: auto;
        top: 0;
        left: 0;
        background: none;
    }
/*-----------------------------------------------------------------------------------*/
/*	11. SWIPER
/*-----------------------------------------------------------------------------------*/

.swiper-container-wrapper {
    position: relative;
}

.swiper-container.image-carousel {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}

    .swiper-container.image-carousel img {
        width: auto;
        height: 500px;
    }

    .swiper-container.image-carousel .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: none;
        width: auto;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.swiper-container-wrapper .swiper-pagination {
    position: absolute;
    text-align: center;
    z-index: 10;
    bottom: -30px;
    width: 100%;
}

.swiper-container-wrapper.blog-carousel2-wrapper .swiper-pagination {
    bottom: -40px !important;
}

.swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    opacity: 1;
    transition: background 200ms ease-in;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 2px solid #bbb;
    background: none;
}

    .swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet:hover,
    .swiper-container-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #bbb;
    }

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    color: #FFF;
    font-size: 17px;
    font-family: "Ionicons";
    font-weight: normal;
    width: auto;
    height: auto;
    padding: 8px 11px;
}

.blog-carousel-wrapper .swiper-button-prev,
.blog-carousel-wrapper .swiper-button-next {
    top: 123px !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled:hover,
.swiper-button-next.swiper-button-disabled:hover {
    background: rgba(30, 30, 30, 0.2) !important;
    opacity: 1;
    pointer-events: auto !important;
}

.swiper-button-prev,
.swiper-button-next {
    background: rgba(30, 30, 30, 0.8) !important;
}

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: rgba(30, 30, 30, 1) !important;
    }

    .swiper-button-prev:before {
        content: "\f2ca";
    }

    .swiper-button-next:before {
        content: "\f30f";
    }

.blog-carousel-wrap .swiper-button-prev,
.blog-carousel-wrap .swiper-button-next {
    opacity: 0 !important;
}

.blog-carousel-wrap:hover .swiper-button-prev,
.blog-carousel-wrap:hover .swiper-button-next {
    opacity: 1 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	12. REVOLUTION
/*-----------------------------------------------------------------------------------*/

.tparrows {
    cursor: pointer;
    background: none;
    width: auto;
    height: auto;
    position: absolute;
    display: block;
    z-index: 1000;
    transition: background 200ms ease-in;
}

    .tparrows:hover {
        background: none;
    }

    .tparrows:before {
        font-size: 40px;
        color: rgba(255, 255, 255, 0.7);
        transition: color 200ms ease-in;
    }

    .tparrows:hover:before {
        color: rgba(255, 255, 255, 1);
    }

.tp-bullet {
    transition: background 200ms ease-in;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: none;
}

    .tp-bullet.selected,
    .tp-bullet:hover {
        background-color: #ffffff;
    }

.tp-caption {
    color: #FFF;
}

    .tp-caption.large {
        font-weight: 600;
    }

    .tp-caption.medium {
        font-weight: normal;
    }

    .tp-caption.dark-layer {
        background: rgba(30, 30, 30, 0.8);
        padding: 12px 17px 11px;
    }

        .tp-caption.dark-layer.display {
            padding: 11px 16px 10px;
            font-weight: 600;
        }

    .tp-caption.light-layer {
        background: rgba(255, 255, 255, 0.8);
        padding: 12px 17px 11px;
        color: #404040;
    }

.tp-bannertimer {
    background: rgba(255, 255, 255, 0.4);
}

html.boxshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.rev_slider_wrapper {
    overflow: hidden !important;
}

.slider-video {
    margin-bottom: 10px !important;
}

.rev_slider video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.erinyen .tp-thumb-over {
    background: rgba(0, 0, 0, 0.5);
}

.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
    background: transparent;
}
/*-----------------------------------------------------------------------------------*/
/*	13. COLLAGE
/*-----------------------------------------------------------------------------------*/

.collage {
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 6px;
    margin-right: 5px;
}

.blog .post .collage {
    margin-left: -6px;
}

.collage-image-wrapper {
    opacity: 0;
    overflow: hidden;
}

    .collage-image-wrapper img {
        padding: 6px;
    }

    .collage-image-wrapper figure a {
        color: #FFF !important;
    }

    .collage-image-wrapper .overlay a .over {
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
    }
/*-----------------------------------------------------------------------------------*/
/*	14. FOTORAMA
/*-----------------------------------------------------------------------------------*/

.fotorama__wrap {
    margin: 0 auto;
}

.post .fotorama-wrapper {
    background: none;
}

.fotorama__spinner {
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: none;
    font-family: "Ionicons";
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: none;
    }
}

.fotorama__arr--prev {
    left: 15px;
}

.fotorama__arr--next {
    right: 15px;
}

.fotorama__arr--prev,
.fotorama__arr--next {
    text-align: center;
    font-size: 17px;
    border-radius: 0;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    padding: 7px 12px;
    background: rgba(30, 30, 30, 0.8);
    color: #fff;
    transition: all 200ms ease-in !important;
}

    .fotorama__arr--prev:hover,
    .fotorama__arr--next:hover {
        background: rgba(30, 30, 30, 1);
    }

.fotorama__arr--disabled {
    background: rgba(30, 30, 30, 0.2);
    opacity: 1;
}

.fotorama__arr--prev:before {
    display: block;
    content: '\f2ca';
}

.fotorama__arr--next:before {
    display: block;
    content: '\f30f';
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding: 0 !important;
    margin: 6px 3px 0 !important;
}

.fotorama__thumb-border {
    display: none;
}

.fotorama__caption {
    font: inherit;
    line-height: inherit;
    display: inline-block;
    bottom: 20px;
    color: #FFF;
    text-align: center;
}

.fotorama__nav__frame.fotorama__nav__frame--thumb {
    opacity: 1;
    transition: all 200ms ease-in;
    position: relative;
}

    .fotorama__nav__frame.fotorama__nav__frame--thumb:hover,
    .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
        opacity: 1;
    }

        .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active:before {
            border: 2px solid #80c9c5;
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

.fotorama__caption__wrap {
    background: rgba(30, 30, 30, 0.8);
    padding: 7px 12px 6px;
}

.fotorama__nav:before,
.fotorama__stage:before,
.fotorama__nav:after,
.fotorama__stage:after {
    background: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*	15. BLOG
/*-----------------------------------------------------------------------------------*/

.classic-view figure {
    margin-bottom: 20px;
}

.list-view .post figure figcaption .inner {
    padding: 25px 30px;
    background: #ffffff;
}

    .list-view .post figure figcaption .inner p {
        margin: 0;
    }

.grid-view p {
    margin-bottom: 10px;
}

.classic-view .post,
.list-view .post,
.grid-view:not(.blog-carousel) .post {
    margin-bottom: 60px;
}

.grid-view hr {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.grid-view hr {
    clear: left;
    display: none;
}

    .grid-view hr:nth-child(3n) {
        display: block;
    }

.grid-view .blog-content hr:nth-child(3n) {
    display: none;
}

.grid-view .blog-content hr:nth-child(4n) {
    display: block;
}

.grid-view .post figure {
    margin-bottom: 20px;
}

.grid-view .post {
    text-align: center;
}

.grid-view .post-content {
    padding: 0 10px;
}

.meta,
.more {
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.classic-view .meta {
    margin-bottom: 20px;
}

.meta,
.meta a,
.more {
    color: #999;
}

    .meta a:hover {
        color: #80c9c5;
    }

    .meta.tags {
        margin: 0 0 10px 0 !important;
    }

        .meta.tags a:before {
            content: "#";
            display: inline;
        }

    .more:after {
        content: "\f30f";
        font-family: "Ionicons";
        padding-left: 5px;
        vertical-align: -1px;
        font-size: 12px;
        font-weight: normal;
    }

    .meta span:after {
        content: "/";
        font-size: 10px;
        font-weight: 500;
        padding: 0 10px 0 10px;
    }

    .meta span:last-child:after {
        display: none;
    }

span.category em {
    font-style: normal;
}

    span.category em.green a {
        color: #80c9c5 !important;
    }

    span.category em.forest a {
        color: #80c9a1 !important;
    }

    span.category em.lime a {
        color: #a0c274 !important;
    }

    span.category em.brown a {
        color: #af9075 !important;
    }

    span.category em.rose a {
        color: #d77d8a !important;
    }

    span.category em.blue a {
        color: #73b2cf !important;
    }

    span.category em.purple a {
        color: #808ec9 !important;
    }

    span.category em.pink a {
        color: #c989a9 !important;
    }

    span.category em.title-intro {
        font-family: 'Intro';
    }

    span.category em.orange a {
        color: #e79965 !important;
    }

    span.category em.navy a {
        color: #5d6977 !important;
    }

    span.category em.red a {
        color: #e96161 !important;
    }

    span.category em.green a:hover {
        border-color: #80c9c5 !important;
    }

    span.category em.forest a:hover {
        border-color: #80c9a1 !important;
    }

    span.category em.lime a:hover {
        border-color: #a0c274 !important;
    }

    span.category em.brown a:hover {
        border-color: #af9075 !important;
    }

    span.category em.rose a:hover {
        border-color: #d77d8a !important;
    }

    span.category em.blue a:hover {
        border-color: #73b2cf !important;
    }

    span.category em.purple a:hover {
        border-color: #808ec9 !important;
    }

    span.category em.pink a:hover {
        border-color: #c989a9 !important;
    }

    span.category em.orange a:hover {
        border-color: #e79965 !important;
    }

    span.category em.navy a:hover {
        border-color: #5d6977 !important;
    }

    span.category em.red a:hover {
        border-color: #e96161 !important;
    }

.pagination {
    display: block;
    margin: 0 0 20px 0;
}

    .pagination ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0;
    }

        .pagination ul > li {
            display: inline-block;
            padding: 0;
            margin: 0;
            line-height: 1;
        }

            .pagination ul > li > a {
                display: inline-block;
                margin-bottom: 0;
                letter-spacing: normal;
                margin-right: 6px !important;
            }

    .pagination.text-center ul > li > a {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .pagination ul > li.active > a {
        background: #80c9c5 !important;
    }

    .pagination ul > li > a > i:before {
        line-height: 0;
    }

    .pagination ul > li > a > i {
        font-size: 14px;
        line-height: 0;
        vertical-align: middle;
    }

.post-nav-wrapper {
    overflow: hidden;
    display: table;
    width: 100%;
    text-transform: none !important;
}

    .post-nav-wrapper .meta {
        position: relative;
        display: inline-block;
        margin: 0;
    }

    .post-nav-wrapper .post-nav {
        display: table-cell;
        vertical-align: top;
        width: 50%;
        text-align: right;
        box-sizing: border-box;
        padding: 0 35px;
    }

    .post-nav-wrapper .next {
        text-align: left;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }

        .post-nav-wrapper .prev i,
        .post-nav-wrapper .next i {
            position: absolute;
            top: 0;
            left: 0;
        }

    .post-nav-wrapper .prev .meta {
        padding-left: 15px;
    }

    .post-nav-wrapper .next i {
        left: auto;
        right: 0;
    }

    .post-nav-wrapper .next .meta {
        padding-right: 15px;
    }

.about-author {
    position: relative;
    padding: 0 0 0 210px;
}

    .about-author .author-image {
        position: absolute;
        top: 0;
        left: 0;
    }

.date-wrapper {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: #404040;
    text-align: center;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 30px;
    left: 30px;
    display: table;
}

    .date-wrapper .date {
        display: table-cell;
        vertical-align: middle;
    }

    .date-wrapper span {
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 11px;
    }

        .date-wrapper span.day {
            font-size: 15px;
        }
/*-----------------------------------------------------------------------------------*/
/* 	16. WIDGETS
/*-----------------------------------------------------------------------------------*/

.sidebox {
    margin-top: 50px;
    display: block;
}

    .sidebox:first-child {
        margin-top: 0;
    }

    .sidebox a {
        color: inherit;
    }

        .sidebox a:hover {
            color: #80c9c5;
        }

.sidebar {
    padding-left: 35px !important;
}

    .sidebar.left-sidebar {
        padding-left: 15px !important;
        padding-right: 35px !important;
    }

    .sidebar.col-sm-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

.widget ul {
    padding: 0;
    margin: 0;
}

.widget li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.widget .post-list {
    padding: 0;
    margin: 0;
}

    .widget .post-list p {
        margin: 0;
    }

    .widget .post-list:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .widget .post-list li {
        clear: both;
        margin-bottom: 15px;
        display: block;
        overflow: hidden;
    }

        .widget .post-list li a {
            color: #4d4d4d;
        }

            .widget .post-list li a:hover {
                color: #80c9c5;
            }

    .widget .post-list figure {
        float: left;
        width: 70px;
        height: 70px;
    }

    .widget .post-list .post-content {
        /*margin-left: 85px;*/
        margin-bottom: 0;
    }

    .widget .post-list li .post-title {
        margin-bottom: 2px;
    }

.widget-title {
    margin-bottom: 15px;
}

.widget .list {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer [class*="col-"] .widget {
    margin-top: 30px;
}

    footer [class*="col-"] .widget:first-child {
        margin-top: 0;
    }

footer.footer-bg {
    background-image: url(style/images/art/footer1.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    padding-bottom: 300px;
    background-size: cover;
    background-color: #FFF;
}

ul.tag-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: -6px;
    font-size: 0;
    line-height: 0;
}

    ul.tag-list li {
        padding: 0;
        margin: 0;
        display: inline-block;
        background: none;
    }

        ul.tag-list li a {
            display: inline-block;
            margin-bottom: 6px;
            margin-right: 6px;
            padding: 12px 15px 11px;
            font-size: 10px;
        }

            ul.tag-list li a.btn:hover {
                color: #FFF !important;
            }

.inverse-wrapper ul.tag-list li a {
    background: #393939;
}
/*-----------------------------------------------------------------------------------*/
/*	17. COMMENTS
/*-----------------------------------------------------------------------------------*/

#comments {
    margin: 0;
    position: relative;
}

    #comments ol.commentlist {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #comments ol.commentlist li {
            padding: 30px 0 0 0;
            background: none;
            border-top: 1px solid rgba(0, 0, 0, 0.15);
            margin-top: 25px;
        }

            #comments ol.commentlist li:first-child {
                border: none;
                margin: 0;
            }

    #comments .user {
        float: left;
        width: 70px;
        height: 70px;
        position: relative;
    }

    #comments .message p {
        margin: 0;
    }

        #comments .message p + p {
            margin-top: 15px;
        }

    #comments .message-inner {
        margin-left: 100px;
        position: relative;
        overflow: hidden;
    }

    #comments ul.children {
        margin: 0;
        overflow: inherit;
        padding: 0 0 0 35px;
        list-style: none;
    }

    #comments .info h5 {
        margin: 0;
        display: inline;
    }

    #comments .info {
        margin-bottom: 12px;
    }

        #comments .info h5 a {
            color: #404040;
        }

            #comments .info h5 a:hover {
                color: #80c9c5;
            }

        #comments .info .meta {
            display: block;
            margin: 0;
        }

            #comments .info .meta .date {
                display: inline;
            }

.comment-form-wrapper p {
    padding-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	 18. TOOLTIP
/*-----------------------------------------------------------------------------------*/

.tooltip {
    font: inherit;
}

.tooltip-inner {
    color: #fff;
    background-color: #80c9c5;
    padding: 5px 12px 5px;
    border-radius: 0;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #80c9c5;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #80c9c5;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #80c9c5;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #80c9c5;
}
/*-----------------------------------------------------------------------------------*/
/*	19. TABS
/*-----------------------------------------------------------------------------------*/

.nav-tabs {
    border: 0;
    margin: 0;
}

    .nav-tabs > li {
        margin: 0 5px 0 0;
    }

        .nav-tabs > li > a {
            border-radius: 0;
            color: #404040;
            background: none;
            font-size: 14px;
            font-weight: 600;
            padding: 12px 20px 11px;
            border: 0;
        }

            .nav-tabs > li > a:hover,
            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
                background: #fff;
                color: #404040;
                border: 0;
            }

.tab-content {
    background: #fff;
    padding: 20px 20px 5px 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	20. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/

.panel-group .panel {
    margin-bottom: 10px;
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
    background: none !important;
    border: 0 !important;
}

    .panel-group .panel-heading .panel-title {
        color: #404040;
        background: none;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        border-radius: 0;
        transition: all 150ms ease-in;
    }

.panel-group .panel-title > a {
    display: block;
    background: #FFF;
    padding: 12px 20px 11px 0;
}

    .panel-group .panel-active a,
    .panel-group .panel-title > a:hover,
    .panel-group .panel-title > a:focus,
    .panel-group .panel-heading .panel-title:hover,
    .panel-group .panel-active .panel-heading .panel-title {
        border: 0;
        color: #404040;
    }

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0;
}

.panel-body {
    padding: 0 20px 20px 0px;
    background: #FFF;
}
/*-----------------------------------------------------------------------------------*/
/* 	21. FACTS
/*-----------------------------------------------------------------------------------*/

.facts .icon i {
    color: #404040;
    margin: 0 auto;
}

.facts .fcounter {
    color: #404040;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 26px;
}

.facts p {
    color: #606060;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	22. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/

.progress-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .progress-list p {
        margin-bottom: 0;
    }

    .progress-list li {
        margin-bottom: 7px;
    }

        .progress-list li span {
            float: right;
        }

.progress.plain {
    height: 25px;
    margin-bottom: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .progress.plain .bar {
        float: left;
        filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        text-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #80c9c5 !important;
    }

.bar-container {
    background: rgba(0, 0, 0, 0.05) !important;
    line-height: 1;
}

.progress.plain.green .bar {
    background: #80c9c5 !important;
}

.progress.plain.forest .bar {
    background: #80c9a1 !important;
}

.progress.plain.lime .bar {
    background: #a0c274 !important;
}

.progress.plain.brown .bar {
    background: #af9075 !important;
}

.progress.plain.rose .bar {
    background: #d77d8a !important;
}

.progress.plain.blue .bar {
    background: #73b2cf !important;
}

.progress.plain.purple .bar {
    background: #808ec9 !important;
}

.progress.plain.pink .bar {
    background: #c989a9 !important;
}

.progress.plain.orange .bar {
    background: #e79965 !important;
}

.progress.plain.navy .bar {
    background: #5d6977 !important;
}

.progress.plain.red .bar {
    background: #e96161 !important;
}
/*-----------------------------------------------------------------------------------*/
/* 	23. PRICING & TABLES
/*-----------------------------------------------------------------------------------*/

.panel.pricing {
    text-align: center;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #FFF;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .panel.pricing:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 12px;
        left: 27px;
        right: 27px;
        bottom: 12px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        transition: all 200ms ease-in;
        pointer-events: none;
    }

    .panel.pricing:hover:before {
        border: 1px solid rgba(0, 0, 0, 0.3);
    }

    .panel.pricing .panel-heading {
        padding: 0;
    }

    .panel.pricing .panel-title {
        margin: 0;
        padding: 35px 0;
        font-size: 22px;
        color: #404040;
        background: #FFF;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .panel.pricing .icon {
        margin-bottom: 10px;
    }

    .panel.pricing table {
        margin-bottom: 0;
    }

.pricing .panel-body {
    padding: 35px 0 0 0;
    text-align: center;
    background: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.panel.pricing .price {
    padding: 20px 0 0;
    margin: 0;
    color: #404040;
    background: none;
    font-weight: 500;
}

.price-value {
    font-size: 50px;
}

.price-currency {
    display: inline-block;
    vertical-align: super;
    font-size: 16px;
    padding-right: 3px;
}

.price-duration {
    font-size: 14px;
    display: block;
}

    .price-duration:before {
        content: "/";
        padding-right: 5px;
    }

.panel-desc {
    display: block;
    margin-top: 10px;
    line-height: 1;
    letter-spacing: normal;
    color: #606060;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px 0;
    line-height: 1;
    vertical-align: top;
}

.pricing .table > tbody > tr > td {
    border: 0;
}

.panel.pricing .table > tbody > tr:nth-child(2n) {
    background: none;
}

.panel-footer {
    padding: 25px 0 40px;
    background: none;
    border: 0;
    background: #FFF;
}

.panel.pricing .panel-footer a {
    margin: 0;
}

.panel.pricing .panel-title,
.pricing .panel-body {
    border: 0;
    background: none;
}

.panel.pricing .panel-title {
    padding-top: 5px;
    font-size: 18px;
}

.pricing .price-duration {
    font-size: 14px;
    display: block;
}

.pricing .panel-heading {
    padding-top: 10px !important;
}

.pricing .panel-footer {
    padding-top: 40px;
    padding-bottom: 20px;
    background: none;
}
/*-----------------------------------------------------------------------------------*/
/*	24. TILES
/*-----------------------------------------------------------------------------------*/

.tiles .items:after {
    content: '';
    display: block;
    clear: both;
}

.tiles {
    margin: 0 -6px -6px 0;
    overflow: hidden;
}

    .tiles .item {
        float: left;
        overflow: hidden;
        margin-bottom: 6px !important;
    }

    .tiles .item {
        height: auto;
    }

        .tiles .item figure {
            position: relative;
            height: 100%;
            overflow: hidden;
            margin: 0 6px 0 0;
        }

            .tiles .item figure img {
                position: relative;
                width: 100%;
                max-width: 100%;
            }
/*-----------------------------------------------------------------------------------*/
/* 	25. BASIC GALLERY
/*-----------------------------------------------------------------------------------*/

.basic-gallery {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .basic-gallery li {
        display: block;
        width: 100%;
        margin-top: 40px;
    }

        .basic-gallery li:first-child {
            margin-top: 0;
        }

        .basic-gallery li img {
            display: inline;
            max-width: 100%;
            height: auto;
        }

.modal .basic-gallery li img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*-----------------------------------------------------------------------------------*/
/*	26. FORMS
/*-----------------------------------------------------------------------------------*/

select {
    -webkit-appearance: none;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 400;
}

label {
    font-weight: inherit;
}

.form-field label {
    width: 100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: inherit;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 40px;
    color: inherit;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    resize: none;
    vertical-align: middle;
    box-shadow: none;
    transition: all 150ms ease-in;
}

.widget input {
    margin-bottom: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.35);
}

textarea {
    height: 100%;
    padding: 8px 13px;
    line-height: 24px;
    margin-bottom: 20px;
    min-height: 200px;
    resize: vertical;
    font-weight: inherit;
}

.form-container .form-field {
    position: relative;
}

    .form-container .form-field i {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 13px;
        margin: 1px 0 0 0;
        line-height: 40px;
        color: #a3a3a3;
        height: 38px;
        line-height: 40px;
        border-right: 1px solid #ccc;
        font-weight: normal;
    }

    .form-container .form-field input,
    .form-container .form-field select {
        -moz-appearance: none;
    }
/*.form-container [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}*/

select {
    color: #606060 !important;
}

@-moz-document url-prefix() {
    select {
        color: #606060 !important;
        text-shadow: 0 0 0 transparent !important;
    }
}

.vanilla-form .btn {
    display: block;
}

.text-center .vanilla-form .btn {
    margin: 0 auto;
}

.vanilla-form label.custom-select {
    position: relative;
    display: block;
}

    .vanilla-form label.custom-select span {
        position: absolute;
        display: inline-block;
        text-align: center;
        right: 10px;
        top: 0;
        height: auto;
        width: auto;
        pointer-events: none;
        padding: 9px 0 0 0;
        color: #606060;
    }

        .vanilla-form label.custom-select span::after {
            content: '\f123';
            font-family: "Ionicons";
            font-size: 11px;
        }

    .vanilla-form input.error,
    .vanilla-form textarea.error,
    .vanilla-form label.custom-select select.error,
    .vanilla-form label.custom-select select.error:active,
    .vanilla-form label.custom-select select.error:focus {
        border: 1px solid #d9534f !important;
    }

.state-error,
.btn.state-error:hover {
    background-color: #de4747 !important;
}

.vanilla-form .radio-set {
    margin-bottom: 10px;
}

    .vanilla-form .radio-set label {
        margin-right: 10px;
    }

.vanilla-form input[type="radio"],
.vanilla-form input[type="checkbox"] {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    margin: 0;
    padding: 0;
    height: 10px;
}

    .vanilla-form input[type="radio"] + span,
    .vanilla-form input[type="checkbox"] + span {
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: #ffffff;
        border: 1px solid #ccc;
        text-align: center;
        vertical-align: -3px;
        position: relative;
    }

        .vanilla-form input[type="radio"] + span::after,
        .vanilla-form input[type="checkbox"] + span::after {
            content: "";
            display: inline-block;
            opacity: 0;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

    .vanilla-form input[type="radio"]:focus + span,
    .vanilla-form input[type="checkbox"]:focus + span,
    .vanilla-form input[type="radio"]:active + span,
    .vanilla-form input[type="checkbox"]:active + span {
        border-color: #80c9c5;
    }

    .vanilla-form input[type="radio"]:checked + span::after,
    .vanilla-form input[type="checkbox"]:checked + span::after {
        opacity: 1;
    }

    .vanilla-form input[type="radio"].error + span,
    .vanilla-form input[type="checkbox"].error + span {
        border-color: #de4747;
    }

    .vanilla-form input[type="radio"] + span {
        border-radius: 100%;
    }

        .vanilla-form input[type="radio"] + span::after {
            border-radius: 100%;
            background-color: #80c9c5;
            border-color: #80c9c5;
        }

    .vanilla-form input[type="radio"]:checked + span,
    .vanilla-form input[type="checkbox"]:checked + span {
        border: 1px solid #80c9c5;
    }

        .vanilla-form input[type="radio"]:checked + span::after {
            border: 4px solid #ffffff;
        }

    .vanilla-form input[type="checkbox"] + span::after {
        height: 40%;
        width: 70%;
        background-color: transparent;
        border: 0 solid #80c9c5;
        top: 9px;
        left: 2px;
        -webkit-transform: rotate(-45deg) translate(50%, -75%);
        -moz-transform: rotate(-45deg) translate(50%, -75%);
        -ms-transform: rotate(-45deg) translate(50%, -75%);
        -o-transform: rotate(-45deg) translate(50%, -75%);
        transform: rotate(-45deg) translate(50%, -75%);
    }

    .vanilla-form input[type="checkbox"]:checked + span::after {
        border-left-width: 0.2em;
        border-bottom-width: 0.2em;
    }

.vanilla-form .notification-box {
    display: block;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

    .vanilla-form .notification-box.show-error {
        background-color: #f2dede;
        border-color: #ddb8be;
        color: #a94442;
        border-radius: 4px;
    }

    .vanilla-form .notification-box.show-success {
        background-color: #5cb85c;
        border: 0;
        color: #FFF;
        border-radius: 4px;
    }

.searchform {
    position: relative;
}

    .searchform input {
        max-width: 80%;
    }

    .searchform input {
        margin: 0;
    }

::-webkit-input-placeholder {
    color: #e6e7e7 !important;
    font-weight: normal !important;
}

:-moz-placeholder {
    color: #e6e7e7 !important;
    font-weight: normal !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #e6e7e7 !important;
    font-weight: normal !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #e6e7e7 !important;
    font-weight: normal !important;
}
/*-----------------------------------------------------------------------------------*/
/* 	27. PARALLAX & VIDEO PARALLAX
/*-----------------------------------------------------------------------------------*/

.parallax {
    background: url(style/images/art/parallax.jpg) fixed no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax1 {
    background-image: url(/Images/slider-home/slider-bg4.jpg);
}

.palazzo-marchesale {
    background-image: url(/Images/slider-home/1palazzo_LT.jpg);
}

.la-gravina {
    background-image: url(/Images/scopri-laterza/banner-gravina.jpg);
}

.il-borgo {
    background-image: url(/Images/slider-home/slider-bg1.jpg);
}

.muma-laterza {
    background-image: url(/Images/scopri-laterza/banner-muma.jpg);
}

.enogastronomia {
    background-image: url(/Images/scopri-laterza/enogastronomia.jpg);
}

.food-and-wine {
    background-image: url(/Images/scopri-laterza/enogastronomia.jpg);
}

.locating-laterza {
    background-image: url(/Images/scopri-laterza/locating-laterza.jpg);
}

.food {
    background-image: url(/Images/scopri-laterza/enogastronomia.jpg);
}

.fontana-dei-mascheroni {
    background-image: url(/Images/slider-home/slider-bg4.jpg);
}

.oasi-lipu {
    background-image: url(/Images/scopri-laterza/banner-gravina.jpg);
}

.madonna-delle-grazie {
    background-image: url(/Images/scopri-laterza/madonna-delle-grazie.jpg);
}

.chiesa-san-lorenzo-martire {
    background-image: url(/Images/scopri-laterza/chiesa-san-lorenzo-martire.jpg);
}

.santuario-mater-domini {
    background-image: url(/Images/scopri-laterza/santuario.jpg);
}

.museo-civilta-contadina {
    background-image: url(/Images/scopri-laterza/museo-civilta-contadina.jpg);
}


.parallax2 {
    background-image: url(/Images/slider-home/1palazzo_LT.jpg);
}

/*** new style  laterza turismo custom ***/

#cia-flag{
    width: 100px;float: left
}


#home-search-btn {
    font-weight: lighter;
    color: #404040;
    font-size: 14px;
    text-transform: none;
}

#discover-edit-gallery {
    width: 201px;
    height: 202px;
    margin-bottom: 0px;
    margin-right: 0px;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    opacity: 0;
}

#caption-description {
    font-style: italic;
    font-size: 20px;
}

#caption-author {
    font-style: italic;
    font-size: 14px;
}

#club-prod-post-content {
    height: 193px;
}

#sidebar-map {
    width: 100%;
    margin-top: 10px;
}

#post-event-grid-box {
    height: 220px;
}

#link-read-more {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin: 0px;
    font-weight: lighter;
    text-transform: none;
}

.font-15 {
    font-size: 15px;
}

.p-20 {
    padding: 20px !important;
}

.font-20 {
    font-size: 20px;
}

#event-meta {
    color: #fff;
    font-weight: lighter;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.text-light {
    text-transform: none;
    font-weight: lighter;
}

.logo-modulo {
    position: absolute;
    z-index: 150;
    width: 100%;
    background-image: url('/Images/modulo 200px.png');
    background-repeat: repeat-x;
    height: 150px;
    margin-top: 15px;
}

#logo {
    margin-left: 200px;
}

#logo-mobile-wrapper {
    position: absolute;
    z-index: 999;
    margin-top: 1px;
    width: 100%;
}

#logo-mobile {
    margin: auto;
    display: block;
    width: 30%;
}

#languageSelection {
    z-index: 140;
    float: right;
}

#languageSelection2 {
    float: right;
    list-style: none;
    font-family: 'Roboto', sans-serif !important;
}

#languageSelection-wrapper {
    line-height: 65px;
}

#footer-copyright {
    color: #fff !important;
}

.margin-right-zero {
    margin-right: 0px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px !important;
}


.divider-grid-swap {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.grid-box-title {
    margin-bottom: 5px;
    font-size: 15px !important;
    line-height: 24px;
    color: #ffffff;
}

.category-info {
    text-transform: none;
    font-weight: lighter;
}

.it-more-info {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    margin: 0px;
    font-weight: lighter;
    text-transform: none !important;
}

.box-list {
    height: 193px;
}

.tile-mobile-container {
    margin-bottom: 5px !important;
}

.tile-mobile-container-first {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.tile-mobile {
    display: block;
    height: 100px;
}

    .tile-mobile h1 {
        line-height: 100px;
        color: #fff;
    }

.tile-green {
    background: #7fb678;
}

.tile-blue {
    background: #54a7b4;
}

.tile-orange {
    background: #d7b344;
}

.tile-dark-orange {
    background: #D78D34;
}

.tile-red {
    background: #D25E6F;
}

.tile-blue2 {
    background: #5586c3;
}

.tile-gray {
    background: #e6e7e7;
}

.dark-gray {
    color: #393939 !important;
}

.tile-no-background {
    background: none !important;
}

.tile-event {
    text-align: left !important;
    margin: 15px !important;
}

.tile-large {
    display: block;
    height: 288px;
}

.tile-text-leftsx {
    text-align: left;
    display: block;
    height: 30px;
    width: 95px;
    position: absolute;
    bottom: 0;
    margin: 15px;
}

.tile-text-centered {
    bottom: 100px !important;
    left: 30px !important;
    right: 30px !important;
}

.searchbar-container {
    margin-top: 6px;
}

.searchbar-input {
    width: 100% !important;
    padding: 24px;
    text-transform: none;
    color: #404040 !important;
    font-family: 'Intro';
    font-size: 80px !important;
    height: 150px !important;
}

.searchbar-button {
    background: #e6e7e7 !important;
    height: 150px;
    width: 150px;
    font-size: 80px;
    margin-right: 0;
}

.image-covered-list {
    object-fit: cover;
    height: 193px;
}

.image-covered-list-news {
    object-fit: cover;
    height: 220px;
}

.image-covered-grid {
    object-fit: cover;
    height: 380px;
}

.image-covered-itineraries-grid {
    object-fit: cover;
    height: 280px;
}

.mailForm-invalid {
    border: 1px solid #d9534f !important;
}


.subtitle {
    color: #fff !important;
    font-weight: lighter;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.post-title-laterza-turismo {
    margin-bottom: 5px !important;
    font-size: 15px !important;
    line-height: 24px !important;
}

.parallax.mobile {
    background-attachment: scroll !important;
}

.video-wrap video {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: baseline;
}

video::-webkit-media-controls {
    display: none !important;
}

.video-wrap {
    height: 100%;
    width: 100%;
}

#video-fish {
    background: url('style/video/fish.jpg') fixed no-repeat center center;
    background-size: cover;
}

.content-overlay {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    background: rgba(30, 30, 30, 0.5);
}

    .content-overlay .text {
        display: table-cell;
        vertical-align: middle;
    }

.outer-wrap {
    height: 500px;
}
/*-----------------------------------------------------------------------------------*/
/*	28. LIGHTGALLERY
/*-----------------------------------------------------------------------------------*/

.lg-backdrop {
    background: rgba(30, 30, 30, 0.97);
}

.lg-icon {
    transition: all 200ms ease-in;
}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

    .lg-outer .lg-thumb-item,
    .lg-outer .lg-thumb-item:hover {
        border-color: transparent;
    }

        .lg-outer .lg-thumb-item.active,
        .lg-outer .lg-thumb-item.active:hover {
            border-color: #80c9c5;
        }

.lg-outer .lg-thumb {
    text-align: center;
}

.lg-outer .lg-thumb-item {
    float: none;
    display: inline-block;
}

.lg-sub-html {
    z-index: 1060;
}

    .lg-sub-html p {
        font-size: 14px;
        color: #ddd;
    }

    .lg-sub-html h3 {
        color: #FFF;
        font-size: 16px;
        margin-bottom: 5px;
    }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 80px;
}

.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer {
    background: #272727 !important;
}

.lg-sub-html {
    background: rgba(30, 30, 30, 0.6) !important;
}

.lg-outer .lg-toogle-thumb,
#lg-counter,
.lg-toolbar .lg-icon,
.lg-actions .lg-next,
.lg-actions .lg-prev {
    color: rgba(255,255,255, 0.8);
}

    .lg-actions .lg-next:hover,
    .lg-actions .lg-prev:hover {
        color: rgba(255,255,255, 1) !important;
    }

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar {
    background: none !important;
}

    .lg-toolbar .lg-icon {
        font-size: 30px;
        padding: 15px 0;
        margin-right: 5px;
    }

.lg-actions .lg-next,
.lg-actions .lg-prev {
    font-size: 25px;
}

.lg-actions .lg-prev {
    left: 10px;
}

.lg-actions .lg-next {
    right: 10px;
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-toogle-thumb {
    border-radius: 0;
}

.lg-outer .lg-toogle-thumb {
    z-index: 1061;
}

.lg-sub-html {
    padding: 15px 40px;
}

.lg-outer .lg-thumb {
    padding: 7px 0;
}

.lg-outer .lg-item {
    background: none;
}

    .lg-outer .lg-item.lg-complete:after {
        display: none;
    }

#lg-counter {
    font-size: 14px;
}
/*-----------------------------------------------------------------------------------*/
/*	29. GO TO TOP
/*-----------------------------------------------------------------------------------*/

#scrollUp {
    bottom: 20px;
    right: 20px;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
    font-size: 16px;
}

    #scrollUp .btn {
        background: rgba(60, 60, 60, 0.8);
        letter-spacing: normal;
        padding: 11px 14px 10px 14px;
    }

        #scrollUp .btn:hover,
        #scrollUp .btn:focus,
        #scrollUp .btn:active,
        #scrollUp .btn.active {
            background: rgba(60, 60, 60, 1) !important;
        }

    #scrollUp i {
        font-size: 14px;
        color: #FFF;
        padding: 0;
    }
/*-----------------------------------------------------------------------------------*/
/*	30. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/

.social {
    padding: 0;
    margin: 0;
    margin-bottom: -20px;
    font-size: 0;
    line-height: 1;
}

    .social li {
        display: inline-block;
        margin: 0 20px 20px 0;
    }

    .pull-right .social li,
    .social.pull-right li,
    .text-right .social li {
        margin: 0 0 20px 20px;
    }

    .text-center .social li,
    .social.text-center li {
        margin: 0 10px 20px 10px;
    }

    .social li a {
        display: table;
        line-height: 1;
    }

        .social li a i {
            background: none;
            box-shadow: none;
            border: 0;
            height: auto !important;
            width: auto;
            font-size: 18px;
            transition: all 150ms ease-in;
        }

    .social li a {
        color: #606060;
    }

        .social li a:hover {
            color: #80c9c5 !important;
        }
/*-----------------------------------------------------------------------------------*/
/*	31. FONT ICON PAGES
/*-----------------------------------------------------------------------------------*/

.itineraries ul {
    list-style: none;
    padding: 0;
}

    .itineraries ul li {
        padding-left: 1.3em;
    }

.itineraries li:before {
    content: "\f1ff";
    font-family: "Ionicons";
    /*font-size: 20px;*/
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}


.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .font-icons li {
        display: inline-block;
        margin-bottom: 15px;
        padding: 0 15px;
        text-align: center;
    }

    .font-icons i {
        font-size: 36px !important;
    }

.alert .close {
    line-height: 20px;
}

.retina-icons-code {
    font-size: 14px;
}

    .retina-icons-code i {
        font-size: 14px;
        width: 20px;
        display: inline-block;
    }

    .retina-icons-code tr td:first-child,
    .retina-icons-code tr th:first-child {
        text-align: center;
    }

    .retina-icons-code code {
        background: none;
        white-space: normal;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background: none !important;
}

.table-bordered {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
    border-left: none;
    background: none;
}

    .table-bordered th,
    .table-bordered td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
    }

.retina-icons-code td {
    vertical-align: middle !important;
    padding: 20px 10px !important;
}

.retina-icons-code th {
    padding: 20px 10px !important;
}

.retina-icons-code .table th,
.retina-icons-code .table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.retina-icons-code .table-bordered > thead > tr > th,
.retina-icons-code .table-bordered > tbody > tr > th,
.retina-icons-code .table-bordered > tfoot > tr > th,
.retina-icons-code .table-bordered > thead > tr > td,
.retina-icons-code .table-bordered > tbody > tr > td,
.retina-icons-code .table-bordered > tfoot > tr > td {
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
}

.retina-icons-code code {
    color: inherit;
}

.budicons-list .font-icons li {
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 20px;
}

.budicons-list .retina-icons-code i {
    font-size: 30px;
    line-height: 1;
    margin-top: 5px;
    display: block;
}

.flats {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .flats img {
        max-width: 100%;
        max-height: 200px;
        width: 100%;
        margin-bottom: 50px;
        display: inline;
    }
/*-----------------------------------------------------------------------------------*/
/*	32. DIVIDERS
/*-----------------------------------------------------------------------------------*/

.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}

.divide90 {
    width: 100%;
    height: 90px;
}

.divide100 {
    width: 100%;
    height: 100px;
}

.rm0 {
    margin-right: 0px;
}

.rm1 {
    margin-right: 1px;
}

.rm2 {
    margin-right: 2px;
}

.rm5 {
    margin-right: 5px;
}

.rm6 {
    margin-right: 6px;
}

.rm10 {
    margin-right: 10px;
}

.rm15 {
    margin-right: 15px;
}

.rm20 {
    margin-right: 20px;
}

.rm25 {
    margin-right: 25px;
}

.rm30 {
    margin-right: 30px;
}

.rm40 {
    margin-right: 40px;
}

.rm50 {
    margin-right: 50px;
}

.m0 {
    margin: 0px;
}

.lm0 {
    margin-left: 0px;
}

.lm1 {
    margin-left: 1px;
}

.lm5 {
    margin-left: 5px;
}

.lm7 {
    margin-left: 7px;
}

.lm10 {
    margin-left: 10px;
}

.lm15 {
    margin-left: 15px;
}

.lm20 {
    margin-left: 20px;
}

.lm25 {
    margin-left: 25px;
}

.lm30 {
    margin-left: 25px;
}

.lm40 {
    margin-left: 40px;
}

.rp5 {
    padding-right: 5px;
}

.rp10 {
    padding-right: 10px;
}

.rp15 {
    padding-right: 15px;
}

.rp20 {
    padding-right: 20px;
}

.rp25 {
    padding-right: 25px;
}

.rp30 {
    padding-right: 30px;
}

.rp40 {
    padding-right: 40px;
}

.rp50 {
    padding-right: 50px;
}

.lp0 {
    padding-left: 0px;
}

.lp5 {
    padding-left: 5px;
}

.lp10 {
    padding-left: 10px;
}

.lp15 {
    padding-left: 15px;
}

.lp20 {
    padding-left: 20px;
}

.lp25 {
    padding-left: 25px;
}

.lp30 {
    padding-left: 30px;
}

.lp35 {
    padding-left: 35px;
}

.lp40 {
    padding-left: 40px;
}

.lp50 {
    padding-left: 50px;
}

.lp100 {
    padding-left: 100px;
}

.tp0 {
    padding-top: 0 !important;
}

.tp3 {
    padding-top: 3px;
}

.tp5 {
    padding-top: 5px;
}

.tp10 {
    padding-top: 10px;
}

.tp20 {
    padding-top: 20px;
}

.tp25 {
    padding-top: 25px;
}

.tp30 {
    padding-top: 30px;
}

.tp40 {
    padding-top: 40px;
}

.tp50 {
    padding-top: 50px;
}

.tp60 {
    padding-top: 60px;
}

.tm4 {
    margin-top: 4px;
}

.tm5 {
    margin-top: 5px;
}

.tm7 {
    margin-top: 7px;
}

.tm10 {
    margin-top: 10px;
}

.tm15 {
    margin-top: 15px;
}

.tm20 {
    margin-top: 20px;
}

.tm40 {
    margin-top: 40px;
}

.mbm1 {
    margin-bottom: -1px;
}

.bp0 {
    padding-bottom: 0 !important;
}

.bp10 {
    padding-bottom: 10px !important;
}

.bp20 {
    padding-bottom: 20px !important;
}

.bm0 {
    margin-bottom: 0 !important;
}

.bm5 {
    margin-bottom: 5px !important;
}

.bm6 {
    margin-bottom: 6px !important;
}

.bm10 {
    margin-bottom: 10px !important;
}

.bm15 {
    margin-bottom: 15px !important;
}

.bm20 {
    margin-bottom: 20px !important;
}

.bm25 {
    margin-bottom: 25px !important;
}

.bm30 {
    margin-bottom: 30px !important;
}

.bm40 {
    margin-bottom: 40px !important;
}

.bm50 {
    margin-bottom: 50px !important;
}

.bp50 {
    padding-bottom: 50px !important;
}
/*-----------------------------------------------------------------------------------*/
/*	33. BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1270px) {
    .box-layout {
        padding: 0;
        position: relative;
        background: transparent url(style/images/bg2.jpg) repeat;
    }

        .box-layout .content-wrapper {
            background: #f3f3f3 url(/images/bg.png) repeat;
            position: relative;
        }

        .box-layout .content-wrapper,
        .box-layout footer,
        .box-layout .navbar .container {
            width: 1270px !important;
            margin: 0 auto;
        }

        .box-layout .navbar .container {
            padding-left: 50px;
            padding-right: 50px;
        }
}
/*-----------------------------------------------------------------------------------*/
/*	34. RESPONSIVE
/*-----------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
    .cbp-popup-singlePage .cbp-popup-navigation {
        width: 970px !important;
    }

    .swiper-container.image-carousel img {
        height: 450px;
    }

    .image-blog p {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar.fullwidth .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .navbar .navbar-collapse {
        float: right;
        position: relative;
        right: 0;
    }

    .navbar .navbar-nav {
        float: none;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        margin: 0 !important;
    }

        .navbar .navbar-nav > li {
            margin: 0;
            display: inline-block;
        }

            .navbar .navbar-nav > li:last-child > a {
                padding-right: 0;
            }

    .navbar .dropdown-menu {
        padding-top: 11px;
        padding-bottom: 11px;
        /*background: #303030;*/
        background: #fff;
    }

        .navbar .dropdown-menu li {
            border: none;
        }

            .navbar .dropdown-menu li a {
                padding: 10px 20px;
            }

                .navbar .dropdown-menu li a:hover,
                .navbar .dropdown-menu li a.active {
                    padding: 10px 20px;
                    color: #606060 !important;
                }

    .navbar-nav ul ul {
        padding-top: 6px !important;
        padding-left: 2px !important;
    }

        .navbar-nav ul ul ul {
            padding-left: 5px !important;
        }

        .navbar-nav ul ul li {
        }

    .navbar.classic .container {
        display: table;
        vertical-align: middle;
    }

    .navbar.classic .navbar .navbar-nav {
        float: none;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        margin: 0 !important;
    }

    .navbar.classic .navbar-header {
        display: table;
        position: relative;
    }

    .navbar.classic .navbar-brand {
        width: auto;
    }

    .navbar.centered .navbar-brand,
    .navbar.centered .navbar-header,
    .navbar.centered .navbar-collapse {
        float: none !important;
        text-align: center;
    }

        .navbar.centered .navbar-collapse .navbar-nav {
            float: none;
            display: inline-block;
        }

    .navbar.classic .navbar-nav > li {
        margin: 0 0 0 40px;
    }

        .navbar.classic .navbar-nav > li > a {
            padding-left: 10px;
        }

    .navbar.centered .navbar-nav > li {
        margin: 0 20px;
    }

        .navbar.centered .navbar-nav > li > a {
            padding: 0 5px;
        }

    .navbar.extended.centered:not(.fixed) .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .navbar.extended.centered:not(.fixed) .navbar-collapse {
        background: rgba(0, 0, 0, 0.03);
    }

    .navbar.extended .navbar-header {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .navbar.extended .navbar-collapse {
        float: none !important;
        width: 100%;
    }

    .navbar.extended.centered .navbar-brand,
    .navbar.extended.centered .navbar-header,
    .navbar.extended.centered .navbar-collapse {
        float: none !important;
        text-align: center;
    }

    .navbar.extended .contact-info,
    .navbar.extended .social-wrapper {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .navbar.extended.centered .social-wrapper {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .navbar.extended .social-wrapper {
        width: auto;
    }

    .navbar.extended.fixed .navbar-header {
        display: none;
    }

    .list-view .post,
    .list-view .post figure {
        position: relative;
        float: left;
        overflow: hidden;
        width: 100%;
    }

        .list-view .post figure * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .list-view .post figure > img {
            margin-right: 50%;
            width: 50%;
        }

        .list-view .post figure figcaption {
            right: 0;
            position: absolute;
            top: 0;
            width: 50%;
            height: 100%;
            background: #ffffff;
        }

            .list-view .post figure figcaption .inner {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                padding: 0 40px;
            }

            .list-view .post figure figcaption p {
                margin: 0;
            }

    .navbar.extended.centered {
        background: none;
        box-shadow: none;
    }

    .navbar .nav > li:not(.current) > a:hover {
        color: #80c9c5 !important;
    }
}

@media (max-width: 991px) {
    .navbar:not(.banner--clone) .navbar-collapse {
        position: absolute;
        width: 100%;
    }

    .caret {
        display: inline-block;
    }

    .col-image .bg-wrapper {
        position: relative;
        height: 400px;
    }

    .col-image .inner-col {
        padding-right: 80px;
    }

    .navbar .container {
        width: 100%;
        padding: 0;
    }

    .navbar .navbar-header .navbar-brand {
        width: 100%;
    }

    .navbar .nav-bars-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

    .navbar .dropdown-menu {
        padding-left: 20px;
    }

    .navbar .navbar-nav > li {
        margin: 0 30px;
    }

        .navbar .navbar-nav > li > a {
            color: #fff !important;
        }

            .navbar .navbar-nav > li > a.current {
                color: #fefefe !important;
                font-weight: bold;
                background: none;
                text-decoration: underline !important;
            }

    /*.navbar-nav > .active > a,
    .navbar-nav > .active > a:hover {
        color: red;
    }*/

    .navbar .nav > li.current > a,
    .navbar .nav > li > a:hover {
        color: #fefefe !important;
        font-weight: bold;
        text-decoration: underline !important;
        background: none;
    }

    .navbar-nav > li > a,
    .navbar .dropdown-menu li a,
    .navbar .dropdown-menu li a:hover,
    .navbar .dropdown-menu li a.active {
        padding: 10px 0px !important;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1;
        color: #fff !important;
    }

    .navbar:not(.fixed) .navbar-header {
        height: 100px !important;
    }

    .navbar .navbar-brand {
        text-align: left !important;
    }

    .navbar .navbar-collapse {
        background: #303030 !important;
        padding: 0;
    }

    .navbar .navbar-nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    [class*="col-"][class*="lp"] {
        padding-left: 15px;
    }

    [class*="col-"][class*="rp"] {
        padding-right: 15px;
    }

    .navbar.extended {
        background: rgba(255, 255, 255, 0.85);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    }

    .list-view [class*="col-"] {
        margin-bottom: 30px;
    }

    .list-view .post {
        margin-bottom: 30px;
    }

    .image-blog p {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar .navbar-header {
        width: 750px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-header.visible-sm {
        display: table !important;
    }

    [class*="divide"].visible-sm {
        clear: both;
    }

    .image-blog-wide p {
        display: none;
    }

    .grid-view.blog-content hr:nth-child(3n) {
        display: none;
    }

    .grid-view.blog-content hr:nth-child(4n) {
        display: block;
    }

    .swiper-container.image-carousel img {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .navbar-header.visible-xs {
        display: table !important;
    }

    .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .navbar .navbar-header {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    footer [class*="col-"] {
        margin-bottom: 30px;
    }

    [class*="col-"] {
        margin-bottom: 30px;
    }

    .form-container [class*="col-"] {
        margin-bottom: 0;
    }

    .tiles .col-xs-6 {
        width: 100%;
    }

    .panel.pricing {
        border-left: 0 !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    [class*="col-"]:first-child .panel.pricing {
        border-top: 0 !important;
    }

    .pricing .panel-heading {
        padding-top: 30px !important;
    }

    .sidebar {
        padding-left: 15px !important;
    }

    .blog .sidebar {
        margin-top: 60px;
    }

    .cbp-filter-container {
        clear: both !important;
        float: none !important;
        padding-top: 20px;
    }

    .list-view .post,
    .list-view2 .post {
        margin-bottom: 30px;
    }

    .classic-view .post {
        margin-bottom: 60px;
    }

    #comments .user {
        display: none;
    }

    #comments .message-inner {
        margin-left: 0;
    }

    #comments ul.children {
        padding: 0 0 0 25px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .swiper-container.image-carousel img {
        height: 250px;
    }

    .image-blog-wide p,
    .image-blog p,
    .tiles.blog p {
        display: none;
    }

    .navbar .nav > li.current > a:after {
        display: none;
    }

    .sharing,
    .navigation {
        float: none !important;
    }

    .navigation {
        margin-top: 20px;
    }

    .row-offset-0 .inner-col {
        padding: 60px 20px;
    }

    .sub-footer * {
        float: none !important;
    }

    .sub-footer .social.pull-right {
        margin-top: 10px;
    }

        .sub-footer .social.pull-right li {
            margin: 0 20px 20px 0 !important;
        }

    .about-author {
        position: relative;
        padding: 0;
    }

        .about-author .author-image {
            position: relative;
            padding-bottom: 10px;
        }

    .post-nav-wrapper .post-nav {
        width: 100% !important;
        text-align: left !important;
        padding: 0 !important;
        display: block !important;
        border: 0 !important;
    }

    .navbar.fixed .navbar-collapse .navbar-nav {
        max-height: calc(100vh - 65px) !important;
        overflow-y: auto;
    }

    .slider-overlay {
        opacity: 1;
        height: 100%;
        position: absolute;
        text-decoration: none;
        width: 100%;
        z-index: 100;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(55%, rgba(30, 30, 30, 0.15)), color-stop(85%, rgba(30, 30, 30, 0.7)), to(rgba(30, 30, 30, 0.8)));
        background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(30, 30, 30, 0.15) 55%, rgba(30, 30, 30, 0.7) 85%, rgba(30, 30, 30, 0.8) 100%);
        background-image: linear-gradient(to bottom,rgba(30, 30, 30, 0.6), rgba(30, 30, 30, 0.15) 35%, transparent 50%,transparent 0%);
        transition: all 0.5s ease-out;
    }

    a.selected-language {
        color: #000 !important;
        text-decoration: underline !important;
    }

    .title-intro {
        font-family: 'Intro';
    }

    .social-add-this-margin {
        margin-left: -5px !important;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #000;
        border-color: #337ab7;
        cursor: default;
    }




    /*.tile_text {
        text-align: right; 
        padding: 12px 15px 0 0; 
        line-height: 1em;  
        font-family: 'Intro'; 
        letter-spacing: 1px; 
        color: #fff; 
        font-style: normal; 
        font-size:16px
    }*/
}

