/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'Helios';
  src: url('../fonts/he_.eot');
  src: url('../fonts/he_.eot?#iefix') format('embedded-opentype'),
  url('../fonts/he_.woff') format('woff'),
  url('../fonts/he_.ttf') format('truetype'),
  url('../fonts/he_.svg#Helios') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helios';
  src: url('../fonts/he_b.eot');
  src: url('../fonts/he_b.eot?#iefix') format('embedded-opentype'),
  url('../fonts/he_b.woff') format('woff'),
  url('../fonts/he_b.ttf') format('truetype'),
  url('../fonts/he_b.svg#Helios') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'HeliosCond';
  src: url('../fonts/he_cn.eot');
  src: url('../fonts/he_cn.eot?#iefix') format('embedded-opentype'),
  url('../fonts/he_cn.woff') format('woff'),
  url('../fonts/he_cn.ttf') format('truetype'),
  url('../fonts/he_cn.svg#HeliosCond') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HeliosCond';
  src: url('../fonts/he_cn_b.eot');
  src: url('../fonts/he_cn_b.eot?#iefix') format('embedded-opentype'),
  url('../fonts/he_cn_b.woff') format('woff'),
  url('../fonts/he_cn_b.ttf') format('truetype'),
  url('../fonts/he_cn_b.svg#HeliosCond') format('svg');
  font-weight: bold;
  font-style: normal;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: Helios, Helvetica, Arial, sans-serif;
  min-width: 280px;
  overflow-x: hidden;
}
footer {
  background: #3c3c3c;
  color: #fff;
  width: 100%;
}
footer .container {
  padding-top: 35px;
  padding-bottom: 35px;
}
footer .form-search, footer .counter {
	padding-left: 10px;
}

@media (max-width: 699px) {
  .container {
    max-width: 669px;
  }
}

/*При ширине больше 1040px футер прибивается к низу страницы вне зависимости от высоты контента*/
@media (min-width: 1040px) {
  body {
  	margin-bottom: 380px;
    /* margin-bottom: 330px; */
  }
  footer {
    position: absolute;
    bottom: 0;
    min-height: 300px;
  }
  footer > .container {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}


/* Custom page CSS
-------------------------------------------------- */
h1, .h1, h2, .h2 {
  margin: 20px 0;
}
h1, .h1, h2, .h2, h3, .h3 {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #760a0b;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 699px) {
  h2, .h2 {
    font-size: 24px;
  }
}
p {
  margin: 10px 0;
}
label {
  font-weight: normal;
}
ul,
ol {
  padding-left: 25px;
}
section {
  padding-bottom: 1px;
}
a {
  color: #3c3c3c;
  text-decoration: none;
}
.none-decoration,
.none-decoration:hover,
.none-decoration:focus,
.none-decoration:active {
  text-decoration: none;
}
.dotted {
  border-bottom: 1px dotted #3c3c3c;
  text-decoration: none;
}
.dotted:hover,
.dotted:focus,
.dotted:active {
  border-bottom: 1px dotted #23527c;
  color: #23527c;
  text-decoration: none;
}
.none-decoration:hover .dotted,
.none-decoration:focus .dotted,
.none-decoration:active .dotted {
  border-bottom: 1px dotted #23527c;
  color: #23527c;
  text-decoration: none;
}
.img-responsive {
  margin: 15px 0;
}
.photo-large {
  margin: 20px 0 30px;
}
.pluso {
  margin: 20px 0;
}
.col-sm-8 a {
  color: #760a0b;
  text-decoration: underline;
}


/* Header
-------------------------------------------------- */
header {
  background: #faf5f5;
}
.header-logo {
  background: url("../img/rah-logo.png") no-repeat;
  background-size: 112px;
  color: #760a0b;
  display: block;
  font-size: 20px;
  margin: 25px 0;
  padding: 20px 0 0 125px;
  height: 112px;
  max-width: 320px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-logo:hover,
.header-logo:focus,
.header-logo:active {
  color: #760a0b;
  text-decoration: none;
}
.header-right {
  margin: 44px 0 30px;
}
.social {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.social a {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.localiz {
  display: inline-block;
  vertical-align: middle;
}
.localiz a {
  font-size: 11px;
  padding: 10px 0;
  text-transform: uppercase;
}
.form-search {
  margin: 30px 0;
}
.has-icon {
  position: relative;
}
.has-icon .form-control {
  padding-right: 40px;
}
.form-control-icon {
  color: #cdc8c8;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

@media (min-width: 700px) {
  .header-logo {
    margin: 44px 0;
  }
  .header-right {
    float: right;
  }
  .social {
    display: inline-block;
    margin-right: 10px;
  }
  .localiz a {
    font-size: 12px;
  }
  .form-search .form-control {
    width: 245px;
  }
  .form-control-icon {
    left: 260px;
    right: auto;
  }
}
@media (min-width: 1040px) {
  .header-logo {
    font-size: 30px;
    padding: 0 0 0 125px;
    max-width: 400px;
  }
}


/* Event-list
-------------------------------------------------- */
.list-layout {
  float: right;
}
.list-layout a {
  color: #cdc8c8;
  font-size: 22px;
  margin-left: 5px;
}
.list-layout a.active {
  color: #760a0b;
}
.media-left {
  padding: 5px 20px 0 0;
}
.media-object {
  /*height: 100px;*/
  width: 100px;
}
.media-object img {
  width: 100%;
}
.media {
  font-size: 14px;
  margin-bottom: 40px;
}
.media .date {
  color: #760a0b;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.media h3 {
  font-size: 16px;
  margin: 8px 0;
}


/* Form
-------------------------------------------------- */
.filters {
  margin: 40px 0;
}
.filters .form-group {
  margin-bottom: 15px;
}
.filters .form-control {
  background: #faf5f5;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  color: #760a0b;
  margin-right: 15px;
  text-transform: uppercase;
  width: 150px;
}
.filters .btn {
  border-radius: 0;
  font-size: 18px;
  margin-right: 15px;
  padding: 6px 30px;
  text-transform: uppercase;
}
.filters .btn-default {
  border: 1px solid #d0d0d0;
  color: #760a0b;
  margin-right: 0;
}

.filters select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #faf5f5 url("../img/triangle.png") no-repeat right center;
}

.filters select.form-control::-ms-expand {
  display: none;
}

.form-control {
  border: 1px solid #e6e1e1;
  box-shadow: none;
  font-size: 18px;
  height: 39px;
}
.form-control::-webkit-input-placeholder {color:#cdc8c8;}
.form-control::-moz-placeholder          {color:#cdc8c8;}
.form-control:-moz-placeholder           {color:#cdc8c8;}
.form-control:-ms-input-placeholder      {color:#cdc8c8;}


/* Navbar
-------------------------------------------------- */
.dropdown-menu {
  padding: 0;
  margin: 2px 0 0;
  font-size: 18px;
  background-color: #e37e3e;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.dropdown-menu > li > a {
  font-family: HeliosCond, Helvetica, Arial, sans-serif;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #d7783b;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d7783b;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
@media (min-width: 1040px) {
  .navbar-collapse {
    padding: 0;
  }
}
.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-default {
  background-color: #760a0b;
  border-color: #760a0b;
}
.navbar-header {
  position: relative;
}
.navbar-default .navbar-brand {
  background: url("../img/rah-logo-small.png") 0 5px no-repeat;
  background-size: 40px;
  color: #fff;
  display: none;
  margin: 0 15px;
  min-width: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-fixed-top .navbar-brand {
  display: block;

}
.navbar-brand span {
  margin-left: 30px;
}
@media (min-width: 700px) {
  .navbar-default .navbar-brand {
    position: absolute;
    left: -5px;
    top: 0;
  }
}
@media (min-width: 1040px) {
  .navbar > .container .navbar-brand {
    margin-left: -35px;
  }
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: HeliosCond, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #6a090a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e37e3e;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: #760a0b;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #6a090a;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  margin-right: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #6a090a;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #e37e3e;
}
.toggle-label {
  color: #fff;
  display: none;
  float: right;
  margin: 15px 10px;
}
@media (max-width: 1039px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    background-color: #e37e3e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #d7783b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #d7783b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: #e37e3e;
  }
  .toggle-label {
    display: inline-block;
  }
}
@media (min-width: 1300px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}


/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
  background: none;
  margin: 20px 0;
  padding: 8px 1px;
}
.breadcrumb  > li > a,
.breadcrumb > .active {
  color: #cdc8c8;
  font-size: 14px;
}

/* Pagination
-------------------------------------------------- */
.pagination {
  margin: 50px auto 0;
}
.pagination_text {
	color: #cdc8c8;
    font-size: 14px;
    margin-bottom: 50px;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 18px;
  border: none;
  font-weight: bold;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 18px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 18px;
}
.alfavit a, table a.pageNav {
	color: #760a0b;
	font-family: HeliosCond, Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.alfavit a.active {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
@media (min-width: 700px) {
  .pagination > li {
    margin: 0 5px;
  }
}

/* Slider
-------------------------------------------------- */
.owl-carousel.owl-one,
.owl-carousel.owl-one-with-pagination {
  margin-right: 0;
  margin-left: 0;
}
.owl-one .item,
.owl-one-with-pagination .item {
  height: 400px;
  position: relative;
  width: 100%;
}

/*Центрируем изображение в блоке меньшего размера с помощью дополнительного div с большой шириной*/
.wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.wrap-inner {
  position: absolute;
  width: 3400px;
  height: 400px;
  margin: -200px 0 0 -1700px;
  left: 50%;
  top: 50%;
  text-align: center;
}
.wrap-inner img {
  vertical-align: middle;
  height: 100%;
}

.slider-caption {
  background: rgba(30,30,30,0.5);
  color: #fff;
  font-size: 13px;
  margin: 0 auto;
  padding: 5px 15px 10px;
  position: relative;
  top: -160px;
  width: 100%;
  min-height: 140px;
  z-index: 10;
}
.slider-caption h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 0px) {
  .slider-caption {
    font-size: 13px;
    padding: 15px 30px;
    top: -315px;
    left: 162px;
    width: 300px;
  }
  .slider-caption h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
  }
}
@media (min-width: 1040px) {
  .owl-one .item,
  .owl-one-with-pagination .item {
    height: 600px;
  }
  .wrap {
    height: 600px;
  }
  .wrap-inner {
    height: 600px;
    margin: -300px 0 0 -1700px;
  }
  .slider-caption {
    font-size: 16px;
    top: -400px;
    left: 235px;
    width: 470px;
  }
  .slider-caption h3 {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .slider-caption {
    left: 315px;
  }
}


/* Carousel
-------------------------------------------------- */
.owl-carousel {
  margin-right: -10px;
  margin-left: -10px;
  width: auto;
}
.owl-carousel .owl-item {
  /*min-width: 270px !important;*/
}
.item {
  position: relative;
  margin: 0 auto;
  width: 270px;
}
.owl-four .item {
  width: 220px;
}

.intro {
  max-width: 270px;
  position: relative;
}
.image {
  display: block;
  width: 270px;
  height: 270px;
  overflow: hidden;
}
.image:hover {
  color: #3c3c3c;
  text-decoration: none;
}
.image img {
  width: 100%;
}
.image .h3 {
  color: #3c3c3c;
  display: block;
}

.terms {
  font-size: 14px;
}
.orange,
.grey,
.beige {
  height: 340px;
  padding: 12px 25px;
}
.orange {
  background: #e37e3e;
}
.grey {
  background: #cdc8c8;
}
.beige {
  background: #d4bd9b;
}
.partner {
  display: block;
  width: 240px;
  height: 240px;
}

.intro-text {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 25px 12px;
  overflow: hidden;
  background: rgba(0,0,0,0.3);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .1s;
  -moz-transition: opacity .1s;
  -ms-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
}
.item:hover .intro-text {
  opacity: 1;
  filter: alpha(opacity=100);
}

h3.caption {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  max-width: 270px;
}

.tags {
  background-color: #760a0b;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -10px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px;
  height: 22px;
  width: 130px;
}
.tags.autotags {
	height: auto;
	width: auto;
}
.tags:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #5a0a0a;
  border-left: 10px solid transparent;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  border-radius: 50%;
  color: #3c3c3c;
  display: block;
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  padding: 3px 0;
  position: absolute;
  top: 35%;
  height: 50px;
  width: 30px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
.owl-carousel .owl-controls .owl-buttons div span {
  vertical-align: middle;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -5px;
}

@media (min-width: 680px) {
  .item {
    height: 380px;
  }
}

@media (min-width: 780px) {
  .item {
    height: 420px;
    width: 300px;
  }
  .owl-three .item,
  .owl-four .item {
    height: auto;
  }
  .image {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
  .intro {
    max-width: 300px;
  }
  h3.caption {
    max-width: 300px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -22px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -22px;
  }
}

@media (min-width: 1040px) {
  .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -30px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -30px;
  }
}


/* Sections
-------------------------------------------------- */
.projects,
.announces,
.events,
.exhibitions,
.academy,
.birthdays,
.terms,
.creative-partners,
.info-partners,
.carousel {
  padding: 40px 0 80px;
}
.projects,
.exhibitions,
.terms,
.info-partners {
  background: #faf5f5;
}
.announces,
.academy {
  background: #e1dcdc;
}
.events,
.birthdays,
.dark-bg {
  background: #cdc8c8;
}
.creative-partners {
  background: #fff;
}

.content {
  padding-bottom: 50px;
}


/* Submenu
-------------------------------------------------- */
.list-group-item {
  background: #faf5f5;
  border-color: #e6e3e3;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-radius: 0;
  font-family: HeliosCond, Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  padding: 11px 15px 11px 30px;
}
a.list-group-item {
  color: #760a0b;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #760a0b;
  background-color: #ede9e9;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #760a0b;
  cursor: default;
  font-weight: bold;
  background: #faf5f5;
  border-color: #e6e3e3;
}
.list-group-item:first-child,
.list-group-item:first-child:hover,
.list-group-item:first-child:focus {
  border-color: #faf5f5;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.list-group {
	overflow: hidden;
	height: 0px;
}
.list-group.active {
	height: auto;
}

.list-group .list-group {
  margin-bottom: 0;
}
.list-group .list-group .list-group-item {
  background-color: #e6e1e1;
  border-color: #ddd8d8;
  padding-left: 45px;
}
.list-group .list-group .list-group-item:hover,
.list-group .list-group .list-group-item:focus {
  background-color: #dbd6d6;
}
.list-group + .list-group-item {
  border-color: #d8d3d3;
}

.list-group .list-group .list-group .list-group-item {
  background-color: #d7d2d2;
  border-color: #cec9c9;
  padding-left: 60px;
}
.list-group .list-group .list-group .list-group-item:hover,
.list-group .list-group .list-group .list-group-item:focus {
  background-color: #d0cbcb;
}


/* Footer
-------------------------------------------------- */
.footer-logo {
  background: url("../img/rah-logo-white.png") no-repeat;
  background-size: 112px;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin: 25px 0;
  padding: 30px 0 0 125px;
  height: 112px;
  max-width: 320px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-logo:hover,
.footer-logo:focus,
.footer-logo:active {
  color: #fff;
  text-decoration: none;
}

.footer-menu {
  margin: 46px 0 20px;
}
.footer-menu > li {
  position: relative;
}
.footer-menu > li:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
}
.footer-menu > li:last-child:after {
  display: none;
}
.footer-menu a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 3px 8px 3px 6px;
}
.footer-menu a:hover {
  color: #fff;
}
.copyright {
  font-size: 14px;
  margin: 40px 0 20px 10px;
}
footer .form-search p {
	text-transform: uppercase;
}
footer .form-search .form-control {
	float: left;
	margin-right: 10px;
	padding-right: 5px;
}
footer .form-search .subscribe {
	margin-top: 0;
}

@media (min-width: 1040px) {
  .footer-logo {
    font-size: 30px;
    margin: 44px 0;
    max-width: 400px;
    padding: 6px 0 0 125px;
  }
  .footer-menu a {
    font-size: 16px;
  }
}


/* Device width
-------------------------------------------------- */
.device-width {
  background: rgba(200, 200, 200, 0.4);
  color: rgba(50, 50, 50, 0.8);
  font-size: 20px;
  position: fixed;
  bottom: 20%;
  right: 0;
  padding: 10px;
  text-align: center;
  height: 50px;
  width: 50px;
  z-index: 10000;
}
.device-width:before {
  content: "<480";
  color: #323232;
  font-size: 8px;
  position: absolute;
  top: 9px;
  right: 4px;
}
@media (min-width: 480px) {
  .device-width:before {
    content: "";
  }
}
.device-width:hover {
  background: none;
  color: transparent;
}
.device-width:hover:before {
  color: transparent;
}


.yenisite-zoom img {
	width: 100%;
}
div#fancy_outer {
	z-index: 1040;
}
footer .subscribe {
	border-radius: 0;
    font-size: 18px;
    margin-right: 15px;
    padding: 6px 30px;
    color: #ffffff;
    background-color: #760a0b;
    border-color: #5e0809;
    margin-top: 5px;
}
footer font.notetext {
	color: #FFFFFF;
}
.text-formatted p {
    font-size: inherit;
    width: auto;
}
.text-formatted p:first-child {
	margin-top: 0;
}
img.text {
	margin-bottom: 20px;
	margin-right: 20px;
}
/*div.container p {
	font-family: inherit;
	font-size: inherit;
	width: auto;
}*/
.members-sections-container {
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.members-section {
	
}
.members-section h4 {
	background: #faf5f5;
    border: 1px solid #d0d0d0;
	font-weight: bold;
	padding: 10px;
}
.members-section h4 a {
	text-decoration: none;
}
.members-section h4 a:hover,
.members-section.active h4 a{
	color: #e37e3e;
}
.owl-one-with-pagination .owl-controls {
	bottom: 0;
    left: 0;
	position: absolute;
    margin: auto;
    right: 0;
}
/*@media (min-width: 1600px) {
	.container {
	    width: 1520px;
	}
}
@media (min-width: 1600px) {
	.col-xl-3 {
    	width: 25%;
	}	
}
@media (min-width: 2200px) {
	.container {
	    width: 2120px;
	}
}
@media (min-width: 2200px) {
	.col-2xl-2 {
    	width: 16.66666667%;
	}	
}*/

.breadcrumb > li {
	display: inline
}
.hierarchical-structure blockquote {
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
}
.hierarchical-structure blockquote:before {
	background-image: url("../img/expand.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: none;
	display: block;
	height: 20px;
	left: -25px;
	position: absolute;
	top: -20px;
	width: 20px;
}
.hierarchical-structure > a,
.hierarchical-structure > span,
.hierarchical-structure blockquote > a,
.hierarchical-structure blockquote > span {
}
.hierarchical-structure blockquote > a:after {
	
}
.hierarchical-structure blockquote > *:first-child {
	margin-top: 10px;
}
.hierarchical-structure blockquote > *:last-child {
	margin-bottom: 10px;
}
.hierarchical-structure blockquote + *:after {
	content: "";
	display: block;
	
}
.hierarchical-structure i {
	background-image: url("../img/expand.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 15px;
	margin-left: 5px;
	position: relative;
	width: 15px;
}
.hierarchical-structure i.expanded {
	background-image: url("../img/collapse.svg");
}
.hierarchical-structure i + blockquote {
	display: none;
}
.hierarchical-structure ul {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
.hierarchical-structure ul li {
	padding-bottom: 6px;
	padding-top: 6px;
}
.hierarchical-structure > ul {
	margin-left: 0;
	padding-left: 0;
}
.hierarchical-structure > ul > li {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
}
.hierarchical-structure sup {
	display: none;
}
.hierarchical-structure sup.visible {
	display: block;
}
.hierarchical-structure sup.visible {
	background-image: url("../img/expand.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 15px;
	margin-left: 5px;
	position: relative;
	top: 0;
	width: 15px;
}
.hierarchical-structure sup.expanded {
	background-image: url("../img/collapse.svg");
}
.hierarchical-structure ul ul {
	display: none;
}

.downloads {
	display: table;
	height: 50px;
}
.downloads a.download {
	display: table-cell;
	font-size: 16px;
	vertical-align: middle;
}
a.download {
	color: #760a0b;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin-top: 0px;
	padding-left: 45px;
	padding-right: 0px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
a.download:before {
	background-image: url("../img/icon_pdf.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

img#fancy_img {
	height: 100%;
	left: 0;
	margin: auto;
	right: 0;
	width: auto !important;
}

.news-detail img {
	margin: 0 15px 10px 0;
}

/* Static elements
-------------------------------------------------- */
.static-btn {
	background: #760a0b;
	display: inline;
	padding: 20px 60px;
	position: relative;
	text-transform: uppercase;
  	font-weight: bold;
	color: #FFFFFF;
}
.static-btn:hover {
	background: #630405;
	text-decoration: none;
  	font-weight: bold;
	color: #EEEEEE;
}
.static-btn a {
	bottom: 0;
	color: #760a0b;
	left: 0;
	position: relative;
	right: 0;
	text-decoration: none;
	top: 0;
	white-space: nowrap;
}