
@import url("../scripts/prettyPhoto_compressed_3.1.6/css/prettyPhoto.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1; }

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; }

* {
  font-family: 'Open Sans' !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important; }

#container {
  width: 80%;
  margin: 0 auto; }

header {
  max-height: 344px;
  min-height: 344px;
  background-image: url(../images/banner_top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

#left {
  width: 460px;
  float: left;
  padding-top: 70px;
  background-color: #fecb45;

  padding-left: 151px;
  padding-right: 0%;
  position: relative;
  -webkit-box-shadow: 5px 0px 37px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 0px 37px -9px rgba(0,0,0,0.75);
  box-shadow: 5px 0px 37px -9px rgba(0,0,0,0.75);}

#left:before {
  width: 3px;
  height: 1004px;
  content: '';
  background-image: url(../images/vertical.png);
  display: block;
  position: absolute;
  top: 0px;
  left: 110px; }

#right {
  width: 65%;
  float: right;
  padding-top: 70px;
    padding-left: 60px; }

#left h1, #right h1, #left h2 {
  font-size: 50px;
  line-height: 45px;
  font-weight: 300;
  text-transform: uppercase; }

#left h1, #left h2 {
  color: #fff; }

#left h2, #left ul li a {
  font-size: 16px; }
#left h2{
  line-height:22px;
  margin-top: 30px;
}
#right h1 {
  color: #000;
  margin-bottom: 53px; }

#left ul li {
  padding: 2px 0px 2px 0;
  margin-top: -2px;
  width: 80%;
  min-height: 40px; }

#left ul {
  margin-top: 50px;
  background-image: url(../images/line.svg);
  margin-left: -49px; }

#left ul li a {
  padding: 14px 13px;
  display: block;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fecb45;
  width: 125%;
  height: 42px;
  padding-left: 50px; }

#left ul li.active a {
  background-color: #ea5a0b;
  font-weight: 700;
  color: #fff;
  margin-top: -2px;
  height: 40px;
  padding-top: 12px;
  position: relative; }

#left ul li:hover a {
  font-weight: 700;
  color: #fff;
  padding-top: 14px; }

#left ul li.active:hover a {
  padding-top: 12px;
  height: 40px; }

#left ul li.active {
  margin-top: -2px;
  margin-bottom: -2px;
  height: 40px; }

#left ul li.active a:after {
  content: '';
  display: block;
  background-image: url(../images/arrowright.png);
  height: 40px;
  width: 21px;
  position: absolute;
  right: -21px;
  top: 0px; }

#left ul li.active a:before {
  content: '';
  display: block;
  background-image: url(../images/arrowleftt.png);
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0px;
  bottom: -8px; }

#right p.title {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  margin-left: 40px; }

#right a {
  text-decoration: none; }

#right p.desc {
  font-size: 16px;
  color: #646363;
  line-height: 20px;
  margin-left: 40px; }

#right ul {
  background-image: url(../images/dots.png); }

#right ul li {
  background-color: #fff;
  margin-bottom: 3px;
  padding: 10px 10px 10px 0px;
  position: relative; }

#right ul li a svg {
  width: 30px;
  float: left;
  margin-right: 10px;
  display: block;
  opacity: .35; }

#right ul li a svg * {
  fill: #fecb45 !important; }

#right ul li a:hover svg {
  opacity: 1; }

#right ul li a:hover p {
  text-decoration: underline; }

#right ul li a svg .cls-4 {
  fill: #fff !important; }
