@font-face {
    font-family: 'English111VivaceEu';
    src: url('../assets/English111/0594EU27.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('../assets/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
	background-color: #F1F1F1;
}
.no-corners {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

a:hover, a:focus {
    color: initial;
    text-decoration: initial;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato';
    font-weight: normal;
}
#pos-center, .pos-center {
	margin: 0 auto;
}
.center-object {
	display: block;
	margin: 0 auto;
}
.transision-500 {
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
#content.container {
	  margin-top: 60px;
}
/*
############	FACEBOOK ZAKŁADKA
*/
div#facebook-zakladka-left {
	position: fixed;
	z-index: 99;
	left: -200px;
	width: 200px;
	height: 300px;
	border-left: 0;
	border-right: 0;
	background-color: #fff;
	top: 250px;
	  -webkit-filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
	  filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
	-webkit-transition: all 700ms;
	-o-transition: all 700ms;
	transition: all 700ms;
}
div#facebook-zakladka-left > img.shadow {
	position: absolute;
	right: -30px;
}
div#youtube-zakladka-left {
	  position: fixed;
	  z-index: 99;
	  left: -200px;
	  width: 200px;
	  height: 300px;
	  border-left: 0;
	  border-right: 0;
	  background-color: #FFF;
	  top: 316px;
	  -webkit-filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
	  filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
	  -webkit-transition: all 700ms;
	  -o-transition: all 700ms;
	  transition: all 700ms;
}
div#youtube-zakladka-left > a img.shadow {
	position: absolute;
	right: -30px;
}
div#facebook-zakladka-left:hover {
	left: 0;
	-webkit-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
div#facebook-zakladka-left .shadow {
}
/*
############	RIGHT ZAKŁADKA
*/
div#zakladka-right {
	padding: 0px 0 20px 0;
	position: fixed;
	right: 0;
	top: 35%;
	background-image: url('../img/zakladka-right.svg') ;
	background-repeat: no-repeat;
	background-size: cover;
	width:50px;
	min-height: 200px;
	height: auto;
}
div#zakladka-right > div.pos-center {
	width: 30px;
}
div#zakladka-right > div.pos-center > div {
	padding-top: 10px;
}
div#zakladka-right > div.pos-center > div:hover a {
	color: #818181;
	-webkit-transition: color 500ms;
	-o-transition: color 500ms;
	transition: color 500ms;
}
div#zakladka-right > div.pos-center > div a {
	font-size: 14px;
	font-family: 'Lato';
	color: #fff;
}
div#zakladka-right.shadow {
	-webkit-filter: drop-shadow( 1px 4px 6px rgba(0,0,0,0.6) );
	filter: drop-shadow( 1px 4px 6px rgba(0,0,0,0.6) );

}
header {
	width: 100%;
	/*height: 119px;*/
	background-image: url('../img/tlo_bg_03.jpg');
	background-position: center;
	background-size: cover;

}

header h1.logo > a{
	font-size: 2.5em;
	font-family: 'English111VivaceEu';
	color: rgba(255, 251, 251, 0.9);
	-webkit-filter: drop-shadow( 4px 5px 2px rgba(0,0,0,0.4) );
	filter: drop-shadow( 1px 4px 6px rgba(0,0,0,0.6) );
}
header h1.background {
	font-size: 17em;
	font-family: 'English111VivaceEu';
	color: rgba(255, 251, 251, 0.39);
	/*-webkit-filter: drop-shadow( 4px 5px 2px rgba(0,0,0,0.4) );
	filter: drop-shadow( 1px 4px 6px rgba(0,0,0,0.6) );*/
	position: absolute;
	top: -92px;
	left: 13%;
}
h2.adres {
	  -webkit-filter: drop-shadow( 2px 1px 0px rgba(0,0,0,0.4) );
  filter: drop-shadow( 1px 4px 6px rgba(0,0,0,0.6) );
  font-family: 'Lato';
  letter-spacing: 4px;
  font-size: 1em;
    color: #FEFEFE;
    margin: 0;
    margin-bottom: 2px;
}
header h2 {
	font-size: 1em;
	color: rgba(255, 251, 251, 0.9);
}

.menu-menu-glowne-container {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background: rgba(0, 0, 0, 0);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 195px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(183, 183, 182, 0.9);
}
.navbar-nav>li>.dropdown-menu a {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;	
    color: #fff;
}
.navbar-inner {
  text-align:center;
}
nav.navbar {
	background: #B7B7B6;
    margin-top: 9px;
}
.navbar-default .navbar-nav>li>a {
	font-family: 'Noticia Text', serif;
  /* font-weight: bold; */
  color: #FFF;
  font-size: 1.23em;
  /*text-align: center;*/
  margin: 0 auto;
  /*position: absolute;*/
  width: 195px;
  /*height: 24px;*/
  /*padding-top: 9px;*/
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0,0,0,0.8) );
  filter: drop-shadow( 1px 4px 6px rgba(0,0,0,0.6) );
  -webkit-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #9E9E9D;
}

div.kafelek {
  padding-bottom: 40px;
}
div#content > div.kafelki h2 {
  /*right: 21px;*/
  top: 106px;
  position: absolute;
  text-align: right;
  width: 166px;
  color: #FFF;
  font-family: 'English111VivaceEu';
  font-size: 2.25em;
}
.row.kafelki {
  min-height: 500px;
}
h3.hover {
  opacity: 0;
  position: absolute;
  width: 166px;
  text-align: right;
  bottom: 0;
  font-family: 'English111VivaceEu';
  font-size: 2.25em;
  color: #333;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}


div#content > div.kafelki > div:hover > h3.hover {
  opacity: 1;
  bottom: -150px;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
div#content > div.kafelki > div:hover hr.rotate {
  display: block;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}
hr.rotate {
  display: none;
  -ms-transform: translate(83px,0px) rotate(90deg) scaleX(1.5);
  -webkit-transform: translate(83px,0px) rotate(90deg) scaleX(1.5);
  transform: translate(83px,0px) rotate(90deg) scaleX(2);
  	border: 1px solid #ccc;
}
footer {
  background-color: #9D9B9C;
  margin-top: 50px;
  padding-top:10px;
  }

  div#footer h4 {
  font-family: 'Lato';
  font-size: 1.04em;
  color: #FFF;

}
div#footer div.information p {
  font-size: 1.04em;
  color: #FFF;
  font-family: 'Lato';
  /* font-style: initial; */
  /* line-height: 20px; */
}

input[type="email"][name="email-721"], textarea[name="wiadomosc"]{
	background-color: #B7B7B6;
	margin-top: 0;
	border: 0;
	padding: 6px;
}
input[type="email"], input[type="text"], input[type="text"]:focus, textarea[name="your-message"] {
	background: #B7B7B6;
	color: #333;
	font-size: 13px;
	padding: 5px 0px 5px 5px;
	width: 78%;
	outline: 0;
	border: 0;
/*	-webkit-filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
	  filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );	*/
}
form.wpcf7-form p.form {
	-webkit-filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
	  filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );	
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #B7B7B6;
  border: 0;
  padding-top: 4px;
  padding-bottom: 6px;
  color: #666;
  font-weight: 700;
  -webkit-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: background-color 500ms;
	-o-transition: background-color 500ms;
	transition: background-color 500ms;
	cursor: pointer;
}
div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
	/*position: absolute !important;*/
	z-index: 15 !important;
	width: 390px !important;
	height: auto !important;
	padding: 5px !important;
	border: 2px solid #F3F3F3 !important;
	/*border-radius: 10px !important;*/
	color: #FFDC09 !important;
	background: rgba(222, 39, 39, 0.52) !important;
}



/* Aktualności */


h2.title a {
    font-family: 'English111VivaceEu';
    font-size: 1.66em;
    color: #909090;
    padding: 0px 5px 14px 0;
    
    text-transform: capitalize;
}

.post-edit-link {
    color: #B7B7B6;
    font-size: 1em;
    font-family: 'Lato';
    /*position: absolute;*/
    top: 50px;
}

.akt-border {
	border-bottom: 1px solid #D3D3D3;
}
h5.dodano {
    color: #B7B7B6;
    font-size: 1em;
    /*position: absolute;*/
    /*top: 50px;*/
}

div.wiecej > a {
    color: #C0C0C0;
    float: right;
}

.porada.container {
    padding-bottom: 50px;
}
.row.wiecej {
	padding-top: 10px;
}

/* PAGE */

h2.title {
    font-family: 'English111VivaceEu';
	font-size: 3.57em;
    color: #909090;
    padding: 0px 5px 14px 0;
    border-bottom: 1px solid #D3D3D3;
    text-transform: capitalize;
}
div.tresc p {
    font-family: 'Lato';
    line-height: 25px;
    font-size: 1.14em;
}
.type-page .content ul {
    list-style-type: disc;
    font-family: 'Lato';
    padding: 20px 50px;
    line-height: 25px;
    font-size: 1.14em;
}
.type-page .content a {
    text-decoration: underline;
    color: #00F;
    font-size: 1.14em;
}

/*Szkolenia*/
h2.title_wykaz a {
    font-family: 'English111VivaceEu';
	font-size: 1.66em;
    color: #909090;
    padding: 0px 5px 14px 0;
    text-transform: capitalize;
}
.wykaz_block {
	    margin-bottom: 75px;
}
form.search > label {
    float: left;
    margin-top: 8px;
    margin-right: 10px;
    font-family: 'Lato';
}
form.search > fieldset > input[type="text"] {
    background: #B7B7B6;
    padding: 5px;
    min-width: 247px;
}
form.search > fieldset > input[type="submit"] {
    background: url('../img/search.svg');
    opacity: 0.4;
    background-size: contain;
    height: 18px;
    position: absolute;
    border: 0;
    margin-left: -21px;
    margin-top: 5px;
    background-repeat: no-repeat;
    width: 25px;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.taxonomy-search select {
    background: #ECECEC;
}
div.podstrona > div.pos-center > div.pos-center {
    min-width: 160px;
}
.taxonomy-search input[type="submit"] {
    top: 4px;
    right: 10px;
    cursor: pointer;
    background-size: contain;
    height: 21px;
    background: url('https://decoupage.net.pl/wp-content/themes/SztukaZdobienia/img/search.svg');
    opacity: 0.4;
    background-size: contain;
    position: absolute;
    border: 0;
    /*margin-top: 44px;*/
    background-repeat: no-repeat;
    width: 35px;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
select {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 0 #818181, 0 -1px rgba(145, 145, 145, 0.5) inset
	 -moz-box-shadow: 0 3px 0 #818181, 0 -1px rgba(145, 145, 145, 0.5) inset
	 box-shadow: 0 3px 0 #818181, 0 -1px rgba(145, 145, 145, 0.5) inset
	 background: rgba(183, 183, 182, 0.9);
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.wyszukiwarka {
	padding-bottom: 20px;
}
.searchandfilter ul {
    position: relative;
    display: inline-block;
}

/*Kalendarz Szkolen*/

.date-wykaz-szkolen {
    display: block;
    float: left;
    font-size: 1.5em;
    font-family: 'Noticia Text', serif;
    color: #B7B7B6;
    /*margin-right: 20px;*/
    margin-top: 13px;
}
.date-wykaz-szkolen ul, ol {
	list-style: none;
}

/*Strefa Hurtowa*/
body.page-id-57 h3 {
    margin-top: 20px;
    font-family: 'English111VivaceEu';
    font-size: 30px;
    color: #909090;
    padding: 10px 5px;
}

/*Galeria 2 */
div.archive-galeria div.galeria, div.archive-galeria div.galeria2 {
    /*width: 300px;*/
    /*margin: 7px;*/
    /*height: 300px;*/
    text-align: center;
    background: rgba(208, 208, 207, 0.5);
    -webkit-filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
    filter: drop-shadow( 0px 2px 3px rgba(0,0,0,0.6) );
    position: relative;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
    transition: background 500ms;
}
.title.archive-galeria a {
    -webkit-filter: drop-shadow( 1px 2px 0px rgba(0,0,0,0.5) );
    filter: drop-shadow( 1px 2px 0px rgba(0,0,0,0.5) );
    color: #FFF;
}

.title.archive-galeria {
    border-bottom: 0;
    position: absolute;
    font-size: 1.66em;
    top: 105px;
    width: 100%;
    background: rgba(157, 155, 156, 0.77);
}
h2.title.transision-500.archive-galeria:hover {
    top: 115px;
}

/*Galeria*/
.ngg-galleryoverview {
    width: auto !important;
    margin: 0 auto;
}

.navbar {
    
    min-height: 10px;
}


@media all and (max-width: 500px) { /* screen size until 500px */
    header h1.logo > a {
        font-size: 1.8em; /* 0.8x default size */
        }

        div.tresc p {
    	font-size: 1.64em;
		}


    }
@media all and (max-width: 991px) { /* screen size until 500px */

    div#content > div.kafelki h2 {
    left: 10px;
    top: 146px;
    position: absolute;
    text-align: left;
    /* width: 166px; */
    color: #FFF;
    font-family: 'English111VivaceEu';
    font-size: 4em;
}
    }

@media all and (min-width: 768px) {

.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
	}

.test a {
  color: #989898;
}