@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin-ext";
.flex, .dd-content-edit, .dd-header-top > div, .dd-header-social, .dd-header > div, .dd-header-nav, .dd-footer-flex, .dd-content .dd-slider-sl-content .dd-slider-item, .dd-content .dd-text, .dd-search-result, .dd-post-title .dd-content-main, .dd-post-title .dd-content-main ul, .dd-post-main, .dd-post-sidebar-share, .dd-post-footer, .dd-slider-post .dd-slider-post-item, .column-2, .dd-category-column-2 .dd-category-post, .dd-category-mix .dd-category-post:nth-child(4), .dd-category-mix .dd-category-post:nth-child(5), .dd-category-mix .dd-category-post:nth-child(6), .dd-category-mix .dd-category-post:nth-child(7), .dd-category-column-2, .dd-category-column-3, .dd-category-mix, .dd-category-mix .dd-category-post:nth-child(n+12), .dd-counter .counter, .dd-sponsors-images, .dd-text-col {
  display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
  

  
  
  
  -ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
      flex-wrap: wrap; 
}


.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd; }

.dot:before {
  content: '\25CF'; }

.clear-link,
.clear-link:focus,
.clear-link:hover {
  color: inherit; }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

a,
a:hover,
a:focus {
  text-decoration: none; }

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

ul {
  padding: 0;
  list-style-type: none; }

button,
button:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none; }

.button-hover {
  opacity: .8;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .button-hover:hover {
    opacity: 1; }

.responsive-hide {
  display: none !important; }
  @media (max-width: 800px) {
    .responsive-hide {
      display: block !important; } }

.dd-content {
  position: relative; }
  .dd-content-main {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 0 30px; }
  .dd-content-edit {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 921; }
    .dd-content-edit a {
      background: rgba(85, 56, 130, 0.7);
      display: block;
      padding: 5px 20px;
      color: white; }
      .dd-content-edit a:hover {
        background: #553882; }

.dd-header {
  background: white;
  border-bottom: 2px solid #ed008c;
  padding: 10px 0;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .dd-header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1500;
    padding: 5px 0; }
    .dd-header.fixed .logo img {
      height: 50px; }
  .dd-header .logo img {
    height: 80px; }
    @media (max-width: 800px) {
      .dd-header .logo img {
        height: 50px; } }
  .dd-header-top {
    box-shadow: inset 0px -2px 4px 1px rgba(0, 0, 0, 0.1) !important;
    background: #E00083;
    padding: 8px 0; }
    .dd-header-top > div {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-justify-content: space-between;
              align-items: center; }
      @media (max-width: 500px) {
        .dd-header-top > div {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          text-align: center; } }
    .dd-header-top h2 {
      font-size: 15px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.7); }
  .dd-header-social a {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    color: #ed008c;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s;
    transition: all .3s; }
    .dd-header-social a:hover {
      background: white; }
  @media (max-width: 500px) {
    .dd-header-social {
      padding: 10px 0; } }
  .dd-header > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-justify-content: space-between;
            align-items: center; }
  .dd-header-nav li {
    position: relative; }
    .dd-header-nav li > ul {
      display: none;
      position: absolute;
      z-index: 2000;
      background: rgba(224, 0, 131, 0.9);
      border-radius: 10px;
      right: -10px;
      width: 250px;
      padding: 15px 5px; }
      .dd-header-nav li > ul a {
        padding: 5px 10px;
        color: white;
        font-size: 14px;
        -webkit-transition: all .4s;
        transition: all .4s; }
        .dd-header-nav li > ul a:hover {
          background: rgba(255, 255, 255, 0.1);
          color: white; }
    .dd-header-nav li:hover a .hvr {
      width: 100%; }
    .dd-header-nav li:hover ul:not(:empty) {
      display: block; }
    .dd-header-nav li a {
      display: block;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.8);
      font-size: 16px;
      padding: 5px;
      margin: 0 5px;
      position: relative;
      -webkit-transition: all .2s;
      transition: all .2s; }
      .dd-header-nav li a .hvr {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0%;
        display: block;
        height: 3px;
        background: #ed008c;
        -webkit-transition: all .2s;
        transition: all .2s; }
      .dd-header-nav li a:hover {
        color: #ed008c; }
        .dd-header-nav li a:hover .hvr {
          width: 100%; }
  .dd-header-nav-collapse-close {
    display: none; }
  @media (max-width: 800px) {
    .dd-header-nav-collapse {
      text-align: center;
      display: none;
      background: rgba(255, 255, 255, 0.9);
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100vh;
      overflow-y: auto;
      z-index: 300000;
      padding: 30px 15px; }
      .dd-header-nav-collapse li {
        width: 100%; }
        .dd-header-nav-collapse li a {
          color: black; }
        .dd-header-nav-collapse li > ul {
          display: block;
          position: relative;
          background: transparent;
          padding: 0 10px 10px;
          right: 0;
          width: 100%; }
          .dd-header-nav-collapse li > ul a {
            color: rgba(0, 0, 0, 0.8); }
            .dd-header-nav-collapse li > ul a:hover {
              color: #ed008c; }
      .dd-header-nav-collapse .hvr {
        display: none !important; }
      .dd-header-nav-collapse-close {
        display: block;
        background: #ed008c;
        color: white;
        padding: 10px 0;
        max-width: 200px;
        margin: 25px auto 0; }
      .dd-header-nav-collapse .logo {
        margin-bottom: 25px; } }
  .dd-header-nav-responsive {
    display: none; }
    @media (max-width: 800px) {
      .dd-header-nav-responsive {
        display: block; } }

.dd-footer {
  margin-top: 30px;
  background: #ed008c;
  padding: 20px 0 5px; }
  .dd-footer * {
    color: white; }
  .dd-footer-top {
    margin-bottom: 20px; }
  .dd-footer-flex {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .dd-footer-bottom {
    margin-top: 20px; }
  .dd-footer a {
    -webkit-transition: all .2s;
    transition: all .2s; }
  .dd-footer a:hover {
    color: rgba(255, 255, 255, 0.7); }

.dd-maintenance {
  height: 200px;
  margin: auto;
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
  right: 0;
  color: #ed008c;
  text-align: center; }
  .dd-maintenance img {
    max-width: 100%;
    max-height: 150px;
    margin: auto; }
  .dd-maintenance a {
    color: #ed008c; }

.button-hover {
  opacity: .8;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .button-hover:hover {
    opacity: 1; }

.dd-content .dd-slider {
  position: relative;
  margin: auto; }
  .dd-content .dd-slider-item:focus {
    box-shadow: none !important;
    outline: none !important; }
  .dd-content .dd-slider-image {
    position: relative; }
    .dd-content .dd-slider-image .overlay {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4); }
  .dd-content .dd-slider-sl-full .dd-slider-nav {
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 5;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #E00083;
    font-size: 22px;
    color: white;
    text-align: center;
    opacity: .7;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 50%; }
    .dd-content .dd-slider-sl-full .dd-slider-nav:hover {
      opacity: 1; }
    .dd-content .dd-slider-sl-full .dd-slider-nav-left {
      left: 50px; }
    .dd-content .dd-slider-sl-full .dd-slider-nav-right {
      right: 50px; }
    @media (max-width: 800px) {
      .dd-content .dd-slider-sl-full .dd-slider-nav {
        display: none; } }
  .dd-content .dd-slider-sl-full .dd-slider-item {
    position: relative;
    width: 100vw; }
  .dd-content .dd-slider-sl-full .dd-slider-image {
    height: 550px;
    width: 100vw;
    background-repeat: no-repeat; }
    @media (max-width: 800px) {
      .dd-content .dd-slider-sl-full .dd-slider-image {
        height: 400px;
        background-position: top !important; } }
    @media (max-width: 500px) {
      .dd-content .dd-slider-sl-full .dd-slider-image {
        height: 250px; } }
  .dd-content .dd-slider-sl-full .dd-slider-content {
    width: 100%;
    padding: 15px 200px; }
    @media (max-width: 800px) {
      .dd-content .dd-slider-sl-full .dd-slider-content {
        padding: 10px; } }
  .dd-content .dd-slider-sl-content {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: auto; }
    .dd-content .dd-slider-sl-content .dd-slider-nav {
      position: absolute;
      bottom: 0;
      left: 660px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: white;
      background: rgba(237, 0, 140, 0.6);
      -webkit-transition: all .2s;
      transition: all .2s;
      z-index: 10;
      text-align: center;
      cursor: pointer; }
      .dd-content .dd-slider-sl-content .dd-slider-nav:hover {
        background: #ed008c; }
      .dd-content .dd-slider-sl-content .dd-slider-nav-right {
        left: 700px; }
    .dd-content .dd-slider-sl-content .dd-slider-item {
      height: 500px; }
      .dd-content .dd-slider-sl-content .dd-slider-item .dd-slider-image {
        width: 700px;
        text-align: center;
        height: 500px;
        background: #123; }
        .dd-content .dd-slider-sl-content .dd-slider-item .dd-slider-image img {
          height: 100%;
          width: 100%; }
      .dd-content .dd-slider-sl-content .dd-slider-item .dd-slider-logo {
        display: none; }
      .dd-content .dd-slider-sl-content .dd-slider-item .dd-slider-content {
        padding: 20px 45px;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2; }
  .dd-content .dd-slider-sl-list {
    padding-top: 60px;
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: auto; }
    .dd-content .dd-slider-sl-list .dd-slider-nav {
      position: absolute;
      top: 10px;
      right: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: white;
      background: rgba(237, 0, 140, 0.6);
      border-radius: 100%;
      -webkit-transition: all .2s;
      transition: all .2s;
      z-index: 10;
      text-align: center;
      cursor: pointer; }
      .dd-content .dd-slider-sl-list .dd-slider-nav:hover {
        background: #ed008c; }
      .dd-content .dd-slider-sl-list .dd-slider-nav-left {
        right: 50px; }
    .dd-content .dd-slider-sl-list .dd-slider-item {
      margin: 0 40px; }
      .dd-content .dd-slider-sl-list .dd-slider-item .dd-slider-image {
        text-align: center;
        width: 100%;
        height: 220px; }
        .dd-content .dd-slider-sl-list .dd-slider-item .dd-slider-image img {
          height: 100%;
          width: 100%;
          border-radius: 20%; }
      .dd-content .dd-slider-sl-list .dd-slider-item .dd-slider-logo {
        display: none; }
      .dd-content .dd-slider-sl-list .dd-slider-item .dd-slider-content {
        padding: 20px 0;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        text-align: center; }
.dd-content .dd-text-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px; }

#dd-overlay {
  display: none;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(237, 0, 140, 0.8); }
  #dd-overlay-loader {
    margin: 0;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 16px solid #C50073;
    width: 100px;
    height: 100px;
    -webkit-animation: pjaxLoader .5s linear infinite;
    animation: pjaxLoader .5s linear infinite; }
@-webkit-keyframes pjaxLoader {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes pjaxLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.dd-pagination {
  text-align: center; }
  .dd-pagination-next a, .dd-pagination-prev a {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    outline: none !important;
    font-size: 50px;
    color: #ed008c !important; }
    .dd-pagination-next a:hover, .dd-pagination-prev a:hover {
      background: rgba(237, 0, 140, 0.6) !important;
      color: white !important; }

.dd-search-form {
  background: #ed008c;
  padding: 50px 0; }
  .dd-search-form form {
    position: relative; }
  .dd-search-form input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-bottom: 4px solid rgba(255, 255, 255, 0.6) !important;
    background: transparent;
    border-radius: 0;
    font-size: 40px;
    font-weight: 600;
    height: 80px;
    color: white;
    padding: 0 100px 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .dd-search-form input:focus {
      border-bottom: 4px solid white !important; }
  .dd-search-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .dd-search-form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .dd-search-form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .dd-search-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .dd-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 40px; }
.dd-search-result {
  padding: 50px 0;
  border-bottom: 4px solid rgba(237, 0, 140, 0.1); }
  @media (max-width: 560px) {
    .dd-search-result {
      padding: 30px 0 0; } }
  .dd-search-result .image {
    width: 350px; }
    .dd-search-result .image img {
      width: 100%; }
  .dd-search-result .content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 30px; }
    @media (max-width: 560px) {
      .dd-search-result .content {
        padding: 30px 0; } }
    .dd-search-result .content h2 {
      font-weight: 600; }
      .dd-search-result .content h2 a {
        color: #ed008c;
        -webkit-transition: all .2s;
        transition: all .2s; }
        .dd-search-result .content h2 a:hover {
          color: #E00083; }
    .dd-search-result .content ul {
      padding: 15px 0; }
      .dd-search-result .content ul a {
        font-size: 16px;
        color: #E00083; }
    .dd-search-result .content p {
      font-size: 18px; }

.dd-post-title {
  background: rgba(237, 0, 140, 0.7);
  border-bottom: 1px solid #ed008c;
  padding: 30px 0; }
  .dd-post-title h1 {
    font-weight: 600;
    font-size: 28px;
    color: #fff; }
    @media (max-width: 800px) {
      .dd-post-title h1 {
        font-size: 20px; } }
  .dd-post-title .dd-content-main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-justify-content: space-between;
            align-items: center; }
    .dd-post-title .dd-content-main ul a {
      color: rgba(255, 255, 255, 0.8);
      font-size: 16px;
      display: block;
      padding: 0 10px; }
.dd-post-main {
  padding: 30px; }
.dd-post-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.dd-post-sidebar {
  width: 350px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 3px solid rgba(237, 0, 140, 0.3); }
  @media (max-width: 560px) {
    .dd-post-sidebar {
      border-left: none;
      padding: 20px 0;
      margin: 0; } }
  .dd-post-sidebar h3 {
    color: #ed008c;
    font-size: 20px; }
  .dd-post-sidebar ul {
    padding: 15px 0; }
    .dd-post-sidebar ul a {
      font-size: 15px;
      color: #553882;
      display: block;
      padding: 3px 0; }
  .dd-post-sidebar-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dd-post-sidebar-share a {
      margin: 0 10px;
      display: block;
      width: 37px;
      height: 37px;
      text-align: center;
      border: 2px solid #ed008c;
      border-radius: 50%;
      -webkit-transition: all .5s;
      transition: all .5s; }
      .dd-post-sidebar-share a i {
        color: #ed008c;
        margin-top: 6px; }
      .dd-post-sidebar-share a:hover {
        background: #ed008c; }
        .dd-post-sidebar-share a:hover i {
          color: white; }
.dd-post-footer {
  margin-bottom: 50px;
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid rgba(237, 0, 140, 0.2); }
.dd-post-similar {
  padding: 0 30px 30px 0;
  width: 50%; }
  @media (max-width: 560px) {
    .dd-post-similar {
      width: 100%;
      padding: 30px 0; } }
  .dd-post-similar h3 {
    font-size: 22px;
    margin-bottom: 15px; }
    .dd-post-similar h3 a {
      color: #ed008c; }
  .dd-post-similar img {
    width: 280px;
    height: 180px;
    float: left;
    margin-right: 15px; }
    @media (max-width: 560px) {
      .dd-post-similar img {
        width: 100%;
        height: 200px;
        margin-bottom: 15px; } }
  .dd-post-similar p {
    color: rgba(0, 0, 0, 0.7); }

.dd-slider-post {
  position: relative; }
  .dd-slider-post:hover .dd-slider-post-nav {
    background: rgba(237, 0, 140, 0.3); }
  .dd-slider-post .dd-slider-post-nav {
    position: absolute;
    bottom: 0;
    left: 30px;
    width: 175px;
    background: rgba(237, 0, 140, 0.1);
    text-align: center;
    padding: 10px 0;
    color: white;
    z-index: 10;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
    .dd-slider-post .dd-slider-post-nav-right {
      left: 205px; }
    .dd-slider-post .dd-slider-post-nav:hover {
      background: rgba(237, 0, 140, 0.4); }
    @media (max-width: 800px) {
      .dd-slider-post .dd-slider-post-nav {
        display: none; } }
  .dd-slider-post .dd-slider-post-item {
    height: 500px; }
    .dd-slider-post .dd-slider-post-item:focus {
      box-shadow: none !important;
      outline: none !important; }
    @media (max-width: 800px) {
      .dd-slider-post .dd-slider-post-item {
        height: 250px; } }
  .dd-slider-post-image {
    background: black;
    text-align: center;
    height: 500px; }
    .dd-slider-post-image img {
      height: 500px;
      margin: auto;
      max-width: 100%; }
      @media (max-width: 800px) {
        .dd-slider-post-image img {
          height: 250px; } }
  .dd-slider-post-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 350px;
    padding: 50px 30px; }

.column-2, .dd-category-column-2 .dd-category-post, .dd-category-mix .dd-category-post:nth-child(4), .dd-category-mix .dd-category-post:nth-child(5), .dd-category-mix .dd-category-post:nth-child(6), .dd-category-mix .dd-category-post:nth-child(7) {
  width: 50%;
  padding: 50px 15px 30px; }
  .column-2 .image, .dd-category-column-2 .dd-category-post .image, .dd-category-mix .dd-category-post:nth-child(4) .image, .dd-category-mix .dd-category-post:nth-child(5) .image, .dd-category-mix .dd-category-post:nth-child(6) .image, .dd-category-mix .dd-category-post:nth-child(7) .image {
    width: 300px; }
    .column-2 .image img, .dd-category-column-2 .dd-category-post .image img, .dd-category-mix .dd-category-post:nth-child(4) .image img, .dd-category-mix .dd-category-post:nth-child(5) .image img, .dd-category-mix .dd-category-post:nth-child(6) .image img, .dd-category-mix .dd-category-post:nth-child(7) .image img {
      width: 100%;
      height: 250px; }
  .column-2 .content, .dd-category-column-2 .dd-category-post .content, .dd-category-mix .dd-category-post:nth-child(4) .content, .dd-category-mix .dd-category-post:nth-child(5) .content, .dd-category-mix .dd-category-post:nth-child(6) .content, .dd-category-mix .dd-category-post:nth-child(7) .content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px; }
    .column-2 .content h1, .dd-category-column-2 .dd-category-post .content h1, .dd-category-mix .dd-category-post:nth-child(4) .content h1, .dd-category-mix .dd-category-post:nth-child(5) .content h1, .dd-category-mix .dd-category-post:nth-child(6) .content h1, .dd-category-mix .dd-category-post:nth-child(7) .content h1 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 15px; }
      .column-2 .content h1 a, .dd-category-column-2 .dd-category-post .content h1 a, .dd-category-mix .dd-category-post:nth-child(4) .content h1 a, .dd-category-mix .dd-category-post:nth-child(5) .content h1 a, .dd-category-mix .dd-category-post:nth-child(6) .content h1 a, .dd-category-mix .dd-category-post:nth-child(7) .content h1 a {
        color: #ed008c; }

.column-3, .dd-category-column-3 .dd-category-post, .dd-category-mix .dd-category-post:nth-child(1), .dd-category-mix .dd-category-post:nth-child(2), .dd-category-mix .dd-category-post:nth-child(3) {
  width: 33.33%;
  padding: 0 15px 50px; }
  @media (max-width: 800px) {
    .column-3, .dd-category-column-3 .dd-category-post, .dd-category-mix .dd-category-post:nth-child(1), .dd-category-mix .dd-category-post:nth-child(2), .dd-category-mix .dd-category-post:nth-child(3) {
      width: 50%; } }
  @media (max-width: 550px) {
    .column-3, .dd-category-column-3 .dd-category-post, .dd-category-mix .dd-category-post:nth-child(1), .dd-category-mix .dd-category-post:nth-child(2), .dd-category-mix .dd-category-post:nth-child(3) {
      width: 100%; } }
  .column-3 .image, .dd-category-column-3 .dd-category-post .image, .dd-category-mix .dd-category-post:nth-child(1) .image, .dd-category-mix .dd-category-post:nth-child(2) .image, .dd-category-mix .dd-category-post:nth-child(3) .image {
    width: 100%; }
    .column-3 .image img, .dd-category-column-3 .dd-category-post .image img, .dd-category-mix .dd-category-post:nth-child(1) .image img, .dd-category-mix .dd-category-post:nth-child(2) .image img, .dd-category-mix .dd-category-post:nth-child(3) .image img {
      width: 100%;
      height: 270px; }
  .column-3 .content h1, .dd-category-column-3 .dd-category-post .content h1, .dd-category-mix .dd-category-post:nth-child(1) .content h1, .dd-category-mix .dd-category-post:nth-child(2) .content h1, .dd-category-mix .dd-category-post:nth-child(3) .content h1 {
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0; }
    .column-3 .content h1 a, .dd-category-column-3 .dd-category-post .content h1 a, .dd-category-mix .dd-category-post:nth-child(1) .content h1 a, .dd-category-mix .dd-category-post:nth-child(2) .content h1 a, .dd-category-mix .dd-category-post:nth-child(3) .content h1 a {
      color: #ed008c; }

.dd-category {
  padding: 30px 0; }
  .dd-category-mix .dd-category-post:nth-child(8), .dd-category-mix .dd-category-post:nth-child(9), .dd-category-mix .dd-category-post:nth-child(10), .dd-category-mix .dd-category-post:nth-child(11) {
    width: 25%;
    padding: 50px 15px 30px; }
    .dd-category-mix .dd-category-post:nth-child(8) .image, .dd-category-mix .dd-category-post:nth-child(9) .image, .dd-category-mix .dd-category-post:nth-child(10) .image, .dd-category-mix .dd-category-post:nth-child(11) .image {
      width: 300px; }
      .dd-category-mix .dd-category-post:nth-child(8) .image img, .dd-category-mix .dd-category-post:nth-child(9) .image img, .dd-category-mix .dd-category-post:nth-child(10) .image img, .dd-category-mix .dd-category-post:nth-child(11) .image img {
        width: 100%;
        height: 250px; }
    .dd-category-mix .dd-category-post:nth-child(8) .content, .dd-category-mix .dd-category-post:nth-child(9) .content, .dd-category-mix .dd-category-post:nth-child(10) .content, .dd-category-mix .dd-category-post:nth-child(11) .content {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .dd-category-mix .dd-category-post:nth-child(8) .content h1, .dd-category-mix .dd-category-post:nth-child(9) .content h1, .dd-category-mix .dd-category-post:nth-child(10) .content h1, .dd-category-mix .dd-category-post:nth-child(11) .content h1 {
        font-size: 22px;
        font-weight: 600;
        margin: 15px 0; }
        .dd-category-mix .dd-category-post:nth-child(8) .content h1 a, .dd-category-mix .dd-category-post:nth-child(9) .content h1 a, .dd-category-mix .dd-category-post:nth-child(10) .content h1 a, .dd-category-mix .dd-category-post:nth-child(11) .content h1 a {
          color: #ed008c; }
  .dd-category-mix .dd-category-post:nth-child(n+12) {
    width: 100%;
    padding: 50px 15px 30px; }
    .dd-category-mix .dd-category-post:nth-child(n+12) .image {
      width: 300px; }
      .dd-category-mix .dd-category-post:nth-child(n+12) .image img {
        width: 100%;
        height: 250px; }
    .dd-category-mix .dd-category-post:nth-child(n+12) .content {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 15px; }
      .dd-category-mix .dd-category-post:nth-child(n+12) .content h1 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px; }
        .dd-category-mix .dd-category-post:nth-child(n+12) .content h1 a {
          color: #ed008c; }

.dd-counter .counter {
  text-align: center; }
  .dd-counter .counter > div {
    margin-right: 20px; }
  .dd-counter .counter h4 {
    font-size: 18px; }
.dd-counter-clasic h4 {
  font-weight: 600;
  color: #ed008c;
  font-size: 20px; }
.dd-counter-square h4, .dd-counter-circle h4 {
  margin: auto;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #ed008c;
  color: white; }
.dd-counter-square h4 {
  border-radius: 10%; }
.dd-counter-circle h4 {
  border-radius: 50%; }

.dd-person {
  text-align: center; }
  .dd-person-circle img {
    border-radius: 50%; }

.dd-sponsors {
  text-align: center; }
  .dd-sponsors-header {
    padding: 20px 0 20px;
    margin-bottom: 10px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.05); }
  .dd-sponsors-images {
    -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: center;
        -webkit-justify-content: center;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .dd-sponsors-images img {
      margin: 15px 20px; }

.dd-text-col > div {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px; }
  @media (max-width: 800px) {
    .dd-text-col > div {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; } }
  @media (max-width: 500px) {
    .dd-text-col > div {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; } }

.dd-form {
  padding-bottom: 50px; }
  .dd-form input, .dd-form textarea {
    box-shadow: none !important;
    border: 2px solid rgba(237, 0, 140, 0.2) !important;
    outline: none !important;
    border-radius: 0; }
  .dd-form textarea {
    resize: none; }
  .dd-form button {
    width: 300px;
    color: white;
    background: #ed008c;
    height: 36px; }

.dd-text {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.dd-error {
  text-align: center;
  padding: 30vh 0; }
  .dd-error h1 {
    font-weight: 600;
    color: #ed008c;
    font-size: 40px; }