﻿body
{
	font-family: 'Playfair Display', serif;
	margin: 0px;
	background: black;
}

html, body
{
	width:100%;
	height:100%
}

.logo
{
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.logo img
{
	max-width: 330px;
	width: 100%;
}

.obrot
{
	width: 50%;
	float: left;
	text-align: center;
	left: 0;
	margin-top: -20px;
}

.szkolenia
{
	width: 50%;
	float: right;
	text-align: center;
	right: 0;
	margin-top: -20px;
}

.szkolenia h2, .obrot h2
{
	color: white;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 4px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.opis
{
	position: absolute;
	top: 30%;
	width: 50%;

	color: white;
	font-weight: 900;
	letter-spacing: 4px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}




.przycisk a
{
	padding: 10px;
	border: 2px solid #fff;

	transition: all 0.5s;
  	cursor: pointer;
  	color: white;
}


.przycisk a span
{
	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s;
}

.przycisk a span:after
{
	content: '»';
  	position: absolute;
  	opacity: 0;
  	top: 0;
  	right: -20px;
  	transition: 0.5s;
  	top: -2px;
}

.przycisk a:hover
{
	background: #e3000f;
}

.przycisk a:hover span 
{
	padding-right: 25px;
}

.przycisk a:hover span:after 
{
  	opacity: 1;
  	right: 0;
}

.przycisk
{
	margin-top: 30px;
}


.img_section
{
	max-width: 900px;
	width: 80%;
}

.szkolenia img
{
	opacity: 0.6;
}

.obrot img
{
	opacity: 0.8;
}

.content
{
	width: 100%;
	float: left;
}

.img_obrot
{
	background-image: url('obrot.png');
}


.countries
{
		width:100%;
    	float: left;
    	text-align: center;
    	
    	bottom: 0px;
}

.lang
{
	width: 50px;
	display: inline-block;
	margin-bottom: 20px;
}

.lang a
{
	color: white;
	text-decoration: none;
}




@media only screen and (max-width: 1080px) 
{
    .szkolenia h2, .obrot h2
    {
        font-size: 28px;
    }

    .szkolenia img, .obrot img
    {
    	width:100%;
    }

    .przycisk a
	{
		padding: 10px;
	}
}

@media only screen and (max-width: 770px) 
{

 	.szkolenia h2, .obrot h2
    {
        font-size: 150%;
    }


    .przycisk a
	{
		padding: 10px;
	}

}

@media screen and (orientation: portrait)
{
	.obrot, .szkolenia
	{
		width: auto;
		margin-top: 0px;
	}
	.obrot, .szkolenia
	{
		width: 100%;
	}

	.opis
	{
		width: 100%;
	}

	.countries
	{
		position: relative;
	}
}

@media only screen and (max-width: 440px) 
{
	.obrot img, .szkolenia img
	{
		width: 100%;
		max-height: auto;
	}

	.logo img
	{
		margin: 0px;
	}
}