.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: 65%;
  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: 1px !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: white;
}
.search_input_text:-moz-placeholder { /* Firefox 18- */
   color: white;  
}
.search_input_text::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}
.search_input_text:-ms-input-placeholder {  
   color: white;  
}
.search_input_text ::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

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

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

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

.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;
}

.related-photos {
    margin-top: 0;
    padding-bottom: 30px;
}
.related-photos h2 {
    margin-bottom: 70px;
}
.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);
}

.gallery-search {
    /*font-family: 'Dosis', sans-serif;*/
    padding-top: 55px;
    padding-bottom: 40px;
}

.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;
}

.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%;
    }
    .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;
    }
}

