@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,300italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);

body {
  font-family: "Open Sans", sans-serif;

  color: rgba(28, 54, 83, 1);
  -webkit-text-size-adjust: 100%; 
  height: 100%;
	margin: 0 0;
	background-color: #e2e5e3;
	}

* {
  box-sizing: border-box;
}

html  {
	height: 100%;
	margin: 0 0;
	
}

a{
    text-decoration: none;
	color: #3D4351; 
}


.container {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.lewa {
    position: fixed;
    width: 35%;
    height: 100%;
    background-color: red;
    margin: 0px;
    overflow: hidden;
	
	background-image: url("../img/hero.jpg");
	background-color: #cccccc;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	
	
}

.prawa {

    position: absolute;
	margin:0 0 0 0;
	padding:1% 3%;
    width: 65%;
    min-height: 50px;
    margin-left: 35%;
	background-color: #e2e5e3;

}

.nazwa_druzyny {

	display:inline-block;

 }


.team {
	
	clear:both;
	margin:0% 0% 10px 0%;
	padding:1% 1%;
    width: 96%;
    min-height: 50px;
 }


.team_box {
	float:left;
    width: 31%;
    height: 100%;
   
    padding: 10px 5px;
    border: none;
    text-align: center;
    font-size: 1.0em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}


.team_box.top {
	background-color: #ff5274;
	color: #ffffff;
	margin: 0% 1%;
}

.team_box.down {
	border: 1px solid black;
	color: black;
	margin: 1% 1% 50px 1%;
}

.form-r .form-row,
.form-l .form-row,
    {
    margin-bottom: 20px;
}


.centruj {
	margin-top: 20%;
	text-align: center;
}






/* ==========================================================================
Migające tło
========================================================================== */
.team_box.blink {
	animation:test 3s infinite;
		-webkit-animation:test 3s infinite;
	border: 1px solid black;
	color: black;
	margin: 1% 1% 50px 1%;
}

@keyframes test{
0% { background-color:white; }

50% { background-color:#58aaf4; } 
  
100% { background-color:white; }
}
@-webkit-keyframes test{
0% { background-color:white; }

500% { background-color:#58aaf4; }

100% { background-color:white; }
  
}




/* ==========================================================================
IKONA menu
========================================================================== */


.kwadrat_sr {

position:fixed;
width: 12%;
padding: 12px;
float:left;
margin-left:55%;

z-index:101;
background-color: #ff5274;
text-align:center;
color:white;
border-bottom-left-radius: 30px;

-webkit-text-shadow: 16px 15px 19px -11px rgb(0, 0,0);
-moz-text-shadow:16px 15px 19px -11px rgb(0, 0,0);
box-shadow: 16px 15px 19px -11px rgb(0, 0,0); 

transition: .5s background-color;


}

.kwadrat_sr:hover, .kwadrat_sr:focus,
.kwadrat:hover, .kwadrat:focus
 {
  color: #fff;
  border-color: #c11d00;
  background-color: #c11d00; }


.kwadrat {

position:fixed;
width: 12%;
padding: 12px;
float:left;
margin-left:68%;

z-index:101;
background-color: #ff5274;
text-align:center;
color:white;
border-bottom-right-radius: 30px;


-webkit-text-shadow: -15px 15px 19px -11px rgb(0, 0,0);
-moz-text-shadow:-15px 15px 19px -11px rgb(0, 0,0);
box-shadow: -15px 15px 19px -11px rgb(0, 0,0);  

transition: .5s background-color;
}


/* ==========================================================================
Chmurka podpowiedzi
========================================================================== */

.tooltip {
	
  display:inline-block;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;

}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;

  margin-left: -160px;
}


.tooltip:hover .tooltiptext {
  visibility: visible;
}



/* ==========================================================================
TYPOGRAFIA
========================================================================== */
p {
  font-size: 15px;
  line-height: 20px;
  color: rgba(28, 54, 83, 1);
}



h1 {
  font-size: 30px; }

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3D4351; }

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #3D4351; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 15px;
  color: #000000;

  font-weight: 500; }

h6 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffffff; }

h7 {
	font-size: 13px;
	text-decoration-line:line;
	font-weight: 700; }
	
h8 {
  font-size: 18px;
  line-height: 20px;
  color: #ff5274;
}

.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}



/* ==========================================================================
Buttons
========================================================================== */

select,
input[type=text],
input[type=password],
textarea {
    display: block;
    width: 90%;
    border-radius: 2px;
    line-height: 40px;
	height:40px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
}


input[type=email] {
    display: block;
    width: 90%;
    border-radius: 2px;
    line-height: 40px;

    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    border: 1px solid #ccc;
    background-color: #fff;
    text-transform: lowercase;
}


input,
.button {
    padding: 0.8em 1.4em;
    background: #ff5274;
    color: #fff;
    border: 0;
    font-size: 1rem;
    line-height: 1.1em;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    transition: .5s background-color;
    cursor: pointer;
    margin: 10px 20px 10px 0px;

    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

input[name=normal]:hover
{ background-color:#c11d00;}

.button:hover {
    color: #fff;
    background: #c11d00;
}

.button:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #7dadd9
}

.komunikat {
    color: #ff5274;
    font-size: 150%;
}



#form10 input:not(:placeholder-shown):invalid,
#form10 textarea:not(:placeholder-shown):invalid {
    border-color: #ff5274;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 99, 71, 0.3);
}

#form10 [name="telefon"]:not(:placeholder-shown):valid,
#form10 [name="mail"]:not(:placeholder-shown):valid,
#form10 input:not(:placeholder-shown):required:valid,
#form10 textarea:not(:placeholder-shown):required:valid
 {
    border-color: #4dcc23;
    outline: none;
    box-shadow: 0 0 0 3px rgba(77, 204, 35, 0.3);
}

#form11
 {
    border-color: #4dcc23;
    outline: none;
    box-shadow: 0 0 0 3px rgba(77, 204, 35, 0.3);
}

.btn {

  font-size: 13px;
  width:240px;
  margin-top: 8px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: .5s background-color;  }

.btn:hover, .btn:focus {
  color: #fff;
  border-color: #FF5274;
  background-color: #FF5274; }

.btn-white {
  font-size: 13px;
  border: solid 2px;
  border-radius: 40px;
  display: inline-block;
  border-color: #fff; }

.btn-white:hover, .btn-white:focus {
  color: #FF5274;
  border-color: #FF5274; }

.btn-fill {
  color: #fff;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #FF5274; }

.btn-accent {
  color: #FF5274;
  border: solid 2px #FF5274;
  border-radius: 40px;
  display: inline-block;
  text-transform: uppercase;
  }

.btn-fill:hover, .btn-fill:focus {
  color: #fff;
  background-color: #D7405D;
  border-color: #D7405D; }

.btn-small {
  padding: 8px 40px; }

.btn-large {
  padding: 15px 40px; }

.btn-margin-right {
  margin-right: 20px; }

/* ==========================================================================
LOGO ruchome
========================================================================== */

logo-placeholder {
    width: 230px;
    height: 230px;
    position: absolute;
    bottom: -85px;
	position:right;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }





.floating-logo {
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  50% {
    -webkit-transform: translate(0%, 15px);
            transform: translate(0%, 15px); }
  to {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); }
  50% {
    -webkit-transform: translate(0%, 15px);
            transform: translate(0%, 15px); }
  to {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0); } }





@media (max-width: 1100px) {
    .lewa {
        display:none;
    }

    .prawa {
        position: absolute;
        width: 96%;
        min-height: 50px;
        margin: 2%;
        background-color: #e2e5e3;
    }
	
	
select,
input[type=text],
input[type=password],
input[type=email],
textarea {
    display: block;
width: 100%;}


.kwadrat {
	width:24%;
	margin-left:51%;
}


.kwadrat_sr {
	width:24%;
	margin-left:25%;
}

	
}

@media (max-width: 700px) {
.btn {
  width:90%;
 }	
}



@media (max-width: 500px) {
.team_box {

	min-height: 80px;
}


}
