.main:before,
.main:after,
.sub-options:before,
.sub-options:after,
.wc-info-holder .wc-links:before,
.wc-info-holder .wc-links:after,
.walp-list-heading:before,
.walp-list-heading:after,
.walp-list-heading .walp-sorter > ul:before,
.walp-list-heading .walp-sorter > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* ===== Wallpapers-list =======*/
.wallpapers-list {
  font-family: 'Exo', sans-serif;
  color: #fff;
}
.wallpapers-list:before,
.wallpapers-list:after {
  content: "";
  display: table;
  clear: both;
}
.wallpapers-list .wallp-list-item {
  background: #A1A1A1;
  position: relative;
  margin-bottom: 1px;
}
.wallpapers-list .wallp-list-item h4 {
  font-weight: 700;
}
.wallpapers-list .wallp-list-item a:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wallpapers-list .wallp-list-item img {
  position: relative;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.wallpapers-list .wallp-list-item .loader {
  top: 50%;
  margin-top: -75px;
}
.wallpapers-list .wallp-list-item .fab-share .share-tittle .svg-ico {
  width: 17px;
  height: 19px;
}
.wallpapers-list .wallp-list-item .fab-share .share-icons-list .svg-ico {
  width: 27px;
  height: 27px;
}
.wallpapers-list .wallp-list-item:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -45px 45px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.wallpapers-list .wallp-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media only screen and (min-width: 1024px) {
  .wallpapers-list .wallp-cover {
    padding: 23px 25px 23px 35px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .wallpapers-list .wallp-cover {
    padding: 23px 25px 23px 35px;
  }
}
@media only screen and (max-width: 668px ) {
  .wallpapers-list .wallp-cover {
    padding: 16px !important;
  }
}
.wallpapers-list .wallp-cover h4 {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .wallpapers-list .wallp-cover h4 {
    font-size: 18pt;
    line-height: 18pt;
  }
}
.wc-info-holder {
  font-size: 10.5pt;
  line-height: 14.5pt;
  font-weight: 400;
}
.wc-info-holder:before,
.wc-info-holder:after {
  content: "";
  display: table;
  clear: both;
}
.wc-info-holder .fa-download {
  transition: color .3s;
  float: right;
  width: auto !important;
  color: #fff;
}
.wc-info-holder .fa-download span:not(.svg-ico) {
  font-size: 13pt;
  line-height: 17pt;
  float: right;
  padding: 2px 0 0 8px;
  font-weight: 700;
}
.wc-info-holder .fa-download span.svg-ico {
  float: left;
}
.wc-info-holder .fa-download:hover {
  color: #bd0218;
}
.wc-info-holder .fa-download:hover path {
  fill: #bd0218;
}
.wc-info-holder .svg-ico {
  width: 21px;
  height: 24px;
}
.walp-list-heading {
  position: relative;
}
.walp-list-heading .red-underlined-heading {
  border-bottom: none;
  overflow: hidden;
  border-bottom: 1px solid #bd0218;
}
.walp-list-heading .red-underlined-heading span {
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .walp-list-heading .red-underlined-heading {
    font-size: 23pt;
    line-height: 27pt;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .walp-list-heading .red-underlined-heading {
    font-size: 23pt;
    line-height: 20pt;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 668px ) {
  .walp-list-heading .red-underlined-heading {
    font-size: 13pt;
    line-height: 16pt;
    margin: 0 0 19px;
  }
  .walp-list-heading .red-underlined-heading span {
    display: block;
    padding-bottom: 3px;
    padding-top: 6px;
  }
}
.walp-list-heading .walp-sorter {
  font-size: 11pt;
  line-height: 15pt;
  font-family: 'Exo', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
}
@media only screen and (min-width: 1024px) {
  .walp-list-heading .walp-sorter {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 669px) {
  .walp-list-heading .walp-sorter .toggle-sorter {
    display: none;
  }
}
@media only screen and (max-width: 668px ) {
  .walp-list-heading .walp-sorter > ul {
    transition: height .5s;
    position: absolute;
    top: 103%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
  }
  .walp-list-heading .walp-sorter > ul > li h5 {
    margin: 5px 0 0;
  }
  .walp-list-heading .walp-sorter > ul > li.sub-opened > ul {
    height: 300px;
    overflow: auto;
    border-bottom: 1px solid #bd0218;
  }
  .walp-list-heading .walp-sorter > ul > li > ul {
    transition: height .5s;
    height: 0;
    overflow: hidden;
    display: block !important;
    padding-left: 15px;
  }
  .walp-list-heading .walp-sorter > ul > li > ul ul {
    display: block !important;
  }
  .walp-list-heading .walp-sorter > ul > li > ul a {
    display: block;
    padding: 5px 0;
  }
  .walp-list-heading .walp-sorter .toggle-sorter {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    color: #323232;
    cursor: pointer;
  }
  .walp-list-heading .walp-sorter .toggle-sorter .toggle-btn {
    background: #bd0218;
    position: relative;
    top: 5px;
    display: inline-block;
    width: 21px;
    height: 21px;
  }
  .walp-list-heading .walp-sorter .toggle-sorter .toggle-btn:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #fff transparent transparent transparent;
  }
}
@media only screen and (min-width: 669px) {
  .walp-list-heading .walp-sorter > ul > li {
    float: left;
  }
  .walp-list-heading .walp-sorter > ul > li:hover ul {
    display: block;
  }
}
.walp-list-heading .walp-sorter > ul > li.active > a,
.walp-list-heading .walp-sorter > ul > li:hover > a {
  color: #fff;
  border-width: 0;
}
.walp-list-heading .walp-sorter > ul > li.active > a:after,
.walp-list-heading .walp-sorter > ul > li:hover > a:after {
  -webkit-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.walp-list-heading .walp-sorter > ul > li.active > a span,
.walp-list-heading .walp-sorter > ul > li:hover > a span {
  background: #bd0218;
}
.walp-list-heading .walp-sorter > ul > li.active > a span:before,
.walp-list-heading .walp-sorter > ul > li:hover > a span:before,
.walp-list-heading .walp-sorter > ul > li.active > a span:after,
.walp-list-heading .walp-sorter > ul > li:hover > a span:after {
  opacity: 1;
}
.walp-list-heading .walp-sorter > ul > li > a {
  transition: color .3s;
  position: relative;
  overflow: hidden;
  display: block;
  color: #333333;
  padding-bottom: 5px;
}
.walp-list-heading .walp-sorter > ul > li > a:after {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bd0218;
}
.walp-list-heading .walp-sorter > ul > li > a span {
  transition: background .3s;
  position: relative;
  padding: 8px 16px 7px;
  display: block;
}
.walp-list-heading .walp-sorter > ul > li > a span:before,
.walp-list-heading .walp-sorter > ul > li > a span:after {
  transition: opacity .3s;
  content: '';
  position: absolute;
  bottom: -6px;
  height: 6px;
  width: 30px;
  background: #bd0218;
  opacity: 0;
}
.walp-list-heading .walp-sorter > ul > li > a span:before {
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  left: -4px;
}
.walp-list-heading .walp-sorter > ul > li > a span:after {
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  right: -4px;
}
.walp-list-heading .walp-sorter > ul > li ul {
  display: none;
}
.walp-list-heading .walp-sorter > ul > li ul h5 {
  font-size: 12pt;
  line-height: 16pt;
  margin: 5px 0 -5px;
  color: #bd0218;
}
@media only screen and (min-width: 669px) {
  .walp-list-heading .walp-sorter > ul > li ul > li {
    display: inline-block;
    padding: 10px;
  }
}
.walp-list-heading .walp-sorter > ul > li ul > li.active > a {
  color: #bd0218;
}
.walp-list-heading .walp-sorter > ul > li ul a {
  transition: color .3s;
  color: #444;
}
.walp-list-heading .walp-sorter > ul > li ul a:hover {
  color: #bd0218;
}
@media only screen and (min-width: 669px) {
  .walp-list-heading .walp-sorter > ul > li ul {
    background: #e7e7e7;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
@media only screen and (min-width: 1024px) {
  .wallpapers-list {
    margin-bottom: 68px;
  }
  .wallpapers-list h4 {
    font-size: 18pt;
    line-height: 22pt;
    letter-spacing: -0.1pt;
    margin-bottom: -3px;
  }
  .wallpapers-list .wallp-cover {
    padding: 0 28px 26px 34px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .wallpapers-list {
    margin-bottom: 39px;
  }
  .wallpapers-list .wallp-cover {
    padding: 0 21px 20px 21px;
  }
}
@media only screen and (max-width: 668px ) {
  .wallpapers-list {
    padding-top: 39px;
    margin-bottom: 26px;
  }
  .wallpapers-list .wallp-list-item {
    height: 218px;
    margin-bottom: 2px;
  }
  .wallpapers-list .wallp-cover {
    padding: 0 0 16px 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .wallpapers-list .wc-res {
    display: none;
  }
  .wallpapers-list h4 {
    font-size: 13pt;
    line-height: 17pt;
    letter-spacing: 0.3pt;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 669px) {
  .wallpapers-list:before,
  .wallpapers-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .wallpapers-list .wallp-list-item {
    float: left;
    width: 33.31%;
    margin-left: .03%;
  }
  .wallpapers-list .wallp-list-item:nth-child(3n-2) {
    margin-left: 0;
  }
}
/* ===== /Wallpapers-list =======*/
/* ===== Gallery =======*/
.page {
  background: url('../images/page-titles/title-left-6.png') no-repeat -7px -80px, url('../images/page-titles/title-right-6.png') no-repeat 100.5% 18px;
}
.w-holder {
  position: relative;
}
.page-title {
  background: url("../images/page-titles/title-center-7.png") no-repeat 50% -56px;
}
.page-title h1:after {
  background-position: 106% 57% !important;
}
.page-title h1:before {
  background-position: -6% 57% !important;
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .page-title {
    background-position: 50% -12px;
    background-size: 140px auto;
  }
}
@media only screen and (max-width: 668px ) {
  .page-title {
    background-position: 50% -14px;
    background-size: 85px auto;
    margin-bottom: -25px;
  }
}
.walp-featured,
.gi-holder {
  transition: -webkit-transform .7s, z-index 0s 1s, opacity .2s;
  transition: transform .7s, z-index 0s 1s, opacity .2s;
}
.gall-holder {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .gall-holder {
    padding: 9px 0 41px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .gall-holder {
    padding: 10px 0 13px;
  }
}
@media only screen and (max-width: 668px ) {
  .gall-holder {
    padding: 10px;
  }
}
.gall-holder:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  border-radius: 100%;
  box-shadow: 0 0 25px #000;
  overflow: hidden;
}
.gall-item {
  position: relative;
}
.gall-item > a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .gall-item {
    height: 454px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .gall-item {
    height: 454px;
  }
}
@media only screen and (max-width: 668px ) {
  .gall-item {
    margin-bottom: 25px;
    height: 200px;
  }
}
.gall-item img {
  position: relative;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.gall-item .wallp-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  z-index: 2;
  color: #fff;
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media only screen and (min-width: 1024px) {
  .gall-item .wallp-cover {
    padding: 23px 25px 23px 35px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .gall-item .wallp-cover {
    padding: 23px 25px 23px 35px;
  }
}
@media only screen and (max-width: 668px ) {
  .gall-item .wallp-cover {
    padding: 16px !important;
  }
}
.gall-item .wallp-cover h4 {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .gall-item .wallp-cover h4 {
    font-size: 18pt;
    line-height: 18pt;
  }
}
.gall-item .loader {
  top: 50%;
  margin-top: -75px;
}
.wallp-list-item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .wallp-list-item {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    width: 49.5% !important;
    height: 454px;
    margin-bottom: 11px !important;
  }
  .wallp-list-item:after,
  .wallp-list-item .wallp-cover,
  .wallp-list-item .walp-img {
    transition: -webkit-transform .5s;
    transition: transform .5s;
  }
  .wallp-list-item:nth-child(2n-1) {
    margin-right: .9% !important;
  }
  .wallp-list-item:hover:after,
  .wallp-list-item:hover .wallp-cover,
  .wallp-list-item:hover .walp-img {
    -webkit-transform: translate3d(-7px, -7px, 0);
    -ms-transform: translate3d(-7px, -7px, 0);
    transform: translate3d(-7px, -7px, 0);
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .wallp-list-item {
    height: 300px;
  }
}
@media only screen and (max-width: 668px ) {
  .wallp-list-item {
    margin-bottom: 25px;
    height: 200px;
  }
}
.wc-res {
  float: left;
  display: block !important;
}
.wallpapers-list {
  position: relative;
  z-index: 99;
}
@media only screen and (min-width: 1024px) {
  .wallpapers-list {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .wallpapers-list img {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 669px) and (max-width: 1023px) {
  .wallpapers-list .wallp-list-item {
    width: 49.87%;
  }
  .wallpapers-list .wallp-list-item:nth-child(2n) {
    margin-left: .2%;
  }
}
@media only screen and (max-width: 1023px) {
  .fs-featured {
    font-size: 8pt;
    line-height: 12pt;
    letter-spacing: 0;
    top: 6px;
    left: -5px;
  }
  .fs-featured:before {
    left: -8px !important;
  }
  .fs-featured:after {
    width: 9px !important;
    bottom: -5px !important;
    left: -11px !important;
  }
  .fsf-holder {
    padding: 5px 4px 2px !important;
  }
  .fsf-holder:before {
    right: -15px !important;
  }
  .fsf-holder:after {
    width: 8px !important;
    bottom: -9px !important;
    right: -24px !important;
  }
}
.f-slider {
  display: none;
}
.ias-trigger {
  position: absolute;
  left: 50%;
}
@media only screen and (min-width: 669px) {
  .ias-trigger {
    margin: 0 0 0 -15% !important;
    width: 30%!important;
    bottom: -120px;
  }
}
@media only screen and (max-width: 668px ) {
  .ias-trigger {
    margin: 0 0 0 -35% !important;
    width: 70%!important;
    bottom: 10px;
  }
}
/* ===== /Gallery =======*/
/*# sourceMappingURL=../css/gallery.less.map */