body {
    font-family: 'Oswald', Arial, sans-serif;
    margin: 0px;
    overflow: hidden;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   display: none;
    background-color: #fff;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3aqs2u');
  src:  url('fonts/icomoon.eot?3aqs2u#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?3aqs2u') format('truetype'),
        url('fonts/icomoon.woff?3aqs2u') format('woff'),
        url('fonts/icomoon.svg?3aqs2u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: white;

  -webkit-font-smoothing: antialiased;
  /*-moz-osx-font-smoothing: grayscale;*/
  /*background-blend-mode: color;*/

   text-shadow: 2px 2px 5px rgba(0,0,0,0.43);
}
.icon-one-finger-swipe-horizontally:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.centered{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
} 


*{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);} /* Removes Mobile Highlight */

#cont{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* background-image: -ms-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #E0E0E0 50%, #B0B0B0 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #E0E0E0 50%, #B0B0B0 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #E0E0E0 50%, #B0B0B0 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #FFFFFF), color-stop(50, #E0E0E0), color-stop(100, #B0B0B0));
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #FFFFFF 0%, #E0E0E0 50%, #B0B0B0 100%);
    background-image: radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #E0E0E0 50%, #B0B0B0 100%); */
}

#swiper{
    width: 420px;
    height: 480px;
    position: absolute;
    z-index: 100;
    /*border: 1px solid red;*/
}
#myIframe{
    width: 420px;
    height: 470px;
    border:0;
    padding: 0;
    position: absolute !important;
    overflow: hidden !important;
    background-color: #fff;
    -webkit-box-shadow: 7px 10px 16px -2px rgba(0,0,0,0.13);
    -moz-box-shadow: 7px 10px 16px -2px rgba(0,0,0,0.13);
    box-shadow: 7px 10px 16px -2px rgba(0,0,0,0.13);
}
.butt{
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 30px;
}
#handHolder{
  opacity: 0;
   -webkit-perspective: 1000;
}
#hand{
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
#circ{
    position: absolute;
    cursor: pointer;
    left: 4px;
    top:-8px;
    width: 12px;
    height: 15px;
    border-top:4px solid #fff;
    border-left:4px solid #fff;
    border-right:4px solid #fff;
    border-radius:40px;
    -moz-border-radius:40px;
    -webkit-border-radius:40px;
}
#tit{
    position: fixed;
    font-weight: bold;
    font-size: 150px;
    line-height: 145px;
    top: 100px;

    color: rgba(0,0,0,.02);
    /* opacity: .05; */
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;s
    -ms-user-select: none;
    user-select: none;
    pointer-events:none;
}
#sub{
    position: absolute;
    color: #bbb;
    font-size: 14px;
}
