@charset "utf-8";
html, body {
  height: 100%;
}
.landing {
    font-family: Muli, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover, a:focus {
  text-decoration: none;
}
.text-center .img-responsive {
  margin-left: auto;
  margin-right: auto;
}

.distancer  {
    height: 13px;
}

.path {
  text-align: center;
  padding: 25px 0;
}
.path-paddedup {
  padding-top: 45px;
}
.feat-picto {
  width: 138px;
  height: 138px;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.feat-picto.picto1 {
  background: url(../images/picto-instant-download.png);
}
.feat-picto.picto2 {
  background: url(../images/picto-cloud-mirrors.png);
}
.feat-picto.picto3 {
  background: url(../images/picto-remote-forwards.png);
}
.feat-picto.picto4 {
  background: url(../images/picto-api.png);
}

.img-logos-container {
  max-width: 740px;
  margin: 0 auto;
}
.img-logos {
  background: url(../images/sites-logos.png) no-repeat top left;
  background-size: 100% auto;
  height: 0;
  position: relative;
  padding-top: 20.27%;
  margin: 0 auto;
}

.list-features {
  margin: 35px 0;
}
.list-features li {
  color: #383F46;
  font-size: 20px;
  margin: 12px 0;
}
.list-features .check {
  margin-right: 20px;
}


.list-featblocks,
.article .body .list-featblocks {
    margin: 25px 0;
    text-align: center;
}

.list-featblocks .circle {
    display: inline-block;
    width: 74px;
    height: 74px;
    line-height: 76px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .08);
    font-size: 36px;
    color: rgba(0, 154, 255, .45);
    margin-bottom: 12px;
    transition: .2s ease-out;
}
.list-featblocks > li > a {
    display: block;
}
.list-featblocks > li > a:hover .circle {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    color: rgba(0, 154, 255, .85);
}
.list-featblocks > li a:hover p {
    color: rgba(0, 154, 255, .85) !important;
}

.list-featblocks > li,
.article .body .list-featblocks > li {
    display: inline-block;
    margin-right: -4px;
    width: 33.333%;
    vertical-align: top;
    padding: 12px 8px;
    text-align: center;
    font-size: 14px;
}
.list-featblocks > li p,
.article .body .list-featblocks > li p {
    color: #222;
    line-height: 1.3em;
    font-weight: 700;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    transition: .2s ease-out;
}


.masthead {
  text-align: left;
  padding-top: 0;
  padding-bottom: 150px;
  overflow: hidden;
}
.masthead-white {
  background-image: none;
  background-color: transparent;
  color: #fff;
}
.masthead h1 {
  font-size: 45px;
  line-height: 1.1em;
  letter-spacing: -1px;
  margin-bottom: 35px;
}
.masthead-small {
  padding-bottom: 0;
}
#explore {
  padding-top: 40px;
}
.section-title {
  margin-top: 0px;
  margin-bottom: 30px;
}
.section-title h4 {
  line-height: 1.45em;
}
.img-hero {
  margin-bottom: 25px;
}
.section-title .withline {
  font-weight: 300;
}
.section-title .withline:after {
  margin-left: auto;
  margin-right: auto;
}
.section-title.padded {
  padding-bottom: 25px;
}

.tutorials {
  border: 1px solid rgba(148, 163, 168, .3);
  border-radius: 4px;
  padding: 25px 35px;
  margin-bottom: 35px;
}
.tutorials-head {
  padding-bottom: 12px;
}
.tutorials h4 {
  color: #222;
  margin: 0;
  margin-bottom: 8px;
}
.list-tutorials {
  display: flex;
  flex-direction: column;
}
.list-tutorials a {
  display: block;
  background-color: rgba(148, 163, 168, .12);
  font-weight: 700;
  padding: 12px 16px;
  padding-right: 45px;
  border-radius: 3px;
  margin-top: 3px;
  position: relative;
}
.list-tutorials a::after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .25;
  font-size: .7em;
  transition: .25s ease-out;
}
.list-tutorials a:hover {
  background-color: #94a3a8;
  color: #fff;
}
.list-tutorials a:hover p {
  color:#fff;
}
.list-tutorials a:hover::after  {
  right: 10px;
  opacity: 1;
  transition-delay: 0s;
}
.list-tutorials p {
  margin: 0;
  line-height: 1.2em;
  transition: .2s all;
}
.tutorial-picto {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 154, 255, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  float: right;
  margin-left: 12px;
  margin-bottom: 12px;
  color: #009AFF;
}


.features {
  margin: 0;
}
.breath {
  margin: 50px auto;
  margin-bottom: 0;
}
.breath.clientlogo {
  padding-bottom: 12px;
}
.breath.torrents-block {
  padding-bottom: 0px;
}
.torrents-block {
  margin: 0;
}
.torrents-header {
  margin: 0;
}
.html2pdf-header {
  margin: 20px 0;
}
.breath {
  padding-bottom: 50px;
}

.logo {
  text-align: left;
  padding: 20px 0;
}
.logo a {
  display: inline-block;
  width: 340px;
  height: 75px;
  background: url(../images/logo.png) no-repeat top left;
  background-size: 100% auto;
}
.smallerlogo .logo a {
  width: 160px;
  height: 38px;
}

.page-headline {
  padding-bottom: 50px;
}
.masthead .page-headline h1 {
  margin: 0;
  font-fize: 3em;
}
.masthead .page-headline .intro {
  margin-top: 10px;
  font-size: 1.5em;
}

.hero {
  text-align: center;
  margin-top: -80px;
}
.hero .img-responsive {
  margin: 0 auto;
  max-width: 480px;
  height: auto;
}
.btn {
  border-radius: 5px;
}
.form-box {
  position: relative;
}
.form-join {
  position: relative;
}
.form-join .input-email {
  background: url(../images/icon-email.png) no-repeat 10px 12px;
  background-color: #fff;
  padding-left: 60px;
  height: 65px;
  /*line-height: 65px;*/
  box-shadow: 0 0 0 4px rgba(0,0,0,.12);
  background-size: 40px 40px;
}
.form-join .btn-join {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 700;
  padding: 19px 16px;
  height: auto;
  -webkit-box-shadow: 0 2px 0 rgba(2, 154, 67, 1);
  box-shadow: 0 2px 0 rgba(2, 154, 67, 1);
  text-align: center;
}
.btn-text {
  color: #fff;
  opacity: .8;
  padding-top: 7px;
  display: inline-block;
  padding-left: 13px;
}
.btn-text:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.btn-withicon [class^="icon-"] {
    margin-right: 8px;
}
.form-login {
  display: none;
  overflow: hidden;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
}
.form-login .form-control {
  float: left;
  width: 42%;
  margin-right: 2%;
  border: none;
  border-radius: 0;
  height: 65px;
}
.form-login .form-control:focus {
  box-shadow: none;
}
.form-login .btn-submitlogin {
  width: 40px;
  height: 40px;
  padding: 0;
  padding-left: 3px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  box-shadow: none;
  background-color: #eee;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 13px;
  color: #aaa;
}
.form-login .btn-submitlogin:hover {
  background-color: #2ecc71;
  color: #fff;
}
.form-login .input-pass {
  position: relative;
}
.form-loginbg:before {
  content:"";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #eee;
  position: absolute;
  left: 42%;
  top: 20%;
}
.form-loginbg {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 4px rgba(0,0,0,.12);
}
.btn-register,
.btn-joinus {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  height: auto;
  -webkit-box-shadow: 0 2px 0 rgba(2, 154, 67, 1);
  box-shadow: 0 2px 0 rgba(2, 154, 67, 1);
}
.btnout {
  padding: 5px;
  border-radius: 6px;
  background-color: rgba(0,0,0,.12);
  display: inline-block;
}
.highlight.testimonials {
  padding: 45px 0;
  margin-bottom: 20px;
}
.thumbnail {
  margin-top: 12px;
  margin-bottom: 0;
}
.thumbnail .caption {
  min-height: 130px;
}
.subscribe {
  padding: 0;
}
.scrolled .scrollto {
  bottom: -80px;
}
.scrollto {
  opacity: .8;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scrollto:hover, .scrollto:focus {
  opacity: 1;
  text-decoration: none;
  color: #fff;
  outline: none;
}
.scrollto--arrow {
  padding: 0;
  padding-top: 10px;
}
.scrollto-fit {
  overflow: hidden;
}

.scrollto p {
  letter-spacing: 1px;
  font-size: 13px;
}
.planpricing {
  padding-bottom: 20px;
}
.pricing.color1 {
  background-color: #4AB7FF;
}
.pricing.color2 {
  background-color: #0099FF;
}
.pricing.color3 {
  background-color: #0082D8;
}
.heroimg {
  padding-bottom: 15px;
}
.footercta .breath {
  margin-top: 10px;
}

.list-footlinks {
    text-align: center;
    margin: 30px 0;
}
.list-footlinks li a {
    font-size: 12px;
    font-weight: 700;
    color: #94a3a8;
}
.list-footlinks li {
    padding: 0 5px;
    position: relative;
}
.list-footlinks li:not(:first-child):before {
    content: "\00b7";
    margin-right: 10px;
    color: #999;
}
.list-footlinks li a:hover {
    color: #222;
}

.btn {
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.1);
}
.btn-primary {
  background-color: #009AFF;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #20A6FF !important;
}

.btn-promovideo {
  display: inline-block;
  border: 2px solid #fff;
  padding: 12px 20px;
  padding-left: 65px;
  border-radius: 4px;
  color: #fff;
  line-height: 1.05em;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 15px;
}
.btn-promovideo .iconcircle {
  background-color: rgba(255,255,255,.25);
  width: 42px;
  height: 42px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 14px;
  top: 7px;
  text-align: center;
  line-height: 39px;
  padding-left: 3px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-promovideo .iconcircle img {
  max-width: 14px;
  height: auto;
}
.btn-promovideo:hover {
  background-color: rgba(255,255,255,.25);
  color: #fff;
  text-decoration: none;
  border-color: transparent;
}
.btn-promovideo:hover .iconcircle {
  border-color: #fff;
  background-color: transparent;
}
.btn-promovideo:focus {
  color: #fff;
  text-decoration: none;
}



.modal-video .modal-dialog {
  width: 100%;
  max-width: 900px;  
}
.modal-video .modal-content {
  border-radius: 0;
}
.modal-video .modal-body {
  padding: 0;
}
.modal-video .close {
  margin-right: -40px;
  text-shadow: none;
  color: #fff;
  font-size: 26px;
  opacity: .8;
  display: block;
  padding: 8px 12px;
}
.video-box {
  position: relative;
  padding-top: 56.5%;
}
.video-box iframe {
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-intro .modal-content {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #CED5D7;
}
.modal-intro .close {
  transition: .2s all linear;
  display: inline-block;
  padding: 15px;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.modal-intro .modal-body {
  padding: 35px 0;
}
.modal-intro .body-msg {
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
}
.modal-intro h3 {
  color: #0099FF;
  font-size: 1.9em;
  font-weight: 400;
  margin-top: 0;
  line-height: 1em;
  margin-bottom: 18px;
}
.modal-intro p {
  font-size: 1.05em;
  color: #778C91;
  line-height: 1.6em;
}
.modal-intro .picto {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.modal-intro .btn-primary {
  margin-top: 20px;
  font-weight: 700;
  padding: 9px;
}

.flip {
  -webkit-perspective: 2800;
  -moz-perspective: 2800;
  -ms-perspective: 2800;
  perspective: 2800;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -ms-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.flip.in {
  opacity: 1;
}
.modal.flip .modal-dialog {
  -webkit-transition: transform 600ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -moz-transition: transform 600ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  -o-transition: transform 600ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
  transition: transform 600ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -webkit-transform: rotatey(-90deg);
  -moz-transform: rotatey(-90deg);
  -ms-transform: rotatey(-90deg);
  transform: rotatey(-90deg);

}
.modal.flip.in .modal-dialog {
  -moz-transform: rotatey(0);
  -ms-transform: rotatey(0);
  -webkit-transform: rotatey(0);
  transform: rotatey(0);
}




.box-register {
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: inset 0 0 0 6px rgba(0,0,0,0.03);
  padding: 35px 25px;
  margin: 25px 0;
  text-align: center;
}
.box-register .form-regular .form-control {
  height: 46px;
}
.box-register .form-regular .btn {
  height: 46px;
}
.box-register .form-inline > * {
  display: inline-block;
  vertical-align: top;
}
.box-register .form-inline .form-prefixed {
  width: 70%;
  margin-right: -4px;
}
.box-register .form-inline .form-prefixed .picto {
  top: 14px;
}
.box-register .form-inline .form-prefixed .form-control {
  display: block;
  width: 100%;
}
.box-register .form-inline .btn-primary {
  width: 30%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}




.form-regular {
  margin: 35px 0;
}
.form-narrow {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.form-regular .form-group {
  margin-bottom: 15px;
}
.form-regular .form-control {
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.15);
  height: 42px;
  font-size: 1.2em;
  padding: 6px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-regular .form-control:focus {
  border-color: rgba(0,0,0,.45);
}
.form-regular .form-area {
  min-height: 120px;
  height: auto;
}
.form-regular .form-group > label {
  font-size: .9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 8px;
}
.form-regular .btn {
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
}
.error-block {
  color: #C74223 !important;
  display: none;
  padding-top: 3px;
}
.has-error .error-block {
  display: inline-block;
}
.has-error .form-control {
  border-color: rgba(199, 66, 35, .65);
  background-color: rgba(199, 66, 35, .1);
}
.has-error .form-control:focus {
  background-color: #fff;
  box-shadow: none;
  border-bottom: 1px solid rgba(0,0,0,.65);
}
.form-prefixed {
  position: relative;
}
.form-prefixed > .form-control {
  padding-left: 40px;
}
.form-prefixed .picto {
  position: absolute;
  left: 14px;
  top: 12px;
  font-size: 1.2em;
}

@media screen and (max-width: 1024px) {
  .modal-video .close {
    margin-right: 0px;
    margin-top: -40px;
  }
}



.img-torrent {
  background-size: 30px 30px;
  background-color: #94A3A8;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .6) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.6) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-animation: barberpole 0.5s linear infinite;
  animation: barberpole 0.5s linear infinite;
  display: inline-block;
  margin-left: 44px;
}

@keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}
@-webkit-keyframes barberpole {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 30px;
  }
}

/* Animation styles */

.btn-play {
  z-index: 20;
  font-size: 14px;
  position: relative;
  font-weight: 700;
  color: #94A3A8;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  padding: 12px 18px;
  opacity: 0;
  margin-top: -100px;
}
.btn-play .icon-reply {
  margin-right: 12px;
  position: relative;
  top: 1px;
}

.compatible {
  position: absolute;
  width: 100%;
  text-align: center;
  font-weight: 700;
  top: -70px;
  font-size: 18px;
  margin: 0;
}
.compatible [class^='icon-'] {
  font-size: 32px;
  margin: 0 15px;;
  vertical-align: middle;
}
.compatible span, .compatible i {
  opacity: 0;
}


.showcase-mobile {
  padding-top: 67.21804511278195%;
  position: relative;
  background-size: 100% auto;
  display: none;
}

.btn-playanimation {
  display: block;
  position: absolute;
  left: 0;
  top:0;
  right:0;
  bottom: 0;
  z-index: 10;
}

.btn-playanimation span {
  display: inline-block;
  background-color: rgba(0, 154, 255, .8);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: 700;
  transition: .2s ease-out;
}
.btn-playanimation img {
  position: static !important;
  width: 20px;
  height: auto;
  margin-right: 12px;
}
.btn-playanimation:hover span {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: rgba(0, 154, 255, .95);
}

.showcase {
  width: 640px;
  height: 450px;
  margin: 140px auto;
  margin-bottom: 80px;
  position: relative;
}
.showcase p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}
.showcase img {
  position: absolute;
}
.devices {
  right: -55px;
  bottom: 0;
  opacity: 0;
  z-index: 20;
}
.final {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 35;
  bottom: -95px;
}
.final h2 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 15px;
  opacity: 0;
}
.showcase .btnout {
  padding: 3px;
  opacity: 0;
}



.type {
  top: -70px;
  margin-left: -50px;
  transform: scale(.74);
  width: 100px;
  opacity: .5;
}
.type1-in, .type1-in-small {
  left: 20%;
}
.type2-in, .type2-in-small {
  left: 50%;
}
.type3-in, .type3-in-small {
  left: 80%;
}
.type1-in,
.type2-in,
.type3-in {
  z-index: 5;
}
.type1-in-small,
.type2-in-small,
.type3-in-small {
  top: -70px;
  margin-left: -50px;
  z-index: 2;
  opacity: 0;
}

.types {
  position: absolute;
  top: -110px;
  width: 100%;
}
.types p {
  width: 180px;
  margin-left: -90px;
  text-align: center;
  position: absolute;
  opacity: 0;
}
.types p.label1 {
  left: 20%;
}
.types p.label2 {
  left: 50%;
}
.types p.label3 {
  left: 80%;
}


.modes {
  position: absolute;
  width: 100%;
  top: -75px;
  text-align: center;
}
.modes p {
  color: #0099FF;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  border: 1px solid #E9ECED;
  width: 320px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  padding: 8px;
  border-radius: 60px;
  top: -20px;
  opacity: 0;
}

.modeselector {
  left: 18px;
  top: 90px;
  opacity: 0;
}

.tile {
  position: absolute;
  opacity: 0;
}
.type1-timeline {
  left: 150px;
  bottom: 345px;
  opacity: 1;
}
.type2-timeline {
  left: 372px;
  bottom: 280px;
  opacity: 1;
}
.type3-timeline {
  left: 150px;
  bottom: 230px;
  opacity: 1;
}
.btn-download,
.btn-download-download,
.btn-download-export,
.btn-download-backup,
.btn-download-download-grey,
.btn-download-export-grey,
.btn-download-backup-grey
{
  z-index: 5;
  left: 95px;
  top: 55px;
  position: absolute;
  opacity: 0;
}
.type1-timeline .btn-download,
.type1-timeline .btn-download-download,
.type1-timeline .btn-download-download-grey,
.type1-timeline .btn-download-backup,
.type1-timeline .btn-download-backup-grey,
.type1-timeline .btn-download-export,
.type1-timeline .btn-download-export-grey,
.type3-timeline .btn-download-download,
.type3-timeline .btn-download-download-grey,
.type3-timeline .btn-download-backup,
.type3-timeline .btn-download-backup-grey,
.type3-timeline .btn-download-export,
.type3-timeline .btn-download-export-grey,
.type3-timeline .btn-download {
  left: 58px;
}

.sbar {
  left: 149px;
  top: 62px;
  opacity: 0;
}

.typecircle {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  position: absolute;
  opacity: 0;
  left: 165px;
  z-index: 20;
}
.typecircle.color1 {
  top: 120px;
}
.typecircle.color2 {
  top: 185px;
  left: 425px;
}
.typecircle.color3 {
  top: 234px;
}




.outmodes {
  position: absolute;
  bottom: 130px;
  width: 100%;
  z-index: 25;
}
.outmodes > div {
  position: absolute;
  left: 75%;
  margin-left: -85px;
  opacity: 0;
  transform: scale(.75);
  width: 170px;
  z-index: 15;
}
.outmodes > div img {
  position: static;
}
.outmodes p {
  color: #009AFF;
  background-color: #fff;
  text-align: center;
  opacity: 0;
  font-size: 17px;
  margin-top: 8px;
  width: 200px;
  margin-left: -15px;
}




.label1 {
  color: #E9B87D;
}
.label2 {
  color: #71E1B0;
}
.label3 {
  color: #DD425C;
}
.color1 {
  background-color: #E9B87D;
}
.color2 {
  background-color: #71E1B0;
}
.color3 {
  background-color: #DD425C;
}

.outtypes {
  position: absolute;
  bottom: 70px;
  width: 100%;
  z-index: 20;
}
.type-out {
  width: 100px;
  position: absolute;
  margin-left: -50px;
  transform: scale(.75);
  opacity: .5;
}
.type-out img {
  position: static;
}
.type-out p {
  text-align: center;
  padding-top: 6px;
  opacity: 0;
}

.type1-out {
  left: 20%;
}
.type2-out {
  left: 50%;
}
.type3-out {
  left: 80%;
}

.outbox {
  width: 200px;
  margin-left: -100px;
  position: absolute;
  bottom: -100px;
  opacity: 0;
  text-align: center;
}
.outbox p {
  font-size: 16px;
}
.out1box {
  left: 20%;
}
.out2box {
  left: 50%;
}
.out3box {
  left: 80%;
}


/* Menu */

body.showmenu {
  overflow: hidden;
}
.showmenu .menu {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0px, 0%);
  -moz-transform: scale(1) translate(0px, 0%);
  -o-transform: scale(1) translate(0px, 0%);
  -ms-transform: scale(1) translate(0px, 0%);
  transform: scale(1) translate(0px, 0%);
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #0099FF;
  background-image: url(../images/menu-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  -webkit-transition: all 200ms linear; 
  -moz-transition: all 200ms linear; 
  -o-transition: all 200ms linear; 
  transition: all 200ms linear;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.4) translate(0px, -10%);
  -moz-transform: scale(1.4) translate(0px, -10%);
  -o-transform: scale(1.4) translate(0px, -10%);
  -ms-transform: scale(1.4) translate(0px, -10%);
  transform: scale(1.4) translate(0px, -10%);

}
.btn-closemenu {
  color: #fff;
  font-size: 42px;
  display: inline-block;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: .85em;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  box-shadow: none;
}
.btn-closemenu:hover {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-head {
  font-weight: 700;
  letter-spacing: 4px;
  margin: 6px 0;
  margin-bottom: 25px;
}
.menu .inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.btn-menulogin [class^="icon-"] {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.list-menu p {
  margin: 0;
}
.list-menu {
  margin: 0;
}
.list-menu > li {
  border-top: 1px solid rgba(255,255,255,.25);
}
.list-menu > li > a {
  display: block;
  color: #fff;
  padding: 19px 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.list-menu.list-login {
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.list-menu > li > a:hover {
  background-color: rgba(22,90,165,.16);
  text-decoration: none;
}
.list-menu > li > a:focus {
  text-decoration: none;
}
.list-menu > li.sub {
  border-top: none;
}
.list-menu > li.sub > a {
  font-weight: 700;
  font-size: 1.2em;
  padding: 11px 5px;
}
.list-menu .title {
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 3px;
}
.list-menu .desc {
  opacity: .65;
}

.header {
  position: relative;
  padding-top: 40px;
}
.header--landing {
    font-family: Muli, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
}


.masthead-white .header {
  position: relative;
  padding-top: 50px;
}
.masthead--landing h1 {
    color: #444;
    text-shadow: none;
    margin: 0;
    margin-bottom: 8px;
    font-size: 40px;
}
.masthead--landing p {
    color: #444;
}
.masthead--landing .landing-logo img {
    width: 80px;
    height: auto;
}
.header .inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.header .logo {
  padding: 0;
}
.masthead-white .header .btn-openmenu {
  top: 10px;
}


.btn-openmenu {
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 10;
}
.mobile-menu {
  width: 40px;
  height: 50px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobile-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-menu p {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
}

.masthead-white .mobile-menu p {
  color: #009AFF;
}
.masthead-white .mobile-menu span {
  background-color: #009AFF;
}
.masthead-white .logo a {
  background: url(../images/logo-blue-lg.png) no-repeat top left;
  background-size: 100% auto;
  height: 70px;
  width: 280px;
  position: relative;
}

.mobile-menu span:nth-child(1) {
  top: 0px;
}
.mobile-menu span:nth-child(2) {
  top: 10px;
}
.mobile-menu span:nth-child(3) {
  top: 20px;
}

.mobile-menu:hover span:nth-child(2) {
  width: 65%;
}
.mobile-menu:hover span:nth-child(3) {
  width: 80%;
}


.showpersistent .persistant-menu {
  top: 0;
}
.persistant-menu {
  position: fixed;
  height: 55px;
  left: 0;
  top: -55px;
  width: 100%;
  z-index: 50;
  background-color: rgba(255,255,255,.85);
  padding: 10px 20px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.persistant-menu .logo {
  padding: 0;
  margin-top: -3px;
}
.persistant-menu .logo img {
  max-width: 40px;
  height: auto;
}
.persistant-menu .btn-openmenu {
  right: 20px;
  top: 8px;
  display: none;
}
.persistant-menu .mobile-menu span {
  background-color: #009AFF;
}
.persistant-menu .mobile-menu p {
  color: #009AFF;
}
.persistant-menu .mobile-menu span:nth-child(2) {
  top: 9px;
}
.persistant-menu .mobile-menu span:nth-child(3) {
  top: 18px;
}
.persistant-menu .list-inline {
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.persistant-menu .list-inline a {
  font-weight: 700;
  color: #009AFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 10px 4px;
  letter-spacing: 1px;
}
.persistant-menu .list-inline a:hover {
  color: #222;
  text-decoration: none;
}
.persistant-menu .icon-arrow {
  margin-left: 5px;
  font-size: .8em;
}

.article {
  padding: 45px 0;
}
.article .inner {
  max-width: 700px;
  margin: 0 auto;
}
.article h1 {
  font-size: 40px;
  margin: 0;
  margin-bottom: 12px;
  line-height: 1.1em;
  color: #384047;
  font-weight: 700;
}
.article h2 {
  font-size: 32px;
  margin: 0;
  margin-top: 35px;
  margin-bottom: 12px;
  line-height: 1.2em;
  color: #384047;
  font-weight: 700;
}
.article h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  line-height: 1.2em;
}
.article .intro {
  font-size: 1.35em;
  color: #009AFF;
  font-weight: 300;
  margin-bottom: 25px;
}
.article .body p {
  line-height: 1.6em;
  color: #536266;
}
.article .body ul {
  color: #536266;
  margin: 15px 0;
}
.article .body ul li {
  line-height: 1.6em;
  margin: 4px 0;
}
.article .body .table {
  border-top: 1px solid rgba(0,0,0,.1);
}
.article .body .table>thead>tr>th {
  border-bottom: none;
  color: #009AFF;
  font-size: 12px;
  text-transform: uppercase;
}
.article .body .table>tbody>tr>td {
  border-top: 1px solid rgba(0,0,0,.1);
}
.article .body .table-sites>tbody>tr>td {
  padding: 12px 8px;
}


.article .body--landing .intro {
    text-align: center;
    font-size: 20px;
}
.article .body--landing p {
    font-size: 16px;
}
.article .body .text-desc {
    line-height: 1.4em;
    font-size: 1em;
}


.ordelimit {
    font-size: 11px !important;
    margin: 14px 0 !important;
    position: relative;
}
.ordelimit:before,
.ordelimit:after {
    content: "";
    display: inline-block;
    margin: 4px 8px;
    width: 18px;
    height: 1px;
    background-color: rgba(0,0,0,.1);
}

.landing-cta {
    margin-top: 35px;
    padding: 35px 20px;
    background-color: rgba(83, 98, 102, .05);
    border-radius: 8px;
    margin-bottom: 18px;
}
.landing-cta .form label {
    margin-bottom: 8px;
    line-height: 1.25em;
}
.landing-cta .btn:not(.btn-large) {
    padding: 10px 15px;
}
.landing-cta .btn-text {
    color: #009AFF;
    display: inline-block;
    padding: 8px 10px;
    font-weight: 700;
}
.landing-cta .btn-text:hover {
    color: #333;
}
.landing-cta .btn-soclogin {
    color: #fff;
    padding: 10px 15px;
    font-weight: 700;
    margin-bottom: 4px;
}
.landing-cta .btn-soclogin [class^='socicon-'] {
    margin-right: 12px;
    position: relative;
    top: 2px;
}
.landing-cta .btn-facebook {
    background-color: #3B5995;
}
.landing-cta .btn-facebook:hover,
.landing-cta .btn-facebook:focus {
    background-color: #4B6FB8 !important;
}
.landing-cta .btn-twitter {
    background-color: #1CA0F2;
}
.landing-cta .btn-twitter:hover,
.landing-cta .btn-twitter:focus {
    background-color: #3EB0F4 !important;
}

.landing-cta .btn-instagram {
    background-color: #111;
}
.landing-cta .btn-instagram:hover,
.landing-cta .btn-instagram:focus {
    background-color: #222 !important;
}

.landing-download,
.landing-login,
.landing-finaldownload {
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}
.landing-download .form-group {
    margin-bottom: 8px;
}
.landing-download .form-group label {
    font-size: 18px;
}
.landing-download .form-control {
    border: 1px solid rgba(0,0,0,.2);
    font-size: 17px;
    text-align: center;
    height: 42px;
}
.landing-download .form-control:focus {
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.35);
}
.landing-download .btn {
    transition: .2s all;
    margin: 0;
    font-weight: 700;
}

.landing-finaldownload {
    display: none;
}
.article .body--landing .landing-finaldownload p {
    line-height: 1.2em;
    margin-bottom: 15px;
}
.landing-finaldownload .btn-primary {
    margin: 0;
    font-weight: 700;
    transition: .2s all;
    background-color: #59B200;
}
.landing-finaldownload .btn-primary:hover {
    background-color: #62C400 !important;
}

.landing-login {
    display: none;
}

.icon-offcloud {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-offcloud.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 8px;
}





figcaption {
  padding-top: 8px;
}
.partnerblock {
  padding: 35px 0;
}

.partnerblock h5 {
  font-weight: 300;
  color: #009AFF;
  margin-top: 12px;
}
.article .partnerblock .intro {
  margin-bottom: 10px;
}
.withline {
  position: relative;
}
.withline:after {
  content: "";
  display: table;
  margin-top: 16px;
  width: 30px;
  height: 1px;
  background-color: #009AFF;
}
.partnerblock .withline:after {
  margin-left: auto;
  margin-right: auto;
}
.partnerblock .inner {
  padding-bottom: 12px;
  display: table;
  width: 100%;
}
.partnerblock .inner > .bodycontent {
  text-align: center;
}

.partnerblock .illustration {
  text-align: center;
}
.partnerblock .illustration img {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.partnerblock p:not(.intro) {
  font-size: 15px;
}
.partnerblock .btn-moreinfo {
  margin-top: 8px;
}
.partnerblock.mid {
  padding: 0;
}
.partnerblock.mid .inner > * {
  vertical-align: middle;
  text-align: center;
}
.partnerblock.mid .section-title {
  margin-bottom: 30px;
}


.btn-moreinfo {
  font-size: 13px !important;
  font-weight: 700;
  color: #009AFF !important;
}
.btn-moreinfo .icon-arrow {
  margin-left: 8px;
  margin-right: 5px;
  font-size: .8em;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.btn-moreinfo:hover .icon-arrow,
.partnerblock:hover .btn-moreinfo .icon-arrow {
  margin-left: 13px;
  margin-right: 0;
}
.partnerblock:not(.mid):hover .illustration img {
  transform: scale(1.03);
}



.tbl-right {
  text-align: right !important;
}

#modal-register .modal-content {
  border-radius: 2px;
}
#modal-register .form-register {
  text-align: center;
}
.form-register {
  max-width: 400px;
  margin: 0 auto;
}
.register-title {
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 3px;
  color: #0099FF;
}

.table .badge {
  font-size: 13px;
  color: #94a3a8;
  background-color: transparent !important;
  border: 1px solid rgba(0,0,0,.1);
  position: relative;
  padding: 5px 8px;
  border-radius: 12px;
}
.table .badge:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #94a3a8;
  display: inline-block;
  border-radius: 100%;
  margin-right: 6px;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
}
.table .badge.success:before {
  background-color: #C9D163;
}
.table .badge.warning:before {
  background-color: #FFBE7D;
}
.table .badge.critical:before {
  background-color: #F8978F;
}


.badge.success {
  background-color: #C9D163;
}
.badge.warning {
  background-color: #FFBE7D;
}
.badge.critical {
  background-color: #F8978F;
}


.list-grid > li,
.article .body .list-grid > li {
  display: inline-block;
  width: 33.3333333333%;
  vertical-align: top;
  margin: 0;
  margin-right: -4px;
  margin-bottom: -1px;
  border: 1px solid #eee;
  position: relative;
  padding: 0;
}
.list-grid > li.down {
  background-color: rgba(0,0,0,.04);
}
.list-grid > li p,
.article .body .list-grid > li p {
  margin: 0;
  line-height: 1.3em;
}
.list-grid > li .title,
.article .body .list-grid > li .title {
  display: block;
  padding: 20px 18px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
}
.list-grid > li .body,
.article .body .list-grid > li .body {
  padding: 20px 18px;
}
.list-grid > li .quota,
.article .body .list-grid > li .quota {
  font-size: 12px;
  opacity: .7;
}
.list-grid > li .quota span,
.article .body .list-grid > li .quota span {
  font-weight: 700;
}

.list-grid .statusdot {
  position: absolute;
  right: 12px;
  bottom: 20px;
}

.statusdot {
  width: 16px;
  height: 16px;
  background-color: #94a3a8;
  display: inline-block;
  border-radius: 100%;
  margin-right: 6px;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  cursor: pointer;
}
.statusdot:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  border: 1px solid rgba(0,0,0,0);
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.statusdot:hover:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  border-color: rgba(0,0,0,.15);
}
.statusdot.success {
  background-color: #C9D163;
}
.statusdot.warning {
  background-color: #FFBE7D;
}
.statusdot.critical {
  background-color: #F8978F;
}




.img-inline {
  margin: 25px 0;
}
.img-inline img {
  width: 100%;
  height: auto;
}
.videobox {
  position: relative;
  margin: 25px 0;
  padding-top: 56.25%;
}
.videobox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.list-grid > li {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  padding-bottom: 25px;
}
.list-grid.three > li {
  width: 32.333333%;
}
.list-grid.three > li .inner {
  padding-right: 25px;
}
.list-grid .imgbox {
  padding-top: 50%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 12px;
}
.list-grid > li h3 {
  margin-top: 0;
}

.list-soc {
  text-align: center;
  margin-bottom: 25px;
  overflow: hidden;
}
.list-soc > li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 100%;
  color: #94a3a8;
}
.list-soc > li a:hover {
  background-color: #94a3a8;
  color: #fff;
}
.list-soc > li a [class^="socicon-"] {
  line-height: 36px;
}

.foot-links {
  max-width: 700px;
  margin: 50px auto;
}
.foot-links h4 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 12px;
  color: #009AFF;
}

.list-links > li a {
  color: #94a3a8;
  display: block;
  padding: 5px 0;
  position: relative;
  overflow: hidden;
  line-height: 1.2em;
  padding-right: 20px;
}
.list-links > li a:hover {
  color: #009AFF;
}
.list-links > li a:hover:after {
  right: 5px;
  opacity: 1;
}
.list-links > li a:after {
  font-family: "icomoon";
  content: "\e900";
  position: absolute;
  right: 13px;
  top: 5px;
  font-size: .5em;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
  transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  opacity: 0;
}
.list-links.smaller > li a {
  font-size: .9em;
}

@font-face {
  font-family: 'icomoon';
  src:url('../webfonts/icomoon.eot?qblzfb');
  src:url('../webfonts/icomoon.eot?#iefixqblzfb') format('embedded-opentype'),
    url('../webfonts/icomoon.woff?qblzfb') format('woff'),
    url('../webfonts/icomoon.ttf?qblzfb') format('truetype'),
    url('../webfonts/icomoon.svg?qblzfb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tutorial:before {
  content: "\e91a";
} 
.icon-ifttt:before {
  content: "\e903";
}
.icon-sites:before {
  content: "\e904";
}
.icon-amazoncloud:before {
  content: "\e905";
}
.icon-anonymous:before {
  content: "\e906";
}
.icon-api:before {
  content: "\e907";
}
.icon-articles:before {
  content: "\e908";
}
.icon-bittorrent:before {
  content: "\e909";
}
.icon-cloud:before {
  content: "\e90a";
}
.icon-dropbox:before {
  content: "\e90b";
}
.icon-gdrive:before {
  content: "\e90c";
}
.icon-mega:before {
  content: "\e90d";
}
.icon-mp3:before {
  content: "\e90e";
}
.icon-nas:before {
  content: "\e90f";
}
.icon-onedrive:before {
  content: "\e910";
}
.icon-pdf:before {
  content: "\e911";
}
.icon-rapidgator:before {
  content: "\e912";
}
.icon-rss:before {
  content: "\e913";
}
.icon-speeddn:before {
  content: "\e914";
}
.icon-unlock:before {
  content: "\e915";
}
.icon-uploaded:before {
  content: "\e916";
}
.icon-usenet:before {
  content: "\e917";
}
.icon-youtube:before {
  content: "\e918";
}
.icon-tytube:before {
  content: "\e918";
}
.icon-zappier:before {
  content: "\e919";
} 
.icon-email:before {
  content: "\e902";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-user:before {
  content: "\e901";
} 
.icon-android:before {
  content: "\e600";
}

.icon-dots:before {
  content: "\e601";
}

.icon-ios:before {
  content: "\e602";
}

.icon-linux:before {
  content: "\e603";
}

.icon-mac:before {
  content: "\e604";
}

.icon-reply:before {
  content: "\e605";
}

.icon-windows:before {
  content: "\e606";
}


@font-face {
  font-family: "socicon";
  src:url("../webfonts/socicon.eot");
  src:url("../webfonts/socicon.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/socicon.woff") format("woff"),
    url("../webfonts/socicon.ttf") format("truetype"),
    url("../webfonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-modelmayhem:before {
  content: "\e000";
}
.socicon-mixcloud:before {
  content: "\e001";
}
.socicon-drupal:before {
  content: "\e002";
}
.socicon-swarm:before {
  content: "\e003";
}
.socicon-istock:before {
  content: "\e004";
}
.socicon-yammer:before {
  content: "\e005";
}
.socicon-ello:before {
  content: "\e006";
}
.socicon-stackoverflow:before {
  content: "\e007";
}
.socicon-persona:before {
  content: "\e008";
}
.socicon-triplej:before {
  content: "\e009";
}
.socicon-houzz:before {
  content: "\e00a";
}
.socicon-rss:before {
  content: "\e00b";
}
.socicon-paypal:before {
  content: "\e00c";
}
.socicon-odnoklassniki:before {
  content: "\e00d";
}
.socicon-airbnb:before {
  content: "\e00e";
}
.socicon-periscope:before {
  content: "\e00f";
}
.socicon-outlook:before {
  content: "\e010";
}
.socicon-coderwall:before {
  content: "\e011";
}
.socicon-tripadvisor:before {
  content: "\e012";
}
.socicon-appnet:before {
  content: "\e013";
}
.socicon-goodreads:before {
  content: "\e014";
}
.socicon-tripit:before {
  content: "\e015";
}
.socicon-lanyrd:before {
  content: "\e016";
}
.socicon-slideshare:before {
  content: "\e017";
}
.socicon-buffer:before {
  content: "\e018";
}
.socicon-disqus:before {
  content: "\e019";
}
.socicon-vkontakte:before {
  content: "\e01a";
}
.socicon-whatsapp:before {
  content: "\e01b";
}
.socicon-patreon:before {
  content: "\e01c";
}
.socicon-storehouse:before {
  content: "\e01d";
}
.socicon-pocket:before {
  content: "\e01e";
}
.socicon-mail:before {
  content: "\e01f";
}
.socicon-blogger:before {
  content: "\e020";
}
.socicon-technorati:before {
  content: "\e021";
}
.socicon-reddit:before {
  content: "\e022";
}
.socicon-dribbble:before {
  content: "\e023";
}
.socicon-stumbleupon:before {
  content: "\e024";
}
.socicon-digg:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-behance:before {
  content: "\e027";
}
.socicon-delicious:before {
  content: "\e028";
}
.socicon-deviantart:before {
  content: "\e029";
}
.socicon-forrst:before {
  content: "\e02a";
}
.socicon-play:before {
  content: "\e02b";
}
.socicon-zerply:before {
  content: "\e02c";
}
.socicon-wikipedia:before {
  content: "\e02d";
}
.socicon-apple:before {
  content: "\e02e";
}
.socicon-flattr:before {
  content: "\e02f";
}
.socicon-github:before {
  content: "\e030";
}
.socicon-renren:before {
  content: "\e031";
}
.socicon-friendfeed:before {
  content: "\e032";
}
.socicon-newsvine:before {
  content: "\e033";
}
.socicon-identica:before {
  content: "\e034";
}
.socicon-bebo:before {
  content: "\e035";
}
.socicon-zynga:before {
  content: "\e036";
}
.socicon-steam:before {
  content: "\e037";
}
.socicon-xbox:before {
  content: "\e038";
}
.socicon-windows:before {
  content: "\e039";
}
.socicon-qq:before {
  content: "\e03a";
}
.socicon-douban:before {
  content: "\e03b";
}
.socicon-meetup:before {
  content: "\e03c";
}
.socicon-playstation:before {
  content: "\e03d";
}
.socicon-android:before {
  content: "\e03e";
}
.socicon-snapchat:before {
  content: "\e03f";
}
.socicon-twitter:before {
  content: "\e040";
}
.socicon-xwitter:before {
  content: "\e040";
}
.socicon-facebook:before {
  content: "\e041";
}
.socicon-xbook:before {
  content: "\e041";
}
.socicon-googleplus:before {
  content: "\e042";
}
.socicon-xplus:before {
  content: "\e042";
}
.socicon-pinterest:before {
  content: "\e043";
}
.socicon-foursquare:before {
  content: "\e044";
}
.socicon-yahoo:before {
  content: "\e045";
}
.socicon-skype:before {
  content: "\e046";
}
.socicon-yelp:before {
  content: "\e047";
}
.socicon-feedburner:before {
  content: "\e048";
}
.socicon-linkedin:before {
  content: "\e049";
}
.socicon-viadeo:before {
  content: "\e04a";
}
.socicon-xing:before {
  content: "\e04b";
}
.socicon-myspace:before {
  content: "\e04c";
}
.socicon-soundcloud:before {
  content: "\e04d";
}
.socicon-spotify:before {
  content: "\e04e";
}
.socicon-grooveshark:before {
  content: "\e04f";
}
.socicon-lastfm:before {
  content: "\e050";
}
.socicon-youtube:before {
  content: "\e051";
}
.socicon-xtube:before {
  content: "\e051";
}
.socicon-vimeo:before {
  content: "\e052";
}
.socicon-dailymotion:before {
  content: "\e053";
}
.socicon-vine:before {
  content: "\e054";
}
.socicon-flickr:before {
  content: "\e055";
}
.socicon-500px:before {
  content: "\e056";
}
.socicon-instagram:before {
  content: "\e057";
}
.socicon-wordpress:before {
  content: "\e058";
}
.socicon-tumblr:before {
  content: "\e059";
}
.socicon-twitch:before {
  content: "\e05a";
}
.socicon-8tracks:before {
  content: "\e05b";
}
.socicon-amazon:before {
  content: "\e05c";
}
.socicon-icq:before {
  content: "\e05d";
}
.socicon-smugmug:before {
  content: "\e05e";
}
.socicon-ravelry:before {
  content: "\e05f";
}
.socicon-weibo:before {
  content: "\e060";
}
.socicon-baidu:before {
  content: "\e061";
}
.socicon-angellist:before {
  content: "\e062";
}
.socicon-ebay:before {
  content: "\e063";
}
.socicon-imdb:before {
  content: "\e064";
}
.socicon-stayfriends:before {
  content: "\e065";
}
.socicon-residentadvisor:before {
  content: "\e066";
}
.socicon-google:before {
  content: "\e067";
}
.socicon-yandex:before {
  content: "\e068";
}
.socicon-sharethis:before {
  content: "\e069";
}
.socicon-bandcamp:before {
  content: "\e06a";
}
.socicon-itunes:before {
  content: "\e06b";
}
.socicon-deezer:before {
  content: "\e06c";
}
.socicon-medium:before {
  content: "\e06d";
}
.socicon-telegram:before {
  content: "\e06e";
}
.socicon-openid:before {
  content: "\e06f";
}
.socicon-amplement:before {
  content: "\e070";
}

@media (min-width: 768px) {
  .menu .inner {
    width: 820px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .modal-intro .modal-sm {
    width: 390px;
  }
  .modal.flip {
    padding: 0!important;
    text-align: center;
  }
  .modal.flip:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }
  .modal.flip .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}


@media (min-width: 992px) {
  .masthead-fit {
    max-height: 800px;
    min-height: 645px;
    position: relative;
    height: 100%;
  }
  .promo-video {
    margin-left: -80px;
    margin-right: -80px;
  }

  .partnerblock {
    padding: 35px 0;
  }
  .partnerblock:nth-child(even) .inner > .bodycontent {
    float: left;
  }
  .partnerblock:nth-child(even) .inner > .illustration {
    float: right;
    text-align: right;
  }
  .partnerblock .inner {
    padding-bottom: 12px;
    display: table;
    width: 100%;
  }
  .partnerblock .withline:after {
    margin-left: 0;
  }
  .partnerblock .inner > * {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    text-align: left;
  }
  .partnerblock .inner > .bodycontent {
    text-align: left;
  }
  .partnerblock .illustration img {
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
  }
  .partnerblock.mid .inner > * {
    text-align: left;
  }
  
  .modal-sm .text-center > .picto {
    max-width: 325px;
    height: auto;
  }
  
}

@media (min-width: 1200px) {
  .logo {
    padding: 45px 0;
  }
  .masthead-white .header .logo {
    padding: 0;
  }
  .masthead-white .header .btn-openmenu {
    top: 12px;
  }
  .hero {
    margin-top: -88px;
  }
  .hero .img-responsive {
    max-width: 95%;
    height: auto;
  }
  .masthead h1 {
    font-size: 55px;
    margin-top: 10px;
  }
  .masthead--landing h1 {
    letter-spacing: -0.04em;
  }
  .scrollto, .scrollto:hover {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0px;
  }
  .btn-openmenu {
    top: 55px;
  }



}

@media (max-width: 992px) {
  .logo {
    padding-top: 15px;
    text-align: center;
  }
  .logo-main {
    text-align: left;
    margin-top: 5px;
  }
  .logo-main a {
    background-image: url(../images/logo-white-short-lg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 50px;
  }

  .hero {
    margin-top: 0px;
  }
  .hero img {
    max-width: 430px;
    height: auto;
  }
  .header {
    padding-top: 18px;
  }
  .masthead {
    padding-bottom: 30px;
  }
  .masthead-small {
    padding: 15px 12px;
    padding-bottom: 10px;
  }
  .masthead-small .logo {
    padding-bottom: 0;
  }
  .masthead-white .logo {
    text-align: left;
    margin-top: 10px;
  }
  .masthead-white .logo a {
    background: url(../images/logo-blue-short-lg.png) no-repeat top left;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
  }

  .masthead h1 {
    text-align: center;
    font-size: 38px;
    margin-top: 35px;
  }
  .masthead h1 br {
    display: none;
  }
  .btn-openmenu {
    top: 30px;
  }
  .persistant-menu .logo {
    text-align: left;
    margin-top: -5px;
  }
  .persistant-menu .list-inline {
    display: none;
  }
  .persistant-menu .btn-openmenu {
    display: block;
  }

  .partnerblock {
    max-width: 620px;
    margin: 0 auto;
  }
  
  
  .masthead--landing .header {
      padding: 20px 0;
  }
  .masthead--landing h1 {
    margin: 0;
  }
  
  .article--landing {
      padding-top: 0;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .masthead-fit {
    padding: 0;
    padding-top: 15px;
  }

}

@media (max-width: 650px) {
  .logo {
    padding-top: 0;
  }
  .logo a {
    width: 260px;
    height: 70px;
  }
  .logo-main a {
    width: 40px;
    height: 40px;
  }
  .showcase {
    display: none;
  }
  .showcase-mobile {
    display: block;
    background: url(../images/showcase-mobile.jpg) no-repeat top left;
    background-size: 100% auto;
  }

  .mobile-menu {
    width: 38px;
    height: 45px;
  }
  .mobile-menu span {
    height: 3px;
  }
  .mobile-menu span:nth-child(2),
  .persistant-menu .mobile-menu span:nth-child(2) {
    top: 8px;
  }
  .mobile-menu span:nth-child(3),
  .persistant-menu .mobile-menu span:nth-child(3) {
    top: 16px;
  }


  .btn-openmenu {
    top: 10px;
  }
  .list-menu > li > a {
    padding: 10px 5px;
  }
  .list-menu .title {
    font-size: 1.3em;
    margin-bottom: 0;
  }
  .list-menu .desc {
    font-size: .85em;
  }
  .list-menu > li.sub > a {
    font-size: 1em;
    padding: 6px 5px;
  }
  .menu-head {
    margin: 10px 0;
  }
  .btn-closemenu {
    font-size: 26px;
    padding: 10px;
  }

  .persistant-menu {
    height: 45px;
    padding: 5px 10px;
    top: -45px;
  }
  .persistant-menu .logo {
    padding-top: 4px;
  }
  .persistant-menu .logo img {
    max-width: 35px;
  }
  .persistant-menu .btn-openmenu {
    right: 10px;
    top: 6px;
  }

}

@media (max-width: 600px) {

  .header {
    padding-top: 8px;
  }
  .masthead-white .header {
    padding-top: 15px;
  }
  .masthead-white .header .btn-openmenu {
    top: 3px;
  }
  .masthead-white .logo {
    margin-top: 0;
  }
  .header .btn-openmenu {
    top: 18px;
  }
  .list-grid.three > li {
    width: 49.333%;
  }
  .article h1 {
    font-size: 25px;
  }
  .article h2 {
    font-size: 22px;
  }
  .article .body .intro {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .list-grid > li,
  .article .body .list-grid > li {
    display: inline-block;
    width: 50%;
  }
  .list-grid > li .title, 
  .article .body .list-grid > li .title {
    font-size: 16px;
  }

  .partnerblock {
    padding: 25px 0;
  }
  .section-title h4 {
    font-size: 17px;
  }
  .section-title .withline {
    font-weight: 700;
  }
  .article .body .intro {
    font-size: 16px;
  }
  
  .list-featblocks > li, 
  .article .body .list-featblocks > li {
      width: 50%;
  }
  
  .masthead--landing .header {
      padding: 20px 0;
  }
  .article--landing {
      padding-top: 0;
  }
  .article--landing .body .intro {
    font-size: 1.25em;
}

}

@media (max-width: 480px) {

  .logo {
    padding-bottom: 20px;
  }
  .logo a {
    width: 200px;
    height: 65px;
  }
  .logo-main a {
    width: 40px;
    height: 40px;
  }
  .btn-openmenu {
    top: 4px;
  }
  .hero img {
    width: 75%;
    height: auto;
  }
  .masthead {
    padding-top: 20px;
  }
  .masthead h1 {
    font-size: 26px;
    letter-spacing: 0;
  }
  .form-join .btn-join {
    position: static;
    width: 100%;
    padding: 8px 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .form-join .input-email {
    background: url(../images/icon-email.png) no-repeat 10px 5px;
    background-color: #fff;
    padding-left: 60px;
    height: 48px;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    line-height: 48px;

    background-size: 38px 38px;
  }

  .btn-register, .btn-joinus {
    font-size: 15px;
    padding: 20px;
    height: auto;
    box-shadow: none;
  }
  .btn-joinus {
    padding: 20px 40px;
  }
  .section-title h2 {
    line-height: 1.1em;
    letter-spacing: -1px;
  }
  .img-logos {
    width: 280px;
    height: 500px;
    background-image: url(../images/sites-logos-mobile.png);
  }
  .img-torrent {
    margin-left: -15px;
    margin-right: -15px;
  }
  .btn-promovideo {
    display: block;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .article .body .table>thead>tr>th,
  .article .body .table>tbody>tr>td {
    font-size: 13px;
  }
  .table .badge {
    font-size: 12px;
  }

  .article {
    padding-top: 25px;
  }

  .partnerblock .illustration img {
    max-width: 240px;
    height: auto;
  }
  .partnerblock h5 {
    font-size: 22px;
    font-weight: 700;
  }
  .partnerblock.mid .inner {
    padding-bottom: 0;
    margin-bottom: -12px;
  }
  .article .partnerblock.mid h1 {
    font-size: 21px;
  }

  .modal-intro .modal-body {
    padding: 15px 20px;
  }
  .modal-intro h3 {
    font-size: 1.5em;
    margin-bottom: 8px;
  }
  .modal-intro p {
    font-size: .98em;
    line-height: 1.45em;
  }
  
  .article--landing {
      padding-top: 0;
  }
  
  .tutorials {
    padding: 20px 17px;
  }
  .list-tutorials a {
    text-align: left;
  }  

}

@media (max-width: 320px) {
  .logo {
    padding-bottom: 8px;
  }
  .logo a {
    background-image: url(../images/logo-mobile.png);
    width: 160px;
    height: 52px;
  }
  .logo-main {
    margin-top: -3px;
  }
  .logo-main a {
    background-image: url(../images/logo-white-short-lg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
  }
  .masthead-white .header .logo a {
    width: 34px;
    height: 34px;
  }
  .masthead-white .header .inner {
    margin: 0 -15px;
  }
  .masthead-white .header .btn-openmenu {
    top: 0;
  }
  .hero {
    margin-top: -20px;
  }
  .header .btn-openmenu {
    top: 8px;
  }
  .btn-closemenu {
    padding: 6px 10px;
  }
  .menu-head {
    font-size: 11px;
  }
  .list-menu p {
    line-height: 1.1em;
  }
  .masthead {
    padding-top: 8px;
  }
  .masthead h1 {
    font-size: 22px;
    margin: 15px 0;
  }
  .img-logos {
    width: 260px;
    height: 480px;
  }
  .form-join .form-control {
    float: none;
    width: 100%;
    margin-right: 0;
    box-shadow: none;
  }
  .input-email {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #eee;
  }
  .input-pass {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 4px;
  }
  .form-join .btn-submitlogin {
    float: none;
    width: 100%;
  }
  .form-login .btn-submitlogin {
    right: 6px;
  }
  .btn-text {
    font-size: 13px;
  }
  .list-grid.three > li {
    width: 100%;
  }
  .list-grid.three > li .inner {
    padding-right: 0;
  }
  .list-grid > li,
  .article .body .list-grid > li {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .article h1 {
    font-size: 22px;
  }
  .article .body .intro {
    font-size: 17px;
    line-height: 1.6em;
  }
  .partnerblock p:not(.intro) {
    font-size: 15px;
  }

  .partnerblock .illustration img {
    max-width: 200px;
  }
  .partnerblock h5 {
    font-size: 20px;
  }

  .box-register .form-inline .btn-primary {
    font-size: 11px;
  }
  .box-register .form-group {
    margin-bottom: 0;
  }
  .box-register p {
    margin: 0;
  }
  .box-register .register-title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .article .body .intro {
    font-size: 15px;
  }
  .article .partnerblock.mid h1 {
    font-size: 20px;
  }



}


/* Fred Added Custom CSS */
.body {
  text-align: justify;
}

.body h3{
  color: #333;
  margin-top:40px;
  margin-bottom:5px;
}

.center-image {
	margin: 0 auto;
}