@font-face {
  font-family: 'bradhitc';
  src: url("../fonts/bradhitc.eot");
  src: url("../fonts/bradhitc.eot") format("embedded-opentype"), url("../fonts/bradhitc.woff2") format("woff2"), url("../fonts/bradhitc.woff") format("woff"), url("../fonts/bradhitc.ttf") format("truetype"), url("../../fonts/FSElliotProLight.svg#FSElliotProLight") format("svg");
}

@font-face {
  font-family: 'RobotoLight';
  src: url("../fonts/RobotoLight.eot");
  src: url("../fonts/RobotoLight.eot") format("embedded-opentype"), url("../fonts/RobotoLight.woff2") format("woff2"), url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.ttf") format("truetype"), url("../fonts/RobotoLight.svg#RobotoLight") format("svg");
}

@font-face {
  font-family: 'RobotoMedium';
  src: url("../fonts/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium.eot") format("embedded-opentype"), url("../fonts/RobotoMedium.woff2") format("woff2"), url("../fonts/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium.ttf") format("truetype"), url("../fonts/RobotoMedium.svg#RobotoMedium") format("svg");
}

@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  outline: 0;
  line-height: 1;
  vertical-align: baseline;
}

i {
  font-style: italic;
}

strong, b {
  font-family: "RobotoBold", sans-serif;
  color: #757778;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  height: 100%;
}

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

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

button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  border: none;
}

button, input {
  outline: 0;
}

.tg-button {
  cursor: pointer;
  width: 26px;
  height: 20px;
  margin: 0 5px;
  display: none;
}

@media only screen and (max-width: 767px) {
  .tg-button {
    display: block;
  }
}

.tg-button.active span.sp-1 {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.tg-button.active span.sp-2 {
  opacity: 0;
}

.tg-button.active span.sp-3 {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.tg-button span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
}

.tg-button span.sp-2 {
  margin: 7px 0;
}

html {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

html.html-visible {
  opacity: 1;
}

body {
  font-family: "RobotoLight", sans-serif;
  line-height: 20px;
  color: #1d1f20;
  font-size: 14px;
  height: 100%;
}

h3, h4, h5, h6 {
  font-family: "RobotoMedium", sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 23px;
	text-transform: uppercase;
  font-family: "RobotoBold", sans-serif;
  color: #2f3538;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #2f3538;
}

h2 {
  font-size: 22px;
  line-height: 20px;
  font-family: "RobotoMedium", sans-serif;
  margin-bottom: 10px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

a {
  text-decoration: none;
  color: #afafaf;
}

p {
  font-size: 16px;
  line-height: 20px;
  color: #2f3538;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.transition, .tg-button span, header .h-nav li a, header .h-search input, .breadcrumbs li a, .a-item .a-nav a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* header*/
header {
  margin-bottom: 20px;
}

header .h-nav {
  *zoom: 1;
  position: relative;
  z-index: 1;
  background: #bdc3c6;
  padding: 15px;
}

header .h-nav:before,
header .h-nav:after {
  content: "";
  display: table;
}

header .h-nav:after {
  clear: both;
}

header .h-nav .h-list-nav {
  position: relative;
  *zoom: 1;
}

header .h-nav .h-list-nav:before,
header .h-nav .h-list-nav:after {
  content: "";
  display: table;
}

header .h-nav .h-list-nav:after {
  clear: both;
}

@media only screen and (min-width: 768px) {
  header .h-nav .h-list-nav {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  header .h-nav .h-list-nav {
    display: none;
  }
}

header .h-nav .h-list-nav ul {
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  header .h-nav .h-list-nav ul {
    float: left;
    padding: 0;
  }
}

header .h-nav li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  header .h-nav li {
    display: block;
  }
}

header .h-nav li a {
  padding: 5px 12px;
  font-size: 16px;
  position: relative;
  display: block;
  color: #1d1f20;
  font-family: "RobotoMedium", sans-serif;
}

header .h-nav li a:hover, header .h-nav li a.active {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  header .h-nav li a:hover, header .h-nav li a.active {
    background: #bdc3c6;
    color: #fff;
  }
}

header .h-banner {
  position: relative;
}

header .h-banner img {
  display: block;
}

header .h-logo, header .logo-text {
  position: absolute;
}

header .h-logo {
  left: 10%;
  top: 10px;
}

@media only screen and (max-width: 1199px) {
  header .h-logo {
    width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  header .h-logo {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  header .h-logo {
    width: 120px;
    left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  header .h-logo {
    width: 80px;
  }
}

header .logo-text {
  font-size: 30px;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  header .logo-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  header .logo-text {
    display: none;
  }
}

header .h-search {
  padding: 0 12px;
  *zoom: 1;
}

header .h-search .sitemap {
  margin: 2px 0 0 10px;
  line-height: 24px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  header .h-search {
    float: right;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  header .h-search {
    line-height: 24px;
  }
}

header .h-search:before,
header .h-search:after {
  content: "";
  display: table;
}

header .h-search:after {
  clear: both;
}

header .h-search .sign-in, header .h-search form {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  header .h-search form {
    float: left;
  }
}

header .h-search input, header .h-search .btn-search {
  vertical-align: middle;
}

header .h-search .btn-search {
  margin: 0 0 0 15px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  header .h-search .btn-search {
    margin: 0 15px 0 0;
  }
}

header .h-search input {
  border: 1px solid #921b38;
  position: absolute;
  padding: 5px;
  width: 100%;
  right: 0;
  border: none;
  border-bottom: 1px solid #921b38;
  opacity: 0;
  width: 0;
}

@media only screen and (max-width: 767px) {
  header .h-search input {
    right: auto;
    left: 0;
    padding-left: 50px;
  }
}

header .h-search input.active {
  width: 100%;
  opacity: 1;
}

.breadcrumbs {
  *zoom: 1;
  padding: 8px 20px;
  background: #f3f5f6;
  margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*.breadcrumbs:before,
.breadcrumbs:after {
  content: "";
  display: table;
}

.breadcrumbs:after {
  clear: both;
}*/

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs li {
  float: left;
  position: relative;
}

.breadcrumbs li:not(:first-child) {
  margin-left: 20px;
}

.breadcrumbs li:not(:first-child):before {
  content: " > ";
  left: -14px;
  color: #921b38;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.breadcrumbs li a {
  font-family: "RobotoMedium", sans-serif;
  color: #a9a9aa;
  color: #2f3538;
}

.breadcrumbs li a.active {
  pointer-events: none;
  cursor: default;
  color: #a9a9aa;
}

.breadcrumbs .sitemap {
  float: right;
}

/* content */
.content {
  background: rgba(250, 250, 250, 0.6);
  padding: 15px;
}

.bodytext {
  margin-bottom: 15px;
}

.frame-default p a,
.bodytext a {
  font-family: "RobotoMedium", sans-serif;
  text-decoration: underline;
}

.shadow {
  background: #fff;
  padding: 10px;
}

.m-block {
  padding: 15px 0;
  color: #921b38;
  margin-bottom: 30px;
}

.a-item {
  margin-bottom: 30px;
  background: #fff;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .a-item:first-child {
    margin: 15px 0;
  }
}

.a-item .a-header, .a-item header > * {
  background: #f3f5f6;
  color: #2f3538;
  font-size: 21px;
  text-align: center;
  font-family: "RobotoMedium", sans-serif;
  padding: 10px;
  text-transform: uppercase;
}

.a-item .a-content {
  padding: 15px 15px 20px;
}

.a-item header {
  margin-bottom: 15px;
}

.a-item header h1, .a-item header h2, .a-item header h3, .a-item header h4, .a-item header h5, .a-item header h6 {
  color: #2f3538;
  line-height: 1;
  margin-bottom: 0;
}

.a-item .bodytext {
  padding: 0 15px 5px;
}

.a-item .csc-default {
  padding-bottom: 20px;
}

.a-item .a-nav {
  display: block;
}

.a-item .a-nav a {
  padding: 10px;
  display: block;
  border-bottom: 1px dashed;
  font-family: "RobotoMedium", sans-serif;
}

.a-item .a-nav a:hover, .a-item .a-nav a.active {
  background: #f3f5f6;
  text-decoration: none;
}

/* footer*/
.f-text, .h-text {
  text-align: center;
  background: #bdc3c6;
  color: #fff;
}

.h-text {
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

.f-text {
  padding: 15px;
}

.f-text p {
  color: #fff;
}

.btn {
  background: #2ca6e0;
  padding: 8px 12px;
  color: #fff;
}
