
body{
	padding:0;
	margin:0;
	background:#FFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:1s all;
	-webkit-transition:1s all;
	-moz-transition:1s all;
	-o-transition:1s all;
	-ms-transition:1s all;
}
/*-- /reset code --*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}
h2.heading, h3.heading {
    font-size: 45px;
    font-weight: 700;
    color: #232323;
	text-shadow: 0px 3px 1px #dadada;
}
h2.heading1, h3.heading1 {
    font-size: 45px;
    font-weight: 700;
    color: #7cd5ed;
	text-shadow: 0px 3px 1px #1b1d26;
}
.head_part {
    padding: 1em 0 0.5em 1em;
    border-left: 4px solid #17a2b8;
    position: relative;
    border-bottom: 4px solid #17a2b8;
    border-radius: 1rem;
}
p.heading-bottom {
    color: #3f3a3a;
    letter-spacing: 2px;
    font-size: 20px;
	font-family: 'Asap Condensed', sans-serif;
}
p.heading-bottom1 {
    color: #e9dddd;
    letter-spacing: 2px;
    font-size: 20px;
	font-family: 'Asap Condensed', sans-serif;
}

/*-- Navigation --*/

.top-bar .get-touch li i.icon-mail {
    float: left;
    font-size: 20px;
    margin: 0px 7px 0 0;
}
/* Effect 20: 3D side */
a {
    text-decoration: none;
    color: #fff;
    font-size:17px;	
	font-family: "Roboto Condensed", "Open Sans", sans-serif;}

.banner-mdruk {
    background: url(../images/abstract1.jpg) no-repeat right;
	background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 850px;
	
}

.banner-left-wthree {
    padding-top: 18em;
    max-width: 800px;
}

.banner-left-wthree h3 {
	font-family: 'Asap Condensed', sans-serif;
    font-size: 38px;
    letter-spacing: 2px;
	padding: 20px;
	padding-left: 0px;
	text-transform: uppercase;
}

.banner-left-wthree h5 {
    font-size: 26px;
    letter-spacing: 2px;
}

.banner-left-wthree p {
    color: #e8e8e8;
	font-size: 20px;
    padding-bottom: 40px;
	
}

a.btn {
        background: -moz-linear-gradient(314deg, rgba(0,0,0,1) 0%, rgba(181,2,2,1) 50%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(181,2,2,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(314deg, rgba(0,0,0,1) 0%, rgba(181,2,2,1) 50%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(314deg, rgba(0,0,0,1) 0%, rgba(181,2,2,1) 50%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(314deg, rgba(0,0,0,1) 0%, rgba(181,2,2,1) 50%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(136deg, rgba(0,0,0,1) 0%, rgba(181,2,2,1) 50%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */ 
    color: #fff;
    letter-spacing: 1px;
    padding: 11px 35px;
	font-size: 19px;
    outline: none;
	font-size: 23px;
    text-shadow: 0px -1px 1px #80ab5d;
}

a.btn:active, a.btn:focus
{
-moz-outline: none;
 outline: none; 
}
.tab{margin-bottom: 35px;}
.tablica{ 
     background: rgba(5, 6, 6, 0.53);
     padding: 50px;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    -moz-transition: 1s all;
    -ms-transition: 1s all;
    transition: 1s all;}
a.btn:hover {
    color: #fff;
	     background: -moz-linear-gradient(314deg, rgba(0,0,0,1) 0%, rgba(18,85,255,1) 50%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(18,85,255,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(314deg, rgba(0,0,0,1) 0%, rgba(18,85,255,1) 50%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(314deg, rgba(0,0,0,1) 0%, rgba(18,85,255,1) 50%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(314deg, rgba(0,0,0,1) 0%, rgba(18,85,255,1) 50%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(136deg, rgba(0,0,0,1) 0%, rgba(18,85,255,1) 50%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */ 
    color: #fff;
    letter-spacing: 1px;
    padding: 11px 35px;
	font-size: 19px;
    outline: none;
	font-size: 23px;
    text-shadow: 0px -1px 1px #80ab5d;
    
  }
.a-btn-icon-right {
    position: relative;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 80px;
   
}

.a-btn-icon-right span {
    width: 38px;
    height: 38px;
    opacity: 0.7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0px 0px -20px;
    border: 1px solid rgba(0,0,0,0.5);
    background: #4e5c50 url(../images/arrow_down.png) no-repeat center center;
   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rodo{padding: 40px 40px 33px 40px;
      text-align: center;
      font-size: 15px;
      font-weight: 300;
      color: #484848;
      background-color: #e7e7e780;
}



#send_form_status .status_err {
    font-size: 15px;
    color: white;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(50%, rgba(128,0,0,1)), color-stop(100%, rgba(255,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#FF0000',GradientType=1 ); /* ie6-9 */ 
    padding: 10px;
    margin: 16px;
}
#send_form_status .status_ok {
   font-size: 15px;
    color: white;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: -moz-linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(7,163,35,1)), color-stop(50%, rgba(0,128,0,1)), color-stop(100%, rgba(13,255,41,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0DFF29', endColorstr='#07A323',GradientType=1 ); /* ie6-9 */ 
    padding: 10px;
    margin: 16px;
}
.capt_style{ padding: 15px 0 25px;}

.text-white {
    color: #fff !important;
}
.cl-effect-20 a:hover span,
.cl-effect-20 a:focus span {
	background: #2f4351;
}

.cl-effect-20 a:hover span::before,
.cl-effect-20 a:focus span::before {
	-webkit-transform: rotateX(10deg);	
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}
.navbar {
    position: fixed;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-width: 1px;
        border-bottom-color: transparent;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-width: 1px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    margin-top: -7px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container-fluid {
	width: auto;
	position: fixed;
    background-color: #00405580;
}
.navbar-inverse {
    background-color:transparent;
    border-color:transparent;
}

.col-xs-5{width:41.66666667%}


@media (min-width: 768px) {
	.navbar-wrapper {
	margin-top: 0px;
}
	.navbar-wrapper .container-fluid {
	padding-right: 15px;
    padding-left: 15px;
}
	.navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
}
	.navbar-wrapper .navbar {
    border-radius: 4px;
	background: #002566e6
}
}
/*-- /Navigation --*/
/*-- Banner Section --*/
.carousel {

}
.carousel-caption {
	z-index: 10;
}
.carousel .item {
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.carousel, .carousel .item {
	height:825px;
}
/*-- /Banner Section --*/
/*-- About Section --*/
section.about-us {padding:100px 0 0 0;} 
section.about-us h3.text-center, section.our-services h3.text-center, section.our-events h3.text-center,section.bold h3.text-center,section.our-gallery h3.text-center,section.our-testimonials h3.text-center, section.our-testimonials1 h3.text-center, section.our-contacts h3.text-center {
	font-family: "Roboto Condensed", "Open Sans", sans-serif;
    text-transform: capitalize;
    font-size: 3em;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000000;
} 
section.about-us p.text-center , section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center,section.bold p.text-center,section.our-testimonials p.text-center, section.our-testimonials1 p.text-center, section.our-contacts p.text-center {
	font-size: 20px;
    font-weight: 600;
    padding: 10px 0 50px;
    font-weight: 700;
    
    letter-spacing: 0.5px;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
	padding:10px 0 50px;
}
section.about-us .about-info h4 {
	font-size:30px;
	padding-bottom:30px;
	font-family: "Roboto Condensed", "Open Sans", sans-serif;
	font-weight: 300;
    text-transform: uppercase;
	letter-spacing: 0.5px;
	padding-top: 40px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

section.about-us p.abt {
    font-family: 'Roboto Condensed', sans-serif;
    color: #3f3f3f;
    font-size: 17px;
    margin-bottom: 1.5rem !important;
    font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
/*-- /About Section --*/

/*-- Events Section --*/
section.our-events {
	padding:100px 0 100px 0 ;
	background:#fff;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
}
section.our-events  h3.text-center {
	margin-bottom: 30px;
}
h3.text-left {
	margin-bottom: 10px;
    font-size: 35px;
    font-weight: 700;
    color: #232323;
    text-transform: uppercase;
	margin-top: 2px;
}
h3.text-left1 {
	margin-bottom: 10px;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    
	margin-top: 2px;
}

section.our-events  p.text-center {
	color: #150707cc;
    padding-top: 40px;
    font-size: 25px;
    padding-bottom: 30px;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0px 1px 1px #0006;
	margin: 60px 0 30px 0;
	
}
section.our-events h4.text-center {
	font-size:20px;
	color:#fff;
	font-weight:normal;
	padding:30px 0 20px;
	font-family: 'Montserrat', sans-serif;
}
section.our-events p.eve {
	font-size:17px;
	color:#fff;
	line-height: 25px;
	font-weight:100;
	padding: 0 50px 45px;
}
section.our-events .event-info {
    background-color:rgba(19, 29, 0, 0.67);
	/*-- W3layouts --*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
section.our-events .event-info:hover {
	background-color: rgba(0, 0, 0, 0.65);
}



.wykonujemy {
	
	background:#fff;
   
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

.wykonujemy h3.text-center { 
    color: #453d3d;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    font-size: 40px;
}
.wykonujemy p.text-center {

    color: #777;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    font-size: 20px;
    margin: 30px 0 60px 0;
}
.wykonujemy .test img.img-responsive {
	
    margin: 0 auto;
	
}
.wykonujemy h4.text-center {
	font-family: "Roboto Condensed", "Open Sans", sans-serif;
	font-size:25px;
	font-weight: 700;
	text-transform: uppercase;
	padding:20px 0;
	color:#000;
	
}

.wykonujemy p.t1, p.t2, p.t3{
    font-size: 16px;
    padding: 0 30px 29px;
    text-align: center;
    color: #150707cc;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wykonujemy p.t4 {
	font-size:16px;
	font-weight:100;
	line-height:25px;
	color:#000;
    padding: 0 20px 10px;
	text-align: left;
	padding-left: 5px;
}
.wykonujemy .test {
    background:#fff;
    border: 1px solid rgba(0, 0, 0, 0.33);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 0 auto 0px;
	background-attachment: fixed;
	height: 700px;
}

.wykonujemy .test:hover {

background:	#E6E8FA;


-moz-box-shadow: -2px 1px 11px #000000;
-webkit-box-shadow: -2px 1px 11px #000000;
box-shadow: -2px 1px 11px #000000;
}
section.our-testimonials p.t1:hove {
	transition: 2s all;
-webkit-transition: 2s all;
-moz-transition: 2s all;
-ms-transition: 2s all;
-o-transition: 2s all;
    font-size: 16px;
    
    line-height: 25px;
    color: #fff;
    padding: 0 30px 30px;
    text-align: center;
}
b, strong {
    font-weight: 700;
    text-shadow: 0px 1px 1px #0006;
    font-family: 'Asap Condensed', sans-serif;
}

/*-- /Testimonial Section --*/
/*-- Bold Section --*/
section.bold {
    background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(130,165,255,1) 50%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(130,165,255,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(130,165,255,1) 50%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(130,165,255,1) 50%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(130,165,255,1) 50%, rgba(0,0,0,1) 100%);
background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgb(100, 113, 146) 50%, rgba(0,0,0,1) 100%);
    background-attachment: scroll;
    background-size: auto auto;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
	background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	margin-top: 80px;
	;
}
.bold1{ background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,87,128,1) 50%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(0,87,128,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,87,128,1) 50%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,87,128,1) 50%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,87,128,1) 50%, rgba(0,0,0,1) 100%);
background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0, 87, 128, 0.5) 50%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );}

.container-wyk{margin-bottom:30px; margin-top: 100px;}
section.bold h3.text-center { 
	color:#fff;
	margin-top: 75px;
	margin-bottom:10px;
	text-transform: uppercase;
	font-size: 45px;
    font-weight: 700;
}
section.bold p.text-center {
	color:#fff;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}
section.bold .test img.img-responsive {
	
    margin: 0 auto;
	
}

section.bold h4.text-center {
	font-size: 22px;
    font-weight: bold;
    padding: 20px 0 30px 0;
    color: #f1f1f1;
    text-transform: uppercase;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
	text-shadow: 0px 2px 1px #000c;
}


section.bold p.t1 {
	font-size:16px;
	padding: 0 30px 29px;
	font-weight:100;
	line-height:25px;
	color:#f1f1f1;
    text-align: center;
	text-transform: uppercase;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
	text-shadow: 0px 2px 1px #000c;
}
section.bold p.t2 {
    font-size:16px;
	font-weight:100;
	line-height:25px;
	color:#f1f1f1;
    text-align: center;
	text-transform: uppercase;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
	text-shadow: 0px 2px 1px #000c;
	
}
section.bold p.t3 {
   font-size:16px;
	font-weight:100;
	line-height: 25px;
	color: #f2f2f2;
    text-align: center;
	text-transform: uppercase;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
	text-shadow: 0px 2px 1px #000c;
	padding-bottom: 20px;
}
section.bold p.t4 {
	font-size:16px;
	font-weight:100;
	line-height:25px;
	color:#f1f1f1;
    text-align: left;
	text-transform: uppercase;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
	text-shadow: 0px 2px 1px #000c;
}

section.bold .test {
    background: rgba(5, 6, 6, 0.49);
	
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.33);
	margin-bottom: 120px;
    height: 750px;
background-attachment: fixed;
-moz-box-shadow: 4px 4px 5px #000000;
-webkit-box-shadow: 4px 4px 5px #000000;
box-shadow: 4px 4px 5px #000000;
}
section.bold .test:hover {

-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	

    -moz-box-shadow: 8px 8px 5px #000000;
    -webkit-box-shadow: 8px 8px 5px #000000;
    box-shadow: 8px 8px 5px #000000;


	
}

.pliki{margin: 10px 0 30px 0;}
.icons {
	float: right;
	position: relative;
}
.img-responsive2{width: 120px;}

/*-- /Testimonial Section --*/
/*-- Testimonial1 Section --*/
section.our-testimonials1 {
	
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(130,165,255,1) 50%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(130,165,255,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(130,165,255,1) 50%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(130,165,255,1) 50%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(130,165,255,1) 50%, rgba(0,0,0,1) 100%);
background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgb(100, 113, 146) 50%, rgba(0,0,0,1) 100%);
    background-attachment: scroll;
    background-size: auto auto;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
	background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover
}
.serv-icons {
    float: right;
   
}
.serv-icons span {
    font-size: 80px;
    color: #ff1616cc;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.tlo {background: #00466600;}

.rama{padding: 100px 0 100px;background: rgba(5, 6, 6, 0.49);}

section.our-testimonials1 h3.text-center { 
    font-family: 'Montserrat', sans-serif;
	text-align: left;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
section.our-testimonials1 p.text-center {
	color: #dadada;
	margin: 80px;
	font-size: 20px;
    font-family: "Roboto Condensed", "Open Sans", sans-serif;
    padding: 0;
    
}
section.our-testimonials1 .test img.img-responsive {
	width: 250px;
    margin: 0 auto;
	padding-top: 30px;
}
section.our-testimonials1 h4.text-center {
	font-size:25px;
	font-weight:normal;
	padding:20px 0;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
}
section.our-testimonials1 p.t1 {
	font-size:16px;
	font-weight:100;
	line-height:25px;
	color:#fff;
    padding: 0 30px 30px;
	text-align: center;
}
section.our-testimonials1 p.t2 {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    color: #fff;
    padding: 0 30px 29px;
	text-align: center;
}
section.our-testimonials1 p.t3 {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    color: #fff;
    padding: 0 30px 23.5px;
	text-align: center;
}
section.our-testimonials1 p.t4 {
	font-size:16px;
	font-weight:100;
	line-height:25px;
	color:#fff;
    padding: 0 20px 10px;
	text-align: left;
	padding-left: 5px;
}
section.our-testimonials1 .test {
    background-color: rgba(0, 0, 0, 0.64);
    border: 1px solid rgba(0, 0, 0, 0.33);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 0 auto 60px;
}
section.our-testimonials1 .test:hover {
	background-color: rgba(0, 0, 0, 0.88);
}
.wy{margin-bottom: 60px;}



.about{padding-bottom: 20px;}
.poziom{ padding: 0 50px;}
.poziom1, .poziom2,.poziom3{padding: 0 10px;}
.pierwszy-lewo .trzeci-lewo{ padding: 0 0 0 35px;}
.drugi-lewo { padding: 2rem !important;text-align: right;}
.drugi-lewo li {color:#f1f1f1; font-size:14px; font-family: 'Mitr', sans-serif;list-style-position: inside;}
.pierwszy-prawo { padding: 2rem !important;}
.drugi-prawo { padding:15px;}
.trzeci-prawo { padding: 2rem !important;}
.pierwszy-prawo p,.drugi-lewo p,.trzeci-prawo p{
 color:#f1f1f1; 
 font-size:14px;
 font-family: 'Mitr', sans-serif;
 font-weight: 300;}

.fotki{position: relative; padding:0px;}

.zaplecze p {
 font-size: 16px;
 margin: 0 20px;
 font-weight: 100;
 line-height: 25px;
 color: #e1e1e1;
 text-align: center;
 text-transform: uppercase;
 font-family: "Roboto Condensed", "Open Sans", sans-serif;
}
.drugi-lewo h4{
 color:#f1f1f1;
 padding-bottom: 10px;
 text-transform: uppercase;
 font-size: 15px;
 font-weight: bold;}


/*-- Contact Section --*/
section.our-contacts {
	padding:120px 0;
	background:#fff;
    background-attachment: fixed;
    background-position: center;
    background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
}
section.our-contacts h3 {
	color: #333;
}
section.our-contacts p.text-center {
	text-shadow: 0px 1px 1px #000000;
	font-size: 40px;
    font-weight: 100;
    font-family: 'Asap Condensed', sans-serif;
    color: #f00;
    font-weight: bold;
}
section.our-contacts .form-control { 
font-family: 'Asap Condensed', sans-serif;
outline: none;
padding: 14px 24px;
font-size: 15px;
letter-spacing: 1px;
color: #555;
background: #f9f9f9 !important;
width: 100%;
border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
border-bottom: 1px solid #ccc !important;
}
input::-webkit-input-placeholder {
color: #999 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #999 !important;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #999 !important;
}
 
input:-ms-input-placeholder {  
color: #999 !important; 
}
textarea::-webkit-input-placeholder {
color: #999 !important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color: #999 !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #999 !important;
}
 
textarea::-ms-input-placeholder {  
color: #999 !important; 
}
textarea.form-control {
	height:150px!important;
}
.btn-outline1 {
    margin-top: 15px;
    border: solid 2px #ff082b;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	border-radius: 4px;
    font-size: 20px;
    color:#fff;
	width:100%;
	font-weight:700;
    background: 0 0;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-outline1:hover,
.btn-outline1:focus,
.btn-outline1:active {
    
    color:#fff;
    background-color: rgba(218, 35, 74, 0.8);
}  
button.btn-outline1 {
	padding: 11px 50px;
    font-size: 21px;
    width: 100%;
	font-family: 'Montserrat', sans-serif;
	background-color: rgba(255, 72, 0, 0.8);
	border: solid 2px #ff082b;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	border-radius: 4px;
}
/*-- /Contact Section --*/
/*-- Footer --*/
.get-touch ul li {font-size: 16px; list-style-type: none;padding-top: 0px;}
.detail ul li {font-size: 18px; list-style-type: none;padding-top: 10px;font-family: 'Asap Condensed', sans-serif;}
.title{margin-bottom: 30px; }

section.footer {
	background: #1d2838;
	padding: 60px 0 0;
	color:#dbdbdb;
}
section.footer h2{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	padding-bottom: 10px;
	text-transform:uppercase;
}
section.footer h4{
font-size: 25px;
padding: 20px 0 10px 0;
font-family: "Roboto Condensed", "Open Sans", sans-serif;
font-weight: bold;
text-transform: uppercase;
}
section.footer .contact-info i{
	font-size: 30px;
    margin: 25px 20px 10px 25px;
    display: inline-block;
}
section.footer .contact-info p.p3{
	padding:0;
	display: inline-block;
	vertical-align: middle;
	margin: -44px 0 0;
	font-size:16px;
	font-weight:100;
}
section.footer .contact-info p.p4 {
	padding:0;
	display:block;
	vertical-align: middle;
	font-weight:100;
	font-size:16px;
	margin: -22px 0 0 79px;
}
section.footer .contact-info p.p3 a ,section.footer .contact-info  p.p4 a {
	text-decoration:none;
	color:#fff;
}
section.footer .contact-info i.glyphicon.glyphicon-envelope:hover ,section.footer .contact-info p.p3 a:hover ,section.footer .contact-info p.p4 a:hover {
	color:#C1BBBB;
}

.copyright{background: #1d2838;padding: 1px 0 10px 0;}
.copyright p {
	text-align:center;
	font-size:16px;
	font-weight:200;
	color: #dbdbdb;
}
.copyright p a{
	text-decoration:none;
	color:#fff;
}
.copyright p a:hover {
	color:red;
}
.footer-center p, .footer-right p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 100;
    padding-bottom: 10px;
    color: #999;
}
.footer-right ul.social-icons {
	margin-top:20px;
}
.footer-right ul.social-icons li {
	margin-right: 3px;
}
section.footer .footer-center .form-control {
	border-radius:0px;	
	background-color: rgba(0, 0, 0, 0.25);
	color:#fff;
	text-align: center;
    font-size: 17px;
}
section.footer .footer-center  input::-webkit-input-placeholder {
color:#fff!important;
}
section.footer .footer-center  input:-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
section.footer .footer-center  input::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
section.footer .footer-center  input:-ms-input-placeholder {  
color:#fff!important;  
}



/*-- /Footer --*/
/*-- slide animations --*/
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
/*-- /slide animations --*/
/*-- Back To Top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
    background-size: 40px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
} 
.cd-top:hover {
  background-color:#080808;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }

}
/*-- /Back To Top --*/

/*-- responsive design --*/
@media(max-width: 1600px){
	.carousel, .carousel .item {
    height: 795px;
}
}

@media (max-width: 1366px) {
.carousel, .carousel .item {
    height: 759px;
}
}

@media (max-width: 1280px) {
.carousel, .carousel .item {
    height: 710px;
}
.top-bar .get-touch li a {
    color: #fff;
    padding: 0 5px 5px;
    float: left;
}
.top-bar span {
    font-weight: 500;
    font-size: 14.5px;
    
   }
}
@media (max-width: 1201px) {
.pierwszy-prawo {padding: 1.5rem  !important;}
.pierwszy-lewo {padding-top: 2rem; padding-bottom: 2.4rem;}
.drugi-lewo { padding: 1.5rem  !important;}
.drugi-prawo { padding-top: 2rem; padding-bottom: 1.8rem;}
.trzeci-prawo {padding: 1.5rem  !important;}
.trzeci-lewo {padding-top: 1rem;padding-bottom: 1.3rem;}
section.our-testimonials p.t3 {
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    color: #fff;
    padding: 0 30px 17.5px;
}
section.about-us {padding: 100px 0 0px 0;} 


}


@media (max-width: 1080px) {
.carousel, .carousel .item {
    height: 598px;
}
.nav>li>a {
	padding: 15px 6px;
}
section.our-gallery img.img-responsive {
	width:230px;
}
section.footer h4 {
	
	padding: 60px 0 0px;
}
.footer-center p, .footer-right p {
	text-align:center;
	line-height:25px;
	padding: 10px 0;
}
.col-lg-4.footer-right {
    text-align: center;
}
button.btn-outline {
    margin-top: 20px;
}
section.our-contacts p.text-center {
	padding: 20px 0 30px;
}
section.footer .footer-right ul.social-icons2 {
	text-align:center;
}
section.footer .footer-center .form-control {
    margin-bottom: -20px;
}

.effect2 {
    position: relative;
    width: 300px;
    height: 30px;
    margin-top: 30em;
}
}

@media (max-width: 1050px) {
.carousel, .carousel .item {
    height: 581px;
}
.banner-mdruk {min-height: 800px;}
}
.banner-left-wthree {
    padding-top: 16em;
    max-width: 800px;
}

@media (max-width: 1024px) {

.carousel, .carousel .item {
height: 565px;
}
section.about-us {
    padding: 50px 0 0px;
}
section.our-services {
    padding: 50px 0 70px;
}
section.our-events {
    padding: 50px 0 0px;
}

section.our-testimonials {
    padding: 0px 0 0px;
}

section.our-contacts {
    padding: 95px 0 70px;
}
section.footer {
	padding:50px 0;

}
section.bold p.t1 {text-align:center; letter-spacing: 0px;}
section.bold p.t2 {text-align:center; letter-spacing: 0px;}
section.bold p.t3 {text-align:center; letter-spacing: 0px;}
.detail ul li {
    font-size: 20px;
}

}

@media (max-width: 991px) {
	header.sticky{background:#fff;}
	section.footer {
    padding: 50px 0 0 0;
   
}
.o-nas{ padding-bottom:20px;}
section.bold h4.text-center {
	padding: 40px 0 30px 0;
}
.top-bar .get-touch li i.icon-mail {
    float: left;
    font-size: 20px;
    margin: -2px 7px 0 0;
}

	.zaplecze {margin-bottom: 20px;}
	.pierwszy-prawo {
   padding: 3rem 1rem !important;
}	
.drugi-prawo {padding: 30px 10px;}
section.our-testimonials1 p.text-center {
    
 margin: 40px 10px;}
 .drugi-lewo {
    padding: 3rem 1rem !important;
    text-align: center;
}
.pierwszy-prawo p, .drugi-lewo p, .trzeci-prawo p {
 font-size: 16px;
 font-family: 'Mitr', sans-serif;
 text-align: center;
}
.drugi-lewo ul {
    font-size: 16px;
   }
.trzeci-prawo {
    
    padding: 3rem 1rem !important;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
font-size: 35px;	
}
 
h3.text-left {
    margin-bottom: 10px;
    font-size: 25px;
    margin-top: 11px;
}
section.our-testimonials h3.text-center {
    color: #fff;
    margin-top: 0px;
}
.contact-info {
    margin-left: 244px;
}
.navbar-nav {
	margin: 0 -20px 0 -55px;
}
.carousel, .carousel .item {
    height: 548px;
}
section.about-us p.abt {
    font-size: 19px;
	font-weight: normal;
	font-family: 'Mitr', sans-serif;
    text-align: center;
	text-transform: none;
}
div#accordion2 {
    padding-bottom: 40px;
}
.accordion-heading {
	text-align:center;
}
section.our-events .event-info {
	margin:0 auto 25px;
	width:60%;
}
section.our-events p.eve {
	text-align:center;
}
section.our-gallery img.img-responsive {
    width: 175px;
}
section.our-testimonials .test {
	width: 80%;
    margin: 0 auto 0px;
}
section.our-testimonials .test1 {
	width: 80%;
    margin: 0 auto 0px;

}
.top-bar span {
    display:none;
	margin-top: 10px;
}
section.our-testimonials {
    padding: 35px 0 40px;
}
.main-title3 p {margin-left:0px; margin-top: 40px; margin-bottom:50px; font-size: 22px;text-align: center;}
.serv-icons {
    float: left;
    width: 50%;
    text-align: right;
    padding-top: 0px;
}
section.bold .test {
 margin-bottom: 0px;
    }

.footer-left{text-align:center;}
.footer-center{text-align:center;}
.footer-right{text-align:center;}
.detail{text-align:left;}
.get-touch{margin-left: 0px;}
}

@media (max-width: 900px) {
.carousel, .carousel .item {
    height: 497px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -15px 0 30px 245px;
}
section.about-us .about-info h4 {
	padding-bottom:15px;
}
section.about-us p.abt {
	padding-bottom:10px;
	line-height: 25px;
}
section.our-events h4.text-center {
	padding:35px 0 20px;
}
.tablica{ 
     background:rgba(5, 6, 6, 0.35); 
     padding: 20px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;}

.test1 {padding:0 0px;}
}

@media (max-width: 800px) {
.navbar-nav {
    margin: 0 -28px 0 -51px;
}
.carousel, .carousel .item {
    height: 440px;
}
}

@media (max-width: 768px) {
.carousel, .carousel .item {
    height: 423px;
}
.col-lg-4.footer-center {
    padding: 30px 30px;
}
.top-bar .get-touch li a {
    color: #fff;
    padding: 0 5px 0px;
    float: left;
}
section.footer .footer-center .form-control {
    margin-bottom: -17px;
}
.contact-info {
    margin-left: 230px;
}
.effect1 {
    width: 60%;
    height: 140px;
    margin-bottom: 0px;
    margin-left: 8em;
    margin-top: 20em;
}
.icons {
    float: left;
    position: relative;
	margin-right: 10px;
    margin-left: 40px;
}
.head_part {position: relative;text-align: left;}
.top-bar .get-touch li i.icon-mail {
    float: left;
    font-size: 20px;
    margin: 3px 7px 0 0;
	
}
header.sticky{border-bottom: solid 1px darkgray;}
}

@media (max-width: 736px) {
.navbar-nav {
    margin:0 auto;
    background-color: rgba(0, 0, 0, 0.58);
}
.cl-effect-20 a span {
	width:100%;
	text-align:center;
}
.carousel, .carousel .item {
    height: 350px;
}
section.about-us {
	text-align:-webkit-center;
}
section.about-us .about-info h4 {
    padding: 15px 0 20px;
    text-align: center;
}
section.our-gallery {
	text-align:center;
}
.contact-info {
    margin-left: 215px;
}
section.footer .footer-center .form-control {
	margin-bottom:-15px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 260px;
}
.navbar-toggle {
	margin-top:20px;
}

}

@media (max-width: 667px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 230px;
}
.carousel, .carousel .item {
    height: 311px;
}
.contact-info {
    margin-left: 185px;
}

}

@media (max-width: 640px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 210px;
}
.top-bar .get-touch li i.icon-mail {
    float: left;
    font-size: 20px;
    margin: 1px 7px 0 0;
}
.banner-left-wthree {
    padding-top: 10em;
	}
}

@media (max-width: 600px) {
.carousel, .carousel .item {
    height: 328px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 185px;
}
.effect1 {
    
   height: 100px;
}
.effect2 {
    width: 350px;
    height: 30px;
    margin-top: 26em;
    margin-bottom: 100px;
}
}

@media (max-width: 568px) {
.carousel, .carousel .item {
    height: 256px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 170px;
}
section.our-events .event-info {
	width:75%;
}
section.our-gallery img.img-responsive {
    width: 250px;
}
section.our-testimonials .test {
    width: 80%;
}
section.our-testimonials .test1 {
    width: 80%;
}
.contact-info {
    margin-left: 130px;
}
.effect1 {
   width: 80%;
height: 180px;
margin-left: 6%;
margin-bottom: 0px;
}

.pliki {
    margin: 10px 0 30px 0;
}
}

@media (max-width: 480px) {
.poziom1, .poziom2, .poziom3 {padding: 0 0px;}
.poziom {padding: 0 10px;}
.pierwszy-prawo p, .drugi-lewo p, .trzeci-prawo p {font-size: 16px;}
.drugi-lewo li {
    color: #f1f1f1;
    font-size: 16px;
    font-family: 'Mitr', sans-serif;
}
.wykonujemy p.t1, p.t2, p.t3 {
    padding: 0 20px 29px;
}
.trzeci-prawo {
    padding: 1rem 1rem !important;
}
.drugi-lewo {
    padding: 1rem 1rem !important;
}
.pierwszy-lewo {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.banner-mdruk {min-height: 600px;}	
section.our-testimonials h3.text-center {margin-top: 20px;}

section.bold h4.text-center {padding-top:50px;}
.copyright p {font-size: 13px;font-weight: 700;}
h3.text-left {
font-size: 20px;
margin-bottom: 30px;
}
.rama {
    padding: 40px 0 50px;
    
}
section.our-contacts {
    padding: 55px 0 70px;
}

h2.heading, h3.heading {
    font-size: 40px;
}
h2.heading1, h3.heading1 {
    font-size: 40px;
}
.about {
    padding-bottom: 00px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -10px 0 30px 135px;
}
section.about-us h3.text-center, section.our-services h3.text-center, section.our-events h3.text-center, section.our-gallery h3.text-center, section.our-testimonials h3.text-center, section.our-contacts h3.text-center {
	font-size:30px;
}
section.about-us {
    padding: 35px 0 0px;
}
section.about-us p.text-center, section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {
	padding: 5px 0 30px;
}
section.our-gallery img.img-responsive {
    width: 200px;
}
section.our-testimonials .test {
    width: 90%;
	text-align:center;
}
section.our-testimonials .test1 {
    width: 90%;
	text-align:center;
}
.contact-info {
    margin-left: 85px;
}
.banner-left-wthree {
    padding-top: 3em;
    max-width: 500px;
}
section.our-events {
    padding: 35px 0 0px;
}
section.our-events p.text-center {
    margin: 40px 0 0px 0;
	font-size: 25px;}
section.about-us p.abt {
    text-align: center;
}
.container-wyk {
    margin-top: 35px;
}
.pierwszy-prawo {
    padding: 1rem 1rem !important;
}
section.our-testimonials1 p.text-center {
    margin: 20px 15px 15px;
	font-family: 'Mitr', sans-serif;
    font-size: 16px;
    font-weight: normal;
	color: #fff;
}
section.footer {
    padding: 25px 0 0 0;
}
#send_form_status .status_err {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
	background: -moz-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(50%, rgba(128,0,0,1)), color-stop(100%, rgba(255,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(255,0,0,1) 0%, rgba(128,0,0,1) 50%, rgba(255,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#FF0000',GradientType=1 ); /* ie6-9 */ 
    padding: 10px;
    margin: 16px;
}
#send_form_status .status_ok {
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
	background: -moz-linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(7,163,35,1)), color-stop(50%, rgba(0,128,0,1)), color-stop(100%, rgba(13,255,41,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* ie10+ */
    background: linear-gradient(45deg, rgba(7,163,35,1) 0%, rgba(0,128,0,1) 50%, rgba(13,255,41,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0DFF29', endColorstr='#07A323',GradientType=1 ); /* ie6-9 */ 
    padding: 10px;
    margin: 16px;
}
}

@media (max-width: 414px) {

.carousel, .carousel .item {
    height: 223px;
}
.icons {
    float: left;
    position: relative;
    margin-right: 5px;
    margin-left: 0px;
}
#features p {
    font-size: 16px;
}	
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin: -11px 0 0 10px;
}
section.about-us {
    padding: 35px 0 0px;
}
section.our-services {
    padding: 30px 0 50px;
	text-align: center;
}
section.our-events .event-info {
    width: 85%;
}
section.our-events p.eve {
	padding: 0 20px 27px;
    font-size: 15px;
}
section.our-events {
    padding: 0px 0 0px;
}
section.our-gallery img.img-responsive {
    width: 180px;
}
section.our-gallery {
    padding: 35px 0 50px;
}
section.our-testimonials {
    padding: 35px 0 40px;
}
section.our-testimonials .test {
    width: 100%;
}
section.our-testimonials .test1 {
    width: 100%;
}
section.footer h2 {
    font-size: 22px;
}
.contact-info {
    margin-left: 60px;
}
 section.about-us p.text-center, section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {

font-weight: bold;
}
section.footer h4 {
    text-align: center;
    padding: 20px;
    font-size: 35px;
}

section.bold {margin-bottom:35px;}
}

@media (max-width: 384px) {

.carousel, .carousel .item {
    height: 206px;
}
section.our-gallery img.img-responsive {
    width: 165px;
}
section.our-testimonials p.t1 {
	padding: 0 10px 30px;
}

section.our-contacts .form-control {
	height: 40px;
	font-size: 17px;
}
button.btn-outline1 {
    padding: 7px 50px;
}
section.map iframe.googlemaps {
    height: 250px;
}
.contact-info {
    margin-left: 40px;
}
.icons {display:none;
}
section.about-us p.abt {
text-align: center;
}

}

@media (max-width: 375px) {
.carousel, .carousel .item {
    height: 201px;
}
.get-touch ul li {
    font-size: 20px;
    list-style-type: none;
    padding-bottom: 10px;
}

section.our-gallery img.img-responsive {
    width: 160px;
}
section.our-testimonials p.t1 {
    font-size: 16px;
}
.contact-info {
    margin-left: 35px;
}
element {
}
section.about-us .about-info h4 {
    padding: 20px 0 20px;
	text-align: center;
}
}

@media (max-width: 320px) {
.carousel, .carousel .item {
    height: 170px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	font-size: 30px;
	margin: -5px 0 0 0px;
}
section.about-us h3.text-center, section.our-services h3.text-center, section.our-events h3.text-center, section.our-gallery h3.text-center, section.our-testimonials h3.text-center, section.our-contacts h3.text-center {
	padding:20px 0 10px;
	font-size: 27px;
}
section.about-us p.text-center, section.our-services p.text-center, section.our-events p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {
    font-size: 16px;
}
section.about-us .about-info h4 {
    padding: 30px 0 15px;
}
section.our-events p.eve {
    font-size: 16px;
}
section.our-gallery img.img-responsive {
    width: 260px;
}
.contact-info {
    margin-left: 10px;
}
button.btn-outline {
    margin-top: 22px;
}
section.our-events p.eve {
    padding: 0 20px 45px;
}
section.our-testimonials .test {
    width: 100%;
}
section.our-testimonials .test1 {
    width: 100%;
}
section.footer h2 {
    font-size: 20px;
}
.effect1{ display:none;}
.effect2{ display:none;}
}
 /* ----------------------------------------------Polska------------------------------------- */

  #pudelko-pol {
        width:300px;
        height:240px;
        margin:0 auto;
        perspective:900px;
        -webkit-perspective:900px;
      }

      #karta-pol {
        position:relative;
        width:100%;
        height:100%;
        text-align:center;
        transition:1s;
        -webkit-transition:1s;
        transform-style:preserve-3d;
        -webkit-transform-style:preserve-3d;
      }

      #pudelko-pol:hover > #karta-pol {
        transform:rotateY(180deg);
        -webkit-transform:rotateY(180deg);
      }

      #przod-pol {
        position:absolute;
        width:100%;
        height:100%;
        background:url(../images/pol-gif5.gif) no-repeat;
        background-size:100%;
     
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
      }

      #tyl-pol {
        position:absolute;
        width:100%;
        height:100%;
        background:url(../images/polska6.png) no-repeat;
        background-size:100%;
   
        transform:rotateY(180deg);
        -webkit-transform:rotateY(180deg);
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
      }
	  
	  /* ----------------------------------------------Szescian------------------------------------- */
	  
	   #pudelko-pol1 {
         width:150px;
        height:150px;
        margin: 100px auto;
        perspective:450px;
        -webkit-perspective:1000px;
      }

      #karta-pol1 {
        position:relative;
        width:100%;
        height:100%;
        text-align:center;
        transition:3s;
        -webkit-transition:3s;
        transform-style:preserve-3d;
        -webkit-transform-style:preserve-3d;
      }

      #pudelko-pol1:hover > #karta-pol1 {
        transform:rotateY(360deg);
        -webkit-transform:rotateY(360deg);
      }
     

      #rodzic {
        width:100%;
        height:100%;
        position:relative;
        transform-style:preserve-3d;
        -webkit-transform-style:preserve-3d;
        animation:obrot 10s cubic-bezier(.86,0,.07,1) infinite;
        -webkit-animation: obrot 10s cubic-bezier(.86,0,.07,1) infinite
      }

      #rodzic > div {
        width:100%;
        height:100%;
        position:absolute;
        background-image:radial-gradient(ellipse at center,rgba(0,0,255,0.8),rgba(0,0,0,0.8));
        box-shadow:0 0 4px #fff;
      }

      #przod {
        transform:translateZ(75px);
        -webkit-transform:translateZ(75px);
      }

      #tyl {
        transform:translateZ(-75px);
        -webkit-transform:translateZ(-75px);
      }

      #lewo {
        transform:rotateY(-90deg) translateZ(75px);
        -webkit-transform:rotateY(-90deg) translateZ(75px);
      }

      #prawo {
        transform:rotateY(90deg) translateZ(75px);
        -webkit-transform:rotateY(90deg) translateZ(75px);
      }

      #gora {
        transform:rotateX(-90deg) translateZ(75px);
        -webkit-transform:rotateX(-90deg) translateZ(75px);
      }

      #dol {
        transform:rotateX(90deg) translateZ(75px);
        -webkit-transform:rotateX(90deg) translateZ(75px);
      }

      #rodzic > div > div {
        position:absolute;
        width:20px;
        height:20px;
        background-color:#FFF;
        border-radius:25%;
        box-shadow:0 0 4px 2px #000, 0 0 3px 1px #00F inset;
      }
	   #przod img{width:150px; height:150px;}
	   #tyl   img{width:150px; height:150px;}
	   #lewo  img{width:150px; height:150px;}
	   #prawo img{width:150px; height:150px;}
	   #gora  img{width:150px; height:150px;}
	   #dol   img{width:150px; height:150px;}

      @keyframes obrot
      {
        0% { transform:rotateX(0) rotateZ(0); }
        100% { transform:rotateX(360deg) rotateZ(360deg); }
      }

      @-webkit-keyframes obrot
      {
        0% { -webkit-transform:rotateX(0) rotateZ(0); }
        100% { -webkit-transform:rotateX(360deg) rotateZ(360deg); }
      }
	    .a-btn{
         background: -moz-linear-gradient(222deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(255,0,0,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(222deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(222deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(222deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(228deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* ie6-9 */ 
    padding-left: 20px;
    padding-right: 15px;
    width: 320px;
    height: 60px;
    display:inline-block;
    position:relative;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    clear:both;
    margin:10px 0px;
    overflow:hidden;
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.3s ease-in-out;
}
.a-btn img{
    position:absolute;
    left:15px;
    top:3px;
    border:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.a-btn .a-btn-slide-text{
    position:absolute;
    font-size:36px;
    top:18px;
    left:18px;
    color:#6d954e;
    opacity:0;
    text-shadow:0px 1px 1px rgba(255,255,255,0.4);
    -webkit-transition:opacity 0.2s ease-in-out;
    -moz-transition:opacity 0.2s ease-in-out;
    -o-transition:opacity 0.2s ease-in-out;
    transition:opacity 0.2s ease-in-out;
}
.a-btn-text{
    padding-top:15px;
    display:block;
    font-size:23px;
    
}
.a-btn-text small{
    display:block;
    font-size:11px;
    letter-spacing:1px;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:80px;
    border-left: 1px solid #b7b7b733;
-webkit-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
-moz-box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
box-shadow: 1px 0px 1px rgba(205, 211, 242, 0.5) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    border:1px solid rgba(0,0,0,0.5);
    background:#4e5c50 url(../images/arrow_down.png) no-repeat center center;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.a-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover img{
    -webkit-transform:scale(10);
    -moz-transform:scale(10);
    -ms-transform:scale(10);
    -o-transform:scale(10);
    transform:scale(10);
    opacity:0;
}
.a-btn:hover .a-btn-slide-text,
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
         background: -moz-linear-gradient(313deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(50%, rgba(255,0,0,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(313deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(313deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(313deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(137deg, rgba(0,0,0,1) 0%, rgba(255,0,0,1) 50%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */ 
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#fff;
}
.a-btn:active .a-btn-icon-right span{
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
    transform:scale(1.4);
}

