/*
    Created on : 20.01.2026, 12:00:00
    Author     : Martin Macek (http://www.martinmacek.wz.cz)
    Site: http://www.permanent-makeup.eu
    Theme: Permanentní-makeup.eu Theme

LEGENDA:

    1-RESET
    2-BODY
    3-HEADER
        3.1-LOGO
        3.2-NAVIGACE
    4-SECTION
        4.1-SLIDER
        4.2-ÚVOD
        4.3-CENÍK
        4.4-KONTAKT
    5-FOOTER
    6-MEDIA QUERRIES
    7-ANIMACE
*/
@font-face {
    font-family: CenturyGothic;
    src: url("../fonts/CenturyGothic.ttf");
}
* {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    clear: both;
    display: block;
    content: '';
}
body {
    font: normal 300 16px "CenturyGothic";
    margin: 0;
    padding: 0;
}
h1,
h2 {
    font: normal 600 30px "CenturyGothic";
    text-align: center;
    padding: 25px 0;
    color: #006A3D;
}
h3 {
    font: normal 500 25px "CenturyGothic";
    text-align: center;
    padding: 20px 0;
    color: #C55E00;
}
h4 {
    font: normal 500 20px "CenturyGothic";
    text-align: center;
    padding: 15px 0;
    color: #00874D;
}
a {
    text-decoration: none;
    color: #B1476E;
}
p {
    margin: 0px;
    padding: 0 10px 20px;
    text-indent: 30px;
    text-align: justify;
}
blockquote {
    margin: 0 40px;
}
hr {
    width: 90%;
    height: 1px;
    margin: 5px auto;
    background: #eee;
    border-bottom: 1px solid #222;
}
.noindent {
    text-indent: 0;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-left: 10px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
#wrapper {
    max-width: 100%;
    height: auto;
    margin: 0;
    background: url('../images/bg.png') repeat;
}
.callbutton{
    display: block;
    width: 95px;
    height: 35px;
    text-align: center;
    border: 5px solid #E27EA3;
    border-radius: 150px;
    background: #FCDDE8;
    color: #333;
    margin: 20px auto -65px;
    padding: 40px 10px;
}
.callbutton:hover {
    background: #E27EA3;
    color: #fff;
}
.white {
    color: #fff;
}
.orange {
    color: #EFD5F2;
}
.small {
    font-size: 10px;
}

/* HLAVA */

header {
    position: relative;
    background: linear-gradient(90deg, #C20C5E 0%, #E27EA3 50%);
    width: 100%;
    padding-top: 10px;
    margin: 0;
    z-index: 10;
}
header a {
    color: #fff;
}
header h1 {
    text-indent: -9000px;
    overflow: hidden;
    position: absolute;
}
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.logo img {
    margin: 0 auto 5px;
    max-width: 350px;
    display: block;
}

/* HEADER-HOME */

.headerhome {
    position: relative;
    width: 100%;
    height: 620px;
    margin: 0;
}
.headerhome a {
    color: #fff;
}
.topline {
    display: block;
    width: 100%;
    height: 110px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.logohome {
    display: block;
    text-align: center;
    margin-top: 0px;
    z-index: 20;
}
.cont {
    display:block;
    margin: 0 30px;
    font-weight: bold;
    text-align: left;
}
.cont:last-child {
    text-align: right;
}
/* MENU */

.hidden {
    display: none;
}
#menu_button_wrapper:before,
#menu_button_wrapper:after {
    content: '';
    display: table;
}
#menu_button_wrapper:after {
    clear: both;
}
nav {
    text-align: right;
    text-transform: uppercase;
}
  nav ul {
    width: 100%;
    list-style-type: none;
  }
@media (max-width: 850px) {
    nav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box; }
}
nav ul li {
    display: inline-block;
    height: 60px;
}
@media (max-width: 850px) {
    nav ul li {
        display: block; }
}
nav ul li a {
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 19px 10px;
    font-size: 16px;
    box-sizing: border-box;
}
@media (max-width: 1080px) {
    nav ul li a {
        padding: 20px 7px;
        font-size: 15px;
    }
}
@media (max-width: 955px) {
    nav ul li a {
        padding: 21px 4px;
        font-size: 14px;
    }
}
nav ul li a:hover {
    background: #B1476E;
    color: #fff;
}
@media (max-width: 850px) {
    nav ul li a {
        width: 100%;
        background: linear-gradient(90deg, #C20C5E 0%, #E27EA3 50%);
        border-top: 1px solid #444;
    }
}
#menu_button_wrapper {
    display: none;
}
@media (max-width: 850px) {
    #menu_button_wrapper {
        display: block;
        color: #fff;
    }
}
#menu_button_wrapper #menu_button {
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    float: right;
    width: 100%;
}
#menu_button_wrapper #menu_button:hover {
    cursor: pointer;
}
#menu_button_wrapper #menu_text {
    display: inline-block;
    line-height: 1;
    float: right;
    text-align: center;
    margin-left: .5em;
}
#menu_button_wrapper #hamburger {
    float: right;
}
#menu_button_wrapper #hamburger span {
    display: block;
    background-color: #fff;
    width: 1.2em;
    height: .12em;
    margin: .25em 0;
}
#menu_button_wrapper #hamburger span:first-child {
    margin-top: 0.0625em;
}
#menu_button_wrapper #hamburger span:last-child {
    margin-bottom: 0.1875em;
}
#menu_list {
    margin: 0;
}
.current-menu-item {
    background: #48A8B5;
}
.menu, .menu-item {
    list-style: none;
}

/* SECTION */

section {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}
.content {
    max-width: 1080px;
    padding: 20px 30px;
    margin: 50px auto 0;
    color: #555;
    background: rgba(255,255,255,0.9);
}
.content ul {
    list-style: inside;
    margin: 0 50px;
}
.content_news {
    max-width: 1080px;
    padding: 20px 10px;
    margin: 0 auto;
    color: #fff;
    background: rgba(255,255,255,0.8);
}
.content_news a {
    color: #fff;
}
.content a {
    color: #555;
}
.content img {
    margin-bottom: 15px;
}
.content>.obal {
    margin: 20px;
}
.content>h4 {
    color: #00874D;
}
.entry {
    margin: 20px auto 0;
    padding: 10px 0 40px;
    width: 100%;
    border-top: 2px solid #E27EA3;
    border-bottom: 2px solid #E27EA3;
    background: #eee;
}
.entry-content {
    max-width: 1080px;
    margin: 0 auto;
}
.entry p {
    margin: 0px 20px;
    padding: 20px 20px 0;
    color: #444;
    text-indent: 0;
    text-indent: 20px;
    text-align: center;
}
.entry a {
    color: #B1476E;
    text-decoration: underline;
}
.entry ul li {
    list-style: none;
    text-align: center;
    font-weight: bold;
}
.news_1 {
    display: block;
    max-width: 300px;
    min-width: 299px;
    height: auto;
    margin: 10px auto;
    padding: 0 10px 20px;
    background: #026A79;
}
.news_1 h3 {
    color: #fff;
}
.box-fixed {
    min-width: 25%;
}
.obal {
    display: block;
    text-align: center;
}
.button {
  display: block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #327D77, #5EA9A3);
  text-align: center;
  color: #fff;
}
.mini {
    width: 30%;
    margin: 10px auto 0;
}

/* ÚVOD */

#slideshow {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 450px;
    background: #eee;
}
#slideshow > div {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    color: #333;
}
#slideshow > div img {
    max-width: 100%;
    height: 100%;
    vertical-align: top;
}
#slideshow > div a {
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    bottom: 20px;
    left: 0;
}

/* CENÍK */

.cenik {
    width: 80%;
    height: auto;
    margin: 10px auto;
    line-height: 40px;
    color: #fff;
}
.cenik h3 {
   text-align: center;
}
.cenik h4 {
    font: normal 600 20px "CenturyGothic";
}
.nadpis {
    height: 50px;
}
.sluzba {
    width: 75%;
}
.cena {
    width: 25%;
}
.row {
    background: rgba(150, 150, 150, 0.9);
}
.leva {
    width: 40%;
    padding: 0 10px;
}
.prava {
    width: 30%;
    padding: 0 10px;
}
.lft {
    text-align: left;
    text-indent: 15px;
}
.rgt {
    text-align: right;
    text-indent: 15px;
}
/* FLEXBOX */

.container {
    display: flex;
    flex-wrap: wrap;
}
.box {
  box-sizing: border-box;
  width: 350px;
  text-align: center;
  padding: 10px;
  margin: 20px 0px;
  background: #9CD8D4;
  flex: 1;
}
.box:first-child {
    margin: 20px 10px;
}
.box:last-child {
    margin: 20px 10px;
}
.box:hover {
    background: #5EA9A3;
    color: #fff;
}
.box h3 {
    font: normal 600 22px "CenturyGothic";
    color: #fff;
    margin: 20px 0;
}
.box ul {
    list-style: none;
}
.box p {
    padding: 0;
    margin: 10px 0;
    text-indent: inherit;
}
.footercontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #ccc;
}
.footerbox {
    max-width: 340px;
    min-width: 300px;
    height: 300px;
    margin: 10px auto;
}
.item {
    flex: 1;
}

/* KONTAKT */

.hlaska {
    text-align: center;
    margin: 0px;
    padding: 40px;
    width: 100%;
    background: rgba(255,0,0,1);
}
.contact_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0;
}
.contact-content > p {
    text-indent: 0;
    text-align: center;
}
.kontakt {
    color: #327D77;
}
.contact-content {
    max-width: 1080px;
    padding: 20px 10px;
    margin: 0 auto;
    color: #555;
}
.map {
    width: 100%;
    margin: 0;
    padding: 0;
}
.fb-page {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.fb_iframe_widget {
    display: block !important;
}
.licha{
    background: rgba(255,255,255,0.8);
    color: #555;
}
.suda{
    background: linear-gradient(90deg, #C20C5E 0%, #E27EA3 50%);
    color: #fff;
}
.contact_box2 {
    margin: 0;
    padding: 0;
}
.contact_wrap {
    display: block;
    max-width: 250px;
    min-width: 249px;
    height: auto;
    margin: 10px auto;
    padding: 0 20px;
    background: #026A79;
}
.contact_avatar {
    display: block;
    width: 130px;
    height: 130px;
    border: 3px solid #fff;
    border-radius: 130px;
    margin: 20px auto;
    background: #bbb url('../images/avatar.png')center center no-repeat;
}
.contact_wrap:hover .contact_avatar {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    margin: 10px auto;
}
.contact_avatar img {
    border-radius: 150px;
}
.contact_wrap h3, h4 {
    color: #eee
}
.contact_wrap p {
    color: #ddd;
    text-indent: 0;
    text-align: center;
    padding: 0 0 10px;
}
.form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.form ul{
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.form_li{
    background: #fff;
    color: #888;
    border: 1px solid #555;
    border-radius: 40px;
    margin-bottom: 5px;
    padding: 5px 20px;
    width: 90%;
    height: 50px;
}
.text {
    height: 70px;
}

/* FOOTER */

footer {
    width: 100%;
    height: auto;
    background: #01535F;
    color: #fff;
    text-align: center;
    padding: 70px 0 0 0;
    margin: 0;
}
#mapa {
    max-width: 300px;
}
.fbpage {
    max-width: 340px;
}
.footerbox h2 {
    color: #ccc;
    padding: 0 0 10px;
    /*margin: 0 auto 20px;*/
}
.footerbox h3 {
    color: #4CC390;
    padding: 0 0 10px;
    /*margin: 0 auto 10px;*/
}
.footerbox p {
    text-indent: 0;
    text-align: center;
    margin: 10px 0;
    padding: 0;
}
.laws {
    margin: 15px auto 0;
    font-size: 14px;
}
.laws a {
    color: #fff;
}
.laws a:hover {
    color: #aaa;
}
.small {
    font-size: 10px;
}
.creweb {
    margin: 3px 0 0 3px;
    width: 135px;
}
.pruh {
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #222 1%, #f00 5%);
    margin: 10px auto 0;
}
.fb {
    width: 50px;
    display: block;
    margin: 0 auto;
    opacity: 0.9;
}
.fb:hover {
    opacity: 0.4;
}
.fbimg {
    height: 50px;
    margin-top: 5px;
}

    /*SCROLL UP*/

#back {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    border: 3px solid #B1476E;
    background: #FCDDE8 url("../images/up.png") center center no-repeat;
    opacity: 0.6;
}
#back a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9000px;
}
#back:hover {
    opacity: 1;
    width: 50px;
    height: 50px;
    bottom: 5px;
    right: 5px;
}

/*FIXNI PRVEK*/

#fixni_prvek {
    position: fixed;
    top: 200px;
    right: 0;
    width: 50px;
    height: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #B1476E url("../images/phone.png") center center no-repeat;
    opacity: 0.5;
    z-index: 500;
}
#fixni_prvek a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    height: 50px;
    width: 180px;
    text-align: left;
    padding-left: 30px;
    float: left;
    opacity: 0;
}
#fixni_prvek:hover {
    width: 180px;
    background-position: -50px;
}
#fixni_prvek:hover a {
    opacity: 1;
}

/* TRANSITIONS */

a,
#back,
#fixni_prvek,
#fixni_prvek a,
.contact_avatar {
    -webkit-transition: all 0.80s ease-out;
    -moz-transition: all 0.80s ease-out;
    -ms-transition: all 0.80s ease-out;
    -o-transition: all 0.80s ease-out;
    transition: all 0.80s ease-out;
}

/* MEDIA-QUERIES */

@media all and (max-width: 1250px) {

}

@media all and (max-width: 850px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .headerhome {
        height: 420px;
    }
    .cont {
        display: none;
    }
    #slideshow {
        height: 250px;
    }
    .container {
        display: flex;
    }
    .box {
        box-sizing: border-box;
        width: 150px;
    }
    #slideshow > div a {
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        bottom: 10px;
    }
    .footerbox {
        min-width: 215px;
        height: auto;
        margin: 10px auto;

    }
}
@media all and (max-width: 640px) {
    .box {
        min-width: 350px;
        margin: 0 10px;
    }
    .footercontainer {
        flex-direction: column;
    }
    .footerbox:nth-child(2) {
        border-bottom: 2px solid #ccc;
    }
}
