﻿/*
Theme Name: EXXO
Author: Tomáš Hlad
Author URI: http://exxo.cz
Description: Šablona vytvořená společností EXXO.cz
Version: 1.0
License: EXXO
*/

html,body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	height: 100%;
	line-height: 0;
}

.hybaci-menu {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.oranzova {
	background-color: rgba(236,80,63,1);
	width: 100%;
	height: 4px;
}

.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
}

.bile-menu {
	width: 100%;
	height: 100px;
	background-color: white;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.logo {
	display: inline-block;
	float: left;
	position: relative;
	top: 30px;
}

.sirka {
	width: 960px;
	display: inline-block;
	line-height: normal;
}

.menu {
	display: inline-block;
	float: right;
	position: relative;
	top: 33px;
	line-height: 0;
}

.menu ul li {
	display: inline-block;
}

.menu ul li a {
	background-color: rgba(233,79,63,0);
	padding: 10px;
	padding-left: 13px;
	padding-right: 13px;
	color: rgba(0,0,0,0.7);
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu ul li a:hover {
	background-color: #E94F3F;
	color: white;
}

.menu2 {
	display: inline-block;
	float: right;
	position: relative;
	top: 33px;
	line-height: 0;
}

.menu2 ul li {
	display: inline-block;
}

.menu2 ul li a {
	background-color: rgba(233,79,63,0);
	padding: 10px;
	padding-left: 13px;
	padding-right: 13px;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.menu2 ul li a:hover {
	background-color: #E94F3F;
	color: white;
}

.slider {
	width: 100%;
	height: 413px;
	background-image: url(pics/texture.png);
	border-bottom: 1px solid rgba(0,0,0,0.07);
	position: relative;
	top: 104px;
}

.uvodni-text {
	text-align: left;
	display: inline-block;
	float: left;
	width: 390px;
	position: relative;
	top: 70px;
}

.uvodni-text h1 {
	color: rgba(233,79,63,1);
	text-transform: uppercase;
	font-size: 28px;
}

.slider-img {
	float: right;
	position: relative;
	top: 20px;
	width: 565px;
	height: 377px;
	object-fit: cover;
}

.uvodni-text h3 {
	color: rgba(0,0,0,0.7);
	font-weight: 300;
	font-size: 19px;
	margin-top: -19px;
}

.uvodni-popisek {
	font-size: 12px;
	width: 370px;
	display: inline-block;
	line-height: 170%;
	color: rgba(0,0,0,0.6);
	text-align: justify;
}

.tlacitko a {
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #E53831;
	display: inline-block;
	color: white;
	text-decoration: none;
	font-size: 13px;
	margin-top: 20px;
}

.tlacitko a:hover {
	background-color: rgba(170,26,30,1);
}

.socials {
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 10;
	display: block;
}

.socials img {
	padding: 7px;
	background-color: rgba(101,103,105,1);
	display: block;
	margin: 3px;
}

.socials img:hover {
	background-color: rgba(229,56,49,1);
}

.content {
	position: relative;
	top: 125px;
	text-align: justify;
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	line-height: 170%;
}

.content h1 {
	font-weight: 300;
	font-size:25px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 28px;
}

.img-prava {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.footer {
	margin-top: 200px;
	width: 100%;
	height: 210px;
	background-color: rgba(101,103,105,1);
}

.popisek-footer {
	text-align: left;
	color: white;
	font-size: 12px;
	position: relative;
	top: 50px;
}

.podpis {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 11px;
	color: #7B7E82;
}

.podpis a {
	color: #7B7E82;
}

.sluzby {
	margin-right: -13px;
	margin-top: 20px;
	margin-bottom: 80px;
}

.sluzba {
	display: inline-block;
	width: 270px;
	height: 160px;
	text-align: center;
	padding: 20px;
	font-size: 11px;
	line-height: 150%;
	color: rgba(0,0,0,0.6);
	margin-right: 12px;
	margin-bottom: 12px;
}

.sluzba:hover {
	-webkit-box-shadow: 0px 0px 26px -8px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 26px -8px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 26px -8px rgba(0,0,0,0.39);
}

.sluzba h2 a {
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	text-decoration: none;
}

.sluzba h2 a:hover {
	color: rgba(229,56,49,1);
	text-decoration: underline;
}