html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: black;
  background-color: #E1DCF2;
}
h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: black;
  padding: 0;
}
h1 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin: 0 0 20px 0;
}
@media (max-width: 500px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
@media (max-width: 500px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
@media (max-width: 500px) {
  h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 500px) {
  h4 {
    font-size: 15px;
    line-height: 18px;
  }
}
.block_label {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #fe0047;
  margin-bottom: 20px;
}
.hp .block_label {
  margin-bottom: 10px;
}
.block_label i {
  display: inline-block;
  width: 6px;
  height: 19px;
  margin-right: 15px;
  background-color: #fe0047;
}
@media (max-width: 500px) {
  .block_label {
    font-size: 20px;
    line-height: 30px;
  }
  .block_label i {
    height: 15px;
    margin-right: 10px;
  }
}
.block_sublabel {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.block_sublabel.red {
  color: #fe0047;
}
.block_sublabel.red i {
  background-color: #fe0047;
}
.block_sublabel i {
  display: inline-block;
  width: 4px;
  height: 12px;
  margin-right: 10px;
  background-color: black;
}
a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  color: #fe0047;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
p {
  padding: 0;
  margin: 0 0 30px 0;
}
ul {
  padding: 0 0 0 17px;
  margin: 0 0 30px 0;
}
ul li {
  padding: 0;
  margin: 0;
}
.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
img.fleft {
  margin: 0 20px 5px 0;
}
img.fright {
  margin: 0 0 5px 20px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
/* GENERAL FORMS */
form {
  padding: 0;
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
label {
  font-size: 15px;
  font-weight: 400;
}
label.required {
  font-weight: bold;
}
.form_general {
  margin-bottom: 30px;
}
.form_general .block_sublabel {
  margin-bottom: 30px;
}
.form_general .elements_block {
  margin-bottom: 20px;
}
.form_general label {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  margin-bottom: 2px;
}
.form_general input[type=text],
.form_general input[type=password],
.form_general input[type=email],
.form_general input[type=tel] {
  display: block;
  width: 440px;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 45px;
  color: black;
  padding: 0 5px;
  background-color: white;
  border: 2px solid lightgrey;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
}
.form_general textarea {
  display: block;
  width: 440px;
  height: 100px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: black;
  padding: 5px;
  background-color: white;
  border: 2px solid lightgrey;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 470px) {
  .form_general input[type=text],
  .form_general input[type=password],
  .form_general input[type=email],
  .form_general input[type=tel] {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_general textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form_general .selectboxit-container .selectboxit {
    width: 200px !important;
  }
  .form_general .selectboxit-container .selectboxit-options {
    min-width: 202px !important;
  }
  .form_general .selectboxit-container .selectboxit-text {
    min-width: 170px !important;
  }
}
input[type=submit] {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
input[type=submit]:hover {
  cursor: pointer;
}
/* GENERAL FORMS */
/* GENERAL TABLES */
table {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: left;
  color: black;
  margin-bottom: 30px;
  border-collapse: collapse;
}
table th {
  font-weight: bold;
  text-align: left;
}
/* GENERAL TABLES */
.btn {
  display: inline-block;
  height: 48px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.btn:hover {
  cursor: pointer;
}
.btn.red {
  padding: 0 20px;
  background-color: #fe0047;
  -webkit-box-shadow: 0 4px 0 #cb0039;
  -moz-box-shadow: 0 4px 0 #cb0039;
  box-shadow: 0 4px 0 #cb0039;
}
.btn.red:hover {
  background-color: #cb0039;
}
.btn.green {
  padding: 0 20px;
  background-color: #33b128;
  -webkit-box-shadow: 0 4px 0 #27871f;
  -moz-box-shadow: 0 4px 0 #27871f;
  box-shadow: 0 4px 0 #27871f;
}
.btn.green:hover {
  background-color: #27871f;
}
.btn.close {
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  text-decoration: underline;
  text-transform: none;
  padding: 0 15px 0 38px;
  background: url(../images/icon_close.png) #d2003b no-repeat 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn.close:hover {
  background-color: #b90034;
}
.btn.next {
  height: 58px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding: 0 50px 0 30px;
  background-color: white;
}
.btn.next:hover {
  background-color: #e6e6e6;
}
.btn.next .arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 13px;
  width: 17px;
  height: 30px;
  background: url(../images/pagination_arrows.png) no-repeat -17px -30px;
}
.btn.prev {
  height: 58px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 58px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding: 0 30px 0 50px;
  background-color: white;
}
.btn.prev:hover {
  background-color: #e6e6e6;
}
.btn.prev .arrow {
  display: block;
  position: absolute;
  left: 20px;
  top: 13px;
  width: 17px;
  height: 30px;
  background: url(../images/pagination_arrows.png) no-repeat left -30px;
}
@media (max-width: 1200px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
.banner-fullpage {
  background-image: url(../images/banner_fullpage.png);
  background-position: center top;
  background-repeat: repeat-y;
}
@media (max-width: 1210px) {
  .banner-fullpage {
    background: none;
  }
}
.banner_fullpage_wrapper {
  width: 1210px;
  margin: 0 auto;
}
@media (max-width: 1210px) {
  .banner_fullpage_wrapper {
    width: 100%;
  }
}
.banner-leaderboard {
  width: 1210px;
  height: 210px;
}
.banner-leaderboard img {
  display: block;
}
@media (max-width: 1210px) {
  .banner-leaderboard {
    width: 100%;
    height: auto;
  }
  .banner-leaderboard img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 300px) {
  .banner-leaderboard {
    display: none;
  }
}
.inner_content {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner_content {
    width: 96%;
    padding: 0 2%;
    margin: 0;
  }
}
.header {
  position: relative;
  z-index: 2000;
  padding: 20px 0 15px 0;
  background-color: black;
}
.header .inner_content {
  position: relative;
}
@media (max-width: 800px) {
  .header {
    padding-bottom: 0;
  }
  .header .inner_content {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.header-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
@media (max-width: 400px) {
  .header-logo {
    margin: 0;
  }
  .header-logo img {
    max-width: 100%;
    height: auto;
  }
}
.header-eisa {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0 20px 30px;
  border-left: 1px solid #333;
}
.header-eisa img {
  display: block;
}
@media (max-width: 400px) {
  .header-eisa {
    display: none;
  }
}
.header-tabs {
  position: absolute;
  right: 0;
  bottom: -15px;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-tabs li {
  display: inline-block;
}
.header-tabs li:first-child a {
  margin-left: 0;
}
.header-tabs li a {
  display: block;
  font-size: 18px;
  line-height: 65px;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 0 30px;
  margin-left: 20px;
}
.header-tabs li a.red {
  background-color: #fe0047;
}
.header-tabs li a.red:hover {
  background-color: #cb0039;
}
.header-tabs li a.green {
  background-color: #33b128;
}
.header-tabs li a.green:hover {
  background-color: #27871f;
}
@media (max-width: 1200px) {
  .header-tabs {
    right: 2%;
  }
  .header-tabs li a {
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
    margin-left: 10px;
  }
}
@media (max-width: 800px) {
  .header-tabs {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 20px;
    margin: 0;
  }
  .header-tabs li a {
    margin: 0 5px !important;
  }
}
@media (max-width: 300px) {
  .header-tabs li {
    display: block;
    width: 100%;
  }
  .header-tabs li a {
    line-height: 30px;
    margin: 0 !important;
  }
}
.navigation {
  position: relative;
  z-index: 2000;
  background-color: black;
}
.navigation .inner_content {
  position: relative;
  padding: 0;
  margin: 0 auto;
  background-color: #fe0047;
}
.navigation .navigation-responsive {
  display: none;
  height: 45px;
  font-size: 19px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding-left: 30px;
  background: url(../images/navigation_responsive.png) no-repeat 10px 15px;
}
@media (max-width: 800px) {
  .navigation .navigation-responsive {
    display: block;
  }
}
.navigation .navigation-search_responsive {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: url(../images/icon_search.png) no-repeat center center;
  border-left: 1px solid #cb0039;
}
@media (max-width: 800px) {
  .navigation .navigation-search_responsive {
    display: block;
  }
}
.navigation ul {
  display: table;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fe0047;
  border-bottom: 4px solid #cb0039;
}
.navigation ul li {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #cb0039;
}
.navigation ul li:first-child {
  border: none;
}
.navigation ul li a {
  display: block;
  height: 58px;
  font-size: 14px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 0 10px;
}
.navigation ul li a.hp {
  padding: 0 25px;
  background: url(../images/icon_home.png) no-repeat center center;
}
.navigation ul li a.hp:hover {
  background-color: #cb0039;
}
.navigation ul li a.hp span {
  display: none;
}
.navigation ul li a.search {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  text-align: left;
  padding: 0 20px 0 50px;
  background: url(../images/icon_search.png) no-repeat 20px center;
}
.navigation ul li a:hover,
.navigation ul li a.active {
  background-color: #cb0039;
}
@media (max-width: 1200px) {
  .navigation ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .navigation ul li a.search {
    padding: 0 20px;
    background-position: center center;
  }
  .navigation ul li a.search span {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navigation ul li a:hover {
    background-color: #fe0047 !important;
  }
}
@media (max-width: 800px) {
  .navigation .inner_content {
    width: 100%;
  }
  .navigation ul {
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
  }
  .navigation ul li {
    display: block;
    border: none;
    border-top: 1px solid #cb0039 !important;
  }
  .navigation ul li a {
    height: auto;
    line-height: 24px;
    text-align: left;
    padding: 12px 10px;
  }
  .navigation ul li a.hp {
    padding: 12px 10px;
    background: none;
  }
  .navigation ul li a.search {
    display: none;
  }
  .navigation ul li a:hover {
    background-color: #fe0047 !important;
  }
  .navigation ul li a span {
    display: block !important;
  }
}
.competition_bar {
  padding: 20px 0;
  background-color: white;
  border-bottom: 1px solid #d3d3d3;
}
.competition_bar-label {
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #666666;
}
@media (max-width: 1200px) {
  .competition_bar-label {
    float: none;
    margin-bottom: 20px;
  }
}
.competition_bar-text {
  float: right;
  width: 780px;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  padding-right: 35px;
}
.competition_bar-text img {
  float: left;
  display: block;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  .competition_bar-text {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .competition_bar-text {
    line-height: 24px;
  }
}
.content {
  position: relative;
  padding: 20px 0 50px 0;
  background-color: #eaeaea;
  border-bottom: 1px solid #d3d3d3;
}
.content.hp {
  padding-top: 35px;
}
.content.search {
  padding-top: 45px;
}
.hp_content_left {
  float: left;
  width: 850px;
}
.hp_content_left .left {
  float: left;
  width: 300px;
}
.hp_content_left .right {
  float: right;
  width: 480px;
}
@media (max-width: 1200px) {
  .hp_content_left {
    width: 100%;
  }
  .hp_content_left .left {
    width: 35.2941%;
  }
  .hp_content_left .right {
    width: 56.4706%;
  }
}
@media (max-width: 700px) {
  .hp_content_left .left {
    float: none;
    width: 100%;
  }
  .hp_content_left .right {
    float: none;
    width: 100%;
  }
}
.content_left {
  float: left;
  width: 770px;
}
@media (max-width: 1200px) {
  .content_left {
    float: none;
    width: 100%;
  }
  .content_left.rwd {
    float: left;
    width: 70%;
  }
}
@media (max-width: 900px) {
  .content_left.rwd {
    float: none;
    width: 100%;
  }
}
.content_right {
  float: right;
  width: 300px;
  padding-bottom: 270px;
}
.hp .content_right {
  padding-top: 46px;
}
.content_right.padding {
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .content_right {
    width: 28%;
  }
  .content_right.rwd_none {
    /*display: none;*/
  }
}
@media (max-width: 900px) {
  .content_right {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .content_right .rwd_hide {
    /*display: none;*/
  }
}
.fixed_adverts {
  position: relative;
  top: 0;
}
.content_right-advert {
  margin-bottom: 20px;
}
.content_right-advert img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content_right-fb_plugin {
  position: absolute;
  bottom: 80px;
}
.content_right-fb_plugin img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 800px) {
  .content_right-fb_plugin {
    position: relative;
    top: 0;
    margin-bottom: 15px;
    height: 220px;
  }
}
.news-item {
  margin-bottom: 30px;
}
.news-item .label {
  display: block;
  margin-bottom: 10px;
}
.news-item .label a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.news-item .label a:hover {
  color: #fe0047;
}
.news-item .img_label {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0;
  margin-bottom: 10px;
}
.news-item .img_label img {
  display: block;
  max-width: 100%;
  height: auto;
}
.news-item .img_label .label {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: white;
  padding: 0 20px 15px 20px;
  margin: 0;
}
.news-item .img_label:hover .label {
  color: #fe0047;
}
.news-item .desc {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.news-item .desc .img {
  float: left;
  display: block;
  margin: 7px 15px 3px 0;
}
.news-item .desc .img img {
  display: block;
}
@media (max-width: 1200px) {
  .news-item .img_label img {
    margin-bottom: 10px;
  }
  .news-item .img_label .label {
    position: relative;
    color: black;
    padding: 0;
  }
}
.article_bottom {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  color: #666666;
}
.article_bottom strong {
  font-weight: 700;
}
.article_bottom a {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #666666;
}
.article_bottom a:hover {
  text-decoration: underline;
  color: #fe0047;
}
.info_box {
  margin-bottom: 30px;
  background-color: white;
  border: 3px solid #d3d3d3;
}
.info_box-article {
  padding: 0 55px 35px 30px;
}
.info_box-article:first-child {
  padding-top: 35px;
}
.border .info_box-article {
  padding: 35px 55px 35px 30px;
  border-top: 1px solid #d3d3d3;
}
.border .info_box-article:first-child {
  border: none;
}
.info_box-article .img {
  float: left;
  display: block;
  width: 100px;
  padding-top: 6px;
}
.info_box-article .img img {
  display: block;
}
.info_box-article .desc {
  float: right;
  width: 275px;
}
.info_box-article .desc .label {
  display: block;
  margin-bottom: 10px;
}
.info_box-article .desc .label a {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.info_box-article .desc .label a:hover {
  color: #fe0047;
}
.info_box-article .desc .text {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.info_box-article .desc .text.no_margin {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .info_box-article .img {
    width: 25.3164%;
  }
  .info_box-article .img img {
    max-width: 100%;
    height: auto;
  }
  .info_box-article .desc {
    width: 73%;
  }
}
@media (max-width: 980px) {
  .info_box-article .img {
    width: 15%;
  }
  .info_box-article .desc {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .info_box-article {
    padding: 0 20px 20px 20px;
  }
  .info_box-article:first-child {
    padding-top: 20px;
  }
  .border .info_box-article {
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #d3d3d3;
  }
  .border .info_box-article:first-child {
    border: none;
  }
  .info_box-article .img {
    display: none;
  }
  .info_box-article .desc {
    width: 100%;
  }
}
.magazine_box {
  padding: 40px 45px 40px 30px;
}
.magazine_box-left {
  float: left;
  width: 170px;
  padding-top: 7px;
}
.magazine_box-left img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .magazine_box-left {
    width: 40%;
  }
}
@media (max-width: 980px) {
  .magazine_box-left {
    width: 30%;
  }
}
@media (max-width: 350px) {
  .magazine_box-left {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.magazine_box-right {
  float: right;
  width: 205px;
}
@media (max-width: 1200px) {
  .magazine_box-right {
    width: 59%;
  }
}
@media (max-width: 980px) {
  .magazine_box-right {
    width: 60%;
  }
}
@media (max-width: 350px) {
  .magazine_box-right {
    float: none;
    width: 100%;
  }
}
.magazine_box-table th,
.magazine_box-table td {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 0;
}
.magazine_box-table th {
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 30px;
}
@media (max-width: 980px) {
  .magazine_box-table tr,
  .magazine_box-table th,
  .magazine_box-table td {
    display: block;
    line-height: 18px;
    padding: 0;
  }
  .magazine_box-table th {
    padding-bottom: 0;
  }
  .magazine_box-table td {
    padding-bottom: 10px;
  }
}
.magazine_box-label {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 15px;
}
.magazine_box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.magazine_box-list li {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 0 20px;
  background: url(../images/li_bg.png) no-repeat left 12px;
}
.content_advert {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.content_advert.center {
  text-align: center;
}
.content_advert.center img {
  margin-left: auto;
  margin-right: auto;
}
.content_advert img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content_advert-label {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #727272;
  margin-bottom: 3px;
}
.bottom_block {
  padding: 40px 0;
  background-color: white;
}
.bottom_block.border {
  border-bottom: 1px solid #d3d3d3;
}
@media (max-width: 1200px) {
  .bottom_block {
    padding-top: 20px;
  }
}
.new_magazine {
  float: left;
  width: 360px;
  height: 160px;
  position: relative;
  padding: 0 150px 0 0;
  border-right: 1px solid #d3d3d3;
}
@media (max-width: 1200px) {
  .new_magazine {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 40px;
    border: none;
  }
}
.new_magazine-img {
  position: absolute;
  right: 50px;
  top: 10px;
}
@media (max-width: 1200px) {
  .new_magazine-img {
    display: none;
  }
}
.new_magazine-top {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  color: #666666;
  padding-top: 25px;
  margin-bottom: 10px;
}
.new_magazine-top .numbers {
  display: inline-block;
  width: 108px;
  height: 73px;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-align: right;
  line-height: 73px;
  letter-spacing: 25px;
  color: #555;
  text-shadow: 0 1px 1px white;
  padding-left: 7px;
  margin-left: 5px;
  background: url(../images/new_magazine_days.png) no-repeat left top;
}
@media (max-width: 330px) {
  .new_magazine-top .numbers {
    width: auto;
    height: auto;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-shadow: none;
    padding: 0;
    margin: 0;
    background: none;
  }
}
.new_magazine-bottom {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #666666;
}
.newsletter {
  float: right;
  width: 600px;
  font-size: 14px;
  color: #666666;
  padding-top: 12px;
}
.newsletter a {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .newsletter {
    float: none;
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .newsletter {
    width: 90%;
  }
}
@media (max-width: 650px) {
  .newsletter {
    width: 100%;
  }
}
.newsletter-label {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .newsletter-label {
    text-align: center;
  }
}
@media (max-width: 650px) {
  .newsletter-label {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 470px) {
  .newsletter-label {
    font-size: 24px;
  }
}
.newsletter-form {
  height: 48px;
  position: relative;
  margin-bottom: 10px;
  background-color: white;
  border: 2px solid lightgrey;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  display: block;
  width: 380px;
  height: 52px;
  position: absolute;
  left: -2px;
  top: -2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 52px;
  color: #c2c2c2;
  padding: 0 0 0 15px;
  background: none;
  border: none;
}
.newsletter-form .btn {
  width: 190px;
  position: absolute;
  top: -2px;
  right: -2px;
  padding: 0;
}
@media (max-width: 470px) {
  .newsletter-form {
    height: auto;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .newsletter-form input[type="text"],
  .newsletter-form input[type="email"] {
    width: 98%;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    padding: 0 2% 0 2%;
    margin-bottom: 10px;
    background-color: white;
    border: 2px solid lightgrey;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .newsletter-form .btn {
    position: relative;
    left: 0;
    top: 0;
  }
}
.footer {
  background-color: black;
}
.footer-navigation {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  text-align: center;
  list-style: none;
  padding: 40px 0;
  margin: 0;
}
.footer-navigation li {
  display: inline-block;
}
.footer-navigation li:first-child a {
  border-left: none;
}
.footer-navigation li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  padding: 0 30px;
  border-left: 1px solid #383838;
}
.footer-navigation li a:hover {
  color: #fe0047;
}
@media (max-width: 1200px) {
  .footer-navigation {
    padding-bottom: 25px;
  }
  .footer-navigation li a {
    margin-bottom: 15px;
    border: none;
  }
}
.copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: #989898;
  padding: 40px 0 80px 0;
  border-top: 1px solid #383838;
}
.copyright-left {
  float: left;
}
@media (max-width: 800px) {
  .copyright-left {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
.copyright-right {
  float: right;
  margin-left: -40px;
}
.copyright-right p {
  display: inline-block;
  margin: 0 0 0 40px;
}
.copyright-right p a img {
  position: relative;
  top: 4px;
}
.copyright-right a {
  font-size: 12px;
  text-decoration: none;
  color: #989898;
}
@media (max-width: 800px) {
  .copyright-right {
    float: none;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .hp_articles .inner_content {
    width: 100%;
    padding: 0;
  }
}
.hp_articles-left {
  float: left;
  display: block;
  width: 705px;
  height: 550px;
  position: relative;
}
.hp_articles-left .play {
	position: absolute;
	left: 292px;
	top: 215px;
}
@media (max-width: 1200px) {
  .hp_articles-left {
    width: 60.2564%;
    height: auto;
  }
  .hp_articles-left .play {
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }
}
@media (max-width: 465px) {
  .hp_articles-left {
    float: none;
    width: 100%;
  }
}
.hp_articles-right {
  float: right;
  width: 465px;
}
@media (max-width: 1200px) {
  .hp_articles-right {
    width: 39.7436%;
    height: auto;
  }
}
@media (max-width: 465px) {
  .hp_articles-right {
    float: none;
    width: 100%;
  }
}
.hp_articles-article {
  display: block;
  position: relative;
}
.hp_articles-article.main .label {
  padding: 0 70px 10px 70px;
}
.hp_articles-article.main .label h2 {
  font-size: 24px;
  line-height: 36px;
}
.hp_articles-article:hover .label h2,
.hp_articles-article:hover .label .more {
  color: #fe0047;
}
.hp_articles-article img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hp_articles-article .label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 10px 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.hp_articles-article .label h2 {
  font-size: 18px;
  line-height: 24px;
  color: white;
}
.hp_articles-article .label .label_separator {
  width: 48px;
  height: 3px;
  background-color: #fe0047;
}
.hp_articles-article .label .more {
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
  padding-right: 20px;
  background: url(../images/icon_arrow_more.png) no-repeat right center;
}
@media (max-width: 1000px) {
  .hp_articles-article.main .label {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hp_articles-article.main .label h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .hp_articles-article .label {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hp_articles-article .label h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .hp_articles-article .label .more {
    line-height: 30px;
  }
}
@media (max-width: 700px) {
  .hp_articles-article.main .label {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hp_articles-article.main .label h2 {
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
  }
  .hp_articles-article .label h2 {
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
  }
  .hp_articles-article .label .more {
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
  }
}
@media (max-width: 550px) {
  .hp_articles-article.main .label {
    padding-bottom: 5px;
  }
  .hp_articles-article .label {
    padding-bottom: 5px;
  }
  .hp_articles-article .label h2 {
    margin-bottom: 5px;
  }
}
@media (max-width: 465px) {
  .hp_articles-article.main .label {
    padding: 0 20px 10px 20px;
  }
  .hp_articles-article.main .label h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .hp_articles-article .label {
    padding: 0 20px 10px 20px;
  }
  .hp_articles-article .label h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 330px) {
  .hp_articles-article.main .label {
    padding: 0 10px 10px 10px;
  }
  .hp_articles-article.main .label h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .hp_articles-article .label {
    padding: 0 10px 10px 10px;
  }
  .hp_articles-article .label h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.breadcrumbs {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  padding: 20px 0;
  background-color: white;
  border-bottom: 1px solid #d3d3d3;
}
.breadcrumbs a {
  font-size: 13px;
}
.breadcrumbs .sep {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .breadcrumbs {
    line-height: 22px;
  }
  .breadcrumbs a {
    line-height: 22px;
  }
}
.magazines_filter {
  margin-bottom: 5px;
}
.magazines_filter th {
  padding-right: 10px;
}
.magazines_list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -30px;
}
@media (max-width: 1200px) {
  .magazines_list {
    margin-left: -2%;
  }
}
@media (max-width: 280px) {
  .magazines_list {
    margin-left: 0;
  }
}
.magazines_list-item {
  display: inline-block;
  margin: 0 0 30px 30px;
}
.magazines_list-item .img {
  display: block;
  margin-bottom: 5px;
}
.magazines_list-item .img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.magazines_list-item .label {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #bebdbd;
}
.magazines_list-item .label a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  color: black;
}
.magazines_list-item .label a:hover {
  color: #fe0047;
}
.magazines_list-item .info {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}
.magazines_list-item .info .left {
  float: left;
}
.magazines_list-item .info .right {
  float: right;
}
@media (max-width: 1200px) {
  .magazines_list-item {
    width: 14.6667%;
    margin: 0 0 4% 2%;
  }
  .magazines_list-item .label {
    border: none;
    padding-bottom: 0;
    margin-bottom: 3px;
  }
  .magazines_list-item .info .left {
    float: none;
    display: block;
  }
  .magazines_list-item .info .right {
    float: none;
    display: block;
  }
}
@media (max-width: 1050px) {
  .magazines_list-item {
    width: 18%;
  }
}
@media (max-width: 880px) {
  .magazines_list-item {
    width: 23%;
  }
}
@media (max-width: 680px) {
  .magazines_list-item {
    width: 31.33%;
  }
}
@media (max-width: 580px) {
  .magazines_list-item .label a {
    font-size: 14px;
  }
  .magazines_list-item .info {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 440px) {
  .magazines_list-item {
    width: 48%;
  }
}
@media (max-width: 280px) {
  .magazines_list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.articles_list {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.articles_list.half {
  margin: 0 0 0 -30px;
}
.articles_list.third {
  margin: 0 0 0 -40px;
}
@media (max-width: 1200px) {
  .articles_list.half {
    margin: 0 0 0 -2%;
  }
  .articles_list.third {
    margin: 0 0 0 -2%;
  }
}
@media (max-width: 950px) {
  .articles_list.half {
    margin-left: -4%;
  }
}
@media (max-width: 650px) {
  .articles_list.third {
    margin-left: -4%;
  }
}
@media (max-width: 480px) {
  .articles_list.half {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .articles_list.third {
    margin-left: 0;
  }
}
.articles_list-item {
  display: block;
  margin-bottom: 20px;
  background-color: white;
  border-right: 1px solid #dedede;
  border-bottom: 4px solid #dedede;
}
.half .articles_list-item {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin: 0 0 50px 30px;
  background: none;
  border: none;
}
.half .articles_list-item .img {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
.half .articles_list-item .label {
  margin-bottom: 5px;
}
.half .articles_list-item .label a {
  font-size: 18px;
  line-height: 24px;
}
.half .articles_list-item .text {
  font-size: 15px;
}
.third .articles_list-item {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 0 0 50px 40px;
  background: none;
  border: none;
}
.third .articles_list-item .img {
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
.third .articles_list-item .label {
  margin-bottom: 5px;
}
.third .articles_list-item .label a {
  font-size: 16px;
  line-height: 24px;
}
.third .articles_list-item .text {
  font-size: 15px;
}
.articles_list-item.advert_480 {
  width: 480px;
  border: 10px solid #dedede;
}
.articles_list-item.advert_480 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.articles_list-item .img {
  float: left;
  display: block;
  position: relative;
  width: 370px;
}
.articles_list-item .img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.articles_list-item .img .img_label {
  top: 30px;
}
.articles_list-item .desc {
  float: right;
  width: 329px;
  padding: 35px 40px 10px 30px;
  border-top: 1px solid #dedede;
}
.articles_list-item .label {
  margin-bottom: 10px;
}
.articles_list-item .label a {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}
.articles_list-item .label a:hover {
  color: #fe0047;
}
.articles_list-item .label .colored {
  line-height: 20px;
}
.articles_list-item .separator {
  width: 48px;
  height: 3px;
  margin-bottom: 10px;
  background-color: #fe0047;
}
.articles_list-item .text {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  margin-bottom: 10px;
}
.articles_list-item .text .colored {
  line-height: 16px;
}
.articles_list-item .colored {
  display: inline-block;
  background-color: #fffaaf;
}
@media (max-width: 1200px) {
  .half .articles_list-item {
    width: 23%;
    padding: 0;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .half .articles_list-item .label a {
    font-size: 16px;
    line-height: 22px;
  }
  .half .articles_list-item .text {
    font-size: 14px;
  }
  .third .articles_list-item {
    width: 31.3333%;
    padding: 0;
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .articles_list-item.advert_480 {
    max-width: 62.6666%;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .articles_list-item .img {
    width: 30%;
  }
  .articles_list-item .desc {
    width: 65%;
    padding-left: 0;
    padding-right: 1%;
    border: none !important;
  }
}
@media (max-width: 980px) {
  .articles_list-item .desc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 950px) {
  .half .articles_list-item {
    width: 46%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  .half .articles_list-item .label a {
    font-size: 18px;
    line-height: 24px;
  }
  .half .articles_list-item .text {
    font-size: 15px;
  }
}
@media (max-width: 890px) {
  .articles_list-item {
    padding: 2%;
  }
  .articles_list-item .img {
    float: none;
    width: 100%;
    padding: 0;
  }
  .articles_list-item .desc {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .third .articles_list-item {
    width: 46%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
}
@media (max-width: 600px) {
  .half .articles_list-item .label a {
    font-size: 16px;
    line-height: 22px;
  }
  .half .articles_list-item .text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .articles_list-item .label a {
    font-size: 20px;
    line-height: 24px;
  }
  .articles_list-item .text {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .half .articles_list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4%;
  }
  .half .articles_list-item .label a {
    font-size: 18px;
    line-height: 24px;
  }
  .half .articles_list-item .text {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .third .articles_list-item {
    width: 100%;
    margin-left: 0;
  }
  .articles_list-item.advert_480 {
    max-width: 100%;
    margin-bottom: 7%;
  }
}
.img_label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  color: white;
  padding: 0 15px;
}
.img_label.logo {
  padding: 0;
}
.img_label.logo img {
  display: block;
}
.img_label.black, .img_label.img_label_barva1 {
  background-color: black;
}
.img_label.white, .img_label.img_label_barva3 {
  color: black;
  background-color: white;
}
.img_label.red, .img_label.img_label_barva2 {
  background-color: #fe0047;
}
.img_label.border {
  border-left: 4px solid #fe0047;
}
.search-results {
  font-size: 16px;
  color: #666666;
  margin-bottom: 40px;
}
.search-results h1 {
  margin-bottom: 10px;
}
.autocomplete {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.autocomplete .inner_content {
  position: relative;
  z-index: 1100;
  padding: 30px 25px 35px 120px;
  background: url(../images/icon_autocomplete.png) #cb0039 no-repeat 25px center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
}
.autocomplete .btn {
  float: right;
  position: relative;
  top: 15px;
}
@media (max-width: 1200px) {
  .autocomplete .inner_content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 750px) {
  .autocomplete .inner_content {
    padding: 15px;
    background-image: none;
  }
  .autocomplete .btn {
    top: 0;
  }
}
.autocomplete-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.autocomplete-form {
  float: left;
  display: block;
  width: 800px;
  height: 64px;
}
.autocomplete-form fieldset {
  position: relative;
}
.autocomplete-form input[type=text] {
  display: block;
  width: 100%;
  height: 64px;
  position: absolute;
  left: 0;
  top: -1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 64px;
  color: white;
  padding: 0;
  background: none;
  border: none;
}
.autocomplete-form input[type=text]::-ms-clear {
  display: none;
}
@media (max-width: 1060px) {
  .autocomplete-form {
    width: 80%;
  }
}
@media (max-width: 750px) {
  .autocomplete-form {
    float: none;
    clear: right;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .autocomplete-form {
    height: 30px;
    padding-top: 10px;
  }
  .autocomplete-form input[type=text] {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}
.autocomplete-placeholder {
  width: 100%;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 64px;
  color: #a3002e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .autocomplete-placeholder {
    height: 30px;
    font-size: 24px;
    line-height: 30px;
  }
}
.side_navigation {
  margin-bottom: 45px;
}
@media (max-width: 900px) {
  .side_navigation {
    margin-bottom: 20px;
  }
  .side_navigation .block_sublabel {
    display: none;
  }
}
.side_navigation-responsive {
  display: none;
  height: 45px;
  font-size: 19px;
  font-weight: 400;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding-left: 30px;
  background: url(../images/navigation_responsive_black.png) white no-repeat 10px 15px;
}
@media (max-width: 900px) {
  .side_navigation-responsive {
    display: block;
  }
}
.side_navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side_navigation-list li {
  display: block;
  border-top: 1px solid #eaeaea;
}
.side_navigation-list li:first-child {
  border: none;
}
.side_navigation-list a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fe0047;
  padding: 15px 20px 12px 50px;
  background-color: white;
}
.side_navigation-list a:hover {
  background-color: #f9f9f9;
}
.side_navigation-list a.active {
  color: black;
  background-color: #f9f9f9;
}
.side_navigation-list a.active i {
  background-position: left -48px;
}
.side_navigation-list a i {
  display: block;
  width: 11px;
  height: 18px;
  position: absolute;
  left: 20px;
  top: 20px;
  background: url(../images/side_navi_arrows.png) no-repeat left top;
}
@media (max-width: 900px) {
  .side_navigation-list {
    display: none;
  }
  .side_navigation-list a:hover {
    background-color: white;
  }
}
.article_perex {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .article_perex {
    font-size: 20px;
    line-height: 26px;
  }
}
.article_detail h1 {
  margin-bottom: 10px;
}
.article_detail .article_bottom {
  text-transform: none;
  margin-bottom: 10px;
}
.article_detail .article_bottom a {
  text-transform: none;
}
.article_detail-gallery_controls {
  width: 100%;
  height: 58px;
  margin-bottom: 0;
  background-color: white;
}
.article_detail-gallery_controls .btn {
  float: right;
  display: block;
  color: white;
  background-color: #fe0047;
}
.article_detail-gallery_controls .btn:hover {
  background-color: #cb0039;
}
.article_detail-gallery_controls .btn .arrow {
  background-position: -17px top;
}
@media (max-width: 1200px) {
  .article_detail-gallery_controls {
    height: auto;
    background: none;
  }
  .article_detail-gallery_controls .btn {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: 150px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.gallery_controls-dropdown {
  float: left;
  width: 110px;
  height: 58px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-right: 1px solid #bbbbbb;
}
.gallery_controls-dropdown li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.gallery_controls-dropdown .dropdown-main {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding-right: 20px;
  /*background: url(../images/dropdown_arrow.png) no-repeat 90px 27px;*/
}
.gallery_controls-dropdown .dropdown-main sup {
  position: relative;
  top: 2px;
  left: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.gallery_controls-dropdown .dropdown-values {
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  z-index: 1000;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery_controls-dropdown .dropdown-values li {
  padding: 0;
  margin: 0;
}
.gallery_controls-dropdown .dropdown-value {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding: 0;
}
.gallery_controls-dropdown .dropdown-value:hover {
  color: white;
  background-color: #fe0047;
}
@media (max-width: 1200px) {
  .gallery_controls-dropdown {
    width: 150px;
    background-color: white;
    border: none;
  }
  .gallery_controls-dropdown .dropdown-main {
    background-position: 130px 27px;
  }
}
.gallery_controls-title {
  float: left;
  width: 320px;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 58px;
  padding: 0 10px 0 30px;
}
@media (max-width: 1200px) {
  .gallery_controls-title {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
  }
}
.article_detail-gallery {
  margin-bottom: 45px;
}
.article_detail-gallery .main_img {
  display: block;
  margin-bottom: 7px;
}
.article_detail-gallery .main_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article_detail-gallery .thumbs {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  margin-left: -10px;
}
.article_detail-gallery .thumbs .thumb {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
  margin-bottom: 7px;
}
.article_detail-gallery .thumbs .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article_detail-gallery .thumbs .more {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: -7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fe0047;
  margin-left: 20px;
}
.article_detail-gallery .thumbs .more:hover {
  color: black;
}
.article_detail-gallery .img_desc {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 1200px) {
  .article_detail-gallery {
    margin-bottom: 30px;
  }
  .article_detail-gallery .thumbs .more {
    display: block;
    top: 0;
    margin-left: 10px;
  }
  .article_detail-gallery .img_desc {
    text-align: left;
  }
}
.article_detail-content {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.article_detail-content_inner {
  padding-left: 195px;
}
.article_detail-content_inner img {
  max-width: 100%;
  height: auto;
}
.article_detail-content_inner a {
  font-size: 18px;
}
.article_detail-content_inner p {
  margin-bottom: 40px;
}
.article_detail-content_inner h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.article_detail-content_inner .citat {
  display: block;
  width: 750px;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0 0 80px -175px;
}
.article_detail-content_inner .citat .author {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
}
.article_detail-content_inner .advert_650 {
  width: 630px;
  margin: 0 0 40px -75px;
  border: 10px solid #dedede;
}
.article_detail-content_inner .advert_650 a,
.article_detail-content_inner .advert_650 img {
  display: block;
}
.article_detail-content_inner .advert_650 img {
  max-width: 100%;
  height: auto;
}
.article_detail-content_inner .table_670 {
  width: 670px;
  margin: 0 0 40px -100px;
}
.article_detail-content_inner .table_670 table {
  width: 100%;
  margin: 0;
}
.article_detail-content_inner .table_670 table th,
.article_detail-content_inner .table_670 table td {
  padding: 8px 15px;
}
.article_detail-content_inner .table_670 table th {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: white;
  border: none;
  background-color: #fe0047;
}
.article_detail-content_inner .table_670 table td {
  border: 1px solid #eaeaea;
  background-color: white;
}
.article_detail-content_inner .table_670 table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
@media (max-width: 1200px) {
  .article_detail-content_inner {
    padding-left: 0;
  }
  .article_detail-content_inner .citat {
    width: 100%;
    padding-top: 0;
    margin: 0 0 20px 0;
  }
  .article_detail-content_inner .advert_650 {
    max-width: 100%;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .article_detail-content_inner .table_670 {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 550px) {
  .article_detail-content_inner .citat {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .article_detail-content_inner .citat .author {
    line-height: 18px;
    padding: 10px 0;
  }
}
@media (max-width: 350px) {
  .article_detail-content_inner .citat {
    font-size: 20px;
    line-height: 30px;
  }
}
.article_tags {
  width: 170px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .article_tags {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .article_tags .block_sublabel {
    line-height: auto;
    margin-bottom: 0;
  }
}
.article_tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article_tags-list li {
  display: block;
  margin-bottom: 7px;
}
@media (max-width: 1200px) {
  .article_tags-list li {
    display: inline-block;
    margin-bottom: 0;
  }
}
.article_tags-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 2px 6px;
  background-color: white;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
}
.article_tags-tag:hover {
  color: black;
}
.article_author {
  margin: 0 0 70px 195px;
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1200px) {
  .article_author {
    margin-left: 0;
  }
}
.article_author-img {
  float: left;
  width: 100px;
}
.article_author-img a,
.article_author-img img {
  display: block;
  margin: 0 auto;
}
.article_author-img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .article_author-img {
    width: 10%;
  }
}
@media (max-width: 800px) {
  .article_author-img {
    float: none;
    width: 100%;
  }
  .article_author-img a,
  .article_author-img img {
    margin: 0;
  }
}
.article_author-desc {
  float: right;
  width: 440px;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #5b5b5b;
  padding: 10px 20px 0 0;
}
.article_author-desc .label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
  color: #fe0047;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .article_author-desc {
    width: 85%;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .article_author-desc {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.article_pagination {
  height: 58px;
  margin-bottom: 30px;
  background-color: white;
}
.article_pagination .btn.prev {
  float: left;
}
.article_pagination .btn.prev.active .arrow {
  background-position: left top;
}
.article_pagination .btn.next {
  float: right;
}
.article_pagination .btn.next.active .arrow {
  background-position: -17px top;
}
.article_pagination .btn.active {
  color: white;
  background-color: #fe0047;
}
.article_pagination .btn.active:hover {
  background-color: #cb0039;
}
@media (max-width: 350px) {
  .article_pagination {
    height: auto;
  }
  .article_pagination .btn.prev,
  .article_pagination .btn.next {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 350px) {
  .article_previews {
    display: none;
  }
}
.article_preview {
  width: 320px;
}
.article_preview.prev {
  float: left;
}
.article_preview.prev .article_preview-img {
  float: left;
}
.article_preview.prev .article_preview-desc {
  float: right;
}
.article_preview.next {
  float: right;
}
.article_preview.next .article_preview-img {
  float: right;
  text-align: right;
}
.article_preview.next .article_preview-desc {
  float: left;
  text-align: right;
}
@media (max-width: 670px) {
  .article_preview {
    width: 50%;
  }
  .article_preview.prev .article_preview-img,
  .article_preview.next .article_preview-img {
    float: none;
  }
  .article_preview.prev .article_preview-desc,
  .article_preview.next .article_preview-desc {
    float: none;
  }
}
.article_preview-img {
  display: block;
  width: 100px;
  padding-top: 3px;
}
.article_preview-img img {
  display: block;
}
@media (max-width: 670px) {
  .article_preview-img {
    width: 100%;
    padding: 0;
  }
  .article_preview-img img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
}
.article_preview-desc {
  display: block;
  width: 200px;
}
.article_preview-desc .date {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 5px;
}
.article_preview-desc .label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}
.article_preview-desc .label a {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  color: black;
}
.article_preview-desc .label a:hover {
  color: #fe0047;
}
@media (max-width: 670px) {
  .article_preview-desc {
    width: 100%;
  }
}
.magazine_left {
  float: left;
  width: 270px;
}
.magazine_left .block_sublabel {
  line-height: 24px;
}
.magazine_left .more {
  display: block;
  font-family: PlayfairDisplay;
  font-size: 14px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .magazine_left {
    float: none;
    width: 100%;
  }
  .magazine_left .more {
    text-align: left;
  }
}
.magazine-main_img {
  display: block;
  padding-top: 5px;
  margin-bottom: 20px;
}
.magazine-main_img a,
.magazine-main_img img {
  display: block;
}
.magazine-main_img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 300px) {
  .magazine-main_img {
    margin-bottom: 10px;
  }
}
.magazine-thumbs {
  font-size: 0;
  letter-spacing: 0;
  word-spacing: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -15px;
}
.magazine-thumbs li {
  display: inline-block;
  margin: 0 0 15px 15px;
}
.magazine-thumbs li a,
.magazine-thumbs li img {
  display: block;
}
@media (max-width: 300px) {
  .magazine-thumbs li {
    margin-bottom: 10px;
  }
}
.magazine_right {
  float: right;
  width: 500px;
}
@media (max-width: 1200px) {
  .magazine_right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.magazine_right-inner {
  padding-left: 30px;
  font-family: PlayfairDisplay;
  font-size: 15px;
  line-height: 30px;
}
.magazine_right-inner a {
  font-size: 15px;
}
.magazine_right-inner p {
  margin-bottom: 40px;
}
.magazine_right-inner h1 {
  line-height: 48px;
}
.magazine_right-inner h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.magazine_right-inner .perex {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .magazine_right-inner {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .magazine_right-inner h1 {
    line-height: 40px;
  }
}
.label_info {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #33b128;
  padding: 5px 6px 4px 6px;
  background-color: white;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
}
.magazine-order_box {
  margin-bottom: 30px;
  background-color: white;
  border: 3px solid lightgrey;
}
.magazine-order_box .top {
  padding: 25px 20px;
  border-bottom: 1px solid #eaeaea;
}
.magazine-order_box .top .text {
  float: left;
  font-family: PlayfairDisplay;
  font-size: 14px;
  font-style: italic;
  line-height: 48px;
}
.magazine-order_box .top .btn {
  float: right;
}
.magazine-order_box .bottom {
  padding: 10px 20px 25px 20px;
}
.magazine-order_box .bottom .text {
  font-family: PlayfairDisplay;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .magazine-order_box .top {
    text-align: center;
  }
  .magazine-order_box .top .text {
    float: none;
    display: block;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .magazine-order_box .top .btn {
    float: none;
  }
  .magazine-order_box .bottom {
    text-align: center;
  }
  .magazine-order_box .bottom .text {
    line-height: 18px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .magazine-order_box .bottom .btn {
    float: none;
    margin: 5px;
  }
}
@media (max-width: 520px) {
  .magazine-order_box .btn {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 300px) {
  .magazine-order_box .top {
    padding: 15px 10px;
  }
  .magazine-order_box .bottom {
    padding: 0 10px 15px 10px;
  }
  .magazine-order_box .btn {
    width: 100%;
  }
}
.magazine-gifts a,
.magazine-gifts img {
  display: block;
}
.magazine-gifts img {
  max-width: 100%;
  height: auto;
}
.gallery_header {
  padding: 20px 40px;
  background-color: black;
}
@media (max-width: 880px) {
  .gallery_header {
    padding-left: 2%;
    padding-right: 2%;
  }
}
.gallery_header-logo {
  float: left;
  display: block;
  margin-right: 60px;
}
.gallery_header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1230px) {
  .gallery_header-logo {
    margin-right: 0;
  }
}
.gallery_header-close {
  float: right;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 30px;
  color: white;
}
.gallery_header-close:hover {
  color: #fe0047;
}
.gallery_header-close:hover i {
  background-position: -16px top;
}
.gallery_header-close i {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-left: 20px;
  background: url(../images/icon_close_gallery.png) no-repeat left top;
}
@media (max-width: 550px) {
  .gallery_header-close span {
    display: none;
  }
}
.gallery_header-name {
  float: left;
  width: 40%;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.gallery_header-name strong {
  font-weight: 700;
}
@media (max-width: 1230px) {
  .gallery_header-name {
    clear: both;
    float: none;
    width: 100% !important;
    padding-top: 20px;
  }
}
.gallery_header-info {
  float: right;
  width: 190px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #727272;
  padding-left: 50px;
  margin-right: 30px;
  background: url(../images/icon_keyboard.png) no-repeat left center;
}
@media (max-width: 800px) {
  .gallery_header-info {
    display: none;
  }
}
.gallery_content {
  padding: 50px 0 60px 0;
  background-color: #1c1c1c;
}
.gallery_content-inner {
  /*width: 1380px;*/
  width: 94%;
  padding: 0 3%;  
  margin: 0 auto;
}
@media (max-width: 1380px) {
  .gallery_content-inner {
  }
}
@media (max-width: 1050px) {
  .gallery_content-inner {
    /*width: 100%;*/
  }
}
.gallery_thumbs {  
  width: auto;
  margin: 0 auto 20px auto;
  display: table;
}
@media (max-width: 1050px) {
  .gallery_thumbs {
    /*width: 12%;*/
  }
}
@media (max-width: 880px) {
  .gallery_thumbs {
    display: none;
  }
}
.gallery_thumbs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery_thumbs-list li {
  display: block;
  margin: 0 22px 1px 0;
  float: left;
  height: 100px;
}
.gallery_thumbs-list li a,
.gallery_thumbs-list li img {
  display: block;
}
.gallery_thumbs-list li img {
  /*max-width: 100%;*/
  height: auto;
  margin: 0 auto;
}
.gallery_thumbs-pagination {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: white;
}
.gallery_thumbs-pagination .prev,
.gallery_thumbs-pagination .next {
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  top: 2px;
  background: url(../images/gallery_thumbs_arrows.png) no-repeat left top;
}
.gallery_thumbs-pagination .prev.prev,
.gallery_thumbs-pagination .next.prev {
  left: 0;
}
.gallery_thumbs-pagination .prev.prev:hover,
.gallery_thumbs-pagination .next.prev:hover {
  background-position: left -10px;
}
.gallery_thumbs-pagination .prev.next,
.gallery_thumbs-pagination .next.next {
  right: 0;
  background-position: -9px top;
}
.gallery_thumbs-pagination .prev.next:hover,
.gallery_thumbs-pagination .next.next:hover {
  background-position: -9px -10px;
}
.gallery_main {
  float: left;
  width: 100%;
}
.gallery_main .left {
  float: left;
  width: 810px;
}
.gallery_main .right {
  float: right;
  width: 300px;
}
@media (max-width: 1380px) {
  .gallery_main {
    /*width: 100%;*/
  }
  .gallery_main .left {
    float: left;
    /*width: 100%;*/
  }
  .gallery_main .right {
    /*display: none;*/
  }
}
@media (max-width: 1200px) {
  .gallery_main .left {
    width: 100%;
  }  
  .gallery_main .right {
    float: left;
    margin: 20px 0;
  }
}
@media (max-width: 1050px) {
  .gallery_main {
    width: 100%;
  }    
}
@media (max-width: 880px) {
  .gallery_main {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.gallery_main_img {
  position: relative;
  margin-bottom: 25px;
  background-color: black;
}
.gallery_main_img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.gallery_main_img-controls {
  /*
  width: 100%;
  height: 58px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  */
}
.gallery_main_img-controls .prev,
.gallery_main_img-controls .next {
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 44%;
  background-color: rgba(0, 0, 0, 0.2);
}
.gallery_main_img-controls .prev i,
.gallery_main_img-controls .next i {
  display: block;
  width: 17px;
  height: 30px;
  position: relative;
  top: 14px;
  margin: 0 auto;
  background: url(../images/pagination_arrows.png) no-repeat left top;
}
.gallery_main_img-controls .prev.prev,
.gallery_main_img-controls .next.prev {
  left: 0;
}
.gallery_main_img-controls .prev.next,
.gallery_main_img-controls .next.next {
  right: 0;
}
.gallery_main_img-controls .prev.next i,
.gallery_main_img-controls .next.next i {
  background-position: -17px top;
}
.gallery_main_img-controls .prev:hover,
.gallery_main_img-controls .next:hover {
  background-color: #fe0047;
}
.gallery_main-socials {
  float: left;
  width: 150px;
}
@media (max-width: 950px) {
  .gallery_main-socials {
    float: none;
    width: 100%;
  }
}
.gallery_main-content {
  float: right;
  width: 630px;
}
.gallery_main-content .text {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 30px;
  color: white;
}
.gallery_main-content .author {
  font-size: 14px;
  line-height: 30px;
  color: #727272;
  margin-bottom: 40px;
}
@media (max-width: 950px) {
  .gallery_main-content {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .gallery_main-content .author {
    margin-bottom: 20px;
  }
}
