/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body{
    background: transparent url(../pics/_bg-01.gif) repeat fixed;
}

html {
    color: #313132;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
img {max-width: 100%}

h1 { font-family: 'Open Sans', Arial, sans-serif; font-size: 28px; font-weight: normal; padding: 20px 0px 0px 0px; margin: 0; }
h2 { font-family: 'Open Sans', Arial, sans-serif; font-size: 22px; font-weight: normal; padding: 10px 0px 0px 0px; margin: 0; }
p  { font-family: 'Open Sans', Arial, sans-serif; font-size: 16px; font-weight: normal; }

a  {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      - o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
 }

form {margin:0px;}
fieldset {border: 0px; padding: 0px;}
textarea { color: #000; width: 98%; padding: 4px; height: 150px; border: 1px solid #ccc; border-radius: 3px; }
.inpttxt { width: 65%; float: left;  margin: 4px 4px 4px 0px; padding:4px; border: 1px solid #ccc; border-radius: 3px;}
.inpttxt2 { width: 37%; float: left; margin: 4px 4px 4px 0px; padding:4px; border: 1px solid #ccc; border-radius: 3px;}
.inptchk { float: left;  margin: 10px 4px 0px 4px ; }
.inptnum { width: 40px;	 float: left; }
.inputsearch { border:0px; }
.maps  { display: none; }

input:focus, textarea:focus {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      - o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  border-color: #2a262b;
 }

.submit-button {
  font-family: 'Open Sans', sans-serif;  font-weight: normal; color: #2a262b; width: 28%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      - o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  margin: 5px 0px;
  padding: 12px 20px;
  border-radius: 2px;
  border: 1px solid #2a262b;
}
.submit-button:hover {
  background-color: #2a262b;
  color: #fff;
}

a .partnerpic  { margin: 0px 6px 6px 0px; border: 2px solid #e5e5e5; border-radius: 4px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      - o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
 }
a .partnerpic:hover  { border: 2px solid #2a262b; }

.galpic {
  height: 190px;
  margin: 0px 10px 10px 0px !important;
}
a .galpic  { margin: 0px 6px 6px 0px; border: 2px solid #e5e5e5!important; border-radius: 4px;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      - o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
 }
a .galpic:hover  { border: 2px solid #2a262b!important; }

hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin: 30px 0px 40px 0px;
}

.greybox {
  background-color: #e5e5e5;
  padding: 10px;
  margin: 10px 0;
  border-radius: 4px;
  overflow: hidden;
}
.greybox p { margin: 0px 0px 10px 0px; }
.halfbox { float: left; width: 48%; padding: 0px 10px 0px 0px;}


#precontainer {
    width: 1170px !important;
    margin:  0 auto !important;
    height: 20px;
    overflow: hidden;
    position: relative;
    background-color: none;
}
#container {
    width: 1170px !important;
    margin:  0 auto !important;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 9px rgba(0,0,0,0.75);
}

.shade {
-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.4);
box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.4);
}



/*
############# NAVIGATION  ##############
*/

#navigation {
width: 100%;
float: left;
border: 0px solid #000;
text-align: center;
}

.navlist { padding: 0px; margin: 0px; border:0px solid #000; }
.navlist li	{ display: inline-block; list-style-type: none; border-right:0px solid #fff; text-align: center; padding: 0px; margin: 0px; }

a.nav                   { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: bold; padding: 10px 26px; color:#2a262b; text-decoration: none; display: block; }
a.nav:hover             { text-decoration:none; color:#f7be1b; }
a.navselected           { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: bold; padding: 10px 26px; color:#f7be1b; text-decoration: none; display: block; }
a.navselected:hover     { text-decoration:none;}



/*
############# NAVIGATION  ##############
*/
.responsive-video {
	position: relative;
	padding-bottom: 54%;
	padding-top: 30px;
	height: 100% !important;
	overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    max-width: 100%;
	height: 100% !important;
}



/*
############# SECTION PREHEAD ##############
*/
section#prehead {
    height: 40px;
    width: 100% !important;
    overflow: hidden;
}
section#prehead .inner a { font-family: 'Open Sans', Arial, sans-serif; font-size: 18px; color: #676664; text-decoration: none;}
section#prehead .inner a:hover { color: #f7be1b; }
section#prehead .inner i { font-size: 30px; padding: 5px 0px 5px 5px; }
section#prehead .inner .mailphone { padding: 0px 0px 0px 10px; float: left;}
section#prehead .inner .firmlogos { padding: 0px 16px 0px 0px; float: right;}
section#prehead .inner .languages { padding: 0px 16px 0px 0px; float: right;}

/*
############# SECTION HEAD ##############
*/
section#head {
    height: auto;
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative;
}

section#head .inner {
    position: relative;
    margin: 0 15px;
    background: linear-gradient(180deg, rgba(195,195,195,1) 0%, rgba(254,254,254,1) 75%, rgba(255,255,255,1) 100%);
    border-radius: 10px;
    overflow: hidden;
}

section#head .inner { display: block;}
section#head .innermobile { display: none;}

section#head a       { color: #fff; text-decoration: none; }
section#head a:hover { color: #2a262b; }


/*
############# SECTION HEADNAV ##############
*/
section#headnav {
    height: 50px;
    width: 100% !important;
    overflow: hidden;
    margin: 0 auto !important;
    background-color: #fff;
}
/*
############# SECTION CONTENT ##############
*/
section#content {
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
section#content .inner { padding: 0px 15px;}
section#content a       { color: #ebae1e; text-decoration: none; }
section#content a:hover { color: #2a262b; }

/*
############# MAPS ##############
*/
.googlemap { width:100%; height:600px; border-radius: 5px; }

/*
############# FORMS ##############
*/
.cform { padding:10px;  margin:0px; background: #efefef; border-radius: 5px; }
.maps  { display: none; }


select, input[type="text"], textarea {
  border: 1px solid #ccc;
  font-family: 'Open Sans', sans-serif;  font-size: 12px; font-weight: normal; color:#000;
  color:#000;
  margin: 2px 0px;
  padding: 2px;
  width: 60%;
}

input[type="checkbox"] { width: 30px; }
input[type="submit"] { }

.formlabel { width: 30%; display: inline-block; text-align: right;}
.formelement { width: 30%; display: inline-block;}
.inlinelabel { width: 60%; display: inline-block; text-align: left;}

.input-text {
    background-color: #fbfbfb;
    border: medium none;
    border-radius: 2px;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2) inset;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    margin: 5px 0px;
    padding: 5px 10px;
    height: 32px;
}
.input-text.area { height: 150px;}


input[type="text"]:focus, textarea:focus {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      - o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.38) inset;
 }



#searchform {
  padding: 10px 10px 5px 10px;
  background: rgb(255,220,150);
  background: linear-gradient(180deg, rgba(255,220,150,1) 0%, rgba(236,172,43,1) 83%);
  border-radius: 5px;
  overflow: hidden;
}

.sflang { float: left; border: 0px solid #000; display: inline-block; height: 28px; width:  70px; padding: 8px 10px; }
.sfdd   { float: left; border: 0px solid #000; display: inline-block; height: 28px; width: 210px; padding: 0px 10px 16px 10px; }
.sfg    { float: left; border: 0px solid #000; display: inline-block; height: 28px; width: 250px; padding: 8px 10px; }
.sfsm   { float: left; border: 0px solid #000; display: inline-block; height: 28px; width: 130px; padding: 0px 10px 16px 10px; }

.submit-button {
  font-family: 'Droid Sans', sans-serif; font-weight: normal; font-size: 16px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      - o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  background-color: #eee;
  margin: 0px 0px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #676664;
}
.submit-button:hover {
  background-color: #676664;
  color: #fff;
}
.wsmall { width: 180px!important; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}
select {
  /* ... */
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background: #eee;
  color: #313132;
  font-size: 16px;
  border: 1px solid #676664;
  border-radius: 4px;
  cursor: pointer;
}
/*
.select-wrapper {
  width: 200px;
  position: relative;
}
.select-wrapper::before {
  font-family: fontawesome;
  content: "\f107";
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 2px;
  pointer-events: none;
}
*/











.talkitem   {
  border: 0px solid #000;
  overflow: hidden;
}
.talkpic {
  float: left;
  margin: 18px 18px 0px 0px;
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 15%;
}
.talkaudio {
  float: left;
  width: 80%;
}






/*
############# SECTION FOOTER ##############
*/
section#footer {
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 20px 0px 0px 0px;
    border-radius: 10px;
}
section#footer .inner { padding: 0px 15px;}
section#footer #upper { background-color: #676664; padding: 20px 20px 20px 20px; height: auto; border-top-left-radius: 10px; border-top-right-radius: 10px; }
section#footer #upper span { color: #2a262b;}
section#footer #lower { background-color: #343434; padding: 20px; text-align: right; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
section#footer p { font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 20px!important; color: #fff; margin: 0px; }
section#footer a       { color: #fff; text-decoration: none;}
section#footer a:hover { color: #f7be1b; }
section#footer #footlogo { float: right; padding: 20px 0px 0px 0px; border: 0px;}




/*
##############################################
############# RESPONSIVE STYLES ##############
##############################################
*/
@media screen and (min-width: 1171px) {
/* desktop navi */
  #drawers { display: none;}
}
@media screen and (max-width: 1170px) {

  /* mobile navi */
  #navigation {display: none;}
  .navlist { padding: 5px 0px 0px 0px; width: 95%; margin: 0px; border:0px solid #000; float: left; }

  .navlist li	{ display: block; list-style-type: none; text-align: left; padding: 0px 0px 0px 0px !important; }

  a.nav                   { padding: 8px 0px; width: 100%; border-bottom:1px solid #2a262b; }
  a.navselected           { padding: 8px 0px; width: 100%; border-bottom:1px solid #2a262b; }


  #drawers {
    margin: 0px;
    padding: 12px;
    border:0px solid #090;
    background: #fff;
  }
  #drawers li{ list-style-type:none; border: 0px solid #000; }

  #drawers div.lihead {
    border: 0px solid #f00;
    text-align: left;
    padding: 5px;
    color:#2a262b;
    font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight:normal; text-decoration:none; text-transform: uppercase;
    cursor: pointer;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      - o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  }
  #drawers div.lihead:hover {
    color:#f7be1b;
  }
  #drawers div.licont {
    border: 0px solid #0f0;
    margin: 0px 0px 0px 24px;
    display:none;
    overflow: visible;
  }


  .submit-button { width: 50%;  }



  #precontainer {
      width: 100% !important;
      height: 10px;
  }
  #container {
      width: 98% !important;
      margin:  0 auto !important;
      -webkit-box-shadow: 0px 0px 15px 9px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 0px 15px 9px rgba(0,0,0,0.75);
      box-shadow: 0px 0px 15px 9px rgba(0,0,0,0.75);
  }

  section#prehead {
  }

  section#head {
      height: auto;
      width: 100% !important;
  }


  section#headnav {
    height: auto;
    width: 100% !important;
  }

  section#content {
      width: 100% !important;
  }

  .box { width: 100%; float: left; padding: 0px 0px 15px 0px; }
  .box:nth-child(2n) { float: left; padding: 0px;}
  .box .cont { height: auto; }

  section#footer {
      width: 100% !important;
  }

} /* close resp 1170*/


@media screen and (max-width: 760px) {
  section#head .inner { display: none;}
  section#head .innermobile { display: block;}
  section#head .innermobile {
      position: relative;
      margin: 0 15px;
      background: linear-gradient(180deg, rgba(195,195,195,1) 0%, rgba(254,254,254,1) 75%, rgba(255,255,255,1) 100%);
      border-radius: 10px;
      overflow: hidden;
  }

  .submit-button { width: 96%;  }
  .halfbox { float: left; width: 98%; padding: 0px 10px 0px 0px;}

  .talkpic { width: 180px; }
  .talkaudio { width: 100%; }




} /* close resp ###*/

@media screen and (max-width: 470px) {
  section#prehead .inner .firmlogos { display: none;}
  section#footer p { clear:both; }
  section#footer #footlogo { float: left; padding: 0px 0px 20px 0px;  }

} /* close resp 470*/

/*
##############################################
##############################################
*/








/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
