/*   
Theme Name: lemon2018_v1
Theme URI: 
Description: lemon2018_v1 by etenim
Version: 5.0.0.0
Author: etenim
Author URI: 

License:
License URI:
*/

/* ------------------------------------------------------------------------ */
/* CSS Reset v2.0 by http://meyerweb.com/eric/tools/css/reset/ 
/* ------------------------------------------------------------------------ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* Basic WordPress Classes */
.alignleft{float:left;margin-right:20px;margin-bottom:20px;}
.alignright{float:right;margin-left:20px;margin-bottom:20px;}
.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.wp-caption{max-width:100%;padding:0;}
.wp-caption .wp-caption-text,.gallery-caption,.entry-caption{color:#888888;}
blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left;}
blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right;}

   /* Better Font Rendering =========== */

/* ------------------------------------------------------------------------ */
/* 02. Skeleton Grid 960px / 16 Columns */
/* ------------------------------------------------------------------------ */

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

    .container .column,
    .container .columns {
        float: left;
        display: inline;
        margin-left: 15px;
        margin-right: 15px;
    }

.row { margin-bottom: 20px }

/* Nested Column Classes */
.column.alpha,
.columns.alpha,
.column.first,
.columns.first { margin-left: 0 }

.column.omega,
.columns.omega,
.column.last,
.columns.last { margin-right: 0 }

/* Base Grid */
.container                                  { position: relative; width: 1200px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 15px; margin-right: 15px; }
.row                                        { margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha, .column.first, .columns.first	{ margin-left: 0; }
.column.omega, .columns.omega, .column.last, .columns.last      { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns                     {width: 45px;}
.container .two.columns                     {width: 120px;}
.container .three.columns                     {width: 195px;}
.container .four.columns                     {width: 270px;}
.container .five.columns                     {width: 345px;}
.container .six.columns                     {width: 420px;}
.container .seven.columns                     {width: 495px;}
.container .eight.columns                     {width: 570px;}
.container .nine.columns                     {width: 645px;}
.container .ten.columns                     {width: 720px;}
.container .eleven.columns                     {width: 795px;}
.container .twelve.columns                     {width: 870px;}
.container .thirteen.columns                     {width: 945px;}
.container .fourteen.columns                     {width: 1020px;}
.container .fifteen.columns                     {width: 1095px;}
.container .sixteen.columns                     {width: 1170px;} /* */


.container .one-third.columns               { width: 390px; }
.container .two-thirds.column               { width: 780px; }

.container .one-fifth.columns				{ width:234px; }
.container .one-sixth.columns				{ width:195px; }
.container .one-seventh.columns				{ width:167.14269px; }


/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {    clear: both }

.row,
.clearfix {    zoom: 1 }

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* ------------------------------------------------------------------------ */
/* 03. General Styles
/* ------------------------------------------------------------------------ */

body {
    background: #ffffff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #462206;
    /* -webkit-font-smoothing: antialiased; Fix for webkit rendering
    -webkit-text-size-adjust: 100%; */
    
}

/* For Footer fill */
.wrapall{
    background: #ffffff;
}

::selection {
    background: #289dcc;
    color: #ffffff;
}

::-moz-selection {
    background: #289dcc;
    color: #ffffff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------ */
/* 04. Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #462206;
    font-style: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a { font-weight: inherit }

h1 {
    font-size: 28px;
    line-height: 1.6;
}

h2 {
    font-size: 22px;
    line-height: 1.6;
}

h3 {
    font-size: 18px;
    line-height: 1.6;
}

h4 {
    font-size: 16px;
    line-height: 1.6;
}

h5 {
    font-size: 14px;
    line-height: 1.6;
}

h6 {
    font-size: 12px;
    line-height: 1.6;
}

.highlight { 
	color: #289dcc;
}

p { margin: 0 0 20px 0; 	line-height: 30px; }

    p img { margin: 0 }

p img {
    max-width: 100%;
    height: auto;
}
	
em { font-style: italic }

strong { font-weight: bold }

small { font-size: 80% }

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 20px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x:auto;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.hidden {  display: none !important }

.center { 
	text-align: center;
}

/* Links ---------------------------------------------------- */

a,
a:visited {
    color: #462206;
    text-decoration: none;
    outline: 0;
}

/* Transisiton for Links */
#sidebar a,
#footer a,
#infobar a,
#title a,
#alt-title a,
#no-title a,
#header a,
#page-wrap a,
#copyright .copyright-text a{
	-webkit-transition: all 0.07s ease-in;
       -moz-transition: all 0.07s ease-in;
        -ms-transition: all 0.07s ease-in;
         -o-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in;
}

#page-wrap .portfolio-item-one a{
	-webkit-transition: none !important;
       -moz-transition: none !important;
        -ms-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}

a:hover,
a:focus {    color: #666666 }

p a,
p a:visited { line-height: inherit }

/* Lists ---------------------------------------------------- */

ul,
ol { margin-bottom: 20px }

ul { list-style: none outside }

ol,
ul { margin-left: 30px }

ol { list-style: decimal }

ul { list-style: circle outside }

    ul li ul,
    ol li ul,
    ol li ul,
    ol li ol { margin-bottom: 0 }

/* ------------------------------------------------------------------------ */
/* 05. Forms
/* ------------------------------------------------------------------------ */

form,
fieldset { margin-bottom: 20px }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #462206;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #462206;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #462206;
}
:-moz-placeholder { /* Firefox 18- */
  color: #462206;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="tel"],
textarea,
select {
    background: transparent;
	border:none;
    /* border: 1px solid #e6e1e9; */
    padding: 8px 8px;
    outline: none;
    font-size: 13px;
    color: #666;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    width: 180px;
    color: #666;
	
	border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e3e3e3;
	
	    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    /* border: 1px solid #505050; */
    /* color: #333; */
    /* -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
    /* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
}

textarea { min-height: 60px;
	border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e3e3e3;
	
		    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: none;
	}

select {
    width: 220px;
    padding: 5px;
		border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e3e3e3;
	
		    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: none;
}

label,
legend {
    cursor: pointer;
    display: block;
}

    label span,
    legend span { font-weight: bold }

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{
	-webkit-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	   -moz-box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
	        box-shadow:inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.ht-language-select select {
    border: none;
   /* line-height: 38x;*/
    height: 38px;
    background: transparent;
    outline: none;
    padding-right: 20px;
    margin: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
	width: 80px;
}
.ht-language-select {
    display: inline-block;
	position: relative;
}
.ht-field-wrapper.select-wrapper:before {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    speak: none;
    color: #aaa;
    z-index: 1;
    position: absolute;
    right: 8px;
    top: 50%;
	margin-top: -15px;
    font-size: 18px;
}


/* Contactform 7 Specific Styling ---------------------------------------------------- */
.wpcf7-form label{
    display: none;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="date"], .wpcf7-form  input[type="email"] {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding:8px;
}

.wpcf7-form{
    margin:0;
    padding: 0;
}

.wpcf7-form input[type="checkbox"] {    width: auto }

.wpcf7 form.wpcf7-form p {
    font-weight: 600;
    margin: 0 0 10px 0 !important;
}

.wpcf7 form.wpcf7-form .one_half {
    margin-bottom: 6px;
}

.wpcf7-list-item-label 	{ font-weight: normal }
.wpcf7-response-output 	{ display: none }
.wpcf7-form .invalid 	{ color: #bf1515 !important }
.wpcf7-not-valid 		{ border: 1px solid #bf1515 !important; }
.wpcf7 span.wpcf7-not-valid-tip { display: none }

.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors{
	position:relative;
	border:1px solid #ddd !important;
	display:block;
/* 	background-image:linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image:-ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
 */	
 background-color:#F7F7F7;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
	        border-radius:3px;
	-webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	   -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	        box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	font-weight:600;
	padding:10px 40px !important;
	text-align:center;
}


.wpcf7-mail-sent-ok {
    background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}


/* ------------------------------------------------------------------------ */
/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #444444;
    color:#999999;
    border-top: 5px solid #333333;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
    border-bottom:5px solid #444444;
}

    #infobar .widget h3 {
        border-bottom: 1px solid #555555;
        color: #ffffff;
        padding: 0 0 5px 0;
        margin: 0 0 20px 0;
    }

	#infobar a{
		color:#999999;
	}
	
	#infobar a:hover{
		color:#ffffff;
	}
        
.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #444444 transparent transparent;
    z-index: 999;
}

.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat 0px 0px;
}

#infobar .close-infobar.open { }

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #aaaaaa;
    margin-bottom:-15px;
    text-align: center;
}

/* Infobar Widgets ---------------------------------------------------- */

    #infobar .widget { }

        #infobar .widget h3 {
        	font-size:15px;
            color: #ffffff;
            padding:0 0 5px 0;
            border-bottom:1px solid #555555;
            margin: 0 0 20px 0;
        }

/* ------------------------------------------------------------------------ */
/* 10. Header */
/* ------------------------------------------------------------------------ */

.header { 
	background: #ffffff;
}


    .header .logo {
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 0 !important;
		 width: 145px;
    height: auto;
    }

        .header .logo img { 
        	max-width: 100%;
        	height: auto;
        }
        
        .header .logo .logo_standard{
        }
        
        .header .logo .logo_retina{
	        display: none;
        }
    

/* ------------------------------------------------------------------------ */
/* 13. Content */
/* ------------------------------------------------------------------------ */

#page-wrap { 
	padding: 40px 0 40px 0;
}

.nopadding{
    padding:0;
}

#content.sidebar-left { float: right }



/* Standard Title ---------------------------------------------------- */

#title {
/* 	background: #9c64ad;
    padding: 25px 0 20px 0;
    background-position: top right;
    background-repeat: no-repeat; */
	
	background: #a07db7;
    padding: 50px 0;
    background-position: top right;
    background-repeat: no-repeat;
	position:relative;
}

    #title h1,
    #title .blog-h1 {
  /*       font-size: 42px;
        line-height: 50px;
        color: #ffffff;
		font-weight:300;
        margin: 0;
		
		font-size: 42px;
    line-height: 50px;
    color: #9c64ad;
    font-weight: 300;
    margin: 0; */
    /* text-align: center; */
    /* padding-left: 20px;
	text-align: center; */
	

    color: #f9dcce;
	color: #fff;
    margin: 0;
    /* padding-left: 20px; */
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.10909;
	
	    background: url(//www.stellart-clinic.cz/wp-content/uploads/2017/07/wave_v2.png) no-repeat;
    background-position-x: 50%;
background-position-y: 45px;
    padding-bottom: 23px;
	
    }

    #title h2,
    #title .blog-h2 {
        display: block;
        font-weight: lighter;
        color: #fce3db;
        font-size: 15px;
        line-height: 28px;
        margin: 0;
        padding: 0;
		text-align: center;
		    padding-top: 10px;
		
    }
	
	

    #title #breadcrumbs {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    padding: 0;
    margin: 0;
    padding-top: 5px;
    text-align: center;
    background: transparent;
    color: #a5a5a5;
    }

    #title #breadcrumbs.breadrcumbpadding { padding-top: 12px; }

    #title #breadcrumbs a { color: #a5a5a5; }

    #title #breadcrumbs a:hover { color: #a5a5a5; text-decoration:underline; }
	

/* 404 Page ---------------------------------------------------- */

#error-404 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
}

h2.error-404 {
    font-size: 108px;
    line-height: 108px;
    margin: 0 0 10px 0;
}

h3.error-404 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    color: #999999;
}


/* ------------------------------------------------------------------------ */
/* 25. Footer
/* ------------------------------------------------------------------------ */

#footer {
    padding: 20px 0 20px 0;
	margin-top: 70px;
	margin-top: 70px;
background: #fff;
color:#462206;
 border-top: 1px solid rgba(70,34,6,0.2);
}

	#footer a{
		
	}
	
	#footer a:hover{
		
	}
	
#footer .footer-decorated h4 {
    color: #462206;
    font-weight: 400;
    font-size: 20px;
}
#footer .footer-decorated ul {
    list-style: none;
    margin-left: 0px;
}
#footer .footer-decorated ul a {
    color: #462206;
    text-decoration: underline;
}
#footer .footer-decorated .footer-contact {
    color: #462206;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}
#footer .footer-decorated p {
    color: #462206;
    margin: 0;
}
#footer .footer-decorated .social {
    margin: 0;
}
#footer .footer-decorated .social a {
    font-size: 20px;
}        
/* ------------------------------------------------------------------------ */
/* 26. Copyright
/* ------------------------------------------------------------------------ */

#copyright {
    padding: 5px 0;
	background: #fff;
    color: #462206;
	}

    #copyright a { color: #462206; }
    #copyright a:hover { color: #462206; }

    #copyright .copyright-text { padding: 10px 0 10px 0; }

    #copyright .social-icons {
        float: right;
        font-size: 11px;
    }
    
/* ------------------------------------------------------------------------ */
/* 27. Back-To-Top Button
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}

    #back-to-top a {
        display: block;
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,0.5) url(framework/images/backtotop.png) no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        -webkit-transition:0.4s all ease;
		   -moz-transition:0.4s all ease;
		     -o-transition:0.4s all ease;
		        transition:0.4s all ease;
    }

    #back-to-top a:hover { background-color: #faa41a; }


/* ------------------------------------------------------------------------ */
/* EOF
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/*  Languages Icons / List */
/* ------------------------------------------------------------------------ */

#topbar .language-icons ul{
	list-style: none;
	margin: 0 0 -1px 0;
	float: right;
	    padding-top: 6px;
}
	.language-icons ul li{
		display:block;
		float: left;
		margin:0;
		padding:0;
	}
	.language-icons ul li a{
		-webkit-transition:all 0.5s ease 0s;
		   -moz-transition:all 0.5s ease 0s;
             -o-transition:all 0.5s ease 0s;
                transition:all 0.5s ease 0s;
		display:block;
		width:40px;
		height:28px;
		background-repeat: no-repeat;
		color: #757575;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		font-weight: 300;
		
		border-radius: 50%;
    width: 23px;
    height: 23px;
	line-height: 22px;
	margin:0 2px;
	}
	
	.language-icons a:hover{
		background-color: #ddd;
	}
	.language-icons .active a{
		background-color: #b286bc;
		color: #fff;
		font-weight: 600;
	}
	






/* ------------------------------------------------------------------------ */
/* navigation changes*/
/* ------------------------------------------------------------------------ */



#page-subnavigation {

background-color: #ede5f2;
background-color: #a07db7;
background-color: rgba(107,51,142,0.5);
background-color: #6b338e;
}


#primary_nav_wrap {
    margin: 5px 0;
}

#primary_nav_wrap ul {
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    width:100%;
}

#primary_nav_wrap ul a {
    -ms-flex-align:center;
    -ms-flex-pack:center;
    -webkit-align-items:center;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    align-items:center;
    display:-ms-flexbox;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    font-size:12px;
    font-weight:400;
    justify-content:center;
    line-height:32px;
    padding:0;
    text-decoration:none;
	white-space: nowrap;
	font-size: 18px;
    line-height: 150%;
        padding: 10px 0 10px 0;
}

#primary_nav_wrap ul li{
    -ms-flex:1 1 auto;
    -webkit-box-flex:1;
    -webkit-flex:1 1 auto;
    flex:1 1 auto;
    position:relative;
	text-align: center;
	vertical-align: middle;
	  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 20px;
}






#primary_nav_wrap  ul.flexnav li a:before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
height: 1px;
width: 0;
transition: width 0s ease, background .5s ease;
}
#primary_nav_wrap  ul.flexnav li a:after {
content: '';
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 1px;
width: 0;
background: white;
transition: width .5s ease;
}
#primary_nav_wrap  ul.flexnav li a:hover:before {
width: 100%;
background: white;
transition: width .5s ease;
}
#primary_nav_wrap  ul.flexnav li a:hover:after {
width: 100%;
background: transparent;
transition: all 0s ease;
}
#primary_nav_wrap  ul.flexnav li a:before,
#primary_nav_wrap  ul.flexnav li a:after{
bottom: -2px !important;
height: 2px !important;
}

#primary_nav_wrap  ul.flexnav li.current-menu-item a:before, #primary_nav_wrap  ul.flexnav li.current-menu-parent a:before{
content: '';
display: block;
position: absolute;
right: 0;
bottom: 0;
height: 1px;
width: 0;
background: white;
width: 100%;
}

#primary_nav_wrap  ul.flexnav li>a { color: rgba(255,255,255,1); }




.header{
position: fixed;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 100%;
z-index: 3001;
-webkit-transition: background .4s ease;
    transition: background .4s ease;
	 background-color: transparent;
	 margin: 0px auto;
	     line-height: 66px;
    height: 66px;
}	
.header .logo {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
    float: left;
    width: 300px;
    height: 90px;
    background-color: transparent;
	    display: inline-block;
    position: absolute;
    top: 0;
    /* left: 85px; */
	right: 85px;

}
.main-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}
.social-menu {
    position: absolute;
    /* right: 30px; */
	left: 30px;
    display: inline-block;
}

.social-menu .social-btns{
    display: inline;
    text-transform: uppercase;
    color: #fff;
	padding: 0 4px;
}

.social-menu, .social-menu a{
color: #fff;	
}


.scrolled #primary_nav_wrap  ul.flexnav li a { color: rgba(70,34,6,1); }
.scrolled .social-menu a { color: rgba(70,34,6,1); }
.scrolled .social-menu { color: rgba(70,34,6,1); }
.scrolled .social-menu span{ color: rgba(70,34,6,1); }
.header.scrolled { background-color: rgba(255,255,255,1); }


.scrolled #primary_nav_wrap .sub-menu li a:hover {
	color: rgba(255,255,255,1)!important; 
}


@font-face {
  font-family: 'icomoon';
  src:  url('//www.lemon.cz/wp-content/themes/lemon2018/fonts/icomoon.eot?s1bp79');
  src:  url('//www.lemon.cz/wp-content/themes/lemon2018/fonts/icomoon.eot?s1bp79#iefix') format('embedded-opentype');
  src:  url('//www.lemon.cz/wp-content/themes/lemon2018/fonts/icomoon.ttf?s1bp79') format('truetype');
  src:  url('//www.lemon.cz/wp-content/themes/lemon2018/fonts/icomoon.woff?s1bp79') format('woff');
  src:  url('//www.lemon.cz/wp-content/themes/lemon2018/fonts/icomoon.svg?s1bp79#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-location2:before {
  content: "\e948";
}
.icon-compass2:before {
  content: "\e94a";
}
.icon-map:before {
  content: "\e94b";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-space {
color: #fff;
padding: 0 6px;
}
.icon-phone.dark, .icon-location2.dark, .icon-map.dark{
	color: #462206;	
}

.section {
    padding: 100px 0;
}

.section-home{
  height: 100vh;	
}

.slideshow {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 32s;
          animation-duration: 32s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 1;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 0;
}
@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  3.125% {
    opacity: 1;
  }
  46.875% {
    opacity: 1;
  }
  53.125% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  96.875% {
    opacity: 0;
    -webkit-transform: scale(1.2117647059);
            transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  3.125% {
    opacity: 1;
  }
  46.875% {
    opacity: 1;
  }
  53.125% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  96.875% {
    opacity: 0;
    -webkit-transform: scale(1.2117647059);
            transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  46.875% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  53.125% {
    opacity: 1;
  }
  96.875% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kenburns-2 {
  46.875% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  53.125% {
    opacity: 1;
  }
  96.875% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



h1.big {
    font-size: 35px;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    text-transform: none;
    font-weight: normal;
	    color: #462206;
	text-align: center;
}

p.bigger{
	font-size: 20px;
	color: #462206;
}

.btn-new {
    text-align: center;
}
.btn-new .btn-more-info-hp-new {
    background-color: #faa41a;
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: normal;
}

.hp-form-text{
	text-align: center;
	width: 60%;
	margin: 0 auto;
	padding-top: 30px
}
.hp-contact-form{
	text-align: center;
	width: 80%; 
	margin: 0 auto;
}
.hp-contact-form.center{
	text-align: center;
}


.wpcf7-form input[type="text"], .wpcf7-form input[type="date"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    margin: 5px 0 0 0;
    height: 40px;
	color: #462206;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: #fff;
     padding: 8px 8px;
    outline: none;
    font-size: 15px;
    display: block;
	color: #462206;
/*     -moz-box-shadow: 0 1px 2px 0 rgba(53, 26, 5, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(53, 26, 5, 0.2);
    box-shadow: 0 1px 2px 0 rgba(53, 26, 5, 0.2);
    border: 1px solid #d4d4d4; */
}
input[type="submit"] {
	background-color: #faa41a;
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: normal;
    width: auto;
    border: 0;
    border-radius: 0;
	margin: 6px 5px 5px 0;
}



.hp-contact-info h2, .hp-contact-info a{
	color: #fff;	
}
.hp-contact-info .timetable{
	color: #fff;	
}
.timetable.white td{
	color: #fff;	
}
.timetable tr td:first-child{
	padding: 0 1.2em 0 0;
}
.timetable td.day{
	font-weight: bold;
}
    

.hp-inner-first-arrow{
position: absolute;
    bottom: 30px;
    z-index: 201;
    width: 100%;
}


.subpage-heading, .page-inner-first{
height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-inner-first {
    text-align: center;
}
.page-inner-first h1 {
   /*  padding-top: 100px; */
    color: #fff;
    border-bottom: none;
    /* margin: 120px 0 10px 0; */
	    margin: 40px 0 0 0;
    text-align: center;
    font-weight: 100;
    padding-bottom: 10px;
    font-size: 60px;
    padding-bottom: 0px;
    font-weight: normal;
    line-height: 1.2;
}


h2.nadpis{
    vertical-align: middle;
    padding: 0;

    margin: 0;
    border: 0;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    text-align: left;
}
h2.nadpis.center{
    text-align: center;
}

.center-title-new2018{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 120px;
	font-style: normal;
}

.center-title-dekujeme {
    color: #462206;
    text-align: center;
    padding-bottom: 10px;
    vertical-align: middle;
    margin: 40px 0 30px 0;
    padding: 45px 20px 0 20px;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
}


.center-title-dekujeme--smaller {
    color: #462206;
    text-align: center;
    padding-bottom: 10px;
    vertical-align: middle;
    margin: 10px 0 10px 0;
    padding: 15px 20px 0 20px;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
}























.food-item.price-right, .food-item.price-right h3, .food-item.price-right span {
    font-family: 'Montserrat', sans-serif;
}
.food-item.price-right {
    position: relative;
}
.food-item {
    margin-bottom: 30px;
}

.food-item.price-right h3, .food-item.price-right p {
    padding-right: 0;
}
.food-item h3 {
   margin: 0 0 2px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}
.food-item.price-right p {
    text-transform: lowercase;
	font-size: 18px;
}
.food-item .allergens {
    display: inline;
    font-weight: normal;
    text-transform: lowercase;
    font-size: 12px;
    padding-left: 10px;
}
.food-item.price-right .price {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
}
.food-item .hot{
color: #ea5c5c;
text-transform: lowercase;
font-weight: bold;
font-style: italic;
font-size: 14px;
padding-left: 10px;

  position: relative;
  top: 4px;

}


.food-item .veget{
color: #6eaa38;
text-transform: lowercase;
font-style: italic;
font-size: 14px;
padding-left: 10px;
  position: relative;
  top: 5px;
}

.food-item .gluten{
color: #dca034;
text-transform: lowercase;
font-style: italic;
font-size: 14px;
padding-left: 10px;
  position: relative;
  top: 5px;
}
.food-item .novinka{
text-transform: lowercase;
font-style: italic;
font-size: 14px;
padding-left: 10px;
  position: relative;
  top: 5px;
}
.hide-text {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display:none;
}
.food-item.price-right p:first-letter {
    text-transform: uppercase;
}
.food-item + .multi p {
margin: 0 0 2px 0;
}



.food-item h4 {
font-size: 16px;
line-height: 25px;
margin: 0 0 2px 0;
text-transform: uppercase;
font-weight: bold;
font-style: italic;
padding-left:10px;
}
.food-item h4 span {
font-size: 14px;
line-height: 18px;
margin: 0 0 0 0;
text-transform: lowercase;
font-weight: normal;
}

p.popis {
    max-width: 90%;
}

h2.nadpis-menu {
    font-size: 26px;
    line-height: 1.4;
    border: 0;
    font-weight: 200;
    font-style: normal;
    font-size: 40px;
    text-align: center;
	    margin: 40px 0 30px 0;
    padding: 45px 20px 0 20px;
}


h2.lunch-nadpis-menu{
    line-height: 1.4;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    margin-top: 43px;
    position: relative;
	text-transform: none;
}
h2.lunch-nadpis-menu:after {
    content: '';
    display: block;
    width: 60%;
    margin-top: 13px;
    border-bottom: 1px solid;
    border-color: rgba(70,34,6,0.1);
    margin: 0 auto;
    padding: 0;
}


.lunch-food-item {
    text-align: center;
}

.lunch-food-item  h3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    font-weight: bold;
	}


.lunch-food-item  p {
	padding-right: 0px;
    text-transform: lowercase;
}
.lunch-food-item  p:first-letter {
    text-transform: uppercase;
}
.today-date{
color: #faa41a;
}



.drink-item td.o {
    padding-right: 10px;
    text-align: left;
    width: 10%;
}
.drink-item td.p {
    padding-left: 10px;
    text-align: right;
    min-width: 4em;
    
}
.drink-item td{
    text-align: left;
}
.drink-item {
    text-align: center;
    margin: 0 auto;
    width: 80%;
	font-size:18px;
}

h2.drinks-nadpis-menu{
font-size: 30px;
    font-style: normal;
    font-weight: 200;
	padding: 10px 0;
	    text-align: left;
}
h1.drinks-nadpis-menu{
font-size: 34px;
    font-style: normal;
    font-weight: 400;
    padding: 40px 0 0px 0;
	    text-align: left;
}





.wine-item {
margin: 0 0 60px 0;
}
.wine-item.price-right {
position: relative;
}

.wine-item.price-right h3, .wine-item.price-right p {
padding-right: 50px;
}
.wine-item h3 {
font-size: 24px;
line-height: 20px;
margin: 0 0 2px 0;
text-transform: uppercase;
font-weight: 400;
}
.wine-item.price-right .price {
margin: 0;
position: absolute;
right: 0;
top: 0;
padding: 0;
font-size: 16px;
}
/* .wine-item .price span {
font-size: 20px;
}
.wine-item .type{
font-weight: 300;
font-size: 20x;
padding-left: 0px;
text-transform: initial;
}

.wine-item .type, .wine-item .area, .wine-item .state {

font-size: 20px;
font-weight: 300;
} */

.type-area-state-nadpis {
font-size: 18px;
font-weight: 300;
font-style: italic;
text-transform: lowercase;
text-transform: capitalize;
}


.wine-item p{
margin: 0 0 6px 0;
}
.wine-item .popis{
font-size: 16px;
    line-height: 30px;
}








#primary_nav_wrap ul.flexnav .menu-item{
    position: relative;
}

#primary_nav_wrap ul.flexnav .sub-menu {
    display: none;
}

#primary_nav_wrap ul.flexnav li.menu-item-has-children:hover > .sub-menu { display: block!important; }


#primary_nav_wrap .sub-menu {
    padding: 0;
    position: absolute;
     top: 47px;
    left: -4px;
    text-align: left;

}

#primary_nav_wrap .sub-menu li {
float: none;
    border: none;
    margin: 0px 0px;
    padding: 0;
    height: auto;
    position: relative;
    z-index: 20;
    display: block;
}

#primary_nav_wrap ul.flexnav .sub-menu li>a{
	    background: rgba(255,255,255,0.3);
	    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    width: 200px;
    border: none!important;
    display: block;
    margin: 0;
    padding: 8px 0px;
    font-weight: normal;
     font-weight: 300!important;
    font-size: 18px!important;
    padding: 10px 6px!important;
    text-align: left;
	background: rgba(255,255,255,0.8);
	    color: #462206;
    font-weight: 400!important;
}
#primary_nav_wrap ul.flexnav .sub-menu li>a:hover {

	background: rgba(70,34,6,0.8)!important;
 color: #fff!important;	
	
}

#primary_nav_wrap .sub-menu li a:before, #primary_nav_wrap .sub-menu li a:after {
    display: none!important;
}




.lunch-food-item-homepage h3 {
    margin: 0 0 2px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
	text-align:center;
	    color: #fff;
}
.lunch-food-item-homepage p {
   text-transform: lowercase;
    font-size: 18px;
		text-align:center;
	    color: #fff;
}
.lunch-food-item-homepage p:first-letter {
   text-transform: capitalize;
}
.hplunch {
    padding-bottom: 40px!important;
}


.white, .white a, .big.white {
	    color: #fff;
}

.rezervace-width {
    width: 60%;
    margin: 0 auto;
    padding-top: 70px;
}

.header-lang ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    text-align: right;
}
.header-lang ul li {
    display: inline;
}
.header-lang li a {
    display: inline;
    text-transform: uppercase;
}


@media only screen and (min-width: 1441px) {
.hamburger-wrap, .sidenav{
display: none;	
}
}



@media only screen and (max-width: 1440px) {


.header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    position: relative;
    width: 100%;
    z-index: 500;
	background-color:#462206;
}

.header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0;
    -moz-box-flex: 2;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
	height: 55px;
}

.header .social-menu {
    display: none;
}
.header .main-menu {
    display: none;
}


.header .hamburger-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
	cursor: pointer;
	position: absolute;
    top: 0;
    /* right: 0; */
	left: 0;
}
.hamburger .lines {
    width: 20px;
    height: 2px;
    background-color: #fff;
}
.hamburger .lines:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}





.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2000;/* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	cursor:cursor;
	
}

/* The navigation menu links */
.sidenav a {
    text-decoration: none;
    font-size: 18px;
	line-height: 1em;
    height: auto;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
    top: 25px;
    right: 25px;
    font-size: 70px;
    margin-left: 50px;
}

.sidenav ul {
    list-style: none;
    list-style-image: none;
	text-align: left;
}
.sidenav>ul>li {
    position: relative;
    height: auto;
}
.mobilenav>ul>li>a, .mobilenav>ul>li>ul>li>a {
    position: relative;
    display: inline-block;
}
.mobilenav>ul>li, .mobilenav>ul>li>ul>li{
    padding: 8px 0;
}

.mobilenav>li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobilenav>li>a, .kontakty-navmenu-h4{
    color: rgba(197,157,95,1);
	    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}
.kontakty-navmenu-h4 {
    margin-left: 30px;
	    text-align: left;
}
.mobilenav .sub-menu a{
    padding: 8px 0;
		    font-weight: 300;
    font-style: normal;
    font-size: 26px;
	    color: rgba(255,255,255,1);
}
.sub-menu {
    margin-left: 0px;
}
.kontakty-navmenu a {
    display: inline;
}


.kontakty-navmenu li a  {
    padding: 8px 0;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: rgba(255,255,255,1);
}
.kontakty-navmenu li   {
line-height: 20px;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: rgba(255,255,255,1);
	    display: block;
}


}


    @media only screen and (min-width: 959px) and (max-width: 1440px) {
		.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
		.container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column,
.container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
.row                                        { margin-bottom: 20px; }


/* Base Grid */
.container .one.column,
.container .one.columns                     { width: 40px;  }
.container .two.columns                     { width: 100px; }
.container .three.columns                   { width: 160px; }
.container .four.columns                    { width: 220px; }
.container .five.columns                    { width: 280px; }
.container .six.columns                     { width: 340px; }
.container .seven.columns                   { width: 400px; }
.container .eight.columns                   { width: 460px; }
.container .nine.columns                    { width: 520px; }
.container .ten.columns                     { width: 580px; }
.container .eleven.columns                  { width: 640px; }
.container .twelve.columns                  { width: 700px; width: 680px; }
.container .thirteen.columns                { width: 760px; }
.container .fourteen.columns                { width: 820px; }
.container .fifteen.columns                 { width: 880px; }
.container .sixteen.columns                 { width: 940px; }

.container .one-third.columns               { width: 300px; }
.container .two-thirds.column               { width: 620px; }

.container .one-fifth.columns				{ width:172px; }
.container .one-sixth.columns				{ width:140px; }
.container .one-seventh.columns				{ width:117px; }
	
	.custom-table-1 img {
    max-width: 100%;
    height: auto;
}
.container .sixteen.columns {
    width: 940px;
}


.header .logo {
    /* left: 15px; */
	right: 15px;
}

.subpage-heading, .page-inner-first {
    height: 200px;
}
.page-inner-first h1 {
    padding-top: 10px;
    margin: 40px 0 10px 0;
}



.container .four.columns {
    width: 220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#footer .timetable {
    margin: 0 auto;
}



	}
	
@media only screen and (max-width: 959px) and (min-width: 768px){
.header .logo {
    /* left: 15px; */
	right: 15px;
}

.subpage-heading, .page-inner-first {
    height: 200px;
}
.page-inner-first h1 {
    padding-top: 10px;
    margin: 40px 0 10px 0;
}

.hp-form-text {
    width: 90%;
}
#footer .container .four.columns {
    width: 220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#footer .timetable {
    margin: 0 auto;
}
.rezervace-width{
	width: 90%;
}


}
@media only screen and (max-width: 967px) and (min-width: 480px){
.header .logo {
    /* left: 15px; */
	right: 15px;
}

.subpage-heading, .page-inner-first {
    height: 200px;
}
.page-inner-first h1 {
    padding-top: 10px;
    margin: 40px 0 10px 0;
}

.hp-form-text {
    width: 90%;
}
#footer .container .four.columns {
    width: 220px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#footer .timetable {
    margin: 0 auto;
}
.rezervace-width{
	width: 90%;
}


}

@media only screen and (max-width: 479px){
.header .logo {
    /* left: 5px; */
	right: 5px;
}
.header .logo img {
    max-width: 200px;
    height: auto;
}

.subpage-heading, .page-inner-first {
    height: 180px;
}
.page-inner-first h1 {
    padding-top: 10px;
    margin: 10px 0 10px 0;
}

.hp-form-text {
    width: 100%;
}

#footer .timetable {
    margin: 0 auto;
}
.rezervace-width{
	width: 100%;
}

.mobilenav>li>a, .kontakty-navmenu-h4 {
        font-size: 26px;
}
.mobilenav .sub-menu a {
    padding: 12px 0;
    font-size: 18px;
}
.sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 70px;
    margin-left: 50px;
}
.center-title-new2018 {
    padding: 0;
}

}




/* ------------------------------------------------------------------------ */
/* 27. Reservation Button
/* ------------------------------------------------------------------------ */

#reservation-float {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 80px;
    display: none;
}

    #reservation-float a {
        display: block;
        width: auto;
        height: 40px;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        -webkit-transition:0.4s all ease;
		   -moz-transition:0.4s all ease;
		     -o-transition:0.4s all ease;
		        transition:0.4s all ease;
				background-color: #faa41a;
				color: #fff;
	    padding: 0 10px;
    line-height: 40px;
    }

    #reservation-float a:hover { background-color: #d08917; }
	
	
	
@media only screen and (min-width: 1441px) {
.odskok-rezervace-all{
padding-top: 70px;
}
.odskok-rezervace-all-p{
padding-top: 10px;
}
.btn-new {
    margin: 20px 0 20px 0;
}
}	
@media only screen and (max-width: 1440px) {
.odskok-rezervace-all{
padding-top: 30px;
}
.odskok-rezervace-all-p{
padding-top: 10px;
}
.btn-new {
    margin: 20px 0 20px 0;
}
}

@media only screen and (min-width: 426px) {
.small-mobile-only {
    display: none;
}
}

@media only screen and (max-width: 767px) {
.section {
    padding: 40px 0;
}
#reservation-float {
    bottom: 0px!important;
    right: 0px!important;
	width:100%!important;
	text-align:center!important;
}
#reservation-float a{
height: 50px!important;
line-height: 50px!important;
    font-size: 18px!important;
	}
}




@media only screen and (max-width: 767px) and (min-width: 480px){
.container {
    width: 100%!important;
}

.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.columns, .container .one-third.column, .container .two-thirds.column {
    width: 90%!important;
    margin: 0 5%!important;
}
}


	
.hp-inner-image {
width: 100vw; 
height: 100vh; 
overflow: hidden; 
background-color: transparent; 
position: absolute;
z-index: 11;	
}
.hp-inner-image-logo{
	position: absolute;
    width: 100%;
    height: 80%;
	width: 100vw;
    height: 100vh;
     z-index: 13;top: 0px; display: flex;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; 
}
.hp-inner-image-header{
	    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    /* align vertical */
    width: 80vw;
    height: 100vw;
}
.hp-inner-image-header img{
   width: auto;
    height: 80%;
    object-fit: contain;     display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: -61px;
	}
@media only screen and (min-width: 768px) {
.hp-inner-image {
height: 100vh; 
}
.hp-inner-image-logo{
    height: 100vh;
}
.hp-inner-image-header{
    height: 100vw;
}
.hp-inner-image-header img{
    margin-top: -61px;
}	
}	
@media only screen and (max-width: 767px) {	
.hp-inner-image, .hp-inner-image-logo, .hp-inner-image-header, .slideshow {
height: 100%; 	
}
.hp-inner-image-header img {
 margin-top: 0px;
}
.hp-inner-first-arrow{
display:none;	
}
.center-title-new2018 {
    padding: 0 20px;
}
}	
@media only screen and (max-width: 767px) {	


.hp-inner-image-header{
    align-content: center;
    flex-wrap: wrap;
    text-align: center;	
}

.hp-inner-image-header h2{

    text-align: center;
    font-size: 40px;
    color: white;
    display: block;
    width: 100%;
	line-height: 40px;
    /* flex: 0 0 100%; */
    /* flex: 1; */
    /* display: flex; */
}

.hp-inner-image-header p{
display: block;
    color: white;
    /* flex: 0 0 100%; */
    flex: 0 0 100%;
    text-align: center;
    font-size: 20px;
	line-height: 20px;
}

}
@media only screen and (min-width: 768px) {	
.hp-inner-image-header{
    align-content: center;
    flex-wrap: wrap;
    text-align: center;	
}

.hp-inner-image-header h2{

    text-align: center;
    font-size: 80px;
    color: white;
    display: block;
    width: 100%;
    /* flex: 0 0 100%; */
    /* flex: 1; */
    /* display: flex; */
}

.hp-inner-image-header p{
display: block;
    color: white;
    /* flex: 0 0 100%; */
    flex: 0 0 100%;
    text-align: center;
    font-size: 30px;
}
}