body {
	background: #f0f0f0;
	color: #525252;
}

.container {
	background: #fafafa;
}

.logo_front {
	position: absolute;
	width: 172px;
	height: 196px;
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 18px;
	z-index: 3;
}

.logo-box {
	height: 242px;
}

.logo {
	position: absolute;
	width: 459px;
	height: 242px;
	margin: 0px 0px 0px 0px;
	left: -135px;
	z-index: -2;
}

.logo-min {
	position: absolute;
	width: 282px; 
	height: 136px; 
	left: 220px; 
	top: 50px; 
	z-index: 4;
}

@media (max-width: 768px) {
	.logo-min {
		position: absolute;
		width: 192px; 
		max-height: 92px; 
		left: auto;
		right: 0;
		top: 70px; 
		z-index: 4;
	}
}

.txtjustify {
	text-align: justify;
}

.txtcenter {
	text-align: center;
}

.txtright {
	text-align: right;
}

.txtleft {
	text-align: left;
}

.txtitalic {
	font-style: italic;
}

.header-line {
    border-top: 1px solid #cfcfcf;
	margin-top: 2px;
	margin-bottom: 40px;
}

h1 {
	text-transform: uppercase;
	font-weight: 900;
	color: #000000;
	text-shadow: 1px 1px 2px #b2b2b2;
	font-size: 24px;
}

h2 {
	font-size: 21px;
}

.back-top {
	position: absolute;
	right: 10%;
	margin-top: 15px;
	font-size: 28px;
}

.glyphicon-upload {
	color: #777777;
}

.glyphicon-upload:hover {
	color: #cdcdcd;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.offcanvas-toggle {
	z-index: 999;
	background: #6D6D6D;
	color: #ffffff;
}

.offcanvas-but-wrap {
	width: 100%;
}

.offcanvas-toggle .icon-bar {
    background: #ffffff;
}



.navbar {
    margin-bottom: 0px;

}

header{
	border-bottom: 5px solid #6d6d6d;
}

header .container {
    background: none;
}

/* design/color menu only for PC, for mobile default style offcanvas */
@media (min-width: 768px) {
	.navbar-inverse {
		background: none;
		border: none;
		margin-top: 90px;
	}
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}



@media (min-width: 768px) {

}

/* MENU STYLE */

@media (min-width: 768px) {

.navbar-inverse .navbar-nav>li {
	background: -webkit-linear-gradient(#bd2615, #840e0e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#bd2615, #840e0e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#bd2615, #840e0e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#bd2615, #840e0e); /* Standard syntax */
    box-shadow: -4px 4px 0px #323232;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.navbar-inverse .navbar-nav>li:hover,
.navbar-inverse .navbar-nav>li:focus,
.navbar-inverse .navbar-nav>.open>a
{
	background: -webkit-linear-gradient(#535353, #1b1b1b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#535353, #1b1b1b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#535353, #1b1b1b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#535353, #1b1b1b); /* Standard syntax */
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.navbar-inverse .navbar-nav>.active>a
{
	background: -webkit-linear-gradient(#535353, #1b1b1b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#535353, #1b1b1b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#535353, #1b1b1b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#535353, #1b1b1b); /* Standard syntax */
	box-shadow: -4px 4px 0px #87110e;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	text-shadow: 0 0 0.5em #eae2fc;
}
	
.navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
	color: #ffffff;
	padding-bottom: 15px;
	font-weight: bold;
}

} /* koniec dla PC */

.nav>li {
    margin-right: 11px;
}

/* DROPDOWN */
.navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: auto;
		left: auto;
	}
}

.dropdown-menu {
	background: -webkit-linear-gradient(#840e0e, #bd2615); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#840e0e, #bd2615); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#840e0e, #bd2615); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#840e0e, #bd2615); /* Standard syntax */
	border: none;
}


.dropdown-menu>li>a {
    text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
}


.dropdown-menu .divider {
    background-color: #87221F;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #080808;
    outline: 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-indicators {
	text-align: right;
}


@media screen and (max-width: 768px) {
	.carousel-indicators {
		bottom: -10px;
		margin-left: -12%;
	}
}


	.carousel-indicators li {
		width: 13px;
		height: 13px;
		border-radius: 0px;
		background-color: #a6a6a6;
	}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #9e1913;     
}
	
	
/* Carousel base class */
.carousel {
	max-height: 538px;
	border-top: 1px solid #ffffff;
}

.carousel-caption {
	z-index: 10;
	bottom: 5px;
}

	.carousel-caption h1 {
		color: #68030c;
		font-size: 48px;
		line-height: 100%;
		text-transform: none;
		text-shadow: 0 -1px 0px #000000;
		font-weight: bold;
		margin-bottom: 3px;
		padding: 0;
		background: none;
	}

	
@media (max-width: 768px) {
	.carousel-caption h1 {
		font-size: 28px;
	}
	
	.carousel-caption {
		right: 8%;
		left: 8%;
	}
}


.carousel .item {
	height: 308px;
	background: url("../images/home-sir.jpg") repeat-x center top #dedede;
}

@media (min-width: 480px) {
	.carousel .item {
		height: 338px;
	}
}

@media (min-width: 599px) {
	.carousel .item {
		height: 378px;
	}
}

@media (min-width: 699px) {
	.carousel .item {
		height: 398px;
	}
}

@media (min-width: 768px) {
	.carousel .item {
		height: 438px;
	}
}

@media (min-width: 769px) {
	.carousel .item {
		height: 538px;
	}
}
/*
.carousel .item {
	height: 538px;
	background: url("../images/home-sir.jpg") repeat-x center top #dedede;
}

@media (max-width: 480px) {
	.carousel .item {
		height: 308px;
	}
}

@media (max-width: 599px) {
	.carousel .item {
		height: 338px;
	}
}

@media (max-width: 699px) {
	.carousel .item {
		height: 368px;
	}
}

@media (max-width: 768px) {
	.carousel .item {
		height: 438px;
	}
}
*/

.carousel-inner > .item > img {
	/*position: absolute;*/
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	max-height: 461px;
}


.carousel-control.right,
.carousel-control.left {
	background: none;
}

/* Pathway
-------------------------------------------------- */
#pathway {
	height:102px;
	position:relative;
	z-index:99;
	background:url("../images/pathway-bg.jpg") repeat-x center top #dedede;	
	border-top: 1px solid #ffffff;
	font-size: 12px;
}

.pathway-link {
	padding: 55px 0px 0px 10px;
	font-weight: bold;
}
	
	.pathway-link a {
		color: #b91c0f;
		text-decoration: none;
	}

	.pathway-last{
		display:inline;
	}
	
	.pathway-link span{
		padding: 0px 10px 0px 10px;
	}



/* BUTTONS
-------------------------------------------------- */
.btn-primary {
    color: #fff;
    background-color: #777777;
    border-color: #5f5f5f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff !important;
    background-color: #454545 !important;
    border-color: #3a3a3a !important;
}

.btn-warning {
    color: #fff;
    background-color: #939393;
    border-color: #858585; 	
}

.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
    color: #fff;
    background-color: #616161;
    border-color: #4e4e4e;
}

.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning,
.btn-warning.is-checked, .btn-warning.is-checked:active {
    color: #fff;
    background-color: #616161;
    border-color: #4e4e4e;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.is-checked:hover,

.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.btn-warning.is-checked:focus,

.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.btn-warning.is-checked.focus,

.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #616161;
    border-color: #4e4e4e;
}



.btn-danger {
    color: #fff;
    background-color: #b8240c;
    border-color: #ac1800; 	
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
    color: #fff;
    background-color: #a51f0f;
    border-color: #911c0e;
}

.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger,
.btn-danger.is-checked, .btn-danger.is-checked:active {
    color: #fff;
    background-color: #616161;
    border-color: #4e4e4e;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.is-checked:hover,

.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger.is-checked:focus,

.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.btn-danger.is-checked.focus,

.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #a51f0f;
    border-color: #911c0e;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}

.img-circle {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}


/* SUBPAGE CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.subpage .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}


.subpage h2 {
    margin: 0 0 10px 10px;
    padding: 0 0 0 0;
	font-size: 16px;
    color: #8c0d0c;
    font-family: Arial Black, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #b2b2b2;
    letter-spacing: 1px;
	text-align: left;
	line-height: 20px;
}

@media (max-width: 768px) {
	.subpage h2 {
		margin: 0 0 10px 0px;
	}
}

.subpage h3 {
    font-size: 16px;
    margin: 0 0 0.75em;
    color: #000000;
    font-family: Arial Black, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #b2b2b2;
    letter-spacing: 1px;
	text-align: left;
}

.subpage h4 {
    font-size: 16px;
    margin: 0 0 0.75em 10px;
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    text-align: left;
}

.subpage .col-lg-4 p {
	margin-right: 10px;
	margin-left: 10px;
}

.img-big {
    float: left;
	max-width: 100%;
    margin: 0px 30px 30px 0px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.img-medium {
	max-width: 100%;
    margin: 0px 0px 13px 0px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}

.img-small {
    margin: 0px 0px 13px 0px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* OUTSOURCING
-------------------------------------------------- */
.why-us {
	margin-bottom: 30px;
}

.why-us .poz {
	margin-bottom: 12px;
	min-height: 52px;
}

.why-us .poz img {
	float: left; 
	margin: 0px 10px 0px 0px;
}



/* END OFFER CONTENT
-------------------------------------------------- */
.end-offer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.end-offer h3 {
    font-size: 16px;
    margin: 0 0 0.75em;
    color: #000000;
    font-family: Arial Black, sans-serif;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #b2b2b2;
    letter-spacing: 1px;
}

.end-offer a {
    color: inherit;
	text-decoration: none;
	font-size: 13px;
}

	.end-offer a:hover {
		color: #8c0d0c;
	}

.nasza_oferta {
	width: 100%;
	min-height: 48px;
}

.nasza_oferta img {
	float: left; 
	margin: 5px 10px 0px 0px;
}


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}




/* Portfolio
-------------------------------------------------- */
.project img {
	max-width: 100%;
}

.box-info {
	max-width: 65%;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 5px #250000;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}


@media (max-width: 768px) {
	.box-info {
		max-width: 95%;
	}
}

.box-info .txtright {
	font-weight: bold;
}

.box-info .txtleft {
	font-weight: bold;
	color: #bd2615;
}

.box-info .txtleft a {
	color: inherit;
}

.box-info p > a {
	color: #8c0d0c;
}

.box-info .header-line {
	margin-top: 35px;
}


/* wyk.projekty
------------------------- */
.element-item {
    margin: 15px;
}

.element-item img {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

.element-item h5 {
    font-size: 12px;
}


.menu-filter,
.menu-sort 
{
	display: block;
	margin: 15px 15px 25px 15px;
}

.filter_label,
.filters,
.sort-by
{
	display: inline;
}

.more-but {
	margin-top: 25px;
	margin-bottom: 35px;
}


/* Projekt | pic
------------------------- */
#gallery_pic {
	background: url("../portfolio/images/back_2.png") no-repeat center top;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	#gallery_pic {
		background: none;
	}
}

#gallery_pic .photo3 {
	margin: 40px 0px 0px 0px;
}

#gallery_pic .photo3-pic1 {
	margin: 7px 7px 7px 0px;
}

#gallery_pic img {
	max-width: 100%;
	border-bottom-left-radius: 20px; 
	border-top-right-radius: 20px;
}

#gallery_pic .photo3 img {
	border-bottom-left-radius: 10px; 
	border-top-right-radius: 10px;
}


/* KONTAKT
-------------------------------------------------- */


.contact-form {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.contact-form .cont-disp {
	display: block;
	margin: 10px 0px 20px 0px;
}

.contact-form input[type="text"] {
    width: 100%;
	text-align: center;
}


.contact-form .submit-wrap {
	padding:0;
	margin:0;
	}
	
	.contact-form .submit-wrap input {
		margin-right:10px;
		width:60px;
	}
	
	span.contact-form-control-wrap {
		display:block;
	}
		
	.contact-not-valid-tip {
		width:345px !important;
		position:absolute;
		left:0 !important;
		top:0 !important;
		padding:6px 0 5px 10px !important;
		background:#f3b7b7 !important;
		color:red !important;
		border:1px solid red !important;
	}


form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
    -webkit-appearance: none;
    display: block;
    border: 0;
    background: #eee;
    box-shadow: inset 0px 0px 3px 0px #a0a1a7;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    padding: 0.75em 1em 0.75em 1em;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	resize: vertical;
}

form textarea {
	min-height: 125px;
}

.cont-disp input:focus,
.cont-disp input:hover
{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}


.submit_reset {
	width: 78px;
}

.cont-info { 
	font-size: 12px;
	margin-bottom: 35px;
}

.contact-form span { 
	color: #eb0000;
}


#mapka {
	max-width: 960px; 
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}


/* FOOTER INFO
-------------------------------------------------- */
#footer-info {
	background: #e2e2e2;
	border-top: 1px solid #d3d3d3;
	text-align: center;
}

#footer-info .container {
	background: none;
}

#footer-info p {
	text-align: center;
	color:#c2c9d3;
	font-size: 10pt;
	text-shadow: black 0px 1px 1px;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 14px 0 0 0;
}

#footer-info .line2 {
	margin-top: 1px;
	padding-top: 1px;
	font-size: 8pt;
	color:#6d7177;
	text-shadow: #202123 0px 1px 1px;
}


.foot-logo {
	padding: 17px 0;
}

.foot-logo-nap {
	padding: 32px 0 32px 20px;
}

@media (max-width: 768px) {
	.foot-logo-nap {
		padding: 32px 0 32px 0px;
	}
}
	
#footer-info .menu {
	padding-top: 30px;
	list-style-image:url("../images/foot-arrow.png");
	text-align: left;
}

	#footer-info ul li {
		padding-left: 7px;
	}

	#footer-info .menu a {
		text-decoration: none;
		color: #cb190c;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	#footer-info .menu a:hover {
		color: #111111;
	}



/* FOOTER
-------------------------------------------------- */
.footer {
	background:url("../images/footer-bg.jpg") repeat-x center top #050505;
	height: 65px;
}

.footer .container {
	background: none;
}


.footer p {
	text-align: center;
	color:#c2c9d3;
	font-size: 10pt;
	text-shadow: black 0px 1px 1px;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 14px 0 0 0;
}

.footer .line2 {
	margin-top: 1px;
	padding-top: 1px;
	font-size: 8pt;
	color:#6d7177;
	text-shadow: #202123 0px 1px 1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}

	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}

