*{
    box-sizing: border-box;
    font-family: 'Chakra Petch', sans-serif;
}
a:visited, a:link, a:active{
    color: black;
}
html, body{
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #303030;
    /*
    background: url("imgs/backgrounds/own/ownbg2.jpg");
    background-size: 100%;
    */
}
#main{
    height: 90%;
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#left{
    position: absolute;
    float: left;
    height: 100%;
    width: 25%;
}
#right{
    position: absolute;
    float: left;
    height: 100%;
    width: 75%;
    margin-left: 25%;
}
.tile{
    position: relative;
    width: 100%;
    height: 20%;
}
.opt{
    position: absolute;
    height: 95%;
    width: 95%;
    text-align: center;
    padding: 5%;
    font-size: 5vmin;
    line-height: 5vmin;

    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.opt:hover{
    cursor: pointer;
    -webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#logo{
    position: absolute;
    height: 95%;
    width: 95%;
    text-align: center;
    background: #3557a2;
}
#o_firmie{
    background: #3095d3;
}
#oferta{
    background: #666666;
}
#kontakt{
    background: #93c748;
}
#lokalizacja{
    background: #ee5a32;
}
#content{
    position: absolute;
    height: 98.7%;
    width: 98.7%;
    background: #777777;
    font-size: 3vmin;
    text-align: justify;
    overflow-x: hidden; 
    overflow-x: auto; 
}
#footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 3vh;
    
}
#phone{
    position: absolute;
    width: 50%;
    top: 5vh;
    left: 50%;
}
#email{
    position: absolute;
    width: 50%;
    top: 5vh;
    left: 5%;
}
#send_email{
    position: absolute;
    width: 98.7%;
    height: 70%;
    bottom: 1vh;
}
#dane_nadawcy{
    position: absolute;
    height: 18%;
    padding-left: 3%;
    font-size: 2vh;
}
.ein{
    height: 3vh;
}
#tresc_maila{
    position: absolute;
    padding-left: 3%;
    top: 18%;
    width: 100%;
    height: 70%;
}
#email_content{
    position: absolute;
    resize: none;
    width: 95%;
    height: 90%;
}
#send_button{
    position: absolute;
    height: 12%;
    margin-left: 3%;
    bottom: 0;
}
#map{
	position: relative;
	height: 90%;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid white;
}
#google_map{
	position: absolute;
	width: 100%;
	height: 100%;
}