/*===============================================*/
/* 1. IMPORTS		 						 */
/*===============================================*/
@import url(../css/reset.css);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');


/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/
html, body {
  width: 100%;
  font-size: 62.5%;
  /*  (10 px in REM size) */ }

body {
  font-family: 'Ubuntu',sans-serif;
  padding: 0;
  font-size: 1.4rem;
  margin: 0 auto;
  color: #fff;
  background-color: #000000;
  font-weight: 300;
  left: 0;
  position: relative;
  transition: 0.4s; }

.clear {
  clear: both; }

p {
  padding: 0;
  margin: 0px;
  text-align: left;
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #f47321; }

a.openvideo {
  cursor: pointer; }

blockquote {
  font-style: italic;
  font-size: 2.4rem;
  padding: 0 5%;
  margin: 40px 0 60px 0;
  line-height: 34px;
  position: relative;
  text-align: center; }

blockquote:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 10%;
  margin: 20px 40%;
  border: 1px solid #e76b71; }

a img {
  border: none; }

a:hover {
  text-decoration: none;
  color: #000; }

img.responsive_image {
  max-width: 100%;
  display: block;
  margin: auto auto 20px auto; }

/*---------------------------*/
/* 2-1. HEADINGS             */
/*---------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  padding: 0 0 40px 0;
  margin: 0;
  line-height: 1.3; }

h1 {
  font-size: 4.0rem; }

h2 {
  font-size: 3.0rem; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 2.0rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.6rem; }

/*===============================================*/
/* 3. HEADER 	 						 */
/*===============================================*/
/* BLOCK - header */
.header {
  width: 100%;
  height: auto;
  background-color: #080303; }

/* ELEMENT - header__content */
.header__content {
  /* ELEMENT MODIFIER - header__content */ }
  .header__content--fluid-width {
    width: 100%;
    margin: auto;
    clear: both; }

.header__top-menu-open {
  display: none; }

.header__top-menu {
  width: 100%;
  display: none;
  margin: auto;
  padding: 15px 40px;
  background-color: #25292c; }

.header__top-menu ul {
  padding: 0;
  text-align: center; }

.header__top-menu ul li {
  display: inline-block;
  padding: 0 20px 0 0; }

.header__top-menu ul li a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px; }

.header__top-menu ul li a:hover {
  color: #f47321; }

.header__logo {
  width: calc(100% - 80px);
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__logo-title a img {
  display: block;
  width: 100%; }

.header__logo-right {
  display: flex;
  align-items: center; }

.menu-button {
  display: none; }

.search {
  height: 23px;
  background-color: #fff;
  border-radius: 0px;
  padding: 0 0px 0 10px;
  position: absolute;
  right: 15px;
  top: 0;
  display: none; }
  .search-container {
    display: flex; }
  .search__input {
    width: calc(100% - 40px);
    color: #727272;
    border: none;
    height: 24px;
    background: none;
    font-weight: 500;
    padding: 0px 0 0 0;
    font-family: 'Ubuntu',sans-serif;
    z-index: 111;
    font-size: 12px; }
  .search__submit {
    width: 30px;
    height: 24px;
    border: none;
    text-indent: -100px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 0 0;
    background: url(../images/icons/search.svg) no-repeat center center; }
  #search-button {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 17px;
    top: 3px;
    z-index: 1; }
    #search-button img{
      height: 18px;
      width: 18px; }
  #search-close {
    position: absolute;
    right: 2px;
    cursor: pointer;
    top: 3px;
    z-index: 2;
    display: none; }
    #search-close img{
      height: 18px;
      width: 18px; }

.search__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #727272;
  font-size: 12px;
  font-weight: 500;
  opacity: 1;
  font-family: 'Ubuntu',sans-serif; }

.search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #727272;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Ubuntu',sans-serif;
  opacity: 1; }

.search__input:-ms-input-placeholder {
  /* IE 10+ */
  color: #727272;
  font-size: 12px;
  font-family: 'Ubuntu',sans-serif;
  font-weight: 500;
  opacity: 1; }

.signup__menu {
  width: calc(100% - 40px);
  padding: 10px 20px; }

.signup__menu ul {
  display: flex;
  align-items: center;
  justify-content: center; }

.signup__menu ul li {
  margin: 0 10px 0 0; }

.signup__menu ul li a {
  display: block;
  padding: 10px 20px 10px 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px; }
  .signup__menu ul li a:hover {
    color: #f47321; }

.signup__menu ul li a.login {
  background-image: url(../images/icons/lock.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 18px; }

.signup__menu ul li a.loggedin {
  display: flex;
  align-items: center;
  justify-content: center; }
  .signup__menu ul li a.loggedin img {
    display: block;
    width: 35px;
    border-radius: 100%;
    margin: 0 10px 0 0; }

.signup__menu ul li a.signup {
  background-image: url(../images/icons/user-add.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 18px; }

.signup__menu ul li a.becamemodel {
  padding: 15px 40px;
  border-radius: 25px;
  position: relative; }
  .signup__menu ul li a.becamemodel:hover {
    color: #000; }

/* ELEMENT - header__menu */
.header__menu {
  width: 100%;
  padding: 0 15px;
  border-bottom: 3px solid #f47321;
  background: #292929;
  margin: auto; }

.header__menu ul {
  display: block;
  align-items: center; }

.header__menu ul li {
  text-shadow: 1px 1px 0 #000;
  padding: 13px 0 8px;
  float: left;
  margin: 0 20px 0 0; }

.header__menu ul li a {
  display: block;
  padding: 0;
  margin: 0;
  color: rgb(255, 234, 0);
  font-size: 13.999px;
  font-weight: 500; }
  .header__menu ul li a:hover {
    color: #f47321;
    background: none; }

.header__menu ul li.categories a {
  position: relative; }
.header__menu ul li.categories a::before {
   }
.header__menu .categories a, .header__menu .categories a:focus {
   }
.header__menu ul li.categories.open a::before {
  transform: rotate(180deg); }
.header__menu ul li.signup_button {
  color: #fff;
  background: #f47321;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  padding: 11px 30px 5px 15px;
  margin: 0 0 0 10px;
  right: 0;
  display: inline-block;
  float: right;
  position: relative;
  text-shadow: none; }
.header__menu ul li.signup_button a {
  font-size: 20px;
  color: #fff; }
.header__menu ul li.signup_button a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -14px;
  z-index: 2;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-style: solid; }
.header__menu ul li.login_button {
  color: #5090c3;
  background: #cccccc;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  padding: 11px 15px 5px 15px;
  margin: 0 0 0 10px;
  right: 0;
  display: inline-block;
  float: right;
  position: relative;
  text-shadow: none; }
.header__menu ul li.login_button a {
  font-size: 20px;
  color: #5090c3; }
.header__menu ul li.login_button a::after {
  content: "";
  display: none;
  background-image: url(../images/icons/lock.svg);
  position: absolute;
  height: 20px;
  width: 20px;
  top: 5px;
  right: 0px;
  z-index: 2; }

/*===============================================*/
/* 4. SECTION 	 						 */
/*===============================================*/
/* BLOCK - section */
.section {
  width: 100%;
  height: auto;
  background-color: #D4D4D4;
  color: #222;
  /* BLOCK MODIFIER - section--page */
  /* ELEMENT - section__content */
  /* ELEMENT - section__title */
  /* ELEMENT - section__description */ }
  .section__content {
    clear: both;
    position: relative;
    overflow: hidden;
    /* ELEMENT MODIFIER section__content  */ }
    .section__content--fix-width {
      width: 1240px;
      margin: auto;
      clear: both; }
    .section__content--fluid-width {
      width: 100%;
      margin: auto;
      clear: both; }
    .section__content--padding {
      padding: 100px 0; }
  .section__title {
    font-size: 2rem;
    padding: 20px 0 10px 0;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
    color: #000; }
    .section__title strong {
      font-weight: 300; }
  .section__subtitle {
    font-size: 1.6rem;
    padding: 10px 0 5px 0;
    font-weight: 700;
    line-height: 1.5;
    width: 100%; }
    .section__subtitle strong {
      color: #f47321; }
  .section__description {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0 0 5px 0;
    width: 100%;
    margin: auto; }
  .section__subdescription {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 5px 0;
    margin: auto; }

.toggle-content {
  display: block; }

.toggle-link {
  display: none; }

.section--content {
  margin: 0;
  position: relative; }

.section--subcontent {
  padding-bottom: 40px; }

.section-dropdown {
  width: calc(100% - 42px);
  padding: 10px 20px;
  background-color: #000;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 888;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  visibility: hidden;
  opacity: 0; }
  .section-dropdown.open {
    opacity: 1;
    top: 0px;
    visibility: visible; }

.categories-back {
  display: none; }

.categories-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 1%; }

.categories-dropdown li {
  padding: 0 10px; }

.categories-dropdown li a {
  color: #f47321;
  font-weight: 700;
  font-size: 20px;
  display: block;
  padding: 10px 20px; }

.categories-dropdown li a:hover {
  color: #fff; }

.subheader {
  justify-content: space-between;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 10px 0 16px; }
  .subheader ul {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 15px;
    z-index: 1; }
  .subheader ul li{
    float: left;
    margin-right: 2px;
    border:1px solid #222;
    background-color: #CCCCCC;
    margin-bottom: -3px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0; }
  .subheader ul .selected, .subheader ul li:hover{
    background: #d9d9d9;
    color: #0b5b83;
    padding-bottom: 4px; }
  .subheader ul li a{
    font-size: 13px;
    color: #4B8FC4;
    font-weight: 500;
    padding: 7px 10px 4px;
    display: block; }
  .section__content h1 {
    padding: 0px 15px;
    margin: 4px 0;
    color: #0b5b83;
    font-size: 20px; }
.tags-section {
  border-top: 1px solid #222;
  padding: 15px 15px 0;
  width: 100%;
  overflow: hidden;
  height: 28px;
  margin-top: -1px; }
  .tags-section a {
    color: #0A5B83;
    font-size: 12px;
    float: left;
    padding: 0 10px 0 0; }
  .tags-section #more-tags-link {
    float: right;}
.custom-select {
  position: relative;
  font-family: 'Roboto', sans-serif;
  float: left;
  margin: 0 0 0 10px;
  width: 130px;
  border: 1px #ddd solid;
  border-radius: 25px; }
  .custom-select.wide {
    width: 135px; }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px; }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #000;
  padding: 8px 26px 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
  cursor: pointer; }

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999; }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(255, 255, 255, 0.1); }

.grid {
  display: block; }

.grid-view {
  display: block;
  flex-wrap: wrap;
  width: calc(100% - 5px);
  padding: 10px 0px 10px 15px;
  justify-content: center; }

.item {
  width: calc(10% - 10px);
  float: left;
  position: relative;
  margin: 0 10px 10px 0;
  background-color: #E3E3E3;
  color: #222222;
  border: 1px solid #CFCFCF;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .item__image {
    position: relative;
    padding-bottom: 56.1%;
    overflow: hidden; }
    .item__image img.thumb {
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
  .item__thumb-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 20px 20px 20px;
    color: #fff; }
  .item__thumb-details-top {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center; }
  .item__video {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    .item__video img {
      max-width: 60%;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      margin: auto; }
  .item__fav {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(255, 41, 105, 0.5);
    display: flex;
    align-items: center;
    justify-content: center; }
    .item__fav img {
      display: block;
      width: 70%;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      margin: auto; }
  .item__details {
    width: 100%;
    padding: 4px 7px 0;
    color: #222222;
    background-color: #e3e3e3;
    text-align: left; }
    .item__details span {
       }
    .item__details p{
      font-size: 11px;
      padding: 1px 0 0;
      margin: 4px 0 0;
      color: #222;
      height: 32px;
      width: 100%;
      line-height: 15px;
      border-top: 1px solid #acacac;
      overflow: hidden; }
      .item__details p a{
        font-size: 11px;
        padding: 0;
        color: #0A5B83; }
  .item__row {
    display: flex;
    justify-content: space-between; }
  .item:hover .item__image img {
    }
  .item:hover .item__details {
    }
  .item:hover .item__details span{
    }
  .item:hover .item__details p{
    }
.name {
  width: calc(100% - 35px);
  float: left;
  overflow: hidden;
  font-weight: 500;
  color: #0A5B83;}
.item__details a:hover {
  text-decoration: underline;
  color: #0A5B83; }
.age {
  padding: 1px 0;
  width: 32px;
  float: right;
  line-height: 15px;
  display: block;
  font-size: 13px;
  color: #707070; }

.age.male, .age.m {
  background-image: url(../images/icons/male3.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 14px; }

.age.female, .age.f {
  background-image: url(../images/icons/female3.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 14px; }

.age.trans, .age.t, .age.s, .age.shemale {
  background-image: url(../images/icons/trans3.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 14px; }

.age.female, .age.c {
  background-image: url(../images/icons/couple3.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 14px; }

.views {
  display: block;
  background-image: url(../images/icons/cam3.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 12px;
  padding: 0 0 0 20px;
  margin: 2px 0 4px;
  font-weight: normal;
  font-size: 10px;
  height: 13px;
  line-height: 12px;
  color: #727272; }

.item__location {
  display: block;
  background-image: url(../images/icons/location.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 15px;
  padding: 0 0 0 22px;
  font-weight: 700; }

/*===============================================*/
/*  5. BUTTONS	 			 */
/*===============================================*/
.buttons {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.btn {
  padding: 6px 50px;
  font-size: 1.5rem;
  border: 1px solid #f1d2bf;
  background-color: #fceadb;
  color: #dc5500;
  letter-spacing: 0.5px;
  font-weight: 700;
  display: inline-block;
  border: none;
  font-family: 'Assistant', sans-serif; }
  .btn--blue {
    color: #fff;
    background-color: #f47321; }
    .btn--blue:hover {
      background: #000000;
      color: #fff; }
  .btn--blue-white {
    color: #fff; }
    .btn--blue-white:hover {
      background: #fff;
      color: #f47321; }
  .btn--exit {
    padding: 0px; }

#load_more_btn:hover {
  opacity: 0.8; }

.section--subcontent-rows {
  display: flex;
  justify-content: space-between; }

.section--subcontent-row {
  width: calc(49% - 40px);
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 20px; }
  .section--subcontent-row--full-width {
    width: calc(100% - 30px);
    margin: 0 auto; }
.transparent {
  background-color: transparent;
  border: 0; }
.list {
  padding: 10px; }
  .list li {
    padding: 5px 0 5px 15px;
    background: url(../images/bullet.png) no-repeat 0 10px; }
    .list li ul, .list li ol {
      padding: 10px; }

/*===============================================*/
/*   PROFILES PAGE 	 						 */
/*===============================================*/


/*===============================================*/
/*   FORM	 						 */
/*===============================================*/
.container-form {
  width: 700px;
  padding: 20px 0;
  margin: auto; }
  .container-form--my-account {
    width: 100%; }
  .container-form--full {
    width: 100%;
    padding: 0; }
  .container-form__row {
    margin-bottom: 15px;
    display: flex; }
    .container-form__row--align-center {
      align-center: center;
      justify-content: center; }
    .container-form__row--wrap {
      flex-wrap: wrap; }
  .container-form__image-block img {
    display: block;
    width: 250px; }
  #contactus_form .form-group, #dmca_form .form-group {
    text-align: center;
    width: 50%;
    margin: 0 auto; }
    #contactus_form .form-group button, #dmca_form .form-group button, #load_more_btn{
      background: #f67300;
      background: -moz-linear-gradient(top,rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
      background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(246,115,0,1)),color-stop(100%,rgba(212,99,0,1)));
      background: -webkit-linear-gradient(top,rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
      background: -o-linear-gradient(top,rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
      background: -ms-linear-gradient(top,rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
      background: linear-gradient(to bottom,rgba(246,115,0,1) 0%,rgba(212,99,0,1) 100%);
      background-color: #f47321;
      color: #fff;
      width: 100%;}
      #contactus_form .form-group button:hover, #dmca_form .form-group button:hover{
        opacity: 0.8; }
    #load_more_btn {
      width: 35%;
      padding: 10px 0; }
  #dmca_form .container-form__row label {
    width: 160px; }
  #contactus_form .container-form__row label {
    width: 70px; }
  .container-form label {
    padding-top: 14px;
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    flex-shrink: 0; }
    .container-form label.full {
      width: 100%;
      padding: 0 0 10px 0; }
  .container-form__input {
    width: calc(100% - 34px);
    padding: 5px 15px;
    display: block;
    background-color: #fff;
    height: 40px;
    margin: 0;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 12px; }
  #contactus_form .form-group button, #dmca_form .form-group button {
    padding: 10px; }
  .container-form__input:focus {
    border: 2px #000000 solid; }
  .container-form__input-file label {
    text-align: center;
    background-color: #f47321;
    border-radius: 25px;
    font-weight: 700;
    border: none;
    color: #fff;
    padding: 15px 25px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; }
  .container-form__input-file input[type="file"] {
    display: none; }
  .container-form__input-file .custom-file-upload {
    -webkit-appearance: none; }
  .container-form__textarea {
    width: calc(100% - 34px);
    padding: 5px 15px;
    display: block;
    background-color: #fff;
    height: 65px;
    margin: 0;
    border: 2px #ececec solid;
    border-radius: 25px;
    font-size: 1.4rem;
    resize: none;
    font-family: 'Roboto', sans-serif; }
  .container-form__textarea:focus {
    border: 2px #000000 solid; }
  .container-form__select {
    width: calc(100% - 34px);
    flex-grow: 1;
    height: 25px;
    border: none;
    border: 2px #ececec solid;
    border-radius: 25px;
    overflow: hidden;
    padding: 10px 15px; }
    .container-form__select select {
      border: none;
      background: none;
      color: #000;
      width: 110%;
      height: 25px;
      font-size: 1.6rem;
      width: 100%;
      font-family: 'Roboto', sans-serif; }
  .container-form__submit {
    text-align: center;
    background-color: #ff8401;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 700;
    border: none;
    color: #fff;
    padding: 15px 60px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    margin: 20px 0 0 0;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none; }
  .container-form__title {
    padding: 0 0 10px 0;
    margin: 0px;
    font-size: 20.8px;
    width: 100%;
    text-align: center;
    color: #f47321;
    letter-spacing: -0.5px; }
    .container-form__title--smaller {
      font-size: 1.8rem; }
  .container-form__subtitle {
    padding: 0 0 40px 0;
    margin: 0px;
    font-size: 13px;
    width: 100%;
    text-align: center; }
  .container-form h4 {
    padding: 40px 0;
    font-size: 18px;
    width: 100%;
    text-align: center; }
  .container-form__benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 40px 0;
    line-height: 1.3;
    font-size: 1.6rem; }
    .container-form__benefits .benefit {
      margin: 0 20px;
      padding: 10px 0 10px 40px;
      background-image: url(../images/checked.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 26px; }
  .container-form__info {
    padding: 20px 0 0 0; }

.checkbox_custom {
  text-align: left;
  line-height: 16px;
  margin: 10px 0px 0 0; }

.checkbox_custom label {
  cursor: pointer;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5; }

.checkbox_custom input[type="checkbox"] {
  display: none; }

.checkbox_custom input[type="checkbox"] + label:before {
  border: none;
  content: "\00a0";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin: 0 10px 0 0;
  line-height: 18px;
  vertical-align: center;
  border: none;
  background-color: #e2e2e2; }

.checkbox_custom input[type="checkbox"]:checked + label:before {
  color: #fff;
  content: "\2713";
  border: none;
  text-align: center;
  background-color: #f47321; }

.checkbox_custom input[type="checkbox"] + label:before, input[type="checkbox"]:checked + label:before {
  background-color: #e2e2e2; }

.radio_custom {
  text-align: left;
  line-height: 16px;
  margin: 10px 10px 0 0; }

.radio_custom label {
  cursor: pointer;
  font-weight: 400;
  font-size: 1.5rem; }

.radio_custom input[type="radio"] {
  display: none; }

.radio_custom input[type="radio"] + label:before {
  border: none;
  content: "\00a0";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin: 0 10px 0 0;
  line-height: 18px;
  vertical-align: center;
  border: none;
  background-color: #e2e2e2; }

.radio_custom input[type="radio"]:checked + label:before {
  color: #fff;
  content: "\2713";
  border: none;
  text-align: center;
  background-color: #f47321; }

.radio_custom input[type="radio"] + label:before, input[type="radio"]:checked + label:before {
  background-color: #e2e2e2; }

.recaptcha {
  width: 100%;
  background-color: #ececec;
  text-align: center;
  padding: 15px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.range-slider {
  width: 100%; }
  .range-slider__values {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px; }

#range-slider {
  margin: 0 10px; }

#range-slider.ui-widget.ui-widget-content {
  border: none;
  background-color: #8c959a; }

#range-slider.ui-slider-horizontal {
  height: 3px; }

#range-slider .ui-slider-range {
  background: #000; }

#range-slider.ui-slider-horizontal .ui-slider-handle {
  top: -.6em; }

#range-slider .ui-state-default, #range-slider .ui-widget-content .ui-state-default, #range-slider .ui-widget-header .ui-state-default, #range-slider .ui-button, html #range-slider .ui-button.ui-state-disabled:hover, html #range-slider .ui-button.ui-state-disabled:active {
  border: none !important;
  background: #f47321;
  color: #000; }

.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

#min-range, #max-range {
  color: #000; }

.my-account {
  display: flex; }
  .my-account__menu {
    width: 240px;
    flex-shrink: 0;
    padding: 40px;
    background-color: #ededed; }
    .my-account__menu li {
      padding: 0 0 20px 0; }
      .my-account__menu li a {
        font-size: 1.6rem;
        font-weight: 700;
        color: #000; }
        .my-account__menu li a:hover {
          color: #f47321; }
      .my-account__menu li.selected a {
        color: #f47321; }
  .my-account__details {
    width: calc(100% - 80px);
    padding: 20px 40px; }
    .my-account__details-title {
      padding: 0 0 20px 0;
      margin: 0px;
      font-size: 2.8rem;
      color: #000;
      letter-spacing: -0.5px;
      font-weight: 700; }
      .my-account__details-title span {
        font-weight: 300; }
    .my-account__details-text {
      padding: 0 0 20px 0;
      margin: 0px;
      font-size: 1.8rem;
      color: #000;
      letter-spacing: -0.5px; }
    .my-account__details-back {
      padding: 0 0 0 30px;
      margin: 0px 0 20px 0;
      font-size: 1.8rem;
      color: #f47321;
      letter-spacing: -0.5px;
      font-weight: 700;
      background-image: url(../images/icons/back-black.svg);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 16px; }

.albums {
  display: flex;
  flex-wrap: wrap; }
  .albums li {
    width: calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative; }
    .albums li img.albums__image {
      height: 240px;
      object-fit: cover;
      width: 100%; }
    .albums li span {
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 22;
      display: block;
      width: 100%;
      text-align: center;
      padding: 15px 0;
      background-color: #000;
      color: #fff;
      letter-spacing: -0.5px;
      font-weight: 700; }
    .albums li i {
      position: absolute;
      top: 5px;
      right: 5px;
      font-style: normal;
      z-index: 22;
      display: block;
      padding: 15px;
      color: #f47321;
      font-size: 3.4rem;
      letter-spacing: -0.5px;
      font-weight: 700; }
    .albums li .delete {
      position: absolute;
      top: 10px;
      left: 10px;
      font-style: normal;
      z-index: 22;
      display: block;
      width: 35px;
      height: 35px;
      border-radius: 100%;
      color: #f47321;
      font-size: 3.4rem;
      letter-spacing: -0.5px;
      font-weight: 700;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      .albums li .delete img {
        display: block;
        width: 25px; }
    .albums li:hover span {
      color: #f47321; }

.adv-search {
  display: flex;
  padding: 20px 0; }
  .adv-search__filters {
    width: 300px;
    padding: 20px;
    flex-shrink: 0;
    background-color: #fff;
    margin-right: 40px;
    margin-top: 10px; }
  .adv-search__title {
    font-size: 1.8rem;
    padding: 10px 0 20px 0;
    font-weight: 700; }
    .adv-search__title span {
      color: #f47321; }

/*===============================================*/
/* MODAL 		 */
/*===============================================*/
.modal {
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal.modal--visible {
  visibility: visible; }

.modal__overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.modal--visible .modal__overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.modal__wrapper {
  position: relative;
  z-index: 9999;
  width: 600px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px; }
  .modal__wrapper--full {
    width: 80%;
    height: 90%;
    overflow-y: scroll; }

.modal-transition {
  -webkit-transition: all 0.3s 0.02s;
  -moz-transition: all 0.3s 0.02s;
  transition: all 0.3s 0.02s;
  transform: translateY(10%);
  opacity: 0; }

.modal.modal--visible .modal-transition {
  transform: translateY(0);
  opacity: 1; }

.modal__body {
  position: relative;
  padding: 40px 40px 60px 40px; }

.modal__title {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 10px 0 20px 0;
  color: #000; }

.modal__title--no-padding {
  padding: 10px 0 5px 0; }

.modal__text {
  text-align: center;
  padding: 0 0 20px 0;
  color: #000;
  font-size: 1.6rem; }

.modal__buttons {
  width: 100%;
  text-align: center; }

.modal__button {
  margin: 20px auto 0 auto;
  background-color: #f47321;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 15px 30px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif; }

.modal__row {
  width: 100%;
  margin-bottom: 15px; }

.modal__label {
  width: 100%;
  display: block;
  padding: 0 0 5px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000; }

.modal__form label.error {
  padding: 10px 0 0 0;
  font-size: 14px;
  color: #d11d69;
  width: 100%;
  display: block; }

.modal__input {
  width: calc(100% - 34px);
  padding: 5px 15px;
  display: block;
  background-color: #fff;
  height: 35px;
  margin: 0;
  border: 2px #ececec solid;
  border-radius: 25px;
  font-size: 1.4rem; }

.modal__input:focus, .modal__textarea:focus {
  border: 2px #000000 solid; }

.modal__submit {
  width: 100%;
  margin: 20px auto 0 auto;
  background-color: #f47321;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 15px 0;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif; }

.modal__submit:hover {
  background-color: #000; }

.modal__content {
  width: 100%;
  height: 0;
  visibility: hidden;
  position: relative;
  transform: translate(-100%);
  overflow: hidden; }

.modal__content--success, .modal__content--error {
  text-align: center; }

.modal__content.modal__content--visible {
  visibility: visible;
  transform: translate(0);
  width: 100%;
  height: 100%; }

.modal__close {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/close-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999999;
  cursor: pointer; }

.modal__close:hover {
  opacity: 0.5; }

.modal__comments {
  width: 100%;
  display: flex; }
  .modal__comments-photo {
    width: 60%; }
    .modal__comments-photo img {
      display: block;
      max-width: 100%; }
  .modal__comments-video {
    width: 60%; }
  .modal__comments-form {
    width: calc(40% - 40px);
    padding-left: 40px; }
    .modal__comments-form h3 {
      color: #000;
      padding: 0 0 20px 0; }
      .modal__comments-form h3 span {
        color: #f47321; }

.comments {
  width: 100%;
  margin-bottom: 20px; }
  .comments li {
    width: calc(100% - 40px);
    background-color: #f7f7f7;
    color: #000;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 25px;
    line-height: 1.5; }
.addedTags {
   }
  .addedTags li {
    display: inline-block;
    color: #080303;
    border-radius: 6px;
    border: 1px solid;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }
   .addedTags a {
      color: #080303;
      text-transform: capitalize; }
.extraPadding {
  padding: 10px 0 0px 34px; }
.tags {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px; }
  .tag-item {
    float: left;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 19%;
    margin-right: 1%; }
    .tag-item span {
      font-size: 12px;
      color: #fff;
      background-color: #080303;
      width: 100%;
      display: block;
      line-height: 30px;
      text-indent: 8px;
      text-transform: capitalize; }
    .tags-list li {
      }
  .tags li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid; }
  .tags li:last-of-type {
    border-bottom: 0; }
    .tags li a {
      font-size: 1.6rem;
      font-weight: 700;
      border: 1px #ddd solid;
      border-radius: 25px;
      padding: 5px 10px; }

/*===============================================*/
/*   FOOTER 	 						 */
/*===============================================*/
/* BLOCK - footer */
.footer {
  width: 100%;
  height: auto;
  clear: both;
  background-color: #080303;
  border-top: 3px solid #FF8400;
  position: relative;
  color: #fff; }

/* ELEMENT - footer__content */
.footer__content {
  clear: both; }

.footer__content--fluid-width {
  width: calc(100% - 40px);
  padding: 20px;
  margin: auto;
  clear: both; }

.footer-banners {
  width: 100%;
  text-align: center; }

.footer-banners a {
  margin: 0 10px; }

.footer-banners a img {
  display: inline-block;
  width: 200px; }

.footer-social {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 0 0 0 10px;
  display: flex; }

.footer-social a {
  padding: 0 0 0 2px; }

.footer-social a img {
  display: block;
  width: 32px; }

.footer-menu {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0; }

.footer-menu ul {
  display: flex;
  justify-content: center; }

.footer-menu ul li {
  border-right: 1px solid #6b6b6b; }

.footer-menu ul li a {
  display: block;
  color: #dddddd;
  padding: 0;
  margin: 0 10px;
  font-weight: 700;
  font-size: 13px; }
.footer-menu ul li:last-of-type{
  border: 0; }
  .footer-menu ul li a:hover {
    color: #fff; }
}

.footer-language {
  width: 100%;
  text-align: center;
  padding: 20px 0; }

.footer-language ul {
  display: flex;
  justify-content: center; }

.footer-language ul li {
  display: flex;
  justify-content: center;
  padding: 7px 0; }

.footer-language ul li a {
  display: block;
  color: #fff;
  margin: 0 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
  border-radius: 100%; }
  .footer-language ul li a.selected {
    color: #f47321; }
  .footer-language ul li a:hover {
    color: #f47321; }
.footer-copy a{color: #dddddd; font-size: 9.9px;}
.footer-copy a:hover{color: #fff;text-decoration: underline;}
.footer-copy, .footer-dmca {
  float: left;
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 10px;
  padding: 0px 0 15px; }
.footer-menu-colums{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin:0 auto 40px; }
.footer-column {
  float: left;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400; }
.footer-column ul li{
  margin-bottom: 2px; }
.footer-column ul li a{
  color: #dddddd; }
.footer-column p{
  color: #4481b0;
  padding: 5px 0 10px; }

/*===============================================*/
/* THUMBS QUERIES                */
/*===============================================*/
@media screen and (max-width: 2000px) {
  .item {
    width: calc(11.11% - 10px); }
}
@media screen and (max-width: 1800px) {
  .item {
    width: calc(12.5% - 10px); }
}
@media screen and (max-width: 1600px) {
  .item {
    width: calc(14.28% - 10px); }
}
@media screen and (max-width: 1400px) {
  .item {
    width: calc(16.66% - 10px); }
}
@media screen and (max-width: 1200px) {
  .item {
    width: calc(20% - 10px); }
}
@media screen and (max-width: 1000px) {
  .item {
    width: calc(25% - 10px); }
}
@media screen and (max-width: 800px) {
  .item {
    width: calc(33.3% - 10px); }
}
@media screen and (max-width: 550px) {
  .item {
    width: calc(50% - 10px); }
}
/*===============================================*/
/* MEDIA QUERIES                */
/*===============================================*/
@media screen and (max-width: 800px) {
  .header {
     }
  .header__logo {
    width: 100%;
    display: block; }
  .header__logo-title a img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 45px; }
  .menu-button {
    position: absolute;
    left: 15px;
    cursor: pointer;
    top: 24.5px;
    width: 27px;
    height: 20px;
    display: block; }
    .menu-button img {
      width: 100%;
      height: 100%; }
  .subheader ul {
    display: none; }
  .section--subcontent-rows {
    display: block;
    float: left;
    width: 100%; }
  .container-form {
    width: 100%; }
  #send_contactus {
    margin-top: 20px; }
  .container-form__input {
    width: 100%; }
  .container-form__row {
    margin-bottom: 0;
    display: block; }
  .container-form__row label {
    width: 100%;
    margin-bottom: 5px;
    text-align: left; }
  .header__menu {
    background-color: transparent;
    position: absolute;
    left: -240px;
    top: 0;
    padding: 0;
    width: 240px;
    height: 100%;
    display: block; }
  .header__menu ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f47321; }
    .header__menu ul li a {
      width: 100%;
      padding: 12px 0 12px;
      text-indent: 15px; }
  .login_button {
    background: #feea00 !important;
    position: absolute !important;
    bottom: 80px !important;
    border: 0 !important;
    width: 100%;
    padding: 0 !important;
    border-radius: 0 !important; }
    .login_button a { 
      color: #000 !important; }
  .signup_button {
    position: absolute !important;
    bottom: 20px !important;
    border: 0 !important;
    width: 100%;
    padding: 0 !important;
    border-radius: 0 !important; }
    .signup_button a::after{
      top: 17px !important;
      right: 17px !important; }
  .openedMenu {
    left: 240px;
    position: relative; }
  .opacityMenu {
    opacity: 0.5; }
  .section__content h1 {
    float: left;
    width: calc(100% - 50px); }
  .search {
    height: 34px;
    right: 0; }
  #search-button {
    top: 8px; }
  .search__input {
    height: 34px; }
  #search-close {
    top: 8px;
    right: 17px; }
  .tags-section #more-tags-link {
    float: left; }
  .tags-section a {
    color: #4d8ec3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #4a4a4a; }
  .tags-section {
    border: 0;
    height: 49px; }
    .tags-section a {
      padding: 10px 5px;
      margin-right: 5px; }
  .footer__content--fluid-width {
    padding: 0; }
    .footer-menu ul {
      display: block; }
      .footer-menu ul li {
        display: inline-block;
        margin-bottom: 10px; }
    .footer-menu-colums {
      margin: 0 auto 10px;
      display: block; }
      .footer-column {
        width: 50%;
        margin: 0 auto 10px;
        text-align: center; }
        .footer-column p {
          text-align: center; }
  .transparent {
    width: 100%; }
  .extraPadding {
    padding: 10px 0 0px 20px; }
  .addedTags li {
    padding: 6px; }
   .addedTags a {
      font-size: 11px; }
}
@media screen and (max-width: 600px) {
  .search {
    width: 100%; }
}
@media screen and (max-width: 400px) {
  .header__logo-title a img {
    height: 35px; }
  .menu-button {
    top: 21.5px;
    width: 24px;
    height: 17px; }
}