/* ==============================
   Common styles
   ============================== */

/*sm*/
@media (min-width: 768px) {
    .sm-align-left {
        text-align: left !important;
    }
    .sm-align-center {
        text-align: center !important;
    }
    .sm-align-right {
        text-align: right !important;
    }
}
/*md*/
@media (min-width: 992px) {
    .md-align-left {
        text-align: left !important;
    }
    .md-align-center {
        text-align: center !important;
    }
    .md-align-right {
        text-align: right !important;
    }
}
/*lg*/
@media (min-width: 1200px) {
    .lg-align-left {
        text-align: left !important;
    }
    .lg-align-center {
        text-align: center !important;
    }
    .lg-align-right {
        text-align: right !important;
    }
}



/*photographer*/

/*tile*/
.works-grid.hide-titles .work-item .work-photographer {
    display: flex;
    opacity: 0;
    padding: 20px;
    z-index: 1000;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: opacity .2s;
}
.works-grid.hide-titles .work-item .work-photographer-top {
    align-items: center;
    position: absolute;
    top: 0;
    /*height: 50px;*/
    /*background-color: green;*/
    text-transform: none;

}

.works-grid.hide-titles .work-item:hover .work-photographer-top,
.works-grid.hide-titles .work-item:hover .work-photographer-bottom {
    opacity: 1;
    transition-delay: 0.1s;
}

.works-grid.hide-titles .work-item .work-photographer-bottom {
    align-items: center;
    position: absolute;
    bottom: 20px;
    height: 60px;
    max-width: calc(100% - 20px);
    /*background-color: red;*/

}

.works-grid.hide-titles .work-item .work-photographer-bottom img {
    border-radius: 50%;
    margin-right: 10px;
    height: auto;
    width: 45px;
}

.works-grid.hide-titles .work-item .work-photographer-bottom a {
    line-height: 1em;
    font-size: 15px;
}

.works-grid.hide-titles .work-item.photographer .work-intro {
    bottom: -70px;
}
@media (max-width: 1300px) {
    .works-grid.hide-titles .work-item.photographer .work-intro a.btn.btn-round {
        padding: 2px 8px;
    }
}

@media (max-width: 1200px) {
    .works-grid.hide-titles .work-item .work-photographer a {
        font-size: 13px;
    }
    .works-grid.hide-titles .work-item .work-photographer-bottom img {
        width: 40px;
    }
}
@media (max-width: 1024px) {
    .works-grid.hide-titles .work-item .work-photographer a {
        font-size: 12px;
    }
    .works-grid.hide-titles .work-item .work-photographer-bottom img {
        width: 30px;
    }
}
@media (max-width: 992px) {
    .works-grid.hide-titles .work-item .work-photographer a {
        font-size: 12px;
    }
    .works-grid.hide-titles .work-item .work-photographer-bottom img {
        width: 25px;
    }
}
@media (max-width: 768px) {
    .works-grid.hide-titles .work-item .work-photographer {
        opacity: 1 !important;
    }
    .works-grid.hide-titles .work-item .work-photographer a {
        font-size: 12px;
    }
    .works-grid.hide-titles .work-item .work-photographer-bottom img {
        width: 25px;
    }

}
/*photo page*/

.photo-photographer {
    /*display: flex;*/
    /*align-content: left;*/
    /*align-items: center;*/
    padding-top: 20px;
}

.photo-photographer img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.photo-photographer .photo-photographer-info {

}
.photo-sponsor {
    text-transform: uppercase;
}

.photo-photographer .photo-photographer-info h3,
.photo-photographer .photo-photographer-info p {
    margin: 0;
}

.photo-photographer .photo-photographer-info h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.photo-photographer .photo-photographer-info p i {
    margin-right: 5px;
}

.photo-photographer-header .hs-line-11 {
    font-size: 20px;
    letter-spacing: 0.2em;

}
.photo-photographer-header .hs-line-4 {
    font-size: 12px;
    letter-spacing: 2px;
}



/*********************/

/*photographer profile*/

.photographer-profile {

}

.photographer-profile-header {
    background-color: #f8f8f8;

}
.photographer-profile-header .row {
    display: flex;
    align-items: center;
}
.photographer-profile-header-image img {
    width: 80%;
    max-width: 300px;
    height: auto;
    border-radius: 50%;
}
.photographer-profile-header-desc {
    font-family: "Helvetica";
    font-size: 18px;
    color: black;
}

.photographer-profile-header-desc > h3 {
    color: black !important;
}

.photographer-profile-header-desc-media {
    display: flex;
    color: #7c7c7c;
}
.photographer-profile-header-desc-media a {
    margin: 0 20px 0 0;
    font-size: 22px;
    color: #7c7c7c;
}
.photographer-profile-header-desc-stats {
    display: inline-flex;
}
.photographer-profile-header-desc-stats a,
.photographer-profile-header-desc-stats p {
    margin: 0 10px 0 0;
    color: #7B7B7B;
}

.photographer-profile-header-desc-stats a:hover,
.photographer-profile-header-desc-media a:hover {
    color: #111;
}
/*sm*/
@media (max-width: 768px) {
    .photographer-profile-header .row {
        flex-direction: column;
    }
    .photographer-profile-header-image {
        text-align: center;
        margin-bottom: 10px;
    }
    .photographer-profile-header-desc {
        text-align: center;
    }

    .photographer-profile-header-desc-media {
        justify-content: center;
    }
}
/*md*/
@media (min-width: 992px) {

}
/*lg*/
@media (min-width: 1200px) {

}

/*.photographer-profile-header-desc-media p a {*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*display: block;*/
/*}*/
/*********************/




.main-section .gallery.gallery-add-gutter .works-grid.work-grid-gut .work-item{
    padding: 0 0 20px 10px;
}

@media only screen and (min-width: 1024px) { 
    .main-section .gallery.gallery-add-gutter {
        margin: 0 60px 0 55px;
    }
    /*overide above */
    .main-section .gallery.gallery-add-gutter .works-grid.work-grid-gut .work-item{
        padding: 0 0 20px 20px;
    }

}
.gallery .works-filter {
    position: relative;
    letter-spacing: 2px;
    z-index: 20;
    margin-bottom: 0;
    margin-left: 0;
}
.gallery .works-filter p {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
.gallery .works-filter p.selected {
    font-weight: bold;

}

.gallery .work-title,
.promoted .work-title {
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 0;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}
.gallery div.work-intro > div > a.btn-mod.btn-round,
.promoted div.work-intro > div > a.btn-mod.btn-round {
    margin-top: 35px;
}
.gallery .btn-mod.btn-border:focus, 
.gallery .btn-mod.btn-border:hover,
.promoted .btn-mod.btn-border:focus, 
.promoted .btn-mod.btn-border:hover {
    color: #fff;
    border-color: transparent;
    border: 2px solid #151515;//
    background: #000;
}
.work-full-media img.landscape {
    width: 100%;
}
.gallery .work-full-media img,
.promoted .work-full-media img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
blockquote p{
    margin-bottom: 1em;
    font-size: 18px; //
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
}


.gallery .btn-mod.btn-round,
.promoted .btn-mod.btn-round {
    /*margin: 0 5px;*/ 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 14px;
}

.gallery .work-item a, 
.gallery .work-item a:hover,
.promoted .work-item a, 
.promoted .work-item a:hover {
    text-decoration: none;
}

.gallery .work-img img,
.promoted .work-img img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.gallery .work-intro,
.promoted .work-intro {
    width: 100%;
    height: 100%;

    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.gallery .work-title,
.promoted .work-title {
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 0;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
}





.works-grid.hide-titles .work-item .work-intro{
    opacity: 0;
    height: 100%;
    width: 100%;
    padding: 0;
}
.works-grid.hide-titles .work-item .work-intro div {
  position: relative;
  top: 45%;
  height: 100%;
  margin-top: -15px;
}

/* Work item hover state */
/*//dodany div*/
/*.work-item:hover .work-intro div{*/
	/*!*bottom: auto;*!*/
	/*!*top: 50%;*!*/
	/*color: #fff;*/
	/**/
	/*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*transform: translateY(-50%);	*/
	/**/
	/*z-index: 3; */
/*}*/
.work-full-media img{
	max-width: 100%;
	height: auto;
        margin: 0 auto;
}

.testimonial p{
    margin-bottom: 1em;
    font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
.testimonial-author a{
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #777;
  text-decoration: none;
}

.post-prev-img {
  text-align: center;
}

.post-prev-img.photoshoot img {
}
.post-prev-title{
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    
}



 /*-------------------------*/
 
 .pulse2 {
  -webkit-animation: pulse2 1s linear infinite;
  -moz-animation: pulse2 1s linear infinite;
  -ms-animation: pulse2 1s linear infinite;
  animation: pulse2 1s linear infinite;
}

@keyframes "pulse2" {
 0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
 }
 50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
 }
 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 }

}

@-moz-keyframes pulse2 {
 0% {
   -moz-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -moz-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -moz-transform: scale(1);
   transform: scale(1);
 }

}

@-webkit-keyframes "pulse2" {
 0% {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
 }

}

@-ms-keyframes "pulse2" {
 0% {
   -ms-transform: scale(1.1);
   transform: scale(1.1);
 }
 50% {
   -ms-transform: scale(0.8);
   transform: scale(0.8);
 }
 100% {
   -ms-transform: scale(1);
   transform: scale(1);
 }
 }

 .close-bigsearch {
  cursor: pointer;
  float: right;
 }

.home-search-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  display: none;
}

.big-search {
  background: none;
  border: 0;
  color: #eee;
  font-size: 72px;
  font-weight: bold;
}

.big-search:focus {
  outline: none;
}

/*.anim-text-flow,
.anim-text-flow-hover:hover {
  
   * Animation variables
   
  $animationSteps: 20;
  $animationDuration: 50;
  $animationElement: span;
  $animationElementsCount: 100;
  $delayBetweenLetters: 0.2;

  
   * Elements settings
   
  #{$animationElement} {
    animation-name: anim-text-flow-keys;
    animation-duration: #{$animationDuration}s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: forwards;
  }

  
   * Keyframe loop
   
  @keyframes anim-text-flow-keys {
    @for $i from 0 through $animationSteps {
      #{percentage($i * (1 / $animationSteps))} {
        color: hsla(random(365), 60, 60, 1);
      }
    }
  }

  
   * Element animation delay loop
   
  $totalDelayTime: $animationElementsCount * $delayBetweenLetters;

  @for $i from 1 through $animationElementsCount {
    #{$animationElement}:nth-of-type(#{$i}) {
      animation-delay: #{($i * $delayBetweenLetters) - $totalDelayTime}s;
    }
  }
}*/

#color-id {
  width: 14.28%;
  padding: 0 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#color-id-veritcal {
  margin-bottom: 10px;
  padding-left: 0;
}

.all-photoshoots {
  color: #9f9f9f;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Dosis', sans-serif; 
}

.color-show-code {
  font-family: 'Dosis', sans-serif;
  font-size: 12px;
  color: #797979;
  margin-top: 5px;
}

.ad-box.side {
  /*background: #000;*/
  width: 100%;
  height: 100px;
  margin-top: 0;
  margin-bottom: 15px;
}

.ad-box.boxex {
  /*background: #000;*/
  width: 100%;
  height: 300px;
  margin-top: 0;
  margin-bottom: 15px;
}

.lupa {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #eee;
  background: url(/bundles/kaboompicsapp/images/search.png) no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
}

.lupa:focus {
  outline: none;
}

.check1_label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
}

.check1_label_1 {
  margin-right: 30px;
}

.mode,
.orientation {
  position: absolute;
  bottom: 3px;
  opacity: 0;
  z-index: 55;
  font-family: 'Dosis', sans-serif;
}

.mode,
.orientation:hover {
  cursor: pointer;
}

.check1_label:before {
  content: "";
  display: inline-block;
  font-family: 'Dosis', sans-serif;
 
  width: 12px;
  height: 12px;
  z-index: 10;
 
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2px;
  border: solid 1px #fff;
  cursor: pointer;
}



.search_color:hover {
  cursor: pointer;
}

.search_color {
  position: absolute;
  bottom: -3px;
  opacity: 1;
  z-index: 55;
  opacity: 0;
  font-family: 'Dosis', sans-serif;
  width: 15px;
  height: 15px;
  
}
.search_color_label.active {
    width: 20px !important;
    height: 20px !important;
    border: 1px solid;
    top: -4px !important;
}
/*.search_color_label.active:before {
    content: "\f00c";
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000;
    position: absolute;
    color: red;
    left: 1px;
    right: 0;
    top: 2px;
    text-align: center;
}*/

.color:after {
  content: "";
  display: inline-block;
  font-family: 'Dosis', sans-serif;
 
  width: 20px;
  height: 20px;
  z-index: 10;
  opacity: 1;
 
  margin-right: 10px;
  position: absolute;
  left: auto;
  bottom: 3px;
  cursor: pointer;
}

.color.reset:after {
  content: "X";
  background: gray;
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
}

.color.white:after {
  background: #fff;
}

.color.gray:after {
  background: #636363;
}

.color.black:after {
  background: #000000;
}

.color.orange:after {
  background: #a24615;
}

.color.pink:after {
  background: #990033;
}

.color.red:after {
  background: #ff0000;
}

.color.light-orange:after {
  background: #FF7C00;
}

.color.yellow:after {
  background: #FFCF00;
}

.color.light-yellow:after {
  background: #FFFA00;
}

.color.torquous:after {
  background: #99FF99;
}

.color.green:after {
  background: #90E200;
}

.color.dark-green:after {
  background: #00AB00;
}

.color.light-blue:after {
  background: #66FFCC;
}

.color.dark-blue:after {
  background: #0062c6;
}

.color.purple:after {
  background: #8C20BA;
}

.color.light-purple:after {
  background: #F71EFF;
}

.color.light-pink:after {
  background: #F71EFF;
}

.color.medium-pink:after {
  background: #FF8EAE;
}

.check1_label:before:hover {
   cursor: pointer;
}

input[type=checkbox] + .check1_label span {
    width: 8px !important;
    height: 8px !important;
    display: block;
    background-color: transparent;
    position: relative;
}
input[type=checkbox]:checked + .check1_label span {
    background-color: white;
}

.gallery-search .row div.checkbox.fixme label {
    padding-left: 2px;
    height: 20px;
}
.gallery-search .row div.checkbox.fixme label:before {
    bottom: 5px;
}
/*input[type=checkbox]:checked + .check1_label:before {
    content: "■";
    color: #fff;
    text-align: center;
    line-height: 0;
    font-size: 16px;
    padding-right: 1px;
    padding-top: 4px;
    margin-left: 0 !important;
}

div.fixme input[type=checkbox]:checked + .check1_label:before {
        color: #fff;
    content: "■";
    font-size: 11px;
    line-height: 11px;
    margin-left: 0 !important;
    padding-right: 0;
    padding-top: 4px;
    text-align: center;
}*/

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: 0 !important;
}

.search_input_container {
    position: relative; 
    width: 420px;

}

.search_input_text {
  background: none;
  border: solid 1px #fff;
  border-radius: 0;
  color: #fff;
  height: 50px;
  padding: 0 15px 0 30px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 11px !important;
  letter-spacing: 2px;
}
.search_input_text::-webkit-input-placeholder {
   color: #111;
}
.search_input_text:-moz-placeholder { /* Firefox 18- */
   color: #111;
}
.search_input_text::-moz-placeholder {  /* Firefox 19+ */
   color: #111;
}
.search_input_text:-ms-input-placeholder {  
   color: #111;
}
.search_input_text ::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #111;
}

.search_input_text :-moz-placeholder { /* Firefox 18- */
   font-family: "Open Sans", sans-serif;
  color: #111;
}

.search_input_text ::-moz-placeholder {  /* Firefox 19+ */
   font-family: "Open Sans", sans-serif;
  color: #111;
}

.search_input_text :-ms-input-placeholder {  
   font-family: "Open Sans", sans-serif;
  color: #111;
}

.search_input_text:focus {
  outline: none;
}

h3.search-title {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}


input.search_input_text:focus::-webkit-input-placeholder 
{
    color: transparent;
}

.custom_width::-webkit-input-placeholder {
  text-align: center;
}

.custom_width::-o-input-placeholder {
  text-align: center;
}

.custom_width::-moz-input-placeholder {
  text-align: center;
}

.gallery .related-photos {
    padding-left: 10px;

}
@media only screen and (max-width: 1023px) {
    .gallery .related-photos {
        padding-left: 0;

    }
}
.related-photos {
    margin-top: 0;
    padding-bottom: 30px;
}
.related-photos h2 {
    margin-bottom: 40px;
}
.select-sort {
    border: 0;
    background: none;
    color: #9f9f9f;
    font-size: 14px;
    letter-spacing: 0.2em;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;   
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
    -moz-border-radius: 0;  /* Firefox 1-3.6 */     
    border-radius: 0;
}

.select-sort:focus {
  outline: none;
}

#custom_size_download {
  color: #777 !important;
  margin-top: 17px;
}
.photoshoot-show-all {
    margin-top: 10px;
}
.photoshoot-show-all a {
    margin-bottom: 20px;
}

.photoshoots-slider {
  margin-top: 30px;
}

.photoshoots-slider .item {
  margin-right: 5px;
}

.photoshoots-slider .item img {

}

.colors-from-photo {
  font-family: 'Dosis', sans-serif;
  color: #000000;
  font-size: 17px;
}

.colors-from-photo-p {
  font-family: 'Dosis', sans-serif;
  color: #434343;
  font-size: 15px;
}

.size-photo {
  font-family: 'Dosis', sans-serif;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-decoration: none;
}

.alt-features-title {
  margin-bottom: 10px !important;
}

.custom_width {
    border: 0;
    border-bottom: solid 1px #ddd;
    text-align: left;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-decoration: none;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 16px;
    position: relative;
    top: -2px;
}

.custom_width:focus {
  outline: none;
}

.photo-colors-palette {
    width: 950px;
    margin: 0 auto;
}
.photo-colors-palette .photo {
    text-align: center;
    margin-bottom: 20px;
}
.photo-colors-palette .photo img {
    margin: 0 auto;
}
.photo-colors-palette .palette {
    position: relative;
}
.photo-colors-palette .palette:after {
    content: "";
    clear: both;
    
}
.photo-colors-palette .palette .item.landscape {
    float: left; 
    margin-right: 17px; 
    width: 160px; 
    height: 294px; 
}
.photo-colors-palette .palette img.landscape {
    position: absolute;
    right: -45px;
    top: 75px;
    width: 170px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#photo-pins {
    position: relative;
}
.popover {
    border-radius: 2px;
    border: none;
}
#photo-pins photo-pin {
    
}
#photo-pins-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

/*GALLERY SEARCH PAGE*/

.gallery-search {
    /*font-family: 'Dosis', sans-serif;*/
    padding-top: 55px;
    padding-bottom: 40px;
    overflow: visible;
}
.gallery-search h3.search-title {
    letter-spacing: 0.3em;
}

.gallery-search h3.search-title span {
    margin-right: 18px;
}

.gallery-search .row div.checkbox label.search_color_label {
    margin-right: 2px;
    height: 15px;
    width: 15px;
    top: -3px;
    position: relative;
}
.gallery-search .row div.checkbox span {
    font-size: 11px;
    letter-spacing: 2px;
    display: inline-block;
}
.gallery-search .row div.checkbox label {
    min-height: 15px;
    padding-left: 15px;
    font-size: 11px;
    letter-spacing: 2px;
    display: inline-block;
    height: 18px;
    /*top: -1px;*/
    position: relative;
}


.gallery-search .row div.checkbox,
.gallery-search .form-group {
    margin-bottom: 0;
    
}

.gallery-search .row div.checkbox {
    margin-top: 15px;
}

/*override .check1_label */
.gallery-search .check1_label {
    margin-right: 5px;
}
.gallery-search .check1_label.checked {
    font-weight: bold;
}

/*override .check1_label_1 */
.gallery-search .check1_label_1 {
    margin-right: 5px;
}

/*override .check1_label:before*/
.gallery-search .check1_label:before {
    content: none;
}
.gallery-search .gallery-search-top {
    display: flex;
}

.gallery-search .gallery-search-top .search_input_container {
    position: relative;
    /*width: 420px;*/
    background: white;
    width: 100%;

}
.gallery-search .gallery-search-top.with-cat .search_input_container {
    width: 80%;
}


/*override .search_input_text*/
.gallery-search .gallery-search-top .search_input_container input.search_input_text {
    border: none;
    color: #111;
}
.gallery-search .gallery-search-top .search_input_container input.lupa {
    color: #111;
    background: url(/bundles/kaboompicsapp/images/search-black.png) no-repeat;
    background-size: 20px;
    margin-top: 4px;
}

.gallery-search .gallery-search-top .cat_select_container {
    width: 20%;
}

.gallery-search .gallery-search-top .cat_select_container a {
    text-decoration: none;
    display: block;
    color: white;
}

.gallery-search .gallery-search-top .cat_select_container > ul {
    position: relative;
    z-index: 200;

    margin: 0 0 0 10px;
    padding: 0;

    list-style: none;

    font-family: "Open Sans", sans-serif;
    font-size: 11px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    height: 50px;
    background-color: #111;
    /*background-color: rgba(30,30,30, .97);*/

}


.gallery-search .gallery-search-top .cat_select_container > ul > li {
    text-decoration: none;
}

.gallery-search .gallery-search-top .cat_select_container > ul > li a {
    height: 50px;
    padding: 15px 0;
    color: white;
}

.gallery-search .gallery-search-top .cat_select_container > ul ul {
    position: relative;
    left: initial;
    background-color: #111;
    text-align: center;
    padding: 0 0 10px 0;
}

.gallery-search .gallery-search-top .cat_select_container > ul ul > li a {
    height: auto;
    padding: 5px 0;
    margin: 0 10px;
    color: #b0b0b0;
}

.gallery-search .gallery-search-top .cat_select_container > ul ul > li a.selected {
    background: rgba(255,255,255, .09);
    color: #f5f5f5 !important;

}
/*.gallery-search .gallery-search-top .cat_select_container select {*/
    /*position: relative;*/
    /*background: white;*/
    /*border: none;*/
    /*border-radius: 0;*/
    /*color: #111;*/
    /*height: 50px;*/
    /*padding: 0 15px 0 30px;*/
    /*width: 100%;*/
    /*font-family: "Open Sans", sans-serif;*/
    /*font-size: 11px !important;*/
    /*letter-spacing: 2px;*/
    /*text-transform: uppercase;*/
    /*text-align: center;*/
/*}*/
/*.gallery-search .gallery-search-top .cat_select_container select:focus {*/
    /*box-shadow: none;*/
/*}*/

/*.gallery-search .gallery-search-top .cat_select_container select option {*/
    /*text-align: center;*/
/*}*/

/*.gallery-search .gallery-search-top .cat_select_container select option span {*/
    /*padding: 10px 0;*/
/*}*/



.gallery-search .gallery-search-top .search_input_container.with-cat:after {
    content: "";
    position: absolute;
    background-color: #777;
    right: -10px;
    top: 0;
    border: solid white;
    border-width: 6px 0;
    width: 1px;
    height: 100%;
    z-index: 100;
}


.gallery-search .mobile-categories-control-box {
    display: none;
}
.gallery-search .mobile-categories-control-box select {
    font-size: 11px;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    background-color: transparent;
}

.gallery-search .mobile-categories-control-box i {
    position: relative;
    left: -15px;
}
.gallery-search .mobile-categories-control-box select option {
    color: #111;

}



/*mobile view gallery search */
@media only screen and (max-width: 1023px) {
    .gallery-search .gallery-search-top .search_input_container,
    .gallery-search .gallery-search-top.with-cat .search_input_container {
        width: 100%;
    }
    .gallery-search .gallery-search-top .cat_select_container {
        display: none;
    }
    .gallery-search .orientation_select_container,
    .gallery-search .mode_select_container,
    .gallery-search .color_select_container {
        width: 100%;
        text-align: left;
        left: 0;
    }
    .gallery-search .mobile-categories-control-box {
        display: block;
    }


}

/*------------------------*/
.pagination .current a {
    text-decoration: none;
    border-color: #bbb;
    color: #444;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.works-filter a {
    padding-left: 10px;
    padding-right: 10px;
    margin: 4px;
    width: 46%;
}
.work-item {
    width: 25%;
    float: left;
    margin: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cookies-box {
    background: rgba(255,255,255, .97);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05) !important;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05) !important;
    box-shadow: 0 1px 0 rgba(0,0,0,.05) !important;
    z-index: 1030 !important;
    padding: 10px;
}
.cookies-box .cookiesEU-close {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 4px 13px !important;
    color: #fff !important;
    background: rgba(34,34,34, .9) !important;
    border: 2px solid transparent !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 2px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) !important;
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) !important;
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) !important;
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) !important;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    color: #777 !important;
    background: #e5e5e5 !important;
}
.cookies-box .cookiesEU-close:hover,
.cookies-box .cookiesEU-close:focus,
cookies-box .cookiesEU-close:hover,
cookies-box .cookiesEU-close {
    font-weight: 400 !important;
    color: rgba(255,255,255, .85) !important;
    background: rgba(0,0,0, .7) !important;
    text-decoration: none !important;
    outline: none !important;
    border-color: transparent !important;    
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media only screen and (max-width: 768px) { 
    .cookies-box {
        width: 98% !important;
        right: 1% !important;
    }
    .hs-line-14 {
        font-size: 24px;
    }
    .work-item {
        width: 100%;
    }
    .work-item > a {
        z-index: 1000;
        padding: 0;
    }
    .search_input_container {
        width: 100%;
    }
    .gallery-search .row div.checkbox span {
        text-align: center;
        width: 100%;
        text-decoration: underline;
    }
    .gallery-search .row div.checkbox {
        text-align: center;
    }
    .mobile-on .desktop-nav ul li.nav-social-icons a {
        text-align: center;
    }
}
@media only screen and (max-width: 1024px) { 
    .work-intro div a.btn {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    h3.search-title {
        font-size: 25px;
        margin: 0 0 20px 0;
    }
    .post-prev-title {
        min-height: 110px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .shoot-item {
        margin-bottom: 20px;
    }
    
    .related-photos .work-item .work-intro {
        height: 110px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.btn-custom-5a6a090b9cb37 {
    background: #e5e5e5 !important;
    color: #111111 !important;
}
.btn-custom-5a6a090b9cb37:hover {
    background: #ffffff !important;
}

.istock-related-header {
    margin-bottom: 10px;
    height: 25px;
}
.istock-related-header img {
    position: relative;
    top: -2px;
}
.istock-related-images img {
    height: 100%;
}

/*after download popup*/

@media only screen and (max-width: 1024px) {
    #after-download-popup {
        display: none;
    }
}

#after-download-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;

    max-width: 500px;

    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    z-index: 1000;
}


#after-download-popup button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    padding: 0;
    transition: opacity .25s ease-in-out;
    opacity: .72;
    border: none;
    box-shadow: none;
    background-color: transparent;
    text-align: inherit;
    cursor: pointer;
    z-index: 100;
    outline: none;
}
#after-download-popup button:hover {
    opacity: 1;
}
#after-download-popup button svg {
    width: 25px;
    height: 25px;
    fill: #111;
}

#after-download-popup .top-download {
    display: flex;
    position: relative;
    background-color: white;
    border-radius: 8px;
}

#after-download-popup .top-download .top-download-image {
    position: relative;
    width: 140px;
    height: auto;
}
#after-download-popup .top-download .top-download-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 5px 0 0 5px;

    font-family: object-fit\:cover;
    -o-object-fit: cover;
    object-fit: cover;
}

#after-download-popup .top-download .top-download-content {
    min-width: 0;
    -webkit-box-flex: 1;
    flex: 1;
    padding: 15px;
}

#after-download-popup .top-download .top-download-content h3 {
    font-family: "Helvetica";
    font-size: 18px;
    line-height: 29px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

#after-download-popup .top-download .top-download-content p {
    font-family: "Helvetica";
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
}
#after-download-popup .top-download .top-download-content .social-icons {

}
#after-download-popup .top-download .top-download-content .social-icons a {
    text-decoration: none;
}
#after-download-popup .top-download .top-download-content .social-icons a span {
    cursor: pointer;
}

#after-download-popup .bottom-download {
    border-radius: 8px;
    margin-top: 5px;
}