body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #464848;
    background: #fff;
}

h1, h2, h3, h4, h5, h6, h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    color: #2a2626;
}

a {
    color: #909090;
}

a:hover {
    color: #0d3880;
    text-decoration: none;
}

h5 {
    font-size: 19px;
}

button {
    cursor: pointer;
}

.ease-trans4 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.box-shadow1 {
    box-shadow: 0 0 3px #fff;
    -moz-box-shadow: 0 0 3px #fff;
    -webkit-box-shadow: 0 0 3px #fff;
    -o-box-shadow: 0 0 3px #fff;
}
.box-shadow1:hover {
    box-shadow: 0 0 3px #e2e0e0;
    -moz-box-shadow: 0 0 3px #e2e0e0;
    -webkit-box-shadow: 0 0 3px #e2e0e0;
    -o-box-shadow: 0 0 3px #e2e0e0;
}
.main-bg, .main-bg-hover:hover {
    background-color: #0d3880;
    color: #fff;
}

.main-border-color {
    border-color: #909090;
}

.main-text-color {
    color: #0d3880;
}

.fluid-img {
    display: block;
    width: 100%;
}

.std-section {
    padding: 80px 0;
    position: relative;
}

.std-section .container {
    z-index: 1;
    position: relative;
}

.section-title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 30px;
}

.link-animation a {
    position: relative;
}

.link-animation a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #909090;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.menu-section-style2 .menu-wrapper a:after {
    background: #fff;
}

.link-animation a:hover:after, .link-animation a.selected:after,
.link-animation li.current-menu-item > a:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.main-bg-btn {
    color: #fff;
    background-color: #909090;
    border: 0 none;
}

.main-bg-btn:hover {
    color: #fff;
    background-color: #0d3880;
    border: 0 none;
}

.main-bg-btn.focus, .main-bg-btn:focus {
    box-shadow: 0 0 0 3px rgba(232, 222, 13, 0.25);
}

.btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    background-color: #0d3880;
    border: 0 none;
}

.vertical-icon-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.vertical-icon-list li {
    display: inline-block;
    padding: 10px 15px;
}

.vertical-icon-list li a {
    color: #464848;
}
.fullwidth-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lum-lightbox {
    z-index:999;
}
.site-title2 {
    text-align: center;
    padding: 15px 0;
}

.site-title2 > a {
    display: inline-block;
}

.site-title2 > a > img {
    max-width: 100%;
}

.banner-style2 {
    position: relative;
}
.banner-image-wrapper2 {
    position: relative;
}

.banner-image-wrapper2 .overlay-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.9;
}

.menu-section-style2 {
    position: relative;
    width: 100%;
    text-align: center;
}

.menu-section-style2 .menu-toggle-btn-wrapper {
    padding-top: 15px;
}

.banner-text-block2-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    z-index: 1;
}

.banner-text-block2-wrapper .banner-text-block2 {
    display: table;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    color: #fff;
}

.banner-text-block2-wrapper .banner-text-block2 .title {
    margin-top: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 19px;
    color: #fff;
}

.banner-text-block2-wrapper .banner-text-block2 .text-block {
    font-size: 13px;
    line-height: 21px;
}
.service-style2-section .fullwidth-box {
    opacity: 0.9;
    z-index: 0;
}

.service-style2-section .max-width-box {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

.tour-package-section-style2 {
    padding-bottom: 50px;
}
.tour-package-section-style2 .media-box {
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
}

.tour-package-section-style2 .media-box .media img {
    width: 60px;
}

.tour-package-section-style2 .media-box .media-price {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 54px;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.tour-package-section-style2 .media-box:hover > .media-price {
    opacity: 1;
}

.tour-package-section-style2 .media-box .media-duration {
    position: absolute;
    padding: 2px 6px;
    display: block;
    font-size: 12px;
    top: auto;
    bottom: 0;
    left: 0;
}

.big-text-style2 .type-text-wrapper {
    padding: 40px 10px;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 19px;
}

.testimonial-style2-section {
    padding-bottom: 50px;
}
.testimonial-style2-section .fullwidth-box {
    opacity: 0.9;
}

.testimonial-style2-section .max-width-box {
    max-width: 545px;
    margin: 0 auto;
}

.testimonial-box2 {
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}

.testimonial-box2 h5 {
    color: #fff;
}

.testimonial-box2 .date {
    font-weight: bold;
    display: inline-block;
    font-style: italic;
    padding-right: 37px;
    position: relative;
}

.testimonial-box2 .date:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 12px;
    right: 3px;
}

.testimonial-box2 .rating-box {
    position: absolute;
    left: 0;
    top: 87px;
}

.banner-section {
    position: relative;
}

.banner-section .banner-image-wrapper {
    position: relative;
}

.banner-section .type-text-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    font-size: 19px;
    margin-top: -21px;
    width: 100%;
    text-align: center;
}

.topbar {
    padding: 15px;
    text-align: center;
    color: #fff;
}

.topbar .text {
    margin: 0;
}

.logo-menu-section {
    background: #909090;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.site-title {
    margin: 0;
    padding: 15px 0;
    display: block;
    text-align: center;
    line-height: 0;
}

.site-title > a {
    display: inline-block;
}

.site-title > a > img {
    display: block;
    max-width: 130px;
}

.menu-wrapper {
    display: none;
    margin: 0 0 15px;
}

.show-menu .menu-wrapper {
    display: block;
}

.menu-wrapper .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-wrapper .menu li {
    display: block;
    position: relative;
}

.menu-wrapper .menu li a {
    display: inline-block;
    padding: 8px 11px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.menu-wrapper .menu li.current-menu-item > a, .menu-wrapper .menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu-toggle-btn-wrapper {
    margin-bottom: 20px;
}

.hamburger .line {
    width: 32px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger .line, .hamburger {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 3px 10px;
    background: #222;
}

#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}

@keyframes smallbig {
    0%, 100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.about-section .max-width-box {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.about-section .content-text {
    margin-bottom: 30px;
}

.about-section .signature-wrapper > img {
    max-width: 185px;
}

.service-box {
    position: relative;
    display: block;
    background: #fff;
    padding-left: 106px;
    margin-bottom: 30px;
    text-decoration: none;
}

.service-box .fa {
    position: absolute;
    left: 0;
    top: 0;
    width: 106px;
    height: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 115px;
    text-indent: inherit;
    color: #fff;
}

.service-box:hover > .fa {
    text-indent: 85px;
    color: #2a2626;
}

.service-box .title {
    font-size: 19px;
    padding: 50px 20px;
    text-align: center;
    text-indent: inherit;
}

.service-box:hover > .title {
    text-indent: -30px;
}

.tour-package-section {
    position: relative;
}

.por-box {
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.por-box .img-wrapper {
    display: block;
    overflow: hidden;
}

.por-box .img-wrapper > img {
    -moz-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.por-box:hover > .img-wrapper > img {
    -moz-transform: rotate(3deg) scale(1.4);
    -webkit-transform: rotate(3deg) scale(1.4);
    -o-transform: rotate(3deg) scale(1.4);
    transform: rotate(3deg) scale(1.4);
}

.por-box .caption .por-box-title {
    text-align: center;
    padding: 13px 10px;
    margin: 0;
}

.por-box:hover > .caption > .por-box-title {
    color: #fff;
}

.por-box .caption .por-category {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.price {
    font-weight: bold;
    right: 0;
    top: 25px;
    position: absolute;
    display: inline-block;
    width: 75px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    z-index: 1;
}

.price:after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    display: inline-block;
    line-height: 0;
    border: 20px solid #909090;
    border-left-color: transparent;
}

.price:before {
    content: '';
    position: absolute;
    bottom: 6px;
    height: 4px;
    z-index: -1;
}

.filter-item {
    list-style-type: none;
    margin: 0 0 33px;
    padding: 0;
    text-align: center;
}

.filter-item li {
    display: inline-block;
    margin: 0 0 10px;
}

.filter-item li > a {
    display: block;
    padding: 0 15px 10px;
    color: #464848;
}

.filter-item li > a.selected, .filter-item li:hover > a {
    color: #909090;
    font-weight: bold;
    text-decoration: none;
}

.testimonial-section .max-width-box {
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

.half-img-content-box {
    background: #fff;
    border-bottom: 3px solid #909090;
}

.half-img-content-box .content-wrapper {
    position: relative;
    padding: 30px;
}

.half-img-content-box .content-wrapper .title {
    margin: 0 0 20px;
    z-index: 1;
}

.half-img-content-box .content-wrapper .fa {
    position: absolute;
    font-size: 100px;
    left: 30px;
    top: 30px;
    z-index: 0;
    opacity: 0.3;
}

.half-img-content-box .content-wrapper .content {
    z-index: 1;
}

.carousel-direction-link .fa {
    padding: 6px 13px;
    font-size: 24px;
}

.pricing-table-section {
    padding-bottom: 50px;
}

.pricing-box {
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    background: #eeeeee;
    box-shadow: 0 0 3px #fff;
    -moz-box-shadow: 0 0 3px #fff;
    -webkit-box-shadow: 0 0 3px #fff;
    -o-box-shadow: 0 0 3px #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pricing-box:hover {
    box-shadow: 0 0 3px #e2e0e0;
    -moz-box-shadow: 0 0 3px #e2e0e0;
    -webkit-box-shadow: 0 0 3px #e2e0e0;
    -o-box-shadow: 0 0 3px #e2e0e0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pricing-box .title {
    margin: 0 0 30px;
}

.pricing-box .amount {
    font-family: 'Work Sans', sans-serif;
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-box .amount .currency {
    font-size: 14px;
    top: -15px;
    letter-spacing: -7px;
}

.pricing-box .item-list {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
}

.pricing-box .item-list li {
    display: block;
    padding: 6px 0;
}

.pricing-box .item-list li a {
    text-decoration: none;
}

.pricing-box img {
    width: 100%;
	margin-top: -20px;
	padding-bottom: 10px;
}

.contact-section .max-width-box {
    max-width: 810px;
    margin: 0 auto;
}

.contact-section .contact-form-wrapper {
    background: #fff;
    padding: 35px;
    margin-bottom: 30px;
}

.contact-section .contact-form-wrapper .form-control {
    border: 2px solid #d4d4d4;
    border-radius: 0;
}

.contact-section .contact-form-wrapper .form-control:focus {
    border-color: #909090;
}

.copyright-bar {
    padding: 20px;
    text-align: center;
	background-color: #0d3880 !important;
	color: #fff;
}

.copyright-bar .text {
    margin: 0;
}

#goto-top {
    position: fixed;
    top: 100px;
    width: 47px;
    height: 45px;
    text-align: center;
    right: 30px;
    cursor: pointer;
    display: none;
    font-size: 38px;
    z-index: 8;
}

.loading-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.loading5 {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    animation: loading5-ani1 3s ease-in-out infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -20px -20px 0 0;
}

.loading5 i {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;

}

.loading5 i:nth-child(1) {
    background: #ff5954;
    transform: translate(0, 50px);
    animation: loading5-ani2 3s ease-in-out infinite;
}

.loading5 i:nth-child(2) {
    background: #1f4c59;
    transform: rotate(90deg) translate(0, 50px);
    animation: loading5-ani3 3s ease-in-out infinite;
}

.loading5 i:nth-child(3) {
    background: #00b39f;
    transform: rotate(180deg) translate(0, 50px);
    animation: loading5-ani4 3s ease-in-out infinite;
}

.loading5 i:nth-child(4) {
    background: #ffb364;
    transform: rotate(270deg) translate(0, 50px);
    animation: loading5-ani5 3s ease-in-out infinite;
}

@keyframes loading5-ani1 {
    25% {
        transform: rotate(135deg);
    }
    50% {
        transform: rotate(225deg);
    }
    75% {
        transform: rotate(315deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@keyframes loading5-ani2 {
    17.5%, 25%, 42.5%, 50%, 67.5%, 75%, 92.5%, 100% {
        transform: translate(0, 50px);
    }
    12.5%, 37.5%, 62.5%, 87.5% {
        transform: translate(0, 35px);
    }
}

@keyframes loading5-ani3 {
    17.5%, 25%, 42.5%, 50%, 67.5%, 75%, 92.5%, 100% {
        transform: rotate(90deg) translate(0, 50px);
    }
    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(90deg) translate(0, 35px);
    }
}

@keyframes loading5-ani4 {
    17.5%, 25%, 42.5%, 50%, 67.5%, 75%, 92.5%, 100% {
        transform: rotate(180deg) translate(0, 50px);
    }
    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(180deg) translate(0, 35px);
    }
}

@keyframes loading5-ani5 {
    17.5%, 25%, 42.5%, 50%, 67.5%, 75%, 92.5%, 100% {
        transform: rotate(270deg) translate(0, 50px);
    }
    12.5%, 37.5%, 62.5%, 87.5% {
        transform: rotate(270deg) translate(0, 35px);
    }
}

@media (min-width: 576px) {
    .tour-package-section-style2 .media-box .media img {
        width: 160px;
    }
    .filter-item li {
        display: inline-block;
        margin: 0;
    }

    .tour-package-section-style2 .media-box .media-duration {
        bottom: auto;
        top: 83px;
        left: 105px;
    }
}

@media (min-width: 768px) {

    .banner-section .type-text-wrapper {
        font-size: 34px;
    }
}

@media (min-width: 992px) {

    .section-title {
        font-size: 40px;
    }

    .logo-menu-section {
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .site-title {
        margin: 0;
        display: inline-block;
        padding: 20px 0;
        text-align: center;
    }

    .site-title > a > img {
        max-width: 168px;
    }

    .menu-wrapper {
        display: inline-block;
        vertical-align: top;
        margin: 27px 0;
    }

    .show-menu .menu-wrapper {
        display: inline-block;
    }

    .menu-wrapper .menu li {
        display: inline-block;
    }

    .menu-wrapper .menu li a {
        display: block;
        padding: 8px 10px;
        font-size: 14px;
    }

    .menu-wrapper .menu li.current-menu-item > a, .menu-wrapper .menu li a:hover {
        color: #f1d624;
        text-decoration: none;
    }

    .menu-toggle-btn-wrapper {
        display: none;
    }

    .menu-section-style2 {
        background: transparent;
        position: absolute;
        top: 0;
    }
    .menu-section-style2 .menu-wrapper li:hover > a,
    .menu-section-style2 .menu-wrapper li.current-menu-item > a {
        color: #fff;
    }

    .banner-text-block2-wrapper .banner-text-block2 {
        max-width: 733px;
    }

    .banner-text-block2-wrapper .banner-text-block2 .title {
        font-size: 40px;
        line-height: 1.1;
    }

    .banner-text-block2-wrapper .banner-text-block2 .text-block {
        font-size: 19px;
        line-height: 28px;
    }
    .big-text-style2 .type-text-wrapper {
        padding: 80px 10px;
        font-size: 44px;
    }


}

@media (min-width: 1200px) {


    .section-title {
        font-size: 50px;
    }


    .menu-wrapper .menu li a {
        padding: 8px 10px;
        font-size: 15px;
    }
}

.impressum-menu li, a {color: #fff; !important}
.impressum-menu li, a:hover {color: #ccc; !important}