@font-face {
  font-family: "Fjalla One";
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PT Sans";
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

body, p {
  color: #424e5c;
}

.rel {
  position: relative;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #424e5c;
}
.ce_text h1, h1.ce_headline, .h1.ce_headline,
.ce_text h2, h2.ce_headline, .h2.ce_headline,
.ce_text h3, h3.ce_headline, .h3.ce_headline {
  color: #424e5c;
}

h1 {
  font-size: 40px;
  padding: 0 0 10px 0;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

h3 {
  font-size: 18px;
  padding: 0;
  font-weight: 400;
  color: #111115;
  line-height: 1.2;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}

.home .InsideOut h1 {
  font-size: 62px;
  margin: 0;
  padding: 0;
}

.h3_home h1 {
  line-height: 0.4;
}

.h2_home h2 {
  padding: 0;
}

.h2_home h4 {
  color: #6e6d6d;
}

@media screen and (max-width: 780px) {
  .h3_home h1 {
    line-height: 1.2;
  }

  .h2_home h2 {
    line-height: 1.2;
  }
}

.m1 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m2 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m3 {
  margin-bottom: 40px;
  margin-top: 85px;
}

.m4 {
  margin-bottom: 85px;
  margin-top: 40px;
}

.m5 {
  margin-bottom: 80px;
}

.m6 {
  margin-top: 80px;
}

.p1 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p2 {
  padding-bottom: 55px;
  padding-top: 55px;
}

.slider-p {
  padding-bottom: 200px;
  padding-top: 200px;
}

.logo {
  text-align: center !important;
}

.top-container {
  border-bottom: 1px solid #e8e8e7;
}

.slidertext {
  background: white;
  padding: 35px;
}

.home .topbar {
  position: absolute;
  padding: 0;
  width: 100%;
  z-index: 99;
}

.topbar {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 0;
  /*overflow: hidden;*/

  background: #fff;
}

.fixedTop .topbar {
  margin: 0;
  width: 100%;
}

#header .bangb1 .mod_navigation ul {
  overflow: hidden;
  margin-top: 0;
}

.mainnavi .level_1 a,
.mainnavi .level_1 span,
#header .mod_navigation ul li {
  padding: 0;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
}

.mainnavi .level_1 span,
.mainnavi .level_1 strong {
  padding: 10px 14px;
}

.mainnavi .level_1 a:hover {
  color: #fff;
}

.ce_sliderStart h2,
.ce_sliderStart h3,
.ce_sliderStart h4,
.ce_sliderStart p {
  color: #fff;
}

#footer input,
#footer textarea {
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#footer input {
  display: inline-block;
}

#footer input.submit {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  border: none;
}

#footer input.submit:hover {
  background: #fff;
  color: #0d0f0f;
}

header .ce_form input.text:hover,
header .ce_form input.text:focus,
#footer input.text:hover,
#footer textarea:hover,
#footer input.text:focus,
#footer textarea:focus {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

header .ce_form input.text:hover,
header .ce_form input.text:focus,
#footer a {
  -moz-transition: color 0.5s, background 0.5s;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mod_eventlist div.header a,
p.more a,
p.back a {
  font-size: 12px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}

p.back a {
  margin-top: 0 !important;
}

.mod_eventlist div.header a,
p.more a,
p.back a {
  padding: 6px 11px;
  margin-top: 9px;
  color: white;
}

.mod_eventlist div.header a:hover,
p.more a:hover,
p.back a:hover,
p.info a:hover {
  color: #ffffff;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.mod_eventlist div.header,
.mod_eventlist .time {
  padding: 0 0 5px;
  font-size: 12px;
  display: inline-block;
  padding-right: 7px;
}

p.back {
  display: inline-block;
}

.comment_default .reply {
  background: #eee;
  padding: 23px 27px;
}

.mod_nl_list li {
  color: #666;
  font-size: 12px;
}

.mod_nl_list li a {
  font-size: 18px;
  margin-left: 5px;
}

.multicell {
  border-top: 4px solid #ccc;
}

.multicell .ce_text {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}

.multicell h2,
.multicell h1 {
  margin-top: 0;
  padding-top: 0;
}

.fullwidth .content-slider .ce_text {
  padding: 200px 0;
}

.socials a {
  display: block;
  margin: 0 1px;
  color: #191b1b;
}

/* ========================== */

.bangb1 {
  width: 100%;
}

.fixedTop {
  position: fixed;
  z-index: 99;
  top: 0;
}

.logo .image_container img {
  padding-bottom: 10px;
  padding-top: 10px;
}

.fixedTop .logo .img-responsive {
  width: 38%;
  padding-bottom: 15px;
  padding-top: 15px;
}

.fixedTop a.btn {
  font-size: 13px;
  padding: 8px 14px;
  top: 4px;
}

.devider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 55px;
  z-index: 99;
}

.ContentStripe {
  padding: 50px 0;
}

.ContentStripe .image_container {
  display: inline-block;
  margin-bottom: 20px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bannerheadline {
  padding: 15% 0;
}

.bannerheadline h1 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  color: white;
}

.bannerheadline h1,
.bannerheadline h2,
.bannerheadline h3,
.bannerheadline h4,
.bannerheadline p {
  color: white;
}

.InsideOut,
.OutsideIn {
  overflow: hidden;
}

.InsideOut.bigbanner {
  padding: 280px 0;
}

.InsideOut h1,
.InsideOut h2,
.InsideOut h3,
.InsideOut h4,
.InsideOut p,
.InsideOut a {
  border: none;
  color: #fff;
}

.OutsideIn p:hover {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.InsideOut .image_container:hover {
  background: none !important;
}

.footersocials a {
  padding: 1px 5px 5px;
  margin: 0 5px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

p.footerIcons a:after,
p.socialIcons a:after,
p.teamIcons a:after {
  display: inline-block;
  transition: all 0.5s ease 0s;
  color: #fff;
  margin: 0 10px;
  font-size: 18px;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.right-socials .socialIcons {
  text-indent: 3px;
}

p.footerIcons a:hover:after {
  color: #fff;
}

input.submit:hover {
  color: #fff;
}

p.back a:before,
.ce_gallery a.cboxElement:before,
.mod_newsreader p.info:before,
.topnavi li a:before,
.topnavi li span:before,
.quote:after,
footer .mod_newslist time:before,
.reply p.info:before,
span.date:before,
span.time:before,
.mod_newslist p.info:before,
.mod_eventreader p.info:before,
p.footerIcons a:after,
p.socialIcons a:after,
p.teamIcons a:after,
.scrolltop a:after,
footer .linkIcon a:before,
footer .linkIcon span:before,
footer a:before,
.scrolltop a:after,
.ce_accordion .toggler:after,
#header nav.slider-control .slider-next:after,
.ce_accordion .toggler:after {
  font-family: FontAwesome;
  padding-right: 5px;
}

.ce_accordion .toggler:hover:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.ce_accordion .toggler:hover:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

p.info a:before {
  content: "\f073";
}

p.back a:before {
  content: "\f053";
}

.ce_accordion .toggler:hover:after,
.ce_accordion .toggler.active:after {
  content: "\f068";
}

.ce_accordion .toggler:after {
  content: "\f067";
  float: right;
  padding: 0;
}

footer .linkIcon a:before {
  content: "\f105";
}

.reply p.info:before {
  content: "\f112";
}

span.time:before {
  content: "\f017";
}

footer .mod_newslist time:before,
.mod_newsreader p.info:before,
.mod_newslist p.info:before,
.mod_eventreader p.info:before,
span.date:before {
  content: "\f073";
}

p.footerIcons em,
p.socialIcons em,
p.teamIcons em {
  display: none;
}

.footer-fb:after {
  content: "\f09a";
}

.footer-tw:after {
  content: "\f099";
}

.footer-gp:after {
  content: "\f0d5";
}

.footer-pi:after {
  content: "\f0d2";
}

.footer-db:after {
  content: "\f16b";
}

.footer-ig:after {
  content: "\f16d";
}

.footer-yt:after {
  content: "\f16a";
}

p.footerIcons a:hover:after,
p.socialIcons a:hover:after {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

a:focus {
  outline: none;
}

.scrolltop a {
  position: fixed;
  /* background: url("../../files/582-memory/img/scroll2top.png") center no-repeat rgba(255, 255, 255, .3); */

  width: 41px;
  height: 71px;
  overflow: hidden;
  cursor: pointer;
  padding: 11px 4px 21px;
  bottom: -18px;
  z-index: 9999 !important;
}

.scrolltop a:hover {
  height: 76px;
}

.scrolltop a:hover:after {
  color: white !important;
}

.scrolltop {
  right: 50px;
  margin-top: 0;
  position: absolute;
  z-index: 101;
}

.scrolltop a:after {
  content: "\f176";
  display: block;
  text-indent: 0;
  padding: 1px 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  background: none;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.scrolltop a:hover:after {
  color: #212121;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer h1,
footer h2,
footer h3,
footer h4 {
  color: #fff;
}

header .formbody {
  position: relative;
}

.homecontact .formbody {
  background: #fff;
  padding: 26px 26px 70px 26px;
  left: 50%;
  right: 50%;
}

.formbody {
  position: relative;
}

.quote {
  padding: 20px;
  background: #e7e7e7;
  text-align: center;
}

.quote:after {
  content: "\f10e";
  font-size: 32px;
  margin: 10px 0 -10px;
  display: block;
}

.quote-name {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.quote-position {
}

.mainnavi ul.level_1 > .active,
.mainnavi ul.level_1 > .trail,
.mainnavi ul.level_1 > .forward {
  background: none;
}

.mainnavi ul.level_2 > .active,
.mainnavi ul.level_2 > .trail,
.mainnavi ul.level_2 > .forward {
  padding-left: 10px;
}

#main {
  background: white;
  margin-bottom: 60px;
  margin-top: 40px;
}

.home #main {
  padding: 0;
  margin-bottom: 0;
}

body.home #main {
  margin-top: 0;
}

.topnavi ul {
  margin: 25px 0 !important;
  padding: 0;
}

.topnavi li a,
.topnavi li span {
  text-transform: uppercase;
  font-size: 10px;
  float: left;
  margin-right: 10px;
}

.topnavi li.login a:before,
.topnavi li.login span:before {
  content: "\f090";
  font-size: 14px;
}

.topnavi li.register a:before,
.topnavi li.register span:before {
  content: "\f007 ";
  font-size: 14px;
}

.ce_gallery figure {
  line-height: 0;
}

.ce_gallery figure img:hover {
}

a,
span,
img,
figure {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#kontakt-144 input,
#kontakt-144 textarea {
  background: none;
  border: 1px solid #666;
  color: #e7e7e7;
}

#kontakt-144 .fa {
  color: #666;
}

.fa.pull-left {
  width: 30px;
}

body.home footer {
  margin-top: 0;
}

.footersocials a:after {
  color: #787878;
  font-size: 18px;
}

#our-work li {
  width: 33.333%;
  float: left;
}

#service em {
  -moz-border-radius: 50%;
  -webmit-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-indent: 15px;
}

#main .home-pics .ce_image figure.image_container figcaption {
  padding: 0 15px;
  position: absolute;
  top: 20%;
  opacity: 0;
  font-size: 18px;
  color: #fff;
}

#main .home-pics .ce_image figure.image_container:hover figcaption {
  position: absolute;
  top: 46%;
  opacity: 1;
  text-align: center;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#main .home-pics .ce_image figure.image_container {
  background: #09090b;
  margin: 13px;
}

#main .home-pics .ce_image figure.image_container img:hover {
  opacity: 0.3;
}

/* -- foter events + footer news -- */

footer .mod_navigation li a,
footer .mod_navigation li span {
  color: #707176;
  font-weight: 400;
}

footer a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  /*line-height: 2;*/
}

footer {
  color: rgba(255, 255, 255, 0.5);
}

footer .mod_newslist time,
footer .mod_eventlist span.date {
  text-transform: uppercase;
  font-size: 10px;
  line-height: normal;
}

footer .mod_navigation li a,
footer .mod_navigation li span,
footer .mod_newslist > div,
footer .mod_eventlist > div {
  display: block;
}

footer .mod_newslist a,
footer .mod_eventlist a {
  color: white;
  display: block;
}

.copyright {
  color: #fff;
}

.formbody label {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

/*



.ce_gallery a.cboxElement { display: block; }



.ce_gallery a.cboxElement:before { position:absolute; top:0; width: 100%; height: 100%; background: rgba(255, 255, 255, .2); content:"\f00e "; text-align:center; display: block; padding-top: 100px; font-size: 50px; color: #fff; }



*/

.formbody input.text {
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

header .ce_form input.text {
  background: none;
  font-size: 14px;
  text-shadow: 0 none;
  opacity: 0;
}

header .ce_form input.text:hover {
  opacity: 1;
}

.footersocials {
  position: fixed;
  right: 34px;
  bottom: 100px;
  z-index: 999;
}

.footersocials a {
  display: block;
  padding: 5px 5px 6px;
  margin: 1px 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footersocials a:hover:after {
  font-size: 25px;
}

.sliderselect button,
input,
optgroup,
select,
textarea {
  background: none;
  border: none;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  margin-bottom: 6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.short_text {
  display: inline-block;
  padding: 3px 5px;
}

.bg-white {
  background: white;
  padding: 20px;
}

.footergallery figure {
  padding: 4px;
}

.events {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.dlh_googlemap {
  margin-bottom: 0px;
}

.text-white a,
.text-white h3,
.text-white fa {
  color: #fff;
}

.dark-bg {
  padding: 35px;
}

.border-img .img-responsive {
  border: 1px solid #e8e9e9;
}

.small-text {
  background: #dfdfdf;
  width: 400px;
  padding: 10px 23px;
}

.small-text p {
  font-size: 14px;
}

.small-slider {
  padding: 0;
}

embed.mejs-shim {
  width: 100%;
}

.white-bg h2 {
  background: none;
}

.white-bg:hover {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.InsideOut .white-bg:hover h2,
.InsideOut .white-bg:hover h4,
.InsideOut .white-bg:hover a,
.InsideOut .white-bg:hover p,
.InsideOut .white-bg:hover .fa {
  color: #fff;
  border-color: #fff;
}

.icon .fa {
  padding: 0;
  text-indent: 5px;
  width: 45px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  position: absolute;
}

.InsideOut .icon .fa {
  opacity: 0.6;
  padding: 0;
  text-indent: 5px;
  width: 45px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
}

.features {
  padding-left: 54px;
  position: relative;
  top: -20px;
}

.icon em {
  color: white;
}

.InsideOut .icon .fa:hover {
  opacity: 1;
}

.footer-logo {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

.rotate-page {
  height: 900px;
  left: 50%;
  margin: 0 auto 0 -350px;
  padding-right: 10px;
  position: absolute;
  top: 270px;
  width: 700px;
  z-index: 333;
}

.team:last-child {
  border-right: none;
}

.rotate {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  display: block;
  float: left;
  padding-bottom: 23.3333%;
  position: relative;
  transform: rotate(45deg);
  width: 23.3333%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rotate:hover {
  transform: scale(1);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rotate .img-responsive {
  border-radius: 50%;
  bottom: 50%;
  display: block;
  left: 14%;
  position: fixed;
  top: 14%;
  transform: rotate(-45deg);
}

.rotate figure {
  position: absolute;
}

.fancy-text {
  margin-top: 100px;
}

.banner-bottom {
  margin-top: -60px;
}

.ce_gallery .img-responsive {
  padding: 0;
  opacity: 0.8;
  background: #000;
}

.ce_gallery .img-responsive:hover {
  opacity: 1;
}

.devider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  margin-top: 20px;
  z-index: 99;
}

p.socialIcons a:hover:after,
p.teamIcons a:after {
  color: #fff;
}

.ce_gallery .figure .img-responsive {
  width: 300px;
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.ce_gallery .figure:hover .img-responsive {
  width: 350px;
  transition: all 0.8s;
}

.downloadicon {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}

.ce_downloads .fa {
  font-size: 30px;
  display: block;
}

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

.round .fa {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.white-bg:hover .fa {
}

body.contact #main {
  padding: 0;
}

.iframe,
.me-plugin,
.mejs-container {
  width: 100% !important;
}

body.contact .form-control {
  background: rgba(255, 255, 255, 0.2);
  color: #999 !important;
}

.fa-lila .fa {
  text-indent: 2px;
  line-height: 2.2;
  display: inline-block;
  color: #fff;
}

.fa-lila .fa:hover {
  transform: none;
}

.home-pics .ce_image,
.home-pics .ce_image,
.home-pics .ce_image,
.home-pics .col-lg-6 {
  padding: 0;
}

div.overlay-textinput .submit {
  color: #fff;
  height: 45px;
  line-height: 43px;
}

div.overlay-textinput .submit:before {
  font-family: FontAwesome;
  content: "\f002";
}

div.overlay-textinput .submit:hover {
  color: #fff;
}

#ctrl_registration {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#ctrl_registration:hover,
#ctrl_registration:focus,
#ctrl_registration:active {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home .ce_form .formbody {
  background: none;
  padding: 0;
}

.newsitem .news {
  margin: 0 !important;
}

.mod_newsreader p.info,
.layout_latest p.info,
.mod_eventreader p.info,
.news .info,
.event .header {
  padding: 4px 6px !important;
  display: inline-block;
  z-index: 99;
  color: #fff !important;
  z-index: 1;
  margin: 0;
  font-size: 11px;
}

.news .info,
.event .header {
  position: absolute;
}

input.submit {
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 14px;
}

/* buttons */

.newstxt p.more a:hover,
p.back a:hover,
input.submit:hover {
  border: none;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.newstxt p.more:hover,
p.back:hover,
input.submit:hover {
  color: #fff;
  border: none;
}

.newstxt p.more,
p.back {
  margin-bottom: 0;
}

.newstxt p.more a:before,
p.back a:before,
input.submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.newstxt p.more a:hover,
.newstxt p.more a:focus,
.newstxt p.more a:active,
p.back a:hover,
p.back a:focus,
p.back a:active,
input.submit:hover,
input.submit:focus,
input.submit:active {
  color: white;
}

.newstxt p.more a:hover:before,
.newstxt p.more:focus:before,
.newstxt p.more:active:before,
p.back:hover:before,
p.back:focus:before,
p.back:active:before,
input.submit:hover:before,
input.submit:focus:before,
input.submit:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

input.submit {
  color: white;
}

a.btn {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

a.btn {
  background: #fff;
  color: #fff;
  margin-top: 7px;
  border-radius: 0;
  border: none;
}

a.btn:hover {
  border: none;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.btn {
  font-size: 14px;
  font-weight: 200;
}

.btn:hover,
.btn:focus {
  color: #fff;
  border: none;
}

a.btn {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}

a.btn:hover,
a.btn:focus,
a.btn:active {
  color: white;
}

body.home .mod_breadcrumb {
  display: none;
}

.mod_breadcrumb ul {
  list-style: none;
  margin-top: 17px;
  padding: 10px 0;
  border-bottom: 1px dotted;
  overflow: hidden;
}

.mod_breadcrumb ul li > a,
.mod_breadcrumb ul li {
  text-decoration: none;
  font-size: 14px;
}

.mod_breadcrumb ul li.active {
  font-weight: bold;
}

.videotitle {
  position: absolute;
  width: 100%;
  top: 50%;
  color: white;
  text-align: center;
  z-index: 99;
}

header .headerborder {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  position: relative;
  top: 16px;
}

.fixedTop .headerborder,
.fixedTop .headersocials,
.fixedTop .title.big-title {
  display: none;
}

header .footerIcons {
  display: inline;
  margin: 0;
  padding: 10px;
}

header .footerIcons {
  display: inline;
  margin: 0;
}

.mainnavi > ul.level_1 > li.submenu > span:nth-last-child(2):after,
.mainnavi > ul.level_1 > li.submenu > a:nth-last-child(2):after {
}

/*.mainnavi > ul.level_1 > li:after {



  content: "\f107";


  margin-left: 5px;


  font-family: FontAwesome;


  font-size: 15px;


  top: 0;


}



*/

@media screen and (max-width: 767px) {
  .mainnavi > ul.level_1 > li.submenu > span:nth-last-child(2):after,
  .mainnavi > ul.level_1 > li.submenu > a:nth-last-child(2):after {
    content: "";
  }

  .mainnavi .level_1 span.aftrelink {
    display: none;
  }
}

.footercontainer .mod_eventlist a:before {
  font-family: FontAwesome;
  content: "\f178";
  position: absolute;
  left: 16px;
}

.footercontainer .mod_eventlist h2 {
  margin-top: 20px;
  font-size: 18px;
}

.mod_eventlist h2,
.mod_newslist h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 20px;
}

.newsletter .formbody {
  width: 515px;
}

.newsletter .submit {
  display: inline-block;
}

.newsletter .submit {
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 14px;
  color: white;
}

.newsletter a:before {
  font-family: FontAwesome;
  content: "\f0e0";
}

.ce_accordion .toggler:after {
  color: #fff;
  padding: 3px 7px;
}

.ce_accordion .toggler:hover:after {
  background: none;
}

.footeraddress p {
  margin-left: 25px;
}

.footeraddress em {
  position: absolute;
  left: 19px;
  margin-top: 5px;
}

#footer .submit {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border: medium none;
  margin-left: -4px;
  text-transform: uppercase;
  font-weight: 300;
}

#footer .submit:hover {
  background: #fff;
}

.text-hover h3,
.text-hover p {
  position: relative;
  bottom: 114px;
  color: #fff;
  padding-left: 21px;
  opacity: 0;
}

.text-hover:hover h3,
.text-hover:hover p {
  opacity: 1;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.text-hover .image_container {
  background: #111115;
}

.text-hover:hover .img-responsive {
  opacity: 0.2;
}

.text-hover p {
  line-height: 0;
}

footer .mod_newslist .fa,
footer .mod_eventlist .fa {
  padding-right: 5px;
}

textarea.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.newsitem {
  padding-bottom: 35px;
}

.footercontainer .event {
  padding-left: 27px;
}

.ce_gallery figure:after {
  font-family: FontAwesome;
  content: "\f002";
  color: #fff;
  position: absolute;
  top: 47%;
  right: 42%;
  font-size: 23px;
  text-indent: 5px;
  padding: 22px 18px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.ce_gallery figure:hover:after {
  opacity: 0;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.event .header {
  position: absolute;
  padding: 5px !important;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}

.navibutton {
  float: right;
  top: 17px;
  margin-left: 30px;
}

.home-headline .fa {
  font-size: 50px;
  padding: 10px 10px 10px 24px;
  color: #fff;
}

.dark-bg .fa {
  font-size: 29px !important;
  color: #fff;
  position: absolute;
  margin-top: 10px;
}

.home-headline p {
  /*font-size: 15px;*/
}

.team .socialIcons {
  position: absolute;
}

.team .socialIcons {
  position: absolute;
  text-align: center;
  width: 92%;
  top: 40%;
  opacity: 0;
}

.team .ce_text:hover .socialIcons {
  opacity: 1;
}

.team .img-responsive:hover {
  opacity: 0.9;
}

.contact-home,
.contact-home h1,
.contact-home h2,
.contact-home h3,
.contact-home h4,
.contact-home a,
.contact-home .fa,
.contact-home p {
  color: white;
}

.service-home {
  line-height: 1.8;
}

.blueicons .fa {
  font-size: 30px;
  vertical-align: middle;
  float: left;
}

.service-text > p {
  line-height: 3.2;
}

.gallery-home .caption {
  color: #fff;
  position: absolute;
  top: 50%;
  opacity: 0;
}

.gallery-home .img-responsive:hover {
  opacity: 0.2;
}

.gallery-home .ce_image:hover .caption {
  opacity: 1;
}

.numbers p {
  font-size: 11px;
  padding: 4px 11px;
  display: inline-block;
  margin: auto;
  border-radius: 6px;
  text-transform: uppercase;
}

.numbers h1 {
  font-weight: normal;
}

.comment {
  background: #fff;
  padding: 40px 36px;
  margin-top: -36px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.gallery-home .image_container {
  margin-bottom: 30px;
}

p.socialIcons a:after {
  font-size: 20px;
}

.socials-left p.socialIcons a:after {
  font-size: 15px;
  padding: 0;
  margin: 4px 9px 0 0;
}

.bgStyle h1 {
  position: relative;
  font-size: 60px;
  color: #fff;
}

.bgStyle .bg,
.banner-bg-opacity .banner-bg:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(31, 38, 47, 0.7);
}
header .banner-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(31, 38, 47, 0.5);
}

.slider-control {
  left: 0;
  width: 100%;
  position: absolute;
  height: 30px;
}

.slider-control .slider-menu {
  font-size: 27px;
  text-align: center;
}

.slider-control .slider-menu {
  font-size: 27px;
  left: 50%;
  margin-left: -25%;
  text-align: center;
  top: 0;
  width: 50%;
}

.slider-control a,
.slider-control .slider-menu {
  position: absolute;
  top: 9px;
  display: inline-block;
}

#header nav.slider-control .slider-prev:before {
  content: "\f104";
  padding-left: 10px;
  padding-right: 15px !important;
}

#header nav.slider-control .slider-prev:before,
#header nav.slider-control .slider-next:after {
  display: block;
  text-align: center;
  font-size: 25px;
}

#header nav.slider-control .slider-next:after {
  content: "\f105";
  padding-right: 10px !important;
  padding-left: 15px;
}

#header nav.slider-control .slider-prev,
#header nav.slider-control .slider-next {
  background: rgba(0, 0, 0, 0.1);
  padding: 22px;
}

#header nav.slider-control .slider-prev,
#header nav.slider-control .slider-next {
  display: inline-block;
  color: white;
}

.slider-control .slider-next {
  right: 0;
}

.video .mejs-controls {
  display: none;
}

.clients .fa {
  color: white !important;
  font-size: 24px;
  width: 50px;
  height: 50px;
  padding: 0;
  text-indent: 8px;
  padding-top: 10px;
}

.home-headline .fa {
  color: white !important;
  font-size: 42px;
  width: 50px;
  height: 50px;
  padding: 0;
  text-indent: 8px;
  padding-top: 1px;
}

.bluebanner a.btn {
  margin-top: 21px;
  padding: 15px 0 15px;
}

.bluebanner h2 {
  font-weight: 600;
}

.form-home {
  margin-top: 38px;
}

.number {
  margin: 16px;
}

.mod_eventlist .layout_teaser {
  padding-bottom: 60px;
}

@media (max-width: 1500px) {
  .bannerheadline {
    padding: 5% 0 !important;
  }
}

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

.blueicons ul li {
  margin-bottom: 15px;
}

.blueicons em {
  color: rgba(255, 255, 255, 0.6) !important;
}

.ce_comments {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.slider-text-bg h1,
.slider-text-bg h2,
.slider-text-bg h3,
.slider-text-bg h4,
.slider-text-bg h5,
.slider-text-bg a,
.slider-text-bg p {
  color: #fff;
}

.slider-text-bg {
  padding: 19px 46px 40px;
}

/* #footer .about a:before {



  content: "\f105";


  margin-left: 5px;


  font-family: FontAwesome;


  font-size: 15px;


  top: 0; }







#footer input.submit:before {



  content: "\f107";


  margin-left: 5px;


  font-family: FontAwesome;


  font-size: 15px;


  top: 0;


}



*/

.column-1 {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */

  -moz-column-count: 1; /* Firefox */

  column-count: 1;
}

.column-2 {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */

  -moz-column-count: 2; /* Firefox */

  column-count: 2;
}

.column-3 {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */

  -moz-column-count: 3; /* Firefox */

  column-count: 3;
}

.column-4 {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */

  -moz-column-count: 4; /* Firefox */

  column-count: 4;
}

.column-5 {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */

  -moz-column-count: 5; /* Firefox */

  column-count: 5;
}

.column-6 {
  -webkit-column-count: 6; /* Chrome, Safari, Opera */

  -moz-column-count: 6; /* Firefox */

  column-count: 6;
}

.grey-bg,
.contact-home {
  overflow: hidden;
}

.nopadding {
  padding: 0;
}

.btn,
.newstxt p.more a,
p.back a,
input.submit,
p.more a,
p.back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media (max-width: 992px) {
  .container {
    width: auto !important;
  }
}

.innertxt {
  padding: 15px;
}

.innertxt h2 {
  margin-top: 0;
}


.bgStyle {
  background-attachment: scroll !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh !important;
}
@media (max-width: 767px) {
  .bgStyle {
    background-size: cover !important;
    background-position: center center !important;
    height: 100vh !important;
  }

  .bgStyle h1 {
    font-size: 30px;
  }
}

#footer .devider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-btn {
  margin-top: 30px !important;
}

.contact-btn a.btn {
  /* background: none; */
  border: 2px solid #fff;
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
  padding: 12px 40px;
  margin-right: 0;
}

.home #main {
  margin-bottom: 0;
}

.bottom-home {
  padding: 30px 0;
}

.home .mod_newslist .teaser {
  height: 66px;
}

.slider-text-bg h1 {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 600;
}

.halfscreen {
  padding: 40px;
}

.grey-bg .ce_text {
  /* padding: 0 46px;*/
}

.banner-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  padding: 11% 0;
  position: relative;
  align-content: center;
}
.banner-bg-opacity .banner-bg:after {
  content: '';
  z-index: 0;
}
.banner-bg-opacity .banner-bg .overlayContent {
  z-index: 1;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  .banner-bg,
  .bgStyle {
    background-attachment: scroll;
  }
}

#header .mainnavi ul.level_2 li a:hover,
#header .mainnavi ul.level_2 li span:hover {
  border: none;
  padding-left: 10px !important;
}

.level_1 .active,
.level_1 .forward {
  font-weight: 300 !important;
}

.level_2 .active,
.level_2 .forward {
  color: #eee !important;
}

.submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  transition: all 0.5s ease 0s;
}

.newsletter .submit {
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 14px;
  color: white;
  position: absolute;
  right: 0;
}

.greytxt p {
  color: #919197;
}

.banner-bg h1,
.banner-bg h2,
.banner-bg h3,
.banner-bg h4,
.banner-bg p {
  color: white;
}

.banner-bg h1 {
  font-size: 40px;
  text-transform: uppercase;
}

.right-socials p.footerIcons a:after {
  color: rgba(0, 0, 0, 0.3);
}

.ce_downloads li:before {
  content: "\f019";
  font-family: FontAwesome;
  font-size: 30px;
  display: block;
}

.newsletter-center .newsletter {
  padding-left: 27%;
}

.newsletter .submit {
  position: absolute;
  display: inline-block;
  height: 48px;
  top: 0;
  right: 0;
}

#footer .submit {
  height: 50px;
  /*right: 0;


        display: inline-block;


        position: absolute;


        top: 0;*/
}

#footer .newsletter .formbody {
  width: auto;
}

.newsletter-center .newsletter .formbody input.text {
  padding: 13px 10px;
}

.mod_search .submit {
  color: white;
  position: absolute;
  right: 0;
  top: 0;
}

.submit {
  color: #fff;
}

.ext-jpg,
.ext-jpeg,
.ext-jpe {
  background: none;
}

.rightblock .event {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}

.mod_newsreader .ce_text.block {
  padding-top: 10px;
}

@media screen and (max-width: 1180px) {
  .newsletter-center .newsletter {
    padding-left: 22%;
  }
}

@media screen and (max-width: 755px) {
  .newsletter-center .newsletter {
    padding-left: 13%;
  }
}

@media screen and (max-width: 635px) {
  .newsletter-center .newsletter {
    padding-left: 13%;
  }
}

.ce_sliderStart .btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.mainservice .fa {
  background: #000 none repeat scroll 0 0;
  font-size: 26px;
  height: 50px;
  padding: 10px 5px;
  position: relative;
  margin-top: -30px;
  width: 50px;
}

.mainservice .textInner {
  background: #fff;
  padding-bottom: 6px;
}

.client-logos .mainservice {
  background: #fff none repeat scroll 0 0;
  margin: 19px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}

.newxTextBlock {
  background: #fff none repeat scroll 0 0;
  margin: 13px;
  padding: 8px 35px;
  position: relative;
  top: -48px;
}

.mod_search.search.rightblock.block > h3 {
  margin-top: 0;
}

.submenu.trail > span,
.level_1 .active,
.level_1 .forward {
}

.mainnavi .level_1 span,
.mainnavi .level_1 span,
.mainnavi .level_1 strong {
  display: block;
  padding: 36px 10px;
  text-decoration: none;
}

.mainnavi .level_2 strong {
  color: #241b1e !important;
}

.mainnavi .level_2 strong {
  padding: 7px 10px;
}

.rightblock h3,
h1::before,
h1::after,
.client-logos .mainservice:hover,
#header .bangb1.fixedTop .mod_navigation ul.level_2 {
  border: none !important;
}

footer .widget-explanation,
footer .widget-explanation p,
footer .privacy {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .logo .image_container img {
    width: 200px !important;
    padding: 10px 0;
  }
}

.overlay-menu ul {
  /*margin-top: 50px !important;*/
}
.overlay-menu .level_1 > li > a {
  font-weight: bold !important;
}
.overlay-menu .submenu > span {
  background-color: transparent !important;
  color: #ffffff !important;
}
.overlay-menu .level_1 .active {
  background-color: transparent !important;
  color: #0faae1 !important;
}
.overlay-menu .level_1 li .active {
  background-color: transparent !important;
  color: #0faae1 !important;
  font-weight: bold !important;
}
.overlay-menu ul.level_1 > li > a, .overlay-menu ul.level_1 > li > span,
.overlay-menu li {
  margin-bottom: 0px !important;
}

.no-paralax .banner-bg {
  background-attachment: scroll;
}
@media screen and (max-width: 1200px) {
    header .banner-bg {
    background-attachment: scroll;
  }
}

.bg-video {
  width: 100%;
  /*height: calc(100vh - 88px);*/
  /*min-height: 500px;*/
  max-height: calc(100vh - 88px);
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: -5px;
}

.itemsIsotope .socials-left {
  margin-bottom: 30px !important;
}
.itemsIsotope .socials-left .btn-block {
  display: block !important;
  margin-top: 20px;
}


.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}

.p1 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.check-box h2 {
  margin-top: 0;
}
.check-box,
.check-box p,
.check-box h2,
.check-box h3,
.check-box h4 {
  color: #000000;
}
.check-box .textInner {
  margin-bottom: 30px;
  padding: 30px;
  min-height: 155px;
  align-content: center;
}
.check-box .textInner h2,
.check-box .textInner h3,
.check-box .textInner h4,
.check-box .textInner p {
  margin: 0;
  padding: 0;
}
.check-box .textInner h3 {
  font-size: 22px;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  margin-bottom: 10px;
  text-transform: none;
}
.check-box .textInner p {
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .p1 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .check-box .textInner {
    margin-bottom: 30px;
    min-height: inherit;
  }  
}


.boxes-lavorazioni-simple {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.boxes-lavorazioni-simple > div {
  background: #fcfdff;
  border: 1px solid #dbe5f1;
  padding: 15px;
}
.boxes-lavorazioni-simple > div h2,
.boxes-lavorazioni-simple > div h3,
.boxes-lavorazioni-simple > div p {
  color: #424e5c;
}
.boxes-lavorazioni-simple > div h3 {
  font-family: "Fjalla One", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .boxes-lavorazioni-simple {
    display: block;
  }
}
.boxes-lavorazioni-simple.vantaggi > div {
  background: #ffffff;
  border: 2px solid #dbe5f1;
}


.mod_faqpage,
.mod_faqpage div {
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.accordion-container .accordion-box {
  overflow: hidden;
  background: #fcfdff;
  border: 1px solid #dbe5f1;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 15px;
}
.accordion-container .accordion-box .accordion-header {
  cursor: pointer;
  margin: 0px;
  font-family: "Fjalla One", sans-serif;
  margin-top: 5px;
  color: #424e5c;  
}
.accordion-container .accordion-box .accordion-content {
  height: auto;
  overflow: hidden;
  display: none;
  margin-top: 20px;
  text-align: justify;
}
.accordion-container .accordion-box .accordion-content p {
  margin-top: 0px;
}


.servizi-box h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.servizi-box p {
  /*margin: 0px;*/
}

#article-87.servizi-box .textInner {
  margin-bottom: 30px;
  /*padding: 10px;*/
  /*min-height: 155px;*/
  /*align-content: center;*/
}
#article-87.servizi-box h2 {
  margin-bottom: 20px;
  color: #424e5c; 
}
#article-87.servizi-box a {
  /*color: #424e5c; */
}

.box-link h2 {
  margin-top: 0;
  padding-top: 0px !important;
  font-size: 20px;
  color: #424e5c; 
}
.box-link a {
  background: #ffffff;
  border: 1px solid #bcd7f7;
  color: #424e5c;
  display: block;  
  margin-bottom: 30px;
  padding: 30px 10px;
  min-height: 230px;
  align-content: center;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;  
}
.box-link a:hover {
  background: #95daff;
  border-color: #424e5c;
  color: #ffffff;
}
.box-link img {
  width: 60px;
  margin-bottom: 15px;
}

@media screen and (max-width: 635px) {
  #article-147,
  #article-88  {
    /*display: none;*/
  }
  
}