@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap");
* {
  box-sizing: border-box;
}

a,
button {
  transition: 0.5s all;
  color: #5973ff;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
}

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

html,
body,
div,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  border: 1px solid #ccc;
  border-bottom: none;
}

.row {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2,
.h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3,
.h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4,
.h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

.ico-font {
  font-family: "plakato-neon-dingbats-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.container .content h4 {
  margin: 0;
  font-family: "Nunito", sans-serif;
}
.container .sidebar .ban {
  margin-bottom: 20px;
}
.container .sidebar img {
  height: auto;
}

nav {
  display: flex;
  width: 100%;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
nav .logo-container {
  margin-top: 9px;
  display: block;
}
nav .logo-container img {
  max-width: 100%;
}
nav .menu-right {
  text-align: right;
}
nav .menu-right a {
  color: black;
  text-align: right;
  font-size: 0.8rem;
  text-decoration: none;
  line-height: 0.8rem;
  font-weight: normal;
}
nav .menu-right .upload-v {
  margin-top: 12px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 0.8rem;
  margin-right: 10px;
  border-radius: 50px;
  padding: 5px 15px;
}
nav .menu-right .upload {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 0.8rem;
  margin-right: 10px;
  background: #5fb05f;
  border-radius: 50px;
  padding: 5px 12px;
  border: 2px solid #31a231;
}
nav .menu-right .upload:hover {
  background: #d2f7d2;
}
nav .menu-right .signup {
  color: white;
}
nav .menu-right .up-video,
nav .menu-right .up-photo {
  background: none;
  border: 2px solid #46042a;
  color: black;
}
nav .menu-right .up-video img,
nav .menu-right .up-photo img {
  display: inline-block;
  margin-right: 4px;
  height: 12px;
}

.signup {
  margin-top: 9px;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 0.8rem;
  margin-right: 10px;
  background: #242424;
  border-radius: 50px;
  padding: 5px 15px;
}
.signup:hover {
  background: black;
}

header {
  color: white;
  text-align: center;
  background: url(../img/background5.jpg) center center;
  background-size: cover;
  padding: 40px 0;
}
header .sky-form {
  display: flex;
}
header .sky-form fieldset p {
  font-size: 0.9rem;
}
header .sky-form .searcher {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: rgb(255, 255, 255);
  padding: 0 10px;
  margin: 0 auto;
  border-radius: 10px;
  align-content: center;
  border: 8px solid black;
}
header .sky-form .searcher section {
  margin-bottom: 0;
}
header .sky-form .searcher section .input input {
  border: none;
  box-shadow: none;
  width: auto;
  text-transform: uppercase;
  font-size: 0.8rem;
}
header .sky-form .searcher section .input input:hover {
  background: rgb(228, 255, 228);
}
header .sky-form .searcher section .select select {
  border-radius: 0;
  border-right: 2px solid rgb(226, 226, 226);
  border-left: 2px solid rgb(226, 226, 226);
  box-shadow: none;
  width: 195px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
header .sky-form .searcher section .select i {
  top: 19px;
}
header .sky-form .searcher section .inline-group {
  width: 100%;
  display: flex;
  margin-right: 5px;
  padding-top: 17px;
}
header .sky-form .searcher section .inline-group .checkbox i {
  top: -2px;
}
header .sky-form .searcher button {
  display: inline-block;
  background: #5973ff;
  text-align: center;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  padding: 12px;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  margin-top: 6px;
}
header .sky-form .searcher button i {
  color: white;
  display: inline-block;
  font-size: 1.1rem;
}
header .sky-form .searcher button:hover {
  background: black;
}
header h1 {
  margin-top: 0;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  font-size: 2.2em;
}
header h5 {
  font-size: 1rem;
  font-weight: 400;
  margin: 20px auto 10px;
}
header a {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: black;
  font-size: 1rem;
  border-radius: 50px;
  padding: 12px 22px;
}
header a:hover {
  background: rgb(242, 140, 0);
}
header .quality-logo {
  display: flex;
  width: 100%;
  justify-content: center;
}
header .quality-logo img {
  opacity: 0.5;
  height: 25px;
  margin: 20px 5px 0;
  display: inline-block;
}

.delete-order-item {
  color: white;
  padding: 2px 10px;
  background: #ff7e77;
}
.delete-order-item:hover {
  background: #db5b54;
}

.search-result-pg {
  background: url(../img/background4.jpg) center center;
  background-size: cover;
}
.search-result-pg h1 {
  display: inline-block;
}
.search-result-pg span {
  font-style: italic;
  color: white;
  display: inline-block;
}
.search-result-pg .sky-form {
  margin-bottom: 20px;
}
.search-result-pg h1 {
  margin-bottom: 0;
  padding: 2px;
  background: black;
}

.pay-now-order {
  background: #e8004c;
  color: white;
  text-decoration: none;
  padding: 7px 20px;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
.pay-now-order:hover {
  background: #a80a3e;
}

.terms-pg {
  background: url(../img/background3.jpg) center center;
  background-size: cover;
}

.view-profil {
  background: url(../img/background1.jpg) center center;
  background-size: cover;
}
.view-profil .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.view-profil .container .profil-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-size: cover !important;
  filter: grayscale(100%);
}
.view-profil .container .profil-name {
  text-align: left;
}
.view-profil .container .profil-name .profil-contact {
  margin-top: 20px;
}
.view-profil .container .profil-name .profil-contact a {
  padding: 8px 14px;
}

.pagination {
  margin: 40px 0;
  width: 100%;
  display: flex;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li .active {
  color: gray;
  background: #eee;
  padding: 2px 8px;
}
.pagination ul li a {
  font-size: 1rem;
  margin-right: 15px;
  color: black;
  text-decoration: none;
  border: none;
}
.pagination ul li a:hover {
  text-decoration: underline;
}

.click-counter {
  margin-bottom: 20px;
}

.share {
  margin-top: 20px;
}

.it-share {
  text-align: center;
  color: black;
  border: 2px solid black;
  margin-right: 5px;
  display: inline-block;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  border-radius: 50px;
}

.like-it {
  font-size: 1.4rem;
  text-decoration: none;
}

.donation-section img {
  display: block;
  max-height: 40px;
  margin: 10px auto;
}

.copy-btn {
  padding: 6px 15px;
  font-weight: 600;
}

.panel-body {
  color: black;
  padding-top: 40px;
}
.panel-body input {
  box-sizing: border-box;
  height: 50px;
  padding: 8px 10px;
  outline: none;
  border-width: 1px;
  font-size: 0.9rem;
  font-family: "Nunito", sans-serif;
  border-style: solid;
  background: #fff;
  color: #404040;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  margin-bottom: 20px;
}
.panel-body .det-sort {
  margin-top: 40px;
}
.panel-body h3 {
  font-size: 1.2em;
  font-weight: 600;
}
.panel-body .sort_bystatus {
  cursor: pointer;
  border: 1px solid black;
  padding: 3px 8px;
  margin-right: 5px;
  font-size: 0.6em;
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.panel-body .element-status {
  cursor: pointer;
  background: #aef2ae;
  border-radius: 5px;
  padding: 3px 8px;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.panel-body .element-grid {
  border: 1px solid #b7b2b2;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 1.5%;
  color: black;
  font-size: 0.9em;
  background: #fbfbfb;
  box-shadow: #b7b2b2 5px 3px 10px;
}
.panel-body .element-grid .resize-img {
  display: block;
}
.panel-body .element-grid .category-item, .panel-body .element-grid .tag-item {
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 0.7em;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  background: #ECE9E6;
  background: linear-gradient(to right, #EEEDED, #ECE9E6);
  display: inline-block;
  font-weight: 600;
}
.panel-body .element-grid .tag-input, .panel-body .element-grid select {
  box-sizing: border-box;
  height: 50px;
  padding: 8px 10px;
  outline: none;
  border-width: 1px;
  font-size: 0.9rem;
  font-family: "Nunito", sans-serif;
  border-style: solid;
  background: #fff;
  color: #404040;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
  margin-bottom: 20px;
}
.panel-body .element-grid .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  padding: 5px 12px;
  border-radius: 3px;
}
.panel-body .element-grid .pull-right {
  float: right !important;
}
.panel-body .element-grid .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.form-label {
  font-size: 0.8em;
  font-weight: 600;
}

.photo-details .tag-cloud a {
  font-size: 0.7em;
  margin-right: 5px;
  color: #000;
  text-transform: lowercase;
}
.photo-details .tag-cloud a:hover {
  background: #ccc;
}
.photo-details h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Nunito", sans-serif;
  line-height: 1.2em;
  font-size: 1.8em;
}
.photo-details .it-det {
  border-top: 1px solid #e8e7e7;
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding: 8px 0 0;
  align-items: center;
  display: flex;
}
.photo-details .it-det img {
  max-width: 22px;
  margin-right: 20px;
  opacity: 0.6;
}
.photo-details .it-det .author {
  color: #000;
  text-decoration: underline;
}
.photo-details .set-size-form {
  margin-top: 20px;
  margin-bottom: 20px;
}
.photo-details .set-size-form fieldset {
  padding: 10px;
  border: none;
  background: #f0f0f0;
  width: 100%;
  box-shadow: none;
  background-image: linear-gradient(to top, #f0f0f0 0%, #eaeaea 99%, #ab85ff 100%);
  border-radius: 10px;
  padding-top: 30px;
}
.photo-details .set-size-form fieldset section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.photo-details .set-size-form fieldset section .label {
  width: 100%;
}
.photo-details .set-size-form fieldset section .input {
  flex: 2;
  margin: 1px;
}
.photo-details .set-size-form fieldset section button {
  border-radius: 70px;
  width: 100%;
  border: none;
  background: #5973ff;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 25px 0px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  box-shadow: #6b82a6 3px 3px 10px;
  font-family: "Nunito", sans-serif;
  background-image: linear-gradient(to top, #5973ff 0%, #fd958a 100%);
}
.photo-details .set-size-form fieldset section button:hover {
  background: #5973ff;
}
.photo-details .set-size-form fieldset section .report-photo {
  display: block;
  margin-top: 20px;
  background: none;
  border-radius: none;
  box-shadow: none;
  padding: 0;
}
.photo-details .set-size-form fieldset section .report-photo a {
  font-size: 0.8em;
  color: black;
  text-decoration: none;
  color: #ccb5b5;
}
.photo-details .set-size-form fieldset section .report-photo:hover {
  background: none;
  text-decoration: underline;
}
.photo-details .tag-cloud {
  margin-bottom: 20px;
  margin-top: 20px;
}
.photo-details .tag-cloud a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.latest {
  padding: 40px 0;
}
.latest h2 {
  margin: 40px auto;
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.cat-choose {
  max-width: 100%;
  display: block;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cat-choose span {
  display: inline-block;
}
.cat-choose a {
  color: #5973ff;
  display: inline-block;
  text-decoration: none;
  background: #e3e3e3;
  padding: 2px 15px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
}
.cat-choose a img {
  height: 16px;
  display: inline-block;
  margin-right: 2px;
}
.cat-choose a:hover {
  background: #5973ff;
  color: white;
}
.cat-choose .active {
  color: black;
  background: #f2f2f2;
}

.adsbygoogle {
  margin-top: 40px;
  margin-bottom: 40px;
}

.modal .modal-content .modal-body {
  border-top: 1px solid #ddd;
}
.modal .modal-content .modal-body .button {
  float: left;
  margin: 5px 0 0 20px;
}
.modal .modal-content .modal-body .button:hover {
  background: #b0b0b0;
}
.modal .modal-content .modal-body .savechanges-btn {
  background: #5fb05f !important;
  font-size: 1em;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 50px;
  margin: 30px auto 0;
  border: none;
}
.modal .modal-content .modal-body .savechanges-btn:hover {
  background: green !important;
}
.modal .modal-content .modal-body .sky-form .select select {
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}
.modal .modal-content .modal-body .sky-form .input input,
.modal .modal-content .modal-body .sky-form .select select,
.modal .modal-content .modal-body .sky-form .textarea textarea,
.modal .modal-content .modal-body .sky-form .radio i,
.modal .modal-content .modal-body .sky-form .checkbox i,
.modal .modal-content .modal-body .sky-form .toggle i,
.modal .modal-content .modal-body .sky-form .icon-append,
.modal .modal-content .modal-body .sky-form .icon-prepend {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
}

.pixinfo {
  text-align: center;
}
.pixinfo h2 {
  margin: 40px auto;
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.pixinfo i {
  color: #5973ff;
}
.pixinfo .premium-cat-butt {
  transition: 0.5s all;
  color: #fff;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
  background: #5973ff;
  padding: 10px 30px;
  margin: 20px auto;
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.5rem;
}
.pixinfo .premium-cat-butt:hover {
  background: #000;
}

.main {
  padding-top: 40px;
}
.main h2 {
  margin: 0 auto 40px;
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.main .gallery-categories {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.main .gallery-categories .row {
  justify-content: center;
  margin: 0 auto;
}
.main .gallery-categories .row .item {
  position: relative;
  display: inline-block;
  width: 24%;
  text-align: center;
  background: #000; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #000000 25%, #000 50%, #1f0413 75%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 400% 400%;
  background-repeat: no-repeat;
  display: flex;
  min-height: 180px;
  max-width: 100vw;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: 0.5s all;
  text-decoration: none;
  margin: 5px;
  border-radius: 25px;
  cursor: pointer;
  border-radius: 20px;
}
.main .gallery-categories .row .item .img_pre {
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url(https://images.unsplash.com/photo-1466657718950-8f9346c04f8f?dpr=1&auto=format&fit=crop&w=800&h=800&q=80&cs=tinysrgb) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: screen;
  border-radius: 20px;
}
.main .gallery-categories .row .item .architecture_c {
  background: #000 url(../img/category/architecture.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .animals_c {
  background: #000 url(../img/category/animals.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .business_c {
  background: #000 url(../img/category/business.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .city_c {
  background: #000 url(../img/category/citylife.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .creative_c {
  background: #000 url(../img/category/creative.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .ecology_c {
  background: #000 url(../img/category/ecology.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .flora_c {
  background: #000 url(../img/category/flora.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .food_c {
  background: #000 url(../img/category/food.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .landscape_c {
  background: #000 url(../img/category/landscape.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .music_c {
  background: #000 url(../img/category/music.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .objects_c {
  background: #000 url(../img/category/objects.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .pattern_c {
  background: #000 url(../img/category/pattern.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .people_c {
  background: #000 url(../img/category/people.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .sport_c {
  background: #000 url(../img/category/sport.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .tech_c {
  background: #000 url(../img/category/technology.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item .travel_c {
  background: #000 url(../img/category/travel.jpg) no-repeat center center;
  background-size: cover;
}
.main .gallery-categories .row .item span {
  position: relative;
  z-index: 10;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  color: white;
  text-transform: uppercase;
  text-shadow: #424242 1px 1px 2px;
  font-family: "Nunito", sans-serif;
}
.main .gallery-categories .row .item:hover {
  background-position: 100% 100%;
}
.main .gallery-categories .row .item:hoverspan {
  text-shadow: 0 0 20px rgb(0, 0, 0);
}

.benefits {
  background-size: cover;
  background: url(../img/background2.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0;
  text-align: center;
  color: white;
  margin-top: 40px;
  align-content: center;
}
.benefits h4 {
  font-family: "Nunito", sans-serif;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.benefits .adv {
  flex: 4;
  font-size: 1rem;
  padding: 0 5%;
  line-height: 150%;
  font-weight: 300;
}
.benefits .adv img {
  width: 15%;
  clear: both;
  display: block;
  margin: 0 auto 10px;
}
.benefits a {
  margin: 30px auto 0;
  font-size: 0.9rem;
  padding: 15px 25px;
  background: white;
  color: black;
  box-shadow: #000 10px 10px 30px;
  border: 2px solid white;
  font-weight: bold;
}
.benefits a:hover {
  color: white;
  background: none;
  border: 2px white solid;
}

.photo-com {
  padding-top: 40px;
  padding-bottom: 40px;
}
.photo-com .ad {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
.photo-com .ad img {
  max-width: 40%;
  height: auto;
}
.photo-com .win-photo-video {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.photo-com .win-photo-video .icon-contest {
  text-align: center;
  width: 100%;
}
.photo-com .win-photo-video .icon-contest img {
  max-width: 10%;
  margin: 10px auto;
}
.photo-com .win-photo-video figure {
  flex: 6;
}
.photo-com .win-photo-video figure span img {
  max-width: 100%;
  margin-bottom: 5px;
}
.photo-com .win-photo-video figure figcaption {
  font-size: 1rem;
  margin-bottom: 10px;
}

.grid.line-getty {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  display: block;
  margin-bottom: 30px;
}

.signup-form {
  width: 45%;
  margin: 0 auto;
}
.signup-form .comm-form {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  margin-top: 30px;
  color: black;
  text-align: left;
}
.signup-form h2 {
  font-size: 19px;
  color: black;
  margin: 20px auto;
  font-family: "Nunito", sans-serif;
}
.signup-form h3 {
  font-size: 20px;
  color: black;
  margin: 15px auto;
  font-family: "Nunito", sans-serif;
}
.signup-form .sub-btn {
  color: white;
  font-weight: 400;
  margin: 2px 3px;
  padding: 5px 10px;
}
.signup-form .insta-button {
  background: rgb(173, 42, 131);
  background: linear-gradient(162deg, rgb(173, 42, 131) 0%, rgb(85, 163, 251) 100%);
}
.signup-form .tiktok-button {
  background: rgb(79, 208, 216);
  background: linear-gradient(333deg, rgb(79, 208, 216) 0%, rgb(254, 89, 89) 100%);
}
.signup-form .facebook-button {
  background: rgb(1, 94, 234);
  background: linear-gradient(135deg, rgb(1, 94, 234) 0%, rgb(0, 192, 250) 100%);
}
.signup-form .youtube-button {
  background: rgb(237, 59, 75);
  background: linear-gradient(329deg, rgb(237, 59, 75) 0%, rgb(140, 13, 46) 100%);
}
.signup-form h4 {
  margin-top: 0;
  width: 100%;
  display: block;
  color: white;
  font-family: "Nunito", sans-serif;
  text-shadow: 1px 1px 2px #2d0102;
}
.signup-form fieldset {
  border-radius: 3px;
  width: 100%;
}
.signup-form fieldset section {
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.signup-form fieldset section .input {
  flex: 8;
}
.signup-form fieldset section .loginBtn {
  float: left;
  padding: 9px 10px;
  width: 40px;
  height: 40px;
  border: none;
  text-align: center;
  border-radius: 40px;
  font-size: 16px;
  box-shadow: none;
  color: #fff;
}
.signup-form fieldset section .loginBtn-facebook {
  margin-right: 10px;
  background: #4c69ba;
}
.signup-form fieldset section .loginBtn-facebook:hover {
  background-color: #5b7bd5;
}
.signup-form fieldset section .loginBtn-google {
  margin-right: 10px;
  background: #dd4b39;
}
.signup-form fieldset section .loginBtn-google:hover {
  background: #e74b37;
}
.signup-form fieldset section .loginBtn-email {
  background: #777777;
}
.signup-form fieldset section .loginBtn-email:hover {
  background-color: #414141;
}
.signup-form fieldset section .signup {
  width: auto;
  padding: 5px 12px;
  text-transform: uppercase;
  height: auto;
  background-color: #5fb05f;
}
.signup-form fieldset section .label {
  flex: 4;
  padding-top: 15px;
  text-align: left;
  color: black;
  font-weight: 600;
}
.signup-form fieldset section button {
  font-size: 0.9rem;
}
.signup-form fieldset section .terms-a {
  text-transform: none;
}
.signup-form fieldset section .terms-a a {
  background: none;
  padding: 0;
  box-shadow: none;
  font-size: 0.8rem;
}
.signup-form fieldset section .terms-a a:hover {
  text-decoration: underline;
}
.signup-form fieldset hr {
  border: 1px #cfcfcf solid;
  border-bottom: none;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.upload-fm p {
  text-align: left;
}
.upload-fm .upload-b {
  background: grey;
}
.upload-fm .btn-upload-gr {
  background: green;
}

.sky-form .input-file .button {
  top: 9px;
}

.textarea {
  flex: 8;
  min-height: 80px;
}

.btn-cnt {
  justify-content: flex-end;
}

.button.uploadButton {
  padding-top: 7px;
  text-transform: uppercase;
}

.wrap-tag {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 5px 0;
  margin-right: 15px;
  background: white;
}

footer {
  background-color: black;
  padding: 40px 0;
  font-size: 1rem;
  display: flex;
  width: 100%;
  font-weight: 300;
  color: white;
}
footer .about .fa-facebook,
footer .about .fa-instagram {
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 5px;
  color: white;
  cursor: pointer;
}
footer .about .fa-facebook:hover,
footer .about .fa-instagram:hover {
  color: rgb(242, 140, 0);
}
footer .about img {
  width: 70%;
  margin-top: 40px;
}
footer a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.7rem;
  color: #e3e3e3;
  font-weight: 300;
  line-height: 0.9rem;
}
footer a i {
  font-size: 12px;
}
footer a:hover {
  text-decoration: underline;
}
footer h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-style: italic;
  color: #5973ff;
}
footer p {
  margin-bottom: 1.1em;
}

.file-details .sky-form .label {
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-copyright {
  justify-content: space-between;
  padding: 20px 0;
  font-weight: 300;
  width: 100%;
  font-size: 0.8rem;
  color: #697076;
  background-color: #171717;
}
.footer-copyright a {
  color: #697076;
}
.footer-copyright a:hover {
  color: #cfcfcf;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: black;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 0.9rem;
  background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), linear-gradient(33deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal, color-burn;
}
#myBtn:hover {
  background: grey;
}

#photos-list .pagination li .active, #videos .pagination li .active {
  color: gray;
  background: #eee;
  padding: 2px 8px;
}
#photos-list .pagination li a, #videos .pagination li a {
  font-size: 1rem;
  margin-right: 15px;
  color: black;
  text-decoration: none;
  border: none;
}
#photos-list .pagination li a:hover, #videos .pagination li a:hover {
  text-decoration: underline;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  font-size: 1.2rem;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: 10px;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal .modal-content .modal-body {
  padding: 20px;
  font-size: 1rem;
}
.modal .modal-content .modal-body fieldset {
  padding: 0;
  margin-top: 10px;
}
.modal .modal-content .modal-body fieldset .label {
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.modal .modal-content .modal-footer {
  border-radius: 0 0 5px 5px;
  padding: 2px 16px;
  background-color: #f0f0f0;
  color: black;
  font-size: 0.9rem;
}
.modal .modal-content .modal-footer .upload {
  margin-top: 9px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 0.8rem;
  margin-bottom: 10px;
  background: #5fb05f;
  border-radius: 50px;
  padding: 5px 15px;
}
.modal .modal-content .modal-footer .upload:hover {
  background: green;
}
.modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 60px;
  margin-top: 15px;
  font-weight: bold;
}
.modal .close:hover, .modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.photo-view-modal-header {
  padding: 2px 16px;
  background-color: #f0f0f0;
  color: black;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.photo-view-modal-body {
  border-radius: 0 0 10px 10px;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.remove-cat i {
  display: block;
  margin-top: 3px;
}

.sponsored {
  text-transform: uppercase;
  color: #ccc;
  font-size: 10px;
  display: block;
}

.similar-images {
  margin-bottom: 20px;
  display: block;
}
.similar-images h5 {
  font-size: 1rem;
}

.photo-description-author-comm {
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}
.photo-description-author-comm h5 {
  font-size: 1rem;
}
.photo-description-author-comm p {
  margin-top: 10px;
}

.pixonetsy-footer {
  text-align: center;
  margin-bottom: 15px;
  border-style: dashed;
  border-bottom: 2px dashed #5973ff;
  padding-bottom: 20px;
}
.pixonetsy-footer img {
  cursor: pointer;
}
.pixonetsy-footer a {
  margin-bottom: 40px;
  font-size: 20px;
  margin-top: 20px;
  display: block;
  color: #5c76ff;
}
.pixonetsy-footer .desc-etsypix {
  font-size: 20px;
}
.pixonetsy-footer .thank-you {
  color: #fc9d46;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
.pixonetsy-footer h5 {
  font-size: 0.9rem;
  font-style: normal;
  color: white;
}

.help-block-error {
  color: #fd5252 !important;
  float: left;
  text-align: left;
}

.hide-desktop {
  display: none;
}

.centralise {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .latest h2 {
    text-align: center;
  }
  .latest .premium-cat-butt {
    font-size: 0.9rem;
  }
  .show-mobile {
    display: block !important;
  }
  .hide-mobile {
    display: none;
  }
  .container {
    width: 98%;
  }
  nav {
    display: block;
  }
  nav .logo-container img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
  .main .gallery-categories .row .item {
    width: 100%;
  }
  nav .menu-right {
    text-align: center;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }
  nav .menu-right .signup,
nav .menu-right .upload,
nav .menu-right a {
    font-size: 1rem;
  }
  .signup-form {
    width: 100%;
  }
  footer .about img {
    width: 100%;
  }
  header {
    padding: 20px 0;
  }
  header .sky-form .searcher section {
    margin-bottom: 10px;
    width: 100%;
  }
  header .sky-form .searcher {
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 10px;
    border-radius: 0;
    border: none;
  }
  nav .menu-right a {
    font-size: 1rem;
    text-align: center;
    margin: 5px auto 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .sky-form .button {
    width: 100%;
    margin-top: 10px;
  }
  .sky-form .fieldset {
    padding: 20px 15px;
  }
  .cat-choose {
    font-size: 0.75rem;
  }
  header .sky-form .searcher section .select {
    margin-right: 0;
    width: 100%;
  }
  header .sky-form .searcher section .select select {
    width: 100%;
    border-radius: 0;
    border: none;
  }
  header .sky-form .searcher section .input input {
    width: 100%;
  }
  .modal .modal-content {
    width: 100%;
  }
  header .sky-form .searcher button {
    margin: 0 auto;
  }
  .benefits .adv {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .search-result-pg span {
    width: 100%;
  }
  .profil-name {
    width: 100%;
    text-align: center;
  }
  .profil-photo {
    margin: 10px auto;
  }
  .profil-contact {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  h3 {
    width: 100%;
    text-align: center;
  }
  .view-profil .container .profil-name .profil-contact a {
    padding: 8px 14px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 2px auto;
  }
  .it-share {
    padding-top: 0;
  }
  .modal .modal-content .modal-body .savechanges-btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  nav .menu-right .upload {
    margin: 2px auto 4px;
    clear: both;
    text-align: center;
  }
  .table-responsive td,
.table-responsive th,
.table-responsive .w3 {
    font-size: 0.9em;
  }
}
@media screen and (min-device-width: 667px) and (max-device-width: 767px) {
  nav .logo-container img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
  .main .gallery-categories .row .item {
    width: 49%;
  }
}
@media screen and (min-device-width: 800px) and (max-device-width: 1080px) {
  nav .menu-right a {
    margin-top: 7px;
  }
  .main .gallery-categories .row .item {
    min-height: 150px;
  }
  .main .gallery-categories .row .item span {
    font-size: 1em;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container {
    width: 100%;
  }
  .main .gallery-categories .row .item {
    width: 33%;
  }
  .signup-form {
    width: 60%;
  }
  nav .menu-right a {
    margin-top: 7px;
  }
}
@media (min-width: 1400px) {
  nav .menu-right a {
    margin-top: 16px;
  }
}
@media (min-width: 1920px) {
  nav .logo-container img {
    max-width: 50%;
  }
  .photo-com .win-photo-video .icon-contest img {
    width: 6%;
  }
  nav .menu-right a {
    margin-top: 9px;
  }
}/*# sourceMappingURL=style.css.map */