/* 	Layout: Pixelar
	Version: 3.0
	Autor: Adam Klos
	Kontakt: biuro@pixelar.pl
*/


/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#3e3e3e;
	overflow-x:hidden;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width:100%;
}



/* STYLE OGÓLNE */

h1 {font-size:36px;}
h2 {font-size:32px}
h3 {font-size:24px}
h4 {font-size:20px}
h5 {font-size:18px}
h6 {font-size:15px}

h1,h2,h3 {margin-bottom:15px;}

p {margin-bottom:15px;}

a {text-decoration:none;font-weight:600;}
a:hover {cursor:pointer;}

b, strong {font-weight:bold;}

ul li  {
	list-style-type:square;
	padding-left:10px;
	margin-left:30px;
}
ul {
	margin-bottom:20px;
}
ol li  {
	padding-left:10px;
	margin-left:15px;
	margin-bottom:10px;
}
ol li ul {
	margin:15px 0;
}


/* PRZYCISKI */

.button {
	padding:6px 20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	border-radius:25px;
	display:inline-block;
}
.button:hover {
	cursor:pointer;
}


/* HEADER */

#top {
	background:#252525;
	color:#fff;
	padding:15px 0;
	font-size:12px;
}
#top i {
	display:inline-block;
	margin-right:3px;
	color:#ff0000;
}
#top i:not(:first-child) {
	margin-left:10px;
}
#top a {
	color:#fff;
	font-weight:600;
}
#top .top-text {
	display:inline-block;
	margin-right:10px;
	font-weight:600;
}

.navbar {
	background:#fff;
	box-shadow:0 0 3px #a0a0a0;
	padding:10px 0;
}
.sticky-top.menu-scroll {
	background:rgba(255,255,255,0.85);
}
#logo {
	position:relative;
	max-width:250px;
	top:5px;
}
.navbar-brand {
	padding:0!important;
}
.subheader {
	background:url(../images/mainbg.jpg) center center no-repeat;
	background-size:cover;
	padding:100px 0 50px 0;
	margin-bottom:40px;
}
.subheader h1 {
	color:#fff;
	text-transform:uppercase;
	border-left:4px solid #c01718;
	padding:20px;
	display:inline-block;
	line-height:34px;
}


/* MENU */

.menu {
	background:transparent;
}
.menu li {
	display:inline!important;
	float:left;
	padding:0;
	margin:0 20px;
}
.menu li a {
	padding:10px 20px 30px 20px;
	color:#313131;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	text-transform:uppercase;
}
.menu li a:hover {
	text-decoration:none;
	background:none;
}
.menu li a:focus, .menu li a:active {
	background:none;
}
.menu li.active a /* Joomla */, .menu a.active {
	color:#ff0000;
}

.navbar-collapse {
	background:transparent;
}

/* MOBILNE MENU + FIXY */
@media (max-width: 768px) {
	
	.navbar-collapse ul.menu li {
		display:inline-block;
		width:100%;
		float:none;
		padding:6px 0px;
		font-size:14px;
		margin:0;
		text-align:center!important;
	}
	.navbar-collapse ul.menu li a {
		padding:7px;
		margin:0;
	}
	.menu li.active a, .menu a.active {
	border-bottom:none;
}

}


/* GŁÓWNY BANNER */

#main-banner {
	background:url(../images/mainbg.jpg) no-repeat;
	background-position:bottom center;
	background-size:cover;
	padding:250px 0 220px 0;
	margin:0;
}
#main-banner h1 {
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	/*background:#386fbb;*/
	background:rgba(56,111,187,0.8);
	padding:20px 50px 20px 100px;
	margin-bottom:20px;
	display:inline-block;
}	
#main-banner a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:15px 40px 15px 100px;
	font-size:13px;
	text-transform:uppercase;
	/*background:#e50b0b;*/
	background:rgb(229,11,11,0.8);
}
#main-banner i {
	display:inline-block;
	margin-right:10px;
}


/* CONTENT */

#content {
	padding:40px 0;
}
.column-home {
	background:#ccc;
}

.home-services {
	background:#eef3fa;
}
.home-services div[class^="col"] {
	padding:100px 30px 60px 30px;
}
.home-services h3 {
	text-transform:uppercase;
	font-size:20px;
	font-weight:400;
	color:#cb2805;
	margin-bottom:30px;
}
.home-services .headers h3 {
	color:#cb2805;
}
.home-services ul li {
	list-style-position: inside;
	padding-left:10px;
}

.top-section {
	/*background: #386fbb;*/
	background: #414141;
	background-size:cover;
	background-position:center center;
	padding:80px 0;
	color:#fff;
	font-size:20px;
	font-weight:400;
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
	margin-bottom:-60px;
}
.top-section i {
	font-size:24px;
	display:inline-block;
	margin-right:5px;
	position:relative;
	top:3px;
}

.middle-section {
	background: url('../images/middlebg.jpg') no-repeat;
	background-size:cover;
	background-position:center center;
	padding:70px 0 100px 0;
	color:#fff;
	clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
	margin-bottom:-60px;
}
.middle-section h3 {
	text-transform:uppercase;
}
.middle-section .headers i {
	font-size:26px;
	display:inline-block;
	margin-bottom:20px;
}


/* ABOUT */

.about-image {
	background:url('../images/team_n.jpg');
	background-size:cover;
	background-position:center center;
}


/* OPINIE */

.testimonials {
	padding:100px;
	text-align:center;
	background: url('../images/testbg.jpg') no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	max-width:100%!important;
	display:block;
}


.customer-feedback .owl-item img {
  width: 85px!important;
  height: 85px!important;
  display:inline-block;
}

.feedback-slider-item {
  position: relative;
  padding: 60px;
  margin-top: -40px;
  height:550px;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 5px;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

.feedback-slider-item:after {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  background-color: #f6f6f6;
  border: 1px solid rgba(251, 90, 13, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.thumb-next {
  left: auto;
  right: 0px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 45px;
  transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
  background-color: transparent;
  color: rgb(251, 90, 13);
  font-size: 25px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(251, 90, 13);
}

@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
}

.toptal {
  color: #204ecf;
}

.upstack {
  color: #008bf7;
}

.upwork {
  color: #37a000;
}

.fiverr {
  color: #1dbf73;
}

.jobs {
  color: magenta;
  text-decoration: underline;
  margin-top: -15px;
}


/* KONTAKT */

.contact {
	padding:70px;
}
.contact h3 {
	text-transform:uppercase;
	margin-bottom:30px;
}
.contact i {
	color:#cb2805;
	font-size:20px;
	display:inline-block;
	margin-right:5px;
	position:relative;
	top:1px;
}
.contact .fa-envelope {
	top:2px;
}


/* STOPKA */

footer {
	padding:40px 0;
	border-top:1px solid #ccc;
	font-size:13px;
	background:#252525;
	color:#fff;
	margin-top:-10px;
}
footer p {
	margin:0;
	width:100%;
}
footer a {
	color:#fff;
	font-weight:600;
}

/* INNE */

#cs button {
	padding:8px 12px;
}


/* POPRAWKI - MOBILNE */

@media (max-width: 768px) {
	
	#main-banner h1 {
		font-size: 22px;
		line-height:30px;
	}
	#main-banner {
		padding-top:100px;
		padding-bottom:50px;
	}
	.about-image {
		min-height:300px;
	}
	.thumb-prev,
	.thumb-next {
		display:none;
	}
	.home-services div[class^="col"] {
		padding:90px 30px 30px 30px;
	}
	.home-services ul, .home-services ul li {
		margin-left:0;
	}
	.about-text {
		text-align:center;
	}
	.testimonials {
		padding:30px 10px;
	}
}