.tile {		
	height: 50vh;
	border: 2px solid #fff;	
	border-radius: 10px;
	background-color: white;	
	display: flex;
	justify-content: center;
	align-items: center;			
}

.tile p {
	font-size: 40px;
	font-weight: bold;	
}

.logo:hover {
	cursor: pointer;
}

.logo {
	color: #101870;
}

.logo img {
	max-width: 300px;
}

.smallLogo img {
	max-height: 35px;	
}

.smallLogo img:hover {
	opacity: 0.6;
}

.navbar .navbar-brand {
	padding-top: 7px;
}

.offer1 {
	background-image: url("../images/img1.jpg");
	background-size: 100%;	
	background-repeat: no-repeat;	
	color: white;
}

.offer2 {
	background-image: url("../images/Wykonawcy.jpg");
	background-size: 100%;
	background-repeat: no-repeat;	
	color: white;		
	background-position: bottom;
}

.shopping {
	background-image: url("../images/img2.jpg");
	background-size: 100%;
	background-position: bottom;	
	background-repeat: no-repeat;	
	color: white;	
}

.learn {
	background-image: url("../images/Szkolenia.jpg");
	background-size: 100%;
	background-repeat: no-repeat;	
	color: white;	
}

.contact {
	background-image: url("../images/img5.jpg");
	background-size: 100%;
	background-repeat: no-repeat;	
	color: #fff;
}

.grayContainer {
	margin-top: 50px;
	background: #f6f8ff;
	border-top: 1px solid #CCC;
}

.jumbotron {
	background: #f6f8ff;
}

.jumbotron h1 {
	color: #101870;
}

.grayContainer p {	
	line-height: 1.5em;
	color: #787a7a;	
	margin-top: 20px;
	text-align: justify;
}

.modal-body p {
	line-height: 1.5em;
	color: #787a7a;	
	font-size: 1.2em;
	text-align: justify;
}

.well p {
	color: #101870 !important;	
	font-weight: bold;	
}

#aboutInfo img {
	max-width: 35px;
	margin-right: 10px;
}

#aboutInfo img:hover {
	opacity: 0.6;
}

ul.nav a:hover { 
	color: #101870 !important; 
	cursor: pointer;
}

.mainMenu {
	display: none;	
}

.separator {
	width: 60%;
	background: #CCC;
	height: 1px;
	margin-top: 25px;	
}

.whiteContainer {
	background: #fff;
	border-top: 1px solid #CCC;
}

.whiteContainer2 {
	background: #fff;	
}

.grayContainer2 {
	background: #f6f8ff;
}

.whiteContainer p {
	line-height: 1.5em;
	color: #787a7a;	
	margin-top: 20px;
}

.whiteJumbotron {
	background: #fff;
}

.purpleJumbotron {
	background: #101870;
	opacity: 0.8;
	color: white;
	position: relative;
	padding-bottom: 10px;
}

.limeJumbotron {
	background: #cfdf3d;	
	color: white;
	position: relative;
	padding-bottom: 10px;
}

.jumbotron p {
	font-size: 18px;
}

.jumbotron h1 {
	font-size: 40px;
}

.jumbotron h3 {
	margin-top: 20px;
}

.aboutUsJumbotron {
	margin-bottom: 0;		
}

.moreInfoButton {
	text-decoration: none;
	color: #101870;
	font-size: 17px;
	border-radius: 10px;
	border: 2px solid #101870;	
	padding: 10px;
	margin: 50px;	
	margin-bottom: 0;	
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.moreInfoButton:hover {
	background-color: #101870;
	color: white;
	opacity: 0.8;
}

.moreInfoRow {
	margin-top: 50px;	
}

.arrow_more {
	margin-left: 7px;	
	opacity: 1;
	color: #101870;
}

.arrow_more:hover {
	cursor: pointer;
	color: #cfdf3d; 
}

.moreInfoButton:hover {
	cursor: pointer;
	text-decoration: none;	
}

.moreButton {	
	margin-top: 100px;	
	margin-bottom: 0;
	background: transparent;
	border: 2px solid #fff;
	color: white;
	font-weight: bold;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.moreButton:hover {
	background-color: #fff;
	border: 2px solid #fff;	
	color: #101870;
}

.moreButton:focus {
	outline: none !important;
	color: #fff !important;	
}

.moreButton:active {
	outline: none !important;
	color: #101870 !important;
}

.moreButton2 {	
	margin-top: 80px;
	margin-bottom: 0;
	background: transparent;
	border: 2px solid #fff;
	color: white;
	font-weight: bold;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.moreButton2:hover {
	background-color: #fff;
	border: 2px solid #fff;	
	color: #101870;
}

.moreButton2:focus {
	outline: none !important;
	color: #fff !important;	
}

.moreButton2:active {
	outline: none !important;
	color: #101870 !important;
}

.moreLimeButton {	
	margin-top: 100px;
	margin-bottom: 0;
	background: transparent;
	border: 2px solid #fff;
	color: white;
	font-weight: bold;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.moreLimeButton2 {	
	margin-top: 80px;
	margin-bottom: 0;
	background: transparent;
	border: 2px solid #fff;
	color: white;
	font-weight: bold;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.moreLimeButton:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #cfdf3d;
}

.moreLimeButton:focus {
	outline: none !important;
	color: white !important;	
}

.moreLimeButton:active {
	outline: none !important;
	color: #cfdf3d !important;
}

.moreLimeButton2:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #cfdf3d;
}

.moreLimeButton2:focus {
	outline: none !important;
	color: white !important;	
}

.moreLimeButton2:active {
	outline: none !important;
	color: #cfdf3d !important;
}

.okButton {
	background: #101870;
	opacity: 0.8;
	color: white;
	outline: none;
	border: none;
}

.okButton:hover {
	opacity: 0.6;
	color: white !important;
}

.okLimeButton {
	background: #cfdf3d;
	color: white;	
	outline: none;
	border: none;
}

.okLimeButton:hover {
	opacity: 0.8;
	color: white !important;
}

.contactJumbotron {
	background: #cfdf3d;	
}

.contactJumbotron p {
	color: #101870;
}

.contactIcon {
	margin-right: 15px;	
	color: #101870;
}

#contact {
	background: #cfdf3d;
}

.smallTitle {
	padding: 10px;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 10px;
}

.numered li {
	list-style-type: upper-hexadecimal;
}

.beforeBullet li {
	list-style-type: lower-alpha;
}

.bullet li
{
	list-style-type: disc;
}

.price {
	color: #101870 !important;	
}

.contactInfo {
	display: flex;
	justify-content: center;	
}

.downloadIcon {
	padding: 10px;
	color: #101870;
}

.bottom p {
	line-height: 1.5em;
	color: #101870;
	font-size: 15px;
	cursor: pointer;
}

.bottom p:hover {
	opacity: 0.8;
}

.ttl {
	color: #101870;
}

h4 {
	color: #101870 !important;
	font-weight: bold !important;
}

input[type=text] {
    margin-top: 30px;
    width: 95%;
    padding: 15px;
    box-sizing: border-box;    
    border-radius: 4px;
    border: 3px solid #fff;
    color: #999999;
    font-size: 20px;                        
    outline: none;    
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;    
}

input[type=text]:focus {
    border: 3px solid #101870;
}

input[type=email] {
    margin-top: 10px;    
    width: 95%;
    padding: 15px;
    box-sizing: border-box;    
    border-radius: 4px;
    border: 3px solid #fff;
    font-size: 20px;                        
    outline: none;
    color: #999999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;    
}

input[type=email]:focus {
    border: 3px solid #101870;
}

input[type=submit] {
    width: 95%;
    padding: 15px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;    
    margin-bottom: 50px;
    box-sizing: border-box;
    border-radius: 4px;    
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;    
}

input[type=submit]:hover {
    cursor: pointer;
    color: #cfdf3d;        
    background: #fff;    
}

textarea {
    width: 95%;
    height: 150px;
    margin-top: 10px;
    padding: 15px;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 4px;
    resize: none;
    outline: none;
    color: #999999;
    box-sizing: border-box;
    font-size: 20px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

textarea:focus {
    border: 3px solid #101870;
}

.footer {
	background: #f6f8ff;
	border-top: 2px solid #CCC;
	display: flex;
	align-items: center;
	padding-top: 15px;
}

.footer p {
	color: #808080;
}

.footer img {
	max-height: 25px;
	margin-left: 20px;
}

.footer img:hover {
	opacity: 0.6;
}

@media screen and (max-width: 600px) {
	.tile {
		height: 33vh;
	}	

	.grayContainer p {
		text-align: left;
	}

	.whiteContainer p {
		text-align: left;
	}

	.modal-body p {
		text-align: left;
	}

	.contactInfo {
		display: block;
	}
}

@media screen and (max-width: 1200px) {
	.moreButton2 {
		margin-top: 140px;
	}

	.moreLimeButton2 {
		margin-top: 140px;
	}
}