form{
  margin-bottom: 0;
}
.row{
  max-width: none;
}
.generic-title {
  position: fixed;
  top: 7px;
  left: 42%;
  text-align: center;
  font-family: "GoBold" !important;
  font-size: 2em !important;
  text-transform: uppercase !important;
  color: white;
  z-index: 102;
}
    /* </Resets> */
#mobile-iframe{
  display: none;
}

@media only screen
and (min-width : 1400px) {
  .pp-iframe-outer-wrapper {
    left: -20px
}
}


#pp-page-wrapper{
  z-index: -1;
  display: flex;
}

    #pp-main{
    border: 0px;
    margin: 0px;
      padding: 0;
    font-family: 'Poppins';
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -ms-box-sizing: content-box !important;
    z-index: -1;
    left: 100px;
}
    #pp-main-player-wrapper{
        width: 100%;
        padding-top: 100px;
        margin-left: 3.5%;
    }

    
        #pp-iframe-wrapper{
          padding: 0;
        }
            #pp-iframe{
              width: 89.7%;
              padding: 0;
              border: none;
            }
        #pp-iframe-menu-wrapper{
  /*background: url(https://static2.emaze.com/pp/resources/pp-player-menu-dot-bg.png);
  background-repeat: repeat;*/
  background-color: #e5e5e5;
  display: block;
  overflow: hidden;
  text-align: left;
  float: left;
  width: 89.8%;
  padding-bottom: 5px;
        }
#pp-aouthor-pic {
  display: inline-block;
  /* border: 2px solid #b6afaf; */
  vertical-align: initial;
  width: 56px;
  margin: 4px 0;
  padding: 0;
  border-radius: 50px;
}
#pp-names-menue-wrapper{
  position: relative;
  padding-left: 10px;
}
#pp-img-wrapper {
    position: relative;
    padding: 4px 0 0 32px;
    height: 70px;
    /*background-color: #f4f5f7;*/
}
#pp-names-menue-wrapper div{
    display: block;
}
    #pp-presentation-name {
      font-size: 22px;
      text-transform: capitalize;
      margin-top: 10px;
      font-family: 'Poppins';
      font-weight: 500;
    }
    #pp-aouthor-name{
      font-family: 'Poppins';
      font-size: 30px;
      margin-top: 20px;
      color: black;
      cursor: pointer;
      text-decoration: underline;
      transition: 0.1s;
      -webkit-transition: 0.1s;
      -moz-transition: 0.1s;
      -ms-transition: 0.1s;
    }
    #pp-aouthor-name:hover{
      color: #eb7e00;
    }
#pp-right-menu-wrapper{
  display: block;
  width: 92%;
}
.want-to-create {
  font-size: 24px;
  font-family: 'Poppins';
  float: left;
}

.create-button {
  width: 88px;
  height: 30px;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #EF3F24 0% 0% no-repeat padding-box;
  border: 1px solid #EF3F24;
  border-radius: 7px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17px;
  /* box-sizing: content-box; */
  padding: 5px 6px;
  text-align: center;
  cursor: pointer;
}
.create-button:hover {
  background-color: white;
  color: #EF3F24;
}
.project-description{
  font-size: 24px;
  width: 92%;
}
#pp-right-menu-wrapper .want-to-create {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
#pp-right-menu-wrapper div{
  display: inline-block;
  margin: 0px 12px 0 0;
  vertical-align: bottom;
}
#pp-right-menu-wrapper .pp-views-and-share {
  /* float: right; */
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* flex-wrap: wrap; */
  /* height: 100%; */
}

#pp-right-menu-wrapper #pp-views-number {
  margin: 0;
  margin-top: -87px;
  margin-bottom: 90px;
  margin-right: 2px;
  font-weight: bold
}


@media only screen and (max-width: 1554px)
{
  #pp-right-menu-wrapper #pp-views-number{
    margin-top: -107px;
    margin-bottom: 110px;
  }
}


#pp-right-menu-wrapper div.only-logged-in{
  display: none;
}
#pp-right-menu-wrapper div.only-logged-in.logged-in{
  display: inline-block;
}
#pp-right-menu-wrapper div.only-not-logged-in{
  display: inline-block;
}
#pp-right-menu-wrapper div.only-not-logged-in.logged-in{
  display: none;
}
                #pp-favorite-btn, #pp-favorite-btn:after{
                    background: url(https://static2.emaze.com/pp/resources/pp-player-menu-sprite.png);
                    background-position: -0px -113px;
                    width: 27px;
                    height: 26px;
                    background-repeat: no-repeat;
                    cursor: pointer;
                    float:right;
                }
                    #pp-favorite-btn:hover{
                        background-position: -0px -49px;
                    }
                    #pp-favorite-btn.pp-favorited{
                        background-position: -0px -80px;
                    }
                #pp-favorite-btn:after{
                  content:'';
                  display:inline-block;
                }
                #pp-favorite-btn:hover:after{
                   background-position: -0px -49px;
                }
                #pp-share-btn{
                  background: url(https://static2.emaze.com/pp/resources/pp-player-menu-sprite.png);
                  background-position: -0px -271px;
                  width: 26px;
                  height: 25px;
                  background-repeat: no-repeat;
                  cursor: pointer;
                  margin-right: 14px !important;
                  float:right;
                }
                    #pp-share-btn:hover{
                        background-position: 0px -239px
                    }

                    #pp-share-btn.new-share-btn {
                      background-image: url(../resources/share-btn.png);
                      background-position: unset;
                      width: 89px;
                      height: 45px;
                      margin: 0!important;
                  }
                  
                  #pp-share-btn.new-share-btn:hover {
                      background-image: url(../resources/share-btn-hover.png);
                  }
                #pp-like-btn, #pp-like-btn:after{
                    background: url(https://static2.emaze.com/pp/resources/pp-player-menu-sprite.png);
                    background-position: -0px -207px;
                    width: 27px;
                    height: 25px;
                    background-repeat: no-repeat;
                    cursor: pointer;
                    float:right;
                }

                #pp-like-btn:after{
                  content:'';
                  display:inline-block;
                }

                #pp-like-btn:hover:after{
                  background-position: -0px -144px;
                }

                #pp-like-btn:hover{
                    background-position: -0px -144px;
                }
                #pp-like-btn.pp-liked{
                    background-position: -0px -175px;
                }
                div#pp-likes-number{
                  font-size: 24px;
                  font-family: 'Poppins';
                  margin: 0px 4px 0px 0px;
                  transition: 0.2s;
                  -webkit-transition: 0.2s;
                  -moz-transition: 0.2s;
                  -ms-transition: 0.2s;
                  float:right;
                }
/*                #pp-duplicate-btn{ -- currently not in use --
                    background: url(https://static2.emaze.com/pp/resources/pp-player-menu-sprite.png);
                    background-position: -20px -235px;
                    width: 20px;
                    height: 26px;
                    background-repeat: no-repeat;
                    cursor: pointer;
                }
                    #pp-duplicate-btn:hover{
                        background-position: -0px -235px;
                    }*/
                #pp-views-number{
                  font-size: 18px;
                  font-family: 'Poppins';
                  /* float:right; */
                  text-align: right;
                }
         #pp-share-menu{
            padding-top: 0%;
            /*padding-left: 3.2%;*/
        }
        #pp-share-menu div {
            margin: -4px 0;
            height: 57px;
            width: 56px;
            transition: 0.2s;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -ms-transition: 0.2s;
            cursor: pointer;
            background-repeat: no-repeat;
            transform: scale(0.85);
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
        }
            #pp-facebook-share{
                background: url(https://static2.emaze.com/pp/resources/facebook.svg);
                margin-top: 0;
            }
            #pp-google-share{
                background: url(https://static2.emaze.com/pp/resources/googleplus.svg);
            }
            #pp-linkdin-share{
                background: url(https://static2.emaze.com/pp/resources/linkin.svg);
            }
            #pp-twitter-share{
                background: url(https://static2.emaze.com/pp/resources/twitter.svg);
            }
            #pp-pinterest-share{
              background: url(https://static2.emaze.com/pp/resources/pinterest.svg);
            }
                #pp-facebook-share:hover, #pp-google-share:hover,
                #pp-linkdin-share:hover, #pp-twitter-share:hover, #pp-pinterest-share:hover {
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                }
#pp-bunner{
  text-align: center;
  cursor: pointer;
  /*background-color: #ececec;*/
  width: 89.7%;
  padding: 0px 0;
  margin: 18px 0 0 0;
  cursor: pointer;
}
#pp-bunner div, #pp-bunner form{
    display: inline-block;    
}
  #pp-start-now-bunner,
  #pp-upgrade-now-bunner{
    padding: 0;
  }
#pp-bunner-form, #pp-start-now-button, #pp-upgrade-now-bunner{
  width:100%;
}

#pp-submit-anonymus, #pp-submit-user{
  width:100%!important;
}

    .pp-bunner-text{
      font-family: 'Poppins';
      font-weight:500;
      font-size: 41px;
      padding: 9px 0;
      letter-spacing: 0.7px;
    }
    .pp-bunner-text span{
      text-transform: uppercase;
    }
    .pp-bunner-arrow{
      background: url(https://static2.emaze.com/pp/resources/pp-player-menu-sprite.png);
      background-repeat: no-repeat;
      width: 41px;
      height: 40px;
      margin: -3px 10px;
    }
    #pp-bunner-form{}
        .pp-bunner-email{
          display: inline-block;
          padding-left: 0px;
          /*padding-left: 5px;*/
          height: 5vh;
          background-color: transparent;
          border: 1px solid;
          font-size: 24px;
        }
        ::-webkit-input-placeholder {
            padding-left: 0px;
            color: #4d4d4d;
        }
        :-moz-placeholder {
            padding-left: 0px;
            color: #4d4d4d;
        }
        ::-moz-placeholder {
            padding-left: 0px;
            color: #4d4d4d;
        }
        :-ms-input-placeholder {
            padding-left: 0px;
            color: #4d4d4d;
        }
        #pp-submit-anonymus, #pp-submit-user{ /* -- animate text to grow on hover */
/*          background: url(https://static2.emaze.com/pp/resources/pp-bunner-btn-dot-bg.png);
          background-repeat: repeat;*/
          /*background-color: #1ccb42;
          background-size: 4px;*/
          cursor: pointer;
          /*float: right;*/
          letter-spacing: 0.7px;
          font-size: 36px;
          padding: 0px 0px;
          /*margin-left: 5px;*/
          margin-top: 1px;
          color: white;
          transition: 0.2s;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          height: 75px;
        }
        #pp-submit-anonymus{
          width: 1230px;
        }
        #pp-submit-user{
          width: 1230px;
        }
        #pp-submit-anonymus span, #pp-submit-user span{
          display: block;
          transition: 0.2s;
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
        }
        #pp-submit-anonymus span:hover, #pp-submit-user span:hover{
         /*   transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1); */
        }
        #pp-error-msg{
            position: absolute;
            top: 120%;
            color: red;
        }
        .pp-none{
          display: none !important;
        }
    #pp-black-line{
  /*padding: 25px 0 0 0;
  width: 90%;
  border-bottom: 1px solid black;*/
    }
    #pp-side-bar{
      pointer-events:none;
    }
    #side-bar-controller{
      pointer-events:all;
    }
#pp-side-bar-header{
  color: black;
  font-family: 'Poppins';
  font-size: 21px;
  text-align: left;
  margin-top: 28px;
  margin-left: 21px;
}
.side-bar-item-wrapper{
    cursor: pointer;
}
    .side-bar-item{
          height: inherit;
          background-size: 100%;
          background-repeat: no-repeat;
          margin: 10px 0;
          border: 1px solid #b6b6b6;
    }
    #side-bar-hover-layout{
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  position: relative;
  height: 100%;
  font-weight: bold;
  font-size: 12px;
  background-color: black;
    }
    .side-bar-hover{
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  position: relative;
  height: 100%;
  font-weight: bold;
  font-size: 12px;
    }
        .side-bar-hover:hover{
  opacity: 1;
        }
    .side-bar-hover:before{
        content: '';
        opacity: 0;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: black;
    }
 .side-bar-hover:hover:before{
  opacity: 0.7;
        }
            .side-bar-hover-p-name{
  font-family: 'Poppins';
  font-weight:500;
  position: absolute;
  font-size: 20px;
  opacity: 1;
  color: white;
  display: inline-block;
  padding: 2px 0 0 12px;
            }
            .side-bar-hover-a-name{
  color: white;
  font-family: 'Poppins';
  font-size: 17px;
  position: absolute;
  padding: 0 0 0 12px;
  margin-top: 31px;
            }
            .side-bar-hover-views{
  color: white;
  font-family: 'Poppins';
  font-weight:500;
  font-size: 17px;
  display: inline-block;
  position: absolute;
  padding: 2px 13px;
  bottom: 0px;
  right: 0px;
            }

#disqus_thread{
  position: relative;
  display: block;
  top: 30px;
  width: 89.7%;
  z-index: 0;
  float: left;
}

.max-w{
    max-width: 100%;
}

#pp-side-bar{
        padding: 68px 9px 0 35px;
}

ul {
  list-style-type: none;
}

#outbrain_wrapper{
    width: 89.7%;
    padding: 8px 0;
    margin: 28px 0 0 0;
    cursor: pointer;
} 

#explorewidget_wrapper{
    width: 89.7%;
    padding: 5px 0;
    margin: 15px 0 0 0;
    cursor: pointer;
}

#explorewidget_iframe {
    height: 212px;
    width: 100%;
    border: solid;
    border-width: 1px;
    /* border-color: #d8d8d8;  */
    border: none;
    overflow: hidden;
}

#errorPopup-layout,  #sharePopup-layout{
  display: none;
  position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   height: 100%;
   background-color: rgba(0,0,0,0.6);
   z-index: 110;
}

#pricingIframe-layout {
   position: fixed;
   top:0;
   left:0;
   right:0;
   bottom:0;
   height: 100%;
   background-color: rgba(0,0,0,0.6);
   z-index: 110;
}

#pricingIframe-iframe-container{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  height: 95%;
  width: 70%;
  transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1650px)
{
  #pricingIframe-iframe-container{
      width: 1000px;
      height: 625px;
  }
}


#pricingIframe-close{
  position: absolute;
  position: absolute;
  cursor: pointer;
  margin: 10px;
  width: 21px;
  height: 21px;
  z-index: 1;
  background-image: url(https://static2.emaze.com/pp/resources/pricing-close.png);
  left: 96%;
}

#pricingIframe{
  position: absolute;
  height: 100%;
  width: 100%;
}
.imitate-layuot{
  opacity: 0.3;
}

#errorPopup{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    z-index: 100000000;
}

    .error-inner-container{
        position: absolute;
        top: 50%;
        left: 42%;
        width: 1280px;
        height: 400px;
        margin-top: -200px;
        margin-left: -400px;
    }

        .error-image,
        .error-info{
            float: left;
        }

        .error-info{
            width: auto;
        }

            .error-header{
                font-family: "GoBold";
                font-size: 6em;
                font-weight: normal;
                text-align: left;
                text-transform: uppercase;
                line-height: 100px;
                letter-spacing: 0px;
                color: #ffb206;
            }

                .error-header span{
                    font-size: 52px !important;
                    font-weight: normal;
                }

            .error-text{
                max-width: 450px;
                font-family: 'Poppins';
                font-size: 1.5em;
                font-style: italic;
                color: #fff;
                margin-bottom: 0;
            }

            .pp-close-button{
                width: 160px;
                height: 52px;
                margin-top: 20px;
                background-color: #ffb206;
                border: none;
                font-family: "GoBoldLight";
                font-size: 2.4em;
                text-align: center;
                color: #000;
                cursor: pointer;
                padding-top: 7px;
            }
            .pp-close-button:hover{
              background-color: #0079a1;
              color: white;
            }
        .error-image{
            margin-right: 40px;
        }

            .error-500{
                background: url(//resources-gcp.emaze.com/vbplayer/images/errors/500_figure.png) no-repeat;
                width: 364px;
                height: 337px;
            }

    .server-msg{
        font-family: 'Poppins';
        font-size: 1em;
        font-style: italic;
        color: #f3390e;
          margin-top: 7px;
    }




/* -------- google adsense handling  ------*/

/* ---
 *  
 * 300x600 is given by Google
 * bellow 1184 we drop the ads as they have no room anymore and they are not resiazable 
 * Logic is agnostic to the laptop/tablet logic below
 *
 --- */
#pp-adsense-wrapper {
  z-index: -10;
}

#pp-adsense{
  /*-- background-color:brown; --*/
  width:300px;
  height:600px;
  margin-left:50px;
  margin-top:102px;
}
#pp-sideBanners-wrapper {
  z-index: 1000;
}

#pp-sideBanners{
  /*-- background-color:brown; --*/
  width:300px;
  height:600px;
  margin-left:150px;
  margin-top:102px;
}


#pp-sideBanner1 {
  margin-top:20px;
  background-image: url(https://static2.emaze.com/pp/resources/new-year-sale-2016.jpg);
  width: 200px;
  height: 350px;
  cursor: pointer;
}


@media only screen
and (max-width : 1184px) {

    #pp-adsense{
    display:none;
    }
    #pp-sideBanners{
    display:none;
    }
}



/* ----------------laptop-------------------  */

@media only screen
and (min-width : 1025px)
and (max-width : 1366px) {
    #pp-iframe, #disqus_thread, #pp-iframe-menu-wrapper,
    #pp-bunner{
      width: 93.7%;
    }
    #pp-side-bar {
      padding: 68px 9px 0 72px;
    }
    #pp-submit-anonymus{
      /*padding: 6px 19px 7px 19px;*/
      margin-top: -2px;
      font-size: 24px;
      height: 100%;
      width: 100%;
    }

    #pp-submit-user{
    /*padding: 8px 19px 7px 19px;*/
    margin-top: 0px;
    font-size: 22px;
    height: 100%;
    width: 100%;
    }
    #pp-presentation-name {
      font-size: 14px;
    }
    #pp-aouthor-name {
      margin-top: 7px;
      font-size: 15px;
    }
    #pp-img-wrapper {
      padding: 5px 0 0 16px;
    }
    #pp-aouthor-pic {
      width: 47px;
    }
    #pp-iframe-menu-wrapper {
      /* height: 9.7vh;
      background-size: 0.7%; */
    }
    /* caused the right-menu-wrapper to wrap
    #pp-names-menue-wrapper{
      margin-left: 5px;
      margin-top: 1px;
    }
    */
    .pp-bunner-arrow {
      transform: scale(0.6);
      margin: -2px 0 0 0;
      vertical-align: sub;
    }

    #pp-start-now-bunner .pp-bunner-text {
      font-size: 30px;
      padding: 3px 0 0 0;
    }
    #pp-start-now-bunner .pp-bunner-arrow {
      transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -webkit-transform: scale(0.6);
      margin: -11px 0 0 0;
      vertical-align: middle;
    }
  .side-bar-hover-p-name {
    font-size: 17px;
  }
    .side-bar-hover-a-name {
      font-size: 15px;
      margin-top: 25px;
    }
    #pp-side-bar-header {
      font-size: 17px;
    }

    #pp-right-menu-wrapper > div {
        /*margin-top: 18px; */
        /*right: 45px;*/
        /*
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        margin-right: 5px !important;
        */
    }

    .pp-bunner-text {
      font-size: 35px;
      padding: 0;
    }
    .side-bar-item {
      margin: 6px 0;
    }
    #pp-bunner {
      margin: 0px 0 0 0;
    }
    #pp-black-line {
      padding: 10px 0 0 0;
    }
    #pp-share-menu div {
      margin: -5px 0;
      transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
    }
    #pp-share-menu{
       padding-left: 3.2%;
    }
    /* --- AmirC: commented out to fix button clipping in laptop
    #pp-favorite-btn, #pp-favorite-btn:after{
        height: 24px;
        width: 28px;
    }
    #pp-share-btn{
      height: 23.5px;
    }
    #pp-like-btn, #pp-like-btn:after{
        height: 23.5px;
    }
    ---*/
    
    #loginIframe-iframe-container{
      top: 14%;
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
    }

    #pp-adsense{
        margin-left:80px;
    }
    #pp-sideBanners{
        margin-left:120px;
    }
}

/* ----------------tablet-landscape-------------*/

@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
        #pp-names-menue-wrapper{
          position: relative;
          padding-left: 33px;
        }
        #pp-aouthor-name{
          margin-top: 3px;
        }
        #pp-share-menu{
             padding-left: 2%;
        }
#pp-share-menu div {
  margin: -6px 0;
  height: 56px;
  width: 54px;
}
        .pp-bunner-text{
          font-size: 22px;
        }
        .pp-bunner-arrow{
          transform: scale(0.7);
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -ms-transform: scale(0.7);
          margin: -8px 0px;
        }
        #pp-submit-anonymus, #pp-submit-user{
          float: right;
          height: 40px;
          font-size: 24px;
        }
        #pp-submit-anonymus{
          width: 170px;
        }
        #pp-submit-user{
          width: 205px;
        }
        #pp-black-line{
          padding: 14px 0 0 0;
        }
        #pp-side-bar-header{
          font-size: 19px;
          margin-top: 30px;
        }
        #disqus_thread{
          top: 45px;
        }
        #pp-side-bar {
          padding: 68px 0 0 20px;
        }
        .side-bar-hover{
          display: none !important;
        }
        #pp-presentation-name {
          font-size: 22px;
        }
        #pp-aouthor-name {
          font-size: 18px;
        }
    #loginIframe-iframe-container{
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
    }
}

/*------- mobile is directed via PHP to player -------*/


    .socialBtn:after{
      animation: socialBtn 0.5s ease-in-out;
      -webkit-animation: socialBtn 0.5s ease-in-out;
    }

    .socialBtnReverse{
      animation: socialBtn 0.15s reverse ease-out;
      -webkit-animation: socialBtn 0.15s reverse ease-out;
    }

    .socialBtnFavorite{
      animation: socialBtnFavorite 0.2s ease-out;
      -webkit-animation: socialBtnFavorite 0.2s ease-out;
    }

    .socialBtnFavoriteReverse{
      animation: socialBtnFavorite 0.2s reverse ease-out;
      -webkit-animation: socialBtnFavorite 0.2s reverse ease-out;
    }

    /* Chrome, Safari, Opera */
    @-webkit-keyframes socialBtn {
        0% {opacity: 1; -webkit-transform: scale(0.1);}
        50% {opacity: 1; -webkit-transform: scale(1);}
        100% {opacity: 0; -webkit-transform: scale(1.9);}
    }

    /* Standard syntax */
    @keyframes socialBtn {
        0% {opacity: 1; transform: scale(1);}
        100% {opacity: 0.1; transform: scale(1.9);}
    }

    /* Chrome, Safari, Opera */
    @-webkit-keyframes socialBtnFavorite {
        0% {-webkit-transform: scale(1.4);}
        50% {-webkit-transform: scale(1.2);}
        100% {-webkit-transform: scale(1);}
    }

    /* Standard syntax */
    @keyframes socialBtnFavorite {
        0% {transform: scale(1.4);}
        50% {transform: scale(1.2);}
        100% {transform: scale(1);}
    }
  
    .pp-sideImage3 {
        position: relative;
        top: 90px;
        left: 55px;
        
    }
    .pp-sideImage2 {
      position: relative;
      margin-top: 20px;
      left: 23px;
      width: 199px;
      height: 201px;
      background-size: contain;
    }
   .pp-sideImage1 {
        position: relative;
        /*top: 188px;*/
        /* top: 175px; */
        top: 110px;
        left: 50px;
   }

    .pp-sideImage1 img, .pp-sideImage2 img, .pp-sideImage3 img{
        max-width: none;
        width: 199px;
        height: auto;
        cursor: pointer;
    }
    

    #contact-us-block{
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.7);
      z-index: 999;
      /*display: none;*/
    }

      #contact-us-block .contact-us-box{
        position: relative;
        height: 100%;
        /*width: 653px;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
      }

        #contact-us-iframe{
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: none;
        }

        #close-contact-us{
          position: absolute;
          width: 40px;
          height: 40px;          
          right: 0;
          top: 0;
          background-image: url(//resources-gcp.emaze.com/vbcommon/images/close-dialog.png);
          background-position: center;
          background-repeat: no-repeat;
          cursor: pointer;
        }


/*@media only screen and (min-width : 768px) and (max-width : 1400px) {
*/
@media only screen and (min-width : 680px) and (max-width : 1400px) {

  #pp-main-player-wrapper{

    margin-left: 0;
}
    .pp-sideImage3 {
        top: 75px;
        left: 30px;
    }
    /* .pp-sideImage2 {
        top: 80px;
        left: 25px;
    } */
    .pp-sideImage1 {
        top: 84px;
        left: 25px;
   }

    /* .pp-sideImage1 img, .pp-sideImage2 img, .pp-sideImage3 img {
        width: 230px;
    }
      */
    /*#contact-us-block .contact-us-box{
        position: absolute;
        height: 230px;
        width: 280px;
        top: calc(50% - 115px);
        left: calc(50% - 141px);
      }
    
    #close-contact-us{
          position: absolute;
          width: 20px;
          height: 20px;          
          right: 0;
          top: 0;
          background-image: url(//resources-gcp.emaze.com/vbcommon/images/close-dialog.png);
          background-position: center;
          background-repeat: no-repeat;
          cursor: pointer;
        }*/
}