/**** MARGINS *****/
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-160 {
  margin-top: 160px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pt-260 {
  padding-top: 260px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
/**** MIXINS *****/
.translate-3d {
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}
.preserve-3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.reset-list li {
  margin: 0;
  padding: 0;
}
.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix-before:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
/**** BOOTSTRAP *****/
@media screen and (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-center img {
    display: inline-block;
  }
  .text-xs-right {
    text-align: right;
  }
  .clearfix-xs:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clear-xs {
    clear: both;
  }
  .mt-xs-0 {
    margin-top: 0;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mt-xs-60 {
    margin-top: 70px;
  }
  .mt-xs-70 {
    margin-top: 70px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-90 {
    margin-top: 90px;
  }
  .mt-xs-100 {
    margin-top: 100px;
  }
  .mt-xs-160 {
    margin-top: 160px;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .mb-xs-60 {
    margin-bottom: 70px;
  }
  .mb-xs-70 {
    margin-bottom: 70px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-90 {
    margin-bottom: 90px;
  }
  .mb-xs-100 {
    margin-bottom: 100px;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  .pt-xs-60 {
    padding-top: 70px !important;
  }
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  .pt-xs-260 {
    padding-top: 260px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  .pb-xs-60 {
    padding-bottom: 70px !important;
  }
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-center img {
    display: inline-block;
  }
  .text-sm-right {
    text-align: right;
  }
  .clearfix-sm:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clear-sm {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-center img {
    display: inline-block;
  }
  .text-md-right {
    text-align: right;
  }
  .clearfix-md:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clear-md {
    clear: both;
  }
}
.row-eq-height {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  vertical-align: top;
}
.col-eq-height {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 320px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.inside .inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
body {
  overflow-x: hidden;
}
#socialbar {
  display: none !important;
}
#darkswan {
  position: relative;
  background: #000;
  z-index: 132;
}
#darkswan .shortnav {
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  right: -300px;
  z-index: 99999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#darkswan .shortnav li {
  margin: 0;
  padding: 6px 0;
  text-align: right;
}
#darkswan .shortnav li a {
  display: inline-block;
  color: #fff;
  position: relative;
  border-bottom: 1px solid transparent;
  padding-right: 14px;
}
#darkswan .shortnav li a:hover,
#darkswan .shortnav li a:focus,
#darkswan .shortnav li a:active,
#darkswan .shortnav li a.active {
  border-bottom: 1px solid #fff;
}
#darkswan.in .shortnav {
  position: fixed;
  right: 0;
}
#darkswan .banner {
  position: absolute;
  top: 90px;
  right: 14%;
  z-index: 422;
}
#darkswan .main-title {
  background-color: transparent;
  text-align: center;
  padding: 20px 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 267;
}
#darkswan .main-title h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #darkswan .main-title h2 {
    font-size: 32px;
  }
}
#darkswan .main-title h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #darkswan .main-title h3 {
    font-size: 32px;
  }
}
#darkswan .title {
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 200;
}
#darkswan .title .img-wrapper {
  position: relative;
}
#darkswan .title .img-wrapper > img {
  display: inline-block;
}
#darkswan .title .img-responsive {
  display: inline-block;
}
#darkswan .title .img-badge {
  margin: 0 0 40px;
}
@media screen and (min-width: 641px) {
  #darkswan .title .img-badge {
    position: absolute;
    top: 0;
    right: -100%;
    margin: 0;
  }
}
#darkswan .title h2 {
  font-size: 34px;
  display: inline-block;
  max-width: 420px;
}
#darkswan .title h4 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
}
#darkswan .title h4:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 210px;
  margin-left: -105px;
  height: 1px;
  background: #fff;
}
#darkswan .title h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #darkswan .title h5 {
    font-size: 24px;
  }
}
#darkswan .title em {
  display: inline-block;
  font-style: normal;
  position: relative;
  font-size: 100px;
  font-family: 'Alex Brush', cursive;
}
#darkswan .video-container {
  position: relative;
  background-color: #000;
  padding: 80px 0;
}
#darkswan .video-container .title h4 {
  padding-bottom: 40px;
}
#darkswan .video-container .video-container-inner {
  width: auto;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  /*
			top: 50%;

			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
			*/
}
#darkswan #video-tutorial {
  padding-top: 0;
}
#darkswan #calendar {
  background-color: transparent;
  background-image: url(../img/dark-swan/background.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
#darkswan #calendar .calendar-container {
  position: relative;
  padding: 60px 0;
}
#darkswan #calendar .calendar-container-inner {
  position: relative;
}
#darkswan #calendar .calendar-blur {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/dark-swan/background-blur.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}
#darkswan #calendar .selection-container {
  position: relative;
}
#darkswan #calendar .title {
  padding-bottom: 40px;
}
#darkswan #calendar .calendar-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 920px;
  width: auto;
  margin: 0 auto;
}
#darkswan #calendar .calendar-list li {
  margin: 0;
  padding: 0;
}
#darkswan #calendar .calendar-list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 641px) {
  #darkswan #calendar .calendar-list {
    display: table;
  }
}
@media screen and (min-width: 641px) {
  #darkswan #calendar .calendar-list li {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
  }
}
#darkswan #calendar .calendar-list li .img-background-active {
  visibility: hidden;
}
@media screen and (min-width: 641px) {
  #darkswan #calendar .calendar-list li.col-left {
    text-align: right;
    padding-right: 13px;
  }
  #darkswan #calendar .calendar-list li.col-right {
    text-align: left;
    padding-left: 13px;
  }
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .calendar-list li {
    width: 100%;
    margin-bottom: 12px;
    padding: 0 15px;
  }
  #darkswan #calendar .calendar-list li .img-background-active {
    width: 100%;
    max-width: none;
  }
  #darkswan #calendar .calendar-list li .img-background-inactive {
    width: 100%;
    max-width: none;
  }
}
#darkswan #calendar .calendar-list li .entry {
  position: relative;
  overflow: hidden;
}
#darkswan #calendar .calendar-list li .entry .advent {
  position: absolute;
  top: -96px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 146px;
  height: 146px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #950a1c;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding-top: 104px;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .calendar-list li .entry .advent {
    top: -120px;
    width: 240px;
    height: 240px;
    font-size: 32px;
    padding-top: 160px;
  }
}
#darkswan #calendar .calendar-list li .entry .entry-inner {
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .calendar-list li .entry .entry-inner {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
#darkswan #calendar .calendar-list li .entry .entry-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  text-align: center;
}
#darkswan #calendar .calendar-list li .entry .entry-overlay .img-responsive {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
#darkswan #calendar .calendar-list li .entry .entry-overlay .name {
  color: #fff;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .calendar-list li .entry .entry-overlay .name {
    font-size: 32px;
  }
}
#darkswan #calendar .calendar-list li .entry .entry-overlay .headline {
  color: #fff;
  font-size: 34px;
  font-family: 'Alex Brush', cursive;
  margin: -6px 0 0;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .calendar-list li .entry .entry-overlay .headline {
    font-size: 52px;
  }
}
#darkswan #calendar .calendar-list li .entry .entry-overlay .button {
  display: inline-block;
  padding: 0 33px;
  height: 38px;
  width: auto;
  background: transparent;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#darkswan #calendar .calendar-list li .entry .entry-overlay .button:hover,
#darkswan #calendar .calendar-list li .entry .entry-overlay .button:focus,
#darkswan #calendar .calendar-list li .entry .entry-overlay .button:active {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .calendar-list li .entry .entry-overlay .button {
    font-size: 32px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .calendar-list li.active {
    margin-bottom: 26px;
    padding: 0;
  }
}
#darkswan #calendar .calendar-list li.active .entry-inner {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#darkswan #calendar .calendar-list li.active .img-background-inactive {
  visibility: hidden;
}
#darkswan #calendar .calendar-list li.active .img-background-active {
  visibility: visible;
}
@media screen and (min-width: 641px) {
  #darkswan #calendar .calendar-list.calendar-list-top li.col-left .entry-inner {
    right: 0;
    bottom: 0;
  }
  #darkswan #calendar .calendar-list.calendar-list-top li.col-right .entry-inner {
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 641px) {
  #darkswan #calendar .calendar-list.calendar-list-bottom {
    padding-top: 26px;
  }
  #darkswan #calendar .calendar-list.calendar-list-bottom li {
    vertical-align: top;
  }
  #darkswan #calendar .calendar-list.calendar-list-bottom li.col-left .entry-inner {
    top: 0;
    right: 0;
  }
  #darkswan #calendar .calendar-list.calendar-list-bottom li.col-right .entry-inner {
    top: 0;
    left: 0;
  }
}
#darkswan #calendar .popup-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#darkswan #calendar .popup-container .popup {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  padding: 60px 0 0;
}
#darkswan #calendar .popup-container .popup.in {
  display: block;
  opacity: 0;
}
#darkswan #calendar .popup-container .popup .close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 26px;
  height: 25px;
  background: transparent url(../img/dark-swan/btn-close.png) no-repeat 50% 50%;
  cursor: pointer;
  opacity: 1;
}
#darkswan #calendar .popup-container .popup .close:hover,
#darkswan #calendar .popup-container .popup .close:focus,
#darkswan #calendar .popup-container .popup .close:active {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .popup-container .popup .close {
    top: -50px;
    right: 50%;
    margin-right: -13px;
  }
}
#darkswan #calendar .popup-container .popup h2 {
  margin: 0;
  padding: 0 0 44px;
  font-style: normal;
  font-size: 60px;
  font-family: 'Alex Brush', cursive;
  text-transform: none;
}
#darkswan #calendar .popup-container .popup h3 {
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
#darkswan #calendar .popup-container .popup h3:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#darkswan #calendar .popup-container .popup h3 img {
  margin: 0;
  padding: 0;
  width: 56px;
  height: auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .popup-container .popup h3 {
    font-size: 42px;
  }
}
#darkswan #calendar .popup-container .popup hr {
  margin: 10px 0 16px;
  height: 1px;
  background: #fff;
}
#darkswan #calendar .popup-container .popup p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .popup-container .popup p {
    font-size: 32px;
  }
}
#darkswan #calendar .popup-container .popup .popup-head {
  position: relative;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .popup-container .popup .popup-head {
    padding-top: 30px;
  }
}
#darkswan #calendar .popup-container .popup .embed-responsive {
  margin: 0 0 44px;
}
#darkswan #calendar .popup-container .popup .carousel {
  margin: 0 0 44px;
}
#darkswan #calendar .popup-container .popup .carousel .item .img-wrapper img {
  width: 100%;
  height: auto;
  margin: 0;
}
#darkswan #calendar .popup-container .popup .carousel .item .text-wrapper {
  padding: 26px 24px;
  background: transparent url(../img/dark-swan/overlay-bg.png) repeat 0 0;
}
#darkswan #calendar .popup-container .popup .carousel .item .text-wrapper h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .popup-container .popup .carousel .item .text-wrapper h5 {
    font-size: 42px;
  }
}
#darkswan #calendar .popup-container .popup .carousel .item .text-wrapper p {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .popup-container .popup .carousel .item .text-wrapper p {
    font-size: 32px;
  }
}
#darkswan #calendar .popup-container .popup .carousel .owl-controls .owl-prev {
  position: absolute;
  top: 154px;
  left: 15px;
  width: 30px;
  height: 57px;
  background: transparent url(../img/dark-swan/btn-prev.png) no-repeat 50% 50%;
  cursor: pointer;
  display: block !important;
  text-indent: -9999em;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .popup-container .popup .carousel .owl-controls .owl-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#darkswan #calendar .popup-container .popup .carousel .owl-controls .owl-next {
  position: absolute;
  top: 154px;
  right: 15px;
  width: 30px;
  height: 57px;
  background: transparent url(../img/dark-swan/btn-next.png) no-repeat 50% 50%;
  cursor: pointer;
  display: block !important;
  text-indent: -9999em;
}
@media screen and (max-width: 640px) {
  #darkswan #calendar .popup-container .popup .carousel .owl-controls .owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#darkswan .ico-email {
  display: inline-block;
  width: 20px;
  height: 13px;
  background: transparent url(../img/dark-swan/ico-email.png) no-repeat 50% 50%;
}
#darkswan .newsletter-wrapper {
  max-width: 920px;
  width: auto;
  margin: 26px auto 0;
  background-color: transparent;
  background-image: url(../img/dark-swan/newsletter-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 22px 0;
}
@media screen and (max-width: 640px) {
  #darkswan .newsletter-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#darkswan .newsletter-wrapper h3 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 0 10px;
}
@media screen and (max-width: 640px) {
  #darkswan .newsletter-wrapper h3 {
    font-size: 42px;
    padding: 0 0 26px;
  }
}
#darkswan .newsletter-wrapper p {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  padding: 0 0 10px;
}
@media screen and (max-width: 640px) {
  #darkswan .newsletter-wrapper p {
    font-size: 32px;
    padding: 0 0 30px;
  }
}
#darkswan .newsletter-wrapper form {
  max-width: 640px;
  width: auto;
  margin: 0 auto;
}
#darkswan .newsletter-wrapper form .form-control {
  border: 2px solid #fff;
  background: #fff;
  height: 50px;
  width: 100%;
  padding: 0 26px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  text-align: left;
  line-height: 50px;
  color: #000;
  -moz-box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
@media screen and (max-width: 640px) {
  #darkswan .newsletter-wrapper form .form-control {
    margin-bottom: 14px;
    text-align: center;
  }
}
#darkswan .newsletter-wrapper form .form-control.has-error {
  border-color: #950A1C;
}
@media screen and (max-width: 640px) {
  #darkswan .newsletter-wrapper form .form-control {
    font-size: 42px;
    height: 70px;
    line-height: 70px;
  }
}
#darkswan .newsletter-wrapper form button {
  border: 2px solid #950a1c;
  background: #950a1c;
  height: 50px;
  width: 100%;
  padding: 0 26px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  text-align: left;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
}
#darkswan .newsletter-wrapper form button .ico-email {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
#darkswan .newsletter-wrapper form button:hover,
#darkswan .newsletter-wrapper form button:focus,
#darkswan .newsletter-wrapper form button:active {
  border: 2px solid #D51130;
  background: #D51130;
}
@media screen and (max-width: 640px) {
  #darkswan .newsletter-wrapper form button {
    font-size: 42px;
    text-align: center;
    height: auto;
    line-height: 1.2;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  #darkswan .newsletter-wrapper form button .ico-email {
    display: none;
  }
}
