/*
Theme Name: De Heeren van Vonder
Description: Custom theme voor De Heeren van Vonder
Version: 1.0
Author: J-roen
Author URI: http://dhvv.nl
Template: enfold
*/

/* fonts */
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto+Condensed:700|Titillium+Web');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
  font-family: 'Titillium Web', sans-serif;
}
/*
th, td, li, #top .template-search.content .entry-content-wrapper {
  font-size: 17px !important;
}
*/

.avia-cookie-consent p, .avia-cookie-consent a.avia_cookie_infolink, .avia-cookie-consent #avia_cookie_consent, #socket .copyright {
  font-size: 15px;
}
h1,h2,h3,h4,h5,h6 {
  text-transform: inherit !important;
  font-weight: 700 !important;
}
/*
.av-subheading {
  font-style: italic;
  font-size: 20px;
}
h1 {
  font-size: 65px;
}
*/

.av-special-heading {
  margin-top: 0 !important;
}
.avia-video, .avia-iframe-wrap {
  margin-bottom: 0px;
}
.avia-arrow {
  display: none !important;
}
.special_amp {
  color: inherit !important;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
strong, b {
  color: inherit !important;
}



/* disable masonry animation */
/*
.av-masonry-entry{
  visibility: visible;
  opacity: 1;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
  -webkit-animation: none;
  animation: none;
}
*/
/*
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
  -webkit-animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
  animation:         avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
}
*/




/* button */
#main .avia-button {
  padding: 0 110px 0 0;
  display: inline-block;
  position: relative;
  border: transparent;
  background-color: transparent;
  color: #444 !important;
  font-size: 1.5em;
  margin: 0;
}
#main .avia-button:after {
  content: "";
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate(40%, -50%) scale(0.2, 0.2);
  -moz-transform: translate(40%, -50%) scale(0.2, 0.2);
  -webkit-transform: translate(40%, -50%) scale(0.2, 0.2);
  -o-transform: translate(40%, -50%) scale(0.2, 0.2);
  -ms-transform: translate(40%, -50%) scale(0.2, 0.2);
  top: 50%;
  right: 0;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url(arrow.svg) no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  background-color: #ed9d09;
  z-index: 1000;
}
#main .avia-button:hover:after {
  transform: translate(-100%, -50%) scale(1, 1);
  -moz-transform: translate(-100%, -50%) scale(1, 1);
  -webkit-transform: translate(-100%, -50%) scale(1, 1);
  -o-transform: translate(-100%, -50%) scale(1, 1);
  -ms-transform: translate(-100%, -50%) scale(1, 1);
  text-decoration: none !important;
}
#main .avia-button:before {
  content: "";
  top: 50%;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  right: 30px;
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: rgba(45, 45, 48, 0.15);
}
#main .avia-button:hover:before {
  transform: translate(-50%, -50%) scale(0.01, 1);
  -moz-transform: translate(-50%, -50%) scale(0.01, 1);
  -webkit-transform: translate(-50%, -50%) scale(0.01, 1);
  -o-transform: translate(-50%, -50%) scale(0.01, 1);
  -ms-transform: translate(-50%, -50%) scale(0.01, 1);
}

body div .avia-section.sixth .first {
  clear: none;
}
body .avia-section.sixth div .av_one_fifth.column-top-margin {
  margin-top: 0;
  margin-right: 0;
}
/* columns */
/* desktop */
@media only screen and ( min-width: 1025px ){
  /* five with small column */
  .avia-section.fifth div .av_one_fifth {
    margin-left: 1%;
    width: 19%;
    margin-bottom: 1%;
  }
  .avia-section.sixth div .av_one_fifth {
    margin-left: 0;
    width: 15.6%;
    margin-bottom: 1%;
    margin-right: 1%;
  }
  #top #contact.avia-section .av_one_fourth {
    height: 430px;
  }
}
/* tablet landscape */
@media only screen and ( min-width: 769px ) and ( max-width: 1024px ){
  /* three with small column */
  .avia-section.fifth div .av_one_fifth {
    margin-left: 1.5%;
    width: 32.3%;
    margin-bottom: 1.5%;
  }
  .avia-section.sixth div .av_one_fifth {
    margin-left: 0;
    margin-right: 1.5%;
    width: 32.2%;
    margin-bottom: 1.5%;
  }
  .avia-section.fifth div .av_one_fifth:nth-child( 4 ) {
    margin-left: 0;
  }
  .avia-section.sixth div .av_one_fifth:nth-child( 3 ) {
    margin-right: 0 !important;
  }
  .third .av-masonry-col-4 .av-masonry-entry,
  .av-masonry-col-6 .av-masonry-entry {
    width: 33.3%;
  }
  #top #contact.avia-section .av_one_fourth {
    width: 50%;
    height: 430px;
  }
  #top #contact.avia-section .no_margin.av_one_fourth:nth-child( 3 ),
  #top #contact.avia-section .no_margin.av_one_fourth:nth-child( 4 ) {
    height: 355px;
  }

}
/* tablet portrait */
@media only screen and ( min-width: 481px ) and ( max-width: 768px ){
  /* two with small column */
  .avia-section.fifth div .av_one_fifth {
    margin-left: 2%;
    width: 49%;
    margin-bottom: 2%;
  }
  .avia-section.sixth div .av_one_fifth {
    margin-left: 0;
    margin-right: 2%;
    width: 49%;
    margin-bottom: 2%;
  }
  .avia-section.fifth div .av_one_fifth:nth-child( 3 ),
  .avia-section.fifth div .av_one_fifth:nth-child( 5 ) {
    margin-left: 0;
  }
  .avia-section.sixth div .av_one_fifth:nth-child( 2 ),
  .avia-section.sixth div .av_one_fifth:nth-child( 4 ) {
    margin-right: 0;
  }
  .av-masonry-col-6 .av-masonry-entry {
    width: 50%;
  }
  .av-masonry-col-4 .av-masonry-entry {
    width: 50%;
  }
}
.avia-section.fifth div .av_one_fifth.first {
  margin-left: 0;
}


/* popup */
.mfp-bg {
  display: none;
}
.mfp-wrap {
  background: rgba( 0, 0, 0, 0.9 ) !important;
  overflow: hidden !important;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -webkit-transition: all 0.35s ease-out; 
	-moz-transition: all 0.35s ease-out; 
  transition: all 0.35s ease-out;
  top: auto;
  left: auto;
  right: 100px;
  bottom: 300px;
}
@media only screen and (min-width: 1025px) {
  .mfp-content {
    max-width: 70%;
  }
}
.mfp-wrap.mfp-ready {
  width: 100%;
  height: 100%;
  border-radius: 0;
  right: 0;
  bottom: 0;
}
.mfp-wrap .mfp-container {
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.35s ease-out; 
	-moz-transition: all 0.35s ease-out; 
	transition: all 0.35s ease-out;
}
.mfp-wrap.mfp-ready .mfp-container {
  transform: scale(1, 1);
}
.mfp-content .avia-section {
  background-color: transparent;
}
.mfp-content .avia-section,
.mfp-container .container {
  border-color: transparent;
}
html {
  overflow: auto !important;
  margin-right: 0 !important;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 40px;
}


/*
#main .avia-button,
#main input[type=submit] {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #fff !important;
  cursor: pointer;
  border-radius: 50px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1em !important;
  padding: 8px 20px 9px 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
/*
#main .avia-button:before,
#main input[type=submit]:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed9d09 !important;
  border: 1px solid #ed9d09 !important;
  border-radius: 50px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -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;
}
*/
/*
#main .avia-button:hover, #main .avia-button:focus, #main .avia-button:active,
#main input[type=submit]:hover, #main input[type=submit]:focus, #main input[type=submit]:active {
  color: #fff !important;
}
*/
/*
#main .avia-button:hover:before, #main .avia-button:focus:before, #main .avia-button:active:before,
#main input[type=submit]:hover:before, #main input[type=submit]:focus:before, #main input[type=submit]:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
*/


/*
.main_color .container .av-inner-masonry-content {
  background-color: #ffffff;
}
.main_color .container .av-masonry-gallery .av-inner-masonry-content {
  text-align: center;
}
*/


/*

*/

/*
.responsive #top #col {
  max-width: 1210px;
  margin: 0 auto;
}
*/







/* paralax */
.av-parallax-section.left .av-parallax,
.av-parallax-section.right .av-parallax {
  width: 50%;
}
.av-parallax-section.right .av-parallax {
  left: auto;
  right: 0;
}

.avia-section.av-parallax-section  {
  background-color: rgba( 255, 255, 255, 0.85 );
}
.avia-section.av-parallax-section.dark {
  background-color: rgba( 245, 245, 245, 0.85 );
}


/* logo */
#header_main,
#header_main > .container {
  border: none !important;
}
.responsive #header_main .container {
  max-width: 100% !important;
  width: 100% !important;
}
.logo {
  background-color: #ccc;
  width: 80px !important;
  overflow: visible;
}
.logo:hover {
  background-color: #ed9d09;
}
.logo a {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 428px;
  overflow: visible;
}
.responsive .logo a img {
  width: auto !important;
  height: 80px !important;
  float: left;
}
#top .inner-container {
  text-align: center;
}



/* search */
#avia-menu #menu-item-search {
  /* display: inline;
  width: 80px;
  position: relative;  */
  z-index: 100;
}
#top .menu-item-search-dropdown > a {
  font-size: 30px;
}
.avia-search-tooltip {
  position: fixed;
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  width: auto;
  top: 0 !important;
  left: 80px !important;
  right: 80px !important;
  margin: 0px;
  height: 80px;
  overflow: hidden;
}
html body.admin-bar .avia-search-tooltip {
  top: 32px !important;
}
.avia-search-tooltip #searchform {
  width: 100%;
}
#top .avia-search-tooltip #searchform>div {
  margin: 0;
  max-width: 100% !important;
  width: 100%;
  overflow: hidden;
  position: static;
}
#top #searchform #s {
  padding: 10px 80px 9px 15px;
  background-color: #fff;
}
#top .avia-search-tooltip #searchform #s {
  width: 100%;
  font-size: 40px;
  border: none;
}
#top #searchform #searchsubmit {
  width: 55px;
  height: 100%;
  font-size: 20px;
}
#top .avia-search-tooltip #searchform #searchsubmit {
  width: 80px;
  font-size: 30px;
}
.avia_pop_class, .avia-search-tooltip {
  -webkit-animation: search 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: search 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
@-webkit-keyframes search {
  0%   { -webkit-transform: scale( 0, 1 ); }
  100% { -webkit-transform: scale( 1, 1 ); }
}
@keyframes search {
  0%   { transform: scale( 0, 1 ); }
  100% { transform: scale( 1, 1 ); }
}


/* menu hamburger */
#avia-menu .menu-item-object-page {
  display: none;
}
#avia-menu .av-burger-menu-main {
  display: inline;
}
#avia-menu .menu-item-avia-special a {
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 0;
}
#avia-menu .av-burger-menu-main a .av-hamburger {
  background-color: #ccc;
  display: block;
}
#avia-menu .av-burger-menu-main a:hover .av-hamburger {
  background-color: #ed9d09;
}
#avia-menu .av-burger-menu-main a .av-hamburger.is-active {
  background-color: transparent;
}
#av-burger-menu-ul {
  padding: 50px 0 !important;
}
#top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items {
  text-align: left;
  padding-left: 80px;
}
#av-burger-menu-ul li.current-menu-item a {
  color: #ed9d09 !important;
}
.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li {
  font-size: 5vw;
  line-height: 1em;
  padding: 0 0 0.3em 0;
}
@media screen and (max-width: 782px) {
  #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items {
    padding-left: 9.5%;
  }
  .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li {
    font-size: 10vw;
  }
}

/*
.av-burger-overlay {
  transition: all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 1ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  background-color: transparent !important;
  top: 0%;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: visible;
  display: block !important;
  opacity: 1 !important;
}
.av-burger-overlay-bg {
  background: transparent !important;;
}
html.av-burger-overlay-active .av-burger-overlay {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  background: transparent !important;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}
.av-burger-overlay:before {
  width: 500vw;
  height: auto;
  padding-top: 500vw;
  content: "";
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0, 0) translate(50%, -50%);
  -moz-transform: scale(0, 0) translate(50%, -50%);
  -webkit-transform: scale(0, 0) translate(50%, -50%);
  -o-transform: scale(0, 0) translate(50%, -50%);
  -ms-transform: scale(0, 0) translate(50%, -50%);
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  border-radius: 50%;
  z-index: 1;
  background-color: rgba( 0, 0, 0, 0.9 ) !important;
}
html.av-burger-overlay-active-delayed .av-burger-overlay:before {
  transform: scale(1, 1) translate(50%, -50%);
  -moz-transform: scale(1, 1) translate(50%, -50%);
  -webkit-transform: scale(1, 1) translate(50%, -50%);
  -o-transform: scale(1, 1) translate(50%, -50%);
  -ms-transform: scale(1, 1) translate(50%, -50%);
}
.av-main-nav > li.av-burger-menu-main > a {
  padding: 0;
}
.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner:before,
.header_color .av-hamburger-inner:after {
  background-color: #fff;
}
#top .main_menu {
  display: inline-block;
}
#top .avia-menu-fx {
  max-width: 20px;
  margin-left: 12px;
}
#av-burger-menu-ul {
  padding: 25px 0 !important;
}
#av-burger-menu-ul li {
  font-size: 100px !important;
  line-height: 1em !important;
  padding: 0.1em 0 0 50px !important;
  text-align: left;
}
@media only screen and ( min-width: 769px ) and ( max-width: 1024px ){
  #av-burger-menu-ul li {
    font-size: 90px !important;
  }
}
@media only screen and ( min-width: 376px ) and ( max-width: 768px ){
  #av-burger-menu-ul li {
    font-size: 70px !important;
  }
}
@media only screen  and ( max-width: 375px ){
  #av-burger-menu-ul li {
    font-size: 50px !important;
    line-height: 1.3em !important;
    padding: 0.1em 0 0 25px !important;
  }
}
#av-burger-menu-ul li.current-menu-item a {
  color: #ed9d09 !important;
} 
#av-burger-menu-ul ul.sub-menu {
  position: absolute;
}
#av-burger-menu-ul ul.sub-menu li {
  font-size: 25px !important;
}
.html_av-submenu-hidden .av-submenu-indicator {
  color: #ed9d09;
  float: none;
  right: auto;
  font-size: 30px;
  margin-top: 0;
  padding-left: 20px;
}
*/


/*
.slideshow_caption {
  width: 50%;
}
div .slideshow_caption h2 {
  text-transform: inherit;
}
*/

/*
.av-main-nav > li > a {
  padding: 0 15px;
}
#avia-menu .sub-menu li a {

}
#avia-menu .sub-menu li a .avia-menu-text {
  text-transform: inherit;
}
@media only screen and ( min-width: 768px ) and ( max-width: 1024px ){
  #menu-item-6870 {
    display: none;
  }
}
*/

/*
table.noborder th,
table.noborder td {
  border-color: transparent;
  text-align: left !important;
  padding: 8px 0px !important;
}
table.noborder .avia-desc-col {
  text-transform: inherit;
  color: #000 !important;
  width: 25%;
  font-weight: 700;
}
.av-share-box .av-share-link-description {
  width: 25%;
  float: left;
  font-size: 17px;
  line-height: 45px;
}
.av-share-box .av-share-box-list {
  width: 75% !important;
  float: left;
}
.av-share-box ul li a {
  padding: 8px 0;
}
.av_default_container_wrap.main_color {
  border-top: 0 !important;
}
*/

/* masonry */
/*
.av-masonry-entry .av-masonry-entry-title {
  font-size: 35px !important;
}
@media only screen and ( min-width: 769px ) and ( max-width: 1024px ){
  .av-masonry-entry .av-masonry-entry-title {
    font-size: 17px !important;
  }
  .avia-section.fullscreen .av-masonry-container {
    padding: 0px 80px !important;
  }
}
@media only screen and ( min-width: 367px ) and ( max-width: 768px ){
  .av-masonry-entry .av-masonry-entry-title {
    font-size: 25px !important;
  }
}
@media only screen  and ( max-width: 366px ){
  .av-masonry-entry .av-masonry-entry-title {
    font-size: 25px !important;
  }
}

.av-masonry.nieuws .av-masonry-entry .av-masonry-image-container,
.av-masonry.portraits .av-masonry-entry .av-masonry-image-container {
  height: 75%;
}
.av-masonry.nieuws .av-masonry-entry .av-inner-masonry-sizer,
.av-masonry.portraits .av-masonry-entry .av-inner-masonry-sizer {
  width: 100%;
  padding-bottom: 135%;
}
.av-masonry.nieuws .av-inner-masonry-content,
.av-masonry.portraits .av-inner-masonry-content {
  height: 27%;
}
.av-masonry.portraits .av-masonry-entry .av-masonry-entry-title {
  font-size: 25px !important;
}
*/

/* disable masonry animation */
/*
.av-masonry-entry{
  visibility: visible;
  opacity: 1;
}
.avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
  -webkit-animation: none;
  animation: none;
}
*/


/*
.av-masonry-entry .av-masonry-outerimage-container
.av-masonry-entry .av-masonry-outerimage-container .av-masonry-image-container
.av-masonry-entry .av-inner-masonry-content
.av-masonry-entry .av-inner-masonry-content .av-inner-masonry-content-pos
.av-masonry-entry .av-inner-masonry-content .av-inner-masonry-content-pos .av-inner-masonry-content-pos-content
.av-masonry-entry .av-inner-masonry-content .av-inner-masonry-content-pos .av-inner-masonry-content-pos-content .avia-arrow
.av-masonry-entry .av-inner-masonry-content .av-inner-masonry-content-pos .av-inner-masonry-content-pos-content .av-masonry-entry-title
*/
/*
#top .av-caption-style-overlay .av-masonry-item-with-image {
  overflow: hidden;
}
*/
/*
.avia_desktop .av-masonry-entry .av-masonry-image-container {
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
}
*/
/*
.avia_desktop .av-masonry-entry.on .av-masonry-image-container {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
*/
/*
.avia_desktop .av-masonry.portraits .av-masonry-entry.on .av-masonry-image-container {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
*/
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
  background: rgba( 221, 147, 19, 0.7 ) !important;
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  position: absolute;
  width: 200%;
  height: 200%;
  overflow: hidden;
  bottom: 0;
  left: -50%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 50%;
  opacity: 1 !important;
}
#top .av-caption-style-overlay .av-masonry-item-with-image.on .av-inner-masonry-content {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #fff;
}
#top .av-caption-style-overlay .av-masonry-item-with-image.on .av-inner-masonry-content .av-inner-masonry-content-pos {
  left: 26%;
  width: 48%;
  top: 51%;
  bottom: 1%;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
  width: 50%;
  left: 25%;
  padding: 5% 50px 100px 50px;
  position: absolute;
  top: 110%;
  text-align: center;
}
#top .av-caption-style-overlay .av-masonry-item-with-image.on .av-inner-masonry-content-pos {
  top: 50%;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .avia-arrow {
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
  display: inline-block !important;
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(arrow.svg) no-repeat;
  background-size: 50% 50%;
  background-position: center center;
  transform: none;
  border-radius: 50%;
  margin-left: -24px;
  top: auto;
  bottom: -20%;
  border: 1px solid #fff;
}
#top .av-caption-style-overlay .av-masonry-item-with-image.on .av-inner-masonry-content .avia-arrow {
  bottom: 10%;
}




/* card */
/*
.av-masonry.card .av-masonry-entry .av-masonry-image-container {
  height: 75%;
}
.av-masonry.card .av-masonry-entry .av-inner-masonry-sizer {
  width: 100%;
  padding-bottom: 135%;
}
.av-masonry.card .av-inner-masonry-content {
  height: 27%;
}
.av-masonry.card .av-masonry-entry .av-inner-masonry-content:after {
  width: 12px;
  height: 25px;
  content: '\e87d';
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 25px;
  color: #ed9d09;
  font-family: 'entypo-fontello';
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
}
.av-masonry.card .av-masonry-entry:hover .av-inner-masonry-content:after {
  right: 20px;
}
.av-masonry.card .av-inner-masonry-content .av-masonry-entry-content {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
}
*/



/* flip */
.av-masonry.flip .av-masonry-entry {
  perspective: 1000px !important;
  overflow: hidden !important;
}
.av-masonry.flip .av-masonry-entry.on .av-inner-masonry {
  transform: rotateY( -180deg ) !important;
}
.av-masonry.flip .av-inner-masonry {
	transition: 0.6s !important;
	transform-style: preserve-3d !important;
	position: relative;
  overflow: visible !important;
}
.av-masonry.flip .av-masonry-outerimage-container,
.av-masonry.flip .av-inner-masonry-content {
  /* backface-visibility: hidden !important; */
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
  overflow: visible !important;
}
.av-masonry.flip .av-masonry-outerimage-container {
	z-index: 2 !important;
  transform: rotateY( 0deg ) !important;
}
.avia_desktop .av-masonry.flip .av-masonry-entry:hover .av-masonry-image-container {
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.av-masonry.flip .av-inner-masonry-content {
  transform: rotateY( 180deg ) !important;
  z-index: 3 !important;
  background: rgba( 221, 147, 19, 0.7 ) !important;
  color: #fff;
  margin-bottom: 1px;
  overflow: hidden;
}
.av-masonry.flip .av-inner-masonry-content .av-inner-masonry-content-pos {
  text-align: center;
  padding: 110% 5% 5% 5%;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
.av-masonry.flip .av-inner-masonry-content .av-masonry-entry-title {
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  /* -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms; */
  /* position: absolute;
  padding: 0px 25px;
  top: 105%;
  width: 100%;
  margin-left: -20px; */
  /* text-align: center; */
  color: #fff !important;
  font-size: 1.5em;
  opacity: 0;
}
.av-masonry.flip .av-masonry-entry.on .av-inner-masonry-content .av-inner-masonry-content-pos {
  padding-top: 5%;
}
.av-masonry.flip .av-masonry-entry.on .av-inner-masonry-content .av-masonry-entry-title {
  /* top: 15%; */
  opacity: 1;
}
.av-masonry.flip .av-inner-masonry-content .av-masonry-date {
  color: #fff !important;
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #fff;
  /* text-align: center; */
  line-height: 46px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -100px;
  left: 42%;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
  opacity: 0;
}
.av-masonry.flip .av-masonry-entry.on .av-inner-masonry-content .av-masonry-date {
  bottom: 10%;
  opacity: 1;
}

.av-masonry-text-sep.text-sep-author,
.av-masonry-author {
  display: none;
}
  


/* forms */
::-webkit-input-placeholder {
  color: #666666 !important;
}
:-webkit-input-placeholder {
  color: #666666 !important;
}
::-moz-placeholder {
  color: #666666 !important;
}
:-ms-input-placeholder {
  color: #666666 !important;
}
:-moz-placeholder {
  color: #666666 !important;
}




/* sections */
.responsive .container {
  padding: 0px 80px;
}
@media only screen and (max-width: 767px) {
  .responsive .container {
    padding: 0px 7.5%;
  } 
}
/*
.responsive .avia-section.fullscreen .container {
  max-width: 100%;
  padding: 0;
}
.container_wrap.main_color,
.avia-section.av-parallax-section  {
  background-color: rgba( 255, 255, 255, 0.85 );
}
.avia-section.alternate_color,
.avia-section.av-parallax-section.dark {
  background-color: rgba( 245, 245, 245, 0.85 );
}

.main_color tr:nth-child(odd) {
  background-color: rgba( 255, 255, 255, 0.7 );
}
.main_color tr:nth-child(even) {
  background-color: rgba( 245, 245, 245, 0.7 );
}
*/
.avia-section.footer_color,
#footer {
  background-color: rgba( 0, 0, 0, 0.93 );
  position: relative;
}
#socket {
  background-color: rgba( 0, 0, 0, 0.97 );
}
/*
.responsive .avia-section.nomargin {
  min-height: 0;
  z-index: 2;
  position: relative;
}
.responsive .avia-section.nomargin .content {
  padding-top: 0;
  padding-bottom: 0;
}

#top .alternate_color .avia-data-table.avia_pricing_minimal th {
  background-color: transparent;
}
#top div .avia-gallery img {
  border: none;
  padding: 10px;
}
*/


/* better search */
/*
#top.search-results .main_color input[type='text'] {
  background-color: #fff !important;
}
#top #main input[type=submit]#searchsubmit {
  background-color: #ed9d09;
  color: #fff !important;
  font-family: 'entypo-fontello' !important;
  padding: 0 !important;
  border: 1px solid transparent !important;
  font-size: 25px;
}
#top #main input[type=submit]:hover {
  background-color: #000 !important;
}
*/
/*
.responsive #top.search #wrap_all #main .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.responsive body.search #main .content {
  padding-top: 0px;
  padding-bottom: 0px;
}
*/
body.search-no-results main.content {
  padding-bottom: 0;
}

body.search .page-heading-container {
  /* background-color: rgba( 245, 245, 245, 0.85 ); */
  margin-top: -50px;
  left: -9.5%;
  width: 119%;
  background-color: #e8e8e8;background-image: linear-gradient(#e8e8e8,#ffffff); 
  padding: 12% 9.5%;
  margin-bottom: 0;
}
body.search.search-no-results .page-heading-container {
  padding-bottom: 100px;
}
/*
body.search .extra-mini-title {
  padding: 20px 80px;
}
body.search article {
  padding: 0px 80px 0px 80px;
}
*/
body.search .search-result-counter {
  margin-left: -60px;
  left: auto;
  top: 5px;
  background-color: #ccc;
  color: #fff;
}
body.search .result {
  background-color: #f8f8f8;
}
body.search .entry-title .type {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  color: transparent;
  top: 10px;
}
body.search .entry-title .score,
body.search .entry-title .found {
  font-size: 70%;
  color: #aaa;
}
body.search .post-meta-infos {
  display: none;
}
body.search .entry-title .type:before {
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  content: ' ';
}
body.search .entry-title .type.bericht:before {
  background-image: url( 'news.png' );
}
body.search .entry-title .type.portfolio-item:before {
  background-image: url( 'portfolio.png' );
}
#top .template-search.content .entry-content-wrapper {
  font-size: inherit;
}
.template-search .entry-content-wrapper .post-title a {
  font-size: 28px;
}


/* footer */
#footer {
  padding: 0;
  font-size: 15px;
}
#footer .widget {
  margin: 0;
}
#footer .widget .widgettitle {
  margin-top: 0;
}
#footer h5 {
  font-size: 16px;
}
/* desktop */
@media only screen and ( min-width: 1025px ){
  /* three times one third */
  #footer .flex_column {
    width: 33%
  }
}  
/* tablet landscape */
@media only screen and ( min-width: 769px ) and ( max-width: 1024px ){
  /* quart quart half */
  #footer .flex_column {
    width: 32%;
  }
  #footer .flex_column:nth-child( 3 ) {
    width: 40%;
  }
  #footer .flex_column:nth-child( 4 ) {
    width: 28%;
  }
}
/* tablet portrait */
@media only screen and ( min-width: 481px ) and ( max-width: 768px ){
  /* half half full */
  #footer .flex_column {
    width: 50%;
  }
  #footer .flex_column:nth-child( 4 ) {
    width: 100%;
    margin-top: 25px;
  }

}
#footer .flex_column {
  margin-left: 0;
}
.responsive #top #wrap_all #footer .flex_column.avia-builder-el-last {
  margin-bottom: 0;
} 


/* contact */
#footer .avia-button-wrap.contact {
  position: relative;
  margin-top: -125px;
  margin-right: -40px;
  float: right;
  height: 0px;
}
#main .open-popup-link.contact .avia-button {
  z-index: 1000;
  width: 150px;
  height: 150px;
  background-color: #ed9d09;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: rotate( 25deg );
  -moz-transform: rotate( 25deg );
  -webkit-transform: rotate( 25deg );
  -o-transform: rotate( 25deg );
  -ms-transform: rotate( 25deg );
  overflow: hidden;
  animation: pulse 2s infinite;
}
#main .open-popup-link.contact .avia-button:hover {
  opacity: 1;
  transform: rotate( 25deg ) scale( 1.1 );
  -moz-transform: rotate( 25deg ) scale( 1.1 );
  -webkit-transform: rotate( 25deg ) scale( 1.1 );
  -o-transform: rotate( 25deg ) scale( 1.1 );
  -ms-transform: rotate( 25deg ) scale( 1.1 );
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0px rgba( 221, 147, 19, 0.5 ); }
  100% { box-shadow: 0 0 0 35px rgba( 221, 147, 19, 0 ); }
}

#main .open-popup-link.contact .avia-button .avia_iconbox_title {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY( -50% );
  line-height: 1em;
  cursor: pointer;
}
#main .open-popup-link.contact .avia-button:before,
#main .open-popup-link.contact .avia-button:after {
  background: transparent !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*
.slideshow_caption {
  z-index: 100;
  width: 100%;
}
*/


/* gallery */
/*
#top #wrap_all .avia-gallery .avia-gallery-thumb a {
  border-color: transparent;
  position: relative;
}
#top #wrap_all .avia-gallery .avia-gallery-thumb a:before {
  position: absolute;
  content: "";
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background-color: #ed9d09;
}
#top #wrap_all .avia-gallery .avia-gallery-thumb img {
  border: 10px solid #fff;
  padding: 0;
}
#top .avia-gallery .avia-gallery-thumb a:hover {
  opacity: 1;
}
#top .avia-gallery .avia-gallery-thumb a:hover img {
  opacity: 0.5;
}
*/

/* portfolio */
/*
.widget .avia-content-slider {
  margin: 20px 0;
  overflow: visible;
}
#top .avia-content-slider .avia-slideshow-arrows a {
  position: absolute;
  top: -30px;
  opacity: 1 !important;
}
#top .avia-content-slider .avia-slideshow-arrows a.prev-slide {
  right: 60px;
}
.really_simple_twitter_widget li {
  padding-bottom: 20px;
}

.widget .avia-content-slider .image-overlay {
  display: none !important;
}
.footer_color .avia-content-slider .slide-image {
  background-color: transparent !important;
}
*/


/* hover styles */
/*
.av-masonry-image-container,
.av-inner-masonry-content {
  transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
 	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
 	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
.avia_desktop .av-hover-overlay-active .av-masonry-image-container,
.avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container,
.avia_desktop .av-hover-overlay-active.av-caption-style-overlay .av-masonry-entry .av-masonry-image-container {
  opacity: 1;
}
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
  background: rgba(0,0,0,0.5) !important;
  padding: 10px;
}
.av-masonry-entry .av-masonry-outerimage-container {
  transition: all 500ms ease-in-out 0ms;
  left: 100%
}
.av-masonry-entry.av-masonry-item-loaded .av-masonry-outerimage-container {
  left: 0%;
}
.av-masonry-entry .av-masonry-image-container {
  transition: all 500ms ease-in-out  250ms;
  left: -100%
}
.av-masonry-entry.av-masonry-item-loaded .av-masonry-image-container {
  left: 0%;
}
*/

/* avia accordion slider height fail fix */
/*
.aviaccordion {
  max-height: 100vw !important;
  height: 100vw;
}
.border img.avia_image {
  border: 1px solid #f8f8f8 !important;
}
.grayscale img.avia_image  {
  -webkit-filter: grayscale(85%) !important;
  -moz-filter: grayscale(85%) !important;
  filter: grayscale(85%) !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.grayscale img.avia_image :hover {
  -webkit-filter: none !important;
	-moz-filter: none !important;
	filter: none !important;
}
*/

/* mailchimp */
#top .footer_color .avia-mailchimp-form .form_element {
  width: 15%;
  float: left;
  clear: none !important;
}
#top .footer_color .avia-mailchimp-form .form_element.form_fullwidth {
  width: 42%;
}
@media only screen and ( min-width: 481px ) and ( max-width: 768px ){
  #top .footer_color .avia-mailchimp-form .form_element {
    width: 10%;
  }
  #top .footer_color .avia-mailchimp-form .form_element.form_fullwidth {
    width: 45%;
  }
}
@media only screen and ( min-width: 769px ) and ( max-width: 1024px ) {
  #top .footer_color .avia-mailchimp-form .form_element {
    width: 21%;
  }
  #top .footer_color .avia-mailchimp-form .form_element.form_fullwidth {
    width: 39%;
  }
}


#top .footer_color .avia-mailchimp-form .text_input {
  border-color: #696969 !important;
  border-width: 2px !important;
  background-color: transparent;
  color: #fff;
  width: 90%;
}
#top .av-mailchimp-widget .button {
  min-width: 53px;
  width: 53px;
  height: 53px;
  background-color: #696969;
  border-radius: 50%;
  border: none;
  font-family: 'entypo-fontello';
  color: #fff;
  font-size: 24px;
  margin: 0;
}
#top .av-mailchimp-widget .button:hover {
  background-color: #ed9d09;
}
/*
#top .av-mailchimp-widget-style-boxed_form {
  border: none;
  padding: 0;
}
.av-mailchimp-widget .form_element {
  width: 40px;
  float: left;
  clear: none;
  margin: 0;
  padding: 15px 0px;
}
.av-mailchimp-widget .first_form.form_element {
  width: 40%;
  padding: 15px 15px 0px 0px;
}
.av-mailchimp-widget .avia_ajax_form .button,
#main .av-mailchimp-widget .avia_ajax_form input[type=submit] {
  min-width: 40px;
  font-family: 'entypo-fontello' !important;
  padding: 8px 0 !important;
}



*/

/* iconlist */
.avia-icon-list-container.title {
  margin: 0;
  padding-bottom: 10px;
}
.avia-icon-list-container.title .avia-icon-list .iconlist_icon {
  margin-right: 10px;
}

#top .avia-icon-list-container.title .avia-icon-list .av_iconlist_title {
  font-size: 2em;
  /* line-height: 1.8em;
  margin-top: 0; */
  /* margin-top: 5; */
  margin-top: 2px;
  top: 50%;
  transform: translateY( -50% );
  position: absolute;
  line-height: 1em;
}
@media only screen and ( max-width: 767px ){
  #top .avia-icon-list-container.title .avia-icon-list .av_iconlist_title {
    font-size: 1.8em;
  }
}
#top #contact .avia-icon-list-container.title .avia-icon-list .av_iconlist_title {
  font-size: 1.5em;
}
#top .avia-icon-list-container.title .avia-icon-list li {
  padding-bottom: 0;
}

/* paul */
/*
.avia-icon-list .iconlist_icon {
  height: 74px;
  width: 74px;
  line-height: 74px;
  font-size: 45px;
  margin-right: 10px;
  margin-left: 0px;
  top: 6px;
}
#top .tab{
 color:#000;
 font-weight:600;
 font-size:19px;
}

#top .main_color .tabcontainer .tab.active_tab {
color: #ed9d09;
font-weight: 600;
font-size:19px;
}
.tabcontainer .active_tab {
background-color: #222222 !important;
}
.flex_column.av_one_fifth.first.avia-builder-el-first {
margin-left: 0 !important;
}
i.milestone-char{
font-size:40px!important;
}
.main_color .avia-icon-list .iconlist-timeline { border-color: white !important; }
li.avia_start_animation {
padding-bottom:5px !important;
}
*/

/* iconbox */
/*
.iconbox .iconbox_content .iconbox_content_title {
padding: 0px 0 0 0;
margin: 0 0 10px 0;
letter-spacing: 0px;
text-transform: uppercase;
font-size: 19px;
}
.iconbox_content {
top: 5px;
position: relative;
}
*/
/*
h1, h2, h3, h4, h5, h6 { letter-spacing: 0.01em !important; 
}
*/
p.hidden + p.form_element {
  text-align: center;
}
#top div .av-light-form input[type='text'],
#top div .av-light-form input[type='email'] {
  border-color: #696969;
  border-width: 2px !important;
}
#top div .av-light-form textarea {
  border-color: #696969 !important;
  border-width: 2px !important;
}
.av-custom-form-color .button:hover {
  border-color: #696969 !important;
  border-width: 2px !important;
  background-color: #ed9d09 !important;
}
.av-custom-form-color .button {
  border-color: #000000 !important;
  border-width: 2px !important;
  background-color: #ed9d09 !important;
}


/* paul 2 */
#fixed_bg {
  height: 100%;
  width: 100%;
  position: fixed !important;
  top: 0;
}
.avia-slideshow-dots.avia-slideshow-controls {display:none;}
#top .av-masonry-load-more {
  margin: 1px auto;
  width: 150px;
  border-radius: 4px;
  line-height: 1em;
  float: none;
}
h1, h2, h3 {
  letter-spacing: -1px!important;
}
#top .av-masonry-load-more:hover  {
  background: #ed9d09 !important;
  color: #222222 !important;
}
.trans {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
}
@media only screen and (min-width: 768px) and (max-width:1424px) {
  #hide_mobile {
    display:none !important;
  }
}
@media only screen and (min-width: 1423px) {
  #mobile {
    display:none !important;
  }
}
/*----------------------------------------
// CSS - Fullwidth Submenu style - 2
//--------------------------------------*/

/* Menu item style */
.submenu-style-2.av-submenu-container .av-subnav-menu > li {
  padding: 7px 0 !important;
}
.submenu-style-2.av-submenu-container .av-subnav-menu > li > a {
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  padding: 10px 15px !important;
  cursor: pointer;
}
.submenu-style-2 ul li a {
  background-color:#cccccc !important;
}
.submenu-style-2 a:hover {
  color: #000000 !important;
}
#top .submenu-style-2 .current-menu-item a .avia-menu-text {
  color: #000000 !important;
} 
@media only screen and (max-width: 767px) {
  .main_menu .avia-menu, #header_main_alternate {
    display: block !important;
  }
  .av-main-nav > li {
    display: none;
  }
  /*
  li#menu-item-search {
    display: block!important;
    margin-top: -15px;
    right: -25px;
  }
  */
  .html_av-overlay-full #top #wrap_all #avia-menu #menu-item-search a {
    display: none;
  }
  /*
  .html_av-overlay-full #top #wrap_all #avia-menu .av-burger-menu-main a {
    background-color: transparent;
  }
  */
  /*
  .html_av-overlay-full.av-burger-overlay-active #top #wrap_all #avia-menu #menu-item-search {
    display: inline;
  }
  .html_av-overlay-full.av-burger-overlay-active #top #wrap_all #avia-menu #menu-item-search a {
    display: none;
  }
  */
  .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
    padding: 0;
  }
  .html_av-overlay-full.av-burger-overlay-active .avia-search-tooltip {
    display: block !important;
    opacity: 1 !important;
    top: 80px !important;
    left: 0 !important;
    right: 0 !important;
  }
  #top .avia-search-tooltip #searchform #s {
    padding: 10px 80px 9px 9.5%;
    background-color: #fff;
  }
  .responsive .main_menu {
    float: right;
  }
}


/*
#fixed_bg {
  height: 100%;
  width: 100%;
  position: fixed !important;
  top: 0;
}
.avia-slideshow-dots.avia-slideshow-controls {display:none;}
#top .av-masonry-load-more {
  margin: 1px auto;
  width: 150px;
  border-radius: 4px;
  line-height: 1em;
  float: none;
}
h1, h2, h3 {
letter-spacing: -1px!important;
}
}
#top .av-masonry-load-more:hover  {
  background: #ed9d09 !important;
  color: #222222 !important;
}
.trans {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
}
@media only screen and (min-width: 768px) and (max-width:1424px) {
#hide_mobile {
display:none !important;
}
}
@media only screen and (min-width: 1423px) {
#mobile {
display:none !important;
}
}
.submenu-style-2.av-submenu-container .av-subnav-menu > li {
padding: 7px 0 !important;
}
.submenu-style-2.av-submenu-container .av-subnav-menu > li > a {
color: #FFF;
font-weight: 600;
font-size: 14px;
line-height: 1em;
padding: 10px 15px !important;
cursor: pointer;
}
.submenu-style-2 ul li a {
background-color:#cccccc !important;
}
.submenu-style-2 a:hover {
color: #000000 !important;
}
#top .submenu-style-2 .current-menu-item a .avia-menu-text {
  color: #000000 !important;
} 
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate {
display: block !important;
}
.av-main-nav > li { display: none; }
li#menu-item-search {
display: block!important;
margin-top: -15px;
right: -25px;
}
.responsive .main_menu {
float: right;
}}
*/