@charset "utf-8";

@font-face {
    font-family: souvenirs-reg;
    src: url(../font/c_reg.otf);
}
@font-face {
    font-family: souvenirs-bold;
    src: url(../font/c_bold.otf);
    font-weight: bold;
}

/* ---------------------------------------------- */
/* ---------------- MOBILE FIRST ---------------- */
/* ---------------------------------------------- */

body, html {margin: 0px; padding: 0px;}

body {
	background-color: #fff;
	color: #111;
	text-align: left;
	font-size: 10px;
	font-family: souvenirs-reg;
}
h1 {text-align: center;}
a, a:hover {text-decoration: none;}

div#header {
	background-color: #ec2a39;
	color: #fee4a3;
	
	background-image: url(../layout/s_header_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
div#header h1 {
	/*font-size: 6.5em;*/
	font-size: 5em;
	/*padding-top: 2.4em;*/
	padding-top: 3em;
	line-height: 0em;
	margin-bottom: 0em;
}
span#h1_second_line {font-size: 1.14em; line-height: 1.6em;}


div#intro_text_row {
	/*font-size: 1.7em;*/
	font-size: 1.5em;
	letter-spacing: 0.08em;
	padding-top: 1.5em;
	/*padding-bottom: 2em;*/
	text-align: center;
	font-weight: bold;
	line-height: 1.6em;
	color: #333;
	
	text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff;
}
div#intro_text_inner {
	padding: 0px .5em 0px .5em;
}

div#intro_text_container {
	background-image: url(../layout/white_semitransparent.png);
	background-repeat: repeat;
}

div#text_bg_box {
	background-image: url(../layout/text_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	
	padding-left: 0px; padding-right: 0px;
}

div#intro_text_row p::selection {background: #ec2a39; color: #fff;}
div#intro_text_row p::-moz-selection {background: #ec2a39; color: #fff;}

p.contact_us_passage {
	margin-top: 2em;
}

span#m_link {font-weight: bold;}

div#generalije_text {
	padding-top: 2em;
	padding-bottom: 6px;
	font-size: 10px;
	color: #888;
	text-align: right;
	line-height: 1em;
}



div#download_bar {
	color: #fee4a3;
	font-size: 1.9em;
	font-weight: bold;
	background-color: #ec2a39;
	text-align: center;
	
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 1.5em;
	margin-bottom: 3em;
}
a#dld_btn {
	display: block;
	border: solid 1px #fee4a3;
	padding: 6px 20px 6px 20px;
	margin-top: 15px;
	border-radius: 7px;
	color: #fee4a3;
	font-size: .8em;
}
a#dld_btn:hover {
	background-color: #fee4a3;
	color: #ec2a39;
}


div#gallery_row {text-align: center; background-color:#ec2a39;}
div#gallery_row img {
	position: relative;
	margin-left: auto; margin-right: auto;
	margin-bottom: 20px;
	border: solid 1em #fff;
}

.scrollToTop{
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(../layout/to_top.png);
	background-repeat: no-repeat;
	text-decoration: none;
	position:fixed;
	bottom: 3em;
	right: 3em;
	display:none;
	opacity: 0.7;
}
.scrollToTop:hover{
	text-decoration:none;
	opacity: 1;
}



@media (min-width: 500px) {
div#header h1 {
	font-size: 8em;
	padding-top: 2em;
}

div#gallery_row img {
	border: solid 1.2em #fff;
}
div#intro_text_row {
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 1.8em;
}
div#intro_text_inner {
	padding: 0px 2em 0px 2em;
}

p.contact_us_passage {
	text-align: right;
}

}

@media (min-width: 768px) {
div#header {
	background-image: none;
}

div#header {
	background-image: url(../layout/xl_header_bg.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#header h1 {
	padding-top: 1.4em;
	font-size: 11em;
	margin-bottom: -10px;
}
div#intro_text_row {
	font-size: 2em;
	padding-top: 2em;
	font-weight: normal;
}
div#intro_text_inner {
	padding: 0px 1em 0px 1em;
}

div#download_bar {
	font-size: 2.3em;
}

div#gallery_row img {
	border: solid 1.8em #fff;
}

}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}



































