@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
body {
  overflow-x: hidden;
}
img,
video {
  width: 100%;
  box-sizing: border-box;
}
.home > section {
  margin: 30px 0 20px 0;
  width: 100%;
}
.content {
  padding: 0 30px;
}

.page {
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 30px;
  max-width: 1500px;
}

.page-tittle {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 50px 0 8px 0;
  text-align: center;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
}

.line__page {
  height: 4px;
  margin-bottom: 40px;
}

/*/////// Burguer ///////*/

/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

/*////////////// HEADER //////////////*/

.tariff {
  background: #101010;
  color: #797979;
  font-size: 14px;
  padding: 8px;
  text-align: center;
}

.logo__container {
  padding: 0;
  margin: 0;
}

.logo > img {
  width: 120px;
}

/*/// Navbar ///*/

.navbar {
  color: none;
  padding: 15px 20px;
}

.navbar > button {
  padding: 0;
}

div > .navbar-nav {
  padding: 20px 10px;
  margin-top: 20px;
  background: #2c2c2c;
  /*box-shadow: 0px 25px 0px 24px #2c2c2c;*/
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: white;
  padding-left: 20px;
  font-family: "Oswald", sans-serif;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar.navbar-dark .navbar-nav .nav-item:last-child {
  background: rgba(255, 25, 90, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 25, 90, 1)),
    color-stop(100%, rgba(255, 63, 33, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff195a', endColorstr='#ff3f21', GradientType=0 );
  padding-left: 0px !important;
  border-radius: 30px;
  max-width: 120px;
  margin-top: 10px;
}
@media (max-width: 1326px) {
  .navbar.navbar-dark .navbar-nav .nav-item:last-child {
    text-align: center;
  }
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link.item-login {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  background: #444444;
  padding: 0;
  margin: 5px 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  color: white;
  padding: 10px 0;
  padding-left: 20px;
  font-family: "Oswald", sans-serif;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #444444;
  background: rgb(228, 228, 228);
}

/*////////////// HOME //////////////*/

.cover {
  width: 100%;
  /*height: 200px;*/
}

.cover > img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

hr {
  width: 100px;
  height: 3px;
  background: #212121;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*/// HOME Sections ///*/

.music__apps {
  margin-top: 40px;
}

.music__apps-tittle {
  margin-top: 20px;
}

.music__apps-tittle,
.music__apps-description,
.music__games-tittle,
.music__games-description,
.music__videos-tittle,
.music__videos-description,
.ringtones__tittle,
.ringtones__description,
.wallpapers__tittle,
.wallpapers__description {
  text-align: center;
}

.music__apps-tittle,
.music__games-tittle,
.music__videos-tittle,
.ringtones__tittle,
.wallpapers__tittle {
  color: #212121;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.music__videos-tittle,
.wallpapers__tittle {
  color: #fff;
}

.music__apps-description,
.music__games-description,
.music__videos-description,
.ringtones__description,
.wallpapers__description {
  padding-bottom: 25px;
}

/*////////////////////////*/

.music__apps-items,
.music__games-items {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.music__apps-item,
.music__games-item {
  /*border: 1px solid #cecece;*/
  box-shadow: 0px 0px 15px 0px rgba(209, 209, 209, 1);
  /*border-radius: 15px;*/
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}

.music__apps-item > div {
  display: -webkit-flex;
}

.music__apps-item__icon,
.music__games-item__icon {
  width: 30px;
  padding: 0;
}

.music__apps-item__tittle,
.music__games-item__tittle {
  font-size: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 10px;
}

.music__games-item__tittle {
  align-items: center;
}

.music__apps-item__description {
  margin: 20px 0;
  padding: 0;
  height: 150px;
}

.music__games-item__description {
  margin: 20px 0;
  padding: 0;
  height: 150px;
}

.music__apps-item__btn,
.music__games-item__btn {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: uppercase;
  /*background: rgb(255, 55, 68);*/
  background: rgba(255, 25, 90, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 25, 90, 1)),
    color-stop(100%, rgba(255, 63, 33, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff195a', endColorstr='#ff3f21', GradientType=0 );
  border-radius: 30px;
  padding: 5px;
}

.music__apps-item__btn:hover,
.music__games-item__btn:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

/*/// HOME Games ///*/

.music__games-item > div,
.music__games-item > h3,
.music__games-item > p {
  padding: 0;
}

/*/// HOME Videos ///*/

.music__videos {
  width: 100%;
  margin-bottom: 0;
}

.music-videos-section,
.wallpapers-section {
  background-color: #ff2c3d;
  color: #fff;
}
.music-videos-section hr,
.wallpapers-section hr {
  background: #fff;
}

.carousel {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1000px;
}

.carousel-page {
  margin: 0;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: -180px 0px 0px 0px rgba(0, 0, 0, 0.5),
    180px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.carousel-item {
  border: 5px solid #fff;
}
.carousel-caption > h5 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
}

.carousel-caption > p {
  margin-bottom: 40px;
  font-size: 20px;
}

.carousel-indicators {
  margin-top: 20px;
  padding-bottom: 20px;
}

.carousel-indicators > li {
  margin: 0 5px;
  margin-top: 10px;
}

/*/// HOME Ringtones ///*/

.home > .ringtones {
  margin-bottom: 0;
  margin-top: 20px;
}

.ringtones__items {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  max-width: 300px;
}

.ringtones__item {
  margin-bottom: 40px;
}

.ringtones__item-icon {
  padding-left: 0;
}

.ringtones__item-text {
  padding: 0;
}

.ringtones__item-text__tittle {
  font-size: 18px;
}

.ringtones__item-text__btn {
  color: rgb(148, 147, 147);
}

.ringtones__item-text__btn:hover {
  color: grey;
}

/*/// HOME Wallpapers ///*/

.home > .wallpapers {
  margin-bottom: 60px;
  margin-top: 20px;
}

.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
}
.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*.card-img-top{
    margin-top: 10px;
}*/

/*////////////// VIDEOS PAGE //////////////*/

video {
  height: 190px;
  object-fit: cover;
}

.videos__page-gallery {
  margin: 0 auto;
  margin-bottom: 80px;
}

.videos__page-gallery__video {
  margin-bottom: 30px;
  text-align: center;
}

.videos__page-gallery__video > h5 {
  font-size: 22px;
  font-weight: 600;
  padding-top: 5px;
}

.videos__page-gallery__video > h6 {
  font-size: 18px;
}

/*////////////// CONTACT //////////////*/

.contact,
.login {
  height: 100vh;
}
.form-control{
max-width: 450px;
margin: 0 auto;
}
.contact__form {
  margin: 0 auto;
}

.form-group > textarea {
  min-height: 80px;
  max-height: 200px;
}

.form-control:focus {
  border: 1px solid rgb(255, 132, 141);
  box-shadow: 0px 0px 5px 0px rgb(255, 66, 80);
}

.form__btn {
  background: rgba(255, 25, 90, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 25, 90, 1)),
    color-stop(100%, rgba(255, 63, 33, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 25, 90, 1) 0%,
    rgba(255, 63, 33, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff195a', endColorstr='#ff3f21', GradientType=0 );

  margin-top: 30px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.644);
}

/*////////////// TERMS //////////////*/

.terms__content > h4 {
  padding: 10px 0;
}

/*////////////// FOOTER //////////////*/

footer {
  color: white;
  width: 100%;
}

.footer__content {
  max-width: 500px;
  text-align: center;
  padding: 50px 30px;
  margin: 0 auto;
}

.footer__content > p {
  margin-bottom: 0;
}

.footer__hr {
  width: 180px;
  height: 0;
  background: #616161;
  display: inline-block;
  text-align: center;
  margin: 30px 0 20px 0;
}

.footer__link {
  padding-right: 20px;
  padding-bottom: 10px;
  color: white;
}

.footer__link:last-child {
  padding-bottom: 0;
}

.footer__link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.copy {
  font-size: 12px;
  font-weight: bold;
}

/*//////////////////////////////////////////////////////////////////////////////////////////// MEDIA ////////////////////////////////////////////////////////////////////////////////////////////*/

/*/////// Extra Small ///////*/

@media (min-width: 370px) {
  .ringtones__item-text__tittle {
    font-size: 22px;
  }

  .ringtones__item-text__btn {
    font-size: 18px;
  }
} /* END Extra Small */

/*/////// Small ///////*/

@media (min-width: 576px) {
  .cover > img {
    height: 200px;
  }

  /*/ Home Sections /*/

  .music__apps-item__description {
    height: 120px;
  }

  .music__games-item__description {
    height: 80px;
  }

  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }

  /*/ Ringtones SM /*/

  .ringtones__description {
    margin-bottom: 40px;
  }

  .ringtones__items {
    max-width: 610px;
    margin: 0 auto;
  }

  .ringtones__item-text__tittle {
    font-size: 18px;
  }

  .ringtones__item-text__btn {
    font-size: 18px;
  }

  .page-tittle {
    padding-bottom: 30px;
  }
} /* END Small */

/*/////// Medium ///////*/

@media (min-width: 768px) {
  .home > section {
    margin: 20px 0 50px 0;
  }
  .home > section:first-child {
    margin: 50px 0 50px 0;
  }

  .cover > img {
    height: 250px;
  }

  .logo > img {
    width: 150px;
  }

  hr {
    margin-bottom: 30px;
  }

  .page-tittle {
    font-size: 35px;
    padding: 60px 0 15px 0;
  }

  .line__page {
    width: 150px;
    margin-bottom: 60px;
  }

  /*/ Home Sections /*/

  .music__apps {
    margin-top: 70px;
  }

  .music__apps-tittle,
  .music__games-tittle,
  .music__videos-tittle,
  .ringtones__tittle,
  .wallpapers__tittle,
  .terms__tittle,
  .contact__tittle {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
  }

  .music__apps-description,
  .music__games-description,
  .music__videos-description,
  .ringtones__description,
  .wallpapers__description {
    font-size: 18px;
    padding: 0 20px;
    padding-bottom: 40px;
  }

  .music__apps-description {
    padding: 0 40px;
    padding-bottom: 40px;
  }

  .music__apps-item__tittle,
  .music__games-item__tittle {
    font-size: 22px;
  }

  .music__apps-item__description,
  .music__games-item__description {
    height: 180px;
  }

  /*/ Ringtones MD /*/

  .ringtones {
    margin-bottom: 25px;
  }

  .ringtones__items {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .terms__content,
  .contact__form {
    max-width: 650px;
  }

  .ringtones__item-text__tittle {
    font-size: 22px;
  }

  .ringtones__item-text__btn {
    font-size: 18px;
  }

  /*/ Wallpapers /*/

  .wallpapers {
    margin-bottom: 70px;
  }

  /*/ Footer /*/

  .footer__link {
    padding-left: 0;
    padding-bottom: 0;
  }

  .footer__link:last-child {
    padding-right: 0;
  }
} /* END Medium */

/*/////// Large ///////*/

@media (min-width: 992px) {
  .content {
    max-width: 1400px;
    margin: 0 auto;
  }

  .cover > img {
    height: 450px;
  }

  .page-tittle {
    font-size: 38px;
    padding: 80px 0 10px 0;
  }

  .line__page {
    margin-bottom: 80px;
  }

  /*/ Navbar LG /*/

  div > .navbar-nav {
    padding: 20px 10px;
  }

  .navbar.navbar-dark .breadcrumb .nav-item .nav-link,
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }

  /*/ Home Sections /*/

  .music__apps-item,
  .music__games-item {
    margin: 0 2px;
    margin-bottom: 50px;
  }

  .music__apps-item__tittle,
  .music__games-item__tittle {
    font-size: 20px;
    height: 50px;
    padding-left: 20px;
  }

  .music__apps-item__description {
    height: 190px;
  }

  .music__games-item__description {
    height: 190px;
  }

  /*/ Music Videos Section /*/

  .carousel {
    margin: 0 auto;
    /*box-shadow:
    -560px 0px 0px 0px  rgba(189, 189, 189, 0.49),
    560px 0px 0px 0px rgba(189, 189, 189, 0.49)*/
  }

  .carousel-page {
    box-shadow: none;
  }

  /*/ Ringtones LG /*/

  .ringtones__items,
  .terms__content,
  .contact__form {
    max-width: 700px;
  }

  .ringtones__item-text__tittle {
    font-size: 20px;
  }

  .ringtones__item-text__btn {
    font-size: 18px;
  }

  /*/ Ringtones Section /*/

  .footer__content {
    padding: 60px 30px;
  }

  /*/ Wallpapers /*/

  .wallpapers {
    margin-bottom: 120px;
  }

  /*/ Footer /*/

  .footer__content {
    max-width: 800px;
  }
} /* END Large */

/*/////// Extra Large ///////*/

@media (min-width: 1200px) {
  .music__apps-items,
  .music__games-items,
  .ringtones__items,
  .terms__content,
  .contact__tittle,
  .videos__page-gallery {
    margin: 0 auto;
    /*max-width: 900px;*/
  }

  .home > .ringtones {
    margin-bottom: 30px;
  }

  .ringtones__items {
    max-width: 800px;
  }

  .music__apps-item__description,
  .music__games-item__description {
    height: 160px;
  }

  .music__apps-item__tittle,
  .music__games-item__tittle {
    padding: 0;
    padding-left: 10px;
  }

  .music__games-item__tittle {
    height: 50px;
  }

  /*/ Ringtones Section /*/

  .ringtones__item-text__tittle {
    font-size: 22px;
  }

  .ringtones__item-text__btn {
    font-size: 20px;
  }
}

/*///////////////////////*/

@media (min-width: 1345px) {
  /*/ Navbar /*/

  .logo {
    flex: 10%;
  }

  .navbar {
    display: flex;
  }

  div > .navbar-nav {
    background: inherit;
    padding: 0;
    margin: 0;

    flex: 90%;
    justify-content: flex-end;
    align-items: center;
  }

  .navbar > .navbar-collapse > .navbar-nav > .nav-item > .dropdown-menu {
    position: absolute;
    top: 50px;
  }

  .navbar.navbar-dark .navbar-nav .nav-item:last-child {
    padding-right: 15px;
    margin-left: 20px;
  }

  .navbar.navbar-dark .navbar-nav .nav-item:last-child {
    margin-top: 0;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 0px;
  
  background: -webkit-linear-gradient( top, rgba(255, 25, 90, 1) 0%, rgba(255, 63, 33, 1) 100% );
  background: -o-linear-gradient( top, rgba(255, 25, 90, 1) 0%, rgba(255, 63, 33, 1) 100% );
  background: -ms-linear-gradient( top, rgba(255, 25, 90, 1) 0%, rgba(255, 63, 33, 1) 100% );
  background: linear-gradient( to bottom, rgba(255, 25, 90, 1) 0%, rgba(255, 63, 33, 1) 100% );
  padding: 25px;
  width: 0px;
  height: 55px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  border: 3px solid white;
}
#return-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: -10px;
  top: -13px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
