html,body{
  margin: 0 auto;
  padding:0;
  box-sizing: border-box;
  display: block;
  height: 100%;
}

html{
  background-origin: content-box;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center top;
}

body{
  background-color:white;
  background-color: rgba(63, 127, 191, 0.1);
  padding-top: 70px;
  font-family: "LatoWeb", sans-serif;
}

.text-mobile--main{
  padding-top: 84px;
  font-size: 30px !important;
  line-height: 1 !important;
}

.text-mobile--secondary{
  font-size: 30px !important;
  line-height: 1 !important;
}

.popout-1--link-col{
  margin-bottom: 60px;
}

.wrapper:after {
  content: "";
  display: block;
}
a:focus {
  outline: none;
}
.popout-1--link > a{
  color: #6cb4e7;
}

.popout-1--link > a:hover{
  color: #6cb4e7;
  text-decoration: none;
}

.wrapper{
  min-height:100%;
  margin-bottom: -85px;
}

footer, .wrapper:after{
  height: 85px;
}
.main-body{
  padding-bottom:0px;
  margin-bottom: 70px;
}

.navbar-brand{
  font-family: 'LatoWebBlack', sans-serif;
  color: black;
}

.navbar-brand--nav{
  height: 70px;
  font-size: 30px;
  padding: 19px 15px;
}

.navbar-brand:hover, .navbar-brand:hover{
  font-family: 'LatoWebBlack', sans-serif;
  color: black;
}

.navbar-brand--nav,.navbar-nav > li > a{
  line-height: 40px;
  border-top: rgba(169, 145, 119, 0.1) solid 0.5px;
}

.icon-bar{
  background-color: #5796d1;
}

.brand-dot{
  color: #5796d1;
  font-family: "LatoWebBlack",sans-serif;
}


.navbar-toggle{
  margin-top: 17px;
  margin-bottom: 17px;
}

.navbar-fixed-top{
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #CCCCCC;
}

.nav > li > .text-color--support:focus, .nav > li > .text-color--support:hover {
  text-decoration: none;
  background-color: transparent;
  color: #5796d1;
  transition: all 0.5s;
}

.text-color--support{
  color: #6cb4e7;
  transition: all 0.5s;
}

.text-edit--headline{
  padding-bottom: 50px;
  margin-top: -10px;
  line-height: 50px;
  font-size: 48px;
  font-family: "LatoWebBlack",sans-serif;
}

.text-status--opacity{
  opacity: 0.5;
}

.text-imput--bonus{
  font-size: 0.9em;
  font-family: 'LatoWebLight', sans-serif;
  margin-bottom: 205px;
}

.text-nav--support{
  font-size: 12.5px;
  font-weight: bold;
}

.text-logo--main{
  font-size: 5em;
  margin-top: 110px;
  font-family: "LatoWebBlack",sans-serif;
}

.btn-main--send{
  width: 100%;
  border: 0px;
  background-color: #ff4200;
  color: white;
  font-size: 1.1em;
}

.btn-main--send:hover, .btn-main--send:focus, .btn-main--send:active, .btn-main--send:active:focus, .btn-main--send:active:hover{
  border: 0px;
  background-color: #ff4200;
  color: white;
}


.row-form{
  margin-top: 103px;
  height: 85px;
  margin-bottom: 40px;
}

.row-form > form {
  height: 100%;
}

.row-form--col{
  height: 100%;
}

.row-form--col > input, .row-form--col > button{
  height: 100%;
}

.row-form--col > input{
  padding: 6px 32px;
  font-size: 2em;
  box-shadow: 0px 1px 1px rgba(198, 198, 198, 0.19);
  border: 1px solid transparent;
  border-top: 1px solid #CCC;
}

.row-form--col > input:focus {
  border: 1px solid #F90;
  outline: 0px none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 153, 0, 0.6);
}

footer{
  width:100%;
  height: 85px;
  background-color: white;
  border-top: 1px solid #CCC;
}

footer > nav{
  height: 40px;
  padding-top: 35px;
}

.navbar-brand--footer{
  font-size: 19px;
  padding: 0px;
  height: 20px;
}

.text-footer--bonus{
  font-size: 0.7em;
  margin-top: 2px;
}
.navbar-header{
  width:65%;
}
@media only screen and (max-width: 1199px) {
  .navbar-header{
    width:65%;
  }
  .text-footer--bonus {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-header{
    width:100%;
  }
  .text-footer--bonus {
    margin-top: -2px;
  }
  .popout-container--inside.popout-container-show-link, .popout-container--inside.popout-container-link-stats {
    margin: 20px auto 0px !important;
  }

  .text-imput--bonus{
    margin-bottom: 155px;
    margin-top: 20px;
  }

  .text-footer--bonus{
    margin-top: -10px;
  }
  .wrapper{
    min-height:100%;
    margin-bottom: -90px;
  }
  .wrapper:after {
    content: "";
    display: block;
  }
  footer, .wrapper:after{
    height: 90px;
  }

  .row-form--col{
    margin-bottom: 5px;
  }

  .row-form--col > input{
    font-size: 1.1em;
  }

  .row-form{
    height :50px;
    margin-top: 60px;
  }

  .navbar-mobile--fix{
    float: right;
    margin: 3.5px 0px;
  }
  .navbar-brand--footer{
    padding: 10px 15px;
  }
  .main-body{
    padding-bottom:0px;
  }

}
@media only screen and (min-width: 769px) {
  .row-form--col{
    margin-bottom: 5px;
  }
}

.spf-sh--logo{
  background-image: url('https://spf.sh/img/logo-dark.png');
  background-repeat: no-repeat;
  border: 0px none  !important;
  background-size: 46px 13px;
  width: 46px;
  height: 13px;
  margin-right: 16px;
  padding: 0px !important;
}

.spf-sh--logo:hover,.spf-sh--logo:focus{
  text-decoration: none;
  background-color: transparent !important;
}

.text-footer--power{
  margin-right: 5px;
  font-size: 0.7em;
}
.popout{
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0px;
  z-index: 999999;
}

.popon{
  display: block;
}

.popoff{
  display: none;
}
.row-popout{
  position: relative;
}
.popout-alert{
  border-radius: 0;
  text-align: center;
  position: absolute;;
  width:100%;
  display: none;
  z-index: 999999;
  top:-20px;
}

.popout-background{
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  height: 100%;
  min-height: 100%;
  top: 0px;
  width: 100%;
  z-index: 99999;
  display: none;
}

.popout-background--on{
  display: block;
}

.popout-container--inside{
  width: 550px;
  background-color: white;
  padding: 40px;
  border-radius: 3px;
}

.popout-container--inside.popout-container-show-link{
  margin: 240px auto 0px;
}

.popout-container--inside.popout-container-link-stats{
  margin: 100px auto 0px;
}

.glyphicon-popout--close{
  position: absolute;
  top: -20px;
  right: -5px;
  font-size: 2.3em;
  font-weight: lighter;
  cursor: pointer;
}

.popout-1--text{
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  font-size: 3.5em;
  margin-top: 65px;
  margin-bottom: 25px;
}

.popout-1--link{
  font-size: 2.7em;
  font-weight: bold;
}

.popout-1--expired-info{
  font-size: 1em;
  margin-bottom: 10px;
  font-family: "LatoWebLight",sans-serif;
  color: rgb(34, 32, 43);
  font-weight: 100;
  opacity: 0.3;
}

.popout-1--more{
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 30px;
}

.popout-1--btn-copy-me{
  height: 85px;
}

.text-color--link:focus,.text-color--link:hover,.text-color--link:active{
  outline: 0px none;
  color: #5796d1;
  text-decoration: none;
}
.link-item{
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 0.5px solid rgba(169, 145, 119, 0.5);
}

.col-text--data{
  text-align: center;
}

.col-text--data-fixed{
  text-align: right;
  padding-right: 0;
}

.col-text--name{
  padding-left: 0px;
  padding-right: 0px;
}

.col-text--name-fixed{
  text-align: left;
  padding-right: 0px;
  padding-left: 45px;
}

@media only screen and (max-width: 768px) {
  .popout-1--link{
    font-size: 1.5em;
    font-weight: bold;
  }

  .popout-1--link-col{
    margin-bottom: 20px;
  }
  .popout-1--text{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.5em;
  }

  .col-text--data{
    text-align: right;
    padding-right: 0;
  }

  .col-text--data-fixed{
    text-align: right;
    padding-right: 0;
  }

  .col-text--name{
    padding-left: 0px;
    padding-right: 0px;
  }

  .col-text--name-fixed{
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }

  .popout-container--inside {
    width: 100%;
  }
}

.data-stats{
  font-weight: bold;
}

.popout-2--header{
  font-size: 3.5em;
  font-weight: bold;
}

.link-item--short{
  color: rgb(169, 145, 119);
  font-weight: bold;
  font-size: 1.4em;
}

.link-item--long{
  color: rgb(169, 145, 119);
  font-size: 1.1em;
  font-family: "LatoWebLight",sans-serif;
  font-weight: 100;
  margin-bottom: 25px;
}

.link-item--clicks{
  opacity: 0.5;
}

.link-item--clicks-all{
  color: rgb(13, 181, 132);
  margin-bottom: 15px;
}

.popout-pagination{
  text-align: center;
}

.popout-pagination > .pagination{
  margin: 0;
  padding-top:10px;
  border-radius: 0;
}

.popout-pagination > .pagination  > li > a{
  border-radius: 50%;
  padding: 5px;
  margin-left: 11px;
  background-color: #DDD;
  border: 0px;
}

.popout-pagination > .pagination  > li > a.active{
  background-color: red;
}

.popout-pagination > .pagination  > li > a.active:hover{
  background-color: red;
}

.popout-pagination > .pagination  > li > a:hover{
  background-color: #5796d1;
}

.popout-pagination > .pagination > li:first-child > a{
  margin-left:0;
}

.loader--loading{
  display: table-cell;
  position: absolute;
  text-align: center;
}

.loader--hidden{
  visibility: hidden;;
}

.loader--loading > span{
  font-size: 10em;
  top: 50%;
  left: 50%;
  position: absolute;
  color: rgb(169, 145, 119);

  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);

  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.45,.05,.55,.95);

  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: cubic-bezier(.45,.05,.55,.95);

  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: cubic-bezier(.45,.05,.55,.95);

  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(.45,.05,.55,.95);
}

@-ms-keyframes spin {
  from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

.popout-container--inside.popout-container-login-register {
  margin: 140px auto 0px;
}

.btn-login-with{
  color: white;
  padding: 20px;
  border: 0;
  margin-top: 10px;
  border-radius: 5px;
}

.btn-login-google{
  background-color: #d32f2f;
}

.btn-login-fb{
  background-color: #3b5999;
}

.error-text{
  margin-top:20px;
  font-size: 20px;
  line-height: 25px;
}

.error-text-thanks {
  margin-top:20px;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  opacity: 1;
  margin-bottom: 100px;
}