/* Default client style*/
.it-client {
  display: none;
  padding: 0;
  margin: 0;
  border: none; }

.it-client-728x90 {
  max-width: 728px;
  max-height: 90px;
  width: 100%;
  height: auto; }

.it-client-728x90-iframe {
  display: block;
  width: 728px;
  height: 90px;
  max-width: 100%;
  max-height: 100%; }

.transparentBG {
  background: transparent; }

.whiteBG {
  background: #ffffff; }

/* Close button default style & animation*/
@keyframes close-btn {
  0% {
    height: 0px;
    opacity: 0; }
  100% {
    height: 21px;
    opacity: 1; } }
.it-client-728x90-close {
  position: absolute;
  right: 0px;
  top: -21px;
  animation: close-btn 0.5s ease-in; }

.it-client-728x90-close a {
  display: block;
  margin: 0;
  line-height: 21px;
  text-decoration: none; }

.it-client-728x90-close a img {
  height: 12px;
  width: auto; }

.it-client-728x90-close a:first-child {
  padding: 0;
  text-align: center;
  float: right;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  width: 21px;
  height: 21px;
  cursor: pointer; }

.it-client-728x90-close a:last-child {
  padding: 0 3px 0 0;
  float: left;
  font-size: 10px; }

@keyframes shadow-box-dissolve {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes shadow-box-appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.it-client-728x90-fx-shadow-box-init {
  position: fixed;
  opacity: 0; }

.it-client-728x90-fx-shadow-box-display {
  opacity: 1;
  display: block !important;
  animation: shadow-box-appear 0.01s ease-in; }

.it-client-728x90-fx-shadow-box-close {
  text-align: center;
  background: #5A5A5A;
  float: right;
  cursor: pointer; }

.it-client-728x90-fx-shadow-box-close a {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.it-client-728x90-fx-shadow-box-dissolve {
  display: block !important;
  animation: bounce-out 0.01s ease-in; }

/***************************************************/
/* Animations definitions                          */
/***************************************************/
/* Shadowbox style */
@keyframes shadowbox {
  0% {
    background-color: transparent; }
  100% {
    background-color: rgba(0, 0, 0, 0.9); } }
@keyframes shadowbox-dissolve {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
.it-shadowbox {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  animation: shadowbox 0.5s ease-in; }

.it-shadowbox-dissolve {
  background-color: rgba(0, 0, 0, 0.9);
  animation: shadowbox-dissolve 0.5s ease-in; }

@keyframes bounce-out {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes attention {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  2.5%, 5% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  7.5%, 12.5%, 17.5%, 22.5% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  10%, 15%, 20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  25% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes dummy {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes dissolve {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* SHOW */
.it-client-728x90-fx-show-display {
  display: block !important;
  width: 728px !important;
  height: auto;
  max-width: 100%;
  max-height: 90px;
  animation: slide-down 0.01s ease-in; }

/* HEAD AD */
.it-client-728x90-fx-head-ad-display {
  display: block !important;
  width: 100% !important;
  height: auto;
  max-width: 100%;
  max-height: 90px;
  animation: slide-down 1s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  background: #87e0fd;
  background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  background: -webkit-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  background: linear-gradient(to bottom, #87e0fd 0%, #53cbf1 40%, #05abe0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=0);
  box-shadow: 0px 7px 32px 1px #343434;
  border-radius: 0px 0px 20px 20px; }

.it-client-728x90-fx-head-ad-dissolve {
  animation: slide-down-close 1s ease-in; }

.it-client-728x90-fx-head-ad-display .it-client-728x90-iframe {
  width: 100% !important;
  max-width: 100% !important; }

.it-client-728x90-fx-head-ad-close {
  position: absolute;
  right: 20px;
  bottom: 20px;
  animation: close-btn 0.5s ease-in;
  color: skyblue;
  text-decoration: none;
  font-weight: bolder;
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
  box-shadow: 0px 0px 2px 1px #676767;
  border-radius: 50%;
  line-height: 1.2; }

.it-client-728x90-fx-slider-close a {
  display: block;
  margin: 0;
  line-height: 21px;
  text-decoration: none; }

/* SLIDE DOWN */
@keyframes slide-down {
  0% {
    height: 0px; }
  100% {
    height: 90px; } }
@keyframes slide-down-close {
  0% {
    height: 90px;
    opacity: 1; }
  100% {
    height: 0px;
    opacity: 0; } }
.it-client-728x90-fx-slide-down-attach iframe {
  box-shadow: 0px -23px 57px 0px #000000; }

.it-client-728x90-fx-slide-down-init {
  display: block !important;
  width: 728px;
  height: 0px;
  max-width: 100%;
  max-height: 90px;
  position: relative;
  background: rgba(0, 0, 0, 0.6); }

.it-client-728x90-fx-slide-down-display {
  display: block !important;
  height: 90px;
  animation: slide-down 0.5s ease-in; }

.it-client-728x90-fx-slide-down-dissolve {
  animation: slide-down-close 0.5s ease-in; }

.it-client-728x90-fx-slide-down-close {
  position: absolute;
  right: 1px;
  top: -25px;
  animation: close-btn 0.5s ease-in;
  color: white;
  text-decoration: none;
  font-weight: bolder;
  padding: 3px;
  border-radius: 3px 3px 0px 0px;
  cursor: pointer; }

.it-client-728x90-fx-slide-down-close a {
  color: white; }
  .it-client-728x90-fx-slide-down-close a:nth-child(2) {
    font-size: 0.5em; }

/* surprise-tilt */
.it-client-728x90-fx-surprise-tilt-init {
  position: fixed; }

.it-client-728x90-fx-surprise-tilt-init iframe {
  box-shadow: 0px 0px 10px 0px #000000; }

.it-client-728x90-fx-surprise-tilt-display {
  display: block !important;
  animation: surprise-tilt 1.5s ease-in; }

.it-client-728x90-fx-surprise-tilt-dissolve {
  display: block;
  animation: surprise-tilt-dissolve 0.5s ease-in; }

.it-client-728x90-fx-surprise-tilt-attention {
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-name: attention; }

@keyframes surprise-tilt {
  0% {
    opacity: 0;
    transform: rotate(15deg);
    transform-origin: 50% 50%;
    margin-bottom: 100%; }
  10% {
    transform: rotate(-15deg);
    margin-bottom: 85%; }
  20% {
    transform: rotate(14deg);
    margin-bottom: 70%; }
  30% {
    transform: rotate(-13deg);
    margin-bottom: 55%; }
  40% {
    opacity: 1;
    transform: rotate(11deg);
    margin-bottom: 45%; }
  50% {
    transform: rotate(-9deg);
    margin-bottom: 35%; }
  60% {
    transform: rotate(7deg);
    margin-bottom: 28%; }
  70% {
    transform: rotate(-5deg);
    margin-bottom: 21%; }
  80% {
    transform: rotate(3deg);
    margin-bottom: 14%; }
  90% {
    margin-bottom: 8%;
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg);
    margin-bottom: 0px; } }
@keyframes surprise-tilt-dissolve {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* slide */
.it-client-728x90-fx-slider-close {
  position: absolute;
  right: 0px;
  top: -21px;
  animation: close-btn 0.5s ease-in;
  color: #000;
  text-decoration: none;
  background-color: white; }

.it-client-728x90-fx-slider-close a {
  display: block;
  margin: 0;
  line-height: 21px;
  text-decoration: none; }

.it-client-728x90-fx-slider-close a img {
  height: 12px;
  width: auto; }

.it-client-728x90-fx-slider-close a:first-child {
  padding: 0;
  text-align: center;
  float: right;
  font-size: 12px;
  height: 21px;
  cursor: pointer; }

.it-client-728x90-fx-slider-close a:last-child {
  padding: 0 3px 0 0;
  float: left;
  font-size: 12x; }

.it-client-728x90-fx-slider-dissolve {
  display: block !important;
  animation: slide-down-close 0.5s ease-in; }

.it-client-728x90-fx-slider-init {
  position: fixed; }

.it-client-728x90-fx-slider-display {
  display: block !important;
  animation: surprise-tilt 0.01s ease-in; }

/* draggable slide */
.it-client-728x90-fx-draggable-slider {
  cursor: pointer; }

.it-client-728x90-fx-draggable-slider-close {
  position: absolute;
  right: 0px;
  top: -21px;
  color: #000;
  height: 21px;
  text-decoration: none;
  background-color: white;
  animation: dissolve 0.01s ease-in;
  opacity: 0; }

.it-client-728x90-fx-draggable-slider-close a {
  display: block;
  margin: 0;
  line-height: 21px;
  text-decoration: none; }

.it-client-728x90-fx-draggable-slider-close a img {
  height: 12px;
  width: auto; }

.it-client-728x90-fx-draggable-slider-close a:first-child {
  padding: 0;
  text-align: center;
  float: right;
  font-size: 12px;
  height: 21px;
  width: 21px;
  cursor: pointer;
  background: lightgrey url("top-close-2.png") no-repeat center; }

.it-client-728x90-fx-draggable-slider-close a:last-child {
  padding: 0 3px 0 0;
  float: left;
  font-size: 12px; }

.it-client-728x90-fx-draggable-slider-dissolve {
  display: block !important;
  animation: slide-down-close 0.5s ease-in; }

.it-client-728x90-fx-draggable-slider-init {
  position: fixed; }

.it-client-728x90-fx-draggable-slider-display {
  display: block !important;
  animation: dummy 1s ease-in; }

/* footer */
.it-client-728x90-fx-footer-wrap {
  z-index: 1000; }

.it-client-728x90-fx-footer-init {
  position: fixed; }

.it-client-728x90-fx-footer-display {
  display: block !important;
  width: 728px;
  height: auto;
  max-width: 100%;
  max-height: 90px;
  border: 2px solid #fff;
  box-shadow: 0 0 5px #888; }

.it-client-728x90-fx-footer-wrap {
  position: fixed; }
  .it-client-728x90-fx-footer-wrap #rhw_opened, .it-client-728x90-fx-footer-wrap #rhw_closed {
    position: relative;
    height: 49px;
    border: 1px solid #fff;
    border-bottom: 0;
    box-shadow: 0 0 5px #888;
    border-radius: 10px 10px 0 0;
    min-width: 800px;
    width: 95%;
    margin: auto;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /* IE6-8 */ }
  .it-client-728x90-fx-footer-wrap :root #rhw_opened, .it-client-728x90-fx-footer-wrap :root #rhw_closed {
    /* IE9 Only */
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+"); }
  .it-client-728x90-fx-footer-wrap .rhw_clear {
    clear: both;
    zoom: 1; }
  .it-client-728x90-fx-footer-wrap #rhw_opened {
    top: 40px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    /* IE<8 */
    filter: "alpha(opacity=0)";
    /* IE>8 */ }
  .it-client-728x90-fx-footer-wrap #rhw_closed {
    display: none;
    width: 50px !important;
    min-width: 50px !important;
    right: 2%;
    position: fixed;
    bottom: 0; }
  .it-client-728x90-fx-footer-wrap #rhw_closed a {
    display: block;
    height: 49px;
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20200909081336im_/http://p0.mycdn.co/uicomp/styles/dist/2.0.1/images/footer.png") no-repeat;
    opacity: .80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    filter: "alpha(opacity=80)"; }
  .it-client-728x90-fx-footer-wrap #rhw_closed a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    filter: "alpha(opacity=100)"; }
  .it-client-728x90-fx-footer-wrap #rhw_minimize {
    float: right;
    display: block;
    height: 49px;
    width: 40px;
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20200909081336im_/http://p0.mycdn.co/uicomp/styles/dist/2.0.1/images/footer.png") 0 -50px no-repeat;
    opacity: .80;
    -moz-opacity: 0.80;
    filter: alpha(opacity=80);
    filter: "alpha(opacity=80)"; }
  .it-client-728x90-fx-footer-wrap #rhw_minimize:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    filter: "alpha(opacity=100)"; }
  .it-client-728x90-fx-footer-wrap #rhw_share {
    float: left;
    margin-left: 10px; }
  .it-client-728x90-fx-footer-wrap #rhw_share a.rhw_twitter,
  .it-client-728x90-fx-footer-wrap #rhw_share a.rhw_facebook,
  .it-client-728x90-fx-footer-wrap #rhw_share a.rhw_gplus {
    float: left;
    display: block;
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20200909081336im_/http://p0.mycdn.co/uicomp/styles/dist/2.0.1/images/footer.png") 50% -101px no-repeat;
    box-shadow: 0 -1px 2px #888;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: -14px;
    margin-left: 10px; }
  .it-client-728x90-fx-footer-wrap #rhw_share a.rhw_facebook {
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20200909081336im_/http://p0.mycdn.co/uicomp/styles/dist/2.0.1/images/footer.png") 50% -151px no-repeat; }
  .it-client-728x90-fx-footer-wrap #rhw_share a.rhw_gplus {
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20200909081336im_/http://p0.mycdn.co/uicomp/styles/dist/2.0.1/images/footer.png") 50% -201px no-repeat; }
  .it-client-728x90-fx-footer-wrap #rhw_search {
    float: right;
    margin-right: 12px;
    margin-top: 10px; }
  .it-client-728x90-fx-footer-wrap #rhw_search input {
    background: white;
    border: 1px solid #bbb;
    border-color: #bbb #ddd #ddd #bbb;
    width: 155px;
    font: 12px/100% helvetica, arial, sans-serif;
    padding: 1px 0 0 5px;
    height: 27px; }
  .it-client-728x90-fx-footer-wrap .rhw_dispunit_common {
    background: #fff;
    position: fixed;
    bottom: 5px;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #888; }
  .it-client-728x90-fx-footer-wrap .rhw_dispunit_728x90 {
    width: 728px;
    height: 90px; }
  .it-client-728x90-fx-footer-wrap .rhw_dispunit_468x60 {
    width: 468px;
    height: 60px; }

/* surprise-rubber-band */
@keyframes surprise-rubber-band {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.it-client-728x90-fx-surprise-rubber-band-init {
  position: fixed; }

.it-client-728x90-fx-surprise-rubber-band-display {
  opacity: 1;
  display: block !important;
  animation: surprise-rubber-band 1s ease-in; }

.it-client-728x90-fx-surprise-rubber-band-close {
  text-align: center;
  background: #5A5A5A;
  float: right;
  cursor: pointer; }

.it-client-728x90-fx-surprise-rubber-band-close a {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.it-client-728x90-fx-surprise-rubber-band-dissolve {
  display: block !important;
  animation: bounce-out 1s ease-in; }

@keyframes mobile-inter-dissolve {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.it-client-728x90-fx-mobile-inter-init {
  position: fixed;
  left: 0px;
  top: 0px;
  max-width: none;
  max-height: none; }

.it-client-728x90-fx-mobile-inter-display {
  opacity: 1;
  display: block !important;
  animation: surprise-rubber-band 0.01s ease-in; }

.it-client-728x90-fx-mobile-inter-close {
  text-align: center;
  background-color: transparent;
  background-image: url("urn:scrapbook:download:error:https://web.archive.org/web/20200909081336im_/http://p0.mycdn.co/uicomp/styles/dist/2.0.1/images/X.png");
  background-position: center center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  font-size: 21px;
  line-height: 25px; }

.it-client-728x90-fx-mobile-inter-close a {
  display: block;
  width: 100%;
  height: 100%; }

.it-client-728x90-fx-mobile-inter-close a span {
  pointer-events: none; }

.it-client-728x90-fx-mobile-inter-dissolve {
  display: block !important;
  animation: bounce-out 0.01s ease-in; }

/*# sourceMappingURL=it-styles.css.map */

/*
     FILE ARCHIVED ON 08:13:36 Sep 09, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:22:51 Mar 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.595
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.01
  esindex: 0.012
  cdx.remote: 42.762
  LoadShardBlock: 308.269 (3)
  PetaboxLoader3.datanode: 104.655 (4)
  PetaboxLoader3.resolve: 476.385 (3)
  load_resource: 391.405
*/