/* CONTACT
----------------------------*/
.image_with_badge_container {
  display: inline-block;
  position: relative;
}

.badge-on-image {
  position: absolute;
  background: #3B3B3B;
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
  bottom: 4px;
  right: 4px;
  padding: 4.5px 5px 5px 5px;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index:2;
  font-family: 'Montserrat';
}

.badge-on-image2 {
  position: absolute;
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
  bottom: 4px;
  left: 4px;
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index:2;
}

.btn_cart {
  padding: 2px 3.5px 1px 3px !important;
  margin: 0;
  background: #ff0080;
  color: #fff;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border: 0 !important;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Montserrat';
}

.btn_cost {
  padding: 2px 3px 1px 5px !important;
  margin: 0;
  background: #3B3B3B;
  color: #fff;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border: 0 !important;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Montserrat';
}

.btn_cost .fas {
  margin-left:-2px !important;
}

.btn_cart:hover,
.btn_cost:hover {
  opacity: 0.8
}

.truncate2 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:left !important;
}

.truncate2_hover {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#ff0080 !important;
}

.video_clip_area {
  padding:15px 13px 0 13px;
  margin-bottom:15px;
}

.video_clip_area .inner-container {
  cursor:pointer !important;
}

.video_clips_area {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1230px) {
  .video_clips_area, .boxed {
    max-width: 1400px !important;
  }
}

.clip_title {
  color: #AF9F8C;
  font-size: 13.5px;
  text-align: center !important;
  font-family: 'Montserrat';
  padding-top:10px;
}

.clip_title a:hover {
  text-decoration:none;
}

.clip_title_hover {
  color: #ff0080;
}

.clip_img {
  width: 99.9%;
  border-radius: 3px;
}

.color_green {
  color: #00ff00 !important;
}

.site-box-error .modal-header {
  background: #ff9999;
  color: #fff;
  border-bottom: 1px solid #E67C73;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.cr_empty_basket {
  text-align: center;
  font-style: italic;
  padding: 30px 0 30px 0;
  border: 1px dashed #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FCFCFC;
}

.cart_link_nav {
  background: #5BB75B !important;
  color: #000 !important;
  padding: 14px 15px 16px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cart_link_nav:hover,
.cart_click_color {
  color:#fff !important;
}

.cursor_pointer_icon {
  cursor: pointer;
}

.checkout_modal_btn,
.checkout_modal_btn:hover,
.checkout_modal_btn:focus,
.checkout_modal_btn:visited {
  background: #000 !important;
  border-color: #000 !important;
  -webkit-border-radius: 0 0 3px 3px !important;
  border-radius: 0 0 3px 3px !important;
}

#wrap section {
  font-size: 16px !important;
  line-height: 20px !important;
}

.container h2.all_orders {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  color: #AF9F8C;
}

/* Account area */
.pay_cards {
  text-align: center;
  padding: 10px 0 10px 0;
  border-top: 1px solid #ddd;
  margin-bottom:-1px;
  background:#AF9F8C;
  margin:0;
}

.pay_cards img {
  height: 23px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right:4px;
}

.pay_cards img:last-child {
  margin-right: 0;
}

.rewards_panel_body {
  padding-bottom:0;
}

.pplogo {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top:-9px;
  height:40px;
}

.icon_color {
  color: #EA3380 !important;
  font-size:14px;
  margin-right:5px;
}

.strike {
  font-style: italic;
  text-decoration: line-through;
  opacity: 0.8;
}

.clip_still_basket {
  width: 120px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

img.box_head_jpg {
  height: 20px;
}

.ebalance {
  font-size: 25px;
  font-weight: bold;
}

.your_items_msg {
  margin-bottom: 20px;
  font-style: italic;
  color: #AF9F8C;
}

.alertheader {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  font-family: 'Oswald', sans-serif;
}

.downloadstable .standardtableorder td:first-child {
  width: 70%;
}

.downloadstable .standardtableorder td:nth-child(2) {
  width: 20%;
  text-align: left;
}

.downloadstable .standardtableorder td:last-child {
  width: 10%;
}

.btn_acc {
  font-size: 14px !important;
}

.btn-primary {
  background: #eeeeee !important;
  color: #000 !important;
}

.btn-primary:hover {
  background: #eee !important;
  color: #000 !important;
  opacity: 0.8;
}

.btn-primary i {
  color: #000 !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: none;
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn_modal {
  color: #fff !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.box-format {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  margin-top: 10px;
  font-size: 15px;
}

.form-control {
  color: #fff !important;
  background-color: #0d0e10 !important;
}

.alert-danger {
  background: #ff0080;
  color: #fff;
  border-color: #000;
}

.alert-info {
  background: #1f1f1f;
  color: #fff;
  border-color: #000;
}

.checkout_btn_info {
  background: #eeeeee !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  padding: 7px;
  font-family: Arial;
}

.checkout_btn_info:hover {
  background: #eee !important;
  color: #000 !important;
  opacity: 0.8;
}

.credit_purchase_check_green {
  background:#000 !important;
  font-size: 16px !important;
  border-color:#000;
  color:#fff !important;
  margin:0;
  outline:0;
  border:0;
  width:60px;
}

.credit_purchase_check_red {
  background:#AF9F8C !important;
  font-size: 16px !important;
  border-color:#000 !important;
  margin:0;
  outline:0;
  border:0;
  width:60px;
}

.max_applied_credit,.virtual_card_adjust {
  margin-top:10px;
  font-style:italic;
  display:none;
  padding-right:11px !important;
}

.min_credit_spending {
  display:none;
}

.gallery-model {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom:20px;
}

.gallery-model .inner {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  border:5px solid #1f1f1f;
  cursor:pointer !important;
}

.gallery-model .inner .img {
  height: 422px;
  padding:2px;
  background:#262626;
}

.gallery-model .inner .title {
  background: #1F1F1F;
  color: #fff;
  padding:5px 10px 5px 10px;
  display: block;
  font-family: 'Montserrat';
}

.gallery-model .inner .title h3 {
  font-family: 'Montserrat';
  font-size:20px;
  padding:0;
  margin:0;
}

.gallery-model .inner .title h3 a {
  color: #AF9F8C;
}

.gallery-model .inner .title h3 a:hover,
.model_link_hover {
  color: #FF0080 !important;
  text-decoration:none;
}

.model_coming_soon {
  color:#AF9F8C;
}

.heading {
  color: #FF0080 !important; 
  font-family: Montserrat;
  font-size: 40px;
  padding-bottom:10px;
  width:98% !important;
  text-align:center;
}

.line {
  width:99%;
  margin:auto;
  padding-left:15px;
}

.models_page_line {
  width:97.2%;
  margin:auto;
}

.line hr,
.models_page_line hr {
  border:0;
  margin:0;
  margin-bottom:20px;
  border-bottom:1px solid #333;
}

.checkoutandpay {
  padding:0 20px 20px 20px;
}

.model_heading {
  margin-top:20px;
  padding-bottom:20px;
  text-align: center !important;
  margin-left:12px !important;
}

.heading_individual_model {
  color: #FF0080 !important; 
  font-family: Montserrat;
  font-size: 40px;
  padding-bottom:10px;
  margin-bottom:20px;
  border-bottom:1px solid #333;
}

.no_border {
  border:0 !important;
}

.model_buttons {
  margin-top:170px;
}

.model_view_btn {
  background: #FF0080 !important;
  border:1px solid #FF0080 !important;
  color: #fff !important;
  font-family: Montserrat;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  padding:15px 25px 15px 25px !important;
}

.model_view_btn:hover {
  background: #FF0080 !important;
  opacity:0.7;
  color: #fff !important;
}

.back_btn {
  font-family: Montserrat;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  padding:15px 25px 15px 25px !important;
}

.profile_wrapper {
  position: relative;
}

.profile_wrapper .profile_image {
  position: absolute;
  left:57%;
  top:29.6%;
}

.profile_wrapper .profile_image img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border:5px solid #1F1F1F;
}

.profile_wrapper .profile_model_name {
  font-size: 75px;
  font-family: Montserrat;
  margin-top: 198px;
  text-shadow: -1px 0 #1F1F1F,
    0 1px #1F1F1F,
    1px 0 #1F1F1F,
    0 -1px #1F1F1F;
}

.model_highlight {
  color: #FF0080 !important; 
  font-family: Montserrat;
  font-size: 35px;
  text-shadow: -1px 0 #1F1F1F,
    0 1px #1F1F1F,
    1px 0 #1F1F1F,
    0 -1px #1F1F1F;
}

.profile_gif {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border:1px solid #1F1F1F;
}

.msg_account_welcome {
  line-height:23px;
}

/* Scrollbars */
::-webkit-scrollbar {
  background: #0C0D0F;
}

::-webkit-scrollbar-thumb {
  background: #1F2124;
  border:1px solid #708090;
  border-right:0;
}

.bg-wrapper-color {
  background: #0d0e10 !important;
}

.table tbody tr td a,
a.link_setting,
a.highlight {
  text-decoration:underline !important;
}

.table tbody tr td a:hover,
a.link_setting:hover,
a.highlight:hover {
  text-decoration:underline !important;
  color:#ff0080 !important;
}

.table tbody tr td:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.contact_container {
  width:47%;
}

#glc_scroller {
  background:#1F1F1F;
  font-family: 'Montserrat';
  font-size: 20px;
  cursor:pointer;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
}

#glc_scroller .fas {
  cursor:pointer;
  color:#AF9F8C;
}

#glc_scroller .fas:hover {
  color:#ff0080 !important; 
}

.table_padding {
  margin-bottom:0 !important;
}

/* Checkout */
.checkoutarea thead tr th {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
}

.largerCheckbox {
  transform : scale(2);
  margin:0 10px 0 10px;
}

.checkout_close_btn {
  background:#eee !important;
}

.checkout_close_btn:hover {
  background:#c4c4c4 !important;
  color:#000 !important;
}

.credit_purchase_check_green,
.credit_purchase_check_green:hover {
  background:#21B14D !important;
  font-size: 16px !important;
  border:0 !important;
  outline:0 !important;
}

.credit_purchase_check_red,
.credit_purchase_check_red:hover {
  background:#eee !important;
  font-size: 16px !important;
  border:0 !important;
  outline:0 !important;
  color:#000 !important;
}

.credit_purchase_check_green:hover,
.credit_purchase_check_red:hover {
  opacity:0.8;
}

.stats_panel_body div {
  border-bottom:1px solid #333;
  padding:10px 0 10px 0;
}

.stats_panel_body div:first-child {
  padding-top:0;
}

.stats_panel_body div:last-child {
  border:0;
  padding-bottom:0;
}

.stats_panel_body div p {
  margin:0;
  padding:0;
  color:#ff0080;
}

.btn_orders_pay_all {
  font-size: 16px !important;
}

.glccard_area div {
  border-top:1px solid #333;
  padding-top:10px;
  margin-top:20px;
}

.glccard_area div p {
  margin:0;
  padding:0;
}

.no_body_padding {
  padding:0 !important;
}

.no_body_margins {
  margin:0 !important;
}

/* Filters / Search */
.filter_btn {
  background: #0D0E10  !important;
  -webkit-border-radius: 3px  !important;
  border-radius: 3px  !important;
  color: #fff !important;
  border:1px solid #fff !important;
  font-size: 16px !important;
}

.searchbox_area {
  padding-right:14px;
}

#search_options_area {
  margin-top:-10px !important;
  margin-bottom:20px;
}

.searchbox_area .input-group-addon {
  padding: 10px;
  margin-bottom: 0;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #0D0E10;
  border: 1px solid #fff;
  border-right:0;
  border-radius: 3px 0 0 3px;
}

.searchbox_area .input-group-addon .fa-search {
  color:#ff0080;
}

.searchbox_area input {
  border-color:#fff !important;
  font-size: 16px !important;
}

.searchbox_area .form-control {
  color:#fff !important;
}

.filter_buttons {
  margin-top:30px;
  margin-bottom:20px;
}

.filter_buttons .fa-sliders-h {
  color: #ff0080;
}

.filter_buttons .row .col-lg-9 {
  padding-left:13px;
}

@media (min-width: 1230px) {
  .filter_buttons, .boxed {
    max-width: 1400px;
  }
}

.filter_data_area {
  padding-left:31px;
  padding-top:15px !important;
}

@media (min-width: 1230px) {
  .filter_data_area, .boxed {
      max-width: 1400px;
  }
}

.filter_data_area label {
  color:#fff;
  font-size: 16px;
  padding:0;
  margin:0;
}

.videos_page_wrapper {
  min-height:900px;
}

.trending_clips_area {
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
  margin-right: auto;
  margin-left: auto;
  margin-top:30px;
}

@media (min-width: 1230px) {
  .trending_clips_area, .boxed {
    max-width: 1400px;
  }
}

.heading_trending {
  color: #FF0080 !important; 
  font-family: Montserrat;
  font-size: 40px;
  padding-bottom:10px;
  margin:-26px 0 -10px 0 !important;
  width:100% !important;
  text-align:center;
}

.trend_line {
  width:103%;
  margin:0 auto;
  margin-left:-24px !important;
  margin-bottom:5px;
  padding:0;
}

@media (min-width: 1230px) {
  .trending_clips_area .col-lg-2 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.trending_video_clip_area {
  padding:15px 5px 0 5px;
  margin-bottom:10px;
}

.trending_video_clip_area .inner-container {
  cursor:pointer !important;
}

.filter_list *,
.filter_list *::before,
.filter_list *::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.filter_list {
  margin-right:10px;
  background:#1F1F1F !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  color:#fff !important;
  border-color:#1F1F1F !important;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
}

.filter_products {
  width: auto !important;
  margin-right:10px;
  background:#1F1F1F !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  color:#fff !important;
  border-color:#1F1F1F !important;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
}

.filter_categories {
  width:270px !important;
}

.filter_categories,
.filter_models,
.filter_view,
.filter_languages,
.filter_products {
  width:240px !important;
}

.no_results_wrapper {
  text-align: center;
  background: #0D0E10;
  padding:35px 10px 20px 0;
  margin:0 10px 0 10px;
  width:100%;
  border:1px solid #333;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height:100px;
}

.no_results_wrapper p {
  font-style:italic;
  color:#fff;
}

.no_results_wrapper .fas {
  color:#ff0080;
  font-size:50px;
}

/* Basket */
.basket_items {
  position: absolute;
  display: block;
  background: #fff;
  top: 50px;
  right: 0;
  width: 350px;
  max-height: 350px;
  overflow: auto;
  border: 1px solid #000;
  border-top: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px;
  z-index: 1000001 !important;
}

.basket_items .head {
  display: block;
  padding: 20px;
  text-align: left;
  background: #EA3380 !important;
  color: #fff;
}

.basket_items .head span {
  float: right;
  display: block;
  margin-top: -5px;
}

.basket_items .btn-success {
  padding: 10px;
  margin: 0;
}

.basket_items .item {
  display: block;
  border-bottom: 1px solid #D1D7DD;
  text-align: left;
  padding: 5px;
}

.basket_items .item .image {
  display: block;
  margin-top: 0;
}

.basket_items .item .image img {
  width: 75px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.9;
}

.basket_items .item .image .text {
  display: block;
  float: right;
  width: 73%;
  line-height: 20px;
  font-size: 13px;
}

.basket_items .item .image .text .cost {
  font-family: Montserrat;
}

.basket_items .item .image .text a {
  color: red;
}

.basket_items .item .image .text a.title_href {
  color: #000;
}

.basket_items .totals {
  display: block;
  font-weight: bold;
  text-align: left;
  padding: 15px 5px 5px 5px;
  font-size: 15px;
}

.basket_items .totals span {
  float: right;
  font-family: Montserrat;
}

.basket_items hr {
  margin: 10px 0 5px 0;
}

.reveal_more {
  text-align:center !important;
  margin-top:10px;
}

.reveal_more .btn-primary,
#send_btn {
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background:#fff !important;
  color:#555 !important;
  font-size:16px !important;
  font-family: Montserrat !important;
}

.btn_orders_move {
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background:#AF9F8C !important;
  color:#fff !important;
  font-size:15px !important;
  font-family: Montserrat;
  padding-left:10px !important;
}

.btn_orders_move:hover {
  background:#AF9F8C !important;
  color:#fff !important;
  opacity:0.8;
}

.btn_orders_move i {
  color:#fff !important;
}

.models_wrapper {
  height:820px;
  width:100%;
}