/* CSS Document */ :root {
  --cherry: #E6467C;
  --lightolive: #e3edea;
  --olive: #d2e3de;
  --darkolive: #1f7f93;
  --verydarkolive: #32776d;
  --lightcherry: #fae0eb;
  --darkgrey: #282728;
  --grey: #585858;
  --greylighter: #707070;
  --mediumgrey: #C0C0C0;
  --lightgrey: #E8E8E8;
  --verylightgrey: #f4f4f2;
  --white: #ffffff;
  --black: #000000;
}
body {
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif, helvetica-light;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 19px;
  height: 100%;
  margin: 0 auto 0 auto;
}
h1 {
  font-weight: 500;
  color: #207F92;
  font-size: 29px;
  line-height: 40px;
}
H3, H4 {
  font-weight: 700;
  color: #207F92;
}
h2 {
  font-size: 20px;
  font-weight: 500;
  color: #207F92;
}
h2 a {
  text-decoration: none;
}
h3 {
  font-size: 17px;
  font-weight: 700;
  color: #207f92;
}
h3 a {
  text-decoration: none;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
  font-weight: 500;
  color: #207F92;
}
h6 {
  font-size: 14px;
}
hr {
  height: 1px;
  border-top: 0px dotted #000;
  border-right: 0px dotted #000;
  border-bottom: 1px dotted #ffffff;
  border-left: 0px dotted #000;
}
.screen_width {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.background_cherry {
  background-color: var(--cherry);
}
.background_light_olive {
  background-color: var(--olive);
}
.background_dark_olive {
  background-color: var(--darkolive) !important;
}
.background_dark {
  background-color: var(--darkgrey);
}
.view_width {
  width: 1080px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 0 auto;
  padding: 0;
}
.top_logo {
  width: 50%;
  height: 80px;
  padding-top: 20px;
  margin: 0;
  float: left;
}
.top_logo img {
  width: 85%;
  height: auto;
}
.top_menu {
  width: 50%;
  height: 60px;
  padding-top: 40px;
  margin: 0;
  text-align: right;
  float: left;
}
.top_menu a {
  padding: 0;
  margin-left: 10px;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.top_menu a:hover {
  color: var(--verydarkolive);
  background-color: var(--lightgrey);
  cursor: pointer;
}
.top_flag {
  width: 50px;
  height: auto;
  margin: 0;
}
.footer_view_width {
  width: 1200px;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
  color: var(--olive);
}
.footer_view_width a {
  color: var(--olive);
  text-decoration: none;
}
.footer_view_width a:hover {
  color: var(--white);
  text-decoration: none;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.text_block_top {
  width: 98%;
  height: auto;
  padding: 8px 1% 8px 1%;
}
.text_block_top a {
  margin-left: 30px;
  color: var(--verydarkolive);
  font-weight: 400;
}
.greenLink {
  color: #F36F0C;
}
.greenLink a {
  text-align: left;
  color: #207f92;
}
.greenLink a:active {
  color: #F36F0C;
  text-decoration: none;
}
.greenLink a:hover {
  color: #207F92;
  text-decoration: underline;
}
a {
  text-align: left;
  color: #F36F0C;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#top-line {
  width: 550px;
  height: 48px;
  border-bottom: 1px #FFF solid;
}
#slider1_container {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-bottom: 40px;
  height: 484px;
  max-height: 484px;
  background: #FFFFFF;
  overflow: hidden;
  background-image: url(/layout/header_1.jpg);
  background-size: 1600px 490px, cover;
  background-position: center;
  background-repeat: no-repeat;
}
#slider1_container img {
  margin-top: -200px;
}
.autoImage {
  width: 700px;
  height: 500px;
}
.autoImage img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}
#slide_h1 {
  width: 944px;
  height: 500px;
  padding-top: 445px;
  margin: 0 auto -945px auto;
  color: #f5822a;
  font-size: 45px;
  font-weight: 300;
  z-index: 10;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#slide_wide {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 150px;
  overflow: hidden;
  text-align: center;
}
#slide_wide img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 0.5em;
}
.full-image {
  min-height: 50px;
}
.loading {
  position: absolute;
  top: 0px;
  left: 0px;
}
.jssora21l, .jssora21r, .jssora21ldn, .jssora21rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../img/a21.png) center center no-repeat;
  overflow: hidden;
}
.jssora21l {
  background-position: -3px -33px;
}
.jssora21r {
  background-position: -63px -33px;
}
.jssora21l:hover {
  background-position: -123px -33px;
}
.jssora21r:hover {
  background-position: -183px -33px;
}
.jssora21ldn {
  background-position: -243px -33px;
}
.jssora21rdn {
  background-position: -303px -33px;
}
.autoImage {
  cursor: move;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 700px;
  height: 450px;
  overflow: hidden;
}
.autoImage img {
  width: auto;
  max-width: 700px;
  height: auto;
  max-height: 450px;
}
.jssora05l, .jssora05r {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(/icons/a17.png) no-repeat;
  overflow: hidden;
}
.jssora05l {
  background-position: -10px -40px;
}
.jssora05r {
  background-position: -70px -40px;
}
.jssora05l:hover {
  background-position: -130px -40px;
}
.jssora05r:hover {
  background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
  background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
  background-position: -310px -40px;
}
.jssort01 {
  position: absolute;
  width: 700px;
  height: 100px;
}
.jssort01 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 72px;
}
.jssort01 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  border: none;
}
.jssort01 .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.jssort01 .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110px;
  height: 62px;
  border: #000 0px solid;
  box-sizing: content-box;
  background: none;
}
.jssort01 .pav .c {
  top: 2px;
  _top: 0px;
  left: 2px;
  _left: 0px;
  width: 110px;
  height: 62px;
  border: #000 0px solid;
  _border: #fff 2px solid;
  background-position: 50% 50%;
}
.jssort01 .p:hover .c {
  top: 0px;
  left: 0px;
  width: 118px;
  height: 70px;
  border: #fff 1px solid;
  background-position: 50% 50%;
}
.jssort01 .p.pdn .c {
  background-position: 50% 50%;
  width: 116px;
  height: 68px;
  border: #000 2px solid;
}
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
  /* ie quirks mode adjust */
  width /**/ : 120px;
  height /**/ : 72px;
}
#top-wide {
  height: 90px;
  width: 100%;
  background-color: #ffffff;
}
#header {
  height: 83px;
  width: 1080px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}
#categoryTopWide {
  height: 48px;
  width: 100%;
  background-color: #ffffff;
  margin-top: -13px;
}
#categoryHeader {
  height: 46px;
  width: 1080px;
  margin: 0 auto 0 auto;
  padding: 2px 0 0 0;
  font-weight: 500;
}
#categoryHeader ul {
  margin-left: -40px;
}
#categoryHeader a {
  color: #666666;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  margin-right: 13px;
}
#categoryHeader a:hover {
  color: #f5822a;
}
/* #categoryHeader {
	margin:0;
	padding:0;
	list-style:none;
	height:35px;
	width:99%;
	border:solid 0 #c93300;
	border-width:0;
	z-index:99999;
	position:absolute;
}
#categoryHeader li {
	display:inline;
	position:relative;
	float:left;
} */
#categoryHeader li {
  font-weight: 500;
  display: inline;
  position: relative;
  float: left;
}
#categoryHeader li a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}
#categoryHeader li a:hover {
  color: #19427c;
  background: #FFFFFF;
}
#categoryHeader li ul {
  margin: 0;
  padding: 0 5px;
  line-height: none;
  position: absolute;
  top: 35px;
  left: -15px;
  border-width: 0;
  width: 180px;
  display: none;
  background: #FFFFFF;
  z-index: 1000;
}
#categoryHeader li:hover ul {
  display: block;
  -moz-box-shadow: 2px 4px 6px #888, -2px 4px 6px #888;
  -webkit-box-shadow: 2px 4px 6px #888, -2px 4px 6px #888;
  box-shadow: 2px 4px 6px #888, -2px 4px 6px #888;
}
#categoryHeader li:hover a {
  color: #207F92;
  background: #FFFFFF;
}
#categoryHeader li ul li {
  display: block;
  border-bottom: solid 1px #207F92;
  width: 180px;
  padding: 2px 0 2px 0;
}
#categoryHeader li ul li:last-child {
  border-bottom: 0px;
}
#categoryHeader li ul a {
  border-width: 0px;
  color: #909090;
  padding: 0 5px 0 0;
  background-color: transparent;
}
#categoryHeader li:hover ul li a {
  color: #909090;
  padding-left: 10px;
}
#categoryHeader li ul li a:hover {
  color: #207F92;
  width: 165px;
  background-color: #dfeff3;
}
.img-floatleft {
  float: left;
  margin-right: 30px;
}
.img-floatleft img {
  float: left;
  margin-right: 30px;
}
#top-logo {
  text-align: left;
  width: 170px;
  height: 50px;
  float: left;
}
#top-menu {
  color: #ffffff;
  text-transform: uppercase;
  width: 550px;
  height: 40px;
  padding-top: 20px;
  word-spacing: 20px;
  float: left;
  vertical-align: middle;
  text-align: right;
  font-size: 12px;
}
.notcurrent {
  color: #ffffff;
  text-decoration: none;
}
.notcurrent a {
  color: #ffffff;
  text-decoration: none;
}
.notcurrent a:hover {
  color: #f5822a;
  text-decoration: none;
}
.current {
  color: #f5822a;
  text-decoration: none;
}
.current a {
  color: #f5822a;
  text-decoration: none;
}
.current a:hover {
  color: #f5822a;
  text-decoration: none;
}
#top-line-left {
  width: 70px;
  height: 31px;
  padding-top: 9px;
  float: left;
  text-align: left;
  font-size: 15px;
}
#top-line-left a {
  color: #FFF;
  text-decoration: none;
}
#top-line-left a:hover {
  color: #f5822a;
  text-decoration: none;
}
#top-menu-left {
  width: 810px;
  height: 35px;
  padding-top: 5px;
  float: left;
  text-align: left;
  font-size: 15px;
}
#top-logo-left {
  width: 600px;
  height: 80px;
  float: left;
  text-align: left;
}
#top-logo-left img {
  margin-top: 19px;
}
#top-logo-right {
  width: 480px;
  height: 50px;
  padding-top: 20px;
  float: left;
  text-align: right;
  font-size: 15px;
}
#top-menu-right {
  width: 480px;
  height: 40px;
  float: left;
  text-align: right;
}
#top-menu-right img {
  margin-left: 7px;
  margin-top: 4px;
  float: right;
}
#top-menu-right p {
  margin-right: 15px;
  margin-top: 7px;
  float: right;
}
#top-menu-right form {
  margin-right: 15px;
  margin-top: 11px;
  float: right;
}
#top-menu-right input[type=text] {
  width: 150px;
  height: 21px;
  border: 1px solid #1f7f93;
  position: relative;
}
#top-menu-right input[type=submit] {
  width: 40px;
  height: 25px;
  background-color: #F60;
  border: 1px solid #1f7f93;
  position: relative;
  left: -5px;
  top: -1px;
}
#top-menu .SubMenuText {
  color: #636466;
  font-size: 12px
}
#top-menu .SubMenuText a {
  color: #636466;
  font-size: 12px;
  text-decoration: none
}
#top-menu .SubMenuText a:hover {
  color: #f5822a;
  font-size: 12px;
  text-decoration: underline
}
#main-container {
  width: 1080px;
  height: auto;
  margin: auto;
  padding: 20px 0 20px 0;
  overflow: hidden;
  font-size: 13px;
}
.blockWide {
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  float: left;
}
.blockThird {
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  float: left;
}
.blockThird p {
  font-size: 16px;
  color: #666;
}
.blockThirdBlockWide {
  width: 45%;
  padding: 0 1.5% 0 1.5%;
  min-height: 215px;
  margin: 0 2% 20px 0;
  float: left;
  background-color: #f0f2f1;
  overflow: hidden;
}
.blockThirdBlockWide h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.blockThirdBlockWide ul {
  margin-left: -40px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  font-size: 15px;
  line-height: 30px;
}
.blockThirdBlockWide li {
  text-align: left;
  list-style: none;
}
.blockThirdBlockWide li a {
  text-decoration: none !important;
  color: #000;
}
.blockThirdBlockWide li a:hover {
  text-decoration: none !important;
  color: #f5822a;
}
.blockThirdBlock2a {
  width: 47%;
  height: 200px;
  margin: 0 2% 20px 0;
  float: left;
  background-color: #f0f2f1;
  padding: 0 0 0 1%;
}
.blockThirdBlock2b {
  width: 47%;
  height: 200px;
  margin: 0 2% 20px 0;
  float: left;
  background-color: #f0f2f1;
  padding: 0 0 0 1%;
}
.BannerHomepage {
  width: 48%;
  height: 435px;
  margin: 0 2% 20px 0;
  float: left;
}
.blockThirdBlock {
  width: 23%;
  height: 200px;
  margin: 0 2% 20px 0;
  float: left;
}
.blockThirdImage {
  width: 100%;
  height: 200px;
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.blockThirdImage img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}
.blockThirdBlockPop {
  width: 23%;
  height: 200px;
  margin: 0 2% 20px 0;
  float: left;
}
.blockThirdImagePop {
  width: 100%;
  height: 200px;
  background-color: #e2e2e2;
  overflow: hidden;
}
.blockThirdText {
  width: 243px;
  height: 35px;
  padding: 7px 0 0 1%;
  margin-top: -35px;
  text-align: left;
  font-size: 18px;
  color: #000000;
  background-image: url(/layout/wit70.png);
  background-repeat: repeat;
  z-index: 100;
  position: absolute;
}
.blockThirdLast {
  width: 260px;
  height: auto;
  margin: 0px;
  float: left;
}
.add_block_full_wide {
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  float: left;
  display: block;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--lightgrey);
}
.add_block_full_wide_left {
  width: 28%;
  height: 300px;
  margin: 0 2% 15px 0;
  float: left;
}
.add_block_full_wide_left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
.add_block_full_wide_center {
  width: 48%;
  height: 300px;
  margin: 0 2% 15px 0;
  float: left;
  text-align: left;
}
.add_block_full_wide_center h3 {
  color: var(--darkgrey);
  font-size: 1.2rem;
  margin: 5px 0 13px 0;
  font-weight: 300;
}
.add_block_full_wide_center p {
  line-height: 1.2rem;
  font-size: 0.8rem;
}
.add_block_full_wide_right {
  width: 20%;
  height: 300px;
  margin: 0 0 15px 0;
  float: left;
  font-size: 0.8rem;
}
.add_block_wide {
  width: 46%;
  height: auto;
  margin: 0 2% 15px 2%;
  float: left;
}
.add_block_wide_top {
  width: 44%;
  height: 210px;
  margin: 0 4% 15px 0;
  float: left;
}
.add_block_wide_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.add_block_company_logo {
  width: 42%;
  height: 210px;
  display: block;
  margin: 0 0 15px 8%;
  float: left;
}
.add_block_company_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.add_block_company_text {
  width: 42%;
  height: 180px;
  margin: 0;
  padding: 20px 4% 10px 4%;
  text-align: left;
  float: left;
  background-color: var(--verylightgrey);
}
.add_block_wide_bottom {
  width: 42%;
  height: 190px;
  margin: 0;
  padding: 10px 4% 10px 4%;
  text-align: left;
  float: left;
  background-color: var(--verylightgrey);
}
.add_block_text h3 {
  color: var(--darkgrey);
  font-size: 1.2rem;
  margin: 5px 0 13px 0;
  font-weight: 300;
}
.add_block_text p {
  line-height: 18px;
  font-size: 13px;
}
.add_block_text {
  width: 100%;
  height: 165px;
}
.add_block_link {
  width: 100%;
  height: 25px;
  font-weight: 700;
}
.add_block {
  width: 21%;
  height: auto;
  margin: 0 2% 15px 2%;
  float: left;
}
.add_block_top {
  width: 100%;
  height: 175px;
  margin: 0 0 15px 0;
  float: left;
}
.add_block_top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add_block_bottom {
  width: 92%;
  height: auto;
  margin: 0;
  padding: 10px 4% 15px 4%;
  float: left;
}
.add_block_bottom h3 {
  color: var(--darkgrey);
  font-size: 1.2rem;
  margin-bottom: 13px;
  font-weight: 300;
}
.add_block_bottom p {
  line-height: 25px;
  font-size: 12px;
}
.visit_url {
  background-color: var(--darkolive);
  border: none;
  color: var(--white);
  font-weight: 400;
  font-size: 1.1rem;
  padding: 11px 0 11px 0;
  text-decoration: none;
  margin: 0 0 20px 0;
  cursor: pointer;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 4px;
}
.visit_url a {
  color: var(--white);
  text-decoration: none !important;
}
.visit_url a:hover {
  background-color: var(--olive);
  color: var(--white);
}
.fillout {
  display: none;
}
.companyForm {
  width: 270px;
}
.companyForm td {
  height: 29px;
}
.companyForm input {
  width: 172px;
  height: 18px;
  border: 1px solid #CCC;
}
.companyForm textarea {
  width: 254px;
  height: 80px;
  border: 1px solid #CCC;
}
.companyForm td.left {
  width: 80px;
  height: 25px;
}
.companyForm td.right {
  width: 160px;
  height: 25px;
}
.subText {
  font-size: 12px;
  color: #999;
  font-weight: 500;
}
#greyLine {
  background-color: #1f7f93;
  height: 5px;
  width: auto;
  margin-top: 45px;
}
#top_footer {
  background-color: #75b0bc;
  height: 60px;
  padding-top: 20px;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
#top_footer input[type=text] {
  width: 160px;
  height: 30px;
}
#top_footer input[type=button] {
  width: 150px;
  height: 30px;
}
#footer {
  background-color: #1f7f93;
  height: auto;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  line-height: 16px;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}
#footer .Copyrightcontainer {
  height: 150px;
  width: 1080px;
  margin: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  text-decoration: none;
}
#footer .vignet {
  float: left;
  width: 100px;
  height: 50px;
  text-align: right
}
#footer .copyright {
  margin: auto;
  text-align: center;
  float: left;
  width: 840px;
  height: auto;
  padding: 10px 0px 0px 0px;
}
#footer a {
  color: #FCFCFC;
  text-decoration: underline;
}
#contactInfo {
  width: 200px;
  height: auto;
  float: left;
  text-align: left;
  margin-right: 30px;
}
#contactInfo160 {
  width: 160px;
  height: auto;
  float: left;
  text-align: left;
  margin-right: 60px;
  padding-top: 48px;
}
#contactInfo180 {
  width: 180px;
  height: auto;
  float: left;
  text-align: left;
  margin-right: 60px;
  text-decoration: none;
}
#contactInfo200 {
  width: 200px;
  height: auto;
  float: left;
  text-align: left;
  margin-right: 60px;
}
#contactInfo220 {
  width: 220px;
  height: auto;
  float: left;
  text-align: left;
  margin-right: 60px;
}
#contactInfo240 {
  width: 240px;
  height: auto;
  float: left;
  text-align: left;
  margin-right: 40px;
}
#contactInfo240 img {
  margin-right: 5px;
}
#contactCopyright {
  width: 200px;
  height: auto;
  float: left;
  text-align: left;
  margin-right: 10px;
  padding-top: 54px;
}
#contactSocial {
  width: 300px;
  height: auto;
  float: left;
  text-align: left;
}
#topSocial {
  width: 770px;
  height: 40px;
  text-align: right;
  margin-right: 0;
  padding-right: 0;
}
#topSocial {
  width: 770px;
  height: 30px;
  text-align: right;
  margin-right: 0;
  padding-top: 10px;
  float: left;
}
#topSocial img {
  margin-left: 5px;
  padding-right: 0;
}
.newsBox450 {
  width: 445px;
  height: 330px;
  float: left;
  margin: 0 20px 10px -5px;
  border-bottom: 1px solid #1f7f93;
  text-align: left;
  padding: 5px;
}
.portfoilBox450 {
  width: 455px;
  height: 370px;
  float: left;
  margin: 0 10px 10px -5px;
  border: 0px solid #636466;
  text-align: center;
  padding: 5px;
}
.portfoilImageBox450 {
  width: 455px;
  height: 340px;
  text-align: center;
  padding: 2px;
  border: 1px solid #CCC;
}
.portfoilImageBox450 img {
  width: 455px;
  height: 340px;
}
.portfoilSubTitle {
  width: 435px;
  height: 20px;
  padding: 5px 10px 10px 0;
  font-size: 15px;
  color: #636466;
  text-align: left;
  margin-top: 0;
  z-index: 10;
}
.portfoilBox310 {
  width: 300px;
  height: 180px;
  float: left;
  margin: 0 10px 10px -5px;
  border: 0px solid #636466;
  text-align: center;
  padding: 5px;
}
.portfoilImageBox310 {
  width: 300px;
  height: 150px;
  text-align: center;
  padding: 2px;
  border: 1px solid #CCC;
}
.portfoilImageBox310 img {
  width: 300px;
  height: 150px;
}
.portfoilSubTitle310 {
  width: 290px;
  height: 20px;
  padding: 5px 10px 10px 0;
  font-size: 13px;
  color: #636466;
  text-align: left;
  margin-top: 0;
  z-index: 10;
}
.publicationBox450 {
  width: 220px;
  height: auto;
  float: left;
  margin: 0 10px 10px -5px;
  border: 0px solid #636466;
  text-align: center;
  padding: 5px;
}
.publicationImageBox450 {
  width: 220px;
  height: auto;
  text-align: center;
  padding: 2px;
  border: 1px solid #CCC;
}
.publicationImageBox450 img {
  width: 220px;
  height: auto;
  z-index: 1;
}
.publicationSubTitle {
  width: 200px;
  height: 20px;
  padding: 10px;
  font-size: 17px;
  color: #636466;
  text-align: left;
  z-index: 10;
}
#mainLeft {
  width: 640px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 20px 20px 0 0;
}
#mainRight {
  width: 200px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 10px 0 0 0;
}
#arrowPhoto {
  margin: -40px auto 0 auto;
  width: 80px;
  height: 45px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  z-index: 10000px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: #FFF;
}
.clear {
  clear: both;
}
#clearer {
  width: 700px;
  height: 10px;
  background-color: #9F0;
  clear: both;
}
#portfoilContainer {
  width: 950px;
  height: auto;
  overflow: hidden;
  clear: both;
}
.mainRightBlock {
  width: 264px;
  height: auto;
  margin: 35px 0px 10px 0px;
  float: left;
  border: 0px double #CCC;
}
.mainRightBlock a {
  color: #636466;
  text-decoration: none;
}
.mainRightBlock a:hover {
  color: #f5822a;
  text-decoration: underline;
}
.mainRightBlock ul {
  margin-left: 0px;
  margin-right: 5px;
  list-style-type: none;
}
.box1 {
  width: 940px;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.headerProjects {
  background-color: #636466;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  height: 31px;
  vertical-align: middle;
  padding-top: 8px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.box1_text {
  width: 750px;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: right;
}
.partnerBox {
  margin-bottom: 30px;
}
.searchText {
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
  border-bottom: 1px #ffffff solid;
}
.orangeButton {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  background: #1f7f93;
  padding: 7px 20px 7px 20px;
  text-decoration: none;
  border: 0 solid;
}
.orangeButton:hover {
  background: #f5822a;
  text-decoration: none;
}
.BlockLogoBottomWide {
  width: 1080px;
  height: auto;
  margin: 30px auto 15px auto;
}
.BlockLogoBottomWide ul {
  margin-left: -40px;
  -moz-column-count: 5;
  -moz-column-gap: 20px;
  -webkit-column-count: 5;
  -webkit-column-gap: 20px;
  column-count: 5;
  column-gap: 20px;
  font-size: 13px;
  line-height: 23px;
}
.BlockLogoBottomWide li {
  text-align: left;
}
.BlockLogoBottomWide li a {
  text-decoration: none !important;
  color: #F5822A;
}
.BlockLogoBottomWide li a:hover {
  text-decoration: none !important;
  color: #F5822A;
}
#search_container {
  Width: 430px;
  height: 200px;
  padding: 25px;
  border: 1px solid #FFF;
  position: absolute;
  z-index: 1000;
  margin-top: -440px;
  background-image: url(/layout/wit70.png);
  background-repeat: repeat;
  text-align: left;
}
#searchBar {
  Width: 580px;
  height: 300px;
  padding-left: 20px;
  background-image: url(/layout/wit70.png);
  background-repeat: repeat;
  margin: -350px 0 0 20px;
  z-index: 100;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #ffffff;
}
#search_container input[type=text] {
  width: 426px;
  height: 30px;
  font-size: 17px;
  background-color: #FFF;
  border: 1px solid #ccc;
  margin-top: 25px;
}
.searchbtn {
  color: #ffffff;
  font-size: 15px;
  background: #207f92;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  float: right;
  font-weight: 500;
  margin-right: 0;
}
.searchbtn:hover {
  background: #F18613;
  text-decoration: none;
  color: #FFF;
}
.table315 {
  width: 430px;
  height: auto;
  overflow: hidden;
}
.tr315 {
  width: 100%;
  min-height: 40px;
  overflow: hidden;
}
.tr315-60 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  padding-top: 10px;
}
.headText {
  font-size: 33px;
}
.boldText {
  font-size: 15px;
}
#slider_ends {
  width: 1300px;
  height: 400px;
  position: relative;
  margin: -450px auto 0 auto;
  background-image: url(/2016/layout/slider-ends.png);
  background-repeat: repeat-y;
  z-index: 2000;
}
#width_container {
  width: 100%;
  height: auto;
  padding-bottom: 0;
  bottom: 0;
  left: 0;
}
#topBar {
  width: 100%;
  height: 45px;
  color: #FFF;
  clear: both;
  background-color: #207f92;
  text-align: center;
}
#topBarBox {
  width: 1080px;
  height: 45px;
  font-size: 15px;
  color: #FFF;
  clear: both;
  text-align: right;
  margin: 0 auto 0 auto;
}
#topBarBox img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-top: -3px;
  float: right;
}
#topBarBox a {
  color: #FFFFFF;
}
#topBarBoxhome {
  width: 30px;
  margin-left: 0;
  float: left;
  text-align: left;
  height: 40px;
  padding-top: 10px;
}
#topBarBoxLeft {
  width: 366px;
  margin-left: 473px;
  float: left;
  text-align: right;
  height: 40px;
  padding-top: 10px;
}
#topBarBoxRight {
  width: 195px;
  height: 40px;
  padding-top: 5px;
  float: left;
  margin-left: 15px;
}
.blueButton {
  width: 102px;
  height: 22px;
  background: #f5822a;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 7px 30px 7px 30px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 0 auto;
  float: right;
}
.blueButton a {
  color: #ffffff;
  text-decoration: none;
}
.blueButton:hover {
  background: #ffa662;
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}
.greyButton {
  width: 164px;
  height: 26px;
  background: #666;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  padding: 7px 30px 7px 30px;
  text-decoration: none;
  text-align: center;
  margin: 0 15px 0 0;
  float: right;
}
.greyButton a {
  color: #ffffff;
  text-decoration: none;
}
.greyButton:hover {
  background: #ccc;
  color: #333;
  text-decoration: none;
}
.companyBox {
  width: 763px;
  height: auto;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
  margin-bottom: 15px;
}
.companyBoxImage {
  width: 215px;
  height: 150px;
  float: left;
  margin: 5px 15px 5px 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.companyBoxImage img {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.companyBoxText {
  width: 510px;
  min-height: 150px;
  float: left;
  margin: 5px;
  position: relative;
  overflow: hidden;
}
.companyBoxText p {
  margin-top: 0;
}
.companyBoxText h3 {
  font-size: 19px;
  margin-top: 0;
  color: #207f92;
}
.companyBoxText h3 a {
  font-size: 19px;
  margin-top: 0;
  color: #207f92;
}
.companyBoxText a:hover {
  text-decoration: none;
  color: #F36F0C;
}
.companyBoxWide {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
  margin-bottom: 15px;
}
.companyHeaderBox {
  width: 800px;
  height: 25px;
  margin: 0 0 0 15px;
  float: left;
}
.companyHeaderBox h3 {
  margin: 0;
}
.companyBoxTextRight {
  width: 300px;
  height: 112px;
  padding-top: 0;
  float: left;
  margin: 5px 5px 5px 15px;
  position: relative;
}
.leftBox {
  width: 250px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.rightBox {
  width: 780px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.rightForm {
  width: 284px;
  height: auto;
  overflow: hidden;
  float: left;
  padding: 3px;
}
.rightForm img {
  width: 250px;
  height: auto;
  margin: 10px auto 15px auto;
  float: right;
}
div#sticker {
  width: 270px;
  height: auto;
  padding: 5px 5px 0 5px;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.sticker_image {
  width: 220px;
  height: auto;
  margin: 10px auto 20px auto;
  overflow: hidden;
  padding: 0;
}
.sticker_image img {
  width: auto;
  max-width: 220px;
  height: auto;
  max-height: 150px;
  margin: 0 auto;
}
.stick {
  position: fixed;
}
.filterLine {
  width: 200px;
  height: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.filterCheck {
  width: 26px;
  height: 26px;
  margin: 2px;
  float: left;
}
.filterName {
  width: 150px;
  height: 26px;
  margin: 2px;
  float: left;
}
.boldText {
  font-weight: 700;
  font-size: 15px;
}
.form-wrapper2 {
  width: 191px;
  padding: 5px;
}
.form-wrapper2 input {
  width: 155px;
  height: 15px;
  padding: 5px 5px;
  float: left;
  border: 0;
  background: #FFFFFF;
}
.form-wrapper2 input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}
.form-wrapper2 input::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-wrapper2 input:-moz-placeholder {
  color: #999;
  font-style: italic;
}
.form-wrapper2 input:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-wrapper2 button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 25px;
  width: 26px;
  font: 17px/40px;
  color: #fff;
  background: #207f92;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.form-wrapper2 button:hover {
  background: #F18613;
  color: #FFF;
}
.form-wrapper2 button:active, .form-wrapper2 button:focus {
  background: #207f92;
  outline: 0;
}
.form-wrapper2 button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.filterblock {
  font-size: 17px;
  line-height: 29px;
}
.btnWide1 {
  width: 250px;
  height: 20px;
  color: #ffffff;
  font-size: 13px;
  background: #F18613;
  padding: 5px 9px 5px 9px;
  text-decoration: none;
  font-weight: 700;
  float: right;
  margin: 10px 0 35px 0;
  clear: both;
  text-align: center;
}
.btnWide1:hover {
  background: #207f92;
  text-decoration: none;
  color: #ffffff;
}
.btnWide2 {
  width: 210px;
  height: 20px;
  color: #FFFFFF;
  font-size: 13px;
  background: #F18613;
  padding: 5px 9px 5px 9px;
  text-decoration: none;
  font-weight: 700;
  float: right;
  margin-bottom: 10px;
  clear: both;
  text-align: center;
}
.btnWide2:hover {
  background: #F18613;
  text-decoration: none;
  color: #F18613;
}
.btnWide3 {
  width: 210px;
  height: 20px;
  color: #ffffff;
  font-size: 13px;
  background: #207f92;
  padding: 5px 9px 5px 9px;
  text-decoration: none;
  font-weight: 700;
  float: left;
  margin: 5px 0 0 0;
  clear: both;
  text-align: center;
}
.btnWide3:hover {
  background: #207f92;
  text-decoration: none;
  color: #207f92;
}
.btnWide4 {
  width: 170px;
  height: 20px;
  color: #ffffff;
  font-size: 13px;
  background: #207f92;
  padding: 5px 11px 5px 7px;
  text-decoration: none;
  font-weight: 700;
  float: right;
  margin: 0 0 30px 0;
  clear: both;
  text-align: right;
}
.btnWide4:hover {
  background: #F18613;
  text-decoration: none;
  color: #FFFFFF;
}
.button_holder {
  width: 220px;
  height: 65px;
  float: right;
  text-align: right;
}
.btnWide5 {
  width: 220px;
  height: 15px;
  color: #ffffff;
  font-size: 10px;
  background: #207f92;
  padding: 5px;
  text-decoration: none;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-align: center;
  overflow: hidden;
  display: block;
}
.btnWide5:hover {
  background: #76BBB2;
  text-decoration: none;
  color: #FFFFFF;
}
.btnWide6 {
  width: 220px;
  height: 15px;
  color: #ffffff;
  font-size: 10px;
  background: #F18613;
  padding: 5px;
  text-decoration: none;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-align: center;
  overflow: hidden;
  display: block;
}
.btnWide6:hover {
  background: #F18613;
  text-decoration: none;
  color: #FFFFFF;
}
.infoHeading {
  font-weight: 400;
  color: #207f92;
  font-size: 15px;
  margin-bottom: 5px;
}
input[type=submit] {
  width: 270px;
  height: 30px;
  color: #FFFFFF;
  font-size: 13px;
  background: #207f92;
  padding: 5px 9px 5px 9px;
  text-decoration: none;
  font-weight: 700;
  float: right;
  margin-bottom: 10px;
  clear: both;
  text-align: center;
  border: 0 solid #FFF;
}
input[type=submit]:hover {
  color: #FFFFFF;
  background: #F18613;
}
.subTitle {
  font-weight: 300;
  color: #F18613;
  font-size: 21px;
  margin-left: 11px;
  text-transform: lowercase;
}
.subTitleSmall {
  font-weight: 300;
  color: #F18613;
  font-size: 15px;
  margin-left: 5px;
  text-transform: lowercase;
}
.bottomColumnContainer {
  width: 1080px;
  height: auto;
  overflow: hidden;
}
.bottomColumn {
  width: 23%;
  height: auto;
  margin-right: 2%;
  float: left;
  color: #ffffff;
  text-align: left;
}
.bottomColumn h4 {
  color: #ffffff;
  font-size: 21px;
}
.bottomColumn ul {
  margin-left: -40px;
  -moz-column-count: 1;
  -moz-column-gap: 10px;
  -webkit-column-count: 1;
  -webkit-column-gap: 10px;
  column-count: 1;
}
.bottomColumn li {
  text-align: left;
  list-style: none;
}
.bottomColumn li a {
  text-decoration: none !important;
  color: #000;
}
.bottomColumn li a:hover {
  text-decoration: none !important;
  color: #f5822a;
}
.blockThirdBrown {
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  float: left;
  background-color: #dcd6d6;
}
.textContainer {
  width: 1080px;
  height: auto;
  margin: 0 auto 0 auto;
  overflow: hidden;
}
.textContainer h2 {
  text-align: center;
}
.blockWideBrown {
  width: 100%;
  min-height: 300px;
  margin: 0;
  /*background-color:#dcd6d6;*/
  background-color: #dbded3;
  overflow: hidden;
  padding: 20px 0 40px 0;
}
.blockWideWhite {
  width: 100%;
  min-height: 300px;
  margin: 0;
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px 0 40px 0;
}
.bannerBlock3 {
  width: 260px;
  height: 360px;
  float: center;
  margin: 0 5px 0 5px;
  text-align: center;
}
.bannerBlock3 img {
  width: 130px;
  height: 130px;
  float: center;
  margin: 15px auto 10px auto;
}

.bannerBlock4 {
  width: 260px;
  height: 360px;
  float: left;
  margin: 0 10px 0 10px;
  text-align: center;
}
.bannerBlock4 img {
  width: 130px;
  height: 130px;
  float: center;
  margin: 15px auto 10px auto;
}
.block3 {
  width: 31%;
  height: auto;
  margin: 0 1% 20px 1%;
  float: left;
}
.block3Image {
  width: 100%;
  height: 300px;
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  z-index: 1;
  position: relative;
}
.block3Image img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}
.block3Text {
  width: 26%;
  height: 45px;
  margin-top: -45px;
  padding: 10px 0 0 1%;
  text-align: left;
  font-size: 15px;
  color: #000;
  background-image: url(/layout/wit70.png);
  background-repeat: repeat;
  z-index: 100;
  position: absolute;
}
.clearer {
  clear: both;
}
.homepageBanner {
  width: 343px;
  height: 240px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  margin: 0 15px 20px 0;
  vertical-align: top;
  color: #000;
  line-height: 15px;
  display: block;
  overflow: hidden;
  float: left;
  position: relative;
}
.homepageText {
  width: 343px;
  height: 60px;
  color: #666666;
  font-size: 13px;
  float: left;
  padding: 7px;
  margin-top: 190px;
  background-color: #FFF;
  z-index: 100;
  position: absolute;
  display: block;
  box-sizing: border-box;
}
.homepageText h3 {
  color: #207f92;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.homepageText p {
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2px;
}
.homepageText a {
  color: #207f92;
  text-decoration: none;
}
.homepageText a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.homeImg {
  width: 343px;
  height: 200px;
  background-color: #FFF;
  text-align: center;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.homeImg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.slicknav_menu {
  display: none;
}
.input_txtline {
  width: 100%;
  height: auto;
  background-color: white;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #777777;
  box-sizing: border-box;
}
.input_txtarea {
  width: 100%;
  height: 150px;
  background-color: white;
  font-size: 14px;
  padding: 5px;
  border: 1px solid #777777;
  box-sizing: border-box;
}

.tabel {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.table_tr {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
}
.table_tr input[type=text] {
  width: 98%;
  height: auto;
  font-size: 1.2rem;
  padding: 3px 1% 3px 1%;
  border: 1px solid var(--mediumgrey);
  border-radius: 4px;
}
.table_tr textarea {
  width: 98%;
  height: 50px;
  font-size: 1.2rem;
  padding: 3px 1% 3px 1%;
  border: 1px solid var(--mediumgrey);
  border-radius: 4px;
}
.table_td05 {
  width: 5%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td10 {
  width: 10%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td15 {
  width: 15%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td20 {
  width: 20%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td25 {
  width: 25%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td30 {
  width: 30%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td35 {
  width: 35%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td40 {
  width: 40%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td45 {
  width: 45%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td50 {
  width: 50%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td55 {
  width: 55%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td60 {
  width: 60%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td65 {
  width: 65%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td70 {
  width: 70%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td75 {
  width: 75%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td80 {
  width: 80%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td85 {
  width: 85%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td90 {
  width: 90%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td95 {
  width: 95%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
.table_td100 {
  width: 100%;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}
@media (min-width:768px) and (max-width:1024px) {}
@media (min-width:320px) and (max-width:767px) {
  html, body {
    height: 100%;
    width: 100%;
  }
  /* #menu is the original menu */
  .js #leftcolumn {
    display: none;
  }
  .js #categories {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #topBar {
    background-color: #F00;
    width: 100%;
    height: 25px;
  }
  #topBarBox {
    width: 100%;
    height: 200px;
    font-size: 15px;
    color: #FFF;
    clear: both;
    background-color: #207f92;
    text-align: right;
    margin: 0 auto 0 auto;
    display: block;
  }
  #topBarBox img {
    width: 20px;
    height: auto;
    margin: 0 5% 5% 5%;
    float: right;
  }
  #topBarBox a {
    color: #FFFFFF;
  }
  #topBarBoxLeft {
    width: 80%;
    margin: 30px auto 0 auto;
    float: right;
    text-align: left;
    height: 40px;
  }
  #topBarBoxLeft img {
    width: 20px;
    height: auto;
    margin: -1% 3% 5% 3%;
    float: right;
  }
  #topBarBoxRight {
    display: none;
  }
  #wrapper {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 1px solid #EEEEEE;
    padding: 2px;
  }
  #faux {
    width: 98%;
    height: auto;
    margin-bottom: 0;
    overflow: auto;
  }
  #header {
    color: #FC3;
    width: 100%;
    height: 225px;
    border-bottom: 0 solid #EEEEEE;
    margin: 0;
    clear: both;
  }
  #header img {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
  }
  #headLeft {
    width: 96%;
    height: 15%;
    margin: 0 2% 0 2%;
    clear: both;
    overflow: hidden;
  }
  #headLeft img {
    width: 100%;
    height: auto;
  }
  #headRight {
    width: 96%;
    height: auto;
    margin: 0 2% 0 2%;
    height: auto;
    padding-top: 10px;
    float: right;
    font-size: 17px;
    overflow: hidden;
  }
  #content {
    width: 96%;
    padding: 2%;
    height: auto;
    overflow: hidden;
  }
  #content img {
    margin-right: 5px;
  }
  #contentLeft {
    width: 100%;
    height: auto;
  }
  #contentRight {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #contentRight img {
    width: 100%;
    height: auto;
    margin: 1%;
    float: left;
  }
  #contentCompany {
    float: left;
    background-color: #FFFFFF;
    padding: 0 10px 10px 10px;
    margin-top: -9px;
    width: 96%;
    height: auto;
  }
  .contentCompanyLeft {
    width: 94%;
    height: auto;
    margin-right: 20px;
    float: left;
  }
  .contentCompanyRight {
    width: 94%;
    height: auto;
    float: left;
    overflow: hidden;
  }
  .contentCompanyRight img {
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 200px;
    margin: 0 auto 0 auto;
  }
  #contentCompany h1 {
    margin-bottom: 0;
    color: #207f92;
  }
  #footer {
    width: 96%;
    height: auto;
    clear: both;
    margin-top: 2%;
    background-color: #207f92;
    border: 0 solid #888888;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: right;
  }
  #footer a {
    color: #FFFFFF;
  }
  #footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
  }
  #CategoryDropDown * {
    color: #999;
  }
  select {
    width: 185px;
    padding: 5px 10px 6px 10px;
    margin-top: 8px;
    line-height: 1;
    font-size: 12px;
    margin-left: 5px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #207f92;
  }
  select:hover {}
  .subTitle {
    font-weight: 300;
    color: #F18613;
    font-size: 21px;
    margin-left: 11px;
    text-transform: lowercase;
  }
  .subTitleSmall {
    font-weight: 300;
    color: #F18613;
    font-size: 15px;
    margin-left: 5px;
    text-transform: lowercase;
  }
  .clearer {
    clear: both;
    height: 10px;
  }
  .clear30 {
    clear: both;
    height: 30px;
  }
  p {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
  }
  p a {
    line-height: 17px;
    color: #207f92;
    text-decoration: none;
  }
  p a:hover {
    color: #F18613;
    text-decoration: none
  }
  a {
    color: #207f92;
    text-decoration: none;
  }
  a:hover {
    color: #F18613;
    text-decoration: none;
  }
  ul {
    list-style-type: none;
  }
  H2, H3, H4 {
    font-weight: 700;
    color: #207f92;
  }
  h1 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #F18613;
  }
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 11px;
    line-height: 30px;
    font-weight: 300;
    color: #207f92;
  }
  .infoHeading {
    font-weight: 400;
    color: #207f92;
    font-size: 17px;
    margin-bottom: 15px;
  }
  .horizontaLine {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
  }
  #leftIcons li {
    list-style-type: none;
    margin-left: 15px;
    padding-left: 0;
    display: inline-block;
    width: 160px;
    text-align: left;
    font-size: 15px;
    line-height: 29px;
    color: #396;
  }
  #leftIcons li a {
    color: #42988d;
  }
  .companyBox {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
    margin-bottom: 0;
  }
  .companyBoxImage {
    width: 100%;
    height: 250px;
    float: left;
    margin: 5px 3px 5px 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .companyBoxImage img {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .companyBoxText {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 5px 5px;
    position: relative;
  }
  .companyBoxText h3 {
    font-size: 19px;
  }
  .btnWide1 {
    width: 96%;
    height: 20px;
    color: #ffffff;
    font-size: 13px;
    background: #207f92;
    padding: 5px 9px 5px 9px;
    text-decoration: none;
    font-weight: 700;
    float: right;
    margin: 35px 0 35px 0;
    clear: both;
    text-align: center;
  }
  .btnWide1:hover {
    background: #207f92;
    text-decoration: none;
    color: #207f92;
  }
  .btnWide2 {
    width: 96%;
    height: 20px;
    color: #FFFFFF;
    font-size: 13px;
    background: #F18613;
    padding: 5px 9px 5px 9px;
    text-decoration: none;
    font-weight: 700;
    float: right;
    margin-bottom: 10px;
    clear: both;
    text-align: center;
  }
  .btnWide2:hover {
    background: #F18613;
    text-decoration: none;
    color: #F18613;
  }
  .btnWide3 {
    width: 96%;
    height: 20px;
    color: #ffffff;
    font-size: 13px;
    background: #207f92;
    padding: 5px 9px 5px 9px;
    text-decoration: none;
    font-weight: 700;
    float: left;
    margin: 5px 0 0 0;
    clear: both;
    text-align: center;
  }
  .btnWide3:hover {
    background: #207f92;
    text-decoration: none;
    color: #207f92;
  }
  .btnWide4 {
    width: 96%;
    height: 20px;
    color: #ffffff;
    font-size: 13px;
    background: #207f92;
    padding: 5px 11px 5px 7px;
    text-decoration: none;
    font-weight: 700;
    float: right;
    margin: 0 0 20px 0;
    clear: both;
    text-align: right;
  }
  .btnWide4:hover {
    background: #F18613;
    text-decoration: none;
    color: #FFFFFF;
  }
  .overzichtPlaats {
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 550px;
  }
  .overzichtPlaats a {
    font-size: 11px;
    font-weight: 700;
    color: #207f92;
  }
  .overzichtPlaats a:hover {
    font-size: 11px;
    font-weight: 700;
    color: #207f92;
  }
  .eventBox {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #EEEEEE;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .eventBoxImage {
    width: 100%;
    height: 240px;
    float: left;
    margin: 20px 5px 20px 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .eventBoxImage img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 98%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .eventBoxText {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
  }
  .eventBox h3 {
    font-size: 23px;
  }
  .genistaAdsMenu {
    color: #000000;
    font-size: 11px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-left: 0px;
    width: 190px;
    position: relative;
    border: 0px solid #ccc;
    background-color: #207f92;
  }
  .genistaAds {
    text-align: left;
    color: #2A2A2A;
    font-size: 11px;
  }
  .genistaAds a {
    text-align: left;
    color: #599188;
    font-size: 11px;
    vertical-align: top;
  }
  .genistaAds a:hover {
    text-align: left;
    color: #207f92;
    font-size: 11px;
  }
  .LinkBlockLeft {
    width: 265px;
    font-size: 16px;
    color: #484150;
    font-weight: normal;
    float: left;
    border: 1px solid #d9d3dd;
    margin-bottom: 10px;
  }
  .LinkBlockRight {
    width: 265px;
    font-size: 16px;
    color: #484150;
    font-weight: normal;
    margin-left: 13px;
    float: left;
    border: 1px solid #d9d3dd;
  }
  .linktext {
    font-size: 11px;
    color: #484150;
    padding-bottom: 7px;
  }
  .linktext a {
    font-size: 11px;
    color: #484150;
    text-decoration: none;
  }
  .linktext a:hover {
    font-size: 11px;
    color: #207f92;
    text-decoration: underline;
  }
  #linkContainer {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #homepagebannerWide {
    width: 100%;
    height: auto;
    border: 1px solid #207f92;
    background-color: #207f92;
    margin-bottom: 10px;
    vertical-align: top;
    color: #FFF;
    line-height: 15px;
    display: block;
  }
  #homepagebannerWide a {
    vertical-align: top;
    line-height: 15px;
    text-decoration: none;
  }
  #homepagebannerWide a:hover {
    vertical-align: top;
    line-height: 15px;
    text-decoration: underline;
  }
  .homepageTitleSmall {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-top: -10px;
  }
  .homepageBanner {
    width: 98%;
    height: 20%;
    float: left;
    border: 1px solid #207f92;
    background-color: #207f92;
    margin: 1%;
    vertical-align: top;
    color: #FFF;
    line-height: 15px;
    display: block;
    z-index: auto;
  }
  .homepageText {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    font-size: 0.6em;
    float: left;
  }
  .homepageText h3 {
    color: #000000;
    font-size: 2em;
    font-weight: 700;
    margin: 1% 0 1% 0;
  }
  .homepageText p {
    color: #666666;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .homepageText a {
    color: #ffffff;
    text-decoration: none;
  }
  .homepageText a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .homeImg {
    width: 100%;
    height: 250px;
    background-color: #FFF;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
  }
  .homeImg img {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .companyForm {
    width: 100%;
  }
  .companyForm td {
    height: 29px;
  }
  .companyForm input {
    width: 100%;
    height: 18px;
    border: 1px solid #CCC;
  }
  .companyForm textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #CCC;
  }
  .companyForm td.left {
    width: 33%;
    height: 25px;
  }
  .companyForm td.right {
    width: 66%;
    height: 25px;
  }
  .greenText {
    color: #207f92;
    font-weight: 700;
  }
  .moreWhiteBottom {
    margin-bottom: 20px;
  }
  .moreWhiteBottom30 {
    margin-bottom: 30px;
  }
  .form-wrapper {
    width: 19%;
    padding: 5px;
  }
  .form-wrapper input {
    width: 15%;
    height: 15px;
    padding: 5px 5px;
    float: left;
    border: 0;
    background: #FFFFFF;
  }
  .form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
  }
  .form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
  }
  .form-wrapper input:-moz-placeholder {
    color: #999;
    font-style: italic;
  }
  .form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-style: italic;
  }
  .form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 25px;
    width: 26px;
    font: 17px/40px;
    color: #fff;
    background: #207f92;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  .form-wrapper button:hover {
    background: #F18613;
    color: #FFF;
  }
  .form-wrapper button:active, .form-wrapper button:focus {
    background: #207f92;
    outline: 0;
  }
  .form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  #images {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 155px;
  }
  #images img {
    border-width: 0;
    width: 100%;
    height: auto;
  }
  #homepageSlider {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    margin: 0 0 15px 0;
    padding-top: -50px;
  }
  #homepageSliderText {
    width: 96%;
    height: auto;
    padding-bottom: 10px;
    border-bottom: 0 solid #EEEEEE;
    margin: 15px 0 25px 0;
  }
  #homepageSliderText h1 {
    margin-bottom: 0;
  }
  .addForm {
    width: 100%;
    height: auto;
  }
  .tdLeft {
    width: 30%;
    height: 24px;
    text-align: left;
  }
  .tdRight td {
    width: 50%;
    height: 24px;
    text-align: left;
  }
  .tdRight input[type=text] {
    width: 100%;
  }
  .tdRight select {
    width: 60px;
  }
  .tdRight textarea {
    width: 60px;
  }
  #searchContainer {
    width: 100%;
    height: auto;
    margin: -90px auto 0 auto;
    clear: both;
  }
  #searchBar {
    width: 96%;
    height: auto;
    overflow: hidden;
    padding-left: 4%;
    background-image: url(../layout/wit80.png);
    background-repeat: repeat;
    margin: 0;
    z-index: auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 0 solid #ff0000;
  }
  .table315 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .tr315 {
    width: 100%;
    min-height: 40px;
    overflow: hidden;
  }
  .tr315 input[type=text] {
    width: 100%;
    height: 30px;
    font-size: 1.2em;
    background-color: #f00;
    border: 1px solid #ccc;
  }
  .tr315-60 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding-top: 10px;
  }
  .headText {
    font-weight: 700;
    color: #207f92;
    font-size: 2em;
  }
  .headText20 {
    font-weight: 700;
    color: #F18613;
    font-size: 2em;
  }
  .boldText {
    font-weight: 500;
    color: #207f92;
    font-size: 1.2em;
  }
  .searchbtn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 15px;
    background: #207f92;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    float: right;
    font-weight: 500;
  }
  .searchbtn:hover {
    background: #F18613;
    text-decoration: none;
    color: #FFF;
  }
  #wrapper2 {
    background-color: #FFFFFF;
    width: 100%;
    margin: 30% 0 0 0;
    padding: 2px;
    text-align: center;
  }
  .moreCategories {
    display: none;
  }
  #multiColumn {
    display: none;
  }
  .sixBannerBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
  }
  .sixBanner {
    width: 48%;
    height: auto;
    float: left;
    margin: 1%;
  }
  .sixBanner img {
    width: 98%;
    height: 30%;
  }
  .genistaBanners {
    width: 98%;
    height: auto;
    margin: 1%;
    overflow: hidden;
    text-align: center;
  }
  .genistaBanners img {
    width: 100%;
    height: auto;
    float: center;
    margin-bottom: 2%;
  }
  .bx-viewport, .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: -60px;
    left: 0;
  }
  .textContainer {
    width: 96%;
    height: auto;
    margin: 0 auto 0 auto;
    overflow: hidden;
  }
  .BannerHomepage {
    width: 96%;
    height: auto;
    margin: 0 2% 20px 2%;
    float: left;
  }
  .BannerHomepage {
    width: 96%;
    height: auto;
  }
  .blockThirdBlock {
    width: 46%;
    height: 150px;
    margin: 2%;
    float: left;
  }
  .blockThirdImage {
    width: 100%;
    height: 150px;
    background-color: #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .blockThirdImage img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
  }
  .blockThirdText {
    width: 46%;
    height: 35px;
    padding: 7px 0 0 1%;
    margin-top: -35px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    background-image: url(/layout/wit70.png);
    background-repeat: repeat;
    z-index: 100;
    position: absolute;
  }
  #main-container {
    width: 100%;
  }
  #header {
    width: 100%;
    height: 83px;
  }
  #topBarBox {
    width: 100%;
    height: 45px;
  }
  #top-logo-left {
    width: 100%;
    height: 80px;
  }
  #top-logo-right {
    display: none;
  }
  #categoryHeader {
    height: 46px;
    width: 100%;
  }
  .img-floatleft {
    width: 96%;
    float: left;
    margin-right: 30px;
  }
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  #search_container {
    Width: 96%;
    height: 200px;
    padding: 1%;
    border: 1px solid #FFF;
    position: absolute;
    z-index: 1000;
    margin: -360px 1% 1% 1%;
    background-image: url(/layout/wit70.png);
    background-repeat: repeat;
    text-align: left;
  }
  #searchBar {
    Width: 90%;
    height: 300px;
    padding-left: 20px;
    background-image: url(/layout/wit70.png);
    background-repeat: repeat;
    margin: -350px 0 0 20px;
    z-index: 100;
    position: relative;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ffffff;
  }
  #search_container input[type=text] {
    width: 90%;
    height: 30px;
    font-size: 17px;
    background-color: #FFF;
    border: 1px solid #ccc;
    margin-top: 25px;
  }
  .searchbtn {
    color: #ffffff;
    font-size: 15px;
    background: #207f92;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    float: right;
    font-weight: 500;
    margin-right: 0;
  }
  .searchbtn:hover {
    background: #F18613;
    text-decoration: none;
    color: #FFF;
  }
  .table315 {
    width: 90%;
    height: auto;
    overflow: hidden;
  }
  .tr315 {
    width: 100%;
    min-height: 40px;
    overflow: hidden;
  }
  .tr315-60 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding-top: 10px;
  }
  #slider1_container {
    margin-bottom: 40px;
    height: 360px;
    max-height: 360px;
  }
  #slider1_container img {
    margin-top: -200px;
  }
  .bannerBlock4 {
    width: 96%;
    height: 360px;
    float: left;
    margin: 0 2% 0 2%;
    text-align: center;
  }
  .bannerBlock4 img {
    width: 130px;
    height: 130px;
    float: center;
    margin: 15px auto 10px auto;
  }
  .blockThirdBlock2a {
    width: 96%;
    height: auto;
    margin: 5px 2% 0 2%;
  }
  .blockThirdBlock2b {
    width: 96%;
    height: auto;
    margin: 5px 2% 0 2%;
  }
  .blockThirdBlockWide {
    width: 92%;
    padding: 0 2% 0 2%;
    height: auto;
    margin: 0 2% 0 2%;
    float: left;
    background-color: #f0f2f1;
    overflow: hidden;
  }
  .blockThirdBlockWide ul {
    margin-left: -40px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    font-size: 15px;
    line-height: 30px;
  }
  .rightBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 10px;
  }
  .leftBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 15px;
  }
  .button_holder {
    width: 100%;
    height: auto;
    float: right;
    text-align: right;
  }
  .btnWide5 {
    width: 90%;
    height: 30px;
    color: #ffffff;
    font-size: 15px;
    background: #207f92;
    padding: 5px;
    text-decoration: none;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-align: center;
    overflow: hidden;
    display: block;
  }
  .btnWide5:hover {
    background: #76BBB2;
    text-decoration: none;
    color: #FFFFFF;
  }
  .btnWide6 {
    width: 90%;
    height: 30px;
    color: #ffffff;
    font-size: 15px;
    background: #F18613;
    padding: 5px;
    text-decoration: none;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-align: center;
    overflow: hidden;
    display: block;
  }
  .btnWide6:hover {
    background: #F18613;
    text-decoration: none;
    color: #FFFFFF;
  }
}