@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700,900");

body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #2f4050;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* PACE PLUGIN
-------------------------------------------------- */
.landing-page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}

body.landing-page {
  color: #676a6c;
  font-family: 'Raleway', helvetica, arial, sans-serif;
  background-color: #fff;
}
.landing-page {
  /* CUSTOMIZE THE NAVBAR
  -------------------------------------------------- */
  /* Flip around the padding for proper display in narrow viewports */
  /* BACKGROUNDS SLIDER
  -------------------------------------------------- */
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  /* Carousel base class */
  /* Since positioning the image, we need to help out the caption */
  /* Declare heights because of positioning of img element */
  /* Sections
  ------------------------- */
  /* Buttons - only primary custom button
  ------------------------- */
  /* RESPONSIVE CSS
  -------------------------------------------------- */
}
.landing-page .container {
  overflow: hidden;
}
.landing-page span.navy {
  color: #1ab394;
}
.landing-page p.text-color {
  color: #676a6c;
}
.landing-page a.navy-link {
  color: #1ab394;
  text-decoration: none;
}
.landing-page a.navy-link:hover {
  color: #179d82;
}

.landing-page address {
  font-size: 13px;
}
.landing-page h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}
.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}
.landing-page .navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}
.landing-page .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.landing-page .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
/*.landing-page .navbar-default.navbar-scroll {*/
  /*background-color: #fff;*/
  /*border-color: #fff;*/
  /*padding: 15px 0;*/
/*}*/

/* logo styles*/

.landing-page .navbar-default .navbar-brand .top-scrolled-logo{
  display:inline;
}

.landing-page .navbar-default .navbar-brand .mid-scrolled-logo{
  display: none;
}

/*.landing-page .navbar-default.navbar-scroll .navbar-brand .mid-scrolled-logo{*/
  /*display:inline;*/
/*}*/

/*.landing-page .navbar-default.navbar-scroll .navbar-brand .top-scrolled-logo{*/
  /*display: none;*/
/*}*/

.landing-page .navbar-default {
  background-color: #0074D9;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}
.landing-page .navbar-default .nav li a {
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
}
.landing-page .navbar-nav > li > a {
  font-family:'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  /* Text style for "" */
  color: #474747;
  /* Text style for "" */
  color: #000000;
  padding-top: 25px;
  border-top: 6px solid transparent;
}
.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #1ab394;
}
.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
  color: white;
  background: inherit;
}
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fff;
}
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #ffffff;
}
/*.landing-page .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {*/
  /*background: transparent;*/
  /*color: inherit;*/
/*}*/
.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
  color: #fff;
}
.landing-page .navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  padding: 23px 20px 5px 0;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
}
/*.landing-page .navbar-scroll.navbar-default .nav li a {*/
  /*color: #676a6c;*/
/*}*/
/*.landing-page .navbar-scroll.navbar-default .nav li a:hover {*/
  /*color: #1ab394;*/
/*}*/
/*.landing-page .navbar-wrapper .navbar.navbar-scroll {*/
  /*padding-top: 0;*/
  /*padding-bottom: 5px;*/
  /*border-bottom: 1px solid #e7eaec;*/
  /*border-radius: 0;*/
/*}*/
.landing-page .nav {
  padding: 20px 10px 0 10px;
  min-height: 80px;
  height: 100%;
  /*display: flex;*/
  /*align-items: center;*/
}

.landing-page .nav > li.active {
  border: none;
  background: inherit;
}
.landing-page .nav > li > a {
  padding: 0 10px 0 10px;
  margin: 0 10px;
}

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  border-top: 6px solid #1ab394;
}
.landing-page .navbar-fixed-top {
  border: none !important;
}
/*.landing-page .navbar-fixed-top.navbar-scroll {*/
  /*border-bottom: 1px solid #e7eaec !important;*/
/*}*/
/*.landing-page .navbar.navbar-scroll .navbar-brand {*/
  /*border-radius: 5px;*/
  /*font-size: 12px;*/
  /*height: auto;*/
/*}*/
.landing-page .header-back {
  height: 608px;
  width: 100%;
}
.landing-page .header-back.one {
  background: url('../img/slider1.jpg') 100% no-repeat;
  background-size: cover;
  background-position-x: center;
}
.landing-page .header-back.two {
  background: url('../img/slider2.jpg') 100% no-repeat;
  background-size: cover;
  background-position-x: center;
}
.landing-page .header-back.three {
  background: url('../img/slider3.jpg') 100% no-repeat;
  background-size: cover;
  background-position-x: center;
}
.landing-page .carousel {
  height: 608px;
}
.landing-page .carousel-caption {
  z-index: 10;
}
.landing-page .carousel .item {
  height: 608px;
  background-color: #777;
}
.landing-page .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 608px;
}
.landing-page .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.landing-page .carousel-fade .carousel-inner .active {
  opacity: 1;
}
.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.landing-page .carousel-fade .carousel-control {
  z-index: 2;
}
.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
  background: none;
}
.landing-page .carousel-control {
  width: 6%;
}
.landing-page .carousel-inner .container {
  position: relative;
  overflow: visible;
}
.landing-page .carousel-inner {
  overflow: visible;
}
.landing-page .carousel-caption {
  position: relative;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
  background: #0074D9;
}
.landing-page .carousel-caption.blank {
  text-align: center;
  top: 140px;
}

/*landing main style*/
.landing-page .color-blue{
  color: #0057ff;
}
.landing-page .indentation{
  margin-top: -50px;
}

.landing-page .blue-button{
  border-radius: 26px;
  background-color: #0057ff;
  padding:14px 21px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
}
.btn-blue{
  background: #0057ff;
  border-radius: 27px;
  /* box-shadow: 0px 30px 30px -20px #0057ff; */
  opacity: 1;
  font-size: 16px;
  font-weight: bold;
  color: white;
  height: 54px;
  padding: 12px 20px;
  margin: 0 auto 30px;
  transition: 1s;
}
.buttons .btn-blue{
  font-size: 12px;
}
.btn-blue:hover{
  box-shadow: 0px 20px 35px -15px #0057ff;
  color: white;
}
.landing-page .mt-21{
  margin-top: 21px;
  margin-bottom: 40px;
}
.landing-page .mt-21 .btn-blue{
  padding: 15px 30px
}
.landing-page .pt-em-7{
  padding-top: 7em;
}
.landing-page .pb-em-7{
  padding-bottom: 7em;
}

/*landing first*/
.landing-page .header-text{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  color: #ffffff;
  padding: 21px;
}
.landing-page .main-text{
  color: #ffffff;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 21px;
}
.landing-page .first-section-text{
  min-height: 950px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  padding-top: 250px;
  text-align: center;
}
.landing-page .first-section{
  background: #0074D9;
}
.landing-page .wave-section{
  /*background-image: url("../img/wave.png");*/
  background-image: url("../img/wave.webp");
  background-size: 100% 80%;
  background-repeat: no-repeat ;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 500px;
}
.landing-page .mackbook{
  width: 100%;
  /*max-height: 780px;*/
  max-width: 1350px;
  padding-top: 0px;
}

/*feaatures*/
.landing-page .feature-block{
  width: 400px;
  margin: auto;
  text-align: center;
}

.landing-page .block-main-text{
  color: #474747;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.landing-page .block-header-text {
  color: #474747;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 19px 52px 12px 51px;
}
.landing-page .feature-header-text{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 28px;
}



.landing-page .features{
  padding-top: 400px;
  padding-bottom: 30px;
  position: relative;
  /*background-image: url("../img/wave-features.png") ;*/
  background-image: url("../img/wave-features.webp") ;
  background-repeat: no-repeat;
  background-position-y: 54%;
  background-size: 100%;
}

/* plans */
.plans-container{
  /*padding: 15px 0px 15px 130px;*/
}

.landing-page .plans-buttons{
  padding: 0 20px 0 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  bottom: -24px;
}

.icon-check-blue{
  background-image: url("../img/check.png");
}
.landing-page .plans-table th{
  padding-top: 40px;
  font-size: 24px;
  line-height: 24px;
  color: rgb(0,87,255);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}
.landing-page .plans-table td{
  padding: 0px 20px;
  border-left: 1px solid #f8fbfa;
  border-right: 1px solid #f8fbfa;
  vertical-align: middle;
  height: 30px;
  line-height: 40px;
}
.landing-page .plans-table td > div{
  border-bottom: 1px solid #f8fbfa;
  /*border-top: 1px solid #f8fbfa;*/
  /*height: 40px;*/
  box-sizing: content-box;
}
.landing-page .plans-table .cheked_td{
  width: 14px;
  height: 40px;
  margin: 0 auto;
  background: url(/img/check.png);
  background-repeat: no-repeat;
  background-position: center;
}

.landing-page .plans-table .shape_td{
  width: 14px;
  height: 40px;
  margin: 0 auto;
  background: url(/img/shape.png);
  background-repeat: no-repeat;
  background-position: center;
}

.landing-page .plans-table td{
  width: 18.5%;
  font-size: 16px;
  text-align: center;

}
.landing-page .plans-table  td:first-child{
  padding-left: 2em;
  font-size: 16px;
  line-height: 36px;
  color: rgb(71,71,71);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-align: left;
  width: 26%;
}

.landing-page .plans-table  tr:first-child{
  font-size: 16px;
  color: rgb(71,71,71);
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.landing-page .plans-table .buttons td{
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.landing-page .plans-footer{
  text-align: center;
  padding: 56px 0;
  background-color: #f5f5f5;
  font-size: 15px;
  line-height: 24px;
  color: rgb(71,71,71);
  font-family: "Rubik",sans-serif;
}

/*RESPONSIVE*/

@media (min-width: 992px) and (max-width: 1200px) {
  .landing-page .features{
    padding-top: 440px;
    background-position-y: 53%;
  }

  .landing-page .first-section-text{
    min-height: 750px;
    padding-top: 160px;
  }

  .landing-page .wave-section {
    top: 450px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .landing-page .features{
    padding-top: 380px;
    background-position-y: 60%;
  }

  .landing-page .first-section-text{
    min-height: 750px;
    padding-top: 160px;
  }

  .landing-page .wave-section {
    /*background-image: url(../img/wave.png);*/
    background-image: url(../img/wave.webp);
    background-size: 100% 80%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 450px;
  }
  .landing-page .indentation{
    margin-top: 30px;
  }
}

@media (max-width: 768px){
  .landing-page .first-section-text{
    min-height: 600px;
    padding-top: 190px;
  }

  .oneklix-footer{
    text-align: center;
  }

  .landing-page .wave-section {
    display: none;
    /*background-image: url(../img/wave.png);*/
    background-image: url(../img/wave.webp);
    background-size: 100% 80%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 450px;
    min-height: 500px;
  }

  .landing-page .mackbook{
    display: none;
  }

  .landing-page .feature-block{
    width: 100%;
  }
  .landing-page .features{
    padding-top: 28px;
    background-position-y: 50%;
  }

}




.landing-page .carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}
.landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 55px;
  text-shadow: none;
  letter-spacing: -1.5px;
}
.landing-page .carousel-caption p {
  text-shadow: none;
}
.landing-page .caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.landing-page .caption-link:hover {
  text-decoration: none;
  color: inherit;
}
.landing-page .services {
  padding-top: 60px;
}
.landing-page .services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}
.landing-page .features-block {
  margin-top: 40px;
}
.landing-page .features-text {
  margin-top: 40px;
}
.landing-page .features small {
  color: #1ab394;
}
.landing-page .features h2 {
  font-size: 18px;
  margin-top: 5px;
}
.landing-page .features-text-alone {
  margin: 40px 0;
}
.landing-page .features-text-alone h1 {
  font-weight: 200;
}
.landing-page .features-icon {
  color: #1ab394;
  font-size: 40px;
}
.landing-page .navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}
.landing-page .gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}
.landing-page .team-member {
  text-align: center;
}
.landing-page .team-member img {
  margin: auto;
}
.landing-page .social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}
.landing-page .social-icon a:hover {
  background: #179d82;
}
.landing-page .img-small {
  height: 88px;
  width: 88px;
}
.landing-page .pricing-plan {
  border-radius: 4px;
  background: #f4f7fb;

}
.landing-page .pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4;
}
.landing-page .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #4a4a4a;
  font-size: 17px;
}
.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}
.landing-page li.pricing-desc {
  font-size: 15px;
  border-top: none;
  padding: 20px 16px;
}
.landing-page li.pricing-title {
  color: #1ab394;
  padding: 10px;
  padding-top: 30px;
  border-radius: 4px 4px 0 0;
  font-size: 33px;
  font-weight: 600;
  font-family: 'Raleway', helvetica, arial, sans-serif;
}
.landing-page .testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #1ab394;
  background-image: url('../img/avatar_all.png');
}
.landing-page .big-icon {
  font-size: 56px !important;
}
.landing-page .features .big-icon {
  color: #1ab394 !important;
}
.landing-page .contact {
  background-image: url('../img/landing/word_map.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
}
.landing-page section.timeline {
  padding-bottom: 30px;
}
.landing-page section.comments {
  padding-bottom: 80px;
}
.landing-page .comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
  margin-bottom: 25px;
}
.landing-page .comments-avatar .commens-name {
  font-weight: 600;
  font-size: 14px;
}
.landing-page .comments-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}
.landing-page .bubble {
  position: relative;
  height: 120px;
  padding: 20px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 14px;
}
.landing-page .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}
.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.landing-page .btn-danger.btn-outline:hover {
  color: #fff;
}
.landing-page .btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}
.landing-page .btn-primary:hover,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-color: #179d82;
  border-color: #179d82;
  color: #FFFFFF;
}
.landing-page .btn-primary:active,
.landing-page .btn-primary.active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-image: none;
}
.landing-page .btn-primary.disabled,
.landing-page .btn-primary.disabled:hover,
.landing-page .btn-primary.disabled:focus,
.landing-page .btn-primary.disabled:active,
.landing-page .btn-primary.disabled.active,
.landing-page .btn-primary[disabled],
.landing-page .btn-primary[disabled]:hover,
.landing-page .btn-primary[disabled]:focus,
.landing-page .btn-primary[disabled]:active,
.landing-page .btn-primary.active[disabled],
.landing-page fieldset[disabled] .btn-primary,
.landing-page fieldset[disabled] .btn-primary:hover,
.landing-page fieldset[disabled] .btn-primary:focus,
.landing-page fieldset[disabled] .btn-primary:active,
.landing-page fieldset[disabled] .btn-primary.active {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}
@media (min-width: 769px) {
  .landing-page .sign-up-button{
    /*width: 90px;*/
    height: 38px;
    background: blue;
    border-radius: 19px;
    text-align: center;
  }
  .landing-page {
    /* Navbar positioning foo */
    /* The navbar becomes detached from the top, so we round the corners */
    /* Bump up size of carousel content */
  }
  .landing-page .navbar-wrapper {
    margin-top: 20px;
  }
  .landing-page .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .landing-page .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .landing-page .carousel-caption p {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.4;
  }
  .landing-page .featurette-heading {
    font-size: 50px;
  }

}
@media (max-width: 992px) {
  .landing-page .carousel-image {
    display: none;
  }

}
@media screen and (max-width: 992px) and (min-width: 768px){
  .landing-page header .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .landing-page .carousel-caption,
  .landing-page .carousel-caption.blank {
    left: 5%;
    top: 95px;
  }
  .landing-page .carousel-caption h1 {
    font-size: 28px;
  }
  /*.landing-page .navbar.navbar-scroll .navbar-brand {*/
    /*margin-top: 6px;*/
  /*}*/
  .landing-page .navbar-default {
    background-color: #000;
    border-color: #fff;
    padding: 15px 0;
  }
  .landing-page .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
  }
  .landing-page .navbar-default .nav li a {
    color: #ffffff;
  }
  .landing-page .navbar-default .nav li a:hover {
    color: #0057ff;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  .landing-page .nav > li > a {
    padding: 25px 10px 15px 10px;
  }
  .landing-page .navbar-nav > li > a {
    padding: 20px 10px;
  }
  .landing-page .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  .landing-page .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  .landing-page .navbar-default .navbar-nav > .active > a,
  .landing-page .navbar-default .navbar-nav > .active > a:hover {
    color: inherit;
  }
  .landing-page .carousel-control {
    display: none;
  }

}
@media (min-width: 992px) {
  .landing-page .featurette-heading {
    margin-top: 120px;
  }

}
@media (max-width: 768px) {
  .landing-page .navbar .navbar-header {
    display: flex;
    padding-bottom: 11px;
    float: none;
    justify-content: space-between;
    align-items: center;
  }
  .landing-page .navbar .navbar-header .navbar-toggle {
    background-color: #ffffff;
    padding: 8px 10px 8px 10px;
    border: none;
    height: 34px;
    align-content: center;
    order: 2;
  }
  .landing-page .plans-table td{
    width: 50%;
  }
}
body.rtls {
  /* Theme config */
}
body.rtls #page-wrapper {
  margin: 0 220px 0 0;
}
body.rtls .nav-second-level li a {
  padding: 7px 35px 7px 10px;
}
body.rtls .ibox-title h5 {
  float: right;
}
body.rtls .pull-right {
  float: left !important;
}
body.rtls .pull-left {
  float: right !important;
}
body.rtls .ibox-tools {
  float: left;
}
body.rtls .stat-percent {
  float: left;
}
body.rtls .navbar-right {
  float: left !important;
}
body.rtls .navbar-top-links li:last-child {
  margin-left: 40px;
  margin-right: 0;
}
body.rtls .minimalize-styl-2 {
  float: right;
  margin: 14px 20px 5px 5px;
}
body.rtls .feed-element > .pull-left {
  margin-left: 10px;
  margin-right: 0;
}
body.rtls .timeline-item .date {
  text-align: left;
}
body.rtls .timeline-item .date i {
  left: 0;
  right: auto;
}
body.rtls .timeline-item .content {
  border-right: 1px solid #e7eaec;
  border-left: none;
}
body.rtls .theme-config {
  left: 0;
  right: auto;
}
body.rtls .spin-icon {
  border-radius: 0 20px 20px 0;
}
body.rtls .toast-close-button {
  float: left;
}
body.rtls #toast-container > .toast:before {
  margin: auto -1.5em auto 0.5em;
}
body.rtls #toast-container > div {
  padding: 15px 50px 15px 15px;
}
body.rtls .center-orientation .vertical-timeline-icon i {
  margin-left: 0;
  margin-right: -12px;
}
body.rtls .vertical-timeline-icon i {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -12px;
}
body.rtls .file-box {
  float: right;
}
body.rtls ul.notes li {
  float: right;
}
body.rtls .chat-users,
body.rtls .chat-statistic {
  margin-right: -30px;
  margin-left: auto;
}
body.rtls .dropdown-menu > li > a {
  text-align: right;
}
body.rtls .b-r {
  border-left: 1px solid #e7eaec;
  border-right: none;
}
body.rtls .dd-list .dd-list {
  padding-right: 30px;
  padding-left: 0;
}
body.rtls .dd-item > button {
  float: right;
}
body.rtls .theme-config-box {
  margin-left: -220px;
  margin-right: 0;
}
body.rtls .theme-config-box.show {
  margin-left: 0;
  margin-right: 0;
}
body.rtls .spin-icon {
  right: 0;
  left: auto;
}
body.rtls .skin-settings {
  margin-right: 40px;
  margin-left: 0;
}
body.rtls .skin-settings {
  direction: ltr;
}
body.rtls .footer.fixed {
  margin-right: 220px;
  margin-left: 0;
}
@media (max-width: 992px) {
  body.rtls .chat-users,
  body.rtls .chat-statistic {
    margin-right: 0;
  }
}
body.rtls.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0;
}
body.rtls.mini-navbar.fixed-sidebar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0;
}
body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}
.body-small.rtls.top-navigation .navbar-header {
  float: none;
}
body.rtls.top-navigation #page-wrapper {
  margin: 0;
}
body.rtls.mini-navbar #page-wrapper {
  margin: 0 70px 0 0;
}
body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
  margin: 0 0 0 0;
}
body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 220px 0 0;
}
body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
}
.body-small.rtls .navbar-fixed-top {
  margin-right: 0;
}
.body-small.rtls .navbar-header {
  float: right;
}
body.rtls .navbar-top-links li:last-child {
  margin-left: 20px;
}
body.rtls .top-navigation #page-wrapper,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper {
  margin: 0;
}
body.rtls .top-navigation .footer.fixed,
body.rtls.top-navigation .footer.fixed {
  margin: 0;
}
@media (max-width: 768px) {
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px;
  }
  .body-small.rtls #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px;
  }
  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block;
  }
  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
}
.rtls .ltr-support {
  direction: ltr;
}
.rtls.mini-navbar .nav-second-level,
.rtls.mini-navbar li.active .nav-second-level {
  left: auto;
  right: 70px;
}
.rtls #right-sidebar {
  left: -260px;
  right: auto;
}
.rtls #right-sidebar.sidebar-open {
  left: 0;
}
/*
 *
 *   This is style for skin config
 *   Use only in demo theme
 *
*/
.theme-config {
  position: absolute;
  top: 90px;
  right: 0;
  overflow: hidden;
}
.theme-config-box {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}
.theme-config-box.show {
  margin-right: 0;
}
.spin-icon {
  background: #1ab394;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 40px;
  color: #fff;
  cursor: pointer;
}
.skin-settings {
  width: 220px;
  margin-left: 40px;
  background: #f3f3f4;
}
.skin-settings .title {
  background: #efefef;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}
.setings-item {
  padding: 10px 30px;
}
.setings-item.skin {
  text-align: center;
}
.setings-item .switch {
  float: right;
}
.skin-name a {
  text-transform: uppercase;
}
.setings-item a {
  color: #fff;
}
.default-skin,
.blue-skin,
.ultra-skin,
.yellow-skin {
  text-align: center;
}
.default-skin {
  font-weight: 600;
  background: #283A49;
}
.default-skin:hover {
  background: #1e2e3d;
}
.blue-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-1.png") repeat scroll 0 0;
}
.blue-skin:hover {
  background: #0d8ddb;
}
.yellow-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-3.png") repeat scroll 0 100%;
}
.yellow-skin:hover {
  background: #ce8735;
}
.ultra-skin {
  padding: 20px 10px;
  font-weight: 600;
  background: url("patterns/3.png") repeat scroll 0 0;
}
.ultra-skin:hover {
  background: url("patterns/4.png") repeat scroll 0 0;
}
/*
 *
 *   SKIN 1 - INSPINIA - Responsive Admin Theme
 *   NAME - Blue light
 *
*/
.skin-1 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}
.skin-1 .navbar-top-links li:last-child {
  margin-right: 30px;
}
.skin-1.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-1 .spin-icon {
  background: #0e9aef !important;
}
.skin-1 .nav-header {
  background-color: #0e9aef;
  background-image: url('patterns/header-profile-skin-1.png');
}
.skin-1.mini-navbar .nav-second-level {
  background: #3e495f;
}
.skin-1 .breadcrumb {
  background: transparent;
}
.skin-1 .page-heading {
  border: none;
}
.skin-1 .nav > li.active {
  background: #3a4459;
}
.skin-1 .nav > li > a {
  color: #9ea6b9;
}
.skin-1 ul.nav-second-level {
  background-color: inherit;
}
.skin-1 .nav > li.active > a {
  color: #fff;
}
.skin-1 .navbar-minimalize {
  background: #0e9aef;
  border-color: #0e9aef;
}
body.skin-1 {
  background: #3e495f;
}
.skin-1 .navbar-static-top {
  background: #ffffff;
}
.skin-1 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}
.fixed-nav.skin-1 .navbar-fixed-top {
  background: #fff;
}
.skin-1 .wrapper-content {
  padding: 30px 15px;
}
.skin-1 #page-wrapper {
  background: #f4f6fa;
}
.skin-1 .ibox-title,
.skin-1 .ibox-content {
  border-width: 1px;
}
.skin-1 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-1 .nav > li.active {
  border: none;
}
.skin-1 .nav-header {
  padding: 35px 25px 25px 25px;
}
.skin-1 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}
.skin-1 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}
.skin-1 .profile-element {
  text-align: center;
}
.skin-1 .img-circle {
  border-radius: 5px;
}
.skin-1 .navbar-default .nav > li > a:hover,
.skin-1 .navbar-default .nav > li > a:focus {
  background: #3a4459;
  color: #fff;
}
.skin-1 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-1 .nav.nav-tabs > li.active {
  background: transparent;
}
/*
 *
 *   SKIN 2 - INSPINIA - Responsive Admin Theme
 *   NAME - Inspinia Ultra
 *
*/
body.skin-2 {
  color: #565758 !important;
}
.skin-2 .minimalize-styl-2 {
  margin: 14px 5px 5px 25px;
}
.skin-2 .navbar-top-links li:last-child {
  margin-right: 25px;
}
.skin-2 .spin-icon {
  background: #23c6c8 !important;
}
.skin-2 .nav-header {
  background-color: #23c6c8;
  background-image: url('patterns/header-profile-skin-2.png');
}
.skin-2.mini-navbar .nav-second-level {
  background: #ededed;
}
.skin-2 .breadcrumb {
  background: transparent;
}
.skin-2.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-2 .page-heading {
  border: none;
  background: rgba(255, 255, 255, 0.7);
}
.skin-2 ul.nav-second-level {
  background-color: inherit;
}
.skin-2 .nav > li.active {
  background: #e0e0e0;
}
.skin-2 .logo-element {
  padding: 17px 0;
}
.skin-2 .nav > li > a,
.skin-2 .welcome-message {
  color: #edf6ff;
}
.skin-2 #top-search::-moz-placeholder {
  color: #edf6ff;
  opacity: 0.5;
}
.skin-2 #side-menu > li > a,
.skin-2 .nav.nav-second-level > li > a {
  color: #586b7d;
}
.skin-2 .nav > li.active > a {
  color: #213a53;
}
.skin-2.mini-navbar .nav-header {
  background: #213a53;
}
.skin-2 .navbar-minimalize {
  background: #23c6c8;
  border-color: #23c6c8;
}
.skin-2 .border-bottom {
  border-bottom: none !important;
}
.skin-2 #top-search {
  color: #fff;
}
body.skin-2 #wrapper {
  background-color: #ededed;
}
.skin-2 .navbar-static-top {
  background: #213a53;
}
.fixed-nav.skin-2 .navbar-fixed-top {
  background: #213a53;
  border-bottom: none !important;
}
.skin-2 .nav-header {
  padding: 30px 25px 30px 25px;
}
.skin-2 .dashboard-header {
  background: rgba(255, 255, 255, 0.4);
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 20px 30px;
}
.skin-2 .wrapper-content {
  padding: 30px 15px;
}
.skin-2 .dashoard-1 .wrapper-content {
  padding: 0 30px 25px 30px;
}
.skin-2 .ibox-title {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  margin-bottom: 1px;
}
.skin-2 .ibox-content {
  background: rgba(255, 255, 255, 0.4);
  border: none !important;
}
.skin-2 #page-wrapper {
  background: #f6f6f6;
  background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -o-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f6f6f6 20%, #d5d5d5 100%);
  background: radial-gradient(ellipse at center, #f6f6f6 20%, #d5d5d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)";
}
.skin-2 .ibox-title,
.skin-2 .ibox-content {
  border-width: 1px;
}
.skin-2 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-2 .nav > li.active {
  border: none;
}
.skin-2 .nav-header a.dropdown-toggle {
  color: #edf6ff;
  margin-top: 10px;
}
.skin-2 .nav-header a.dropdown-toggle .text-muted {
  color: #edf6ff;
  opacity: 0.8;
}
.skin-2 .img-circle {
  border-radius: 10px;
}
.skin-2 .nav.navbar-top-links > li > a:hover,
.skin-2 .nav.navbar-top-links > li > a:focus {
  background: #1a2d41;
}
.skin-2 .navbar-default .nav > li > a:hover,
.skin-2 .navbar-default .nav > li > a:focus {
  background: #e0e0e0;
  color: #213a53;
}
.skin-2 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-2 .nav.nav-tabs > li.active {
  background: transparent;
}
/*
 *
 *   SKIN 3 - INSPINIA - Responsive Admin Theme
 *   NAME - Yellow/purple
 *
*/
.skin-3 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}
.skin-3 .navbar-top-links li:last-child {
  margin-right: 30px;
}
.skin-3.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}
.skin-3 .spin-icon {
  background: #ecba52 !important;
}
body.boxed-layout.skin-3 #wrapper {
  background: #3e2c42;
}
.skin-3 .nav-header {
  background-color: #ecba52;
  background-image: url('patterns/header-profile-skin-3.png');
}
.skin-3.mini-navbar .nav-second-level {
  background: #3e2c42;
}
.skin-3 .breadcrumb {
  background: transparent;
}
.skin-3 .page-heading {
  border: none;
}
.skin-3 ul.nav-second-level {
  background-color: inherit;
}
.skin-3 .nav > li.active {
  background: #38283c;
}
.fixed-nav.skin-3 .navbar-fixed-top {
  background: #fff;
}
.skin-3 .nav > li > a {
  color: #948b96;
}
.skin-3 .nav > li.active > a {
  color: #fff;
}
.skin-3 .navbar-minimalize {
  background: #ecba52;
  border-color: #ecba52;
}
body.skin-3 {
  background: #3e2c42;
}
.skin-3 .navbar-static-top {
  background: #ffffff;
}
.skin-3 .dashboard-header {
  background: transparent;
  border-bottom: none !important;
  border-top: none;
  padding: 20px 30px 10px 30px;
}
.skin-3 .wrapper-content {
  padding: 30px 15px;
}
.skin-3 #page-wrapper {
  background: #f4f6fa;
}
.skin-3 .ibox-title,
.skin-3 .ibox-content {
  border-width: 1px;
}
.skin-3 .ibox-content:last-child {
  border-style: solid solid solid solid;
}
.skin-3 .nav > li.active {
  border: none;
}
.skin-3 .nav-header {
  padding: 35px 25px 25px 25px;
}
.skin-3 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}
.skin-3 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: 0.8;
}
.skin-3 .profile-element {
  text-align: center;
}
.skin-3 .img-circle {
  border-radius: 5px;
}
.skin-3 .navbar-default .nav > li > a:hover,
.skin-3 .navbar-default .nav > li > a:focus {
  background: #38283c;
  color: #fff;
}
.skin-3 .nav.nav-tabs > li.active > a {
  color: #555;
}
.skin-3 .nav.nav-tabs > li.active {
  background: transparent;
}
body.md-skin {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
.md-skin .nav-header {
  background: url("patterns/4.png") no-repeat;
}
.md-skin .label,
.md-skin .badge {
  font-family: 'Roboto';
}
.md-skin ul.nav-second-level {
  background-color: inherit;
}
.md-skin .font-bold {
  font-weight: 500;
}
.md-skin .wrapper-content {
  padding: 30px 20px 40px;
}
@media (max-width: 768px) {
  .md-skin .wrapper-content {
    padding: 30px 0 40px;
  }
}
.md-skin .page-heading {
  border-bottom: none !important;
  border-top: 0;
  padding: 0 10px 20px 10px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.34), 0 0 6px 0 rgba(0, 0, 0, 0.14);
}
.md-skin .full-height-layout .page-heading {
  border-bottom: 1px solid #e7eaec !important;
}
.md-skin .ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .ibox.border-bottom {
  border-bottom: none !important;
}
.md-skin .ibox-title,
.md-skin .ibox-content {
  border-style: none;
}
.md-skin .ibox-title h5 {
  font-size: 16px;
  font-weight: 400;
}
.md-skin a.close-canvas-menu {
  color: #ffffff;
}
.md-skin .welcome-message {
  color: #ffffff;
  font-weight: 300;
}
.md-skin #top-search::-moz-placeholder {
  color: #ffffff;
}
.md-skin #top-search::-webkit-input-placeholder {
  color: #ffffff;
}
.md-skin #nestable-output,
.md-skin #nestable2-output {
  font-family: 'Roboto', lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
}
.md-skin .landing-page {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
/*.md-skin .landing-page.navbar-default.navbar-scroll {*/
  /*background-color: #fff !important;*/
/*}*/

.md-skin .landing-page.navbar-default {
  background-color: transparent !important;
  box-shadow: none;
}
.md-skin .landing-page.navbar-default .nav li a {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.md-skin .nav > li > a {
  color: #676a6c;
  padding: 14px 20px 14px 25px;
}
.md-skin .nav.navbar-right > li > a {
  color: #ffffff;
}
.md-skin .nav > li.active > a {
  color: #5b5d5f;
  font-weight: 700;
}
.md-skin .navbar-default .nav > li > a:hover,
.md-skin .navbar-default .nav > li > a:focus {
  font-weight: 700;
  color: #5b5d5f;
}
.md-skin .nav .open > a,
.md-skin .nav .open > a:hover,
.md-skin .nav .open > a:focus {
  background: #1ab394;
}
.md-skin .navbar-top-links li {
  display: inline-table;
}
.md-skin .navbar-top-links .dropdown-menu li {
  display: block;
}
.md-skin .pace-done .nav-header {
  transition: all 0.4s;
}
.md-skin .nav > li.active {
  background: #f8f8f9;
}
.md-skin .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}
.md-skin .nav-third-level li a {
  padding-left: 62px;
}
.md-skin .navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}
.md-skin .nav > li > a {
  font-weight: 400;
}
.md-skin .navbar-static-side .nav > li > a:focus,
.md-skin .navbar-static-side .nav > li > a:hover {
  background-color: inherit;
}
.md-skin .navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: inherit;
}
.md-skin .nav-header .navbar-fixed-top a {
  color: #ffffff;
}
.md-skin .nav-header .text-muted {
  color: #ffffff;
}
.md-skin .navbar-form-custom .form-control {
  font-weight: 300;
}
.md-skin .mini-navbar .nav-second-level {
  background-color: inherit;
}
.md-skin .mini-navbar li.active .nav-second-level {
  left: 65px;
}
.md-skin .canvas-menu.mini-navbar .nav-second-level {
  background: inherit;
}
.md-skin .pace-done .navbar-static-side,
.md-skin .pace-done .nav-header,
.md-skin .pace-done li.active,
.md-skin .pace-done #page-wrapper,
.md-skin .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.md-skin .navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  z-index: 2030;
  border-bottom: none !important;
}
.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top {
  background-color: #1ab394 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .navbar-static-side {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin #right-sidebar {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
  z-index: 900;
}
.md-skin .white-bg .navbar-fixed-top,
.md-skin .white-bg .navbar-static-top {
  background: #fff !important;
}
.md-skin .contact-box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border: none;
}
.md-skin .dashboard-header {
  border-bottom: none !important;
  border-top: 0;
  padding: 20px 20px 20px 20px;
  margin: 30px 20px 0 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .md-skin .dashboard-header {
    margin: 20px 0 0 0;
  }
}
.md-skin ul.notes li div {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .file {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin .mail-box {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
.md-skin .mail-box-header {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 20px 20px 20px;
}
.md-skin .mailbox-content {
  border: none;
  padding: 20px;
  background: #ffffff;
}
.md-skin .social-feed-box {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin.landing-page .navbar-default {
  background-color: transparent !important;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: none;
}
/*.md-skin.landing-page .navbar-default.navbar-scroll,*/
.md-skin.landing-page.body-small .navbar-default {
  background-color: #ffffff !important;
}
.md-skin.landing-page .nav > li.active {
  background: inherit;
}
/*.md-skin.landing-page .navbar-scroll .navbar-nav > li > a {*/
  /*padding: 20px 10px;*/
/*}*/
.md-skin.landing-page .navbar-default .nav li a {
  font-family: 'Roboto', helvetica, arial, sans-serif;
}
.md-skin.landing-page .nav > li > a {
  padding: 25px 10px 15px 10px;
}
.md-skin.landing-page .navbar-default .navbar-nav > li > a:hover,
.md-skin.landing-page .navbar-default .navbar-nav > li > a:focus {
  background: inherit;
  color: #1ab394;
}
.md-skin.landing-page.body-small .nav.navbar-right > li > a {
  color: #676a6c;
}
.md-skin .landing_link a,
.md-skin .special_link a {
  color: #ffffff !important;
}
.md-skin.canvas-menu.mini-navbar .nav-second-level {
  background: #f8f8f9;
}
.md-skin.mini-navbar .nav-second-level {
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.md-skin.mini-navbar .nav-second-level li a {
  padding-left: 0;
}
.md-skin.mini-navbar.fixed-sidebar .nav-second-level li a {
  padding-left: 52px;
}
.md-skin.top-navigation .nav.navbar-right > li > a {
  padding: 15px 20px;
  color: #676a6c;
}
.md-skin.top-navigation .nav > li a:hover,
.md-skin .top-navigation .nav > li a:focus,
.md-skin.top-navigation .nav .open > a,
.md-skin.top-navigation .nav .open > a:hover,
.md-skin.top-navigation .nav .open > a:focus {
  color: #1ab394;
  background: #ffffff;
}
.md-skin.top-navigation .nav > li.active a {
  color: #1ab394;
  background: #ffffff;
}
.md-skin.fixed-nav #side-menu {
  background-color: #fff;
}
.md-skin.fixed-nav #wrapper.top-navigation #page-wrapper {
  margin-top: 0;
}
.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}
.md-skin.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}
.md-skin.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0;
}
.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
  background-color: #ffffff;
}
.md-skin.boxed-layout #wrapper {
  background-color: #ffffff;
}
.md-skin.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #ffffff;
  height: 100%;
  position: fixed;
  display: none;
}

/* dropzone style */

.thumbnail-block img{
  width: auto;
  height: 30px;
  display: inline-block;
}
.thumbnail-block .previewControls{
  margin: 0;
  float: none;
  display: inline-block;
}





.dropzone {
  position: relative;
  height: 200px;
  border: 2px dashed #b3b3b3;
  border-radius: 4px;
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropzone .msg{
  font-size: 20px;
  font-weight: bold;
  color: #c3c3c3;
  padding: 0 10px;
}
input.fileUpload{
  display: none;
}
.preview{
  margin: 10px 0;
  padding: 5px;
}
.previewData{
  margin-bottom: 20px;
  position: relative;

}
.previe_block{
  display: inline-block;
  padding: 10px;
}
.wrong_size .previe_block{
  border: 2px solid red;
}
.previewData img{
  /*max-width: 200px;*/
  width: 100%;
  height: auto;
  /*float: left;*/
  margin: 5px;
}
.previewDetails{
  display: inline-block;
  float: left;
  margin: 5px;
  padding: 8px;
}
.detail{
  font-family: arial;
  padding: 5px;
  overflow: hidden;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.previewControls{
  display: inline-block;
  float: left;
  margin:0px;
  position: absolute;
  left: 0;
  top: 0;
}
.circle{
  border: 2px solid #5B93F5;
  border-radius: 20px;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 5px;
  cursor: pointer;
  color: #5B93F5;
  text-align: center;
}
.circle.upload:hover{
  border: 2px solid green;
}
.circle.upload:hover i.fa-check{
  color: green;
}
.circle.remove:hover{
  border: 2px solid red;
}
.circle.remove:hover i.fa-close{
  color: red;
}
.circle i{
  position: relative;
  font-size: 14px;
}
.circle i.fa-check{
  top: 2px;
  /*left: 5px;*/
}
.circle i.fa-close{
  top: 1px;
  /*left: 7px;*/
}

/* end dropzone style */

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 100vh;
  }
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
  }
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 100vh;
  }
  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }
  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  .lock-word {
    display: none;
  }
  .navbar-form-custom {
    display: none;
  }
  .navbar-header {
    display: inline;
    float: left;
  }
  .sidebar-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }
  .sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1;
  }
  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }
  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
  .navbar-static-side {
    display: none;
  }
  body:not(.mini-navbar) {
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
  }
}
@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8;
  }
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
  }
  .nav.navbar-top-links li.dropdown {
    display: none;
  }
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}
/* Only demo */
@media (max-width: 1000px) {
  .welcome-message {
    display: none;
  }
}
@media print {
  nav.navbar-static-side {
    display: none;
  }
  body {
    overflow: visible !important;
  }
  #page-wrapper {
    margin: 0;
  }
}


/* custom landing styles */

.landing-page .features .feature-item .feature-head{
  font-size: 33px;
  font-weight: bold;
  text-align: left;
  color: #c0fff2;
}
.landing-page .features .feature-item .feature-text{
  font-size: 19px;
  text-align: left;

}

.landing-page .features .feature-item{
  padding: 110px 70px;
  background: #1ab394;
  color: white;
  text-align: center;
  height: 570px;
  margin-bottom: 30px;
}

.landing-page .features .feature-item.third:before{
  content: '';
  width: 188px;
  height: 214px;
  background: url("../img/icon-shield-white.png");
  background-size: cover;
  position: absolute;
  left: -30px;
  top:50px;
  opacity: 0.2;
}

.landing-page .features .feature-item.first:before{
  content: '';
  width: 228px;
  height: 158px;
  background: url("../img/icon-card-white.png");
  background-size: cover;
  position: absolute;
  left: -30px;
  top:50px;
  opacity: 0.2;
}

.landing-page .features .feature-item.second:before{
  content: '';
  width: 228px;
  height: 158px;
  background: url("../img/icon-chart-white.png");
  background-size: cover;
  position: absolute;
  left: -30px;
  top:50px;
  opacity: 0.2;
}

.landing-page .features .feature-item.forth:before{
  content: '';
  width: 188px;
  height: 197px;
  background: url("../img/icon-clock-white.png");
  background-size: cover;
  position: absolute;
  left: -30px;
  top:50px;
  opacity: 0.2;
}

.landing-page #features_s{
  margin-bottom: 15px;
}

.landing-page #video-title {
  margin-bottom: 30px;
}

.landing-page .video-block {
  margin-bottom: 30px;;
  padding-left: 90px;
  padding-right: 90px;
}

.landing-page .video-block img.video-preview {
  width: 100%;
  height: 100%;
    cursor: pointer;
}

#video-popup .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

#video-popup #popup-mobile-video {
  max-height: 90vh;
}

#video-popup .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.landing-page section .section-label{
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
}

.landing-page .features .row-second{
  padding-top: 20px;
}


.landing-page .features .btn-primary.features-btn{
  background: #c0fff2;
  color: #008f72;
  font-size: 14px;
  font-weight: bold;
  border: none;
  position: absolute;
  bottom:0px;
  padding:19px 40px;
}

.landing-page .advertisers{
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}

.landing-page .advertisers-grid{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.landing-page .advertiser-item{
  margin: 10px;
  padding-bottom: 90%;
  background-repeat: no-repeat !important;
}

.landing-page .advertiser-item.flipcart {
  background: url("../img/flipcart.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.agoda {
  background: url("../img/agoda.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.tokopedia {
  background: url("../img/tokopedia.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.aliexpress {
  background: url("../img/aliexpress.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.uber {
  background: url("../img/uber.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.hotels {
  background: url("../img/hotels.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.zalora {
  background: url("../img/zalora.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.lazada {
  background: url("../img/lazada.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.berrybenka {
  background: url("../img/berrybenka.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.daraz {
  background: url("../img/daraz.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.mothercare {
  background: url("../img/mothercare.png") center;
  background-size: cover;
}
.landing-page .advertiser-item.aviasales {
  background: url("../img/aviasales.png") center;
  background-size: cover;
}


/* integrations */

.landing-page .integrations{
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  background: #f6f6f6;
}

.landing-page .integrations-grid{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}

.landing-page .integration-item{
  padding-bottom: 90%;
  margin: 10px;
  background: url("../img/appsflyer.png") center;
}

.landing-page .integration-item.hasoffers {
  background: url("../img/hasoffers.png") center;
  background-size: cover;
}
.landing-page .integration-item.performancehorizon {
  background: url("../img/performance-horison.png") center;
  background-size: cover;
}
.landing-page .integration-item.cake {
  background: url("../img/cake.png") center;
  background-size: cover;
}
.landing-page .integration-item.ganalytics {
  background: url("../img/ganalytics.png") center;
  background-size: cover;
}
.landing-page .integration-item.gadwords {
  background: url("../img/gadwords.png") center;
  background-size: cover;
}
.landing-page .integration-item.impact {
  background: url("../img/impact.png") center;
  background-size: cover;
}
.landing-page .integration-item.getintent {
  background: url("../img/getintent.png") center;
  background-size: cover;
}
.landing-page .integration-item.appnexus {
  background: url("../img/appnexus.png") center;
  background-size: cover;
}
.landing-page .integration-item.appsflyer {
  background: url("../img/appsflyer.png") center;
  background-size: cover;
}
.landing-page .integration-item.adjust {
  background: url("../img/adjust.png") center;
  background-size: cover;
}

@media (max-width: 992px) {
  .landing-page .advertisers-grid,
  .landing-page .integrations-grid{
    grid-template-columns: 50% 50%;
  }
  .landing-page .phone-wrap{
    position: absolute;
    width:20%;
  }
}

@media(max-width:768px){
  .landing-page .features .row-second{
      padding-top:0;
  }
  .landing-page .features .btn-primary.features-btn{
    margin: 0 auto;
    display: block;
    position: relative;
  }
  .landing-page .navbar-default .navbar-brand .top-scrolled-logo{
    display:none;
  }

  .landing-page .navbar-default .navbar-brand .mid-scrolled-logo{
    display: inline;
  }

  .landing-page .navbar-default .navbar-brand .mid-scrolled-logo img{
    width: 210px;
  }
  .landing-page .navbar-default .navbar-brand {
    margin-left: 0px;
  }

  .landing-page .carousel {
    margin-top: 86px;
  }
  .landing-page .features .feature-item{
    height:auto;
  }

}
@media(max-width:767px){
  .landing-page .nav{
    flex-direction: column;
  }
}

@media(max-width:576px){
  .advertiser-item,
  .integration-item{
    background-size: 100% !important;
  }
}

@media(max-width:420px){
  .landing-page .navbar-default .navbar-brand{
    width:70%;
    margin-left: 0;
  }

  .landing-page .header-back,
  .landing-page .carousel,
  .landing-page .carousel .item{
    height: 408px;
  }
  .landing-page .features .feature-item{
    padding: 80px 30px;
    height:auto;
    margin-bottom: 20px;
  }
}

@media(max-width:321px){
  .landing-page .advertiser-item {
    height: 110px;
  }
  .landing-page .features .feature-item p.feature-head{
    font-size: 22px;
  }
  .landing-page .features .feature-item p.feature-text{
    font-size: 13px;
  }
  .landing-page .features .feature-item{
    padding: 80px 15px;

  }
}

.landing-page .phone-wrap, .landing-page .laptop-wrap{
  display: inline-block;
}

/* footer*/

.main-footer {
    min-height: 420px;
    background: #1ab394;
    margin-top: 50px;
    position: relative;
    color: white;
    padding-top: 50px;
  padding-bottom: 100px;
}

.bottom-footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  background: #059679;
  color: white;
}

.main-footer .footer-title{
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.main-footer .footer-menu{
  padding: 0;
  list-style-type: none;
  font-size: 15px;
}

.main-footer .footer-menu a{
  color: white;
  line-height: 1.4;
  margin-bottom: 10px;
  display: inline-block;
}

.main-footer .footer-menu li{
  display: inline-block;
  width: 49%;
}

@media (max-width: 981px){
  .main-footer .footer-menu li{
    display: block;
    width: 100%;
  }
}

body .sweet-alert p{
  font-size: 18px;
  font-weight: 600;
}
.sweet-alert.content_popup.showSweetAlert.visible p{
  overflow-y: scroll;
  max-height: 350px;
  display: block;
}
.sweet-alert.content_popup.showSweetAlert.visible {
  margin-top: -250px !important;
  height: 500px;
}
.info_stop_popup{
  font-size: 16px;
  margin-right: 10px;
}
#script_field{
  width: 100%;
  height: 200px;
}
.banner_notification, .banner_notification .label{
  font-size: 14px;
}

.logo_offer{
  max-width: 200px;
  max-height: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.logo_offer img{
  object-position: center;
}
.block_promo{
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid grey;
  height: 300px;
  padding-top: 0px;
  border-radius: 5px;
  position: relative;
}
.block_promo .block_footer{
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  background: #1c84c6;
}
.block_promo .block_text_promo{
  position: absolute;
  bottom: 70px;
  left: 0;
  font-size: 18px;
  width: 100%;
  display: inline-block;
}

/*footer oneklix*/

.footer_oneklix{
  bottom: 0;
  left: 0;
  width: 100%;
}
.bold{
  font-weight: bold;
  font-size: 15px;
}
.footer_oneklix footer p{
  font-size: 15px;
  color: #c9c9c9;
}
.footer_oneklix footer p.bold, .footer_oneklix footer p .bold{
  color: white;
}
.footer_oneklix footer {
  padding: 50px 0 20px 0;
  width: 100%;
}
.footer_oneklix footer{
  background: #0074D9;
  color: white;
}
.footer_oneklix footer .circle:first-child{
  background: #3a589b;
}
.footer_oneklix footer .circle:last-child{
  background: #007ab9;
}
.footer_oneklix footer .circle{
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: none;
  color: white;
}
.footer_oneklix footer .circle .fa{
  /*font-size: 20px;*/
  line-height: 24px;
}
.footer_oneklix footer .footer-title{
  font-size: 16px;
}
.footer_oneklix footer .footer-menu{
  padding-left: 0;
  list-style: none;
}
.footer_oneklix footer .footer-menu li{
  padding: 5px 0;
  font-size: 16px;
}
.footer_oneklix footer .footer-menu ul{
  padding-left: 0;
}
.footer_oneklix .bottom-footer-oneklix{
  padding: 30px 0 10px;
  background: #0074D9;
  color: white;
}
.footer_oneklix .bottom-footer-oneklix p{
  margin: 10px 0;
}
.footer_oneklix footer a{
  color: white;
  font-weight: bold;
}

/*register oneklix*/

.register-oneklix{
  background: url("/img/bg_register.png");
  background-position: center -340px;
}

.register-oneklix .login-content{
  margin-bottom: 0;
}

.register-oneklix .title-welcome{
  color: #474747;
  font-size: 40px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 900;
}

.register-oneklix .title-welcome span{
  color: #0057ff;
}

.register-oneklix .loginscreen {
  margin-bottom: 0;
}

.register-oneklix input[type="text"], .register-oneklix input[type="password"], .register-oneklix input[type="number"], .register-oneklix input[type="email"], .register-oneklix select, .register-oneklix .ui-select-bootstrap .ui-select-toggle{
  border-top: none;
  border-left: none;
  border-right: none;
  outline: 0;
  background: none;
  box-shadow: none;
}

.register-oneklix .dropdown, .register-oneklix .dropdown>div{
  outline: none;
  box-shadow: none;
}

.register-oneklix .form-control:focus, .register-oneklix .single-line:focus {
  border-color: #0057ff;
}

/*.register-oneklix input[type="checkbox"]{*/
  /*display: none;*/
/*}*/
.register-oneklix  .checkbox-success{
  text-align: left;
}
.register-oneklix  .checkbox-success a{
  color: #0057ff;
}
.register-oneklix .checkbox-success .text-label{
  line-height: 24px;
  font-size: 16px;
}
.register-oneklix .checkbox-success .text-label:before{
  display: none;
}
.register-oneklix .checkbox_label{
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid black;
  vertical-align: -5px;
}
.register-oneklix .checkbox_label:before{
  display: none;
}

.register-oneklix .btn-blue{
  background: #0057ff;
  border-radius: 27px;
  /*box-shadow: 0px 30px 30px -20px #0057ff;*/
  opacity: 1;
  font-size: 16px;
  font-weight: bold;
  color: white;
  height: 54px;
  max-width: 175px;
  margin: 0 auto 30px;
  transition: 1s;
}
.register-oneklix .btn-blue:hover{
  box-shadow: 0px 25px 30px -20px #0057ff;
}
.register-oneklix .btn-black-o{
  border: 2px solid black;
  color: black;
  height: 54px;
  border-radius: 27px;
  line-height: 54px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  max-width: 175px;
  margin: 0 auto;
  transition: 1s;
}
.register-oneklix .btn-black-o:hover{
  background: black;
  color: white;
}
.register-oneklix h3{
  margin: 50px 0;
  color: black;
}
.register-oneklix .bottom-btns{
  margin: 60px 0 50px;
}
.register-oneklix .form-group{
  margin-bottom: 30px;
  position: relative;
}
/*.register-oneklix input:checked + label{*/
  /*background: url("/img/checked.png");*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: 18px;*/
/*}*/
.register-oneklix input:checked + label:before, .register-oneklix input:checked + label:after{
  display: none;
}
.register-oneklix .custom-tooltip{
  display: none;
}
.register-oneklix .link-singup{
  color: #0057ff;
  font-size: 16px;
}
.register-oneklix .bottom-block{
  margin-bottom: 80px;
}
.register-oneklix .blue-link{
  color: #0057ff;
  font-size: 16px;
}
.register-oneklix .login-content p{
  font-size: 15px;
}
.register-oneklix .input-tooltip:hover + .custom-tooltip{
  display: block;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  right: -200px;
  max-width: 200px;
  height: auto;
  background: #0057ff;
  color: white;
  padding: 15px;
}
@media(max-width: 768px){
  .register-oneklix .input-tooltip:hover + .custom-tooltip{
    top: -140px;
    right: 0;
    bottom: initial;
  }
}
.register-oneklix  .ui-select-container.ui-select-bootstrap .ui-select-choices-row.active > a {
   background-color: #0057ff;
}
.register-oneklix input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
.register-oneklix input::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
.register-oneklix input:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
.register-oneklix input:-moz-placeholder { /* Firefox 18- */
  color: black;
}
.register-oneklix .text-muted {
  color: black;
}

/*oneklix features*/

.block-content-oneklix{
  background: url("/img/bg_features.png");
  background-position: center 300px ;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-content-oneklix .block_title{
  color: #474747;
  font-size: 16px;
  margin: 20px 0;
  font-weight: bold;
}
.block-content-oneklix .features-blocks{
  margin-bottom: 80px;
}
.block-content-oneklix .features-block{
  margin-bottom: 50px;
}
.block-content-oneklix  .oneklix_title{
  font-size: 40px;
  font-weight: bold;
  color: #474747;
  margin: 80px 0;
}
.block-content-oneklix  .oneklix_title span{
  color: #0057ff;
}
.platform_features{
  background-color: #f5f5f5;
  background-image: url("/img/platform_features_bg.png");
  background-repeat: no-repeat;
  background-position: center;
}
.platform_features .oneklix_title{
  font-size: 40px;
  font-weight: bold;
  color: #474747;
  margin: 65px 0 80px;
}
.platform_features .oneklix_title span{
  color: #0057ff;
}
.platform_features .list_block{
  margin-bottom: 100px;
}
.platform_features .list_block ul{
  padding-left: 0;
}
.platform_features .list_block ul li{
  color: #474747;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  list-style: none;
}
.platform_features .list_block ul li:before{
  content: "•";
  font-size: 22px;
  color: #0057ff;
  margin-right: 10px;
}

.modal-body .checkbox label, .radio label {
  min-height: 20px;
  padding-left: 0px;
  padding-right: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.modal-body .checkbox, .radio{
  margin-top: 0;
}

/*manager block*/
.manager_block{

}
.manager_title{
  font-weight: 800;
  color: white;
  font-size: 16px;
  padding: 14px 20px 14px 25px;
}
.manager_block ul{
  list-style: none;
  color: white;
  padding-left: 25px;
}
.manager_block ul li{
  padding: 5px 0;
  font-weight: 600;
}

.banner_block{
  max-height: 300px !important;
  overflow: hidden;
}
.banner_block img{
  width: 100%;
}
.promo-banners-block{
  max-width: 1000px;
  margin: 0 auto;
}

#input-file-feed + label{
  width: 100%;
}
@media (max-width: 767px){
  #dashbord_table{
    overflow: scroll;
    padding-left: 0;
  }
  #dashbord_table table tr td:nth-child(2), #dashbord_table table tr th:nth-child(2){
    padding-left: 150px;
  }
  #dashbord_table table tr th:first-child{
    border-bottom: none;
    height: 50px;
  }
  #dashbord_table table tr td:first-child, #dashbord_table table tr th:first-child{
    position: fixed;
    background: white;
    padding-left: 15px;
    max-width: 150px;
    width: 100%;
  }
}
.slick-slide {
  outline:none;
}
.offer-row img{
  width: 100px;
  height: 100px;
}

.payment-type-unchecked{
  -webkit-filter: drop-shadow(0px 5px 5px #222 );
  filter: drop-shadow(0px 5px 5px #222);
}


.publisher-balance-control{
  margin: 0;
  transition: all .2s;
  transform-origin: 30% 50%;
}

.publisher-balance-control:hover{
  transform: scale(1.4);
}

li.dropdown.open .publisher-balance-control{
  transform: scale(1.4) rotate(180deg);
}

.offer-check .conversions-check-title {
  font-size: 10px
}
#terms-of-service ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#terms-of-service > ol > li,
#terms-of-service > ol > li > ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

#terms-of-service > ol > li:before,
#terms-of-service > ol > li > ol > li:before {
  content: counters(item, ".") ". ";
}

#terms-of-service ul > li:before,
#terms-of-service ol > li:before {
  display: table-cell;
  padding-right: 0.6em;
}

#terms-of-service li ol > li,
#terms-of-service li ul > li {
  margin: 0;
}

#terms-of-service > ol > li > ol > li:before {
  content: counters(item, ".") " ";
}

#terms-of-service > ol > li > ol > li ol,
#terms-of-service > ol > li > ol > li ul {
  padding-left: 1em;
}

/*fix lang overflow*/
@media (min-width: 768px) {
  .dl-horizontal.dl-lang-reserve dd {
    margin-left: 200px;
  }
  .dl-horizontal.dl-lang-reserve dt {
    width: 180px;
  }

  .dl-horizontal.offer-dl-lang-reserve dd {
    margin-left: 230px;
  }
  .dl-horizontal.offer-dl-lang-reserve dt {
    width: 210px;
  }
}

.offer-list .dataTables_wrapper {
  overflow-x: auto;
}

.offer-list .offer-title a,
.offer-list .offer-title a:hover {
  color: #676a6c;
}

.checkbox.offer-filter-exclude-ww {
  padding-top: 19px;
}

.fa-1_5x {
  font-size: 1.5em;
}

#tracklink {
  resize: none;
}

.tracklink-block .tooltip-inner {
  width: 200px;
  min-width: 200px;
}

.tracklink-block .input-group-addon {
  border: none;
}

.tracklink-block .tooltip {
  top: -165px;
  left: -122px;
  display: block;
  visibility: visible;
}

.tracklink-block .tracklink-tooltip {
  position: relative;
}

.report-page .dataTables_wrapper .col-sm-12,
.offers-report-page .dataTables_wrapper,
.countries-report-page .dataTables_wrapper,
.daily-report-page .dataTables_wrapper,
.publisher-report-page .dataTables_wrapper,
.deadlink-report-page .dataTables_wrapper {
  overflow-x: auto;
}

.oneklix.modal {
  font-size: 20px;
  text-align: center;
}

.oneklix.modal h4.modal-title {
  font-weight:bold;
  font-size: 36px;
  margin-bottom: 15px;
}

.oneklix.modal .modal-footer {
  text-align: center;
}

.oneklix.modal .modal-footer .btn-wide {
  padding: 7px 25px;
}


/*fix lang overflow*/
@media (min-width: 768px) {
  .dl-horizontal.dl-lang-reserve dd {
    margin-left: 200px;
  }
  .dl-horizontal.dl-lang-reserve dt {
    width: 180px;
  }

  .dl-horizontal.offer-dl-lang-reserve dd {
    margin-left: 230px;
  }
  .dl-horizontal.offer-dl-lang-reserve dt {
    width: 210px;
  }
}
.offer-navigation a.btn {
  white-space: normal;
  margin: 5px 10px;
}
.landing-page .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
}
.landing-page .nav .open > a,
.landing-page .nav .open > a:hover {
    border-color: transparent;
}
.landing-page .nav .open > ul.dropdown-menu {
    background: transparent;
    min-width: 25px;
    position: static;
    margin-bottom: 5px;
}
.landing-page .nav .open > ul.dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: rgba(245, 245, 245, 0.33);
}