/* ==================================================================
	Imports
================================================================== */
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/Gotham-Light.otf') format('opentype'), url('../fonts/gotham/Gotham-Light.woff') format('woff'), url('../fonts/gotham/Gotham-Light.ttf') format('truetype'), url('../fonts/gotham/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/Gotham-Book.otf') format('opentype'), url('../fonts/gotham/Gotham-Book.woff') format('woff'), url('../fonts/gotham/Gotham-Book.ttf') format('truetype'), url('../fonts/gotham/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/Gotham-Bold.otf') format('opentype'), url('../fonts/gotham/Gotham-Bold.woff') format('woff'), url('../fonts/gotham/Gotham-Bold.ttf') format('truetype'), url('../fonts/gotham/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/Gotham-Medium.otf') format('opentype'), url('../fonts/gotham/Gotham-Medium.woff') format('woff'), url('../fonts/gotham/Gotham-Medium.ttf') format('truetype'), url('../fonts/gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham/Gotham-Black.otf') format('opentype'), url('../fonts/gotham/Gotham-Black.woff') format('woff'), url('../fonts/gotham/Gotham-Black.ttf') format('truetype'), url('../fonts/gotham/Gotham-Black.svg#Gotham-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?z9q7f3');
  src: url('../fonts/icomoon/icomoon.eot?#iefixz9q7f3') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?z9q7f3') format('truetype'), url('../fonts/icomoon/icomoon.woff?z9q7f3') format('woff'), url('../fonts/icomoon/icomoon.svg?z9q7f3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
  background: #fff;
  overflow-x: hidden;
  white-space: normal;
  position: relative;
}
body.nav-is-sticky {
  margin-top: 100px;
}
input,
select,
textarea {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 122%;
  font-family: 'Gotham-Light', Arial, sans-serif;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2.1875em;
}
h3 {
  font-size: 1.875em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.4375em;
}
h6 {
  font-size: 1.125em;
}
p {
  color: #000;
  font-family: 'Gotham-Light', Arial, sans-serif;
  line-height: 134%;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 1em;
}
.section-title {
  color: #333;
  font-size: 35px;
  margin: 0;
  font-family: 'Gotham-Black', Arial, sans-serif;
}
.media-content .section-title {
  color: #fff;
}
.section-subtitle {
  color: #333;
  font-size: 26px;
  margin: 0 0 10px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
}
.section-perex {
  font-size: 18px;
  font-family: 'Gotham-Light', Arial, sans-serif;
}
.media-content .section-perex {
  color: #fff;
}
.section-title-bold {
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  line-height: 18px;
  margin: 0 0 5px;
  color: #000;
}
label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
  font-family: 'Gotham-Book', Arial, sans-serif;
  color: #000;
}
strong,
.bold {
  font-weight: 500;
  font-family: 'Gotham-Medium', Arial, sans-serif;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #266eae;
  text-decoration: none;
}
a:hover {
  color: #073258;
  text-decoration: none;
}
:focus,
:active {
  outline: 0 !important;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  body.nav-is-sticky {
    margin-top: 40px;
  }
  body.header-is-sticky {
    margin-top: 140px;
  }
  .section-title {
    font-size: 50px;
  }
  .section-subtitle {
    font-size: 36px;
  }
  .section-perex {
    font-size: 20px;
  }
}
.content {
  padding-bottom: 20px;
}
.container {
  padding: 20px;
  width: 100%;
}
@media all and (min-width: 1175px) {
  .container {
    width: 1160px;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .content {
    padding-bottom: 40px;
  }
}
.dotted-top {
  border-top: 2px dotted #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.dotted-box > .clearfix {
  border-bottom: 2px dotted #ccc;
  margin: 0 15px;
}
.dotted-box.dotted-top {
  border-top: 2px dotted #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.vertical-center {
  display: inline-block;
  vertical-align: middle;
}
.text-left {
  text-align: left !important;
}
.pos-rel {
  position: relative;
}
.max-width-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.color-primary {
  color: #f1953e !important;
}
.color-second {
  color: #266eae !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.fs50 {
  font-size: 50px;
}
.fs25 {
  font-size: 25px;
}
.fs20 {
  font-size: 20px;
}
.mw210 {
  min-width: 210px;
}
.full-width {
  width: 100%;
}
.wid85 {
  width: 85px;
}
.min-wid150 {
  min-width: 150px;
}
.rounded-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .mt40-mobile {
    margin-top: 40px;
  }
}
@media all and (max-width: 969px) {
  .mt40-tablet {
    margin-top: 40px;
  }
}
.form-control {
  color: #a2a2bb;
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-style: italic;
  font-size: 15px;
  height: 40px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.form-control:focus,
.form-control:active {
  outline: 0;
}
.form-control.sm {
  height: 30px;
  padding: 3px 5px;
  font-style: normal;
  font-size: 14px;
}
.form-control.valid {
  background: url('../img/bg/form-valid.png') no-repeat right center;
}
.form-control.error {
  background: url('../img/bg/form-invalid.png') no-repeat right center;
}
label.error {
  margin-top: 5px;
  text-align: right;
  color: #de0b0b;
  font-size: 0.75em;
}
label.error.on-left {
  text-align: left;
}
.datepicker {
  border: 1px solid #ccc;
  color: #666;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.datepicker-icon {
  font-size: 25px;
  position: absolute;
  top: 4px;
  left: 5px;
}
.datepicker-input {
  color: #424242;
  padding: 8px 10px 8px 35px;
  border: 0;
  width: 100%;
  font-size: 15px;
  font-family: 'Gotham-Book', Arial, sans-serif;
}
.datepicker-input:focus,
.datepicker-input:active {
  outline: 0;
}
textarea {
  resize: none;
}
.check-box {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.check-box.checkbox-map {
  float: right;
  position: relative;
  right: 30%;
}
.check-box.check-block {
  display: block;
}
.check-box-input {
  left: -20px;
  margin: 0;
  outline: 0 none !important;
  position: absolute;
  top: 2px;
  z-index: 1;
}
.check-box-label {
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 2;
  font-family: 'icomoon';
}
.check-box-label:before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  font-size: 23px;
  color: #266eae;
  top: 4px;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.check-box-input:checked + .check-box-label:before {
  content: "\e90f";
}
.check-box-label-value {
  position: relative;
  z-index: 2;
  margin: 0;
  cursor: pointer;
  padding: 5px 0 5px 30px;
}
.number-range {
  border: 1px solid #e6e6e6;
  width: 60px;
  height: 40px;
  display: inline-block;
  text-align: left;
}
.number-range input {
  width: 33px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  border: 0;
  padding: 0;
  color: #000;
  font-family: 'Gotham-Book', Arial, sans-serif;
  float: left;
  font-size: 1em;
}
.range-btns {
  width: 25px;
  height: 100%;
  float: left;
}
.range-btn {
  text-align: center;
  color: #dadada;
  height: 50%;
  cursor: pointer;
  font-size: 8px;
}
.range-btn:first-child {
  padding-top: 10px;
}
.range-btn:hover {
  color: #c1c1c1;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram-circle:before {
  content: "\e91e";
}
.icon-instagram:before {
  content: "\e91f";
}
.icon-arr-left:before {
  content: "\e900";
}
.icon-action:before {
  content: "\e901";
}
.icon-arr-left-tiny:before {
  content: "\e902";
}
.icon-arr-right-tiny:before {
  content: "\e903";
}
.icon-arr-right:before {
  content: "\e904";
}
.icon-arr-triangle-down:before {
  content: "\e905";
}
.icon-arr-triangle-up:before {
  content: "\e906";
}
.icon-basket:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e908";
}
.icon-close:before {
  content: "\e909";
}
.icon-cssd:before {
  content: "\e90a";
}
.icon-demo:before {
  content: "\e90b";
}
.icon-fb-circle:before {
  content: "\e90c";
}
.icon-fb-square:before {
  content: "\e90d";
}
.icon-check-circle:before {
  content: "\e90e";
}
.icon-check:before {
  content: "\e90f";
}
.icon-invalid:before {
  content: "\e910";
}
.icon-mail:before {
  content: "\e911";
}
.icon-members:before {
  content: "\e912";
}
.icon-pdf:before {
  content: "\e913";
}
.icon-phone:before {
  content: "\e914";
}
.icon-play:before {
  content: "\e915";
}
.icon-press:before {
  content: "\e916";
}
.icon-search:before {
  content: "\e917";
}
.icon-tel:before {
  content: "\e918";
}
.icon-tw-circle:before {
  content: "\e919";
}
.icon-tw:before {
  content: "\e91a";
}
.icon-valid:before {
  content: "\e91b";
}
.icon-web:before {
  content: "\e91c";
}
.icon-yt-circle:before {
  content: "\e91d";
}
.footer {
  background: #626262 url('../img/footer-pattern.png');
  color: #fff;
  font-size: 14px;
}
.footer-text {
  font-size: 14px;
  line-height: 20px;
  font-size: 13px;
  font-family: 'Gotham-Light', Arial, sans-serif;
  color: #fff;
}
.footer-nav-li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-nav-a {
  color: #fff;
  text-decoration: underline;
  font-family: 'Gotham-Light', Arial, sans-serif;
  font-size: 13px;
}
.footer-nav-a:hover {
  text-decoration: underline;
  color: #fff;
}
@media all and (min-width: 768px) {
  .footer .container {
    padding: 45px 20px;
  }
}
.people-image {
  margin-bottom: 15px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.17) 0 1px 3px;
}
.people-name {
  color: #266eae;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  margin-bottom: 5px;
}
.people-name.people-name-large {
  font-size: 24px;
  line-height: 28px;
}
.people-name.black-type {
  color: #000;
}
.people-name:hover {
  color: #073258;
}
.people-job {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Gotham-Light', Arial, sans-serif;
  margin-bottom: 20px;
}
.people-job.people-job-large {
  color: #828282;
  font-size: 20px;
  line-height: 24px;
}
.people-cite {
  color: #828282;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  margin-top: 30px;
  padding-left: 30px;
}
.people-cite:before {
  content: '“';
  font-size: 50px;
  margin-left: -30px;
  color: #b8b8b8;
  position: relative;
  top: 12px;
  line-height: 10px;
}
.people-cite:after {
  content: '”';
  font-size: 50px;
  color: #b8b8b8;
  position: relative;
  top: 33px;
  line-height: 10px;
}
.people-contact {
  line-height: 25px;
}
.newsletter-input,
.newsletter-btn {
  display: block;
  width: 100%;
}
.newsletter-input {
  border-color: #e8762e;
}
@media all and (min-width: 768px) {
  .newsletter-box {
    text-align: right;
    margin-top: 5px;
  }
  .newsletter-input,
  .newsletter-btn {
    vertical-align: middle;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .newsletter-input {
    width: 180px;
  }
}
@media all and (min-width: 970px) {
  .newsletter-box {
    margin-top: 15px;
  }
  .newsletter-input {
    width: 300px;
  }
}
.author {
  margin-bottom: 10px;
  min-height: 70px;
  display: table;
  width: 100%;
}
.author.blue-light-type {
  background: #5bd2de;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
  min-width: 260px;
  display: inline-block;
}
.author-img {
  display: table-cell;
  vertical-align: top;
  width: 70px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.17) 0 1px 3px;
}
.author-img--no-shadow {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  position: relative;
}
.author-icon--icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
.author-icon--icon.icon-video {
  cursor: pointer;
  font-family: 'icomoon';
  color: #fff;
}
.author-icon--icon.icon-video:before {
  content: "\e915";
  font-size: 66px;
}

.author-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.author-name {
  font-family: 'Gotham-Black', Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.author-name-white {
  font-family: 'Gotham-Black', Arial, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.author-job {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .author.blue-light-type {
    margin-bottom: 150px;
  }
}
.news-item {
  margin: 20px 0;
}
.news-cover {
  margin: 0 0 20px;
  min-height: 194px;
  background-color: #f1953e;
}
.news-cover img {
  margin: 0 auto;
}
.news-title {
  font-size: 24px;
  line-height: 34px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  margin: 20px 0 0;
}
.news-text {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Gotham-Light', Arial, sans-serif;
  color: #000;
  margin: 15px 0 0;
}
.news-text a {
  color: #000;
}
.news-info {
  font-size: 10px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  color: #797979;
  margin-top: 20px;
}
.news-info-item {
  margin-right: 10px;
  text-transform: uppercase;
}
.news-btns {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .news-item {
    margin: 40px 0;
  }
}
.crumb {
  background: none;
  padding: 0;
  margin: 0 0 20px;
}
@media all and (min-width: 768px) {
  .crumb.on-left-sm {
    float: left;
  }
}
.crumb-li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  color: #c7c7c7;
  cursor: default;
}
.crumb-li:before {
  position: absolute;
  top: 2px;
  right: 0;
}
.crumb-li.active {
  color: #e88100;
}
.media-content .crumb-li {
  color: #fff;
}
.media-content .crumb-li:before {
  -moz-opacity: 0.27;
  -khtml-opacity: 0.27;
  -webkit-opacity: 0.27;
  opacity: 0.27;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=27);
  filter: alpha(opacity=27);
}
.crumb-a {
  color: #e88100;
  font-size: 14px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
}
.crumb-a:hover {
  color: #9c5600;
}
.media-content .crumb-a {
  color: #fff;
}
.crumb-s {
  font-family: 'Gotham-Medium', Arial, sans-serif;
}
.table-line th {
  white-space: nowrap;
  font-weight: 500;
  font-family: 'Gotham-Book', Arial, sans-serif;
  padding: 8px 15px 8px 0;
}
.table-line td {
  padding: 8px 0;
  font-family: 'Gotham-Light', Arial, sans-serif;
}
.table-line td,
.table-line th {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  line-height: 140%;
}
.table-line tr:last-child td,
.table-line tr:last-child th {
  border: 0;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 70px 20px 20px 20px;
  background: transparent url(/template/cssd/img/black_bg_transp.png) repeat-x top left;
}
.overlay-title {
  font-family: 'Gotham-Light', Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 7px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.overlay-info-item {
  font-family: 'Gotham-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  margin-right: 15px;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.svg-map {
  max-width: 450px;
  max-height: 450px;
  margin: auto;
}
.land {
  fill: #636363;
  fill-opacity: 1;
  stroke: #ffffff;
  stroke-opacity: 1;
  stroke-width: 0.5;
}
.land:hover {
  fill: #f1953e;
  cursor: pointer;
}
.back-link {
  display: inline-block;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  margin-top: 20px;
}
.back-link-icon {
  font-size: 0.875em;
  margin-right: 5px;
}
.inline-item {
  display: inline-block;
  margin: 5px 15px 5px 0;
  font-size: 14px;
}
.inline-item:hover a {
  text-decoration: underline;
  color: #000;
}
.inline-item.active a {
  color: #000;
  font-family: 'Gotham-Medium', Arial, sans-serif;
}
.links-nav {
  margin-bottom: 30px;
}
.links-nav-li {
  position: relative;
  color: #c7c7c7;
}
.links-nav-li:before {
  position: absolute;
  top: 11px;
  right: 0;
}
.links-nav-li:hover {
  color: #8e8e8e;
}

.links-nav-a {
  color: #266eae;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px solid #d0d0d0;
  text-align: left;
  font-family: 'Gotham-Book', Arial, sans-serif;
}
.links-nav-a:hover,
.links-nav-a:focus,
.links-nav-a:active {
  color: #093258;
}
.links-nav-a.links-lg {
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
}
.orange-section {
  background-color: #f1953e;
  color: #fff;
  padding: 20px 0;
}
.orange-section .links-title {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
}
.orange-section .links-title:before {
  display: block;
  margin-bottom: 10px;
}
.orange-section .links-title.double-row {
  min-height: 80px;
}
.orange-section .organ-type:before {
  content: url('../img/icons/ico-organ.png');
}
.orange-section .partner-type:before {
  content: url('../img/icons/ico-partner.png');
}
.orange-section .agenda-type:before {
  content: url('../img/icons/ico-agenda.png');
}
.orange-section .location-type:before {
  content: url('../img/icons/ico-location.png');
}
.orange-section .organization-type:before {
  content: url('../img/icons/ico-organization.png');
}
.orange-section .club-type:before {
  content: url('../img/icons/ico-club.png');
}
.orange-section .foto-type:before {
  content: url('../img/icons/ico-foto.png');
}
.orange-section .anniversary-type:before {
  content: url('../img/icons/ico-anniversary.png');
}
.orange-section .video-type:before {
  content: url('../img/icons/ico-video.png');
}
.orange-section .promotional-type:before {
  content: url('../img/icons/ico-promotional.png');
}
.orange-section .statutes-type:before {
  content: url('../img/icons/ico-statutes.png');
}
.orange-section .club-type:before {
  content: url('../img/icons/ico-club.png');
}
.orange-section .documents-type:before {
  content: url('../img/icons/ico-documents.png');
}
.orange-section .logo-type:before {
  content: url('../img/icons/ico-logo.png');
}
.orange-section .links-nav-li {
  color: #d27b28;
}
.orange-section .links-nav-li:hover {
  color: #a35c1a;
}
.orange-section .links-nav-a {
  border-color: #f4b67b;
  color: #fff;
}
.orange-section .links-nav-a:hover,
.orange-section .links-nav-a:focus,
.orange-section .links-nav-a:active {
  color: #ffe0c2;
}
@media all and (min-width: 768px) {
  .orange-section {
    padding: 40px 0;
  }
}
.list-feed-item {
  margin-bottom: 30px;
}
.list-feed-meta {
  margin: 0 0 10px 50px;
}
.list-feed-image {
  height: 40px;
  width: 40px;
  float: left;
  margin-left: -50px;
}
.list-feed-author {
  font-size: 14px;
  line-height: 18px;
  margin: 3px 0 0;
  color: #003d80;
}
.list-feed-author a {
  color: #003d80;
  display: block;
}
.list-feed-date {
  font-size: 10px;
  line-height: 14px;
  margin: 0 0 15px;
  white-space: nowrap;
  color: #6e6e6e;
}
.list-feed-content {
  margin-left: 50px;
}
.list-feed-text {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 5px;
  color: #000;
}
.list-feed-text a {
  color: #000;
  display: block;
}
.list-feed-link {
  font-size: 16px;
  color: #003d80;
  font-family: 'Gotham-Light', Arial, sans-serif;
  text-decoration: underline;
}
.list-feed-link:hover {
  text-decoration: none;
}
.list-action-item {
  color: #000000;
  margin-bottom: 25px;
}
.list-action-title {
  font-size: 15px;
  line-height: 25px;
  margin: 10px 0 13px;
}
.list-action-link {
  text-decoration: underline;
}
.list-action-link:hover {
  text-decoration: none;
}
.list-action-date {
  background-color: #f1953e;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Gotham-Light', Arial, sans-serif;
}
.list-text-item {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
  font-family: 'Gotham-Light', Arial, sans-serif;
}
.list-text-item a {
  text-decoration: underline;
}
.list-text-item a:hover {
  text-decoration: none;
}
.logo-box {
  padding: 40px 0;
}
@media all and (max-width: 767px) {
  .logo-box {
    background: #626262 url('../img/footer-pattern.png');
    color: #fff;
    padding: 20px 0;
  }
  .logo-box .section-title,
  .logo-box .section-perex {
    color: #fff;
  }
  .logo-list {
    margin-top: 30px;
  }
  .logo-item {
    position: relative;
    color: #c7c7c7;
  }
  .logo-item:before {
    position: absolute;
    top: 8px;
    right: 0;
  }
  .logo-item:hover {
    color: #a1a1a1;
  }
  .logo-text {
    padding: 7px 0;
    border-bottom: 1px solid #7d7d7d;
    color: #fff;
    margin: 0;
    font-family: 'Gotham-Light', Arial, sans-serif;
    position: relative;
  }
  .logo-text:hover {
    color: #e6e6e6;
  }
  .logo-img {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .logo-item {
    float: left;
    width: 33.33333333%;
    padding: 0 10px;
    text-align: center;
  }
  .logo-item:before {
    display: none;
  }
  .logo-img {
    height: 50px;
    margin-bottom: 10px;
  }
  .logo-img:hover + .logo-text {
    text-decoration: underline;
  }
  .logo-text {
    color: #000;
    border: 0;
    height: 50px;
  }
  .logo-text:hover {
    text-decoration: underline;
  }
  .double-cols {
    margin-right: -15px;
    margin-left: -15px;
  }
  .double-cols .links-nav-li {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .double-cols .links-nav-li:before {
    right: 15px;
  }
  .triple-cols .links-nav-li {
    float: left;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .triple-cols .links-nav-li:before {
    right: 15px;
  }
}
@media all and (min-width: 970px) {
  .logo-item {
    width: 25%;
  }
}
@media all and (min-width: 1175px) {
  .logo-item {
    width: 20%;
  }
}
.list-5-in-row {
  margin-left: -7px;
  margin-right: -7px;
}
.list-5-item {
  float: left;
  padding: 0 7px 14px 7px;
  width: 50%;
}
@media all and (min-width: 480px) {
  .list-5-item {
    width: 33.33333333%;
  }
}
@media all and (min-width: 768px) {
  .list-5-in-row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .list-5-item {
    padding: 0 12px 24px 12px;
    width: 25%;
  }
}
@media all and (min-width: 970px) {
  .list-5-in-row {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: -17px;
    margin-right: -17px;
  }
  .list-5-item {
    padding: 0 17px 34px 17px;
    width: 20%;
  }
}
.list-3-in-row {
  margin-left: -1px;
  margin-right: -1px;
}
.list-3-item {
  padding: 1px;
  position: relative;
}
@media all and (min-width: 480px) {
  .list-3-item {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 970px) {
  .list-3-item {
    width: 33.33333333%;
  }
}
.btn {
  font-family: 'Gotham-Medium', Arial, sans-serif;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 0 18px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn + .btn {
  margin-left: 5px;
}
.btn-large {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.btn-default {
  background: #fff;
  border: 1px solid #c3c3c3;
  color: #266eae;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #fcfcfc;
  color: #073258;
}
.btn-primary {
  border-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.19) 0 2px 2px;
  text-shadow: 0 1px 1px #041a38;
  background-color: #297abc;
  background: -webkit-gradient(linear, left top, left bottom, from(#297abc), to(#2363A1));
  background: -webkit-linear-gradient(top, #297abc, #2363A1);
  background: -moz-linear-gradient(top, #297abc, #2363A1);
  background: -ms-linear-gradient(top, #297abc, #2363A1);
  background: -o-linear-gradient(top, #297abc, #2363A1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #126eb9;
  background: -webkit-gradient(linear, left top, left bottom, from(#126eb9), to(#0e4d8a));
  background: -webkit-linear-gradient(top, #126eb9, #0e4d8a);
  background: -moz-linear-gradient(top, #126eb9, #0e4d8a);
  background: -ms-linear-gradient(top, #126eb9, #0e4d8a);
  background: -o-linear-gradient(top, #126eb9, #0e4d8a);
}
.social-btns {
  display: inline-block;
  vertical-align: middle;
}
.social-btn {
  border: 0;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
  padding-left: 35px;
  position: relative;
  margin: 0 4px 7px 0;
}
.social-btn .btn-icon:before {
  position: absolute;
  top: 8px;
  left: 9px;
  font-size: 20px;
}
.social-btn:focus {
  color: #fff;
}
.social-btn + .social-btn {
  margin-left: 0;
}
.fb-btn {
  background: #266eae;
}
.fb-btn:hover {
  background: #1d5484;
  color: #fff;
}
.tw-btn {
  background: #4a90e2;
}
.tw-btn:hover {
  background: #2275d7;
  color: #fff;
}
.wb-btn {
  background: #27cd35;
}
.wb-btn:hover {
  background: #1fa22a;
  color: #fff;
}
.wr-btn {
  background: #f5a623;
}
.wr-btn:hover {
  background: #db8c0a;
  color: #fff;
}
.metro-section {
  padding-top: 0px;
  padding-bottom: 0px;
}
.metro-section .row {
  margin-right: 0px;
  margin-left: 0px;
}
.metro-section .row > div {
  padding: 0;
}
.metro-title-h2 {
  font-family: 'Gotham-Book', Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #fff;
}
.metro-title-h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.metro-item {
  color: #000;
  background-color: #fff;
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.metro-item.orange-type {
  background-color: #f1953e;
  color: #fff;
}
.metro-item.orange-type:hover {
  background-color: #eb7b11;
}
.metro-item.orange-light-type {
  background-color: #ff991f;
  color: #fff;
}
.metro-item.orange-light-type:hover {
  background-color: #eb8000;
}
.metro-item.orange-dark-type:hover {
  background-color: #dc7800;
}
.metro-item.orange-dark-type {
  background-color: #ee8200;
}
.metro-item.yellow-type {
  background-color: #ffc612;
  color: #fff;
}
.metro-item.yellow-type:hover {
  background-color: #dea900;
}
.metro-item.red-type {
  background-color: #e63636;
  color: #fff;
}
.metro-item.red-type:hover {
  background-color: #cf1a1a;
}
.metro-item.red-light-type {
  background-color: #e74c3c;
  color: #fff;
}
.metro-item.red-light-type:hover {
  background-color: #c0392b;
}
.metro-item.blue-type {
  background-color: #2080d5;
  color: #fff;
}
.metro-item.blue-type:hover {
  background-color: #1965a9;
}
.metro-item.blue-light-type {
  background-color: #5bd2de;
  color: #fff;
}
.metro-item.blue-light-type:hover {
  background-color: #31c6d5;
}
.metro-item .title-icon {
  font-size: 40px;
  position: absolute;
  top: -5px;
  left: -50px;
}
.next-events {
  padding: 20px;
}
.next-events .metro-title-h3 {
  color: #000;
  margin: 0 0 25px 50px;
  position: relative;
}
.next-events .title-icon {
  font-size: 55px;
  top: -15px;
  left: -58px;
}
.tw-feed {
  padding: 20px;
  background-color: #f1953e;
  display: block;
}
.tw-feed .metro-title-h3 {
  color: #fff;
  margin: 0 0 25px 50px;
  position: relative;
}
.fb-feed {
  padding: 20px;
}
.fb-feed .metro-title-h3 {
  color: #2363a1;
  margin: 0 0 25px 50px;
  position: relative;
}
.metro-item-content {
  display: table-cell;
  vertical-align: bottom;
  padding: 20px;
}
.metro-item-content:focus {
  text-decoration: none;
}
.no-padd .metro-item-content {
  padding: 0;
}
.top-lower .metro-item-content {
  vertical-align: top;
}
.metro-labels {
  min-height: 30px;
  margin-bottom: 10px;
}
.metro-label {
  background: #fff;
  color: #000;
  font-family: 'Gotham-Light', Arial, sans-serif;
  font-size: 12px;
  padding: 7px 10px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}
.metro-item-content {
  padding: 20px;
}
.metro-title-h3 {
  font-size: 20px;
  line-height: 26px;
}
.metro-info-item {
  font-family: 'Gotham-Light', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  margin-right: 20px;
  white-space: nowrap;
}
.blue-type .metro-info-item,
.blue-light-type .metro-info-item {
  color: #000;
}
@media all and (max-width: 767px) {
  .metro-section .author {
    display: none;
  }
  .no-bg .metro-title-h2 {
    color: #3c526b;
  }
  .metro-item:not(.top-news) {
    background-image: none !important;
  }
  .top-news {
    min-height: 300px;
  }
  .no-bg .metro-info-item {
    color: #000;
  }
}
@media all and (min-width: 768px) {
  .metro-section {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 40px;
  }
  .metro-section .row {
    margin-right: -1px;
    margin-left: -1px;
  }
  .metro-section .row > div {
    padding: 1px;
    overflow: hidden;
  }
  .metro-item {
    height: 480px;
  }
  .metro-item.is-video {
    position: relative;
    cursor: pointer;
    font-family: 'icomoon';
    color: #fff;
  }
  .metro-item.is-video:before {
    content: "\e915";
    margin: -8px 0 0 -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 100px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  }
  .metro-item.top-lower {
    height: 300px;
    min-height: 0;
  }
  .metro-item.tw-feed,
  .metro-item.next-events {
    height: auto;
  }
  .metro-labels {
    display: none;
  }
  .metro-title-h2 {
    color: #fff;
  }
  .metro-title-h2.has-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .half-vertical {
    height: 239px;
    margin-bottom: 1px;
  }
  .half-vertical:last-child {
    margin-top: 2px;
    margin-bottom: 0;
  }
  .half-vertical .metro-title-h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 970px) {
  .metro-title-h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    max-width: 400px;
  }
  .metro-title-h2.lg-type {
    font-size: 40px;
    line-height: 45px;
  }
  .metro-item-content {
    padding: 30px;
  }
  .half-vertical .metro-title-h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
    max-width: 360px;
  }
  .half-vertical .metro-item-content {
    padding: 25px;
  }
  .next-events {
    padding: 45px 40px 20px;
    background: #e8e8e8;
  }
  .next-events .metro-title-h3 {
    font-size: 30px;
    margin-bottom: 42px;
  }
  .tw-feed {
    padding: 40px 40px 20px;
  }
  .tw-feed .metro-title-h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .fb-feed {
    padding: 43px 30px 20px;
    background: #e8e8e8;
  }
  .fb-feed .metro-title-h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .has-effect {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .has-effect .metro-item-content {
    position: relative;
    z-index: 2;
  }
  .has-effect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .has-effect:hover:before {
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    -webkit-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25);
  }
}
.header {
  background-color: #f1953e;
  padding: 15px;
  display: none;
}
.navbar {
  position: relative;
  z-index: 10;
}
.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
}
.header-nav-li:hover .header-nav-a,
.header-nav-li.active .header-nav-a {
  color: #000;
}
.header-nav-a {
  color: #eb7b11;
  font-size: 13px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  position: relative;
  padding: 10px 6px !important;
}
.header-nav-a:focus,
.header-nav-a:active {
  color: #eb7b11;
}
.header-subnav {
  display: none;
}
.has-subnav .header-nav-a:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #f1953e transparent;
}
.has-subnav:hover a:after,
.has-subnav:hover .header-subnav {
  display: block;
}
@media all and (max-width: 969px) {
  .header-form {
    margin: 5px 0;
    width: 100%;
    padding: 0 10px;
  }
  .header-mobile {
    background: #f1953e;
    height: 60px;
  }
  .header-mobile-logo {
    float: left;
    margin: 5px 0 0 0;
  }
  .header-mobile-btn {
    float: right;
    margin: 10px 15px 0 0;
  }
  .header-btn-nav {
    margin: 4px 5px 0 10px;
    float: left;
  }
  .header-btn-nav .navbar-label {
    float: right;
    font-size: 14px;
    margin-left: 30px;
    color: #f1953e;
    font-weight: 700;
  }
  .header-btn-nav .label-collapsed {
    display: none;
  }
  .header-btn-nav.collapsed .label-expand {
    display: none;
  }
  .header-btn-nav.collapsed .label-collapsed {
    display: block;
  }
  .header-btn-nav .icon-bar {
    height: 3px;
    width: 17px;
    display: block;
    position: relative;
    background-color: transparent;
    margin-top: 7px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header-btn-nav .icon-bar:before,
  .header-btn-nav .icon-bar:after {
    content: "";
    height: 3px;
    width: 17px;
    position: absolute;
    background-color: #f1953e;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header-btn-nav .icon-bar:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-btn-nav .icon-bar:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-btn-nav.collapsed .icon-bar {
    background-color: #f1953e;
  }
  .header-btn-nav.collapsed .icon-bar:before {
    top: -5px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .header-btn-nav.collapsed .icon-bar:after {
    top: 5px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .header-nav-li:first-child .header-nav-a {
    border-top: 1px solid #e6e6e6;
  }
  .header-nav-a {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 10px;
  }
  .has-subnav .container {
    padding: 15px;
  }
  .has-subnav .header-nav-a:after {
    display: none;
    left: 20px;
  }
  .has-subnav.active a:after,
  .has-subnav.active .header-subnav {
    display: block;
  }
  .header-subnav-a {
    padding: 10px 12px 10px 6px !important;
    margin: 0 10px;
  }
}
@media all and (min-width: 970px) {
  .header-collapse.collapse {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header {
    padding: 20px 14px 20px 30px;
    display: block;
  }
  .header.sticky {
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
  }
  .header.sticky.is-open {
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px);
  }
  .header-mobile {
    display: none;
  }
  .header-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .header-nav-a {
    padding: 11px 11px 8px !important;
  }
  .header-nav-a:before {
    content: "";
    height: 4px;
    width: 4px;
    background-color: #e6e6e6;
    position: absolute;
    top: 18px;
    right: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .has-subnav .header-nav-a:after {
    left: 50%;
    margin-left: -5px;
  }
  .header-subnav {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    padding: 10px 0 20px;
  }
}
@media all and (min-width: 1175px) {
  .header-nav-a {
    padding: 11px 20px 8px !important;
  }
  .header-form {
    width: 120px;
  }
}
.embed-box {
  position: relative;
  padding-bottom: 37.25%;
  padding-top: 0px;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.embed-box.gmap {
  padding-bottom: 65%;
}
.embed-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social-box {
  display: none;
}
@media all and (min-width: 970px) {
  .social-box {
    display: block;
    float: right;
    margin: 7px 10px 0 0;
  }
  .social-item {
    font-size: 24px;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .social-item.icon-fb-circle {
    color: #266eae;
  }
  .social-item.icon-fb-circle:hover {
    color: #1d5484;
  }
  .social-item.icon-tw-circle {
    color: #4a90e2;
  }
  .social-item.icon-tw-circle:hover {
    color: #2275d7;
  }
  .social-item.icon-yt-circle {
    color: #d40000;
  }
  .social-item.icon-yt-circle:hover {
    color: #a10000;
  }
  .social-item.icon-instagram-circle {
    color: #3f729b;
  }
  .social-item.icon-instagram-circle:hover {
    color: #305777;
  }
}
.search-box {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.search-form {
  width: 100%;
  margin: 1px 0 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar .search-form {
  position: absolute;
  top: -35px;
}
.is-open .search-form {
  top: 0;
}
.search-btn {
  color: #f1953e;
  font-size: 13px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  background: none;
  position: relative;
  border: 0;
  padding: 8px;
}
.search-input {
  border: 0;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  text-align: left;
  padding: 0 35px 0 5px;
  height: 30px;
  font-style: italic;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.links-nav-li .search-input {
  height: 37px;
}
.search-submit {
  position: absolute;
  top: 7px;
  right: 5px;
  border: 0;
  height: 15px;
  color: #266eae;
  background: none;
}
@media all and (max-width: 969px) {
  .navbar .search-form {
    left: 10px;
    right: 10px;
    width: auto;
  }
  .search-box {
    width: 100%;
    padding: 5px 10px;
  }
  .search-btn {
    width: 100%;
    text-align: left;
  }
}
@media all and (min-width: 970px) {
  .navbar .search-box {
    display: inline-block;
    vertical-align: middle;
    height: 31px;
    margin: 4px 5px 0 10px;
    overflow: hidden;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.top-message-box {
  display: table;
  width: 100%;
  background-color: #f1953e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top-message-inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 20px;
}
.top-message-title {
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
  font-family: 'Gotham-Black', Arial, sans-serif;
  max-width: 650px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.top-message-text {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.top-message-text:hover {
  color: #fff;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .top-message-inner {
    padding: 50px;
  }
  .top-message-title {
    font-size: 70px;
    line-height: 80px;
  }
  .top-message-text {
    font-size: 30px;
    line-height: 35px;
  }
}
.help-triple-title {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px;
  font-family: 'Gotham-Black', Arial, sans-serif;
}
.help-triple-nav {
  margin-bottom: 25px;
}
.help-triple-nav-li {
  margin-bottom: 10px;
}
.help-triple-nav-a {
  color: #003378;
  text-decoration: underline;
}
.help-triple-nav-a:hover {
  color: #001d45;
  text-decoration: underline;
}
.help-triple-item {
  padding: 30px;
  margin-bottom: 10px;
}
.help-triple-item:nth-child(1) {
  background-color: #ffba49;
}
.help-triple-item:nth-child(2) {
  background-color: #f5a623;
}
.help-triple-item:nth-child(3) {
  background-color: #f29400;
}
@media all and (min-width: 970px) {
  .help-triple-box {
    margin: 0 0 50px;
  }
  .help-triple-box .container {
    padding: 0;
  }
  .help-triple-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 17px;
  }
  .help-triple-item {
    float: left;
    width: 50%;
    padding: 40px 15px 0 30px;
    position: relative;
  }
  .help-triple-item:nth-child(1) {
    width: 30%;
    padding-left: 15px;
    margin-top: 44px;
    height: 310px;
  }
  .help-triple-item:nth-child(1):before {
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #ffba49 transparent;
    top: -22px;
  }
  .help-triple-item:nth-child(1):after {
    border-width: 0 22px 22px 0;
    border-color: transparent #ffba49 transparent transparent;
    bottom: -22px;
  }
  .help-triple-item:nth-child(2) {
    width: 38%;
    margin-top: 22px;
    height: 354px;
  }
  .help-triple-item:nth-child(2):before {
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #f5a623 transparent;
    top: -22px;
  }
  .help-triple-item:nth-child(2):after {
    border-width: 0 22px 22px 0;
    border-color: transparent #f5a623 transparent transparent;
    bottom: -22px;
  }
  .help-triple-item:nth-child(3) {
    width: 32%;
    height: 398px;
  }
  .help-triple-item:nth-child(3):before,
  .help-triple-item:nth-child(3):after {
    display: none;
  }
  .help-triple-item:before,
  .help-triple-item:after {
    width: 0;
    height: 0;
    border-style: solid;
    right: 0;
    content: "";
    position: absolute;
  }
}
@media all and (min-width: 1175px) {
  .help-triple-box {
    position: relative;
  }
  .help-triple-box:before {
    content: "";
    height: 310px;
    width: 50%;
    background-color: #ffba49;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 1;
  }
  .help-triple-box:after {
    content: "";
    height: 398px;
    width: 30%;
    background-color: #f29400;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .help-triple-item {
    padding: 50px 0 0 50px;
    z-index: 2;
  }
  .help-triple-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.help-double-box .help-double-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}
.help-double-box .help-double-item {
  padding: 30px;
}
.help-double-box .help-double-item:first-child {
  background-color: #ffba49;
}
.help-double-box .help-double-item:last-child {
  background-color: #f5a623;
}
@media all and (min-width: 768px) {
  .help-double-item {
    float: left;
    width: 50%;
    padding: 30px 40px 20px;
  }
  .help-double-item:first-child {
    height: 190px;
    position: relative;
    margin-top: 22px;
  }
  .help-double-item:first-child:before {
    width: 0;
    height: 0;
    border-style: solid;
    right: 0;
    content: "";
    position: absolute;
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #ffba49 transparent;
    top: -22px;
  }
  .help-double-item:last-child {
    height: 212px;
  }
}
.circle-box {
  margin-bottom: 20px;
}
.circle-box.circle-orange {
  color: #eb9831;
}
.circle-box.circle-red {
  color: #d9472d;
}
.circle-box.circle-yellow {
  color: #e4b428;
}
.circle-box.circle-azuro {
  color: #35c3cf;
}
.circle-box.circle-blue {
  color: #6596ee;
}
.circle-title {
  font-size: 14px;
  line-height: 17px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  text-transform: uppercase;
}
.circle-items {
  margin-top: 10px;
}
.circle-item {
  margin: 0 20px 10px 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 70px;
}
.circle-item-value {
  height: 70px;
  width: 70px;
  font-family: 'Gotham-Black', Arial, sans-serif;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.circle-link {
  padding-top: 27px;
  cursor: pointer;
}
.circle-item-title {
  margin-top: 5px;
  font-size: 11px;
  display: inline-block;
  line-height: 110%;
  font-family: 'Gotham-Light', Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
}
@media all and (min-width: 1175px) {
  .circle-section {
    height: 760px;
    position: relative;
  }
  .circle-items {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .circle-orange .circle-items {
    border: 2px dotted rgba(235, 152, 49, 0.8);
    background: rgba(235, 152, 49, 0.2);
  }
  .circle-red .circle-items {
    border: 2px dotted rgba(217, 71, 45, 0.8);
    background: rgba(217, 71, 45, 0.2);
  }
  .circle-yellow .circle-items {
    border: 2px dotted rgba(228, 180, 40, 0.8);
    background: rgba(228, 180, 40, 0.2);
  }
  .circle-azuro .circle-items {
    border: 2px dotted rgba(53, 195, 207, 0.8);
    background: rgba(53, 195, 207, 0.2);
  }
  .circle-blue .circle-items {
    border: 2px dotted rgba(101, 150, 238, 0.8);
    background: rgba(101, 150, 238, 0.2);
  }
  .circle-type-1 .circle-items {
    height: 375px;
    width: 375px;
  }
  .circle-type-2 .circle-items {
    height: 415px;
    width: 415px;
  }
  .circle-type-3 .circle-items {
    height: 355px;
    width: 355px;
  }
  .circle-type-4 .circle-items {
    height: 415px;
    width: 415px;
  }
  .circle-type-5 .circle-items {
    height: 265px;
    width: 265px;
  }
  .circle-type-6 .circle-items {
    height: 185px;
    width: 185px;
  }
  .circle-title {
    text-align: center;
  }
  .circle-type-3 .circle-title {
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
  }
  .circle-type-5 .circle-title {
    position: absolute;
    bottom: -51px;
    left: 80px;
    right: 80px;
  }
  .circle-type-6 .circle-title {
    position: absolute;
    bottom: -51px;
    left: 10px;
    right: 10px;
  }
  .circle-box {
    position: absolute;
  }
  .circle-item {
    position: absolute;
  }
  .circle-type-1 {
    top: 55px;
    left: 55px;
  }
  .circle-type-1 .item-1 {
    top: 137px;
    left: 270px;
  }
  .circle-type-1 .item-2 {
    top: 47px;
    left: 130px;
  }
  .circle-type-1 .item-3 {
    top: 174px;
    left: 78px;
  }
  .circle-type-2 {
    top: 32px;
    left: 296px;
  }
  .circle-type-2 .item-1 {
    top: 254px;
    left: 284px;
  }
  .circle-type-2 .item-2 {
    top: 120px;
    left: 310px;
  }
  .circle-type-2 .item-3 {
    top: 20px;
    left: 163px;
  }
  .circle-type-2 .item-4 {
    top: 133px;
    left: 163px;
  }
  .circle-type-3 {
    top: 300px;
    left: 445px;
  }
  .circle-type-3 .item-1 {
    display: none;
    top: 8px;
    left: 136px;
  }
  .circle-type-3 .item-2 {
    top: 82px;
    left: 242px;
  }
  .circle-type-3 .item-3 {
    top: 196px;
    left: 78px;
  }
  .circle-type-3 .item-4 {
    top: 206px;
    left: 181px;
  }
  .circle-type-4 {
    top: 65px;
    left: 549px;
  }
  .circle-type-4 .item-1 {
    display: none;
    top: 220px;
    left: 30px;
  }
  .circle-type-4 .item-2 {
    display: none;
    top: 294px;
    left: 139px;
  }
  .circle-type-4 .item-3 {
    top: 34px;
    left: 181px;
    width: 130px;
  }
  .circle-type-4 .item-4 {
    top: 146px;
    left: 196px;
  }
  .circle-type-5 {
    top: 243px;
    left: 830px;
  }
  .circle-type-5 .item-1 {
    top: 60px;
    left: 22px;
  }
  .circle-type-5 .item-2 {
    top: 100px;
    left: 140px;
  }
  .circle-type-6 {
    top: 360px;
    left: 140px;
  }
  .circle-type-6 .item-1 {
    top: 42px;
    left: 55px;
  }
}
.article-section p {
  margin-bottom: 25px;
  line-height: 150%;
}
.article-section h2 {
  font-size: 20px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  margin: 0;
  color: #000;
}
.article-perex {
  font-size: 20px;
  font-family: 'Gotham-Book', Arial, sans-serif;
}
.article-perex.has-offset-left {
  margin-left: 60px;
}
.article-perex-icon {
  margin-left: -60px;
  float: left;
}
.article-image {
  margin-bottom: 20px;
  position: relative;
}
.article-image:after {
  content: attr(data-title);
  color: #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 22%;
  font-size: 36px;
  line-height: 40px;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  z-index: 10;
}
.article-info {
  font-size: 10px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  color: #797979;
  display: inline-block;
  vertical-align: middle;
}
.article-info-item {
  margin: 10px 10px 10px 0;
  display: inline-block;
  text-transform: uppercase;
}
.media-box {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}
.media-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media all and (min-width: 970px) {
  .media-box {
    height: 600px;
  }
  .media-content {
    top: 120px;
    left: 50%;
    right: auto;
  }
}
.fb-feed-custom {
  float: left;
  padding-right: 50px;
  width: 60%;
  border-right: 2px dotted #ccc;
  margin-top: 20px;
}
.tw-feed-custom {
  float: left;
  padding-left: 50px;
  width: 40%;
  margin-top: 20px;
}
.fb-title {
  color: #2363a1;
  font-size: 30px;
}
.fb-title .title-icon {
  margin-right: 10px;
}
.tw-title {
  color: #4a90e2;
  font-size: 30px;
}
.tw-title .title-icon {
  margin-right: 10px;
  font-size: 40px;
  position: relative;
  top: 6px;
}
.eshop-start {
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 20px;
  min-height: 240px;
  padding-bottom: 100px;
}
.eshop-start h3 {
  font-family: 'Gotham-Book', Arial, sans-serif;
  font-size: 26px;
}
.eshop-start a:hover {
  text-decoration: underline;
}
.eshop-start.start-left {
  background-color: #f6f6f6;
  background-image: url('../img/bg/eshop-start-1.png');
  border-bottom: 1px solid #fff;
}
.eshop-start.start-left a {
  color: #000;
}
.eshop-start.start-right {
  background-color: #efefef;
  background-image: url('../img/bg/eshop-start-2.png');
}
.eshop-start.start-right h3 {
  color: #266eae;
}
@media all and (min-width: 768px) {
  .eshop-start {
    float: left;
    width: 50%;
  }
  .eshop-start.start-left {
    border: 0;
    border-right: 1px solid #fff;
  }
}
.basket-info {
  font-size: 0.875em;
}
.basket-info-link {
  color: #000;
  text-decoration: underline;
  font-size: 0.875em;
}
.basket-info-amount {
  color: #f1953e;
  font-family: 'Gotham-Medium', Arial, sans-serif;
  font-size: 0.875em;
}
.basket-info-icon {
  font-size: 1.75em;
  margin-left: 10px;
}
@media all and (min-width: 768px) {
  .basket-info {
    float: right;
  }
}
.order-form-left {
  margin-bottom: 40px;
}
.order-form-right {
  margin-bottom: 40px;
}
.order-form-btn {
  width: 100%;
}
.order-confirm {
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.order-title-icon {
  color: #5dba34;
  margin-right: 10px;
  font-size: 1.875em;
}
.order-confirm-text {
  margin: 0 auto;
  max-width: 500px;
  font-family: 'Gotham-Book', Arial, sans-serif;
  color: #7b7b7b;
  font-size: 0.875em;
}
@media all and (min-width: 768px) {
  .order-form-left {
    padding-right: 110px;
    margin: 40px 0 100px;
  }
  .order-form-right {
    margin: 60px 0 100px;
  }
  .order-form-btn {
    width: auto;
    min-width: 180px;
    float: right;
  }
  .order-confirm {
    padding: 70px 30px;
    margin-bottom: 60px;
  }
}
.order-table {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.order-table tr:first-child th {
  border-bottom: 1px solid #ccc;
}
.order-table th {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  vertical-align: bottom;
}
.order-table td {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  font-size: 1em;
}
@media all and (min-width: 768px) {
  .order-table td {
    padding: 20px 10px;
    font-size: 1.5em;
  }
}
.delete-btn {
  cursor: pointer;
  color: #e31717;
  font-size: 0.625em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.delete-btn:hover {
  color: #860e0e;
}
.eshop-detail {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin-bottom: 30px;
}
.eshop-detail p {
  font-family: 'Gotham-Book', Arial, sans-serif;
  margin-bottom: 30px;
}
.eshop-detail .number-range {
  margin-left: 10px;
}
.eshop-title {
  color: #266eae;
  line-height: 1.55555556em;
  font-size: 1.125em;
}
.eshop-title strong {
  display: block;
  font-size: 1.5em;
}
.eshop-price {
  background-color: #f1953e;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  line-height: 1em;
  font-size: 1.5em;
}
@media all and (min-width: 768px) {
  .eshop-detail {
    padding: 50px;
    margin-bottom: 50px;
  }
}
.eshop-list-item {
  padding: 15px;
}
.eshop-list-link {
  border: 1px solid #e6e6e6;
  padding: 20px 20px 70px;
  text-align: center;
  position: relative;
  display: block;
}
.eshop-list-link:before,
.eshop-list-link:after,
.eshop-list-link .in:before,
.eshop-list-link .in:after {
  content: "";
  position: absolute;
  background-color: #f1953e;
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.eshop-list-link:before {
  top: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
}
.eshop-list-link:after {
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 4px;
}
.eshop-list-link .in:before {
  bottom: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
}
.eshop-list-link .in:after {
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 4px;
}
.eshop-list-link:hover:before,
.eshop-list-link:hover:after,
.eshop-list-link:hover .in:before,
.eshop-list-link:hover .in:after {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.eshop-list-link:hover .eshop-hidden {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.eshop-list-link:hover .eshop-price {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.eshop-list-link:hover .eshop-title {
  color: #000;
}
.eshop-list-link .eshop-price {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.eshop-list-link .eshop-title {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.eshop-list-link .eshop-hidden {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  visibility: hidden;
  color: #266eae;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.eshop-abs {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media all and (min-width: 480px) {
  .eshop-list-item {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  .eshop-list-item {
    width: 33.33333333%;
  }
}
.navbar-nav {
  float: none;
  margin: 0;
}
.navbar {
  margin-bottom: 0;
  min-height: 40px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-collapse {
  padding: 0;
  overflow: hidden;
}
.nav > li {
  position: static;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
  background-color: transparent;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  color: #266eae;
  font-size: 12px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.modal .modal-body {
  padding: 40px;
}
.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0 0 0;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0;
}
.modal-title {
  font-size: 50px;
  font-family: 'Gotham-Black', Arial, sans-serif;
  color: #000;
}
.modal-perex {
  font-size: 20px;
  font-family: 'Gotham-Book', Arial, sans-serif;
}
@media all and (min-width: 768px) {
  .btn-group.right-top {
    margin-top: -50px;
    float: right;
  }
  .modal .modal-dialog {
    width: 700px;
  }
}
.carousel-main {
  position: relative;
}
.carousel-thumbnails {
  margin: 7px 0 30px;
  padding: 0;
}
.carousel-thumb-item {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 7px;
}
.carousel-control {
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #fff;
  top: 50%;
  height: 40px;
  width: 50px;
  margin-top: -20px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  text-shadow: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.carousel-control.left {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
  left: 25px;
}
.carousel-control.right {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
  right: 25px;
}
