body {
	line-height: 1.4;
	font-family: 'Armata', sans-serif;
    color: #67696c;
    font-size: 18px;
    font-weight: 300;
    /* letter-spacing: 0.5px; */
    overflow-x: hidden;
}
 ol, ul {
	list-style: none;
} 

h3 > span {
    font-size: 75px;
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 1;
    opacity: 0.7;
    /* padding-right: 6px; */
    text-transform: uppercase;
}

.pointed-list > li {
/*    display: block;*/
	list-style: disc outside;
    margin-bottom: 10px;
    color: #505050;
}

.pointed-list > li > ul {
	margin-top: 5px;
 	margin-bottom: 15px; 
}

li.separated  {
	margin-bottom: 15px;
}

.pointed-list > li > ul > li {
	font-size: 15px;
	/* font-family: 'Arial', sans-serif; */
	color: #67696c;
	margin-bottom: 2px;
}

.img-shadowed {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/* debug box-shadow: 0px 0px 10px 10px red, 0px 0px 10px 10px green; */
}

div.img-description {
	font-size: 15px;
	color: black;
}

/* .pointed-list > li:before
{
    ---Using a Bootstrap glyphicon as the bullet point
    ---content: "\203A";
    ---content: "\e080";
    ---content: "\e089";

    font-weight: bold;
    --- font-family: 'Glyphicons Halflings';
    font-size: 18px;
    float: left;
    margin-top: -3px;
    margin-left: -15px;
    color: #606060;
} */

.pointed-list > li > ul > li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\2796";
    /* content: "\26ab"; */
    /* font-weight: bold; */
    /* font-family: 'Glyphicons Halflings'; */
    font-size: 10px;
    float: left;
    margin-top: 3px;
    margin-left: -15px;
    color: #707070;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.section-padding
{
    padding: 40px 0px;
}

/***********************************
************************************
HEADER 
************************************
***********************************/
.header{
    background: url('../img/junior-bg.jpg') no-repeat fixed;
    background-size: cover;
    /* min-height: 700px; */
    position: relative;
}
.bg-color
{
    background-color: rgba(0, 0, 0, 0.3);
    /* min-height: 700px; */
    height: 90vh;
}
#main-header
{
}
.navbar-default {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border:0px;
    padding: 0 0; 
    transition: all 0.3s;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    color: #002F2F;
}

.top-nav-collapse {
    padding: 0; 
    background: rgba(64,75,97, 0.9);
}

.logo-dec
{
    color: #be9e21;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
    color: #fff;
}
.navbar-brand {
    padding: 0px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 0px;
    margin-top: 0px;
}
.navbar-right {
	margin-top: 5px;
}
.navbar-default .navbar-nav > li > a
{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #be9e21;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #be9e21;
}
.banner-info
{
    padding-top: 140px;
    color: #fff;
}
.bnr-title, .bnr-sub-title
{
    font-family: 'Fira Sans', sans-serif;
}
h1.bnr-title
{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h2.bnr-sub-title
{
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px 0px;
    font-weight: 700;
}
.bnr-para
{
    font-weight: 300;
}

.nav-contact {
	right: 25px;
	position: absolute;
	bottom: 25px;
}

.nav-center a i{
   text-align: center;
   position: absolute;
   bottom: 25px;
   font-size: 38px;
   color: #fff;
}
/**********************/
.title, .ekwadrat-title
{
    font-family: 'Fira Sans', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
}
.item-img
{
    margin-bottom: 15px;
}
.sub-title
{
    font-size: 20px;
}
.separator-line
{
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 80px;
    background-color: #404040;
}
.wrap-item h3 {
    font-size: 24px;
    line-height: 25px;
}
.pad-bt7 {
    padding-bottom: 7px;
}
.pad-bt15 {
    padding-bottom: 15px;
}
.sec-sub-title
{
    padding-top: 30px;
}
.sec-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #002F2F;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}

#twoapps-section {
	background-color: #FFFFFF;
}

#goals-section {
	background-color: #f0ffff;
}

#workflow-section {
	/* background-color: #B6D7FF; */
	background: url('../img/sky-bg.jpg') no-repeat center center;
    /*background-color: rgb(255, 255, 255);*/
    background-size: cover;
    min-height: 690px;
}

#ekwadrat-section {
	background: url('../img/ekwadrat-section-bg.jpg') no-repeat center center;
    /*background-color: rgb(255, 255, 255);*/
    background-size: cover;
    min-height: 690px;

}

#webchrono-section {
	background: url('../img/soaring3-bg.jpg') no-repeat center center;
	/*background-color: rgb(255, 255, 255);*/
    background-size: cover;
    min-height: 690px;
}

#history-section {
	background-color: #4f5a7a;
	/*#2b3348;*/
}

.bg-webchrono{
    /*background-color: RGBA(0, 0, 0, 0.2);*/
    /*min-height: 390px;*/
}
#contact-section {
	background: url('../img/contact-section-bg.jpg') no-repeat center center;
    /* background-color: 0058b1; */
    background-size: cover;
    min-height: 690px;
}
.bg-contact  {
    background-color: rgba(0, 0, 0, 0.1);
    min-height: 690px;
}
.ag-link {
	color: white;
	text-decoration: underline;
}


ul.ekwadrat-list li i
{
    color: #002F2F;
    padding-right: 10px;
}
.learn-more, .learn-more:hover, .learn-more:focus {
    height: 50px;
    width: 175px;
    background: #046380;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bx-wrapper img {
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-bottom: 15px;
}
.ekwadrat-item h3 span
{
    opacity: 0.7;
    font-size: 75px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -5px;
    font-weight: 900;
    padding-right: 6px;
}
.ekwadrat-item h3
{
    font-weight: 700;
}
.ekwadrat-item p
{
    opacity: 0.6;
    color: inherit;
    padding: 10px 0px;
}
.ekwadrat-item a
{
    color: #be9e21;
}
.padding-right-zero
{
    padding-right: 0px !important;
}
.bx-wrapper {
    margin: 0 auto 35px;
}
.white
{
    color: #fff !important;
}
.webchrono-item ul li blockquote {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding: 0 80px;
    position: relative;
    border: 0;
}
.webchrono-item ul li  small {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-shadow: 1px 1px 2px #333;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.webchrono-item ul li blockquote::before {
    content: '“';
    left: 30px;
}
.webchrono-item ul li blockquote::before, .webchrono-item ul li blockquote::after {
    position: absolute;
    font-weight: 300;
    font-size: 3em;
    font-family: Georgia, serif;
    color: #ccc;
    top: 62%;
}
.webchrono-item ul li blockquote::after {
    content: '”';
    right: 30px;
}
/***********************************
************************************
Two apps
************************************
***********************************/
.twoapps-info h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5px;
    
}
.twoapps-comment-left {
    margin-top: 12px;
    min-height: 30px;
    height: 130px;
}
.twoapps-comment-right {
    margin-top: 12px;
    min-height: 30px;
    height: 130px;
}

.twoapps-info p, .twoapps-comment-left p, .twoapps-comment-right p
{
    color: #949494;
}
.read-more {
	text-align: right;
	padding-right: 50px;
    /* color: #949494;
    margin-top: 15px;
    display: inline-block; */
}

.img-smaller {
	width: auto !important;
	height: 90%;
}
.workflow-img {
	
}

.twoapps-img
{
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    height: 400px;
    width: auto;
}
/** Przyblizanie zdjecia na hoover. */
.twoapps-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.twoapps-img img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


div.workflow-description-container {
	padding: 50px;
}

div.workflow-description-section {
	background-color: Azure;
	padding: 50px;
}

div.ekwadrat-description-section {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 50px;
	background-color: white;
	opacity: 0.8;
}

div.webchrono-description-section {
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 50px;
	background-color: white;
	opacity: 0.8;
}

.workflow-img
{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
/** Przyblizanie zdjecia na hoover. */
.workflow-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.workflow-img img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


.contact-info p
{
    margin-bottom: 25px;
}
.contact-info p i
{
    color: #be9e21;
}
#footer
{
    padding: 20px 0px;
}
.white-bg
{
    background-color: #fff;
}
#footer a{
    color: #be9e21;
    font-weight: 400;
}

.twoapps-sec {
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	/* background-color: red; */
}

.img-workflow-ekwadrat {
	margin-top: 60px;
}

.img-workflow-publication {
	float: left;
	margin-left: 100px;
	margin-top: 90px;
}

.img-workflow-flightssearch {
	
}

.img-workflow-accounting {
	margin-top: 120px;
}
/**************************
media
***************************/
@media (min-width: 768px) and (max-width: 980px) {
    .ekwadrat-item, .twoapps-sec, .wrap-item, .contact-info{
    	margin-bottom: 15px;
	}
	.portfolio-item figure figcaption{
	    padding: 55px 30px;
	}
	.padding-right-zero{
	    padding-right: 15px !important;
	}
}

@media (min-width: 451px) and (max-width: 767px) {
    .ekwadrat-item, .twoapps-sec, .wrap-item, .contact-info{
    margin-bottom: 15px;
}
}
@media (min-width: 20px) and (max-width: 450px) {
	.navbar-default .navbar-brand {
		font-size: 16px !important;
	    padding-left: 16px;
	    margin-top: 0px;
	}
	div.workflow-description-container {
		padding: 10px;
	}
	div.workflow-description-section {
		padding: 10px;
	}
	
	div.ekwadrat-description-section {
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
		background-color: white;
		opacity: 0.8;
	}
	
	div.webchrono-description-section {
		padding-top: 10px;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
		background-color: white;
		opacity: 0.8;
	}	
	.img-workflow-ekwadrat {
		margin-top: 10px;
	}
	
	.img-workflow-publication {
		float: inherit;
		margin-left: inherit;
		margin-top: 10px;
	}
	
	.img-workflow-flightssearch {
		margin-top: 10px;
	}
	
	.img-workflow-accounting {
		margin-top: 10px;
	}
		
	.twoapps-img {
		height : auto;
	}
	.img-smaller {
		height : auto;
	}
	.banner-info {
	    padding-top: 40px;
	}
	.h1, .h2, .h3, h1, h2, h3 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	h1.bnr-title {
	    font-size: 16px;
	}
	h2.bnr-sub-title {
	    font-size: 33px;
	}
	body{
	    font-size: 14px;
	}
	.wrap-item h3 {
	    font-size: 18px;
	}
	.title, .ekwadrat-title {
	    font-size: 28px;
	}
	.sub-title {
	    font-size: 15px;
	}
	
	.ekwadrat-item, .twoapps-sec, .wrap-item, .contact-info {
	    margin-bottom: 15px;
	}
	
	.contact-info{
	    padding: 0px 15px;
	}
	.portfolio-item figure figcaption {
	    padding: 30px 30px;
	}
	.padding-right-zero{
	    padding-right: 15px !important;
	}
	.webchrono-item ul li blockquote {
	    font-size: 14px;
	    line-height: 22px;
	    margin: 10px 0;
	    padding: 0 40px;
	}
	.navbar-default .navbar-nav > li > a{
	    line-height: 22px;
	    text-align: center;
	}
}
