html {
  -webkit-text-size-adjust: none;
  background: black; }

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: white;
  background: #c4161c;
  min-width: 960px; }

body.article-page {
  background: white;
  color: black; }
  
html.noscroll, html.noscroll body {
  height: 100%; overflow: hidden; }

h1, h2, .events .large .title, h3, .events .small .title {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  line-height: 1.2; }

h1 {
  font-size: 48px;
  margin-bottom: 10px; }

h2, .events .large .title {
  font-size: 36px;
  margin-bottom: 30px; }

h3, .events .small .title {
  font-size: 24px;
  margin-bottom: 10px; }

p {
  margin: 0 0 15px; }

a {
  text-decoration: none; }

a > b, a > strong, b > a, strong > a, .btn {
  display: inline-block;
  padding: 7px 22px 8px;
  background: black !important;
  color: white !important;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px; }

.btn {
  margin: 20px auto;
  font-weight: bold; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

blockquote {
  margin: auto 150px !important; }

@media screen and (max-width: 600px) {
  h1 {
    font-size: 42px; }

  h2, .events .large .title {
    font-size: 30px;
    margin-bottom: 20px; }

  blockquote {
    margin: 0 !important; } }
.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.align-left {
  text-align: left; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.hidden {
  display: none; }

.menu, .menu li {
  margin: 0;
  padding: 0; }
  .menu li {
    list-style-type: none; }

.bgcover, .events .event, .people .image, .blog .image, .wideimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.wrapper {
  width: 960px;
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  body {
    min-width: 0; }

  .wrapper {
    width: auto; } }
/* Header */
.header {
  padding: 15px 0;
  background: black;
  position: fixed; top: 0;
  width: 100%; height: 30px;
  z-index: 100;
  font-size: 17px; }
.header + .content { padding-top: 60px; }
.header + .wideimg { margin-top: 60px; }
.header .wrapper { position: relative; }
  .header li {
    float: left;
    margin-left: 30px; }
  .header a {
    color: #666;
    display: block; }
    .header a:hover {
      color: #888; }
  .header .active a {
    color: #c4161c; }

@media screen and (max-width: 600px) {
  .header .wrapper {
    background: black;
  }
  .header li {
    float: none;
    display: block;
    margin: 0; } }


/* Logo */
.logo {
  display: block;
  width: 137px;
  height: 30px;
  background: url("../images/garage48-logo-2x.png") no-repeat;
  background-size: 137px 30px;
}
  .no-svg .logo { background: url("../images/garage48-logo.png") no-repeat; }

@media screen and (max-width: 600px) {
  .logo {
    margin: 0 auto;
    float: none; } }
/* Mainmenu */
.mainmenu a {
  display: block;
  line-height: 1.5; }

.mainmenu-opener {
  position: absolute;
  left: 10px;
  top: 5px;
  cursor: pointer;
  display: none; }
  .mainmenu-opener .stripe {
    display: block;
    width: 28px;
    height: 3px;
    margin-top: 5px;
    background: #c4161c; }
    .mainmenu-opener .stripe:first-child {
      margin-top: 0; }

@media screen and (max-width: 600px) {
  .mainmenu {
    float: none; }
    .mainmenu ul {
      display: none;
      margin-top: 15px; }
    .mainmenu a {
      padding: 10px; }

  .header.open .mainmenu ul {
    display: block; }

  .mainmenu-opener {
    display: block; } }
/* Langmenu */
.langmenu {
  margin-left: 30px;
  padding-left: 5px;
  position: relative; }
  .langmenu li {
    margin-left: 25px; }
  .langmenu:before {
    content: "";
    width: 2px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #666; }

@media screen and (max-width: 600px) {
  .langmenu {
    display: none;
    float: none;
    margin: 5px 0;
    padding: 5px 0 0;
    border-top: 1px solid #222; }
    .langmenu li {
      margin: 0; }
    .langmenu a {
      padding: 10px; }
    .langmenu:before {
      width: 0; }

  .header.open .langmenu {
    display: block; } }

/* Socialmenu */
.socialmenu li {
  margin-left: 6px;
}
.socialmenu a {
  font-size: 14px;
}
.socialmenu span {
  width: 28px;
  height: 28px;
  display: inline-block;
  color: black;
  background-color: #666;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
  .socialmenu span:hover, .socialmenu a:hover span { background-color: #888; }

.socialmenu .social-fb { background-image: url("../assets/icon-fb.svg"); background-size: 24px 24px; }
  .no-svg .socialmenu .social-fb { background-image: url("../images/icon-fb.png"); }
.socialmenu .social-twit { background-image: url("../assets/icon-twit.svg"); background-size: 24px 24px; }
  .no-svg .socialmenu .social-twit { background-image: url("../images/icon-twit.png"); }
.socialmenu .social-gplus { background-image: url("../assets/icon-gplus.svg"); background-size: 24px 24px; }
  .no-svg .socialmenu .social-gplus { background-image: url("../images/icon-gplus.png"); }
.socialmenu .social-yt { background-image: url("../assets/icon-yt.svg"); background-size: 24px 24px; }
  .no-svg .socialmenu .social-yt { background-image: url("../images/icon-yt.png"); }
.socialmenu .social-email { background-image: url("../assets/icon-email.svg"); background-size: 20px 20px; margin-right: 4px; }
  .no-svg .socialmenu .social-email { background-image: url("../images/icon-email.png"); }
  

@media screen and (max-width: 600px) {
  .socialmenu {
    display: none;
    float: none;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #222; }
    .socialmenu li {
      display: inline-block; }

  .header.open .socialmenu {
    display: block; } }
/* Content */
.content {
  margin: 20px 0;
  text-align: center; }
  .content .wrapper {
    margin: 45px auto; }
    .content .wrapper.nomargin {
      margin: 0 auto; }
      .event-page .content .wrapper.nomargin h2, .content .wrapper.nomargin .events .large .title, .events .large .content .wrapper.nomargin .title {
        margin: 0; }
    .content .wrapper.medium {
      width: 750px; }
    .content .wrapper.narrow {
      width: 685px;
      line-height: 1.7; }
    .content .wrapper.loadmore {
      margin: 20px auto 45px; }
  .content a {
    color: white;
    border-bottom: 1px solid white; }
  .article-page .content a {
    color: black;
    border-bottom: 1px solid black; }
  .content ul {
    padding: 0;
    margin: 0 0 0 18px; }
  .content li {
    margin: 0 0 10px; }
  .content table {
    width: 100%; }
    .content table td {
      padding: 15px 0 15px 50px; }
      .content table td:first-child {
        padding-left: 0; }

.wideimg + .content {
  margin: 45px 0 0; }
.wideimg + .wrapper, .event-page .wideimg + .content {
  margin: 90px auto 0; }

@media screen and (max-width: 600px) {
  .content, .wideimg + .content, .wideimg + .wrapper, .event-page .wideimg + .content {
    margin: 0; }

  .content .wrapper, .content .wrapper.medium, .content .wrapper.narrow {
    margin: 30px 20px;
    width: auto; }
  .content table td {
    display: block;
    width: 100%;
    padding: 0 0 20px; }
  .content .wrapper.nomargin > .cf, .event-page .content > .wrapper.nomargin:first-child {
    margin: 30px 20px; }
  .content .wrapper.events, .content .wrapper.blog {
    margin: 30px 0; }
  .front-page .content .wrapper.events {
    margin: 0; }
}
/* Imageblock */
.imageblock {
  position: relative; }
  .imageblock img {
    display: block; margin: 0 auto; }
  .imageblock .play-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .imageblock .play-btn:before, .imageblock .play-btn:after {
      content: "";
      position: absolute; }
    .imageblock .play-btn:before {
      width: 15px;
      height: 34px;
      top: -38px;
      right: -80px;
      background: url("../images/arrow.png") no-repeat center; }
    .imageblock .play-btn:after {
      border-top: 10px solid transparent;
      border-left: 15px solid white;
      border-bottom: 10px solid transparent;
      top: 15px;
      left: 50%;
      margin-left: -5px; }

/* Events */
.events {
  font-size: 12px;
  color: white; }
  .events .box {
    float: left;
    text-align: left; }
  .events .box.large {
    width: 57.5%; }
  .events .box.small {
    width: 42.5%; }
  .events .event {
    position: relative; }
    .events .event:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: black;
      z-index: 1;
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40); }
    .events .event:hover:after {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); }
    .events .event.grayscale:after {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70); }
  .events .large .event {
    height: 410px; }
  .events .small .event {
    height: 205px; }
    .events .small .event .type-tag {
      top: 15px;
      right: 15px; }
  .events .type-tag {
    position: absolute;
    top: 60px;
    right: 20%;
    max-width: 100px;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    z-index: 2; }
    .events .type-tag img {
      display: block;
      margin: 10px auto; }
  .events .excerpt a {
    display: block;
    margin: 10px 0 0; }
  .events a {
    color: white;
    border: none; }
  .events .event-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }
  .events .title {
    line-height: 1; }
  .events .large .title {
    margin: 0; }
  .events .small .title {
    margin: 0; }
  .events .cta-flag {
    background: #c4161c;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block;
    margin-bottom: 12px;
    position: relative; }
    .events .cta-flag:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      border-top: 10px solid #c4161c;
      border-right: 10px solid transparent; }
  .events .date {
    font-size: 16px;
    font-weight: 500; }

@media screen and (max-width: 600px) {
  .events .box {
    float: none; }
  .events .box.large, .events .box.small {
    width: auto; }
  .events .large .event, .events .small .event {
    height: 205px; }
  .events .event-content {
    bottom: 15px;
    left: 15px;
    right: 15px; }
  .events .large .title {
    font-size: 24px; }
  .events .type-tag {
    top: 15px;
    right: 15px; }
  .events p {
    display: none; }
}
@media screen and (max-width: 480px) {
  .events .type-tag span { display: none; }
}

/* People */
.people .person {
  float: left;
  width: 158px;
  height: 157px;
  padding-left: 157px;
  background: black;
  margin-bottom: 6px;
  margin-right: 6px;
  position: relative;
  text-align: center; }
.people .person.last {
  margin-right: 0; }
.people .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }
.people .data {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 300; }
.people .name {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  text-transform: uppercase; }
.people .social {
  text-align: center;
  font-size: 0;
  margin: 20px 0 0; }
  .people .social li {
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    margin-left: 5px;
    vertical-align: middle; }
  .people .social li:first-child {
    margin-left: 0; }
  .people .social a {
    display: block;
    width: 20px;
    height: 20px;
    background: #404040;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold; }

@media screen and (max-width: 600px) {
  .people {
    margin: 30px 0; }
    .people .person, .people .person.last {
      float: none;
      margin: 0 auto 6px;
      width: auto;
      padding-left: 50%; } }
/* Blog */
.blog {
  font-size: 0; }
  .blog h1 {
    margin-bottom: 45px; }
  .blog .article {
    background: white;
    color: black;
    width: 24%;
    display: inline-block;
    margin-bottom: 9px;
    font-size: 14px;
    vertical-align: top;
    text-align: left; }
    .blog .article:first-child {
      margin-left: 0; }
    .blog .article a {
      color: black;
      border: none; }
  .blog .image {
    height: 162px; }
    .blog .image a {
      display: block;
      width: 100%;
      height: 100%; }
  .blog h3, .blog .events .small .title, .events .small .blog .title {
    text-transform: uppercase; }
  .blog .inner {
    padding: 20px 15px; }
  .blog .date {
    font-size: 10px;
    text-transform: uppercase; }

@media screen and (max-width: 600px) {
  .blog {
    margin: 30px 5px; }
    .blog .article {
      width: auto;
      margin: 0 0 5px;
      display: block; } }
/* Wideimg */
.wideimg {
  height: 250px; }

@media screen and (max-width: 600px) {
  .wideimg {
    height: 125px; } }
/* Article */
.article-page .wrapper > h2:first-child, .article-page .events .large .wrapper > .title:first-child, .events .large .article-page .wrapper > .title:first-child {
  margin-bottom: 0; }
.article-page .date {
  color: #c4161c;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px; }
.article-page .social {
  margin: 40px 0 0; }
  .article-page .social ul {
    font-size: 0; }
  .article-page .social li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: white;
    margin-left: 12px; }
    .article-page .social li:first-child {
      margin-left: 0; }
    .article-page .social li.social-fb {
      background-color: black; }
    .article-page .social li.social-twit {
      background-color: #c4161c; }
  .article-page .social a {
    display: block;
    line-height: 40px;
    border: none; }

@media screen and (max-width: 600px) {
  .article-page .social {
    margin: 20px 0 0; } }
/* Event */
.event-page .event-header h2, .event-page .event-header .events .large .title, .events .large .event-page .event-header .title {
  text-align: center; }
.event-page .event-header h3, .event-page .event-header .events .small .title, .events .small .event-page .event-header .title {
  font-size: 18px;
  text-align: center; }
/*.event-page .event-header a {
  border: none; }*/

/* Winners */
.winners-list .winner {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-top: 35px; }
  .winners-list .winner:nth-child(even) {
    margin-left: 5%; }
.winners-list .prize, .winners-list .prize:before, .winners-list .prize:after {
  width: 56px;
  height: 56px;
  background: url("../images/icon-trophy.png") center; }
.winners-list .prize {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 25px; }
  .winners-list .prize.first:before, .winners-list .prize.first:after, .winners-list .prize.second:before {
    content: "";
    position: absolute;
    top: 0; }
  .winners-list .prize.first:before, .winners-list .prize.second:before {
    left: 76px; }
  .winners-list .prize.first:after {
    left: 152px; }
.winners-list .social {
  font-size: 0; }
  .winners-list .social ul {
    margin: 0; }
  .winners-list .social li {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px; }
    .winners-list .social li:first-child {
      margin-left: 0; }
  .winners-list .social a {
    display: block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #d35055;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .winners-list .social a:hover {
      background: #d9676b;
      background: rgba(255, 255, 255, 0.35); }

@media screen and (max-width: 600px) {
  .winners-list .winner, .winners-list .winner:nth-child(even) {
    float: none;
    width: auto;
    margin-left: 0; } }
/* Gallery */
.gallery .current-img {
  margin-bottom: 3px; }
  .gallery .current-img img {
    margin: 0 auto; }
.gallery img {
  display: block; }
.gallery .thumbs {
  margin-left: -3px; }
  .gallery .thumbs a {
    border: none; }
  .gallery .thumbs img {
    /*max-width: 157px; */
    max-height: 114px;
    width: auto;
    /* height: auto;*/
    margin: 0 0 0 3px;
    margin-bottom: 3px;
    float: left; }

@media screen and (max-width: 600px) {
  .gallery .thumbs img {
    /*max-width: 91px;*/
    max-height: 47px; } }

/* Footer */
.footer, .newsletter-popup {
  background: black;
  padding: 30px 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
}

.newsletter-popup {
  position: absolute;
  top: 55px; right: 0;
  padding: 20px 30px 30px;
  display: none;
  z-index: 100;
}
  .newsletter-popup:before {
    content: "";
    border-left: 10px solid transparent;
	  border-right: 10px solid transparent;
	  border-bottom: 10px solid black;
	  position: absolute;
	  right: 70px; top: -10px;
  }
  .newsletter-popup .close-btn {
    position: absolute;
    top: 5px; right: 7px;
    padding: 5px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
  }
.footer .form_field, .footer .form_submit,
.header .form_field, .header .form_submit {
  margin: 0 0 10px;
}
  .footer label,
  .header label {
    display: block;
    margin: 0 0 3px;
  }
  .footer input, .footer select, .footer button,
  .header input, .header select, .header button {
    margin: 0;
  }
  .footer .form_field_textfield,
  .header .form_field_textfield{
    background: #333;
    border: none;
    outline: none;
    padding: 4px 6px;
    width: 80%;
    color: #fff;
    font-size: 10px;
    border-radius: 0;
  }
  .footer .form_submit button,
  .header .form_submit button{
    background: #c4161c;
    border: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 22px 8px;
    cursor: pointer;
  }
  .footer .footnote,
  .header .footnote {
    line-height: 1.2;
  }

/* Four cols */
.four-cols {
  width: 100%;
  display: table; }
  .four-cols .col {
    display: table-cell;
    vertical-align: top;
    width: 22%;
    padding-left: 4%; }
    .four-cols .col:first-child {
      padding-left: 0; }

@media screen and (max-width: 600px) {
  .footer { padding: 15px 0; }
  .newsletter-popup { top: 45px; }
  .four-cols { display: block; }
  .four-cols .col, .four-cols .col:first-child {
    display: block;
    margin: 20px 10px;
    width: auto;
  }
}

/* Slider */
.swiper-container {
  margin-top: 45px; text-align: center;
}
  .swiper-container .swiper-slide {
    width: 640px;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative; }
    .swiper-container .swiper-slide.swiper-slide-active {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  .swiper-container img {
    max-width: 640px;
    max-height: 340px;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block; }
  .swiper-container .slide-content {
    position: relative;
    bottom: 0;
    padding: 30px 0;
    width: 100%;
    margin: 0 auto; }
    .swiper-container .slide-content .title {
      font-size: 20px;
      font-family: "Titillium Web", sans-serif;
      font-weight: 600;
      margin-bottom: 10px; }
  .swiper-container .pagination {
    position: relative;
    bottom: 0;
    text-align: center;
    z-index: 20; }
  .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #b50000;
    background: rgba(0, 0, 0, 0.15);
    margin-right: 8px;
    cursor: pointer; }
    .swiper-container .swiper-pagination-switch.swiper-active-switch {
      background: white; }

@media screen and (max-width: 600px) {
  /*.swiper-container .swiper-slide {
    width: 100%;
  }*/
  .swiper-container .slide-content {
    width: auto;
    margin: 0 20px; }
  .swiper-container img {
    max-width: 100%; } }
/* Social boxes */
.social-boxes {
  width: 660px;
  margin: 0 auto; }
  .social-boxes .twitter-box {
    width: 300px; }
  .social-boxes .fb-box {
    background: white;
    width: 300px; }
    
@media screen and (max-width: 600px) {
  .social-boxes { width: auto; }
  .social-boxes .left, .social-boxes .right { float: none;  }
}

/* Overlay */
.overlay {
  display: none;
  position: fixed;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8); }
.overlay.visible {
  display: block; }
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 80%;
}

@media screen and (max-width: 600px) {
  .video-container { margin-top: 30%; }
  .video-container iframe, .video-container object, .video-container embed {
    width: 100%; height: 100%;
    left: 0;
  }
}

/* Reduce clipping of bg cover images. Optimal image size is still req. */

.header + .wideimg {
  margin-top: 60px;
  padding-top: 21%;
  height: 0!important;
  background-position: center center;
  background-size: cover;
}


/* Image container styles */
.edy-positionable-container-center:first-child,
.edy-positionable-container-left-block:first-child,
.edy-positionable-container-right-block:first-child,
.edy-texteditor-container-wrapper-center:first-child,
.edy-texteditor-container-wrapper-left-block:first-child,
.edy-texteditor-container-wrapper-right-block:first-child {
  margin-top: 0;
}

.edy-positionable-container-center:last-child,
.edy-positionable-container-left-block:last-child,
.edy-positionable-container-right-block:last-child,
.edy-texteditor-container-wrapper-center:last-child,
.edy-texteditor-container-wrapper-left-block:last-child,
.edy-texteditor-container-wrapper-right-block:last-child {
  margin-bottom: 0;
}

.edy-positionable-container-center,
.edy-positionable-container-left-block,
.edy-positionable-container-right-block,
.edy-texteditor-container-wrapper-center,
.edy-texteditor-container-wrapper-left-block,
.edy-texteditor-container-wrapper-right-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.edy-positionable-container-left,
.edy-texteditor-container-wrapper-left {
  margin-right: 20px;
}

.edy-positionable-container-right,
.edy-texteditor-container-wrapper-right {
  margin-left: 20px;
}

.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 12px;
  line-height: 1.3em;
  content: attr(data-title);
}