body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd,ol,ul,li,hr,fieldset,form,label,legend,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,summary,hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}
audio,canvas,video {
  display: inline-block;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a:active,a:hover {
  outline: 0;
}
b,strong {
  font-weight: 700;
}
hr {
  color: transparent;
  background: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
small {
  font-size: 80%;
}
svg:not(:root) {
  overflow: hidden;
}
ul,ol {
  margin-left: 1.5em;
}
ul {
  list-style-type: disc;
}
nav ol,nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button,input,select,textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,input {
  line-height: normal;
}
button,select {
  text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],html input[disabled] {
  cursor: default;
}
input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

::-moz-selection {
  background: #37302a;
  color: #fff;
}

::selection {
  background: #37302a;
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

::selection:window-inactive,h1::selection:window-inactive {
  background: #bab9b6;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

img,video {
  max-width: 100%;
  height: auto;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

html {
  _overflow-x: hidden;
}

body {
  min-width: 200px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
header .mainmenu-container > ul > li.current > a {
    color: #ca9d13;
}
.nav-collapse.disable-pointer-events {
  pointer-events: none !important;
}
.nav-collapse {
  z-index: 1;
}
.nav-collapse,.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse,.nav-collapse ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /*width: 100%;*/
  float: right;
}

.nav-collapse li {
  float: left;
  width: 100%;
  display: block;
}

.nav-collapse a {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 112.5%;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #ca9d13;
  border-bottom: 1px solid #fff;
  padding: .5em 1em;
  float: left;
}

.nav-collapse a:focus {
  background: #ca2d09;
  outline: none;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	width: 37px;
    height: 36px;
    float: right;
    /* text-indent: -9999px; */
    overflow: hidden;
    display: block;
    background: #ca9d13 url(../img/icons/hamburger.png) no-repeat 45% 49%;
    right: 22px;
    position: absolute;
    top: 22px;
    font-size: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:1.3),
screen and (min--moz-device-pixel-ratio:1.3),
screen and (-o-min-device-pixel-ratio:2 / 1),
screen and (min-device-pixel-ratio:1.3),
screen and (min-resolution:192dpi),
screen and (min-resolution:2dppx) {
  .nav-toggle {
	}
}

@media screen and (max-width:18.75em) {
  body {
    font-size: 87.5%;
  }
}

@media screen and (min-width:28.75em) {
  body {
    font-size: 125%;
  }
}

@media screen and (min-width:103.75em) {
  body {
    font-size: 150%;
  }
}

@media screen and (min-width:46.25em) {
  .nav-collapse,.nav-collapse ul {
    text-align: right;
  }
}

@media screen and (min-width:46.25em) {
  .nav-collapse a {
    _float: none;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 1.96em .7em .5em;
    font-size: .9em;
    background: transparent;
    color: #fff;
	font-weight: 600;
    border: 0;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
  }

	.nav-collapse a:hover,
	.nav-collapse a:focus {
		background: rgba(0, 0, 0, 0);
		color: #ca9d13;
	}
}

@media screen and (min-width:46.25em) {
  .nav-collapse .active a {
    -webkit-font-smoothing: subpixel-antialiased;
    color: #fff;
    background: #ca9d13;
  }

  .nav-collapse .active a:hover {
    text-decoration: none;
  }

  .nav-collapse .active a:focus {
    background: #ca2d09;
  }
}

@media screen and (min-width: 46.25em){
	
}

@media screen and (min-width:992px) {
	.js .nav-collapse {
	position: relative !important;
	max-height: none;
	}
	.nav-toggle {
		display: none;
	}

}

@media screen and (max-width:992px) {
	header {
    z-index: 90;
    max-height: 85px;
	}
	#header .container{
	width: 100%;
	overflow: visible;
	max-height: 86px;
	}
	header .logo {
	padding-top: 10px!important;
    padding-bottom: 15px;
	}
	#banner{
	margin-top:80px;
	}
	.js .nav-collapse {
	  width: 35%;	
	  top: 82px;
	  padding-right: 10px;
	  float: right;
	  min-width: 220px;
	}
	.nav-collapse.opened {
		max-height: 405px !important;
	}
	.nav-collapse ul {
    width: 100%;
    float: right;
    display: block;
	}
	.nav-collapse ul li {
    float: left;
    width: 100%;
    display: block;
	line-height: 28px;
    text-align: left;
	}
	.nav-collapse a {
    background: #374045;
	padding: .96em .7em .5em;
	font-size: 112%;
	}
	.nav-collapse a:hover, .nav-collapse a:focus {
	background: #666;
    color: #aaa!important;
	}
}

@media screen and (min-width:46.25em) {
  .nav-collapse li {
    float: none;
    display: inline-block;
    *display: block;
    *float: left;
    width: auto;
    margin-left: .4em;
    margin-right: .2em;
	line-height: 74px;
  }
}

@media screen and (min-width:460px) {
  html, body {
    height: 100%;
    width: 100%;
  }
  #abWrapper_1.abWrapper13 .abBox13 {
    /*width: 100% !important;*/
  }
}

@media screen and (max-width: 992px){
  #abWrapper_1.abWrapper13 .abBox13 {
      width: 100%!important;
  }
}