/*  
Theme Name: Mobydocs
Theme URI: http://mobymedia.cz
Description: Mobydocs
Version: 1.0
Author: Mobymedia
Author URI: http://mobymedia.cz
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body{
	font-family: sans-serif;
}

body{
	padding: 0;
	margin: 0;
	background: white;
	font-family: verdana;
}
ul, li{
	list-style: none;
}
.confirm{
	font-size: 25px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bar-main{
    background: white;
    padding-top: 30px;
    margin-bottom: 30px;
}
.container-main{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1280px;
}
.logo{
	max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto auto;
}

h1{
	font-size: 61px;
	color:black;
	text-align: center;
	padding: 0;
    margin: 0;
}

h2{
	text-align: center;
    color: #A2D14A;
}
p{
	font-size: 12px;
	color:black;
}
.padding20{
	padding-top: 20px;
    padding-bottom: 20px;
}

.padding70{
	padding-top: 70px;
    padding-bottom: 50px;
}

.container-2 h1{
	color:#00675d;
}
.container-3 p{
	font-size: 18px;
	color:black;
}
.odeslani{
	background: #00675d;
    border: none;
    color: white;
    padding: 10px 50px 10px 50px;
    font-size: 48px;
    border-radius: 21px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 70px;
}

.overbox {
    border-spacing: 40px;
}
.overbox2{
	border-spacing: 40px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.box {
    display: table-cell;
    vertical-align: top;
    padding-right: 35px;
    width: 100%;
}
.box2 {
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
.checkbox{
	margin-bottom: 20px;
    margin-top: 20px;
    text-align: right;
}
.textfield{
	border: 1px solid #00675d;
	border-radius: 8px;
	height: 40px;
	background: #efefef;
	width: 30%;
}
.textlabel{
	font-size: 24px;
    width: 330px;
    display: inline-block;
    text-align: right;
}
.zarovnani{
	margin-left: 5px;
}
.poznamka{
	font-size: 24px;
	color:#8d8d8d;
}
.checklabel{
	font-size: 24px;
	font-weight: 800;
}
.inputtext{
	margin-bottom: 25px;
}
.footer a{
	color:black;
	text-decoration: none;
}
.footer p{
	font-size: 18px;
}
.centered{
	text-align: center;

}
.centered p{
	font-size: 12px;
	color:#747474;
}


input[type="checkbox"]{
    display: none;
    border: none !important;
    box-shadow: none !important;
}

input[type="checkbox"] + label span {   
    background: url(./img/uncheck.png);
    width: 44px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

input[type="checkbox"]:checked + label span {
    background: url(./img/check.png);
    width: 44px;
    height: 46px;
    vertical-align: middle;
    margin-left: 20px;
}

.insidecheck{
	float: right;
	margin-right: 50px;
}

.mycheck input {
    position: relative;
    z-index: -9999;
}

.mycheck span {
    width: 20px;
    height: 20px;
    display: block;
}

.mycheck input:checked + span {

}











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

	.container-main{
    width: 95%;
	}
}

@media screen and (max-width: 880px) {
.imgfoot{
width: 100%;
}
}

@media screen and (max-width: 820px) {
h2 {
    font-size: 36px;
    color: black;
}
.textlabel {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.textfield {
    border: 1px solid #00675d;
    border-radius: 8px;
    height: 30px;
    background: #efefef;
    width: 100%;
}
.overbox2{
	border-spacing: 0px;
    display: unset;
    height: unset;
    justify-content: unset;
    align-items: unset;
}
.box2 {
    display: unset;
    vertical-align: unset;
    text-align: unset;
}
.checkbox {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

}
@media screen and (max-width: 600px) {

.overbox{
	border-spacing: 0px;
    display: unset;
    height: unset;
    justify-content: unset;
    align-items: unset;
}
.box {
    display: unset;
    vertical-align: unset;
    text-align: unset;
    margin-bottom: 30px;
}

.imgfoot{
width: auto;
}
}
@media screen and (max-width: 470px) {

.imgfoot{
width: 100%;
}
}
@media screen and (max-width: 420px) {
h1 {
    font-size: 50px;
}
}
