/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.control-list,
#nav,
#nav .drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.container:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 24px/1.35 "Proxima N W01 Reg", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

video,
iframe,
object,
embed {
  max-width: 100%;
  display: block;
}

#__bs_notify__ {
  display: none;
}

.gm-style img {
  max-width: none;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

.resize-active #header * {
  transition: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

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

h2,
.h2 {
  font-size: 27px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 21px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #e4a500;
  transition: color 0.3s;
}

a:hover {
  text-decoration: none;
  color: #dba900;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  color: #999;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  display: block;
  background: #fff;
  border: 1px solid #999;
  padding: 9px 10px;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  width: 100%;
  margin: 0;
  outline: none;
  box-shadow: none;
  transition: border 0.3s;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #999;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

select {
  -webkit-border-radius: 0;
}

select .hideme {
  display: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  height: 150px;
  min-height: 120px;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 27px 0 28px;
  z-index: 30;
  transition: padding .3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#header:before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}

#header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

#header .container:after {
  display: none;
}

.nav-holder {
  width: 59.3%;
}

.nav-opener {
  display: none;
}

.logo {
  overflow: hidden;
  margin-top: 6px;
  position: relative;
  z-index: 10;
}

.logo a {
  float: left;
}

.logo img {
  /* 40th Annivesary Logo  */
  width: 195px;
  height: 65px;
  /* original Logo 
  width: 184px;
  height: 50px;
  */
  display: block;
}

.control-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: "Proxima N W01 Smbd", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  margin-right: -6px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.control-list li {
  float: left;
  margin-left: 39px;
  line-height: 1.1;
  letter-spacing: .04em;
}

.control-list a {
  color: #000;
  text-decoration: none;
  display: block;
}

.control-list a:hover {
  color: #e4a500;
}

.control-list a span {
  display: block;
}

.control-list .tel-text {
  opacity: .6;
}

.control-list .icon-tel {
  display: none;
  background: url(/Home_files/sprite.png) no-repeat no-repeat 0 0;
  width: 25px;
  height: 24px;
}

.control-list .icon-tel:hover {
  opacity: .6;
}

.control-list .icon-envelop {
  display: block;
  background: url(/Home_files/sprite.png) no-repeat no-repeat 0 -28px;
  width: 23px;
  height: 18px;
  opacity: 1;
  transition: opacity .3s;
}

.control-list .icon-envelop:hover {
  opacity: .6;
}

#nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Proxima N W01 Smbd", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  padding: 0 0 0 89px;
  letter-spacing: .04em;
}

#nav > li {
  margin: 0 23px;
  position: relative;
}

#nav > li.active > a,
#nav > li.dd-active > a {
  color: #000;
}

#nav > li.active > a:after,
#nav > li.dd-active > a:after {
  position: absolute;
  content: '';
  display: block;
  clear: both;
  top: 100%;
  height: 100px;
  left: 0;
  right: 0;
}

#nav > li > a {
  color: #7d1b1c;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}

#nav > li > a:hover {
  color: #000;
}

#nav .dd-opener {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 4px 0 0 -10px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #e4a500 transparent transparent transparent;
  cursor: pointer;
}

#nav .dd-active .drop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition: transform .5s, opacity 0s, visibility 0s, z-index 0s .5s;
  z-index: 30;
}

#nav .drop {
  z-index: -20;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateY(-100%);
  transition: transform .5s, opacity 0s .5s, visibility 0s .5s, z-index 0s 0s;
  min-width: 356px;
  margin-left: -180px;
  background: #dba900;
  margin-top: 47px;
  padding: 40px 20px 62px 29px;
  font-family: "Proxima N W01 Xbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: .023em;
  line-height: 1.2;
}

#nav .drop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

#nav .drop li {
  margin-bottom: 14px;
  position: relative;
}

#nav .drop li:first-child:after {
  display: none;
}

#nav .drop li.active > a {
  color: #fff;
}

#nav .drop a {
  color: #000;
  text-decoration: none;
}

#nav .drop a:hover {
  color: #fff;
}

.fixing .nav-slide {
  transition: none !important;
}

.fixing .drop {
  display: none !important;
}

#footer {
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 94px 0;
  letter-spacing: .033em;
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .container {
  padding: 0 53px;
}

#footer .copy {
  margin: 0 0 18px;
  white-space: pre-wrap;
}

#footer .copy a {
  text-decoration: none;
}

#footer .copy a:hover {
  text-decoration: underline;
}

#footer .footer-top {
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

#footer .footer-logo {
  width: 70%;
  padding-right: 20%;
}

#footer .footer-logo a {
  float: left;
}

#footer h4 {
  width: 30%;
  padding: 0 5px;
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: .033em;
}

#footer .footer-cols {
  -ms-flex-direction: row;
  flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 95px;
}

#footer .col {
  width: 70%;
  padding: 24px 20% 0 .1%;
}

#footer .col p {
  margin: 0 0 34px;
}

#footer .col address {
  font-style: normal;
  display: block;
  margin-bottom: 0;
}

#footer .col address span {
  display: block;
}

#footer .col dl {
  overflow: hidden;
  padding-top: 0;
  margin: 0;
}

#footer .col dl dt {
  float: left;
}

#footer .col dl dd {
  overflow: hidden;
  display: block;
  margin: 0;
  padding-left: 10px;
}

#footer .col dl a {
  color: #fff;
  text-decoration: none;
}

#footer .col dl a:hover {
  text-decoration: underline;
}

#footer .col.col-contact {
  width: 30%;
  padding: 0 0.5%;
}

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-top: 111px;
  transition: padding .3s;
}

#wrapper:before {
  content: '';
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  z-index: -2;
  transition: opacity .3s, z-index .3s;
}

.dd-active #wrapper:before,
#wrapper.dd-active:before {
  opacity: .5;
  z-index: 5;
  transition: opacity .3s, z-index .3s;
}

.container {
  max-width: 1224px;
  padding: 0 42px;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  font-size: 18px;
  line-height: 30px;
  background: #e4a500;
  color: #000;
  min-width: 159px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: color .3s, background .3s;
  margin-bottom: 10px;
}

.btn:hover {
  color: #e4a500;
  background: #fff;
}

.intro {
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  font-family: "Proxima N W01 Smbd", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 23px;
  line-height: 1.15;
}

.intro.lower {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
}

.intro h2 {
  font-weight: normal;
  font-family: "Proxima N W01 Xbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 54px;
  line-height: 1.1;
  color:#fff;
  margin: 0;
  letter-spacing: 0;
}

.intro.lower h2 {
    font-weight: normal;
    font-family: "Proxima N W01 Xbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 54px;
    line-height: .85;
    margin-bottom: 42px;
    margin-right: 0;
    letter-spacing: 0;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.intro b.subtitle {
  display: block;
  font-weight: normal;
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 42px;
}

.intro.lower b.subtitle {
    display: block;
    font-weight: normal;
    font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}

.intro .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.intro .btn-holder {
  padding: 0 0 6px 2px;
}

.intro .btn {
  margin-right: 28px;
}

.intro .mob-b {
  max-width: 490px;
  margin: 0 0 36px;
}

.intro.lower .mob-b {
    max-width: 650px;
    margin: 0 0 36px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}


.intro .intro-text {
  width: 56%;
  padding-left: 3px;
}

.intro.lower .intro-text {
    width: 100%;
    padding-left: 3px;
}

.intro .img-intro {
  width: 44%;
  padding: 51px 0 44px;
  margin-right: -4.1%;
}

.intro .img-intro img {
  width: 100%;
  max-width: none;
}

h1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 57px;
  letter-spacing: -.04em;
  margin-left: -2px;
  font-weight: normal;
}

h1 span {
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #7d1b1c;
  letter-spacing: -.02em;
}

h1 span.title-mob {
  font-family: "Proxima N W01 Reg", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  letter-spacing: -.04em;
}

h1 b {
  letter-spacing: -.01em;
  font-weight: normal;
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h2, h2 a {
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 32px;
  line-height: 33px;
  margin-bottom: 17px;
  letter-spacing: -.02em;
  color:#7e1a1c;
  font-weight: normal;
  margin-left: -2px;
}

h2 a:hover {
    color: #7e1a1c;
}

h2 span {
  display: block;
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #7d1b1c;
}

h3 {
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  line-height: 26px;
  color:#000;
  font-weight: normal;
}

.four-cols {
/*
  background: #e5e5e5;
*/
}

.four-cols .cols-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.four-cols .col {
  width: calc(100% / 4 - 40px);
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}

.four-cols .col:last-child {
  /**/
}

.four-cols .col p {
  margin: 0 0 16px;
  text-align:left;
}

.three-cols {
  background: #e5e5e5;
}

.three-cols .cols-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -48px 0 -38px;
  padding: 60px 0;
}

.three-cols .col {
  width: calc(100% / 3 - 84px);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 0 42px;
  border-radius: 6px;
  position: relative;
  padding: 22px 22px 8px 25px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -.02em;
}

.three-cols .col:last-child {
  /*letter-spacing: -.065em;*/
}

.three-cols .col p {
  margin: 0 0 16px;
}

.three-cols .ico {
  position: absolute;
  top: 15px;
  right: 13px;
}

.two-cols {
/*
  background: #e5e5e5;
*/
}

.two-cols .cols-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.two-cols .col {
  width: calc(100% / 2 - 20px);
  position: relative;
  margin: 0;
  padding: 0;
/*
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -.02em;
*/
}

.two-cols .col:last-child {
  letter-spacing: -.065em;
}

.two-cols .col p {
  margin: 0 0 16px;
}

#content {
  padding: 102px 0 125px;
  letter-spacing: -.01em;
}

#content .container {
  padding: 0 75px 0 45px;
}

#content p {
  margin-bottom: 32px;
}

#content p b {
  font-weight: normal;
  font-family: "Proxima N W01 Bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#content p b.pb {
  display: block;
  letter-spacing: 0;
  padding: 1px 0 0;
  margin-bottom: -2px;
}

.imgRight {float:none;margin:0 0 20px 0;}
.imgLeft {float:none;margin:0 0 20px 0;}

td p,th p {width:90%;margin:0 auto !important;padding:10px 0;}

.social {margin-top: 20px;}
.social img {height: 30px;margin-right: 5px;}

@media (min-width: 568px) {
  .intro.lower {
    height: 380px;
  }
}

@media (min-width: 768px) {
  .intro.lower {
    height: 430px;
  }
  #header.fixed {
    padding: 8px 0 9px;
  }

  #header.fixed .container {
    padding: 0 16px;
  }

  .fixed .nav-opener {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 18px;
    margin-left: -11px;
    z-index: 200;
    margin-top: -10px;
  }

  .fixed .nav-opener span,
  .fixed .nav-opener:before,
  .fixed .nav-opener:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-radius: 4px;
    background-color: #7d1b1c;
    height: 4px;
    margin-top: -2px;
  }

  .fixed .nav-opener:before,
  .fixed .nav-opener:after {
    content: '';
    top: 0;
    margin: 0;
  }

  .dd-active .fixed .nav-opener:before,
  .dd-active .fixed .nav-opener:after {
    margin-top: -2px;
  }

  .fixed .nav-opener:after {
    top: 100%;
    margin-top: -4px;
  }

  .dd-active .fixed .nav-opener:after {
    margin-top: -2px;
  }

  .fixed .nav-opener {
    margin-top: -9px;
  }

  .fixed .logo {
    width: 158px;
    margin-top: 4px;
  }

  .fixed .logo {
    width: 158px;
  }

  .fixed .logo img {
    /* 40th Annivesary Logo  */
    width: 126px;
    height: 42px;
    /* Original Logo  
    width: 158px;
    height: 42px;
    */
  }

  .fixed .control-list {
    margin-right: 0;
  }

  .fixed .control-list li {
    margin: 0 0 0 10px;
  }

  .fixed .control-list li:first-child {
    margin-right: 16px;
  }

  .fixed .control-list .tel-text {
    display: none;
  }

  .fixed .control-list .icon-tel {
    display: block;
  }

  .fixed .control-list .icon-envelop {
    margin-top: 2px;
  }

  .fixed .nav-slide {
    z-index: -20;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(-100%);
    transition: transform .3s, opacity 0s .3s, visibility 0s .3s, z-index 0s 0s;
    min-width: 356px;
    max-width: 356px;
    margin-left: -178px;
    margin-top: 0;
    font-family: "Proxima N W01 Xbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .023em;
    line-height: 1.2;
  }

  .fixed .nav-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }

  .dd-active .fixed .nav-slide {
    opacity: 1;
    visibility: visible;
    position: absolute;
    transform: translateY(0%);
    transition: transform .3s, opacity 0s, visibility 0s, z-index 0s .3s;
    z-index: 30;
  }

  .fixed #nav {
    display: block;
    padding: 32px 20px 62px 27px;
    max-height: calc(100vh - 111px);
    background: #dba900;
    overflow: auto;
  }

  .fixed #nav > li.active > a,
  .fixed
        #nav > li.dd-active > a {
    color: #000;
  }

  .fixed #nav > li.active > a:hover,
  .fixed
          #nav > li.dd-active > a:hover {
    color: #000;
  }

  .fixed #nav > li.active > a:after,
  .fixed
          #nav > li.dd-active > a:after {
    display: none;
  }

  .fixed #nav > li {
    font-family: "Proxima N W01 Xbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 19px;
  }

  .fixed #nav > li:first-child:after {
    display: none;
  }

  .fixed #nav > li > a {
    color: #fff;
    display: block;
  }

  .fixed #nav > li > a:hover {
    color: #000;
  }

  .fixed #nav .dd-opener {
    margin: 0 0 0 -15px;
    top: 0;
    left: 0;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #fff;
    z-index: 300;
  }

  .fixed #nav .dd-opener:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: '';
    clear: both;
    height: 30px;
    width: 30px;
  }

  .fixed #nav .active .dd-opener,
  .fixed
    #nav .dd-active .dd-opener {
    margin: 4px 0 0 -20px;
    top: 0;
    left: 0;
    border-width: 8px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
  }

  .fixed #nav .dd-active .drop {
    margin-bottom: -31px;
    transition: transform .5s, opacity 0s, visibility 0s, z-index 0s .5s, margin .5s;
  }

  .fixed #nav .dd-active .drop > ul {
    max-height: 100vh;
    padding: 15px 7px;
  }

  .fixed #nav .drop {
    overflow: hidden;
    position: static;
    transform: translateY(0%);
    background: none;
    padding: 0;
    margin: 0;
    min-width: 0px;
    line-height: 1.1;
    transition: transform .5s, opacity 0s .5s, visibility 0s .5s, z-index 0s 0s, margin .5s;
  }

  .fixed #nav .drop:before {
    display: none;
  }

  .fixed #nav .drop ul {
    max-height: 0px;
    padding: 0 7px;
    overflow: hidden;
    transition: max-height .5s, padding .5s;
  }

  .fixed #nav .drop li {
    margin-bottom: 15px;
  }

  .fixed #nav .drop li.active a {
    padding-left: 4px;
  }

  #wrapper.fixed {
    padding-top: 63px;
  }
}

@media (max-width: 1239px) {
  .control-list li:first-child {
    margin-left: 0;
  }

  #nav {
    padding-left: 0;
  }

  #nav > li {
    margin: 0 7px;
  }

  .container {
    padding: 0 15px;
  }

  .intro .intro-text {
    width: 60%;
  }

  .intro .img-intro {
    width: 40%;
  }
}

@media (max-width: 1023px) {
  #header {
    padding: 27px 0 30px;
  }

  #header .container {
    padding: 0 18px;
  }

  .nav-holder {
    width: auto;
  }

  .nav-opener {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 18px;
    margin-left: -11px;
    z-index: 200;
    margin-top: -10px;
  }

  .nav-opener span,
  .nav-opener:before,
  .nav-opener:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-radius: 4px;
    background-color: #7d1b1c;
    height: 4px;
    margin-top: -2px;
  }

  .nav-opener:before,
  .nav-opener:after {
    content: '';
    top: 0;
    margin: 0;
  }

  .dd-active .nav-opener:before,
  .dd-active .nav-opener:after {
    margin-top: -2px;
  }

  .nav-opener:after {
    top: 100%;
    margin-top: -4px;
  }

  .dd-active .nav-opener:after {
    margin-top: -2px;
  }

  .logo {
    margin-top: 4px;
  }

  .control-list li {
    margin: 0 19px 0 0;
  }

  .control-list li:first-child {
    margin-right: 16px;
  }

  .control-list .icon-envelop {
    margin-top: 2px;
  }

  .nav-slide {
    z-index: -20;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateY(-100%);
    transition: transform .3s, opacity 0s .3s, visibility 0s .3s, z-index 0s 0s;
    min-width: 356px;
    max-width: 356px;
    margin-left: -178px;
    margin-top: 0;
    font-family: "Proxima N W01 Xbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: .023em;
    line-height: 1.2;
  }

  .nav-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }

  .dd-active .nav-slide {
    opacity: 1;
    visibility: visible;
    position: absolute;
    transform: translateY(0%);
    transition: transform .3s, opacity 0s, visibility 0s, z-index 0s .3s;
    z-index: 30;
  }

  #nav {
    display: block;
    padding: 32px 20px 62px 27px;
    max-height: calc(100vh - 111px);
    background: #dba900;
    overflow: auto;
  }

  #nav > li.active > a,
  #nav > li.dd-active > a {
    color: #000;
  }

  #nav > li.active > a:hover,
  #nav > li.dd-active > a:hover {
    color: #000;
  }

  #nav > li.active > a:after,
  #nav > li.dd-active > a:after {
    display: none;
  }

  #nav > li {
    font-family: "Proxima N W01 Xbold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-bottom: 19px;
  }

  #nav > li:first-child:after {
    display: none;
  }

  #nav > li > a {
    color: #fff;
    display: block;
  }

  #nav .dd-opener {
    margin: 0 0 0 -15px;
    top: 0;
    left: 0;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #fff;
    z-index: 300;
  }

  #nav .dd-opener:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: '';
    clear: both;
    height: 30px;
    width: 30px;
  }

  #nav .active .dd-opener,
  #nav .dd-active .dd-opener {
    margin: 4px 0 0 -20px;
    top: 0;
    left: 0;
    border-width: 8px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
  }

  #nav .dd-active .drop {
    margin-bottom: -31px;
    transition: transform .5s, opacity 0s, visibility 0s, z-index 0s .5s, margin .5s;
  }

  #nav .dd-active .drop > ul {
    max-height: 100vh;
    padding: 15px 7px;
  }

  #nav .drop {
    overflow: hidden;
    position: static;
    transform: translateY(0%);
    background: none;
    padding: 0;
    margin: 0;
    min-width: 0px;
    line-height: 1.1;
    transition: transform .5s, opacity 0s .5s, visibility 0s .5s, z-index 0s 0s, margin .5s;
  }

  #nav .drop:before {
    display: none;
  }

  #nav .drop ul {
    max-height: 0px;
    padding: 0 7px;
    overflow: hidden;
    transition: max-height .5s, padding .5s;
  }

  #nav .drop li {
    margin-bottom: 15px;
  }

  #nav .drop li.active a {
    padding-left: 4px;
  }

  #footer {
    padding: 91px 0 85px;
  }

  #footer .container {
    padding: 0 35px;
  }

  #footer .footer-top {
    margin-bottom: 36px;
  }

  #footer .footer-logo {
    width: 66.2%;
  }

  #footer h4 {
    width: 33.8%;
    font-size: 24px;
    padding: 27px 3px 0;
  }

  #footer .footer-cols {
    margin-bottom: 53px;
  }

  #footer .col {
    width: 66.2%;
    padding: 2px 10% 0 0;
  }

  #footer .col p {
    margin: 0 0 28px;
  }

  #footer .col.col-contact {
    width: 33.8%;
  }

  body {
    font-size: 18px;
  }

  .btn {
    font-size: 16px;
    padding: 7px;
    min-width: 139px;
  }

  .intro {
    font-size: 20px;
  }

  .intro h2 {
    font-size: 47px;
    margin: 0 -150px 0 0;
    line-height: 1;
  }

  .intro b.subtitle {
    font-size: 32px;
    line-height: 1.18;
    margin-bottom: 33px;
  }

  .intro .btn-holder {
    padding: 0 0 48px 1px;
    margin-right: -50px;
  }

  .intro .btn {
    margin-right: 25px;
  }

  .intro .mob-b {
    margin-bottom: 49px;
  }

  .intro .intro-text {
    width: 50.8%;
  }

  .intro .img-intro {
    width: 49.2%;
    margin-right: -2.1%;
    padding: 78px 0 87px;
    text-align: right;
  }

  h1 {
    font-size: 41px;
    margin-left: 0;
    margin-bottom: 38px;
  }

  h2 {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 13px;
    margin-left: -1px;
  }

  .four-cols .cols-holder {
    padding: 0;
    margin: 0;
  }

  .four-cols .col {
    margin: 0;
    width: calc(100% / 4 - 40px);
    padding: 0;
  }

  .four-cols .col p {
    margin-bottom: 1px;
  }

  .three-cols .cols-holder {
    padding: 61px 0 60px;
    margin: 0 -10px;
  }

  .three-cols .col {
    margin: 0 15px;
    width: calc(100% / 3 - 30px);
    padding: 16px 16px;
    font-size: 20px;
  }

  .three-cols .col p {
    margin-bottom: 1px;
  }

  .three-cols .ico {
    width: 29px;
    top: 11px;
    right: 11px;
  }

  .two-cols .cols-holder {
    padding: 0;
    margin: 0;
  }

  .two-cols .col {
    margin: 0;
    width: calc(100% / 2 - 10px);
    padding: 0;
/*    font-size: 20px;  */
  }

  .two-cols .col p {
    margin-bottom: 1px;
  }

  #content {
    padding: 45px 0 61px;
  }

  #content .container {
    padding: 0 20px;
  }

  #content p {
    margin-bottom: 24px;
  }

  #content p b.pb {
    padding: 1px 0 0;
    margin: 0;
  }
}

@media (max-width: 1023px) and (max-width: 567px) {
  .nav-slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: -50%;
  }
}

@media (max-width: 767px) {
  #header {
    padding: 8px 0 9px;
  }

  #header .container {
    padding: 0 16px;
  }

  .nav-opener {
    margin-top: -9px;
  }

  .logo {
    width: 158px;
  }

  .logo img {
    /* 40th Annivesary Logo  */
    width: 126px;
    height: 42px;
    /* Original Logo 
    width: 158px;
    height: 42px;
    */
  }

  .control-list {
    margin-right: 0;
  }

  .control-list li {
    margin: 0 0 0 10px;
  }

  .control-list .tel-text {
    display: none;
  }

  .control-list .icon-tel {
    display: block;
  }

  #nav {
    max-height: calc(100vh - 63px);
  }

  #footer {
    padding: 102px 0 49px;
    font-size: 16px;
  }

  #footer .copy {
    font-size: 14px;
    text-align: center;
  }

  #footer .footer-top {
    display: block;
    margin-bottom: 64px;
  }

  #footer .footer-logo {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 0 10px 0 0;
  }

  #footer .footer-logo a {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  #footer h4 {
    display: none;
  }

  #footer .footer-cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px;
  }

  #footer .col {
    width: auto;
    padding: 0;
    text-align: center;
    -ms-flex-order: 2;
    order: 2;
    font-size: 14px;
  }

  #footer .col p {
    margin-bottom: 17px;
  }

  #footer .col address {
    margin-bottom: -1px;
  }

  #footer .col address span {
    display: inline-block;
    vertical-align: top;
    padding-left: 44px;
    position: relative;
  }

  #footer .col address span:before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    margin-top: -1px;
    background: #fff;
  }

  #footer .col dl {
    color: #e4a500;
    display: inline-block;
    vertical-align: top;
    float: none;
  }

  #footer .col dl dt {
    padding-left: 44px;
    position: relative;
  }

  #footer .col dl dt:first-child {
    padding: 0;
  }

  #footer .col dl dt:first-child:before {
    display: none;
  }

  #footer .col dl dt:before {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    margin-top: -1px;
    background: #e4a500;
  }

  #footer .col dl dd {
    float: left;
  }

  #footer .col dl a {
    color: #e4a500;
  }

  #footer .col.col-contact {
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 32px;
    border-bottom: 1px solid #fff;
    margin-bottom: 34px;
    font-size: 16px;
  }

  #footer .col.col-contact address {
    margin-bottom: 8px;
  }

  body {
    font-size: 16px;
    line-height: 1.38;
  }

  #wrapper {
    padding-top: 63px;
  }

  .intro {
    font-size: 18px;
  }

  .intro h2 {
    font-size: 38px;
    margin-right: -200px;
    margin-bottom: 3px;
  }

  .intro b.subtitle {
    font-size: 26px;
    margin: 0 -250px 31px 0;
  }

  .intro .btn-holder {
    padding-bottom: 16px;
  }

  .intro .btn {
    padding: 5px 5px 4px;
    min-width: 104px;
    font-size: 14px;
    margin: 0 10px 25px 0;
    max-width: 124px;
  }

  .intro .mob-b {
    margin-bottom: 45px;
    margin-right: -50px;
  }

  .intro .intro-text {
    padding-left: 6px;
    width: 40%;
  }

  .intro .img-intro {
    width: 60%;
    padding: 136px 0 11px;
    margin-right: -3.4%;
  }

  .intro .img-intro img {
    max-width: 316px;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 22px;
    margin-left: -2px;
  }

  .four-cols .cols-holder {
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
  }
  .four-cols .col {
    margin: 0;
    width: calc(100% / 2 - 40px);
    padding: 0;
    padding: 20px;
  }

  .four-cols .col p {
    padding: 0;
  }

  .three-cols .cols-holder {
    padding: 36px 7px 26px 5px;
    display: block;
    margin: 0;
  }

  .three-cols h2 {
    float: left;
    width: 34%;
    margin-bottom: 0;
  }

  .three-cols .col {
    font-size: 14px;
    width: auto;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 13px 40px 12px 15px;
  }

  .three-cols .col p {
    overflow: hidden;
    padding-left: 18px;
  }

  .three-cols .ico {
    display: none;
  }

  .two-cols .cols-holder {
    padding: 0;
    display: block;
    margin: 0;
  }

  .two-cols .col {
/*    font-size: 14px;  */
    width: auto;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
  }

  .two-cols .col p {
    overflow: hidden;
    padding-left: 18px;
  }

  #content {
    padding: 45px 0 25px;
  }

  #content .container {
    padding: 0 21px;
  }

  #content p {
    margin-bottom: 22px;
  }

  #content p b.pb {
    margin-bottom: -2px;
  }
}

@media (max-width: 567px) {
  #header {
    padding: 9px 0 8px;
  }

  #header .container {
    padding: 0 12px;
  }

  .logo {
    margin: 0;
/*    width: 100px;  */
    width: 150px;
  }

  .logo img {
    /* 40th Annivesary Logo
    margin: 3px 0 -10px -37px;
    width: 135px;
    height: 45px;  */
    /* Original Logo 
    margin: 0 0 0 -42px;
    width: 142px;
    height: 38px; 
    */
    margin: 3px 0 0 0;
    width: 150px;
    max-width: none;
  }

  .control-list {
    padding-bottom: 2px;
  }

  .control-list li {
    margin: 0 0 0 17px;
  }

  .control-list li:first-child {
    margin-right: 0;
  }

  #nav {
    padding: 32px 20px 25px 26px;
    max-height: calc(100vh - 55px);
  }

  #footer {
    padding: 62px 0 54px;
  }

  #footer .container {
    padding: 0;
  }

  #footer .copy {
    padding: 0 14px;
  }

  #footer .footer-top {
    margin-bottom: 25px;
  }

  #footer .footer-logo {
    width: 250px;
    padding: 0 8px 0 0;
  }

  #footer .footer-cols {
    margin-bottom: 23px;
  }

  #footer .col {
    line-height: 1.3;
    padding: 34px 14px 31px;
  }

  #footer .col p {
    margin-bottom: 18px;
  }

  #footer .col address {
    line-height: 1.3;
  }

  #footer .col address span {
    padding: 0;
    display: block;
  }

  #footer .col address span:before {
    display: none;
  }

  #footer .col dl {
    padding: 11px 0 0;
  }

  #footer .col dl dt {
    text-align: right;
    padding: 0 0 8px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  #footer .col dl dt:before {
    display: none;
  }

  #footer .col dl dt:first-child {
    padding: 0 0 8px;
  }

  #footer .col dl dd {
    float: none;
    text-align: left;
    display: inline;
    padding: 0 0 8px 5px;
  }

  #footer .col dl dd:after {
    content: '';
    display: block;
    clear: both;
  }

  #footer .col.col-contact {
    margin-bottom: 31px;
    padding: 0 14px 31px;
    line-height: 1.4;
  }

  #wrapper {
    padding-top: 55px;
  }

  .intro {
    font-size: 14px;
  }

  .intro h2 {
    font-size: 32px;
    margin: 0 0 18px;
    -ms-flex-order: 1;
    order: 1;
    line-height: .9;
  }

  .intro.lower h2 {
    font-size: 32px;
    margin: 0 0 33px;
    -ms-flex-order: 2;
    order: 2;
    line-height: .9;
  }

  .intro.lower b.subtitle {
    font-size: 20px;
    margin: 0 0 18px;
    -ms-flex-order: 1;
    order: 1;
    line-height: .9;
  }

  .intro b.subtitle {
    font-size: 20px;
    margin: 0 0 33px;
    -ms-flex-order: 2;
    order: 2;
    line-height: .9;
  }

  .intro .container {
    display: block;
    text-align: center;
  }

  .intro .btn-holder {
    margin-right: 0;
    -ms-flex-order: 3;
    order: 3;
    padding: 0;
    margin-bottom: 27px;
  }

  .intro .btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    min-width: 124px;
  }

  .intro .mob-b {
    margin: 0;
    -ms-flex-order: 999;
    order: 999;
  }

  .intro .intro-text {
    width: 100%;
    padding: 34px 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro .img-intro {
    width: 100%;
    text-align: center;
    padding: 0 4px 10px 0;
  }

  .intro .img-intro img {
    max-width: 164px;
  }

  h1 span.title-mob {
    display: block;
  }

  h1 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 34px;
    text-align: center;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

    .four-cols .cols-holder {
    padding: 0;
  }

  .four-cols .col {
    padding: 0;
    margin-bottom: 22px;
    min-height: 109px;
  }

  .four-cols .col p {
    padding: 0;
    margin-bottom: 8px;
  }

  .three-cols .cols-holder {
    padding: 38px 0 15px 1px;
  }

  .three-cols h2 {
    float: none;
    text-align: center;
    width: auto;
    margin-bottom: 12px;
  }

  .three-cols h2 span {
    display: inline;
  }

  .three-cols .col {
    padding: 6px 9px 1px 11px;
    margin-bottom: 22px;
    min-height: 109px;
  }

  .three-cols .col p {
    padding: 0;
    margin-bottom: 8px;
  }

  .two-cols .cols-holder {
    padding: 0;
  }

  .two-cols .col {
    padding: 0;
    margin-bottom: 22px;
    min-height: 109px;
  }

  .two-cols .col p {
    padding: 0;
    margin-bottom: 8px;
  }

  #content {
    padding: 34px 0 43px;
  }

  #content .container {
    padding: 0 13px;
  }

  #content p .mob-h {
    display: none;
  }

}

@media (min-width: 768px) and (max-width: 567px) {
  .fixed .nav-slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: -50%;
  }
}

/*
.columns { display:block;width:100%;}
.col {width:100%;float:none;margin-bottom:20px;}
.col:nth-of-type(2) {width:100%;float:none;}
*/

.form-contact label {
    display: block;
    margin-top: 1em;
}
.form-contact .form-group:first-of-type label {margin-top:0;}
.form-contact button[type="submit"], .form-contact input[type="submit"] {
    display: inline-block;
    background-color: #dba900;
    min-width: 130px;
    min-height: 45px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 3px 12px;
    border-radius: 6px;
    border: 1px solid transparent;
    outline: none;
    -webkit-transition: background-color .3s, color .3s, border .3s;
    transition: background-color .3s, color .3s, border .3s;
    margin-top: 1em;
}

.form-contact button[type="submit"]:hover, .form-contact input[type="submit"]:hover {
    color: #dba900;
    background-color: #fff;
    border: 1px solid #dba900;
}

.ContactForm .error {
    color: #D20;
    font-size: 14px;
}

@media (min-width: 600px) {
    /*
  .columns {display:table;}
  .col {width:45%;float:left;display:table-cell;}
  .col:nth-of-type(2) {width:45%;float:left;margin-left:5%;display:table-cell;vertical-align:middle;}
*/
  .imgRight {float:right;margin:0 0 20px 20px;}
  .imgLeft {float:left;margin:0 20px 20px 0;}

}


@media (min-width: 1023px) and (max-width: 1239px) {
  .nav-holder {
    width: 58.3%;
  }
  #nav > li {
    margin: 0 15px;
  }

}
