@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Petit+Formal+Script);
@import url(https://fonts.googleapis.com/css?family=Raleway);

*,:after,:before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,html {
    width: 100%;
    height: 100%;
   /* overflow-x: hidden; */
}

body {
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Open Sans',sans-serif;
    color: #333;
}

ol,ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    margin: .3em 0;
}

::selection {
    background-color: #333;
    color: #eee;
}

.menu-toggle {
    display: none;
}

.mobile-bar {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 1em;
    width: 4em;
    height: 3.6em;
    background-color: rgba(255,255,255,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.menu-icon,.menu-icon>span,.menu-icon>span:after,.menu-icon>span:before {
    transition: transform 300ms ease;
}

.menu-icon {
    display: block;
    height: 100%;
    cursor: pointer;
    position: relative;
    width: 2em;
}

.menu-icon>span,.menu-icon>span:after,.menu-icon>span:before {
    position: absolute;
    width: 100%;
    border-radius: 1px;
    background-color: #88f;
}

.menu-icon>span {
    display: block;
    top: 55%;
    margin-top: -.3em;
    height: .3em;
}

.menu-icon>span:after,.menu-icon>span:before {
    content: "";
    height: 100%;
}

.menu-icon>span:before {
    transform: translateY(-.6em);
}

.menu-icon>span:after {
    transform: translateY(.6em);
}

.menu-toggle:checked+.mobile-bar .menu-icon {
    transform: rotate(45deg);
}

.menu-toggle:checked+.mobile-bar span:after,.menu-toggle:checked+.mobile-bar span:before {
    transform: rotate(90deg);
}

.menu-toggle:checked~.izbornik {
    transform: translateX(50%);
    transform: translate3d(50%,0,0);
}

.izbornik {
	z-index: 9;
    position: fixed;
    top: 0;
    border-right: 2px solid #88f;
    color: #22a;
    transition: transform 300ms ease;
}

.izbornik,.izbornik nav,.izbornik ul {
    height: 100%;
}

.izbornik li {
    padding-left: 15em;
	padding-bottom:1%;
	padding-top:1%;
    text-align: left;
}

.izbornik a {
    display: block;
    padding: 0.8em;
    transition: background-color 300ms ease-in; 
}

.izbornik a:hover,.selected {
    background-color: #88f;
    color: #fff;
    font-weight: 700;
}

.container {
    position: relative;
    top: 0px;
    padding: 0px;
    background-color: rgba(255,255,255,.5);
    display: block;
    max-width: 800px;
    border-right: 2px solid #88f;
    border-left: 2px solid #88f;
    transition: transform 300ms ease;
}

.content {
    margin: 0;
    max-width: 800px;
}

.footer {
    margin-top: 20px;
    font-size: .9rem;
    text-align: center;
}

.footer a,table .naslov {
    font-weight: 700;
}

.footer a:hover {
    text-decoration: underline;
}

img{
        max-width: 100%;
        height: auto;
    }

article,header {
    margin-left: 0;
    max-width: 800px;
    border-right: 2px solid #88f;
}

article {
    position: relative;
}

.opis,article h1,article h2,article p {
    padding: 1.5%;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-decoration: none;
}

article h1 {
    margin-top: -4px;
    font-size: 1.2rem;
    background-color: #fcf;
    border-bottom: 2px solid #88f;
    color: #5252b1;
}

.opis,article h2,article p {
    font-size: .9rem;
    color: #006;
}

.opis {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,.6);
}

.opis img,table {
    padding: 1px;
}

.gallery,.gallery img,.opis,.ponuda,article,header {
    display: block;
}

.gallery img {
    padding: 2px;
    margin: auto;
    background-color: #888;
}

.ponuda {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    padding: 1%;
    text-align: center;
    background-color: rgba(255,255,255,.25);
}

.vlasnik {
    font-family: 'Petit Formal Script',cursive;
    font-size: 1.5rem;
    font-weight: 700;
}

.adresa {
    font-family: 'Arial',cursive;
    font-size: 1rem;
}

table {
    text-align: center;
    border-width: 0;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 1px;
    font-family: 'Raleway',sans-serif;
    font-size: .9rem;
}

.kontakt,table td {
    border-radius: 7px;
    background-color: rgba(255,255,255,.5);
}

table td {
    padding: 5px 3px;
    border-color: rgba(0,190,255,.6);
    border-width: 1px;
    border-style: outset;
}

.kontakt {
    display: block;
    width: 45%; 
    float: left;
    text-align: center;
    line-height: 150%;
    margin: 1%;
	padding: 1%;
    font-family: 'Raleway',sans-serif;
    font-size: .9rem;
    box-shadow: 2px 2px 4px 1px rgba(0,0,255,.3);
}

.domacin {
    font-style: italic;
    font-weight: 700;
    font-size: 1.1rem;
}

.guest,.impression {
    display: block;
    width: 100%;
}

.guest {
    padding: 1%;
    float: left;
    font-weight: 700;
    color: #006;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 2px;
    border-top-color: #00f;
    border-top-style: dotted;
    font-size: 1rem;
    background-color: rgba(255,255,255,.8);
}

.impression {
    background-color: rgba(255,255,255,.6);
    clear: both;
    font-size: .9rem;
	padding:1%;
}

.impression p {
    font-family: 'Raleway',sans-serif,cursive;
}

.impression img {
    padding: 0;
    float: right;
    margin: 1%;
    border-width: 1px;
    border-style: solid;
    border-color: #00f;
    background-clip: content-box;
}

.gallery iframe {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
	min-height:560px;
}
	

@media (max-width:1023px) {

	html { font-size: 120% }

	.izbornik {
		left: -30em;
		padding-top: 4em;
		width: 30em;
		background-color: rgba(255,255,255,.8);
		overflow-y: scroll;
	}
	
	.izbornik li {
		border-bottom: 2px solid #88f;
		padding-left: 15em;
	}
	
	.izbornik a {
		padding: 1em;
	}
	
	.container {
		margin-left: 0px;
	}

	.kontakt {
    	width: 95%; 
	}

	table {
		display:block;
		overflow-x: auto; 
	}
}

@media (min-width:1024px) {
	html { font-size: 100% }
	
    .mobile-bar {
        display: none;
    }

    .izbornik {
        left: 0;
        padding-top: 0;
        width: 12em;
        height: auto;
        overflow: auto;
        float: left;
        background-color: rgba(255,255,255,.7);
    }
	
    .izbornik li {
        display: block;
        margin-right: 0px;
        border-bottom: 1px solid #88f;
        padding-left: .5em;
    }

    .izbornik a {
        padding: 0.5em;
    }

    .container {
        margin-left: 12em;
    }
}