* {
    /*outline: 1px solid black;*/
    margin: 0;
    padding: 0;
}

body {
    color: #536A73;
    background-color:#F2EDD5;
    text-align: justify;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased; 
}

::-moz-selection {
    background: #787878; 
    color: white; 
    text-shadow: none;
}

::selection {
    background: #787878; 
    color: white; 
    text-shadow: none;
}

a {
    text-decoration: none;
    color: inherit;
}

main a:hover, main a:focus {
    cursor: pointer;
    font-weight: 600;
}

header { 
    background-image: -o-linear-gradient(to bottom, #F2BE7E 295px, #F2EDD5);
    background-image: -moz-linear-gradient(to bottom, #F2BE7E 295px, #F2EDD5);
    background-image: -webkit-linear-gradient(to bottom, #F2BE7E 295px, #F2EDD5);
    background-image: -ms-linear-gradient(to bottom, #F2BE7E 295px, #F2EDD5);
    background-image: linear-gradient(to bottom, #F2BE7E 295px, #F2EDD5);
    height: 300px;
    position: relative;
}

.img-logo {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 45px;
    background-image: -o-radial-gradient(circle closest-corner at 50% 50%,white 105px, #F2BE7E 55%);
    background-image: -moz-radial-gradient(circle closest-corner at 50% 50%,white 105px, #F2BE7E 55%);
    background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%,white 105px, #F2BE7E 55%);
    background-image: -ms-radial-gradient(circle closest-corner at 50% 50%,white 105px, #F2BE7E 55%);
    background-image: radial-gradient(circle closest-corner at 50% 50%,white 105px, #F2BE7E 55%);
    border-radius: 50%;
    cursor: pointer;  /*zmení myš pri prechode naň*/
}

.img-logo:hover, .img-logo:focus {
    background-image: -o-radial-gradient(circle closest-corner at 50% 50%,white 115px, #F2BE7E 65%);
    background-image: -moz-radial-gradient(circle closest-corner at 50% 50%,white 115px, #F2BE7E 65%);
    background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%,white 115px, #F2BE7E 65%);
    background-image: -ms-radial-gradient(circle closest-corner at 50% 50%,white 115px, #F2BE7E 65%);
    background-image: radial-gradient(circle closest-corner at 50% 50%,white 115px, #F2BE7E 65%);
}

h1, .moto, nav {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

h1 { 
    font-size: 100px;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-align: center;
    font-weight: 900;
}

.moto {
    margin-top: 141px;
    font-size: 40px;
    font-style: italic;
    text-align: right;
    font-weight: 100;
    line-height: 40px;
}

nav {
    top: 182px;
    padding-top: 29px;
    text-align: center;
}

nav ul {
    list-style: none;
    position: relative;
    display: inline-block; 
}

nav ul li {
    float: left;
}

nav a {
    display: block;
    padding: 0 25px;
    color:#536A73;
    line-height: 50px;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;  
}

nav a:hover, nav a:focus {
    color: white; 
    background: #EEAE60;
    text-shadow: 1px 1px 1px#536A73;
}

nav ul ul {
    display: none;
    position: absolute;
    background-image: linear-gradient(to bottom, #F2BE7E 98%, #F2EDD5);
    top: 50px;
    text-align: left;   
}

nav ul li:hover > ul, nav ul li:focus > ul {
    display: inherit;
}

nav ul ul li {
    width: auto;
    float: none;
    display: list-item;
    position: relative;
}

main {
    width: 50%;
    max-width: 1200px;
    margin: 10px auto 150px auto;
}

h2 {
    padding: 20px 0 15px 2px;
    font-weight: 700;
    font-size: 25px;
}

h3 {
    padding: 15px 0 10px 5px;
    font-weight: 600;
    font-size: 23px;
}

h4 {
    padding: 20px 0 15px 10px;
    font-weight: 500;
    font-size: 21px;
    font-style: italic;
}

main ul, main ol {
    padding-left: 50px;
}

main ul > li, main ol > li {
    text-align: justify;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 28px;
}

p {
    color: #536A73;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 28px; 
    padding-top: 10px;
}

blockquote {
    color: #787878;
    width: 300px;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
}

.img {
    border-radius: 5px;
    box-sizing: border-box;
    margin: 10px;
}

.img:hover, .img:focus {
    transform: scale(1.1);
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

blockquote.float-left {
    margin: 10px 34px 24px 0;
}

aside.float-left {
    margin: 10px 34px 24px 0;
}

aside.float-right {
    margin: 10px 0 24px 34px;
}

table {
    background-color: #EEE7C8;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

caption {
    caption-side: top;
    text-align: left;
    padding: 20px 0 15px 2px;
    font-weight: 700;
    font-size: 25px;
}

th, td {
    padding: 5px 2px;
    border: 1px solid #536A73;
    line-height: 26px;
}

th[scope="col"] {
    background-color: #F5CE9D;
    border-bottom: 3px double #536A73;
}

th[scope="row"] {
    background-color: #F5CE9D;
    border-bottom: none;
}

#col {
    background-color: #F5CE9D;
}

.lector {
    background-color: #F5CE9D;
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    border-top: none;
}

.pricelist {
    background-color: inherit;
    border: none;
    text-align: center;
    padding: 7px;
}

th[class="pricelist"] {
    padding: 50px 7px 20px;
    font-size: 23px;
}

td[class="pricelist"] {
    border: solid 1px #F2BE7E;
    border-style: solid none;
    font-weight: 600;
    font-size: 21px;
}

.contacts {
    background-color: inherit;
    border: none;
    text-align: center;
    padding: 7px;
}

th[class="contacts"] {
    padding: 50px 7px 20px;
}

td[class="contacts"] {
    border: solid 1px #F2BE7E;
    border-style: solid none;
}

dt {
    font-weight: 500;
}

.img-face {
    border-radius: 50%;
}

.img-face:hover, .img-face:focus {
    transform: scale(1.1);
}

iframe, video {
    border: 1px solid #F2BE7E;
    width: 100%;
    margin: 50px 0;
}

iframe.video, video {
    border-radius: 5px;
}

video:hover, video:focus {
    cursor: pointer;
}

footer {
    border-top: 2px solid #536A73;
    margin: 100px auto;
    padding-top: 20px;
    text-align: center;
}

#up_button {
    border: 2px solid #536A73;
    border-radius: 5px;
    padding: 3px 5px 2px;
    position: relative;
}

#up_button:hover, #up_button:focus {
    background-color: #536A73;
    color:#F2EDD5;
}