html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
#dl-main-wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding: 10px;
  padding-bottom: 230px;
  /* Height of the footer element */
}
#full-width-content {
  padding-bottom: 200px;
  /* Height of the footer element */
}
#footer {
  width: 100%;
  max-height: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.spaced {
  padding: 10px;
}
::selection {
  background: #00639a;
  color: #ffffff;
}
.navbar-brand {
  margin-top: 15px;
  padding: 0px 15px;
}
@media (max-width: 1200px) {
  .navbar-brand {
    width: 200px;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    width: 100%;
  }
}
.navbar-toggle {
  margin-top: 20px;
}
.navbar-talent {
  background-color: #ffffff;
  border-color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.navbar-talent .thin-item a {
  padding-left: 5px;
  padding-right: 5px;
}
.navbar-talent .navbar-right li a{
    padding-right:10px;
    padding-left:10px;
}
.navbar-talent .navbar-nav .active a {
  color: #00639a;
  background-color: #ffffff;
}
.navbar-talent .navbar-nav .active a:hover {
  background-color: #ffffff;
  color: #005381;
}
.navbar-talent .dropdown-menu > .active > a {
  color: #ffffff;
  background-color: #00639a;
}
.navbar-talent .navbar-nav > li > a {
  font-weight: bold;
}
@media (min-width: 768px) {
  .navbar-talent .navbar-nav > li > a {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.navbar-talent .navbar-nav > .open > a {
  background-color: #ffffff;
  color: #00639a;
}
.navbar-talent .nav .open > a,
.navbar-talent .nav .open > a:hover,
.navbar-talent .nav .open > a:focus {
  background: #ffffff;
}
.navbar-talent .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.navbar-talent .navbar-nav > li > .dropdown-menu:after {
  position: absolute;
  top: -10px;
  right: 18px;
  color: #ffffff;
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\f0d8";
  text-shadow: 0px -1px 0 #e5e5e5, 0px -1px 0 #e5e5e5, -1px 0px 0 #e5e5e5, 1px 0px 0 #e5e5e5;
}
.nav-filter {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav-filter > li.active > a,
.nav-filter > li > :hover > a {
  background-color: #00639a;
}
.nav-filter > li > a {
  text-transform: uppercase;
  padding: 5px 12px;
  margin-left: 10px;
}
.nav-filter > li > a:hover {
  background-color: #00639a;
}
@media (min-width: 992px) {
  .nav-attached {
    margin-left: 70px;
    /*        margin-right: -25px;*/
  }
  .nav-attached > a:after {
    content: '/';
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #00639a;
}
.quick-info {
  background: #808080;
  padding: 10px;
  margin: 25px;
  background: #f5f5f5;
}
.quick-info .huge-text {
  font-size: 2em;
}
.quick-info .details {
  color: #00639a;
  font-size: 30px;
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #E5E5E5;
}
#facebook-icon {
  padding: 6px 7px 10px 10px;
}
.call-to-action {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #00639a;
  margin-bottom: 20px;
}
.call-to-action .list-me {
  margin-top: 10px;
}
.social-links {
  margin-top: 10px;
  margin-bottom: 7px;
}
.social-linksli {
  text-align: center;
}
.social-links li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 4px 7px;
  height: 38px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
}
.social-links li a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #5C5C5C;
  line-height: 1.4;
}
textArea.form-control {
  max-width: 100%;
}
.adv-search-div {
  display: none;
}
.featured-listing .item {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.feature-section {
  background: #f5f5f5;
}
.featured-details .featured-info {
  padding: 10px;
  min-height: 80px;
}
.heading {
  color: #00639a;
  margin-top: 0px;
}
.heading a {
  color: #00639a;
}
.header-top-region .heading {
  color: #00639a;
  margin-top: 20px;
}
.required label:after {
  color: #B00;
  content: '*';
  display: inline;
}
.no-require:after {
  content: ' ' !important;
}
.no-require:after label:after {
  display: none;
  content: ' ' !important;
}
.feature-section {
  padding-bottom: 50px;
}
.featured-list {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #858585;
}
.featured-hover {
  position: absolute;
  background: rgba(0, 132, 205, 0.85);
  padding: 10px;
  height: 100%;
  width: 100%;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -webkit-transition: 0.4s, opacity 0.1s 0.3s;
  -moz-transition: 0.4s, opacity 0.1s 0.3s;
  -ms-transition: 0.4s, opacity 0.1s 0.3s;
  -o-transition: 0.4s, opacity 0.1s 0.3s;
}
.featured-hover > .details {
  color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.featured-listing .item {
  position: relative;
  overflow: hidden;
}
.featured-listing .item .featured-details > img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.featured-listing .item:hover .featured-details > img {
  -webkit-transform: translateY(80px) scale(1.8);
  -moz-transform: translateY(80px) scale(1.8);
  -ms-transform: translateY(80px) scale(1.8);
  -o-transform: translateY(80px) scale(1.8);
}
.featured-listing .item:hover .featured-hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  -webkit-transition: 0.4s, opacity 0.1s;
  -moz-transition: 0.4s, opacity 0.1s;
  -ms-transition: 0.4s, opacity 0.1s;
  -o-transition: 0.4s, opacity 0.1s;
}
.featured-listing .item:hover .featured-hover a {
  color: #ffffff;
}
.owl-control {
  color: #111111;
  width: 5px;
  z-index: 10;
  background-image: initial !important;
  cursor: pointer;
}
.panel-default {
  border-color: #00639a;
}
.panel-default > .panel-heading {
  border-color: #00639a;
}
.panel .panel-Approved {
  background-color: #d6e9c6;
}
.panel .panel-Denied {
  background-color: #f2dede;
}
.panel .panel-Pending-submission {
  background-color: #faebcc;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.slider-wrapper {
  position: relative;
  margin-top: -20px;
  color: #ffffff;
}
.slider-wrapper .slider-search {
  background: rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .slider-wrapper .slider-search {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10;
    top: 50% !important;
    margin-top: -110px;
    height: 220px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 50%;
  }
}
.slider-wrapper .slider-search h3 {
  padding: 25px;
  margin-top: 0;
}
.dl-dark {
  color: #111111;
}
.dl-dark a {
  color: #111111;
}
.owlcarousel .item {
  margin: 3px;
}
.owlcarousel .item img {
  display: block;
  left: 25%;
  width: 100%;
  height: auto;
}
.btn-primary {
  background: #00639a;
  border: 1px #ffffff solid;
}
.btn-primary:hover .btn-primary:focus {
  border-color: #ffffff;
}
.btn-search {
  background: #00639a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary .active,
.btn-primary .open,
.btn-primary .dropdown-toggle {
  color: #FFF;
  background-color: #3276B1;
  border-color: #ffffff;
}
.btn-talent-default {
  margin-bottom: 10px;
  color: #00639a;
  background-color: #f5f5f5;
  border-color: #00639a;
}
.btn-talent-default.active,
.btn-talent-default:hover,
.btn-talent-default:focus,
.btn-talent-default:active,
.btn-talent-default .open,
.btn-talent-default .dropdown-toggle {
  color: #ffffff;
  background-color: #00639a;
}
#btn-login,
.btn-talent-inverse {
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #00639a;
  border-color: #00639a;
}
#btn-login:hover,
.btn-talent-inverse:hover,
#btn-login:focus,
.btn-talent-inverse:focus,
#btn-login:active,
.btn-talent-inverse:active,
#btn-login .open,
.btn-talent-inverse .open,
#btn-login .dropdown-toggle,
.btn-talent-inverse .dropdown-toggle {
  color: #00639a;
  background-color: #f5f5f5;
  border-color: #00639a;
}
#btn-login,
#btn-register {
  padding: 6px 12px;
  margin: 23px 5px;
}
@media (min-width: 992px) {
  #btn-login {
    margin-left: 40px;
  }
}

.btn-talent-gray {
  color: #ffffff;
  background: #6b6b6b;
  border-color: #6b6b6b;
}

.btn-talent-gray:hover,
.btn-talent-gray:focus,
.btn-talent-gray:active,
.btn-talent-gray .open,
.btn-talent-gray .dropdown-toggle {
  color: #6b6b6b;
  background-color: #ffffff;
  border-color: #6b6b6b;
}

.btn-orange {
  color: #ffffff !important;
  background: #f55800;
  border-color: #f55800;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange .open,
.btn-orange .dropdown-toggle {
  color: #f55800 !important;
  background-color: #ffffff;
  border-color: #f55800 !important;
}

@media (min-width: 480px) {
  .xs-pull-left {
    float: left;
  }
}
@media (min-width: 480px) {
  .xs-pull-right {
    float: right;
  }
}
@media (max-width: 992px) {
  .owl-right {
    margin-right: 0px !important;
  }
}
.badge-primary {
  background-color: initial;
  border: 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.badge-blue {
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #00639a;
}
.badge-orange {
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f55800;
}
.dl-left-definition dt {
  text-align: left;
  padding-right: 10px;
  float: left;
}
.round-pager > li {
  padding: 2px;
  display: inline-block;
}
.round-pager > li > a,
.round-pager > .disabled > a {
  border-radius: 20px;
  border-color: #ffffff;
  color: black;
}
.round-pager > li > a:hover,
.round-pager > .disabled > a:hover {
  border-color: #00639a;
  background: #ffffff;
}
.round-pager > .current > a {
  border-color: #00639a;
}
.pager-text {
  padding: 25px;
}
.round-pager > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 20px;
}
.round-pager > li:last-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 20px;
}
.search-form,
.well-form {
  padding: 10px;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-form input[type=radio] {
  float: none;
}
.search-form .radio {
  padding-left: 0;
}
.login {
  padding: 25px;
  margin-bottom: 17%;
}
@media (min-width: 992px) {
  .border-right {
    border-right: 1px #00639a solid;
  }
}
#forgot-password {
  padding: 7px 20px;
  color: #111111;
}
.badge-default {
  background: #ffffff;
  color: #00639a;
  border: 1px solid #00639a;
  border-radius: 5px;
}
.listing-info {
  border-bottom: 1px solid #6b6b6b;
  border-top: 1px solid #6b6b6b;
  padding-top: 5px;
  padding-bottom: 5px;
}
.input-group-btn:last-child > .btn-talent-default,
.input-talent-grouplast-child > .btn-group {
  margin-left: 0px;
}
.actions {
  margin-top: 10px;
  margin-bottom: 10px;
}
.soundcloud-actions {
  width: 5px;
}
.agency-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
#gallery {
  margin-top: 10px;
  margin-bottom: 50px;
}
.dynamic-upload {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
.dynamic-upload .actions,
.dynamic-upload featured-actions {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: absolute;
  padding: 0 7px;
  width: 100%;
  text-align: right;
  top: -100px;
}
@media (min-width: 768px) {
  .dynamic-upload .actions,
  .dynamic-upload featured-actions {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
}
@media (max-width: 768px) {
  .dynamic-upload .actions,
  .dynamic-upload featured-actions {
    top: 0px;
  }
}
.dynamic-upload .actions > form,
.dynamic-upload featured-actions > form {
  display: inline-block;
  padding-left: 5px;
}
.dynamic-upload .activated {
  position: absolute;
  top: 10px;
  right: 6px;
}
.dynamic-upload .delete {
  margin-right: 40px;
}
.dynamic-upload .featured-details {
  position: absolute;
  top: 10px;
  right: 7px;
}
.dynamic-upload:hover .actions {
  top: 0;
}
.nav-tab-talents > li.active > a {
  border-radius: 0px;
  background-color: #00639a;
}
.nav-tab-talents > li.active > a > ::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0px;
  bottom: 0px;
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  border-left: 15px solid #00639A;
  height: 0px;
  width: 0px;
}
.nav-tab-talents > li.active > a:hover {
  background-color: #00639a;
}
.talent-checks {
  width: 100%;
}
.talent-seperator {
  border-width: 1px 0px 0px;
  border-style: solid none none;
  margin-top: 7px;
  margin-bottom: 7px;
  border-color: #9e9e9e;
}
.panel-talent {
  margin-bottom: 5px;
  z-index: 1000;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  border-color: #00639a;
}
.panel-talent:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.panel-talent .price {
  font-size: 2em;
}
.panel-talent .price-month {
  padding-bottom: 10px;
  font-style: italic;
}
.panel-talent > .panel-body {
  padding: 20px 36px;
}
.panel-talent > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #00639a;
}
.panel-talent .list-group {
  margin-top: 15px;
}
.panel-talent .list-group-item {
  border-left: #ffffff;
  border-right: #ffffff;
  border-bottom: #ffffff;
}
.panel-talent .list-group-item:last-child {
  border-top: #ffffff;
}
.panel-finder {
  background: #f5f5f5;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.panel-finder:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.panel-finder .price {
  font-size: 2em;
}
.panel-finder .price-month {
  padding-bottom: 10px;
  font-style: italic;
}
.panel-finder > .panel-body {
  padding: 20px 36px;
  border-color: #00639a;
}
.panel-finder .list-group {
  margin-top: 15px;
}
.panel-finder > .panel-heading {
  color: #333;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #00639a;
}
.panel-finder .list-group-item {
  background: #f5f5f5;
  border-left: #f5f5f5;
  border-right: #f5f5f5;
  border-bottom: #f5f5f5;
}
.panel-finder .list-group-item:last-child {
  border-top: #f5f5f5;
}
.filtered {
  display: none;
}
.progress-talent-default {
  color: #111111;
  background-color: #787878;
}
.panel-talent-single {
  padding: 10px;
}
.dl-spaced-frame {
  padding: 10px;
}
.ui-menu {
  overflow-y: scroll;
  max-height: 200px;
}
#top-footer {
  background: #c1bebe;
  padding: 10px;
}
#top-footer a {
  color: #111111;
}
#footer {
  color: #111111;
  font-size: 14px;
}
#footer .emphasize {
  color: #00639a;
}
#footer .social-links li a {
  color: #00639a;
  border: 1px solid #00639a;
  padding: 5px 8px;
  height: 34px;
  width: 36px;
}
#footer #facebook-icon {
  padding: 5px 10px !important;
}
#bottom-footer {
  padding: 10px;
  background: #111111;
}
#bottom-footer a {
  color: #ffffff;
}
.dl-singniture {
  color: #ffffff;
}
.dl-2x {
  font-size: 1.5em;
}
.ui-autocomplete-loading {
  background: url('img/ajax-loader.gif') no-repeat right center;
  background-color:#ffffff !important;
}
.dl-short-list dt {
  width: 20px;
}
.dl-short-list dd {
  margin-left: 31px;
}
ul.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 5px;
}
ul.info-list li {
  padding-left: 1em;
  text-indent: -0.7em;
}
ul.info-list li::before {
  content: "• ";
  font-weight: bold;
  color: #00639a;
}
.quick-link {
  padding-left: 0px;
}
.quick-link li {
  list-style: none;
}
.quick-link li a {
  color: #111111 !important;
}
.quick-link li ::before {
  content: "> ";
  color: #00639a;
}
.progress-talent-default > span {
  position: absolute;
}
.error-cover {
  background: url(../img/not-found.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/not-found.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../.img/not-found.jpg', sizingMethod='scale');
}
