/* základní reset CSS */
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;
}

/* písmo */
@font-face {
    font-family: 'open_sanslight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'open_sansbold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'monomentregular';
    src: url('monoment-webfont.eot');
    src: url('monoment-webfont.eot?#iefix') format('embedded-opentype'),
         url('monoment-webfont.woff') format('woff'),
         url('monoment-webfont.ttf') format('truetype'),
         url('monoment-webfont.svg#monomentregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	color: #FFF;
	font-family: 'open_sanslight';
    font-weight: normal;
    font-style: normal;
	-webkit-text-size-adjust:none;
	max-width:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;
	}
sup { 
    vertical-align: super;
    font-size: smaller;
	}
strong {
	font-family: 'open_sansbold';
    font-weight: normal;
    font-style: normal;
	}
h1, h2 {
    font-family: 'monomentregular';
    font-weight: normal;
    font-style: normal;
	display:block;
	}
h1 {
	font-size: 100px;
	}
h1 span {
	font-family: 'open_sanslight';
	font-size: 40px;
	text-transform:uppercase;
	letter-spacing:10px;
	margin-top:0px;
	}
h2 {
	font-size: 50px;
	}
p {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.5em;
	text-align:center;
	}
.clear-fix {
    clear: both;
}
a:link {
	color: #FFF;
	text-decoration: none;
	}
a:visited {
	color: #FFF;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}

/* site */
#mini-head {
	display:none;
	}
#big-head {
	display:block;
	}
.foto_big {
	display:block;
	width: 100%;
	height:500px;
	}
.arrow-up{
	display:block;
	width: 71px;
	height:60px;
	text-indent:-3000px;
	background-image:url(../img/arrow-up-71x60.png);
	padding:0;
	margin:0 auto;
	}

/* modrý */	
.pruh_logo {
	background: #145571;
	width: 100%;
	padding-top:120px;
	padding-bottom:100px;
	height:160px;
	}
.pruh_logo h1{
	display:block;
	margin:0px auto;
	text-align:center;
	margin-top:20px;
	max-width:auto;
	}

.menu{
	display:block;
	margin:0px auto;
	text-align:center;
	margin-top:20px;
	width:100%;
	border-top:#FFFFFF thin solid;
	}
.menu a{
	display:inline-block;
	margin:10px 20px 0px 20px;
	text-transform:uppercase;
	text-shadow: #002057 2px 3px 8px;	
	}

/* text a foto */
.pruh_text {
	background: #f2b13f;
	width: 100%;
	padding-top:80px;
	padding-bottom:80px;
	}
.pruh_text h2{
	text-align:center;
	padding-bottom:20px;
	}
.pruh_text p{
	display:block;
	max-width:700px;
	margin:0px auto;
	padding-bottom:20px;
	color:#FFF;
	transition: all 0.5s ease;
	}
.foto_box {
	background: #FFF;  
	margin:20px auto 80px auto;
	padding:12px;
	display:block;
	max-width:736px;
	min-height:244px;
	}
.foto_box img{
		border-radius: 5px;
	margin:12px;
	display:block;
	float:left;
	width:220px;
	height:220px;
	transition: all 0.5s ease;
	}
.foto_box img:hover{
	margin:0px;
	width:244px;
	height:244px;
	}

/* kontakt */
.kontakt {
	background: #08456C;
	width:100%;
	padding-top:50px;
	padding-bottom:30px;
	}
.kontakt h2{
	text-align:center;
	padding-bottom:20px;
	}
.kontakt p{
	padding-bottom:10px;
	}
.kontakt a{
	transition: all 0.5s ease;
	}
.kontakt a:hover{
	letter-spacing:2px;
	opacity:0.5;
	}

/* gmaps */
.maps_google {
	display:block;
	width:100%;
	height:400px;
	background: #E5E3BE;
	}

/* pata */
.pata {
	display:block;
	width:100%;
	padding:50px 0 60px 0;
	background: #08456C;
	}
.pata h2{
	text-align:center;
	padding-bottom:20px;
	}
.pata p{
	display:block;
	width:200px;
	margin:20px auto 80px auto;
	}

/* akce - nabídky */

.lightbox{
	display:none;
	background:url(../img/blue_water_akce.jpg);
	padding:30px;
	box-shadow:#000000 1px 1px 30px;
	border-radius: 5px;
	}
.lightbox p{
	display:block;
	margin:0px;
	}
.lightbox h2{
	text-align:center;
	padding-bottom:10px;
	}
.lightbox span{
	text-align:center;
	display: block;
	width:auto;
	height:1px;
	background:#FFFFFF;
	margin:10px 0 10px 0;
	}

@media screen and (max-width: 800px) {

.foto_box {
	background:#FFFFFF;
	margin:60px auto 80px auto;
	padding:12px;
	display:block;
	max-width:244px;
	min-height:736px;
	}
}

@media screen and (max-width: 550px) {

.pruh_logo {
	background: #145571;
	width: 100%;
	padding-top:50px;
	padding-bottom:100px;
	height:160px;
	}

#big-head {
	display:none;
	}
#mini-head {
	display:block;
	}
	
h1 {
    font-family: 'monomentregular';
    font-weight: normal;
    font-style: normal;
	display:block;
	font-size: 80px;
	line-height:80px;
	}
	
h1 span {
	font-family: 'open_sanslight';
	font-size: 40px;
	text-transform:uppercase;
	letter-spacing:10px;
	margin-bottom:250px;
	}

.foto_box {
	background:#FFFFFF;
	margin:60px auto 80px auto;
	padding:12px;
	display:block;
	max-width:244px;
	min-height:736px;
	}
}