@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/PlayfairDisplay-Regular.ttf);
}
body {
  font-family: 'Roboto';
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
}
h1 {
  font-family: 'Playfair Display';
  font-size: 24pt;
}
h2 {
  font-family: 'Playfair Display';
  font-size: 22pt;
}
h3 {
  font-family: 'Roboto';
  font-weight: 200;
  font-size: 20pt;
}
h4 {
  font-family: 'Playfair Display';
  font-size: 18pt;
}
h5 {
  font-family: 'Playfair Display';
  font-size: 16pt;
}
h6 {
  font-family: 'Playfair Display';
  font-size: 14pt;
}
.heading {
  clear: both;
}
.heading a {
  text-decoration: none;
  color: #000000;
}
.heading-2 {
  margin: 0px;
  padding: 0px;
  clear: both;
}
.heading-2 a {
  text-decoration: none;
  color: #000000;
}
.heading-3 {
  background-color: #464646;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  padding: 0px;
  clear: both;
}
.heading-3 h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.heading-3 a {
  text-decoration: none;
  color: #ffffff;
}
.hr {
  margin-bottom: 30px;
  height: 3px;
}
.hr .hr-c1 {
  background-color: #e3000f;
  height: 100%;
}
.hr .hr-c2 {
  background-color: #d7d7d7;
  height: 100%;
}
.mini-module-t2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .heading-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mini-module-t2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 992px) {
  body {
    padding-top: 65px;
  }
}
.clear {
  clear: both;
}
.row-reset {
  margin: 0;
  padding: 0;
}
.reset-margin-top {
  margin-top: 0px;
}
.reset-margin-bottom {
  margin-bottom: 0px;
}
.reset-margin-left {
  margin-left: 0px;
}
.reset-margin-right {
  margin-right: 0px;
}
.reset-margin-all {
  margin: 0px 0px 0px 0px;
}
.reset-padding-top {
  padding-top: 0px;
}
.reset-padding-bottom {
  padding-bottom: 0px;
}
.reset-padding-left {
  padding-left: 0px;
}
.reset-padding-right {
  padding-right: 0px;
}
.reset-padding-all {
  padding: 0px 0px 0px 0px;
}
.space-big {
  height: 60px;
}
.space-small {
  height: 30px;
}
.bx-wrapper {
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}
#gotop {
  display: none;
  cursor: pointer;
  color: #848383 !important;
  font-size: 25px;
  text-align: center;
  padding: 20px 15px 0px 15px !important;
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: #252525 !important;
  opacity: 0.8;
  width: 66px;
  height: 66px;
}
.section-default {
  background-color: #ffffff;
  width: 100%;
  margin: 30px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}
.section-inverted {
  background-color: #ebebeb;
  width: 100%;
  margin: 30px 0px 30px 0px;
  padding: 30px 0px 60px 0px;
  clear: both;
}
article {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .section-default {
    background-color: #ffffff;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
  }
  .section-inverted {
    background-color: #ebebeb;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    clear: both;
  }
}
.btn-normal {
  float: right;
  cursor: pointer;
  min-width: 160px;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
  background-color: #acacac;
  border-right: 8px solid #898989;
}
.btn-normal:link {
  text-decoration: none;
  color: #ffffff;
  background-color: #acacac;
  border-right: 8px solid #898989;
}
.btn-normal:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #989898;
  border-right: 8px solid #646464;
}
.btn-normal:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #989898;
  border-right: 8px solid #646464;
}
.btn-normal:visited {
  text-decoration: none;
  color: #ffffff;
  background-color: #989898;
  border-right: 8px solid #646464;
}
.btn-strong {
  float: right;
  cursor: pointer;
  min-width: 160px;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
  background-color: #fa1c2b;
  border-right: 8px solid #df000f;
}
.btn-strong:link {
  text-decoration: none;
  color: #ffffff;
  background-color: #fa1c2b;
  border-right: 8px solid #df000f;
}
.btn-strong:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.btn-strong:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.btn-strong:visited {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.btn-category {
  float: right;
  color: #000000;
}
.btn-category:hover {
  color: #9d9d9d;
  text-decoration: none;
}
.btn-category .arrow {
  color: #ffffff;
  background-color: #e3000f;
  padding: 5px 8px;
  margin-left: 5px;
}
.btn-wall {
  float: right;
  color: #000000;
}
.btn-wall a {
  color: #000000;
}
.btn-wall:link {
  text-decoration: underline;
  color: #000000;
}
.btn-wall:hover {
  text-decoration: underline;
  color: #000000;
}
.btn-wall:active {
  text-decoration: underline;
  color: #000000;
}
.btn-wall:visited {
  text-decoration: underline;
  color: #000000;
}
.btn-light {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  color: #7d7d7d;
  background-color: #ebebeb;
  border-right: 8px solid #cbcbcb;
}
.btn-light:link {
  text-decoration: none;
  color: #7d7d7d;
  background-color: #ebebeb;
  border-right: 8px solid #cbcbcb;
}
.btn-light:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #c1c1c1;
  border-right: 8px solid #a4a4a4;
}
.btn-light:active {
  text-decoration: none;
  color: #7d7d7d;
  background-color: #ebebeb;
  border-right: 8px solid #cbcbcb;
}
.btn-light:visited {
  text-decoration: none;
  color: #7d7d7d;
  background-color: #ebebeb;
  border-right: 8px solid #cbcbcb;
}
@media only screen and (max-width: 480px) {
  .btn-normal {
    float: right;
    cursor: pointer;
    min-width: 100%;
    padding: 10px 15px;
    text-align: center;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  s .btn-normal:link {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-normal:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-normal:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-normal:visited {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-strong {
    float: right;
    cursor: pointer;
    height: 40px;
    min-width: 100%;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-strong:link {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-strong:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-strong:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-strong:visited {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-category {
    float: right;
    color: #ffffff;
    background-color: #e3000f;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .btn-category:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .btn-category .arrow {
    color: #ffffff;
    background-color: #e3000f;
    padding: 0px 0px;
    margin-left: 5px;
  }
  .btn-wall {
    float: right;
    color: #ffffff;
    text-align: center;
    background-color: #acacac;
    width: 100%;
    padding: 10px;
  }
  .btn-wall a {
    color: #ffffff;
  }
  .btn-wall:link {
    text-decoration: none;
    color: #ffffff;
  }
  .btn-wall:hover {
    text-decoration: none;
    color: #ffffff;
  }
  .btn-wall:active {
    text-decoration: none;
    color: #ffffff;
  }
  .btn-wall:visited {
    text-decoration: none;
    color: #ffffff;
  }
}
@media only screen and (max-width: 320px) {
  .btn-normal {
    float: right;
    cursor: pointer;
    height: 40px;
    min-width: 100%;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-normal:link {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-normal:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-normal:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-normal:visited {
    text-decoration: none;
    color: #ffffff;
    background-color: #acacac;
    border-right: 8px solid #898989;
  }
  .btn-strong {
    float: right;
    cursor: pointer;
    height: 40px;
    min-width: 100%;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-strong:link {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-strong:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-strong:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-strong:visited {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: 8px solid #df000f;
  }
  .btn-category {
    float: right;
    color: #ffffff;
    background-color: #e3000f;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .btn-category:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .btn-category:focus {
    color: #ffffff;
    text-decoration: none;
  }
  .btn-category:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .btn-category:active {
    color: #ffffff;
    text-decoration: none;
  }
  .btn-category:link {
    color: #ffffff;
    text-decoration: none;
  }
  .btn-category .arrow {
    color: #ffffff;
    background-color: #e3000f;
    padding: 0px 0px;
    margin-left: 5px;
  }
  .btn-wall {
    float: right;
    color: #ffffff;
    text-align: center;
    background-color: #acacac;
    width: 100%;
    padding: 10px;
  }
  .btn-wall a {
    color: #ffffff;
  }
  .btn-wall:link {
    text-decoration: none;
    color: #ffffff;
  }
  .btn-wall:hover {
    text-decoration: none;
    color: #ffffff;
  }
  .btn-wall:active {
    text-decoration: none;
    color: #ffffff;
  }
  .btn-wall:visited {
    text-decoration: none;
    color: #ffffff;
  }
}
.buttons-social {
  margin-bottom: 40px;
}
.btn-facebook {
  background-color: #3a589e;
  text-align: center;
  border: none;
  width: 100%;
  height: 40px;
  margin-top: 30px;
}
.btn-facebook a {
  color: #ffffff;
}
.btn-facebook:hover {
  background-color: #30487f;
}
.btn-twitter {
  background-color: #60a9de;
  text-align: center;
  border: none;
  width: 100%;
  height: 40px;
  margin-top: 30px;
}
.btn-twitter a {
  color: #ffffff;
}
.btn-twitter:hover {
  background-color: #4d8ab7;
}
@media only screen and (max-width: 480px) {
  .btn-facebook {
    background-color: #3a589e;
    text-align: center;
    border: none;
    width: 100%;
    height: 40px;
    margin-top: 30px;
  }
  .btn-facebook a {
    color: #ffffff;
  }
  .btn-facebook:hover {
    background-color: #30487f;
  }
  .btn-twitter {
    background-color: #60a9de;
    text-align: center;
    border: none;
    width: 100%;
    height: 40px;
    margin-top: 0px;
  }
  .btn-twitter a {
    color: #ffffff;
  }
  .btn-twitter:hover {
    background-color: #4d8ab7;
  }
}
@media only screen and (max-width: 320px) {
  .btn-facebook {
    background-color: #3a589e;
    text-align: center;
    border: none;
    width: 100%;
    height: 40px;
    margin-top: 30px;
  }
  .btn-facebook a {
    color: #ffffff;
  }
  .btn-facebook:hover {
    background-color: #30487f;
  }
  .btn-twitter {
    background-color: #60a9de;
    text-align: center;
    border: none;
    width: 100%;
    height: 40px;
    margin-top: 0px;
  }
  .btn-twitter a {
    color: #ffffff;
  }
  .btn-twitter:hover {
    background-color: #4d8ab7;
  }
}
.only-here {
  background: url(../images/only-here.png) no-repeat transparent;
  background-position: 13px 9px;
  z-index: 1;
  position: absolute;
  padding: 8px 12px 8px 32px;
  font-size: 12pt;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  background-color: #f3131f;
}
.hot-topic {
  background: url(../images/hot-topic.png) no-repeat transparent;
  background-position: 13px 9px;
  z-index: 1;
  position: absolute;
  padding: 8px 12px 8px 32px;
  font-size: 12pt;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  background-color: #f3131f;
}
.category-tag {
  font-size: 10pt;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  background-color: #f3131f;
  max-width: 235px;
}
.comments {
  padding-left: 0px;
  margin-left: 0px;
}
.comments .comments-list {
  margin-top: 60px;
}
.comments .info {
  margin-bottom: 30px;
}
.comments ul {
  list-style-type: none;
}
.comments-item {
  clear: both;
}
.comments-item .avatar {
  width: 60px;
  float: left;
}
.comments-item .avatar img {
  width: 60px;
  height: 60px;
}
.comments-item .user {
  padding-top: 3px;
  padding-left: 20px;
  width: 655px;
  height: 60px;
  float: left;
}
.comments-item .name {
  font-size: 14pt;
  margin-bottom: 5px;
}
.comments-item .time {
  text-transform: uppercase;
  color: grey;
  margin-bottom: 5px;
}
.comments-item .content {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.comments-item .content .message {
  font-size: 10pt;
  margin-left: 80px;
  margin-bottom: 20px;
}
.comments-item .content .reply {
  float: right;
}
.comments-item .content .reply a {
  color: silver;
}
.comments-item .content .reply a:hover {
  text-decoration: none;
}
.child {
  margin-left: 50px;
}
.comments-form .inputs .input-comments {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  border: 1px solid silver;
}
.comments-form .textarea-comments {
  resize: none;
  padding: 10px;
  width: 100%;
  height: 150px;
  border: 1px solid silver;
}
.comments-form .captcha {
  font-size: 10pt;
  color: silver;
  height: 170px;
}
.comments-form .btn-submit {
  cursor: pointer;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  color: #ffffff;
  background-color: #fa1c2b;
  border: none;
  border-right: 8px solid #df000f;
}
.comments-form .btn-submit:link {
  text-decoration: none;
  color: #ffffff;
  background-color: #fa1c2b;
  border-right: 8px solid #df000f;
}
.comments-form .btn-submit:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.comments-form .btn-submit:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.comments-form .btn-submit:visited {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.comments-box {
  height: 88px;
  margin-bottom: 20px;
  clear: both;
}
.comments-box .image {
  padding: 0px;
}
.comments-box .box {
  padding: 0px;
  padding-left: 30px;
}
.comments-box .box .arrow {
  position: absolute;
  top: 23px;
  left: 8px;
}
.comments-box .title {
  height: 88px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  transition: background-color 0.8s;
  padding: 15px;
}
.comments-box .title:hover {
  background-color: #f3f3f3;
}
.comments-box .title a {
  color: #403e3e;
  text-decoration: none;
}
.comments-box .title a p {
  display: inline;
  margin: 0px;
  padding: 0px;
}
.comments-box .title a:link {
  color: #403e3e;
  text-decoration: none;
}
.comments-box .title a:hover {
  color: #403e3e;
  text-decoration: none;
}
.comments-box .title a:active {
  color: #403e3e;
  text-decoration: none;
}
.comments-box .title a:visited {
  color: #403e3e;
  text-decoration: none;
}
.comments-box-inverted {
  height: 88px;
  margin-bottom: 30px;
  clear: both;
}
.comments-box-inverted .image {
  padding: 0px;
}
.comments-box-inverted .box {
  padding: 0px;
  padding-right: 30px;
}
.comments-box-inverted .box .arrow {
  position: absolute;
  top: 23px;
  right: 8px;
}
.comments-box-inverted .title {
  height: 88px;
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  transition: background-color 0.8s;
  padding: 15px;
}
.comments-box-inverted .title:hover {
  background-color: #f3f3f3;
}
.comments-box-inverted .title a {
  color: #403e3e;
  text-decoration: none;
}
.comments-box-inverted .title a p {
  display: inline;
  margin: 0px;
  padding: 0px;
}
.comments-box-inverted .title a:link {
  color: #403e3e;
  text-decoration: none;
}
.comments-box-inverted .title a:hover {
  color: #403e3e;
  text-decoration: none;
}
.comments-box-inverted .title a:active {
  color: #403e3e;
  text-decoration: none;
}
.comments-box-inverted .title a:visited {
  color: #403e3e;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .comments-box {
    height: 72px;
  }
  .comments-box .box .arrow {
    top: 14px;
    left: 8px;
  }
  .comments-box .title {
    font-size: 9pt;
    height: 72px;
    padding: 15px;
  }
  .comments-box-inverted {
    height: 72px;
  }
  .comments-box-inverted .box .arrow {
    top: 14px;
    right: 8px;
  }
  .comments-box-inverted .title {
    font-size: 9pt;
    height: 72px;
    padding: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .comments-box {
    height: 174px;
  }
  .comments-box .box .arrow {
    top: 66px;
    left: 8px;
  }
  .comments-box .title {
    font-size: 14pt;
    height: 174px;
    padding: 25px;
  }
  .comments-box-inverted {
    height: 174px;
  }
  .comments-box-inverted .box .arrow {
    top: 66px;
    right: 8px;
  }
  .comments-box-inverted .title {
    font-size: 14pt;
    height: 174px;
    padding: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .comments-box {
    height: 148px;
  }
  .comments-box .box .arrow {
    top: 52px;
    left: 8px;
  }
  .comments-box .title {
    font-size: 14pt;
    height: 148px;
    padding: 25px;
  }
  .comments-box-inverted {
    height: 148px;
  }
  .comments-box-inverted .box .arrow {
    top: 52px;
    right: 8px;
  }
  .comments-box-inverted .title {
    font-size: 14pt;
    height: 148px;
    padding: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .comments-box {
    height: 104px;
  }
  .comments-box .box .arrow {
    top: 32px;
    left: 8px;
  }
  .comments-box .title {
    font-size: 10pt;
    height: 104px;
    padding: 15px;
  }
  .comments-box-inverted {
    height: 104px;
  }
  .comments-box-inverted .box .arrow {
    top: 32px;
    right: 8px;
  }
  .comments-box-inverted .title {
    font-size: 10pt;
    height: 104px;
    padding: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .comments-box {
    height: 76px;
  }
  .comments-box .box .arrow {
    top: 16px;
    left: 8px;
  }
  .comments-box .title {
    font-size: 8pt;
    height: 76px;
    padding: 10px;
  }
  .comments-box-inverted {
    height: 76px;
  }
  .comments-box-inverted .box .arrow {
    top: 16px;
    right: 8px;
  }
  .comments-box-inverted .title {
    font-size: 8pt;
    height: 76px;
    padding: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .comments-box {
    height: 68px;
  }
  .comments-box .box .arrow {
    top: 12px;
    left: 8px;
  }
  .comments-box .title {
    font-size: 8pt;
    height: 68px;
    padding: 10px;
  }
  .comments-box-inverted {
    height: 68px;
  }
  .comments-box-inverted .box .arrow {
    top: 12px;
    right: 8px;
  }
  .comments-box-inverted .title {
    font-size: 8pt;
    height: 68px;
    padding: 10px;
  }
}
.nav-portals {
  background-color: #363636;
  padding: 0px;
  margin: 0px;
}
.nav-portals .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.nav-portals .navbar-collapse .nav-justified li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #d9dada;
  background-color: #363636;
  height: 70px;
  padding-top: 25px;
}
.nav-portals .navbar-collapse .nav-justified li a:link {
  font-size: 14px;
  text-transform: uppercase;
  color: #d9dada;
  background-color: #363636;
  height: 70px;
  padding-top: 25px;
}
.nav-portals .navbar-collapse .nav-justified li a:hover {
  background-color: #2f2f2f;
}
.nav-portals .navbar-collapse .nav-justified li a:active {
  background-color: #2f2f2f;
}
.nav-portals .navbar-collapse .nav-justified li a:focus {
  background-color: #2f2f2f;
}
.nav-portals .navbar-collapse .nav-justified li a:visited {
  background-color: #363636;
}
.nav-portals .navbar-collapse .nav-justified li #link-3 {
  border-bottom: 6px solid #f3131f;
}
.nav-portals .navbar-collapse .nav-justified li #link-5 {
  border-bottom: 6px solid #e98024;
}
.nav-portals .navbar-collapse .nav-justified li #link-4 {
  border-bottom: 6px solid #326bad;
}
.nav-portals .navbar-collapse .nav-justified li #link-1 {
  border-bottom: 6px solid #b22328;
}
.nav-portals .navbar-collapse .nav-justified li #link-11 {
  border-bottom: 6px solid #a78b6b;
}
.nav-portals .navbar-collapse .nav-justified li #link-8 {
  border-bottom: 6px solid #00bbd7;
}
.nav-portals .navbar-collapse .nav-justified li #link-7 {
  border-bottom: 6px solid #248a47;
}
.nav-portals .navbar-collapse .nav-justified li #link-9 {
  border-bottom: 6px solid #672570;
}
.nav-portals .navbar-collapse .nav-justified li #link-0 {
  border-bottom: 6px solid #cccccc;
}
.nav-main {
  background-color: #ffffff;
  padding-top: 10px;
}
.nav-main .navbar-brand {
  padding: 0px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.nav-main .navbar-nav li a:link {
  height: 40px;
  min-width: 122px;
  margin: 15px 5px;
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #acacac;
  border-right: 8px solid #898989;
}
.nav-main .navbar-nav li a:hover {
  color: #ffffff;
  background-color: #989898;
  border-right: 8px solid #646464;
}
.nav-main .navbar-nav li a:active {
  color: #ffffff;
  background-color: #989898;
  border-right: 8px solid #646464;
}
.nav-main .navbar-nav li a:visited {
  color: #ffffff;
  background-color: #989898;
  border-right: 8px solid #646464;
}
.nav-main .navbar-nav li .link-red:link {
  font-weight: 700;
  color: #ffffff;
  background-color: #fa1c2b;
  border-right: 8px solid #df000f;
}
.nav-main .navbar-nav li .link-red:hover {
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.nav-main .navbar-nav li .link-red:active {
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.nav-main .navbar-nav li .link-red:visited {
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.nav-main .site-partner .title {
  font-size: 8pt;
  letter-spacing: 2pt;
  text-transform: uppercase;
  color: #898989;
}
.nav-mobile {
  width: 100%;
}
.icon-bar {
  border: 2px solid #acacac;
  width: 70px;
}
.mobile-search {
  color: #acacac;
  background: none;
  border: none;
  padding: 15px;
  display: inline-block;
}
.mobile-search a i {
  padding-top: 10px;
}
.mobile-search:hover {
  color: #acacac;
  background: none;
}
.mobile-search:visited {
  color: #acacac;
  background: none;
}
.mobile-search:link {
  color: #acacac;
  background: none;
}
.mobile-search:active {
  color: #acacac;
  background: none;
}
.mobile-search:focus {
  color: #acacac;
  background: none;
}
@media only screen and (max-width: 1024px) {
  .nav-portals .navbar-collapse .nav-justified li a {
    font-size: 12px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
  .nav-main {
    background-color: #ffffff;
    padding-top: 10px;
  }
  .nav-main .navbar-brand {
    padding: 0px;
    margin-top: 20px;
    padding-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .nav-main .navbar-brand img {
    width: 100%;
  }
  .nav-main .navbar-nav li a:link {
    height: 60px;
    min-width: 180px;
    margin: 0px 0px;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #acacac;
    border-right: none;
    float: left;
  }
  .nav-main .navbar-nav li a:link.login-icon {
    background-color: #989898;
  }
  .nav-main .navbar-nav li a:hover {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li a:active {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li a:visited {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:link {
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:link.conference-icon {
    background-color: #df000f;
  }
  .nav-main .navbar-nav li .link-red:hover {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:active {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:visited {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .site-partner {
    position: relative;
    right: 100px;
    top: 10px;
  }
  .nav-main .site-partner .title {
    font-size: 8pt;
    letter-spacing: 2pt;
    text-transform: uppercase;
    color: #898989;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 640px) {
  .nav-portals {
    background-color: #363636;
    padding: 0px;
    margin: 0px;
  }
  .nav-portals .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-portals .navbar-collapse .nav-justified li a:link {
    height: 60px;
    min-width: 160px;
    margin: 0px 0px;
    font-size: 14pt;
    text-transform: uppercase;
    color: #d9dada;
    background-color: #424242;
    height: 71px;
    padding-top: 22px;
    margin-bottom: 2px;
  }
  .nav-portals .navbar-collapse .nav-justified li a:hover {
    background-color: none;
  }
  .nav-portals .navbar-collapse .nav-justified li a:active {
    background-color: none;
  }
  .nav-portals .navbar-collapse .nav-justified li a:visited {
    background-color: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-3 {
    border-left: 6px solid #f3131f;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-5 {
    border-left: 6px solid #e98024;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-4 {
    border-left: 6px solid #326bad;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-1 {
    border-left: 6px solid #b22328;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-11 {
    border-left: 6px solid #a78b6b;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-8 {
    border-left: 6px solid #00bbd7;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-7 {
    border-left: 6px solid #248a47;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-9 {
    border-left: 6px solid #672570;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-0 {
    border-left: 6px solid #cccccc;
    border-bottom: none;
  }
  .nav-main {
    background-color: #ffffff;
    padding-top: 10px;
  }
  .nav-main .navbar-brand {
    padding: 0px;
    margin-top: 20px;
    padding-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .nav-main .navbar-brand img {
    width: 100%;
  }
  .nav-main .navbar-nav li a:link {
    height: 60px;
    min-width: 25%;
    margin: 0px 0px;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #acacac;
    border-right: none;
    float: left;
  }
  .nav-main .navbar-nav li a:link.login-icon {
    background-color: #989898;
  }
  .nav-main .navbar-nav li a:hover {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li a:active {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li a:visited {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:link {
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:link.conference-icon {
    background-color: #df000f;
  }
  .nav-main .navbar-nav li .link-red:hover {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:active {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:visited {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .site-partner .title {
    font-size: 8pt;
    letter-spacing: 2pt;
    text-transform: uppercase;
    color: #898989;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .nav-portals {
    background-color: #363636;
    padding: 0px;
    margin: 0px;
  }
  .nav-portals .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-portals .navbar-collapse .nav-justified li a:link {
    font-size: 14pt;
    text-transform: uppercase;
    color: #d9dada;
    background-color: #424242;
    height: 51px;
    padding-top: 12px;
    margin-bottom: 2px;
  }
  .nav-portals .navbar-collapse .nav-justified li a:hover {
    background-color: none;
  }
  .nav-portals .navbar-collapse .nav-justified li a:active {
    background-color: none;
  }
  .nav-portals .navbar-collapse .nav-justified li a:visited {
    background-color: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-3 {
    border-left: 6px solid #f3131f;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-5 {
    border-left: 6px solid #e98024;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-4 {
    border-left: 6px solid #326bad;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-1 {
    border-left: 6px solid #b22328;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-11 {
    border-left: 6px solid #a78b6b;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-8 {
    border-left: 6px solid #00bbd7;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-7 {
    border-left: 6px solid #248a47;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-9 {
    border-left: 6px solid #672570;
    border-bottom: none;
  }
  .nav-portals .navbar-collapse .nav-justified li #link-0 {
    border-left: 6px solid #cccccc;
    border-bottom: none;
  }
  .nav-main {
    background-color: #ffffff;
    padding-top: 10px;
  }
  .nav-main .navbar-brand {
    padding: 0px;
    margin-top: 20px;
    padding-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .nav-main .navbar-brand img {
    width: 100%;
  }
  .nav-main .navbar-nav li a:link {
    height: 60px;
    min-width: 25%;
    margin: 0px 0px;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #acacac;
    border-right: none;
    float: left;
  }
  .nav-main .navbar-nav li a:link.login-icon {
    background-color: #989898;
  }
  .nav-main .navbar-nav li a:hover {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li a:active {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li a:visited {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:link {
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:link.conference-icon {
    background-color: #df000f;
  }
  .nav-main .navbar-nav li .link-red:hover {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:active {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .navbar-nav li .link-red:visited {
    color: #ffffff;
    background-color: none;
    border-right: none;
  }
  .nav-main .site-partner .title {
    font-size: 8pt;
    letter-spacing: 2pt;
    text-transform: uppercase;
    color: #898989;
  }
}
.nav-mobile {
  background-color: #363636;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #cfcfcf;
}
.nav-mobile .navbar-header {
  float: none;
}
.nav-mobile .navbar-left,
.nav-mobile .navbar-right {
  float: none !important;
}
.nav-mobile .navbar-toggle {
  display: block;
}
.nav-mobile .navbar-collapse {
  border-top: 1px solid transparent;
}
.nav-mobile .navbar-fixed-top {
  top: 0;
}
.nav-mobile .navbar-collapse.collapse {
  display: none!important;
}
.nav-mobile .navbar-nav {
  float: none !important;
}
.nav-mobile .navbar-nav > li {
  float: none;
}
.nav-mobile .collapse.in {
  display: block !important;
}
.nav-mobile .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}
.nav-mobile .navbar-collapse .nav-mobile-nav li a {
  font-size: 12pt;
  text-transform: uppercase;
  color: #727272;
  background-color: #ededed;
  border: 1px solid #cfcfcf;
  padding: 10px;
  margin-bottom: 10px;
}
.nav-mobile .navbar-collapse .nav-mobile-nav li a:link {
  font-size: 10pt;
  text-transform: uppercase;
}
.nav-mobile .navbar-collapse .nav-mobile-nav li a:hover {
  background-color: #ededed;
}
.nav-mobile .navbar-collapse .nav-mobile-nav li a:active {
  background-color: #ededed;
}
.nav-mobile .navbar-collapse .nav-mobile-nav li a:focus {
  background-color: #ededed;
}
.nav-mobile .navbar-collapse .nav-mobile-nav li a:visited {
  background-color: #ededed;
}
.nav-mobile .navbar-collapse .sub-nav {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 2px solid #f3131f;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav-mobile .container {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .nav-mobile .navbar-collapse {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 640px) {
  .nav-mobile .navbar-collapse {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 480px) {
  .nav-mobile .navbar-collapse {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 360px) {
  .nav-mobile .navbar-collapse {
    max-height: 80vh;
  }
}
@media only screen and (max-width: 320px) {
  .nav-mobile .navbar-collapse {
    max-height: 80vh;
  }
}
.sub-navigation {
  background-color: #ebebeb;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 5px solid #c2c2c2;
  font-size: 9pt;
}
.sub-navigation .mobile-title {
  color: #989898;
  padding: 20px;
}
.sub-navigation .navbar-collapse {
  padding-left: 0px;
}
.sub-navigation li a {
  color: #000000;
  padding: 20px;
  border-right: 2px solid #ffffff;
  background-color: #e4e4e4;
}
.sub-navigation li a:link {
  padding: 20px;
  border-right: 2px solid #ffffff;
}
.sub-navigation li a:hover {
  color: #ffffff;
  background-color: #f3131f;
  text-decoration: none;
}
.sub-navigation li a:active {
  color: #ffffff;
  text-decoration: none;
}
.sub-navigation li a:focus {
  color: #ffffff;
  background-color: #f3131f;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .sub-navigation .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sub-navigation li a {
    text-align: center;
    padding: 0px;
    font-size: 10px;
  }
  .sub-navigation li a:link {
    border-right: none;
    padding: 20px 10px;
    font-size: 10px;
  }
  .sub-navigation li a:hover {
    color: #ffffff;
    background-color: #f3131f;
  }
}
@media only screen and (max-width: 640px) {
  .sub-navigation .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-navigation li a {
    border-right: none;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
  }
  .sub-navigation li a:link {
    border-right: none;
    font-size: 14px;
  }
  .sub-navigation li a:hover {
    color: #ffffff;
    background-color: #f3131f;
  }
}
@media only screen and (max-width: 360px) {
  .sub-navigation .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-navigation li a {
    border-right: none;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
  }
  .sub-navigation li a:link {
    border-right: none;
    font-size: 14px;
  }
  .sub-navigation li a:hover {
    color: #ffffff;
    background-color: #f3131f;
  }
}
@media only screen and (max-width: 320px) {
  .sub-navigation .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-navigation li a {
    font-size: 12pt;
    border-right: none;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
  }
  .sub-navigation li a:link {
    border-right: none;
    font-size: 14px;
  }
  .sub-navigation li a:hover {
    color: #ffffff;
    background-color: #f3131f;
  }
}
.drops .nav,
.drops .collapse,
.drops .dropup,
.drops .dropdown {
  position: static;
}
.drops .container {
  position: relative;
}
.drops .dropdown-menu {
  left: auto;
}
.drops .drops-content {
  padding: 0px 0px;
  margin: 0px 0px;
}
.drops .dropdown.drops-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.dropdown-b2b {
  background-color: #898989;
  padding: 1px;
  margin: 0px;
  width: 740px;
}
.dropdown-b2b .padding-mini {
  padding-right: 1px;
}
.dropdown-b2b .dropdown-icon {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.dropdown-b2b .header {
  font-size: 12pt;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  background-color: #acacac;
  padding: 10px;
}
.dropdown-b2b .menu-list {
  margin: 0px;
  padding-left: 0px;
}
.dropdown-b2b .menu-list .list {
  background-color: #f8f6f6;
  height: 220px;
}
.dropdown-b2b .menu-list .list ul {
  list-style: none;
  margin: 0px;
  padding-top: 3px;
  padding-left: 0px;
}
.dropdown-b2b .menu-list .list ul li {
  padding: 6px 10px;
  border-bottom: 1px solid #ebebeb;
}
.dropdown-b2b .menu-list .list ul li:last-of-type {
  border-bottom: none;
}
.dropdown-b2b .menu-list .list ul li a {
  color: black;
  text-decoration: none;
}
.dropdown-b2b .content-list {
  padding: 0px;
  margin: 0px;
}
.dropdown-b2b .content-list .list {
  background-color: #f8f6f6;
  height: 220px;
}
.dropdown-b2b .content-list .list ul {
  list-style: none;
  margin: 0px;
  padding-top: 3px;
  padding-left: 0px;
}
.dropdown-b2b .content-list .list ul li {
  padding: 6px 10px;
  border-bottom: 1px solid #ebebeb;
}
.dropdown-b2b .content-list .list ul li:last-of-type {
  border-bottom: none;
}
.dropdown-b2b .content-list .list ul li a {
  color: black;
  text-decoration: none;
}
.dropdown-conference {
  background-color: #df000f;
  color: #4b4b4b;
  padding: 1px;
  margin: 0px;
  width: 940px;
  min-height: 262px;
  max-height: 262px;
}
.dropdown-conference .padding-mini {
  padding-left: 1px;
  padding-right: 1px;
}
.dropdown-conference .header {
  font-size: 12pt;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  background-color: #fa1c2b;
  padding: 10px;
}
.dropdown-conference .b2b-info {
  padding: 0px;
  margin: 0px;
  background-color: #f8f6f6;
  height: 260px;
}
.dropdown-conference .b2b-info img {
  margin-left: 80px;
}
.dropdown-conference .b2b-info .slogan {
  text-align: center;
  padding: 10px;
  width: 100%;
  color: #959595;
  font-weight: bold;
}
.dropdown-conference .content .title {
  background-color: #f8f6f6;
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-conference .content .title a {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .title a:link {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .title a:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .title a:focus {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .title a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .title a:active {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .box {
  height: 164px;
  padding: 12px;
  background-color: #ffffff;
}
.dropdown-conference .content .box .articles h4 {
  font-family: 'Roboto';
  font-size: 12pt;
  font-weight: 400;
}
.dropdown-conference .content .box .articles ul {
  color: silver;
  padding-left: 25px;
  list-style: square !important;
  width: 150px;
}
.dropdown-conference .content .box .articles ul li {
  list-style: square !important;
}
.dropdown-conference .content .box .articles ul li a {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .box .articles ul li a:link {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .box .articles ul li a:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .box .articles ul li a:focus {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .box .articles ul li a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .box .articles ul li a:active {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content .box .buttons {
  padding: 0px;
  margin-top: 40px;
}
.dropdown-conference .content .box .buttons .btn-dropdown-conference {
  margin-right: 0px;
  margin-bottom: 10px;
  width: 180px;
}
.dropdown-conference .content .box .buttons .btn-dropdown-conference:last-of-type {
  margin-bottom: 0px;
}
.dropdown-conference .content-list {
  padding: 0px;
  margin: 0px;
}
.dropdown-conference .content-list .list {
  background-color: #f8f6f6;
  height: 217px;
}
.dropdown-conference .content-list .list ul {
  list-style: none;
  margin: 0px;
  padding-top: 3px;
  padding-left: 0px;
}
.dropdown-conference .content-list .list ul li {
  padding: 6px 10px;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-conference .content-list .list ul li:last-of-type {
  border-bottom: none;
}
.dropdown-conference .content-list .list ul li a {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content-list .list ul li a:link {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content-list .list ul li a:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content-list .list ul li a:focus {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content-list .list ul li a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-conference .content-list .list ul li a:active {
  color: #4b4b4b;
  text-decoration: none;
}
.cat-navigation {
  background-color: #ffffff;
  text-transform: uppercase;
  border-bottom: 2px solid #f3131f;
}
.cat-navigation .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.cat-navigation .icon-bar {
  border: 2px solid #f3131f;
}
.cat-navigation .mobile-title {
  color: #000000;
  padding: 20px;
}
.cat-navigation .active {
  color: #ffffff;
  background-color: #fa1c2b;
  text-decoration: none;
}
.cat-navigation li .active {
  color: #ffffff;
  background-color: #fa1c2b;
  text-decoration: none;
}
.cat-navigation li a {
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  padding: 20px 20px;
}
.cat-navigation li a:link {
  color: #000000;
}
.cat-navigation li a:link .active {
  color: #ffffff;
  background-color: #fa1c2b;
  text-decoration: none;
}
.cat-navigation li a:hover {
  color: #ffffff;
  background-color: #fa1c2b;
  text-decoration: none;
}
.cat-navigation li a:active {
  color: #ffffff;
  background-color: #fa1c2b;
  text-decoration: none;
}
.cat-navigation li a:focus {
  color: #ffffff;
  background-color: #fa1c2b;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .cat-navigation li a {
    font-size: 10pt;
    padding: 20px 12px;
  }
}
@media (max-width: 992px) {
  .cat-navigation .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cat-navigation li a {
    text-align: center;
    background-color: #f5f4f4;
    margin-bottom: 4px;
  }
  .cat-navigation li a:hover {
    color: #000000;
    background-color: #f5f4f4;
  }
  .cat-navigation .navbar-header {
    float: none;
  }
  .cat-navigation .navbar-left,
  .cat-navigation .navbar-right {
    float: none !important;
  }
  .cat-navigation .navbar-toggle {
    display: block;
  }
  .cat-navigation .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .cat-navigation .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .cat-navigation .navbar-collapse.collapse {
    display: none!important;
  }
  .cat-navigation .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .cat-navigation .navbar-nav > li {
    float: none;
  }
  .cat-navigation .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cat-navigation .collapse.in {
    display: block !important;
  }
}
@media only screen and (max-width: 360px) {
  .cat-navigation .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sticky-sidebar {
  width: 180px;
  padding: 0px;
  margin: 0px;
  position: fixed;
  left: -160px;
  top: 150px;
  z-index: 99;
}
.sticky-sidebar li {
  width: 180px;
  height: 60px;
  list-style-type: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sticky-sidebar li:hover {
  margin-left: 120px;
}
.sticky-sidebar li img {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
  float: right;
}
.sticky-sidebar li p {
  margin: 20px 0 0 0;
  float: right;
  text-transform: uppercase;
  color: #ffffff;
}
.sticky-sidebar #sb-magazine {
  background-color: #b6030f;
}
.sticky-sidebar #sb-conference {
  background-color: #e3000f;
}
.sticky-sidebar #sb-b2b {
  background-color: #898989;
}
.sticky-sidebar #sb-newsletter {
  background-color: #acacac;
}
.sticky-sidebar #sb-facebook {
  background-color: #cccccc;
}
.pagination {
  margin-top: 60px;
}
.pagination li {
  color: #000000;
}
.pagination li a {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.pagination li a:hover {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.pagination li a:visited {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.pagination li a:focus {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.pagination li a:link {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.pager li {
  color: #000000;
  border: none;
  border-radius: 0px;
}
.pager li a {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: none;
}
.pager li a:hover {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: none;
}
.pager li a:visited {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: none;
}
.pager li a:focus {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: none;
}
.pager li a:link {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border-radius: none;
}
.breadcrumb {
  background-color: #ffffff;
  border-radius: 0px;
}
.breadcrumb a {
  color: #000000;
}
footer {
  margin-top: 30px;
}
footer .nav-footer {
  padding: 30px 0 30px 0;
  background-color: #363636;
}
footer .nav-footer h4 {
  color: #f8f8f8;
  font-family: 'Playfair Display';
  font-size: 22pt;
}
footer .nav-footer ul {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .nav-footer ul li {
  margin: 0 0 5px 0;
  list-style: none;
}
footer .nav-footer ul li a {
  color: #848383;
  text-transform: uppercase;
}
footer .nav-footer ul li a:hover {
  text-decoration: none;
  color: #f8f8f8;
}
footer .nav-footer .social-footer {
  margin: 60px 0 0 0;
}
footer .nav-footer .social-footer li {
  width: 50px;
  height: 50px;
  padding: 10px 0 0 0 ;
  margin: 5px;
  background-color: #313131;
  color: #848383;
  text-align: center;
  cursor: pointer;
}
footer .credits-footer {
  padding: 20px 0 20px 0;
  background-color: #252525;
  color: #f8f8f8;
  text-transform: uppercase;
}
footer .credits-footer .credits-bmp {
  text-align: left;
}
footer .credits-footer .credits-habar {
  text-align: right;
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 992px) {
  footer .credits-footer .credits-bmp {
    text-align: center;
  }
  footer .credits-footer .credits-habar {
    text-align: center;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 640px) {
  footer {
    margin-top: 30px;
  }
  footer .nav-footer {
    padding: 0px 0px 30px 0px;
    background-color: #363636;
  }
  footer .nav-footer h4 {
    margin: 0 0 30px 0;
    color: #f8f8f8;
    font-family: 'Playfair Display';
    font-size: 22pt;
  }
  footer .nav-footer ul {
    padding: 0;
  }
  footer .nav-footer ul li {
    margin: 0 0 5px 0;
    list-style: none;
  }
  footer .nav-footer ul li a {
    color: #848383;
    text-transform: uppercase;
  }
  footer .nav-footer ul li a:hover {
    text-decoration: none;
    color: #f8f8f8;
  }
  footer .nav-footer .social-footer {
    margin: 30px 0 0 0;
    text-align: center;
  }
  footer .nav-footer .social-footer li {
    width: 50px;
    height: 50px;
    padding: 10px 0 0 0 ;
    margin: 5px;
    background-color: #313131;
    color: #848383;
    text-align: center;
    cursor: pointer;
  }
  footer .credits-footer {
    padding: 20px 0 20px 0;
    background-color: #252525;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 7pt;
  }
  footer .credits-footer .credits-bmp {
    text-align: center;
  }
  footer .credits-footer .credits-habar {
    text-align: center;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
  footer {
    margin-top: 30px;
  }
  footer .nav-footer {
    padding: 0px 0 30px 0;
    background-color: #363636;
    padding-top: 30px;
  }
  footer .nav-footer h4 {
    margin: 0 0 30px 0;
    color: #f8f8f8;
    font-family: 'Playfair Display';
    font-size: 22pt;
  }
  footer .nav-footer ul {
    padding: 0;
  }
  footer .nav-footer ul li {
    margin: 0 0 5px 0;
    list-style: none;
  }
  footer .nav-footer ul li a {
    color: #848383;
    text-transform: uppercase;
  }
  footer .nav-footer ul li a:hover {
    text-decoration: none;
    color: #f8f8f8;
  }
  footer .nav-footer .social-footer {
    margin: 30px 0 0 0;
    text-align: center;
  }
  footer .nav-footer .social-footer li {
    width: 50px;
    height: 50px;
    padding: 10px 0 0 0 ;
    margin: 5px;
    background-color: #313131;
    color: #848383;
    text-align: center;
    cursor: pointer;
  }
  footer .credits-footer {
    padding: 20px 0 20px 0;
    background-color: #252525;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 7pt;
  }
  footer .credits-footer .credits-bmp {
    text-align: center;
  }
  footer .credits-footer .credits-habar {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  footer {
    margin-top: 30px;
  }
  footer .nav-footer {
    padding: 0px 0 30px 0;
    background-color: #363636;
    padding-top: 30px;
  }
  footer .nav-footer h4 {
    margin: 0 0 30px 0;
    color: #f8f8f8;
    font-family: 'Playfair Display';
    font-size: 22pt;
  }
  footer .nav-footer ul {
    padding: 0;
  }
  footer .nav-footer ul li {
    margin: 0 0 5px 0;
    list-style: none;
  }
  footer .nav-footer ul li a {
    color: #848383;
    text-transform: uppercase;
  }
  footer .nav-footer ul li a:hover {
    text-decoration: none;
    color: #f8f8f8;
  }
  footer .nav-footer .social-footer {
    margin: 30px 0 0 0;
    text-align: center;
  }
  footer .nav-footer .social-footer li {
    width: 50px;
    height: 50px;
    padding: 10px 0 0 0 ;
    margin: 5px;
    background-color: #313131;
    color: #848383;
    text-align: center;
    cursor: pointer;
  }
  footer .credits-footer {
    padding: 20px 0 20px 0;
    background-color: #252525;
    color: #f8f8f8;
    text-transform: uppercase;
    font-size: 7pt;
  }
  footer .credits-footer .credits-bmp {
    text-align: center;
  }
  footer .credits-footer .credits-habar {
    text-align: center;
  }
}
.dropdown-magazine {
  background-color: #df000f;
  padding: 1px;
  margin: 0px;
  width: 940px;
  min-height: 347px;
  max-height: 347px;
  color: #4b4b4b;
}
.dropdown-magazine .padding-mini {
  padding-left: 1px;
  padding-right: 1px;
}
.dropdown-magazine .header {
  font-size: 12pt;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ffffff;
  background-color: #fa1c2b;
  padding: 10px;
}
.dropdown-magazine .magazine-cover {
  padding: 0px;
  margin: 0px;
  background-color: white;
}
.dropdown-magazine .content .title {
  background-color: #f8f6f6;
  padding: 15px;
  max-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}
.dropdown-magazine .content .title a {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .title a:link {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .title a:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .title a:focus {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .title a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .title a:active {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .box {
  min-height: 252px;
  max-height: 252px;
  padding: 12px;
  background-color: #ffffff;
}
.dropdown-magazine .content .box .articles h4 {
  font-family: 'Roboto';
  font-size: 12pt;
  font-weight: 400;
}
.dropdown-magazine .content .box .articles ul {
  color: silver;
  list-style: square;
}
.dropdown-magazine .content .box .articles ul li a {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .box .articles ul li a:link {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .box .articles ul li a:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .box .articles ul li a:focus {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .box .articles ul li a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .box .articles ul li a:active {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content .box .buttons {
  padding: 0px;
  margin-top: 85px;
}
.dropdown-magazine .content .box .buttons .btn-dropdown-magazine {
  margin-right: 0px;
  margin-bottom: 10px;
}
.dropdown-magazine .content .box .buttons .btn-dropdown-magazine:last-of-type {
  margin-bottom: 0px;
}
.dropdown-magazine .content-list {
  padding: 0px;
  margin: 0px;
}
.dropdown-magazine .content-list .list {
  background-color: #f8f6f6;
  min-height: 302px;
  max-height: 302px;
}
.dropdown-magazine .content-list .list ul {
  list-style: none;
  margin: 0px;
  padding-top: 3px;
  padding-left: 0px;
}
.dropdown-magazine .content-list .list ul li {
  padding: 6px 10px;
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-magazine .content-list .list ul li:last-of-type {
  border-bottom: none;
}
.dropdown-magazine .content-list .list ul li a {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content-list .list ul li a:link {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content-list .list ul li a:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content-list .list ul li a:focus {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content-list .list ul li a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
.dropdown-magazine .content-list .list ul li a:active {
  color: #4b4b4b;
  text-decoration: none;
}
.tree ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 15px;
}
.tree ul li {
  list-style-type: none;
  background: url(../images/tree-plus.png) no-repeat transparent;
  background-position: top left;
  padding-left: 25px;
  margin-left: 0px;
  margin-bottom: 10px;
}
.tree ul li a {
  color: black;
}
.tree ul li ul {
  margin-left: 0px;
  padding-left: 0px;
}
.tree ul li ul li {
  list-style-type: none;
  background: url(../images/tree-arrow.png) no-repeat transparent;
  background-position: top left;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-left: 25px;
}
.navigation-tabs {
  margin-top: 20px;
}
.navigation-tabs .tabpanel {
  padding-top: 30px;
  padding-bottom: 30px;
}
.navigation-tabs .nav-tabs {
  font-size: 12pt;
  text-transform: uppercase;
  border-bottom: 3px solid #f3131f;
  padding-bottom: 2px;
}
.navigation-tabs .nav-tabs .active a {
  color: #ffffff;
  background-color: #f3131f;
  border: none;
}
.navigation-tabs .nav-tabs li {
  border: 0px;
}
.navigation-tabs .nav-tabs li a {
  color: #000000;
  border-radius: 0px;
  outline: 0px;
  border: 0px;
}
.navigation-tabs .nav-tabs li a:hover {
  color: #ffffff;
  background-color: #f3131f;
  outline: 0px;
  border: 0px;
}
.navigation-tabs .nav-tabs li a:hover:focus {
  background-color: #f3131f;
  outline: 0px;
  border: 0px;
}
.navigation-tabs .nav-tabs li a:focus {
  background-color: #f3131f;
  color: #ffffff;
  outline: 0px;
  border: 0px;
}
.navigation-tabs .nav-tabs li a:visited {
  background-color: #f3131f;
  outline: 0px;
  border: 0px;
}
.navigation-tabs .nav-tabs li a:active {
  background-color: #f3131f;
  outline: 0px;
  border: 0px;
}
.chocolate-post {
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.chocolate-post img {
  display: block;
  position: relative;
}
.chocolate-post .arrow {
  z-index: 1;
  position: absolute;
  left: 40px;
  bottom: 100px;
}
.chocolate-post .title {
  display: flex;
  align-items: center;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Playfair Display';
  font-size: 12pt;
  color: black;
  overflow: hidden;
}
.chocolate-post .title a {
  color: #000000;
  text-decoration: none;
}
.chocolate-post .title a:link {
  color: #000000;
  text-decoration: none;
}
.chocolate-post .title:link {
  color: #000000;
  text-decoration: none;
}
.chocolate-post .title:hover {
  color: #f3131f;
  text-decoration: none;
}
.chocolate-post .title:visited {
  color: #000000;
  text-decoration: none;
}
.chocolate-post .title:focus {
  color: #000000;
  text-decoration: none;
}
.chocolate-post .title:active {
  color: #000000;
  text-decoration: none;
}
.chocolate-post a {
  color: #000000;
  text-decoration: none;
}
.chocolate-post a:link {
  color: #000000;
  text-decoration: none;
}
.chocolate-post:link {
  color: #000000;
  text-decoration: none;
}
.chocolate-post:hover {
  color: #f3131f;
  text-decoration: none;
}
.chocolate-post:visited {
  color: #000000;
  text-decoration: none;
}
.chocolate-post:focus {
  color: #000000;
  text-decoration: none;
}
.chocolate-post:active {
  color: #000000;
  text-decoration: none;
}
.chocolate-big .only-here {
  top: 30px;
  left: 40px;
}
.chocolate-big .only-here-2 {
  top: 90px;
  left: 40px;
}
.chocolate-big .hot-topic {
  top: 30px;
  left: 40px;
}
.chocolate-small .only-here {
  top: 10px;
  left: 25px;
}
.chocolate-small .only-here-2 {
  top: 40px;
  left: 40px;
}
.chocolate-small .hot-topic {
  top: 10px;
  left: 25px;
}
@media only screen and (max-width: 1024px) {
  .chocolate-post .arrow {
    bottom: 80px;
  }
  .chocolate-post .title {
    font-size: 12pt;
    height: 100px;
  }
}
@media only screen and (max-width: 992px) {
  .chocolate-post .arrow {
    bottom: 80px;
  }
  .chocolate-post .title {
    font-size: 11pt;
    height: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .chocolate-post .arrow {
    bottom: 100px;
  }
  .chocolate-post .title {
    font-size: 13pt;
    height: 100px;
  }
}
.chocolate-t1 {
  overflow: hidden;
}
.chocolate-t1 .chocolate-image {
  height: 480px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chocolate-t1 .only-here {
  left: 16px;
}
.chocolate-t1 .hot-topic {
  left: 16px;
}
.chocolate-t2 {
  overflow: hidden;
}
.chocolate-t2 .chocolate-image {
  height: 190px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chocolate-t2 .only-here {
  left: 16px;
}
.chocolate-t2 .hot-topic {
  left: 16px;
}
.chocolate-t3 {
  overflow: hidden;
}
.chocolate-t3 .chocolate-image {
  height: 190px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chocolate-t3 .only-here {
  left: 16px;
}
.chocolate-t3 .hot-topic {
  left: 16px;
}
@media only screen and (max-width: 1024px) {
  .chocolate-t1 .chocolate-image {
    height: 390px;
  }
  .chocolate-t1 .chocolate-image img {
    width: 440px;
    height: 390px;
  }
  .chocolate-t2 .chocolate-image {
    height: 145px;
  }
  .chocolate-t2 .chocolate-image img {
    width: 205px;
    height: 182px;
  }
  .chocolate-t3 .chocolate-image {
    height: 145px;
  }
  .chocolate-t3 .chocolate-image img {
    width: 440px;
    height: 390px;
  }
}
@media only screen and (max-width: 992px) {
  .chocolate-t1 .chocolate-image {
    height: 293px;
  }
  .chocolate-t1 .chocolate-image img {
    width: 330px;
    height: 293px;
  }
  .chocolate-t2 .chocolate-image {
    height: 106.5px;
  }
  .chocolate-t2 .chocolate-image img {
    width: 150px;
    height: 133px;
  }
  .chocolate-t3 .chocolate-image {
    height: 106.5px;
  }
  .chocolate-t3 .chocolate-image img {
    width: 330px;
    height: 293px;
  }
}
@media only screen and (max-width: 640px) {
  .chocolate-t1 .chocolate-image {
    height: 516px;
  }
  .chocolate-t1 .chocolate-image img {
    width: 580px;
    height: 516px;
  }
  .chocolate-t2 .chocolate-image {
    height: 516px;
  }
  .chocolate-t2 .chocolate-image img {
    width: 580px;
    height: 516px;
  }
  .chocolate-t3 .chocolate-image {
    height: 516px;
  }
  .chocolate-t3 .chocolate-image img {
    width: 580px;
    height: 516px;
  }
}
@media only screen and (max-width: 480px) {
  .chocolate-t1 .chocolate-image {
    height: 373px;
  }
  .chocolate-t1 .chocolate-image img {
    width: 420px;
    height: 373px;
  }
  .chocolate-t2 .chocolate-image {
    height: 373px;
  }
  .chocolate-t2 .chocolate-image img {
    width: 420px;
    height: 373px;
  }
  .chocolate-t3 .chocolate-image {
    height: 373px;
  }
  .chocolate-t3 .chocolate-image img {
    width: 420px;
    height: 373px;
  }
}
@media only screen and (max-width: 360px) {
  .chocolate-t1 .chocolate-image {
    height: 267px;
  }
  .chocolate-t1 .chocolate-image img {
    width: 300px;
    height: 267px;
  }
  .chocolate-t2 .chocolate-image {
    height: 267px;
  }
  .chocolate-t2 .chocolate-image img {
    width: 300px;
    height: 267px;
  }
  .chocolate-t3 .chocolate-image {
    height: 267px;
  }
  .chocolate-t3 .chocolate-image img {
    width: 300px;
    height: 267px;
  }
}
@media only screen and (max-width: 320px) {
  .chocolate-t1 .chocolate-image {
    height: 230px;
  }
  .chocolate-t1 .chocolate-image img {
    width: 259px;
    height: 230px;
  }
  .chocolate-t2 .chocolate-image {
    height: 230px;
  }
  .chocolate-t2 .chocolate-image img {
    width: 259px;
    height: 230px;
  }
  .chocolate-t3 .chocolate-image {
    height: 230px;
  }
  .chocolate-t3 .chocolate-image img {
    width: 259px;
    height: 230px;
  }
}
.post {
  margin-bottom: 30px;
}
.post .image .only-here {
  background-position: 13px 7px;
  font-size: 10pt;
  top: 10px;
  left: 25px;
}
.post .image .only-here-2 {
  background-position: 13px 7px;
  font-size: 10pt;
  top: 40px;
  left: 25px;
}
.post .image .hot-topic {
  background-position: 10px 7px;
  font-size: 10pt;
  top: 10px;
  left: 25px;
}
.post a {
  color: #000000;
}
.post a:link {
  color: #000000;
}
.post a:hover {
  color: #000000;
  text-decoration: none;
}
.post a:active {
  color: #000000;
  text-decoration: none;
}
.post a:focus {
  color: #000000;
  text-decoration: none;
}
.post .category-tag {
  z-index: 1;
  position: absolute;
  top: 150px;
  left: 25px;
  padding: 8px 12px 8px 12px;
}
.post .title {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 20px 20px;
  height: 100px;
}
@media only screen and (max-width: 1024px) {
  .post .image .category-tag {
    font-size: 8pt;
    top: 115px;
    max-width: 185px;
  }
  .post .title {
    font-size: 9pt;
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .post .image img {
    height: auto;
    width: 100%;
  }
  .post .image .category-tag {
    font-size: 10pt;
    top: 215px;
  }
  .post .title {
    font-size: 12pt;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 800px) {
  .post .image img {
    height: auto;
    width: 100%;
  }
  .post .image .category-tag {
    font-size: 10pt;
    top: 215px;
  }
  .post .title {
    font-size: 12pt;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .post .image img {
    height: auto;
    width: 100%;
  }
  .post .image .category-tag {
    font-size: 10pt;
    top: 215px;
  }
  .post .title {
    font-size: 12pt;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .post .image img {
    height: auto;
    width: 100%;
  }
  .post .image .category-tag {
    font-size: 10pt;
    top: 215px;
  }
  .post .title {
    font-size: 12pt;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .post .image img {
    height: auto;
    width: 100%;
  }
  .post .image .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 299px;
  }
  .post .image .only-here-2 {
    top: 40px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 299px;
  }
  .post .image .hot-topic {
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 299px;
  }
  .post .image .category-tag {
    font-size: 10pt;
    top: 185px;
  }
  .post .title {
    font-size: 12pt;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .post .image img {
    height: 200px;
  }
  .post .image .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .post .image .only-here-2 {
    top: 40px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .post .image .hot-topic {
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .post .image .category-tag {
    font-size: 10pt;
    top: 154px;
  }
  .post .title {
    font-size: 12pt;
    padding: 20px 20px;
  }
}
.mini-post {
  height: 88px;
  margin-bottom: 20px;
  clear: both;
}
.mini-post .image {
  margin: 0px;
  padding: 0px;
  max-height: 88px;
}
.mini-post .title {
  height: 88px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  transition: background-color 0.8s;
}
.mini-post .title:hover {
  background-color: #f3f3f3;
}
.mini-post .title a {
  color: #403e3e;
  text-decoration: none;
}
.mini-post .title a:link {
  color: #403e3e;
  text-decoration: none;
}
.mini-post .title a:hover {
  color: #403e3e;
  text-decoration: none;
}
.mini-post .title a:active {
  color: #403e3e;
  text-decoration: none;
}
.mini-post .title a:visited {
  color: #403e3e;
  text-decoration: none;
}
.mini-post .only-here {
  background-position: 14px 7px;
  font-size: 10pt;
  padding: 0px 0px 0px 0px;
  height: 35px;
  width: 35px;
  top: 0px;
  left: -87px;
}
.mini-post .only-here-2 {
  background-position: 14px 7px;
  font-size: 10pt;
  padding: 0px 0px 0px 0px;
  height: 35px;
  top: 52px;
  left: 40px;
}
.mini-post .hot-topic {
  background-position: 14px 7px;
  font-size: 10pt;
  padding: 0px 0px 0px 0px;
  height: 35px;
  top: 10px;
  left: 25px;
}
@media only screen and (max-width: 1024px) {
  .mini-post {
    height: 70px;
    margin-bottom: 20px;
  }
  .mini-post .image {
    margin: 0px;
    padding: 0px;
    max-height: 70px;
  }
  .mini-post .title {
    height: 70px;
    display: flex;
    align-items: center;
    transition: none;
    font-size: 9pt;
  }
  .mini-post .title:hover {
    background-color: #ffffff;
  }
  .mini-post .title a {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 992px) {
  .mini-post {
    height: 174px;
    margin-bottom: 20px;
  }
  .mini-post .only-here {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    width: 35px;
    top: 0px;
    left: -173px;
  }
  .mini-post .only-here-2 {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 52px;
    left: 40px;
  }
  .mini-post .hot-topic {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 10px;
    left: 25px;
  }
  .mini-post .image {
    margin: 0px;
    padding: 0px;
    max-height: 174px;
  }
  .mini-post .title {
    height: 174px;
    display: flex;
    align-items: center;
    transition: none;
    font-size: 14pt;
  }
  .mini-post .title:hover {
    background-color: #ffffff;
  }
  .mini-post .title a {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 800px) {
  .mini-post {
    height: 174px;
    margin-bottom: 20px;
  }
  .mini-post .only-here {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    width: 35px;
    top: 0px;
    left: -173px;
  }
  .mini-post .only-here-2 {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 52px;
    left: 40px;
  }
  .mini-post .hot-topic {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 10px;
    left: 25px;
  }
  .mini-post .image {
    margin: 0px;
    padding: 0px;
    max-height: 174px;
  }
  .mini-post .title {
    height: 174px;
    display: flex;
    align-items: center;
    transition: none;
    font-size: 14pt;
  }
  .mini-post .title:hover {
    background-color: #ffffff;
  }
  .mini-post .title a {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .mini-post {
    height: 174px;
    margin-bottom: 20px;
  }
  .mini-post .only-here {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    width: 35px;
    top: 0px;
    left: -173px;
  }
  .mini-post .only-here-2 {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 52px;
    left: 40px;
  }
  .mini-post .hot-topic {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 10px;
    left: 25px;
  }
  .mini-post .image {
    margin: 0px;
    padding: 0px;
    max-height: 174px;
  }
  .mini-post .title {
    height: 174px;
    display: flex;
    align-items: center;
    transition: none;
    font-size: 14pt;
  }
  .mini-post .title:hover {
    background-color: #ffffff;
  }
  .mini-post .title a {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 640px) {
  .mini-post .title {
    height: 145px;
    font-size: 14pt;
  }
}
@media only screen and (max-width: 480px) {
  .mini-post {
    height: 105px;
    margin-bottom: 20px;
  }
  .mini-post .only-here {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    width: 35px;
    top: 0px;
    left: -75px;
  }
  .mini-post .only-here-2 {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 52px;
    left: 40px;
  }
  .mini-post .hot-topic {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 10px;
    left: 25px;
  }
  .mini-post .image {
    margin: 0px;
    padding: 0px;
  }
  .mini-post .title {
    height: 105px;
    display: flex;
    align-items: center;
    transition: none;
    font-size: 12pt;
  }
  .mini-post .title:hover {
    background-color: #ffffff;
  }
  .mini-post .title a {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 360px) {
  .mini-post {
    height: 75px;
    margin-bottom: 20px;
  }
  .mini-post .only-here {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    width: 35px;
    top: 0px;
    left: -65px;
  }
  .mini-post .only-here-2 {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 52px;
    left: 40px;
  }
  .mini-post .hot-topic {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 10px;
    left: 25px;
  }
  .mini-post .image {
    margin: 0px;
    padding: 0px;
    max-height: 86px;
  }
  .mini-post .title {
    height: 75px;
    display: flex;
    align-items: center;
    transition: none;
    font-size: 11pt;
  }
  .mini-post .title:hover {
    background-color: #ffffff;
  }
  .mini-post .title a {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 320px) {
  .mini-post {
    height: 66px;
    margin-bottom: 20px;
  }
  .mini-post .only-here {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    width: 35px;
    top: 0px;
    left: -65px;
  }
  .mini-post .only-here-2 {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 52px;
    left: 40px;
  }
  .mini-post .hot-topic {
    background-position: 14px 7px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    height: 35px;
    top: 10px;
    left: 25px;
  }
  .mini-post .image {
    margin: 0px;
    padding: 0px;
    max-height: 86px;
  }
  .mini-post .title {
    height: 66px;
    display: flex;
    align-items: center;
    transition: none;
    font-size: 10pt;
  }
  .mini-post .title:hover {
    background-color: #ffffff;
  }
  .mini-post .title a {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post .title a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
.mini-post-list {
  margin-left: 35px;
  margin-bottom: 30px;
  padding: 0px;
  clear: both;
}
.mini-post-list li {
  line-height: 16pt;
  list-style-type: none;
  background: url(../images/list-square.png) no-repeat transparent;
  background-position: left center;
  padding-left: 40px;
  margin-left: 0px;
  margin-bottom: 15px;
}
.mini-post-list li a {
  font-size: 16px;
  color: #403e3e;
  text-decoration: none;
}
.mini-post-list li a:link {
  color: #403e3e;
  text-decoration: none;
}
.mini-post-list li a:hover {
  color: #f3131f;
  text-decoration: none;
}
.mini-post-list li a:active {
  color: #403e3e;
  text-decoration: none;
}
.mini-post-list li a:visited {
  color: #403e3e;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .mini-post-list {
    margin-left: 30px;
    margin-bottom: 30px;
    padding: 0px;
    clear: both;
  }
  .mini-post-list li {
    line-height: 16pt;
    list-style-type: none;
    background: url(../images/list-square.png) no-repeat transparent;
    background-position: left center;
    padding-left: 40px;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .mini-post-list li a {
    font-size: 9pt;
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:hover {
    color: #f3131f;
    text-decoration: none;
  }
  .mini-post-list li a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 800px) {
  .mini-post-list {
    font-size: 16px;
    color: #e1e1e1;
    margin-top: 50px;
    margin-left: 70px;
    padding: 0px;
  }
  .mini-post-list li {
    line-height: 16pt;
    list-style-type: none;
    background: url(../images/list-square.png) no-repeat transparent;
    background-position: left center;
    padding-left: 40px;
    padding-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .mini-post-list li a {
    font-size: 12pt;
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .mini-post-list {
    font-size: 16px;
    color: #e1e1e1;
    margin-top: 50px;
    margin-left: 70px;
    padding: 0px;
  }
  .mini-post-list li {
    line-height: 16pt;
    list-style-type: none;
    background: url(../images/list-square.png) no-repeat transparent;
    background-position: left center;
    padding-left: 40px;
    padding-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .mini-post-list li a {
    font-size: 12pt;
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 640px) {
  .mini-post-list {
    font-size: 14pt;
    color: #e1e1e1;
    margin-top: 0px;
    margin-left: 30px;
    padding: 0px;
  }
  .mini-post-list li {
    line-height: 12pt;
    list-style-type: none;
    background: url(../images/list-square.png) no-repeat transparent;
    background-position: left center;
    padding-left: 40px;
    padding-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .mini-post-list li a {
    font-size: 12pt;
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 480px) {
  .mini-post-list {
    font-size: 14pt;
    color: #e1e1e1;
    margin-top: 20px;
    margin-left: 30px;
    padding: 0px;
  }
  .mini-post-list li {
    line-height: 12pt;
    list-style-type: none;
    background: url(../images/list-square.png) no-repeat transparent;
    background-position: left center;
    padding-left: 40px;
    padding-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .mini-post-list li a {
    font-size: 11pt;
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
@media only screen and (max-width: 320px) {
  .mini-post-list {
    font-size: 14pt;
    color: #e1e1e1;
    margin-top: 20px;
    margin-left: 25px;
    padding: 0px;
  }
  .mini-post-list li {
    line-height: 12pt;
    list-style-type: none;
    background: url(../images/list-square.png) no-repeat transparent;
    background-position: left center;
    padding-left: 40px;
    padding-right: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .mini-post-list li a {
    font-size: 10pt;
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:link {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:hover {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:active {
    color: #403e3e;
    text-decoration: none;
  }
  .mini-post-list li a:visited {
    color: #403e3e;
    text-decoration: none;
  }
}
.lead-post {
  max-width: 730px;
  max-height: 430px;
}
.lead-post .only-here {
  top: 30px;
  left: 40px;
}
.lead-post .only-here-2 {
  top: 90px;
  left: 40px;
}
.lead-post .hot-topic {
  top: 30px;
  left: 40px;
}
.lead-post .title {
  z-index: 1;
  position: absolute;
  font-family: 'Playfair Display';
  font-size: 20pt;
  color: #ffffff;
  background-color: #464646;
  max-width: 450px;
  min-width: 100px;
  padding: 10px 18px;
  height: auto;
}
.lead-post .left {
  top: 30px;
  left: 40px;
}
.lead-post .left-after {
  top: 98px;
  left: 40px;
}
.lead-post .right-top {
  top: 30px;
  right: 40px;
}
.lead-post .bottom {
  bottom: 30px;
  left: 40px;
}
.lead-post .btn-lead-post {
  z-index: 1;
  position: absolute;
  bottom: 25px;
  right: 40px;
  cursor: pointer;
  min-width: 160px;
  padding: 10px 15px;
  margin: 0px 0px;
  text-align: center;
  color: #ffffff;
  background-color: #fa1c2b;
  border-right: 8px solid #df000f;
}
.lead-post .btn-lead-post:link {
  text-decoration: none;
  color: #ffffff;
  background-color: #fa1c2b;
  border-right: 8px solid #df000f;
}
.lead-post .btn-lead-post:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.lead-post .btn-lead-post:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
.lead-post .btn-lead-post:visited {
  text-decoration: none;
  color: #ffffff;
  background-color: #df000f;
  border-right: 8px solid #c3000d;
}
@media only screen and (max-width: 1024px) {
  .lead-post {
    margin-bottom: 30px;
    clear: both;
  }
  .lead-post .title {
    font-size: 14pt;
  }
  .lead-post .btn-lead-post {
    bottom: 55px;
  }
}
@media only screen and (max-width: 992px) {
  .lead-post {
    margin-bottom: 30px;
    clear: both;
  }
  .lead-post .btn-lead-post {
    bottom: 55px;
  }
}
@media only screen and (max-width: 640px) {
  .lead-post {
    position: relative;
    max-width: 730px;
    max-height: 430px;
  }
  .lead-post .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .only-here-2 {
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .hot-topic {
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .title {
    z-index: 0;
    position: relative;
    font-family: 'Roboto';
    font-size: 10pt;
    color: #ffffff;
    background-color: #464646;
    max-width: 100%;
    padding: 10px 18px;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lead-post .left {
    top: 0px;
    left: 0px;
  }
  .lead-post .left-after {
    top: 0px;
    left: 0px;
  }
  .lead-post .right-top {
    top: 0px;
    right: 0px;
  }
  .lead-post .bottom {
    bottom: 0px;
    left: 0px;
  }
  .lead-post .btn-lead-post {
    position: relative;
    z-index: 0;
    display: block;
    min-width: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    min-width: 160px;
    padding: 10px 15px;
    margin: 0px 0px;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:link {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:visited {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
}
@media only screen and (max-width: 480px) {
  .lead-post {
    position: relative;
    max-width: 730px;
    max-height: 430px;
  }
  .lead-post .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .only-here-2 {
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .hot-topic {
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .title {
    z-index: 0;
    position: relative;
    font-family: 'Roboto';
    font-size: 10pt;
    color: #ffffff;
    background-color: #464646;
    max-width: 100%;
    padding: 10px 18px;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lead-post .left {
    top: 0px;
    left: 0px;
  }
  .lead-post .left-after {
    top: 0px;
    left: 0px;
  }
  .lead-post .right-top {
    top: 0px;
    right: 0px;
  }
  .lead-post .bottom {
    bottom: 0px;
    left: 0px;
  }
  .lead-post .btn-lead-post {
    position: relative;
    z-index: 0;
    display: block;
    min-width: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    min-width: 160px;
    padding: 10px 15px;
    margin: 0px 0px;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:link {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:visited {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
}
@media only screen and (max-width: 360px) {
  .lead-post {
    position: relative;
    max-width: 730px;
    max-height: 430px;
  }
  .lead-post .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .only-here-2 {
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .hot-topic {
    top: 0px;
    left: 0px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
  }
  .lead-post .title {
    z-index: 0;
    position: relative;
    font-family: 'Roboto';
    font-size: 12pt;
    color: #ffffff;
    background-color: #464646;
    max-width: 100%;
    padding: 10px 18px;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lead-post .left {
    top: 0px;
    left: 0px;
  }
  .lead-post .left-after {
    top: 0px;
    left: 0px;
  }
  .lead-post .right-top {
    top: 0px;
    right: 0px;
  }
  .lead-post .bottom {
    bottom: 0px;
    left: 0px;
  }
  .lead-post .btn-lead-post {
    position: relative;
    z-index: 0;
    display: block;
    min-width: 100%;
    cursor: pointer;
    min-width: 160px;
    padding: 10px 15px;
    margin: 0px 0px;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:link {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:active {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
  .lead-post .btn-lead-post:visited {
    text-decoration: none;
    color: #ffffff;
    background-color: #fa1c2b;
    border-right: none;
  }
}
.about-author .image {
  margin: 0px;
  padding: 0px;
}
.about-author .name {
  padding: 20px;
}
.about-author .name .author {
  font-family: 'Roboto';
  font-size: 12pt;
  text-transform: uppercase;
  color: #000000;
}
.about-author .name .function {
  font-family: 'Roboto';
  font-size: 10pt;
  text-transform: uppercase;
  color: #9d9d9d;
}
.about-author .about {
  font-size: 11pt;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-author .btn-normal {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
}
article {
  line-height: 1.8em;
  font-size: 16px;
}
article .date {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #e3000f;
  padding: 10px;
  margin-bottom: 20px;
}
article .article-heading {
  margin-top: 30px;
}
article .art-source {
  font-size: 12px;
  color: #9d9d9d;
}
article .foto-source {
  font-size: 12px;
  color: #9d9d9d;
}
article .lead p {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
article .lead-img img {
  margin-top: 30px;
  margin-bottom: 30px;
}
article .content {
  margin-top: 30px;
}
article .content img {
  display: block;
  max-width: 100%;
  height: auto;
}
article .content blockquote {
  font-size: 12pt;
  color: #000000;
  margin: 30px;
  border-left: 8px solid #ebebeb;
}
article .content table {
  margin: 15px;
}
article .content ul {
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 30px;
}
article .content ul li {
  background: url(../images/list-square-mini.png) no-repeat transparent;
  background-position: left center;
  list-style-type: none;
  line-height: 20pt;
  font-size: 12pt;
  color: #000000;
  padding-left: 20px;
}
@media only screen and (max-width: 480px) {
  article .date {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #e3000f;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
  }
  article .article-heading {
    margin-top: 30px;
  }
  article .lead p {
    font-size: 12pt;
    font-weight: 500;
  }
  article .lead-img img {
    margin-top: 30px;
  }
  article .content {
    margin-top: 30px;
    letter-spacing: 0.7pt;
  }
  article .content blockquote {
    font-size: 12pt;
    color: #000000;
    margin: 30px 0px;
    border-left: 8px solid #ebebeb;
  }
  article .content ul {
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  article .content ul li {
    background: url(../images/list-square-mini.png) no-repeat transparent;
    background-position: left center;
    list-style-type: none;
    line-height: 20pt;
    font-size: 12pt;
    color: #000000;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 320px) {
  article .date {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #e3000f;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    text-align: center;
  }
  article .article-heading {
    margin-top: 30px;
  }
  article .lead p {
    font-size: 12pt;
    font-weight: 500;
  }
  article .lead-img img {
    margin-top: 30px;
  }
  article .content {
    margin-top: 30px;
    letter-spacing: 0.7pt;
  }
  article .content blockquote {
    font-size: 12pt;
    color: #000000;
    margin: 30px 0px;
    border-left: 8px solid #ebebeb;
  }
  article .content ul {
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  article .content ul li {
    background: url(../images/list-square-mini.png) no-repeat transparent;
    background-position: left center;
    list-style-type: none;
    line-height: 20pt;
    font-size: 12pt;
    color: #000000;
    padding-left: 20px;
  }
}
.article-category {
  margin-top: 30px;
}
.article-category .date {
  font-size: 10pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #9d9d9d;
}
.article-category .title {
  font-family: 'Playfair Display';
  font-size: 16pt;
  color: #000000;
  padding-right: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.article-category .title a {
  color: #000000;
  text-decoration: none;
}
.article-category .title a:link {
  color: #000000;
  text-decoration: none;
}
.article-category .title a:hover {
  color: #000000;
  text-decoration: none;
}
.article-category .title a:focus {
  color: #000000;
  text-decoration: none;
}
.article-category .title a:active {
  color: #000000;
  text-decoration: none;
}
.article-category .title a:visited {
  color: #000000;
  text-decoration: none;
}
.article-category .lead {
  font-size: 16px;
  color: #000000;
}
.article-category a {
  text-decoration: none;
}
.article-category a:link {
  text-decoration: none;
}
.article-category a:hover {
  text-decoration: none;
}
.article-category a:focus {
  text-decoration: none;
}
.article-category a:active {
  text-decoration: none;
}
.article-category a:visited {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .article-category {
    margin-top: 30px;
  }
  .article-category img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .article-category .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #9d9d9d;
  }
  .article-category .title {
    font-family: 'Playfair Display';
    font-size: 14pt;
    color: #000000;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .article-category .lead {
    font-size: 16px;
    color: #000000;
  }
}
@media only screen and (max-width: 360px) {
  .article-category {
    margin-top: 30px;
  }
  .article-category img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .article-category .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #9d9d9d;
  }
  .article-category .title {
    font-family: 'Playfair Display';
    font-size: 14pt;
    color: #000000;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .article-category .lead {
    font-size: 14px;
    color: #000000;
  }
}
@media only screen and (max-width: 320px) {
  .article-category {
    margin-top: 30px;
  }
  .article-category img {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .article-category .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #9d9d9d;
  }
  .article-category .title {
    font-family: 'Playfair Display';
    font-size: 14pt;
    color: #000000;
    padding-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .article-category .lead {
    font-size: 14px;
    color: #000000;
  }
}
.magazine-top .cover img {
  padding-right: 5px;
}
.magazine-top .box .magazine-bg {
  z-index: -1;
  float: right;
  padding-left: 5px;
}
.magazine-top .box .topic-tag {
  background: url(../images/topic.png) no-repeat transparent;
  background-position: 13px 9px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 8px 12px 8px 42px;
  font-size: 12pt;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  background-color: #f3131f;
}
.magazine-top .box .topic {
  font-family: 'Playfair Display';
  font-size: 18pt;
  color: #ffffff;
  background-color: #464646;
  padding: 10px 18px;
  margin-right: 80px;
  z-index: 1;
  float: left;
  position: absolute;
  top: 90px;
  left: 30px;
}
.magazine-top .box .buttons {
  z-index: 1;
  float: left;
  position: absolute;
  bottom: 10px;
  left: 25px;
}
.magazine-top .box .buttons .btn-normal {
  margin: 0px 20px 10px 0px;
}
.magazine-top .box .buttons .btn-strong {
  margin: 0px 20px 10px 0px;
}
@media only screen and (max-width: 992px) {
  .magazine-top .cover img {
    padding-right: 5px;
  }
  .magazine-top .box .magazine-bg {
    z-index: -1;
    float: right;
    padding-left: 5px;
  }
  .magazine-top .box .topic-tag {
    display: none;
  }
  .magazine-top .box .topic {
    font-family: 'Playfair Display';
    font-size: 15pt;
    color: #ffffff;
    background-color: #464646;
    padding: 10px 15px;
    margin-right: 80px;
    z-index: 1;
    float: left;
    position: absolute;
    top: 25px;
    left: 25px;
  }
  .magazine-top .box .buttons {
    z-index: 1;
    float: left;
    position: absolute;
    bottom: 10px;
    left: 25px;
  }
  .magazine-top .box .buttons .btn-normal {
    margin: 0px 10px 10px 0px;
  }
  .magazine-top .box .buttons .btn-strong {
    margin: 0px 10px 10px 0px;
  }
}
@media only screen and (max-width: 640px) {
  .magazine-top .cover {
    display: none;
  }
  .magazine-top .cover img {
    padding-right: 0px;
  }
  .magazine-top .box {
    height: 130px;
  }
  .magazine-top .box .magazine-bg {
    z-index: -1;
    float: right;
    padding-left: 5px;
  }
  .magazine-top .box .topic-tag {
    background: url(../images/topic.png) no-repeat transparent;
    background-position: 13px 9px;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 8px 12px 8px 42px;
    font-size: 12pt;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
    background-color: #f3131f;
  }
  .magazine-top .box .topic {
    font-family: 'Playfair Display';
    font-size: 18pt;
    color: #ffffff;
    background-color: #464646;
    padding: 10px 18px;
    margin-right: 0px;
    z-index: 1;
    float: left;
    position: absolute;
    top: 90px;
    left: 30px;
  }
  .magazine-top .box .buttons {
    z-index: 1;
    float: left;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .magazine-top .box .buttons .btn-normal {
    margin: 0px 0px 0px 0px;
  }
  .magazine-top .box .buttons .btn-strong {
    margin: 0px 0px 0px 0px;
  }
  .magazine-top .box .buttons .btn-dark {
    background-color: #717171;
  }
  .magazine-top .box .buttons a {
    width: 100%;
    margin: 0px;
    height: 40px;
    text-transform: uppercase;
    border-right: none;
  }
}
.small-margin-bottom {
  margin-bottom: 30px;
}
@media only screen and (max-width: 360px) {
  .magazine-top .cover {
    display: block;
  }
  .magazine-top .cover img {
    padding-right: 0px;
  }
  .magazine-top .box {
    height: 130px;
  }
  .magazine-top .box .magazine-bg {
    z-index: -1;
    float: right;
    padding-left: 5px;
  }
  .magazine-top .box .topic-tag {
    background: url(../images/topic.png) no-repeat transparent;
    background-position: 13px 9px;
    z-index: 1;
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 8px 12px 8px 42px;
    font-size: 12pt;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
    background-color: #f3131f;
  }
  .magazine-top .box .topic {
    font-family: 'Playfair Display';
    font-size: 18pt;
    color: #ffffff;
    background-color: #464646;
    padding: 10px 18px;
    margin-right: 0px;
    z-index: 1;
    float: left;
    position: absolute;
    top: 90px;
    left: 30px;
  }
  .magazine-top .box .buttons {
    z-index: 1;
    float: left;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .magazine-top .box .buttons .btn-normal {
    margin: 0px 0px 0px 0px;
  }
  .magazine-top .box .buttons .btn-strong {
    margin: 0px 0px 0px 0px;
  }
  .magazine-top .box .buttons .btn-dark {
    background-color: #717171;
  }
  .magazine-top .box .buttons a {
    width: 100%;
    margin: 0px;
    height: 40px;
    text-transform: uppercase;
    border-right: none;
  }
}
.magazine-post a {
  color: #000000;
}
.magazine-post a:link {
  color: #000000;
}
.magazine-post a:hover {
  color: #000000;
  text-decoration: none;
}
.magazine-post a:active {
  color: #000000;
  text-decoration: none;
}
.magazine-post a:focus {
  color: #000000;
  text-decoration: none;
}
.magazine-post .image img {
  width: 100%;
}
.magazine-post .date {
  font-size: 10pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #afaeae;
  margin-top: 20px;
  margin-bottom: 10px;
}
.magazine-post .title {
  font-family: 'Playfair Display';
  font-size: 16pt;
  margin-bottom: 10px;
}
.magazine-post .lead {
  font-size: 10pt;
  margin-bottom: 20px;
}
.magazine-post .buttons a.btn-normal {
  color: #ffffff;
  margin: 0px 0px;
}
@media only screen and (max-width: 1024px) {
  .magazine-post a {
    color: #000000;
  }
  .magazine-post a:link {
    color: #000000;
  }
  .magazine-post a:hover {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:active {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:focus {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post .image img {
    width: 100%;
  }
  .magazine-post .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #afaeae;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .magazine-post .title {
    font-family: 'Playfair Display';
    font-size: 12pt;
    color: #000000;
    margin-bottom: 10px;
  }
  .magazine-post .lead {
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .magazine-post .buttons a.btn-normal {
    color: #ffffff;
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .magazine-post {
    margin-bottom: 30px;
  }
  .magazine-post a {
    color: #000000;
  }
  .magazine-post a:link {
    color: #000000;
  }
  .magazine-post a:hover {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:active {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:focus {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post .image img {
    width: 100%;
  }
  .magazine-post .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #afaeae;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .magazine-post .title {
    font-family: 'Playfair Display';
    font-size: 12pt;
    color: #000000;
    margin-bottom: 10px;
  }
  .magazine-post .lead {
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .magazine-post .buttons a.btn-normal {
    color: #ffffff;
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 800px) {
  .magazine-post {
    margin-bottom: 30px;
  }
  .magazine-post a {
    color: #000000;
  }
  .magazine-post a:link {
    color: #000000;
  }
  .magazine-post a:hover {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:active {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:focus {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post .image img {
    width: 100%;
  }
  .magazine-post .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #afaeae;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .magazine-post .title {
    font-family: 'Playfair Display';
    font-size: 12pt;
    color: #000000;
    margin-bottom: 10px;
  }
  .magazine-post .lead {
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .magazine-post .buttons a.btn-normal {
    color: #ffffff;
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .magazine-post {
    margin-bottom: 30px;
  }
  .magazine-post a {
    color: #000000;
  }
  .magazine-post a:link {
    color: #000000;
  }
  .magazine-post a:hover {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:active {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:focus {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post .image img {
    width: 100%;
  }
  .magazine-post .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #afaeae;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .magazine-post .title {
    font-family: 'Playfair Display';
    font-size: 12pt;
    color: #000000;
    margin-bottom: 10px;
  }
  .magazine-post .lead {
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .magazine-post .buttons a.btn-normal {
    color: #ffffff;
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 640px) {
  .magazine-post {
    margin-bottom: 40px;
  }
  .magazine-post a {
    color: #000000;
  }
  .magazine-post a:link {
    color: #000000;
  }
  .magazine-post a:hover {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:active {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:focus {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post .image img {
    width: 100%;
  }
  .magazine-post .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #afaeae;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .magazine-post .title {
    font-family: 'Playfair Display';
    font-size: 16pt;
    color: #000000;
    margin-bottom: 10px;
  }
  .magazine-post .lead {
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .magazine-post .buttons a.btn-normal {
    color: #ffffff;
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .magazine-post {
    margin-bottom: 40px;
  }
  .magazine-post a {
    color: #000000;
  }
  .magazine-post a:link {
    color: #000000;
  }
  .magazine-post a:hover {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:active {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:focus {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post .image img {
    width: 100%;
  }
  .magazine-post .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #afaeae;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .magazine-post .title {
    font-family: 'Playfair Display';
    font-size: 16pt;
    color: #000000;
    margin-bottom: 10px;
  }
  .magazine-post .lead {
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .magazine-post .buttons a.btn-normal {
    color: #ffffff;
    margin: 0px 0px;
  }
}
@media only screen and (max-width: 320px) {
  .magazine-post {
    margin-bottom: 40px;
  }
  .magazine-post a {
    color: #000000;
  }
  .magazine-post a:link {
    color: #000000;
  }
  .magazine-post a:hover {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:active {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post a:focus {
    color: #000000;
    text-decoration: none;
  }
  .magazine-post .image img {
    width: 100%;
  }
  .magazine-post .date {
    font-size: 10pt;
    font-weight: 500;
    text-transform: uppercase;
    color: #afaeae;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .magazine-post .title {
    font-family: 'Playfair Display';
    font-size: 12pt;
    color: #000000;
    margin-bottom: 10px;
  }
  .magazine-post .lead {
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .magazine-post .buttons a.btn-normal {
    color: #ffffff;
    margin: 0px 0px;
  }
}
.magazine-post-tile-big {
  margin-bottom: 30px;
}
.magazine-post-tile-big .image {
  background-image: #cccccc;
}
.magazine-post-tile-big .title {
  background-color: #ffffff;
  padding: 20px 20px;
  height: 100px;
  display: flex;
  align-items: center;
}
.magazine-post-tile-big a {
  color: #000000;
}
.magazine-post-tile-big a:link {
  color: #000000;
}
.magazine-post-tile-big a:hover {
  color: #000000;
  text-decoration: none;
}
.magazine-post-tile-big a:active {
  color: #000000;
  text-decoration: none;
}
.magazine-post-tile-big a:focus {
  color: #000000;
  text-decoration: none;
}
.magazine-post-tile-small {
  margin-bottom: 30px;
}
.magazine-post-tile-small .title {
  background-color: #ffffff;
  padding: 20px 20px;
  height: 104px;
  display: flex;
  align-items: center;
}
.magazine-post-tile-small a {
  color: #000000;
}
.magazine-post-tile-small a:link {
  color: #000000;
}
.magazine-post-tile-small a:hover {
  color: #000000;
  text-decoration: none;
}
.magazine-post-tile-small a:active {
  color: #000000;
  text-decoration: none;
}
.magazine-post-tile-small a:focus {
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .magazine-post-tile-big .title {
    font-size: 10pt;
    padding: 20px 20px;
    height: 90px;
  }
  .magazine-post-tile-small .title {
    font-size: 10pt;
    padding: 20px 20px;
    height: 84px;
  }
}
@media only screen and (max-width: 980px) {
  .magazine-post-tile-big .title {
    font-size: 8pt;
    padding: 20px 20px;
    height: 84px;
  }
  .magazine-post-tile-small .title {
    font-size: 8pt;
    padding: 10px 10px;
    height: 62px;
  }
}
@media only screen and (max-width: 800px) {
  .magazine-post-tile-big .title {
    font-size: 8pt;
    padding: 20px 20px;
    height: 84px;
  }
  .magazine-post-tile-small .title {
    font-size: 8pt;
    padding: 10px 10px;
    height: 62px;
  }
}
@media only screen and (max-width: 768px) {
  .magazine-post-tile-big .title {
    font-size: 8pt;
    padding: 20px 20px;
    height: 84px;
  }
  .magazine-post-tile-small .title {
    font-size: 8pt;
    padding: 10px 10px;
    height: 62px;
  }
}
@media only screen and (max-width: 640px) {
  .magazine-post-tile-big .image img {
    width: 100%;
  }
  .magazine-post-tile-big .title {
    font-size: 12pt;
    padding: 20px 20px;
    height: 100px;
  }
  .magazine-post-tile-small .image img {
    width: 100%;
  }
  .magazine-post-tile-small .title {
    font-size: 12pt;
    padding: 20px 20px;
    height: 100px;
  }
}
@media only screen and (max-width: 360px) {
  .magazine-post-tile-big .image img {
    height: 240px;
  }
  .magazine-post-tile-big .title {
    font-size: 10pt;
    padding: 20px 20px;
    height: 100px;
  }
  .magazine-post-tile-small .title {
    font-size: 10pt;
    padding: 20px 20px;
    height: 100px;
  }
}
@media only screen and (max-width: 320px) {
  .magazine-post-tile-big .image img {
    height: 240px;
  }
  .magazine-post-tile-big .title {
    font-size: 10pt;
    padding: 20px 20px;
    height: 100px;
  }
  .magazine-post-tile-small .title {
    font-size: 10pt;
    padding: 20px 20px;
    height: 100px;
  }
}
.table-of-contents {
  margin-top: 30px;
  width: 100%;
}
.table-of-contents tr td {
  padding-bottom: 10px;
}
.table-of-contents tr td h3 {
  font-family: 'Roboto';
  font-size: 20pt;
  text-transform: uppercase;
  color: #252525;
}
.table-of-contents tr td a {
  color: #acacac;
  text-decoration: none;
}
.table-of-contents tr td a:hover {
  color: #f3131f;
}
.table-of-contents tr .page {
  text-align: center;
  font-size: 12pt;
  color: #868686;
}
.magazine-number {
  font-family: 'Roboto';
  font-size: 30pt;
  color: #868686;
  padding-left: 30px;
}
.magazine-cover-box {
  margin-bottom: 30px;
  clear: both;
}
.magazine-cover-box .buttons .btn-strong {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .magazine-cover-box .buttons .btn-strong {
    min-width: 145px;
  }
  .magazine-cover-box .buttons .btn-normal {
    min-width: 145px;
  }
}
@media only screen and (min-width: 640px) {
  .magazine-cover-box {
    margin-bottom: 0px;
  }
  .magazine-cover-box .cover {
    margin-bottom: 30px;
  }
  .magazine-cover-box .cover img {
    width: 100%;
  }
  .magazine-cover-box .buttons .btn-normal {
    margin-bottom: 0px;
  }
  .magazine-cover-box .buttons .btn-strong {
    display: inline;
  }
}
@media only screen and (min-width: 480px) {
  .magazine-cover-box {
    margin-bottom: 0px;
  }
  .magazine-cover-box .cover {
    margin-bottom: 30px;
  }
  .magazine-cover-box .cover img {
    width: 100%;
  }
  .magazine-cover-box .buttons .btn-normal {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 360px) {
  .magazine-cover-box {
    margin-bottom: 0px;
  }
  .magazine-cover-box .cover {
    margin-bottom: 30px;
  }
  .magazine-cover-box .buttons .btn-normal {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 320px) {
  .magazine-cover-box {
    margin-bottom: 0px;
  }
  .magazine-cover-box .cover {
    margin-bottom: 30px;
  }
  .magazine-cover-box .buttons .btn-normal {
    margin-bottom: 0px;
  }
}
.conference-carousel-content {
  position: absolute;
  height: 100%;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 30px;
  color: #ffffff;
}
.conference-carousel-content .title {
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: 'Playfair Display';
  font-size: 18pt;
  color: #ffffff;
  background-color: #464646;
  max-width: 550px;
  min-width: 100px;
  padding: 18px 18px;
  height: auto;
}
.conference-carousel-content .date {
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: 'Roboto';
  font-size: 12pt;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f3131f;
  padding: 10px 18px;
  height: auto;
}
.conference-carousel-content .place {
  z-index: 1;
  position: absolute;
  top: 90px;
  right: 30px;
  font-family: 'Roboto';
  font-size: 12pt;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #f3131f;
  padding: 10px 18px;
  height: auto;
}
.conference-carousel-controls {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.conference-carousel-controls a {
  font-size: 18pt;
  color: #ffffff;
}
.conference-carousel-controls .left {
  float: left;
  width: 30px;
  height: 30px;
}
.conference-carousel-controls .right {
  float: right;
  width: 30px;
  height: 30px;
}
.carousel-indicators ol ul {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .conference-carousel-content .title {
    font-size: 16pt;
    max-width: 450px;
  }
}
@media only screen and (max-width: 992px) {
  .conference-carousel-content .title {
    font-size: 16pt;
    max-width: 350px;
  }
}
@media only screen and (max-width: 640px) {
  #conference-carousel {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .conference-carousel-controls {
    position: absolute;
    left: 18px;
    top: 120px;
    width: 90%;
    right: 57px;
  }
  .carousel-indicators {
    position: absolute;
    top: 230px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .conference-carousel-content {
    position: relative;
    height: 160px;
  }
  .conference-carousel-content .title {
    position: absolute;
    font-family: 'Roboto';
    font-size: 12pt;
    top: 0px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .conference-carousel-content .date {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #646464;
    text-align: center;
  }
  .conference-carousel-content .place {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #conference-carousel {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .conference-carousel-controls {
    position: absolute;
    left: 18px;
    top: 80px;
    width: 90%;
    right: 57px;
  }
  .carousel-indicators {
    position: absolute;
    top: 160px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .conference-carousel-content {
    position: relative;
    height: 160px;
  }
  .conference-carousel-content .title {
    position: absolute;
    font-family: 'Roboto';
    font-size: 12pt;
    top: 0px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .conference-carousel-content .date {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #646464;
    text-align: center;
  }
  .conference-carousel-content .place {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  #conference-carousel {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .conference-carousel-controls {
    position: absolute;
    left: 18px;
    top: 60px;
    width: 90%;
    right: 57px;
  }
  .carousel-indicators {
    position: absolute;
    top: 110px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .conference-carousel-content {
    position: relative;
    height: 160px;
  }
  .conference-carousel-content .title {
    position: absolute;
    font-family: 'Roboto';
    font-size: 12pt;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .conference-carousel-content .date {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #646464;
    text-align: center;
  }
  .conference-carousel-content .place {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  #conference-carousel {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .conference-carousel-controls {
    position: absolute;
    left: 18px;
    top: 50px;
    width: 90%;
    right: 57px;
  }
  .carousel-indicators {
    position: absolute;
    top: 90px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
  }
  .conference-carousel-content {
    position: relative;
    height: 160px;
  }
  .conference-carousel-content .title {
    position: absolute;
    font-family: 'Roboto';
    font-size: 12pt;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .conference-carousel-content .date {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: #646464;
    text-align: center;
  }
  .conference-carousel-content .place {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
  }
}
#conference-carousel-2 {
  background-color: silver;
}
.conference-carousel-content-2 {
  position: absolute;
  height: 500px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  padding: 30px;
  color: #ffffff;
}
.conference-carousel-content-2 .title {
  font-family: 'Playfair Display';
  font-size: 22pt;
  color: #ffffff;
  background-color: #464646;
  max-width: 650px;
  margin-top: 10px;
  padding: 10px 15px;
  display: inline-block;
}
.conference-carousel-content-2 .when {
  font-family: 'Roboto';
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
}
.conference-carousel-content-2 .when .place {
  padding: 10px 15px;
  margin-right: 20px;
  background-color: #f3131f;
}
.conference-carousel-content-2 .when .date {
  padding: 10px 15px;
  background-color: #f3131f;
}
.conference-carousel-content-2 .btn-program {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .conference-carousel-content-2 {
    height: 400px;
  }
  .conference-carousel-content-2 .countdown {
    top: 30px;
    right: 30px;
  }
  .conference-carousel-content-2 .countdown .heading {
    font-size: 12pt;
    width: 310px;
  }
  .conference-carousel-content-2 .countdown .title {
    font-size: 8pt;
    padding: 2px;
    width: 60px;
    height: 20px;
  }
  .conference-carousel-content-2 .countdown .number {
    font-size: 20pt;
  }
  .conference-carousel-content-2 .title {
    font-size: 18pt;
    padding-top: 100px;
    max-width: 450px;
  }
  .conference-carousel-content-2 .when {
    font-size: 12pt;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .conference-carousel-content-2 {
    height: 300px;
  }
  .conference-carousel-content-2 .countdown {
    display: none;
  }
  .conference-carousel-content-2 .title {
    font-size: 18pt;
    padding-top: 0px;
    max-width: 100%;
  }
  .conference-carousel-content-2 .when {
    font-size: 12pt;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .conference-carousel-content-2 {
    height: 300px;
  }
  .conference-carousel-content-2 .countdown {
    display: none;
  }
  .conference-carousel-content-2 .title {
    font-size: 18pt;
    padding-top: 0px;
    max-width: 100%;
  }
  .conference-carousel-content-2 .when {
    font-size: 12pt;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .conference-carousel-content-2 {
    position: relative;
    height: 200px;
    padding: 0px;
  }
  .conference-carousel-content-2 .countdown {
    display: none;
  }
  .conference-carousel-content-2 .btn-program {
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    border-right: none;
  }
  .conference-carousel-content-2 .title {
    font-family: 'Roboto';
    font-size: 12pt;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    padding: 10px;
    padding-top: 5px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #363636;
  }
  .conference-carousel-content-2 .when {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    font-size: 12pt;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
  }
  .conference-carousel-content-2 .when .place {
    display: block;
    margin-right: 10px;
    padding: 8px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #646464;
  }
  .conference-carousel-content-2 .when .date {
    display: block;
    margin-right: 10px;
    padding: 8px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #898989;
  }
}
@media only screen and (max-width: 360px) {
  .conference-carousel-content-2 {
    position: relative;
    height: 200px;
    padding: 0px;
  }
  .conference-carousel-content-2 .countdown {
    display: none;
  }
  .conference-carousel-content-2 .btn-program {
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    border-right: none;
  }
  .conference-carousel-content-2 .title {
    font-family: 'Roboto';
    font-size: 12pt;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    padding: 10px;
    padding-top: 5px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #363636;
  }
  .conference-carousel-content-2 .when {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    font-size: 12pt;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
  }
  .conference-carousel-content-2 .when .place {
    display: block;
    margin-right: 10px;
    padding: 8px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #646464;
  }
  .conference-carousel-content-2 .when .date {
    display: block;
    margin-right: 10px;
    padding: 8px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #898989;
  }
}
@media only screen and (max-width: 320px) {
  .conference-carousel-content-2 {
    position: relative;
    height: 200px;
    padding: 0px;
  }
  .conference-carousel-content-2 .countdown {
    display: none;
  }
  .conference-carousel-content-2 .btn-program {
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    border-right: none;
  }
  .conference-carousel-content-2 .title {
    font-family: 'Roboto';
    font-size: 12pt;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    padding: 10px;
    padding-top: 5px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #363636;
  }
  .conference-carousel-content-2 .when {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    font-size: 12pt;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
  }
  .conference-carousel-content-2 .when .place {
    display: block;
    margin-right: 10px;
    padding: 8px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #646464;
  }
  .conference-carousel-content-2 .when .date {
    display: block;
    margin-right: 10px;
    padding: 8px;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #898989;
  }
}
.countdown {
  float: right;
  height: 300px;
}
.countdown .heading {
  font-family: 'Roboto';
  font-size: 14pt;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  padding: 5px 10px;
  margin: 10px;
}
.countdown .title {
  font-family: 'Roboto';
  font-size: 10pt;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #bb0000;
  padding: 5px;
  width: 80px;
  height: 30px;
}
.countdown .number {
  font-family: 'Roboto';
  font-size: 24pt;
  text-align: center;
  color: #ffffff;
  background-color: #111111;
  padding: 10px;
}
.countdown #days,
.countdown #hours,
.countdown #minutes,
.countdown #seconds {
  display: inline-block;
  margin: 10px;
}
.gallery-mainpage .picture-big {
  margin-bottom: 24px;
}
.gallery-mainpage .picture-big a {
  color: #ffffff;
}
.gallery-mainpage .picture-big .title {
  font-size: 18pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 40px;
  height: 414px;
  width: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 15px;
}
.gallery-mainpage .picture-big .only-here {
  top: 30px;
  left: 40px;
}
.gallery-mainpage .picture-big .only-here-2 {
  top: 90px;
  left: 40px;
}
.gallery-mainpage .picture-big .hot-topic {
  top: 30px;
  left: 40px;
}
.gallery-mainpage .picture-small {
  margin-bottom: 24px;
}
.gallery-mainpage .picture-small .only-here {
  background-position: 13px 7px;
  font-size: 10pt;
  top: 10px;
  left: 25px;
}
.gallery-mainpage .picture-small .only-here-2 {
  background-position: 13px 7px;
  font-size: 10pt;
  top: 40px;
  left: 40px;
}
.gallery-mainpage .picture-small .hot-topic {
  background-position: 13px 7px;
  font-size: 10pt;
  top: 10px;
  left: 25px;
}
.gallery-mainpage .picture-small .see-more {
  font-size: 12pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  padding: 50px 20px;
  height: 195px;
  width: 255px;
  position: absolute;
  top: 0px;
  left: 15px;
  z-index: 1;
}
.gallery-mainpage .picture-small .see-more .title {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .gallery-mainpage .picture-big .title {
    font-size: 16pt;
    height: 338px;
    width: 440px;
  }
  .gallery-mainpage .picture-small .see-more {
    font-size: 10pt;
    padding: 25px 20px;
    height: 158px;
    width: 205px;
  }
  .gallery-mainpage .picture-small .see-more .title {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .gallery-mainpage .picture-big img {
    width: 100%;
  }
  .gallery-mainpage .picture-big .title {
    font-size: 18pt;
    height: 530px;
    width: 690px;
  }
  .gallery-mainpage .picture-small .see-more {
    font-size: 12pt;
    padding: 70px 20px;
    height: 253px;
    width: 330px;
  }
  .gallery-mainpage .picture-small .see-more .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .gallery-mainpage .picture-big img {
    width: 100%;
  }
  .gallery-mainpage .picture-big .title {
    font-size: 18pt;
    height: 530px;
    width: 690px;
  }
  .gallery-mainpage .picture-small .see-more {
    font-size: 12pt;
    padding: 70px 20px;
    height: 253px;
    width: 330px;
  }
  .gallery-mainpage .picture-small .see-more .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-mainpage .picture-big img {
    width: 100%;
  }
  .gallery-mainpage .picture-big .title {
    font-size: 18pt;
    height: 530px;
    width: 690px;
  }
  .gallery-mainpage .picture-small .see-more {
    font-size: 12pt;
    padding: 70px 20px;
    height: 253px;
    width: 330px;
  }
  .gallery-mainpage .picture-small .see-more .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-mainpage .picture-big .title {
    font-size: 18pt;
    height: 450px;
    width: 580px;
  }
  .gallery-mainpage .picture-small .see-more {
    font-size: 12pt;
    padding: 150px 0px;
    height: 450px;
    width: 580px;
  }
  .gallery-mainpage .picture-small .see-more .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-mainpage .picture-big .title {
    font-size: 12pt;
    height: 320px;
    width: 420px;
  }
  .gallery-mainpage .picture-small .see-more {
    font-size: 12pt;
    padding: 100px 0px;
    height: 320px;
    width: 420px;
  }
  .gallery-mainpage .picture-small .see-more .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .gallery-mainpage .picture-big .title {
    font-size: 12pt;
    height: 230px;
    width: 300px;
  }
  .gallery-mainpage .picture-small .see-more {
    font-size: 12pt;
    padding: 50px 20px;
    height: 230px;
    width: 300px;
  }
  .gallery-mainpage .picture-small .see-more .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .gallery-mainpage .picture-big .title {
    font-size: 12pt;
    height: 200px;
    width: 260px;
  }
  .gallery-mainpage .picture-small .see-more {
    font-size: 12pt;
    padding: 50px 20px;
    height: 200px;
    width: 260px;
  }
  .gallery-mainpage .picture-small .see-more .title {
    margin-top: 20px;
  }
}
.gallery-mainpage-list .gallery-list-big .image {
  overflow: hidden;
}
.gallery-mainpage-list .gallery-list-big .image .only-here {
  top: 30px;
  left: 40px;
}
.gallery-mainpage-list .gallery-list-big .image .only-here-2 {
  top: 90px;
  left: 40px;
}
.gallery-mainpage-list .gallery-list-big .image .hot-topic {
  top: 30px;
  left: 40px;
}
.gallery-mainpage-list .gallery-list-small .image {
  overflow: hidden;
}
.gallery-mainpage-list .gallery-list-small .image .only-here {
  background-position: 13px 7px;
  font-size: 10pt;
  top: 10px;
  left: 25px;
}
.gallery-mainpage-list .gallery-list-small .image .only-here-2 {
  background-position: 13px 7px;
  font-size: 10pt;
  top: 40px;
  left: 40px;
}
.gallery-mainpage-list .gallery-list-small .image .hot-topic {
  background-position: 13px 7px;
  font-size: 10pt;
  top: 10px;
  left: 25px;
}
.gallery-mainpage-list a {
  color: #000000;
  text-decoration: none;
}
.gallery-mainpage-list .title {
  background-color: #ffffff;
  height: 100px;
  margin-bottom: 30px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
.gallery-mainpage-list .img-big {
  height: 520px;
}
.gallery-mainpage-list .cam-big {
  position: absolute;
  top: 180px;
  left: 190px;
}
.gallery-mainpage-list .cam-small {
  position: absolute;
  top: 60px;
  left: 100px;
}
@media only screen and (max-width: 1200px) {
  .gallery-mainpage-list .title {
    height: 80px;
    padding: 20px;
  }
  .gallery-mainpage-list .img-big {
    height: 425px;
  }
  .gallery-mainpage-list .cam-big {
    top: 130px;
    left: 135px;
    width: 200px;
    height: 154px;
  }
  .gallery-mainpage-list .cam-small {
    top: 45px;
    left: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .gallery-mainpage-list .title {
    height: 80px;
    padding: 20px;
    font-size: 9pt;
  }
  .gallery-mainpage-list .img-big {
    height: 425px;
  }
  .gallery-mainpage-list .cam-big {
    top: 130px;
    left: 135px;
    width: 200px;
    height: 154px;
  }
  .gallery-mainpage-list .cam-small {
    top: 45px;
    left: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .gallery-mainpage-list .title {
    height: 80px;
    padding: 20px;
  }
  .gallery-mainpage-list .image {
    overflow: auto;
  }
  .gallery-mainpage-list .img-big {
    width: 100%;
    height: auto;
  }
  .gallery-mainpage-list .cam-big {
    top: 180px;
    left: 260px;
    width: 200px;
    height: 154px;
  }
  .gallery-mainpage-list .cam-small {
    top: 95px;
    left: 140px;
  }
}
@media only screen and (max-width: 800px) {
  .gallery-mainpage-list .title {
    height: 80px;
    padding: 20px;
  }
  .gallery-mainpage-list .image {
    overflow: auto;
  }
  .gallery-mainpage-list .img-big {
    width: 100%;
    height: auto;
  }
  .gallery-mainpage-list .cam-big {
    top: 180px;
    left: 260px;
    width: 200px;
    height: 154px;
  }
  .gallery-mainpage-list .cam-small {
    top: 95px;
    left: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-mainpage-list .title {
    height: 80px;
    padding: 20px;
  }
  .gallery-mainpage-list .image {
    overflow: auto;
  }
  .gallery-mainpage-list .img-big {
    width: 100%;
    height: auto;
  }
  .gallery-mainpage-list .cam-big {
    top: 180px;
    left: 260px;
    width: 200px;
    height: 154px;
  }
  .gallery-mainpage-list .cam-small {
    top: 95px;
    left: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery-mainpage-list .gallery-list-big .image .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .gallery-list-big .image .only-here-2 {
    top: 40px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .gallery-list-big .image .hot-topic {
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .gallery-list-small .image .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 300px;
  }
  .gallery-mainpage-list .gallery-list-small .image .only-here-2 {
    top: 40px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 300px;
  }
  .gallery-mainpage-list .gallery-list-small .image .hot-topic {
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 300px;
  }
  .gallery-mainpage-list .title {
    height: 100px;
    padding: 20px;
    font-size: 12pt;
  }
  .gallery-mainpage-list .img-big {
    height: 230px;
  }
  .gallery-mainpage-list .cam-big {
    top: 84px;
    left: 125px;
    width: 80px;
    height: 62px;
  }
  .gallery-mainpage-list .cam-small {
    top: 85px;
    left: 125px;
  }
}
@media only screen and (max-width: 320px) {
  .gallery-mainpage-list .gallery-list-big .image .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .gallery-list-big .image .only-here-2 {
    top: 40px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .gallery-list-big .image .hot-topic {
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .gallery-list-small .image .only-here {
    background-position: 16px 9px;
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .gallery-list-small .image .only-here-2 {
    top: 40px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .gallery-list-small .image .hot-topic {
    top: 0px;
    left: 15px;
    font-size: 12pt;
    letter-spacing: 5px;
    text-align: center;
    width: 260px;
  }
  .gallery-mainpage-list .title {
    height: 100px;
    padding: 20px;
    font-size: 12pt;
  }
  .gallery-mainpage-list .img-big {
    height: 230px;
  }
  .gallery-mainpage-list .cam-big {
    top: 84px;
    left: 105px;
    width: 80px;
    height: 62px;
  }
  .gallery-mainpage-list .cam-small {
    top: 65px;
    left: 105px;
  }
}
.article-gallery {
  clear: both;
}
.article-gallery img {
  margin-bottom: 24px;
}
.article-gallery .btn-strong {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px 0px;
}
.article-gallery .pager {
  float: left;
  margin: 5px 0px 0px 0px;
}
.article-gallery .pager li {
  padding: 0px 0px;
  margin-right: 5px;
  background-color: none;
}
.article-gallery .pager li a {
  border: none;
}
.article-gallery .pager li a:hover {
  background: none;
}
.article-gallery .pager li a:visited {
  background: none;
}
.article-gallery .pager li a:active {
  background: none;
}
.article-gallery .pager li a:focus {
  background: none;
}
.article-gallery .pager img {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 480px) {
  .article-gallery {
    margin-bottom: 30px;
  }
  .article-gallery .pager {
    float: none;
    margin: 0px 0px 30px 0px;
  }
}
@media only screen and (max-width: 320px) {
  .article-gallery {
    margin-bottom: 30px;
  }
  .article-gallery .pager {
    float: none;
    margin: 0px 0px 30px 0px;
  }
}
.article-gallery-grid {
  margin-top: 30px;
}
.article-gallery-grid img {
  margin-bottom: 30px;
}
.gallery-video .title {
  padding: 20px 20px;
  height: 100px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.gallery-video a {
  color: #000000;
}
.gallery-video a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .gallery-video {
    margin-bottom: 30px;
  }
}
.sonda {
  background-color: #d7d7d7;
  padding: 30px;
}
.sonda h3 {
  font-family: 'Playfair Display';
  font-size: 42pt;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}
.sonda .inner-box {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 10px;
}
.sonda .inner-box button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  padding: 0px;
  margin: 0px;
}
.sonda .inner-box .btns {
  margin-top: 30px;
}
.sonda .inner-box .btn-strong {
  margin-left: 10px;
}
.sonda .inner-box .answer {
  font-size: 12pt;
  font-weight: 500;
}
.sonda .inner-box .form-group {
  margin-top: 30px;
  margin-left: 30px;
}
.sonda .inner-box .form-group .score {
  width: 300px;
}
.sonda .inner-box .form-group .score label {
  font-weight: 400;
}
.sonda .inner-box .form-group .score .votes {
  color: #b7b7b7;
}
.sonda .inner-box .form-group .score .progress {
  height: 10px;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.sonda .inner-box .form-group .score .progress-bar {
  background-color: #d9d9d9;
  box-shadow: none;
}
@media only screen and (max-width: 360px) {
  .sonda {
    padding: 10px;
  }
  .sonda h3 {
    font-family: 'Playfair Display';
    font-size: 32pt;
  }
  .sonda .inner-box {
    padding: 10px;
  }
  .sonda .inner-box .answer {
    font-size: 10pt;
    font-weight: 500;
  }
  .sonda .inner-box .btn-normal {
    margin-top: 10px;
  }
  .sonda .inner-box .form-group {
    margin-left: 0px;
    font-size: 10pt;
  }
  .sonda .inner-box .form-group .score {
    width: 100%;
  }
}
.sonda-sidebar button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  padding: 0px;
  margin: 0px;
}
.sonda-sidebar .title {
  margin-bottom: 15px;
}
.sonda-sidebar .btns {
  margin-top: 30px;
}
.sonda-sidebar .btn-strong {
  margin-left: 10px;
}
.sonda-sidebar .btn-normal {
  float: left;
}
.sonda-sidebar .answer {
  font-size: 12pt;
  font-weight: 500;
}
.sonda-sidebar .form-group {
  margin: 30px;
}
.sonda-sidebar .form-group .score {
  width: 300px;
}
.sonda-sidebar .form-group .score label {
  font-weight: 400;
}
.sonda-sidebar .form-group .score .votes {
  color: #b7b7b7;
}
.sonda-sidebar .form-group .score .progress {
  height: 10px;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.sonda-sidebar .form-group .score .progress-bar {
  background-color: #d9d9d9;
  box-shadow: none;
}
.sonda-category-list {
  margin-top: 30px;
}
.sonda-category-list .votes {
  color: #ffffff;
  background-color: #f3131f;
  padding: 5px;
  height: 90px;
}
.sonda-category-list .votes .number {
  font-size: 26pt;
  text-align: center;
}
.sonda-category-list .votes .text {
  font-size: 10pt;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sonda-category-list .date {
  font-size: 10pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #9d9d9d;
}
.sonda-category-list .title {
  font-family: 'Playfair Display';
  font-size: 16pt;
  color: #000000;
  padding-right: 100px;
  margin-bottom: 10px;
}
.sonda-category-list .title a {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .title a:link {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .title a:hover {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .title a:focus {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .title a:active {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .title a:visited {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .related-articles {
  font-size: 10pt;
  color: #000000;
  margin-top: 10px;
}
.sonda-category-list .related-articles a {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .related-articles a:link {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .related-articles a:hover {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .related-articles a:focus {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .related-articles a:active {
  color: #000000;
  text-decoration: none;
}
.sonda-category-list .related-articles a:visited {
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .sonda-category-list .votes {
    height: 70px;
  }
  .sonda-category-list .votes .number {
    font-size: 20pt;
  }
  .sonda-category-list .votes .text {
    font-size: 8pt;
  }
}
@media only screen and (max-width: 360px) {
  .sonda-category-list .title {
    margin-top: 10px;
    padding-right: 0px;
  }
  .sonda-category-list .related-articles {
    margin-bottom: 20px;
  }
}
.sonda-mainpage {
  background-color: #ffffff;
  padding: 30px;
  min-height: 320px;
}
.sonda-mainpage button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  padding: 0px;
  margin: 0px;
}
.sonda-mainpage .title {
  margin-bottom: 15px;
}
.sonda-mainpage .btns {
  margin-bottom: 0px;
}
.sonda-mainpage .btn-strong {
  margin-left: 15px;
}
.sonda-mainpage .answer {
  font-size: 12pt;
  font-weight: 500;
}
.sonda-mainpage .form-group {
  padding: 30px;
}
.sonda-mainpage .form-group .score {
  width: 300px;
}
.sonda-mainpage .form-group .score label {
  font-weight: 400;
}
.sonda-mainpage .form-group .score .votes {
  color: #b7b7b7;
}
.sonda-mainpage .form-group .score .progress {
  height: 10px;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.sonda-mainpage .form-group .score .progress-bar {
  background-color: #d9d9d9;
  box-shadow: none;
}
.sonda-mainpage-list .btn-normal {
  margin-right: 0px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .sonda-mainpage {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .sonda-mainpage {
    margin-bottom: 30px;
  }
  .sonda-mainpage .title {
    margin-bottom: 30px;
  }
  .sonda-mainpage .form-group {
    padding: 0px;
    margin-bottom: 30px;
    clear: both;
  }
  .sonda-mainpage .form-group .score {
    width: 100%;
  }
  .sonda-mainpage .btns {
    width: 100%;
  }
  .sonda-mainpage .btns .btn-strong {
    margin-bottom: 15px;
  }
}
.quizzes-category a {
  text-decoration: none;
  color: #000000;
}
.quizzes-category a:link {
  text-decoration: none;
  color: #000000;
}
.quizzes-category a:hover {
  text-decoration: none;
  color: #000000;
}
.quizzes-category a:active {
  text-decoration: none;
  color: #000000;
}
.quizzes-category a:visited {
  text-decoration: none;
  color: #000000;
}
.quizzes-category a:focus {
  text-decoration: none;
  color: #000000;
}
.quizzes-category .lead-item {
  position: relative;
  margin-bottom: 30px;
}
.quizzes-category .lead-item .title {
  font-family: 'Playfair Display';
  font-size: 14pt;
  padding: 30px;
  height: 120px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.quizzes-category .lead-item .arrow {
  position: absolute;
  bottom: 120px;
  left: 45px;
}
.quizzes-category .item {
  position: relative;
  margin-bottom: 30px;
}
.quizzes-category .item .title {
  font-family: 'Playfair Display';
  font-size: 14pt;
  padding: 30px;
  height: 120px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.quizzes-category .item .arrow {
  position: absolute;
  bottom: 120px;
  left: 45px;
}
@media only screen and (max-width: 1024px) {
  .quizzes-category .lead-item .title {
    font-size: 12pt;
  }
  .quizzes-category .item .title {
    font-size: 12pt;
  }
}
@media only screen and (max-width: 992px) {
  .quizzes-category .lead-item .title {
    font-size: 14pt;
  }
  .quizzes-category .item .title {
    font-size: 14pt;
  }
}
@media only screen and (max-width: 360px) {
  .quizzes-category .lead-item .title {
    font-size: 11pt;
  }
  .quizzes-category .item .title {
    font-size: 11pt;
  }
}
.quizz {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid #bababa;
  position: relative;
}
.quizz .hr {
  margin-bottom: 0px;
}
.quizz .btn-share {
  background-color: #3a589e;
  border-color: #003262;
}
.quizz .btn-share:hover {
  background-color: #01468a;
  border-color: #00203f;
}
.quizz .header {
  height: 120px;
  background-color: #f5f5f5;
  color: #717171;
  display: flex;
  align-items: center;
}
.quizz .header .title {
  font-size: 16pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px;
}
.quizz .header .name {
  font-family: 'Playfair Display';
  font-size: 42pt;
  color: #cfcfcf;
  position: absolute;
  top: 15px ;
  right: 30px ;
}
.quizz .quizzes-nav {
  padding: 15px;
  background-color: #f5f5f5;
}
.quizz .quizzes-nav .btn-normal {
  float: left;
  width: 180px;
}
.quizz .quizzes-nav .btn-strong {
  float: right;
  width: 180px;
}
.quizz .start {
  display: flex;
  justify-content: center;
}
.quizz .content {
  padding: 5%;
  min-height: 400px;
}
.quizz .content .thanks {
  font-size: 20pt;
  text-align: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.quizz .content .score-text {
  font-size: 24pt;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.quizz .content .your-score {
  font-size: 18pt;
  text-align: center;
}
.quizz .content .average {
  font-size: 18pt;
  color: #aeaeae;
  text-align: center;
}
.quizz .content .correct {
  color: #00a651;
}
.quizz .content .uncorrect {
  color: #ed1c24;
}
.quizz .content .counter {
  font-size: 16pt;
  color: #b6b5b5;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
}
.quizz .content .question {
  font-size: 12pt;
  font-weight: 500;
}
.quizz .content .form-group {
  font-size: 12pt;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 30px;
}
.quizz .content .form-group .radio label {
  margin-bottom: 10px;
}
.quizz .content .form-group .correct {
  color: #00a651;
}
.quizz .content .form-group .uncorrect {
  color: #ed1c24;
}
.quizz .content .form-group .score {
  width: 300px;
}
.quizz .content .form-group .score label {
  font-weight: 400;
  margin-bottom: 10px;
}
.quizz .content .form-group .score .votes {
  color: #b7b7b7;
}
.quizz .content .form-group .score .progress {
  height: 10px;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.quizz .content .form-group .score .progress-bar {
  background-color: #d9d9d9;
  box-shadow: none;
}
.quizz .content .form-group-pictures {
  margin-top: 30px;
  margin-bottom: 30px;
}
.quizz .content .form-group-pictures .radio-picture {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.quizz .content .form-group-pictures .radio-picture .radio {
  text-align: center;
  padding-left: 25px;
}
.quizz .content .form-group-pictures .radio-picture .image img {
  height: 120px;
  padding: 5px;
}
.quizz .content .form-group-pictures .radio-picture .correct {
  border: 1px solid #00a651;
}
.quizz .content .form-group-pictures .radio-picture .uncorrect {
  border: 1px solid #ed1c24;
}
@media only screen and (max-width: 360px) {
  .quizz {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .quizz .header {
    height: 80px;
  }
  .quizz .header .title {
    font-size: 12pt;
    padding: 10px;
  }
  .quizz .content .thanks {
    font-size: 16pt;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .quizz .content .score-text {
    font-size: 16pt;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .quizz .content .your-score {
    font-size: 16pt;
    margin-bottom: 30px;
  }
  .quizz .content .average {
    font-size: 16pt;
  }
  .quizz .quizzes-nav .btn-strong {
    margin-bottom: 15px;
  }
}
.quizzes-mainpage .title {
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 40px;
  font-family: 'Playfair Display';
  font-size: 18pt;
  color: #ffffff;
  background-color: #464646;
  max-width: 450px;
  min-width: 100px;
  padding: 10px 18px;
  height: auto;
}
.quizzes-mainpage .btns .btn-strong {
  width: 180px;
}
@media only screen and (max-width: 992px) {
  .quizzes-mainpage {
    margin-bottom: 30px;
  }
  .quizzes-mainpage .btns .btn-strong {
    width: 180px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .quizzes-mainpage {
    margin-bottom: 100px;
  }
  .quizzes-mainpage .title {
    font-family: 'Roboto';
    font-size: 10pt;
    top: 156px;
    left: 15px;
    right: 15px;
  }
  .quizzes-mainpage .btns .btn-strong {
    position: absolute;
    width: 300px;
    top: -31px;
    right: -35px;
    border-right: none;
  }
}
.questionnaires {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 1px solid #bababa;
  position: relative;
}
.questionnaires .hr {
  margin-bottom: 0px;
}
.questionnaires .header {
  height: 120px;
  background-color: #f5f5f5;
  color: #717171;
  display: flex;
  align-items: center;
}
.questionnaires .header .title {
  font-size: 16pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 30px;
}
.questionnaires .header .name {
  font-family: 'Playfair Display';
  font-size: 42pt;
  color: #cfcfcf;
  position: absolute;
  top: 15px ;
  right: 30px ;
}
.questionnaires .questionnaires-nav {
  padding: 15px;
  background-color: #f5f5f5;
}
.questionnaires .questionnaires-nav .btn-strong {
  float: right;
  width: 200px;
}
.questionnaires .start {
  display: flex;
  justify-content: center;
}
.questionnaires .content {
  padding: 5%;
  min-height: 200px;
}
.questionnaires .content .thanks {
  font-size: 20pt;
  text-align: center;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.questionnaires .content .score-text {
  font-size: 24pt;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}
.questionnaires .content .score-text-2 {
  font-size: 12pt;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 60px;
}
.questionnaires .content .score-text-3 {
  font-size: 12pt;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.questionnaires .content .your-score {
  font-size: 18pt;
  text-align: center;
}
.questionnaires .content .average {
  font-size: 18pt;
  color: #aeaeae;
  text-align: center;
}
.questionnaires .content .correct {
  color: #00a651;
}
.questionnaires .content .uncorrect {
  color: #ed1c24;
}
.questionnaires .content .counter {
  font-size: 16pt;
  color: #b6b5b5;
  width: 100%;
  text-align: right;
  margin-bottom: 30px;
}
.questionnaires .content .question {
  font-size: 12pt;
  font-weight: 500;
}
.questionnaires .content .form-group {
  font-size: 12pt;
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 60px;
}
.questionnaires .content .form-group textarea {
  border-radius: 0px;
  resize: none;
}
.questionnaires .content .form-group textarea:focus {
  border-color: #000000;
  box-shadow: none;
}
.questionnaires .content .form-group .radio label {
  margin-bottom: 10px;
}
.questionnaires .content .form-group .correct {
  color: #00a651;
}
.questionnaires .content .form-group .uncorrect {
  color: #ed1c24;
}
.questionnaires .content .form-group .score {
  width: 300px;
}
.questionnaires .content .form-group .score label {
  font-weight: 400;
  margin-bottom: 10px;
}
.questionnaires .content .form-group .score .votes {
  color: #b7b7b7;
}
.questionnaires .content .form-group .score .progress {
  height: 10px;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.questionnaires .content .form-group .score .progress-bar {
  background-color: #d9d9d9;
  box-shadow: none;
}
.questionnaires .content .form-group-pictures {
  margin-top: 30px;
  margin-bottom: 30px;
}
.questionnaires .content .form-group-pictures .radio-picture {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.questionnaires .content .form-group-pictures .radio-picture .radio {
  text-align: center;
  padding-left: 25px;
}
.questionnaires .content .form-group-pictures .radio-picture label {
  font-weight: 400;
  margin-bottom: 10px;
}
.questionnaires .content .form-group-pictures .radio-picture .votes {
  color: #b7b7b7;
}
.questionnaires .content .form-group-pictures .radio-picture .progress {
  height: 10px;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.questionnaires .content .form-group-pictures .radio-picture .progress-bar {
  background-color: #d9d9d9;
  box-shadow: none;
}
.questionnaires .content .form-group-pictures .radio-picture .progress-votes {
  text-align: center;
  color: #b7b7b7;
}
.questionnaires .content .form-group-pictures .radio-picture .image img {
  height: 120px;
  padding: 5px;
}
.questionnaires .content .form-group-pictures .radio-picture .correct {
  border: 1px solid #00a651;
}
.questionnaires .content .form-group-pictures .radio-picture .uncorrect {
  border: 1px solid #ed1c24;
}
@media only screen and (max-width: 360px) {
  .questionnaires {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .questionnaires .header {
    height: 80px;
  }
  .questionnaires .header .title {
    font-size: 12pt;
    padding: 10px;
  }
  .questionnaires .content .thanks {
    font-size: 16pt;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .questionnaires .content .score-text {
    font-size: 16pt;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .questionnaires .content .score-text-2 {
    margin-bottom: 30px;
  }
  .questionnaires .content .score-text-3 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .questionnaires .content .your-score {
    font-size: 16pt;
    margin-bottom: 30px;
  }
  .questionnaires .content .average {
    font-size: 16pt;
  }
  .questionnaires .content .form-group {
    margin: 0px;
  }
  .questionnaires .content .form-group .score {
    width: 100%;
    padding: 0px;
  }
  .questionnaires .content .question {
    margin-bottom: 30px;
  }
}
.questionnaires-category {
  margin-top: 30px;
}
.questionnaires-category .votes {
  color: #ffffff;
  background-color: #f3131f;
  padding: 5px;
  height: 100px;
}
.questionnaires-category .votes .number {
  font-size: 26pt;
  text-align: center;
}
.questionnaires-category .votes .text {
  font-size: 8pt;
  text-align: center;
  text-transform: uppercase;
}
.questionnaires-category .date {
  font-size: 10pt;
  font-weight: 500;
  text-transform: uppercase;
  color: #9d9d9d;
}
.questionnaires-category .title {
  font-family: 'Playfair Display';
  font-size: 16pt;
  color: #000000;
  padding-right: 100px;
  margin-bottom: 10px;
}
.questionnaires-category .title a {
  color: #000000;
  text-decoration: none;
}
.questionnaires-category .title a:link {
  color: #000000;
  text-decoration: none;
}
.questionnaires-category .title a:hover {
  color: #000000;
  text-decoration: none;
}
.questionnaires-category .title a:focus {
  color: #000000;
  text-decoration: none;
}
.questionnaires-category .title a:active {
  color: #000000;
  text-decoration: none;
}
.questionnaires-category .title a:visited {
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .questionnaires-category .votes {
    height: 70px;
  }
  .questionnaires-category .votes .number {
    font-size: 18pt;
  }
  .questionnaires-category .votes .text {
    font-size: 6pt;
  }
  .questionnaires-category .btn-category {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .questionnaires-category .votes {
    height: 90px;
  }
  .questionnaires-category .votes .number {
    font-size: 20pt;
  }
  .questionnaires-category .votes .text {
    font-size: 8pt;
  }
  .questionnaires-category .btn-category {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .questionnaires-category .title {
    margin-top: 10px;
    padding-right: 0px;
  }
  .questionnaires-category .btn-category {
    margin-top: 20px;
  }
}
.questionnaire-mainpage {
  background-color: #ffffff;
  padding: 30px;
  min-height: 320px;
}
.questionnaire-mainpage button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  padding: 0px;
  margin: 0px;
}
.questionnaire-mainpage .title {
  margin-bottom: 15px;
}
.questionnaire-mainpage .btns {
  margin-bottom: 0px;
}
.questionnaire-mainpage .btn-strong {
  margin-left: 15px;
}
.questionnaire-mainpage .inner-box {
  background-color: #ffffff;
  padding: 30px;
  margin-top: 10px;
}
.questionnaire-mainpage .inner-box .answer {
  font-size: 12pt;
  font-weight: 500;
}
.questionnaire-mainpage .inner-box .form-group {
  padding: 30px;
}
.questionnaire-mainpage .inner-box .form-group .score {
  width: 300px;
}
.questionnaire-mainpage .inner-box .form-group .score label {
  font-weight: 400;
}
.questionnaire-mainpage .inner-box .form-group .score .votes {
  color: #b7b7b7;
}
.questionnaire-mainpage .inner-box .form-group .score .progress {
  height: 10px;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.questionnaire-mainpage .inner-box .form-group .score .progress-bar {
  background-color: #d9d9d9;
  box-shadow: none;
}
.questionnaire-mainpage-list .btn-normal {
  margin-right: 0px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .questionnaire-mainpage {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .questionnaire-mainpage {
    margin-bottom: 30px;
  }
  .questionnaire-mainpage .title {
    margin-bottom: 30px;
  }
  .questionnaire-mainpage .form-group {
    padding: 0px;
    margin-bottom: 30px;
    clear: both;
  }
  .questionnaire-mainpage .form-group .score {
    width: 100%;
  }
  .questionnaire-mainpage .btns {
    width: 100%;
  }
  .questionnaire-mainpage .btns .btn-strong {
    margin-bottom: 15px;
  }
}
.classifieds-search {
  border: 1px solid #e1e1e1;
  padding: 40px 30px;
  overflow: hidden;
}
.classifieds-search button {
  height: 42px;
  border-radius: 0px;
  padding-top: 5px;
  color: #7d7d7d;
  background-color: #ebebeb;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-color: #cbcbcb;
}
.classifieds-search input {
  height: 42px;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.classifieds-search input:focus {
  outline: none;
}
.classifieds-search select {
  padding: 10px;
  margin: 0px 0px 0px 0px;
  color: #7d7d7d;
  border: 1px solid #e1e1e1;
}
.classifieds-search select:last-child {
  border-left: 0px;
}
.classifieds-search select .select-picker {
  margin: 0px;
}
.classifieds-search select:focus {
  outline: none;
}
.classifieds-search-add {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.classifieds-search-add .add-classifieds {
  font-size: 12pt;
  color: #afaeae;
}
.classifieds-search-add .add-classifieds a {
  text-decoration: none;
}
.classifieds-search-add .add-classifieds:link {
  text-decoration: none;
}
.classifieds-search-add .add-classifieds:hover {
  text-decoration: none;
}
.classifieds-search-add .add-classifieds:focus {
  text-decoration: none;
}
.classifieds-search-add .add-classifieds:active {
  text-decoration: none;
}
.classifieds-search-add .add-classifieds:visited {
  text-decoration: none;
}
@media only screen and (max-width: 800px) {
  .classifieds-search input {
    margin-bottom: 15px;
  }
  .classifieds-search select {
    margin-bottom: 15px;
  }
  .classifieds-search select:last-child {
    border-left: 1px;
  }
}
@media only screen and (max-width: 360px) {
  .classifieds-search input {
    margin-bottom: 15px;
  }
  .classifieds-search select {
    margin-bottom: 15px;
  }
  .classifieds-search select:last-child {
    border-left: 1px;
  }
}
.classifieds-lead-picture {
  margin-bottom: 30px;
}
.classifieds-item {
  margin-bottom: 60px;
  clear: both;
}
.classifieds-item .title {
  font-family: 'Playfair Display';
  font-size: 16pt;
  color: #000000;
  padding-right: 100px;
  margin-bottom: 10px;
}
.classifieds-item span {
  color: #afaeae;
  font-weight: 500;
}
.classifieds-item span.time-start {
  padding-right: 10px;
}
.classifieds-item span.time-end {
  padding-right: 10px;
}
.classifieds-item .lead {
  font-size: 10pt;
  color: #000000;
  margin-top: 10px;
}
@media only screen and (max-width: 360px) {
  .classifieds-item .title {
    padding-right: 0px;
  }
  .classifieds-item span {
    margin-bottom: 10px;
  }
  .classifieds-item span.time-start {
    padding-right: 10px;
  }
  .classifieds-item span.time-end {
    padding-right: 0px;
  }
  .classifieds-item span.place {
    display: block;
    margin-top: 10px;
  }
  .classifieds-item .btn-category {
    margin-bottom: 30px;
  }
}
.classifieds-add input,
.classifieds-add select,
.classifieds-add textarea {
  margin-bottom: 20px;
  padding: 8px;
  border: 1px solid #e1e1e1;
  color: #7d7d7d;
  resize: none;
}
.classifieds-add input:focus,
.classifieds-add select:focus,
.classifieds-add textarea:focus {
  outline: none;
}
.classifieds-add #add-1,
.classifieds-add #add-2,
.classifieds-add #add-3 {
  margin-bottom: 60px;
}
.classifieds-add .title {
  font-size: 12pt;
  font-weight: 500;
  margin-bottom: 30px;
}
.classifieds-add .title-2 {
  font-size: 11pt;
  margin-bottom: 10px;
}
.classifieds-add .btn-normal {
  border-radius: 0px;
  margin-left: 15px;
  padding-top: 8px;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 0px;
}
.classifieds-add .btn-normal:focus {
  color: #ffffff;
}
.classifieds-info {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 12pt;
  color: #7d7d7d;
  clear: both;
}
.classifieds-info .content-parameter {
  font-weight: 500;
  background-color: #e1e1e1;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.classifieds-info .content-value {
  background-color: #f3f3f3;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.classifieds-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.classifieds-provider .title {
  font-size: 12pt;
  font-weight: 500;
}
.classifieds-provider .logo {
  padding: 30px;
}
.classifieds-gallery {
  margin-bottom: 30px;
}
.classifieds-gallery .thumbnails {
  margin-top: 30px;
}
@media only screen and (max-width: 360px) {
  .classifieds-info .content-parameter {
    margin-bottom: 0px;
  }
  .classifieds-info .content-value {
    margin-bottom: 15px;
  }
}
.ads-title {
  color: #acacac;
}
.ads-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ebebeb;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ads-box-inverted {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #d4d4d4;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ads-box-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #ebebeb;
}
.ads-box-mini-inverted {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #d4d4d4;
}
.ads-sponsored {
  color: #403e3e;
  background-color: #f3f3f3;
  transition: background-color 0.8s;
  height: 60px;
  padding: 0px;
  margin: 0px;
}
.ads-sponsored:hover {
  color: #403e3e;
  background-color: #dfdddd;
}
.ads-sponsored a {
  color: #403e3e;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ads-sponsored a:link {
  color: #403e3e;
  text-decoration: none;
}
.ads-sponsored a:hover {
  color: #403e3e;
  text-decoration: none;
}
.ads-sponsored a:active {
  color: #403e3e;
  text-decoration: none;
}
.ads-sponsored a:visited {
  color: #403e3e;
  text-decoration: none;
}
.ads-sponsored .image {
  margin: 0px;
  padding: 0px;
  height: 60px;
  width: 60px;
  float: left;
}
.ads-sponsored .title {
  font-size: 10pt;
  height: 60px;
  width: 164px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  float: left;
}
.ads-sponsored-inverted {
  color: #403e3e;
  background-color: #ffffff;
  transition: background-color 0.8s;
  height: 60px;
  padding: 0px;
  margin: 0px;
}
.ads-sponsored-inverted:hover {
  color: #403e3e;
  background-color: #d6d6d6;
}
.ads-sponsored-inverted a {
  color: #403e3e;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ads-sponsored-inverted a:link {
  color: #403e3e;
  text-decoration: none;
}
.ads-sponsored-inverted a:hover {
  color: #403e3e;
  text-decoration: none;
}
.ads-sponsored-inverted a:active {
  color: #403e3e;
  text-decoration: none;
}
.ads-sponsored-inverted a:visited {
  color: #403e3e;
  text-decoration: none;
}
.ads-sponsored-inverted .image {
  margin: 0px;
  padding: 0px;
  height: 60px;
  width: 60px;
  float: left;
}
.ads-sponsored-inverted .title {
  font-size: 10pt;
  height: 60px;
  width: 164px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 360px) {
  .ads-sponsored {
    margin-bottom: 30px;
    clear: both;
  }
  .ads-sponsored .title {
    width: 138px;
    padding: 5px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ads-sponsored:last-of-type {
    margin-bottom: 0px !important;
  }
  .ads-sponsored-inverted {
    margin-bottom: 30px;
    clear: both;
  }
  .ads-sponsored-inverted .title {
    width: 138px;
    padding: 5px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ads-sponsored-inverted:last-of-type {
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 320px) {
  .ads-sponsored {
    margin-bottom: 30px;
  }
  .ads-sponsored .title {
    width: 138px;
    padding: 5px 15px;
  }
  .ads-sponsored:last-of-type {
    margin-bottom: 0px;
  }
  .ads-sponsored-inverted {
    margin-bottom: 30px;
  }
  .ads-sponsored-inverted .title {
    width: 138px;
    padding: 5px 15px;
  }
  .ads-sponsored-inverted:last-of-type {
    margin-bottom: 0px;
  }
}
.ads-quotes {
  background-color: #f7f7f7;
  height: 125px;
  margin-top: 20px;
}
.ads-quotes .quote-mark-1 {
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  width: 60px;
  height: 125px;
  float: left;
}
.ads-quotes .quote-mark-2 {
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 80px;
  width: 60px;
  height: 125px;
  float: left;
}
.ads-quotes .quote {
  color: #403e3e;
  width: 420px;
  height: 125px;
  float: left;
}
.ads-quotes .quote .user {
  font-size: 16pt;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.ads-quotes .quote .text {
  font-size: 11pt;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.ads-quotes-inverted {
  background-color: #ffffff;
  height: 125px;
  margin-top: 20px;
}
.ads-quotes-inverted .quote-mark-1 {
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 10px;
  width: 60px;
  height: 125px;
  float: left;
}
.ads-quotes-inverted .quote-mark-2 {
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  background-position-x: 10px;
  background-position-y: 80px;
  width: 60px;
  height: 125px;
  float: left;
}
.ads-quotes-inverted .quote {
  color: #403e3e;
  width: 420px;
  height: 125px;
  float: left;
}
.ads-quotes-inverted .quote .user {
  font-size: 16pt;
  height: 50px;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.ads-quotes-inverted .quote .text {
  font-size: 11pt;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
aside .ads-quotes-inverted {
  background-color: #ffffff;
  margin-top: 60px;
  margin-bottom: 60px;
}
aside .ads-quotes-inverted .quote-mark-1 {
  background-image: url('../images/quote.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  width: 30px;
  height: 30px;
  float: left;
}
aside .ads-quotes-inverted .quote-mark-2 {
  background-image: url('../images/quote.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position-x: 0px;
  background-position-y: 80px;
  width: 30px;
  height: 125px;
  float: right;
}
aside .ads-quotes-inverted .quote {
  color: #403e3e;
  width: 260px;
  float: left;
}
aside .ads-quotes-inverted .quote .user {
  font-size: 12pt;
  font-weight: 500;
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
aside .ads-quotes-inverted .quote .text {
  font-size: 10pt;
  height: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 360px) {
  .ads-quotes-inverted {
    background-color: #ffffff;
    margin-top: 20px;
  }
  .ads-quotes-inverted .quote-mark-1 {
    background-image: url('../images/quote.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    width: 60px;
    height: 60px;
    float: left;
  }
  .ads-quotes-inverted .quote-mark-2 {
    display: none;
    background-image: url('../images/quote.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 80px;
    width: 60px;
    height: 80px;
    float: left;
  }
  .ads-quotes-inverted .quote {
    color: #403e3e;
    width: 100%;
    height: 80px;
    float: left;
  }
  .ads-quotes-inverted .quote .user {
    font-size: 16pt;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
  }
  .ads-quotes-inverted .quote .text {
    font-size: 11pt;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ads-box-sidebar {
  margin-top: 40px;
}
.ads-box-2 {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  width: 255px;
  height: 297px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .ads-box-2 {
    width: 205px;
    height: 250px;
  }
  .ads-box-2 img {
    width: 160px;
    height: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .ads-box-2 {
    width: 330px;
    height: 335px;
  }
}
@media only screen and (max-width: 800px) {
  .ads-box-2 {
    width: 330px;
    height: 335px;
  }
}
@media only screen and (max-width: 768px) {
  .ads-box-2 {
    width: 330px;
    height: 335px;
  }
}
@media only screen and (max-width: 480px) {
  .ads-box-2 {
    width: 300px;
    height: 320px;
  }
}
@media only screen and (max-width: 360px) {
  .ads-box {
    width: 100%;
    height: 280px;
    padding-bottom: 0px;
  }
  .ads-box-2 {
    width: 100%;
    height: 280px;
  }
}
@media only screen and (max-width: 320px) {
  .ads-box-2 {
    width: 100%;
    height: 280px;
  }
}
.ads-opinion {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 60px;
}
.ads-opinion .user {
  margin-bottom: 30px;
}
.ads-opinion .user img {
  width: 70px;
  height: 70px;
}
.ads-opinion .user .name {
  font-size: 12pt;
  text-transform: uppercase;
  color: #000000;
  padding-left: 20px;
}
.ads-opinion .title {
  font-family: 'Playfair Display';
  font-size: 36pt;
  color: #e5e5e5;
  padding: 0px;
  margin-bottom: 30px;
}
.ads-opinion .content {
  background-color: #ffffff;
  padding: 30px;
}
.ads-opinion .content .title {
  font-family: 'Playfair Display';
  font-size: 18pt;
  color: #000000;
  margin-bottom: 20px;
}
.ads-opinion .content .date {
  font-size: 10pt;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background-color: #f3131f;
  padding: 8px 10px;
}
.ads-opinion .content .text {
  font-family: 'Roboto';
  font-size: 12pt;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 30px;
}
.site-partner-mobile {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.site-partner-mobile .title {
  font-size: 8pt;
  letter-spacing: 2pt;
  text-transform: uppercase;
  color: #898989;
}
.site-partner-mobile .partner-content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b2b-nav {
  margin-top: 60px;
}
.b2b-nav ul {
  font-family: 'Roboto';
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #ebebeb;
  padding: 0px;
  margin: 0px;
}
.b2b-nav ul li {
  min-width: 120px;
  border-right: 2px solid #ebebeb;
}
.b2b-nav ul li:last-child {
  border-right: 0px;
}
.b2b-nav ul li .caret {
  position: absolute;
  top: 10px;
  right: 10px;
}
.b2b-nav ul li a {
  color: #000000;
  padding: 20px 0px;
}
.b2b-nav ul li a .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  lefT: 0px;
  width: 25px;
  height: 25px;
  padding: 5px;
  font-size: 8pt;
  font-weight: 700;
  color: #757575;
  background-color: #cccccc;
}
.b2b-nav ul li a img {
  margin-bottom: 10px;
  width: 34px;
  height: 34px;
}
.b2b-nav ul li a:hover {
  background-color: #f8f8f8;
}
.b2b-nav .dropdown .dropdown-menu {
  margin-top: 2px;
  border: 2px solid #ebebeb;
  border-top: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.b2b-nav .dropdown ul li {
  background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  border-right: 0px;
}
.b2b-nav .dropdown ul li:last-child {
  border-bottom: 0px;
}
.b2b-nav .dropdown ul li a {
  padding: 20px;
}
.conference-title {
  border: 2px solid #ebebeb;
  border-bottom: 0px;
  padding: 10px;
  margin-left: 15px;
  margin-right: 15px;
  height: 48px;
}
.conference-title a {
  color: #000000;
  text-decoration: none;
}
.conference-title .title {
  font-size: 14pt;
  text-transform: uppercase;
  float: left;
  padding-top: 1px;
}
.conference-title .indicator {
  width: 25px;
  height: 25px;
  background-color: red;
  float: left;
  margin-right: 10px;
}
.mobile-nav {
  border: 2px solid #ebebeb;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  height: 60px;
}
.mobile-nav .title {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #acacac;
  position: absolute;
  top: 18px;
  left: 20px;
}
.see-hide-content {
  font-size: 12pt;
  margin-bottom: 30px;
}
.see-hide-content a {
  color: #000000;
  text-transform: none;
}
.see-hide-content a:link {
  color: #000000;
  text-transform: none;
}
.see-hide-content a:active {
  color: #000000;
  text-transform: none;
}
.see-hide-content a:focus {
  color: #000000;
  text-transform: none;
}
.see-hide-content a:hover {
  color: #000000;
  text-transform: none;
}
.see-hide-content a:visited {
  color: #000000;
  text-transform: none;
}
@media only screen and (max-width: 992px) {
  .b2b-nav ul {
    font-size: 8pt;
  }
  .b2b-nav ul li {
    min-width: 80px;
  }
  .b2b-nav ul li a {
    padding: 15px 0px;
  }
  .b2b-nav ul li a img {
    margin-bottom: 10px;
    width: 28px;
    height: 28px;
  }
  .conference-title {
    padding: 10px;
    height: 40px;
  }
  .conference-title .title {
    font-size: 12pt;
  }
  .conference-title .indicator {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .b2b-nav ul {
    font-size: 10pt;
    font-weight: 400;
    position: relative;
  }
  .b2b-nav ul li {
    padding: 0px;
    border-right: 0px;
    border-bottom: 2px solid #ebebeb;
  }
  .b2b-nav ul li:last-child {
    border-right: 0px;
    border-bottom: 0px;
  }
  .b2b-nav ul li .caret {
    position: absolute;
    top: 28px;
    right: 50px;
  }
  .b2b-nav ul li a {
    padding: 10px 10px;
    margin-bottom: 0px;
    text-align: left;
  }
  .b2b-nav ul li a .counter {
    top: 18px;
    left: 405px;
  }
  .b2b-nav ul li a img {
    margin-bottom: 0px;
    width: 34px;
    height: 34px;
    position: absolute;
    float: left;
    top: 12px;
    left: 15px;
  }
  .b2b-nav ul li a div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
  }
  .b2b-nav .dropdown {
    overflow: auto;
  }
  .b2b-nav .dropdown .dropdown-menu {
    margin-top: 0px;
    width: 100%;
    border: 0px;
  }
  .conference-title {
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 48px;
  }
  .conference-title .title {
    font-size: 8pt;
    padding-top: 5px;
  }
  .conference-title .indicator {
    width: 5px;
  }
}
@media only screen and (max-width: 360px) {
  .b2b-nav ul {
    font-size: 10pt;
    font-weight: 400;
    position: relative;
  }
  .b2b-nav ul li {
    padding: 0px;
    border-right: 0px;
    border-bottom: 2px solid #ebebeb;
  }
  .b2b-nav ul li:last-child {
    border-right: 0px;
    border-bottom: 0px;
  }
  .b2b-nav ul li .caret {
    position: absolute;
    top: 28px;
    right: 50px;
  }
  .b2b-nav ul li a {
    padding: 10px 10px;
    margin-bottom: 0px;
    text-align: left;
  }
  .b2b-nav ul li a .counter {
    top: 18px;
    left: 285px;
  }
  .b2b-nav ul li a img {
    margin-bottom: 0px;
    width: 34px;
    height: 34px;
    position: absolute;
    float: left;
    top: 12px;
    left: 15px;
  }
  .b2b-nav ul li a div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
  }
  .b2b-nav .dropdown {
    overflow: auto;
  }
  .b2b-nav .dropdown .dropdown-menu {
    margin-top: 0px;
    width: 100%;
    border: 0px;
  }
  .conference-title {
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 48px;
  }
  .conference-title .title {
    font-size: 8pt;
    padding-top: 5px;
  }
  .conference-title .indicator {
    width: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .b2b-nav ul {
    font-size: 10pt;
    font-weight: 400;
    position: relative;
  }
  .b2b-nav ul li {
    padding: 0px;
    border-right: 0px;
    border-bottom: 2px solid #ebebeb;
  }
  .b2b-nav ul li:last-child {
    border-right: 0px;
    border-bottom: 0px;
  }
  .b2b-nav ul li .caret {
    position: absolute;
    top: 28px;
    right: 50px;
  }
  .b2b-nav ul li a {
    padding: 10px 10px;
    margin-bottom: 0px;
    text-align: left;
  }
  .b2b-nav ul li a .counter {
    top: 18px;
    left: 245px;
  }
  .b2b-nav ul li a img {
    margin-bottom: 0px;
    width: 34px;
    height: 34px;
    position: absolute;
    float: left;
    top: 12px;
    left: 15px;
  }
  .b2b-nav ul li a div {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
  }
  .b2b-nav .dropdown {
    overflow: auto;
  }
  .b2b-nav .dropdown .dropdown-menu {
    margin-top: 0px;
    width: 100%;
    border: 0px;
  }
  .conference-title {
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 48px;
  }
  .conference-title .title {
    font-size: 8pt;
    padding-top: 5px;
  }
  .conference-title .indicator {
    width: 5px;
  }
}
.b2b-profile-image {
  margin-bottom: 30px;
}
.b2b-profile-buttons {
  text-transform: uppercase;
}
.b2b-profile-buttons a {
  color: #000000;
  text-decoration: none;
}
.b2b-profile-buttons a:link {
  color: #000000;
  text-decoration: none;
}
.b2b-profile-buttons a:active {
  color: #000000;
  text-decoration: none;
}
.b2b-profile-buttons a:visited {
  color: #000000;
  text-decoration: none;
}
.b2b-profile-buttons a:focus {
  color: #000000;
  text-decoration: none;
}
.b2b-profile-buttons a:hover {
  color: #000000;
  text-decoration: none;
}
.b2b-profile-buttons img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.b2b-profile-buttons .btn-meetings {
  margin-right: 20px;
}
.b2b-profile-person {
  margin-top: 60px;
  margin-bottom: 60px;
  text-transform: uppercase;
  line-height: 3.2em;
}
.b2b-profile-person .name {
  font-size: 36pt;
  margin-bottom: 0px;
}
.b2b-profile-person .surname {
  font-size: 36pt;
  margin-top: 0px;
}
.b2b-profile-person .position {
  font-size: 18pt;
  color: #c9c8c8;
  margin-top: 10px;
}
.b2b-profile-person .company {
  font-size: 34pt;
  color: #c9c8c8;
  margin-top: 10px;
}
.b2b-profile-description {
  margin-bottom: 30px;
}
.b2b-profile-description .heading-2 .hr .hr-c1 {
  background-color: #959595;
}
.b2b-profile-conferences {
  margin-bottom: 30px;
}
.b2b-profile-conferences .heading-2 .hr .hr-c1 {
  background-color: #959595;
}
.b2b-profile-conferences .buttons .btn-normal {
  width: 180px;
}
.b2b-profile-comments {
  margin-bottom: 30px;
}
.b2b-profile-comments .heading-2 .hr .hr-c1 {
  background-color: #959595;
}
.b2b-profile-comments .buttons .btn-normal {
  width: 190px;
}
@media only screen and (max-width: 360px) {
  .b2b-profile-person {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 2.6em;
  }
  .b2b-profile-person .name {
    font-size: 24pt;
  }
  .b2b-profile-person .surname {
    font-size: 24pt;
  }
  .b2b-profile-person .position {
    font-size: 14pt;
    margin-top: 5px;
  }
  .b2b-profile-person .company {
    font-size: 24pt;
    margin-top: 5px;
  }
  .b2b-profile-buttons .btn-meetings {
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .b2b-profile-buttons .btn-send {
    display: block;
  }
}
.b2b-my-profile .heading .hr .hr-c1 {
  background-color: #898989;
}
.b2b-my-profile .image {
  margin: 0px;
  padding: 0px;
}
.b2b-my-profile .name {
  padding: 20px;
}
.b2b-my-profile .name .author {
  font-family: 'Roboto';
  font-size: 12pt;
  text-transform: uppercase;
  color: #000000;
}
.b2b-my-profile .name .function {
  font-family: 'Roboto';
  font-size: 10pt;
  text-transform: uppercase;
  color: #9d9d9d;
}
.b2b-my-profile .btn-normal {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  float: left;
  width: 160px;
}
.b2b-my-profile .btn-strong {
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
  float: right;
  width: 160px;
}
.b2b-wall-alert {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
}
.b2b-wall-alert .title {
  font-family: 'Roboto';
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e3000f;
  padding-bottom: 10px;
}
.b2b-wall-alert .hr {
  margin: 0px;
  margin-bottom: 30px;
  padding: 0px;
}
.b2b-wall-alert .hr .hr-c1 {
  margin: 0px;
  padding: 0px;
}
.b2b-wall-alert .hr .hr-c2 {
  background-color: #f8dfe0;
  margin: 0px;
  padding: 0px;
}
.b2b-wall-alert .content .author {
  font-weight: 500;
  text-transform: uppercase;
  color: #e3000f;
  padding-right: 10px;
}
.b2b-wall-alert .content .date-and-time {
  font-weight: 500;
  text-transform: uppercase;
  color: #f79197;
}
.b2b-wall-alert .content .text {
  color: #e3000f;
  margin-top: 15px;
  margin-bottom: 15px;
}
.b2b-wall-alert .content a {
  color: #e3000f;
}
@media only screen and (max-width: 360px) {
  .b2b-wall-alert .hr {
    margin-bottom: 15px;
  }
  .b2b-wall-alert .content .author {
    display: block;
    margin-bottom: 5px;
  }
  .b2b-wall-alert .content .date-and-time {
    display: block;
  }
  .b2b-wall-alert .content .text {
    margin-top: 15px;
  }
  .b2b-wall-alert .content a {
    color: #ffffff;
    background-color: #e3000f;
  }
}
.b2b-wall-post {
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  clear: both;
}
.b2b-wall-post .title {
  font-family: 'Roboto';
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.b2b-wall-post .hr {
  margin: 0px;
  margin-bottom: 30px;
  padding: 0px;
}
.b2b-wall-post .hr .hr-c1 {
  margin: 0px;
  padding: 0px;
}
.b2b-wall-post .hr .hr-c2 {
  margin: 0px;
  padding: 0px;
}
.b2b-wall-post .image {
  margin: 0px;
  padding: 0px;
}
.b2b-wall-post .content {
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
}
.b2b-wall-post .content .post-title {
  font-family: 'Playfair Display';
  font-size: 16pt;
  margin-top: 10px;
}
.b2b-wall-post .content .author {
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  padding-right: 10px;
}
.b2b-wall-post .content .date-and-time {
  font-weight: 500;
  text-transform: uppercase;
  color: #afaeae;
}
.b2b-wall-post .content .text {
  margin-top: 10px;
  margin-bottom: 15px;
}
.b2b-wall-farmacja .title {
  color: #00bbd7;
}
.b2b-wall-farmacja .hr .hr-c1 {
  background-color: #00bbd7;
}
.b2b-wall-surowce .title {
  color: #326bad;
}
.b2b-wall-surowce .hr .hr-c1 {
  background-color: #326bad;
}
.b2b-wall-energetyka .title {
  color: #e3000f;
}
.b2b-wall-energetyka .hr .hr-c1 {
  background-color: #e3000f;
}
.b2b-wall-spozywczy .title {
  color: #e98024;
}
.b2b-wall-spozywczy .hr .hr-c1 {
  background-color: #e98024;
}
.b2b-wall-chemia .title {
  color: #b22328;
}
.b2b-wall-chemia .hr .hr-c1 {
  background-color: #b22328;
}
.b2b-wall-pompy .title {
  color: #a78b6b;
}
.b2b-wall-pompy .hr .hr-c1 {
  background-color: #a78b6b;
}
.b2b-wall-wodkan .title {
  color: #248a47;
}
.b2b-wall-wodkan .hr .hr-c1 {
  background-color: #248a47;
}
.b2b-wall-kosmetyki .title {
  color: #672570;
}
.b2b-wall-kosmetyki .hr .hr-c1 {
  background-color: #672570;
}
@media only screen and (max-width: 480px) {
  .b2b-wall-post .content {
    padding-top: 20px;
    padding-left: 0px;
  }
  .b2b-wall-post .content .author {
    display: block;
    margin-bottom: 5px;
  }
  .b2b-wall-post .content .date-and-time {
    display: block;
  }
}
.b2b-wall-notifications {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}
.b2b-wall-notifications .title {
  font-family: 'Roboto';
  font-size: 14pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #898989;
  padding-bottom: 10px;
}
.b2b-wall-notifications .hr {
  margin: 0px;
  margin-bottom: 30px;
  padding: 0px;
}
.b2b-wall-notifications .hr .hr-c1 {
  background-color: #898989;
  margin: 0px;
  padding: 0px;
}
.b2b-wall-notifications .hr .hr-c2 {
  margin: 0px;
  padding: 0px;
}
.b2b-wall-notifications .bold {
  font-weight: 500;
  margin-right: 10px;
}
.b2b-wall-notifications .light {
  color: #525252;
  margin-right: 10px;
}
.b2b-wall-notifications img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.b2b-wall-notifications .person {
  display: inline;
}
.b2b-wall-notifications .time {
  display: inline;
}
.b2b-wall-notifications .date {
  display: inline;
}
@media only screen and (max-width: 480px) {
  .b2b-wall-notifications .person {
    display: block;
    margin-bottom: 10px;
  }
  .b2b-wall-notifications .time {
    display: block;
    margin-bottom: 10px;
  }
  .b2b-wall-notifications .date {
    display: block;
    margin-bottom: 30px;
  }
}
.b2b-wall-filters {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.b2b-wall-filters label {
  display: inline-block;
  font-weight: 400;
  width: 122px;
}
.b2b-wall-filters label:last-child {
  width: 126px;
}
.b2b-wall-filters input {
  margin: 3px 3px;
  float: left;
}
.b2b-wall-filters .filter {
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-right: 15px;
}
.b2b-wall-filters .filter:last-child {
  margin-right: 0px;
}
.b2b-wall-filters .title {
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
  float: left;
}
@media only screen and (max-width: 480px) {
  .b2b-wall-filters label {
    width: 100%;
  }
  .b2b-wall-filters label:last-child {
    width: 100%;
  }
}
.b2b-participants {
  margin: 0px;
  padding: 0px;
  margin-bottom: 60px;
}
.b2b-participants .person {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 15px;
}
.b2b-participants .person .name {
  font-size: 14pt;
  margin-bottom: 5px;
}
.b2b-participants .person .title {
  font-size: 12pt;
  color: #898989;
  margin-bottom: 5px;
}
.b2b-participants .person .business {
  font-size: 12pt;
  margin-bottom: 22px;
}
@media only screen and (max-width: 992px) {
  .b2b-participants .btn-person {
    width: 100%;
  }
}
.b2b-participants-search {
  padding-bottom: 30px;
  border-bottom: 2px solid #ebebeb;
}
.b2b-participants-search input {
  height: 42px;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.b2b-participants-search input:focus {
  outline: none;
}
.b2b-participants-search .invitations {
  float: right;
}
.b2b-participants-search .invitations .text {
  display: inline-block;
  font-size: 14pt;
}
.b2b-participants-search .invitations .number {
  display: inline-block;
  font-size: 20pt;
}
@media only screen and (max-width: 992px) {
  .b2b-participants-search .invitations .text {
    font-size: 12pt;
  }
  .b2b-participants-search .invitations .number {
    font-size: 16pt;
  }
}
@media only screen and (max-width: 480px) {
  .b2b-participants-search input {
    margin-bottom: 20px;
  }
}
.b2b-symposium-item {
  margin-bottom: 60px;
  clear: both;
}
.b2b-symposium-item .content .title {
  font-size: 18pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.b2b-symposium-item .content .place {
  font-size: 14pt;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.b2b-symposium-item .content .date {
  font-size: 14pt;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
  color: #afaeae;
}
.b2b-symposium-item .content .buttons {
  margin-top: 30px;
}
.b2b-symposium-item .content .buttons .btn-category .arrow {
  background-color: #acacac;
}
.b2b-symposium-item-energetyka .content .title {
  color: #f3131f;
}
.b2b-symposium-item-spozywczy .content .title {
  color: #e98024;
}
.b2b-symposium-item-surowce .content .title {
  color: #326bad;
}
.b2b-symposium-item-chemia .content .title {
  color: #b22328;
}
.b2b-symposium-item-pompy .content .title {
  color: #a78b6b;
}
.b2b-symposium-item-farmacja .content .title {
  color: #00bbd7;
}
.b2b-symposium-item-wodkan .content .title {
  color: #248a47;
}
.b2b-symposium-item-kosmetyki .content .title {
  color: #672570;
}
@media only screen and (max-width: 992px) {
  .b2b-symposium-item .content .title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .b2b-symposium-item .content .title {
    margin-top: 20px;
  }
  .b2b-symposium-item .content .buttons {
    margin-top: 30px;
  }
  .b2b-symposium-item .content .buttons .btn-category {
    background-color: #acacac;
  }
  .b2b-symposium-item .content .buttons .btn-category .arrow {
    background-color: #acacac;
  }
}
.b2b-symposium-main-header {
  font-size: 20pt;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.b2b-symposium-header .title {
  font-size: 18pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.b2b-symposium-header-energetyka .title {
  color: #f3131f;
}
.b2b-symposium-header-energetyka .hr .hr-c1 {
  background-color: #f3131f;
}
.b2b-symposium-header-wodkan .title {
  color: #248a47;
}
.b2b-symposium-header-wodkan .hr .hr-c1 {
  background-color: #248a47;
}
.b2b-symposium-header-spozywczy .title {
  color: #e98024;
}
.b2b-symposium-header-spozywczy .hr .hr-c1 {
  background-color: #e98024;
}
.b2b-symposium-header-surowce .title {
  color: #326bad;
}
.b2b-symposium-header-surowce .hr .hr-c1 {
  background-color: #326bad;
}
.b2b-symposium-header-chemia .title {
  color: #b22328;
}
.b2b-symposium-header-chemia .hr .hr-c1 {
  background-color: #b22328;
}
.b2b-symposium-header-pompy .title {
  color: #a78b6b;
}
.b2b-symposium-header-pompy .hr .hr-c1 {
  background-color: #a78b6b;
}
.b2b-symposium-header-farmacja .title {
  color: #00bbd7;
}
.b2b-symposium-header-farmacja .hr .hr-c1 {
  background-color: #00bbd7;
}
.b2b-symposium-header-kosmetyki .title {
  color: #672570;
}
.b2b-symposium-header-kosmetyki .hr .hr-c1 {
  background-color: #672570;
}
.b2b-converences-menu {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.b2b-converences-menu .btn-light {
  min-width: 180px;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .b2b-converences-menu .btn-light {
    min-width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.b2b-table-data {
  padding: 0px;
  margin: 0px;
  color: #4e4e4e;
}
.b2b-table-data img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.b2b-table-data thead tr {
  border-bottom: 3px solid silver;
}
.b2b-table-data thead tr th {
  font-size: 14pt;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 0px;
}
.b2b-table-data tbody tr {
  border-bottom: 10px solid #ffffff;
  background-color: #f3f3f3;
}
.b2b-table-data tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}
.b2b-table-data tbody tr td {
  padding: 15px 15px;
  height: 80px;
}
.download-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.download-button .btn-strong {
  float: left;
  min-width: 240px;
}
.b2b-messagess-menu {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.b2b-messagess-menu .btn-light {
  min-width: 100%;
}
.b2b-messagess-menu input {
  height: 42px;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.b2b-messagess-menu input:focus {
  outline: none;
}
@media only screen and (max-width: 640px) {
  .b2b-messagess-menu .btn-light {
    margin-bottom: 20px;
  }
}
.b2b-invites-menu {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.b2b-invites-menu .btn-light {
  min-width: 100%;
}
.b2b-invites-menu .btn-light:last-of-type {
  margin-bottom: 20px;
}
.b2b-invites-menu input {
  height: 42px;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.b2b-invites-menu input:focus {
  outline: none;
}
@media only screen and (max-width: 640px) {
  .b2b-invites-menu {
    padding-bottom: 10px;
  }
  .b2b-invites-menu .btn-light {
    margin-bottom: 20px;
  }
}
