.carousel-caption h1{
  font-size: 24px;}

.carousel-caption {
  left:2%;
  right:15%;
  padding-bottom: 0px; 
  top:0px;
}

.carousel-caption{
text-align: left;
}

@media screen and (min-width: 768px){
  .carousel-caption {
    top:30px;
    right: 30%;
    left: 10%;
    bottom: 20px;
    padding-bottom: 20px; }
  
 .carousel-caption h1 { 
   font-size: 30px;}
}

@media screen and (orientation: landscape) and (max-width: 768px) {
  .carousel-caption {
   top:-10px;
  }
}



/*menu*/

.cmsModuleLabel  {
display:block!important}

#changeLanguageOptions {
  min-width: 0;
  padding: 10px;
}

#changeLanguageOptions img{
	margin:5px 0;
}

.dropdown img {
  border: solid 1px #CCC;
  height: 20px;
  margin-top: -5px;
}

/*portfolio*/

.portfolio-item {
margin-bottom:50px;
}

.portfolio-item img{
  border: 1px solid #DDD;
  box-shadow: 0 0 10px #F4F4F4;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
}

.portfolio-item img:hover{
  border: 1px solid #DDD;
  box-shadow: 0 0 10px #DDD;
    transform:scale(1.05); 
  -webkit-transform:scale(1.05); 
  -moz-transform:scale(1.05); 
  -o-transform:scale(1.05);
}

.portfolio-item h3 {
margin-top:10px;
  text-align: center;

}


/*opinie klientów*/
.cytat {
 font-style: italic;
}


/*horoscope4U*/

#horoscope4U {
  background: url('../cmsImages/horoscope_background.jpg') repeat-x 0px -400px;
  color: #FFF;
}

#phone {
  opacity: 1;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  height: 500px;
}

.phoneContent {
  position: absolute;
  right: 12px;
  top: 71px;
}

.phoneContent img {
display:none;
}

.phoneContent img.active {
display:block;
}



#phoneFrame {
  position: absolute;
  right: 0px;
  top: 20px;
  overflow: hidden;
}





 
/*SEGMENTY PHOTO*/

.segment-photo {
overflow:hidden; 
  max-height:60vh !important;
    margin-bottom: 60px;
} 

.segment-photo ul{
	padding-left: 0!important;
} 

.segment-photo ul li{
list-style:none;
}

.parallax-window {
    min-height: 40vh;
    background: transparent;
}

.slider_slides_ul {
margin-bottom:0 !important
}

.klienci {
  border: 1px #FFF solid;
  padding: 20px;
  border-radius: 10px;
}

.klienci img {
  padding:20px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  cursor:pointer;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
}

.klienci img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  transform:scale(1.2); 
  -webkit-transform:scale(1.2); 
  -moz-transform:scale(1.2); 
  -o-transform:scale(1.2);
}

/*SEGMENTY TEXT

.segment-text {
  background:#FFF;
  max-width:1044px;
  margin:0 auto;
  padding:40px;
  text-align:center;
  font-size:1.5em;
}

.button {
font-size:1.5em;
}

.justify {
text-align:justify;
}

.klienci img{
margin:0 20px;
}*/

/*SEGMENTY FORM*/

.segment-form {
  max-width:1044px;
  margin:0 auto;
  text-align:center;
  background:#FFF;
  overflow:hidden;
  background:url('../cmsImages/mail.jpg');
  margin-top:100px;
}

.segment-form h2{

padding: 30px;
font-weight: 100;
}
.segment-form #fContact {
  padding-top:100px;
  width: 450px;
  margin: 0 auto;
  transform:rotate(-10deg); -webkit-transform:rotate(-10deg); 
-moz-transform:rotate(-10deg); -o-transform:rotate(-10deg); 
  
}

input, textarea {
  width: 100%;
  margin: 10px;
  border-bottom: 1px solid #C3C3C3;
  border-top: none;
  border-left: none;
  border-right: none;
  color:#666;
  background:none;
}

input:focus, textarea:focus{ 
    border-bottom:rgb(108, 203, 74) solid 1px;
  box-shadow:none;
   outline: none;
}

textarea {
height:100px;
}


/*SEGMENTY MAP*/

.mapa-mobile {
height:200px !important; 
  padding:40px;
}

.mapa {
    position: relative;
    z-index: 5;
  height:450px;
  margin: 0 auto;
}