html,
body{
  font-size: 15px;
}
body{
  color: #555;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.8rem;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6{
  margin-bottom: 25px;
  line-height: 1.3;
  color: rgb(59,60,66);
  word-wrap: break-word;
  font-weight: bold;
}
h1{
  font-size: 3rem;
  padding-top: 0;
}
h2{
  font-size: 2.333rem;
}
h3{
  font-size: 1.867rem;
}
h4{
  font-size: 1.5rem;
}
h5{
  font-size: 1.333rem;
}
h6{
  font-size: 1.2rem;
}
.column[class*="mb-"] > h1,
.column[class*="mb-"] > h2,
.column[class*="mb-"] > h3,
.column[class*="mb-"] > h4,
.column[class*="mb-"] > h5,
.column[class*="mb-"] > h6,
.column[class*="mb-"] > .h1,
.column[class*="mb-"] > .h2,
.column[class*="mb-"] > .h3,
.column[class*="mb-"] > .h4,
.column[class*="mb-"] > .h5,
.column[class*="mb-"] > .h6{
  margin-bottom: 0;
}
.stickyheader .logo{
  width: 170px;
  height: 70px;
}
.stickyheader .header.cloned{
  line-height: 70px;
}
.stickyheader{
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  top: -100%;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
}
body.fixed-header .stickyheader{
  top: 0;
}
.stickyheader .header.cloned .logo{
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
}
.header{
  width: 100%;
  top: 0px;
  z-index: 1030;
  position: relative;
  background: rgb(255,255,255);
  line-height: 100px;
}
.header.cloned{
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
  transition: line-height 0.3s ease;
  -webkit-transition: line-height 0.3s ease;
}
.header .inside{
  padding-left: 40px;
  padding-right: 40px;
}
.header.original .mainmenu ul ul li a.trail:after,
.header.original .mainmenu ul ul li a.active:after{
  display: none;
}
#fix-wrapper{
  width: 100%;
  z-index: 10000;
}
#contentwrapper{
  background: rgb(255,255,255);
}
#top .inside,
.header .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
.section-article:not(.fullwidth) > .container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.content-text_image_bar .inside,
.content-headerimage .content-headerimage_inside,
#offcanvas-top .offcanvas-top-inside,
.section-breadcrumb .section-breadcrumb_inside,
.section-pageimage .container{
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.section-article.boxed{
  max-width: calc(1240px - 80px);
  margin-left: auto;
  margin-right: auto;
}
body #main .section-article.smallwidth,
.section-article.fullwidth-boxed-medium > .container{
  max-width: 800px;
  padding-left: 40px;
  padding-right: 40px;
}
body #main .section-article.xsmallwidth,
.section-article.fullwidth-boxed-small > .container{
  max-width: 650px;
  padding-left: 40px;
  padding-right: 40px;
}
#top .inside,
.header .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
.section-article:not(.fullwidth) > .container,
.section-article.boxed > .container,
.fullwidth.boxed-content .contentwrap,
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.content-bgimage-inside,
.content-headerimage .content-headerimage_inside,
#offcanvas-top .offcanvas-top-inside,
.section-breadcrumb .section-breadcrumb_inside,
.section-pageimage .container{
  padding-left: 40px;
  padding-right: 40px;
}
body.content_page.sidebar.left #main .section-article > .container{
  padding-right: 0;
}
body.content_page.sidebar.right #main .section-article > .container{
  padding-left: 0;
}
body.content_page.sidebar #left .section-article > .container{
  padding-left: 0;
  padding-right: 0;
}
body.content_page.sidebar #right .section-article > .container{
  padding-left: 0;
  padding-right: 0;
}
#main .section-article.section-article_offset_top{
  position: relative;
  top: -60px;
}
#main .section-article.section-article_offset_top > .container{
  padding-top: 0;
  padding-bottom: 0;
}
.section-article{
  overflow: visible;
  position: relative;
  overflow: visible;
  background-size: cover;
  background-position: center;
}
.section-article:before,
.section-article:after{
  content:'\0020';
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}
.section-article:after{
  clear:both;
}
.section-article.bg-left-top{
  background-position: left top;
}
.section-article.bg-left-center{
  background-position: left center;
}
.section-article.bg-left-bottom{
  background-position: left bottom;
}
.section-article.bg-center-top{
  background-position: center top;
}
.section-article.bg-center-center{
  background-position: center center;
}
.section-article.bg-center-bottom{
  background-position: center bottom;
}
.section-article.bg-right-top{
  background-position: right top;
}
.section-article.bg-right-center{
  background-position: right center;
}
.section-article.bg-right-bottom{
  background-position: right bottom;
}
.section-article:not(.fullwidth) > .container{
  padding-top: 100px;
  padding-bottom: 100px;
}
body.content_page.sidebar #main .section-article > .container,
body.content_page.sidebar #left .section-article > .container,
body.content_page.sidebar #right .section-article > .container{
  padding-top: 40px;
  padding-bottom: 40px;
}
.body_bottom .section-article:not(.fullwidth) > .container{
  padding: 0;
}
.section-article.article-pt-0 > .container{
  padding-top: 0!important;
}
.section-article.article-pb-0 > .container{
  padding-bottom: 0!important;
}
.section-article.article-pt-xxs > .container{
  padding-top: 30px;
}
.section-article.article-pb-xxs > .container{
  padding-bottom: 30px;
}
.section-article.article-pt-xs > .container{
  padding-top: 50px;
}
.section-article.article-pb-xs > .container{
  padding-bottom: 50px;
}
.section-article.article-pt-s > .container{
  padding-top: 90px;
}
.section-article.article-pb-s > .container{
  padding-bottom: 90px;
}
.section-article.article-pt-m > .container{
  padding-top: 100px;
}
.section-article.article-pb-m > .container{
  padding-bottom: 100px;
}
.section-article.article-pt-l > .container{
  padding-top: 120px;
}
.section-article.article-pb-l> .container{
  padding-bottom: 120px;
}
.section-article.article-pt-xl > .container{
  padding-top: 150px;
}
.section-article.article-pb-xl> .container{
  padding-bottom: 150px;
}
.section-article.article-pt-xxl > .container{
  padding-top: 170px;
}
.section-article.article-pb-xxl > .container{
  padding-bottom: 170px;
}
.section-article.fullscreen{
  height: 100vh;
}
.section-article.fullscreen.oversize{
  height: auto!important;
}
.section-article.fullscreen .container{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.section-article.fullscreen.oversize .container{
  position: relative;
  top: 0;
  transform: translateY(0);
}
.section-article .article-overlay{
  position: absolute;
}
.section-article.ol-top .article-overlay{
  top: 0;
  left: 0;
}
.section-article.ol-right .article-overlay{
  top: 0;
  right: 0;
}
.section-article.ol-bottom .article-overlay{
  bottom: 0;
  left: 0;
}
.section-article.ol-left .article-overlay{
  top: 0;
  left: 0;
}
.section-article.ol-bg-black .article-overlay{
  background: rgb(0,0,0);
}
.section-article.ol-bg-white .article-overlay{
  background: rgb(255,255,255);
}
.section-article.ol-bg-gray .article-overlay{
  background: rgb(248,248,248);
}
.section-article.ol-w100 .article-overlay{
  width: 100%;
}
.section-article.ol-w75 .article-overlay{
  width: 75%;
}
.section-article.ol-w50 .article-overlay{
  width: 50%;
}
.section-article.ol-w25 .article-overlay{
  width: 25%;
}
.section-article.ol-opacity-90 .article-overlay{
  opacity: 0.9;
}
.section-article.ol-opacity-80 .article-overlay{
  opacity: 0.8;
}
.section-article.ol-opacity-70 .article-overlay{
  opacity: 0.7;
}
.section-article.ol-opacity-60 .article-overlay{
  opacity: 0.6;
}
.section-article.ol-opacity-50 .article-overlay{
  opacity: 0.5;
}
.section-article.ol-opacity-40 .article-overlay{
  opacity: 0.4;
}
.section-article.ol-opacity-30 .article-overlay{
  opacity: 0.3;
}
.section-article.ol-opacity-20 .article-overlay{
  opacity: 0.2;
}
.section-article.ol-opacity-10 .article-overlay{
  opacity: 0.1;
}
.section-article.parallax{
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
body.ios .section-article.parallax,
body.android .section-article.parallax{
  background-attachment: scroll;
  background-position: center center!important;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
.content-bgimage-image,
.article-pb.parallax{
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
}
#top-wrapper{
  width: 100%;
}
#top-wrapper.fixed{
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.8);
}
#top-wrapper.fixed #top{
  max-height: 0;
  overflow: hidden;
}
#top .inside{
  padding-left: 40px;
  padding-right: 40px;
}
#top .section-socials{
  overflow: hidden;
  float: right;
  margin-left: 15px;
}
#top .section-socials a{
  display: block;
  float: left;
  text-align: center;
  line-height: 35px;
}
#top .section-socials a i{
  width: 2.333rem;
  font-size: 1.067rem;
  color: rgb(127,127,127);
  line-height: 2.5rem;
}
.header .section-socials{
  display: none;
  overflow: hidden;
  float: right;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.header .section-socials:before{
  content: '';
  border-left: 1px solid rgb(0,0,0);
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 30%;
  opacity: 0.2;
}
.header .section-socials a{
  display: block;
  float: left;
  text-align: center;
}
.header .section-socials a i{
  width: 35px;
  line-height: 35px;
}
#container .section-socials i{
  padding: 7px;
  width: 2.4rem;
  font-size: 1.467rem;
  text-align: center;
}
#right .section-socials,
#left .section-socials{
  text-align: center;
  border-top: 1px solid rgb(230,230,230);
  border-bottom: 1px solid rgb(230,230,230);
  padding: 10px 0;
  background: rgba(0,0,0,0.03);
}
#right .section-socials i,
#left .section-socials i{
  background: rgba(0,0,0,0.05);
  font-size: 0.8rem;
  line-height: 2.4rem;
  padding: 0 7px;
  display: inline-block;
}
.header .section-search{
  position: relative;
  float: right;
  padding: 0 8px;
  display: inline-block;
  cursor: pointer;
  margin-left: 45px;
  z-index: 100;
  opacity: 0.7;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.header .section-search:hover{
  opacity: 1;
}
.header .section-search span{
  display: none;
}
.header .content-search_label i{
  margin-right: 5px;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}
.body_bottom .section-search .search-content{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 1000000;
  display: none;
}
.body_bottom .section-search .search-content:before{
  content: '';
  height: 50%;
  display: block;
  margin-bottom: -120px;
  box-sizing: inherit;
}
.body_bottom .section-search.show-search .search-content form{
  display: block;
}
.body_bottom .section-search form{
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
  display: none;
  text-align: center;
}
.body_bottom .section-search.show-search .search-content{
  display: block;
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}
.body_bottom .section-search.show-search{
  overflow: visible!important;
}
.body_bottom .section-search .close-window i{
  position: fixed;
  right: 50px;
  top: 50px;
}
.body_bottom .section-search .close-window i:before{
  color: #fff;
  font-size: 20px;
  border: 3px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.body_bottom .section-search .close-window i:hover:before{
  background: rgba(255,255,255,0.3);
}
.body_bottom .section-search input:not(.submit),
.body_bottom .section-search button:not(.submit){
  background: transparent;
  border: 0;
  border-bottom: 3px solid #fff;
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  width: 100%;
  float: none;
  padding: 0;
  border-radius: 0;
}
.body_bottom .section-search input.submit,
.body_bottom .section-search button.submit{
  margin: 25px auto 0 auto;
  float: none;
  width: auto;
  background: transparent;
  border-color: #fff;
  color: #fff;
  transition: All 0.3s linear;
  -webkit-transition: All 0.3s linear;
}
.body_bottom .section-search input.submit:hover,
.body_bottom .section-search button.submit:hover{
  background: rgba(255,255,255,0.3);
}
.body_bottom .section-search .label{
  display: block;
  text-align: center;
  font-size: 34px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: bold;
}
.header .header_metanavi{
  display: none;
  overflow: visible;
}
.header .header_metanavi a{
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  color: rgba(0,0,0,0.5);
  font-size: 0.95rem;
}
.header .header_metanavi a:hover{
  opacity: 0.7
}
.header .header_metanavi li{
  display: inline-block;
  position: relative;
  line-height: 50px;
}
.header .header_metanavi li i{
  display: none;
}
.header .header_metanavi li ul{
  display: none;
  position: absolute;
  left: 0;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  z-index: 10;
}
.header .header_metanavi li ul li{
  border-top: 1px solid rgba(0,0,0,0.1);
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 0.9em;
  line-height: 35px;
}
.header .header_metanavi li ul li a{
  margin: 0;
  display: block;
  color: rgb(80,80,80)!important;
}
.header .header_metanavi li.submenu a:after{
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 4px;
}
.header .header_metanavi li.submenu li a:after{
  display: none;
}
.header .header_metanavi li:hover ul{
  display: block;
}
#top .section-login.show form{
  display: block;
}
#top .section-login.show form{
  display: block;
  -webkit-animation: fadeInDown 0.4s;
   animation: fadeInDown 0.4s;
}
#top .section-login.show{
  display: block;
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
#top .section-login form p.error{
  line-height: 1.5;
}
#top .top_metanavi{
  overflow: visible;
  float: right;
}
#top .top_metanavi a{
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
#top .top_metanavi a:hover{
  opacity: 0.7;
}
#top .top_metanavi li{
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
#top .top_metanavi li.submenu a:after{
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 4px;
}
#top .top_metanavi li.submenu li a:after{
  display: none;
}
#top .top_metanavi li i{
  display: none;
}
#top .top_metanavi li ul{
  display: none;
  position: absolute;
  left: 0;
  background: rgba(255,255,255,1);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
  -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#top .top_metanavi li ul li{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 0.9em;
  line-height: 35px;
}
#top .top_metanavi li ul li.last{
  border-bottom: 0;
}
#top .top_metanavi li ul li a{
  margin: 0;
  color: rgb(85,85,85)!important;
  display: block;
}
#top .top_metanavi li:hover ul{
  display: block;
}
.section-breadcrumb{
  border-top: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.section-breadcrumb .section-breadcrumb_inside{
  position: relative;
}
.section-breadcrumb .section-breadcrumb_inside:before{
  content: '';
  border-top: 1px solid rgba(0,0,0,0.1);
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  height: 1px;
}
.section-breadcrumb .section-breadcrumb_inside:after{
  content: '';
  border-top: 1px solid rgba(0,0,0,0.1);
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 1px;
}
.section-breadcrumb .section-breadcrumb_inside:before,
.section-breadcrumb .section-breadcrumb_inside:after{
  display: none;
}
.section-breadcrumb ul{
  font-size: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  display: inline-block;
  float: none;
  padding: 11px 0;
}
.section-breadcrumb li{
  display: inline-block;
  margin-right: 5px;
}
.section-breadcrumb li:before{
  font-family: "FontAwesome";
  content: "\f101";
  margin-right: 5px;
}
.section-breadcrumb li.first:before{
  display: none;
}
.section-breadcrumb .pagetitle{
  display: none;
}
.offcanvas-trigger{
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
.offcanvas-trigger:after{
  position: absolute;
  right: -25px;
  top:-25px;
  width: 50px;
  content:'';
  height: 50px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
.offcanvas-trigger .line1,
.offcanvas-trigger .line2{
  position: absolute;
  top: 50%;
  background: rgba(0,0,0,0.9);
  height: 1px;
  width: 10px;
  z-index: 10;
  right: 5px;
  margin-top: -7px;
}
.offcanvas-trigger .line2{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
#offcanvas-top{
  max-height: 0;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  overflow: hidden;
  font-size: 0.95rem;
  line-height: 1.6;
}
#offcanvas-top,
#offcanvas-top a{
  color: rgba(255,255,255,0.8);
}
#offcanvas-top.offcanvas-top-open{
  display: block;
  max-height: 1000px;
}
.offcanvas-top-open.offcanvas-trigger .line2{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#offcanvas-top .offcanvas-top-inside{
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
#offcanvas-top .section-login{
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: 0;
}
#offcanvas-top .section-login input.submit,
#offcanvas-top .section-login button.submit{
  width: auto;
  background: rgba(0,0,0,0.1);
}
#offcanvas-top .section-login input.text{
  margin-bottom: 10px;
}
#offcanvas-top .autogrid.block{
  padding-left: 2%;
  padding-right: 2%;
}
#offcanvas-top .autogrid_wrapper{
  margin-left: -2%;
  margin-right: -2%;
}
#offcanvas-top h1,
#offcanvas-top h2,
#offcanvas-top h3,
#offcanvas-top h4,
#offcanvas-top h5,
#offcanvas-top h6{
  color: rgb(255,255,255);
  font-size: 1.6rem;
}
#offcanvas-top .section-socials{
  overflow: hidden;
  display: inline-block;
}
#offcanvas-top .section-socials a i{
  padding: 0.6667rem;
  margin-right: 1px;
  background: rgba(255,255,255,0.05);
  font-size: 1.333rem;
  display: inline-block;
  height: 2.667rem;
  width: 2.667rem;
  text-align: center;
  float: left;
  margin-bottom: 1px;
}
.cookiebar.open{
  display: block;
}
#footer{
  background: rgb(37, 37, 37);
  font-size: 0.93rem;
  line-height: 1.6rem;
}
#footer,
#footer a{
  color: rgba(255, 255, 255, 0.6);
}
#footer a{
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
#footer a:hover{
  color: rgba(255, 255, 255, 1);
}
#footer .inside{
  margin: 0 auto;
  padding: 65px 40px;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6{
  color: rgba(255,255,255,0.8);
}
#footer ul{
  padding: 0;
  margin: 0;
}
#footer li{
  margin-bottom: 10px;
  padding-left: 25px;
  padding-bottom: 10px;
  list-style-type: none;
  position: relative;
}
#footer li:last-of-type{
  margin-bottom: 0;
}
#footer li:after{
  border-bottom: 1px solid rgb(255,255,255);
  opacity: 0.2;
  content: '';
  display: block;
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
}
#footer li:before{
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0px;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -1px;
}
#footer .totop{
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
}
#footer .totop:before{
  font-family: "FontAwesome";
  content: '\f102';
  background: rgba(255,255,255,0.1);
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  border-radius: 0 0 3px 3px;
}
#footer .section-socials{
  overflow: hidden;
  display: inline-block;
}
#footer .section-socials a i{
  padding: 0.6667rem;
  margin-right: 1px;
  background: rgba(255,255,255,0.05);
  font-size: 1.333rem;
  display: inline-block;
  height: 2.667rem;
  width: 2.667rem;
  text-align: center;
  float: left;
  margin-bottom: 1px;
}
#bottom{
  background: rgb(15, 15, 15);
}
#bottom .inside{
  margin: 0 auto;
  padding: 20px 40px;
  overflow: hidden;
  font-size: 0.93em;
}
#bottom .inside .left{
  float: left;
}
#bottom .inside .right{
  float: right;
}
#bottom .inside,
#bottom .inside a{
  color: rgba(255,255,255,0.4);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
#bottom .inside a:hover{
  color: rgba(255,255,255,1);
  border-bottom: 1px solid;
}
#bottom .inside .left a{
  margin-right: 15px;
}
#bottom .inside .right a{
  margin-left: 15px;
}
.content-image.browser_mockup img{
  padding-top: 32px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMTY3cHgiIGhlaWdodD0iMzIuOTY4cHgiIHZpZXdCb3g9IjAgMCAxMTY3IDMyLjk2OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE2NyAzMi45NjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IHg9Ii0zNS42NjciIHk9Ii0xMi4xNTEiIGZpbGw9IiNEQkRCREIiIHN0cm9rZT0iI0FEQURBRCIgc3Ryb2tlLXdpZHRoPSIwLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgd2lkdGg9IjEyMDIuNDE3IiBoZWlnaHQ9IjQ0Ljg2OSIvPjxwYXRoIGlkPSJYTUxJRF85OV8iIGZpbGw9IiNFOEU4RTgiIHN0cm9rZT0iI0I3QjdCNyIgc3Ryb2tlLXdpZHRoPSIwLjc1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik04Mi4zMDYsMzQuNTY2YzAsMCwyLjgzNy0wLjgyMSwzLjc2MS0zLjM4NWMwLjkyNC0yLjU2NCw2LjMxMS0xOC44ODUsNi4zMTEtMTguODg1czEuMDU0LTMuNjI2LDQuODY3LTMuNjI2YzMuODEzLDAsMTE0LjU1MiwwLDExNC41NTIsMHMyLjQ1NS0wLjU0LDMuNjk3LDQuMTA4YzEuMjQyLDQuNjQ3LDUuNDg4LDE3LjkxOSw1LjQ4OCwxNy45MTlzMS4wMDUsMy4zNzEsNC40NzEsMy43NTZMODIuMzA2LDM0LjU2NnoiLz48ZyBpZD0iWE1MSURfOTZfIj48ZyBpZD0iWE1MSURfOTdfIj48ZWxsaXBzZSBpZD0iWE1MSURfOThfIiBmaWxsPSIjOTk5OTk5IiBjeD0iMTAwLjkwMyIgY3k9IjIwLjc4NSIgcng9IjQuNzE5IiByeT0iNC43ODEiLz48L2c+PC9nPjxwb2x5Z29uIGlkPSJYTUxJRF85NV8iIGZpbGw9IiM5OTk5OTkiIHN0cm9rZT0iI0U4RThFOCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjIxMi44NTgsMjUuMzA1IDIwOS4zMzQsMjEuNzM0IDIxMi44NTgsMTguMTYzIDIxMC43ODUsMTYuMDYyIDIwNy4yNjEsMTkuNjM1IDIwMy43MzYsMTYuMDYzIDIwMS42NjQsMTguMTY0IDIwNS4xODksMjEuNzM0IDIwMS42NjUsMjUuMzA3IDIwMy43MzgsMjcuNDA2IDIwNy4yNjIsMjMuODM1IDIxMC43ODYsMjcuNDA1ICIvPjxjaXJjbGUgaWQ9IlhNTElEXzIxXyIgZmlsbD0iI0Y1NTM1QyIgc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjAuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iMjEuMTA5IiBjeT0iMTcuMDYzIiByPSI1Ljk2NSIvPjxjaXJjbGUgaWQ9IlhNTElEXzI1XyIgZmlsbD0iI0Y3QkI0OCIgc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjAuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iMzkuNjY3IiBjeT0iMTcuMDYzIiByPSI1Ljk2NSIvPjxjaXJjbGUgaWQ9IlhNTElEXzI5XyIgZmlsbD0iIzE5OTU0MCIgc3Ryb2tlPSIjQURBREFEIiBzdHJva2Utd2lkdGg9IjAuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBjeD0iNTguMjI3IiBjeT0iMTcuMDYzIiByPSI1Ljk2NSIvPjwvc3ZnPg==);
  background-position: left top;
  background-repeat: no-repeat;
  box-shadow: 0 0 27px 5px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.3);
}
.animated{
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
p a{
  color: rgb(30,136,210);
}
.mainmenu ul ul{
  border-top: 2px solid rgba(30,136,210,0.6);
}
.header.original .mainmenu ul li a.trail,
.header.original .mainmenu ul li a.active,
.header.cloned .mainmenu ul li a.trail,
.header.cloned .mainmenu ul li a.active{
  color: rgb(30,136,210);
}
.mainmenu ul ul li a:hover:not(.megamenu),
.mainmenu ul ul li a.trail:not(.megamenu),
.mainmenu ul ul li a.active:not(.megamenu){
  background: rgba(30,136,210,0.95);
}
.subnav a{
  color: rgb(30,136,210);
}
.content-tabs .tabs.classic ul li.active,
.content-tabs .tabs.classic ul li:hover{
  border-color: rgb(30,136,210);
}
.content-tabs .tabs.horizontal ul li:hover a,
.content-tabs .tabs.horizontal ul li.active a{
  background: rgb(30,136,210);
}
blockquote a{
  color: rgb(30,136,210);
}
.content-iconbox.version2 i{
  background: rgb(30,136,210);
}
.content-iconbox .link{
  color: rgb(30,136,210);
}
.section-calendar th.head{
  background:rgb(30,136,210);
  border-top:1px solid rgb(30,136,210);
  border-right:1px solid rgb(30,136,210);
  border-left:1px solid rgb(30,136,210);
}
.section-calendar th.next a{
  background-color:rgb(30,136,210);
}
.pagination li span.current{
  background: rgb(30,136,210);
}
.pagination li a:hover{
  color: rgb(30,136,210);
}
input:focus,
textarea:focus{
  border:1px solid rgb(30,136,210);
}
form fieldset legend{
  background-color:rgb(30,136,210);
}
.content-hyperlink a{
  background: rgb(30,136,210);
  border-color: rgb(30,136,210);
}
.content-hyperlink a.link-white{
  color: rgb(30,136,210);
}
.content-hyperlink a.link-white:hover{
  background: rgb(30,136,210);
}
.content-hyperlink a.outline,
a.btn.outline{
  color: rgb(30,136,210);
}
#portfolio_filter a.selected{
  background: rgb(30,136,210);
}
blockquote{
  border-color: rgb(30,136,210);
}
.content-pricetable .pricetable.highlight .title{
  background: rgb(30,136,210);
}
.content-gallery .content{
  background: rgba(30,136,210,0.8);
}
.content-bgimage.offset.offset-bg-accent:before{
  background-color: rgb(30,136,210);
}
.content-leadertext.version2 .divider-first{
  border: 3px solid rgb(30,136,210);
}
.content-leadertext.version2 .divider-second{
  background-color: rgb(30,136,210);
}
.content-leadertext.version2 .divider:after,
.content-leadertext.version2 .divider:before{
  background-color: rgb(30,136,210);
}
.content-accordion .toggler i.fa{
  background: rgb(30,136,210);
}
.newslist-v3 .subheadline{
  color: rgb(30,136,210);
}
.content-tabs .tabs.horizontal-clean ul li.active:after{
  border-color: rgb(30,136,210) transparent transparent transparent;
}
.content-portfoliofilter.default a.selected,
.content-portfoliofilter.default a:hover{
  background: rgb(30,136,210);
}
.content-tabs .tabs.horizontal-clean ul li.active a{
  color: rgb(30,136,210);
}
.content-headline_extended.version2 .divider-first{
  border-color: rgb(30,136,210);
}
.content-headline_extended.version2 .divider:after,
.content-headline_extended.version2 .divider:before,
.content-headline_extended.version2 .divider-second{
  background-color: rgb(30,136,210);
}
.content-text_imagebox.imagebox_version2 .inside,
.content-text_imagebox.imagebox_version3 .inside{
  background-color: rgb(30,136,210);
}
#offcanvas-top{
  background: rgb(30,136,210);
}
.content-divider_extended.version4 span{
  background: rgb(30,136,210);
}
.content-divider_extended.version5{
  background: rgb(30,136,210);
}
.body_bottom .section-search .search-content{
  background: rgb(30,136,210);
}
.section-collectionlist.collection-immorealty .entry.top_object .collection-immorealty_top{
  background: rgb(30,136,210);
}
.header .mainmenu ul li.highlight a span{
  background: rgb(30,136,210);
}
.section-collectionlist .collection-cardealer_slider .state{
  background-color: rgb(30,136,210);
}
.content-fullscreen_gallery.version3 .bold{
  background-color: rgb(30,136,210);
}
form.style2{
  background: rgb(30,136,210);
}
.content-featured_tab li .content-headline .headline{
  color: rgb(30,136,210);
}
.content-featured_tab li.active{
  background-color: rgb(30,136,210);
}
.content-headerimage.version3 .content-headline .headline{
  background: rgb(30,136,210);
}
.content-headerimage.version3 .subline{
  background: rgb(30,136,210);
}
.section-portfoliolist_v4 .item a:hover{
  background: rgb(30,136,210);
}
.section-collectionteaser.collection-accommodations .entry:hover .item-content{
  background: rgb(30,136,210);
}
.content-revolutionslider_hyperlink.light{
  color: rgb(30,136,210);
}
.section-portfoliolist_teaser_3 .info,
.section-portfoliolist_teaser_3 .info a{
  color: rgb(30,136,210);
}
.content-divider_extended.version10 svg{
  fill: rgb(30,136,210);
}
.js .cd-h-timeline__date--older-event::after{
  border-color: rgb(30,136,210);
}
.js .cd-h-timeline__date:hover::after,
.js .cd-h-timeline__date--selected::after{
  background-color: rgb(30,136,210);
  border-color: rgb(30,136,210);
}
.section-portfoliolist_v7 .item:hover .item-bottom a{
  color: rgb(30,136,210);
}
.js-cd-h-timeline .content-text em{
  color: rgb(30,136,210);
}
.section-eventlist_v2 .title a{
  color: rgb(30,136,210);
}
.content-pricecard.style2.highlight .content-pricecard_inside{
  background: rgb(30,136,210);
}
.js-cd-h-timeline .location:before{
  color: rgb(30,136,210);
}
body .mainmenu ul li a:hover:before,
body .mainmenu ul li a.trail:before,
body .mainmenu ul li a.active:before{
  background-color: rgb(30,136,210);
}
.section-portfoliolist_demos .item .overlay{
  background-color: rgb(30,136,210);
}
.section-portfoliolist_demos .item h5:hover{
  color: rgb(30,136,210);
}
.content-iconbox_v3 .headline.headline-color-accent{
  color: rgb(30,136,210);
}
.content-iconbox_v3 .subheadline.subheadline-color-accent{
  color: rgb(30,136,210);
}
.content-iconbox_v3:hover.text-hover-accent .headline,
.content-iconbox_v3:hover.text-hover-accent .subheadline{
  color: rgb(30,136,210)!important;
}
.submenu_v2 li a.active{
  color: rgb(30,136,210);
}
.content-list.list-style2 li.fa:before{
  color: rgb(30,136,210);
}
.content-list.list-style3 li.fa:before{
  color: rgb(30,136,210);
}
.content-portfoliofilter.port-filter-style3 a.selected{
  border-color: rgb(30,136,210);
}
.content-image_text_box.version2 .content-url a{
  color: rgb(30,136,210);
}
.section-quickmenu.style2 a{
  border-color: rgb(30,136,210);
  color: rgb(30,136,210);
}
.bg-second{
  background-color: rgb(46,56,65);
}
.content-bgimage_content_start .bg_overlay.bg-second{
  background-color: rgb(46,56,65);
}
form.style2 input.submit,
form.style2 input.submit[type="submit"]:hover,
form.style2 input.button,
form.style2 input.button[type="submit"]:hover{
  background-color: rgb(46,56,65);
}
.content-hyperlink-extended a.link-sec-color{
  color: rgb(255,255,255);
  border: 2px solid rgb(46,56,65);
  background: rgb(46,56,65);
}
.content-hyperlink-extended a.link-sec-color:hover{
  color: rgb(46,56,65);
  border: 2px solid rgb(46,56,65);
  background: rgb(255,255,255);
}
.content-hyperlink-extended a.link-sec-color-outline{
  color: rgb(46,56,65);
  border: 2px solid rgb(46,56,65);
  background: none;
}
.content-hyperlink-extended a.link-sec-color-outline:hover{
  color: rgb(255,255,255);
  background: rgb(46,56,65);
}
.content-iconbox_v3 .content-iconbox_v3_inside.bg-second{
  background-color: rgb(46,56,65);
}
.content-iconbox_v3 .headline.headline-color-second{
  color: rgb(46,56,65);
}
.content-iconbox_v3 .subheadline.subheadline-color-second{
  color: rgb(46,56,65);
}
.content-iconbox_v3:hover.text-hover-second .headline,
.content-iconbox_v3:hover.text-hover-second .subheadline{
  color: rgb(46,56,65)!important;
}
.header .mainmenu ul li.highlight_color_second a span,
.header .mainmenu ul li.highlight-color-second a span{
  background: rgb(46,56,65);
}
.content-bgimage.offset.offset-bg-custom-1:before{
  background-color: rgb(30,136,210);
}
.content-bgimage.offset.offset-bg-custom-2:before{
  background-color: rgb(30,136,210);
}
.content-bgimage.offset.offset-bg-custom-3:before{
  background-color: rgb(30,136,210);
}
.content-bgimage.offset.offset-bg-custom-4:before{
  background-color: rgb(30,136,210);
}
.mainmenu{
  float: right;
}
.mainmenu ul{
  position: static;
}
.mainmenu ul li a.first{
  padding-left: 0;
}
.mainmenu ul li{
  margin-left: 15px;
  margin-right: 15px;
}
.mainmenu ul li.first{
  margin-left: 0;
}
.mainmenu ul li.last{
  margin-right: 0;
}
.mainmenu ul li ul li{
  margin-left: 0;
  margin-right: 0;
}
.mainmenu ul li a{
  text-transform: none;
  padding: 0;
  font-weight: normal;
  font-size: 1.067rem;
}
.mainmenu ul li ul a.trail{
  color: rgb(255,255,255)!important;
}
.fixed .mainmenu ul li ul li a:not(.active):not(.trail){
  color: rgb(57,57,57);
}
.mainmenu ul ul li a{
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.mainmenu ul ul li a{
  color: #4d4f4f!important;
}
.header .mainmenu ul ul li a:hover:not(.menuheader):not(.megamenu),
.header .mainmenu ul ul li a.active,
.header .mainmenu ul ul li a.trail:not(.megamenu){
  color: rgb(255,255,255)!important;
}
.mainmenu ul li a:hover{
  opacity: 0.8;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.mainmenu ul li ul li a:hover{
  opacity: 1;
}
.mainmenu ul .megamenu-wrapper{
  right: auto;
  left: 40px;
}
nav.mainmenu li.megamenu ul li{
  min-width: 180px;
}
.mainmenu ul li:hover > ul,
.mainmenu ul li:hover .megamenu-wrapper{
  -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
   -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.mainmenu ul ul li:hover > ul{
  -webkit-animation-name: none;
  animation-name: none;
}
.mainmenu ul li a{
  text-align: center;
}
.mainmenu ul li.last ul{
  right: auto;
}
.mainmenu ul ul li a[target=_blank]{
  padding-right: 30px!important;
}
.mainmenu ul ul li a[target=_blank]:after{
  font-family: "FontAwesome";
  content: "\f08e";
  position: absolute;
  right: 5px;
}
.mainmenu ul li.megamenu ul li a[target=_blank]{
  padding-right: 45px!important;
}
.mainmenu ul .megamenu ul li a[target=_blank]:after{
  right: 10px;
}
.mainmenu ul li.floatbox{
  position: static;
  margin-left: 0!important;;
  margin-right: 0!important;
}
.mainmenu ul li.open-left ul.level_2{
  right: 0;
  width: 200px;
}
.mainmenu ul li.open-left ul.level_3{
  right: auto;
  left: -200px;
  width: 200px;
}
.mainmenu ul li a.nav-icon span{
  transform: translateY(30%);
  -webkit-transform: translateY(30%);
  display: inline-block;
  line-height: 40px;
}
.mainmenu ul ul li a.nav-icon span{
  line-height: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.mainmenu ul li a i.fa{
  transform: translateY(-133%);
  -webkit-transform: translateY(-133%);
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  display: inline-block;
}
.mainmenu ul ul li a i.fa{
  transform: translateY(0);
  -webkit-transform: translateY(0);
  position: static;
  width: 1.5em;
}
body .header .mainmenu ul li a[class*="highlight"]{
  color: rgba(255,255,255,0.9)!important;
}
.header .mainmenu ul li a.highlight span{
  padding: 10px;
  border-radius: 3px;
}
.header .mainmenu ul li a.highlight_color_second span,
.header .mainmenu ul li a.highlight-color-second span{
  padding: 10px;
  border-radius: 3px;
}
.header .mainmenu ul li a.highlight_square_color_accent span,
.header .mainmenu ul li a.highlight-square-color-accent span{
  padding: 10px;
}
.header .mainmenu ul li a.highlight_square_color_second span,
.header .mainmenu ul li a.highlight-square-color-second span{
  padding: 10px;
}
.header .mainmenu ul li a.highlight_rounded_color_accent span,
.header .mainmenu ul li a.highlight-rounded-color-accent span{
  padding: 10px;
  border-radius: 3px;
}
.header .mainmenu ul li a.highlight_rounded_color_second span,
.header .mainmenu ul li a.highlight-rounded-color-second span{
  padding: 10px;
  border-radius: 3px;
}
.header .mainmenu ul li a.highlight_outline_square_color_accent span,
.header .mainmenu ul li a.highlight-outline-square-color-accent span{
  padding: 10px;
}
.header .mainmenu ul li a.highlight_outline_square_color_second span,
.header .mainmenu ul li a.highlight-outline-square-color-second span{
  padding: 10px;
}
.header .mainmenu ul li a.highlight_outline_rounded_color_accent span,
.header .mainmenu ul li a.highlight-outline-rounded-color-accent span{
  padding: 10px;
  border-radius: 3px;
}
.header .mainmenu ul li a.highlight_outline_rounded_color_second span,
.header .mainmenu ul li a.highlight-outline-rounded-color-second span{
  padding: 10px;
  border-radius: 3px;
}
.header .mainmenu ul li a.highlight_outline_square_color_white span,
.header .mainmenu ul li a.highlight-outline-square-color-white span{
  padding: 10px;
  box-shadow: 0 0px 0px 2px rgb(255,255,255);
}
.header .mainmenu ul li a.highlight_outline_rounded_color_white span,
.header .mainmenu ul li a.highlight-outline-rounded-color-white span{
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0px 0px 2px rgb(255,255,255);
}
.smartmenu-content{
  position: fixed;
  z-index: 100000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  visibility: hidden;
  text-align: center;
  opacity: 0;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
}
.smartmenu-content.open{
  visibility: visible;
  opacity: 1;
}
.smartmenu-content .smartmenu-scrollable{
  max-height: 100vh;
  overflow: auto;
}
.smartmenu-content .smartmenu-table{
  margin-top: 20vh;
}
.smartmenu-content .section-navigation .level_1 ul{
  display: none;
}
.smartmenu-content .section-navigation li:not(.floatbox){
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: normal;
  padding: 0.5rem;
  text-transform: uppercase;
}
.smartmenu-content .section-navigation .level_2 li{
  font-size: 1.2rem;
  line-height: 1.3rem;
  text-transform: none;
}
.smartmenu-content .section-navigation ul.level_1{
  padding: 20px;
}
.smartmenu-content .section-navigation a{
  color: rgb(255,255,255);
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.smartmenu-content .section-navigation a.active,
.smartmenu-content .section-navigation a.trail{
  border-bottom: 1px solid rgb(255,255,255);
}
.smartmenu-content .section-navigation a.submenu{
  margin-left: 35px;
}
.smartmenu-content .section-navigation ul.level_2 a.submenu{
  margin-left: 25px;
}
.smartmenu-content .section-navigation a:hover{
  opacity: 0.8;
}
.smartmenu-content .subitems_trigger{
  display: inline-block;
  margin-left: 10px;
}
.smartmenu-content .subitems_trigger:before{
  content:'[+]';
  color: rgba(255,255,255,0.8);
}
.smartmenu-content .section-navigation li.open > .subitems_trigger:before{
  content:'[-]';
}
.smartmenu-content .smartmenu-close{
  position: absolute;
  right: 40px;
  top: 40px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.smartmenu-content .smartmenu-close:before,
.smartmenu-content .smartmenu-close:after{
  display: inline-block;
  width: 35px;
  height: 1px;
  background: rgb(255,255,255);
  content: '';
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.smartmenu-content .smartmenu-close:after{
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -35px;
}
.smartmenu{
  float: right;
  margin-left: 20px;
  line-height: 40px;
  display: none;
}
.smartmenu .smartmenu-trigger{
  height: 100px;
  width: 35px;
  position: relative;
  z-index: 1000000000;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  cursor: pointer;
}
.header.cloned .smartmenu .smartmenu-trigger{
  height: 70px;
}
.smartmenu .smartmenu-trigger .line{
  height: 1px;
  background: #393939;
  width: 35px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -1px;
}
.smartmenu .smartmenu-trigger .line:before,
.smartmenu .smartmenu-trigger .line:after{
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #393939;
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  margin-top: -13px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
}
.smartmenu .smartmenu-trigger .line:before{
  margin-top: 11px;
}
.custommenu li.last{
  border-right: 1px solid rgba(255,255,255,0.8);
}
.submenu_v2 li a.first{
  border-left: 1px solid rgb(229, 229, 229);
}
.submenu_v2 li a.active:before{
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  background: rgb(247, 247, 247);
  -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 100;
    content: '';
}
.submenu_v3 li a.active{
  text-decoration: underline;
}
.submenu_v4 li a.active{
  text-decoration: underline;
}
.content-revolutionslider .content-text_extented a{
  text-decoration: none;
  color: inherit;
}
.content-revolutionslider .content-revolutionslider_image img.hidden{
  display: none;
}
.content-leadertext.version1 .subheadline,
.content-leadertext.version2 .subheadline,
.content-headline_extended.version1 .subheadline,
.content-headline_extended.version2 .subheadline{
  font-size: 1.467rem;
}
.content-leadertext.version1 .subheadline{
  font-style: italic;
}
.content-list li.fa{
  margin-bottom: 20px;
  font-size: 1rem;
  position: relative;
  font-family: inherit;
}
.content-list li.fa:before{
  font-family: FontAwesome;
}
.content-list li.fa:after{
  content: "";
  width: 70px;
  height: 1px;
  background: rgba(0,0,0,.08);
  position: absolute;
  left: -26px;
  bottom: -11px;
}
.color-white .content-list li:after{
  background-color: rgba(255,255,255,0.8);
}
.content-iconbox.version2 .content-iconbox_inside:after{
  display: none;
}
textarea{
  height: inherit;
}
#main .section-subscribe{
  border: 0;
  padding: 0;
  max-width: 650px;

}
#main .section-subscribe h5{
  display: none;
}
#main .section-subscribe.align-center{
  margin-left: auto;
  margin-right: auto;
}
#main .section-subscribe.align-center input.text{
  text-align: left!important;
}
#main .section-subscribe.align-right{
  margin-left: auto;
}
#main .section-subscribe.align-right input{
  margin-left: 10px;
  margin-right: 0;
}
#main .section-subscribe.align-right input.text{
  text-align: left!important;
}
#main .section-subscribe.align-right input.submit,
#main .section-subscribe.align-right button.submit{
  text-align: center!important;
}
#main .section-subscribe input{
  width: 45%;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 0;
  padding: 18px;
}
#main .section-subscribe input.submit,
#main .section-subscribe button.submit{
  width: 25%;
  display: inline-block;
}
input,
textarea,
select{
  background-color: rgb(255,255,255);
  padding: 15px;
  font-size: 0.9rem;
}
.content-form .formicon-wrapper input{
  border-radius: 0 5px 5px 0;
}
.content-countup .headline{
  font-size: 3.667rem;
}
.content-gallery .capt{
  font-size: inherit;
}
#slider{
  position: relative;
  z-index: 5;
}
.header .mainmenu ul li span.pagetitle{
  line-height: 18px;
  font-size: 0.7rem;
  font-weight: bold;
  margin-left: 5px;
  background: red;
  color: #fff;
  border-radius: 2px;
  position: relative;
  top: -4px;
  padding-left: 3px;
  padding-right: 3px;
}
select{
  color: #555;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color: #555 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
  color: #555 !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
  color: #555 !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
  color: #555 !important;
}
.newslist-v2 .teaser-v2{
  height: auto;
}
.content-form .column[class*="col_"]{
  margin-bottom: 0;
}
form.style2{
  padding: 27px;
}
form.style2 input,
form.style2 textarea,
form.style2 select{
  border-color: transparent;
  border-radius: 0;
}
form.style2 textarea{
  height: 95px;
}
form.style2 h1,
form.style2 h2,
form.style2 h3,
form.style2 h4,
form.style2 h5,
form.style2 h6{
  color: rgb(255,255,255);
}
form.style2 input.submit:hover,
form.style2 button.submit:hover{
  opacity: 0.9;
}
.firefox form.style select{
  height: 46px;
}
form.style9 .autogrid_wrapper{
  margin-left: -3%;
  margin-right: -3%;
}
form.style9 .autogrid{
  padding-left: 3%;
  padding-right: 3%;
}
form{
  transition: All 0.7s ease;
  -webkit-transition: All 0.7s ease;
}
fieldset{
  opacity: 1;
  transition: All 0.7s ease;
  -webkit-transition: All 0.7s ease;

}
.autogrid_wrapper.formfield,
.autogrid_wrapper.formfield .autogrid{
  overflow: visible;
}
.content-form .input-group-addon{
  width: 60px;
  white-space: nowrap;
  vertical-align: middle;
}
.content-form .input-group-addon{
  padding: 6px 12px;
  font-size: 0.9333rem;
  font-weight: normal;
  line-height: 1;
  color: rgb(255,255,255);
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 4px 0 0 4px;
  display: table-cell;
}
.content-form .widget.mandatory .input-group-addon{
  background: red;
  border-color: red;
  color: rgb(255,255,255);
}
.content-form .formicon-wrapper input{
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  border-left: 0;
}
.content-form .formicon-wrapper{
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
}
.content-form .widget.fa:before,
.content-form .widget.fa label{
  display: none;
}
#cboxWrapper .section-article > .container{
  padding: 30px;
}
#cboxWrapper #wrapper{
  padding: 10px;
}
#cboxWrapper .section-article{
  max-width: none!important;
}
body #colorbox{
  z-index: 99999;
}
@keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
@-webkit-keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
.section-portfoliolist  .onepage_item.item a{
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  margin: 0;
  border: 0;
  transition: none;
}
.autogrid_wrapper.grid-l{
  margin-left: -3%;
  margin-right: -3%;
}
.autogrid_wrapper.grid-l .content-autogridWrapperStart.autogrid{
  padding-left: 3%;
  padding-right: 3%;
}
.autogrid.no_gutter{
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px){
.onepage_page.horizontal_scrolling{
    overflow-x: visible;
  }
.onepage_page.horizontal_scrolling #fix-wrapper{
    position: fixed;
  }
.onepage_page.horizontal_scrolling #slider .inside{
    overflow: hidden;
  }
.onepage_page.horizontal_scrolling #slider .inside .section-article{
    float: left;
    width: 100vw;
    vertical-align: top;
  }
.onepage_page.horizontal_scrolling #bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
.onepage_page.horizontal_scrolling.onepage_items_2 #slider > div.inside{
    width: calc(100vw * 2);
  }
.onepage_page.horizontal_scrolling.onepage_items_3 #slider > div.inside{
    width: calc(100vw * 3);
  }
.onepage_page.horizontal_scrolling.onepage_items_4 #slider > div.inside{
    width: calc(100vw * 4);
  }
.onepage_page.horizontal_scrolling.onepage_items_5 #slider > div.inside{
    width: calc(100vw * 5);
  }
.onepage_page.horizontal_scrolling.onepage_items_6 #slider > div.inside{
    width: calc(100vw * 6);
  }
.onepage_page.horizontal_scrolling.onepage_items_7 #slider > div.inside{
    width: calc(100vw * 7);
  }
.onepage_page.horizontal_scrolling.onepage_items_8 #slider > div.inside{
    width: calc(100vw * 8);
  }
.onepage_page.horizontal_scrolling.onepage_items_9 #slider > div.inside{
    width: calc(100vw * 9);
  }
.onepage_page.horizontal_scrolling.onepage_items_10 #slider > div.inside{
    width: calc(100vw * 10);
  }
}
.section-pageimage .inside{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  line-height: normal;
}
.section-pageimage .container{
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
.section-pageimage .inside .content{
  padding: 20px 0;
}
.section-pageimage .headline{
  color: rgb(255,255,255);
  font-size: 3rem;
}
.section-pageimage .subheadline{
  color: rgb(255,255,255);
  font-size: 1.3rem;
}
.section-pageimage .section-breadcrumb{
  display: none;
}
.section-pageimage .inside > .container{
  height: 570px;
}
.section-pageimage .style2 > .container{
  height: 380px;
}
.section-pageimage .style2 > .container .content{
  width: 100%;
  text-align: center;
}
.section-pageimage .style3 > .container{
  height: 380px;
}
.section-pageimage .style3 > .container .content{
  width: 100%;
  text-align: center;
}
.section-pageimage .style3 .section-breadcrumb{
  display: inline-block!important;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 5px 10px;
  border-radius: 3px;
  line-height: normal;
  margin-top: 20px;
}
.section-pageimage .style3 .section-breadcrumb ul{
  padding: 0;
}
.section-pageimage .style3 .section-breadcrumb .container{
  padding: 0;
  max-width: none;
  display: block;
}
.section-pageimage .style3 .section-breadcrumb,
.section-pageimage .style3 .section-breadcrumb a{
  color: rgb(255,255,255);
}
.section-pageimage .style3 .section-breadcrumb a:hover{
  text-decoration: underline;
}
.section-pageimage .style3 .headline{
  font-size: 4rem;
}
.section-pageimage .inside.height-xxl > .container{
  height: 800px;
}
.section-pageimage .inside.height-xl > .container{
  height: 700px;
}
.section-pageimage .inside.height-l > .container{
  height: 600px;
}
.section-pageimage .inside.height-m > .container{
  height: 500px;
}
.section-pageimage .inside.height-s > .container{
  height: 400px;
}
.section-pageimage .inside.height-xs > .container{
  height: 300px;
}
.section-pageimage .inside.height-xxs > .container{
  height: 200px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px){
.smartmenu{
    display: block;
  }
.mainmenu{
    display: none;
  }
}
@media only screen and (max-width: 767px){
#main .section-article:not(.fullwidth) > .container,
#left .section-article > .container,
#right .section-article > .container,
#main .section-article.fullwidth.boxed-content .contentwrap,
#main .autogrid_wrapper.article,
#main .section-article .content-parallax .contentwrap,
#main .section-article .content-bgimage .content-bgimage-inside,
#main .section-article .content-youtube_background .contentwrap,
.content-headerimage .content-headerimage_inside,
.content-bgimage-inside,
.header .inside,
.content-iconbox_header .contentwrap,
.section-pageimage .container{
  padding-left: 20px!important;
  padding-right: 20px!important;
}
#main .autogrid_wrapper.article .section-article,
#main .section-article.fullwidth{
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.section-article:not(.fullwidth) > .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-article.article-pt-0 > .container{
  padding-top: 0;
}
.section-article.article-pb-0 > .container{
  padding-bottom: 0;
}
.section-article.article-pt-xxs > .container,
.section-article.article-pt-xs > .container,
.section-article.article-pt-s > .container,
.section-article.article-pt-m > .container,
.section-article.article-pt-l > .container,
.section-article.article-pt-xl > .container,
.section-article.article-pt-xxl > .container{
   padding-top: 50px;
 }
.section-article.article-pb-xxs > .container,
.section-article.article-pb-xs > .container,
.section-article.article-pb-s > .container,
.section-article.article-pb-m > .container,
.section-article.article-pb-l > .container,
.section-article.article-pb-xl > .container,
.section-article.article-pb-xxl > .container{
  padding-bottom: 50px;
}
.header{
  padding-bottom: 0;
  padding-top: 0;
}
#fix-wrapper{
  top: 0;
  left: 0;
  width: 100%;
}
#bottom .inside .left,
#bottom .inside .right{
  float: none;
}
#bottom .inside .right a{
  margin-left: 0;
  margin-right: 15px;
}
#footer .inside{
  padding: 40px 20px;
}
.section-breadcrumb{
  display: none;
}
body.content_page #slider .pagetitle{
  font-size: 1.467rem;
}
#bottom .inside{
  padding-left: 20px;
  padding-right: 20px;
}
#footer .totop:before{
  display: none;
}
.content-hyperlink.small a,
.content-hyperlink a{
  font-size: 0.9rem;
}
h1{
  font-size: 1.733rem;
  margin-bottom: 15px;
}
h2{
  font-size: 1.6rem;
  margin-bottom: 10px;
}
h3{
  font-size: 1.467rem;
  margin-bottom: 10px;
}
h4{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
h5{
  font-size: 1.067rem;
  margin-bottom: 10px;
}
h6{
  font-size: 1.067rem;
  margin-bottom: 10px;
}
.section-breadcrumb{
  display: none;
}
.header .section-langswitcher{
  position: absolute;
  right: 70px;
  top: 50%;
  margin-top: -19px;
  line-height: 40px;
  margin-left: 0!important;
}
.header .section-langswitcher{
  display: none;
}
.header .section-search{
  display: none;
}
.header.cloned{
  box-shadow: none;
}
body.fixed-header .header.cloned{
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}
#main .section-subscribe input,
#main .section-subscribe input.submit,
#main .section-subscribe button.submit{
  width: 100%;
  margin: 0;
}
#main .section-subscribe input.submit,
#main .section-subscribe button.submit{
  margin-top: 20px;
}
.autogrid:not(.content-autogridwrapper):not(.no_gutter){
  margin-bottom: 25px;
}
body #contentwrapper .content-form form .autogrid{
  margin-bottom: 0;
}
body .content-form .autogrid{
  margin-bottom: 0;
}
.autogrid.autogrid-last{
  margin-bottom: 0;
}
#main .section-article.autogrid{
  padding-top: 0;
  padding-bottom: 25px;
  margin-bottom: 0;
}
#main .section-article.autogrid.autogrid-first{
  padding-top: 25px;
}
.content-hyperlink.align-right{
  text-align: left!important;
}
#main .section-subscribe.align-right input{
  margin-left: 0;
  margin-top: 20px;
}
.custommenu li.last{
  border-bottom: 1px solid rgb(255,255,255);
}
.custommenu li .pagetitle{
  display: none;
}
.submenu_v2 li a.first{
  border-top: 1px solid rgb(200,200,200);
  border-left: 0;
  border-right: 0;
}
.submenu_v2 li a.first{
  border: 0;
}
.submenu_v2 li a.active:before{
  display: none;
}
#top .top_metanavi{
  display: none;
}
#top .section-socials{
  display: none;
}
#top .inside{
  padding-left: 20px;
  padding-right: 20px;
}
.offcanvas-trigger{
  display: none;
}
.section-pageimage .headline{
  font-size: 1.3rem;
}
.section-pageimage .inside .content{
  padding: 10px 0;
}
.section-pageimage .subheadline{
  font-size: 1rem;
}
.section-pageimage .style1 > .container{
  height: 150px;
}
.section-pageimage .style2 > .container{
  height: 150px;
}
.section-pageimage .style3 > .container{
  height: auto;
}
.section-pageimage .style3 .headline{
  font-size: 2rem;
}
.section-pageimage .inside.height-xxl > .container{
  height: 400px;
}
.section-pageimage .inside.height-xl > .container{
  height: 300px;
}
.section-pageimage .inside.height-l > .container{
  height: 200px;
}
.section-pageimage .inside.height-m > .container{
  height: 200px;
}
.section-pageimage .inside.height-s > .container{
  height: 200px;
}
.section-pageimage .inside.height-xs > .container{
  height: 150px;
}
.section-pageimage .inside.height-xxs > .container{
  height: 150px;
}
}
body.ie9 #fix-wrapper,
body.ie10 #fix-wrapper{
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MkVFOENGOTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MkVFOENGQTk2OUYxMUU1QjU3MTkyN0Q5MjBFRUJENSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyRUU4Q0Y3OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyRUU4Q0Y4OTY5RjExRTVCNTcxOTI3RDkyMEVFQkQ1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ndvI8gAAABBJREFUeNpi+P//PwNAgAEACPwC/tuiTRYAAAAASUVORK5CYII=');
}
