body{
	font-weight:100;
}
.alert{
	text-align:center;
	font-weight:bold;
	
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.20, rgba(255, 255, 255, 0.10)), color-stop(0.20, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.10) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.10) 50%, rgba(255, 255, 255, 0.10) 75%, transparent 75%, transparent);
	
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	background-size: 50px 50px;
	
	margin-top:0px;
	margin-bottom:0px;
	
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow:    0px 1px 4px rgba(0, 0, 0, 0.09);
	box-shadow:         0px 1px 4px rgba(0, 0, 0, 0.09);
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	
	border:0px;
	margin:15px;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width:auto;
  height:700px;
  margin:auto;
}
.alert-success{
	background-color: #5e9b34;
	border-color: #D6E9C6;
	color: #fff;
	border-top:0px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert-error{
	background-color: #BA1D1A!important;
	color:white;
	border-color:#BA1D1A;
	border-top:0px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.alert .close{
	top:2px;
	right:0px;
}
.cookiesNavMessage {
  padding: 15px;
  text-align: center;
  background-image:none;
  background-color:rgba(52, 0, 192,0.7);
  border:none;
  color: #FFF;
}
.cookiesNavMessage a {
  color:#FFF;
}
.cookiesNavMessage .btn-more {
  color:#FFF;
  border:1px solid #FFF;
  padding:10px;
}
.cookiesNavMessage .btn-more:hover {
 background-color:#007eea; 
}
.absolute-animatedLH {
    height: 50px;
  width: 50px;
  margin: auto;
  position: absolute;
  top: -20%;
  /* left: 0; */
  bottom: 0;
  right:25%;
    z-index: 9972;
}
.absolute-animatedLL {
    height: 50px;
  width: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  /* left: 0; */
	bottom: 85%;
  right: 25%;
   z-index: 9972;
}
.absolute-animatedRH {
   height: 50px;
  width: 50px;
  margin: auto;
  position: absolute;
  top: -20%;
  /* left: 0; */
  bottom: 0;
  left: 2%;
   z-index: 9972;
}
.absolute-animatedRL {
    height: 50px;
  width: 50px;
  margin: auto;
  position: absolute;
  top: 0; 
  bottom: 85%;
  left: 2%;
    z-index: 9972;
}
/*
.anim-right {
  float:left;
  margin-left:35%;
}
.anim-left {
  float:right; 
  margin-right:35%;
}*/
input, textarea, .uneditable-input {
	width: 166px;
}
body {
	padding-top: 85px;
	background-color: #FFF;
	line-height: 1.7;	
	font-family: 'Exo 2', sans-serif;
}
.blue {
	color: #007eea;
  font-weight:100;
}
.relative {
	position: relative;
}
.align-center {
	text-align: center;
}
.cookiesNavMessage { 
  position: fixed;
  bottom: 0px;
  width: 100%;
}
.pad-left {
  padding-left:0px;
}
.slider-small {
  display:none;
}
.top {
	background-color: #FFF;
	position: fixed;
  border-bottom:1px solid #EEE;
	height: 85px;
	width: 100%;
	top: 0px;
	z-index: 10000;
}
.top .logo {
	position: absolute;
	top: -3px;
	left: 20px;
	z-index: 1;
}
.top .logo img {
  width:170px;
  height:auto;
}
.menu {
	text-align: right;
}
.menu ul {
	padding-top: 28px;
	padding-left: 0px;
}
.menu ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 35px;
}
.menu ul li:last-child {
  margin-right:0px;
}
.menu ul li a{
    text-decoration: none;
	color: #007eea;
	font-weight: 300;
	font-size: 1.2em;  
 font-family: 'Exo 2', sans-serif;
}
.menu ul li:hover a {
	border-bottom:2px solid #007eea;
	text-decoration: none;
}
.main-nav .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.contact .row {
   padding-top:50px;
  padding-bottom:30px;
}
.contact a {
  color:#000;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.background-gradient {
  width: 100%;
  height: 400px;
}
.main-box {  
  width: 100%;
  height:400px;  
  background-size:cover;
  background-position:center center;
}
.food .main-box {
  background-image:url('../img/food.jpg');
}
.nonfood .main-box {
  background-image:url('../img/nonfood.jpg');
}
.ludzie .main-box {
  background-image:url('../img/ludzie.jpg');
}
.beauty .main-box {
  background-image:url('../img/beauty.jpg');
}
.design .main-box { 
  background-image:url('../img/1.jpg'); 
}
.food .background-gradient,
.design .background-gradient { 
  background-color: rgba(52, 0, 192,0.7);
}
.foto .main-box{		
  background-image:url('../img/2.jpg');
}
.nonfood .background-gradient, 
.foto .background-gradient { 
 background-color: rgba(38, 68, 230,0.7);
}
.dtp .main-box{		
  background-image:url('../img/fotkastudio.jpg');
}
.ludzie .background-gradient,
.dtp .background-gradient { 
 background-color: rgba(33, 97, 242,0.7);
}
.cafe .main-box{	
  background-image:url('../img/4.jpg');
}
.beauty .background-gradient,
.cafe .background-gradient { 
 background-color: rgba(50, 138, 255,0.7);
}
.food:hover .background-gradient,
.nonfood:hover .background-gradient,
.ludzie:hover .background-gradient,
.beauty:hover .background-gradient,
.foto:hover .background-gradient,
.cafe:hover .background-gradient,
.dtp:hover .background-gradient,
.design:hover .background-gradient {
	background: rgba(38, 68, 230,0.0);
}
.about {  
	width: 100%;	
}
.about .container {
  padding-top:50px;
}
.gallery {
  padding:38pxpx 42px 0px 42px;
}
.clients .gallery img {
   margin: 60px 0px 30px 0px;
}
.slider-new {
 padding-top:40px;
}
.slider-new img {
  width:100%;
  height:auto;
  margin-top:30px;
  margin-bottom:30px;
}
.content-hide {
	overflow: hidden;
	max-height:0px;	
	visibility: hidden;
	transition: all 1s ease;
	background-color: #FFF;
 /* position:fixed;
  top:84px;
  z-index:12;
  width:100%;*/
}
.content-hide p {
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 100;
}
.content-hide h1 {
	font-size: 32px;
	margin-bottom: 0px;
}
.anim-boundry {
  position:relative;
}
#close-map {
 color: #B3B3B3;
}
#map-canvas {
  width:100%;  
  height:285px;
   visibility:hidden;
}
.canvas-height {
 visibility:visible!important;
}
.carousel-indicators {
  display:none;
}
.arrow-cafe {
    padding-top: 25px;
  	padding-bottom: 40px;
}
.arrow {
  padding-top:40px;
	padding-bottom: 40px;
}
.arrow-cafe img,
.arrow img {
  width: 59px;
  height: 60px;
}
.arrow-cafe a,
.arrow a {
	transform:rotate(25deg); -webkit-transform:rotate(25deg); 
-moz-transform:rotate(25deg); -o-transform:rotate(25deg); 
	height: 45px;
	width: 45px;
}
.main-image img {
	max-width: 100%;
	height: auto;
}
.active a{
	text-decoration: none;
	border-bottom:2px solid #007eea!important;
}
.sub-page p {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 18px;
}
.centering { 
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.carousel-indicators {
	top: auto;
  bottom: 54px;
	left: 105%;
	width:auto;
  
}
.carousel-indicators li {
	background-color: #FFF;
	border: 2px solid #FFF;
	width: 20px;
	height: 20px;
	border: none;
	margin-right: 5px;
  border: 2px solid #FFF;
	background-color: transparent;	
}
.carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin-top:1px!important;
	margin-bottom: 1px!important;
	margin-left: 1px!important;
	margin-right: 5px;	
}

.slider .carousel-control {
	height:100%;
	top:0px;
	color: transparent;
}
.slider .carousel-control:hover {
	color:transparent;
}
#closeLeft {
  background:none;
  border:none;
  padding-left:0px;
  margin-bottom: -1px;
  margin-top: -1px;
  width:100%;
  padding-right:0px;
}
#closeLeft .fa-times{
  color:#FFF;
  padding-left: 130px;
}
#showLeft {
	position: absolute;
	top: 29px;
	right: 10px;
	background-color: transparent;
	border: none;
	z-index: 1;
}
#showLeft img {
    width: 40px;
  height: auto;
}
#showLeft .fa-bars {
	color: #000;
}
.cbp-spmenu li {
  list-style-type:none;
}
.cbp-spmenu .active a { 
  border-bottom: none!important;
}
.justified {
  text-align:justify;
}
.steady-img {display:none;
}
h1,h2,h3,h4,h5{
	font-weight:100;
}
@media(max-width: 1200px) {	
	.background-gradient {
	  width: 100%;
	  height: 300px;
	}
	.main-box {
		height: auto;
	} 
  .absolute-animated {
    width:100px;
    height:100px;
  }
	.pad-top {
		padding-top: 30px;
	}
  .clients .gallery img {
      width: 100%;
    	height: auto;     
	}
}
@media(max-width: 1024px) {
  .content-hide p {   
    font-size: 18px;   
  }
  .content-hide h1 {
    font-size: 28px; 
  }  
  .gallery {
    padding-top:50px;
  }
  .slider {
    display:none;
  }
  .slider-small { display:initial;}
  .slider-small .item {
    background-size:cover;
  }
}
@media(max-width: 991px) {	
  .clients .gallery img {
     margin-top:0px;
    	}
}
@media(max-width: 768px) {

	.menu ul li a {
		font-size: 16px
	}
  .menu ul li {
    margin-right:5px;
  }
	.content-hide p {
		font-size: 16px;
	}	
	.floating-img {
		width: 150px;  
	}  
  .absolute-animatedLL,
  .absolute-animatedLH,
  .absolute-animatedRL,
  .absolute-animatedRH {
    display:none;
  }
  .steady-img {
    display:block;
  }
  
}
@media(max-width: 600px) {  
  .top .logo {    
    left:10px;
  	position:relative;
  }
  .menu {
    width:100%;
    text-align:center;
  }  
  .menu ul {
    padding-top:10px;
  }
   .gallery {
    padding-top:50px;
  }
}

@media(max-width:340px){
  .justified {
    text-align:center;
  }
}
.visible{
	visibility: hidden;
  max-height:0px;
}