body {
  font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif !important;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  background-color: #faf9f7;
  vertical-align: top;
}
.container {
  max-width: 970px;
  min-width: 320px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#header.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
#header {
  min-height: 60px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
#header .navbar-header {
  margin-top: 16px;
  min-height: 60px;
  min-width: 240px;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
  border: none;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  border: none;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
#header .nav {
  margin-top: 22px;
  list-style: none outside none;
}
.nav {
  padding-left: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
#header .navbar-brand {
  margin-left: 15px;
  margin-top: 8px;
  color: #292929;
  font-size: 17px;
  font-weight: 500;
  line-height: 2.24em;
  padding: 0;
}
#header .navbar-header .media .media-left {
  float: left;
}
#header.navbar-default .navbar-nav > li > a {
  color: #525252;
}
#header .nav.navbar-menu li a {
  color: #525252;
  text-decoration: none;
  padding: 8px 9px;
  display: block;
  font-weight: 400;
  min-width: 85px;
  text-align: center;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.navbar-languages .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-languages li a {
  color: #525252;
  display: block;
  padding: 8px 5px;
  border: none;
  font-weight: 400;
  text-align: center;
}
#header #desktop-application-button {
  margin: -3px 24px;
  padding: 7px 14px;
  font-size: 15px;
  font-family: Roboto, Helvetica, Aria, sans-serif;
  font-weight: 500;
  border: 1px solid #f51d1d;
}
#desktop-application-button {
  color: #f51d1d;
}
#header #desktop-application-button:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#desktop-application-button:hover {
  color: #fff;
}
.btn-danger2:hover {
  background-color: #f51d1d;
  color: #fff;
  border-color: #f51d1d;
}
a:active,
a:hover {
  color: #f51d1d;
  outline: none;
  text-decoration: underline;
}
.navbar-languages .icons-flags {
  background-image: url("../img/flags-languages.png")
    /*tpa=https://www.youtubnow.co/img/flags-languages.png*/;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  margin-right: 5px;
}
.navbar-languages .icons-flags.icon-en {
  background-position: 0 -161px;
}
.navbar-languages .icons-flags.icon-ar {
  background-position: 0 -253px;
}
.navbar-languages .icons-flags.icon-cn {
  background-position: 0 -230px;
}
.navbar-languages .icons-flags.icon-de {
  background-position: 0 -138px;
}
.navbar-languages .icons-flags.icon-es {
  background-position: 0 -184px;
}
.navbar-languages .icons-flags.icon-fr {
  background-position: 0 -207px;
}
.navbar-languages .icons-flags.icon-it {
  background-position: 0 0;
}
.navbar-languages .icons-flags.icon-jp {
  background-position: 0 -23px;
}
.navbar-languages .icons-flags.icon-ko {
  background-position: 0 -46px;
}
.navbar-languages .icons-flags.icon-pt {
  background-position: 0 -69px;
}
.navbar-languages .icons-flags.icon-ru {
  background-position: 0 -92px;
}
.navbar-nav.navbar-languages .dropdown-menu {
  width: 82px;
  margin: 0;
  min-width: 82px;
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 767px) {
  #header .nav.navbar-menu li a {
    text-align: right;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .form-search h1 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
}
#header2.header.slider-header {
  background-color: #faf9f7;
  position: fixed;
  top: -200px;
  left: 0;
  z-index: 1;
  width: 100%;
  border: none;
  -webkit-box-shadow: inset 0 -1px 0 0 #ccc;
  box-shadow: inset 0 -1px 0 0 #ccc;
  border-radius: 0;
}
#header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
#header2 .navbar-header {
  margin-right: auto;
}
#header2 .navbar-header .media .media-left {
  float: left;
}
#header2 .form-search {
  width: 615px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.form-search {
  padding-top: 2%;
  padding-bottom: 5%;
}
#header2 .content-menu-languages {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header2 .form-search .form-inline .form-group {
  margin-bottom: 0;
}
#header2 .form-search .form-group input.search-input {
  height: 40px;
}
#header2 .form-search .form-control {
  padding: 2px 12px;
}
#header2 .form-search .btn-lg {
  height: 40px;
  padding: 6px 26px;
}
.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
  width: 1%;
}
#header2 .navbar-brand {
  margin-top: 8px;
  color: #292929;
  font-size: 17px;
  font-weight: 600;
  line-height: 2.24em;
  padding: 0;
}
#btn-submit {
  background-color: #f51d1d;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  font-size: 17px;
  height: 48px;
  min-width: 120px;
}
#desktop-application-button2 {
  color: red;
  font-weight: 500;
}
.media--body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.form-search-inclides {
  display: none;
}
.features-default .item-media {
  margin-bottom: 75px;
}
.wrap {
  width: 100%;
}
.form-search h1 {
  margin-bottom: 30px;
}
h1 {
  font-size: 32px;
  line-height: 1.13em;
  font-weight: 500;
}
.form-search .form-inline .form-group {
  padding: 4px;
  margin-bottom: 12px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.form-search .form-group input.search-input {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  width: 98%;
  height: 48px;
  font-size: 17px;
  color: #525252;
  z-index: 0;
}
.form-search .btn-lg {
  min-width: 120px;
}
.input-group-btn > .btn {
  position: relative;
}
.btn-group-lg > .btn,
.btn-lg {
  min-width: 240px;
  padding: 12px 26px;
  font-size: 17px;
  border-radius: 4px;
  height: 48px;
  border: none;
}
.maven_block {
  text-align: center;
  padding-top: 40px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#start {
  background-color: #f51d1d;
  border-radius: 4px;
  height: 48px;
  font-size: 17px;
  font-weight: 500;
  border: none;
}
.fa-angle-right {
  margin-left: 5px;
  font-weight: 500;
}
#share_box {
  margin-top: 15px;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .form-search.of-splash .form-group input.search-input {
    margin-bottom: 25px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .form-search.of-splash .form-inline .form-group {
    border: none;
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .form-search.of-splash .form-inline .form-group .input-group {
    display: block;
  }
}
@media (max-width: 767px) {
  .form-search.of-splash .form-group .input-group-btn > .btn,
  .form-search.of-splash .form-group input.search-input {
    width: 100%;
  }
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.form-search #searchResult {
  position: relative;
}
.form-search #searchResult .inner {
  padding-top: 30px;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.form-search .icon-loader {
  background-image: url("../img/spin.png")
    /*tpa=https://www.youtubnow.co/img/spin.png*/;
  background-repeat: no-repeat;
}
.form-search .icon-error {
  background-image: url("../img/alert.png")
    /*tpa=https://www.youtubnow.co/img/alert.png*/;
  background-repeat: no-repeat;
}
.form-search .icons {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
}
.form-search .icon-loader {
  -webkit-animation-name: roll;
  animation-name: roll;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.form-search .step {
  position: relative;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.form-search .step .text-loading strong {
  font-weight: 500;
  color: #292929;
}
.form-search .step .text-loading {
  margin-top: 5px;
  color: #7a7a7a;
}
.form-search .step .object {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
a {
  outline: none;
  color: #f51d1d;
  text-decoration: none;
}
.features-default {
  color: #7a7a7a;
  padding-bottom: 50px;
}
.features-default .text-main {
  margin-bottom: 75px;
  line-height: 1.6em;
}
.features-default h2 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-bottom: 88px;
    margin-left: 16.66666667%;
  }
}
.features-default .item-media .media-left {
  padding-right: 16px;
}
.features-default .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-48x48,
.box-64x64,
.ibox-20x20 {
  background-image: url("../img/product.png"); /*tpa=https://www.youtubnow.co/img/product.png*/
}
.box-64x64.unlimited_downloads {
  background-position: 0 0;
}
.box-64x64.support_of_multiple_formats {
  background-position: 0 -469px;
}
.box-64x64.convert_youtube_to_mp3 {
  background-position: 0 -134px;
}
.box-64x64.download_faster_by_substituting_original_url {
  background-position: 0 -201px;
}
.box-64x64.no_sign_up {
  background-position: 0 -402px;
}
.box-64x64.cross-browser-platform {
  background-position: 0 -268px;
}
.box-64x64.search_videos_by_name {
  background-position: 0 -67px;
}
.box-64x64.convert_youTube_to_mp4 {
  background-position: 0 -335px;
}
.box-64x64 {
  width: 64px;
  height: 64px;
  display: inline-block;
}
.features-default h3 {
  margin-bottom: 8px;
}
.bkg-color-ffffff {
  background-color: #fff;
}
.text-center .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.features-default .item-default {
  margin-bottom: 40px;
}
.section-two-columns {
  background-image: url("../img/headphones.png")
    /*tpa=https://www.youtubnow.co/img/headphones.png*/;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 80px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.section-two-columns .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section-two-columns .left-side,
.section-two-columns .left-side .title-content {
  color: #4a7573;
}
.section-two-columns .title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-two-columns .text-content,
.section-two-columns .title-content {
  text-align: center;
}
.section-two-columns .title-content {
  font-weight: 700;
  line-height: 1.6em;
}
h3 {
  font-size: 15px;
  line-height: 1.33em;
  font-weight: 500;
}
.section-two-columns .title-content .ibox-20x20 {
  margin-right: 6px;
}
.ibox-20x20.apple {
  background-position: -23px -536px;
}
.ibox-20x20.android {
  background-position: 0 -536px;
}
.ibox-20x20 {
  width: 20px;
  height: 20px;
}
.section-two-columns .item {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .col-lg-4 {
    width: 33.33333333%;
  }
}
.section-two-columns .right-side {
  color: #9a5541;
}
.h2,
h2 {
  font-size: 19px;
  line-height: 1.26em;
  font-weight: 500;
}
.h2,
h1,
h2,
h3 {
  color: #292929;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 0;
}
.section-two-columns .text-content {
  margin-top: 15px;
}
.section-two-columns .item {
  padding-bottom: 120px;
}
.two-columns-bkg {
  background: #ffcbbc;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffcbbc),
    color-stop(50%, #ffcbbc),
    color-stop(50%, #c5f8f5),
    to(#c5f8f5)
  );
  background: linear-gradient(
    90deg,
    #ffcbbc 0,
    #ffcbbc 50%,
    #c5f8f5 0,
    #c5f8f5
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcbbc",endColorstr="#c5f8f5",GradientType=1);
}
@media (max-width: 767px) {
  .section-two-columns {
    background: #ffcbbc;
  }
}
@media (max-width: 991px) {
  .section-two-columns {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .section-two-columns .right-side {
    background-color: #c5f8f5;
  }
}
@media (max-width: 767px) {
  .section-two-columns .items {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-two-columns .left-side {
    background-color: #ffcbbc;
  }
}
@media (max-width: 767px) {
  .section-two-columns .item {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.section-collapse2 .text-main {
  margin-top: 15px;
  color: #292929;
}
.section-collapse2 .panel-group-content {
  padding-top: 40px;
}
.section-collapse2 .panel-heading {
  padding: 15px 5px 15px 15px;
  color: #292929;
  background-color: transparent;
  border-color: #ddd;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.section-collapse2 {
  padding-top: 75px;
}
.ifont.i-down:before {
  content: "r";
}
.panel-group {
  margin-bottom: 20px;
}
.section-collapse2 .panel-default {
  border: none;
}
.section-collapse2 .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel {
  margin-bottom: 0;
}
.section-collapse2 .panel-group .panel + .panel {
  margin-top: 0;
}
.section-collapse2 .panel-title {
  font-size: 15px;
  line-height: 1.3em;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
#accordion-27 {
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-collapse2 {
    padding-top: 40px;
  }
}
.section-collapse2 .panel-title .fa {
  color: red;
  font-size: 1em;
  line-height: 1em;
  margin-right: 15px;
}
.sections-social.social-default {
  padding-top: 75px;
  padding-bottom: 5px;
}
.media:first-child {
  margin-top: 0;
}
.media-middle {
  vertical-align: middle;
}
.sections-social.social-default .media-heading {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.26em;
  color: #292929;
}
.media-headingP {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
@media (max-width: 767px) {
  .sections-social.social-default .media--body,
  .sections-social.social-default .media-left {
    text-align: center;
    display: block;
  }
}
@media (max-width: 767px) {
  .sections-social.social-default .media-body {
    margin-top: 10px;
  }
}
.text-right {
  text-align: right;
}
.fa-facebook-official:before {
  color: #3e5b98;
}
.fa-twitter-square:before {
  color: #4da7de;
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  color: #dd4b39;
}
.fa-share-square:before {
  color: #f51d1d;
}
.fa-star,
.fa-star-half-o {
  color: #f5a623;
}
.product-info .__user-value {
  display: block;
  margin-top: 6px;
}
.product-info {
  color: #7a7a7a;
  font-size: 14px;
}
.footer-default {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 1.43em;
}
.footers {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-default .copyright-section {
  font-weight: 500;
}
.footer-default .list-inline > li {
  padding: 0;
}
.s-line-1 {
  margin-top: 70px;
  border-top: 1px solid #e6e6e6;
}
.list-inline a {
  color: #a3a3a3;
}
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
}
.play-modal,
.play-modal .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.9);
}
.play-modal .modal {
  display: none;
}
.iframe-box {
  width: 600px;
  height: 390px;
  margin: 100px auto 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.iframe-box iframe {
  width: 100%;
  height: 389px;
}
@media (max-width: 600px) {
  .iframe-box {
    width: 320px;
    height: 208px;
  }
  .iframe-box iframe {
    height: 207px;
  }
}
#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111111;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#cboxContent {
  background-color: #fff;
  max-width: 598px;
  border: 15px solid rgba(0, 0, 0, 0.9);
  display: block;
  border-radius: 15px;
  margin: 120px auto 0;
  padding-bottom: 65px;
}
.box_title {
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.26em;
  color: #292929;
}
.box__content {
  padding: 0 100px;
  color: #7a7a7a;
}
#box_img {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .col-sm-4 {
    width: 33.33333333%;
  }
}
.relative {
  position: relative;
}
@media (min-width: 768px) {
  .col-sm-8 {
    width: 66.66666667%;
  }
}
.form-search #searchResult .media-heading {
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 1.26em;
  color: #292929;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.form-control .table-cell {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.form-search #searchResult .btn {
  margin-left: 15px;
}
.btn-danger {
  background-color: #f51d1d;
}
.btn {
  height: 40px;
  min-width: 140px;
  font-size: 15px;
  line-height: 1.33;
  padding: 10px 36px;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form-search #searchResult .video-info__downloading,
.form-search #searchResult .video-info__duration,
.form-search #searchResult .video-info__size,
.form-search #searchResult .video-info__size-error {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.43em;
  color: #7a7a7a;
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
  }
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
#video__info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 762px) {
  .video__size {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 22px;
  }
}
@media (max-width: 762px) {
  .addthis_inline_share_toolbox {
    text-align: center;
    margin: 0 !important;
  }
}
@media (max-width: 762px) {
  .a_button {
    width: 100%;
    margin: auto !important;
  }
  .buttons-group {
    margin: auto;
  }
}
@media (max-width: 762px) {
  .form-search #searchResult .btn {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 762px) {
  #video_types {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
.fa-youtube-play {
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 68px;
  height: 48px;
  left: 46.5%;
  top: 40.5%;
  left: calc(50% - 34px);
  top: calc(50% - 24px);
  left: -webkit-calc(50% - 34px);
  top: -webkit-calc(50% - 24px);
  left: -moz-calc(50% - 34px);
  top: -moz-calc(50% - 24px);
  left: -khtml-calc(50% - 34px);
  top: -khtml-calc(50% - 24px);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
}
.video-info__content {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 762px) {
  .video-info__content {
    display: block;
  }
}
#video_types {
  width: auto;
  height: 40px;
  min-width: 140px;
}
.a_button {
  border: none;
  border-radius: 4px;
  line-height: 29px;
  background-color: #f51d1d;
}
#mp3_button,
.a_button {
  margin-left: 15px;
  min-width: 140px;
  height: 40px;
}
#mp3_button {
  border-radius: 4px;
  line-height: 19px;
  background-color: #fff;
  color: #f51d1d;
  font-weight: 600;
  border: 1px solid #f51d1d;
  padding: 10px 26px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#mp3_button:hover {
  background-color: #f51d1d;
  color: #fff;
}
.result-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 185px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.fa-play {
  content: "";
  position: absolute;
  background-color: #292929;
  display: table-cell;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  width: 68px;
  height: 48px;
  left: 46.5%;
  top: 40.5%;
  left: calc(50% - 34px);
  top: calc(46% - 24px);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 12px;
}
.fa-play:hover,
.start:hover {
  background-color: #f51d1d;
}
.fa-play:before {
  content: "";
}
.fa-play:after {
  margin: 14px auto 0 26px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #fff;
  display: block;
  content: "";
  width: 0;
  height: 0;
  vertical-align: middle;
}
.video__duration {
  font-size: 14px;
  color: #7a7a7a;
  margin-left: 22px;
}
#video_message {
  margin-bottom: 15px;
}
.h4_title {
  margin-bottom: 25px;
  font-size: 19px;
  line-height: 1.26em;
  color: #292929;
}
.video-info__size {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.43em;
  color: #7a7a7a;
}
.paly-modal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
#spin {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  display: inline-block;
  background-image: url("../img/spinner.png")
    /*tpa=https://www.youtubnow.co/img/spinner.png*/;
  vertical-align: sub;
  -webkit-animation-name: roll;
  animation-name: roll;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#convertingMp3 {
  border-color: rgba(245, 29, 29, 0.4);
  margin-left: 15px;
}
#convertingMp3:hover {
  background-color: #faf9f7;
  color: #f51d1d;
}
.panel-title a {
  text-decoration: none;
}
.panel-body {
  padding: 10px 10px 40px 48px;
  font-size: 15px;
  line-height: 1.6em;
  color: #7a7a7a;
}
#downloader_error,
#ios-android {
  font-size: 17px;
  font-weight: 500;
}
#downloader_error {
  color: #f51d1d;
}
.keyword_result {
  display: inline-block;
  display: none;
  max-height: 500px;
  overflow: scroll;
  border-radius: 10px;
}
.item_result {
  display: block;
  border: 0;
  padding: 0;
  margin-bottom: 32px;
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.item_result a {
  cursor: pointer;
  color: #333;
  text-decoration: underline;
  font-size: 16px;
}
.item_result img {
  border-radius: 8px;
  width: 100%;
  height: 112px;
  vertical-align: middle;
}
.item_result span {
  position: absolute;
  right: 4px;
  bottom: 104px;
  display: inline-block;
  padding: 4px 6px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
}
.search-info {
  text-align: left;
}
.search-info .item_info {
  display: block;
  font-size: 14px;
  color: #333;
  margin: 16px 0 6px;
  text-decoration: none;
  height: 36px;
  overflow: hidden;
}
.search-info .item_info a {
  padding: 0;
}
.search-info .item_info:hover {
  color: #c10741;
}
.search-info .down-btn {
  padding: 6px 27px;
  font-size: 14px;
  text-indent: 12px;
  display: inline-block;
  color: #fff;
  background: url("../img/download-icon.png")
    /*tpa=https://www.youtubnow.co/img/download-icon.png*/ no-repeat 22px 11px
    #5db85d;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 0;
  text-decoration: none;
}
.load-btn {
  display: none;
  text-align: center;
}
.see-more {
  max-width: 433px;
  width: 100%;
  background: #f20a51;
  color: #fff;
  padding: 9px 0;
  border: 0;
  border-radius: 5px;
  margin: 36px 0 20px;
  outline: none;
}
#upgrade-button-red {
  background: unset;
  position: relative;
  font-size: 16px;
  color: #ff0202;
  text-decoration: underline;
}
#upgrade-button-red:after {
  content: "to download in high quality";
  position: absolute;
  display: block;
  top: 6px;
  left: 160px;
  color: #000;
}
@media (max-width: 767px) {
  #upgrade-button-red:after {
    bottom: -20px;
    left: 50%;
    top: unset;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
#upgrade-button-blue {
  background: unset;
  position: relative;
  font-size: 16px;
  color: #3b7eff;
  text-decoration: underline;
}
#upgrade-button-blue:after {
  content: "to download in high quality";
  position: absolute;
  display: block;
  top: 6px;
  left: 160px;
  color: #000;
}
@media (max-width: 767px) {
  #upgrade-button-blue:after {
    bottom: -20px;
    left: 50%;
    top: unset;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
#upgrade-button-green {
  background: unset;
  position: relative;
  font-size: 16px;
  color: #0ac668;
  text-decoration: underline;
}
#upgrade-button-green:after {
  content: "to download in high quality";
  position: absolute;
  display: block;
  top: 6px;
  left: 160px;
  color: #000;
}
@media (max-width: 767px) {
  #upgrade-button-green:after {
    bottom: -20px;
    left: 50%;
    top: unset;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }
}
#video_types {
  font-size: 16px;
}
#video_types label {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
}
#video_types option {
  width: 100%;
  height: 50px;
  line-height: 32px;
  padding: 0 5px;
  cursor: pointer;
}
#video_types option.pro {
  position: relative;
}
#video_types option.pro:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 16px;
  background: url("../img/download/pro.svg")
    /*tpa=https://www.youtubnow.co/img/download/pro.svg*/ no-repeat;
  right: -38px;
}
