/* OVERRIDES */
html,
body {
  padding-top: 0px;
  height: 100%;
}

footer {
  background-color: #333;
  color: #fff;
  height: 170px;
}

#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -165px;
  /* Pad bottom by footer height */
  padding: 0 0 150px;
}

ul.dropdown-menu {
  border-top: 0px;
}

.nav > li > a {
  font-size: 17px;
  font-weight: 350;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
    color: #3498db !important;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

.dropdown-submenu > a::after {
  margin-top: 17px;
}

.navbar-default .navbar-nav .rt-active a {
  background-color: white;
}

.navbar-default .navbar-nav .rt-active a:hover {
  background-color: white;
}

.rt-navbar {
  background-color: white;
}

ul.nav.navbar-nav .dropdown.open .dropdown-toggle {
  background-color: white;
}

.nav > li > a.dropdown-toggle:hover {
  background-color: white;
}

/* END OF OVERRIDES */

/* CUSOTM CLASSES */

/* .rt-navbar-brand {
  line-height: 75px;
  height: 60px;
  padding-top: 0;
  width: 60%;
} */

.rt-navbar-nav li a {
  line-height: 85px;
  height: 80px;
  padding-top: 0;
}

.rt-navbar-nav li form {
  padding: 3px 20px;
}

.rt-navbar-nav .dropdown-menu a {
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  color: #333;
}

.rt-navbar-nav .dropdown-menu > .active > a,
.rt-navbar-nav .dropdown-menu > .active > a:hover,
.rt-navbar-nav .dropdown-menu > .active > a:focus {
  background-color: #e7e7e7 !important;
}

.rt-front-page-cover {
  position: relative;
  min-height: 600px;
  margin-top: -20px;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../../static/media/uploads/front_cover.jpg");
}

.rt-footer-text {
  line-height: 8px;
  font-size: 12px;
  font-weight: 200;
}

input[type="text"] {
  height: 46px;
  width: 100%;
  left: 20%;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 20px;
  color: #2b2b2b;
  padding-left: 15px;
  -moz-box-shadow:    inset 0 0 5px #8a8a8a;
  -webkit-box-shadow: inset 0 0 5px #8a8a8a;
  box-shadow:         inset 0 0 5px #8a8a8a;
}

input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder {
  font-size: 20px;
}

input[type="text"]::-moz-placeholder {
  font-size: 20px;
}

input[type="text"]:-ms-input-placeholder {
  font-size: 20px;
}

input[type="text"]:-moz-placeholder {
  font-size: 20px;
}

.rt-whois-input {
  min-width: 500px;
}

.rt-whois-input h3 {
  left: 50%;
}

.rt-whois-input button {
  position: absolute;
  bottom: 90px;
  left: 45%;
  text-align: center;
}

.language-selector {
  text-transform: uppercase;
}

.lang-img {
  width: 20px;
  margin-top: -2px;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.rt-card {
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.btn-rt {
  color: #fff;
  background-color: #333;
}

.rotld-reg-card {
  width: 250px;
  height: 115px;
  border-top: 2px solid #979797;
  margin-bottom: 100px;
}

.rotld-reg-name {
  font-weight: 500;
  font-size: 14px;
  margin: 15px;
  line-height: 12px;
}

.rotld-reg-delimiter {
  width: 250px;
  border-bottom: 1px solid #979797;
}

.rotld-reg-address {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rotld-reg-website {
  font-weight: 300;
  font-size: 12px;
  margin-top: 20px;
  margin-left: 15px;
}

/* END OF CUSTOM CLASSES */

/* MEDIA QUERIES */

@media screen and (min-width: 991px) {
  .rt-navbar-brand img {
    margin-top: -5px;
    /* height: 260%; */
  }
}

@media (max-width: 1200px) {
  footer {
    background-color: #333;
    color: #fff;
    height: 290px;
  }

  #wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -290px;
    /* Pad bottom by footer height */
    padding: 0 0 290px;
  }
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
  }

  .cover-image {
    display: none;
  }

  footer {
    background-color: #333;
    color: #fff;
    height: 290px;
  }

  #wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -290px;
    /* Pad bottom by footer height */
    padding: 0 0 290px;
  }
}

@media (max-width: 756px) {
  footer {
    background-color: #333;
    color: #fff;
    height: 340px;
  }

  #wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -340px;
    /* Pad bottom by footer height */
    padding: 0 0 340px;
  }
}

@media (max-width: 568px) {
  footer {
    background-color: #333;
    color: #fff;
    height: 380px;
  }

  #wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -380px;
    /* Pad bottom by footer height */
    padding: 0 0 380px;
  }
}

@media (max-width: 991px) {
  .rt-whois-input {
    min-width: 200px;
  }

  .rt-navbar-brand img {
    height: 150%;
    margin-top: -5px;
  }

  .rt-navbar-nav li a {
    line-height: 20px;
    height: 40px;
    padding-top: 0;
  }

  .rt-navbar-nav li form {
    line-height: 20px;
    height: 40px;
    padding-top: 0;
  }

  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  .dropdown-menu {
    display: none !important;
  }

  .open .dropdown-menu {
      display: block !important;
  }
}

/* END OF MEDIA QUERIES */
