@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
#mobile_menu {
	display: none;
}

@font-face {
	font-family: 'Jolly';
	src: url('../fonts/Jolly.ttf');
}

@font-face {
	font-family: 'Panton-BlackCaps';
	src: url('../fonts/Panton-BlackCaps.otf');
}

@font-face {
	font-family: 'Panton-LightitalicCaps';
	src: url('../fonts/Panton-LightitalicCaps.otf');
}

@font-face {
	font-family: 'Panton-LightCaps';
	src: url('../fonts/Panton-LightCaps.otf');
}

html {
	font-family: sans-serif;
	/* 1 */ 
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

body {
	margin: 0 auto;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

.content {
	margin: 0 auto;
	width: 1024px;
	height: 100%;
}

#header {
	position: relative;
	top: 0px;
	height: 130px;
}

#logo {
	float: left;
	height: 100%;
	width: 50%;
}
#logo_mobilne {
	display: none;
}

#menu {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	line-height: 130px;
	/*  font-weight: 500; */
}

#menu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu li a {
	color: #5d3a87;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.parallax-container {
	min-height: 700px;
	position: relative;
	overflow: hidden;
}

.parallax-container {
	position: relative;
	overflow: hidden;
}

.parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}

.parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

#content,
#content_about,
#content_projects .content {
	font-size: 24px;
	color: #5a2c85;
	/* font-weight: 500; */
	padding-top: 50px;
	padding-bottom: 50px;
}

#title {
	margin: 0 auto;
	text-align: center;
	font-size: 42px;
	color: #5a2c85;
	/* font-weight: 800; */
}

#content .content ol,
ul {
	list-style: none;
	/* margin-top: 50px; */
}

#content .content li {
	display: flex;
	flex-flow: row;
	max-height: 120px;
	position: relative;
	padding-top: 30px;
}

#content .content span.number {
	margin-right: 50px;
	text-align: centre;
	width: 28px;
	height: 28px;
	background-color: #5a2c85;
	border-radius: 50%;
	z-index: 1;
	padding-left: 3px;
}

#content .content span.line {
	padding-top: 20px;
	position: absolute;
	height: 100%;
	border: solid black 2px;
	left: 0.45em;
}

#content .content li:last-child span.line {
	display: none;
}

#graph {
	width: 530px;
	height: 400px;
	margin: 0 auto;
}

.blob {
	width: 550px;
	text-align: justify;
}

.col2 {
	margin: 0 auto;
	float: left;
	width: 215px;
	height: 300px;
	text-align: center;
	color: #8c50d3;
	padding: 2%;
	/* font-weight: 800; */
	font-size: 14px;
	/* font-style: italic; */
}

.title_col {
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: black;
	font-weight: 500;
}

.desc_col {
	margin: 0 auto;
	text-align: justify;
	font-weight: 300;
}

#why_us {
	min-height: 430px;
	margin: 0 auto;
}

#footer {
	flex: 1 0 auto;
	width: 100%;
	height: 200px;
	text-align: center;
	margin: 0 auto;
	background: rgba(102, 47, 127, 1);
	background: -moz-linear-gradient(top, rgba(102, 47, 127, 1) 0%, rgba(83, 48, 130, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102, 47, 127, 1)), color-stop(100%, rgba(83, 48, 130, 1)));
	background: -webkit-linear-gradient(top, rgba(102, 47, 127, 1) 0%, rgba(83, 48, 130, 1) 100%);
	background: -o-linear-gradient(top, rgba(102, 47, 127, 1) 0%, rgba(83, 48, 130, 1) 100%);
	background: -ms-linear-gradient(top, rgba(102, 47, 127, 1) 0%, rgba(83, 48, 130, 1) 100%);
	background: linear-gradient(to bottom, rgba(102, 47, 127, 1) 0%, rgba(83, 48, 130, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#662f7f', endColorstr='#533082', GradientType=0);
}

#copyrights {
	position: relative;
	top: 50px;
}

#cp1 {
	color: white;
	font-family: Panton-LightCaps;
	font-size: 18px;
}

#cp2 {
	color: white;
	font-family: Panton-BlackCaps;
	font-size: 18px;
}

#cp3 {
	color: white;
	font-family: Panton-LightitalicCaps;
	font-size: 18px;
}

.person {
	width: 1024px;
	height: 200px;
	margin: 0 auto;
	padding-top: 30px;
}

#text {
	padding-top: 20px;
	float: left;
	width: 70%;
}

#photo {
	float: left;
	width: 30%;
	text-align: center;
}

#Image_jan {
	background: url('../images/jan.jpg');
	border-radius: 200px;
	width: 200px;
	height: 200px;
	background-size: 200px;
	background-position: right;
}

#Image_lukasz {
	background: url('../images/lukasz.jpg');
	border-radius: 200px;
	width: 200px;
	height: 200px;
	background-size: 200px;
	background-position: right;
}

#Image_szymon {
	background: url('../images/szymon.jpg');
	border-radius: 200px;
	width: 200px;
	height: 200px;
	background-size: 200px;
	background-position: right;
}

#justify {
	padding-left: 20px;
	color: black;
	font-style: italic;
	font-size: 14px;
	text-align: justify;
}

#project1,
#project2,
#project3,
#project4 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#project1:hover,
#project3:hover,
#project4:hover {
	-webkit-transform: scale(2.5);
	transform: scale(2.5);
	transform-origin: top;
}

#project2:hover {
	-webkit-transform: scale(2);
	transform: scale(2);
	transform-origin: top;
}

figure {
	width: 220px;
	height: 200px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.caption-style-3 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.caption-style-3 li {
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.caption-style-3 li:hover .caption {
	opacity: 0.8;
}

.caption-style-3 li:hover img {
	opacity: 0.8;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
}

.container-a3 {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

.caption-style-3 img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}

.caption-style-3 .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}

.caption-style-3 img {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.caption-style-3 .blur {
	background-color: rgba(142, 68, 173, 0.95);
	height: 240px;
	width: 320px;
	z-index: 5;
	position: absolute;
}

.caption-style-3 .caption-text h1 {
	text-transform: uppercase;
	font-size: 12px;
}

.caption-style-3 .caption-text {
	z-index: 10;
	color: #fff;
	position: absolute;
	width: 320px;
	height: 240px;
	text-align: center;
	top: 60px;
	opacity: 1;
}

.collapsible {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.collapsible .collection {
	margin: 0;
	border: none;
}

.collapsible span.badge {
	margin-top: calc(1.5rem - 11px);
}

.collapsible {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
	display: block;
	cursor: pointer;
	min-height: 3rem;
	line-height: 3rem;
	padding: 0 1rem;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.collapsible-header i {
	width: 2rem;
	font-size: 1.6rem;
	line-height: 3rem;
	display: block;
	float: left;
	text-align: center;
	margin-right: 1rem;
}

.collapsible-body {
	background-color: #ede7f6;
	display: none;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	padding: 2rem;
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
	border: none;
	box-shadow: none;
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
	padding: 0;
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
	background-color: transparent;
	border: none;
	line-height: inherit;
	height: inherit;
	padding: 0 16px;
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
	line-height: inherit;
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
	border: 0;
	background-color: #fff;
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
	padding: 0 23.5px 0 31px;
}

.collapsible.popout {
	border: none;
	box-shadow: none;
}

.collapsible.popout>li {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin: 0 24px;
	transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout>li.active {
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	margin: 16px 0;
}

.side-nav .collapsible {
	margin: 0;
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active {
	background-color: #ee6e73;
}

.side-nav .collapsible-body>ul:not(.collapsible)>li.active a,
.side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active a {
	color: #fff;
}

.side-nav .collapsible-body {
	padding: 0;
}

span.badge {
	min-width: 3rem;
	padding: 0 6px;
	margin-left: 14px;
	text-align: center;
	font-size: 1rem;
	line-height: 22px;
	height: 22px;
	color: #757575;
	float: right;
	box-sizing: border-box;
}

span.badge.new {
	font-weight: 300;
	font-size: 0.8rem;
	color: #fff;
	background-color: #26a69a;
	border-radius: 2px;
}

span.badge.new:after {
	content: " new";
}

span.badge[data-badge-caption]::after {
	content: " " attr(data-badge-caption);
}

nav ul a span.badge {
	display: inline-block;
	float: none;
	margin-left: 4px;
	line-height: 22px;
	height: 22px;
}

.collection-item span.badge {
	margin-top: calc(0.75rem - 11px);
}

.side-nav span.badge {
	margin-top: calc(24px - 11px);
}

ul:not(.browser-default) {
	padding-left: 0;
	list-style-type: none;
}

ul:not(.browser-default) li {
	list-style-type: none;
}

.card-panel {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	transition: box-shadow .25s;
	padding: 24px;
	margin: 0.5rem 0 1rem 0;
	border-radius: 2px;
	background-color: #fff;
}

#menu_mobilne {
	display: none;
}

.graph_text {
	font-size: 12pt;
	color: black;
}

.social_facebook {
	position: relative;
	display: inline-block;
	top: 40px;
	background-image: url("../images/fb_icon.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	width: 50px;
	height: 40px;
	top: 50
}

.social_pinterest {
	position: relative;
	display: inline-block;
	top: 40px;
	background-image: url("../images/pinterest_icon.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	width: 50px;
	height: 40px;
}

.social_twitter {
	position: relative;
	display: inline-block;
	top: 40px;
	background-image: url("../images/twitter_icon.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	width: 50px;
	height: 40px;
}

.social_linkedin {
	position: relative;
	display: inline-block;
	top: 40px;
	background-image: url("../images/linkedin_icon.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	width: 50px;
	height: 40px;
}
#ubuntu {
	text-align: justify;
}

#social {
	margin: 0 auto;
	width: 500px;
	height: 40px;
}

.linked {
	color: inherit;
	text-decoration: none;
}

.slider_size {
	width: 1300px;
	height: 500px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.sliding {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-family: Ubuntu;
	text-align: center;
	color: white;
	position: absolute;
	top: 170px;
	font-size: 50px;
	line-height: 70px;
}

.sliding.first {
	position: absolute;
	top: 120px;
	font-size: 50px;
	line-height: 70px;
}

.sliding.second {
	position: absolute;
	top: 170px;
	font-size: 50px;
	line-height: 70px;
}

.sliding.third {
	position: absolute;
	top: 120px;
	font-size: 50px;
	line-height: 70px;
}

#information {
	position: relative;
	padding: 0 40px 0px 40px;
	text-align: justify;
	width: 945px;
	font-size: 18px;
}


.person {
	width: 800px;
	height: 180px;
	}
.image_avatar {
	position: relative;
	float: left;
	align-items: center;
	width: 180px;
	text-align: center;
	top:4px;
}
.image_avatar img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	width: 95%;
	-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
}
.name {
	position: relative;
	top: 15px;
	float: left;
	height: 30px;
	width: 75%;
	font-size: 22px;
	font-family: Ubuntu;
	font-weight: bold;
	font-style: italic;
	padding-left: 20px;
}
.description {
	position: relative;
	top: 15px;
	float: left;
	height: 65%;
	width: 73%;
	font-size: 18px;
	font-family: Ubuntu;
	padding-left: 35px;
}
.demo-gallery figure {
	display: none;
  }
  .demo-gallery__title {
	line-height: 14px;
	font-size: 14px;
	opacity: 0.8;
	margin-top: 5px;
	width: 100%;
	float: left;
  }

  #content_projects .row a {
	  text-decoration: none;
  }

  #slider_content {
	height: 100%;
	/* width: 732px; */
	width: 100%;

  }
  
  .gallery {
  float: left;
  width: 240px;
  height: 159px;
  padding: 8px;
  }
  
  .gallery:hover{
   background-color: indigo;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
   }
   
.gallery img {
  opacity: 1;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
