@charset "utf-8";

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, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

::selection {
	background: #b62f7c;
	color:#FFF; /* Safari */
	}
::-moz-selection {
	background: #b62f7c;
	color:#FFF /* Firefox */
}
body {
	line-height: 1;
	position: relative;
	
}
ol, ul {
	list-style: none;
}
input, textarea {
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	font-family: 'Roboto', sans-serif;
}
.background-image {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: -1;
}
html {
	height: 100%;
}
.intro_center {
	height: 430px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/img_intro_center.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin-top: 50px;
	position: relative;
}
.intro_center .intro_title {
	font-size: 40px;
	line-height: 50px;
	color: #B92875;
	height: 50px;
	float: left;
	margin-top: 200px;
	width: 100%;
	text-shadow: 0px 2px 0px rgba(242, 242, 242, 1);
	font-weight: 300;
}
.intro_center .intro_text {
	font-size: 18px;
	line-height: 24px;
	color: #B92875;
	float: left;
	width: 100%;
	text-shadow: 0px 2px 0px rgba(242, 242, 242, 1);
	font-weight: 300;
}
.intro_center .intro_country {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	float: left;
	width: 100%;
	text-shadow: 0px 2px 0px rgba(242, 242, 242, 1);
	margin-top: 10px;
}
.intro_center .counties_container {
	height: 90px;
	position: absolute;
	bottom: 0px;
	width: 600px;
	margin-left: 10px;
}
.intro_center .counties_container .country {
	background-image: url(../images/img_intro_country_divider.png);
	background-position: right center;
	height: 80px;
	padding-right: 55px;
	padding-left: 43px;
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
}
.intro_center .counties_container .country:hover .country_name {
	text-decoration: underline;
}
.intro_center .counties_container .country:last-child {
	background-image: none;
}
.intro_center .counties_container .country .country_flag {
	height: 44px;
	width: 45px;
	margin-right: auto;
	margin-left: auto;
}
.intro_center .counties_container .country .bih {
	background-image: url(../images/img_flags.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
.intro_center .counties_container .country .cro {
	background-image: url(../images/img_flags.png);
	background-repeat: no-repeat;
	background-position: -45px center;
}
.intro_center .counties_container .country .mon {
	background-image: url(../images/img_flags.png);
	background-repeat: no-repeat;
	background-position: -90px center;
}
.intro_center .counties_container .country .country_name {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	margin-top: 5px;
	text-decoration: none;
}
