﻿@charset "UTF-8";
@import url('/assets/normalize.css');
@import url('http://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url('/assets/font/roboto/stylesheet.css');
@font-face {
  font-family: 'RobotoDraft';
  font-style: normal;
  font-weight: 400;
  src: local('RobotoDraft'), local('RobotoDraft-Regular'), url(https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2'), url(https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni7rIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}
@font-face {
  font-family: 'RobotoDraft';
  font-style: normal;
  font-weight: 500;
  src: local('RobotoDraft Medium'), local('RobotoDraft-Medium'), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwXJuJo8UJJfpGKt7pXjBv4s.woff2) format('woff2'), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwaTA90I55Xt7owhZwpPnMsc.woff) format('woff');
}
@font-face {
  font-family: 'RobotoDraft';
  font-style: normal;
  font-weight: 700;
  src: local('RobotoDraft Bold'), local('RobotoDraft-Bold'), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-Vwf79_ZuUxCigM2DespTnFaw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwRbnBKKEOwRKgsHDreGcocg.woff) format('woff');
}
@font-face {
  font-family: 'RobotoDraft';
  font-style: italic;
  font-weight: 400;
  src: local('RobotoDraft Italic'), local('RobotoDraft-Italic'), url(https://fonts.gstatic.com/s/robotodraft/v1/er-TIW55l9KWsTS1x9bTfgeOulFbQKHxPa89BaxZzA0.woff2) format('woff2'), url(https://fonts.gstatic.com/s/robotodraft/v1/er-TIW55l9KWsTS1x9bTfoo3ZslTYfJv0R05CazkwN8.woff) format('woff');
}
html {
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0;
  padding-bottom: 9rem;
  min-height: 100%;
  background-color: #f5f5f5;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #444;
  font-family: 'Mandali', Arial, sans-serif;
  overflow-x: hidden;
  z-index: 0;
}
/* Let's get this party started */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #dfdfdf;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #bbb;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #dfdfdf;
}
.content-wrapper {
  max-width: 1124px;
  margin: 0 auto 60px auto;
  padding: 50px 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-wrapper > h2 {
  margin: 30px 0;
}
.content-wrapper-heading {
  padding: 0 0 20px 20px;
}
.medium-wrapper {
  max-width: 960px;
  margin: 30px auto 0 auto;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hp-video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer {
  position: relative;
  padding: 20px;
  width: 100%;
  color: white;
  background-color: #9e9e9e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer a {
  color: white;
}
footer a:hover {
  color: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Mandali', Arial, sans-serif;
  margin: 10px 0;
  font-weight: 500;
  line-height: 1.1;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.drop-menu-hover {
  cursor: default;
}
.drop-menu-hover:hover .drop-menu {
  display: block;
}
.drop-menu-hover:hover .card-brand-drop-menu {
  display: block;
}
a {
  cursor: pointer !important;
  font-size: 15px;
  color: #B2B2B2;
  text-decoration: none !important;
}
a:hover {
  color: #838383;
  text-decoration: none;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
input:focus {
  outline: none;
}
button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
div {
  /*line-height: initial;*/
}
.invisible {
  visibility: hidden !important;
}
.position-right {
  right: 0;
}
.position-left {
  left: 0;
}
.position-bottom-right {
  right: 0;
  bottom: 75%;
  top: auto !important;
}
.r_position {
  position: relative;
}
.a_position {
  position: absolute;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.padding-50 {
  padding: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-45 {
  padding: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-40 {
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-35 {
  padding: 35px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-30 {
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-25 {
  padding: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-20 {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-15 {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-10 {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding-5 {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.dynamic_ad_container {
  margin: 40px 0;
}
.col-row {
  display: table;
  width: 100%;
  padding: 0 20px;
  max-width: 1035px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-row .col-side {
  display: table-cell;
  width: 64%;
  max-width: 640px;
  float: left;
  vertical-align: top;
}
.col-row .bar-side {
  display: table-cell;
  width: 33%;
  max-width: 330px;
  float: right;
  vertical-align: top;
}
.drop-menu {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 75%;
  background-color: white;
  margin: 0;
  padding: 0;
  border: thin solid #ddd;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
  max-height: 600px;
  overflow-y: auto;
  z-index: 5;
  text-align: left;
}
.drop-menu li {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.drop-menu li .side_bar_search {
  display: none !important;
}
.drop-menu li .brand_select .avatar_logo {
  display: none;
}
.drop-menu li .brand_select .brand_name {
  line-height: initial !important;
}
.drop-menu .drop-menu-item {
  color: #959595;
  text-align: left;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 2;
  padding: 7px 15px;
  background-color: white;
  white-space: nowrap;
  text-transform: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.drop-menu .drop-menu-item:hover {
  color: #656565;
  text-decoration: none;
  background-color: #eee;
}
.drop-menu .drop-menu-item-flex {
  color: #959595;
  text-align: left;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  line-height: 2;
  padding: 7px 15px;
  background-color: white;
  white-space: nowrap;
  text-transform: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.drop-menu .drop-menu-item-flex .material-icons {
  margin-right: 5px;
  font-size: 18px;
}
.drop-menu .drop-menu-item-flex:hover {
  color: #656565;
  text-decoration: none;
  background-color: #eee;
}
.drop-down-title {
  font-weight: 600;
}
.cp-content:before {
  content: "Community Partners represent local companies and organizations that share our passion for connecting communities. This exclusive group has invested in this Pitchengine News Stream to ensure you receive news and information that is free, timely and more importantly, relevant to you, your friends and your neighbors. Please think of them whenever you think of us!";
}
.caps li a {
  text-transform: uppercase !important;
}
.caps {
  text-transform: uppercase !important;
}
.card-brand-drop-menu {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 85%;
  background-color: white;
  margin: 0;
  padding: 0;
  border: thin solid #ddd;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  z-index: 1;
  width: 275px;
  max-height: 200px;
  font-size: 0;
}
.card-brand-drop-menu li {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.card-brand-drop-menu .drop-menu-brand-item {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin: 14px;
}
.card-brand-drop-menu .drop-menu-brand-item:hover {
  color: #656565;
  text-decoration: none;
  background-color: #eee;
}
.text-orange {
  color: #ff5722 !important;
}
.text-green {
  color: #2ebd59 !important;
}
.text-disabled {
  color: #dedede !important;
}
.body-container {
  margin-top: 30px;
  max-width: 1035px;
  width: 100%;
  margin: 30px auto 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feed-body-container {
  position: relative;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto 60px auto;
  padding-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pitch-card-container {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
/*#feed-set-1 {

    .feed-item {
        position: absolute;
        width: 50%;
        padding: 20px;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        @media screen and (max-width: 767px) {
            width: 100%;
            padding: 0 20px;
            position: relative;
            left: 0 !important;
            top: 0 !important;
        }

        .card {
            margin-bottom: 0;

            @media screen and (max-width: 767px) {
                margin-bottom: 20px;
            }
        }
    }
}

#feed-set-2 {

    .feed-item {
        position: absolute;
        width: 50%;
        padding: 20px;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        @media screen and (max-width: 767px) {
            width: 100%;
            padding: 0 20px;
            position: relative;
            left: 0 !important;
            top: 0 !important;
        }

        .card {
            margin-bottom: 0;

            @media screen and (max-width: 767px) {
                margin-bottom: 20px;
            }
        }
    }
}*/
.card {
  position: relative;
  background-color: white;
  /*border: thin solid #e2e2e2;*/
  /*box-shadow: 0 0 0 1px rgba(0,0,0,0.08);*/
  width: 100%;
  margin-bottom: 30px;
  margin-right: 20px;
}
.card:last-child {
  margin-right: 0;
}
.card:only-child {
  margin-left: 0;
  margin-right: 0;
}
.blank-card {
  position: relative;
  background-color: transparent;
  border: 0;
  width: 100%;
  margin-bottom: 30px;
  margin-right: 20px;
}
.blank-card:last-child {
  margin-right: 0;
}
.blank-card:only-child {
  margin-left: 0;
  margin-right: 0;
}
.card-heading {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee;
  border-top: thin solid #ddd;
}
.card-brand-info {
  position: relative;
  width: 100%;
  padding: 15px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Mandali', Arial, sans-serif;
}
@media only screen and (max-width: 710px) {
  .card-brand-info {
    padding: 15px;
  }
}
.card-brand-info a {
  margin: 0 5px;
}
.left-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.right-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.brand-logo {
  position: relative;
  min-width: 36px;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border: thin solid #dfdfdf;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
}
.brand-logo img {
  width: 100%;
  max-width: 36px;
  max-height: 36px;
  background-color: white !important;
}
.brand-info {
  width: 80%;
}
.brand-info .brand-name {
  font-size: 14px;
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 600;
  color: #4f4f4f;
  padding: 0;
}
.card-pitch-menu-icon {
  position: relative;
  padding: 12px;
  line-height: 1;
  z-index: 10;
  color: #999;
}
.card-pitch-menu-icon .material-icons {
  font-size: 24px;
}
.date-time {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
.small_description {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #999;
}
.card-pitch-img {
  position: relative;
  max-width: 100%;
}
.card-headline-container {
  background-color: white;
  background: none;
  text-shadow: none;
  color: #444;
  position: relative;
  padding: 20px 0 40px 0;
}
@media only screen and (max-width: 710px) {
  .card-headline-container {
    padding: 20px 15px 40px 15px;
  }
}
.card-headline {
  color: #444;
  display: block;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  overflow: hidden;
}
.card-share-container {
  position: absolute;
  opacity: 0;
  right: -13px;
  top: 15px;
  z-index: 1;
  padding: 10px;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.share-hover {
  position: relative;
  overflow: hidden;
}
.share-hover:hover .card-share-container {
  opacity: 1;
  right: 0;
}
.side-bar {
  font-family: 'Mandali', Arial, sans-serif;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.side-bar .side-bar-h4 {
  line-height: 21px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.side-bar .side-bar-h5 {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 8px 0;
}
#activity-element {
  margin: 0 0 30px 0;
  font-family: 'Mandali', Arial, sans-serif;
}
#activity-element .activity-feed-item {
  margin-bottom: 3px;
}
#activity-element .activity-feed-item .activity-brand-logo {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: white;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#activity-element .activity-feed-item .activity-brand-logo img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#activity-element .activity-feed-item .activity-brand-name {
  color: #5a5a5a;
  margin-right: 5px;
  font-size: 70%;
  font-weight: 500;
  text-decoration: none;
  vertical-align: middle;
}
#activity-element .activity-feed-item .activity-time {
  color: #959595;
  margin-right: 5px;
  font-size: 80%;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
#latest-featured-element {
  margin: 0 0 30px 0;
  display: block;
}
#latest-featured-element .latest-featured-item {
  padding-bottom: 30px;
}
.forms {
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.forms .img-edit {
  position: relative;
  width: 115px;
  height: 115px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.forms .img-edit img {
  max-width: 100%;
}
.forms h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.forms select,
.forms .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.forms .form-group {
  margin-bottom: 15px;
  width: 100%;
}
.forms .input-group {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.forms .input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.forms .change-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
}
.forms input:-webkit-file-upload-button {
  cursor: pointer;
}
.form-control {
  position: relative;
  z-index: initial;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-group {
  margin-bottom: 15px;
  width: 100%;
  display: table;
}
.form-group:only-child {
  margin: 0;
  display: block;
}
.input-group {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
label {
  font-family: 'Mandali', Arial, sans-serif;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.btn:focus {
  outline: none !important;
}
.text-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1px;
}
.text-btn:focus {
  outline: none !important;
}
.text-btn:active {
  outline: none !important;
  border: none;
  box-shadow: none;
}
.text_btn_custom {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 1px;
  color: #888;
}
.text_btn_custom:focus {
  outline: none !important;
  border: none;
}
.text_btn_custom:active {
  outline: none !important;
  border: none;
  box-shadow: none;
}
.delete-btn {
  color: #999;
}
.delete-btn:hover {
  color: #ff3a3a;
}
.grow-0 {
  flex-grow: 0;
  padding: 0 10px;
}
.grow-1 {
  flex-grow: 1;
  padding: 0 10px;
}
.grow-2 {
  flex-grow: 2;
  padding: 0 10px;
}
.grow-3 {
  flex-grow: 3;
  padding: 0 10px;
}
.grow-4 {
  flex-grow: 4;
  padding: 0 10px;
}
.grow-5 {
  flex-grow: 5;
  padding: 0 10px;
}
.error-message {
  position: relative;
  font-size: 12px;
  width: 100%;
  padding: 15px 10px;
  border-radius: 3PX;
  color: #A94442;
  background-color: #EFD7D7;
  border: thin solid #DCA7A7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.close-x {
  position: absolute;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.2);
  top: 7px;
  right: 7px;
  font-family: arial;
  font-weight: 800;
  font-size: 14px;
}
.close-x:before {
  content: "X";
}
#status_brand_menu {
  padding: 15px;
}
.status {
  margin-bottom: 40px;
}
.status .create-pitch-link {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: -7px;
}
.status .media-buttons {
  padding: 15px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 15px;
  color: #B2B2B2;
}
.status a {
  font-size: 15px;
  color: #B2B2B2;
  text-decoration: none !important;
}
.status a:hover {
  color: #838383;
  text-decoration: none;
}
.status a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
.status .status-icon-image {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  margin: 0 4px;
}
.status .status-icon-image:hover {
  opacity: 0.8;
}
.status .status-icon-image img {
  max-height: 20px;
}
.status .status-icon-instagram {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  margin: 0 4px;
}
.status .status-icon-instagram:hover {
  opacity: 0.8;
}
.status .status-icon-instagram img {
  position: relative;
  left: -27px;
  max-height: 20px;
}
.status .status-icon-facebook {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  margin: 0 4px;
}
.status .status-icon-facebook:hover {
  opacity: 0.8;
}
.status .status-icon-facebook img {
  position: relative;
  right: 53px;
  max-height: 20px;
}
.status .status-icon-youtube {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  opacity: 0.5;
  margin: 0 4px;
}
.status .status-icon-youtube:hover {
  opacity: 0.8;
}
.status .status-icon-youtube img {
  position: relative;
  right: 78px;
  max-height: 20px;
}
.status .status-social-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.75);
  border: thin solid #ddd;
  z-index: 1;
}
.status .status-add-button {
  padding: 0 5px;
}
.status .send-icon {
  top: 2px;
  position: relative;
  padding-left: 8px;
  color: #B2B2B2;
}
.status .send-icon:hover {
  color: #838383;
}
.status_brand_list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background-color: white;
  width: 100%;
  top: 60px;
  z-index: 2;
  overflow: auto;
  height: 0;
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.65);
}
.status_brand_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.status_brand_list ul li {
  margin: 0;
  padding: 6px 15px;
}
.status_brand_list ul li:hover {
  background-color: #f5f5f5;
}
.status-brand-logo {
  position: relative;
  min-width: 36px;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border: thin solid #dfdfdf;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
}
.status-brand-logo img {
  width: 100%;
  max-width: 36px;
  max-height: 36px;
  background-color: white !important;
}
.status-brand-info {
  width: 80%;
}
.status-brand-info .status-brand-name {
  font-size: 14px;
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 600;
  color: #4f4f4f;
  padding: 0;
}
.status_brand_list_active {
  height: 150px;
}
.status-entry {
  padding: 0 20px 20px 20px;
}
.status-entry p {
  padding: 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.status-entry p:focus {
  outline: none;
}
.status-entry [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 20px;
  color: #999;
}
.status-card {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.status-body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 25px 0;
}
@media only screen and (max-width: 710px) {
  .status-body {
    padding: 15px;
  }
}
.status-btn-container {
  background-color: white;
  background: none;
  text-shadow: none;
  color: #444;
  position: relative;
  padding: 20px;
}
.status-card-button {
  display: inline-block;
  padding: 10px 12px;
  border: thin solid #D0D0D0;
  border-radius: 5px;
  font-size: 15px;
  background-color: white;
}
.status-card-button:hover {
  color: white;
  border-color: #ff5722;
  background-color: #FF3D00;
}
.status-create-btn {
  position: relative;
  display: inline-block;
  font-size: 14px !important;
  text-transform: uppercase;
  color: white !important;
  background-color: #FF8041;
  padding: 8px 12px;
  border-radius: 4px;
  border: 0;
}
.status-create-btn:hover {
  color: white;
  background-color: #FF3D00;
}
.status-pseudo {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #status-modal #statusForm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin: 0;
  }
  #status-modal .active-pe-modal {
    z-index: 50000;
  }
  #status-modal .pe-modal-box-2 {
    position: center;
    opacity: 0;
    left: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-animation: modal-box 0.35s ease-out 0.25s 1;
    -o-animation: modal-box 0.35s ease-out 0.25s 1;
    -webkit-animation: modal-box 0.35s ease-out 0.25s 1;
    animation: modal-box 0.35s ease-out 0.25s 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #status-modal .status .media-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.repitch {
  position: relative;
  /*width: 24px;
    height: 24px;*/
  cursor: pointer;
  vertical-align: middle;
  color: #999;
}
.repitch-menu {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.3);
  z-index: 5;
  min-width: 222px;
  font-size: 15px;
}
.repitch-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  max-height: 240px;
  min-width: 220px;
}
.repitch-menu ul li {
  display: block;
}
.repitch-menu ul li a {
  font-family: 'Mandali', Arial, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  color: #555;
  white-space: nowrap;
}
.repitch-menu ul li a:hover {
  text-decoration: none;
  color: #101010;
  background-color: #eee;
}
.repitch-menu .list-avatar {
  position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.repitch-menu .list-block {
  padding: 8px;
}
.repitch-menu .list-block a {
  font-family: 'Mandali', Arial, sans-serif;
}
.repitch-menu .fb-btn {
  border: 0;
  position: relative;
  max-width: 255px;
  width: 100%;
  padding: 8px;
  font-weight: bold;
  font-size: 13px;
  box-shadow: none;
  font-family: Arial, sans-serif;
  border-radius: 1px;
}
.repitch_brand_list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  background-color: white;
  width: 100%;
  top: 60px;
  z-index: 2;
  overflow: auto;
  height: 0;
  box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.65);
}
.repitch_brand_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.repitch_brand_list ul li {
  margin: 0;
  padding: 6px 15px;
}
.repitch_brand_list ul li:hover {
  background-color: #f5f5f5;
}
.repitch_brand_list_active {
  height: 150px;
}
#repitch_brand_menu {
  padding: 15px;
}
.repitch-card-btn {
  position: relative;
  font-size: 12px !important;
  text-transform: uppercase;
  color: white !important;
  background-color: #FF8041;
  padding: 10px;
  height: 30px;
  border-radius: 4px;
}
.repitch-card-btn:hover {
  color: white;
  background-color: #FF3D00;
}
.repitch-card-container {
  position: relative;
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.repitch-card-icon {
  color: #bbb;
  margin-right: 7px;
}
.repitch-img-container {
  position: relative;
  width: 100%;
}
.repitch-brand-info {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 20px 10px 40px 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent);
}
.gradient_top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 70%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent);
}
.gradient_bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}
@media only screen and (max-width: 767px) {
  #repitch-modal #statusForm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin: 0;
  }
  #repitch-modal .active-pe-modal {
    z-index: 50000;
  }
  #repitch-modal .pe-modal-box-2 {
    position: center;
    opacity: 0;
    left: auto;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-animation: modal-box 0.35s ease-out 0.25s 1;
    -o-animation: modal-box 0.35s ease-out 0.25s 1;
    -webkit-animation: modal-box 0.35s ease-out 0.25s 1;
    animation: modal-box 0.35s ease-out 0.25s 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.sticky-ad {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.sticky-ad .sticky-ad-body-container {
  background-color: white;
  background: none;
  text-shadow: none;
  color: #444;
  position: relative;
  padding: 20px;
}
.sticky-ad .sticky-ad-text {
  width: 70%;
  margin-right: 20px;
}
.sticky-ad .sticky-ad-img {
  position: relative;
  z-index: 1;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sticky-ad .sticky-ad-analytics {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sticky-ad .flip-wrapper {
  position: relative;
}
.sticky-ad .remove-ad {
  position: absolute;
  top: 101%;
  left: 0;
  right: 0;
  text-align: center;
}
.sticky-ad .remove-ad a {
  font-family: Arial, sans-serif;
}
.focal-side-swap .left-container {
  order: 2;
}
.focal-side-swap .style-direction {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.focal-side-swap .arrow-right {
  display: none;
}
.focal-side-swap .arrow-left {
  display: block !important;
}
#pitch_modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  background-color: white;
}
/*#region Editor - pitch style css */
#edit {
  margin-top: 64px;
  /*#focal, #presser, #headliner {
        .wrapper {
            top: 54px !important;
        }
    }*/
}
#edit #status_brand_menu {
  padding: 0 15px;
}
#edit #presser .right-container .inner-right .img-container {
  display: block;
}
#focal .break-out,
#headliner .break-out,
#presser .break-out,
#default .break-out,
#focal-side-swap .break-out {
  z-index: 1;
  margin-bottom: 0;
  left: auto;
}
#focal #summernote h2,
#headliner #summernote h2,
#presser #summernote h2,
#focal-side-swap #summernote h2,
#default #summernote h2,
#status #summernote h2 {
  display: none;
}
#focal .medium-insert-images,
#headliner .medium-insert-images,
#presser .medium-insert-images,
#focal-side-swap .medium-insert-images,
#default .medium-insert-images,
#status .medium-insert-images {
  display: none !important;
}
#focal .smart_pitch_header,
#headliner .smart_pitch_header,
#presser .smart_pitch_header,
#focal-side-swap .smart_pitch_header,
#default .smart_pitch_header,
#status .smart_pitch_header {
  display: none;
}
#focal .indy_h2,
#headliner .indy_h2,
#presser .indy_h2,
#focal-side-swap .indy_h2,
#default .indy_h2,
#status .indy_h2 {
  display: none !important;
}
#focal p,
#headliner p,
#presser p,
#focal-side-swap p {
  color: #444;
  font-size: 17px;
  line-height: 1.88235;
  font-family: 'RobotoDraft', arial, sans-serif;
}
#focal p a,
#headliner p a,
#presser p a,
#focal-side-swap p a {
  color: #ff2500;
  font-size: 17px;
  line-height: 1.88235;
  font-family: 'RobotoDraft', arial, sans-serif;
}
#focal p a:hover,
#headliner p a:hover,
#presser p a:hover,
#focal-side-swap p a:hover {
  color: #ff8570;
}
#focal-side-swap {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 64px;
}
#focal-side-swap .break-out {
  margin: 0;
}
#focal-side-swap .note-editor {
  margin-top: 20px;
}
#focal-side-swap .top-container {
  display: none;
}
#focal-side-swap #header .header-container {
  max-width: initial;
}
#focal-side-swap #header .header-container .social-icons {
  right: 5%;
}
#focal-side-swap #footer .footer-wrapper {
  max-width: initial;
}
#focal-side-swap .wrapper {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  top: 30px;
  z-index: 2;
  display: flex;
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal-side-swap .focal-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
  margin-left: 31px;
  margin-right: 31px;
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.35);
}
#focal-side-swap .sidebar-container {
  position: relative;
  width: 333px;
  min-width: 333px;
  vertical-align: top;
  display: none;
}
#focal-side-swap .headline-position {
  max-width: 960px;
  width: 100%;
}
#focal-side-swap .headline {
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 12px;
  max-width: 960px;
}
@media only screen and (max-width: 1665px) {
  #focal-side-swap .headline {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  #focal-side-swap .headline {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #focal-side-swap .headline {
    font-size: 40px;
  }
}
#focal-side-swap .headline-content [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 50px;
  color: #999;
}
#focal-side-swap .left-container {
  order: 2;
  display: block;
  width: 50%;
  height: 100%;
  background-color: white;
  vertical-align: top;
}
#focal-side-swap .left-container .inner-left {
  position: relative;
  width: 100%;
  height: 100%;
}
#focal-side-swap .left-container .inner-left .feature-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 55vw;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container:before {
  content: "Switch style";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eee;
  font-size: 18px;
  opacity: 0;
  z-index: 3;
  padding: 20px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container:hover:before {
  opacity: 1;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*margin: 0 30px 0 30px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  padding: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction:hover .arrow-left .material-icons,
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction:hover .arrow-middle .material-icons,
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction:hover .arrow-right .material-icons {
  color: #eee;
  font-size: 100px;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-left,
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-middle,
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-right {
  cursor: pointer;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-left .material-icons,
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-middle .material-icons,
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-right .material-icons {
  color: #777;
  font-size: 100px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-left {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-middle {
  display: none;
}
#focal-side-swap .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-right {
  display: none;
  -webkit-align-self: center;
  align-self: center;
}
#focal-side-swap .left-container .inner-left .feature-img {
  /*width: 100%;
                max-height: 1200px;*/
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#focal-side-swap .left-container .inner-left .focal-img-container {
  position: relative;
  margin-bottom: 40px;
  padding: 5px 0;
  width: 100%;
  padding-left: 5px;
}
#focal-side-swap .left-container .inner-left .focal-img-container .rh-gallery {
  position: relative;
}
#focal-side-swap .left-container .inner-left .focal-img-container .rh-gallery .thumb-container {
  position: relative;
  padding: 3px;
  margin: 0 -2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
#focal-side-swap .left-container .inner-left .focal-img-container .rh-gallery .thumb-container .thumb-link {
  position: relative;
  display: block !important;
  height: 11.6vw;
}
#focal-side-swap .left-container .inner-left .focal-img-container .rh-gallery .thumb-container .thumb-link .gallery-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#focal-side-swap .left-container .inner-left .focal-img-container .rh-gallery .thumb-container .thumb-link img {
  max-width: 115px;
  width: 100%;
}
#focal-side-swap .right-container {
  display: block;
  width: 50%;
  background-color: white;
  vertical-align: top;
}
#focal-side-swap .img-container {
  display: none;
  position: relative;
  margin-bottom: 40px;
  padding: 0 30px;
  max-width: 780px;
  float: right;
  /*@media only screen and (max-width: 1024px) {
            max-height: 400px;
        }*/
}
@media only screen and (max-width: 1111px) {
  #focal-side-swap .img-container {
    max-width: 1100px;
  }
}
#focal-side-swap .img-container img {
  width: 100%;
}
@media only screen and (max-width: 1111px) {
  #focal-side-swap .img-container img {
    max-width: 1100px;
  }
}
#focal-side-swap .gallery-img-container {
  display: none;
}
#focal-side-swap .content {
  width: 100%;
  max-width: 960px;
  padding-bottom: 65px;
  margin-bottom: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal-side-swap .content p {
  margin: 0 auto;
}
#focal-side-swap .content div {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  font-family: 'RobotoDraft', arial, sans-serif;
  box-shadow: none;
}
#focal-side-swap .content div p {
  margin: 0 0 10px;
}
#focal-side-swap .content ul {
  margin-bottom: 40px;
}
#focal-side-swap .content iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 560px;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  #focal-side-swap .content iframe {
    min-height: 360px;
  }
}
#focal-side-swap .inner-right {
  position: relative;
  display: block;
  /*display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;*/
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10%;
  vertical-align: top;
  float: left;
  max-width: 1170px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal-side-swap .inner-right .brand-popup {
  margin: 30px -9% 4vw -12.5%;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal-side-swap .inner-right .brand-info {
  display: table-cell;
  vertical-align: middle;
}
#focal-side-swap .inner-right .brand-info .thumb {
  vertical-align: middle;
  display: table-cell;
}
#focal-side-swap .inner-right .brand-info .thumb a {
  position: relative;
  display: block;
  border: thin solid #AAA;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#focal-side-swap .inner-right .brand-info .thumb img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
}
#focal-side-swap .inner-right .brand-info .brand-name {
  color: #333;
  display: table-cell;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 600;
  font-family: Roboto Condensed, arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}
#focal-side-swap .inner-right .follow-btn-position {
  display: table-cell;
  vertical-align: middle;
}
#focal-side-swap .footer {
  position: relative;
  margin: 60px 30px 0 30px;
  padding: 25px 20px;
  color: #aaa;
  border-top: thin solid #DDD;
  clear: both;
}
#focal-side-swap .footer .logo {
  margin-right: 10px;
}
#focal-side-swap .footer a {
  color: #aaa;
}
#focal-side-swap .top-container {
  display: none;
}
#focal-side-swap .pitchengine-headliner {
  display: none;
}
#focal-side-swap .pitchengine {
  display: none;
}
@media only screen and (max-width: 767px) {
  #focal-side-swap .wrapper {
    display: block;
    top: 0;
    padding: initial;
    margin-bottom: 0;
    margin-top: 64px;
  }
  #focal-side-swap .break-out {
    margin: 0;
    left: auto;
  }
  #focal-side-swap .download-img {
    margin: 0;
  }
  #focal-side-swap .headline {
    color: #333;
    font-family: Roboto condensed, arial, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 33px;
    text-shadow: none;
  }
  #focal-side-swap .feature-wrap {
    display: none !important;
  }
  #focal-side-swap .pitchengine {
    display: block;
  }
  #focal-side-swap .left-container {
    display: block;
    width: 100%;
  }
  #focal-side-swap .inner-left {
    position: relative;
    overflow: hidden;
    max-height: 75vw;
  }
  #focal-side-swap .right-container {
    width: 100%;
    float: none;
    position: static;
    height: auto;
    z-index: 0;
    left: auto;
    background-color: white;
  }
  #focal-side-swap .right-container .inner-right {
    background-color: white;
    display: block;
    padding: initial;
  }
  #focal-side-swap .right-container .inner-right .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #focal-side-swap .right-container .inner-right .img-container {
    display: none;
  }
  #focal-side-swap .focal-img-container {
    display: none;
  }
  #focal-side-swap .hover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
  }
  #focal-side-swap .hover-container:before {
    content: "" !important;
    position: absolute;
  }
  #focal-side-swap .hover-container:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #focal-side-swap .hover-container:hover:before {
    opacity: 1;
  }
  #focal-side-swap .hover-container .arrow-left,
  #focal-side-swap .hover-container .arrow-middle,
  #focal-side-swap .hover-container .arrow-right {
    display: none !important;
  }
  #focal-side-swap .remove-featured-img {
    display: block;
    z-index: 2;
    position: absolute;
    font-size: 14px;
    color: #777;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #focal-side-swap .remove-featured-img:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #focal-side-swap .remove-featured-img .material-icons {
    font-size: 35px;
  }
  #focal-side-swap .remove-featured-img:hover {
    color: #E63F3F;
  }
  #focal-side-swap .remove-featured-img:hover:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 111%;
    left: 50%;
    opacity: 1;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #focal-side-swap .content {
    max-width: 960px;
    padding: 0 30px;
    position: relative;
  }
  #focal-side-swap .content div p {
    margin: 0 0 10px;
  }
  #focal-side-swap .content ul {
    margin-bottom: 40px;
  }
  #focal-side-swap .content .gallery-img-container {
    display: block;
    padding-bottom: 20px;
  }
  #focal-side-swap .content iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 560px;
    width: 100%;
  }
  #focal-side-swap .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #focal-side-swap .headline-position {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    background-position: center !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #focal-side-swap .headline-content {
    /*position: relative;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 5;
            max-width: 960px;
            margin: 0 auto;
            min-height: 0;*/
    padding: 0 30px;
  }
  #focal-side-swap .headline-content .headline {
    padding: 0 0 22px 0;
    margin: 0;
  }
  #focal-side-swap .headline-content .brand-popup {
    /*display: table-cell;*/
    width: 100%;
    padding: 20px 0 35px 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #focal-side-swap .headline-content .btn-follow {
    color: #efefef;
    background-color: transparent;
    border-color: #efefef;
  }
  #focal-side-swap .headline-content .btn-follow:hover {
    color: white;
    background-color: #f05424;
    border-color: #f05424;
  }
  #focal-side-swap .headline-content .follow-btn-position {
    display: table-cell;
    vertical-align: middle;
  }
  #focal-side-swap .headline-content .brand-info {
    display: table-cell;
    vertical-align: middle;
  }
  #focal-side-swap .headline-content .brand-info .thumb {
    vertical-align: middle;
    display: table-cell;
  }
  #focal-side-swap .headline-content .brand-info .thumb a {
    position: relative;
    display: block;
    border: thin solid #AAA;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
  #focal-side-swap .headline-content .brand-info .thumb img {
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }
  #focal-side-swap .headline-content .brand-info .brand-name {
    color: #333;
    display: table-cell;
    padding-right: 25px;
    padding-left: 10px;
    font-weight: 600;
    font-family: Roboto Condensed, arial, sans-serif;
    font-size: 18px;
    vertical-align: middle;
  }
  #focal-side-swap .headline-content [contenteditable]:empty::before {
    content: attr(data-placeholder);
    font-size: 30px;
    color: #999;
  }
  #focal-side-swap .btn-social {
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  #focal-side-swap .btn-social:hover {
    color: #F05424;
  }
  #focal-side-swap .img-container {
    position: relative;
  }
  #focal-side-swap .img-container img {
    height: 0;
  }
  #focal-side-swap .sidebar-container {
    display: none;
  }
  #focal-side-swap .footer {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 670px) {
  #focal-side-swap .content iframe {
    min-height: 360px;
  }
}
#focal {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 64px;
}
#focal .break-out {
  margin: 0;
}
#focal .note-editor {
  margin-top: 20px;
}
#focal .top-container {
  display: none;
}
#focal #header .header-container {
  max-width: initial;
}
#focal #header .header-container .social-icons {
  right: 5%;
}
#focal #footer .footer-wrapper {
  max-width: initial;
}
#focal .wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  top: 30px;
  z-index: 2;
  display: flex;
  margin-bottom: 40px;
}
#focal .focal-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: white;
  margin-left: 31px;
  margin-right: 31px;
  box-shadow: 0 1px 6px -1px rgba(0, 0, 0, 0.35);
}
#focal .sidebar-container {
  position: relative;
  width: 333px;
  min-width: 333px;
  vertical-align: top;
  display: none;
}
#focal .headline-position {
  max-width: 960px;
  width: 100%;
}
#focal .headline {
  font-size: 50px;
  font-weight: 100;
  margin-bottom: 12px;
  max-width: 960px;
}
@media only screen and (max-width: 1665px) {
  #focal .headline {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  #focal .headline {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #focal .headline {
    font-size: 40px;
  }
}
#focal .headline-content [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 50px;
  color: #999;
}
#focal .left-container {
  display: block;
  width: 50%;
  height: 100%;
  background-color: white;
  vertical-align: top;
}
#focal .left-container .inner-left {
  position: relative;
  width: 100%;
  height: 100%;
}
#focal .left-container .inner-left .feature-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 55vw;
}
#focal .left-container .inner-left .feature-wrap .hover-container {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#focal .left-container .inner-left .feature-wrap .hover-container:before {
  content: "Switch style";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eee;
  font-size: 18px;
  opacity: 0;
  z-index: 3;
  padding: 20px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#focal .left-container .inner-left .feature-wrap .hover-container:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#focal .left-container .inner-left .feature-wrap .hover-container:hover:before {
  opacity: 1;
}
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*margin: 0 30px 0 30px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction:hover .arrow-left .material-icons,
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction:hover .arrow-middle .material-icons,
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction:hover .arrow-right .material-icons {
  color: #eee;
  font-size: 100px;
}
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-left,
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-middle,
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-right {
  cursor: pointer;
}
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-left .material-icons,
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-middle .material-icons,
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-right .material-icons {
  color: #777;
  font-size: 100px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-left {
  -webkit-align-self: center;
  align-self: center;
  display: none;
}
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-middle {
  display: none;
}
#focal .left-container .inner-left .feature-wrap .hover-container .style-direction .arrow-right {
  -webkit-align-self: center;
  align-self: center;
}
#focal .left-container .inner-left .feature-img {
  /*width: 100%;
                max-height: 1200px;*/
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#focal .left-container .inner-left .focal-img-container {
  position: relative;
  margin-bottom: 40px;
  padding: 5px 0;
  width: 100%;
  padding-left: 5px;
}
#focal .left-container .inner-left .focal-img-container .rh-gallery {
  position: relative;
}
#focal .left-container .inner-left .focal-img-container .rh-gallery .thumb-container {
  position: relative;
  padding: 3px;
  margin: 0 -2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
#focal .left-container .inner-left .focal-img-container .rh-gallery .thumb-container .thumb-link {
  position: relative;
  display: block !important;
  height: 11.6vw;
}
#focal .left-container .inner-left .focal-img-container .rh-gallery .thumb-container .thumb-link .gallery-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#focal .left-container .inner-left .focal-img-container .rh-gallery .thumb-container .thumb-link img {
  max-width: 115px;
  width: 100%;
}
#focal .right-container {
  display: block;
  width: 50%;
  background-color: white;
  vertical-align: top;
}
#focal .img-container {
  display: none;
  position: relative;
  margin-bottom: 40px;
  padding: 0 30px;
  max-width: 780px;
  float: right;
  /*@media only screen and (max-width: 1024px) {
            max-height: 400px;
        }*/
}
@media only screen and (max-width: 1111px) {
  #focal .img-container {
    max-width: 1100px;
  }
}
#focal .img-container img {
  width: 100%;
}
@media only screen and (max-width: 1111px) {
  #focal .img-container img {
    max-width: 1100px;
  }
}
#focal .gallery-img-container {
  display: none;
}
#focal .content {
  width: 100%;
  max-width: 960px;
  padding-bottom: 65px;
  margin-bottom: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal .content p {
  margin: 0 auto;
}
#focal .content div {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  font-family: 'RobotoDraft', arial, sans-serif;
  box-shadow: none;
}
#focal .content div p {
  margin: 0 0 10px;
}
#focal .content ul {
  margin-bottom: 40px;
}
#focal .content iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 560px;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  #focal .content iframe {
    min-height: 360px;
  }
}
#focal .inner-right {
  position: relative;
  display: block;
  /*display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;*/
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10%;
  vertical-align: top;
  float: left;
  max-width: 1170px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal .inner-right .brand-popup {
  margin: 30px -9% 4vw -12.5%;
  padding: 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#focal .inner-right .brand-info {
  display: table-cell;
  vertical-align: middle;
}
#focal .inner-right .brand-info .thumb {
  vertical-align: middle;
  display: table-cell;
}
#focal .inner-right .brand-info .thumb a {
  position: relative;
  display: block;
  border: thin solid #AAA;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#focal .inner-right .brand-info .thumb img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
}
#focal .inner-right .brand-info .brand-name {
  color: #333;
  display: table-cell;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 600;
  font-family: Roboto Condensed, arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}
#focal .inner-right .follow-btn-position {
  display: table-cell;
  vertical-align: middle;
}
#focal .footer {
  position: relative;
  margin: 60px 30px 0 30px;
  padding: 25px 20px;
  color: #aaa;
  border-top: thin solid #DDD;
  clear: both;
}
#focal .footer .logo {
  margin-right: 10px;
}
#focal .footer a {
  color: #aaa;
}
#focal .top-container {
  display: none;
}
#focal .pitchengine-headliner {
  display: none;
}
#focal .pitchengine {
  display: none;
}
@media only screen and (max-width: 767px) {
  #focal .wrapper {
    display: block;
    top: 0;
    padding: initial;
    margin-bottom: 0;
    margin-top: 64px;
  }
  #focal .break-out {
    margin: 0;
    left: auto;
  }
  #focal .download-img {
    margin: 0;
  }
  #focal .headline {
    color: #333;
    font-family: Roboto condensed, arial, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 33px;
    text-shadow: none;
  }
  #focal .feature-wrap {
    display: none !important;
  }
  #focal .pitchengine {
    display: block;
  }
  #focal .left-container {
    display: block;
    width: 100%;
  }
  #focal .inner-left {
    position: relative;
    overflow: hidden;
    max-height: 75vw;
  }
  #focal .right-container {
    width: 100%;
    float: none;
    position: static;
    height: auto;
    z-index: 0;
    left: auto;
    background-color: white;
  }
  #focal .right-container .inner-right {
    background-color: white;
    display: block;
    padding: initial;
  }
  #focal .right-container .inner-right .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #focal .right-container .inner-right .img-container {
    display: none;
  }
  #focal .focal-img-container {
    display: none;
  }
  #focal .hover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
  }
  #focal .hover-container:before {
    content: "" !important;
    position: absolute;
  }
  #focal .hover-container:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #focal .hover-container:hover:before {
    opacity: 1;
  }
  #focal .hover-container .arrow-left,
  #focal .hover-container .arrow-middle,
  #focal .hover-container .arrow-right {
    display: none !important;
  }
  #focal .remove-featured-img {
    display: block;
    z-index: 2;
    position: absolute;
    font-size: 14px;
    color: #777;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #focal .remove-featured-img:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #focal .remove-featured-img .material-icons {
    font-size: 35px;
  }
  #focal .remove-featured-img:hover {
    color: #E63F3F;
  }
  #focal .remove-featured-img:hover:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 111%;
    left: 50%;
    opacity: 1;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #focal .content {
    max-width: 960px;
    padding: 0 30px;
    position: relative;
  }
  #focal .content div p {
    margin: 0 0 10px;
  }
  #focal .content ul {
    margin-bottom: 40px;
  }
  #focal .content .gallery-img-container {
    display: block;
    padding-bottom: 20px;
  }
  #focal .content iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 560px;
    width: 100%;
  }
  #focal .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #focal .headline-position {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    background-position: center !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #focal .headline-content {
    /*position: relative;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 5;
            max-width: 960px;
            margin: 0 auto;
            min-height: 0;*/
    padding: 0 30px;
  }
  #focal .headline-content .headline {
    padding: 0 0 22px 0;
    margin: 0;
  }
  #focal .headline-content .brand-popup {
    /*display: table-cell;*/
    width: 100%;
    padding: 20px 0 35px 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #focal .headline-content .btn-follow {
    color: #efefef;
    background-color: transparent;
    border-color: #efefef;
  }
  #focal .headline-content .btn-follow:hover {
    color: white;
    background-color: #f05424;
    border-color: #f05424;
  }
  #focal .headline-content .follow-btn-position {
    display: table-cell;
    vertical-align: middle;
  }
  #focal .headline-content .brand-info {
    display: table-cell;
    vertical-align: middle;
  }
  #focal .headline-content .brand-info .thumb {
    vertical-align: middle;
    display: table-cell;
  }
  #focal .headline-content .brand-info .thumb a {
    position: relative;
    display: block;
    border: thin solid #AAA;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
  #focal .headline-content .brand-info .thumb img {
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }
  #focal .headline-content .brand-info .brand-name {
    color: #333;
    display: table-cell;
    padding-right: 25px;
    padding-left: 10px;
    font-weight: 600;
    font-family: Roboto Condensed, arial, sans-serif;
    font-size: 18px;
    vertical-align: middle;
  }
  #focal .headline-content [contenteditable]:empty::before {
    content: attr(data-placeholder);
    font-size: 30px;
    color: #999;
  }
  #focal .btn-social {
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  #focal .btn-social:hover {
    color: #F05424;
  }
  #focal .img-container {
    position: relative;
  }
  #focal .img-container img {
    height: 0;
  }
  #focal .sidebar-container {
    display: none;
  }
  #focal .footer {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 670px) {
  #focal .content iframe {
    min-height: 360px;
  }
}
#headliner {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 64px;
}
#headliner .note-editor {
  margin-top: 0;
}
#headliner .wrapper {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#headliner .focal-bg {
  display: none;
}
#headliner .headline {
  font-size: 50px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  #headliner .headline {
    font-size: 35px;
  }
}
#headliner .left-container .inner-left {
  width: 100%;
}
#headliner .left-container .feature-wrap {
  display: none;
}
#headliner .right-container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 60px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.65);
}
#headliner .inner-right {
  max-width: 960px;
  position: relative;
  display: block;
  vertical-align: top;
  float: left;
  max-width: 1020px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
#headliner .content {
  margin-bottom: 80px;
}
#headliner .content div {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  font-family: 'RobotoDraft', arial, sans-serif;
  box-shadow: none;
}
#headliner .content div p {
  margin: 0 0 10px;
}
#headliner .content ul {
  margin-bottom: 40px;
}
#headliner .content iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 560px;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  #headliner .content iframe {
    min-height: 360px;
  }
}
#headliner .top-container {
  position: relative;
  width: 100%;
  height: 720px;
  background-position: center !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-bottom: -90px;
}
@media only screen and (max-width: 1440px) {
  #headliner .top-container {
    height: 700px;
  }
}
@media only screen and (max-height: 800px) {
  #headliner .top-container {
    height: 600px;
  }
}
@media only screen and (max-width: 1280px) {
  #headliner .top-container {
    height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  #headliner .top-container {
    height: 350px;
  }
}
#headliner .top-container .hover-container {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#headliner .top-container .hover-container:before {
  content: "Switch style";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eee;
  font-size: 18px;
  opacity: 0;
  z-index: 3;
  padding: 20px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#headliner .top-container .hover-container:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#headliner .top-container .hover-container:hover:before {
  opacity: 1;
}
#headliner .top-container .hover-container .style-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*margin: 0 30px 0 30px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#headliner .top-container .hover-container .style-direction:hover .arrow-left .material-icons,
#headliner .top-container .hover-container .style-direction:hover .arrow-middle .material-icons,
#headliner .top-container .hover-container .style-direction:hover .arrow-right .material-icons {
  color: #eee;
  font-size: 100px;
}
#headliner .top-container .hover-container .style-direction .arrow-left,
#headliner .top-container .hover-container .style-direction .arrow-middle,
#headliner .top-container .hover-container .style-direction .arrow-right {
  cursor: pointer;
}
#headliner .top-container .hover-container .style-direction .arrow-left .material-icons,
#headliner .top-container .hover-container .style-direction .arrow-middle .material-icons,
#headliner .top-container .hover-container .style-direction .arrow-right .material-icons {
  color: #777;
  font-size: 100px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#headliner .top-container .hover-container .style-direction .arrow-left {
  -webkit-align-self: center;
  align-self: center;
  display: none;
}
#headliner .top-container .hover-container .style-direction .arrow-middle {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
#headliner .top-container .hover-container .style-direction .arrow-middle .material-icons {
  top: -50px;
  position: relative;
}
#headliner .top-container .hover-container .style-direction .arrow-right {
  display: none;
  -webkit-align-self: center;
  align-self: center;
}
#headliner .top-container .remove-featured-img {
  display: none;
}
#headliner .headline-position {
  position: relative;
  width: 100%;
  background-position: center !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#headliner .headline-content {
  position: relative;
  min-height: 165px;
  z-index: 5;
  /*max-width: 1170px;
        padding: 0 105px;
        margin: 0 auto;*/
}
#headliner .headline-content .brand-popup {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}
#headliner .headline-content .btn-follow {
  color: #efefef;
  background-color: transparent;
  border-color: #efefef;
}
#headliner .headline-content .btn-follow:hover {
  color: white;
  background-color: #f05424;
  border-color: #f05424;
}
#headliner .headline-content .follow-btn-position {
  display: table-cell;
  vertical-align: middle;
}
#headliner .headline-content .brand-info {
  display: table-cell;
  vertical-align: middle;
}
#headliner .headline-content .brand-info .thumb {
  vertical-align: middle;
  display: table-cell;
}
#headliner .headline-content .brand-info .thumb a {
  position: relative;
  display: block;
  border: thin solid #AAA;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#headliner .headline-content .brand-info .thumb img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
}
#headliner .headline-content .brand-info .brand-name {
  color: #333;
  display: table-cell;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 600;
  font-family: Roboto Condensed, arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
}
#headliner .headline-content [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 50px;
  color: #999;
}
#headliner .img-container {
  display: none;
}
#headliner .sidebar-container {
  display: none;
}
#headliner .footer {
  display: none;
}
@media only screen and (max-width: 767px) {
  #headliner .wrapper {
    display: block;
    top: 0;
    padding: initial;
    margin-bottom: 0;
    margin-top: 64px;
  }
  #headliner .break-out {
    margin: 0;
    left: auto;
  }
  #headliner .download-img {
    margin: 0;
  }
  #headliner .headline {
    color: #333;
    font-family: Roboto condensed, arial, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 33px;
    text-shadow: none;
  }
  #headliner .feature-wrap {
    display: none !important;
  }
  #headliner .pitchengine {
    display: block;
  }
  #headliner .left-container {
    display: block;
    width: 100%;
  }
  #headliner .inner-left {
    position: relative;
    overflow: hidden;
    max-height: 75vw;
  }
  #headliner .right-container {
    width: 100%;
    float: none;
    position: static;
    height: auto;
    z-index: 0;
    left: auto;
    background-color: white;
  }
  #headliner .right-container .inner-right {
    background-color: white;
    display: block;
    padding: initial;
  }
  #headliner .right-container .inner-right .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #headliner .right-container .inner-right .img-container {
    display: none;
  }
  #headliner .focal-img-container {
    display: none;
  }
  #headliner .hover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
  }
  #headliner .hover-container:before {
    content: "" !important;
    position: absolute;
  }
  #headliner .hover-container:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #headliner .hover-container:hover:before {
    opacity: 1;
  }
  #headliner .hover-container .arrow-left,
  #headliner .hover-container .arrow-middle,
  #headliner .hover-container .arrow-right {
    display: none !important;
  }
  #headliner .remove-featured-img {
    display: block;
    z-index: 2;
    position: absolute;
    font-size: 14px;
    color: #777;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #headliner .remove-featured-img:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #headliner .remove-featured-img .material-icons {
    font-size: 35px;
  }
  #headliner .remove-featured-img:hover {
    color: #E63F3F;
  }
  #headliner .remove-featured-img:hover:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 111%;
    left: 50%;
    opacity: 1;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #headliner .content {
    max-width: 960px;
    padding: 0 30px;
    position: relative;
  }
  #headliner .content div p {
    margin: 0 0 10px;
  }
  #headliner .content ul {
    margin-bottom: 40px;
  }
  #headliner .content .gallery-img-container {
    display: block;
    padding-bottom: 20px;
  }
  #headliner .content iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 560px;
    width: 100%;
  }
  #headliner .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #headliner .headline-position {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    background-position: center !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #headliner .headline-content {
    /*position: relative;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 5;
            max-width: 960px;
            margin: 0 auto;
            min-height: 0;*/
    padding: 0 30px;
  }
  #headliner .headline-content .headline {
    padding: 0 0 22px 0;
    margin: 0;
  }
  #headliner .headline-content .brand-popup {
    /*display: table-cell;*/
    width: 100%;
    padding: 20px 0 35px 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #headliner .headline-content .btn-follow {
    color: #efefef;
    background-color: transparent;
    border-color: #efefef;
  }
  #headliner .headline-content .btn-follow:hover {
    color: white;
    background-color: #f05424;
    border-color: #f05424;
  }
  #headliner .headline-content .follow-btn-position {
    display: table-cell;
    vertical-align: middle;
  }
  #headliner .headline-content .brand-info {
    display: table-cell;
    vertical-align: middle;
  }
  #headliner .headline-content .brand-info .thumb {
    vertical-align: middle;
    display: table-cell;
  }
  #headliner .headline-content .brand-info .thumb a {
    position: relative;
    display: block;
    border: thin solid #AAA;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
  #headliner .headline-content .brand-info .thumb img {
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }
  #headliner .headline-content .brand-info .brand-name {
    color: #333;
    display: table-cell;
    padding-right: 25px;
    padding-left: 10px;
    font-weight: 600;
    font-family: Roboto Condensed, arial, sans-serif;
    font-size: 18px;
    vertical-align: middle;
  }
  #headliner .headline-content [contenteditable]:empty::before {
    content: attr(data-placeholder);
    font-size: 30px;
    color: #999;
  }
  #headliner .btn-social {
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  #headliner .btn-social:hover {
    color: #F05424;
  }
  #headliner .img-container {
    position: relative;
  }
  #headliner .img-container img {
    height: 0;
  }
  #headliner .sidebar-container {
    display: none;
  }
  #headliner .footer {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 670px) {
  #headliner .content iframe {
    min-height: 360px;
  }
}
#presser {
  font-family: 'Roboto Condensed', sans-serif;
}
#presser .download-img {
  margin-left: 30px;
  margin-right: 30px;
}
#presser .note-editor {
  margin-top: 0;
}
#presser .wrapper {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 100px;
}
#presser .focal-bg {
  display: none;
}
#presser .sidebar-container {
  display: none;
  position: relative;
  width: 333px;
  min-width: 333px;
  vertical-align: top;
}
#presser .headline-content {
  padding: 0 30px;
}
#presser .headline-content [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 40px;
  color: #999;
}
#presser .headline {
  padding: 5px 0;
  line-height: 50px;
  font-size: 40px;
  color: #333;
  font-weight: 600;
}
#presser .left-container {
  display: none;
}
#presser .right-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.65);
}
#presser .img-container {
  /*max-height: 600px;*/
  margin-bottom: 40px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  /*@media only screen and (max-width: 1366px) {
            max-height: 500px;
        }

        @media only screen and (max-width: 1024px) {
            max-height: 400px;
        }*/
}
#presser .img-container .hover-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 30px 0 30px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#presser .img-container .hover-container:before {
  content: "Switch style";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eee;
  font-size: 18px;
  opacity: 0;
  z-index: 3;
  padding: 20px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#presser .img-container .hover-container:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#presser .img-container .hover-container:hover:before {
  opacity: 1;
}
#presser .img-container .hover-container .style-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*margin: 0 30px 0 30px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#presser .img-container .hover-container .style-direction:hover .arrow-left .material-icons,
#presser .img-container .hover-container .style-direction:hover .arrow-middle .material-icons,
#presser .img-container .hover-container .style-direction:hover .arrow-right .material-icons {
  color: #eee;
  font-size: 100px;
}
#presser .img-container .hover-container .style-direction .arrow-left,
#presser .img-container .hover-container .style-direction .arrow-middle,
#presser .img-container .hover-container .style-direction .arrow-right {
  cursor: pointer;
}
#presser .img-container .hover-container .style-direction .arrow-left .material-icons,
#presser .img-container .hover-container .style-direction .arrow-middle .material-icons,
#presser .img-container .hover-container .style-direction .arrow-right .material-icons {
  color: #777;
  font-size: 100px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#presser .img-container .hover-container .style-direction .arrow-left {
  -webkit-align-self: center;
  align-self: center;
}
#presser .img-container .hover-container .style-direction .arrow-right {
  -webkit-align-self: center;
  align-self: center;
}
#presser .img-container .remove-featured-img {
  z-index: 2;
  position: absolute;
  font-size: 14px;
  color: #777;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  bottom: 20px;
  left: 50%;
  cursor: pointer;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#presser .img-container .remove-featured-img:before {
  content: "Remove featured image";
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  white-space: nowrap;
  background-color: #000;
  color: #ddd;
  padding: 10px;
  font-size: 12px;
  border-radius: 3px;
  border: thin solid #555;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#presser .img-container .remove-featured-img .material-icons {
  font-size: 35px;
}
#presser .img-container .remove-featured-img:hover {
  color: #E63F3F;
}
#presser .img-container .remove-featured-img:hover:before {
  content: "Remove featured image";
  position: absolute;
  bottom: 111%;
  left: 50%;
  opacity: 1;
  white-space: nowrap;
  background-color: #000;
  color: #ddd;
  padding: 10px;
  font-size: 12px;
  border-radius: 3px;
  border: thin solid #555;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#presser .img-container .featured-img-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  background-color: #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
}
#presser .img-container img {
  max-width: 100%;
  width: 100%;
}
#presser .content {
  padding: 0 30px;
  position: relative;
  margin-bottom: 80px;
}
#presser .content div {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  font-family: 'RobotoDraft', arial, sans-serif;
  box-shadow: none;
}
#presser .content div p {
  margin: 0 0 10px;
}
#presser .content ul {
  margin-bottom: 40px;
}
#presser .content iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 560px;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  #presser .content iframe {
    min-height: 360px;
  }
}
#presser .inner-right {
  position: relative;
  display: block;
  vertical-align: top;
  float: left;
  max-width: 960px;
  width: 100%;
}
#presser .footer {
  position: relative;
  margin: 60px 30px 0 30px;
  padding: 25px 20px;
  color: #aaa;
  border-top: thin solid #DDD;
}
#presser .footer .logo {
  margin-right: 10px;
}
#presser .footer a {
  color: #aaa;
}
#presser .top-container {
  display: none;
}
#presser .pitchengine-headliner {
  display: none;
}
#presser .brand-popup {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  width: 100%;
  max-width: 1140px;
  font-family: 'RobotoDraft', arial, sans-serif;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#presser .brand-info {
  display: table-cell;
  vertical-align: middle;
}
#presser .brand-info .thumb {
  vertical-align: middle;
  display: table-cell;
}
#presser .brand-info .thumb a {
  position: relative;
  display: block;
  border: thin solid #AAA;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#presser .brand-info .thumb img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
}
#presser .brand-info .brand-name {
  color: #333;
  display: table-cell;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 600;
  font-family: Roboto Condensed, arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}
#presser .follow-btn-position {
  display: none;
}
#presser .pitchengine {
  display: none;
}
@media only screen and (max-width: 767px) {
  #presser .wrapper {
    display: block;
    top: 0;
    padding: initial;
    margin-bottom: 0;
    margin-top: 64px;
  }
  #presser .break-out {
    margin: 0;
    left: auto;
  }
  #presser .download-img {
    margin: 0;
  }
  #presser .headline {
    color: #333;
    font-family: Roboto condensed, arial, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 33px;
    text-shadow: none;
  }
  #presser .feature-wrap {
    display: none !important;
  }
  #presser .pitchengine {
    display: block;
  }
  #presser .left-container {
    display: block;
    width: 100%;
  }
  #presser .inner-left {
    position: relative;
    overflow: hidden;
    max-height: 75vw;
  }
  #presser .right-container {
    width: 100%;
    float: none;
    position: static;
    height: auto;
    z-index: 0;
    left: auto;
    background-color: white;
  }
  #presser .right-container .inner-right {
    background-color: white;
    display: block;
    padding: initial;
  }
  #presser .right-container .inner-right .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #presser .right-container .inner-right .img-container {
    display: none;
  }
  #presser .focal-img-container {
    display: none;
  }
  #presser .hover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
  }
  #presser .hover-container:before {
    content: "" !important;
    position: absolute;
  }
  #presser .hover-container:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #presser .hover-container:hover:before {
    opacity: 1;
  }
  #presser .hover-container .arrow-left,
  #presser .hover-container .arrow-middle,
  #presser .hover-container .arrow-right {
    display: none !important;
  }
  #presser .remove-featured-img {
    display: block;
    z-index: 2;
    position: absolute;
    font-size: 14px;
    color: #777;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #presser .remove-featured-img:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #presser .remove-featured-img .material-icons {
    font-size: 35px;
  }
  #presser .remove-featured-img:hover {
    color: #E63F3F;
  }
  #presser .remove-featured-img:hover:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 111%;
    left: 50%;
    opacity: 1;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #presser .content {
    max-width: 960px;
    padding: 0 30px;
    position: relative;
  }
  #presser .content div p {
    margin: 0 0 10px;
  }
  #presser .content ul {
    margin-bottom: 40px;
  }
  #presser .content .gallery-img-container {
    display: block;
    padding-bottom: 20px;
  }
  #presser .content iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 560px;
    width: 100%;
  }
  #presser .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #presser .headline-position {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    background-position: center !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #presser .headline-content {
    /*position: relative;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 5;
            max-width: 960px;
            margin: 0 auto;
            min-height: 0;*/
    padding: 0 30px;
  }
  #presser .headline-content .headline {
    padding: 0 0 22px 0;
    margin: 0;
  }
  #presser .headline-content .brand-popup {
    /*display: table-cell;*/
    width: 100%;
    padding: 20px 0 35px 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #presser .headline-content .btn-follow {
    color: #efefef;
    background-color: transparent;
    border-color: #efefef;
  }
  #presser .headline-content .btn-follow:hover {
    color: white;
    background-color: #f05424;
    border-color: #f05424;
  }
  #presser .headline-content .follow-btn-position {
    display: table-cell;
    vertical-align: middle;
  }
  #presser .headline-content .brand-info {
    display: table-cell;
    vertical-align: middle;
  }
  #presser .headline-content .brand-info .thumb {
    vertical-align: middle;
    display: table-cell;
  }
  #presser .headline-content .brand-info .thumb a {
    position: relative;
    display: block;
    border: thin solid #AAA;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
  #presser .headline-content .brand-info .thumb img {
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }
  #presser .headline-content .brand-info .brand-name {
    color: #333;
    display: table-cell;
    padding-right: 25px;
    padding-left: 10px;
    font-weight: 600;
    font-family: Roboto Condensed, arial, sans-serif;
    font-size: 18px;
    vertical-align: middle;
  }
  #presser .headline-content [contenteditable]:empty::before {
    content: attr(data-placeholder);
    font-size: 30px;
    color: #999;
  }
  #presser .btn-social {
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  #presser .btn-social:hover {
    color: #F05424;
  }
  #presser .img-container {
    position: relative;
  }
  #presser .img-container img {
    height: 0;
  }
  #presser .sidebar-container {
    display: none;
  }
  #presser .footer {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 670px) {
  #presser .content iframe {
    min-height: 360px;
  }
}
#status p {
  display: none;
}
#status .wrapper {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 145px;
}
#status .status-headline {
  display: block !important;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 25px 0;
  font-size: 16px;
}
#status .focal-bg {
  display: none;
}
#status .left-container {
  display: none;
}
#status .right-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: white;
  border: 0;
  box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.07);
  max-width: 640px;
  margin: 0 auto;
}
#status .inner-right {
  position: relative;
  display: block;
  vertical-align: top;
  float: left;
  max-width: 960px;
  width: 100%;
  padding: 0;
  font-size: 0;
}
#status .headline {
  display: none;
}
#status .headline-content {
  padding: 0 15px;
}
#status .break-out {
  margin: 0;
}
#status .brand-popup {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  width: 100%;
  max-width: 1140px;
  font-family: 'RobotoDraft', arial, sans-serif;
  margin: 15px auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#status .brand-info {
  display: table-cell;
  vertical-align: middle;
}
#status .brand-info .thumb {
  vertical-align: middle;
  display: table-cell;
}
#status .brand-info .thumb a {
  position: relative;
  display: block;
  border: thin solid #AAA;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#status .brand-info .thumb a img {
  max-width: 100%;
}
#status .brand-info .brand-name {
  color: #333;
  display: table-cell;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 600;
  font-family: Roboto Condensed, arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}
#status .headline {
  padding: 5px 0;
  line-height: inherit;
  font-size: 16px;
  color: #333;
  font-weight: 300;
  font-family: 'RobotoDraft', arial, sans-serif;
}
#status .img-container {
  max-height: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#status .img-container img {
  max-width: 100%;
  width: 100%;
}
#status .content {
  display: none;
}
#classic {
  font-family: 'Roboto Condensed', sans-serif;
}
#classic .note-editor {
  margin-top: 0;
}
#classic .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 100px;
}
#classic .focal-bg {
  display: none;
}
#classic .sidebar-container {
  position: relative;
  width: 333px;
  min-width: 333px;
  vertical-align: top;
  display: none;
}
#classic .headline-content {
  padding: 0 30px;
}
#classic .headline-content [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 40px;
  color: #999;
}
#classic .headline {
  padding: 20px 0;
  line-height: 50px;
  font-size: 40px;
  color: #333;
  font-weight: 600;
}
#classic .left-container {
  display: none;
}
#classic .right-container {
  width: 100%;
  display: table;
  max-width: 1170px;
  margin: 0 auto;
  background-color: white;
}
#classic .img-container {
  position: relative;
  margin-bottom: 40px;
  padding: 0 30px;
  width: 55%;
  max-width: 575px;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#classic .img-container img {
  width: 100%;
}
@media only screen and (max-width: 1111px) {
  #classic .img-container img {
    max-width: 1100px;
  }
}
#classic .img-container .gallery {
  margin-top: 0;
  padding: 5px 0 20px 0;
  border-top: none;
  border-bottom: thin solid #DDD;
  max-width: 780px;
}
@media only screen and (max-width: 1111px) {
  #classic .img-container .gallery {
    max-width: 1100px;
  }
}
#classic .content {
  padding: 0 30px;
  max-width: 100%;
}
#classic .content div {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  font-family: 'RobotoDraft', arial, sans-serif;
  box-shadow: none;
}
#classic .content div p {
  margin: 0 0 10px;
}
#classic .content ul {
  margin-bottom: 40px;
}
#classic .content iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 560px;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  #classic .content iframe {
    min-height: 360px;
  }
}
#classic .inner-right {
  position: relative;
  display: table-cell;
  vertical-align: top;
  float: left;
  max-width: 1170px;
  width: 100%;
  padding: 30px 50px 40px 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.65);
}
#classic .inner-right .brand-popup {
  position: relative;
  display: inline-block;
}
#classic .inner-right .brand-info {
  display: table-cell;
  vertical-align: middle;
}
#classic .inner-right .brand-info .thumb {
  vertical-align: middle;
  display: table-cell;
}
#classic .inner-right .brand-info .thumb a {
  position: relative;
  display: block;
  border: thin solid #AAA;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#classic .inner-right .brand-info .thumb img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
}
#classic .inner-right .brand-info .brand-name {
  color: #333;
  display: table-cell;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 600;
  font-family: Roboto Condensed, arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}
#classic .inner-right .follow-btn-position {
  display: table-cell;
  vertical-align: middle;
}
#classic .footer {
  position: relative;
  margin: 60px 30px 0 30px;
  padding: 25px 20px;
  color: #aaa;
  border-top: thin solid #DDD;
  clear: both;
}
#classic .footer .logo {
  margin-right: 10px;
}
#classic .footer a {
  color: #aaa;
}
#classic .top-container {
  display: none;
}
#classic .pitchengine-headliner {
  display: none;
}
#classic .pitchengine {
  display: none;
}
@media only screen and (max-width: 767px) {
  #classic .wrapper {
    display: block;
    top: 0;
    padding: initial;
    margin-bottom: 0;
    margin-top: 64px;
  }
  #classic .break-out {
    margin: 0;
    left: auto;
  }
  #classic .download-img {
    margin: 0;
  }
  #classic .headline {
    color: #333;
    font-family: Roboto condensed, arial, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 33px;
    text-shadow: none;
  }
  #classic .feature-wrap {
    display: none !important;
  }
  #classic .pitchengine {
    display: block;
  }
  #classic .left-container {
    display: block;
    width: 100%;
  }
  #classic .inner-left {
    position: relative;
    overflow: hidden;
    max-height: 75vw;
  }
  #classic .right-container {
    width: 100%;
    float: none;
    position: static;
    height: auto;
    z-index: 0;
    left: auto;
    background-color: white;
  }
  #classic .right-container .inner-right {
    background-color: white;
    display: block;
    padding: initial;
  }
  #classic .right-container .inner-right .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #classic .right-container .inner-right .img-container {
    display: none;
  }
  #classic .focal-img-container {
    display: none;
  }
  #classic .hover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
  }
  #classic .hover-container:before {
    content: "" !important;
    position: absolute;
  }
  #classic .hover-container:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #classic .hover-container:hover:before {
    opacity: 1;
  }
  #classic .hover-container .arrow-left,
  #classic .hover-container .arrow-middle,
  #classic .hover-container .arrow-right {
    display: none !important;
  }
  #classic .remove-featured-img {
    display: block;
    z-index: 2;
    position: absolute;
    font-size: 14px;
    color: #777;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #classic .remove-featured-img:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #classic .remove-featured-img .material-icons {
    font-size: 35px;
  }
  #classic .remove-featured-img:hover {
    color: #E63F3F;
  }
  #classic .remove-featured-img:hover:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 111%;
    left: 50%;
    opacity: 1;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #classic .content {
    max-width: 960px;
    padding: 0 30px;
    position: relative;
  }
  #classic .content div p {
    margin: 0 0 10px;
  }
  #classic .content ul {
    margin-bottom: 40px;
  }
  #classic .content .gallery-img-container {
    display: block;
    padding-bottom: 20px;
  }
  #classic .content iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 560px;
    width: 100%;
  }
  #classic .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #classic .headline-position {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    background-position: center !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #classic .headline-content {
    /*position: relative;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 5;
            max-width: 960px;
            margin: 0 auto;
            min-height: 0;*/
    padding: 0 30px;
  }
  #classic .headline-content .headline {
    padding: 0 0 22px 0;
    margin: 0;
  }
  #classic .headline-content .brand-popup {
    /*display: table-cell;*/
    width: 100%;
    padding: 20px 0 35px 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #classic .headline-content .btn-follow {
    color: #efefef;
    background-color: transparent;
    border-color: #efefef;
  }
  #classic .headline-content .btn-follow:hover {
    color: white;
    background-color: #f05424;
    border-color: #f05424;
  }
  #classic .headline-content .follow-btn-position {
    display: table-cell;
    vertical-align: middle;
  }
  #classic .headline-content .brand-info {
    display: table-cell;
    vertical-align: middle;
  }
  #classic .headline-content .brand-info .thumb {
    vertical-align: middle;
    display: table-cell;
  }
  #classic .headline-content .brand-info .thumb a {
    position: relative;
    display: block;
    border: thin solid #AAA;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
  #classic .headline-content .brand-info .thumb img {
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }
  #classic .headline-content .brand-info .brand-name {
    color: #333;
    display: table-cell;
    padding-right: 25px;
    padding-left: 10px;
    font-weight: 600;
    font-family: Roboto Condensed, arial, sans-serif;
    font-size: 18px;
    vertical-align: middle;
  }
  #classic .headline-content [contenteditable]:empty::before {
    content: attr(data-placeholder);
    font-size: 30px;
    color: #999;
  }
  #classic .btn-social {
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  #classic .btn-social:hover {
    color: #F05424;
  }
  #classic .img-container {
    position: relative;
  }
  #classic .img-container img {
    height: 0;
  }
  #classic .sidebar-container {
    display: none;
  }
  #classic .footer {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 670px) {
  #classic .content iframe {
    min-height: 360px;
  }
}
#default {
  font-family: 'Roboto Condensed', sans-serif;
}
#default .download-img {
  margin-left: 30px;
  margin-right: 30px;
}
#default .note-editor {
  margin-top: 0;
}
#default .wrapper {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 100px;
}
#default .focal-bg {
  display: none;
}
#default .sidebar-container {
  display: none;
  position: relative;
  width: 333px;
  min-width: 333px;
  vertical-align: top;
}
#default .headline-content {
  padding: 0 30px;
}
#default .headline-content [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 40px;
  color: #999;
}
#default .headline {
  padding: 5px 0;
  line-height: 50px;
  font-size: 40px;
  color: #333;
  font-weight: 600;
}
#default .left-container {
  display: none;
}
#default .right-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.65);
}
#default .img-container {
  /*max-height: 600px;*/
  margin-bottom: 40px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
  /*@media only screen and (max-width: 1366px) {
            max-height: 500px;
        }

        @media only screen and (max-width: 1024px) {
            max-height: 400px;
        }*/
}
#default .img-container .hover-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 30px 0 30px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#default .img-container .hover-container:before {
  content: "Switch style";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eee;
  font-size: 18px;
  opacity: 0;
  z-index: 3;
  padding: 20px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#default .img-container .hover-container:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#default .img-container .hover-container:hover:before {
  opacity: 1;
}
#default .img-container .hover-container .style-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*margin: 0 30px 0 30px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#default .img-container .hover-container .style-direction:hover .arrow-left .material-icons,
#default .img-container .hover-container .style-direction:hover .arrow-middle .material-icons,
#default .img-container .hover-container .style-direction:hover .arrow-right .material-icons {
  color: #eee;
  font-size: 100px;
}
#default .img-container .hover-container .style-direction .arrow-left,
#default .img-container .hover-container .style-direction .arrow-middle,
#default .img-container .hover-container .style-direction .arrow-right {
  cursor: pointer;
}
#default .img-container .hover-container .style-direction .arrow-left .material-icons,
#default .img-container .hover-container .style-direction .arrow-middle .material-icons,
#default .img-container .hover-container .style-direction .arrow-right .material-icons {
  color: #777;
  font-size: 100px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#default .img-container .hover-container .style-direction .arrow-left {
  -webkit-align-self: center;
  align-self: center;
}
#default .img-container .hover-container .style-direction .arrow-right {
  -webkit-align-self: center;
  align-self: center;
}
#default .img-container .remove-featured-img {
  z-index: 2;
  position: absolute;
  font-size: 14px;
  color: #777;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  bottom: 20px;
  left: 50%;
  cursor: pointer;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#default .img-container .remove-featured-img:before {
  content: "Remove featured image";
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  white-space: nowrap;
  background-color: #000;
  color: #ddd;
  padding: 10px;
  font-size: 12px;
  border-radius: 3px;
  border: thin solid #555;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#default .img-container .remove-featured-img .material-icons {
  font-size: 35px;
}
#default .img-container .remove-featured-img:hover {
  color: #E63F3F;
}
#default .img-container .remove-featured-img:hover:before {
  content: "Remove featured image";
  position: absolute;
  bottom: 111%;
  left: 50%;
  opacity: 1;
  white-space: nowrap;
  background-color: #000;
  color: #ddd;
  padding: 10px;
  font-size: 12px;
  border-radius: 3px;
  border: thin solid #555;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#default .img-container .featured-img-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  background-color: #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
}
#default .img-container img {
  max-width: 100%;
  width: 100%;
}
#default .content {
  padding: 0 30px;
  position: relative;
  margin-bottom: 80px;
}
#default .content div {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  font-family: 'RobotoDraft', arial, sans-serif;
  box-shadow: none;
}
#default .content div p {
  margin: 0 0 10px;
}
#default .content ul {
  margin-bottom: 40px;
}
#default .content iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 560px;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  #default .content iframe {
    min-height: 360px;
  }
}
#default .inner-right {
  position: relative;
  display: block;
  vertical-align: top;
  float: left;
  max-width: 960px;
  width: 100%;
}
#default .footer {
  position: relative;
  margin: 60px 30px 0 30px;
  padding: 25px 20px;
  color: #aaa;
  border-top: thin solid #DDD;
}
#default .footer .logo {
  margin-right: 10px;
}
#default .footer a {
  color: #aaa;
}
#default .top-container {
  display: none;
}
#default .pitchengine-headliner {
  display: none;
}
#default .brand-popup {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  width: 100%;
  max-width: 1140px;
  font-family: 'RobotoDraft', arial, sans-serif;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#default .brand-info {
  display: table-cell;
  vertical-align: middle;
}
#default .brand-info .thumb {
  vertical-align: middle;
  display: table-cell;
}
#default .brand-info .thumb a {
  position: relative;
  display: block;
  border: thin solid #AAA;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#default .brand-info .thumb img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
}
#default .brand-info .brand-name {
  color: #333;
  display: table-cell;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 600;
  font-family: Roboto Condensed, arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}
#default .follow-btn-position {
  display: none;
}
#default .pitchengine {
  display: none;
}
@media only screen and (max-width: 767px) {
  #default .wrapper {
    display: block;
    top: 0;
    padding: initial;
    margin-bottom: 0;
    margin-top: 64px;
  }
  #default .break-out {
    margin: 0;
    left: auto;
  }
  #default .download-img {
    margin: 0;
  }
  #default .headline {
    color: #333;
    font-family: Roboto condensed, arial, sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 33px;
    text-shadow: none;
  }
  #default .feature-wrap {
    display: none !important;
  }
  #default .pitchengine {
    display: block;
  }
  #default .left-container {
    display: block;
    width: 100%;
  }
  #default .inner-left {
    position: relative;
    overflow: hidden;
    max-height: 75vw;
  }
  #default .right-container {
    width: 100%;
    float: none;
    position: static;
    height: auto;
    z-index: 0;
    left: auto;
    background-color: white;
  }
  #default .right-container .inner-right {
    background-color: white;
    display: block;
    padding: initial;
  }
  #default .right-container .inner-right .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #default .right-container .inner-right .img-container {
    display: none;
  }
  #default .focal-img-container {
    display: none;
  }
  #default .hover-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
  }
  #default .hover-container:before {
    content: "" !important;
    position: absolute;
  }
  #default .hover-container:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #default .hover-container:hover:before {
    opacity: 1;
  }
  #default .hover-container .arrow-left,
  #default .hover-container .arrow-middle,
  #default .hover-container .arrow-right {
    display: none !important;
  }
  #default .remove-featured-img {
    display: block;
    z-index: 2;
    position: absolute;
    font-size: 14px;
    color: #777;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    bottom: 20px;
    left: 50%;
    cursor: pointer;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #default .remove-featured-img:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transition: all 385ms ease;
    -o-transition: all 385ms ease;
    -webkit-transition: all 385ms ease;
    transition: all 385ms ease;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #default .remove-featured-img .material-icons {
    font-size: 35px;
  }
  #default .remove-featured-img:hover {
    color: #E63F3F;
  }
  #default .remove-featured-img:hover:before {
    content: "Remove featured image";
    position: absolute;
    bottom: 111%;
    left: 50%;
    opacity: 1;
    white-space: nowrap;
    background-color: #000;
    color: #ddd;
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;
    border: thin solid #555;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #default .content {
    max-width: 960px;
    padding: 0 30px;
    position: relative;
  }
  #default .content div p {
    margin: 0 0 10px;
  }
  #default .content ul {
    margin-bottom: 40px;
  }
  #default .content .gallery-img-container {
    display: block;
    padding-bottom: 20px;
  }
  #default .content iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    min-height: 560px;
    width: 100%;
  }
  #default .top-container {
    display: block;
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #default .headline-position {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    background-position: center !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #default .headline-content {
    /*position: relative;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 5;
            max-width: 960px;
            margin: 0 auto;
            min-height: 0;*/
    padding: 0 30px;
  }
  #default .headline-content .headline {
    padding: 0 0 22px 0;
    margin: 0;
  }
  #default .headline-content .brand-popup {
    /*display: table-cell;*/
    width: 100%;
    padding: 20px 0 35px 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #default .headline-content .btn-follow {
    color: #efefef;
    background-color: transparent;
    border-color: #efefef;
  }
  #default .headline-content .btn-follow:hover {
    color: white;
    background-color: #f05424;
    border-color: #f05424;
  }
  #default .headline-content .follow-btn-position {
    display: table-cell;
    vertical-align: middle;
  }
  #default .headline-content .brand-info {
    display: table-cell;
    vertical-align: middle;
  }
  #default .headline-content .brand-info .thumb {
    vertical-align: middle;
    display: table-cell;
  }
  #default .headline-content .brand-info .thumb a {
    position: relative;
    display: block;
    border: thin solid #AAA;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
  }
  #default .headline-content .brand-info .thumb img {
    max-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }
  #default .headline-content .brand-info .brand-name {
    color: #333;
    display: table-cell;
    padding-right: 25px;
    padding-left: 10px;
    font-weight: 600;
    font-family: Roboto Condensed, arial, sans-serif;
    font-size: 18px;
    vertical-align: middle;
  }
  #default .headline-content [contenteditable]:empty::before {
    content: attr(data-placeholder);
    font-size: 30px;
    color: #999;
  }
  #default .btn-social {
    border: none;
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  #default .btn-social:hover {
    color: #F05424;
  }
  #default .img-container {
    position: relative;
  }
  #default .img-container img {
    height: 0;
  }
  #default .sidebar-container {
    display: none;
  }
  #default .footer {
    display: none;
  }
}
@media only screen and (max-width: 767px) and only screen and (max-width: 670px) {
  #default .content iframe {
    min-height: 360px;
  }
}
#smart_pitch {
  /*SMART PITCH*/
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  /*.small_img {
        max-width: 800px !important;
        padding: 0 15px;
        margin:0 auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .medium_img {
        max-width: 1060px !important;
        padding: 0 15px;
        margin: 0 auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .full_img {
        max-width: 800px !important;
        padding: 0 15px;
        margin:0 auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }*/
}
#smart_pitch iframe.ql-video {
  width: 48% !important;
  max-height: 275px;
  height: 22vw;
}
#smart_pitch .instagram-media {
  margin: 0 auto !important;
  position: relative !important;
  max-width: 770px !important;
}
#smart_pitch .smart_pitch_header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 64px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.85);
}
#smart_pitch .smart_pitch_header_container {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .break-out {
  display: none;
}
#smart_pitch blockquote {
  /*font-family: Georgia,Cambria,"Times New Roman",Times,serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17.5px;
  font-style: italic;
  line-height: 1.4;
}
#smart_pitch img {
  max-width: 800px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .download-img {
  margin-left: 0;
  margin-right: 0;
}
#smart_pitch .note-editor {
  margin-top: 0;
}
#smart_pitch .status-headline {
  display: block !important;
  /*span {
            max-width: 800px;
            margin: 0 auto;
            display: block;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }*/
}
#smart_pitch .status-headline p {
  /*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.65;
  letter-spacing: -0.003em;
  margin: 1em 0;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em auto;
}
#smart_pitch .status-headline div {
  /*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.65;
  letter-spacing: -0.003em;
  margin: 1em 0;
  /*max-width: 800px !important;*/
  margin: 0 auto !important;
  /*padding: 0 15px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em auto;
}
#smart_pitch .status-headline ul {
  /*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: -0.003em;
  margin: 1em 0;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px 0 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em auto;
}
#smart_pitch .status-headline ul li {
  margin-bottom: 10px;
}
#smart_pitch .status-headline ol {
  /*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: -0.003em;
  margin: 1em 0;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px 0 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em auto;
}
#smart_pitch .status-headline ol li {
  margin-bottom: 10px;
}
#smart_pitch .status-headline h3 {
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 30px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .status-headline iframe {
  overflow-y: auto;
}
#smart_pitch .status-headline a {
  position: relative;
  /*font-family: Georgia,Cambria,"Times New Roman",Times,serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #444;
  text-decoration: underline !important;
  /*&:after {
                content: "";
                left: 0;
                right: 0;
                bottom: 8px;
                position: absolute;
                border-bottom: thin solid #888;
            }*/
}
#smart_pitch .status-headline h2 {
  display: none;
  /*font-family: "Open Sans",serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#smart_pitch .status-headline .medium-insert-images figure {
  /*margin: 2em auto;*/
}
#smart_pitch .status-headline .medium-insert-images figure img {
  max-width: auto !important;
  max-width: none !important;
  width: 100%;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .status-headline .medium-insert-images-wide {
  margin-bottom: 2em !important;
}
#smart_pitch .status-headline .medium-insert-images-right {
  max-width: 800px !important;
  margin: 1em auto !important;
  float: none !important;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .status-headline .medium-insert-images-left {
  max-width: 1280px !important;
  margin: 1em auto !important;
  float: none !important;
}
#smart_pitch .status-headline .medium-insert-images-grid {
  margin: 1em auto !important;
  max-width: 800px !important;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .status-headline .medium-insert-images-grid figure {
  margin: 0;
}
#smart_pitch .status-headline .medium-insert-images-grid figure img {
  max-width: calc(100% - 1em) !important;
  margin: .5em !important;
  width: 100%;
  padding: 0;
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 80px;
}
#smart_pitch .focal-bg {
  display: none;
}
#smart_pitch .sidebar-container {
  display: none;
  position: relative;
  width: 333px;
  min-width: 333px;
  vertical-align: top;
}
#smart_pitch .headline-content {
  padding: 0;
}
#smart_pitch .headline-content [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 40px;
  color: #999;
}
#smart_pitch .headline {
  display: none !important;
  padding: 5px 0;
  line-height: 50px;
  font-size: 40px;
  color: #333;
  font-weight: 600;
}
#smart_pitch .left-container {
  display: none;
}
#smart_pitch .right-container {
  width: 100%;
  background-color: white;
  box-shadow: none;
}
#smart_pitch .img-container {
  display: none !important;
  /*max-height: 600px;*/
  margin-bottom: 40px;
  padding: 0;
  position: relative;
  overflow: hidden;
  /*@media only screen and (max-width: 1366px) {
            max-height: 500px;
        }

        @media only screen and (max-width: 1024px) {
            max-height: 400px;
        }*/
}
#smart_pitch .img-container .hover-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 30px 0 30px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#smart_pitch .img-container .hover-container:before {
  content: "Switch style";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eee;
  font-size: 18px;
  opacity: 0;
  z-index: 3;
  padding: 20px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#smart_pitch .img-container .hover-container:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#smart_pitch .img-container .hover-container:hover:before {
  opacity: 1;
}
#smart_pitch .img-container .hover-container .style-direction {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*margin: 0 30px 0 30px;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .img-container .hover-container .style-direction:hover .arrow-left .material-icons,
#smart_pitch .img-container .hover-container .style-direction:hover .arrow-middle .material-icons,
#smart_pitch .img-container .hover-container .style-direction:hover .arrow-right .material-icons {
  color: #eee;
  font-size: 100px;
}
#smart_pitch .img-container .hover-container .style-direction .arrow-left,
#smart_pitch .img-container .hover-container .style-direction .arrow-middle,
#smart_pitch .img-container .hover-container .style-direction .arrow-right {
  cursor: pointer;
}
#smart_pitch .img-container .hover-container .style-direction .arrow-left .material-icons,
#smart_pitch .img-container .hover-container .style-direction .arrow-middle .material-icons,
#smart_pitch .img-container .hover-container .style-direction .arrow-right .material-icons {
  color: #777;
  font-size: 100px;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
}
#smart_pitch .img-container .hover-container .style-direction .arrow-left {
  -webkit-align-self: center;
  align-self: center;
}
#smart_pitch .img-container .hover-container .style-direction .arrow-right {
  -webkit-align-self: center;
  align-self: center;
}
#smart_pitch .img-container .remove-featured-img {
  z-index: 2;
  position: absolute;
  font-size: 14px;
  color: #777;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  bottom: 20px;
  left: 50%;
  cursor: pointer;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#smart_pitch .img-container .remove-featured-img:before {
  content: "Remove featured image";
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  white-space: nowrap;
  background-color: #000;
  color: #ddd;
  padding: 10px;
  font-size: 12px;
  border-radius: 3px;
  border: thin solid #555;
  -moz-transition: all 385ms ease;
  -o-transition: all 385ms ease;
  -webkit-transition: all 385ms ease;
  transition: all 385ms ease;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#smart_pitch .img-container .remove-featured-img .material-icons {
  font-size: 35px;
}
#smart_pitch .img-container .remove-featured-img:hover {
  color: #E63F3F;
}
#smart_pitch .img-container .remove-featured-img:hover:before {
  content: "Remove featured image";
  position: absolute;
  bottom: 111%;
  left: 50%;
  opacity: 1;
  white-space: nowrap;
  background-color: #000;
  color: #ddd;
  padding: 10px;
  font-size: 12px;
  border-radius: 3px;
  border: thin solid #555;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#smart_pitch .img-container .featured-img-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0;
  background-color: #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
}
#smart_pitch .img-container img {
  max-width: 100%;
  width: 100%;
}
#smart_pitch .content {
  display: none !important;
  padding: 0;
  position: relative;
  margin-bottom: 80px;
}
#smart_pitch .content div {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  /*font-family: 'RobotoDraft', arial, sans-serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  box-shadow: none;
}
#smart_pitch .content div p {
  /*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.65;
  letter-spacing: -0.003em;
  margin: 1em 0;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .content ul {
  margin-bottom: 40px;
}
#smart_pitch .content iframe {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 560px;
  width: 100%;
}
@media only screen and (max-width: 670px) {
  #smart_pitch .content iframe {
    min-height: 360px;
  }
}
#smart_pitch .inner-right {
  position: relative;
  display: block;
  vertical-align: top;
  max-width: auto;
  max-width: none;
  width: 100%;
}
#smart_pitch .footer {
  position: relative;
  margin: 60px 30px 0 30px;
  padding: 25px 20px;
  color: #aaa;
  border-top: thin solid #DDD;
}
#smart_pitch .footer .logo {
  margin-right: 10px;
}
#smart_pitch .footer a {
  color: #aaa;
}
#smart_pitch .top-container {
  display: none;
}
#smart_pitch .pitchengine-headliner {
  display: none;
}
#smart_pitch .brand-popup {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  width: 100%;
  max-width: 1140px;
  /*font-family: 'RobotoDraft', arial, sans-serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch .brand-info {
  display: table-cell;
  vertical-align: middle;
}
#smart_pitch .brand-info .thumb {
  vertical-align: middle;
  display: table-cell;
}
#smart_pitch .brand-info .thumb a {
  position: relative;
  display: block;
  border: thin solid #AAA;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#smart_pitch .brand-info .thumb img {
  max-width: 40px;
  max-height: 40px;
  min-height: 40px;
}
#smart_pitch .brand-info .brand-name {
  color: #333;
  display: table-cell;
  padding-right: 25px;
  padding-left: 10px;
  font-weight: 600;
  /*font-family: Roboto Condensed, arial, sans-serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none;
}
#smart_pitch .follow-btn-position {
  display: none;
}
#smart_pitch .pitchengine {
  display: none;
}
.tutorial_img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tutorial_img img {
  max-width: 100%;
  width: 100%;
}
.indy_h2 {
  display: block !important;
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
/*#endregion */
.brand-follow-position {
  position: absolute;
  right: 2%;
  top: -16%;
}
.gallery-img-container {
  position: relative;
  margin-bottom: 40px;
  padding: 5px 0;
  width: 100%;
}
.gallery-img-container .rh-gallery {
  position: relative;
}
.gallery-img-container .rh-gallery .thumb-container {
  position: relative;
  padding: 3px;
  margin: 0 -2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.gallery-img-container .rh-gallery .thumb-container .thumb-link {
  position: relative;
  display: block !important;
  height: 17.6vw;
  max-height: 246px;
}
.gallery-img-container .rh-gallery .thumb-container .thumb-link .gallery-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.gallery-img-container .rh-gallery .thumb-container .thumb-link img {
  max-width: 115px;
  width: 100%;
}
/*summernote*/
.note-editor {
  border: none;
  background-color: white;
}
.note-editor .note-toolbar {
  margin: 0;
  padding-bottom: 0;
  border: none;
}
.note-editor .note-toolbar > .btn-group {
  margin: 0;
}
.note-editor .btn-sm {
  padding: 19px 21px;
  font-size: 12px;
  line-height: 0;
  border-radius: 0;
  display: inline-block;
  color: #B3B3B3;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: 0;
  border: none;
}
.note-editor .qp {
  color: #00B0ED;
  pointer-events: none;
  cursor: default;
}
.note-editor.note-frame {
  border: none !important;
}
.note-editor .note-statusbar .note-resizebar {
  display: none;
}
.note-editor .panel-heading {
  border-radius: 0;
  padding: 0 10px;
}
.summernote-headline {
  border-radius: 0;
  border: 0;
  height: 46px;
  font-size: 18px;
  line-height: 1.33;
}
.summernote-container {
  margin-bottom: 25px;
  border: thin solid #ccc;
}
.summernote-container .panel {
  margin-bottom: 0;
}
.add-feature-img {
  position: relative;
  width: 100%;
  padding: 30px;
  color: #444;
  font-size: 16px;
  background-color: #eee;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  border: thin solid #ddd;
}
/*end summernote*/
#classic.legacy .content p,
#classic.legacy .content div,
#classic.legacy .content span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  margin-bottom: 30px;
  font-family: 'RobotoDraft', arial, sans-serif;
}
#focal.legacy .content p,
#focal.legacy .content div,
#focal.legacy .content span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  margin-bottom: 30px;
  font-family: 'RobotoDraft', arial, sans-serif;
}
#focal.legacy .brand-popup {
  padding-bottom: 40px;
  padding-top: 10px;
}
#presser.legacy .content p,
#presser.legacy .content div,
#presser.legacy .content span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  margin-bottom: 30px;
  font-family: 'RobotoDraft', arial, sans-serif;
}
#headliner.legacy .content p,
#headliner.legacy .content div,
#headliner.legacy .content span {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.88235;
  margin-bottom: 30px;
  font-family: 'RobotoDraft', arial, sans-serif;
}
.share-publish-pitch {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.share-publish-pitch li {
  display: inline-block;
  margin: 0 10px;
}
.share-publish-pitch li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  opacity: 0.7;
}
.share-publish-pitch li a:hover {
  opacity: 1;
}
.share-publish-pitch li a .fb {
  width: auto;
  height: 40px;
}
.share-publish-pitch li a .tw {
  width: auto;
  height: 40px;
  position: absolute;
  left: -40px;
}
.share-publish-pitch li a .gl {
  width: auto;
  height: 40px;
  position: absolute;
  left: -80px;
}
.share-publish-pitch li a .lkn {
  width: auto;
  height: 40px;
  position: absolute;
  left: -120px;
}
.share-publish-pitch li a .pn {
  width: auto;
  height: 40px;
  position: absolute;
  left: -160px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon:first-child {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}
.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-group .form-control {
  display: table-cell;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/*#region pe modal */
.pe-modal {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -100;
  font-size: 14px;
  overflow: auto;
  z-index: 5;
}
.creative_bg1 {
  background: url('/assets/img/publishpage/pub_hero_1.jpg');
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.creative_bg1:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0cbcaa;
  opacity: 0.72;
}
.creative_bg2 {
  background: url('/assets/img/brandsinfopage/bnd_hero_1.jpg');
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.creative_bg2:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #161229;
  opacity: 0.72;
}
.active-pe-modal {
  background-color: rgba(238, 238, 238, 0.9);
  display: block !important;
  opacity: 0;
  z-index: 50000;
  -moz-animation: modal-fade 0.2s ease-out 0s 1;
  -o-animation: modal-fade 0.2s ease-out 0s 1;
  -webkit-animation: modal-fade 0.2s ease-out 0s 1;
  animation: modal-fade 0.2s ease-out 0s 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pe-modal-box {
  position: absolute;
  opacity: 0;
  top: 10%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 640px;
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  border: thin solid #ddd;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-animation: modal-box 0.35s ease-out 0.25s 1;
  -o-animation: modal-box 0.35s ease-out 0.25s 1;
  -webkit-animation: modal-box 0.35s ease-out 0.25s 1;
  animation: modal-box 0.35s ease-out 0.25s 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.pe-modal-box h2 {
  text-align: center;
  font-weight: 100;
}
.pe-modal-box .pe-modal-content {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.pe-modal-box .pe-modal-content .header {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pe-modal-box .pe-modal-content .header .brand-logo {
  max-width: 36px;
  width: 100%;
  height: 36px;
  margin-right: 10px;
  border: thin solid #dfdfdf;
  border-radius: 50%;
  overflow: hidden;
}
.pe-modal-box .pe-modal-content .header .brand-logo img {
  width: 100%;
  max-width: 36px;
  max-height: 36px;
  background-color: #fff !important;
}
.pe-modal-box .pe-modal-content .header .brand-name {
  font-size: 14px;
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 600;
  color: #4f4f4f;
  padding: 0;
}
.pe-modal-box .pe-modal-heading {
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 100;
  margin-bottom: 0;
}
.pe-modal-box .message {
  margin-bottom: 20px;
}
.pe-modal-box .email-wrapper {
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  color: #888;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pe-modal-box .email-wrapper .email-address {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pe-modal-box .email-wrapper span {
  display: inline-block;
  margin-right: 5px;
}
.pe-modal-box .email-wrapper button {
  text-transform: uppercase;
  border: 0;
  background: none;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.close-pe-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  color: #aaa;
  cursor: pointer;
}
.pe-modal-box-2 {
  position: absolute;
  opacity: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-animation: modal-box 0.35s ease-out 0.25s 1;
  -o-animation: modal-box 0.35s ease-out 0.25s 1;
  -webkit-animation: modal-box 0.35s ease-out 0.25s 1;
  animation: modal-box 0.35s ease-out 0.25s 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.modal-transparent {
  background-color: rgba(238, 238, 238, 0.8);
}
.modal-loader {
  background-color: rgba(255, 255, 255, 0.55);
}
/*#endregion */
.close-slide-out {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  color: #aaa;
  cursor: pointer;
}
.publish-options {
  width: 100%;
  text-align: center;
}
.tag-small {
  padding: 5px 30px 5px 30px;
  background-color: #efefef;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.tag-small-icon {
  position: absolute;
  left: 5px;
}
.tag-small-icon i {
  color: #777;
  font-size: 20px;
}
.close-small-tag {
  position: absolute;
  right: 5px;
  border: 0;
  background-color: transparent;
  line-height: 1.9;
  font-size: 10px;
  color: #888;
  cursor: pointer;
}
.link-blue {
  color: #1970ff;
}
.color-blue {
  color: #0165FB;
}
.color-white {
  color: #fff !important;
}
.text-center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.table-select-options {
  margin: 20px 0;
  width: 100%;
  /*box-shadow: 0 4px 3px -3px rgba(0,0,0,0.3);*/
  font-size: 16px;
}
.tbl-head {
  display: table-row;
  font-weight: bold;
}
.tbl-row {
  position: relative;
  background-color: white;
  display: table-row;
  border: thin solid #ddd;
}
.tbl-cell {
  position: relative;
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}
.tbl-cell .city {
  display: inline-block;
}
.tbl-cell .tbl-item {
  display: inline-block;
}
.tbl-link {
  font-size: 16px;
  color: #444;
  font-family: 'Mandali', Arial, sans-serif;
}
.pe-checkbox {
  display: inline-block;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  position: relative;
  border: 2px solid #999;
  margin: 0 10px 0 20px;
}
.pe-checkbox label {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  /*	background: linear-gradient(top, #222 0%, #45484d 100%);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px white;*/
}
.pe-checkbox label:after {
  content: '';
  border-radius: 2px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -2px;
  left: -2px;
  background: #ff5722;
  opacity: 0;
}
.pe-checkbox label:hover::after {
  opacity: 0.3;
}
.pe-checkbox input[type=checkbox] {
  visibility: hidden;
  margin: 0;
}
.pe-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.btn-type-1 {
  border: 0;
  position: relative;
  color: #333;
  background-color: #F3F3F3;
  border-color: #CCC;
  max-width: 255px;
  width: 100%;
  padding: 9px 12px;
  font-weight: bold;
  font-size: 17px;
  margin: 10px;
  box-shadow: none;
  font-family: Arial, sans-serif;
  border-radius: 1px;
}
.btn-type-1:only-of-type {
  margin: 0;
}
.btn-type-1:hover {
  background-color: #ff5722;
  color: white;
}
.btn-type-1:focus {
  outline: none;
}
.btn-type-disabled {
  position: relative;
  color: #333;
  background-color: #F3F3F3;
  border-color: #CCC;
  max-width: 255px;
  width: 100%;
  padding: 9px 12px;
  font-weight: bold;
  font-size: 17px;
  margin: 10px;
  box-shadow: none;
  font-family: Arial, sans-serif;
  border-radius: 1px;
}
.btn-type-disabled:hover {
  background-color: #E7E7E7;
}
.btn-type-disabled:focus {
  outline: none;
}
.material-icons {
  line-height: 1.35;
}
.hidden-file-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.search-box input {
  outline: none;
}
.search-box input[type=search] {
  background: transparent url(/assets/img/search-icon.png) no-repeat 7px center;
  font-size: 14px;
  width: 15px;
  padding: 7px 0 7px 30px;
  color: transparent;
  cursor: pointer;
  opacity: 0.6;
  border: solid 1px transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  /*additions below*/
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search-box input[type=search]:focus {
  width: 200px;
  opacity: 1;
  padding-left: 35px;
  color: #000;
  background-color: #fafafa;
  cursor: auto;
  border: solid 1px #e4e4e4;
}
.search_box_light {
  display: none;
}
.search_box_light input {
  outline: none;
}
.search_box_light input[type=search] {
  background: transparent url(/assets/img/search-icon.png) no-repeat 7px center;
  font-size: 14px;
  width: 15px;
  padding: 7px 0 7px 30px;
  color: transparent;
  cursor: pointer;
  opacity: 0.6;
  border: solid 1px transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  /*additions below*/
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search_box_light input[type=search]:focus {
  width: 200px;
  opacity: 1;
  padding-left: 35px;
  color: #000;
  background-color: #fafafa;
  cursor: auto;
  border: solid 1px #e4e4e4;
}
.search-box-open input {
  outline: none;
}
.search-box-open input[type=search] {
  background: #fff url(/assets/img/search-icon.png) no-repeat 7px center;
  font-size: 14px;
  width: 500px;
  padding: 7px 0 7px 35px;
  color: transparent;
  cursor: pointer;
  opacity: 1;
  color: #000;
  cursor: auto;
  border: solid 1px #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.search-box-page input {
  outline: none;
}
.search-box-page input::-webkit-input-placeholder {
  color: #888;
}
.search-box-page input:-moz-placeholder {
  color: #888;
}
.search-box-page input::-moz-placeholder {
  color: #888;
}
.search-box-page input:-ms-input-placeholder {
  color: #888;
}
.search-box-page input[type=search] {
  font-family: 'Mandali', Arial, sans-serif;
  background: #fff url(/assets/img/search-icon.png) no-repeat 7px center;
  font-size: 17px;
  width: 432px;
  padding: 7px 0 7px 35px;
  cursor: pointer;
  opacity: 1;
  color: #242424;
  cursor: auto;
  border: solid 1px #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
@media only screen and (max-width: 485px) {
  .search-box-page input[type=search] {
    width: 250px;
  }
}
.search-box-home input {
  outline: none;
}
.search-box-home input[type=search] {
  background: #fff url(/assets/img/search-icon.png) no-repeat 7px center;
  font-size: 14px;
  width: 200px;
  padding: 7px 0 7px 35px;
  color: transparent;
  cursor: pointer;
  opacity: 1;
  color: #000;
  cursor: auto;
  border: solid 1px #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.stats-pitch-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 570px) {
  .stats-pitch-wrapper {
    display: block;
  }
}
.stats-pitch-img-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  min-width: 150px;
}
.stats-pitch-img-wrapper .stats-pitch-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
@media only screen and (max-width: 570px) {
  .stats-pitch-img-wrapper {
    max-width: none;
    max-width: auto;
    width: 100%;
    height: 80vw;
  }
}
.stats-pitch-headline {
  font-size: 26px;
  padding-top: 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .stats-pitch-headline {
    font-size: 18px;
  }
}
#search-page {
  margin-bottom: 100px;
}
#search-page .search-heading {
  position: relative;
  padding-left: 50px;
  font-size: 32px;
  color: #222;
  cursor: text;
}
#search-page .search-heading:focus {
  outline: none;
}
#search-page .search-entry {
  position: relative;
}
#search-page .search-entry .material-icons {
  position: absolute !important;
  left: 0;
  font-size: 35px;
  position: relative;
  top: 8px;
  line-height: 0.75;
  color: #999;
}
#search-page .search-entry [contenteditable]:empty::before {
  content: attr(data-placeholder);
  font-size: 32px;
  color: #999;
}
#search-page .search-list-item {
  padding: 12px 0;
  border-bottom: thin solid #ddd;
}
#search-page .search-list-item:first-child {
  border-top: thin solid #ddd;
}
#search-page .search-list-item .search-item-img-container {
  position: relative;
  max-width: 100px;
  width: 100%;
  height: 100px;
  margin-right: 30px;
}
#search-page .search-list-item .search-item-logo-container {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  background-color: white;
}
#search-page .search-list-item .search-item-content h4 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
}
#search-page .search-list-item .search-item-brand-name {
  font-size: 13px;
  font-weight: 600;
}
#search-page .search-list-item .search-item-date-time {
  font-size: 10px;
  color: #999;
}
#search-page .search-results-divider {
  margin-top: 60px;
}
.search-content-wrapper {
  max-width: 764px;
  margin: 0 auto 60px auto;
  padding: 50px 20px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-content-wrapper > h2 {
  margin: 30px 0;
}
.bg-transition {
  background-color: #b6b6b6;
  -moz-animation: color-trans 60s ease 0s infinite;
  -o-animation: color-trans 60s ease 0s infinite;
  -webkit-animation: color-trans 60s ease 0s infinite;
  animation: color-trans 60s ease 0s infinite;
}
@-webkit-keyframes color-trans {
  0% {
    background-color: #b6b6b6;
  }
  16.5% {
    background-color: #D6E1F2;
  }
  33% {
    background-color: #F3EEDB;
  }
  49.5% {
    background-color: #D7D1ED;
  }
  66% {
    background-color: #D1F0DB;
  }
  82.5% {
    background-color: #EFDDED;
  }
  100% {
    background-color: #b6b6b6;
  }
}
@keyframes color-trans {
  0% {
    background-color: #b6b6b6;
  }
  16.5% {
    background-color: #D6E1F2;
  }
  33% {
    background-color: #F3EEDB;
  }
  49.5% {
    background-color: #D7D1ED;
  }
  66% {
    background-color: #D1F0DB;
  }
  82.5% {
    background-color: #EFDDED;
  }
  100% {
    background-color: #b6b6b6;
  }
}
.bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.bg-img-contain {
  position: absolute;
  left: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.search-page-input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 24px;
  border: 0;
  background-color: transparent;
  border-bottom: thin solid #aaa;
}
.search-page-input:focus {
  outline: none;
}
.input_box {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input_line {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 9px 0;
  border: none;
  border-bottom: thin solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-page-clear {
  color: #aaa;
}
.user-profile-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.mid-wrapper {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  /*margin: 64px auto 0 auto;*/
  margin: 0 auto 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mid-wrapper-modal {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tiny-wrapper {
  max-width: 360px;
  width: 100%;
  padding: 20px;
  margin: 64px auto 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.user-profile-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.user-profile-img-button-container {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 1;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.icon-btn {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #eee;
  border: none;
  z-index: 1;
  border-radius: 4px;
  line-height: 0;
  cursor: pointer;
}
.icon-btn .material-icons {
  line-height: 1;
}
.icon-btn:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.item-space {
  margin: 10px 0;
  margin-right: 15px;
}
.item-space:only-child {
  margin-right: 0;
}
.item-space:first-child {
  margin-bottom: 0;
}
.item-space:last-child {
  margin-right: 0;
}
.item-space-col {
  margin: 10px 0 !important;
}
.item-space-col:before {
  content: "";
  display: table;
  clear: both;
}
.item-space-col:after {
  content: "";
  display: table;
  clear: both;
}
.margin-row {
  margin-top: 30px;
}
.required-mark {
  color: #FF8A8A;
  font-size: 12px;
  top: -3px;
}
.even-col {
  position: relative;
  float: right;
  width: 50%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  z-index: 1;
}
.odd-col {
  position: relative;
  float: left;
  width: 50%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  z-index: 1;
}
.brand-delete {
  font-size: 15px;
  color: #B2B2B2;
  text-decoration: none;
  line-height: 0;
  position: relative;
  top: 7px;
}
.brand-delete:hover {
  color: #CE4141;
  text-decoration: none;
}
.brand-delete:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
.brand-delete .material-icons {
  line-height: 0;
}
.account-upgrade {
  color: #ff5722;
  padding: 7px 10px;
  border-radius: 4px;
}
.account-upgrade:hover {
  text-decoration: none;
  color: white;
  background-color: #ff5722;
}
.small-wrapper {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.agency_btn {
  background-color: #0CBCAA;
  color: white;
  font-weight: 500;
  margin: 20px 0;
  padding: 15px;
  width: 100%;
}
.agency_btn:hover {
  background-color: #1ed760;
  color: white;
}
.agency_btn:focus {
  color: white;
}
.upgrade-price {
  font-size: 33px;
  font-weight: 600;
}
.upgrade-small-txt {
  font-size: 0.6em;
  font-weight: normal;
}
.upgrade-btn {
  background-color: #0CBCAA;
  color: white;
  font-weight: 500;
  margin: 20px 0;
  padding: 15px;
  width: 100%;
}
.upgrade-btn:hover {
  background-color: #1ed760;
  color: white;
}
.upgrade-btn:focus {
  color: white;
}
.upgrade-free-btn {
  background-color: #ff5722;
  color: white;
  font-weight: 500;
  margin: 20px 0;
  padding: 15px;
  width: 100%;
}
.upgrade-free-btn:hover {
  color: white;
  background-color: #ff6838;
}
.upgrade-free-btn:focus {
  color: white;
}
#group-manage .table-select-options {
  box-shadow: none;
}
#group-manage .tbl-row {
  position: relative;
  border: 0;
  background: none;
}
#group-manage .tbl-cell {
  padding: 5px;
}
#group-manage .form-control {
  margin: 0 !important;
}
#group-manage .item-space {
  width: auto;
}
.email-send-btn {
  color: #888;
  text-transform: uppercase;
  border: 0;
  background: none;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.email-send-btn:hover {
  color: #444;
}
/*.break-out {
    position: relative;
    margin-left: ~"calc(-50vw + 51%)";
    margin-right: ~"calc(-50vw + 51%)";
    z-index: 0;

    &:before {
        content: "";
        display: table;
        clear: both;
    }

    &:after {
        content: "";
        display: table;
        clear: both;
    }
}

.break-out-inner-container {
    position: relative;
    min-height: 400px;
    margin: 40px 0;
}*/
.break-out {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: 0;
  /*temp left*/
  left: 25%;
}
.break-out:before {
  content: "";
  display: table;
  clear: both;
}
.break-out:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 700px) {
  .break-out {
    left: 0;
  }
}
.break-out-inner-container {
  position: relative;
  margin: 30px auto;
  max-width: 1120px;
}
.ad-container {
  position: relative;
  padding: 20px;
  min-height: 400px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ad-container .ad-container-title {
  color: #666;
  padding: 0 0 10px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
.ad-container .ad-card {
  position: relative;
  max-width: 300px;
  width: 100%;
  height: 250px;
  min-height: 250px;
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  .ad-container .ad-card {
    margin: 5px auto 5px auto;
  }
}
.ad-container .ad-card-img {
  position: relative;
  width: 100%;
  height: 155px;
}
.ad-container .ad-card-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 1.17em;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white;
  text-decoration: none;
  display: block;
  padding: 6rem 15px 15px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
}
.ad-choice-300 {
  /*min-width: 300px;*/
  margin: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .ad-choice-300 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.sponsored {
  position: relative;
}
.sponsored .tag-icon {
  position: relative;
  top: -25px;
  color: #949494;
  display: block;
}
.sponsored .tag-icon:before {
  position: absolute;
  content: "S";
  font-size: 14px;
  color: white;
  left: 50%;
  top: 45%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sponsored .tag-icon .material-icons {
  font-size: 40px;
  /*text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.57);*/
}
.ad-mark {
  position: absolute;
  top: -5px;
  right: 5px;
  z-index: 2;
}
.ad-mark .tag-icon {
  position: relative;
  color: #949494;
  display: block;
}
.ad-mark .tag-icon:before {
  position: absolute;
  content: "S";
  font-size: 14px;
  color: white;
  left: 50%;
  top: 45%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ad-mark .tag-icon .material-icons {
  font-size: 40px;
  /*text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.57);*/
}
.lg-title {
  font-size: 40px;
  font-weight: 200;
  font-family: Roboto condensed, arial, sans-serif;
  margin: 10px 0;
  line-height: 1.1;
}
.circle-btn {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: white;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.circle-btn:hover {
  color: white;
}
.add-pitch-circle {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #ff8041;
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: -25px;
  line-height: 70px;
  text-align: center;
}
.add-pitch-circle:hover {
  color: white;
  background-color: #ff5722;
}
.follow-circle-top {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #1baeff;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: -25px;
  line-height: 70px;
  text-align: center;
}
.follow-circle-top:hover {
  color: white;
  background-color: #3bb9ff;
}
.follow-circle-top:hover:after {
  position: absolute;
  content: "Follow";
  color: #fafafa;
  background-color: #444;
  padding: 8px 15px;
  line-height: normal;
  border-radius: 3px;
  font-size: 13px;
  top: 108%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.follow-circle {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.24);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #1baeff;
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: -25px;
  line-height: 70px;
  text-align: center;
}
.follow-circle:hover {
  color: white;
  background-color: #3bb9ff;
}
.follow-circle:hover:after {
  position: absolute;
  content: "Follow";
  color: #fafafa;
  background-color: #444;
  padding: 8px 15px;
  line-height: normal;
  border-radius: 3px;
  font-size: 13px;
  top: 108%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.brand-search {
  position: relative;
}
.brand-search .brand-search-box {
  width: 100%;
  padding: 10px 10px 10px 25px;
  border: 0;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brand-search .brand-search-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #ccc;
  font-size: 18px;
}
.fb-color {
  background-color: #4267b2 !important;
  color: white !important;
}
.fb-color:hover {
  background-color: #365899 !important;
}
.gl-color {
  background-color: #db4437 !important;
  color: white !important;
}
.gl-color:hover {
  background-color: #E06055 !important;
}
.color_wht {
  color: white !important;
}
.add-stream {
  position: absolute;
  top: -14px;
  right: 5px;
  width: 28px;
  height: 28px;
  background-color: #ff5722;
  font-weight: 400;
  z-index: 2;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.add-stream:before {
  content: "+";
  width: 28px;
  line-height: 28px;
}
.draft-card {
  position: relative;
  width: 33%;
  padding: 0 20px 40px 20px;
  vertical-align: top;
  margin: 0 !important;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 999px) {
  .draft-card {
    width: 49%;
  }
}
@media only screen and (max-width: 720px) {
  .draft-card {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .draft-card {
    padding: 0;
    padding-bottom: 20px;
  }
}
.draft-card .card {
  margin: 0;
}
.draft-card .draft-img {
  position: relative;
  width: 100%;
  height: 300px;
  opacity: 0.70;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.draft-card .draft-img:hover {
  opacity: 0.9;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media only screen and (max-width: 450px) {
  .draft-card .draft-img {
    height: 60vw;
  }
}
.draft-card .draft-headline {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6rem 2rem 2rem 2rem;
  color: white !important;
  display: block;
  font-family: 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 15px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.draft-card .draft-headline:hover {
  text-decoration: none;
}
.brand-social-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.brand-social-contact li {
  display: inline-block;
}
.brand-social-contact li a {
  font-size: 24px;
  margin-right: 5px;
}
.invite-followers img {
  opacity: 0.38;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 158px;
  width: 30vw;
}
.pitch-share-icon i {
  display: inline-block;
  font-size: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 10px;
}
.favorite {
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  vertical-align: middle;
  color: #999;
  margin: 0 auto;
}
.heart-animation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.heart .heart_active {
  color: #bd081c;
}
.heart-active {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  color: #d95e40 !important;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.heart-inactive {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.heart-active-animation {
  opacity: 1;
  z-index: 2;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.heart-inactive-animation {
  opacity: 0;
  z-index: 0;
}
.heart-pulse-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.0;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation: pulsate1 0.65s ease-out 1;
  -o-animation: pulsate1 0.65s ease-out 1;
  -webkit-animation: pulsate1 0.65s ease-out 1;
  animation: pulsate1 0.65s ease-out 1;
}
.heart-pulse-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.0;
  -moz-animation: pulsate2 0.65s ease-out 0.25s 1;
  -o-animation: pulsate2 0.65s ease-out 0.25s 1;
  -webkit-animation: pulsate2 0.65s ease-out 0.25s 1;
  animation: pulsate2 0.65s ease-out 0.25s 1;
}
.heart-pulse-3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.0;
  -moz-animation: pulsate3 0.65s ease-out 0.5s 1;
  -o-animation: pulsate3 0.65s ease-out 0.5s 1;
  -webkit-animation: pulsate3 0.65s ease-out 0.5s 1;
  animation: pulsate3 0.65s ease-out 0.5s 1;
}
@-webkit-keyframes pulsate1 {
  0% {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.0;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    opacity: 0.0;
    color: red;
  }
}
@-webkit-keyframes pulsate2 {
  0% {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0.0;
    color: red;
  }
}
@-webkit-keyframes pulsate3 {
  0% {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    -moz-transform: scale(1.75, 1.75);
    -ms-transform: scale(1.75, 1.75);
    -o-transform: scale(1.75, 1.75);
    -webkit-transform: scale(1.75, 1.75);
    transform: scale(1.75, 1.75);
    opacity: 0.0;
    color: red;
  }
}
@keyframes pulsate1 {
  0% {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.0;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    -moz-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
    opacity: 0.0;
    color: red;
  }
}
@keyframes pulsate2 {
  0% {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0.0;
    color: red;
  }
}
@keyframes pulsate3 {
  0% {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.0;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    -moz-transform: scale(1.75, 1.75);
    -ms-transform: scale(1.75, 1.75);
    -o-transform: scale(1.75, 1.75);
    -webkit-transform: scale(1.75, 1.75);
    transform: scale(1.75, 1.75);
    opacity: 0.0;
    color: red;
  }
}
.item-count {
  position: relative;
  font-size: 70%;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin: 0 2px 0 3px;
}
#my-profile {
  margin-top: 160px;
}
.flex-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-row-middle {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .flex-row-middle {
    display: block;
  }
}
.flex-row-auto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  /*-webkit-justify-content: space-between;
    justify-content: space-between;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-row-break {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*-webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-row-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  /*-webkit-justify-content: space-between;
    justify-content: space-between;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex_col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-col-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-col-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-middle-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-row-end-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*-webkit-align-items: center;
    align-items: center;*/
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-row-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-row-divide-ends {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-horiz-middle {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  /*-ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;*/
  -webkit-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-fill {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-item {
  width: 100%;
}
.flex-inline-item {
  display: block;
  width: auto;
  margin-left: 6px;
  margin-right: 6px;
}
.flex-inline-item:first-child {
  margin-left: 0;
}
.flex-inline-item:last-child {
  margin-right: 0;
}
.flex-item-auto {
  margin-right: 20px;
}
.flex-item-auto:last-child {
  margin-right: 0;
}
.flex-item-auto:only-child {
  margin-left: 0;
  margin-right: 0;
}
.flex-end-item {
  padding: 0 5px;
}
.flex-end-item:last-child {
  padding: 0;
}
.flex-item-center {
  -webkit-align-self: center;
  align-self: center;
}
.flex-item-bottom {
  -webkit-align-items: baseline;
  align-items: baseline;
}
#integration .form-control {
  display: block;
  margin-top: 29px;
  width: 100%;
  height: auto;
  padding: 15px 12px;
  font-size: 14px;
  color: #555;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: initial;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.password-container {
  /*display: none;*/
  width: 100%;
  margin-top: 14px;
}
.display-password-container {
  display: table;
}
.email-container {
  /*display: none;*/
  width: 100%;
  margin-top: 14px;
}
.display-email-container {
  display: table;
}
.share-icon {
  color: #aaa;
  line-height: 0 !important;
}
.resp-img {
  max-width: 100%;
}
.btn-delete {
  color: white !important;
  background-color: #c71e56 !important;
  border-color: #c71e56;
}
.btn-delete:hover {
  color: white;
  background-color: #e82a3f !important;
}
.btn-orange {
  color: white !important;
  background-color: #ff5722 !important;
  border-color: #ff5722;
}
.btn-orange:hover {
  color: white;
  background-color: #FF6C3D !important;
}
.btn-green {
  color: white !important;
  background-color: #2ebd59 !important;
  border-color: #2ebd59;
}
.btn-green:hover {
  color: white;
  background-color: #3cd46a !important;
}
.btn_custom_1 {
  color: #888 !important;
  background-color: transparent !important;
  border-color: #ababab;
}
.btn_custom_1:hover {
  color: white !important;
  background-color: #FF6C3D !important;
  border-color: #FF6C3D;
}
.slug_disabled {
  color: white !important;
  background-color: #ffbdbd !important;
  border-color: #ef9a9a;
}
.slug_disabled:hover {
  color: white;
  background-color: #ffbdbd !important;
}
.btn-lightgrey {
  color: #333;
  background-color: #F3F3F3;
  border-color: #ccc;
}
.btn-lightgrey:hover {
  background-color: #ECECEC;
}
.btn-subscribe-color {
  color: #333;
  background-color: #dfdfdf;
  border-color: #ccc;
}
.btn-subscribe-color:hover {
  color: #333;
  background-color: #cfcfcf;
}
.accordian-block {
  box-shadow: inset 0 9px 15px -15px black;
  border-left: thin solid #ddd;
  border-right: thin solid #ddd;
}
.avatar-40 {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.item {
  margin: 0 5px;
}
.item:fisrt-child {
  margin-left: 0;
}
.item:last-child {
  margin-right: 0;
}
.modal-heading {
  padding: 25px 0;
}
.homepage-hero {
  position: relative;
  /*padding: 0 30px;*/
  max-height: 640px;
  height: 150vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.homepage-hero .loose-section {
  position: absolute;
  right: 140px;
  bottom: 35px;
  z-index: 11;
}
@media only screen and (max-width: 1335px) {
  .homepage-hero .loose-section {
    right: 8%;
  }
}
@media only screen and (max-width: 580px) {
  .homepage-hero .loose-section {
    bottom: 15px;
    right: 15px;
  }
}
.homepage-hero .loose-section img {
  vertical-align: middle;
}
@media only screen and (max-width: 1335px) {
  .homepage-hero .loose-section img {
    max-width: 282px;
    width: 21.1vw;
  }
}
.homepage-hero .loose-section .special-txt {
  color: white;
  text-decoration: none;
  font-weight: normal;
}
@media only screen and (max-width: 580px) {
  .homepage-hero .loose-section .special-txt {
    font-size: 11px;
  }
}
.homepage-hero .loose-section .special-txt:after {
  content: " >>";
  color: #c30303;
}
.pseudo_placeholder {
  color: #aaa;
  /*font-family: Georgia, Cambria, "Times New Roman", Times, serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.hero-headline {
  color: white;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  margin-top: -115px;
}
@media only screen and (max-width: 560px) {
  .hero-headline {
    margin-top: 0;
  }
}
.hero-h2-light {
  margin: 30px 0;
  text-transform: none;
  font-size: 47px;
  color: #fff;
  font-family: 'Mandali', Arial, sans-serif;
  text-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 560px) {
  .hero-h2-light {
    font-size: 30px;
    margin: 50px 0 20px 0;
  }
}
.hero-h2-dark {
  margin: 30px 0;
  text-transform: none;
  font-size: 47px;
  color: #000;
  font-family: 'Mandali', Arial, sans-serif;
  text-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 560px) {
  .hero-h2-dark {
    font-size: 30px;
  }
}
.hero-paragraph {
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  font-family: 'Mandali', Arial, sans-serif;
}
@media only screen and (max-width: 560px) {
  .hero-paragraph {
    font-size: 18px;
    line-height: 24px;
  }
}
.hero-button {
  background-color: #5679b9;
  color: white;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  border: 0;
}
.hero-button:before {
  content: "Sign up with Facebook";
}
.hero-button:hover {
  color: white;
  background-color: #3B5998;
}
@media only screen and (max-width: 560px) {
  .hero-button {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
}
.fb-home-btn {
  background-color: #5679b9;
  color: white;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  border: 0;
}
.fb-home-btn:hover {
  color: white;
  background-color: #3B5998;
}
#home-signup .active-pe-modal {
  background-color: rgba(238, 238, 238, 0.7);
}
.home-section-1 {
  position: relative;
  width: 100%;
  min-height: 35%;
  margin-top: 20px;
}
.home-section-2,
.home-section-6 {
  position: relative;
  width: 100%;
  background-color: white;
}
.home-section-3 {
  position: relative;
  width: 100%;
}
.home-section-4 {
  background-color: white;
  width: 100%;
  height: auto;
  padding: 30px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-section-4 img {
  max-width: 100%;
}
.home-section-5 {
  width: 100%;
  height: auto;
  padding: 30px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-section-5 img {
  max-width: 100%;
}
.home-section-middle {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-tags a {
  color: #428bca;
  font-size: 19px;
  padding-right: 30px;
  line-height: 43px;
}
.hero-tags a:hover {
  color: #0089ff;
}
.hiw-heading {
  font-size: 70px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
  .hiw-heading {
    font-size: 9vw;
  }
}
.hiw-container {
  padding: 10px 0 10px 0;
  position: relative;
}
.hiw-container .frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  align-items: center;
}
@media only screen and (max-width: 1400px) {
  .hiw-container .frame {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.hiw-container .frame .frame-item {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 50%;
  padding: 0 30px;
}
@media only screen and (max-width: 1400px) {
  .hiw-container .frame .frame-item {
    padding: initial;
  }
}
.hiw-container .frame .frame-item p {
  font-size: 21px;
  line-height: 30px;
  font-family: RobotoLight, Arial, sans-serif;
}
@media only screen and (max-width: 1400px) {
  .hiw-container .frame .frame-item p {
    margin-top: 30px;
  }
}
#cslide-slides h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
/*=Slides
----------------------------------------------- */
.cslide-slides-master {
  overflow: hidden;
  margin-bottom: 60px;
  width: 65%;
  margin: 0 auto;
  max-width: 1170px;
}
@media only screen and (max-width: 1400px) {
  .cslide-slides-master {
    width: 90%;
    max-width: 960px;
  }
}
.cslide-slides-master:last-child {
  margin-bottom: 0;
}
.cslide-slides-container {
  visibility: hidden;
}
.cslide-slide {
  float: left;
}
.cslide-slide h2,
.cslide-slide p {
  color: #fff;
}
/* prev next buttons */
.cslide-prev-next {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: 100px;
  margin: 0 auto;
  width: 75%;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .cslide-prev-next {
    width: 100%;
  }
}
.cslide-prev,
.cslide-next {
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
  cursor: pointer;
  position: absolute;
}
.cslide-prev .material-icons,
.cslide-next .material-icons {
  font-size: 60px;
}
.cslide-prev {
  left: 0;
}
.cslide-next {
  right: 0;
}
.cslide-prev:hover,
.cslide-next:hover {
  background: #ddd;
}
.cslide-prev.cslide-disabled:hover,
.cslide-next.cslide-disabled:hover {
  background: #EAECF0;
}
.cslide-disabled {
  opacity: 0.3;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.onboard-card-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-align-items: center;
    align-items: center;*/
  -webkit-justify-content: center;
  justify-content: center;
}
.onboard-card {
  width: 32%;
  max-height: 310px;
}
#login-area .active-pe-modal {
  background-color: rgba(238, 238, 238, 0.7);
}
.md-icon-btn {
  color: #999;
  width: 24px;
  height: 24px;
  padding: 12px;
  text-decoration: none;
}
.feed-item {
  z-index: 1;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
.fixed-col {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  max-width: 1160px;
  background-color: white;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.spday-bg {
  position: absolute;
  max-height: 600px;
  height: 51vw;
  width: 100%;
  max-width: 1160px;
}
.spday-bg:hover .add-profile-bg {
  display: block;
}
@media only screen and (max-width: 545px) {
  .spday-bg {
    top: 0;
    height: 600px;
  }
}
.profile-bg {
  position: absolute;
  top: 0;
  height: 600px;
  width: 100%;
  max-width: 1160px;
}
.profile-bg:hover .add-profile-bg {
  display: block;
}
.profile_bg_edit {
  position: absolute;
  top: 0;
  height: 300px;
  width: 100%;
  max-width: 1160px;
}
.profile_bg_edit .add-profile-bg {
  display: block;
}
#profile-header {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  margin-top: 250px;
}
.spday-header {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  margin-top: 600px;
}
.spday_bg_desktop {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 545px) {
  .spday_bg_desktop {
    display: none;
  }
}
@media only screen and (max-width: 545px) {
  .spday_bg_mobile {
    display: block !important;
  }
}
.profile-info {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}
.profile-avatar-container {
  position: absolute;
  width: 90px;
  height: 90px;
  top: -45px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.profile_avatar_container {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.profile-avatar {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  border: 3px solid #efefef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*.user-profile-img-button-container {
        display: none;
    }

    &:hover {
        .user-profile-img-button-container {
            display: block;
        }
    }*/
}
.profile_avatar {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-color: white;
  border: 3px solid #efefef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.profile-follow-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  z-index: 1;
  cursor: pointer;
  right: 0;
  bottom: 0;
  line-height: 45px;
  text-align: center;
  background-color: #1baeff;
}
.profile-follow-btn:hover:after {
  position: absolute;
  content: "Follow";
  color: #fafafa;
  background-color: #444;
  padding: 8px 15px;
  line-height: normal;
  border-radius: 3px;
  font-size: 13px;
  top: 108%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.profile-name {
  position: relative;
  text-align: center;
}
.profile-name h1 {
  position: relative;
  color: #5d5d5d;
  font-weight: normal;
  font-family: 'Mandali', Arial, sans-serif;
}
.profile-name-edit {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.profile-name-edit h1 {
  position: relative;
  color: #5d5d5d;
  font-weight: normal;
  font-family: 'Mandali', Arial, sans-serif;
}
.content_edit {
  position: relative;
}
.content_edit:before {
  content: "";
  background-image: url('/assets/img/edit-icon.png');
  width: 24px;
  height: 24px;
  opacity: 0.35;
  position: absolute;
  left: 100%;
  bottom: 70%;
}
.content_edit:hover:before {
  content: "";
  background-image: url('/assets/img/edit-icon.png');
  width: 24px;
  height: 24px;
  opacity: 0.5;
  position: absolute;
  left: 100%;
  bottom: 70%;
}
.profile-location p {
  color: #aaa;
  font-size: 15px;
  margin-top: -10px;
}
.profile-description {
  position: relative;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  color: #000;
  font-size: 15px;
  margin-top: 30px;
}
.profile-slug-lgdin {
  position: relative;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  margin-bottom: 25px;
}
.profile-slug-lgdin:hover:before {
  content: "";
  background-image: url('/assets/img/edit-icon.png');
  width: 24px;
  height: 24px;
  opacity: 0.5;
  position: absolute;
  left: 100%;
  bottom: 70%;
}
.profile-description-lgdin {
  position: relative;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  margin-top: 30px;
}
.profile-description-lgdin:hover:before {
  content: "";
  background-image: url('/assets/img/edit-icon.png');
  width: 24px;
  height: 24px;
  opacity: 0.5;
  position: absolute;
  left: 100%;
  bottom: 70%;
}
#page-header {
  position: relative;
  background-color: white;
  width: 100%;
  height: 180px;
  max-width: 1160px;
  margin: 64px auto 0 auto;
}
#page-header .sub-nav-item {
  color: white;
}
.following-page-header {
  position: relative;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
}
.manage-page-header {
  position: relative;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
  color: white;
  height: 100%;
}
.search-page-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  bottom: 0;
  background-color: #b6b6b6;
}
.title-one {
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 38px;
}
@media only screen and (max-width: 600px) {
  .title-one {
    font-size: 28px;
  }
}
.title-two {
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 38px;
}
@media only screen and (max-width: 600px) {
  .title-two {
    font-size: 28px;
  }
}
.main-content {
  position: relative;
  min-height: 600px;
  background-color: white;
  max-width: 1160px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.add-brand-icon {
  position: absolute;
  left: 102%;
  bottom: 50%;
  display: block;
  width: 24px;
  height: 24px;
  color: white;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: #13AFF0;
}
.add-brand-icon:hover {
  color: white;
  background-color: #3dc0f7;
}
.add-brand-icon .material-icons {
  font-size: 17px;
  line-height: 24px;
  position: relative;
  right: 0.015em;
}
.download-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.download-img .download-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white !important;
  opacity: 0;
  border-radius: 2px;
  -moz-animation: mb 0.925s ease 0s infinite;
  -o-animation: mb 0.925s ease 0s infinite;
  -webkit-animation: mb 0.925s ease 0s infinite;
  animation: mb 0.925s ease 0s infinite;
  /*left: 50%;
        top: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);*/
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.download-img .download-btn:hover {
  /*top: 49.65%;*/
}
.download-img .download-btn:hover:after {
  content: "Download";
  position: absolute;
  top: 55px;
  left: 50%;
  font-size: 12px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.download-img:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
.download-img:hover .download-btn {
  opacity: 1;
}
@-webkit-keyframes mb {
  0% {
    top: 15px;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 15px;
  }
}
.standard-container {
  position: relative;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
}
.spacer-10 {
  margin: 10px 0;
}
.spacer-20 {
  margin: 20px 0;
}
.spacer-30 {
  margin: 30px 0;
}
.spacer-40 {
  margin: 40px 0;
}
.spacer-50 {
  margin: 50px 0;
}
.spacer-60 {
  margin: 60px 0;
}
.spacer-80 {
  margin: 80px 0;
}
.spacer-100 {
  margin: 100px 0;
}
.spacer-110 {
  margin: 110px 0;
}
.spacer-120 {
  margin: 120px 0;
}
.page-examples {
  position: relative;
  top: 0;
  width: 100%;
  max-height: 850px;
  height: 79.45vw;
  background-color: #222;
  overflow: hidden;
  font-family: 'Mandali', Arial, sans-serif;
}
.page-examples p {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 746px) {
  .page-examples p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-examples {
    display: none;
  }
}
.hc-indicator {
  position: absolute;
  left: 70px;
  z-index: 2;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f5f5f5;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.indicator-position-2 {
  left: 36.2%;
}
.indicator-position-3 {
  left: 64.5%;
}
.publication-content {
  display: none;
  position: relative;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.publication-content .hc-pub-feed {
  position: absolute;
  max-width: 645px;
  right: 0;
  top: 23%;
}
.publication-content .hc-pub-feed img {
  max-width: 645px;
  width: 60.3vw;
}
.publication-content .hc-pub-content {
  position: absolute;
  color: white;
  top: 50%;
  left: 2%;
  max-width: 400px;
  width: 38vw;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.publication-content .hc-pub-content img {
  max-width: 100%;
}
.publication-content .hc-logo-position {
  position: absolute;
  right: 0;
  top: 10%;
}
@media only screen and (max-width: 615px) {
  .publication-content .hc-logo-position {
    top: 5%;
  }
}
.publication-content .hc-logo {
  width: 70%;
}
@media only screen and (max-width: 746px) {
  .publication-content .hc-logo {
    width: 50%;
  }
}
.publication-content .hc-logo img {
  max-width: 100%;
}
.publication-content .hc-link {
  width: 13%;
  display: inline-block;
}
.publication-content .hc-link img {
  max-width: 100%;
}
.hp-brand-content {
  display: none;
  position: relative;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hp-brand-content .hc-brand-feed {
  position: absolute;
  max-width: 645px;
  left: 0;
  top: -10%;
}
.hp-brand-content .hc-brand-feed img {
  max-width: 645px;
  width: 60.3vw;
}
.hp-brand-content .hc-brand-content {
  position: absolute;
  color: white;
  top: 50%;
  right: 2%;
  max-width: 400px;
  width: 38vw;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hp-brand-content .hc-brand-content img {
  max-width: 100%;
}
.hp-brand-content .hc-logo-position {
  position: absolute;
  right: 14%;
  bottom: 10%;
}
@media only screen and (max-width: 1020px) {
  .hp-brand-content .hc-logo-position {
    right: 2%;
    bottom: 2%;
  }
}
.hp-brand-content .hc-logo {
  width: 70%;
}
@media only screen and (max-width: 780px) {
  .hp-brand-content .hc-logo {
    width: 50%;
  }
}
.hp-brand-content .hc-logo img {
  max-width: 100%;
}
.hp-brand-content .hc-link {
  width: 13%;
  display: inline-block;
}
.hp-brand-content .hc-link img {
  max-width: 100%;
}
.local-content {
  display: none;
  position: relative;
  max-width: 1170px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.local-content .hc-local-feed {
  position: absolute;
  max-width: 645px;
  right: 0;
  top: 15%;
}
.local-content .hc-local-feed img {
  max-width: 645px;
  width: 60.3vw;
}
.local-content .hc-local-content {
  position: absolute;
  color: white;
  top: 50%;
  left: 2%;
  max-width: 400px;
  width: 38vw;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.local-content .hc-local-content img {
  width: 100%;
}
.local-content .hc-logo-position {
  position: absolute;
  right: 0;
  top: 5%;
}
.local-content .hc-logo {
  width: 70%;
}
@media only screen and (max-width: 746px) {
  .local-content .hc-logo {
    width: 50%;
  }
}
.local-content .hc-logo img {
  max-width: 100%;
}
.local-content .hc-link {
  width: 13%;
  display: inline-block;
}
.local-content .hc-link img {
  max-width: 100%;
}
.brand-bg {
  display: none;
}
.local-bg {
  display: none;
}
.pub-bg {
  display: none;
}
.hc-brand-btn {
  cursor: pointer;
}
.hc-local-btn {
  cursor: pointer;
}
.hc-pub-btn {
  cursor: pointer;
}
.add-profile-bg {
  display: none;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  top: 40%;
  left: 50%;
  color: white;
  padding: 10px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.4);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.jq_click {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.slide-wrapper {
  position: relative;
  left: 0;
  right: 0;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.slide-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(241, 241, 241, 0.85);
  z-index: 50000;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slide-modal-menu {
  position: fixed;
  max-width: 400px;
  width: 100%;
  background-color: white;
  top: 0;
  bottom: 0;
  right: -400px;
  z-index: 50001;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slide-out .slide-modal-menu {
  right: 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.slide-out .slide-wrapper {
  right: 50px;
  left: -50px;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.slide-out .slide-wrapper .fixed-col {
  -moz-transform: translate(-54.31%, 0);
  -ms-transform: translate(-54.31%, 0);
  -o-transform: translate(-54.31%, 0);
  -webkit-transform: translate(-54.31%, 0);
  transform: translate(-54.31%, 0);
}
.slide-out .slide-modal {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 50000;
  -moz-animation: modal-fade 0.2s ease-out 0s 1;
  -o-animation: modal-fade 0.2s ease-out 0s 1;
  -webkit-animation: modal-fade 0.2s ease-out 0s 1;
  animation: modal-fade 0.2s ease-out 0s 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.slide-out-list {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide-out-list .slide-out-list-item {
  width: 100%;
  padding: 9px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slide-out-list .slide-out-list-item:before {
  content: "";
  display: table;
}
.slide-out-list .slide-out-list-item:after {
  content: "";
  display: table;
}
.slide-out-list .slide-out-list-item:hover {
  background-color: #eee;
}
.slide-out-acount-link {
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  color: #333;
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 15px;
  outline-color: #bdbdbd;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  height: 35px;
  width: 100%;
  line-height: 35px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slide-out-acount-link .material-icons {
  color: #777;
  margin-right: 5px;
  font-size: 24px;
}
.slide-out-acount-link:hover {
  color: black;
}
.slide-out-scroll-container {
  position: absolute;
  height: 100%;
  width: 105%;
}
.remove-ads {
  position: relative;
  padding-top: 10px;
}
.modal-dialog {
  max-width: 600px;
  width: 100%;
  margin: 80px auto 30px auto;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
  display: none;
}
.share-style {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.share-style li a {
  display: block;
  padding: 5px 10px;
}
/*#region Loader */
.loader_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.small_loader {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  min-height: 300px;
  z-index: 1;
  background-color: #f0f0f0;
}
.small_loader .circular {
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite;
  -o-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 20%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  width: 20%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.small_loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  -moz-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  -o-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
  -moz-animation: rotate 2s linear infinite;
  -o-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  -moz-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  -o-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
/*#endregion */
.receipt_list .receipt_list_container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.45s ease-out;
  -moz-transition: max-height 0.45s ease-out;
  -o-transition: max-height 0.45s ease-out;
  transition: max-height 0.45s ease-out;
}
.receipt_list .receipt_list_title {
  cursor: pointer;
  border: thin solid #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 12px;
  background-color: #f5f5f5;
}
.receipt_list .receipt_list_title_item {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px;
  font-size: 13px;
  border-bottom: thin solid #ddd;
}
.receipt_list .receipt_list_title_item a {
  font-size: 12px;
  text-transform: uppercase;
}
.receipt_list .receipt_list_expand {
  max-height: 520px;
  height: 100%;
  -webkit-transition: max-height 0.45s ease-out;
  -moz-transition: max-height 0.45s ease-out;
  -o-transition: max-height 0.45s ease-out;
  transition: max-height 0.45s ease-out;
}
.create_page_input {
  display: block;
  width: 100%;
  padding: 2px 10px;
  margin: 9px 0;
  border: none;
  border-bottom: thin solid #bbb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}
#create_page {
  position: fixed;
  left: 0;
  right: 0;
  top: 130px;
  bottom: 0;
  overflow-x: hidden;
}
.create_page_slide_1,
.create_page_slide_2,
.create_page_slide_3,
.create_page_slide_4 {
  position: absolute;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.create_slide_hidden {
  left: 150%;
  opacity: 0;
}
.create_slide_out {
  left: -50%;
  opacity: 0;
}
/*#region cwc ad 3 */
#cwc-3 {
  position: relative;
  width: 100%;
  max-height: 520px;
  height: 44vw;
  margin: 0 auto;
  background-color: #395c65;
}
#cwc-3 .ism-slider > ol,
#cwc-3 .ism-slider > ol > li,
#cwc-3 .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cwc-3 .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#cwc-3 .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#cwc-3 .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#cwc-3 .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#cwc-3 .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#cwc-3 .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#cwc-3 .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#cwc-3 #ad-slider {
  width: 100%;
  max-height: 520px;
  height: 44vw;
}
/* SLIDES */
#cwc-3 #ad-slider .ism-img-frame {
  width: 100%;
}
#cwc-3 #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cwc-3 .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1170px;
  width: 98.35vw;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cwc-3 .example {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 10%;
  opacity: 0;
  -moz-animation: example 0.6s ease-out 0.5s;
  -o-animation: example 0.6s ease-out 0.5s;
  -webkit-animation: example 0.6s ease-out 0.5s;
  animation: example 0.6s ease-out 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
@keyframes offer {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
#cwc-3 .example2 {
  position: relative;
  max-width: 211px;
  width: 29.1vw;
  -moz-animation: example2 6.5s ease 6s infinite;
  -o-animation: example2 6.5s ease 6s infinite;
  -webkit-animation: example2 6.5s ease 6s infinite;
  animation: example2 6.5s ease 6s infinite;
}
.cwc-3-container1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 62.7vw;
  max-width: 746px;
  /* width: 37.5vw; */
}
.cwc-3-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cwc-3-logo img {
  max-width: 438px;
  width: 36.85vw;
}
#cwc-3 .realp {
  position: absolute;
  top: 29.5%;
  left: 0;
  opacity: 0;
  -moz-animation: realp 15s ease 2.25s infinite;
  -o-animation: realp 15s ease 2.25s infinite;
  -webkit-animation: realp 15s ease 2.25s infinite;
  animation: realp 15s ease 2.25s infinite;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
#cwc-3 .realp img {
  max-width: 145px;
  width: 12.2vw;
}
@-webkit-keyframes realp {
  0% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  4% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes realp {
  0% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  4% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#cwc-3 .realv {
  position: absolute;
  top: 48.9%;
  left: 0;
  -moz-animation: realv 15s ease 2.5s infinite;
  -o-animation: realv 15s ease 2.5s infinite;
  -webkit-animation: realv 15s ease 2.5s infinite;
  animation: realv 15s ease 2.5s infinite;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
#cwc-3 .realv img {
  max-width: 145px;
  width: 12.2vw;
}
@-webkit-keyframes realv {
  0% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  4% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes realv {
  0% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  4% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#cwc-3 .reale {
  position: absolute;
  top: 68.35%;
  left: 0;
  -moz-animation: reale 15s ease 2.75s infinite;
  -o-animation: reale 15s ease 2.75s infinite;
  -webkit-animation: reale 15s ease 2.75s infinite;
  animation: reale 15s ease 2.75s infinite;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
#cwc-3 .reale img {
  max-width: 145px;
  width: 12.2vw;
}
@-webkit-keyframes reale {
  0% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  4% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes reale {
  0% {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }
  4% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
#cwc-3 .cwc-3-learnmore {
  position: absolute;
  bottom: 0.5%;
  right: 0;
}
#cwc-3 .cwc-3-featured {
  position: absolute;
  right: 0;
  bottom: 13%;
  opacity: 0;
  -moz-animation: cwc-3-featured 15s ease 0.5s infinite;
  -o-animation: cwc-3-featured 15s ease 0.5s infinite;
  -webkit-animation: cwc-3-featured 15s ease 0.5s infinite;
  animation: cwc-3-featured 15s ease 0.5s infinite;
}
#cwc-3 .cwc-3-featured img {
  vertical-align: bottom;
  max-width: 598px;
  width: 50.25vw;
}
@-webkit-keyframes cwc-3-featured {
  0% {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    opacity: 0;
  }
  5% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
}
@keyframes cwc-3-featured {
  0% {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    opacity: 0;
  }
  5% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
}
#cwc-3 .cwc-3-container2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
#cwc-3 .cwc-3-group {
  opacity: 0;
  -moz-animation: cwc-3-group 15s ease 1s infinite;
  -o-animation: cwc-3-group 15s ease 1s infinite;
  -webkit-animation: cwc-3-group 15s ease 1s infinite;
  animation: cwc-3-group 15s ease 1s infinite;
}
.cwc-3-group img {
  max-width: 420px;
  width: 35.5vw;
}
@-webkit-keyframes cwc-3-group {
  0% {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    opacity: 0;
  }
  5% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
}
@keyframes cwc-3-group {
  0% {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    opacity: 0;
  }
  5% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
}
#cwc-3 .cwc-3-mountains {
  position: absolute;
  right: 0;
  opacity: 0;
  -moz-animation: cwc-3-mountains 15s ease 1.5s infinite;
  -o-animation: cwc-3-mountains 15s ease 1.5s infinite;
  -webkit-animation: cwc-3-mountains 15s ease 1.5s infinite;
  animation: cwc-3-mountains 15s ease 1.5s infinite;
}
#cwc-3 .cwc-3-mountains img {
  max-width: 316px;
  width: 26.5vw;
}
@-webkit-keyframes cwc-3-mountains {
  0% {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    opacity: 0;
  }
  5% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
}
@keyframes cwc-3-mountains {
  0% {
    -webkit-filter: brightness(10);
    filter: brightness(10);
    opacity: 0;
  }
  5% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
    opacity: 1;
  }
}
#cwc-3 .cwc-3-footer {
  position: absolute;
  left: 0;
  bottom: 0;
}
#cwc-3 .cwc-3-footer img {
  max-width: 745px;
  width: 62.7vw;
}
#cwc-3 .cwc-link {
  max-width: 420px;
  width: 35.25vw;
  vertical-align: bottom;
}
#cwc-3 .cwc-link:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
/*#endregion */
/*#region McD's ad 3 */
#mcds3 {
  position: relative;
  width: 100%;
  max-height: 625px;
  height: 53.5vw;
  margin: 0 auto;
}
#mcds3 .ism-slider > ol,
#mcds3 .ism-slider > ol > li,
#mcds3 .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mcds3 .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#mcds3 .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#mcds3 .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#mcds3 .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#mcds3 .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#mcds3 .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#mcds3 .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#mcds3 #ad-slider {
  width: 100%;
  max-height: 625px;
  height: 53.5vw;
}
/* SLIDES */
#mcds3 #ad-slider .ism-img-frame {
  width: 100%;
}
#mcds3 #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mcds3 .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 30px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mcds3 .fries {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 0;
  opacity: 0;
  -moz-animation: fries 0.6s ease-out 0.15s;
  -o-animation: fries 0.6s ease-out 0.15s;
  -webkit-animation: fries 0.6s ease-out 0.15s;
  animation: fries 0.6s ease-out 0.15s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fries img {
  max-width: 777px;
  width: 66.4vw;
}
@-webkit-keyframes fries {
  0% {
    opacity: 0;
    top: 15px;
    right: -100px;
  }
  100% {
    opacity: 1;
    top: 15px;
    right: 0;
  }
}
@keyframes fries {
  0% {
    opacity: 0;
    top: 15px;
    right: -100px;
  }
  100% {
    opacity: 1;
    top: 15px;
    right: 0;
  }
}
#mcds3 .offer {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 10%;
  opacity: 0;
  -moz-animation: offer 0.6s ease-out 0.5s;
  -o-animation: offer 0.6s ease-out 0.5s;
  -webkit-animation: offer 0.6s ease-out 0.5s;
  animation: offer 0.6s ease-out 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes offer {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
@keyframes offer {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
#mcds3 .offer img {
  max-width: 292px;
  width: 25vw;
}
#mcds3 .button {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 35%;
  opacity: 0;
  -moz-animation: btn3 0.6s ease-out 0.85s;
  -o-animation: btn3 0.6s ease-out 0.85s;
  -webkit-animation: btn3 0.6s ease-out 0.85s;
  animation: btn3 0.6s ease-out 0.85s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes btn3 {
  0% {
    opacity: 0;
    left: 5%;
    top: 40%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 35%;
  }
}
@keyframes btn3 {
  0% {
    opacity: 0;
    left: 5%;
    top: 40%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 35%;
  }
}
#mcds3 .button img {
  position: relative;
  max-width: 211px;
  width: 29.1vw;
  -moz-animation: tension 6.5s ease 6s infinite;
  -o-animation: tension 6.5s ease 6s infinite;
  -webkit-animation: tension 6.5s ease 6s infinite;
  animation: tension 6.5s ease 6s infinite;
}
@-webkit-keyframes tension {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -o-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  1% {
    -webkit-transform: translate(-1px, -2px) rotate(-1.35deg);
    -moz-transform: translate(-1px, -2px) rotate(-1.35deg);
    -ms-transform: translate(-1px, -2px) rotate(-1.35deg);
    -o-transform: translate(-1px, -2px) rotate(-1.35deg);
    transform: translate(-1px, -2px) rotate(-1.35deg);
  }
  2% {
    -webkit-transform: translate(-3px, 0px) rotate(1.35deg);
    -moz-transform: translate(-3px, 0px) rotate(1.35deg);
    -ms-transform: translate(-3px, 0px) rotate(1.35deg);
    -o-transform: translate(-3px, 0px) rotate(1.35deg);
    transform: translate(-3px, 0px) rotate(1.35deg);
  }
  3% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -o-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg);
  }
  4% {
    -webkit-transform: translate(1px, -1px) rotate(1.35deg);
    -moz-transform: translate(1px, -1px) rotate(1.35deg);
    -ms-transform: translate(1px, -1px) rotate(1.35deg);
    -o-transform: translate(1px, -1px) rotate(1.35deg);
    transform: translate(1px, -1px) rotate(1.35deg);
  }
  5% {
    -webkit-transform: translate(-1px, 2px) rotate(-1.35deg);
    -moz-transform: translate(-1px, 2px) rotate(-1.35deg);
    -ms-transform: translate(-1px, 2px) rotate(-1.35deg);
    -o-transform: translate(-1px, 2px) rotate(-1.35deg);
    transform: translate(-1px, 2px) rotate(-1.35deg);
  }
  6% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    -moz-transform: translate(-3px, 1px) rotate(0deg);
    -ms-transform: translate(-3px, 1px) rotate(0deg);
    -o-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  7% {
    -webkit-transform: translate(2px, 1px) rotate(-1.35deg);
    -moz-transform: translate(2px, 1px) rotate(-1.35deg);
    -ms-transform: translate(2px, 1px) rotate(-1.35deg);
    -o-transform: translate(2px, 1px) rotate(-1.35deg);
    transform: translate(2px, 1px) rotate(-1.35deg);
  }
  8% {
    -webkit-transform: translate(-1px, -1px) rotate(1.35deg);
    -moz-transform: translate(-1px, -1px) rotate(1.35deg);
    -ms-transform: translate(-1px, -1px) rotate(1.35deg);
    -o-transform: translate(-1px, -1px) rotate(1.35deg);
    transform: translate(-1px, -1px) rotate(1.35deg);
  }
  9% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -o-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(1px, -2px) rotate(-1.35deg);
    -moz-transform: translate(1px, -2px) rotate(-1.35deg);
    -ms-transform: translate(1px, -2px) rotate(-1.35deg);
    -o-transform: translate(1px, -2px) rotate(-1.35deg);
    transform: translate(1px, -2px) rotate(-1.35deg);
  }
  11% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes tension {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -o-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  1% {
    -webkit-transform: translate(-1px, -2px) rotate(-1.35deg);
    -moz-transform: translate(-1px, -2px) rotate(-1.35deg);
    -ms-transform: translate(-1px, -2px) rotate(-1.35deg);
    -o-transform: translate(-1px, -2px) rotate(-1.35deg);
    transform: translate(-1px, -2px) rotate(-1.35deg);
  }
  2% {
    -webkit-transform: translate(-3px, 0px) rotate(1.35deg);
    -moz-transform: translate(-3px, 0px) rotate(1.35deg);
    -ms-transform: translate(-3px, 0px) rotate(1.35deg);
    -o-transform: translate(-3px, 0px) rotate(1.35deg);
    transform: translate(-3px, 0px) rotate(1.35deg);
  }
  3% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -o-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg);
  }
  4% {
    -webkit-transform: translate(1px, -1px) rotate(1.35deg);
    -moz-transform: translate(1px, -1px) rotate(1.35deg);
    -ms-transform: translate(1px, -1px) rotate(1.35deg);
    -o-transform: translate(1px, -1px) rotate(1.35deg);
    transform: translate(1px, -1px) rotate(1.35deg);
  }
  5% {
    -webkit-transform: translate(-1px, 2px) rotate(-1.35deg);
    -moz-transform: translate(-1px, 2px) rotate(-1.35deg);
    -ms-transform: translate(-1px, 2px) rotate(-1.35deg);
    -o-transform: translate(-1px, 2px) rotate(-1.35deg);
    transform: translate(-1px, 2px) rotate(-1.35deg);
  }
  6% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    -moz-transform: translate(-3px, 1px) rotate(0deg);
    -ms-transform: translate(-3px, 1px) rotate(0deg);
    -o-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  7% {
    -webkit-transform: translate(2px, 1px) rotate(-1.35deg);
    -moz-transform: translate(2px, 1px) rotate(-1.35deg);
    -ms-transform: translate(2px, 1px) rotate(-1.35deg);
    -o-transform: translate(2px, 1px) rotate(-1.35deg);
    transform: translate(2px, 1px) rotate(-1.35deg);
  }
  8% {
    -webkit-transform: translate(-1px, -1px) rotate(1.35deg);
    -moz-transform: translate(-1px, -1px) rotate(1.35deg);
    -ms-transform: translate(-1px, -1px) rotate(1.35deg);
    -o-transform: translate(-1px, -1px) rotate(1.35deg);
    transform: translate(-1px, -1px) rotate(1.35deg);
  }
  9% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -o-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(1px, -2px) rotate(-1.35deg);
    -moz-transform: translate(1px, -2px) rotate(-1.35deg);
    -ms-transform: translate(1px, -2px) rotate(-1.35deg);
    -o-transform: translate(1px, -2px) rotate(-1.35deg);
    transform: translate(1px, -2px) rotate(-1.35deg);
  }
  11% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
#mcds3 .logo {
  position: absolute;
  z-index: 1;
  left: 2%;
  bottom: 2.5%;
}
#mcds3 .logo img {
  max-width: 664px;
  width: 92vw;
}
#mcds3 .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
#mcds3 .mobile-button {
  display: none;
  position: absolute;
  top: 35%;
  left: 5%;
}
#mcds3 .android {
  display: block;
  margin-bottom: 10px;
}
#mcds3 .android img {
  max-width: 110px;
  width: 19.75vw;
}
#mcds3 .apple img {
  max-width: 108px;
  width: 19.4vw;
}
@media only screen and (max-width: 767px) {
  #mcds3 .button {
    display: none;
  }
  #mcds3 .mobile-button {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #mcds3 .android {
    margin-bottom: 5px;
  }
}
/*#endregion */
/*#region community partners */
.sponsors-ads {
  position: relative;
  display: block;
  text-align: center;
  padding: 35px 0;
  border: thin solid #e2e2e2;
  background-color: white;
  margin: 0 0 50px 0;
}
.sponsors-ads .sponsors-ads-container {
  margin: 0 auto;
}
.sponsors-ads .ad-logo-item {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: middle;
}
.sponsors-ads .ad-logo-item .ad-logo {
  max-width: 160px;
  max-height: 160px;
}
.sp-heading {
  font-size: 20px;
}
/*#endregion */
/*#region wyolotto stuff */
.wyolotto-container {
  /*border-top: thin solid #ddd;
    border-bottom: thin solid #ddd;*/
  font-family: Roboto condensed, arial, sans-serif;
}
.wyolotto-row {
  max-width: 1124px;
  padding: 20px;
}
.wyologo {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  margin-right: 10px;
}
.wyologo img {
  display: block;
  margin: 0 auto;
  max-width: 285px;
  width: 100%;
  height: auto;
  padding-right: 50px;
}
@media only screen and (max-width: 600px) {
  .wyologo {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
.one-fourth {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
.one-fourth h1 {
  font-size: 17px;
  font-weight: normal;
  color: #2d69b5;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 490px) {
  .one-fourth {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
}
.amount {
  font-family: Roboto condensed, arial, sans-serif;
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
}
/*#endregion */
@media only screen and (max-width: 1000px) {
  .desktop_sub {
    display: none;
  }
}
.mobile_sub {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mobile_sub {
    display: block;
  }
}
#embed_feed {
  position: relative;
}
#embed_feed .card_feature_img {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
  max-height: 380px;
  height: 40vw !important;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#embed_feed .card_feature_img img {
  max-width: 100%;
  width: 100%;
}
#embed_feed pe-embed-card {
  width: 33%;
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  #embed_feed pe-embed-card {
    width: 49.65%;
  }
}
@media only screen and (max-width: 700px) {
  #embed_feed pe-embed-card {
    width: 100%;
  }
}
#embed_feed .card_headline {
  position: relative;
  overflow: hidden;
  max-height: 95px;
  min-height: 95px;
  font-size: 18px !important;
  line-height: 23px !important;
}
#embed_feed .pitch-headline-container {
  background-color: white;
  background: none;
  text-shadow: none;
  color: #444;
  position: relative;
  padding: 20px 20px 50px 20px;
}
@media only screen and (max-width: 767px) {
  #embed_feed .pitch-headline-container {
    padding: 20px 20px 30px 20px;
  }
}
#embed_feed .body-container {
  max-width: auto !important;
  max-width: none !important;
  width: 100%;
  margin: 0 auto;
  /*padding: 20px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #embed_feed .body-container {
    padding: 20px 0 20px 0;
  }
}
#embed_feed .post {
  position: relative;
  padding: 10px;
  width: 23%;
  display: inline-block;
  vertical-align: top;
  /*@media only screen and (max-width: 1095px) {
            width: 33%;
        }*/
}
@media only screen and (max-width: 1164px) {
  #embed_feed .post {
    width: 30.5%;
  }
}
@media only screen and (max-width: 815px) {
  #embed_feed .post {
    width: 46%;
  }
}
@media only screen and (max-width: 566px) {
  #embed_feed .post {
    width: 100%;
  }
}
#embed_feed .post .header-pitch {
  position: absolute;
  bottom: 10px;
  margin-left: 25px;
  display: table;
  z-index: 5;
}
#embed_feed .post .pitch-post {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: thin solid #e2e2e2;
}
#embed_feed .post .pitch-post .content {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  background-color: white;
  border-bottom: 0;
}
#embed_feed .post .pitch-post .inner-content {
  width: 100%;
  padding: 15px 15px;
  max-width: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#embed_feed .post .pitch-post .the-img-pitch {
  position: relative;
  overflow: hidden;
  max-height: 425px;
  height: 22.25vw;
}
@media only screen and (max-width: 705px) {
  #embed_feed .post .pitch-post .the-img-pitch {
    height: 47.25vw;
  }
}
@media only screen and (max-width: 500px) {
  #embed_feed .post .pitch-post .the-img-pitch {
    height: 84vw;
  }
}
#embed_feed .post .pitch-post .the-img-pitch a {
  display: block;
}
#embed_feed .post .pitch-post .the-img-pitch img {
  width: 100%;
}
#embed_feed .post .pitch-post .the-img-pitch .pitch-img-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
#embed_feed .post .header {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#embed_feed .post .header .brand-info .date-time {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
#embed_feed .post .headline {
  background: none;
  position: relative;
  padding: 0;
  color: #444;
  display: block;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  #embed_feed .post .headline {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 710px) {
  .share-mobile-padding {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
.feed_load_more {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.feed_load_more button {
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border: thin solid #ddd;
  border-radius: 2px;
  color: #909090;
}
.small-ad-container {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.small-ad {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 49.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.small-ad .sa-headline {
  display: block;
  margin-bottom: 5px;
  color: #6a6a6a;
}
.small-ad .sa-headline:hover {
  color: black;
}
.small-ad .sa-user {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #bbb;
}
@media only screen and (max-width: 412px) {
  .small-ad {
    width: 100%;
  }
}
#column_stager #page-header {
  background-color: transparent;
}
#column_stager .main-content {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #column_stager .main-content {
    text-align: center;
  }
}
#column_stager .feed-item {
  z-index: 1;
  max-width: 520px;
  width: 45vw;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  margin: 20px;
  margin-top: 50px;
  display: inline-block;
  position: absolute;
  background-color: white;
}
@media screen and (max-width: 767px) {
  #column_stager .feed-item {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 680px;
    top: 0 !important;
    text-align: left;
    text-align: initial;
  }
}
#column_stager .feed-item .card {
  margin-bottom: 0;
}
#column_stager .feed-item .card-brand-info {
  padding: 15px;
}
#column_stager .feed-item .status-body {
  padding: 5px 15px 25px 15px;
}
#column_stager .feed-item .share-mobile-padding {
  padding: 0 15px;
}
#column_stager .feed-item .card-headline-container {
  padding: 20px 15px 40px 15px;
}
.search-results {
  position: absolute;
  top: 80%;
  background-color: #f7f7f7;
  width: 250px;
  max-height: 375px;
  overflow: auto;
  right: 0;
  padding: 10px 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.8);
}
.search-results ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.search-results ul li {
  padding: 0;
  margin: 0;
}
.search-results ul li a {
  display: block;
  width: 100%;
  color: #999;
  padding: 5px;
  font-size: 14px;
  text-transform: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-results ul li a:hover {
  color: #101010;
  background-color: #efefef;
}
/*#region Porters ad1 */
#porters {
  position: relative;
  width: 100%;
  height: 58.8vw;
  max-height: 696px;
  margin: 0 auto;
  background-color: white;
}
#porters .ism-slider > ol,
#porters .ism-slider > ol > li,
#porters .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#porters .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#porters .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#porters .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#porters .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#porters .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#porters .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#porters .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#porters #ad-slider {
  width: 100%;
  height: 58.8vw;
  max-height: 696px;
  overflow: hidden;
}
/* SLIDES */
#porters #ad-slider .ism-img-frame {
  width: 100%;
}
#porters #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#porters .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#porters .example {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 10%;
  opacity: 0;
  -moz-animation: example 0.6s ease-out 0.5s;
  -o-animation: example 0.6s ease-out 0.5s;
  -webkit-animation: example 0.6s ease-out 0.5s;
  animation: example 0.6s ease-out 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
@keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
#porters .example2 {
  position: relative;
  max-width: 211px;
  width: 29.1vw;
  -moz-animation: example2 6.5s ease 6s infinite;
  -o-animation: example2 6.5s ease 6s infinite;
  -webkit-animation: example2 6.5s ease 6s infinite;
  animation: example2 6.5s ease 6s infinite;
}
#porters .porters_bg {
  position: relative;
  z-index: 2;
  width: 100%;
}
#porters .porters_bg img {
  max-width: 100%;
}
/*#######################################################################*/
#porters .b1 {
  position: absolute;
  width: 9vw;
  max-width: 100px;
  bottom: -236px;
  -moz-animation: b1 8s ease-out 0s infinite;
  -o-animation: b1 8s ease-out 0s infinite;
  -webkit-animation: b1 8s ease-out 0s infinite;
  animation: b1 8s ease-out 0s infinite;
}
#porters .b1 img {
  max-width: 100%;
}
@-webkit-keyframes b1 {
  0% {
    left: 0;
    bottom: -236px;
  }
  20% {
    left: 2%;
  }
  40% {
    left: -3%;
  }
  60% {
    left: 2%;
  }
  80% {
    left: -3%;
  }
  100% {
    left: 0;
    bottom: 100%;
  }
}
@keyframes b1 {
  0% {
    left: 0;
    bottom: -236px;
  }
  20% {
    left: 2%;
  }
  40% {
    left: -3%;
  }
  60% {
    left: 2%;
  }
  80% {
    left: -3%;
  }
  100% {
    left: 0;
    bottom: 100%;
  }
}
/*#######################################################################*/
#porters .b2 {
  position: absolute;
  width: 9vw;
  max-width: 100px;
  bottom: -236px;
  -moz-animation: b2 10s ease-out 0s infinite;
  -o-animation: b2 10s ease-out 0s infinite;
  -webkit-animation: b2 10s ease-out 0s infinite;
  animation: b2 10s ease-out 0s infinite;
}
#porters .b2 img {
  max-width: 100%;
}
@-webkit-keyframes b2 {
  0% {
    left: 10;
    bottom: -236px;
  }
  20% {
    left: 12%;
  }
  40% {
    left: 8%;
  }
  60% {
    left: 12%;
  }
  80% {
    left: 8%;
  }
  100% {
    left: 10;
    bottom: 100%;
  }
}
@keyframes b2 {
  0% {
    left: 10;
    bottom: -236px;
  }
  20% {
    left: 12%;
  }
  40% {
    left: 8%;
  }
  60% {
    left: 12%;
  }
  80% {
    left: 8%;
  }
  100% {
    left: 10;
    bottom: 100%;
  }
}
/*#######################################################################*/
#porters .b3 {
  position: absolute;
  width: 9vw;
  max-width: 100px;
  bottom: -236px;
  -moz-animation: b3 9s ease-out 0s infinite;
  -o-animation: b3 9s ease-out 0s infinite;
  -webkit-animation: b3 9s ease-out 0s infinite;
  animation: b3 9s ease-out 0s infinite;
}
#porters .b3 img {
  max-width: 100%;
}
@-webkit-keyframes b3 {
  0% {
    left: 15;
    bottom: -236px;
  }
  20% {
    left: 17%;
  }
  40% {
    left: 12%;
  }
  60% {
    left: 17%;
  }
  80% {
    left: 12%;
  }
  100% {
    left: 15;
    bottom: 100%;
  }
}
@keyframes b3 {
  0% {
    left: 15;
    bottom: -236px;
  }
  20% {
    left: 17%;
  }
  40% {
    left: 12%;
  }
  60% {
    left: 17%;
  }
  80% {
    left: 12%;
  }
  100% {
    left: 15;
    bottom: 100%;
  }
}
/*#######################################################################*/
#porters .b4 {
  position: absolute;
  width: 9vw;
  max-width: 100px;
  bottom: -236px;
  -moz-animation: b4 11s ease-out 0.5s infinite;
  -o-animation: b4 11s ease-out 0.5s infinite;
  -webkit-animation: b4 11s ease-out 0.5s infinite;
  animation: b4 11s ease-out 0.5s infinite;
}
#porters .b4 img {
  max-width: 100%;
}
@-webkit-keyframes b4 {
  0% {
    left: 5;
    bottom: -236px;
  }
  20% {
    left: 7%;
  }
  40% {
    left: 2%;
  }
  60% {
    left: 7%;
  }
  80% {
    left: 2%;
  }
  100% {
    left: 5;
    bottom: 100%;
  }
}
@keyframes b4 {
  0% {
    left: 5;
    bottom: -236px;
  }
  20% {
    left: 7%;
  }
  40% {
    left: 2%;
  }
  60% {
    left: 7%;
  }
  80% {
    left: 2%;
  }
  100% {
    left: 5;
    bottom: 100%;
  }
}
/*#######################################################################*/
#porters .b5 {
  position: absolute;
  width: 9vw;
  max-width: 100px;
  bottom: -236px;
  -moz-animation: b5 12s ease-out 2s infinite;
  -o-animation: b5 12s ease-out 2s infinite;
  -webkit-animation: b5 12s ease-out 2s infinite;
  animation: b5 12s ease-out 2s infinite;
}
#porters .b5 img {
  max-width: 100%;
}
@-webkit-keyframes b5 {
  0% {
    left: 8;
    bottom: -236px;
  }
  20% {
    left: 10%;
  }
  40% {
    left: 7%;
  }
  60% {
    left: 10%;
  }
  80% {
    left: 7%;
  }
  100% {
    left: 8;
    bottom: 100%;
  }
}
@keyframes b5 {
  0% {
    left: 8;
    bottom: -236px;
  }
  20% {
    left: 10%;
  }
  40% {
    left: 7%;
  }
  60% {
    left: 10%;
  }
  80% {
    left: 7%;
  }
  100% {
    left: 8;
    bottom: 100%;
  }
}
/*#######################################################################*/
#porters .b6 {
  position: absolute;
  width: 9vw;
  max-width: 100px;
  bottom: -236px;
  -moz-animation: b6 10s ease-out 1.5s infinite;
  -o-animation: b6 10s ease-out 1.5s infinite;
  -webkit-animation: b6 10s ease-out 1.5s infinite;
  animation: b6 10s ease-out 1.5s infinite;
}
#porters .b6 img {
  max-width: 100%;
}
@-webkit-keyframes b6 {
  0% {
    left: 4;
    bottom: -236px;
  }
  20% {
    left: 6%;
  }
  40% {
    left: 1%;
  }
  60% {
    left: 6%;
  }
  80% {
    left: 1%;
  }
  100% {
    left: 4;
    bottom: 100%;
  }
}
@keyframes b6 {
  0% {
    left: 4;
    bottom: -236px;
  }
  20% {
    left: 6%;
  }
  40% {
    left: 1%;
  }
  60% {
    left: 6%;
  }
  80% {
    left: 1%;
  }
  100% {
    left: 4;
    bottom: 100%;
  }
}
#porters .right-b {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#porters .full_link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
/*#endregion */
/*#region 307 Financial ad */
#fn_307 .ism-slider > ol,
#fn_307 .ism-slider > ol > li,
#fn_307 .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#fn_307 .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#fn_307 .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#fn_307 .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#fn_307 .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#fn_307 .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#fn_307 .ism-zoom-rotate {
  -webkit-animation: fn_307_zoom 40.0s linear infinite;
  -moz-animation: fn_307_zoom 40.0s linear infinite;
  -o-animation: fn_307_zoom 40.0s linear infinite;
  animation: fn_307_zoom 40.0s linear infinite;
}
@-webkit-keyframes fn_307_zoom {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.25);
    -moz-transform: rotate(-4deg) scale(1.25);
    -ms-transform: rotate(-4deg) scale(1.25);
    -o-transform: rotate(-4deg) scale(1.25);
    transform: rotate(-4deg) scale(1.25);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes fn_307_zoom {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.25);
    -moz-transform: rotate(0) scale(1.25);
    -ms-transform: rotate(0) scale(1.25);
    -o-transform: rotate(0) scale(1.25);
    transform: rotate(0) scale(1.25);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#fn_307 #ad-slider {
  width: 100%;
  height: 40.55vw;
  max-height: 268px;
  overflow: hidden;
}
/* SLIDES */
#fn_307 #ad-slider .ism-img-frame {
  width: 100%;
}
#fn_307 #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fn_307 .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fg_307 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fg_307 img {
  max-width: 100%;
  width: 100%;
}
#fn_307 .bg_307 {
  position: absolute;
  top: 0;
  left: 0;
}
#fn_307 .bg_307 img {
  max-width: 100%;
  width: 100%;
}
/*#endregion */
/*#region Wind River Casion ad1 */
#wrhc {
  position: relative;
  height: 40vw;
  max-height: 500px;
  width: 100%;
  margin: 0 auto;
}
@-webkit-keyframes fm-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes fm-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#wrhc .ism-slider > ol,
#wrhc .ism-slider > ol > li,
#wrhc .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrhc .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#wrhc .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#wrhc .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#wrhc .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#wrhc .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#wrhc .ism-zoom-in {
  -webkit-animation: fm-zoomin 0.8s linear 1;
  -moz-animation: fm-zoomin 0.8s linear 1;
  -o-animation: fm-zoomin 0.8s linear 1;
  animation: fm-zoomin 0.8s linear 1;
}
#wrhc .ism-zoom-rotate {
  -webkit-animation: fm-zoomrotate 20s linear infinite;
  -moz-animation: fm-zoomrotate 20s linear infinite;
  -o-animation: fm-zoomrotate 20s linear infinite;
  animation: fm-zoomrotate 20s linear infinite;
}
@-webkit-keyframes wrhc-zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.1);
    -moz-transform: rotate(-4deg) scale(1.1);
    -ms-transform: rotate(-4deg) scale(1.1);
    -o-transform: rotate(-4deg) scale(1.1);
    transform: rotate(-4deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes fm-zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.1);
    -moz-transform: rotate(0) scale(1.1);
    -ms-transform: rotate(0) scale(1.1);
    -o-transform: rotate(0) scale(1.1);
    transform: rotate(0) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#wrhc #ad-slider {
  width: 100%;
  max-height: 500px;
  height: 40vw;
}
@media only screen and (max-width: 530px) {
  #wrhc,
  #wrhc #ad-slider {
    height: 47vw;
  }
}
/* SLIDES */
#wrhc #ad-slider .ism-img-frame {
  width: 100%;
}
#wrhc #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wrhc .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  /* max-width: 1170px; */
  width: 100%;
  margin: 0 auto;
  height: 100%;
  /* padding: 30px; */
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrhc .bg {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -moz-animation: wrhc_bg 15s ease-out 0s infinite;
  -o-animation: wrhc_bg 15s ease-out 0s infinite;
  -webkit-animation: wrhc_bg 15s ease-out 0s infinite;
  animation: wrhc_bg 15s ease-out 0s infinite;
}
#wrhc .bg img {
  max-width: 100%;
  width: 100vw;
  z-index: 0;
}
@-webkit-keyframes wrhc_bg {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(1deg) scale(1.045);
    -moz-transform: rotate(1deg) scale(1.045);
    -ms-transform: rotate(1deg) scale(1.045);
    -o-transform: rotate(1deg) scale(1.045);
    transform: rotate(1deg) scale(1.045);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes wrhc_bg {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(1deg) scale(1.045);
    -moz-transform: rotate(1deg) scale(1.045);
    -ms-transform: rotate(1deg) scale(1.045);
    -o-transform: rotate(1deg) scale(1.045);
    transform: rotate(1deg) scale(1.045);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
#wrhc .wrhc-logo {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 10%;
  -moz-animation: wrhc-logo 15s ease-out 0s infinite;
  -o-animation: wrhc-logo 15s ease-out 0s infinite;
  -webkit-animation: wrhc-logo 15s ease-out 0s infinite;
  animation: wrhc-logo 15s ease-out 0s infinite;
}
#wrhc .wrhc-logo img {
  max-width: 465px;
  width: 37.5vw;
}
@-webkit-keyframes wrhc-logo {
  0% {
    opacity: 0;
    top: 0;
    left: 5%;
  }
  3% {
    opacity: 1;
    top: 0;
    left: 10%;
  }
  90% {
    opacity: 1;
    top: 0;
    left: 10%;
  }
  95% {
    opacity: 0;
    top: 0;
    left: 10%;
  }
  100% {
    opacity: 0;
    top: 0;
    left: 10%;
  }
}
@keyframes wrhc-logo {
  0% {
    opacity: 0;
    top: 0;
    left: 5%;
  }
  3% {
    opacity: 1;
    top: 0;
    left: 10%;
  }
  90% {
    opacity: 1;
    top: 0;
    left: 10%;
  }
  95% {
    opacity: 0;
    top: 0;
    left: 10%;
  }
  100% {
    opacity: 0;
    top: 0;
    left: 10%;
  }
}
#wrhc .state-logo img {
  max-width: 234px;
  width: 16.25vw;
}
#wrhc .center-container {
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;
  width: 69.25vw;
  padding: 0 15px;
}
#wrhc .headline {
  color: white;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 700;
  font-size: 2.75em;
  text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 1;
  right: 3%;
  bottom: 10%;
}
@media only screen and (max-width: 1170px) {
  #wrhc .headline {
    font-size: 4.15vw;
  }
}
@-webkit-keyframes wrhc_headline {
  0% {
    opacity: 0;
    right: 0;
    top: 45%;
  }
  3% {
    opacity: 1;
    right: 0;
    top: 50%;
  }
  80% {
    opacity: 1;
    right: 0;
    top: 50%;
  }
  83% {
    opacity: 0;
    right: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    right: 0;
    top: 50%;
  }
}
@keyframes wrhc_headline {
  0% {
    opacity: 0;
    right: 0;
    top: 45%;
  }
  3% {
    opacity: 1;
    right: 0;
    top: 50%;
  }
  80% {
    opacity: 1;
    right: 0;
    top: 50%;
  }
  83% {
    opacity: 0;
    right: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    right: 0;
    top: 50%;
  }
}
#wrhc .type1 {
  position: absolute;
  right: 2%;
  top: 5%;
}
#wrhc .type1 img {
  max-width: 260px;
  width: 21vw;
  height: auto;
  -moz-animation: type1 15s ease-out 0.25s infinite;
  -o-animation: type1 15s ease-out 0.25s infinite;
  -webkit-animation: type1 15s ease-out 0.25s infinite;
  animation: type1 15s ease-out 0.25s infinite;
}
@-webkit-keyframes type1 {
  0% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  1% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  2% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  5% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  10% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes type1 {
  0% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  1% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  2% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  5% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  10% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
#wrhc .type2 {
  position: absolute;
  right: 2%;
  top: 30%;
}
#wrhc .type2 img {
  max-width: 275px;
  width: 22vw;
  -moz-animation: type2 15s ease-out 0.4s infinite;
  -o-animation: type2 15s ease-out 0.4s infinite;
  -webkit-animation: type2 15s ease-out 0.4s infinite;
  animation: type2 15s ease-out 0.4s infinite;
}
@-webkit-keyframes type2 {
  0% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  1% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  2% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  5% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  10% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes type2 {
  0% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  1% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  2% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  5% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  10% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
#wrhc .type3 {
  position: absolute;
  right: 3%;
  top: 57%;
}
#wrhc .type3 img {
  max-width: 233px;
  width: 19vw;
  -moz-animation: type3 15s ease-out 0.6s infinite;
  -o-animation: type3 15s ease-out 0.6s infinite;
  -webkit-animation: type3 15s ease-out 0.6s infinite;
  animation: type3 15s ease-out 0.6s infinite;
}
@-webkit-keyframes type3 {
  0% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  1% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  2% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  5% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  10% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes type3 {
  0% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  1% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  2% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  5% {
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotatrotateXeZ(360deg);
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
  10% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
#wrhc .note-text {
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  color: #990033;
  position: absolute;
  font-family: 'Roboto', arial, sans-serif;
  right: 3%;
  bottom: 2%;
}
@media only screen and (max-width: 920px) {
  #wrhc .note-text {
    font-size: 2.6vw;
  }
}
/*#endregion */
/*#region wrhc2 ad */
#wrhc2 {
  position: relative;
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  margin: 0 auto;
  background-color: white;
}
#wrhc2 .ism-slider > ol,
#wrhc2 .ism-slider > ol > li,
#wrhc2 .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrhc2 .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#wrhc2 .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#wrhc2 .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#wrhc2 .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#wrhc2 .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#wrhc2 .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#wrhc2 .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#wrhc2 #ad-slider {
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  overflow: hidden;
}
/* SLIDES */
#wrhc2 #ad-slider .ism-img-frame {
  width: 100%;
}
#wrhc2 #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wrhc2 .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrhc2 .example {
  position: absolute;
  top: -57px;
  right: 2%;
  -moz-animation: shoro_btn 15s ease 3s;
  -o-animation: shoro_btn 15s ease 3s;
  -webkit-animation: shoro_btn 15s ease 3s;
  animation: shoro_btn 15s ease 3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#wrhc2 .wrhc_play {
  position: absolute;
  z-index: 1;
  right: 10%;
  top: 14%;
  -moz-animation: wrhc_play 12s ease 2s infinite;
  -o-animation: wrhc_play 12s ease 2s infinite;
  -webkit-animation: wrhc_play 12s ease 2s infinite;
  animation: wrhc_play 12s ease 2s infinite;
}
@-webkit-keyframes wrhc_play {
  0% {
    top: -57px;
  }
  3% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes wrhc_play {
  0% {
    top: -57px;
  }
  3% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
#wrhc2 .wrhc2_logo {
  position: absolute;
  z-index: 1;
  bottom: 6%;
  left: 3.5%;
  opacity: 0;
  -moz-animation: wrhc2_logo 15s ease 1.65s infinite;
  -o-animation: wrhc2_logo 15s ease 1.65s infinite;
  -webkit-animation: wrhc2_logo 15s ease 1.65s infinite;
  animation: wrhc2_logo 15s ease 1.65s infinite;
}
#wrhc2 .wrhc2_logo img {
  max-width: 236px;
  width: 21vw;
}
@-webkit-keyframes wrhc2_logo {
  0% {
    opacity: 0;
    bottom: 2%;
  }
  5% {
    opacity: 1;
    bottom: 6%;
  }
  90% {
    opacity: 1;
    bottom: 6%;
  }
  95% {
    opacity: 0;
    bottom: 6%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wrhc2_logo {
  0% {
    opacity: 0;
    bottom: 2%;
  }
  5% {
    opacity: 1;
    bottom: 6%;
  }
  90% {
    opacity: 1;
    bottom: 6%;
  }
  95% {
    opacity: 0;
    bottom: 6%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc2 .wrhc2_book_btn {
  position: absolute;
  z-index: 1;
  right: 3%;
  bottom: 4%;
  opacity: 0;
  -moz-animation: wrhc2_book_btn 15s ease 1.65s infinite;
  -o-animation: wrhc2_book_btn 15s ease 1.65s infinite;
  -webkit-animation: wrhc2_book_btn 15s ease 1.65s infinite;
  animation: wrhc2_book_btn 15s ease 1.65s infinite;
}
#wrhc2 .wrhc2_book_btn img {
  max-width: 195px;
  width: 37vw;
}
@-webkit-keyframes wrhc2_book_btn {
  0% {
    opacity: 0;
    bottom: 0%;
  }
  5% {
    opacity: 1;
    bottom: 4%;
  }
  90% {
    opacity: 1;
    bottom: 4%;
  }
  95% {
    opacity: 0;
    bottom: 4%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wrhc2_book_btn {
  0% {
    opacity: 0;
    bottom: 0%;
  }
  5% {
    opacity: 1;
    bottom: 4%;
  }
  90% {
    opacity: 1;
    bottom: 4%;
  }
  95% {
    opacity: 0;
    bottom: 4%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc2 .wrhc2_testimony {
  position: absolute;
  z-index: 2;
  right: 9%;
  top: 14%;
  opacity: 0;
  -moz-animation: wrhc2_testimony 15s ease 1.35s infinite;
  -o-animation: wrhc2_testimony 15s ease 1.35s infinite;
  -webkit-animation: wrhc2_testimony 15s ease 1.35s infinite;
  animation: wrhc2_testimony 15s ease 1.35s infinite;
}
#wrhc2 .wrhc2_testimony img {
  max-width: 631px;
  width: 81.25vw;
}
@-webkit-keyframes wrhc2_testimony {
  0% {
    opacity: 0;
    right: 12%;
  }
  5% {
    opacity: 1;
    right: 9%;
  }
  90% {
    opacity: 1;
    right: 9%;
  }
  95% {
    opacity: 0;
    right: 9%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wrhc2_testimony {
  0% {
    opacity: 0;
    right: 12%;
  }
  5% {
    opacity: 1;
    right: 9%;
  }
  90% {
    opacity: 1;
    right: 9%;
  }
  95% {
    opacity: 0;
    right: 9%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc2 .wrhc2_bg_block {
  position: absolute;
  z-index: 1;
  right: 7.75%;
  top: 10%;
  opacity: 0;
  -moz-animation: wrhc2_bg_block 15s ease 1s infinite;
  -o-animation: wrhc2_bg_block 15s ease 1s infinite;
  -webkit-animation: wrhc2_bg_block 15s ease 1s infinite;
  animation: wrhc2_bg_block 15s ease 1s infinite;
}
#wrhc2 .wrhc2_bg_block img {
  max-width: 659px;
  width: 84.7vw;
}
@-webkit-keyframes wrhc2_bg_block {
  0% {
    opacity: 0;
    right: 2.75%;
  }
  5% {
    opacity: 1;
    right: 7.75%;
  }
  90% {
    opacity: 1;
    right: 7.75%;
  }
  95% {
    opacity: 0;
    right: 7.75%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wrhc2_bg_block {
  0% {
    opacity: 0;
    right: 2.75%;
  }
  5% {
    opacity: 1;
    right: 7.75%;
  }
  90% {
    opacity: 1;
    right: 7.75%;
  }
  95% {
    opacity: 0;
    right: 7.75%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc2 .wrhc2_bg img {
  max-width: 100%;
  width: 100%;
  opacity: 0.95;
}
/*#endregion */
/*#region wrhc3 */
#wrhc3 {
  position: relative;
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  margin: 0 auto;
  background-color: white;
}
#wrhc3 .ism-slider > ol,
#wrhc3 .ism-slider > ol > li,
#wrhc3 .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wrhc3 .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#wrhc3 .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#wrhc3 .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#wrhc3 .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#wrhc3 .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#wrhc3 .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#wrhc3 .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#wrhc3 #ad-slider {
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  overflow: hidden;
}
/* SLIDES */
#wrhc3 #ad-slider .ism-img-frame {
  width: 100%;
}
#wrhc3 #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#wrhc3 .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrhc3 .example {
  position: absolute;
  top: -57px;
  right: 2%;
  -moz-animation: shoro_btn 15s ease 3s;
  -o-animation: shoro_btn 15s ease 3s;
  -webkit-animation: shoro_btn 15s ease 3s;
  animation: shoro_btn 15s ease 3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#wrhc3 .terny_logo {
  position: absolute;
  top: 5%;
  left: 12%;
  opacity: 0;
  -moz-animation: terny_logo 20s ease 1s infinite;
  -o-animation: terny_logo 20s ease 1s infinite;
  -webkit-animation: terny_logo 20s ease 1s infinite;
  animation: terny_logo 20s ease 1s infinite;
}
#wrhc3 .terny_logo img {
  max-width: 254px;
  width: 22.6vw;
}
@-webkit-keyframes terny_logo {
  0% {
    opacity: 0;
    top: 0%;
  }
  3% {
    opacity: 1;
    top: 5%;
  }
  90% {
    opacity: 1;
    top: 5%;
  }
  95% {
    opacity: 0;
    top: 5%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes terny_logo {
  0% {
    opacity: 0;
    top: 0%;
  }
  3% {
    opacity: 1;
    top: 5%;
  }
  90% {
    opacity: 1;
    top: 5%;
  }
  95% {
    opacity: 0;
    top: 5%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc3 .terny_chips {
  position: absolute;
  top: 30%;
  left: 12%;
  opacity: 0;
  -moz-animation: terny_chips 20s ease 1s infinite;
  -o-animation: terny_chips 20s ease 1s infinite;
  -webkit-animation: terny_chips 20s ease 1s infinite;
  animation: terny_chips 20s ease 1s infinite;
}
#wrhc3 .terny_chips img {
  max-width: 454px;
  width: 40.4vw;
}
@-webkit-keyframes terny_chips {
  0% {
    opacity: 0;
    top: 25%;
  }
  3% {
    opacity: 1;
    top: 30%;
  }
  90% {
    opacity: 1;
    top: 30%;
  }
  95% {
    opacity: 0;
    top: 30%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes terny_chips {
  0% {
    opacity: 0;
    top: 25%;
  }
  3% {
    opacity: 1;
    top: 30%;
  }
  90% {
    opacity: 1;
    top: 30%;
  }
  95% {
    opacity: 0;
    top: 30%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc3 .terny {
  position: absolute;
  right: 5%;
  top: 4%;
  opacity: 0;
  -moz-animation: terny 20s ease 1s infinite;
  -o-animation: terny 20s ease 1s infinite;
  -webkit-animation: terny 20s ease 1s infinite;
  animation: terny 20s ease 1s infinite;
}
#wrhc3 .terny img {
  max-width: 488px;
  width: 43.4vw;
}
@-webkit-keyframes terny {
  0% {
    opacity: 0;
    top: 9%;
  }
  3% {
    opacity: 1;
    top: 4%;
  }
  90% {
    opacity: 1;
    top: 4%;
  }
  95% {
    opacity: 0;
    top: 4%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes terny {
  0% {
    opacity: 0;
    top: 9%;
  }
  3% {
    opacity: 1;
    top: 4%;
  }
  90% {
    opacity: 1;
    top: 4%;
  }
  95% {
    opacity: 0;
    top: 4%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc3 .terny_date {
  position: absolute;
  top: 1.5%;
  left: 1%;
  opacity: 0;
  -moz-animation: terny_date 20s ease 1.35s infinite;
  -o-animation: terny_date 20s ease 1.35s infinite;
  -webkit-animation: terny_date 20s ease 1.35s infinite;
  animation: terny_date 20s ease 1.35s infinite;
}
#wrhc3 .terny_date img {
  max-width: 51px;
  width: 4.55vw;
}
@-webkit-keyframes terny_date {
  0% {
    opacity: 0;
    left: 0;
  }
  3% {
    opacity: 1;
    left: 1%;
  }
  8% {
    opacity: 1;
  }
  8.5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  9.5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    left: 1%;
  }
  95% {
    opacity: 0;
    left: 1%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes terny_date {
  0% {
    opacity: 0;
    left: 0;
  }
  3% {
    opacity: 1;
    left: 1%;
  }
  8% {
    opacity: 1;
  }
  8.5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  9.5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    left: 1%;
  }
  95% {
    opacity: 0;
    left: 1%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc3 .terny_buyin {
  position: absolute;
  top: 4.25%;
  right: 1%;
  opacity: 0;
  -moz-animation: terny_buyin 20s ease 1.7s infinite;
  -o-animation: terny_buyin 20s ease 1.7s infinite;
  -webkit-animation: terny_buyin 20s ease 1.7s infinite;
  animation: terny_buyin 20s ease 1.7s infinite;
}
#wrhc3 .terny_buyin img {
  max-width: 37px;
  width: 3.3VW;
}
@-webkit-keyframes terny_buyin {
  0% {
    opacity: 0;
    right: 0;
  }
  3% {
    opacity: 1;
    right: 1%;
  }
  8% {
    opacity: 1;
  }
  8.5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  9.5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    right: 1%;
  }
  95% {
    opacity: 0;
    right: 1%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes terny_buyin {
  0% {
    opacity: 0;
    right: 0;
  }
  3% {
    opacity: 1;
    right: 1%;
  }
  8% {
    opacity: 1;
  }
  8.5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  9.5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    right: 1%;
  }
  95% {
    opacity: 0;
    right: 1%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc3 .terny_pot {
  position: absolute;
  right: 5%;
  bottom: 1%;
  opacity: 0;
  -moz-animation: terny_pot 20s ease 2s infinite;
  -o-animation: terny_pot 20s ease 2s infinite;
  -webkit-animation: terny_pot 20s ease 2s infinite;
  animation: terny_pot 20s ease 2s infinite;
}
#wrhc3 .terny_pot img {
  max-width: 479px;
  width: 42.6vw;
}
@-webkit-keyframes terny_pot {
  0% {
    opacity: 0;
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2);
  }
  2% {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  8% {
    opacity: 1;
  }
  8.5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  9.5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes terny_pot {
  0% {
    opacity: 0;
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    transform: scale(2, 2);
  }
  2% {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  8% {
    opacity: 1;
  }
  8.5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  9.5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#wrhc3 .terny_register {
  position: absolute;
  bottom: 6%;
  left: 6.5%;
  opacity: 0;
  -moz-animation: terny_register 20s ease 2.35s infinite;
  -o-animation: terny_register 20s ease 2.35s infinite;
  -webkit-animation: terny_register 20s ease 2.35s infinite;
  animation: terny_register 20s ease 2.35s infinite;
}
#wrhc3 .terny_register img {
  max-width: 503px;
  width: 44.75vw;
}
@-webkit-keyframes terny_register {
  0% {
    opacity: 0;
    bottom: 1%;
  }
  3% {
    opacity: 1;
    bottom: 6%;
  }
  8% {
    opacity: 1;
  }
  8.5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  9.5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    bottom: 6%;
  }
  95% {
    opacity: 0;
    bottom: 6%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes terny_register {
  0% {
    opacity: 0;
    bottom: 1%;
  }
  3% {
    opacity: 1;
    bottom: 6%;
  }
  8% {
    opacity: 1;
  }
  8.5% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  9.5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    bottom: 6%;
  }
  95% {
    opacity: 0;
    bottom: 6%;
  }
  100% {
    opacity: 0;
  }
}
#wrhc3 .terny_bg img {
  max-width: 100%;
  width: 100%;
}
#wrhc3 .terny_link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: block;
}
/*#endregion */
/*#region lloyd ad */
#lloyd {
  position: relative;
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  margin: 0 auto;
  background-color: white;
}
#lloyd .ism-slider > ol,
#lloyd .ism-slider > ol > li,
#lloyd .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#lloyd .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#lloyd .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#lloyd .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#lloyd .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#lloyd .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
/* SLIDER */
#lloyd #ad-slider {
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  overflow: hidden;
}
/* SLIDES */
#lloyd #ad-slider .ism-img-frame {
  width: 100%;
}
#lloyd #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#lloyd .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#lloyd .rp_logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#lloyd .lloyd_btn {
  position: absolute;
  right: 17%;
  bottom: 25%;
  z-index: 2;
}
#lloyd .hd_54 {
  position: absolute;
  z-index: 1;
  bottom: 2%;
  right: 2%;
}
#lloyd .lloyd_logo {
  position: absolute;
  right: 5%;
  top: 12%;
  z-index: 1;
}
#lloyd .lloyd {
  position: absolute;
  bottom: 0;
  left: 2%;
  z-index: 1;
}
#lloyd .bg_element {
  position: absolute;
  background-color: #ffc526;
  width: 100%;
  height: 70px;
  bottom: 0;
}
#lloyd .lloyd_bg {
  max-width: 100%;
  width: 100%;
}
/*#endregion */
/*#region Shoshone Rose ad1 */
#shoro {
  position: relative;
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  margin: 0 auto;
  background-color: white;
}
#shoro .ism-slider > ol,
#shoro .ism-slider > ol > li,
#shoro .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shoro .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#shoro .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#shoro .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#shoro .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#shoro .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#shoro .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#shoro .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#shoro #ad-slider {
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  overflow: hidden;
}
/* SLIDES */
#shoro #ad-slider .ism-img-frame {
  width: 100%;
}
#shoro #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#shoro .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#shoro .example {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 10%;
  opacity: 0;
  -moz-animation: example 0.6s ease-out 0.5s;
  -o-animation: example 0.6s ease-out 0.5s;
  -webkit-animation: example 0.6s ease-out 0.5s;
  animation: example 0.6s ease-out 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
@keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
#shoro .example2 {
  position: relative;
  max-width: 211px;
  width: 29.1vw;
  -moz-animation: example2 6.5s ease 6s infinite;
  -o-animation: example2 6.5s ease 6s infinite;
  -webkit-animation: example2 6.5s ease 6s infinite;
  animation: example2 6.5s ease 6s infinite;
}
#shoro .shoro_bg {
  width: 100%;
}
#shoro .shoro_bg img {
  max-width: 100%;
}
#shoro .word_1 {
  position: absolute;
  top: 26%;
  left: 16%;
  opacity: 0;
  -moz-animation: shoro_word_1 15s ease 1.5s infinite;
  -o-animation: shoro_word_1 15s ease 1.5s infinite;
  -webkit-animation: shoro_word_1 15s ease 1.5s infinite;
  animation: shoro_word_1 15s ease 1.5s infinite;
}
#shoro .word_1 img {
  max-width: 115px;
  width: 10.25vw;
}
@-webkit-keyframes shoro_word_1 {
  0% {
    left: 11%;
    opacity: 0;
  }
  5% {
    left: 16%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shoro_word_1 {
  0% {
    left: 11%;
    opacity: 0;
  }
  5% {
    left: 16%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#shoro .word_2 {
  position: absolute;
  top: 26%;
  left: 33.25%;
  opacity: 0;
  -moz-animation: shoro_word_2 15s ease 1.75s infinite;
  -o-animation: shoro_word_2 15s ease 1.75s infinite;
  -webkit-animation: shoro_word_2 15s ease 1.75s infinite;
  animation: shoro_word_2 15s ease 1.75s infinite;
}
#shoro .word_2 img {
  max-width: 144px;
  width: 12.8vw;
}
@-webkit-keyframes shoro_word_2 {
  0% {
    top: 20%;
    opacity: 0;
  }
  5% {
    top: 26%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shoro_word_2 {
  0% {
    top: 20%;
    opacity: 0;
  }
  5% {
    top: 26%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#shoro .word_3 {
  position: absolute;
  top: 26%;
  left: 53.15%;
  opacity: 0;
  -moz-animation: shoro_word_3 15s ease 2s infinite;
  -o-animation: shoro_word_3 15s ease 2s infinite;
  -webkit-animation: shoro_word_3 15s ease 2s infinite;
  animation: shoro_word_3 15s ease 2s infinite;
}
#shoro .word_3 img {
  max-width: 86px;
  width: 7.7vw;
}
@-webkit-keyframes shoro_word_3 {
  0% {
    top: 31%;
    opacity: 0;
  }
  5% {
    top: 26%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shoro_word_3 {
  0% {
    top: 31%;
    opacity: 0;
  }
  5% {
    top: 26%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#shoro .word_4 {
  position: absolute;
  top: 26%;
  left: 68%;
  opacity: 0;
  -moz-animation: shoro_word_4 15s ease 2.25s infinite;
  -o-animation: shoro_word_4 15s ease 2.25s infinite;
  -webkit-animation: shoro_word_4 15s ease 2.25s infinite;
  animation: shoro_word_4 15s ease 2.25s infinite;
}
#shoro .word_4 img {
  max-width: 180px;
  width: 16vw;
}
@-webkit-keyframes shoro_word_4 {
  0% {
    left: 73%;
    opacity: 0;
  }
  5% {
    left: 68%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shoro_word_4 {
  0% {
    left: 73%;
    opacity: 0;
  }
  5% {
    left: 68%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#shoro .rose_1 {
  position: absolute;
  top: 26%;
  left: 27.9%;
  -moz-transform: rotateZ(-360deg) scale(0, 0);
  -ms-transform: rotateZ(-360deg) scale(0, 0);
  -o-transform: rotateZ(-360deg) scale(0, 0);
  -webkit-transform: rotateZ(-360deg) scale(0, 0);
  transform: rotateZ(-360deg) scale(0, 0);
  -moz-animation: rose_twist 15s ease 1s infinite;
  -o-animation: rose_1 15s ease 1s infinite;
  -webkit-animation: rose_twist 15s ease 1s infinite;
  animation: rose_twist 15s ease 1s infinite;
}
#shoro .rose_2 {
  position: absolute;
  top: 26%;
  left: 47.75%;
  -moz-transform: rotateZ(-360deg) scale(0, 0);
  -ms-transform: rotateZ(-360deg) scale(0, 0);
  -o-transform: rotateZ(-360deg) scale(0, 0);
  -webkit-transform: rotateZ(-360deg) scale(0, 0);
  transform: rotateZ(-360deg) scale(0, 0);
  -moz-animation: rose_twist 15s ease 1.25s infinite;
  -o-animation: rose_twist 15s ease 1.25s infinite;
  -webkit-animation: rose_twist 15s ease 1.25s infinite;
  animation: rose_twist 15s ease 1.25s infinite;
}
#shoro .rose_3 {
  position: absolute;
  top: 26%;
  left: 62.45%;
  -moz-transform: rotateZ(-360deg) scale(0, 0);
  -ms-transform: rotateZ(-360deg) scale(0, 0);
  -o-transform: rotateZ(-360deg) scale(0, 0);
  -webkit-transform: rotateZ(-360deg) scale(0, 0);
  transform: rotateZ(-360deg) scale(0, 0);
  -moz-animation: rose_twist 15s ease 1.5s infinite;
  -o-animation: rose_twist 15s ease 1.5s infinite;
  -webkit-animation: rose_twist 15s ease 1.5s infinite;
  animation: rose_twist 15s ease 1.5s infinite;
}
#shoro .rose_1 img,
#shoro .rose_2 img,
#shoro .rose_3 img {
  max-width: 44px;
  width: 4vw;
}
@-webkit-keyframes rose_twist {
  0% {
    -moz-transform: rotateZ(-360deg) scale(0, 0);
    -ms-transform: rotateZ(-360deg) scale(0, 0);
    -o-transform: rotateZ(-360deg) scale(0, 0);
    -webkit-transform: rotateZ(-360deg) scale(0, 0);
    transform: rotateZ(-360deg) scale(0, 0);
  }
  5% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
  }
  90% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 1;
  }
  95% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 0;
  }
}
@keyframes rose_twist {
  0% {
    -moz-transform: rotateZ(-360deg) scale(0, 0);
    -ms-transform: rotateZ(-360deg) scale(0, 0);
    -o-transform: rotateZ(-360deg) scale(0, 0);
    -webkit-transform: rotateZ(-360deg) scale(0, 0);
    transform: rotateZ(-360deg) scale(0, 0);
  }
  5% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
  }
  90% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 1;
  }
  95% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 0;
  }
}
#shoro .shoro_logo {
  position: absolute;
  top: 4%;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: shoro_logo 15s ease 2.5s;
  -o-animation: shoro_logo 15s ease 2.5s;
  -webkit-animation: shoro_logo 15s ease 2.5s;
  animation: shoro_logo 15s ease 2.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#shoro .shoro_logo img {
  max-width: 302px;
  width: 26.85vw;
}
@-webkit-keyframes shoro_logo {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
    top: 4%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shoro_logo {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
    top: 4%;
  }
  100% {
    opacity: 1;
  }
}
#shoro .shoro_btn {
  position: absolute;
  top: -57px;
  right: 2%;
  -moz-animation: shoro_btn 15s ease 3s;
  -o-animation: shoro_btn 15s ease 3s;
  -webkit-animation: shoro_btn 15s ease 3s;
  animation: shoro_btn 15s ease 3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#shoro .shoro_btn img {
  max-width: 236px;
  width: 21vw;
}
@-webkit-keyframes shoro_btn {
  0% {
    top: -57px;
  }
  3% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes shoro_btn {
  0% {
    top: -57px;
  }
  3% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@media only screen and (max-width: 690px) {
  #shoro .shoro_btn {
    position: absolute;
    top: auto;
    bottom: 0;
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
  }
  #shoro .shoro_btn img {
    max-width: 236px;
    width: 35vw;
  }
}
/*#endregion */
/*#region shoro ad #2 */
#shoro2 {
  position: relative;
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  margin: 0 auto;
  background-color: white;
}
#shoro2 .ism-slider > ol,
#shoro2 .ism-slider > ol > li,
#shoro2 .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#shoro2 .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#shoro2 .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#shoro2 .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#shoro2 .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#shoro2 .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#shoro2 .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#shoro2 .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#shoro2 #ad-slider {
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  overflow: hidden;
}
/* SLIDES */
#shoro2 #ad-slider .ism-img-frame {
  width: 100%;
}
#shoro2 #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#shoro2 .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#shoro2 .example {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 10%;
  opacity: 0;
  -moz-animation: example 0.6s ease-out 0.5s;
  -o-animation: example 0.6s ease-out 0.5s;
  -webkit-animation: example 0.6s ease-out 0.5s;
  animation: example 0.6s ease-out 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
@keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
#shoro2 .example2 {
  position: relative;
  max-width: 211px;
  width: 29.1vw;
  -moz-animation: example2 6.5s ease 6s infinite;
  -o-animation: example2 6.5s ease 6s infinite;
  -webkit-animation: example2 6.5s ease 6s infinite;
  animation: example2 6.5s ease 6s infinite;
}
#shoro2 .shoro_bg {
  width: 100%;
}
#shoro2 .shoro_bg img {
  max-width: 100%;
}
#shoro2 .word_1 {
  position: absolute;
  top: 26%;
  left: 7.5%;
  opacity: 0;
  -moz-animation: shoro_word_1 15s ease 1.5s infinite;
  -o-animation: shoro_word_1 15s ease 1.5s infinite;
  -webkit-animation: shoro_word_1 15s ease 1.5s infinite;
  animation: shoro_word_1 15s ease 1.5s infinite;
}
#shoro2 .word_1 img {
  max-width: 239px;
  width: 21.2vw;
}
@-webkit-keyframes shoro_word_1 {
  0% {
    left: 2.5%;
    opacity: 0;
  }
  5% {
    left: 7.5%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shoro_word_1 {
  0% {
    left: 2.5%;
    opacity: 0;
  }
  5% {
    left: 7.5%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#shoro2 .word_2 {
  position: absolute;
  top: 26%;
  left: 37.25%;
  opacity: 0;
  -moz-animation: shoro_word_2 15s ease 1.75s infinite;
  -o-animation: shoro_word_2 15s ease 1.75s infinite;
  -webkit-animation: shoro_word_2 15s ease 1.75s infinite;
  animation: shoro_word_2 15s ease 1.75s infinite;
}
#shoro2 .word_2 img {
  max-width: 211px;
  width: 18.8vw;
}
@-webkit-keyframes shoro_word_2 {
  0% {
    top: 20%;
    opacity: 0;
  }
  5% {
    top: 26%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shoro_word_2 {
  0% {
    top: 20%;
    opacity: 0;
  }
  5% {
    top: 26%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#shoro2 .word_3 {
  position: absolute;
  top: 26%;
  left: 64.15%;
  opacity: 0;
  -moz-animation: shoro_word_3 15s ease 2s infinite;
  -o-animation: shoro_word_3 15s ease 2s infinite;
  -webkit-animation: shoro_word_3 15s ease 2s infinite;
  animation: shoro_word_3 15s ease 2s infinite;
}
#shoro2 .word_3 img {
  max-width: 324px;
  width: 28.8vw;
}
@-webkit-keyframes shoro_word_3 {
  0% {
    top: 31%;
    opacity: 0;
  }
  5% {
    top: 26%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shoro_word_3 {
  0% {
    top: 31%;
    opacity: 0;
  }
  5% {
    top: 26%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#shoro2 .word_4 {
  position: absolute;
  top: 26%;
  left: 68%;
  opacity: 0;
  -moz-animation: shoro_word_4 15s ease 2.25s infinite;
  -o-animation: shoro_word_4 15s ease 2.25s infinite;
  -webkit-animation: shoro_word_4 15s ease 2.25s infinite;
  animation: shoro_word_4 15s ease 2.25s infinite;
}
#shoro2 .word_4 img {
  max-width: 180px;
  width: 16vw;
}
@-webkit-keyframes shoro_word_4 {
  0% {
    left: 73%;
    opacity: 0;
  }
  5% {
    left: 68%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shoro_word_4 {
  0% {
    left: 73%;
    opacity: 0;
  }
  5% {
    left: 68%;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#shoro2 .rose_1 {
  position: absolute;
  top: 24%;
  left: 31.5%;
  -moz-transform: rotateZ(-360deg) scale(0, 0);
  -ms-transform: rotateZ(-360deg) scale(0, 0);
  -o-transform: rotateZ(-360deg) scale(0, 0);
  -webkit-transform: rotateZ(-360deg) scale(0, 0);
  transform: rotateZ(-360deg) scale(0, 0);
  -moz-animation: rose_twist 15s ease 1s infinite;
  -o-animation: rose_1 15s ease 1s infinite;
  -webkit-animation: rose_twist 15s ease 1s infinite;
  animation: rose_twist 15s ease 1s infinite;
}
#shoro2 .rose_2 {
  position: absolute;
  top: 24%;
  left: 58.25%;
  -moz-transform: rotateZ(-360deg) scale(0, 0);
  -ms-transform: rotateZ(-360deg) scale(0, 0);
  -o-transform: rotateZ(-360deg) scale(0, 0);
  -webkit-transform: rotateZ(-360deg) scale(0, 0);
  transform: rotateZ(-360deg) scale(0, 0);
  -moz-animation: rose_twist 15s ease 1.25s infinite;
  -o-animation: rose_twist 15s ease 1.25s infinite;
  -webkit-animation: rose_twist 15s ease 1.25s infinite;
  animation: rose_twist 15s ease 1.25s infinite;
}
#shoro2 .rose_3 {
  position: absolute;
  top: 26%;
  left: 62.45%;
  -moz-transform: rotateZ(-360deg) scale(0, 0);
  -ms-transform: rotateZ(-360deg) scale(0, 0);
  -o-transform: rotateZ(-360deg) scale(0, 0);
  -webkit-transform: rotateZ(-360deg) scale(0, 0);
  transform: rotateZ(-360deg) scale(0, 0);
  -moz-animation: rose_twist 15s ease 1.5s infinite;
  -o-animation: rose_twist 15s ease 1.5s infinite;
  -webkit-animation: rose_twist 15s ease 1.5s infinite;
  animation: rose_twist 15s ease 1.5s infinite;
}
#shoro2 .rose_1 img,
#shoro2 .rose_2 img,
#shoro2 .rose_3 img {
  max-width: 44px;
  width: 4vw;
}
@-webkit-keyframes rose_twist {
  0% {
    -moz-transform: rotateZ(-360deg) scale(0, 0);
    -ms-transform: rotateZ(-360deg) scale(0, 0);
    -o-transform: rotateZ(-360deg) scale(0, 0);
    -webkit-transform: rotateZ(-360deg) scale(0, 0);
    transform: rotateZ(-360deg) scale(0, 0);
  }
  5% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
  }
  90% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 1;
  }
  95% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 0;
  }
}
@keyframes rose_twist {
  0% {
    -moz-transform: rotateZ(-360deg) scale(0, 0);
    -ms-transform: rotateZ(-360deg) scale(0, 0);
    -o-transform: rotateZ(-360deg) scale(0, 0);
    -webkit-transform: rotateZ(-360deg) scale(0, 0);
    transform: rotateZ(-360deg) scale(0, 0);
  }
  5% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
  }
  90% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 1;
  }
  95% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    -moz-transform: rotateZ(360deg) scale(1, 1);
    -ms-transform: rotateZ(360deg) scale(1, 1);
    -o-transform: rotateZ(360deg) scale(1, 1);
    -webkit-transform: rotateZ(360deg) scale(1, 1);
    transform: rotateZ(360deg) scale(1, 1);
    opacity: 0;
  }
}
#shoro2 .shoro_logo {
  position: absolute;
  top: 4%;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: shoro_logo 15s ease 2.5s;
  -o-animation: shoro_logo 15s ease 2.5s;
  -webkit-animation: shoro_logo 15s ease 2.5s;
  animation: shoro_logo 15s ease 2.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#shoro2 .shoro_logo img {
  max-width: 302px;
  width: 26.85vw;
}
@-webkit-keyframes shoro_logo {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
    top: 4%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shoro_logo {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
    top: 4%;
  }
  100% {
    opacity: 1;
  }
}
#shoro2 .shoro_location {
  position: absolute;
  top: 19%;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: shoro_location 15s ease 2.5s;
  -o-animation: shoro_location 15s ease 2.5s;
  -webkit-animation: shoro_location 15s ease 2.5s;
  animation: shoro_location 15s ease 2.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#shoro2 .shoro_location img {
  max-width: 100px;
  width: 8.875vw;
}
@-webkit-keyframes shoro_location {
  0% {
    opacity: 0;
    top: 15%;
  }
  10% {
    opacity: 1;
    top: 19%;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shoro_location {
  0% {
    opacity: 0;
    top: 15%;
  }
  10% {
    opacity: 1;
    top: 19%;
  }
  100% {
    opacity: 1;
  }
}
#shoro2 .shoro2_btn {
  position: absolute;
  bottom: -83px;
  -moz-animation: shoro2_btn 15s ease 3s;
  -o-animation: shoro2_btn 15s ease 3s;
  -webkit-animation: shoro2_btn 15s ease 3s;
  animation: shoro2_btn 15s ease 3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#shoro2 .shoro2_btn img {
  max-width: 100%;
  width: :100%;
}
@-webkit-keyframes shoro2_btn {
  0% {
    bottom: -83px;
  }
  3% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
@keyframes shoro2_btn {
  0% {
    bottom: -83px;
  }
  3% {
    bottom: 0;
  }
  100% {
    bottom: 0;
  }
}
/*#endregion */
.error_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.slug-error-message {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 13px;
  color: #ff7777;
}
/*#region Horse Palace ad */
#hpalace {
  position: relative;
  width: 100%;
  height: 34vw;
  max-height: 400px;
  margin: 0 auto;
  background-color: white;
}
#hpalace .ism-slider > ol,
#hpalace .ism-slider > ol > li,
#hpalace .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#hpalace .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#hpalace .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#hpalace .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#hpalace .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#hpalace .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#hpalace .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hpalace .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#hpalace #ad-slider {
  width: 100%;
  height: 34vw;
  max-height: 400px;
  overflow: hidden;
}
/* SLIDES */
#hpalace #ad-slider .ism-img-frame {
  width: 100%;
}
#hpalace #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hpalace .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#hpalace .example {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 10%;
  opacity: 0;
  -moz-animation: example 0.6s ease-out 0.5s;
  -o-animation: example 0.6s ease-out 0.5s;
  -webkit-animation: example 0.6s ease-out 0.5s;
  animation: example 0.6s ease-out 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
@keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
#hpalace .example2 {
  position: relative;
  max-width: 211px;
  width: 29.1vw;
  -moz-animation: example2 6.5s ease 6s infinite;
  -o-animation: example2 6.5s ease 6s infinite;
  -webkit-animation: example2 6.5s ease 6s infinite;
  animation: example2 6.5s ease 6s infinite;
}
#hpalace .hpalace_bg {
  width: 100%;
}
#hpalace .hpalace_bg img {
  max-width: 100%;
}
#hpalace .full_b {
  position: absolute;
  opacity: 0;
  top: 5%;
  right: 25%;
  z-index: 1;
  -moz-animation: full_b 15s ease 1.9s infinite;
  -o-animation: full_b 15s ease 1.9s infinite;
  -webkit-animation: full_b 15s ease 1.9s infinite;
  animation: full_b 15s ease 1.9s infinite;
}
#hpalace .full_b img {
  max-width: 146px;
  width: 13vw;
}
@-webkit-keyframes full_b {
  0% {
    top: 0;
    opacity: 0;
  }
  2% {
    top: 5%;
    opacity: 1;
  }
  93% {
    top: 5%;
    opacity: 1;
  }
  94% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes full_b {
  0% {
    top: 0;
    opacity: 0;
  }
  2% {
    top: 5%;
    opacity: 1;
  }
  93% {
    top: 5%;
    opacity: 1;
  }
  94% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
#hpalace .smk_free {
  position: absolute;
  opacity: 0;
  top: 5%;
  left: 25%;
  z-index: 1;
  -moz-animation: smk_free 15s ease 1.9s infinite;
  -o-animation: smk_free 15s ease 1.9s infinite;
  -webkit-animation: smk_free 15s ease 1.9s infinite;
  animation: smk_free 15s ease 1.9s infinite;
}
#hpalace .smk_free img {
  max-width: 164px;
  width: 14.6vw;
}
@-webkit-keyframes smk_free {
  0% {
    top: 0;
    opacity: 0;
  }
  2% {
    top: 5%;
    opacity: 1;
  }
  93% {
    top: 5%;
    opacity: 1;
  }
  94% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
@keyframes full_b {
  0% {
    top: 0;
    opacity: 0;
  }
  2% {
    top: 5%;
    opacity: 1;
  }
  93% {
    top: 5%;
    opacity: 1;
  }
  94% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 0;
  }
}
#hpalace .slot_left {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 15%;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-animation: slot_left 15s ease 1.5s infinite;
  -o-animation: slot_left 15s ease 1.5s infinite;
  -webkit-animation: slot_left 15s ease 1.5s infinite;
  animation: slot_left 15s ease 1.5s infinite;
}
#hpalace .slot_left img {
  max-width: 122px;
  width: 11vw;
}
@-webkit-keyframes slot_left {
  0% {
    left: 5%;
    opacity: 0;
  }
  5% {
    left: 15%;
    opacity: 1;
  }
  90% {
    left: 15%;
    opacity: 1;
  }
  95% {
    left: 5%;
    opacity: 0;
  }
  100% {
    left: 5%;
    opacity: 0;
  }
}
@keyframes slot_left {
  0% {
    left: 5%;
    opacity: 0;
  }
  5% {
    left: 15%;
    opacity: 1;
  }
  90% {
    left: 15%;
    opacity: 1;
  }
  95% {
    left: 5%;
    opacity: 0;
  }
  100% {
    left: 5%;
    opacity: 0;
  }
}
#hpalace .slot_right {
  position: absolute;
  z-index: 1;
  opacity: 0;
  right: 15%;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -moz-animation: slot_right 15s ease 1.5s infinite;
  -o-animation: slot_right 15s ease 1.5s infinite;
  -webkit-animation: slot_right 15s ease 1.5s infinite;
  animation: slot_right 15s ease 1.5s infinite;
}
#hpalace .slot_right img {
  max-width: 124px;
  width: 11.2vw;
}
@-webkit-keyframes slot_right {
  0% {
    right: 5%;
    opacity: 0;
  }
  5% {
    right: 15%;
    opacity: 1;
  }
  90% {
    right: 15%;
    opacity: 1;
  }
  95% {
    right: 5%;
    opacity: 0;
  }
  100% {
    right: 5%;
    opacity: 0;
  }
}
@keyframes slot_right {
  0% {
    right: 5%;
    opacity: 0;
  }
  5% {
    right: 15%;
    opacity: 1;
  }
  90% {
    right: 15%;
    opacity: 1;
  }
  95% {
    right: 5%;
    opacity: 0;
  }
  100% {
    right: 5%;
    opacity: 0;
  }
}
#hpalace .hpalace_logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hpalace .hpalace_logo img {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0);
  transform: scale(0, 0);
  max-width: 418px;
  width: 37.2vw;
  -moz-animation: hpalace_logo 15s ease 1s infinite;
  -o-animation: hpalace_logo 15s ease 1s infinite;
  -webkit-animation: hpalace_logo 15s ease 1s infinite;
  animation: hpalace_logo 15s ease 1s infinite;
}
@-webkit-keyframes hpalace_logo {
  0% {
    -webkit-transform: rotate(-360deg) scale(0, 0);
    -moz-transform: rotate(-360deg) scale(0, 0);
    -ms-transform: rotate(-360deg) scale(0, 0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0, 0);
  }
  8% {
    -webkit-transform: rotate(360deg) scale(1, 1);
    -moz-transform: rotate(360deg) scale(1, 1);
    -ms-transform: rotate(360deg) scale(1, 1);
    -o-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1);
  }
  90% {
    -webkit-transform: rotate(360deg) scale(1, 1);
    -moz-transform: rotate(360deg) scale(1, 1);
    -ms-transform: rotate(360deg) scale(1, 1);
    -o-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1);
  }
  95% {
    -webkit-transform: rotate(-360deg) scale(0, 0);
    -moz-transform: rotate(-360deg) scale(0, 0);
    -ms-transform: rotate(-360deg) scale(0, 0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0, 0);
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(0, 0);
    -moz-transform: rotate(-360deg) scale(0, 0);
    -ms-transform: rotate(-360deg) scale(0, 0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0, 0);
  }
}
@keyframes hpalace_logo {
  0% {
    -webkit-transform: rotate(-360deg) scale(0, 0);
    -moz-transform: rotate(-360deg) scale(0, 0);
    -ms-transform: rotate(-360deg) scale(0, 0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0, 0);
  }
  8% {
    -webkit-transform: rotate(360deg) scale(1, 1);
    -moz-transform: rotate(360deg) scale(1, 1);
    -ms-transform: rotate(360deg) scale(1, 1);
    -o-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1);
  }
  90% {
    -webkit-transform: rotate(360deg) scale(1, 1);
    -moz-transform: rotate(360deg) scale(1, 1);
    -ms-transform: rotate(360deg) scale(1, 1);
    -o-transform: rotate(360deg) scale(1, 1);
    transform: rotate(360deg) scale(1, 1);
  }
  95% {
    -webkit-transform: rotate(-360deg) scale(0, 0);
    -moz-transform: rotate(-360deg) scale(0, 0);
    -ms-transform: rotate(-360deg) scale(0, 0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0, 0);
  }
  100% {
    -webkit-transform: rotate(-360deg) scale(0, 0);
    -moz-transform: rotate(-360deg) scale(0, 0);
    -ms-transform: rotate(-360deg) scale(0, 0);
    -o-transform: rotate(-360deg) scale(0);
    transform: rotate(-360deg) scale(0, 0);
  }
}
#hpalace .tagline_1 {
  position: absolute;
  opacity: 0;
  z-index: 1;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: tagline_1 15s ease 2.15s infinite;
  -o-animation: tagline_1 15s ease 2.15s infinite;
  -webkit-animation: tagline_1 15s ease 2.15s infinite;
  animation: tagline_1 15s ease 2.15s infinite;
}
#hpalace .tagline_1 img {
  max-width: 455px;
  width: 40.5vw;
}
@-webkit-keyframes tagline_1 {
  0% {
    bottom: 0;
    opacity: 0;
  }
  5% {
    bottom: 10%;
    opacity: 1;
  }
  90% {
    bottom: 10%;
    opacity: 1;
  }
  95% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes tagline_1 {
  0% {
    bottom: 0;
    opacity: 0;
  }
  5% {
    bottom: 10%;
    opacity: 1;
  }
  90% {
    bottom: 10%;
    opacity: 1;
  }
  95% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 0;
  }
}
#hpalace .bg_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#hpalace .bg_spinner img {
  max-width: 1205px;
  width: 107.15vw;
  -moz-animation: bg_spinner 120s linear 0s infinite;
  -o-animation: bg_spinner 120s linear 0s infinite;
  -webkit-animation: bg_spinner 120s linear 0s infinite;
  animation: bg_spinner 120s linear 0s infinite;
}
@-webkit-keyframes bg_spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bg_spinner {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#hpalace .hpalace_btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  display: block;
  padding: 30px 20px 20px;
  color: white;
  text-decoration: none;
  background-color: #d34848;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  -moz-animation: hpalace_btn 15s ease 0s infinite;
  -o-animation: hpalace_btn 15s ease 0s infinite;
  -webkit-animation: hpalace_btn 15s ease 0s infinite;
  animation: hpalace_btn 15s ease 0s infinite;
}
@media only screen and (max-width: 985px) {
  #hpalace .hpalace_btn {
    padding: 20px 20px 20px;
    font-size: 1.65vw;
  }
}
@media only screen and (max-width: 670px) {
  #hpalace .hpalace_btn {
    padding: 15px 10px 10px;
    font-size: 1.85vw;
  }
}
@media only screen and (max-width: 465px) {
  #hpalace .hpalace_btn {
    padding: 10px 10px 10px;
    font-size: 1.85vw;
  }
}
/*#endregion */
/*#region AMD Ad */
#amd {
  position: relative;
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  margin: 0 auto;
  background-color: white;
}
#amd .ism-slider > ol,
#amd .ism-slider > ol > li,
#amd .ism-slider > ol > li > img {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#amd .ism-slider {
  overflow: hidden;
  position: relative;
  padding: 0 !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  z-index: 1;
  background-color: transparent;
  -webkit-animation: ism-fadein 3s;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
@-webkit-keyframes ism-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ism-loading {
  50% {
    left: 120px;
  }
}
#amd .ism-slider .ism-slides {
  list-style: none;
  position: absolute;
  height: 100%;
  top: 0;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
}
#amd .ism-slider li.ism-slide {
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #d5d5d5;
  text-align: center;
}
#amd .ism-slider .ism-img-frame {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
#amd .ism-slider .ism-img {
  display: block;
  border: none;
  position: absolute;
  pointer-events: none;
}
#amd .ism-zoom-in {
  -webkit-animation: qs-zoomin 0.81s linear 1;
  -moz-animation: qs-zoomin 0.81s linear 1;
  -o-animation: qs-zoomin 0.81s linear 1;
  animation: qs-zoomin 0.81s linear 1;
}
@-webkit-keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes qs-zoomin {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#amd .ism-zoom-rotate {
  -webkit-animation: zoomrotate 40.0s linear infinite;
  -moz-animation: zoomrotate 40.0s linear infinite;
  -o-animation: zoomrotate 40.0s linear infinite;
  animation: zoomrotate 40.0s linear infinite;
}
@-webkit-keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(-4deg) scale(1.3);
    -moz-transform: rotate(-4deg) scale(1.3);
    -ms-transform: rotate(-4deg) scale(1.3);
    -o-transform: rotate(-4deg) scale(1.3);
    transform: rotate(-4deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes zoomrotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(0) scale(1.5);
    -moz-transform: rotate(0) scale(1.5);
    -ms-transform: rotate(0) scale(1.5);
    -o-transform: rotate(0) scale(1.5);
    transform: rotate(0) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
/* SLIDER */
#amd #ad-slider {
  width: 100%;
  height: 35.55vw;
  max-height: 400px;
  overflow: hidden;
}
/* SLIDES */
#amd #ad-slider .ism-img-frame {
  width: 100%;
}
#amd #ad-slider .ism-img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#amd .dynamic-ad-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#amd .example {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 10%;
  opacity: 0;
  -moz-animation: example 0.6s ease-out 0.5s;
  -o-animation: example 0.6s ease-out 0.5s;
  -webkit-animation: example 0.6s ease-out 0.5s;
  animation: example 0.6s ease-out 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
@keyframes example {
  0% {
    opacity: 0;
    left: -5%;
    top: 10%;
  }
  100% {
    opacity: 1;
    left: 5%;
    top: 10%;
  }
}
#amd .example2 {
  position: relative;
  max-width: 211px;
  width: 29.1vw;
  -moz-animation: example2 6.5s ease 6s infinite;
  -o-animation: example2 6.5s ease 6s infinite;
  -webkit-animation: example2 6.5s ease 6s infinite;
  animation: example2 6.5s ease 6s infinite;
}
#amd .new_patients {
  position: absolute;
  top: 13%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: new_patients 12s ease 3.5s infinite;
  -o-animation: new_patients 12s ease 3.5s infinite;
  -webkit-animation: new_patients 12s ease 3.5s infinite;
  animation: new_patients 12 ease 3.5s infinite;
}
#amd .new_patients img {
  max-width: 408px;
  width: 36.5vw;
}
@-webkit-keyframes new_patients {
  0% {
    opacity: 0;
    left: 45%;
  }
  10% {
    opacity: 1;
    left: 50%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes new_patients {
  0% {
    opacity: 0;
    left: 45%;
  }
  10% {
    opacity: 1;
    left: 50%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#amd .amd_logo {
  position: absolute;
  top: 30%;
  left: 50%;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: amd_logo 12s ease 3s infinite;
  -o-animation: amd_logo 12s ease 3s infinite;
  -webkit-animation: amd_logo 12s ease 3s infinite;
  animation: amd_logo 12 ease 3s infinite;
}
#amd .amd_logo img {
  max-width: 666px;
  width: 59.3vw;
}
@-webkit-keyframes amd_logo {
  0% {
    opacity: 0;
    top: 25%;
  }
  10% {
    opacity: 1;
    top: 30%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes amd_logo {
  0% {
    opacity: 0;
    top: 25%;
  }
  10% {
    opacity: 1;
    top: 30%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#amd .dr_name {
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: dr_name 12s ease 2.5s infinite;
  -o-animation: dr_name 12s ease 2.5s infinite;
  -webkit-animation: dr_name 12s ease 2.5s infinite;
  animation: dr_name 12 ease 2.5s infinite;
}
#amd .dr_name img {
  max-width: 455px;
  width: 40.5vw;
}
@-webkit-keyframes dr_name {
  0% {
    opacity: 0;
    top: 55%;
  }
  10% {
    opacity: 1;
    top: 50%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dr_name {
  0% {
    opacity: 0;
    top: 55%;
  }
  10% {
    opacity: 1;
    top: 50%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#amd .amd_phone {
  position: absolute;
  left: 50%;
  bottom: 22%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: amd_phone 12s ease 4s infinite;
  -o-animation: amd_phone 12s ease 4s infinite;
  -webkit-animation: amd_phone 12s ease 4s infinite;
  animation: amd_phone 12 ease 4s infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#amd .amd_phone img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px;
  border: 2px solid #d39973;
  border-radius: 5px;
  background-color: rgba(51, 179, 255, 0.13);
  max-width: 359px;
  width: 31.9vw;
}
@-webkit-keyframes amd_phone {
  0% {
    opacity: 0;
    bottom: 17%;
  }
  10% {
    opacity: 1;
    bottom: 22%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes amd_phone {
  0% {
    opacity: 0;
    bottom: 17%;
  }
  10% {
    opacity: 1;
    bottom: 22%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#amd .greeting {
  position: absolute;
  left: 50%;
  bottom: 12%;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-animation: greeting 12s ease 3.5s infinite;
  -o-animation: greeting 12s ease 3.5s infinite;
  -webkit-animation: greeting 12s ease 3.5s infinite;
  animation: greeting 12 ease 3.5s infinite;
}
#amd .greeting img {
  max-width: 376px;
  width: 33.5vw;
}
@-webkit-keyframes greeting {
  0% {
    opacity: 0;
    left: 55%;
  }
  10% {
    opacity: 1;
    left: 50%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes greeting {
  0% {
    opacity: 0;
    left: 55%;
  }
  10% {
    opacity: 1;
    left: 50%;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.amd_call {
  position: absolute;
  left: 50%;
  z-index: 3;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#amd .bg_top {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 1;
  -moz-animation: bg_top 12s ease 2s infinite;
  -o-animation: bg_top 12s ease 2s infinite;
  -webkit-animation: bg_top 12s ease 2s infinite;
  animation: bg_top 12 ease 2s infinite;
}
#amd .bg_top img {
  max-width: 100%;
  width: 100%;
}
@-webkit-keyframes bg_top {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bg_top {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#amd .bg_bottom img {
  max-width: 100%;
  width: 100%;
}
#amd .amd_mobile {
  display: none;
}
#amd .amd_mobile img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #amd .amd_mobile {
    display: block;
  }
  #amd .amd_desktop {
    display: none;
  }
  #amd .dynamic-ad-container {
    position: relative;
    height: auto;
  }
  #amd #ad-slider {
    height: auto;
    max-height: none;
  }
  #amd {
    height: auto;
    max-height: none;
  }
}
/*#endregion */
.m_container {
  max-width: 991px;
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .for_ed .dlt_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent);
}
#new_css .for_ed .dlt_container a {
  position: relative;
  padding: 0 10px;
}
#new_css .for_ed .dlt_container a:hover:after {
  content: "Delete";
  position: absolute;
  top: 100%;
  background-color: #444;
  color: #efefef;
  border-radius: 4px;
  font-size: 13px;
  padding: 6px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#new_css .padder {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .default_card {
  position: relative;
  background-color: white;
  border-bottom: 1px solid #f2f2f2;
}
#new_css .left_col {
  position: relative;
  width: 66.6%;
  float: left;
  vertical-align: top;
  z-index: 3;
  /*.padder {
            @media only screen and (max-width:700px) {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
        }*/
}
@media only screen and (max-width: 700px) {
  #new_css .left_col {
    width: 100%;
  }
}
#new_css .right_col {
  position: relative;
  width: 33.3%;
  float: right;
  vertical-align: top;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  #new_css .right_col {
    display: none;
  }
}
#new_css .sub_nav_item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #999;
  height: 100%;
  padding: 0 8px;
  line-height: 44px;
  text-align: center;
  font-weight: 300;
  font-family: 'Mandali', Arial, sans-serif;
  text-decoration: none;
}
#new_css .avatar_logo {
  position: relative;
  min-width: 36px;
  width: 100px;
  height: 100px;
  background-color: white;
  border: thin solid #dfdfdf;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .avatar_logo_tiny {
  position: relative;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: white;
  border: thin solid #dfdfdf;
  border-radius: 50%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .card_feature_img {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
  max-height: 380px;
  /*height: 40vw;*/
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#new_css .card_feature_img img {
  max-width: 100%;
  width: 100%;
}
#new_css .repitch_card_feature_img {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
  max-height: 380px;
  height: 40vw;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#new_css .repitch_card_feature_img img {
  max-width: 100%;
  width: 100%;
}
#new_css .col_card_feature_img {
  position: relative;
  font-size: 0;
  width: 100%;
}
#new_css .col_card_feature_img img {
  max-width: 100%;
  width: 100%;
}
#new_css .brand_name {
  display: block;
  font-size: 14px;
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: normal;
  color: #4f4f4f;
  padding: 0;
  text-transform: none;
  margin-bottom: 0;
}
#new_css .card_title {
  padding: 0 15px 5px 15px;
  color: #656565;
}
#new_css .brand_select {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 420px;
  overflow-y: hidden;
  overflow-x: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .brand_select:hover {
  overflow-y: auto;
}
#new_css .brand_select .brand_select_item a {
  padding: 15px;
  display: block;
}
#new_css .brand_select .brand_select_item a:hover {
  background-color: #E0F2F1;
}
#new_css .pages_dropdown .brand_name {
  white-space: nowrap !important;
}
#new_css .following_brand_select {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 368px;
  overflow-y: hidden;
  overflow-x: hidden;
}
#new_css .following_brand_select:hover {
  overflow-y: auto;
}
#new_css .following_brand_select .brand_select_item a:hover {
  color: black;
}
#new_css .card_list {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#new_css .card_list li a {
  display: block;
}
#new_css .card_list li a:hover {
  background-color: #E0F2F1;
}
#new_css .item_headline {
  color: #444;
}
#new_css .settings {
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .settings a {
  display: table;
  padding: 5px 0;
  color: #000;
}
#new_css .settings .delete_cancel {
  color: #bbb;
}
#new_css .upgrade_available {
  text-transform: uppercase;
  color: #00c40f;
  font-size: 11px;
}
#new_css .card_inner_padding {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .card_headline {
  color: #444;
  display: block;
  /*font-family: 'RobotoMedium', arial, sans-serif;*/
  /*font-family: 'Open Sans', serif;*/
  /*font-family: 'Mandali', Arial, sans-serif;*/
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  /*margin: 10px 0;*/
}
#new_css .card_headline a {
  position: relative;
  overflow: hidden;
  max-height: 75px;
  font-size: 18px;
  color: #444;
}
#new_css .card_pitch_body {
  display: none;
  padding: 0 15px 0 20px;
  /*max-height: 0;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .card_pitch_body p,
#new_css .card_pitch_body div,
#new_css .card_pitch_body span {
  color: #444;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
#new_css .card_pitch_body p img,
#new_css .card_pitch_body div img,
#new_css .card_pitch_body span img {
  max-width: 100%;
  height: auto !important;
}
#new_css .card_pitch_body_active {
  padding: 0 15px 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#new_css .nearby_page_view .card_title {
  display: none;
}
#new_css .nearby_page_view .brand_select {
  background-color: white;
  max-height: none;
  max-height: auto;
  margin-bottom: 60px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
#new_css .nearby_page_view .brand_select .brand_select_item a {
  border-bottom: thin solid #eee;
  padding: 10px 15px;
}
#new_css .nearby_page_view .avatar_logo {
  width: 52px;
  height: 52px;
  min-width: 52px;
}
#new_css .nearby_page_view .show_all {
  display: none;
}
#new_css .pe_page_view .card_title {
  display: none;
}
#new_css .pe_page_view .brand_select {
  background-color: white;
  max-height: none;
  max-height: auto;
  margin-bottom: 60px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
}
#new_css .pe_page_view .brand_select .brand_select_item a {
  border-bottom: thin solid #eee;
  padding: 10px 15px;
}
#new_css .pe_page_view .avatar_logo {
  width: 52px;
  height: 52px;
  min-width: 52px;
}
/*#region boost widget css */
.boost_header {
  overflow: hidden;
}
.boost_header span {
  position: relative;
  background-color: #C4C6C3;
  display: block;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-size: 21px;
}
.boost_header span:before {
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -40px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 35px solid white;
}
.boost_header span:after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -35px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 35px solid #C4C6C3;
}
.boost_header span:last-child:before {
  content: "";
  border: 0;
}
.boost_header span:last-child:after {
  content: "";
  border: 0;
}
.boost_header .completed_arrow {
  background-color: #bfe6b8;
}
.boost_header .completed_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -35px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 35px solid #bfe6b8;
}
.boost_header .active_arrow {
  background-color: #19AD01;
}
.boost_header .active_arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -35px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 35px solid #19AD01;
}
.skip {
  color: #19AD01;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.inner_wrap {
  padding: 20px 80px;
}
.list_wrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
.list_wrap_item {
  padding: 5px 20px;
}
/*#endregion */
.side_bar_brand_header {
  position: relative;
  width: 100%;
  height: 105px;
}
.side_bar_brand_header_position {
  position: absolute !important;
  top: 63px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.side_bar_search input[type=text] {
  padding: 8px 0;
  padding-left: 34px;
  outline: none;
  border: 0;
  background: none;
  z-index: 1;
  border-bottom: thin solid transparent;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.side_bar_search input[type=text]:hover {
  border-bottom: thin solid #ccc;
}
.side_bar_search input[type=text]:focus {
  outline: none;
  color: #444;
  text-decoration: none;
  border-bottom: thin solid #ddd;
}
.side_bar_search input::-moz-placeholder {
  color: #656565;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.side_bar_search input:-ms-input-placeholder {
  color: #656565;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.side_bar_search input::-webkit-input-placeholder {
  color: #656565;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
}
.md_icon {
  color: #999;
  line-height: 0;
  padding: 12px;
  text-decoration: none;
}
.menu_vert_divider {
  max-height: 100%;
  height: 28px;
  width: 2px;
  background-color: #e86209;
  margin: 0 5px 0 10px;
  position: relative;
  z-index: 4534534;
  border-right: 1px solid #fc8433;
}
.publish_btn {
  background-color: #fc6a08;
  padding: 10px 12px;
  border-radius: 3px;
}
.publish_btn a {
  font-size: 14px;
  color: white;
}
.brand_logo_medium {
  position: relative;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border: thin solid #dfdfdf;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
}
.brand_edit_btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.brand_logo_large {
  position: relative;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border: 0;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flex_wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select_item {
  position: relative;
  cursor: pointer;
}
.select_item:hover {
  background-color: #f1f1f1;
  box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.28);
}
.accordian {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accordian .accord_1,
.accordian .accord_2,
.accordian .accord_3,
.accordian .accord_4,
.accordian .accord_5,
.accordian .accord_6,
.accordian .accord_7 {
  max-height: 0;
  background-color: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.accordian .accord_expand {
  max-height: 400px;
  border-bottom: thin solid #ddd;
}
.side_widget {
  position: relative;
}
.brand_id_card .brand_title {
  font-size: 22px;
}
.brand_id_card a {
  position: relative;
  display: block;
}
.brand_id_card .small_card_menu_item {
  cursor: pointer !important;
  font-size: 15px;
  color: #B2B2B2;
}
.brand_id_card .small_card_menu_item:hover {
  color: #838383;
  text-decoration: none;
}
.positioned_menu {
  position: relative;
}
.over_drop_menu {
  z-index: 1;
  position: absolute;
  top: 0;
}
.over_drop_menu a {
  display: block;
}
.social_share {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social_share li {
  position: relative;
  padding: 0;
  margin: 0 12px 12px 0;
  width: 124px;
  height: 124px;
  overflow: hidden;
  display: inline-block;
}
.social_share li a {
  text-align: center;
}
.social_share li .social_item_2 {
  left: -124px;
}
.social_share li .social_item_3 {
  left: -248px;
}
.social_share li .social_item_4 {
  left: -372px;
}
.social_share li .social_item_5 {
  left: -496px;
}
.social_share li .social_item_6 {
  left: -620px;
}
.social_share li .social_item_7 {
  left: -744px;
}
.social_share li .social_item_8 {
  left: -868px;
}
.social_share li .social_item_9 {
  left: -992px;
}
.social_share li .social_item_10 {
  right: 0;
}
.social_share li .social_item_1,
.social_share li .social_item_2,
.social_share li .social_item_3,
.social_share li .social_item_4,
.social_share li .social_item_5,
.social_share li .social_item_6,
.social_share li .social_item_7,
.social_share li .social_item_8,
.social_share li .social_item_9,
.social_share li .social_item_10 {
  position: absolute;
  opacity: 0.8;
}
.social_share li .social_item_1:hover,
.social_share li .social_item_2:hover,
.social_share li .social_item_3:hover,
.social_share li .social_item_4:hover,
.social_share li .social_item_5:hover,
.social_share li .social_item_6:hover,
.social_share li .social_item_7:hover,
.social_share li .social_item_8:hover,
.social_share li .social_item_9:hover,
.social_share li .social_item_10:hover {
  opacity: 1;
}
#edit_profile [contenteditable="true"]:active,
#edit_profile [contenteditable="true"]:focus {
  border: thin solid #ddd;
  outline: none;
  padding: 10px 15px;
  border-radius: 5px;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#edit_profile .edit_profile_feild_container {
  max-width: 400px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#edit_profile .edit_profile_feild_container .edit_profile_feild {
  width: 100%;
  padding: 5px;
  border: thin solid #ddd;
  border-radius: 3px;
}
#edit_profile .edit_profile_feild_container pe-location-input input {
  width: 100%;
  padding: 5px;
  border: thin solid #ddd;
  border-radius: 3px;
}
.small_editor {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*overflow: hidden;*/
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.small_editor [contenteditable="true"]:active,
.small_editor [contenteditable="true"]:focus {
  border: 0;
  outline: none;
  border-radius: 5px;
  -moz-transition: all 650ms ease;
  -o-transition: all 650ms ease;
  -webkit-transition: all 650ms ease;
  transition: all 650ms ease;
}
.small_editor textarea {
  resize: none;
  outline: none;
}
.small_edit_input {
  color: #444;
  min-height: 35px;
  width: 100%;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  padding: 5px;
  border: thin solid transparent;
  border-radius: 5px;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  /*&:focus {
        border: thin solid #ddd;
        padding: 5px;
    }*/
}
.small_edit_input:-moz-placeholder {
  color: #444;
  opacity: 1;
  font-size: 22px;
}
.small_edit_input:-ms-input-placeholder {
  color: #444;
  opacity: 1;
  font-size: 22px;
}
.small_edit_input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
  font-size: 22px;
}
/*#region Medium editor css changes */
.medium-editor-element img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.medium-editor-insert-plugin .medium-insert-buttons button {
  display: block;
  cursor: pointer;
  color: #888 !important;
  background-color: transparent !important;
  width: 32px;
  height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  border: thin solid #888 !important;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
.medium-editor-insert-plugin .medium-insert-buttons {
  position: absolute;
  color: #ddd;
  font-size: .9em;
  margin-left: -54px;
}
@media only screen and (max-width: 1050px) {
  .medium-editor-insert-plugin .medium-insert-buttons {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 700px) {
  .medium-editor-insert-plugin .medium-insert-buttons {
    margin-left: -10px;
  }
}
.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-show span {
  display: block;
  margin-top: -2px !important;
}
.medium-editor-insert-plugin {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.medium-editor-insert-plugin p {
  /*font-family: Georgia,Cambria,"Times New Roman",Times,serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.medium-editor-insert-plugin div {
  /*font-family: Georgia,Cambria,"Times New Roman",Times,serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.medium-editor-insert-plugin a {
  /*font-family: Georgia,Cambria,"Times New Roman",Times,serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #444;
  text-decoration: underline !important;
}
.medium-editor-insert-plugin blockquote {
  font-size: 17.5px;
  font-style: italic;
  line-height: 1.4;
}
.medium-editor-insert-plugin .clearfix:before,
.medium-editor-insert-plugin:before,
.medium-editor-insert-plugin .clearfix:after,
.medium-editor-insert-plugin:after {
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  display: initial !important;
  cursor: pointer;
}
/*.medium-editor-insert-plugin:empty::before {
    content: attr(data-placeholder);
    font-size: 20px;
    color: blue;
}*/
.medium-insert-embeds {
  margin: 1em auto !important;
  max-width: 800px !important;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.medium-insert-embeds figure {
  margin: 0 !important;
}
.medium-insert-embeds figure iframe {
  box-shadow: none !important;
  border: 0 !important;
}
._4-u2,
._5v3q {
  border: 0 !important;
}
.medium-insert-embed div {
  max-width: none !important;
}
.medium-editor-placeholder-relative:after,
.medium-editor-placeholder:after {
  content: attr(data-placeholder) !important;
  white-space: pre;
  padding: 0 !important;
  margin: 0 !important;
  font-style: normal !important;
}
.medium-insert-images-toolbar {
  /*display: none !important;*/
}
.medium-insert-images figure figcaption {
  font-family: arial;
  /*font-size: 14px;
            font-style: normal;*/
  color: #999 !important;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  margin: 10px 0;
  font-style: italic;
  outline: 0 solid transparent;
  font-size: 0.8em;
}
.medium-insert-caption-placeholder:after {
  position: relative !important;
}
/*#endregion */
#summernote img {
  max-width: 100% !important;
  height: auto !important;
}
#summernote div {
  max-width: 100%;
}
.full_editor {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 15;
  overflow-y: auto;
  padding-bottom: 200px !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.full_editor .medium-insert-images {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: 0;
}
.full_editor .medium-insert-images:before {
  content: "";
  display: table;
  clear: both;
}
.full_editor .medium-insert-images:after {
  content: "";
  display: table;
  clear: both;
}
.full_editor .medium-insert-images-wide {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: 0;
}
.full_editor .medium-insert-images-wide:before {
  content: "";
  display: table;
  clear: both;
}
.full_editor .medium-insert-images-wide:after {
  content: "";
  display: table;
  clear: both;
}
.full_editor .medium-insert-images-right {
  max-width: 800px !important;
  margin: 1em auto !important;
  float: none !important;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.full_editor .medium-insert-images-left {
  max-width: 1280px !important;
  float: none !important;
  position: relative;
}
.full_editor .medium-insert-images-left:before {
  content: "";
  display: table;
  clear: both;
}
.full_editor .medium-insert-images-left:after {
  content: "";
  display: table;
  clear: both;
}
.full_editor .medium-insert-images-left img {
  max-width: 1280px !important;
  width: 170% !important;
  margin-left: calc(-50vw + 52%);
  margin-right: calc(-50vw + 48%);
}
.full_editor .default_card {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  top: 35px;
  padding: 0 15px;
  outline: none !important;
  border: none !important;
  overflow: initial !important;
  border-radius: 0 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.full_editor .medium-editor-insert-plugin p {
  /*font-family: Georgia,Cambria,"Times New Roman",Times,serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.65;
  letter-spacing: -0.003em;
}
.full_editor .medium-editor-insert-plugin ul {
  /*font-family: Georgia,Cambria,"Times New Roman",Times,serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: -0.003em;
  padding-left: 30px;
}
.full_editor .medium-editor-insert-plugin ul li {
  margin-bottom: 10px;
}
.full_editor h2 {
  /*font-family: "Open Sans",serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
}
.full_editor input {
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
  width: 100%;
  outline: 0;
  border: 0;
}
.full_editor #meditor h2 {
  display: none;
  /*font-family: "Open Sans",serif;*/
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
}
.full_editor #meditor h3 {
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 30px;
}
.inline_block {
  display: inline-block;
}
.position_one {
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
}
.header_temp_padding {
  padding: 0 65px;
}
@media only screen and (max-width: 1415px) {
  .header_temp_padding {
    padding: 0 15px 0 65px;
  }
}
.brand_view_header {
  background-color: transparent;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #3e215a;
  /*.search-box input[type=search] {
        -webkit-filter: brightness(200%);
        filter: brightness(200%);
    }*/
}
.brand_view_header .header-nav-item {
  color: white;
}
.brand_view_header .sub-nav-item {
  color: white;
}
.brand_view_header .search-box {
  display: none;
}
.brand_view_header .search_box_light {
  display: block;
}
.brand_view_header_light {
  background-color: transparent;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: white;
  /*.search-box input[type=search] {
        -webkit-filter: brightness(200%);
        filter: brightness(200%);
    }*/
}
.brand_view_header_light .header-nav-item {
  color: #777;
}
.brand_view_header_light .sub-nav-item {
  color: #777;
}
.brand_view_header_light .search-box {
  display: none;
}
.brand_view_header_light .search_box_light {
  display: block;
}
.brand_view_header_light .header_nav {
  max-width: none;
  position: relative;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brand_view_header_light .header_nav_middle {
  max-width: none;
}
.brand_view_header_light .sub-nav-item {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto', arial, sans-serif;
}
#pe_editor_header_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  /* box-shadow: 0 1px 5px rgba(0,0,0,0.3); */
  z-index: 500000;
}
@media only screen and (max-width: 1415px) {
  #pe_editor_header_nav {
    padding: 0 15px 0 65px;
  }
}
@media only screen and (max-width: 700px) {
  .switch_full {
    display: none;
  }
}
#return-to-top {
  position: fixed;
  bottom: 95px;
  right: 25px;
  background-color: rgba(253, 81, 19, 0.86);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  text-align: center;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}
#return-to-top:hover {
  background-color: #ff591d;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 30px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i:hover {
  color: #fff;
  top: 43%;
}
.profile_bg {
  position: fixed;
  top: 0;
  height: 200px;
  width: 100%;
}
.outer_container {
  position: relative;
  background-color: white;
  min-height: 100%;
  top: 45px;
  /*display: table;*/
  width: 100%;
  margin-bottom: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.temp_test {
  position: relative;
  background-color: #f5f5f5;
  height: 100%;
  top: 550px;
  display: table;
  width: 100%;
  margin-bottom: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_strip_container {
  position: relative;
  min-height: 65px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bg_white {
  background-color: white;
}
.nav_branding {
  position: absolute;
  bottom: 100%;
  max-width: 1310px;
  width: 100%;
  left: 50%;
  padding: 0 15px 20px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.brand_name_large {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'Mandali', Arial, sans-serif;
  font-weight: normal;
  color: #4f4f4f;
  padding: 0;
  text-transform: none;
  margin-bottom: 3px;
}
.btn_custom_2 {
  color: #bd081c;
  background-color: white;
  border-color: #bd081c;
}
.btn_custom_2:hover {
  color: white;
  background-color: #e82338;
}
.btn_pe_red {
  color: white !important;
  background-color: #bd081c;
  border-color: #bd081c;
}
.btn_pe_red:hover {
  background-color: #e82338;
}
.bg_pe_red {
  background-color: #bd081c !important;
}
.sub_nav_container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#feed_style_1 {
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.edit_status {
  text-transform: none !important;
  color: #aaa;
}
.edit_status:hover {
  color: #aaa;
}
.pitch_modal_header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 64px;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0.85);
}
.pitch_modal_header_container {
  max-width: 1400px;
  margin: 0 auto;
  height: 64px;
  padding: 0 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1415px) {
  .pitch_modal_header_container {
    padding: 0 20px 0 65px;
  }
}
@media only screen and (max-width: 1380px) {
  .custom_back span {
    display: none;
  }
}
.temp_disable {
  z-index: 900;
  position: relative;
  opacity: 1;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.temp_disable:hover {
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.temp_disable:hover:before {
  content: "Settings are temporarily disabled";
  position: absolute;
  background-color: #252525;
  border-radius: 4px;
  color: #eee;
  opacity: 1;
  padding: 10px;
  left: 50%;
  top: -65px;
  min-width: 160px;
  text-transform: none;
  text-align: center;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.reverse_color {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.layout_blank {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .layout_blank {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
#upgrade-brand {
  z-index: 900;
  position: relative;
}
.old_feature {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.old_feature img {
  max-width: 800px;
  width: 100%;
}
.ad_space {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #eee;
}
.ad_space .ad_space_container {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 520px) {
  .ad_space .ad_space_container {
    height: 600px;
  }
}
.ad_space .ad_space_container .desktop_img {
  width: 100vw;
  max-width: 1160px;
}
@media only screen and (max-width: 520px) {
  .ad_space .ad_space_container .desktop_img {
    display: none;
  }
}
.ad_space .ad_space_container .mobile_img {
  display: none;
}
@media only screen and (max-width: 520px) {
  .ad_space .ad_space_container .mobile_img {
    display: block;
  }
}
.promote_grad {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: -o-linear-gradient(right, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.notiy_number {
  position: absolute;
  margin-top: -6px;
  right: 2px;
  z-index: 1;
  background-color: #f52828;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 13px;
  border: 1px solid white;
  font-family: arial;
}
.notify_box {
  position: absolute;
  right: 0;
  top: 75%;
  z-index: 2;
  background-color: white;
  margin: 0;
  padding: 0;
  border: thin solid #ddd;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
  max-height: 600px;
  text-align: left;
  min-width: 200px;
  max-width: 200px;
  width: 100%;
  display: table;
}
@media only screen and (max-width: 700px) {
  .truncate_description {
    display: none;
  }
}
.pe_icon_motherbase {
  width: 18px;
  height: 30px;
  display: block;
}
.cls-1 {
  fill: #fff;
}
.cls-2 {
  fill: rgba(0, 0, 0, 0);
}
#pe_icon_base:hover .cls-2 {
  fill: url(#pattern);
}
.pe_icon_brandview {
  /*-webkit-filter: invert(100%);
    filter: invert(100%);*/
}
.nav_vert_divider {
  height: 25px;
  width: 2px;
  background-color: #555;
}
.nav_change {
  background-color: white;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.nav_change .cls-1 {
  fill: #2f2064;
}
.nav_change .header-nav-item {
  color: #999;
}
.nav_change .sub-nav-item {
  color: #999;
}
.nav_change .nav_vert_divider {
  background-color: rgba(0, 0, 0, 0.15);
}
.nav_change .pe_icon_brandview {
  -webkit-filter: invert(10%);
  filter: invert(10%);
}
.nav_change .search-box {
  display: block;
}
.nav_change .search_box_light {
  display: none;
}
.tile_feed_image {
  display: none;
}
#tile_feed {
  position: relative;
}
#tile_feed .tile_brand_info_wrapper {
  padding: 10px;
}
#tile_feed .feed-body-container {
  max-width: 1310px;
  padding: 0;
}
#tile_feed .card_feature_img {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
  max-height: 222px !important;
  height: 40vw;
  overflow: auto !important;
}
#tile_feed .card_feature_img img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #tile_feed .card_feature_img {
    max-height: 275px !important;
    height: 25vw;
  }
}
@media only screen and (max-width: 700px) {
  #tile_feed .card_feature_img {
    max-height: 360px !important;
    height: 55vw;
  }
}
#tile_feed .repitch_card_feature_img {
  max-height: 222px;
}
@media only screen and (max-width: 1100px) {
  #tile_feed .repitch_card_feature_img {
    max-height: 275px;
    height: 25vw;
  }
}
@media only screen and (max-width: 700px) {
  #tile_feed .repitch_card_feature_img {
    max-height: 360px;
    height: 55vw;
  }
}
#tile_feed .card_feed_img {
  display: none;
}
#tile_feed .tile_feed_image {
  display: block;
}
#tile_feed .card_headline {
  position: relative;
  overflow: hidden;
  max-height: 75px;
  font-size: 18px;
}
#tile_feed pe-pitch-card {
  order: 2;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#tile_feed .pe-tile-card {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1100px) {
  #tile_feed .pe-tile-card {
    width: 49.65%;
  }
}
@media only screen and (max-width: 700px) {
  #tile_feed .pe-tile-card {
    width: 100%;
  }
}
#tile_feed .pe-tile-card .card_feed_img {
  display: block;
}
#tile_feed .pe-tile-card .card_feature_img {
  overflow: hidden !important;
}
#tile_feed .pe-tile-card .card_headline {
  line-height: 28px;
}
#tile_feed .pitch-headline-container {
  background-color: white;
  background: none;
  text-shadow: none;
  color: #444;
  position: relative;
  padding: 20px 20px 50px 20px;
}
@media only screen and (max-width: 767px) {
  #tile_feed .pitch-headline-container {
    padding: 20px 20px 30px 20px;
  }
}
#tile_feed .body-container {
  max-width: auto !important;
  max-width: none !important;
  width: 100%;
  margin: 0 auto;
  /*padding: 20px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #tile_feed .body-container {
    padding: 20px 0 20px 0;
  }
}
#tile_feed .post {
  position: relative;
  padding: 10px;
  width: 23%;
  display: inline-block;
  vertical-align: top;
  /*@media only screen and (max-width: 1095px) {
            width: 33%;
        }*/
}
@media only screen and (max-width: 1164px) {
  #tile_feed .post {
    width: 30.5%;
  }
}
@media only screen and (max-width: 815px) {
  #tile_feed .post {
    width: 46%;
  }
}
@media only screen and (max-width: 566px) {
  #tile_feed .post {
    width: 100%;
  }
}
#tile_feed .post .header-pitch {
  position: absolute;
  bottom: 10px;
  margin-left: 25px;
  display: table;
  z-index: 5;
}
#tile_feed .post .pitch-post {
  position: relative;
  overflow: hidden;
  background-color: white;
  border: thin solid #e2e2e2;
}
#tile_feed .post .pitch-post .content {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  background-color: white;
  border-bottom: 0;
}
#tile_feed .post .pitch-post .inner-content {
  width: 100%;
  padding: 15px 15px;
  max-width: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
#tile_feed .post .pitch-post .the-img-pitch {
  position: relative;
  overflow: hidden;
  max-height: 425px;
  height: 22.25vw;
}
@media only screen and (max-width: 705px) {
  #tile_feed .post .pitch-post .the-img-pitch {
    height: 47.25vw;
  }
}
@media only screen and (max-width: 500px) {
  #tile_feed .post .pitch-post .the-img-pitch {
    height: 84vw;
  }
}
#tile_feed .post .pitch-post .the-img-pitch a {
  display: block;
}
#tile_feed .post .pitch-post .the-img-pitch img {
  width: 100%;
}
#tile_feed .post .pitch-post .the-img-pitch .pitch-img-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
#tile_feed .post .header {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#tile_feed .post .header .brand-info .date-time {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}
#tile_feed .post .headline {
  background: none;
  position: relative;
  padding: 0;
  color: #444;
  display: block;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  #tile_feed .post .headline {
    font-size: 18px;
    line-height: 20px;
  }
}
.tile_ad_container_ga {
  position: relative;
  width: 33%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 410px;
}
@media only screen and (max-width: 1100px) {
  .tile_ad_container_ga {
    width: 49.65%;
  }
}
@media only screen and (max-width: 700px) {
  .tile_ad_container_ga {
    width: 100%;
    height: 280px;
  }
}
.tile_ad_container {
  position: relative;
  width: 66.3%;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 410px;
}
@media only screen and (max-width: 1100px) {
  .tile_ad_container {
    width: 49.65%;
  }
}
@media only screen and (max-width: 700px) {
  .tile_ad_container {
    width: 100%;
    height: auto;
  }
}
.tile_ad_container .ad_rec {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border-radius: 5px;
}
@media only screen and (max-width: 1100px) {
  .tile_ad_container .ad_rec {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .tile_ad_container .ad_rec {
    display: block;
  }
}
@media only screen and (max-width: 520px) {
  .tile_ad_container .ad_rec {
    display: none;
  }
}
.tile_ad_container .ad_sqr {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border-radius: 5px;
  display: none;
}
@media only screen and (max-width: 1100px) {
  .tile_ad_container .ad_sqr {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .tile_ad_container .ad_sqr {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .tile_ad_container .ad_sqr {
    display: block;
  }
}
.tile_sd_ad_container {
  position: relative;
  width: 100%;
  max-width: 1275px;
  max-height: 600px;
  height: 47vw;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .tile_sd_ad_container {
    height: 76vw;
  }
}
.tile_sd_ad_container .tile_sd_ad_container {
  position: absolute;
}
.tile_sd_ad_container .tile_sd_ad_container img {
  max-width: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 700px) {
  .tile_sd_ad_container .tile_sd_ad_container .sd_ad {
    display: none;
  }
}
.tile_sd_ad_container .tile_sd_ad_container .sd_ad_mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .tile_sd_ad_container .tile_sd_ad_container .sd_ad_mobile {
    display: block;
  }
}
.tile_ad_h_center {
  display: block;
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 700px) {
  .tile_ad_h_center {
    top: auto;
    position: relative;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
.hero_link_1 {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 0 20px 5px 20px;
  border-bottom: 5px solid #ee1685;
}
.hero_link_1:hover {
  color: white;
}
.hero_link_2 {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 0 20px 5px 20px;
  border-bottom: 5px solid #e7e725;
}
.hero_link_2:hover {
  color: white;
}
.home_search {
  position: relative;
  width: 100%;
  background-color: white;
  z-index: 5;
}
.home_search > div {
  height: 64px;
}
.home_search #home_search nav-search {
  max-width: 275px;
  width: 100%;
}
.home_search #home_search .search-box {
  display: none;
}
.home_search #home_search .search_box_light {
  display: none;
}
.home_search #home_search input {
  max-width: 275px;
  width: 100%;
  border: thin solid #ccc;
  border-right: 0px;
  position: relative;
  opacity: 1;
  top: 0;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  padding: 1px 7px 1px 7px;
  border-radius: 0;
  background: none;
}
.home_search #home_search input::-webkit-input-placeholder {
  color: #555;
}
.home_search #home_search input::-moz-placeholder {
  color: #555;
}
.home_search #home_search input:-ms-input-placeholder {
  color: #555;
}
.home_search #home_search input:placeholder {
  color: #555;
}
.home_search #home_search button {
  background-color: #383059;
  color: white;
  border: thin solid #383059;
  padding: 1px 15px;
}
.home_search #home_search .search-results {
  top: 55px;
  right: auto;
  right: initial;
  max-width: 355px;
  width: 100%;
}
.header-nav-item .home_searchbox {
  display: none !important;
}
.photographer_name {
  position: relative;
  font-size: 12px;
}
.photographer_name:hover {
  color: white !important;
}
.photographer_name:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "Feature photo provider";
  white-space: nowrap;
  background-color: #555;
  padding: 5px;
  border-radius: 3px;
}
#community_footer .community_footer_wrapper {
  position: fixed;
  background-color: #f5f5f5;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
#community_footer .community_footer_wrapper .community_footer_container {
  position: relative;
  height: 64px;
  max-width: 1320px;
  margin: 0 auto;
}
#community_footer .community_footer_wrapper .community_footer_container a {
  max-width: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
}
#community_footer .community_footer_wrapper .community_footer_container a .ad-logo {
  max-height: 50px;
  width: auto;
  max-width: 100%;
}
#community_footer .community_footer_wrapper .community_footer_container .ad-logo-item {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  vertical-align: middle;
}
/*#region Publisher Page css */
#publish_page .hero-tags a {
  color: #eef710;
  white-space: nowrap;
}
#publish_page .hero-tags a:hover {
  color: white;
}
#publish_page .green_film {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0cbcaa;
  opacity: 0.72;
  z-index: 1;
}
#publish_page .purple_film {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #161229;
  opacity: 0.79;
  z-index: 1;
}
#publish_page .light_purple_film {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f5593;
  opacity: 0.88;
  z-index: 1;
}
#publish_page .pp_content_centered {
  position: absolute;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  left: 50%;
  top: 50%;
  padding: 0 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1100px) {
  #publish_page .pp_content_centered {
    position: relative;
    left: auto;
    top: auto;
    padding: 0 20px;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
#publish_page .pp_content_custom {
  max-width: 1320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  padding: 0 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  #publish_page .pp_content_custom {
    padding: 0 20px;
  }
}
#publish_page h1,
#publish_page h2,
#publish_page h3,
#publish_page h4,
#publish_page h5,
#publish_page p,
#publish_page div {
  font-family: 'Mandali', Arial, sans-serif;
  margin: 0;
}
#publish_page h2 {
  font-size: 85px;
}
@media only screen and (max-width: 1200px) {
  #publish_page h2 {
    font-size: 40px;
    line-height: 51px;
  }
}
@media only screen and (max-width: 400px) {
  #publish_page h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
#publish_page h3 {
  font-size: 60px;
}
#publish_page h4 {
  font-size: 45px;
  margin: 20px 0;
}
#publish_page h5 {
  font-size: 32px;
  margin: 20px 0;
}
@media only screen and (max-width: 1200px) {
  #publish_page h5 {
    font-size: 23px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 400px) {
  #publish_page h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
#publish_page h6 {
  font-size: 24px;
  margin: 20px 0;
}
#publish_page .para_head {
  font-size: 18px;
  margin: 21px 0;
  color: #d9d8de;
}
@media only screen and (max-width: 990px) {
  #publish_page .para_head {
    font-size: 18px !important;
  }
}
#publish_page #hwdi .text_block {
  max-width: 500px;
}
@media only screen and (max-width: 1700px) {
  #publish_page #hwdi .text_block {
    max-width: 625px;
  }
}
@media only screen and (max-width: 1570px) {
  #publish_page #hwdi .text_block {
    max-width: 800px;
  }
}
#publish_page #hwdi .custom_asset_1 {
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 1700px) {
  #publish_page #hwdi .custom_asset_1 {
    max-width: 425px;
  }
}
@media only screen and (max-width: 1570px) {
  #publish_page #hwdi .custom_asset_1 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1040px) {
  #publish_page #hwdi .custom_asset_1 {
    max-width: 400px;
  }
}
#publish_page #hwdi .custom_asset_2 {
  max-width: 340px;
  width: 100%;
}
@media only screen and (max-width: 290px) {
  #publish_page #hwdi .custom_asset_2 {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1570px) {
  #publish_page #hwdi .custom_asset_2 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1040px) {
  #publish_page #hwdi .custom_asset_2 {
    max-width: 300px;
  }
}
#publish_page #hwdi .custom_asset_3 {
  max-width: 360px;
  width: 100%;
}
@media only screen and (max-width: 1700px) {
  #publish_page #hwdi .custom_asset_3 {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1570px) {
  #publish_page #hwdi .custom_asset_3 {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1040px) {
  #publish_page #hwdi .custom_asset_3 {
    max-width: 300px;
  }
}
@media only screen and (max-width: 865px) {
  #publish_page #hwdi .custom_mobile {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #publish_page #hwdi .custom_mobile div {
    order: 2;
  }
}
#publish_page .hero_1_link {
  font-family: 'Roboto Light', Arial, sans-serif;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: bolder;
}
#publish_page .hero_1_link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #d62773;
  bottom: -20px;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 1200px) {
  #publish_page .hero_1_link {
    font-size: 18px !important;
  }
}
#publish_page .hero_2_link {
  font-family: 'Roboto Light', Arial, sans-serif;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-size: 24px !important;
  font-weight: bolder;
}
#publish_page .hero_2_link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #eef710;
  bottom: -20px;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 1200px) {
  #publish_page .hero_2_link {
    font-size: 18px !important;
  }
}
#publish_page .pp_info_block {
  position: relative;
  border: 10px solid #ee1e85;
  background-color: #161229;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (max-width: 865px) {
  #publish_page .pp_info_block {
    width: 100%;
    margin-bottom: 35px;
  }
}
#publish_page .pp_info_block .pp_info_block_icon {
  position: absolute;
  top: -60px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 865px) {
  #publish_page .pp_info_block .pp_info_block_icon {
    top: -35px;
  }
}
#publish_page .pp_info_block .pp_info_block_icon img {
  max-width: 75%;
}
@media only screen and (max-width: 865px) {
  #publish_page .pp_info_block .pp_info_block_icon img {
    max-width: 40%;
  }
}
#publish_page .pp_info_block p {
  color: #d9d8de;
  font-size: 22px;
}
@media only screen and (max-width: 1550px) {
  #publish_page .pp_info_block p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1550px) {
  #publish_page .pp_info_block h5 {
    font-size: 27px;
  }
}
#publish_page .pub_asset_1 {
  width: 100%;
}
#publish_page .pub_asset_1 img {
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 1550px) {
  #publish_page .pub_asset_1 img {
    max-width: 470px;
  }
}
@media only screen and (max-width: 1320px) {
  #publish_page .pub_asset_1 img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1320px) {
  #publish_page .pub_asset_1 {
    width: 50%;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 900px) {
  #publish_page .pub_asset_1 {
    display: none;
  }
}
#publish_page .hero_quote {
  font-size: 17px;
}
@media only screen and (max-width: 865px) {
  #publish_page .flex_overide {
    display: block !important;
  }
}
#publish_page .bnd_info_block {
  position: relative;
  border: 10px solid #0cbcaa;
  background-color: #161229;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (max-width: 865px) {
  #publish_page .bnd_info_block {
    width: 100%;
    margin-bottom: 35px;
  }
}
#publish_page .bnd_info_block .pp_info_block_icon {
  position: absolute;
  top: -60px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 865px) {
  #publish_page .bnd_info_block .pp_info_block_icon {
    top: -35px;
  }
}
#publish_page .bnd_info_block .pp_info_block_icon img {
  max-width: 75%;
}
@media only screen and (max-width: 865px) {
  #publish_page .bnd_info_block .pp_info_block_icon img {
    max-width: 40%;
  }
}
#publish_page .bnd_info_block p {
  color: #d9d8de;
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (max-width: 1550px) {
  #publish_page .bnd_info_block p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1550px) {
  #publish_page .bnd_info_block h5 {
    font-size: 27px;
  }
}
.color_yellowish {
  color: #eef710;
}
.bgcolor_yellowish {
  color: #eef710;
}
.color_hotpink {
  color: #ee1e85;
}
.bgcolor_hotpink {
  color: #ee1e85;
}
.bgcolor_pastelgreen {
  color: #0cbcaa !important;
}
.bgcolor_purple {
  background-color: #646aa0;
}
/*#endregion */
.promoted_icon {
  max-width: 24px !important;
  margin-right: 6px !important;
  padding: 0 !important;
}
.wrap {
  white-space: normal !important;
}
.new_brand_logo {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 250px;
  border: thin solid #dfdfdf;
  background-color: white;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fsvs-body .slide {
  position: relative;
  max-height: 1080px;
  height: 57vw;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #fsvs-body .slide {
    max-height: none;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0;
  }
}
.order_1 {
  order: 1;
}
.order_2 {
  order: 2;
}
.color_yellowish {
  color: #eef710 !important;
}
.add_pitch_card {
  position: relative;
  width: 100%;
  height: 57vw;
  max-height: 350px;
}
.add_pitch_card .center_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.clear_btn {
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px;
  color: #eaeaea;
  border: thin solid #eaeaea;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-ph);
  color: #b3b3b1;
}
#user_brand_type {
  display: none;
  position: absolute;
  left: 50%;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
@media only screen and (max-width: 600px) {
  #user_brand_type {
    position: relative;
    left: auto;
    left: initial;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
#user_brand_type a {
  display: inline-block;
  position: relative;
  opacity: 0;
  line-height: 1.3;
  margin: 5px 0;
  font-size: 18px;
  color: #f0f0f0;
}
#user_brand_type .link_1 {
  -moz-animation: link_animate 5s ease 0s;
  -o-animation: link_animate 5s ease 0s;
  -webkit-animation: link_animate 5s ease 0s;
  animation: link_animate 5s ease 0s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-bottom: 2px solid transparent;
}
#user_brand_type .link_1:hover {
  border-bottom: 2px solid #eef710;
}
#user_brand_type .link_2 {
  -moz-animation: link_animate 5s ease 0.25s;
  -o-animation: link_animate 5s ease 0.25s;
  -webkit-animation: link_animate 5s ease 0.25s;
  animation: link_animate 5s ease 0.25s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-bottom: 2px solid transparent;
}
#user_brand_type .link_2:hover {
  border-bottom: 2px solid #eef710;
}
#user_brand_type .link_3 {
  -moz-animation: link_animate 5s ease 0.5s;
  -o-animation: link_animate 5s ease 0.5s;
  -webkit-animation: link_animate 5s ease 0.5s;
  animation: link_animate 5s ease 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  border-bottom: 2px solid transparent;
}
#user_brand_type .link_3:hover {
  border-bottom: 2px solid #eef710;
}
@-webkit-keyframes link_animate {
  0% {
    top: -10px;
    opacity: 0;
  }
  10% {
    opacity: 1;
    top: 10px;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
@keyframes link_animate {
  0% {
    top: -10px;
    opacity: 0;
  }
  10% {
    opacity: 1;
    top: 10px;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
.draft_hide_ads .tile_ad_container {
  display: none;
}
.draft_hide_ads pe-wyolotto {
  display: none;
}
.element_design_underline {
  position: relative;
}
.element_design_underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  border-bottom: 4px solid #ee1685;
}
#home_feed {
  /*.brand_select {
        position: relative;
        list-style-type: none;
        padding: 0;
        margin: 0;
        overflow: auto;
        max-height: none;
        max-height: initial;

        .small_add_new {
            display:none;
        }

    }*/
}
#home_feed .list_view {
  display: none;
}
#home_feed .home_view {
  display: flex !important;
}
#home_feed .home_view .center_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home_feed .home_view .brand_id_card {
  width: 19.5%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1100px) {
  #home_feed .home_view .brand_id_card {
    width: 24.5%;
  }
}
@media only screen and (max-width: 830px) {
  #home_feed .home_view .brand_id_card {
    width: 32.8%;
  }
}
@media only screen and (max-width: 630px) {
  #home_feed .home_view .brand_id_card {
    width: 49.25%;
  }
}
@media only screen and (max-width: 425px) {
  #home_feed .home_view .brand_id_card {
    width: 100%;
  }
}
#home_feed .home_view .brand_id_card .brand_title {
  font-size: 16px;
  -ms-word-break: break-word;
  word-break: break-word;
  line-height: 1.3;
}
#home_feed .home_view .brand_id_card .default_card {
  height: 206px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.home_add_page {
  width: 19.5%;
  display: inline-block;
}
@media only screen and (max-width: 1100px) {
  .home_add_page {
    width: 24.5%;
  }
}
@media only screen and (max-width: 830px) {
  .home_add_page {
    width: 32.8%;
  }
}
@media only screen and (max-width: 630px) {
  .home_add_page {
    width: 49.25%;
  }
}
@media only screen and (max-width: 425px) {
  .home_add_page {
    width: 100%;
  }
}
.home_add_page h4 {
  font-size: 16px;
}
.scroll_menu {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  /* Let's get this party started */
  /* Track */
  /* Handle */
}
.scroll_menu ::-webkit-scrollbar:horizontal {
  height: 7px;
}
.scroll_menu ::-webkit-scrollbar-track:horizontal {
  background: #dfdfdf;
}
.scroll_menu ::-webkit-scrollbar-thumb:horizontal {
  background: #bbb;
}
.scroll_menu ::-webkit-scrollbar-thumb:window-inactive {
  background: #dfdfdf;
}
.scroll_menu .scroll_menu_container {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}
.scroll_menu .scroll_menu_container li {
  margin: 0;
  list-style-type: none;
  position: static;
}
.scroll_menu .scroll_menu_container li:hover .drop_menu_wrapper {
  display: block;
}
.scroll_menu .scroll_menu_container li .drop_menu_wrapper {
  list-style-type: none;
  position: absolute;
  background-color: white;
  margin: 0;
  padding: 0;
  border: thin solid #ddd;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
  max-height: 600px;
  overflow-y: auto;
  z-index: 5;
  text-align: left;
  min-width: 150px;
  display: none;
}
.scroll_menu .scroll_menu_container li .drop_menu_wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.scroll_menu .scroll_menu_container li .drop_menu_wrapper ul li {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.scroll_menu .scroll_menu_container li .drop_menu_wrapper ul li .drop_menu_item {
  color: #959595;
  text-align: left;
  text-decoration: none;
  display: block;
  width: 100%;
  line-height: 2;
  padding: 7px 15px;
  background-color: white;
  white-space: nowrap;
  text-transform: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.scroll_menu .scroll_menu_container li .drop_menu_wrapper ul li .drop_menu_item:hover {
  color: #656565;
  text-decoration: none;
  background-color: #eee;
}
div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}
div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
div.scrollmenu a:hover {
  background-color: #777;
}
@media only screen and (max-width: 640px) {
  .temp_stripe_connect {
    float: none !important;
  }
}
.tooltip_reach {
  position: relative;
  cursor: pointer;
}
.tooltip_reach:hover:before {
  content: "Reach";
  position: absolute;
  left: 50%;
  bottom: 135%;
  background-color: #333;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 3px 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tooltip_reach:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 105%;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tooltip_opens {
  position: relative;
  cursor: pointer;
}
.tooltip_opens:hover:before {
  content: "Opens";
  position: absolute;
  left: 50%;
  bottom: 135%;
  background-color: #333;
  border-radius: 3px;
  color: #f5f5f5;
  padding: 3px 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tooltip_opens:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 105%;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.instagram-media {
  margin: 0 auto !important;
  position: relative !important;
  max-width: 770px !important;
}
.pe_google_ad {
  position: relative;
  left: 50%;
  top: 50%;
  width: 300px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile {
  display: none !important;
}
/*#region animations */
/*ANIMATIONS*/
@-webkit-keyframes modal-box {
  0% {
    top: 10%;
    opacity: 0;
  }
  100% {
    top: 15%;
    opacity: 1;
  }
}
@keyframes modal-box {
  0% {
    top: 10%;
    opacity: 0;
  }
  100% {
    top: 15%;
    opacity: 1;
  }
}
@-webkit-keyframes modal-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#endregion */
.modal-backdrop {
  z-index: 50000;
}
.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .card {
    margin: 0 0 20px 0;
  }
  .flex-row-break {
    display: block;
    width: 100%;
  }
  .ad-container {
    position: relative;
    left: auto;
    top: auto;
    padding: 20px 0;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .break-out-inner-container {
    margin: 0;
  }
  .onboard-card {
    max-width: auto;
    max-width: none;
    width: 100%;
  }
}
.atlwdg-trigger.atlwdg-SUBTLE {
  z-index: 10;
}
.subscribe_btn {
  background: none;
  font-size: 13px;
  border: 0;
  padding: 7px;
  cursor: pointer;
  text-transform: uppercase;
}
.subscribe_btn:before {
  content: "Subscribe";
  font-family: 'Mandali', Arial, sans-serif;
  padding: 4px 10px;
  color: #eaeaea;
  border: thin solid #eaeaea;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe_btn:hover::before {
  content: "Subscribe";
  padding: 4px 10px;
  color: #fff;
  border: thin solid #46c30e;
  border-radius: 4px;
  background-color: #46c30e;
}
.edit_frame {
  position: relative;
  max-width: 1180px;
  width: 100%;
  padding: 0 20px;
  top: 170px;
  bottom: 0;
  margin: 0 auto;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.pitch_eidt_header {
  position: fixed;
  width: 100%;
  padding: 0;
  top: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #161229;
}
.pitch_edit_header_items {
  height: 80px;
  padding: 0 20px;
  max-width: 1180px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.edit_header_item {
  font-size: 16px;
  padding: 5px 10px;
  margin: 0 15px;
  color: #ccc;
  font-family: Roboto, Arial, sans-serif;
}
.pitch_edit_caption {
  display: block;
  outline: none;
  width: 100%;
  border: thin solid #ddd;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pitch_edit_remove_btn {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #777;
}
.pitch_edit_remove_btn .material-icons {
  font-size: 14px;
}
.pitch_edit_submenu {
  height: 90px;
  width: 100%;
  margin-top: 80px;
}
.edit_submenu_item {
  position: relative;
  font-size: 16px;
  padding: 7px 7px;
  margin: 0 5px;
  color: #ccc;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
}
.edit_submenu_item:hover {
  background-color: #f5f5f5;
}
.btn_style_outline {
  text-transform: uppercase;
  padding: 7px 12px;
  background-color: transparent;
  color: #444;
  border-radius: 2px;
  display: inline-block;
  border: thin solid #969696;
}
.btn_style_outline:hover {
  color: #fff;
  background-color: #0facf3;
  border-color: #0facf3;
}
.btn_style_outline:focus {
  color: white;
}
.btn_style_1 {
  text-transform: uppercase;
  padding: 7px 12px;
  background-color: #0cbcaa;
  color: white;
  border-radius: 2px;
  border: none;
  display: inline-block;
}
.btn_style_1:hover {
  color: white;
  background-color: #06d8c2;
}
.btn_style_1:focus {
  color: white;
}
.btn_style_2 {
  color: #0cbcaa;
  padding-right: 12px;
  position: relative;
  font-size: 16px;
  padding: 7px 7px;
  margin: 0 5px;
  background-color: transparent;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
  border: none;
}
.btn_style_2:hover {
  color: #838383;
  background-color: #e5e5e5;
}
.btn_style_2:focus {
  color: #838383;
}
.btn_style_3 {
  position: relative;
  font-size: 16px;
  padding: 7px 7px;
  margin: 0 5px;
  color: #ccc;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
}
.btn_style_3:hover {
  color: #444;
  background-color: #eaeaea;
}
.btn_style_3 {
  position: relative;
  font-size: 16px;
  padding: 7px 7px;
  margin: 0 5px;
  color: #ccc;
  background-color: transparent;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
  cursor: pointer;
  border: none;
}
.btn_style_3:hover {
  color: #838383;
  background-color: #e5e5e5;
}
.btn_style_3:focus {
  color: #838383;
}
.btn_style_4 {
  text-transform: uppercase;
  padding: 7px 12px;
  background-color: #6F7D95;
  color: white;
  border-radius: 2px;
  border: none;
  display: inline-block;
}
.btn_style_4:hover {
  color: white;
  background-color: #6F7D95;
}
.btn_style_4:focus {
  color: white;
}
.btn_green {
  color: white !important;
  border: 0 !important;
  background-color: #17b9a9 !important;
}
.btn_green:hover {
  color: white !important;
  text-decoration: none !important;
  background-color: #06d8c2 !important;
}
.btn_red {
  color: white !important;
  border: 0 !important;
  background-color: #c71e56 !important;
}
.btn_red:hover {
  color: white !important;
  text-decoration: none !important;
  background-color: #f13070 !important;
}
.btn_yellow {
  color: white !important;
  border: 0 !important;
  background-color: #e9e625 !important;
}
.btn_yellow:hover {
  color: white !important;
  text-decoration: none !important;
  background-color: #dad723 !important;
}
.btn_pink {
  color: white !important;
  border: 0 !important;
  background-color: #ed2185 !important;
}
.btn_pink:hover {
  color: white !important;
  text-decoration: none !important;
  background-color: #f94fa2 !important;
}
.btn_purple {
  color: white !important;
  border: 0 !important;
  background-color: #3e215a !important;
}
.btn_purple:hover {
  color: white !important;
  text-decoration: none !important;
  background-color: #704a94 !important;
}
.btn_ltpurple {
  color: white !important;
  border: 0 !important;
  background-color: #4f5693 !important;
}
.btn_ltpurple:hover {
  color: white !important;
  text-decoration: none !important;
  background-color: #717ac5 !important;
}
.btn_dkpurple {
  color: white !important;
  border: 0 !important;
  background-color: #17132a !important;
}
.btn_dkpurple:hover {
  color: white !important;
  text-decoration: none !important;
  background-color: #463a7d !important;
}
.btn_jkpurple {
  color: white !important;
  border: 0 !important;
  color: #3e215a !important;
  background-color: transparent;
}
.btn_jkpurple:hover {
  color: white !important;
  background-color: #3e215a;
}
#pitch_form_2017 {
  padding-top: 40px;
}
#pitch_form_2017 .twitter_field_icon {
  color: #32CCFE;
  position: absolute;
  left: 0;
  top: 3px;
  padding: 8px 0;
  font-size: 20px;
  z-index: 1;
}
#pitch_form_2017 .form_wrapper {
  /*max-width: 1000px;*/
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pitch_form_2017 .input {
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: thin solid #ddd;
}
#pitch_form_2017 .input_headline {
  font-size: 32px;
}
#pitch_form_2017 .pitch_edit_field {
  position: relative;
  font-family: arial, sans-serif;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-bottom: thin solid #ddd;
  resize: none;
  overflow: hidden;
  margin-bottom: 30px;
}
#pitch_form_2017 .pitch_edit_field:focus {
  outline: none;
}
#pitch_form_2017 .pitch_edit_headline {
  font-size: 32px;
}
#pitch_form_2017 .pitch_edit_subheadline {
  font-size: 20px;
}
#pitch_form_2017 .pitch_edit_feature_image {
  position: relative;
  display: table;
  font-family: arial, sans-serif;
  color: #aaa;
  width: 100%;
  max-width: 415px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#pitch_form_2017 .pitch_edit_feature_image img {
  margin-bottom: 10px;
}
#pitch_form_2017 .pitch_edit_feature_video {
  position: relative;
  display: table;
  font-family: arial, sans-serif;
  color: #aaa;
  width: 100%;
  max-width: 415px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#pitch_form_2017 .pitch_edit_feature_video img {
  margin-bottom: 10px;
}
#pitch_form_2017 .pitch_edit_caption_preview {
  margin-bottom: 10px;
  display: block;
  line-height: 1.35;
}
#pitch_form_2017 .pitch_edit_video_embed {
  font-size: 15px;
}
#pitch_form_2017 .add_gallery {
  margin-top: 20px;
}
#pitch_form_2017 .pitch_edit_gallery {
  position: relative;
  font-family: arial, sans-serif;
  color: #aaa;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: thin solid #ddd;
  background-color: #efefef;
  margin-bottom: 20px;
  overflow-y: auto;
  max-height: 500px;
}
#pitch_form_2017 .pitch_edit_featured_upload {
  position: relative;
  font-family: Roboto, arial, sans-serif;
  font-size: 18px;
  color: #aaa;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: thin dashed #aaaaaa;
  background-color: #F3F3F3;
  margin-bottom: 20px;
}
#pitch_form_2017 .add_image {
  width: 100%;
  cursor: pointer;
}
#pitch_form_2017 .pitch_edit_gallery_images {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#pitch_form_2017 .pitch_edit_gallery_images li {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 200px;
  width: 24.4%;
  margin-bottom: 5px;
  display: inline-block;
}
@media only screen and (max-width: 752px) {
  #pitch_form_2017 .pitch_edit_gallery_images li {
    width: 32.4%;
  }
}
@media only screen and (max-width: 640px) {
  #pitch_form_2017 .pitch_edit_gallery_images li {
    max-width: 218px;
    width: 49%;
  }
}
@media only screen and (max-width: 470px) {
  #pitch_form_2017 .pitch_edit_gallery_images li {
    max-width: 280px;
    width: 100%;
  }
}
#pitch_form_2017 .pitch_edit_gallery_images li .material-icons {
  font-size: 18px;
}
#pitch_form_2017 .pitch_edit_gallery_thumb_wrapper {
  padding: 7px;
  background-color: white;
  border: thin solid #ddd;
}
#pitch_form_2017 .pitch_edit_gallery_thumb_container {
  position: relative;
  max-width: 275px;
  width: 100%;
  height: 130px;
}
#pitch_form_2017 .pitch_edit_gallery_thumb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#pitch_form_2017 .pitch_edit_gallery_image_footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 0 0;
}
#pitch_form_2017 .pitch_edit_gallery_image_btn {
  text-decoration: none;
  color: #aaa;
  margin-left: 8px;
  border: thin solid #e6e6e6;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: white;
}
#pitch_form_2017 .pitch_edit_gallery_image_btn:hover {
  color: white;
  background-color: #a9a9e0;
}
#pitch_form_2017 .pitch_edit_gallery_image_btn .material-icons {
  font-size: 18px;
}
#pitch_form_2017 .pitch_edit_label {
  font-weight: 800;
  font-size: 18px;
  color: #454545;
  margin-bottom: 6px;
  display: block;
}
#pitch_form_2017 .relative {
  position: relative;
}
#pitch_form_2017 .mce-panel {
  border-color: #ddd !important;
}
#pitch_form_2017 .text_center {
  text-align: center;
}
#pitch_form_2017 .text_right {
  text-align: right;
}
#pitch_form_2017 .text_left {
  text-align: left;
}
#pitch_form_2017 .hidden {
  display: none !important;
}
#pitch_form_2017 #myfilestack > div > div {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 70px;
  font-size: 18px !important;
  color: #aaa !important;
  line-height: 70px !important;
}
#pitch_form_2017 #myfilestack button {
  display: none !important;
}
#pitch_form_2017 .title_inactive {
  color: #ccc;
}
#pitch_form_2017 .title_active {
  color: #454545 !important;
}
#pitch_form_2017 .pointer {
  cursor: pointer;
}
#pitch_form_2017 .side_items {
  padding-right: 10px;
}
#pitch_form_2017 .side_item {
  margin: 5px 0;
}
.space_around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.space_between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.even_space_center {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.pitch_edit_publish_options {
  position: relative;
  max-width: 1180px;
  width: 100%;
  min-height: 100%;
  padding: 60px 20px;
  top: 170px;
  bottom: 0;
  margin: 0 auto;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pitch_edit_publish_options .social_share_item {
  width: 50%;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 500px) {
  .pitch_edit_publish_options .social_share_item {
    width: 100%;
  }
}
.pitch_edit_publish_options .social_share_item .social_share_item_btn {
  border-radius: 4px;
  height: 180px;
  cursor: pointer;
  font-size: 20px;
  border: thin solid #ddd;
  background-color: #fafafa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pitch_edit_publish_options .social_share_item .social_share_item_btn.nb {
  color: white;
  background-color: #3e215a;
}
.pitch_edit_publish_options .social_share_item .social_share_item_btn.em {
  color: white;
  background-color: #0cbcaa;
}
.pitch_edit_publish_options .social_share_item .social_share_item_btn.fb {
  color: white;
  background-color: #385D93;
}
.pitch_edit_publish_options .social_share_item .social_share_item_btn.tw {
  color: white;
  background-color: #00ACEC;
}
.pitch_edit_publish_options .social_share_item .social_share_item_btn.ln {
  color: white;
  background-color: #0087B7;
}
.pitch_edit_publish_options .social_share_item .social_share_item_btn.pt {
  color: white;
  background-color: #AD2127;
}
.pitch_edit_publish_options .social_share_options {
  width: 25%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pitch_edit_publish_options .social_share_options_link {
  position: relative;
  display: block;
  padding: 7px 5px;
  font-weight: 300;
  font-family: Roboto, Arial, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: thin solid #eee;
}
.pitch_edit_publish_options .social_share_options_link:last-child {
  border-bottom: none;
}
.pitch_edit_publish_options .social_share_options_link:hover {
  background-color: #f5f5f5;
}
.pitch_edit_publish_options .social_share_active {
  font-weight: 800;
  color: black;
  /*background-color: #fafafa;*/
}
.pitch_edit_publish_options .social_share_active:after {
  content: "";
}
.pitch_edit_publish_options .social_share_item_btn.fb {
  color: white;
  background-color: #385D93;
}
.pitch_edit_publish_options .social_share_item_btn.tw {
  color: white;
  background-color: #00ACEC;
}
.pitch_edit_publish_options .social_share_item_btn.ln {
  color: white;
  background-color: #0087B7;
}
.pitch_edit_publish_options .social_share_item_btn.pt {
  color: white;
  background-color: #AD2127;
}
.pitch_edit_publish_options .social_share_preview {
  width: 75%;
  padding: 10px;
  margin-left: 30px;
  border: thin solid #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pitch_edit_publish_options .social_share_preview .email_share .email_share_input {
  font-family: Roboto;
  font-weight: 500;
  width: 100%;
  min-height: 200px;
  border: none;
  outline: none;
  resize: none;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.element_icon {
  position: relative;
  width: 40px;
  height: 40px;
  color: #999;
  border-radius: 3px;
}
.element_icon > div > div {
  display: none !important;
}
.element_icon button {
  position: absolute;
  /*left: 0;
        right: 0;
        top: 0;
        bottom: 0;*/
  overflow: hidden;
  opacity: 0;
  /*height: 52px;
        width: 52px;*/
  height: 100px;
  width: 100px;
  padding: 0;
  border-radius: 3px;
}
.element_item {
  margin: 8px 0;
  width: 180px;
  height: 100px;
  cursor: pointer;
}
.element_item:hover {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 600px) {
  .element_item {
    width: 115px;
  }
}
.element_item_active {
  background-color: #f7f7f7;
  /*border: thin solid #ccc;*/
  color: black;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.element_item_active .element_icon {
  color: black;
}
.element_item_active small {
  color: black;
}
.elements_doc {
  max-width: 700px;
  margin: 0 auto 50px auto;
}
.padding_lr_5 {
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding_lr_10 {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding_tb_5 {
  padding: 5px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.padding_tb_10 {
  padding: 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#tweetCharNum {
  text-align: right;
  margin-bottom: 10px;
}
.pitch_text_edit_wrapper {
  margin: 20px 0;
}
.pitch_edit_body {
  background-color: #555 !important;
}
.item_active {
  color: white;
  font-weight: 500;
  border-bottom: 2px solid #eef710;
}
.elements_container {
  max-width: 140px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .elements_container {
    max-width: 75px;
  }
}
.pitch_edit_boilerplate_container,
.pitch_edit_contact_container {
  position: relative;
  font-family: arial, sans-serif;
  color: #999;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: thin solid #ddd;
  background-color: #fcfcfc;
  margin-bottom: 20px;
}
.pitch_edit_boilerplate_container .pitch_edit_boilerplate,
.pitch_edit_contact_container .pitch_edit_boilerplate,
.pitch_edit_boilerplate_container .pitch_edit_contact,
.pitch_edit_contact_container .pitch_edit_contact {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.pitch_edit_boilerplate_container .pitch_edit_boilerplate:nth-child(even),
.pitch_edit_contact_container .pitch_edit_boilerplate:nth-child(even),
.pitch_edit_boilerplate_container .pitch_edit_contact:nth-child(even),
.pitch_edit_contact_container .pitch_edit_contact:nth-child(even) {
  margin-right: 10px;
}
.pitch_edit_boilerplate_container .pitch_edit_boilerplate:hover,
.pitch_edit_contact_container .pitch_edit_boilerplate:hover,
.pitch_edit_boilerplate_container .pitch_edit_contact:hover,
.pitch_edit_contact_container .pitch_edit_contact:hover {
  background-color: #efefef;
}
.pitch_edit_boilerplate_container .pitch_edit_boilerplate:hover .pitch_edit_boilerplate_remove,
.pitch_edit_contact_container .pitch_edit_boilerplate:hover .pitch_edit_boilerplate_remove,
.pitch_edit_boilerplate_container .pitch_edit_contact:hover .pitch_edit_boilerplate_remove,
.pitch_edit_contact_container .pitch_edit_contact:hover .pitch_edit_boilerplate_remove,
.pitch_edit_boilerplate_container .pitch_edit_boilerplate:hover .pitch_edit_contact_remove,
.pitch_edit_contact_container .pitch_edit_boilerplate:hover .pitch_edit_contact_remove,
.pitch_edit_boilerplate_container .pitch_edit_contact:hover .pitch_edit_contact_remove,
.pitch_edit_contact_container .pitch_edit_contact:hover .pitch_edit_contact_remove {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .pitch_edit_boilerplate_container .pitch_edit_boilerplate,
  .pitch_edit_contact_container .pitch_edit_boilerplate,
  .pitch_edit_boilerplate_container .pitch_edit_contact,
  .pitch_edit_contact_container .pitch_edit_contact {
    width: 100%;
  }
}
.pitch_edit_boilerplate_container .pitch_edit_boilerplate h5,
.pitch_edit_contact_container .pitch_edit_boilerplate h5,
.pitch_edit_boilerplate_container .pitch_edit_contact h5,
.pitch_edit_contact_container .pitch_edit_contact h5 {
  font-family: Roboto, Arial, sans-serif;
}
.pitch_edit_boilerplate_container .pitch_edit_boilerplate .pitch_edit_boilerplate_remove,
.pitch_edit_contact_container .pitch_edit_boilerplate .pitch_edit_boilerplate_remove,
.pitch_edit_boilerplate_container .pitch_edit_contact .pitch_edit_boilerplate_remove,
.pitch_edit_contact_container .pitch_edit_contact .pitch_edit_boilerplate_remove,
.pitch_edit_boilerplate_container .pitch_edit_boilerplate .pitch_edit_contact_remove,
.pitch_edit_contact_container .pitch_edit_boilerplate .pitch_edit_contact_remove,
.pitch_edit_boilerplate_container .pitch_edit_contact .pitch_edit_contact_remove,
.pitch_edit_contact_container .pitch_edit_contact .pitch_edit_contact_remove {
  position: absolute;
  opacity: 0;
  top: 5px;
  right: 5px;
  cursor: pointer;
  color: #777;
}
.pitch_edit_boilerplate_container .pitch_edit_boilerplate .pitch_edit_boilerplate_remove .material-icons,
.pitch_edit_contact_container .pitch_edit_boilerplate .pitch_edit_boilerplate_remove .material-icons,
.pitch_edit_boilerplate_container .pitch_edit_contact .pitch_edit_boilerplate_remove .material-icons,
.pitch_edit_contact_container .pitch_edit_contact .pitch_edit_boilerplate_remove .material-icons,
.pitch_edit_boilerplate_container .pitch_edit_boilerplate .pitch_edit_contact_remove .material-icons,
.pitch_edit_contact_container .pitch_edit_boilerplate .pitch_edit_contact_remove .material-icons,
.pitch_edit_boilerplate_container .pitch_edit_contact .pitch_edit_contact_remove .material-icons,
.pitch_edit_contact_container .pitch_edit_contact .pitch_edit_contact_remove .material-icons {
  font-size: 14px;
}
.pitch_edit_boilerplate_container .pitch_edit_boilerplate,
.pitch_edit_contact_container .pitch_edit_boilerplate {
  width: 100%;
  margin: 0 !important;
}
.pitch_edit_boilerplate_container .pitch_edit_contact_name,
.pitch_edit_contact_container .pitch_edit_contact_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
}
.pitch_edit_boilerplate_container .pitch_edit_contact_social a,
.pitch_edit_contact_container .pitch_edit_contact_social a {
  margin-right: 7px;
}
#pitch_edit_contact_modal,
#pitch_edit_boilerplate_modal,
#pitch_edit_email_share {
  position: fixed;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal_close_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal_container {
  position: relative;
  left: 50%;
  top: 50px;
  max-width: 640px;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow-y: auto;
  z-index: 1;
  margin-bottom: 50px;
}
.modal_container .modal_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
  cursor: pointer;
}
.modal_container .modal_close_btn:hover {
  color: #999;
}
.modal_container form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal_container label {
  font-family: Roboto, Arial, sans-serif;
  display: block;
}
.modal_container input[type=text],
.modal_container [type=url],
.modal_container [type=email] {
  display: block;
  outline: none;
  width: 100%;
  border: thin solid #ddd;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal_container ::-moz-placeholder {
  color: #777;
}
.modal_container :-ms-input-placeholder {
  color: #777;
}
.modal_container :-moz-placeholder {
  color: #777;
}
.modal_container ::-webkit-input-placeholder {
  color: #777;
}
.modal_container textarea {
  width: 100% !important;
  min-height: 150px;
  display: block;
  resize: none;
  outline: none;
  border: thin solid #ddd;
  border-radius: 2px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_group {
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_group .contact_item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  padding-bottom: 11px;
  border-bottom: thin solid #ddd;
  font-weight: 400;
  font-family: Roboto, Arial, sans-serif;
}
@media only screen and (max-width: 460px) {
  .contact_group .contact_item {
    width: 100%;
  }
}
.contact_group .contact_item h5 {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
}
.contact_group .contact_item .contact_name {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.contact_group .contact_item .contact_company {
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 2px;
}
.contact_group .contact_item .contact_social {
  color: #999;
}
.contact_group .contact_item .contact_social a {
  margin-right: 7px;
}
.contact_item_avatar {
  width: 85px;
  height: 85px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.contact_item_avatar img {
  max-width: 85px;
  width: 100%;
}
.contact_info_container {
  position: relative;
}
.contact_info_edit {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 100%;
  z-index: 1;
  cursor: pointer;
}
.contact_info_edit .material-icons {
  font-size: 19px;
}
.contact_form_wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background-color: #f3f3f3;
  border-radius: 3px;
  border: thin solid #ddd;
}
.contact_form {
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_item_group:hover .contact_info_edit {
  opacity: 1;
}
.contact_input_avatar {
  width: 100%;
  max-width: 100px;
  margin-right: 15px;
}
.contact_edit_avatar {
  position: relative;
}
.contact_edit_avatar img {
  max-width: 100px;
  width: 100%;
}
.contact_edit_avatar .fp__btn {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  opacity: 0;
  z-index: 1;
}
.delete_contact_container {
  display: inline-block;
  text-align: center;
  padding: 0;
  width: 24px;
  height: 24px;
  border: none;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 34px;
}
.bplate_info {
  position: relative;
}
.bplate_info:hover .bplate_info_edit {
  opacity: 1;
}
.bplate_info_edit {
  position: absolute;
  opacity: 0;
  top: -8px;
  left: 105%;
  font-size: 22px !important;
  z-index: 1;
  cursor: pointer;
}
.bplate_info_edit .material-icons {
  font-size: 19px;
}
.bplate_items {
  text-align: left;
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bplate_items .boilerplate {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: thin solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 460px) {
  .bplate_items .boilerplate {
    width: 100%;
  }
}
.bplate_items .boilerplate input[type=checkbox] {
  margin: 0;
}
.bplate_items .boilerplate .boilerplate_head {
  position: relative;
  display: inline-block;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 3px;
}
.bplate_items .boilerplate:hover .delete_item {
  opacity: 1;
}
.bplate_form_wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.bplate_form {
  margin-bottom: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bplate_form form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bplate_form label {
  font-size: 11px;
  color: #999;
  text-align: left;
  font-family: Roboto, Arial, sans-serif;
  display: block;
}
.bplate_form input[type=text],
.bplate_form [type=url],
.bplate_form [type=email] {
  display: block;
  outline: none;
  width: 100%;
  color: #101010;
  border: thin solid #ddd;
  border-radius: 2px;
  padding: 5px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bplate_form ::-moz-placeholder {
  color: #777;
}
.bplate_form :-ms-input-placeholder {
  color: #777;
}
.bplate_form :-moz-placeholder {
  color: #777;
}
.bplate_form ::-webkit-input-placeholder {
  color: #777;
}
.bplate_form textarea {
  width: 100% !important;
  min-height: 150px;
  display: block;
  resize: none;
  outline: none;
  color: #888;
  border: thin solid #ddd;
  border-radius: 2px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#boilerPlateForm {
  margin-top: 20px;
  padding-top: 10px;
  color: white;
  border-top: thin solid rgba(255, 255, 255, 0.2);
}
#boilerPlateForm:first-child {
  border-top: 0;
}
.delete_bplate_container {
  text-align: left;
  padding: 0;
  border: none;
  vertical-align: top;
}
.delete_item {
  border: thin solid #ddd;
  color: white;
  padding: 6px 20px;
  border-radius: 3px;
  text-align: left;
  background-color: transparent;
  opacity: 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.add_form_btn {
  position: relative;
}
.add_form_btn:before {
  content: "Add to pitch";
}
.added_form_btn {
  position: relative;
  color: white;
  background-color: #ddd;
  cursor: default;
}
.added_form_btn:hover {
  background-color: #ddd;
}
.added_form_btn:before {
  content: "Added";
}
.hidden {
  display: none !important;
}
.show {
  display: block !important;
}
.animate {
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#pitch_styles #hero_17 {
  margin-top: 44px;
}
#pitch_styles #hero_17 iframe.ql-video {
  width: 100%;
  max-height: 395px;
  height: 53vw;
}
#pitch_styles #hero_17 .pitch_wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
}
#pitch_styles #hero_17 .pitch_container {
  background-color: white;
  padding: 0 20px 60px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#pitch_styles #hero_17 .pitch_right_block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#pitch_styles #hero_17 .presser_feature {
  display: none;
}
#pitch_styles #hero_17 .pitch_headline_wrapper {
  order: 3;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#pitch_styles #hero_17 .pitch_headline_wrapper .pitch_headline_container {
  margin: 20px 0 32px 0;
}
#pitch_styles #hero_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}
#pitch_styles #hero_17 .pitch_social_share_wrapper {
  order: 3;
  max-width: 700px;
  margin: -20px auto 30px auto;
  width: 100%;
}
#pitch_styles #hero_17 .pitch_social_share_wrapper .pitch_social_share_container {
  margin-bottom: 10px;
}
#pitch_styles #hero_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
  margin-right: 10px;
}
#pitch_styles #hero_17 .pitch_subheadline_wrapper {
  order: 4;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#pitch_styles #hero_17 .pitch_subheadline_wrapper .pitch_subheadline_container {
  margin-top: -20px;
  margin-bottom: 10px;
}
#pitch_styles #hero_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
#pitch_styles #hero_17 .pitch_brand_info_wrapper {
  order: 2;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
  margin-top: 20px;
}
#pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
  width: auto;
  max-width: 100px;
  margin-right: 10px;
}
#pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
}
#pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
#pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
  font-family: Roboto, Arial, sans-serif;
  color: #aaa;
  font-size: 11px;
}
#pitch_styles #hero_17 .pitch_bodytext_wrapper {
  order: 6;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext {
  font-size: 16px;
  line-height: 1.45;
}
#pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext p {
  margin: 0;
}
#pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
  color: #17b9a9;
}
#pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
  max-width: 100%;
  width: 100%;
}
#pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
#pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pitch_styles #hero_17 .pitch_media_download {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  color: white;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
}
#pitch_styles #hero_17 .pitch_featured_media_container {
  order: 1;
  margin: 0 -20px;
}
#pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item {
  background-color: black;
  overflow: hidden;
  height: 50.2vw;
  max-height: 580px;
  position: relative;
}
#pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
  opacity: 1;
  z-index: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
  opacity: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.65);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms {
  display: none;
}
#pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#pitch_styles #hero_17 .pitch_focal_media_ms {
  display: none;
}
#pitch_styles #hero_17 .twitter_pitch_wrapper {
  order: 5;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#pitch_styles #hero_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
  position: relative;
  font-size: 24px;
  max-width: 600px;
  display: block;
  margin: 30px 0 40px;
  color: #000;
  text-decoration: none !important;
  font-family: Roboto;
  font-weight: 100;
  margin-left: 24px;
}
#pitch_styles #hero_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch:before {
  content: "\f099";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 101%;
  font-size: 21px;
  color: #0fb6ea;
}
#pitch_styles #hero_17 .pitch_boilerplate_wrapper {
  order: 8;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
  margin-bottom: 20px;
}
#pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
  margin-bottom: 20px;
}
#pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
#pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#pitch_styles #hero_17 .pitch_contact_wrapper {
  order: 9;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container {
  margin: 20px 0;
}
#pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
  margin-right: 20px;
  margin-bottom: 20px;
}
#pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
  position: relative;
  margin-right: 10px;
  width: 100px;
  height: 105px;
}
#pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
  position: absolute;
  left: 0;
  top: 0;
  right: 9px;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
  padding: 10px 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
  font-family: Roboto, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
  margin-right: 7px;
}
#pitch_styles #hero_17 .pitch_gallery_container {
  order: 7;
  max-width: 700px;
  width: 100%;
  margin: 20px auto 40px auto;
}
#pitch_styles #presser_17 iframe.ql-video {
  width: 48% !important;
  max-height: 275px;
  height: 22vw;
}
#pitch_styles #presser_17 .pitch_wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: 100vh;
}
#pitch_styles #presser_17 .pitch_container {
  display: table;
  min-height: 100%;
  background-color: white;
  padding: 40px 80px 60px 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pitch_styles #presser_17 .pitch_headline_wrapper .pitch_headline_container {
  margin: 20px 0 32px 0;
}
#pitch_styles #presser_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}
#pitch_styles #presser_17 .pitch_social_share_wrapper .pitch_social_share_container {
  margin-bottom: 30px;
  margin-top: -20px;
}
#pitch_styles #presser_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
  margin-right: 10px;
}
#pitch_styles #presser_17 .pitch_subheadline_wrapper .pitch_subheadline_container {
  margin: 30px 0 10px 0;
}
#pitch_styles #presser_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
#pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
  margin: 20px 0 30px 0;
}
#pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
  width: auto;
  max-width: 100px;
  margin-right: 10px;
}
#pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
}
#pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
#pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
  font-family: Roboto, Arial, sans-serif;
  color: #aaa;
  font-size: 11px;
}
#pitch_styles #presser_17 .pitch_bodytext_wrapper {
  order: 0;
  margin-bottom: 40px;
}
#pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
  max-width: 100%;
  width: 100%;
}
#pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
  color: #17b9a9;
}
#pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext p {
  margin: 0;
  font-size: 16px;
}
#pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext iframe {
  width: 48%;
}
#pitch_styles #presser_17 .pitch_featured_media_container {
  display: none;
}
#pitch_styles #presser_17 .pitch_media_download {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  color: white;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
}
#pitch_styles #presser_17 .presser_feature {
  display: block;
  float: right;
  max-width: 50.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
#pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item {
  position: relative;
}
#pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
  opacity: 1;
  z-index: 2;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
  opacity: 1;
  z-index: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container .pitch_featured_media_item_caption {
  color: white;
}
#pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item img {
  max-width: 100%;
  width: 100%;
}
#pitch_styles #presser_17 .pitch_focal_media_ms {
  display: none;
}
#pitch_styles #presser_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
  position: relative;
  font-size: 24px;
  max-width: 600px;
  display: block;
  margin: 30px 0 40px;
  color: #000;
  text-decoration: none !important;
  font-family: Roboto;
  font-weight: 100;
  margin-left: 24px;
}
#pitch_styles #presser_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch:before {
  content: "\f099";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 101%;
  font-size: 21px;
  color: #0fb6ea;
}
#pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
  margin-bottom: 20px;
}
#pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
  margin-bottom: 20px;
}
#pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
#pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container {
  margin: 20px 0;
}
#pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
  margin-right: 20px;
  margin-bottom: 20px;
}
#pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
  position: relative;
  margin-right: 10px;
  width: 100px;
  height: 105px;
}
#pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
  position: absolute;
  left: 0;
  top: 0;
  right: 9px;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
  padding: 10px 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
  font-family: Roboto, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
  margin-right: 7px;
}
#pitch_styles #presser_17 .pitch_gallery_container {
  float: right;
  width: 50.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
#pitch_styles #presser_17 .pitch_gallery_container:after {
  content: "";
  display: table;
  clear: both;
}
#pitch_styles #focal_17 {
  /*ie_relative_fix added via js - editor preview*/
}
#pitch_styles #focal_17 iframe.ql-video {
  width: 100%;
  max-height: 595px;
  height: 23vw;
}
#pitch_styles #focal_17 .pitch_container {
  position: fixed;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  /*-ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;*/
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 65px;
}
#pitch_styles #focal_17 .presser_feature {
  display: none;
}
#pitch_styles #focal_17 .pitch_headline_wrapper {
  position: relative;
  -ms-flex-order: 3;
  order: 3;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .pitch_headline_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .pitch_headline_wrapper {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .pitch_headline_wrapper .pitch_headline_container {
  margin: 20px 0 15px 0;
}
#pitch_styles #focal_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}
#pitch_styles #focal_17 .pitch_social_share_wrapper {
  position: relative;
  -ms-flex-order: 3;
  order: 3;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .pitch_social_share_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .pitch_social_share_wrapper {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .pitch_social_share_wrapper .pitch_social_share_container {
  margin-bottom: 10px;
}
#pitch_styles #focal_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
  margin-right: 10px;
}
#pitch_styles #focal_17 .pitch_subheadline_wrapper {
  position: relative;
  -ms-flex-order: 4;
  order: 4;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .pitch_subheadline_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .pitch_subheadline_wrapper {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
#pitch_styles #focal_17 .pitch_brand_info_wrapper {
  position: relative;
  order: 2;
  width: 50%;
  margin-top: 30px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .pitch_brand_info_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .pitch_brand_info_wrapper {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
  margin-top: 20px;
}
#pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
  width: auto;
  max-width: 100px;
  margin-right: 10px;
}
#pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
}
#pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
#pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
  font-family: Roboto, Arial, sans-serif;
  color: #aaa;
  font-size: 11px;
}
#pitch_styles #focal_17 .pitch_bodytext_wrapper {
  position: relative;
  -ms-flex-order: 6;
  order: 6;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .pitch_bodytext_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .pitch_bodytext_wrapper {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext {
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 20px;
}
#pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
  max-width: 100%;
  width: 100%;
}
#pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
  color: #17b9a9;
}
#pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext p {
  margin: 0;
}
#pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
#pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pitch_styles #focal_17 .pitch_media_download {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  color: white;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
}
#pitch_styles #focal_17 .pitch_featured_media_container {
  order: 1;
  position: fixed;
  width: 50%;
  height: 100vh;
  background-color: #2d2d2d;
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item {
  min-height: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
  opacity: 1;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_img {
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 1;
  z-index: 1;
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container .pitch_featured_media_item_caption {
  position: absolute;
  width: 34vw;
  max-width: 870px;
  position: relative;
  color: white;
  top: 40%;
  left: 50%;
  font-family: Roboto, arial, sans-serif;
  font-size: 28px;
  font-weight: 100;
  text-shadow: 0 0 30px black;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 960px) {
  #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container .pitch_featured_media_item_caption {
    font-size: 18px;
    font-weight: 400;
  }
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms {
  z-index: 1;
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_focal_media_ms {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_video_container {
  position: absolute;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  top: 50% !important;
  left: 0;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pitch_styles #focal_17 .twitter_pitch_wrapper {
  position: relative;
  -ms-flex-order: 4;
  order: 4;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .twitter_pitch_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .twitter_pitch_wrapper {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
  position: relative;
  font-size: 24px;
  max-width: 600px;
  display: block;
  margin: 30px 0 40px;
  color: #000;
  text-decoration: none !important;
  font-family: Roboto;
  font-weight: 100;
  margin-left: 24px;
}
#pitch_styles #focal_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch:before {
  content: "\f099";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 101%;
  font-size: 21px;
  color: #0fb6ea;
}
#pitch_styles #focal_17 .pitch_boilerplate_wrapper {
  position: relative;
  -ms-flex-order: 8;
  order: 8;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .pitch_boilerplate_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .pitch_boilerplate_wrapper {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
  margin-bottom: 20px;
}
#pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
  margin-bottom: 20px;
}
#pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
#pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#pitch_styles #focal_17 .pitch_contact_wrapper {
  position: relative;
  -ms-flex-order: 9;
  order: 9;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .pitch_contact_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .pitch_contact_wrapper {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container {
  margin: 20px 0;
}
#pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
  margin-right: 20px;
  margin-bottom: 20px;
}
#pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
  position: relative;
  margin-right: 10px;
  width: 100px;
  height: 105px;
}
#pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
  position: absolute;
  left: 0;
  top: 0;
  right: 9px;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
  padding: 10px 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
  font-family: Roboto, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
  margin-right: 7px;
}
#pitch_styles #focal_17 .pitch_gallery_container {
  position: relative;
  -ms-flex-order: 7;
  order: 7;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #pitch_styles #focal_17 .pitch_gallery_container {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #pitch_styles #focal_17 .pitch_gallery_container {
    padding: 0 40px;
  }
}
#pitch_styles #focal_17 .pitch_gallery_container .pitch_gallery {
  margin-bottom: 20px;
}
#pitch_styles #focal_17 .ie_relative_fix {
  position: relative !important;
  /*top:0 !important;*/
}
#pitch_styles #template .presser_feature {
  display: none;
}
#pitch_styles #template .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms {
  display: none;
}
#pitch_styles #template .pitch_focal_media_ms {
  display: none;
}
#pitch_styles #template .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #pitch_styles #focal_17,
  #pitch_styles #presser_17,
  #pitch_styles #hero_17 {
    margin-top: 44px !important;
  }
  #pitch_styles #focal_17 iframe.ql-video,
  #pitch_styles #presser_17 iframe.ql-video,
  #pitch_styles #hero_17 iframe.ql-video {
    width: 100% !important;
    max-height: 395px !important;
    height: 53vw !important;
  }
  #pitch_styles #focal_17 .pitch_wrapper,
  #pitch_styles #presser_17 .pitch_wrapper,
  #pitch_styles #hero_17 .pitch_wrapper {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
    min-height: 100% !important;
  }
  #pitch_styles #focal_17 .pitch_container,
  #pitch_styles #presser_17 .pitch_container,
  #pitch_styles #hero_17 .pitch_container {
    background-color: white !important;
    padding: 0 20px 60px 20px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  #pitch_styles #focal_17 .pitch_right_block,
  #pitch_styles #presser_17 .pitch_right_block,
  #pitch_styles #hero_17 .pitch_right_block {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  #pitch_styles #focal_17 .presser_feature,
  #pitch_styles #presser_17 .presser_feature,
  #pitch_styles #hero_17 .presser_feature {
    display: none !important;
  }
  #pitch_styles #focal_17 .pitch_headline_wrapper,
  #pitch_styles #presser_17 .pitch_headline_wrapper,
  #pitch_styles #hero_17 .pitch_headline_wrapper {
    order: 3 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 0;
  }
  #pitch_styles #focal_17 .pitch_headline_wrapper .pitch_headline_container,
  #pitch_styles #presser_17 .pitch_headline_wrapper .pitch_headline_container,
  #pitch_styles #hero_17 .pitch_headline_wrapper .pitch_headline_container {
    margin: 20px 0 32px 0 !important;
  }
  #pitch_styles #focal_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline,
  #pitch_styles #presser_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline,
  #pitch_styles #hero_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
  }
  #pitch_styles #focal_17 .pitch_social_share_wrapper,
  #pitch_styles #presser_17 .pitch_social_share_wrapper,
  #pitch_styles #hero_17 .pitch_social_share_wrapper {
    order: 3 !important;
    max-width: 700px !important;
    margin: -20px auto 30px auto !important;
    width: 100% !important;
  }
  #pitch_styles #focal_17 .pitch_social_share_wrapper .pitch_social_share_container,
  #pitch_styles #presser_17 .pitch_social_share_wrapper .pitch_social_share_container,
  #pitch_styles #hero_17 .pitch_social_share_wrapper .pitch_social_share_container {
    margin-bottom: 10px !important;
  }
  #pitch_styles #focal_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a,
  #pitch_styles #presser_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a,
  #pitch_styles #hero_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
    margin-right: 10px !important;
  }
  #pitch_styles #focal_17 .pitch_subheadline_wrapper,
  #pitch_styles #presser_17 .pitch_subheadline_wrapper,
  #pitch_styles #hero_17 .pitch_subheadline_wrapper {
    order: 4 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  #pitch_styles #focal_17 .pitch_subheadline_wrapper .pitch_subheadline_container,
  #pitch_styles #presser_17 .pitch_subheadline_wrapper .pitch_subheadline_container,
  #pitch_styles #hero_17 .pitch_subheadline_wrapper .pitch_subheadline_container {
    margin-top: -20px !important;
    margin-bottom: 10px !important;
  }
  #pitch_styles #focal_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline,
  #pitch_styles #presser_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline,
  #pitch_styles #hero_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
  }
  #pitch_styles #focal_17 .pitch_brand_info_wrapper,
  #pitch_styles #presser_17 .pitch_brand_info_wrapper,
  #pitch_styles #hero_17 .pitch_brand_info_wrapper {
    order: 2 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0;
  }
  #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container,
  #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container,
  #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
    margin-top: 20px !important;
  }
  #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo,
  #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo,
  #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
    width: auto !important;
    margin-right: 10px !important;
  }
  #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img,
  #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img,
  #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
    max-height: 42px !important;
    width: auto !important;
  }
  #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name,
  #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name,
  #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
    font-family: Roboto, Arial, sans-serif !important;
    font-weight: 500 !important;
    color: #555 !important;
    font-size: 14px !important;
  }
  #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date,
  #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date,
  #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
    font-family: Roboto, Arial, sans-serif !important;
    color: #aaa !important;
    font-size: 11px !important;
  }
  #pitch_styles #focal_17 .pitch_bodytext_wrapper,
  #pitch_styles #presser_17 .pitch_bodytext_wrapper,
  #pitch_styles #hero_17 .pitch_bodytext_wrapper {
    order: 6 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0;
  }
  #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext,
  #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext,
  #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }
  #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext p,
  #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext p,
  #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext p {
    margin: 0 !important;
  }
  #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a,
  #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a,
  #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
    color: #17b9a9 !important;
  }
  #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img,
  #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img,
  #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
    max-width: 100% !important;
    width: 100% !important;
  }
  #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe,
  #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe,
  #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe {
    position: relative !important;
    display: block !important;
    padding-bottom: 56.25% !important;
    padding-top: 35px !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe iframe,
  #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe iframe,
  #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  #pitch_styles #focal_17 .pitch_media_download,
  #pitch_styles #presser_17 .pitch_media_download,
  #pitch_styles #hero_17 .pitch_media_download {
    opacity: 0 !important;
    position: absolute !important;
    display: block !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 2 !important;
    line-height: 0 !important;
    color: white !important;
    padding: 15px !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    -moz-transition: all 350ms ease !important;
    -o-transition: all 350ms ease !important;
    -webkit-transition: all 350ms ease !important;
    transition: all 350ms ease !important;
    /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
  }
  #pitch_styles #focal_17 .pitch_featured_media_container,
  #pitch_styles #presser_17 .pitch_featured_media_container,
  #pitch_styles #hero_17 .pitch_featured_media_container {
    order: 1 !important;
    margin: 0 -20px !important;
    position: relative;
    width: auto;
    height: auto;
    display: block;
  }
  #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item,
  #pitch_styles #presser_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item,
  #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item {
    background-color: black !important;
    overflow: hidden !important;
    height: auto !important;
    max-height: 450px !important;
    position: relative !important;
  }
  #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download,
  #pitch_styles #presser_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download,
  #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
    opacity: 1 !important;
    z-index: 1 !important;
    -moz-transition: all 250ms ease !important;
    -o-transition: all 250ms ease !important;
    -webkit-transition: all 250ms ease !important;
    transition: all 250ms ease !important;
  }
  #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container,
  #pitch_styles #presser_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container,
  #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
    opacity: 1 !important;
    -moz-transition: all 250ms ease !important;
    -o-transition: all 250ms ease !important;
    -webkit-transition: all 250ms ease !important;
    transition: all 250ms ease !important;
  }
  #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container,
  #pitch_styles #presser_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container,
  #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
    opacity: 0 !important;
    z-index: 1 !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    color: white !important;
    padding: 10px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.65) !important;
    -moz-transition: all 250ms ease !important;
    -o-transition: all 250ms ease !important;
    -webkit-transition: all 250ms ease !important;
    transition: all 250ms ease !important;
  }
  #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img,
  #pitch_styles #presser_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img,
  #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img {
    height: auto;
  }
  #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms,
  #pitch_styles #presser_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms,
  #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms {
    display: none !important;
  }
  #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item img,
  #pitch_styles #presser_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item img,
  #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item img {
    max-width: 100% !important;
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  #pitch_styles #focal_17 .pitch_focal_media_ms,
  #pitch_styles #presser_17 .pitch_focal_media_ms,
  #pitch_styles #hero_17 .pitch_focal_media_ms {
    display: none !important;
  }
  #pitch_styles #focal_17 .twitter_pitch_wrapper,
  #pitch_styles #presser_17 .twitter_pitch_wrapper,
  #pitch_styles #hero_17 .twitter_pitch_wrapper {
    order: 5 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  #pitch_styles #focal_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch,
  #pitch_styles #presser_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch,
  #pitch_styles #hero_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
    position: relative !important;
    font-size: 24px !important;
    max-width: 600px !important;
    display: block !important;
    margin: 30px 0 40px !important;
    color: #000 !important;
    text-decoration: none !important;
    font-family: Roboto !important;
    font-weight: 100 !important;
    margin-left: 24px !important;
  }
  #pitch_styles #focal_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch:before,
  #pitch_styles #presser_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch:before,
  #pitch_styles #hero_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch:before {
    content: "\f099";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 101%;
    font-size: 21px;
    color: #0fb6ea;
  }
  #pitch_styles #focal_17 .pitch_boilerplate_wrapper,
  #pitch_styles #presser_17 .pitch_boilerplate_wrapper,
  #pitch_styles #hero_17 .pitch_boilerplate_wrapper {
    order: 8 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  #pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container,
  #pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container,
  #pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
    margin-bottom: 20px !important;
  }
  #pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate,
  #pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate,
  #pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
    margin-bottom: 20px !important;
  }
  #pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4,
  #pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4,
  #pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
    font-family: Roboto, arial, sans-serif !important;
    font-weight: 500 !important;
    font-size: 17px !important;
  }
  #pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p,
  #pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p,
  #pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
    font-size: 16px !important;
  }
  #pitch_styles #focal_17 .pitch_contact_wrapper,
  #pitch_styles #presser_17 .pitch_contact_wrapper,
  #pitch_styles #hero_17 .pitch_contact_wrapper {
    order: 9 !important;
    max-width: 700px !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container,
  #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container,
  #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container {
    margin: 20px 0 !important;
  }
  #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact,
  #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact,
  #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
  #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container,
  #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container,
  #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
    position: relative !important;
    margin-right: 10px !important;
    width: 100px !important;
    height: 105px !important;
  }
  #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar,
  #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar,
  #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 9px !important;
    bottom: 0 !important;
    background-position: top center !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info,
  #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info,
  #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
    padding: 10px 10px 10px 0 !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name,
  #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name,
  #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
    font-family: Roboto, arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
  }
  #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a,
  #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a,
  #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
    margin-right: 7px !important;
  }
  #pitch_styles #focal_17 .pitch_gallery_container,
  #pitch_styles #presser_17 .pitch_gallery_container,
  #pitch_styles #hero_17 .pitch_gallery_container {
    order: 7 !important;
    max-width: 700px !important;
    width: 100% !important;
    margin: 20px auto 40px auto !important;
  }
}
.pitch_video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  z-index: 5;
  overflow: hidden;
}
.pitch_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.style_menu .switch_style_menu {
  display: none;
}
.style_menu:hover .switch_style_menu {
  display: flex;
  position: absolute;
  top: 90%;
  right: 0;
  background-color: #fafafa;
  border: thin solid #eee;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.4);
}
.style_menu:hover .switch_style_menu div {
  padding: 20px 15px 4px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.style_menu:hover .switch_style_menu div:hover {
  background-color: #eee;
}
.pitch_social_share_modal {
  position: fixed;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.pitch_social_share_modal .pitch_social_share_modal_container {
  position: relative;
  left: 50%;
  top: 70px;
  width: 100%;
  max-width: 640px;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow-y: auto;
  z-index: 1;
  margin-bottom: 50px;
}
.pitch_social_share_modal .pitch_social_share_modal_container textarea {
  resize: vertical;
}
.pitch_social_share_modal .pitch_social_share_modal_close {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pseudo_input {
  display: inline-block;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px;
  border: thin solid #ddd;
  border-radius: 4px;
  min-width: 150px;
}
.pitch_modal_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
  cursor: pointer;
}
.pitch_modal_close_btn:hover {
  color: #999;
}
.pitch_copy_alert {
  width: 100%;
}
.pitch_copy_message {
  width: 100%;
  padding: 5px;
  color: #3785AC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  background-color: #D9EDF7;
  border: thin solid #BCE8F1;
  border-radius: 4px;
}
.pitch_copy_bad_message {
  color: #CB4E61;
  background-color: #F2DDDD;
  border: thin solid #EED2D6;
}
.ie_edge_focal_fix {
  position: relative !important;
}
.flex_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*-webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.split_ends {
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.row_center {
  -webkit-align-items: center;
  align-items: center;
}
.row_middle {
  -webkit-justify-content: center;
  justify-content: center;
}
.col_center {
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.even_spaced {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box_center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify_middle {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify_center {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify_right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify_left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex_item {
  width: 100%;
}
.flex_item_spacing {
  margin: 0 10px;
}
.flex_item_spacing_custom {
  margin: 0 15px;
}
.flex_item_spacing_custom:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 460px) {
  .flex_item_spacing_custom {
    margin: 0 10px;
  }
}
.for_ed:hover .dash_card_edit_items {
  opacity: 1;
}
.dash_card_edit_items {
  opacity: 0;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.choice_classic,
.choice_presser,
.choice_focal {
  cursor: pointer;
  text-align: center;
}
.choice_classic img,
.choice_presser img,
.choice_focal img {
  border: thin solid #ddd;
  margin: 0 10px;
}
.dash_item_active {
  color: #101010;
  font-weight: 400;
}
pe-editor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.draft_pitches .draft_hide {
  display: none;
}
.brand_name_menu {
  opacity: 0;
  position: absolute;
  line-height: 1.3;
  background-color: rgba(51, 51, 51, 0.95);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #eee;
  text-align: center;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.brand_name_menu:hover {
  opacity: 1;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.brand_name_menu span {
  display: block;
  width: 100%;
}
.brand_info_edit .edit_brand_icon {
  display: none;
  position: absolute;
  top: -7px;
  left: 107%;
}
.brand_info_edit:hover .edit_brand_icon {
  display: block;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.pe_jumbo_tron {
  position: relative;
  width: 100%;
  min-height: 295px;
  padding: 20px;
  font-family: 'Roboto', arial, sans-serif;
  background-color: #f6f6f6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_jumbo_tron .pe_jumbo_tron_container {
  text-align: center;
  max-width: 670px;
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_jumbo_tron .pe_jumbo_tron_container .pe_jumbo_tron_avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-bottom: 20px;
}
.pe_jumbo_tron .pe_jumbo_tron_container h1 {
  margin: 0 0 10px 0;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #555;
}
.pe_sub_nav {
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 100;
  padding: 0 10px;
  background-color: #f6f6f6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
}
@media only screen and (max-width: 676px) {
  .pe_sub_nav {
    height: 70px;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
}
.pe_sub_nav .pe_sub_nav_item {
  position: relative;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  padding: 15px;
  margin: 0 5px;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
}
.pe_sub_nav .pe_sub_nav_item:hover {
  text-decoration: none;
  background-color: #fdfdfd;
}
.pe_sub_nav .pe_sub_nav_item_active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #e70000;
}
.pe_drop_menu:hover .pe_drop_menu_block {
  display: block;
}
.pe_drop_menu_block {
  display: none;
  position: absolute;
  top: 80%;
  min-width: 150px;
  background-color: #fcfcfc;
  border: thin solid #ddd;
  border-radius: 4px;
  padding-top: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_drop_menu_block .pe_drop_menu_item {
  color: #444;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
}
.pe_drop_menu_block .pe_drop_menu_item:hover {
  color: white;
  text-decoration: none;
  background-color: #0CBCAA;
}
.position_right {
  right: 0;
}
#imvu {
  /*Pitch Edit*/
  /*END Pitch Edit*/
  /*POLYMER QUILL*/
  /*Quill Style Sheet*/
  /*https: //github.com/quilljs/quill/blob/develop/assets/core.styl#L170*/
}
#imvu .remove_x {
  position: absolute;
  z-index: 1;
  right: -15px;
}
#imvu header {
  position: relative;
  z-index: 5000;
  width: 100%;
  height: 60px;
  background-color: white;
  border-bottom: thin solid #ddd;
}
#imvu header .edit_header_container .edit_header_nav {
  height: 60px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu .pitch_edit_wrapper {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}
#imvu .side_menu {
  position: relative;
  font-family: 'Roboto', arial, sans-serif;
  z-index: 2;
  width: 100%;
  max-width: 70px;
  color: #babbc5;
  background-color: #2F3949;
}
#imvu .side_menu_active {
  color: white !important;
}
#imvu .side_menu_choices {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 365px;
  padding: 15px;
  overflow-y: auto;
  background-color: rgba(12, 24, 45, 0.83);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu .rt {
  display: inline-block;
  text-align: center;
  margin: 13px;
  color: white;
  vertical-align: top;
}
#imvu .rt .rt_icon {
  border-radius: 1px;
  width: 80px;
  height: 80px;
  background-color: #6F7D95;
  margin-bottom: 7px;
}
#imvu .rt .rt_icon:hover {
  background-color: #99afd4;
}
#imvu .rt .rt_icon i {
  font-size: 44px;
}
#imvu .rt .rt_icon button {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  font-size: 0;
  opacity: 0;
}
#imvu .rt .rt_name {
  max-width: 80px;
  font-size: 14px;
  white-space: nowrap;
}
#imvu .pitch_canvas {
  position: fixed;
  overflow-y: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 100px;
  padding-left: 430px;
  background-color: #ecf2f6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu .pitch_canvas_container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu .pitch_canvas_container:before {
  content: "";
  display: table-cell;
  clear: both;
}
#imvu .pitch_canvas_container:after {
  content: "";
  display: table-cell;
  clear: both;
}
#imvu .side_menu_item {
  position: relative;
  font-size: 14px;
  z-index: 1;
  width: 70px;
  height: 70px;
  text-align: center;
}
#imvu .side_menu_item:hover {
  color: white;
}
#imvu .side_menu_bg {
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 70px;
  background-color: #354052;
}
#imvu .position1 {
  top: 0;
}
#imvu .position2 {
  top: 70px;
}
#imvu .position3 {
  top: 140px;
}
#imvu .position4 {
  top: 210px;
}
#imvu .position5 {
  top: 280px;
}
#imvu .position6 {
  top: 350px;
}
#imvu .twitter_field_icon {
  color: #32CCFE;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  z-index: 1;
}
#imvu .form_wrapper {
  /*max-width: 1000px;*/
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu .input {
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: thin solid #ddd;
}
#imvu .input_headline {
  font-size: 32px;
}
#imvu .pitch_edit_field {
  position: relative;
  font-family: arial, sans-serif;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  resize: none;
  overflow: hidden;
}
#imvu .pitch_edit_field:focus {
  outline: none;
}
#imvu .pitch_edit_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  margin-top: 5px;
  margin-bottom: -5px;
}
#imvu .pitch_edit_subheadline {
  font-size: 22px;
  line-height: 26px;
  margin: 15px 0 15px;
}
#imvu .pitch_edit_feature_image {
  position: relative;
  display: table;
  font-family: arial, sans-serif;
  color: #aaa;
  width: 100%;
  max-width: 415px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin: 6px 0 20px;
  border-top: thin solid rgba(255, 255, 255, 0.2);
}
#imvu .pitch_edit_feature_image img {
  margin-bottom: 10px;
}
#imvu .pitch_edit_feature_video {
  position: relative;
  display: table;
  font-family: arial, sans-serif;
  color: #aaa;
  width: 100%;
  max-width: 415px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin: 6px 0 20px;
  border-top: thin solid rgba(255, 255, 255, 0.2);
}
#imvu .pitch_edit_feature_video img {
  margin-bottom: 10px;
}
#imvu .pitch_edit_caption_preview {
  margin-bottom: 10px;
  display: block;
  line-height: 1.35;
  resize: none;
}
#imvu .pitch_edit_video_embed {
  font-size: 15px;
}
#imvu .add_gallery {
  margin-top: 20px;
  border-top: thin solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
}
#imvu .pitch_edit_gallery {
  position: relative;
  font-family: arial, sans-serif;
  color: #aaa;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#imvu .pitch_edit_featured_upload {
  position: relative;
  font-family: Roboto, arial, sans-serif;
  font-size: 18px;
  color: #aaa;
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: thin dashed #aaaaaa;
  background-color: #F3F3F3;
  margin-bottom: 20px;
}
#imvu .add_image {
  width: 100%;
  cursor: pointer;
}
#imvu .pitch_edit_gallery_images {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#imvu .pitch_edit_gallery_images li {
  padding: 0 !important;
  max-width: 100px;
  width: 32.4%;
  margin-bottom: 5px;
  display: inline-block;
}
#imvu .pitch_edit_gallery_images li .material-icons {
  font-size: 18px;
}
#imvu .pitch_edit_gallery_thumb_wrapper {
  position: relative;
  padding: 7px;
  background-color: white;
  border: thin solid #ddd;
}
#imvu .pitch_edit_gallery_thumb_container {
  position: relative;
  max-width: 100px;
  width: 100%;
  height: 80px;
}
#imvu .pitch_edit_gallery_thumb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#imvu .pitch_edit_gallery_image_footer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0 0 0;
}
#imvu .pitch_edit_gallery_image_btn {
  color: #aaa;
  text-align: center;
  background-color: white;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: 0;
}
#imvu .pitch_edit_gallery_image_btn:hover {
  color: white;
  background-color: #a9a9e0;
}
#imvu .pitch_edit_gallery_image_btn .material-icons {
  font-size: 18px;
}
#imvu .pitch_edit_label {
  font-weight: 800;
  font-size: 18px;
  color: #454545;
  margin-bottom: 6px;
  display: block;
}
#imvu .relative {
  position: relative;
}
#imvu .mce-panel {
  border-color: #ddd !important;
}
#imvu .text_center {
  text-align: center;
}
#imvu .text_right {
  text-align: right;
}
#imvu .text_left {
  text-align: left;
}
#imvu .hidden {
  display: none !important;
}
#imvu #myfilestack > div > div {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 70px;
  font-size: 18px !important;
  color: #aaa !important;
  line-height: 70px !important;
}
#imvu #myfilestack button {
  display: none !important;
}
#imvu .title_inactive {
  color: #ccc;
}
#imvu .title_active {
  color: #454545 !important;
}
#imvu .pointer {
  cursor: pointer;
}
#imvu .side_items {
  padding-right: 10px;
}
#imvu .side_item {
  margin: 5px 0;
}
#imvu #pitch_styles #hero_17 iframe.ql-video {
  width: 100%;
  max-height: 395px;
  height: 31vw;
}
#imvu #pitch_styles #hero_17 .pitch_wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_container {
  background-color: white;
  padding: 0 20px 60px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_right_block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#imvu #pitch_styles #hero_17 .presser_feature {
  display: none;
}
#imvu #pitch_styles #hero_17 .pitch_headline_wrapper {
  order: 3;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_headline_wrapper .pitch_headline_container {
  margin: 20px 0 32px 0;
}
#imvu #pitch_styles #hero_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}
#imvu #pitch_styles #hero_17 .pitch_social_share_wrapper {
  order: 3;
  max-width: 700px;
  margin: -20px auto 30px auto;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_social_share_wrapper .pitch_social_share_container {
  margin-bottom: 10px;
}
#imvu #pitch_styles #hero_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
  margin-right: 10px;
}
#imvu #pitch_styles #hero_17 .pitch_subheadline_wrapper {
  order: 4;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_subheadline_wrapper .pitch_subheadline_container {
  margin-top: -20px;
  margin-bottom: 10px;
}
#imvu #pitch_styles #hero_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
#imvu #pitch_styles #hero_17 .pitch_brand_info_wrapper {
  order: 2;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
  margin-top: 20px;
}
#imvu #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
  width: auto;
  max-width: 100px;
  margin-right: 10px;
}
#imvu #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
#imvu #pitch_styles #hero_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
  font-family: Roboto, Arial, sans-serif;
  color: #aaa;
  font-size: 11px;
}
#imvu #pitch_styles #hero_17 .pitch_bodytext_wrapper {
  order: 6;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext {
  width: 100%;
  display: table;
  font-size: 16px;
  line-height: 1.45;
}
#imvu #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
  color: #17b9a9;
}
#imvu #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
  max-width: 100%;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
#imvu #pitch_styles #hero_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_media_download {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  color: white;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container {
  order: 1;
  margin: 0 -20px;
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item_placeholder {
  background-color: #ddd;
  overflow: hidden;
  height: 25vw;
  max-height: 580px;
  position: relative;
  cursor: pointer;
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item_placeholder .feature_placeholder_text {
  position: absolute;
  top: 50%;
  width: 100%;
  font-family: Roboto, arial, sans-serif;
  font-size: 24px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item {
  background-color: black;
  overflow: hidden;
  height: 50.2vw;
  max-height: 580px;
  position: relative;
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
  opacity: 1;
  z-index: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
  opacity: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.65);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms {
  display: none;
}
#imvu #pitch_styles #hero_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#imvu #pitch_styles #hero_17 .pitch_focal_media_ms {
  display: none;
}
#imvu #pitch_styles #hero_17 .twitter_pitch_wrapper {
  order: 5;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .twitter_pitch_wrapper .twitter_pitch_container {
  margin: 25px 0;
}
#imvu #pitch_styles #hero_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
  font-size: 24px;
  font-style: italic;
  max-width: 600px;
  padding: 10px 20px;
  background-color: #f1f1f1;
  display: block;
  margin: 30px auto 40px;
  color: #B2B2B2;
  text-decoration: none !important;
}
#imvu #pitch_styles #hero_17 .pitch_boilerplate_wrapper {
  order: 8;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
  margin-bottom: 20px;
}
#imvu #pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
  margin-bottom: 20px;
}
#imvu #pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
#imvu #pitch_styles #hero_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#imvu #pitch_styles #hero_17 .pitch_contact_wrapper {
  order: 9;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
#imvu #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container {
  margin: 20px 0;
}
#imvu #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
  margin-right: 20px;
  margin-bottom: 20px;
}
#imvu #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
  position: relative;
  margin-right: 10px;
  width: 100px;
  height: 105px;
}
#imvu #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
  position: absolute;
  left: 0;
  top: 0;
  right: 9px;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#imvu #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
  padding: 10px 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
  font-family: Roboto, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#imvu #pitch_styles #hero_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
  margin-right: 7px;
}
#imvu #pitch_styles #hero_17 .pitch_gallery_container {
  order: 7;
  max-width: 700px;
  width: 100%;
  margin: 20px auto 40px auto;
}
#imvu #pitch_styles #hero_17 .pitch_gallery_container .pitch_gallery .pitch_gallery_thumb {
  position: relative;
  display: inline-block;
  width: 32.5%;
  max-height: 230px;
  height: 15vw;
}
#imvu #pitch_styles #presser_17 iframe.ql-video {
  width: 100% !important;
  max-height: 275px;
  height: 22vw;
}
#imvu #pitch_styles #presser_17 .pitch_wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: 100vh;
}
#imvu #pitch_styles #presser_17 .pitch_container {
  display: block;
  min-height: 100%;
  background-color: white;
  padding: 40px 80px 60px 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu #pitch_styles #presser_17 .pitch_headline_wrapper .pitch_headline_container {
  margin: 20px 0 32px 0;
}
#imvu #pitch_styles #presser_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}
#imvu #pitch_styles #presser_17 .pitch_social_share_wrapper .pitch_social_share_container {
  margin-bottom: 30px;
  margin-top: -20px;
}
#imvu #pitch_styles #presser_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
  margin-right: 10px;
}
#imvu #pitch_styles #presser_17 .pitch_subheadline_wrapper {
  vertical-align: top;
  width: 47%;
}
#imvu #pitch_styles #presser_17 .pitch_subheadline_wrapper .pitch_subheadline_container {
  margin: 30px 0 10px 0;
}
#imvu #pitch_styles #presser_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
#imvu #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
  margin: 20px 0 30px 0;
}
#imvu #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
  width: auto;
  max-width: 100px;
  margin-right: 10px;
}
#imvu #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
}
#imvu #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
#imvu #pitch_styles #presser_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
  font-family: Roboto, Arial, sans-serif;
  color: #aaa;
  font-size: 11px;
}
#imvu #pitch_styles #presser_17 .pitch_bodytext_wrapper {
  vertical-align: top;
  width: 47%;
  order: 0;
}
#imvu #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext {
  width: 100%;
  display: table;
}
#imvu #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
  color: #17b9a9;
}
#imvu #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
  max-width: 100%;
  width: 100%;
}
#imvu #pitch_styles #presser_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext iframe {
  width: 47%;
}
#imvu #pitch_styles #presser_17 .pitch_featured_media_container {
  display: none;
}
#imvu #pitch_styles #presser_17 .pitch_media_download {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  color: white;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
}
#imvu #pitch_styles #presser_17 .presser_feature {
  display: block;
  float: right;
  max-width: 50.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
#imvu #pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item {
  position: relative;
}
#imvu #pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
  opacity: 1;
  z-index: 2;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
  opacity: 1;
  z-index: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container .pitch_featured_media_item_caption {
  color: white;
}
#imvu #pitch_styles #presser_17 .presser_feature .pitch_featured_media .pitch_featured_media_item img {
  max-width: 100%;
  width: 100%;
}
#imvu #pitch_styles #presser_17 .presser_vid_holder {
  max-width: 500px;
  width: 100%;
}
#imvu #pitch_styles #presser_17 .pitch_focal_media_ms {
  display: none;
}
#imvu #pitch_styles #presser_17 .twitter_pitch_wrapper {
  margin: 25px 0;
  vertical-align: top;
  width: 47%;
}
#imvu #pitch_styles #presser_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
  font-size: 24px;
  font-style: italic;
  padding: 10px 20px;
  background-color: #f1f1f1;
  display: table;
  margin: 30px 0 40px;
  color: #B2B2B2;
  text-decoration: none !important;
}
#imvu #pitch_styles #presser_17 .pitch_boilerplate_wrapper {
  margin: 25px 0;
}
#imvu #pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
  margin-bottom: 20px;
}
#imvu #pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
  margin-bottom: 20px;
}
#imvu #pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
#imvu #pitch_styles #presser_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#imvu #pitch_styles #presser_17 .pitch_contact_wrapper {
  margin: 30px 0;
}
#imvu #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container {
  margin: 20px 0;
}
#imvu #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
  margin-right: 20px;
  margin-bottom: 20px;
}
#imvu #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
  position: relative;
  margin-right: 10px;
  width: 80px;
  height: 80px;
}
#imvu #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
  position: absolute;
  left: 0;
  top: 0;
  right: 9px;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#imvu #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
  padding: 0 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
  font-family: Roboto, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#imvu #pitch_styles #presser_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
  margin-right: 7px;
}
#imvu #pitch_styles #presser_17 .pitch_gallery_container {
  float: right;
  width: 50.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
#imvu #pitch_styles #presser_17 .pitch_gallery_container:after {
  content: "";
  display: table;
  clear: both;
}
#imvu #pitch_styles #presser_17 .pitch_gallery_container .pitch_gallery .pitch_gallery_thumb {
  position: relative;
  display: inline-block;
  width: 32.5%;
  max-height: 230px;
  height: 9.5vw;
}
#imvu #pitch_styles #focal_17 {
  /*ie_relative_fix added via js - editor preview*/
}
#imvu #pitch_styles #focal_17 iframe.ql-video {
  width: 100%;
  max-height: 605px;
  height: 22vw;
}
#imvu #pitch_styles #focal_17 .pitch_edit_subheadline {
  margin: 0 0 15px;
}
#imvu #pitch_styles #focal_17 .pitch_container {
  position: fixed !important;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  /*-ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;*/
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 65px;
}
#imvu #pitch_styles #focal_17 .presser_feature {
  display: none;
}
#imvu #pitch_styles #focal_17 .pitch_headline_wrapper {
  position: relative;
  -ms-flex-order: 3;
  order: 3;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .pitch_headline_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .pitch_headline_wrapper {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .pitch_headline_wrapper .pitch_headline_container {
  margin: 20px 0 32px 0;
}
#imvu #pitch_styles #focal_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}
#imvu #pitch_styles #focal_17 .pitch_social_share_wrapper {
  position: relative;
  -ms-flex-order: 3;
  order: 3;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .pitch_social_share_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .pitch_social_share_wrapper {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .pitch_social_share_wrapper .pitch_social_share_container {
  margin-bottom: 10px;
}
#imvu #pitch_styles #focal_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
  margin-right: 10px;
}
#imvu #pitch_styles #focal_17 .pitch_subheadline_wrapper {
  position: relative;
  -ms-flex-order: 4;
  order: 4;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .pitch_subheadline_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .pitch_subheadline_wrapper {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
#imvu #pitch_styles #focal_17 .pitch_brand_info_wrapper {
  position: relative;
  order: 2;
  width: 50%;
  margin-top: 30px;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .pitch_brand_info_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .pitch_brand_info_wrapper {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
  margin-top: 20px;
}
#imvu #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
  width: auto;
  max-width: 100px;
  margin-right: 10px;
}
#imvu #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
}
#imvu #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
#imvu #pitch_styles #focal_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
  font-family: Roboto, Arial, sans-serif;
  color: #aaa;
  font-size: 11px;
}
#imvu #pitch_styles #focal_17 .pitch_bodytext_wrapper {
  position: relative;
  -ms-flex-order: 6;
  order: 6;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .pitch_bodytext_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .pitch_bodytext_wrapper {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext {
  width: 100%;
  display: table;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 20px;
}
#imvu #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
  color: #17b9a9;
}
#imvu #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
  max-width: 100%;
  width: 100%;
}
#imvu #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
#imvu #pitch_styles #focal_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .mce-object-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#imvu #pitch_styles #focal_17 .pitch_media_download {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  color: white;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container {
  order: 1;
  position: fixed;
  width: 50%;
  height: 100vh;
  background-color: #2d2d2d;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media pitch_featured_media_item_placeholder {
  display: none;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item {
  min-height: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
  opacity: 1;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_img {
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 1;
  z-index: 1;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container .pitch_featured_media_item_caption {
  position: absolute;
  width: 34vw;
  max-width: 870px;
  position: relative;
  color: white;
  top: 40%;
  left: 50%;
  font-family: Roboto, arial, sans-serif;
  font-size: 28px;
  font-weight: 100;
  text-shadow: 0 0 30px black;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 960px) {
  #imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container .pitch_featured_media_item_caption {
    font-size: 18px;
    font-weight: 400;
  }
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms {
  z-index: 1;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_focal_media_ms {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_video_container {
  position: absolute;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  top: 50% !important;
  left: 0;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#imvu #pitch_styles #focal_17 .pitch_featured_media_container .pitch_featured_media .pitch_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#imvu #pitch_styles #focal_17 .twitter_pitch_wrapper {
  position: relative;
  -ms-flex-order: 4;
  order: 4;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .twitter_pitch_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .twitter_pitch_wrapper {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .twitter_pitch_wrapper .twitter_pitch_container {
  margin: 25px 0;
}
#imvu #pitch_styles #focal_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
  font-size: 24px;
  font-style: italic;
  max-width: 600px;
  padding: 10px 20px;
  background-color: #f1f1f1;
  display: block;
  margin: 30px auto 40px;
  color: #B2B2B2;
  text-decoration: none !important;
}
#imvu #pitch_styles #focal_17 .pitch_boilerplate_wrapper {
  position: relative;
  -ms-flex-order: 8;
  order: 8;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .pitch_boilerplate_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .pitch_boilerplate_wrapper {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
  margin-bottom: 20px;
}
#imvu #pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
  margin-bottom: 20px;
}
#imvu #pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
#imvu #pitch_styles #focal_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#imvu #pitch_styles #focal_17 .pitch_contact_wrapper {
  position: relative;
  -ms-flex-order: 9;
  order: 9;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .pitch_contact_wrapper {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .pitch_contact_wrapper {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container {
  margin: 20px 0;
}
#imvu #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
  margin-right: 20px;
  margin-bottom: 20px;
}
#imvu #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
  position: relative;
  margin-right: 10px;
  width: 100px;
  height: 105px;
}
#imvu #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
  position: absolute;
  left: 0;
  top: 0;
  right: 9px;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#imvu #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
  padding: 10px 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
  font-family: Roboto, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#imvu #pitch_styles #focal_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
  margin-right: 7px;
}
#imvu #pitch_styles #focal_17 .pitch_gallery_container {
  position: relative;
  -ms-flex-order: 7;
  order: 7;
  width: 50%;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  #imvu #pitch_styles #focal_17 .pitch_gallery_container {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 850px) {
  #imvu #pitch_styles #focal_17 .pitch_gallery_container {
    padding: 0 40px;
  }
}
#imvu #pitch_styles #focal_17 .pitch_gallery_container .pitch_gallery {
  margin-bottom: 20px;
}
#imvu #pitch_styles #focal_17 .pitch_gallery_container .pitch_gallery .pitch_gallery_thumb {
  position: relative;
  display: inline-block;
  width: 32.5%;
  max-height: 230px;
  height: 15vw;
}
#imvu #pitch_styles #focal_17 .ie_relative_fix {
  position: relative !important;
  /*top:0 !important;*/
}
#imvu #pitch_styles #smart_pitch_17 iframe.ql-video {
  width: 48% !important;
  max-height: 275px;
  height: 22vw;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: 100vh;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_container {
  display: block;
  min-height: 100%;
  background-color: white;
  padding: 40px 80px 60px 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_headline_wrapper .pitch_headline_container {
  margin: 20px 0 32px 0;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_social_share_wrapper .pitch_social_share_container {
  margin-bottom: 30px;
  margin-top: -20px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
  margin-right: 10px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_subheadline_wrapper {
  vertical-align: top;
  width: 47%;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_subheadline_wrapper .pitch_subheadline_container {
  margin: 30px 0 10px 0;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
  margin: 20px 0 30px 0;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
  width: auto;
  max-width: 100px;
  margin-right: 10px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
  font-family: Roboto, Arial, sans-serif;
  color: #aaa;
  font-size: 11px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_bodytext_wrapper {
  vertical-align: top;
  width: 47%;
  order: 0;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext {
  width: 100%;
  display: table;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
  color: #17b9a9;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
  max-width: 100%;
  width: 100%;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext iframe {
  width: 47%;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_featured_media_container {
  display: none;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_media_download {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  color: white;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
}
#imvu #pitch_styles #smart_pitch_17 .presser_feature {
  display: block;
  float: right;
  max-width: 50.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
#imvu #pitch_styles #smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item {
  position: relative;
}
#imvu #pitch_styles #smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
  opacity: 1;
  z-index: 2;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
  opacity: 1;
  z-index: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#imvu #pitch_styles #smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container .pitch_featured_media_item_caption {
  color: white;
}
#imvu #pitch_styles #smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item img {
  max-width: 100%;
  width: 100%;
}
#imvu #pitch_styles #smart_pitch_17 .presser_vid_holder {
  max-width: 500px;
  width: 100%;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_focal_media_ms {
  display: none;
}
#imvu #pitch_styles #smart_pitch_17 .twitter_pitch_wrapper {
  margin: 25px 0;
  vertical-align: top;
  width: 47%;
}
#imvu #pitch_styles #smart_pitch_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
  font-size: 24px;
  font-style: italic;
  padding: 10px 20px;
  background-color: #f1f1f1;
  display: table;
  margin: 30px 0 40px;
  color: #B2B2B2;
  text-decoration: none !important;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_boilerplate_wrapper {
  margin: 25px 0;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
  margin-bottom: 20px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
  margin-bottom: 20px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_contact_wrapper {
  margin: 30px 0;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container {
  margin: 20px 0;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
  margin-right: 20px;
  margin-bottom: 20px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
  position: relative;
  margin-right: 10px;
  width: 80px;
  height: 80px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
  position: absolute;
  left: 0;
  top: 0;
  right: 9px;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
  padding: 0 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
  font-family: Roboto, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
  margin-right: 7px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_gallery_container {
  float: right;
  width: 50.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_gallery_container:after {
  content: "";
  display: table;
  clear: both;
}
#imvu #pitch_styles #smart_pitch_17 .pitch_gallery_container .pitch_gallery .pitch_gallery_thumb {
  position: relative;
  display: inline-block;
  width: 32.5%;
  max-height: 230px;
  height: 9.5vw;
}
#imvu #pitch_styles #template .presser_feature {
  display: none;
}
#imvu #pitch_styles #template .pitch_featured_media_container .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_img_ms {
  display: none;
}
#imvu #pitch_styles #template .pitch_focal_media_ms {
  display: none;
}
#imvu #pitch_styles #template .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#imvu .polymer-quill-bubble-0 #scrollingContainer.polymer-quill-bubble {
  padding: 0;
  border: 0;
}
#imvu .polymer-quill-bubble-0 #editor.polymer-quill-bubble {
  padding: 0;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-style: normal;
}
#imvu .polymer-quill-bubble-0 .ql-editor {
  padding: 0;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 20px;
  min-height: 190px;
}
#imvu .polymer-quill-bubble-0 .ql-editor::-webkit-input-placeholder {
  color: red;
}
#imvu .polymer-quill-bubble-0 .ql-editor:-moz-placeholder {
  color: red;
}
#imvu .polymer-quill-bubble-0 .ql-editor::-moz-placeholder {
  color: red;
}
#imvu .polymer-quill-bubble-0 .ql-editor:-ms-input-placeholder {
  color: red;
}
#imvu .ql-editor.ql-blank:before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: normal;
  pointer-events: none;
  position: absolute;
}
.sg_header {
  font-family: 'Roboto', arial, sans-serif;
  width: 100%;
  background-color: white;
  border-bottom: thin solid #eee;
}
.sg_header .header_container {
  position: relative;
  height: 64px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sg_header .header_container .header_logo {
  max-height: 25px;
  width: auto;
}
.sg_header .header_container .header_divider {
  height: 25px;
  width: 2px;
  margin: 0 10px;
  background-color: #555;
}
.sg_header .header_container .header_title {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0;
}
.sg_header .header_container .header_item {
  position: relative;
  font-family: 'Roboto', arial, sans-serif;
  color: #888;
  margin: 0 5px;
  text-transform: uppercase;
  display: block;
  padding: 15px;
}
.sg_header .header_container .header_item:hover {
  color: #444;
  text-decoration: none;
}
.sg_header .edit_header_container .header_logo {
  max-height: 25px;
  width: auto;
}
.sg_header .edit_header_container .header_divider {
  height: 25px;
  width: 2px;
  margin: 0 10px;
  background-color: #555;
}
.sg_header .edit_header_container .header_title {
  color: #444;
  font-size: 18px;
  font-weight: 400;
}
.sg_header .edit_header_container .header_item {
  position: relative;
  font-family: 'Roboto', arial, sans-serif;
  color: #888;
  margin: 0 5px;
  text-transform: uppercase;
  display: block;
  padding: 15px;
}
.sg_header .edit_header_container .header_item:hover {
  color: #444;
  text-decoration: none;
}
.share_highlight {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
}
.pe_draft {
  position: relative;
  background-color: cornsilk !important;
}
.pe_draft:before {
  position: absolute;
  content: "Draft";
  color: coral;
  text-transform: uppercase;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pe_draft > div {
  padding-left: 65px !important;
}
.new_pitch_btn_container {
  position: absolute;
  top: -29px;
  right: 120px;
  z-index: 50001;
}
.new_pitch_btn_container .new_pitch_btn {
  position: relative;
  color: white;
  background-color: #17b9a9;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  text-align: center;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}
.new_pitch_btn_container .new_pitch_btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#uni_header header {
  font-family: 'Roboto', arial, sans-serif;
  width: 100%;
  background-color: white;
  border-bottom: thin solid #eee;
}
#uni_header header .header_container {
  position: relative;
  height: 64px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#uni_header header .header_container .header_logo {
  max-height: 25px;
  width: auto;
}
#uni_header header .header_container .header_divider {
  height: 25px;
  width: 2px;
  margin: 0 10px;
  background-color: #555;
}
#uni_header header .header_container .header_title {
  color: #444;
  font-size: 18px;
  font-weight: 400;
}
#uni_header header .header_container .header_item {
  position: relative;
  font-family: 'Roboto', arial, sans-serif;
  color: #888;
  margin: 0 5px;
  text-transform: uppercase;
  display: block;
  padding: 15px;
}
#uni_header header .header_container .header_item:hover {
  color: #444;
  text-decoration: none;
}
#uni_header header .header_container .header_item img {
  max-height: 25px;
  width: auto;
}
.pe_drop_menu {
  position: relative;
}
.pe_drop_menu:hover .pe_drop_menu_block {
  display: block;
}
.pe_drop_menu_block {
  display: none;
  position: absolute;
  top: 80%;
  min-width: 150px;
  background-color: #fcfcfc;
  border: thin solid #ddd;
  border-radius: 4px;
  padding-top: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_drop_menu_block .pe_drop_menu_item {
  color: #444;
  display: block;
  padding: 5px 10px;
  font-size: 12px;
}
.pe_drop_menu_block .pe_drop_menu_item:hover {
  color: white;
  text-decoration: none;
  background-color: #0CBCAA;
}
.position_right {
  right: 0;
}
.circle {
  border-radius: 50%;
}
.pe_jumbo_tron {
  position: relative;
  margin-top: 64px;
  width: 100%;
  min-height: 295px;
  padding: 20px;
  font-family: 'Roboto', arial, sans-serif;
  background-color: #f6f6f6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_jumbo_tron .pe_jumbo_tron_container {
  text-align: center;
  max-width: 670px;
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_jumbo_tron .pe_jumbo_tron_container h1 {
  margin: 0 0 10px 0;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #555;
}
.pe_jumbo_tron .pe_jumbo_tron_container div {
  font-size: 15px;
  color: black;
  font-weight: 400;
}
.pe_jumbo_tron .pe_jumbo_tron_container div a {
  color: #4A8C48;
}
.pe_jumbo_tron .pe_jumbo_tron_container div a:hover {
  text-decoration: underline !important;
}
.brand_card_container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.brand_card_container .brand_card_content {
  color: #111;
  display: block;
  border: thin solid #ddd;
  border-radius: 2px;
}
.brand_card_container .brand_card_content:hover {
  text-decoration: none;
}
.brand_card_container .brand_card {
  position: relative;
  max-width: 310px;
  width: 25%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brand_card_container .brand_card .brand_card_img_container {
  position: relative;
  max-width: 268px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.brand_card_container .brand_card .brand_card_img_container .sizer {
  max-width: 100%;
}
.brand_card_container .brand_card .brand_card_img_container .brand_card_logo {
  position: absolute;
  width: 100%;
  max-width: 80%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .brand_card_container .brand_card .brand_card_img_container {
    max-width: none;
  }
}
.brand_card_container .brand_card .brand_card_bg_img {
  width: 100%;
  max-height: 268px;
  height: 20vw;
  background-position: center !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
@media only screen and (max-width: 767px) {
  .brand_card_container .brand_card .brand_card_bg_img {
    height: 35vw;
  }
}
@media only screen and (max-width: 480px) {
  .brand_card_container .brand_card .brand_card_bg_img {
    height: 60vw;
  }
}
.brand_card_container .brand_card .brand_card_name {
  padding: 15px;
  font-weight: 500;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 22px;
  border-top: thin solid #ddd;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .brand_card_container .brand_card {
    width: 50%;
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .brand_card_container .brand_card {
    width: 100%;
  }
}
.pe_drop_menu {
  position: relative;
}
.pe_drop_menu:hover .pe_drop_menu_block {
  display: block;
}
.pe_drop_menu:hover .pe_drop_menu_board {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*-webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pe_drop_menu_block {
  display: none;
  position: absolute;
  top: 80%;
  min-width: 150px;
  background-color: #fcfcfc;
  border: thin solid #ddd;
  border-radius: 4px;
  padding: 8px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_drop_menu_block .pe_drop_menu_item {
  color: #444;
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  text-decoration: none;
}
.pe_drop_menu_block .pe_drop_menu_item:hover {
  color: white;
  text-decoration: none;
  background-color: #0CBCAA;
}
.pe_drop_menu_board {
  display: none;
  position: absolute;
  top: 80%;
  min-width: 260px;
  background-color: #fcfcfc;
  border: thin solid #ddd;
  border-radius: 4px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 420px) {
  .pe_drop_menu_board {
    min-width: 150px;
  }
}
.pe_drop_menu_board .pe_drop_menu_board_item {
  opacity: 0.7;
  padding: 10px;
  width: 33.3%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #101010;
  text-transform: none;
  text-decoration: none;
}
@media only screen and (max-width: 420px) {
  .pe_drop_menu_board .pe_drop_menu_board_item {
    width: 50%;
  }
}
.pe_drop_menu_board .pe_drop_menu_board_item:hover {
  opacity: 1;
  text-decoration: none;
}
.pe_drop_menu_board .pe_drop_menu_board_item img {
  max-width: 75%;
  margin-bottom: 10px;
}
.pe_product_drop_menu {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: -25px;
  margin-left: -16px;
  cursor: pointer;
}
.pe_product_drop_menu > .pe_product_nav {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  display: block;
  left: 0;
  right: 0;
  top: 75px;
  width: 100%;
  border-top: thin solid #eee;
  border-bottom: thin solid #eee;
  background-color: white;
  -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;
}
.pe_product_drop_menu > .pe_product_nav .pe_product_nav_container {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 15px 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_product_drop_menu > .pe_product_nav .pe_product_nav_container div {
  display: inline-block;
  max-width: 150px;
  padding: 20px;
  margin: 0;
  vertical-align: top;
}
.pe_product_drop_menu > .pe_product_nav .pe_product_nav_container div a i {
  font-size: 24px;
}
.pe_product_drop_menu > .pe_product_nav .pe_product_nav_container div:hover {
  background-color: whitesmoke;
}
.pe_product_drop_menu > .pe_product_nav .pe_product_nav_container div img {
  max-height: 60px !important;
  margin-bottom: 10px;
}
.pe_product_drop_menu > .pe_product_nav .pe_product_nav_container div h5 {
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  color: #101010;
  font-family: 'Roboto', arial, sans-serif;
}
.pe_product_drop_menu > .pe_product_nav .pe_product_nav_container div p {
  text-transform: none;
}
.pe_product_drop_menu:hover > .pe_product_nav {
  top: 64px;
  opacity: 1;
  visibility: visible;
}
.main_content_label {
  font-size: 35px;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 200;
  margin: 20px 0 20px 20px;
  display: block;
  width: 100%;
}
.pe_footer {
  position: absolute !important;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  position: relative;
  background-color: white;
  border-top: 1px solid #f1f2f3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pe_footer .footer_container {
  min-height: 90px;
  font-size: 13px;
  color: #535353;
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*-webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 720px) {
  .pe_footer .footer_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .pe_footer .footer_container > div:first-child {
    margin-bottom: 15px;
  }
}
.pe_footer .footer_container a {
  font-size: 13px;
  color: #535353;
  text-decoration: none;
}
.pe_footer .footer_container .footer_link {
  border-bottom: 1px dotted #b1b7c1;
  position: relative;
  margin-right: 20px;
}
.pe_footer .footer_container .footer_link:last-child {
  margin-right: 0;
}
.pe_footer .footer_container .footer_link:hover {
  color: #0facf3;
}
.pe_footer .footer_container .footer_link:after {
  content: '.';
  position: absolute;
  vertical-align: middle;
  padding: 0 8px;
  color: #788394;
  opacity: 0.4;
  cursor: default;
  font-size: 24px;
  line-height: 0.8;
}
.pe_footer .footer_container .footer_social_link {
  color: #777;
  font-size: 15px;
  margin-right: 20px;
}
.pe_footer .footer_container .footer_social_link:last-child {
  margin-right: 0;
}
.pe-modal .pe_draft {
  background-color: white !important;
}
.pe-modal .pe_draft > div {
  padding-left: 0 !important;
}
.pe-modal .pe_draft:before {
  content: "";
}
.btn_disabled {
  position: relative;
}
.btn_disabled:hover:before {
  content: "";
  position: absolute;
  color: white;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(53, 64, 82, 0.95);
}
.btn_disabled:hover:after {
  content: "Coming Soon";
  position: absolute;
  color: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.coming_soon {
  position: relative;
}
.coming_soon .cover {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
}
.coming_soon .cover:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.coming_soon .cover:hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  content: "Coming \A Soon";
  color: white;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.coming_soon {
  position: relative;
}
.coming_soon .cover {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
}
.coming_soon .cover:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.coming_soon .cover:hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  content: "Coming Soon";
  color: white;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.coming_soon .dark_cover {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
}
.coming_soon .dark_cover:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.coming_soon .dark_cover:hover:before {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  content: "Coming Soon";
  text-transform: none;
  color: black;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#smart_pitch_17 iframe.ql-video {
  width: 48% !important;
  max-height: 275px;
  height: 22vw;
}
#smart_pitch_17 .pitch_wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  height: 100vh;
}
#smart_pitch_17 .pitch_container {
  display: table;
  min-height: 100%;
  background-color: white;
  padding: 40px 80px 60px 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch_17 .pitch_headline_wrapper .pitch_headline_container {
  margin: 20px 0 32px 0;
}
#smart_pitch_17 .pitch_headline_wrapper .pitch_headline_container .pitch_headline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}
#smart_pitch_17 .pitch_social_share_wrapper .pitch_social_share_container {
  margin-bottom: 30px;
  margin-top: -20px;
}
#smart_pitch_17 .pitch_social_share_wrapper .pitch_social_share_container .pitch_social_share_items a {
  margin-right: 10px;
}
#smart_pitch_17 .pitch_subheadline_wrapper .pitch_subheadline_container {
  margin: 30px 0 10px 0;
}
#smart_pitch_17 .pitch_subheadline_wrapper .pitch_subheadline_container .pitch_subheadline {
  font-family: Roboto, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
#smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container {
  margin: 20px 0 30px 0;
}
#smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo {
  width: auto;
  max-width: 100px;
  margin-right: 10px;
}
#smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_logo img {
  max-height: 42px;
  width: auto;
  max-width: 100%;
}
#smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_brand_name {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
#smart_pitch_17 .pitch_brand_info_wrapper .pitch_brand_info_container .pitch_brand_info .pitch_publish_date {
  font-family: Roboto, Arial, sans-serif;
  color: #aaa;
  font-size: 11px;
}
#smart_pitch_17 .pitch_bodytext_wrapper {
  order: 0;
}
#smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext .medium-insert-images {
  display: none;
}
#smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext a {
  color: #17b9a9;
}
#smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext img {
  max-width: 100%;
  width: 100%;
}
#smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext p {
  margin: 0;
  font-size: 16px;
  margin-bottom: 24px;
}
#smart_pitch_17 .pitch_bodytext_wrapper .pitch_bodytext_container .pitch_bodytext iframe {
  width: 48%;
}
#smart_pitch_17 .pitch_featured_media_container {
  display: none;
}
#smart_pitch_17 .pitch_media_download {
  opacity: 0;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
  color: white;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  /*&:hover {

                &:before {
                    position:absolute;
                    display:block;
                    content:"download";
                    padding:10px;
                    color:white;
                    background-color:#000;
                    font-size:12px;
                    top:105%;
                    left:50%;
                    border-radius:3px;
                    transform:translate(-50%,0);
                }
              }*/
}
#smart_pitch_17 .presser_feature {
  display: block;
  float: right;
  max-width: 50.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
#smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item {
  position: relative;
}
#smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item:hover .pitch_media_download {
  opacity: 1;
  z-index: 2;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item:hover .pitch_featured_media_item_caption_container {
  opacity: 1;
  z-index: 1;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item .pitch_featured_media_item_caption_container .pitch_featured_media_item_caption {
  color: white;
}
#smart_pitch_17 .presser_feature .pitch_featured_media .pitch_featured_media_item img {
  max-width: 100%;
  width: 100%;
}
#smart_pitch_17 .pitch_focal_media_ms {
  display: none;
}
#smart_pitch_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch {
  position: relative;
  font-size: 24px;
  max-width: 600px;
  display: block;
  margin: 30px 0 40px;
  color: #000;
  text-decoration: none !important;
  font-family: Roboto;
  font-weight: 100;
  margin-left: 24px;
}
#smart_pitch_17 .twitter_pitch_wrapper .twitter_pitch_container .twitter_pitch:before {
  content: "\f099";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 101%;
  font-size: 21px;
  color: #0fb6ea;
}
#smart_pitch_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container {
  margin-bottom: 20px;
}
#smart_pitch_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate {
  margin-bottom: 20px;
}
#smart_pitch_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate h4 {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  font-size: 17px;
}
#smart_pitch_17 .pitch_boilerplate_wrapper .pitch_boilerplate_container .pitch_boilerplate p {
  font-size: 16px;
}
#smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container {
  margin: 20px 0;
}
#smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact {
  margin-right: 20px;
  margin-bottom: 20px;
}
#smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container {
  position: relative;
  margin-right: 10px;
  width: 100px;
  height: 105px;
}
#smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_avatar_container .pitch_contact_avatar {
  position: absolute;
  left: 0;
  top: 0;
  right: 9px;
  bottom: 0;
  background-position: top center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
#smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_info {
  padding: 10px 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_name {
  font-family: Roboto, arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
}
#smart_pitch_17 .pitch_contact_wrapper .pitch_contact_container .pitch_contact .pitch_contact_social a {
  margin-right: 7px;
}
#smart_pitch_17 .pitch_gallery_container {
  float: right;
  width: 50.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
#smart_pitch_17 .pitch_gallery_container:after {
  content: "";
  display: table;
  clear: both;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.base_modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.4);
}
.base_modal .base_modal_box {
  position: relative;
  margin: 100px auto 0 auto;
  width: 100%;
  max-width: 640px;
  background-color: white;
  z-index: 2;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.base_modal .base_modal_box h3 {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 27px;
  color: #37404d;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 0;
}
.base_modal .base_modal_box p {
  font-size: 16px;
}
.base_modal_header {
  font-family: "Roboto", "Open Sans", sans-serif;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #f1f2f3;
  background-color: #fcfdfe;
}
.base_modal_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #999;
  cursor: pointer;
}
.base_modal_close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #999;
  cursor: pointer;
}
.bg_modal_close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.base_modal_active {
  display: block !important;
}
.pswp {
  z-index: 60000 !important;
}
.pswp img {
  max-width: 100% !important;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
  width: 100% !important;
  transform: initial !important;
}
.pswp__img--placeholder {
  display: none;
}
#pitch_pin {
  margin-top: 60px;
  margin-bottom: 120px;
}
#pitch_pin article {
  position: relative;
}
#pitch_pin .pinboard {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  font-family: Roboto, arial, sans-serif;
}
#pitch_pin .pinboard .pin_tiny {
  position: relative;
  width: 100%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_tiny:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: thin solid #f1f1f1;
    margin: 20px 0 0 0;
  }
}
#pitch_pin .pinboard .pin_tiny img {
  max-width: 100%;
  width: 100%;
}
#pitch_pin .pinboard .pin_small {
  position: relative;
  max-width: 310px;
  width: 25%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pitch_pin .pinboard .pin_small:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  max-height: 415px;
  min-height: 100%;
  border-left: thin solid #f1f1f1;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_small:before {
    border-left: none;
  }
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_small:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: thin solid #f1f1f1;
    margin: 20px 0 0 0;
  }
}
#pitch_pin .pinboard .pin_small .pin_bg_img {
  width: 100%;
  height: 230px;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
#pitch_pin .pinboard .pin_small img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1020px) {
  #pitch_pin .pinboard .pin_small {
    width: 25%;
    max-width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  #pitch_pin .pinboard .pin_small {
    width: 50%;
    max-width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_small {
    width: 100%;
  }
}
#pitch_pin .pinboard .pin_medium {
  position: relative;
  max-width: 620px;
  width: 47vw;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_medium:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: thin solid #f1f1f1;
    margin: 20px 0 0 0;
  }
}
#pitch_pin .pinboard .pin_medium .pin_bg_img {
  width: 100%;
  height: 330px;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_medium .pin_bg_img {
    height: 230px;
  }
}
#pitch_pin .pinboard .pin_medium img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #pitch_pin .pinboard .pin_medium {
    width: 100%;
    max-width: auto;
    max-width: none;
  }
}
#pitch_pin .pinboard .pin_large {
  position: relative;
  max-width: 1260px;
  width: 100%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pitch_pin .pinboard .pin_large .pin_bg_img {
  width: 100%;
  max-height: 600px;
  height: 63vw;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#pitch_pin .pinboard .pin_large img {
  max-width: 100%;
  width: 100%;
}
#pitch_pin .pinboard .pin_large:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  border-bottom: thin solid #f1f1f1;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_large:before {
    border: none;
    margin: 0;
  }
}
#pitch_pin .pinboard .pin_large:after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  border-bottom: thin solid #f1f1f1;
  margin: 20px 0 0 0;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_large:after {
    border: none;
    margin: 0;
  }
}
#pitch_pin .pinboard .pin_full {
  display: block;
  width: 215%;
  position: relative;
  height: 980px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 51%);
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1280px) {
  #pitch_pin .pinboard .pin_full {
    max-height: 600px;
    height: 70vw;
  }
}
@media only screen and (max-width: 840px) {
  #pitch_pin .pinboard .pin_full {
    margin-right: calc(-50vw + 52.5%);
  }
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_full {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-height: auto;
    max-height: none;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
#pitch_pin .pinboard .pin_full:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 75%;
  display: block;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  /* Standard syntax */
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_full:after {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    display: block;
    width: 100%;
    border-bottom: thin solid #f1f1f1;
    margin: 20px 0 0 0;
    background: none;
  }
}
#pitch_pin .pinboard .pin_full .pin_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_full .pin_bg_img {
    position: relative;
    width: 100%;
    height: 230px;
  }
}
#pitch_pin .pinboard .pin_full .bg_img_link {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
#pitch_pin .pinboard .pin_full img {
  max-width: 100%;
  width: 100%;
}
#pitch_pin .pinboard .pin_full .pin_content_container {
  position: relative;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_full .pin_content_container {
    height: auto;
  }
}
#pitch_pin .pinboard .pin_full .pin_content {
  position: absolute;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
  z-index: 1;
  color: #444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_full .pin_content {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 0;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
#pitch_pin .pinboard .pin_full .pin_content .pin_headline {
  color: white;
  font-size: 54px !important;
  font-weight: 200 !important;
  text-shadow: 0 0 15px black;
  margin: 18px 0 10px 0;
}
@media only screen and (max-width: 900px) {
  #pitch_pin .pinboard .pin_full .pin_content .pin_headline {
    font-size: 38px !important;
  }
}
@media only screen and (max-width: 670px) {
  #pitch_pin .pinboard .pin_full .pin_content .pin_headline {
    font-size: 29px !important;
    font-weight: 300 !important;
  }
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_full .pin_content .pin_headline {
    text-shadow: 0;
    text-shadow: initial;
    text-shadow: none;
    margin: 18px 0 10px 0;
    font-weight: 400 !important;
    font-size: 22px !important;
    color: black;
  }
}
#pitch_pin .pinboard .pin_full .pin_content p {
  color: #e8e8e8;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 900px) {
  #pitch_pin .pinboard .pin_full .pin_content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 670px) {
  #pitch_pin .pinboard .pin_full .pin_content p {
    line-height: initial;
  }
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_full .pin_content p {
    font-weight: normal;
    color: black;
  }
}
#pitch_pin .pinboard .pin_hr {
  border: thin solid #f1f1f1;
  border-top: 0;
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #pitch_pin .pinboard .pin_hr {
    display: none;
  }
}
#pitch_pin .pinboard .pin_content_container .pin_content {
  color: #444;
}
#pitch_pin .pinboard .pin_content_container .pin_content .pin_headline {
  margin: 18px 0 10px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  font-family: Roboto, arial, sans-serif;
}
#pitch_pin .pinboard .pin_content_container .pin_content p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
#pitch_pin .article_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ql-align-center {
  text-align: center;
}
.ql-align-justify {
  text-align: justify;
}
.ql-align-right {
  text-align: right;
}
#grid_pin .moz_style {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  grid-auto-rows: 20px;
  max-width: 1064px;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  #grid_pin .moz_style {
    margin-top: 0;
  }
}
#grid_pin .moz_style .article_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#grid_pin .moz_style .content {
  position: relative;
}
#grid_pin .moz_style .item {
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  border: thin solid #eee;
  box-shadow: 0 0 3px -2px rgba(0, 0, 0, 0.35);
}
#grid_pin .moz_style .photothumb {
  width: 100%;
  display: block;
}
#grid_pin .moz_style .title {
  padding: 20px;
}
#grid_pin .moz_style .title h3 {
  font-size: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}
#grid_pin .moz_style .photo .title {
  background-color: #f44336;
}
#grid_pin .moz_style .desc {
  padding: 18px;
}
#grid_pin .moz_style .desc h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #444;
  line-height: 1.28;
}
#grid_pin .moz_style .heading {
  padding: 12px;
}
#grid_pin .moz_style .logo {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
#grid_pin .moz_style .logo img {
  display: block;
  max-width: 100%;
}
#grid_pin .moz_style .brand_name {
  font-weight: 700;
  font-size: 15px;
}
#grid_pin .moz_style .time {
  font-size: 13px;
  color: #999;
}
#grid_pin .moz_style .excerpt {
  margin-top: 12px;
  font-size: 16px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  /*box-shadow: 0 1px 5px rgba(0,0,0,0.3);*/
  z-index: 50000;
}
.home-header {
  position: absolute;
  background-color: transparent;
}
.home-header .header-nav-item {
  color: white;
}
.home-header .header-nav-item:hover {
  color: #eee;
}
.home-header .sub-nav-item {
  color: white;
}
.home-header .sub-nav-item:hover {
  color: #eee;
}
.pe-logo {
  max-width: 165px;
  width: 100%;
}
.pe-icon {
  width: auto;
  max-height: 18px;
}
.header_nav {
  max-width: 1280px;
  position: relative;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav {
  position: relative;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1280px;
}
.header-nav-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 460px) {
  .header-nav-left .pe-logo {
    max-width: 115px;
  }
}
.header-nav-middle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header-nav-center-middle {
  position: relative;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #888;
  padding: 0 10px 0 10px;
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  max-width: 1015px;
}
.header-nav-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header-nav-item {
  position: relative;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #999;
  padding: 0 5px 0 5px;
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  /*text-transform: uppercase;*/
  white-space: nowrap;
}
.header-nav-item:hover {
  text-decoration: none;
  color: #000;
}
.header-nav-item-active {
  font-weight: 600;
  color: #000;
}
.header-nav-brands {
  /*height: 64px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        position: relative;*/
}
.header-nav-brand-scroll-menu {
  list-style-type: none;
  height: 45vh;
  overflow: auto;
  padding: 0;
  min-width: 270px;
}
@media only screen and (max-width: 365px) {
  .header-nav-brand-scroll-menu {
    min-width: 265px;
    max-width: 265px;
  }
}
.header-nav-brand-name {
  position: relative;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  padding: 0 5px 0 10px;
}
@media only screen and (max-width: 767px) {
  .header-nav-brand-name {
    line-height: 1;
    font-size: 14px;
  }
}
.header-nav-brand-name-menu {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 55px;
  right: 10px;
  background-color: white;
  margin: 0;
  padding: 0;
  border: thin solid #ddd;
  box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.header-nav-brand-name-menu li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav-drop-menu-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*-webkit-align-items: center;
            align-items: center;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;*/
  color: #555;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 12px;
  background-color: #FBF8F8;
  border-bottom: thin solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav-drop-menu-item-outer {
  opacity: 1;
  display: block;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 25px 0 25px;
  outline-color: #bdbdbd;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  height: 35px;
  width: 100%;
  line-height: 35px;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-nav-drop-menu-item-outer:hover {
  background-color: #eee;
}
.header-nav-drop-menu-item-outer-flex {
  opacity: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  color: #999;
  background-color: transparent;
  text-align: left;
  margin: 0;
  padding: 0 25px 0 25px;
  outline-color: #bdbdbd;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  height: 35px;
  width: 100%;
  line-height: 35px;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-nav-drop-menu-item-outer-flex .material-icons {
  color: #777;
  margin-right: 5px;
  font-size: 18px;
}
.header-nav-drop-menu-item-outer-flex:hover {
  color: black;
}
.header-nav-drop-menu-item {
  opacity: 1;
  display: block;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  text-align: left;
  margin: 0;
  outline-color: #bdbdbd;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  line-height: 1.3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-nav-drop-menu-item .update {
  color: #ff7272;
}
.header-nav-brand-search {
  position: relative;
  width: 100%;
}
.header-nav-brand-search .brand-search-box {
  width: 100%;
  padding: 10px 10px 10px 25px;
  border: 0;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav-brand-search .brand-search-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  color: #ccc;
  font-size: 18px;
}
.header-nav-user-avatar {
  position: relative;
  border-radius: 50%;
  border: 2px solid #ddd;
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
}
.header-btn {
  padding: 10px 15px;
  height: 40px;
  color: white !important;
  background-color: #ff8041;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-btn:hover {
  color: white;
  background-color: #ff5722;
}
.header-psuedo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: white;
  height: 64px;
  z-index: -3;
}
.active-brand-name-menu {
  display: block !important;
}
.brand-header {
  position: relative;
  max-width: 1084px;
  width: 100%;
  max-height: 500px;
  height: 85.5vw;
  margin: 64px auto 0 auto;
  background-color: #F7F7F7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.35);
}
.brand-header .brand-header-container {
  z-index: 20;
  position: relative;
  max-width: 1055px;
  height: 100%;
  margin: 0 auto;
}
.brand-header .brand-header-container .brand-header-info-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.brand-header .brand-header-container .brand-header-info-container .brand-header-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.brand-header .brand-header-container .brand-header-info-container .brand-header-info .brand-logo-btn {
  position: relative;
  padding: 0;
  margin: 0 15px 0 0;
  background: none;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: white;
  border: 2px solid white;
  overflow: hidden;
}
@media only screen and (max-width: 430px) {
  .brand-header .brand-header-container .brand-header-info-container .brand-header-info .brand-logo-btn {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
}
.brand-header .brand-header-container .brand-header-info-container .brand-header-info .brand-logo {
  max-width: 100%;
  cursor: pointer;
}
.brand-header .brand-header-container .brand-header-info-container .brand-name {
  position: relative;
  font-family: 'Mandali', Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: white;
  letter-spacing: 0;
  text-decoration: none;
}
.brand-header .brand-header-container .brand-header-info-container .description {
  font-family: 'Mandali', Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: white;
  font-size: 14px;
}
.brand-header .brand-header-other-info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.brand-header .brand-header-other-info .list-wrapper {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.brand-header .brand-header-other-info .list-wrapper > li {
  display: inline-block;
  margin: 0;
  padding: 0 6px;
}
.brand-header .brand-header-other-info .list-wrapper > li .settings-mobile {
  position: relative;
  cursor: default;
  width: 24px;
  height: 24px;
  font-size: 20px;
  text-align: center;
  -moz-box-sizing: unset;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  padding: 20px 0 20px 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9) !important;
}
.brand-header .tool-tip-avatar {
  position: relative;
}
.brand-header .tool-tip-avatar:hover:after {
  position: absolute;
  content: "Replace image (200 x 200)";
  top: 100%;
  left: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.brand-header .edit-bg {
  z-index: 55;
  position: absolute;
  right: 8px;
  top: 8px;
}
.brand-header .brand-header-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  z-index: 0;
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.65));
}
.upgrade-page-btn {
  position: relative;
  z-index: 55;
  padding: 10px;
  color: white;
  background-color: #ff5722;
  border-radius: 2px;
  text-align: center;
  margin: 0 8px;
  font-size: 14px;
  text-decoration: none;
}
.upgrade-page-btn:hover {
  color: white;
  background-color: #EF6D45;
  text-decoration: none;
}
.img-header-icon {
  position: relative;
  display: inline-block;
  color: whitesmoke;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: rgba(10, 10, 10, 0.17);
  border-radius: 2px;
  margin: 0 3px;
}
.img-header-icon:hover {
  color: white;
  background-color: rgba(10, 10, 10, 0.3);
  text-decoration: none;
}
.img-header-icon i {
  font-size: 18px;
  display: block;
  height: 17px;
  overflow: hidden;
}
.setting-icons {
  position: absolute;
  top: 8px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .setting-icons {
    display: none;
  }
}
.center-mid-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sub-nav {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 15;
  margin: 0 auto;
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  /*box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);*/
}
.sub-nav-container {
  width: 100%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sub-nav-item {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #999;
  height: 100%;
  padding: 0 8px;
  line-height: 44px;
  text-align: center;
  font-weight: 300;
  font-family: 'Mandali', Arial, sans-serif;
  text-decoration: none;
  /*text-transform: uppercase;*/
}
.sub-nav-search-container {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  height: 44px;
}
.sub-nav-item-active {
  color: #444;
  font-weight: 600;
}
.sub-nav-item-active:after {
  height: 2px;
  width: 100%;
  display: block;
  content: " ";
  bottom: 8px;
  left: 0;
  position: absolute;
  background: #17b9a9;
  -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  -moz-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  -o-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}
.header_nav_middle {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  /*@media only screen and (max-width:1130px) {
        margin-left: 62px;
    }*/
}
.nav-item-active {
  color: #222;
  /*&:after {
        height: 2px;
        width: 100%;
        display: block;
        content: " ";
        bottom: 0;
        left: 0;
        position: absolute;
        background: #ff5722;
        -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
        -moz-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
        -o-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
        animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
        -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
        -moz-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
        -o-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
        transition: all 1s cubic-bezier(0.4, 0, 1, 1);
    }*/
}
.header-follow-btn {
  background: none;
  font-size: 13px;
  border: 0;
  padding: 7px;
  cursor: pointer;
  text-transform: uppercase;
}
.header-follow-btn:before {
  content: "Follow";
  font-family: 'Mandali', Arial, sans-serif;
  padding: 4px 10px;
  color: #eaeaea;
  border: thin solid #eaeaea;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 300ms ease;
}
.header-follow-btn:hover::before {
  content: "Follow";
  padding: 4px 10px;
  color: #fff;
  border: thin solid #46c30e;
  border-radius: 4px;
  background-color: #46c30e;
}
.header-unfollow-btn {
  background: none;
  font-size: 13px;
  border: 0;
  padding: 7px;
  cursor: pointer;
  text-transform: uppercase;
}
.header-unfollow-btn:before {
  content: "Following";
  font-family: 'Mandali', Arial, sans-serif;
  padding: 4px 10px;
  color: #eaeaea;
  border: thin solid #eaeaea;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 300ms ease;
}
.header-unfollow-btn:hover::before {
  content: "Unfollow";
  padding: 4px 10px;
  color: #fff;
  border: thin solid #ff4949;
  border-radius: 4px;
  background-color: #ff4949;
}
.header-upgrade-btn {
  background: none;
  font-size: 16px;
  border: thin solid #ff5722;
  padding: 8px 12px;
  border-radius: 4px;
  color: #fff;
  background-color: #ff5722;
}
.header-upgrade-btn:hover {
  color: white;
  background-color: #EF6D45;
  text-decoration: none;
}
.header-icon-btn {
  position: relative;
  display: inline-block;
  color: whitesmoke;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.17);
  border-radius: 2px;
  border: 0;
}
.header-icon-btn:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.header-icon-btn .material-icons {
  font-size: 18px;
  display: block;
  height: 17px;
  overflow: hidden;
}
.logo-scroll {
  width: 100%;
  height: 100px;
  background-color: white;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
.logo-scroll .logo-scroll-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  height: 100px;
  left: 0;
  -moz-animation: sidescroll 260s ease 2s infinite;
  -o-animation: sidescroll 260s ease 2s infinite;
  -webkit-animation: sidescroll 260s ease 2s infinite;
  animation: sidescroll 400s linear 10s infinite;
}
.logo-scroll .logo-scroll-container .logo-item {
  max-height: 85px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
}
.tiny-avatar {
  position: relative;
  min-width: 24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
}
@-webkit-keyframes sidescroll {
  0% {
    left: 0;
  }
  50% {
    left: -6750px;
  }
  100% {
    left: 0;
  }
}
@keyframes sidescroll {
  0% {
    left: 0;
  }
  50% {
    left: -6750px;
  }
  100% {
    left: 0;
  }
}
.more-icon {
  padding-left: 3px;
  cursor: pointer;
}
.display-modal {
  z-index: 0;
  display: block;
}
.display-modal .modal-dialog {
  margin: 100px auto !important;
  width: 100%;
  max-width: 900px;
}
.display-modal .modal-dialog .modal-content {
  border: transparent;
  box-shadow: none;
  background-color: #f5f5f5;
}
.img-edit {
  position: relative;
  width: 160px;
  height: 160px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.img-edit .edit-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 5px 10px 5px 10px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  text-align: center;
  z-index: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}