* {
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  outline: 0!important;
}

img {
  max-width: 100%;
  contain-intrinsic-size: revert !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.align-center {
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px 0;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.gallery-caption,.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

body {
  position: relative;
}

body.modal-open,body.myc-menu {
  overflow: hidden;
}

body.modal-open #wrap,body.myc-menu #wrap {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.modal-backdrop {
  background: #f7f7f7;
  overflow-x: auto;
  overflow-y: scroll;
}

.btn {
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 5px 35px;
  outline: 0!important;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  text-transform: uppercase;
  -webkit-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
}

.btn i {
  margin-left: 10px;
}

.btn.huge {
  padding: 15px 60px;
  font-size: 20px;
}

.btn.large {
  padding: 10px 60px;
  font-size: 20px;
}

.btn.btn-red {
  display: inline-block;
  background: #ad3333;
  border-bottom: solid 3px #900;
}

.btn.btn-orange {
  display: inline-block;
  background: #ff8c19;
  border-bottom: solid 3px #cb7015;
}

.btn.btn-blue {
  display: inline-block;
  background: #2c4b94;
  border-bottom: solid 3px #233c76;
}

.btn:focus,.btn:hover {
  color: #fff;
}

.btn:active:not(.btn-default) {
  color: #fff;
  margin-top: 3px;
  border-bottom: 0;
}

.table.table-bordered {
  font-size: 14px;
}

.table.table-bordered thead {
  color: #333;
  font-weight: 700;
  font-family: Raleway;
  font-size: 18px;
}

.table.table-bordered tr td {
  vertical-align: middle;
  font-size: 16px;
  font-family: Raleway;
}

.table.table-bordered tr td span {
  display: block;
}

.table.table-bordered tr td img {
  width: 150px;
  margin: 10px 0 20px;
}

.table .checkbox {
  margin-bottom: 5px;
  text-align: center;
}

.radio-group {
  margin-bottom: 15px;
}

.radio-group .radio {
  margin-right: 15px;
}

.radio-group .radio >label {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.radio-group .radio >label label.check:before {
  border: solid 1px #ccc;
  border-radius: 4px;
  background: 0 0;
}

select {
  border-radius: 2px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  font-size: 16px;
  height: 44px;
  width: 100%;
  display: block;
  background: #fff;
  outline: 0!important;
  margin-bottom: 15px;
  border: solid 1px #ccc;
  padding: 10px 15px;
  color: #999;
  -webkit-appearance: none;
}

.select {
  position: relative;
}

.select:after {
  content: "\f0d7";
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  color: #999;
}

.in-block {
  display: inline-block;
  width: 220px;
}

.input-wrapper {
  overflow: hidden;
  position: relative;
}

.input-wrapper label {
  position: absolute;
  left: 20px;
  display: block;
  width: 100%;
  font-family: Raleway;
  top: 14px;
  color: #333;
  border-left: solid 2px #333;
  padding-left: 8px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 300;
}

.input-wrapper span {
  display: block;
  overflow: hidden;
}

.input-wrapper input {
  margin-bottom: 0!important;
  padding: 10px 20px 10px 28px;
  font-size: 16px;
}

.input-wrapper input.wpcf7-not-valid,.input-wrapper input.wpcf7-not-valid.wpcf7-validates-as-email {
  border-color: red;
}

.input-wrapper input.wpcf7-not-valid+label,.input-wrapper input.wpcf7-not-valid.wpcf7-validates-as-email+label {
  color: red;
  border-color: red;
}

.input-wrapper input.not_empty:not(.wpcf7-validates-as-email) {
  border-color: #ccc;
}

.input-wrapper input.not_empty+label,.input-wrapper input:focus+label {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding-right: 8px;
  border-right: solid 2px #333;
}

.wpcf7-not-valid-tip {
  display: none!important;
}

.form-control {
  border-radius: 2px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  padding: 10px 15px;
  font-size: 16px;
  height: 44px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: Raleway;
  font-style: normal;
  color: #666;
  resize: none!important;
}

.form-control:focus {
  border: solid 1px #2c4b94;
}

.form-control::-moz-input-placeholder,.form-control::-webkit-input-placeholder {
  font-style: normal;
  color: #999;
}

.wpcf7-response-output {
  margin: 0 0 10px!important;
  font-size: 14px;
  font-family: Raleway;
  padding: 10px 20px!important;
  border-radius: 5px;
}

.wpcf7-response-output.wpcf7-validation-errors {
  border: solid 1px #f7e700;
  background: #f7e700;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: solid 1px #398f14;
  background: #398f14;
  color: #fff;
}

.input-group {
  margin-bottom: 5px;
}

.input-group .form-control {
  margin-bottom: 0;
}

.input-group .btn {
  border-radius: 0;
  padding: 11px 15px;
  text-shadow: none;
  width: 50px;
  background: #ccc;
}

.input-group .btn:active {
  color: #fff;
}

.input-group.clearfix {
  margin-top: -1px;
  display: inline-block;
}

.has-success .form-control,.has-success .form-control:active,.has-success .form-control:focus {
  border: solid 1px #ccc;
}

.has-success .form-control-feedback {
  font-family: 'Glyphicons Halflings';
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 15px;
  background: #ff8c19;
  font-size: 10px;
  color: #fff;
}

.has-success .form-control-feedback:before {
  position: absolute;
  content: '\e013';
  left: 5px;
  top: -7px;
}

.checkbox {
  display: inline-block;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox.checked input[type=checkbox]+label:before,.checkbox:not(.disabled):hover input[type=checkbox]+label:before {
  content: '\e013';
  background: #ff8c19;
}

.checkbox.checked input[type=checkbox]:checked+label:before,.checkbox:not(.disabled):hover input[type=checkbox]:checked+label:before {
  content: '';
  background: #2c4b94;
}

.checkbox.disabled label {
  color: #ccc;
}

.checkbox.disabled input[type=checkbox]:checked+label:before {
  content: '\e013';
  background: #ccc;
}

.checkbox.disabled input[type=checkbox]+label:before {
  content: '';
  background: #ccc;
}

.checkbox label .check {
  margin-right: 10px;
  padding: 0;
}

.checkbox label .check:before {
  top: 3px;
}

.checkbox label.check:before {
  display: inline-block;
  position: relative;
  font-family: 'Glyphicons Halflings';
  color: #fff;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  padding: 0;
  left: 0;
}

.checkbox input[type=checkbox]+label:before {
  content: '';
  display: inline-block;
  background: #2c4b94;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: absolute;
  padding: 2px 0;
}

.checkbox input[type=checkbox]:checked+label:before {
  content: '\e013';
  background: #ff8c19;
}

.checkbox.blue input[type=checkbox]:checked+label:before {
  background: #2c4b94;
}

.checkbox.orange input[type=checkbox]:checked+label:before {
  background: #ff8c19;
}

.radio {
  display: inline-block;
}

.radio input[type=radio] {
  display: none;
}

.radio.checked input[type=radio]+label:before,.radio:not(.disabled):hover input[type=radio]+label:before {
  content: '';
  background: #ff8c19;
}

.radio.checked input[type=radio]+label:after,.radio:not(.disabled):hover input[type=radio]+label:after {
  background: #ff8c19;
  border: solid 3px #fff;
}

.radio.checked input[type=radio]:checked+label:before,.radio:not(.disabled):hover input[type=radio]:checked+label:before {
  content: '';
  background: #2c4b94;
}

.radio.checked input[type=radio]:checked+label:after,.radio:not(.disabled):hover input[type=radio]:checked+label:after {
  content: '';
  background: #fff;
}

.radio.disabled label {
  color: #ccc;
}

.radio.disabled input[type=radio]:checked+label:before {
  content: '';
  background: #ccc;
}

.radio.disabled input[type=radio]:checked+label:after {
  background: #ccc;
  border: solid 3px #fff;
}

.radio label {
  position: relative;
  padding-left: 0;
}

.radio label .check {
  margin-right: 10px;
  padding: 0;
}

.radio label .check:before {
  top: 3px;
}

.radio label.check:before {
  display: inline-block;
  position: relative;
  font-family: 'Glyphicons Halflings';
  color: #fff;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  padding: 0;
  left: 0;
}

.radio input[type=radio]+label {
  padding-left: 20px;
  margin-right: 5px;
  float: left;
}

.radio input[type=radio]+label:before {
  content: '';
  display: inline-block;
  background: #2c4b94;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  padding: 2px 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.radio input[type=radio]+label:after {
  content: '';
  display: inline-block;
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.radio input[type=radio]:checked+label:before {
  content: '';
  background: #2c4b94;
}

.radio input[type=radio]:checked+label:after {
  background: #2c4b94;
  border: solid 3px #fff;
}

h1 {
  font-family: Volkhov;
  font-weight: 700;
  font-size: 32px;
}

@media screen and (min-width:480px) {
  h1 {
    font-size: 32px;
  }
}

@media screen and (min-width:768px) {
  h1 {
    font-size: 44px;
  }
}

@media screen and (min-width:992px) {
  h1 {
    font-size: 76px;
  }
}

h2 {
  font-family: Volkhov;
  font-weight: 400;
  color: #2c4b94;
  font-size: 28px;
}

@media screen and (min-width:480px) {
  h2 {
    font-size: 28px;
  }
}

@media screen and (min-width:768px) {
  h2 {
    font-size: 32px;
  }
}

@media screen and (min-width:992px) {
  h2 {
    font-size: 44px;
  }
}

h3 {
  font-family: Volkhov;
  color: #2c4b94;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width:480px) {
  h3 {
    font-weight: 400;
    font-size: 24px;
  }
}

@media screen and (min-width:768px) {
  h3 {
    font-size: 26px;
  }
}

@media screen and (min-width:992px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-family: Volkhov;
  color: #900;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width:480px) {
  h4 {
    font-size: 20px;
    font-weight: 400;
  }
}

@media screen and (min-width:768px) {
  h4 {
    font-size: 20px;
  }
}

@media screen and (min-width:992px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 18px;
  font-family: Volkhov;
  font-weight: 400;
  color: #900;
}

p {
  font-size: 16px;
  font-family: Raleway;
  color: #666;
}

q {
  color: #2c4b94;
  width: 90%;
  font-family: Volkhov;
  display: block;
  margin: 15px auto;
  font-size: 20px;
}

q.blue {
  color: #2c4b94;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
  color: inherit;
  text-decoration: none;
}

hr {
  border-top: solid 1px #c8c6c6;
  border-bottom: solid 1px #c8c6c6;
  padding-bottom: 3px;
}

.list-title {
  color: #2c4b94;
}

.sidebar h3,.underline {
  padding-bottom: 3px;
  border-bottom: solid 1px #c8c6c6;
  text-decoration: none;
}

.sidebar h3:after,.underline:after {
  content: '';
  height: 1px;
  background: #c8c6c6;
  width: 100%;
  display: block;
  margin-top: 10px;
}

#searchBox .close {
  font-size: 50px;
  display: block;
  float: inherit!important;
  margin: 0 auto;
}

#searchBox .modal-dialog {
  background: 0 0;
  width: 100%;
  margin: 0;
}

#searchBox .modal-dialog .modal-header {
  border: 0;
  padding: 0;
  text-align: center;
}

#searchBox .modal-dialog .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.search-form {
  position: relative;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

.search-form input {
  width: 100%;
  max-width: 490px;
  padding: 10px;
  height: 36px;
  border: 0;
  border-bottom: solid 1px #e0e0e0;
  background: 0 0;
  outline: 0!important;
}

.search-form input+label {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
  display: block;
  padding: 8px 10px;
  z-index: -1;
}

.search-form input+label+span {
  position: relative;
  display: block;
  width: 100%;
}

.search-form input+label+span:after,.search-form input+label+span:before {
  background: #222;
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

.search-form input+label+span:before {
  left: 50%;
}

.search-form input+label+span:after {
  right: 50%;
}

.search-form input.not_empty+label,.search-form input:focus+label {
  -webkit-transform: translateY(-22px);
  -ms-transform: translateY(-22px);
  transform: translateY(-22px);
}

.search-form input.not_empty+label+span:after,.search-form input.not_empty+label+span:before,.search-form input:focus+label+span:after,.search-form input:focus+label+span:before {
  width: 50%;
}

.search-form input.not_empty+label+span+button,.search-form input:focus+label+span+button {
  content: 'xD';
}

.search-form button:not(.close) {
  position: absolute;
  bottom: 0;
  right: 0;
  background: 0 0;
  border: 0;
  padding: 8px 10px;
  outline: 0!important;
}

#ych-menu {
  display: block;
  background: #2c4b94;
  height: 100vh!important;
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  -webkit-transform: translateX(280px);
  -ms-transform: translateX(280px);
  transform: translateX(280px);
  padding: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
}

#ych-menu .header-menu {
  height: 55px;
  background: #f7f7f7;
  padding: 0 15px;
}

#ych-menu .header-menu .navbar-toggle {
  margin-bottom: 7px;
}

#ych-menu .navbar-nav {
  margin: 0;
  display: block;
  width: 100%;
}

#ych-menu .navbar-nav >li {
  padding: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  position: relative;
}

#ych-menu .navbar-nav >li.open .dropdown-toggle .caret {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
}

#ych-menu .navbar-nav >li.open >a {
  background: #162447;
  color: #fff;
}

#ych-menu .navbar-nav >li a {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

#ych-menu .navbar-nav >li a:hover {
  background: #162447;
}

#ych-menu .navbar-nav >li a:hover .caret {
  color: #fff;
}

#ych-menu .navbar-nav .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

#ych-menu .navbar-nav .dropdown-toggle .caret {
  color: #304b8b;
}

.myc-overlay {
  content: '';
  background: rgba(255,255,255,.4);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -15;
  opacity: 0;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.myc-menu #ych-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.myc-menu .myc-overlay {
  z-index: 900;
  opacity: 1;
}

header {
  width: 100%;
}

@media screen and (min-width:992px) {
  header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
  }
}

header .btn.btn-orange {
  font-size: 20px!important;
  margin-top: 20px;
}

@media screen and (min-width:768px) and (max-width:992px) {
  header .btn.btn-orange {
    font-size: 14px!important;
    padding: 3px 10px;
    margin-left: -18px;
  }
}

@media screen and (min-width:992px) {
  header .btn.btn-orange {
    margin-left: 15px;
    margin-top: 0;
  }
}

@media screen and (min-width:1200px) {
  header .btn.btn-orange {
    margin-left: 30px;
    padding: 8px 32px;
  }
}

.close-bar {
  text-align: right;
  background: #162447;
}

.close-bar .navbar-toggle {
  position: relative;
  float: none!important;
  margin: 0!important;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
}

.toolbar {
  text-align: center;
  padding: 10px 0;
}

@media screen and (min-width:768px) {
  .toolbar {
    text-align: right;
    padding: 20px 0 10px;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .toolbar {
    margin-left: -3px;
  }
}

.toolbar form {
  display: inline-block;
  width: 50%;
  position: relative;
}

.toolbar form input {
  width: 100%;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 25px 3px 10px;
}

.toolbar form button {
  position: absolute;
  background: 0 0;
  border: 0;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
}

.toolbar >a {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding-right: 10px;
  border-right: solid 1px #fff;
  text-decoration: none;
}

.navbar-default {
  background: #2c4b94;
  border-radius: 0;
  border: 0;
  margin: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26);
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  border-top: solid 6px #f8f8f8;
}

@media screen and (min-width:992px) {
  .navbar-default {
    background: rgba(44,75,148,.9);
  }
}

.navbar-default .container {
  position: relative;
}

@media screen and (min-width:768px) {
  .navbar-default .container {
    position: initial;
  }

  .navbar-default .navbar-collapse ul >li {
    margin-bottom: 10px!important;
  }
}

@media screen and (min-width:1200px) {
  .navbar-default .navbar-collapse {
    margin-top: 0;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .navbar-default .navbar-collapse {
    padding-right: 0;
  }
}

.navbar-default .navbar-header {
  text-align: center;
}

.navbar-default .navbar-brand {
  width: 100px;
  height: auto;
  float: none;
  display: inline-block;
  outline: 0!important;
  margin-left: 0!important;
}

@media screen and (min-width:768px) {
  .navbar-default .navbar-brand {
    width: 100px;
    padding: 0;
    margin-top: -50%;
  }
}

@media screen and (min-width:992px) {
  .navbar-default .navbar-brand {
    float: left;
    margin-left: -15px!important;
  }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
  .navbar-default .navbar-brand {
    width: 100px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width:1024px) {
  .navbar-default .navbar-brand {
    margin-bottom: 15px;
  }
}

@media screen and (min-width:1200px) {
  .navbar-default .navbar-brand {
    width: 110px;
  }
}

.navbar-default .navbar-brand img {
  width: 100%;
}

.navbar-default .navbar-toggle {
  background: transparent!important;
  float: none;
  position: absolute;
  right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-default .btn {
  text-transform: uppercase;
  font-size: 22px;
  padding: 6px 28px;
}

.navbar-default .navbar-nav >li {
  margin: 0 10px 10px;
  position: relative;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .navbar-default .navbar-nav >li {
    margin: 0 5px 10px!important;
  }
}

.navbar-default .navbar-nav >li:first-child {
  margin-left: 0!important;
}

@media screen and (min-width:768px) and (max-width:992px) {
  .navbar-default .navbar-nav >li:last-child {
    margin-right: 0!important;
  }
}

.navbar-default .navbar-nav >li.menu-item-has-children {
  margin: 0 10px 20px;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .navbar-default .navbar-nav >li.menu-item-has-children {
    margin: 0 8px 20px 5px!important;
  }
}

.navbar-default .navbar-nav >li.menu-item-has-children:hover:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}

.navbar-default .navbar-nav >li.menu-item-has-children >a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  margin-top: -1px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid 9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media screen and (min-width:1024px) and (max-width:1200px) {
  .navbar-default .navbar-nav >li.menu-item-has-children >a:after {
    margin-left: 5px;
  }
}

.navbar-default .navbar-nav >li >a {
  font-family: 'Roboto Condensed';
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0;
  font-size: 18px;
}

@media screen and (min-width:768px) {
  .navbar-default .navbar-nav >li >a {
    font-size: 14px;
  }
}

@media screen and (min-width:992px) {
  .navbar-default .navbar-nav >li >a {
    font-size: 16px;
  }
}

@media screen and (min-width:1200px) {
  .navbar-default .navbar-nav >li >a {
    font-size: 18px;
  }
}

.navbar-default .navbar-nav >li >a.active,.navbar-default .navbar-nav >li >a:focus,.navbar-default .navbar-nav >li >a:hover {
  color: #fff;
}

.navbar-default .navbar-nav >li:hover .sub-menu {
  display: block;
}

.navbar-default .navbar-nav >li .sub-menu {
  position: absolute;
  padding: 20px 0 10px;
  display: none;
  width: 100%;
  background: #fff;
  right: -20px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.26);
  box-shadow: 0 2px 5px rgba(0,0,0,.26);
  text-align: center;
  z-index: 2000;
  min-width: 170px;
}

.navbar-default .navbar-nav >li .sub-menu li {
  display: inline-block;
}

.navbar-default .navbar-nav >li .sub-menu li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Roboto,sans-serif;
  font-weight: 400;
  position: relative;
  padding: 5px 0;
}

.navbar-default .navbar-nav >li .sub-menu li a:hover {
  color: #000;
}

.navbar-default .nav-search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width:992px) {
  .navbar-default .nav-search-wrapper {
    float: right!important;
    position: relative;
  }
}

.navbar-default .nav-search-wrapper button {
  background: 0 0;
  padding: 15px 20px;
  border: 0;
  color: #fff;
  outline: 0!important;
}

.front-slider .carousel-control {
  width: 10%;
}

.front-slider .glyphicon-chevron-left {
  background: url(../img/arrow.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.front-slider .glyphicon-chevron-left:before {
  content: '';
}

.front-slider .glyphicon-chevron-right {
  background: url(../img/arrow.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
}

.front-slider .glyphicon-chevron-right:before {
  content: '';
}

.front-slider .carousel-inner {
  height: 400px;
}

@media screen and (min-width:768px) {
  .front-slider .carousel-inner {
    height: 600px;
  }
}

@media screen and (min-width:992px) {
  .front-slider .carousel-inner {
    height: 100vh;
    min-height: 669px;
  }
}

.front-slider .item {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
}

@media screen and (min-width:992px) {
  .front-slider .item {
    padding-top: 100px;
  }
}

@media screen and (min-width:1200px) {
  .front-slider .item {
    padding-top: 50px;
  }
}

.front-slider .item .outer {
  height: 100%;
  width: 100%;
  display: table;
}

.front-slider .item .outer .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.front-slider .item .outer .container {
  display: inline-block;
}

.front-slider .item .outer .container h1,.front-slider .item .outer .container h2,.front-slider .item .outer .container h3,.front-slider .item .outer .container h4,.front-slider .item .outer .container h5,.front-slider .item .outer .container h6,.front-slider .item .outer .container p {
  color: #fff;
}

.front-slider .item .outer .container h1 {
  margin-bottom: 40px;
  font-size: 24px;
}

@media screen and (min-width:480px) {
  .front-slider .item .outer .container h1 {
    font-size: 36px;
  }
}

@media screen and (min-width:768px) {
  .front-slider .item .outer .container h1 {
    font-size: 48px;
  }
}

@media screen and (min-width:992px) {
  .front-slider .item .outer .container h1 {
    font-size: 72px;
  }
}

.front-slider .item .outer .container h4 {
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
}

.front-slider .item .outer .container h4:after,.front-slider .item .outer .container h4:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 5%;
  background: #fff;
  margin: 4px 5px 4px 0;
}

.front-slider .item .outer .container h4:after {
  margin: 4px 0 4px 5px;
}

@media screen and (max-width:480px) {
  .front-slider .item .outer .container h4:after,.front-slider .item .outer .container h4:before {
    display: none;
  }
}

@media screen and (min-width:480px) {
  .front-slider .item .outer .container h4 {
    font-size: 20px;
  }

  .front-slider .item .outer .container h4:after,.front-slider .item .outer .container h4:before {
    width: 15%;
    margin: 4px 10px 4px 0;
  }

  .front-slider .item .outer .container h4:after {
    margin: 4px 0 4px 10px;
  }
}

@media screen and (min-width:768px) {
  .front-slider .item .outer .container h4 {
    font-size: 28px;
  }

  .front-slider .item .outer .container h4:after,.front-slider .item .outer .container h4:before {
    width: 20%;
    margin: 4px 10px 4px 0;
  }

  .front-slider .item .outer .container h4:after {
    margin: 4px 0 4px 10px;
  }
}

@media screen and (min-width:992px) {
  .front-slider .item .outer .container h4 {
    font-size: 32px;
  }

  .front-slider .item .outer .container h4:after,.front-slider .item .outer .container h4:before {
    width: 24%;
    margin: 8px 10px 8px 0;
  }

  .front-slider .item .outer .container h4:after {
    margin: 8px 0 8px 10px;
  }
}

.front-slider .item .outer .container p {
  font-size: 16px;
}

@media screen and (min-width:480px) {
  .front-slider .item .outer .container p {
    font-size: 20px;
  }
}

.section-1 {
  padding: 30px 0;
  text-align: center;
  position: relative;
}

@media screen and (min-width:480px) {
  .section-1 {
    padding: 60px 0;
  }
}

@media screen and (min-width:768px) {
  .section-1 {
    text-align: left;
  }
}

.section-1 .col-md-4 p {
  font-size: 16px;
}

@media screen and (max-width:992px) {
  .section-1 .col-md-4 {
    margin-top: 50px;
  }
}

.section-1 strong {
  font-weight: 900;
  color: #2e4d95;
}

.section-1 figure {
  text-align: center;
  margin-bottom: 30px;
}

.section-1 .btn {
  position: absolute;
  right: 50px;
  bottom: -20px;
}

.section-1 h4 {
  margin-bottom: 0;
}

.section-1 h3 {
  margin-top: 10px;
}

.banner-1 {
  text-align: center;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(left,#162447 0,#2d4b94 100%);
  background: -webkit-gradient(linear,top left,top right,from(#162447),to(#2d4b94));
  background: -webkit-linear-gradient(left,#162447 0,#2d4b94 100%);
  background: linear-gradient(to right,#162447 0,#2d4b94 100%);
}

.banner-1 figure {
  position: absolute;
}

.banner-1 figure.paver-1 {
  top: -30px;
  left: -30px;
}

@media screen and (min-width:992px) {
  .banner-1 figure.paver-1 {
    top: -4px;
    left: -30px;
  }
}

@media screen and (min-width:1200px) {
  .banner-1 figure.paver-1 {
    left: 150px;
  }
}

.banner-1 figure.paver-2 {
  left: -91px;
}

@media screen and (min-width:992px) {
  .banner-1 figure.paver-2 {
    left: 43px;
    top: -10px;
  }
}

@media screen and (min-width:1200px) {
  .banner-1 figure.paver-2 {
    left: 284px;
    top: -10px;
  }
}

.banner-1 figure.paver-3 {
  top: 0;
  left: 300px;
}

@media screen and (min-width:992px) {
  .banner-1 figure.paver-3 {
    top: 0;
    left: 300px;
  }
}

@media screen and (min-width:1200px) {
  .banner-1 figure.paver-3 {
    top: -16px;
    left: 600px;
  }
}

.banner-1 figure.paver-4 {
  top: 0;
  left: 100px;
}

@media screen and (min-width:992px) {
  .banner-1 figure.paver-4 {
    top: 0;
    left: 376px;
  }
}

@media screen and (min-width:1200px) {
  .banner-1 figure.paver-4 {
    top: -10px;
    left: 670px;
  }
}

.banner-1 figure.paver-5 {
  top: 0;
  right: -100px;
}

@media screen and (min-width:992px) {
  .banner-1 figure.paver-5 {
    top: 0;
    right: -127px;
  }
}

@media screen and (min-width:1200px) {
  .banner-1 figure.paver-5 {
    right: 700px;
    top: -65px;
  }
}

.banner-1 figure.paver-6 {
  bottom: -44px;
  left: -64px;
}

@media screen and (min-width:768px) {
  .banner-1 figure.paver-6 {
    left: 94px;
  }
}

@media screen and (min-width:992px) {
  .banner-1 figure.paver-6 {
    bottom: -73px;
    left: 524px;
  }
}

@media screen and (min-width:1200px) {
  .banner-1 figure.paver-6 {
    right: 429px;
    bottom: -90px;
  }
}

.banner-1 figure.paver-7 {
  right: -63px;
  bottom: 0;
}

@media screen and (min-width:768px) {
  .banner-1 figure.paver-7 {
    bottom: -29px;
  }
}

@media screen and (min-width:992px) {
  .banner-1 figure.paver-7 {
    right: 100px;
    bottom: -39px;
  }
}

@media screen and (min-width:1200px) {
  .banner-1 figure.paver-7 {
    right: 274px;
    bottom: 7px;
  }
}

.banner-1 figure.paver-8 {
  display: none;
}

@media screen and (min-width:992px) {
  .banner-1 figure.paver-8 {
    display: block;
    top: -40px;
    right: 282px;
  }
}

@media screen and (min-width:1200px) {
  .banner-1 figure.paver-8 {
    right: 100px;
  }
}

.banner-1 h2 {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 28px;
  line-height: 35px;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 5px 0 0;
}

.banner-1 h2 span {
  font-size: 35px;
  display: inline-block;
  margin-left: 10px;
}

.jumbo {
  padding: 45px 0 90px;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}

.jumbo h2,.jumbo h3,.jumbo h4 {
  color: #fff;
}

.jumbo h3 {
  margin-top: 0;
}

.jumbo iframe {
  max-width: 100%;
  height: 150px;
  margin-bottom: 40px;
}

@media screen and (min-width:480px) {
  .jumbo iframe {
    height: 400px;
  }
}

@media screen and (max-width:480px) {
  .jumbo .btn {
    max-width: 100%;
    padding: 5px 15px;
  }
}

.banner-2 {
  background: #162447;
  color: #fff;
}

.banner-2 .container {
  -webkit-background-size: auto 100%!important;
  background-size: auto 100%!important;
  background-repeat: no-repeat!important;
  background-position: right!important;
  padding: 30px 15px 40px;
}

.banner-2 h4 {
  color: #fff;
}

.banner-2 p {
  color: #fff;
  margin-bottom: 20px;
}

.map-wrapper {
  background: #0a101e;
}

.map-wrapper .container {
  position: relative;
}

.map-wrapper .map-info {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

@media screen and (min-width:992px) {
  .map-wrapper .map-info {
    padding: 40px 80px;
    background: rgba(0,0,0,.8);
    position: absolute;
    top: 90px;
    left: -30px;
    z-index: 20;
    text-align: left;
    max-width: 50%;
  }

  .map-wrapper .map-info:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid rgba(0,0,0,.8);
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.map-wrapper .map-info hr {
  border-color: #566fa9;
}

.map-wrapper .map-info h4 {
  color: #fff;
  text-align: center;
}

.map-wrapper .map-info p {
  color: #fff;
}

.map-wrapper .map-info .btn {
  margin-top: 30px;
  padding: 5px 40px;
}

.map-wrapper .map-info .map-footer-info {
  text-align: center;
}

.map-wrapper .map-info >div {
  overflow: auto;
}

.map-wrapper .map-info >div:first-of-type {
  margin: 20px 0;
}

.map-wrapper .map-info >div img {
  float: left;
}

.map-wrapper .map-info >div >div:not(.map-footer-info) {
  float: left;
  margin-left: 20px;
  font-family: Raleway;
  padding: 5px 0;
}

@media screen and (max-width:480px) {
  .map-wrapper .map-info >div >div:not(.map-footer-info) {
    width: 70%;
  }
}

.map-wrapper .map-info >div >div:not(.map-footer-info) span {
  display: block;
  text-align: left!important;
}

#map {
  height: 300px;
}

@media screen and (min-width:768px) {
  #map {
    height: 400px;
  }
}

@media screen and (min-width:992px) {
  #map {
    height: 600px;
  }
}

.news {
  padding: 30px 0 0;
}

@media screen and (min-width:480px) {
  .news {
    padding: 80px 0 0;
  }
}

.news.no-front {
  padding: 40px 0 0;
}

.news hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width:480px) {
  .news hr {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.news h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

@media screen and (min-width:480px) {
  .news h3 {
    margin-bottom: 10px;
  }
}

.news h4 {
  margin-bottom: 5px;
  font-size: 24px;
}

.news .new {
  margin-bottom: 20px;
}

.news .new h5 {
  font-size: 12px;
  font-family: Raleway;
  color: #ccc;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 16px;
}

.news .new h5 span {
  font-size: 16px;
  color: #2c4b94;
  font-weight: 700;
}

.news .new p {
  font-size: 15px;
  font-family: Raleway;
}

.news .new a {
  color: #2c4b94;
  font-weight: 700;
  font-family: Raleway;
  text-decoration: none;
}

.news .new a:hover {
  color: #2c4b94;
}

.news .new .col-sm-2 {
  text-align: center;
}

.news .small-banner {
  display: block;
  margin: 20px 0;
}

.news .bottom-gallery {
  padding: 20px 0 0;
}

@media (min-width:768px) {
  .news .bottom-gallery {
    padding: 90px 0 70px;
  }
}

.news .bottom-gallery img {
  margin-bottom: 20px;
}

.pagination {
  margin: 0 0 20px;
  display: block;
  position: relative;
}

@media (max-width:480px) {
  .pagination {
    text-align: center;
  }
}

.pagination .page-numbers {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: Raleway;
  font-weight: 700;
  color: #959393;
  border: solid 1px #ccc;
  text-decoration: none;
  margin: 0 7px;
}

@media (max-width:480px) {
  .pagination .page-numbers {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 5px 4px;
  }
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers:first-child {
  margin-left: 0;
}

.pagination .page-numbers.current,.pagination .page-numbers:hover {
  background: #ccc;
  color: #fff;
}

.pagination .page-numbers.next,.pagination .page-numbers.prev {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 16px;
  background: #2c4b94;
  border-bottom: solid 3px #284385;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
}

.pagination .page-numbers.next.next,.pagination .page-numbers.prev.next {
  position: absolute;
  right: 15px;
}

@media (max-width:480px) {
  .pagination .page-numbers.next,.pagination .page-numbers.prev {
    width: 100%;
    position: relative!important;
    right: auto!important;
    margin: 5px 0!important;
  }
}

.pagination .page-numbers.next:focus,.pagination .page-numbers.next:hover,.pagination .page-numbers.prev:focus,.pagination .page-numbers.prev:hover {
  color: #fff;
}

.sidebar {
  padding-bottom: 40px;
  margin-top: 56px;
}

@media (max-width:768px) {
  .sidebar {
    margin-top: 40px;
    padding-top: 20px;
    border-top: solid 1px #ccc;
  }
}

.sidebar img:not(.ajax-loader) {
  width: 100%;
}

@media (min-width:540px) {
  .sidebar img:not(.ajax-loader) {
    width: 70%;
  }
}

@media (min-width:768px) {
  .sidebar img:not(.ajax-loader) {
    width: 50%;
  }
}

@media (min-width:992px) {
  .sidebar img:not(.ajax-loader) {
    width: 100%;
  }
}

.sidebar .textwidget a {
  display: block;
  text-align: center;
}

@media (min-width:992px) {
  .sidebar .textwidget a {
    text-align: left;
  }
}

.sidebar .side-banner {
  padding: 100px 30px 15px;
}

.sidebar .btn {
  text-transform: uppercase;
  font-size: 22px;
  padding: 6px 28px;
  width: 100%;
}

.sidebar h3 {
  font-size: 20px;
}

.sidebar ol,.sidebar ul {
  padding: 0;
  margin-bottom: 50px;
}

.sidebar ol li,.sidebar ul li {
  position: relative;
  list-style: none;
  font-family: Raleway;
  -webkit-transition: 0s all ease!important;
  transition: 0s all ease!important;
  font-size: 16px;
}

.sidebar ol li:before,.sidebar ul li:before {
  content: "»";
  color: #333;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}

.sidebar ol li:hover:before,.sidebar ul li:hover:before {
  color: #2c4b94;
  font-weight: 700;
}

.sidebar ol li a,.sidebar ul li a {
  color: #333;
  font-family: Raleway;
  text-decoration: none;
  -webkit-transition: 0s all ease!important;
  transition: 0s all ease!important;
}

.sidebar ol li a:hover,.sidebar ul li a:hover {
  color: #2c4b94;
  font-weight: 700;
}

.loop .type-post {
  margin-bottom: 10px;
  padding-top: 10px;
}

@media screen and (min-width:480px) {
  .loop .type-post {
    margin-bottom: 30px;
  }
}

.loop .type-post:last-of-type {
  margin-bottom: 40px;
}

.loop .type-post figure {
  text-align: center;
}

@media screen and (min-width:480px) {
  .loop .type-post figure {
    text-align: left;
  }
}

.loop .type-post h4 {
  margin-bottom: 5px;
}

.loop .type-post h4 a {
  color: #2c4b94;
  text-decoration: none;
}

.loop .type-post h4 a:hover {
  color: #2c4b94;
}

.loop .type-post h5 {
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #959393;
}

.loop .type-post p {
  font-size: 16px;
  font-family: Raleway;
  font-weight: 400;
}

.loop .type-post p a,.loop .type-post p a:hover {
  color: #2c4b94;
}

.gallery .item {
  margin-bottom: 30px;
  position: relative;
  height: 220px;
}

@media only screen and (min-width:480px) {
  .gallery .item {
    height: 320px;
  }
}

@media only screen and (min-width:768px) {
  .gallery .item {
    height: 280px;
  }
}

.gallery .item a {
  display: block;
  height: 100%;
}

.gallery .item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery .item iframe {
  max-width: 100%;
  height: 220px;
}

@media only screen and (min-width:480px) {
  .gallery .item iframe {
    height: 320px;
  }
}

@media only screen and (min-width:768px) {
  .gallery .item iframe {
    height: 280px;
  }
}

.single .date {
  font-family: Raleway;
  font-weight: 700;
  font-size: 14px;
}

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

.related-posts .post figure {
  position: relative;
}

.related-posts .post figurefirst-child:after {
  content: 'Most Recent';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  background: #2c4b94;
  color: #fff;
  font-size: 14px;
  font-family: Volkhov;
  font-weight: 700;
  padding: 5px;
}

.related-posts .post figure:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 25px #ccc;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
  -webkit-transform: rotate(-45deg) translateX(8px) translateY(15px);
  -ms-transform: rotate(-45deg) translateX(8px) translateY(15px);
  transform: rotate(-45deg) translateX(8px) translateY(15px);
}

.related-posts .post h4 {
  color: #2c4b94;
}

.related-posts .post h5 {
  font-size: 14px;
  font-family: Raleway;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 5px;
}

.contributor {
  font-size: 16px;
  font-family: Volkhov;
  font-weight: 400;
  padding: 10px;
}

.contributor:first-of-type {
  margin-top: 30px;
}

.contributor:nth-child(even) {
  background: #f2f2f2;
}

.contributor .name {
  color: #2c4b94;
}

.contributor .title {
  color: #ad3333;
}

.list-of-contributors div:last-child .contributor:first-of-type {
  margin-top: 0;
}

.list-of-contributors div:last-child .contributor:nth-child(odd) {
  background: #f2f2f2;
}

.list-of-contributors div:last-child .contributor:nth-child(even) {
  background: #fff;
}

.video-image-desc figure {
  margin-top: 30px;
}

@media screen and (min-width:480px) {
  .video-image-desc figure {
    margin-top: 40px;
  }
}

.video-image-desc .image-image {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width:480px) {
  .video-image-desc .image-image {
    margin-bottom: 0;
  }
}

.video-image-desc .image-image:after {
  content: 'Image Gallery';
  position: absolute;
  height: 2em;
  padding: .25em 0;
  width: 8.5em;
  text-align: center;
  background: #2c4b94;
  border-bottom: solid 3px #233c76;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
}

.video-image-desc .video-image {
  position: relative;
}

.video-image-desc .video-image:after {
  content: 'Video Gallery';
  position: absolute;
  height: 2em;
  padding: .25em 0;
  width: 8.5em;
  text-align: center;
  background: #2c4b94;
  border-bottom: solid 3px #233c76;
  margin: auto;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 4px;
}

@media (max-width:768px) {
  .directors {
    text-align: center;
  }
}

.directors .director {
  margin-bottom: 30px;
}

.directors .director h4 {
  color: #2c4b94;
  font-size: 24px;
}

.directors .director h3 {
  font-size: 16px;
}

.directors .director img {
  width: 100%;
  max-width: 320px;
}

@media (min-width:540px) {
  .directors .director img {
    width: 50%;
    max-width: auto;
  }
}

@media (min-width:768px) {
  .directors .director img {
    width: 100%;
  }
}

@media (min-width:1200px) {
  .directors .director img {
        min-height: 330px;
  }
}

@media (min-width:768px) and (max-width:1199px) {
  .directors .director img {
        min-height: 215px; 
  }
}

@media (max-width:767px) {
  .directors .director img {
        min-height: 300px; 
  }
}

.content img {
  height: auto;
}

.content ul {
  list-style-type: disc;
}

.content ul.checklist {
  list-style: none;
  padding: 0;
}

.content ul.checklist li {
  position: relative;
  font-size: 16px;
  font-family: Raleway;
}

.content ul.checklist li:before {
  content: "\e006";
  display: inline-block;
  position: relative;
  font-family: 'Glyphicons Halflings';
  color: #2c4b94;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
  padding: 0 10px 0 0;
  left: 0;
}

.content ul.linklist {
  padding: 0;
  margin-bottom: 50px;
}

.content ul.linklist li {
  position: relative;
  list-style: none;
  font-family: Raleway;
  -webkit-transition: 0s all ease!important;
  transition: 0s all ease!important;
  font-size: 16px;
  color: #2c4b94;
}

.content ul.linklist li:before {
  content: "»";
  font-family: Raleway;
  font-size: 22px;
  line-height: 16px;
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
}

.content ul.linklist li:hover {
  color: #2c4b94;
}

.content ul.linklist li a {
  color: #333;
  font-family: Raleway;
  text-decoration: underline;
  -webkit-transition: 0s all ease!important;
  transition: 0s all ease!important;
}

.content ul.linklist li a:hover {
  color: #2c4b94;
}

.content ul li {
  padding: 5px 0;
}

.content ol,.content ul {
  color: #333;
}

.content ol li h5,.content ul li h5 {
  margin: 0;
  font-family: Raleway!important;
  color: #333;
}

.content ol >li,.content ul >li {
  font-size: 20px;
}

.content ol >li p,.content ul >li p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.content ol >li >ul >li,.content ol >li ol >li,.content ul >li >ul >li,.content ul >li ol >li {
  font-size: 16px;
  padding: 4px 0;
}

.content ol >li >ul >li >h5,.content ol >li ol >li >h5,.content ul >li >ul >li >h5,.content ul >li ol >li >h5 {
  font-size: 16px;
}

.content ol >li >ul >li >p,.content ol >li ol >li >p,.content ul >li >ul >li >p,.content ul >li ol >li >p {
  font-weight: 400;
}

.content ol >li >ul >li >ul >li,.content ol >li >ul >li ol >li,.content ol >li ol >li >ul >li,.content ol >li ol >li ol >li,.content ul >li >ul >li >ul >li,.content ul >li >ul >li ol >li,.content ul >li ol >li >ul >li,.content ul >li ol >li ol >li {
  font-size: 14px;
  padding: 2px 0;
}

.content ol >li >ul >li >ul >li >h5,.content ol >li >ul >li >ul >li >p,.content ol >li >ul >li ol >li >h5,.content ol >li >ul >li ol >li >p,.content ol >li ol >li >ul >li >h5,.content ol >li ol >li >ul >li >p,.content ol >li ol >li ol >li >h5,.content ol >li ol >li ol >li >p,.content ul >li >ul >li >ul >li >h5,.content ul >li >ul >li >ul >li >p,.content ul >li >ul >li ol >li >h5,.content ul >li >ul >li ol >li >p,.content ul >li ol >li >ul >li >h5,.content ul >li ol >li >ul >li >p,.content ul >li ol >li ol >li >h5,.content ul >li ol >li ol >li >p {
  font-size: 14px;
}

.content ol >li >ul >li >ul >li >p,.content ol >li >ul >li ol >li >p,.content ol >li ol >li >ul >li >p,.content ol >li ol >li ol >li >p,.content ul >li >ul >li >ul >li >p,.content ul >li >ul >li ol >li >p,.content ul >li ol >li >ul >li >p,.content ul >li ol >li ol >li >p {
  font-weight: 400;
}

#press-bar {
  background: #2d4b94;
  color: #fff;
  padding: 25px 0 20px;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (min-width:480px) {
  #press-bar {
    margin-top: 50px;
  }
}

@media only screen and (min-width:992px) {
  #press-bar {
    text-align: left;
  }
}

#press-bar h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
}

@media only screen and (min-width:992px) {
  #press-bar h3 {
    padding: 15px 0;
    margin: 0 20px 0 0;
    float: left;
  }
}

#press-bar .social {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width:992px) {
  #press-bar .social {
    float: left;
    padding: 15px 0;
  }
}

@media screen and (min-width:1200px) {
  #press-bar .social {
    padding: 0;
  }
}

#press-bar .social li {
  list-style: none;
  display: inline-block;
}

#press-bar .social li a {
  display: block;
  height: 25px;
  width: 25px;
  background: #fff;
  position: relative;
  border-radius: 50%;
}

@media screen and (min-width:1200px) {
  #press-bar .social li a {
    margin-left: 15px;
    height: 50px;
    width: 50px;
  }
}

#press-bar .social li a i {
  position: absolute;
  margin: auto;
  color: #2d4b94;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
  height: 18px;
}

@media screen and (min-width:1200px) {
  #press-bar .social li a i {
    font-size: 28px;
    height: 28px;
  }
}

#press-bar .btn {
  text-transform: uppercase;
  font-size: 22px;
  padding: 6px 28px;
}

@media screen and (min-width:992px) {
  #press-bar .btn {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    margin-left: -20px;
  }
}

.banner {
  margin-bottom: 20px;
}

@media screen and (min-width:480px) {
  .banner {
    /*
	height: 200px;
    margin-bottom: 50px;
	*/
  }
}

@media screen and (min-width:768px) {
  .banner {
    /*
	height: 240px;
	*/
  }
}

@media screen and (min-width:992px) {
  .banner {
    /*
	height: 485px;
	*/
    padding-top: 140px;
  }
}

.banner .overlay {
  /*background: rgba(0,0,0,0.4);*/
  width: 100%;
  height: 100%;
  position: relative;
}

.banner h1 {
  /*color: #fff;*/
  color:#2C4B94;
  padding: 20px 0 30px;
}

@media screen and (min-width:480px) {
  .banner h1 {
	/*
    position: absolute;
    bottom: 50px;
    height: 72px;
	*/
  }
}

.h1_extra {
  color: #2C4B94;
  padding: 20px 0 30px;
}

@media screen and (min-width:768px) {
  .banner h1 {
    /*bottom: 80px;*/
  }
}

@media screen and (min-width:992px) {
  .banner h1 {
    top: 0;
    /*bottom: 30px;*/
    margin: auto 0;
  }
}

.cfc {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (min-width:768px) {
  .cfc {
    text-align: right;
  }
}

#lightBox .modal-dialog {
  width: auto;
  text-align: center;
}

#lightBox .modal-content {
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#lightBox .modal-header {
  border: 0!important;
}

#lightBox .modal-body iframe {
  max-width: 100%;
}

#lightBox .close {
  font-size: 40px;
  position: absolute;
  top: 0;
  right: 15px;
}

.visit-us {
  display: block;
}

@media screen and (min-width:1200px) {
  .visit-us {
    margin-left: -20px;
  }
}

.visit-us img {
  padding: 5px 0 0;
}

.pre-footer-menu {
  padding: 25px 0 80px;
  background: #233c75;
}

@media screen and (min-width:1200) {
  .pre-footer-menu {
    padding: 25px 0;
  }
}

.pre-footer-menu .container {
  position: relative;
}

.pre-footer-menu .footer-menu {
  margin: 0;
  padding: 0;
}

.pre-footer-menu .footer-menu >li {
  display: block;
  list-style: none;
  padding: 0 15px;
}

@media screen and (min-width:992px) {
  .pre-footer-menu .footer-menu >li {
    float: left;
    width: 33.333%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:1200px) {
  .pre-footer-menu .footer-menu >li {
    margin-bottom: 0;
    padding: 0 5px;
    width: 16.66%;
  }
}

.pre-footer-menu .footer-menu >li >a {
  color: #fff;
  font-size: 17px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  display: block;
  padding-bottom: 3px;
  border-bottom: solid 1px #566fa8;
  text-decoration: none;
}

.pre-footer-menu .footer-menu >li >a:after {
  content: '';
  height: 1px;
  background: #566fa8;
  width: 100%;
  display: block;
  margin-top: 5px;
}

.pre-footer-menu .footer-menu >li ul {
  margin: 0;
  padding: 0;
}

.pre-footer-menu .footer-menu >li ul li {
  list-style: none;
  margin-top: 8px;
}

.pre-footer-menu .footer-menu >li ul li:before {
  content: '»';
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

.pre-footer-menu .footer-menu >li ul li a {
  font-family: Raleway;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
}

footer {
  background: #162447;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-family: Roboto,sans-serif;
}

footer p {
  color: #fff;
  margin: 0;
}

footer a {
  color: #fff!important;
  text-decoration: none!important;
}

footer .container {
  position: relative;
}

footer .container .authorize {
  margin-bottom: 20px;
}

@media screen and (min-width:1024px) {
  footer .container .authorize {
    position: absolute;
    right: 15px;
    top: -75px;
  }
}

footer .container .authorize a {
  font-family: Raleway;
  font-size: 12px;
  padding: 0 10px;
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (min-width:1024px) {
  footer .container .authorize a {
    opacity: .4;
  }
}

footer .container .authorize a:hover {
  color: #fff;
  text-decoration: none;
}

footer .container .authorize a:first-child {
  border-right: solid 1px #fff;
}

#imHigh {
  outline: 0!important;
  position: fixed;
  right: 0;
  background: transparent!important;
  color: #ccc;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px 12px;
  font-size: 20px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  z-index: 10000;
  bottom: 80px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media only screen and (min-width:768px) {
  #imHigh {
    bottom: 80px;
  }
}

#imHigh.visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: .6;
}

#imHigh.blue .circle {
  background-color: #2d4b94;
}

#imHigh .circle {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px #ccc;
  margin: 0 auto 10px;
  background: rgba(255,255,255,.8) url(../img/arrows.png) center center no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
}

@media only screen and (min-width:480px) {
  #imHigh .circle {
    width: 60px;
    height: 60px;
  }
}

.wpcf7 p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 12px;
  color: #666;
}

.wpcf7 label {
  font-weight: 700;
  font-family: Raleway;
  font-size: 14px;
  color: #566fa9;
}

.wpcf7 .btn {
  padding: 15px;
  width: 100%;
}

@media only screen and (max-width:768px) {
  .wpcf7 .btn {
    max-width: 320px;
  }
}

.wpcf7 .form-footer {
  margin-top: 20px;
}

.paver-item p,.wpcf7 .form-footer p:last-of-type {
  margin-bottom: 20px;
}

.paver-item input:first-of-type {
  margin-top: 20px;
}

.paver-item figure {
  text-align: center;
  position: relative;
}

.paver-item figure img {
  margin: 20px 0;
  width: 300px;
}

.paver-item figure .overlay {
  width: 300px;
  display: block;
  height: 149px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 40px;
  color: #513a3b;
  font-weight: 700;
  font-size: 16px;
  opacity: .8;
  font-family: Volkhov;
}

.paver-item textarea {
  height: 150px;
  margin-top: 15px;
}

.paver-item .buttons {
  text-align: center;
}

.paver-item .btn {
  width: 100%;
  max-width: 320px;
}

#paver_honor_of lable {
	padding-bottom: 20px;
}

.cart-wrapp p {
  margin-top: 20px;
}

.cart-wrapp .total-table {
  margin-bottom: 10px;
}

.cart-wrapp .btn {
  width: 100%;
  padding: 15px;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.total-table span {
  font-weight: 700;
  font-size: 16px;
}

.hide-on-mobile {
  display: block!important;
}

@media only screen and (max-width:480px) {
  .hide-on-mobile {
    display: none!important;
  }
}

.show-on-mobile {
  display: none!important;
}

@media only screen and (max-width:480px) {
  .show-on-mobile {
    display: block!important;
  }
}

.directors .director {
  min-height: 430px;
}
