@import url('https://fonts.googleapis.com/css?family=Magra|Source+Sans+Pro');

.form-control  { border: 1px solid rgba(0, 0, 0, .2); }

.sidenavi ul li a:before , .scrolltop a:after,
.mainnavi ul.level_1 > li.submenu a:after,
footer#footer  ul li a:before,
p.footerIcons a:after,
header#header .socials-top a,
.mod_calendar table.calendar td.days .event:before ,
.ui-accordion-icons:after ,
p.recurring:before,
p.location:before,
.second-button a:after,
.btn:after,
.icon-arrow:before,
.btn-icon:before,
.btn-icon2:before
{font-family: 'FontAwesome'; }

p.footerIcons a:after, p.socialIcons a:after {
        display: inline-block;
        transition: all 0.5s ease 0s;
        color: #fff;
        margin: 0 10px;
        font-size: 14px;                    ^^
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

.second-button a:after  {
        content: "\f061";
        padding-left: 5px;
        font-size: 12px;
}

.footer-yt:after {
        content: "\f16a";
}

.footer-gp:after {
        content: "\f0d5";
}

.footer-tw:after {
        content: "\f099";
}

.footer-fb:after {
        content: "\f09a";
}

p.footerIcons em, p.socialIcons em, p.teamIcons em {
        display: none;
}


body, .mobilenavi, a { font-family: 'Source Sans Pro', serif; color: rgba(0,0,0,0.6); }
#main .ce_text p  { line-height: 1.5; }

/* font-styles */
h1, h2 { font-family: 'Magra', serif; }

h1 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 8px;
}

h2 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 8px;
}

h3 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 8px;
}

h4 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 8px;
}

.fa-padding h4 {
        margin: 1px;
}

/* button */
.btn:hover {
         -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
}

.btn, .btn a, p.more a, p.back a { position: relative; color: #fff; }

.btn:hover, .submit:hover, p.more a:hover, p.back a:hover  { color: #fff; }

.btn:after {
        /* content: ''; */
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.btn-icon { overflow: hidden; }

.btn-icon:before {
        position: absolute;
        height: 100%;
        width: 100%;
        line-height: 2.5;
        font-size: 180%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
}

.btn-icon2:before {
        left: 0;
        top: -120%;
}

.btn-icon2:hover:before {
        top: -0;
}

.icon-arrow:before {
        content: "\f061";
        font-size: 16px;
}

.btn-icon span {
        display: inline-block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s;
        -webkit-backface-visibility: hidden;
        -moz-transition: all 0.3s;
        -moz-backface-visibility: hidden;
        transition: all 0.3s;
        backface-visibility: hidden;
}

.btn-icon:hover span {
        -webkit-transform: translateY(300%);
        -moz-transform: translateY(300%);
        -ms-transform: translateY(300%);
        transform: translateY(300%);
}

.btn, p.more a, p.back a {
        border-radius: 0;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 23px;
        margin: 10px 0;
        font-size: 14px;
}

.btn:hover a {
        opacity: 0!important;
}

.recurring, .location {
        font-size: 15px !important;
}

/* topbar */
.topbar p, .topbar a, .topbar .fa { color: rgba(255,255,255,0.8); }

.topbar .fa {
        position: absolute;
        font-size: 26px;
}

.topbar .first  .fa-padding {   padding-left: 30px; }
.topbar .last .fa-padding {   padding-right: 15px; }

.bangb1 .topbar .container {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 18px 0;
}

.fixedTop {    width: 100%; }

.topbar .level_1 {
        right: 0;
        position: absolute;
        top: 14px;
}


/* slider */
.slider-control .slider-menu b {
        color: #fff;
}

.big-slider .slider-control .slider-menu {
        top: -130px;
}

.bgStyle h1 {
        font-size: 70px;
        font-weight: 500;
        text-transform: uppercase;
}

.bgStyle h1,
.bgStyle h2,
.bgStyle h3,
.bgStyle h4,
.bgStyle p {
         color: #fff;
}

.slider-control .slider-menu {
        width: 50%;
        left: 50%;
        margin-left: -25%;
        font-size: 40px;
        text-align: center;
}

.clients .slider-control .slider-menu {
        top: 0;
}

.clients .slider-control .slider-menu b {
        color: #161514;
}

.big-slider .slider-control {
        height: 0;
}

/* footer */
footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4 { color: #fff; }
footer#footer  ul { margin: 10px 0 0 ; padding:0; list-style-type: none;}
footer#footer  ul li a { display: block; }

header#header .socials-top a { margin: 0 5px; }
header#header .socials-top a.footer-yt:before {content:"\f166 ";}
header#header .socials-top a.footer-gp:before {content:"\f0d5 ";}
header#header .socials-top a.footer-tw:before {content:"\f081 ";}
header#header .socials-top a.footer-fb:before {content:"\f082 ";}
header#header .socials-top a em { display: none; }

/* copyright */

.top-links ul { margin:0; padding:0; list-style:none; text-align:right; }
.top-links ul li { display: inline-block; }
.top-links ul li a { display: block; padding: 0 2px; }



/* MAINNAVI */
.home .bangb1 {
        position: absolute;
        background: none;
        padding-bottom: 15px;
        width: 100%;
        z-index: 100;
}




.mainnavi ul.level_2, .mainnavi ul.level_3 {
        width: 207px;
        padding: 11px;
        text-align: left;
}

.level_1 .active, .mainnavi ul.level_1 > li > strong, .level_1 .forward,
.submenu.trail > span, .level_1 .active {
        font-weight: 400;
}

/*.mainnavi ul.level_1 > li > a,
.mainnavi ul.level_1 > li > strong { text-transform: uppercase; font-size: 18px; } */


/*--- events  --*/

.mod_eventlist .teaser { max-height: 80px; overflow: hidden; }


/*---- news  ----*/
.mod_newslist figure.image_container {    margin-right: 15px; }

/*--- accordeon ---*/
.ui-accordion-content {
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
}

/*--- contact -----*/
.contact-icons h3 { position: relative; }
.contact-icons em { position: absolute; left: -28px; top: 5px; font-size: 80%;}

/*---- downloads ---*/
.download-element {    /* padding: 3px 6px 3px 22px; */
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.sidenavi  ul{ padding: 0; }
.sidenavi ul li { }
.sidenavi ul li a, .sidenavi ul li strong { display: block; border-bottom: 1px solid rgba(0, 0, 0, .125)}
.sidenavi ul li a:before  {
    content: "\f054";
    padding-right: 10px;
    font-size: 10px;

}


.absolute-pic {
        position: absolute;
        top: -19%;
        right: 45%;
}

.absolute-pic img {
        -webkit-filter: drop-shadow(-1px 6px 17px #606060);
        filter: drop-shadow(-1px 6px 17px #606060);
}

.small-text {
        max-width: 715px;
        margin: 0 auto;
}


/*---- insideout ---*/
.InsideOut-dark .full-bg {
        padding: 90px 0;
}

.InsideOut-dark, .InsideOut { position: relative; }

.InsideOut-dark h1,
.InsideOut-dark h2,
.InsideOut-dark h3,
.InsideOut-dark h4 {
         color: #fff;
}

.InsideOut-dark p, .InsideOut-dark td  {
         color: rgba(255,255,255,0.6);
}

.InsideOut-dark td {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 8px 0;
}


/*---- beans ---*/
.InsideOut-dark .bean1 {
        position: absolute;
        top: -6%;
}

.InsideOut-dark .bean2 {
        position: absolute;
        left: 76%;
        bottom: 43%;
}

.InsideOut-dark .bean3 {
        position: absolute;
        bottom: -3%;
        right: 36%;
}

/*---- news ---*/
.form-control, .layout_latest p.info, .news .info { border-radius: 0; }

.formbody label {
        display: inline-block;
        margin-bottom: .5rem;
        position: absolute;
        color: rgba(0,0,0,0.6);
        padding: 9px 14px;
}

#lbl_notify_0 { padding: 0 9px; }

p.info {
        padding: 0;
        font-size: 14px;
}

.newstxt a,
.mod_eventlist a {
        font-size: 18px;
        letter-spacing: 1px;
}

.pagination ul li strong, .pagination ul li a { font-size: 15px; }

time {
        font-size: 16px;
}


.layout_latest p.info, .news .info, .mod_newsreader .info,
.event p.info, .mod_eventlist div.header, .mod_eventlist .header { color: #fff; padding: 6px 10px; margin: 10px 0;  }


.newstxt h3 {
        line-height: 0.9;
        padding: 10px 0;
}

#main .ce_text p {
        line-height: 1.5;
        font-size: 16px;
        padding-bottom: 10px;
}


.search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.search .widget-submit .btn {
        margin: 0;
        padding: 6px 16px;
}

.mod_login .widget-submit {
        margin-top: 14px;
}


/*---- search ---*/
.mod_search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.mod_search .fa {
        font-size: 15px;
        padding: 6px 0;
}

/*---- newsletter ---*/
.newsletter input.text {
        width: 100%;
        padding: 8px;
        background: none;
        border: 1px solid #fff;
        color: #fff;
}

.newsletter .widget-submit {
        position: absolute;
}

.newsletter .submit {
        height: 37px;
        border: none;
}

.newsletter .submit { background: #fff !important; }


/*---- main ---*/
.vp-center { display: block!important; }

.divider {
        margin-bottom: 20px;
        margin-top: 20px;
        z-index: 99;
}

#footer .divider {        background: rgba(255, 255, 255, .2);}
 .dark-bg {
        padding: 46px;
        position: absolute;
        top: 27%;
        left: 7%;
}

.ce_sliderStart {        position: relative;}
.pull-right {        float: right;}
.mainnavi ul.level_1 > li {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
}

.clients .fa {        color: #fff;}
.pricing-box h1 {         color: #fff; padding: 10px;}
#main ul {        padding: 0;}
.no-gutters .overlayContent {
        position: relative;
        z-index: 4;
        padding: 11% 22%;
}

.submit .fa {        color: #fff;}
#footer .form-control, #footer .form-control:focus {        background: rgba(0,0,0,0.2);}
#footer label, #footer .form-control {        color: rgba(255,255,255,0.8);}
label:focus {        display: none;}
.newsitem img {        padding-bottom: 12px;}
.button-menu .fa {
        color: #000;
        font-size: 31px;
        right: 47%;
}

.button-menu {        padding-bottom: 31px;}
.ce_comments {        margin-top: 40px;}
.form-group {        margin-bottom: 19px;}

label.is_focused { font-size: 10px; right: -5px; top:-5px; }

.destination h2 {
        color: #fff;
        padding: 5px 19px;
        font-weight: 300;
        font-size: 26px;
        position: absolute;
        top: 23px;
}

.service .fa {
        font-size: 50px;
}

.service .fa-padding {
        position: absolute;
        padding-left: 77px;
        top: 0;
}

.destination-padding .fa {
        position: absolute;
}

.destination-padding .fa-padding {
        position: absolute;
        margin-left: 30px;
}

.destination-padding .fa-padding {
        position: relative;
        margin-left: 30px;
}

.destination-padding {
        background: #fff;
        padding: 27px;
}

.newsletter-bg {
        padding: 25px 56px;
        position: relative;
        margin-bottom: -55px;
}

.newsletter {
        position: relative;
        width: 100%;
        bottom: 0;
}

.submit {
        cursor: pointer;
}

.inside {
        position: relative;
}

.destination .blockInner:hover .destination-padding {
        -webkit-box-shadow: 0px 13px 45px -25px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 13px 45px -25px rgba(0,0,0,0.75);
box-shadow: 0px 13px 45px -25px rgba(0,0,0,0.75);
}

.bgStyle {
        padding-top: 21%!important;
}

.clients p {
        padding: 15px 0;
}

.absolute-text {
        /* padding: 46px; */
        position: absolute;
        top: 14%;
}

.absolute-text h1,
.absolute-text h2,
.absolute-text h3,
.absolute-text h4,
.absolute-text p,
.absolute-text a {
        color: #fff;
        text-shadow: 4px 2px 2px rgba(27,27,27,0.58);
}

#footer {
        margin-top: 40px;
}

.ce_accordion .toggler:after, .ce_accordion .toggler {
        color: #fff!important;  }

table.calendar td.active { background: #eee; }

.card {
        margin-bottom: 20px;
}

.newxTextBlock {
        padding-bottom: 15px;
}

#lbl_notify_17_0 {
        padding: 0 10px;
}

@media (max-width: 670px) {
.overlayContent h1 {
        font-size: 30px;
}

.overlayContent h4 {
        font-size: 15px;
}

.overlayContent {
        padding: 40% 0;
}


}

