@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.header { text-align: center; }
.header a { padding: 50px 0; display: block; font-size: 48px; text-decoration: none; color: #656565; }

body {
   font-family: 'Open Sans', sans-serif;
   font-size: 18px;
   color: #656565;
   margin : 0;   
   /*  background: url(/pictures/background.jpg);   */
   background-attachment: fixed; 
   background-color : #ffffff;
   background-position: center top;
   max-width: 100%;
   overflow-x: hidden;      
}
textarea {
   font-family: 'Open Sans', sans-serif;
   font-size: 18px;  
}
li, ul {
  color: #fcd7b5;
  padding: 10px;
}

p.vsetkynovinky {
  float: right; 
}


.cube1 { display: inline-block; padding: 0px; margin: 0px; padding-bottom: 40px; padding-top: 20px; width: 33%; max-width: 390px; min-width: 300px; vertical-align: top; text-align: center; margin: 0 auto; } 
.cube2 { display: inline-block; padding: 0px; margin: 0px; padding-bottom: 40px; padding-top: 20px; width: 33%; max-width: 390px; min-width: 300px; vertical-align: top; text-align: center; margin: 0 auto; }
.cube3 { display: inline-block; padding: 0px; margin: 0px; padding-bottom: 40px; padding-top: 20px; width: 33%; max-width: 390px; min-width: 300px; vertical-align: top; text-align: center; margin: 0 auto; }
.icon_footer  { margin-bottom: 30px; margin-top: 20px; }


div.cubes { width: 100%; margin: 0 auto; text-align: center; padding: 0px; margin: 0px; }
div.icon { display: inline-block; min-width: 190px; padding: 0px; margin: 0 auto; }
img.icon { width: 170px; padding: 0px; margin: 0px; }
img.icon_footer  { margin-bottom: 30px; }


img.gallery {
  border:0px; 
  padding: 10px; 
  width:100%;
  max-width: 160px;
  min-width: 120px; 
}

img.obrazok {
display: inline-block; width: 49%; padding: 0px; margin: 0px; padding-right: 5px;  
}

.prihovor {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  overflow: hidden;
  text-align: justify;  
  padding: 0px;
}
.prihovor_img {
  float: left;
  width: 100%;
  padding: 0px;
  padding-right: 40px;
  max-width: 270px;  
}


div.kontaktleft {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0px;
  margin: 0px;
}
div.kontaktright {
   display: inline-block;
   vertical-align: top;
   width: 49%;
   padding: 0px;
   margin: 0px;
}

#galeria {  
  margin: 0px;  
  height: auto;
  background-color: rgba(245, 245, 245, 0.9);    
  padding-bottom: 20px;
}
#galeria1 {  
  text-align: center;
  margin: 0 auto;  
  padding: 0px;
  padding-top: 50px;  
  max-width: 1200px;
  width: 100%;
}
div.galeria2 { 
  display: inline-block;
  padding: 5px;
}
img.galeria2 {
  width: 230px;
  height: 150px;  
}
div.galeria3 { 
  margin: 0 auto;
  text-align: center;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0px;  
}
a.galeria        { font-size: 16px; color: #fcd7b5; text-decoration: none; letter-spacing: -1px; } 
a.galeria:hover  { font-size: 16px; color: #656565; text-decoration: none; letter-spacing: -1px; } 
a                { font-size: 14pt; color: #1ab1cc; text-decoration: underline; } 
a:hover          { font-size: 14pt; color: #656565; text-decoration: underline; } 

/* STRUCTURE */
* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 0px;  
  height: auto; /* Should be removed. Only for demonstration */
}

/* Create three equal columns that floats next to each other */
.column50 {
  float: left;
  width: 50%;
  padding: 10px;  
  height: auto; /* Should be removed. Only for demonstration */
}

/* Create three equal columns that floats next to each other */
.column100 {
  float: left;
  width: 100%;
  padding: 10px;  
  height: auto; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#minilogo {
  display: inline-block;
  vertical-align:middle;
  width: 100%;
  max-width: 50px;
  margin-top: -10px;
  padding-right: 15px;
}

#nadpis                   { padding-top: 40px; font-size: 24px; color: #fff; text-align: left; }
#novinkynadpis            { padding-top: 20px; padding-bottom: 20px; font-size: 24px; color: #fcd7b5; }
p.novinkanadpis { font-size: 24px; text-align: justify; margin: 0px; padding-bottom: 0px; padding-top: 20px; }
p.novinkatext { padding: 20px; }
div.novinka { width: 100%; height: 200px; margin-bottom: 20px; }
img.novinka2 { width: 100%; max-width: 200px; float: left; height: auto; padding-right: 15px; }

.container {
   display: flex;
   margin: 0px;
}

.container2 {
   display: flex;
   flex-wrap: wrap;
   margin: 0px;
   margin-top: 20px;
}

.section {
   padding-right: 20px;
   -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s;
   flex: 1; /*grow*/
   border: 0px solid;
}
.section:hover {
  filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; cursor: pointer; 
}

.section2 {
   margin: 10px;
   flex: 1; /*grow*/
   border: 0px solid;
}
.section2:hover {
}

.break {
  flex-basis: 100%;
  width: 0;
}


@media (max-width: 1000px) { /*breakpoint*/
  .container {
    flex-direction: column;
  }
}

.section3 {
  width: 100%;
  padding-left: 0px;
  margin-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
  margin-top: 20px;  
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: justify;
}

#napistenam {
  position: relative;  
  padding: 0px;
  margin: 0px;
  height: auto;
  min-height: 100px;
  background-color: #fcd7b5;
  background-attachment: fixed; 
  background-size: cover;
  width: 100%;
}
#napistenam1 {  
  margin: 0 auto;  
  padding-top: 0px;  
  padding-bottom: 0px;  
  max-width: 1200px;
  width: 100%;
}

#cenovaponuka1 {
  position: relative;  
  background: url(../pictures/venus_bliss_napiste_nam.webp) no-repeat;
  padding: 0px;
  margin: 0px;
  height: auto;
  min-height: 100px;  
  background-size: cover;
  background-position: top center;
  width: 100%;
}
#cenovaponuka2 {  
  margin: 0 auto;  
  padding-top: 0px;  
  padding-bottom: 0px;  
  max-width: 1200px;
  width: 100%;
  text-align: right;
}

#offer2nadpis {
  font-size: 24px;
  color: #fff;
  text-align: right; 
  margin: 0px auto;
  padding-top: 40px;  
}
#offer2 {
  position: relative;  
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  margin-left: 50%;

}
#offer2 p {  
  font-size: 28px;
  padding: 0px;
  margin: 0px;
  color: #fff;
}
#offer2 p.text {  
  font-size: 14px;  
  margin: 0px;
  padding: 0px;
  color: #fff;
}
#offerbox2 {  
  position: relative;  
  padding-top: 20px;  
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;  
  height: auto;
  min-height: 320px; 
  width: 100%;   
}
#offerbox2 input {
  font-size: 18px;
  border: 1px solid #666;
  height: 39px;
  color: #441e0d;
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
#offerbox2 input:hover {
  background-color: #f3f3f3;
}
#offerbox2 select {
  font-size: 18px;
  border: 2px solid #666;
  height: 39px;
  color: #441e0d;
  background-color: #fff;
  width: 100%;
  padding: 0px;
}
#offerbox2 select:hover {
  background-color: #fff;
}
textarea.offerbox2 {
  font-size: 18px;
  border: 1px solid #666;
  height: 235px;  
  color: #441e0d;
  background-color: #fff;
  width: 94%;
  padding: 10px;
}
textarea.offerbox2:hover {
  background-color: #f3f3f3;
}
#offerbox2 input.odeslat {
  float: right;
  font-size: 16px;
  border: 1px solid #fff;
  margin-top: 20px;
  height: 48px;  
  width: 140px;
  color: #fff;
  background-color: #1ab1cc;
  text-align: center;
  font-size: 18px;
}
#offerbox2 input.odeslat:hover {
  border: 1px solid #fff;
  background-color: #fcd7b5;
  color: #fff;
}

#offer {
  position: relative;  
  text-align: center;
  margin: 0 auto;
  width: 97%;
  padding: 0px;
}
#offer p {  
  font-size: 28px;
  padding: 0px;
  margin: 0px;
  color: #fff;
}
#offer p.text {  
  font-size: 14px;  
  margin: 0px;
  padding: 0px;
  color: #fff;
}
#offerbox {  
  position: relative;  
  padding-top: 50px;  
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;  
  height: auto;
  min-height: 320px; 
  width: 100%;   
}
#offerbox input {
  font-size: 18px;
  border: 2px solid #fcd7b5;
  height: 39px;
  color: #441e0d;
  background-color: #fff;
  width: 100%;
  padding: 10px;
}
#offerbox input:hover {
  background-color: #f3f3f3;
}
#offerbox select {
  font-size: 18px;
  border: 2px solid #fcd7b5;
  height: 39px;
  color: #441e0d;
  background-color: #fff;
  width: 100%;
  padding: 0px;
}
#offerbox select:hover {
  background-color: #f3f3f3;
}
textarea.offerbox {
  font-size: 18px;
  border: 2px solid #fcd7b5;
  height: 135px;  
  color: #441e0d;
  background-color: #fff;
  width: 94%;
  padding: 10px;
}
textarea.offerbox:hover {
  background-color: #f3f3f3;
}
#offerbox input.odeslat {
  float: right;
  font-size: 14px;
  border: 0px solid #fff;
  margin-top: 20px;
  height: 48px;  
  width: 140px;
  color: #fff;
  background-color: #656565;
  text-align: center;
  font-size: 18px;
}
#offerbox input.odeslat:hover {
  border: 1px solid #fff;
  background-color: #656565;
  color: #fff;
}



.demo_wrapper {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  .demo_wrapper {
    width: 80%;
  }  
}
.demo_block {
  width: 100%;
}

.vlajkaon {
  background-color: #fcd7b5; margin: 5px; display: block; height: 38px; float: left; text-align: center; line-height: 30px; padding-top: 5px; padding-bottom: 10px; padding-left: 5px; padding-right: 5px;
}
a.on { color: #fff; font-size: 22px; }
a.on:hover {  color: #fff; font-size: 22px;  }

.vlajkaoff {
  background-color: #21252a; margin: 5px; display: block; height: 38px; float: left; text-align: center; line-height: 30px; padding-top: 5px; padding-bottom: 10px; padding-left: 5px; padding-right: 5px;
}
a.off { color: #fff; font-size: 22px; }
a.off:hover { color: #fff; font-size: 22px; }


#pagewrap {
  padding: 0px;
  width: 100%;
  margin: 0px auto;
  /*background: url(../pictures/background_white.png) repeat-y;
  background-position: center center;    */ 
}

#slogan2                { color: #000; margin-top: 40px; padding: 80px; margin: 0px; font-size: 32px; font-weight: normal; }


#kdesom1 {    
  width: 100%;
  height: 110px;
  background-color: #1ab1cc;    
  vertical-align: middle;  
  padding: 0px;
  margin: 0px;
}

#kdesom2 {   
  vertical-align: middle;  
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  height: 100%;
  max-width: 1200px;   
}

#kdesom_left { 
  height: 100%;  
  padding: 0px;
  margin: 0px;
  display: inline-block;  
  width: 70%;      
}

#kdesom_right {  
  height: 100%;
  padding: 0px;
  margin: 0px; 
  display: inline-block;
  width: 25%;  
  text-align: right;
}

a.kdesom {   
  font-size: 24px; 
}
a.kdesom:hover {
  font-size: 24px; 
}


p.kdesom {   
  float: left; 
  color: #fff; 
  font-size: 24px; 
  font-weight: normal; 
  margin-top: 42px;
  padding: 0px;
}

#socialnesiete {
  display: inline-block;  
  width: auto;
  height: 100%;
  padding-top: 34px;
}

#facebook               { float: right; width: 35px; height: 35px; cursor: pointer; background: url(/pictures/facebook.png) no-repeat; background-size: cover; margin-right: 5px; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s;}
#facebook:hover         { filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; }
#instagram              { float: right; width: 35px; height: 35px; cursor: pointer; background: url(/pictures/instagram.png) no-repeat; background-size: cover; margin-right: 14px;  padding: 0px; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s;}
#instagram:hover        { filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; }
#youtube                { float: right; width: 35px; height: 35px; cursor: pointer; background: url(/pictures/youtube.png) no-repeat; background-size: cover; margin-right: 14px;  padding: 0px; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s;}
#youtube:hover          { filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; }

#content {     
  width: 100%;
  text-align: center;
  margin: 0px auto;  
  background-color: #fcd7b5;   
  padding: 0px;
  height: 102px;
}
#incontent {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;  
  height: 100%;
  padding: 0px;  
}

#menufix {    
  width: 100%;
  height: 100px; 
  padding-top: 0px;  
  text-align: left;  
  margin: 0px auto;  
}

.parallax-window {
    height: 100%;
    max-height: 796px;
    min-height: 796px;
    background: transparent;
}
.parallax-window-bottom {
    height: 100%;
    max-height: 547px;
    min-height: 500px;
    background: transparent;
}

#header1 {   
  position: fixed;
  max-width: 1170px;
  width: 100%;
  margin: 0px auto; 
  padding: 0px;      
}
#header2 {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: auto; 
  height: 100%;
  padding: 0px; 
}
#header3 {
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: right;
  width: auto; 
  height: 100%;
  padding: 0px;   
}

#slider_header1 {  
  position: fixed;  
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9800;
  max-width: 1170px;
  width: 100%;
  margin: 0px auto; 
  padding: 0px;      
}
#slider_header2 {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: auto; 
  height: 100%;
  padding: 0px; 
}
/*
#slider_header3 {
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: right;
  width: auto; 
  height: 100%;
  padding: 0px;   
}
*/
#slider_header3 {

  clear: both;
  text-align: left;
  width:400px;   
  padding: 0px;   
}


#logo                   { margin-top: 150px; width: 450px; height: 204px; background:url(../pictures/logo_venus_bliss_belleza_centrum.webp) no-repeat; background-position: center center; cursor: pointer; background-size: 100%; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s; }
#logo:hover             { margin-top: 150px; width: 450px; height: 204px; background:url(../pictures/logo_venus_bliss_belleza_centrum.webp) no-repeat; background-position: center center; cursor: pointer; background-size: 100%; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;  }

#gradient {
  position: absolute;
  opacity: 0.9;
  pointer-events: none;
  z-index: 9700;
  background:url(../pictures/bg_gradient_transparent.png) repeat-y; 
  background-size: contain;
  height: auto;
  width: 100%;
}

#telefon                { color: #666666; margin-top: 60px; font-size: 26px; padding-left: 28px; display: block; text-align: left; cursor: pointer; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s;}
#telefon:hover          { color: #fcd7b5; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }
#mail                   { color: #fcd7b5; margin-top: 4px; font-size: 26px; padding-left: 28px; display: block; text-align: left; cursor: pointer; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s;}
#mail:hover             { color: #666666; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }
#kontakt                { color: #666666; margin-top: 4px; font-size: 26px; padding-left: 28px; display: block; text-align: left; cursor: pointer; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s;}
#kontakt:hover          { color: #fcd7b5; filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }


#scroll {
    position:fixed;
    right:30px;
    bottom:30px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#fcd7b5; 
    text-indent:-9999px;
    display:none;

}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff;
}
#scroll:hover {
    background-color:#1ab1cc;
    opacity:1;
    filter:alpha(opacity=100);-moz-opacity:.100;opacity:.100;     
}

.fakty {
  overflow: hidden;
  text-align: center;
  float: left;
  padding: 0px;
  width: 50%;
  margin: auto 5px;
}
.fakty2 {
  float: left;
  width: 50%;
  overflow: hidden;
  margin: auto 5px;
}
.prihovor1 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  overflow: hidden;
  text-align: justify;  
  padding: 30px;
}
.prihovorimg {
  float: left;
  width: 100%;
  padding: 0px;
  padding-right: 20px;
  max-width: 300px;  
}

.container3 {  
  background-color: #1ab1cc;
  background: url(../files/);
  background-position: bottom;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; 
  width: 100%;  
  text-align: center;
  margin: 0px auto;  
  padding: 0px;  
}

.container4 {
display: inline-flex;
  width: 100%;
  max-width: 1200px;  
  text-align: center;
  margin: 0px auto;    
  padding-top: 20px;  
  padding-bottom: 20px;  
}

.container_prihovor {  
  background:url(../pictures/pozadie_venus_bliss.webp);   
  background-repeat: no-repeat;
  background-color: #fff;
  background-attachment: fixed;   
  background-size: cover;
  height: auto;
  width: 100%;  
  text-align: center;
  margin: 0px auto;  
  padding: 0px;  
}

.container_prihovor2 {
  display: inline-flex;
  width: 100%;
  max-width: 1200px;  
  text-align: center;
  margin: 0px auto;    
  padding-top: 20px;  
  padding-bottom: 20px;  
}

#text0 {
  background:url(../pictures/pozadie_venus_bliss.webp);   
  background-color: #fff;
  background-attachment: fixed;   
  width: 100%;  
  text-align: center;
  margin: 0px auto;  
  padding: 0px;  
}
#text1 {
  background-size: cover;
  background-position: center right;
  width: 100%;  
  text-align: center;
  margin: 0px auto;  
  padding: 0px;  
}
#text2 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;  
  text-align: center;
  margin: 0px auto;    
  padding-top: 0px;  
  padding-bottom: 20px;  
}

div.modul1 {
  background-color: #fff;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed; 
  width: 100%;  
  text-align: center;
  margin: 0px auto;  
  padding: 0px;  
}

div.modul2 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;  
  text-align: center;
  margin: 0px auto;    
  padding-top: 0px;  
  padding-bottom: 20px;  
}

#novinka1 {
  background:url(../pictures/pozadie_gymnazium_hronska.jpg); 
  background-color: #fff;  
  background-attachment: fixed; 
  width: 100%;  
  text-align: center;
  margin: 0px auto;  
  padding: 0px;  
}

#novinka2 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;  
  text-align: left;
  margin: 0px auto;    
  padding-top: 0px;
  padding-left: 0px;  
  padding-right: 0px;  
}

 #textview {   
  min-height: 100px;
  margin-top: 40px;
  width: 100%;
  padding: 0px;
}

#novinka { 
  min-height: 200px;
  margin: 0 auto;
  width: 100%;
  text-align: left; 
  padding: 0px;
}

#imgtext         { z-index: 999999; right: 0px; width: 50%; margin-top: -260px; padding-left: 20px; position: absolute; text-align: left; height: auto; background-color: #1ab1cc;  -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s; cursor: pointer; } 
#imgtext:hover   { background-color: #376f0d;  filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70; cursor: pointer; } 

#panel1                 { position: absolute; width: 100%; height: 450px; float: left; }
#panel2                 { width: auto; height: 450px; text-align: right; }

#slogan                 { color: #fff; margin-top: 50px; margin-left: 50px; font-size: 40px; font-weight: normal; letter-spacing: -1px; line-height: 1.2; }

p.slogan        { color: #fff; margin-top: 50px; margin-left: 50px; font-size: 40px; font-weight: normal; letter-spacing: -1px; line-height: 1.2;  }

#panel3                 { width: 100%; min-height: 120px; float: right; }
#panel4                 { width: auto; height: auto; text-align: left; opacity: 0.95; }
#imgtext2               { display: inline-block; width: 40%; margin-top: 150px; left: 0px; position: absolute; text-align: right; height: auto; background-color: #fcd7b5;  } 
#slogan2                { color: #000; margin-top: 40px; padding: 60px; margin: 0px; font-size: 32px; font-weight: normal; }

footer {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px auto;  
  background-color: #fff; 
  background:url(../pictures/bg_footer.webp);
  background-size: cover;
  clear: both;
  padding: 0px;
}

h1                        { display: inline; color: #1ab1cc; font-weight: normal; }
h2                        { display: inline; color: #1ab1cc; font-weight: normal; }
h3                        { display: inline; font-size: 24px; color: #fff; font-weight: normal; }
h4                        { display: inline; font-size: 24px; color: #fcd7b5; font-weight: normal; }
p                         { font-size: 14pt; color: #656565; }
p.nadpis                  { font-size: 28px; color: #fcd7b5; font-weight: normal; }

span                      { font-size: 14pt; color: #656565; }
li                        { font-size: 14pt; color: #656565; }
a.novinky2                { font-size: 16pt; color: #fcd7b5; text-decoration: none; } 
a.novinky2:hover          { font-size: 16pt; color: #1ab1cc; text-decoration: none; } 
a.novinky                 { font-size: 14pt; color: #656565; text-decoration: none; text-align: justify; } 
a.novinky:hover           { font-size: 14pt; color: #fcd7b5; text-decoration: none; text-align: justify;  } 

a.white                   { font-size: 18px; color: #fff; text-decoration: none; }
a.white:hover             { font-size: 18px; color: #fff; text-decoration: underline; }
a.whitebig                   { font-size: 28px; color: #fff; padding-top: 5px; text-decoration: none; }
a.whitebig:hover             { font-size: 28px; color: #fff; padding-top: 5px;  text-decoration: underline; }

a.nadpis                  { font-size: 18px; color: #fcd7b5; text-decoration: none; } 
a.nadpis:hover            { font-size: 18px; color: #fcd7b5; text-decoration: underline; } 
table.dj                  { cursor: pointer;  }
table.djhover             { cursor: pointer;   filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80; }
input[type=submit]        { font-size: 17px; color: #ffffff; border: 1px solid #000000; background-color: #fcd7b5; height:40px; min-width: 120px; cursor: pointer; } 
input:hover[type=submit]  { font-size: 17px; color: #ffffff; border: 1px solid #000000; background-color: #21252a; height:40px; min-width: 120px; cursor: pointer; } 
p.oznam                   { font-size: 17px; color: #fcd7b5; } 
input.text                { font-size: 15px; color: #fcd7b5; text-align: center; border: 1px solid #fcd7b5; background-color: #ffffff; height:40px; min-width: 200px; cursor: pointer; } 
input.text_hover          { font-size: 15px; color: #fcd7b5; text-align: center; border: 1px solid #fcd7b5; background-color: #fbf5f7; height:40px; min-width: 200px; cursor: pointer; } 

#menucopyright {

  width: 100%;
  max-width: 1200px;  
  text-align: center;
  margin: 0px auto;  
  clear: both;
  padding: 0px;
  height: 150px;
}

#menucopyright2 {
  max-width: 1200px;  
  text-align: center;
  margin: 0px auto;  
  clear: both;
  padding: 0px;
}

#copyright1 {
  width: auto;
  float: none;
  margin: 0px;
  padding-top: 60px;
  padding-bottom: 60px; 
}

.middle {
  width: 100%;  
  text-align: center;
  margin: 0px auto;    
  padding: 0px;  
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #21252a; /* Set a background color */  
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #fcd7b5; /* Add a dark-grey background on hover */ 
}

.scrollingElement {
  overflow: scroll;
  position: absolute;
  top: 213px;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}

a.menucopyrightoff        {  font-size: 1.1em; color: #ffffff; text-decoration: none;  letter-spacing: 0px; }
a.menucopyrightoff:hover  {  font-size: 1.1em; color: #fcd7b5; text-decoration: none;  letter-spacing: 0px; } 
a.menucopyrighton         {  font-size: 1.1em; color: #fcd7b5; text-decoration: none;  letter-spacing: 0px; } 
a.menucopyrighton:hover   {  font-size: 1.1em; color: #fcd7b5; text-decoration: none;  letter-spacing: 0px; } 
td.menucopyrighton        { height: 120px; }
td.menucopyrighton:hover  { height: 120px; }
td.menucopyrightoff       { height: 120px; }
td.menucopyrightoff:hover { height: 120px; }

























#menuoff p              {  margin-top: 80px; }
#menuon p               {  margin-top: 80px; }














/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1050px or less */
@media screen and (max-width: 1050px) {

.section3 {
  width: 100%;
  padding: 20px;
  margin: 20px;  
  text-align: justify;
}

#content {
  height: 76px;
}

#offer2 {
  width: 100%;
  clear: both;
  margin: 0px auto; 
}


#cenovaponuka1 {
  position: relative;  
  background-color: #fcd7b5;
  background: url(../pictures/venus_bliss_napiste_nam.webp) no-repeat;
  padding: 0px;
  margin: 0px;
  height: auto;
  background-size: cover;
  background-position: top left;
  width: 100%;
}

div.produkt { 
  clear: both;
  display: block; 
  padding: 20px;
  margin: 0px;
  margin-top: 20px;
  width: 100%;  
}

.prihovor1 {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  overflow: hidden;
  text-align: justify;  
  padding: 20px;
}
.prihovorimg {
  float: left;
  width: 100%;
  padding-right: 20px;
  max-width: 200px;  
}


.prihovor2 {
  width: 100%;
  display: inline-block;
  text-align: justify;
  padding: 20px;
}

#minilogo {
  display: inline-block;
  vertical-align:middle;
  width: 100%;
  max-width: 60px;
  margin-top: 0px;
  padding-right: 5px;
}

#offerbox input {
  display: inline-block;
  font-size: 18px;
  border: 0px solid #e3e3e3;
  height: 29px;
  margin-bottom: 10px;
  color: #21252a;
  background-color: #fff;
  padding: 5px;
  margin-right: 5px;
  width: 98%;
}
#offerbox input:hover {
  background-color: #f3f3f3;
}
#offerbox textarea {  
  font-size: 18px;
  border: 1px solid #e3e3e3;
  height: 135px;  
  color: #21252a;
  background-color: #fff;
  width: 98%;
  padding: 5px;
    margin-right: 5px;
}
#offerbox textarea:hover {
  background-color: #f3f3f3;
}  
  
  #vlajky { position: absolute; top: 10px; left: 20px; }  


  #logo                   { margin-bottom: 0px; margin-top: 40px; padding: 0px; margin-left: 40px; min-width: 200px; width: 100%; max-width: 300px; background:url(../pictures/logo_venus_bliss_belleza_centrum.webp) no-repeat; background-position: center center; cursor: pointer; background-size: 100%; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s; }
  #logo:hover             { margin-bottom: 0px; margin-top: 40px; padding: 0px; margin-left: 40px; min-width: 200px; width: 100%; max-width: 300px; background:url(../pictures/logo_venus_bliss_belleza_centrum.webp) no-repeat; background-position: center center; cursor: pointer; background-size: 100%; filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;  }
  #telefon                { margin-right: 20px; font-size: 21px; }
  #mail                   { margin-right: 20px; font-size: 21px; }
  #kontakt                { margin-right: 20px; font-size: 21px; }


  #menuoff p { margin-top: 10px; }
  #menuon  p { margin-top: 10px; }      
  
  #pagewrap { width: 100%; margin: 0px; padding: 0px; margin: 0px; }
  
  #content {
    display: inline-block;
    margin: 0px;
    height: 76px; 
    width: 100%;
    padding: 10px;
  }

  #incontent {
    height: 40px; 
    width: 100%;
  }

 .middle {    
 
    padding: 0px;
    margin: 0px;    
  }

 #kdesom1 {    
    width: 100%;
    height: 70px;
    background-color: #1ab1cc;    
    vertical-align: middle;  
    padding: 0px;
    margin: 0px;
  }

#socialnesiete {   
  padding-top: 20px;
  display: block;     
}

#kdesom_left { 
  height: 100%; 
  padding: 0px;
  margin: 0px;  
  display: inline-block;  
  vertical-align: top;
  width: 65%;    
}

#kdesom_right {  
  height: 100%;
  padding: 0px;
  margin: 0px; 
  display: inline-block;
  width: 35%;  
  text-align: right;
}


p.kdesom {     
  float: left; 
  padding: 0px;  
  color: #fff;
  font-size: 18px; 
  font-weight: normal; 
  margin-left: 10px;
  margin-top: 22px;
}    
a.kdesom {   
  font-size: 16px; 
}

  
  #panel1                 { width: 100%; height: 450px; float: left; }
  #panel2                 { width: auto; height: 450px; text-align: right; }
  #slogan                 { color: #fff; margin-top: 20px; margin-left: 20px; font-size: 20px; font-weight: normal; letter-spacing: -1px; line-height: 1.2; }
  #imgtext                { z-index: 999999; right: 0px; width: 50%; margin-top: -100px; padding-left: 20px; position: absolute; text-align: left; height: auto; background-color: #fcd7b5;   }
  
  #text {
    clear: both;
    padding: 0px;
    width: auto;
    float: none;
  }

  #panel4                 { width: 80%; height: auto; text-align: left; opacity: 0.95;}
  #imgtext2               { display: inline-block; width: 80%; margin-top: 120px; left: 0px; position: absolute; text-align: right; height: auto; background-color: #fcd7b5;  } 
  #slogan2                { color: #000; margin-top: 40px; padding: 40px; margin: 0px; font-size: 32px; font-weight: normal; }

 #textview { 
  width: 100%;
  padding: 0px;
}

#text2 {
  padding-left: 20px;
  padding-right: 20px;
}

 #novinka1 { 
  margin: 0 auto;
  width: 100%;
  text-align: left; 
  padding: 0px;
}

 #novinka2 { 
  margin: 0 auto;
  width: 100%;
  text-align: left; 
}

  #telefon                { display: none; }
  #mail                   { display: none; }
  #kontakt                { display: none; }

#text1 {
	background: none;
}

   #facebook          { width: 26px; height: 26px; margin-top: 0px; margin-right: 5px; }         
   #instagram         { width: 26px; height: 26px; margin-top: 0px; margin-right: 12px; }         
   #youtube           { width: 26px; height: 26px; margin-top: 0px; margin-right: 12px; }   

}

/* for 650px or less */
@media screen and (max-width: 650px) {

   .prihovor_img {
      float: left;
      width: 100%;
      padding: 0px;
      padding-right: 20px;
      min-width: 80px; 
      max-width: 150px;  
   }

   h1 { 
      display: inline;
      padding: 0px;
      font-size: 22px;      
   }

   h3 { 
      display: inline;
      font-size: 22px;
      color: #fff;
      letter-spacing: -1px;
   }

   .icon_footer  { 
       margin-bottom: 0px;
       margin-top: 0px;
       padding: 0px;
   }

 p.vsetkynovinky {
    float: right; padding-right: 20px;
 }


 div.novinka { 
   width: 100%; 
   height: 200px;
   margin-bottom: 0px; 
 }

 #novinka2 { 
  margin: 0 auto;
  width: 100%;
  text-align: left; 
  padding: 0px;
}

a.kdesom {
    display: none;
  }
  
p.nadpis                  { font-size: 24px; }


#offer2 {
  width: 100%;
  clear: both;
  margin: 0px auto;	
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;  
}

#text1 {
	background: none;
}

.container {
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.section,.section2 {  
  margin: 0px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0px;
  padding-bottom: 20px;
}

.vlajkaon {
  margin-left: 2px; display: inline-block; height: 26px; line-height: 26px; padding-top: 0px; padding-bottom: 3px; padding-left: 4px; padding-right: 4px;
}
.vlajkaoff {
  margin-left: 2px; display: inline-block; height: 26px; line-height: 26px; padding-top: 0px; padding-bottom: 3px; padding-left: 4px; padding-right: 4px;
}


 #logo                   { margin-top: 0px; margin-left: 30px; min-width: 150px; width: 50%; max-width: 200px; background:url(../pictures/logo_venus_bliss_belleza_centrum.webp) no-repeat; background-position: center center; cursor: pointer; background-size: 100%; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s; }
 #logo:hover             { margin-top: 0px; margin-left: 30px; min-width: 150px; width: 50%; max-width: 200px; background:url(../pictures/logo_venus_bliss_belleza_centrum.webp) no-repeat; background-position: center center; cursor: pointer; background-size: 100%;  filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;  }

 #textview { 
  width: 100%;
}

 #novinka { 
  margin: 0 auto;
  width: 90%;
  text-align: left; 
  padding: 0px;
}

#novinka2 {
  padding: 0px;
}


  #slider_header1 {  
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9800;
    max-width: 1170px;
    width: 100%;
    margin: 0px auto; 
    padding: 0px;      
  }
  #slider_header2 {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 100%; 
    height: 100%;
    padding: 0px; 
  }
  #slider_header3 {
    display: none;  
  }

  #panel4                 { width: 80%; height: auto; text-align: left; opacity: 0.95;}
  #imgtext2               { display: inline-block; width: 80%; margin-top: 220px; left: 0px; position: absolute; text-align: right; height: auto; background-color: #fcd7b5;  } 
  #slogan2                { color: #000; margin-top: 20px; padding: 30px; margin: 0px; font-size: 26px; font-weight: normal; }

  #menuoff p { margin-top: 7px; }
  #menuon  p { margin-top: 7px; }    
  
  #content {
    height: 54px;
    width: 100%;    
    float: none;
    margin: 0px;
    padding: 0px;
  }
  
  .icon {
     margin-top: 0px;
     margin-bottom: 0px;
  }

  .cube1 { padding-bottom: 20px; padding-top: 0px; }
  .cube2 { padding-bottom: 20px; }
  .cube3 { padding-bottom: 20px; }
  .cube4 { padding-bottom: 20px; }

  .middle {  
    float: none;
    margin-left: 0px;
  }

p.novinkanadpis { display: none; }
h2              { font-size: 24px; color: #fcd7b5; font-weight: normal;  margin-left: 20px;  }

#copyright1 { padding: 0px; }

  #socialnesiete {   
  padding-right: 20px;
  display: block;     
}

   

}

/* for 480px or less */
@media screen and (max-width: 480px) {  

p.kdesom {     
  float: left; 
  padding: 0px;  
  font-size: 16px; 
  margin-left: 0px;
  margin-top: 22px;
}    

  a.kdesom {
    display: none;
  }

div.kontaktleft {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
div.kontaktright {
  text-align: center;
   display: block;   
   width: 100%;
   padding: 0px;
   margin: 0px;
}


   #cenovaponuka1 {
       background-image: none;
       background-color: #1ab1cc;
   }


  .section2 {
    padding: 20px;
    margin: 0px;
  }

  #minilogo {
     display: inline-block;
     vertical-align:middle;
     width: 100%;
     max-width: 36px;
     margin-left: 18px;
     padding-right: 10px;
  }  

.fakty {
  overflow: hidden;
  text-align: justify;
  float: left;
  padding: 20px;
  width: 90%;
}
.fakty2 {
  float: left;
  width: 10%;
  overflow: hidden;
}


  #logo                   { margin-top: 0px; margin-left: 30px; padding-left: 0px; min-width: 150px; width: 50%; max-width: 200px; background:url(../pictures/logo_venus_bliss_belleza_centrum.webp) no-repeat; background-position: center center; cursor: pointer; background-size: 100%; -o-transition:.5s;  -ms-transition:.5s;  -moz-transition:.5s;  -webkit-transition:.5s;  transition:.5s; height: 120px;}
  #logo:hover             { margin-top: 0px; margin-left: 30px; padding-left: 0px; min-width: 150px; width: 50%; max-width: 200px; background:url(../pictures/logo_venus_bliss_belleza_centrum.webp) no-repeat; background-position: center center; cursor: pointer; background-size: 100%; filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60; height: 120px; }

  .middle {  
    float: none;
    margin-left: 0px;
  }

  #panel1                 { width: 100%; height: 321px; float: left; }
  #panel2                 { width: auto; height: 321px; text-align: right; }
  #panel3                 { width: 100%; min-height: 321px; float: right; }
  #panel4                 { width: 100%; height: auto; text-align: left; opacity: 0.95;}
  #imgtext2               { display: inline-block; width: 80%; margin-top: 220px; left: 0px; position: absolute; text-align: right; height: auto; background-color: #fcd7b5;  } 
  #slogan2                { color: #000; margin-top: 20px; padding: 20px; margin: 0px; font-size: 22px; font-weight: normal; }

  #slogan               { color: #fff; margin-top: 0px; margin-left: 0px; padding: 20px; padding-bottom: 20px; margin-bottom: 0px; font-size: 14px; font-weight: normal; letter-spacing: -1px; line-height: 1.2; }
  #imgtext                { z-index: 999999; right: 0px; width: 55%; margin-top: -96px; padding-left: 0px; padding-bottom: 0px; margin-bottom: 0px; position: absolute; text-align: left; height: auto; background-color: #fcd7b5;   }
#menucopyright            { display: none; }


div.icon { min-width: 300px; padding: 0px; margin: 0 auto; }
img.icon { width: 170px; padding: 0px; margin: 0px; }

  #menucopyright {
    display: none;
  }

}

#content, .middle, #text {
  margin-bottom: 0px;
}



#menuoff                { height: 100px; float: left; background-color: #3a3223; cursor: pointer; padding-bottom: 20px; }
#menuoff:hover          { height: 100px; float: left; background-color: #404244; cursor: pointer; padding-bottom: 20px; }
#menuon                 { height: 100px; float: left; background-color: #fcd7b5; cursor: pointer; padding-bottom: 20px; } 
#menuon:hover           { height: 100px; float: left; background-color: #fcd7b5; cursor: pointer; padding-bottom: 20px; } 

p.menu                    { }
a.menuoff                 { margin-left: 12px; margin-right: 12px;  font-size: 1.1em; color: #fff; text-decoration: none;  letter-spacing: 0px; }
a.menuoff:hover           { margin-left: 12px; margin-right: 12px;  font-size: 1.1em; color: #fff; text-decoration: none;  letter-spacing: 0px; }
a.menuon                  { margin-left: 12px; margin-right: 12px;  font-size: 1.1em; color: #fff; text-decoration: none;  letter-spacing: 0px; }
a.menuon:hover            { margin-left: 12px; margin-right: 12px; font-size: 1.1em; color: #fff; text-decoration: none;  letter-spacing: 0px; }







a.gray2                   { font-size: 15px; color: #c4c4c4; text-decoration: none; }
a.gray2:hover             { font-size: 15px; color: #c4c4c4; text-decoration: none; }
a.gray                    { font-size: 15px; color: #4f4f4f; text-decoration: none; }
a.gray:hover              { font-size: 15px; color: #4f4f4f; text-decoration: none; }
p.gray                    { font-size: 13px; color: #4f4f4f; }
p.gray2                   { font-size: 13px; color: #c4c4c4; }

td.circleoff              { background:url(../pictures/circle_gray.jpg) no-repeat;  background-position: center center; }
td.circleon               { background:url(../pictures/circle_rouge.jpg) no-repeat; background-position: center center; }
p.textwhite               { color: #ffffff; }
p.nadpiswhite             { font-size: 15px; color: #ffffff; }
p.copyright               { font-size: 15px; color: #ffffff; }

a.module_novinka2         { font-weight: normal;        font-size: 13px;    color: #e94351;    text-decoration: none; }
a.module_novinka2:hover   { font-weight: normal;        font-size: 13px;    color: #1c1b20;    text-decoration: none; }
a.module_novinka          { font-weight: normal;        font-size: 13px;    color: #1c1b20;    text-decoration: none; }
a.module_novinka:hover    { font-weight: normal;        font-size: 13px;    color: #e94351;    text-decoration: none; }

td.backtotop              { width: 53px; height: 53px; cursor: pointer;   background: transparent url(../pictures/backtotop_off.jpg) no-repeat; }
td.backtotop_hover        { width: 53px; height: 53px; cursor: pointer;   background: transparent url(../pictures/backtotop_on.jpg) no-repeat; }














select {
height: 36px;
padding:0px;
border-radius: 6px; 
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
border: 1px solid #03325E;

   margin: 0;
    background: #e5eaee;
    color:#03325e;
        outline:none;
    display: inline-block;

}


td.tip                    { height: 22px; background-color:#ffcc33;}
td.gray                   { height: 22px; background-color:#dddddd;}
a.oznam                   { font-size: 15px; color: #21252a; }
a.oznam:hover             { font-size: 15px; color: #03325e; }
a.selected                { text-decoration: underline; font-size: 15px; color: #03325e; }
a.selected:hover          { text-decoration: underline; font-size: 15px; color: #03325e; }
a.notselected             { text-decoration: none; font-size: 15px; color: #03325e; }
a.notselected:hover       { text-decoration: none; font-size: 15px; color: #03325e; }
table.aktivny             { cursor: pointer; }
a.aktivny                 { color: #21252a; font-size: 15px; text-decoration: none; }
a.aktivny:hover           { color: #656565; font-size: 15px; text-decoration: none; }
p.text                    { font-size: 15px; color: #656565; }
input                     { font-size: 15px; color: #000000; }
textarea                  { font-size: 15px; color: #000000; }
img.hlavna                { border-color:#21252a;  border-style:dashed;  border-width:5px; }
p.zlta15                  { font-size: 15px; color: #03325e; }
p.modra15                 { font-size: 15px; color: #03325e; }
a.modra                   { font-size: 18px; }
