html, body { height: 100%; margin: 0px; position: relative; font-family: 'Open Sans', serif; }
body { background: #EAF2EC; }
div { font-family: 'Open Sans', serif; font-size: 16px; color: #001A4B; font-weightx: 300; letter-spacing: 0.1em; }

a { color: #001A4B; text-decoration: none; }
a:hover { color: #001A4B; text-decoration: none; }
a:focus { color: #001A4B; text-decoration: none; }
h1 { font-family: 'Open Sans', serif; font-size: 50px; font-weight: 800; color: #001A4B; margin-top: 0px; margin-bottom: 60px; text-transformx: uppercase; }
h2 { font-family: 'Open Sans', serif; font-size: 32px; font-weight: 700; color: #001A4B; margin-top: 0px; margin-bottom: 20px; text-transformx: uppercase; }
h3 { font-family: 'Open Sans', serif; font-size: 23px; font-weight: 700; color: #001A4B; margin-top: 0px; margin-bottom: 20px; text-transformx: uppercase; }
h4 { font-family: 'Open Sans', serif; font-size: 20px; font-weight: 700; color: #001A4B; margin-top: 0px; margin-bottom: 20px; }

a, input, textarea, .section, #footer { -webkit-transition: 100ms ease-in-out; -moz-transition: 100ms ease-in-out; -ms-transition: 100ms ease-in-out; -o-transition: 100ms ease-in-out; transition: 100ms ease-in-out; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.color1, a.color1 { color: #001A4B; }
.color2, a.color2 { color: #EC008C; }
.white, a.white { color: #FFFFFF; }
.red, a.red { color: #E10813; }
.black, a.black { color: #222222; }
a.dark, .dark { color: #222222; }
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs20 { font-size: 20px !important; }
.selected { font-weight: 600; }

.anim { transition: all .50s ease-in-out; }
.anim-fast { transition: all .20s ease-in-out; }
.anim-slow { transition: all .80s ease-in-out; }

input:focus { outline: none; }

.opacity0 { opacity: 0; }
.rotate45 { transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.rotate45-back { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.rotate90 {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
}

.form-control { background: none; border: 1px solid #F0CCA4; box-shadow: none; }
.table > tbody > tr > td { border-top: 1px solid #2D031A; background: none; }
.table > tbody > tr > td:nth-child(odd) { font-weight: bold; }

.shadow { box-shadow: 1px 4px 8px 1px rgba(20,20,20,.3); }
.noscroll { overflow: hidden; }

/* HLAVNE BLOKY */
.container120 { padding: 130px; }
.container60 { padding-left: 60px; padding-right: 60px; }
#window { margin-left: 300px; min-height: 100%; overflow: hidden; }
#header { position: fixed; top: 0px; left: 0px; width: 300px; height: 100%; z-index: 999999; }
#header {
	background: #f6ece1; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f6ece1 0%, #f6ece1 27%, #ebd0af 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #f6ece1 0%,#f6ece1 27%,#ebd0af 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #B0D9C4 0%,#B0D9C4 27%,#63C08F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ece1', endColorstr='#ebd0af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#application { position: relative; }
#application-header { }
#application-body { }
#application-before-route { }
#application-route { margin-bottomx: 20px; }
#application-content {  }
#application-content.reset { margin-left: 0px; margin-right: 0px; }
#application-after-route { }
#application-footer { }
#footer-container { background: #E30713; }

/* HEADER */
#header, .anim { transition: all .50s ease-in-out; }
.anim-fast { transition: all .20s ease-in-out; }
.anim-slow { transition: all .80s ease-in-out; }

#header #menu { padding-top: 30px; text-align: center; text-transform: uppercase; }
#header #menu-mobile { text-align: center; font-family: 'Open Sans'; margin-top: 20px; margin-bottom: 10px; }
#header #menu .menuitem { padding: 8px 0px; font-family: 'Open Sans'; font-size: 18px; font-weight: 600; position: relative; }
#header #menu .menuitem, #menu .menuitem a { color: #001A4B; }
#header #menu a:hover { color: rgba(192,148,74,1); }
#header #menu .menuitem.selected { font-weightx: 600; }
#header #menu .menuitem.selected a { color: rgba(192,148,74,1); }

#header #menu.compact .selected { background: #8CC63F; }
#header #menu.compact .selected a { color: #FFFFFF; }

#header-bottom { position: absolute; bottom: 0px; left: 0px; width: 100%; text-align: center; padding-bottom: 20px; }

.logo { max-width: 170px; padding-top: 30px; }
.social { font-size: 26px !important; display: inline-block; margin-left: 10px; margin-right: 10px; }
.language { font-family: 'Open Sans'; font-size: 14px; font-weight: 600; color: rgba(192,148,74,1); }
.map { text-transform: uppercase; display: inline-block; margin-top: 10px; }

/* APP */
.slideshow-navi-container { position: absolute; bottom: 140px; left: 140px; width: 60%; }
.backstretch-caption { font-family: 'Open Sans', serif; font-size: 52px; font-weight: 800; color: #FFFFFF; text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); }
.slide-kruzok { float: left; margin-right: 30px; width: 20px; height: 20px; background-image: url('../image/kruzka-slideshow.png'); background-repeat: no-repeat; background-position: 0px 0px; background-size: 100%; }
.slide-kruzok.active {  background-position: 0px -20px; }

#menu-selector { background: #FFFFFF; padding: 30px 30px 0px; }

.predel {
	background: #6dcef5; /* Old browsers */
	background: -moz-linear-gradient(left,  #6dcef5 0%, #abe0f9 20%, #2483c5 60%, #7da6d7 87%, #abe0f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #6dcef5 0%,#abe0f9 20%,#2483c5 60%,#7da6d7 87%,#abe0f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #6dcef5 0%,#abe0f9 20%,#2483c5 60%,#7da6d7 87%,#abe0f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dcef5', endColorstr='#abe0f9',GradientType=1 ); /* IE6-9 */
}

.menu-group { font-family: 'Open Sans'; font-weight: 600; }
.menu-group.active { font-weight: 700; }
.menu-polozka-nazov { heightx: 90px; }

.galeria-group { display: inline-block; background: #FFFFFF; padding: 15px 20px; margin-top: 2px; width: 100%; text-transform: uppercase; }
.galeria-group.active { font-weight: 600; }
.galeria-left, .galeria-right, #svadby-left, #svadby-right { cursor: pointer; }
.svadby-stuha { position: absolute; bottom: -50px; left: -50px; width: 170px; height: 170px; transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.galeria-stuha { position: absolute; bottom: -50px; right: -50px; width: 280px; height: 280px }
.akcie-stuha-horna { position: absolute; top: 0px; left: 0px; width: 136px; height: 136px; transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.akcie-stuha-dolna { position: absolute; bottom: 0px; right: 0px; width: 136px; height: 136px; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); }

/* CELL TYPES */
.kupit { background: #001F46; padding: 10px; position: absolute; bottom: 0px; right: 0px; text-align: center; width: 100px; }
.kupit.active { bottom: -100px; background: #629CD3; }
.kupit-plus-minus { position: absolute; bottom: -100px; right: 0px; width: 100px; text-align: center; }
.kupit-plus-minus.active { bottom: 0px; }
.kupit-minus, .kupit-plus { float: left; width: 50%; padding: 10px; background: #B2B2B2; color: #FFFFFF; }
.kupit-minus:hover, .kupit-plus:hover { background: #7D8184; color: #FFFFFF; }

.otvorit-clanok { display: inline-block; padding: 10px; background: #FFFFFF; }
.otvorit-clanok:hover { background: #001F46; color: #FFFFFF; }
.blog-nadpis { font-family: Open Sans; font-size: 26px; font-weight: 700; }

.btn-blue { display: inline-block; padding: 10px; background: #001F46; color: #FFFFFF; }
	.btn-blue:hover, .btn-blue:focus { color: #FFFFFF; }

.cena { font-size: 24px; }

/* FOOTER */
.copyright-container { text-align: right; }
#footer #back-top a { color: #40331E; }

/* WIDGETS */
#sidebar { position: fixed; top: 0px; right: -350px; heightx: 100%; z-index: 9999; }
	#sidebar.active { right: 0px; }
.sidebar-main-container { width: 350px; height: 100%; box-shadow: 10px 0px 85px -14px rgba(0,0,0,0.75); position: relative; overflow: hidden; }
.sidebar-opener { position: absolute; top: 0px; left: -50px; width: 50px; }
#rezervovat { display: block; }
	#sidebar.active #rezervovat { display: none; }
#zatvorit { display: none; }
	#sidebar.active #zatvorit { display: block; }
.rezervovat-container { padding: 10px; padding-top: 104px; font-weight: 800; font-size: 14px; letter-spacing: 2px; height: 150px; }
	#sidebar.active .rezervovat-container { padding-top: 90px; }
.bg-rezervovat { background: #001F46; }
.bg-white { background: #FFFFFF; }
.form-control { border-radius: 0px; border: 1px solid #FFFFFF; background: #FFFFFF; color: #000000; font-weight: 600; }
.btn-poslat { color: #FFFFFF; background: #000000; border: none; text-transform: uppercase; font-weight: 800; padding: 12px 15px; }
.sidebar-phone { font-size: 23px; font-weight: 700; }

/* POPUP REQUEST */
#popup-request { position: fixed; top: -800px; left: 0px; right: 0px; bottom: 0px; background: rgba(30,30,30,.6); z-index: 999999; opacity: 0; pointer-events: none; overflow-y: scroll; }
	#popup-request.active { top: 0px; opacity: 1; pointer-events: auto; }
.popup-request-main-container { width: 1000px; margin: 40px auto auto; heightx: 100%; background: rgba(192,148,74,1); background: #001F46; border-radius: 0px; box-shadow: 10px 0px 85px -14px rgba(0,0,0,0.75); position: relative; overflow: hidden; }
#rezervovat { display: block; }
	#popup-request.active #rezervovat { display: none; }
#zatvorit { display: none; }
	#popup-request.active #zatvorit { display: block; }
/*
.rezervovat-container { padding: 10px; padding-top: 115px; font-weight: 800; font-size: 14px; letter-spacing: 2px; height: 155px; }
	#popup-request.active .rezervovat-container { padding-top: 90px; }
*/
.form-control.popup-request { border: 1px solid #FFFFFF; border-radius: 0px; background: none; }
.form-container { padding: 40px; }

/* MEDIA QUERIES */
@media (min-width: 1680px) {
	.content_container { width: 1000px; margin-left: auto; margin-right: auto; }
	.content_container.reset { width: auto; margin-left: 0px; margin-right: 0px; }
}
@media (max-width: 1640px) {
	.container120 { padding: 80px; }
	#header-menu-inside { background-image: none; }
	.menu-polozka-nazov { heightx: 130px; }
}

@media (max-width: 1400px) {
	/*#window { margin-left: 200px; }*/
	
	.content_container { margin-left: 180px; margin-right: 180px; }
	.main_container { padding-left: 10%; padding-right: 10%; }
}

@media (max-width: 1200px) {
	/*#window { margin-left: 100px; }*/
	
	h1 { font-size: 36px; }
	
	.container120 { padding: 80px; }
	.main_container { padding-left: 5%; padding-right: 5%; }
	.main_container_wide { padding-left: 25px; padding-right: 25px; }
	
	#header #menu .menuitem { font-size: 17px; }
	.menu-polozka-nazov { height: auto; }
	.backstretch-caption { font-size: 40px; }
	.popup-request-main-container { width: auto; margin: 40px 20px auto; }
	.form-container { padding: 20px; }
}
@media (min-width: 1500px) and (max-width: 1880px) {
	.cena { font-size: 16px; }
}
@media (min-width: 991px) and (max-width: 1100px) {
	.cena { font-size: 18px; }
}
@media (min-width: 481px) and (max-width: 720px) {
	.cena { font-size: 13px; }
}

@media (min-width: 991px) and (max-height: 800px) {
	#header #menu .menuitem { padding: 3px 0px; }
}
@media (min-width: 991px) and (max-height: 700px) {
	.logo { max-width: 140px; padding-top: 20px; }
	#header #menu { padding-top: 20px; }
	#header #menu .menuitem { font-size: 15px; }
}

@media (min-width: 991px) {
	#menu-selector.scrolled { padding-left: 330px; }
	#menu-selector.scrolled a {  }
}
@media (min-width: 768px) {
	#menu { display: block; }
	#menu-mobile { display: none; }
	#menu-selector.scrolled { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 99999; }
}
@media (max-width: 767px) {
	.content_container { margin-left: 140px; margin-right: 140px; }
	#menu { display: none; margin-top: 0px; padding-top: 0px; padding-bottom: 20px; }
	#menu-mobile { display: inline-block; }
	.galeria-photo-outer-container { overflow: hidden; }
}

@media (max-width: 991px) {
	#window { margin-left: 0px; margin-rightx: 30px; box-shadow: none; }
	#header { position: static; top: auto; right: auto; width: 100%; height: auto; margin-leftx: 30px; margin-right: 0px; box-shadow: none; padding-top: 0px; padding-bottom: 30px; }
	.container120 { padding: 60px; }
	#header-bottom { position: static; bottom: auto; left: auto; width: 100%; text-align: center; margin-top: 20px; }
	.logo { max-width: 160px; }

	.content_container { margin-left: 40px; margin-right: 40px; }
	.container { padding-left: 30px; padding-right: 30px; }
	.menuitem { font-size: 15px; display: inline-block; margin-left: 20px; margin-right: 20px;  }
}
@media (max-width: 891px) {
}

@media (max-width: 767px) {
	h1 { font-size: 32px; }
	h2 { font-size: 29px; }
	h2 { font-size: 26px; }
	
	.menuitemx { float: left; width: 100%; margin-left: 0px; font-size: 16px; height: auto; padding: 20px 0px; heightx: 80px; }
	.menuitem .submenu { position: absolute; top: 48px; left: 0px; padding: 10px; text-align: center; background: rgba(255,255,255,.95); }
	.menuitem .submenu .submenu-item { float: none; display: inline-block; padding: 6px 20px; }
	.menuitem .submenu.wm { width: 100%; }
	.menuitem .submenu.wl { width: auto; }
	
	.container60 { padding-left: 30px; padding-right: 30px; }
	.container_inside { padding: 40px 0px; }
	
	.slideshow-navi-container { position: absolute; bottom: 100px; left: 40px; width: 80%; }
	.backstretch-caption { font-size: 30px; }
	
	.galeria-group { float: left; width: 50%; padding: 15px 10px; }
	.menu-polozka-nazov { height: auto; }
	.blog-nadpis { font-size: 21px; }
	.akcie-stuha-horna { position: absolute; top: 0px; left: 0px; width: 80px; height: 80px; transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); }
	.akcie-stuha-dolna { position: absolute; bottom: 0px; right: 0px; width: 80px; height: 80px; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); }
}
@media (max-width: 880px) {
}
@media (max-width: 767px) {
	h1 { font-size: 23px; }
}
@media (max-width: 540px) {
	div { font-size: 14px; }
	.container120 { padding: 40px 30px; padding-right: 50px; }
	.sidebar-opener { position: absolute; top: 0px; left: -40px; width: 40px; }
	.logo { max-width: 140px; }
	.backstretch-caption { font-size: 26px; }
	.svadby-stuha { position: absolute; bottom: -20px; right: -20px; width: 80px; height: 80px; }
	.galeria-stuha { position: absolute; bottom: -20px; right: -20px; width: 120px; height: 120px }
	.blog-nadpis { font-size: 17px; }
	.akcie-stuha-horna { position: absolute; top: 0px; left: 0px; width: 60px; height: 60px; transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); }
	.akcie-stuha-dolna { position: absolute; bottom: 0px; right: 0px; width: 80px; height: 80px; transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); }
}
@media (min-width: 481px) {
	.hidden-ss-plus { display: none; }
}
@media (max-width: 480px) {
	#header-menu { background-image: none; }
	.copyright-container { text-align: center; }
}
@media (max-width: 400px) {
	#sidebar { position: fixed; top: 0px; right: -300px; heightx: 100%; z-index: 9999; }
	.sidebar-main-container { width: 300px; overflow-y: scroll; }
}
@media (max-width: 380px) {
	#menu-mobile { left: 80px; margin-left: 0px; }
	.cena { font-size: 18px; }
}
@media (max-width: 350px) {
	#sidebar { position: fixed; top: 0px; right: -280px; bottom: 0px; heightx: 100%; z-index: 9999; }
	.sidebar-main-container { width: 280px; }
}