/* CSS Document */
/* # Box Model
 This style of box sizing allows for sizing to be calculated
 without the inclusion of padding. For example, a 200px wide div
 with 30px of padding on each size remains calculated as 200px, not 260px.

 can't do this in one rule as IE ignores rules it doesn't understand (e.g. ::after in IE8)
 also can't use @extend since SASS then collapses it into a single rule
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  -webkit-text-size-adjust: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.comment-bubble-container.align-right .comment-bubble-tail-right, .comment-bubble-container.align-left .comment-bubble-tail-left {
  height: 20px;
  width: 20px;
  position: absolute;
  margin-top: -5px; }
  .height-auto{height:auto !important;}
  
  .btn-ctrl{
  right: 49.5px;
position: relative;
top: 8px;
  }
  
   @media screen and (min-device-width: 1240px) and (max-device-width: 1290px) {

.flash-presentation{
height:500px !important;
}

}

      @media (min-width: 900px) {
   


  .playback-toolbar .logos-cell {
    bottom: 10px;
    padding-right: 5px !important;
    text-align: center;
}



.create-your-own{

  width:132px !important;
}



.comment-button img {
    width: 80px !important;
    height: 90px !important;
}

.comment-button {
    width: 90px !important;
    height: 96px !important;
    margin-right: 0px  !important;
    position: relative;
}

.smileback-button{
  margin-right:2px !important;
}
.save-button img{
width: 80px !important;
    height: 90px !important;

  }
 }



  @media (min-width: 1023px) {
.create-your-own {
width:128px !important;
}
  }

  
  @media (min-height: 768px) {

     .toolbar-button{
           position: relative;
           / bottom: 13px; /
     }

 .playback-toolbar .playback-control-cell-small {
        bottom: 25px !important;
    padding-left: 6px;
}

.playback-toolbar .logos-cell-small {
    bottom: 12px !important;
    padding-right: 6px;
}

  }

   

   
  @media all and (min-width: 679px) {
    .comment-bubble-container.align-right .comment-bubble-tail-right, .comment-bubble-container.align-left .comment-bubble-tail-left {
      height: 35px;
      width: 35px; } }

.comment-bubble-container {
  width: 90%;
  margin-bottom: 7%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .comment-bubble-container.align-none {
    margin-bottom: 5%; }
  .comment-bubble-container .comment-bubble {
    display: table; }
  .comment-bubble-container.align-none .comment-bubble {
    width: 100%; }
  .comment-bubble-container.align-none .comment-bubble-tail-left, .comment-bubble-container.align-none .comment-bubble-tail-right {
    display: none; }
  .comment-bubble-container.align-right .comment-bubble {
    position: relative;
    width: 65%;
    margin-left: 35%; }
  .comment-bubble-container.align-right .comment-bubble-tail-left {
    display: none; }
  .comment-bubble-container.align-right .comment-bubble-tail-right {
    right: 6%; }
  .comment-bubble-container.align-left .comment-bubble {
    position: relative;
    width: 65%;
    margin-right: 35%; }
  .comment-bubble-container.align-left .comment-bubble-tail-left {
    left: 6%; }
  .comment-bubble-container.align-left .comment-bubble-tail-right {
    display: none; }

.comment-bubble-container-blog {
  width: 96%;
  margin-bottom: 5%;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.comment-bubble-text {
  display: table;
  margin-left: auto;
  width: 96%; }

.comment-bubble-sender {
  color: #81B19A;
  padding-top: 2%; }

.comment-bubble-message {
  color: #333333;
  margin-top: 2%;
  padding-bottom: 2%;
  word-wrap: break-word;
  display: none; }
  .comment-bubble-message.visible {
    display: block; }
  .comment-bubble-message.hidden {
    display: none; }

.comment-bubble-love-it {
  color: #EA9D49;
  margin-top: 2%;
  padding-bottom: 2%;
  display: none; }
  .comment-bubble-love-it.visible {
    display: block; }
  .comment-bubble-love-it.hidden {
    display: none; }

.love-it-emoticon {
  width: 40px;
  height: 40px; }

html.borderradius .comment-bubble-left {
  display: none; }

.comment-bubble-left {
  min-height: 100px;
  width: 10px;
  display: table-cell;
  position: relative; }
  @media all and (min-width: 679px) {
    .comment-bubble-left {
      width: 15px; } }

html.borderradius .comment-bubble-middle {
  background-color: #FFFFFF;
  border-radius: 15px;
  width: 100%;
  background-image: none;
  min-height: initial;
  max-width: initial;
  float: none;
  margin: 0; }

.comment-bubble-middle {
  background-image: url("images/commentsboxbg-272e7fe9a92e7d800df94406429e31b5.png");
  background-repeat: repeat;
  min-height: 100px;
  max-width: 280px;
  display: table-cell;
  vertical-align: top; }
  @media all and (min-width: 679px) {
    .comment-bubble-middle {
      max-width: 614px; } }

html.borderradius .comment-bubble-right {
  display: none; }

.comment-bubble-right {
  min-height: 100px;
  width: 10px;
  display: table-cell;
  position: relative; }
  @media all and (min-width: 679px) {
    .comment-bubble-right {
      width: 15px; } }

.comment-bubble-side {
  background-image: url("images/commentsboxbg-272e7fe9a92e7d800df94406429e31b5.png");
  background-repeat: repeat;
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 10px; }
  @media all and (min-width: 679px) {
    .comment-bubble-side {
      top: 15px;
      bottom: 15px;
      width: 15px; } }

.comment-bubble-corner {
  display: block;
  position: absolute;
  height: 10px;
  width: 10px; }
  @media all and (min-width: 679px) {
    .comment-bubble-corner {
      height: 15px;
      width: 15px; } }

.comment-bubble-corner-br {
  bottom: 0;
  right: 0; }

.comment-bubble-corner-bl {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.comment-bubble-corner-tl {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.comment-bubble-corner-tr {
  top: 0;
  right: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.save-container {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }
  .save-container.visible {
    display: block; }
  .save-container.hidden {
    display: none; }

#theSaveDialog {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.ember-save-container:before {
  content: "";
  background-color: #525151;
  background-color: rgba(82, 81, 81, 0.85);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.hiddenIFrame {
  width: 1px;
  height: 1px; }

.save-buttons {
  margin: 45px auto;
  width: 317px;
  display: block;
  position: relative; }
  .save-buttons.visible {
    display: block; }

#save-buttons-wrapper {
  position: relative;
  top: 50%;
  margin-top: -45px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#save-buttons-wrapper-IE8 {
  position: relative;
  top: 0;
  margin-top: 0; }

.snap-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden; }
  .snap-overlay.visible {
    display: block; }
  .snap-overlay.hidden {
    display: none; }

display: none;
.visible {
  display: block; }

.hidden {
  display: none; }

.copyright-attribute {
  color: gray;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'proxima-nova', Helvetica, sans-serif;
  font-size: 0.633em; }
  .copyright-attribute p a:link {
    color: gray;
    text-decoration: none; }
  .copyright-attribute p a:visited {
    color: gray;
    text-decoration: none; }
  .copyright-attribute p a:active {
    color: gray;
    text-decoration: none; }
  .copyright-attribute p a:hover {
    color: gray;
    text-decoration: none; }

.start-playback-overlay {
  position: relative;
  overflow: hidden;
  z-index: 5;
  display: block; }
  .start-playback-overlay.visible {
    display: block; }
  .start-playback-overlay.hidden {
    display: none; }
  .start-playback-overlay .placeholder-image {
    display: block;
    position: relative; }
  .start-playback-overlay .play-button {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 20; }
    .start-playback-overlay .play-button > .play-button-small {
      height: 58px;
      width: 58px;
      margin-top: -29px;
      margin-left: -29px;
      display: inline; }
      @media all and (min-width: 679px) {
        .start-playback-overlay .play-button > .play-button-small {
          display: none; } }
    .start-playback-overlay .play-button > .play-button-large {
      height: 110px;
      width: 110px;
      margin-top: -55px;
      margin-left: -55px;
      display: none; }
      @media all and (min-width: 679px) {
        .start-playback-overlay .play-button > .play-button-large {
          display: inline; } }
  .start-playback-overlay:after {
    content: "";
    background-color: #525151;
    background-color: rgba(82, 81, 81, 0.85);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.slideshow-presentation {
  position: relative;
  background-color: black;
  overflow: hidden; }
  .slideshow-presentation .slideshow-image {
    display: block; }
  .slideshow-presentation .slideshow-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45px;
    background-color: black; }
    .slideshow-presentation .slideshow-controls.visible {
      display: block; }
    .slideshow-presentation .slideshow-controls.hidden {
      display: none; }
    .slideshow-presentation .slideshow-controls a {
      height: 44px;
      width: 44px; }
      .slideshow-presentation .slideshow-controls a#showNextImage {
        float: right; }
      .slideshow-presentation .slideshow-controls a#showPreviousImage {
        float: right; }
      .slideshow-presentation .slideshow-controls a img {
        height: 44px;
        width: 44px; }

.video-presentation {
  display: table-cell;
  position: relative;
  margin: auto; }
  .video-presentation.player-hidden .video-player {
    display: none; }
  .video-presentation .video-player {
    height: inherit;
    width: inherit;
    position: absolute;
    top: 0;
    margin-bottom: -4px;
    cursor: pointer; }
    .video-presentation .video-player .video-playback {
      height: 100%;
      width: 100%; }

.flash-presentation {
  display: table-cell;
  position: relative;
  margin: auto;
  min-width: 450px; 
  }
  .flash-presentation #flash-playback {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    cursor: pointer; }

html, body {
  margin: 0; }

.basic-ad-wrapper {
  position: absolute;
  height: 100%;
  width: 100%; }
  .basic-ad-wrapper .wait-text {
    text-align: center;
    position: relative;
    margin: 0 auto;
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 15px; }
    .basic-ad-wrapper .wait-text:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
    .basic-ad-wrapper .wait-text .centerer {
      display: inline-block;
      vertical-align: middle; }
    .basic-ad-wrapper .wait-text h2 {
      font-size: 18px;
      font-family: 'proxima-nova', Helvetica, sans-serif;
      color: #5C5D5D; }
      @media all and (max-width: 481px) and (orientation: portrait) {
        .basic-ad-wrapper .wait-text h2 {
          font-size: 13px; } }
    .basic-ad-wrapper .wait-text .animated-ellipses-component {
      position: absolute; }
    .basic-ad-wrapper .wait-text .smilebox-logo-container {
      max-width: 230px;
      margin: 0 auto;
      margin-bottom: 22px; }
      @media all and (max-width: 481px) and (orientation: portrait) {
        .basic-ad-wrapper .wait-text .smilebox-logo-container {
          max-width: 45%; } }
      .basic-ad-wrapper .wait-text .smilebox-logo-container img {
        width: 100%; }
  .basic-ad-wrapper #basic-ad-container {
    overflow: hidden;
    display: inline; }
    .basic-ad-wrapper #basic-ad-container iframe {
      display: block; }

.playback-container {
  margin: 0 auto;
  position: relative; }
  .playback-container .playback-panel {
    margin: 0 auto;
    margin-top: 4px;
    border-collapse: collapse;
    position: relative;
    outline: #CDCDCD;
    outline-style: double;
    outline-width: 7px;
    background-color: #ffffff;
    min-width: 220px;
	overflow: hidden;
/* height: auto !important; */
	}
.playback-container.video-mode-enabled .playback-panel {
    margin: 5px !important;
	left: 0 !important;
/* height: auto !important; */
	}

.present-single-area {
  display: table-row;
  position: relative;
  padding: 0px;
  margin: 0; }

.present-single-image {
  display: block;
  max-width: 100%; }

.playback-toolbar {
  padding: 0px;
  background-color: #FFFFFF;
  position: relative; }
  .playback-toolbar .playback-control-cell, .playback-toolbar .playback-control-cell-small {
    position: absolute;
    left: 0;
    vertical-align: bottom; }
  .playback-toolbar .playback-control-cell {
    bottom: 10px;
    padding-left: 10px; }
  .playback-toolbar .playback-control-cell-small {
    bottom: 6px;
    padding-left: 6px; }
  .playback-toolbar .meta-controls {
    text-align: center;
    display: block;
    width: 100%; }
  .playback-toolbar .logos-cell, .playback-toolbar .logos-cell-small, .playback-toolbar .pro-logos-cell, .playback-toolbar .pro-logos-cell-small {
    position: absolute;
    right: 0;
    padding-bottom: 10px;
    vertical-align: bottom; }
    .playback-toolbar .logos-cell .logos, .playback-toolbar .logos-cell-small .logos, .playback-toolbar .pro-logos-cell .logos, .playback-toolbar .pro-logos-cell-small .logos {
      text-align: center; }
      .playback-toolbar .logos-cell .logos img, .playback-toolbar .logos-cell-small .logos img, .playback-toolbar .pro-logos-cell .logos img, .playback-toolbar .pro-logos-cell-small .logos img, .playback-toolbar .logos-cell .logos a, .playback-toolbar .logos-cell-small .logos a, .playback-toolbar .pro-logos-cell .logos a, .playback-toolbar .pro-logos-cell-small .logos a {
        display: block;
        margin: auto; }
  .playback-toolbar .logos-cell {
    bottom: 10px;
    padding-right: 10px;
    text-align: center; }
  .playback-toolbar .logos-cell-small {
    bottom: 6px;
    padding-right: 6px; }
  .playback-toolbar .pro-logos-cell {
    top: 13px;
    padding-right: 10px;
    text-align: center; }
  .playback-toolbar .pro-logos-cell-small {
    top: 6px;
    padding-right: 6px; }
  .playback-toolbar.tall-toolbar {
    height: 131px;
    padding-bottom: 10px; }
  .playback-toolbar.short-toolbar {
    height: 83px;
    padding-bottom: 6px; }
  .playback-toolbar.short-toolbar-mobile {
    height: 118px;
    padding-bottom: 51px; }
    .playback-toolbar.short-toolbar-mobile .playback-control-cell-small {
      bottom: 51px; }
    .playback-toolbar.short-toolbar-mobile .logos-cell-small {
      padding-bottom: 0; }
      .playback-toolbar.short-toolbar-mobile .logos-cell-small .logos {
        text-align: right; }

.pro-logo {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 13px;
  margin-right: 10px; }

.pro-logo-small {
  width: 70px;
  height: 70px;
  margin-top: 6px;
  margin-right: 5px; }

.pro-visit-us {
  width: 90px;
  height: 96px; }

.pro-visit-us-solo {
  margin-top: 13px;
  width: 90px;
  height: 96px; }

.pro-visit-us-small {
  width: 52px;
  height: 63px; }

.pro-visit-us-solo-small {
  margin-top: 6px;
  width: 52px;
  height: 63px; }

.pro-link {
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 10px;
  border-style: none;
  background-color: transparent;
  color: white;
  border-radius: 1px;
  padding: 5px;
  width: 250px;
  cursor: pointer;
  font-family: 'Lucida Grande';
  text-decoration: none; }

.pro-link-small {
  position: absolute;
  left: 5px;
  top: 5px;
  border-style: none;
  background-color: transparent;
  color: white;
  border-radius: 1px;
  padding: 5px;
  width: 200px;
  cursor: pointer;
  font-family: 'Lucida Grande';
  text-decoration: none; }

.toolbar-button, .toolbar-button-disabled {
  display: inline-block;
  border-radius: 5px;
  cursor: pointer; }

.toolbar-button-disabled {
  cursor: auto; }

.playback-control-buttons {
  margin: 0px;
  vertical-align: bottom;
  text-align: left;
  padding: 0px; }
  .playback-control-buttons a {
    height: 20px;
    width: 20px; }
    @media all and (min-width: 679px) {
      .playback-control-buttons a {
        height: 23px;
        width: 23px; } }
    .playback-control-buttons a img {
      height: 20px;
      width: 20px; }
	  
	  
	

      @media (min-width: 679px) {
        .playback-control-buttons a img {
          height: 23px;
          width: 23px; } }
  .playback-control-buttons .visible {
    display: table-cell; }
  .playback-control-buttons .hidden {
    display: none; }

.btn-control {
  cursor: pointer;
  margin-right: 4px; }

.btn-sound {
  display: inline-block; }

.btn-sound:hover {
  cursor: pointer; }

.btn-sound-hidden {
  display: none; }

.btn-fullscreen {
  display: inline-block; }

.btn-fullscreen:hover {
  cursor: pointer; }

.btn-fullscreen-hidden {
  display: none; }

.btn-reload {
  display: inline-block; }

.btn-reload:hover {
  cursor: pointer; }

.comment-button {
  width: 90px;
  height: 96px;
  margin-right: 24px;
  position: relative; }

.comment-button img {
  width: 90px;
  height: 96px; }

.comment-button-small {
  width: 52px;
  height: 63px;
  position: relative;
  margin-right: 5px; }

.comment-button-small img {
  width: 45px;
  height: 55px; }

.smileback-button {
  width: 110px;
  height: 130px;
  margin-right: 24px;
  margin-left: -4px;
  margin-top: -21px;
  position: relative; }

.smileback-button-small {
  width: 55px;
  height: 68px;
  margin-right: 5px;
  margin-left: -4px;
  margin-top: -6px; }

.save-button {
  margin-left: -4px; }
  .save-button img {
    width: 90px;
    height: 96px; }

.save-button-small {
  margin-left: -4px; }
  .save-button-small img {
    width: 52px;
    height: 63px; }

.created-by-smilebox {
  width: 112px;
  margin-bottom: 8px; }

.create-your-own {
  display: inline-block;
  width: 152px; }

.create-your-own-small {
     width: 88px;
    height: 32px; }

.create-your-own-mobile-small {
  width: 95px;
  height: 35px; }

.hidden {
  display: none; }

.display-block {
  display: block; }

.visible {
  display: inline-block; }

.visible-table-cell {
  display: table-cell; }

.visibility-hidden {
  visibility: hidden; }

.visibility-visible {
  visibility: visible; }

#presentation-wrapper {
  text-align: center; }
  #presentation-wrapper.visible {
    display: block; }
  #presentation-wrapper.hidden {
    display: none; }

#Playback {
  display: block; }

#play {
  background: url('images/play-button-ee2bd911bb7ab49a87ccb2b4decd6792.png') center center no-repeat;
  position: absolute;
  top: 40%;
  left: 40%;
  width: 220px;
  height: 220px;
  margin: -15px 0 0 -15px;
  z-index: 7;
  cursor: pointer; }

.playButtonVisibleBase, .playButtonBigVisible, .playButtonSmallVisible {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 7;
  cursor: pointer; }

.playButtonBigVisible {
  width: 110px;
  height: 110px;
  margin-left: -55px;
  margin-top: -55px; }

.playButtonBigHidden {
  display: none; }

.playButtonSmallVisible {
  width: 58px;
  height: 58px;
  margin-left: -29px;
  margin-top: -29px; }

.playButtonSmallHidden {
  display: none; }

.comments-container {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }
  .comments-container.visible {
    display: block; }
  .comments-container.hidden {
    display: none; }

.comments {
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 210; }
  .comments:before {
    content: "";
    background-color: #525151;
    background-color: rgba(82, 81, 81, 0.85);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.comments-feed {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  clear: both; }
  .comments-feed .nano-content {
    height: 100%; }

.comments-empty-text {
  font-size: 28px;
  color: #FFFFFF; }

.comments-empty-text p {
  margin-top: 5%; }

.new-comment {
  position: relative;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 679px) {
    .new-comment {
      font-size: 12px; } }
  .new-comment .send-comment-button {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 5px;
    margin-bottom: 3px;
    z-index: 100; }
    @media all and (min-width: 679px) {
      .new-comment .send-comment-button {
        margin-right: 10px;
        margin-bottom: 7px; } }
    .new-comment .send-comment-button img {
      height: 30px;
      width: auto; }
      @media all and (min-width: 679px) {
        .new-comment .send-comment-button img {
          height: 50px; } }
  .new-comment textarea {
    position: absolute;
    top: 28%;
    left: 10%;
    z-index: 100;
    height: 68%;
    width: 80%;
    text-align: center;
    resize: none;
    border: none;
    outline: none;
    background: transparent 0 0 repeat scroll url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7");
    font-size: 10px; }
    @media all and (min-width: 679px) {
      .new-comment textarea {
        font-size: 12px; } }
    .new-comment textarea::-webkit-input-placeholder {
      color: #81B19A;
      font-family: 'proxima-nova', Helvetica, sans-serif;
      font-size: 12px; }
    .new-comment textarea:-ms-input-placeholder {
      color: #81B19A;
      font-family: 'proxima-nova', Helvetica, sans-serif;
      font-size: 12px; }
    .new-comment textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #81B19A;
      font-family: 'proxima-nova', Helvetica, sans-serif;
      font-size: 12px; }
    .new-comment textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #81B19A;
      font-family: 'proxima-nova', Helvetica, sans-serif;
      font-size: 12px; }

.new-comment-image {
  width: 100%;
  height: auto; }

.commentator-name {
  display: block;
  position: absolute;
  top: 14%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100; }
  .commentator-name p {
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1em; }
    .commentator-name p input {
      display: inline;
      outline: none;
      border: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 10px; }
      @media all and (min-width: 679px) {
        .commentator-name p input {
          font-size: 12px; } }
    @media all and (min-width: 679px) {
      .commentator-name p {
        font-size: 12px; } }

.comment-count-small {
  position: absolute;
  top: 13px;
  color: #8E9096;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  width: 100%; }

.comment-count {
  position: absolute;
  color: #8E9096;
  font-family: 'Open Sans', sans-serif;
  top: 27px;
  font-size: 20px;
  width: 100%; }

.close-button {
  display: block;
  height: 12%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 120; }

.close-button img {
  width: 28px;
  height: 28px; }
  @media all and (min-width: 679px) {
    .close-button img {
      width: 36px;
      height: 36px; } }

/* Animation */
.viewbox {
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: left;
  z-index: 200; }

.viewbox img {
  position: absolute;
  cursor: pointer; }

.love-it-image-small {
  width: 237.5px;
  height: 539px; }

.love-it-image {
  width: 512px;
  height: 1024px; }

.love-it-small {
  width: 66px;
  height: 80px; }

.love-it-big {
  width: 120px;
  height: 130px; }

.love-it-container-big {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: inline-block;
  background-color: #ffffff; }

.love-it-container-small {
  width: 65px;
  height: 73px;
  border-radius: 100%;
  display: inline-block;
  background-color: #ffffff; }

div#error_page {
  display: block;
  margin: 8px;
  text-align: center; }

div#error_page img {
  margin-top: 24px;
  margin-bottom: 12px;
  width: auto;
  height: auto; }
  @media all and (max-height: 481px) and (orientation: portrait), all and (max-width: 481px) and (orientation: landscape) {
    div#error_page img {
      transform: scale(0.5, 0.5); } }
  @media all and (min-width: 481px) and (max-width: 679px) and (orientation: portrait), all and (min-height: 481px) and (max-height: 679px) and (orientation: landscape) {
    div#error_page img {
      transform: scale(0.75, 0.75); } }

div#error_page p {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.813em;
  color: black; }
  


  @media(max-width:767px){
  .logos-cell-small{
       display: block;
    position: relative !important;
    float: right;
    margin-top: 15px;
  }
  .playback-panel{
  width:100% !important;
  }
  .present-single-area{
     display: block;
  }

  .flash-presentation{
      display: block;
  }
.pro-logos-cell-small{
position:relative !important;
width:35px;
float:right;
}

.pro-logo-small{
width:100%;
height:auto;
top:20px;
position:relative;
left:5px;
}

#Playback{
    width: 100% !important;
}
/* .playback-panel{
width:100% !important;
height:100% !important
} */

.start-playback-overlay .placeholder-image{
display: block;
position: relative;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
}

.playback-panel{
width: 90% !important;
height: 525px !important;
}

.slideshow-presentation{
position: relative;
background-color: black;
overflow: hidden;
height: 400px !important;
width: 100% !important;
}
.start-playback-overlay.visible{
height: 100% !important;
min-width:300px !important;
}

.video-presentation {
height:400px !important
}
.video-player{
min-width:400px !important;
height:350px !important;
}
.start-playback-overlay .play-button{
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 80px;
height: 80px;
}

.comments-container.visible{
position: absolute;
top: 0 !important;
bottom: 0 !important;
right: 0 !important;
left: 0 !important;
width: 100%;
height: 800px;
z-index: 999999999999;
}

  }



@media(max-height:500px){

.slideshow-controls.visible{
width: 100% !important;
position:relative !important;
}

.start-playback-overlay .play-button{
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 80px;
height: 80px;
}

/*
.playback-container{
height: 550px;
}
*/

.video-presentation{
height:auto !important;
}


.video-presentation .video-player{
position:relative !important;
width:100% !important;
}

.playback-panel{
height:auto !important
}

.slideshow-presentation img{

width:100% !important;
height:100% !important;
margin:0 !important;
object-fit:cover;

}

.slideshow-presentation{
overflow:auto !important;
height:auto !important
}


/*
.slideshow-playing.visible{
height:600px;
}
*/

}

@media(max-width:568px){

.slideshow-controls.visible{
width: 100% !important;
position:relative !important;
}

        .playback-panel{
          height: auto !important;
          }

.video-presentation .video-player .video-playback{
margin-left: auto;
display: block;
float: none;
/* text-align: center; */
margin-right: auto;

}

.video-presentation .video-player{
min-width: auto !important;
margin: auto;
float: none;
display: block;
position: relative;
height: auto !important
}

.video-presentation{
width: 100% !important;
margin: auto;
float: none;
display: block;
}

.slideshow-presentation{
height: auto !important;
}

.video-presentation {
height:auto !important
}


.start-playback-overlay .play-button{

top:0px;
bottom:0px;
right:0px;
left:0px;
width:40px;
height:40px;

}
video::-webkit-media-controls-start-playback-button{
left:0 !important;
right:0 !important;
bottom: 0 !important;
top:0 !important;
margin:auto;
}

/*
.slideshow-playing.visible{
height:400px;
}
*/

}

 @media(max-width:480px){

        .playback-panel{height: auto !important;}

.slideshow-presentation{
height: auto !important;
}



.slideshow-playing img{
width:100% !important;
height:100% !important;
margin:0 !important;
}



}

@media(max-width:380px){
.playback-container{
height:auto !important;
}

/*
.slideshow-presentation{
height: 285px !important;
}
.slideshow-playing.visible, .slideshow-playing.hidden{
height: 250px;
}
*/



.slideshow-controls.visible{
width: 100% !important;
position:relative !important;
}

}

.watermark-box {
        width: 40%;
        position: absolute;
        top: 0px;
        z-index: 99999999;
        text-align: left;

}


.watermark-box img {
        width: 98%;
        opacity: 0.8;
        margin: auto;
        max-width: 1000px;
} 
 .videoMode{
display:none;
} 
