/*globalne style:;*/	
p {
font-size: 1.2rem;
}

.btn {
	padding: .5rem 2rem;
}

/*Navbar*/
.navbar .navbar-nav .nav-link {
	padding: 0 1.5rem;
}

/*top*/
.top {
	padding: 165px 0 180px;
	background-image: url(../images/14.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.top-header {
	margin-bottom: 1.25rem;
	font-size: 2.75rem;
	font-weight: 600;
}
.top-text {
	font-size: 1rem;
}

.top-button {
	margin-top: 1.5rem;
}
.tekst {
	padding: 0 0 20px;
	font-weight: bold;
}
/*portfolio*/
.portfolio {
padding: 30px 0 50px;
background-color:	#EEEEEE;
}

.portfolio-header: {
	margin-bottom: 20px;
}

.portfolio-img {
	margin-top:2rem;
	border-style: solid;
	border-width: 1px;
}
.portfolio-img-f {
	border-style: solid;
	border-width: 1px;
}

.page-label {
	font-size: .75rem;
}

.portfolio-subheading {
	margin: .4rem 0 1rem;
}

.portfolio-button {
margin: .5 0 2rem;
padding: .5 0 0rem;

}

.tech {
	padding-top: 1rem;
}


.col-md {
	margin-bottom: 20px;
	

}
.about {
	margin-top: 5rem;
	margin-bottom: 6rem;
}

/*/*footer*/
.site-footer {
	background-color: #2E3842;
	padding: 45px 0 35px;
	font-size: .9rem
}

.footer-first-col li i { 
margin-right: .7rem;
padding: .6rem 0;

}

.footer-second-col li {
	padding: .6rem 0;
	width: 90%;
	border-bottom: 1px solid #777777;
}

.footer-second-col li:last-child {
	border-bottom: none;
}

.footer-second-col li:first-child {
	padding-top: 0;
}

.footer-second-col li span {
	display: inline-block;
	margin-right: .5rem;
	font-weight: 600;
}

.footer-third-col {

}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 80%;
    width: 100%;
}

.iframe-container-footer {
    position: relative;
    width: 100%;
    padding-bottom: 20%;
}

.iframe-container-footer > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.write-to-us {
	padding-top: 60px;
	padding-bottom: 80px;
}

.write-to-us-header {
	margin-bottom: 0.5rem 0 2.25rem;
	font-size: 1.4rem;
}

.write-to-us .form-control-label {
	margin-bottom: 0.35rem;
	font-size: 0.7rem;
	color: #999999;
}

.form-control .write-to-us {
	border-radius: 0;
	border-color: #999999;
}

.write-to-us input {
	height: 2rem;
}

.write-to-us textarea {
	margin-bottom: 2rem;
}

.technologia {
	text-align: justify;
	margin-top: 20px;
}

a {color: black;}
    a:link {text-decoration: none}
    a:visited {text-decoration: none}
    a:active {text-decoration: none}
    a:hover {text-decoration: none; color: transparent;}


.container.gallery-container {
    background-color: #EEEEEE;
    color: #35373a;
    min-height: 100vh;
    padding: 10px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 4px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.odwrotnosc {
    unicode-bidi: bidi-override;
    direction: rtl;
}