/******************************* CSS RESET - MEYERWEB.COM *******************************/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/******************************* BASE CSS *******************************/
/* 	Common elements
	Commonly used elements on the site. Srsly.
*/
.clear { clear:both }
.left { text-align:left } .center { text-align:center } .right { text-align:right }
.alignleft { float:left } .aligncenter { margin:0 auto } .alignright { float:right }
img.alignleft, table.alignleft { margin:5px 10px 5px 0 } img.alignright, table.alignright { margin: 5px 0 5px 10px }
img.aligncenter { display:block; margin: 10px auto }
.noborder { border:none; padding:0 }
.nomargin { margin:0 }
.banner { border:none; padding:0; margin-bottom:10px }
.hidden { display:none }
strong { font-weight:bold }
.spacer { clear:both; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #eee }
p.spacer { clear:none }

/* 	Styling the Body tag */
body {
	font-size:62.5%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#636363;
	text-align:center;
	background:url(../img/art/body-bg.png) repeat 0 0;
}

/* 	Logo */
#logo { margin:0 }
#logo a {
	position:absolute;
	bottom:20px;
	left:395px;
	width:190px;
	height:90px;
	z-index:100;
	text-indent:-8000px;
}
#logo a:hover {
	text-decoration:none;
	border-bottom:none;
	display:block;
	height:90px;
}

/* 	Building blocks */
.container {
	width:980px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#header {
	height:530px;
	background:url(../img/art/body-bg-x.png) repeat-x 0 0;
}
#header .container {
	background:url(../img/art/header.jpg) no-repeat 0 0;
	height:420px;
}
#header .son-de-mar-logo {
	position: absolute;
	right: 50px;
	bottom: -53px;
	border: #9E0B0E solid 3px;
	border-radius: 3%;
}
#header .son-de-mar-logo a:hover {
	color: #9E0B0E;
}
#header .son-de-mar-logo .son-de-mar-text {
	float: left;
	font-size: 20px;
	width: 120px;
	height: 100px;
	display: flex;
	text-align: center;
	background-color: #ffffe0;
}
#header .son-de-mar-logo .son-de-mar-text p {
	text-align: center;
	vertical-align: middle;
	margin: auto;
	font-size: 24px;
	line-height: 30px;
}
#header .son-de-mar-logo img {
	float: left;
}
#main .container {
	background:url(../img/art/main-bg.png) repeat-y 0 0;
	width:888px;
	padding:40px;
	position:relative;
	margin-top:-110px;
	margin-bottom:20px;
}
#main .container .top {
	width:960px;
	height:110px;
	background:url(../img/art/main-bg.png) no-repeat -972px 0;
	position:absolute;
	top:0;
	left:4px;
}
#main .container .bottom {
	width:968px;
	height:10px;
	background:url(../img/art/main-bg.png) no-repeat -968px -150px;
	position:absolute;
	bottom:-10px;
	left:0;
}
#content, .sidebar {
	position:relative;
}
#content {
	width:640px;
	float:left;
	margin-left:250px;
}
body.homepage #content {
	width:378px;
	margin-left:240px;
}
.sidebar {
	width:220px;
	float:left;
	margin-left:-890px;
}
body.homepage .sidebar {
	margin-left:-618px;
}
body.homepage .sidebar.secondary {
	width:250px;
	float:left;
	margin-left:20px;
}

/* 	Main tags */
h1, h2, h3, h4, h5, h6, p, table, .view ul, .view ol { margin-bottom:20px }
h1 {
	font-size:22px;
	line-height:26px;
	color:#222;
	font-weight:normal;
}
h2 {
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#222;
}
body.homepage .column h2 { margin-bottom:5px }
h2 a { font-weight:normal }
h3 {
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
	color:#222;
}
p.description {
	font-size:16px;
	line-height:22px;
	color:#333;
}
p, .view li, .column li, .view td, .view th {
	font-size:13px;
	line-height:20px;
}
.view ul {
	list-style:none;
}
.view ul ul { margin-left:15px }
.view ul li, .column ul li { background:url(../img/art/icons/bullet1.gif) no-repeat 5px 7px }
.view ul ul li { background:url(../img/art/icons/bullet2.gif) no-repeat 5px 7px }
.view ul li, .column ul li, .view ul ul li {
	padding-left:15px;
}
.view ol {
	margin-left:25px;
	list-style:decimal;
}
.view ol ol { list-style:lower-latin }
.view ul ul, .view ol ol { margin-bottom:0 }
.view li li { font-size:1em }

/*	Table */
.view table {
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}
.view table thead th, .view table thead td {
	background:#edd9a2;
}
.view th { font-weight:bold; color:#000 }
.view td, .view th {
	font-size:12px;
	line-height:15px;
	padding:4px 6px;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
}
tr:nth-child(even) { background:#f3f4eb }
.view tbody th {

}

/*	Links */
a {
	/* color: #004b8d; */
	color: #9E0B0E;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#222;
	text-decoration:underline;
}
p.more {
	position:relative;
	margin-top:-15px;
}

/*	Images */
.image-container {
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
}
.image-container.alignleft { margin:0 15px 5px 0 } .image-container.alignright { margin:0 0 5px 15px }
.image-container img { display:block; clear:both; margin-bottom:3px }
.image-container small {
	font-size:11px;
	line-height:15px;
	color:#555;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	display:block;
}

/*	Homepage > Posebna ponuda */
#posebna {
	width:900px;
	height:50px;
	clear:both;
	overflow:hidden;
	background:url(../img/art/posebna-ponuda-bg.png) no-repeat 0 0;
}
#posebna h3.title {
	width:180px;
	padding:0 20px;
	text-align:center;
	font-size:16px;
	line-height:50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d1d2d6;
	font-weight:bold;
	float:left;
	text-transform:none;
}
#posebna p {
	font-size:12px;
	line-height:50px;
	color:#fff;
	width:640px;
	padding:0 20px;
	float:right;
}
#posebna h3, #posebna p { text-shadow:1px 1px 1px rgba(0,0,0,0.3) }
#posebna a {
	color:#6dcff6;
}
#posebna a:hover {
	color:#eee;
}

/*	Langnav */
#langnav {
	position:absolute;
	top:30px;
	left:10px;
}
#langnav li { float:left }
#langnav a {
	display:block;
	width:24px;
	height:24px;
	text-indent:-8000px;
	background-image:url(../img/art/langnav.png);
	background-repeat:no-repeat;
	margin-right:5px;
}
#langnav #langhr { background-position:-24px 0 }
#langnav #langen { background-position:-24px -24px }
#langnav #langhr:hover, #langnav #langhr.selected { background-position:0 0 }
#langnav #langen:hover, #langnav #langen.selected { background-position:0 -24px }

/*	Form > Normal form */
.normalform { margin-bottom:15px }
.normalform ol{ list-style-type:none; margin:0 0 10px }
.normalform ol { font-size:11px }
.catalog .normalform ol { font-size:13px }
.normalform li {
	float:left;
	clear:both;
	margin-bottom:10px;
	position:relative;
	width:640px; /* ovdje treba definirati velicinu "forme", i ovisno o velicini namjestiti .error */
}
.normalform legend {
	font-size:14px;
	color:#111;
	padding:20px 0 10px;
}
.normalform label {
	font-size:12px;
	font-weight:bold;
	display:block;
	padding-top:6px;
	width:190px;
	float:left;
}
.normalform .required label { color:#cc1300 }
.normalform .text, .normalform .select, .normalform .textarea {
	border:1px solid #ddd;
	padding:6px 4px;
	font-family:Arial, Helvetica, sans-serif;
	width:434px;
	font-size:14px;
	font-weight:bold;
	color:#555;
	float:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.normalform .textarea {
	height:120px;
}
.normalform .select { width:278px }
.normalform .text:focus, .normalform .textarea:focus { border:1px solid #ccc; background:#f5f5f5 }

.normalform .select {
	padding:1px 3px;
}
.normalform input.button {
	margin-left:198px;
}
.error em {
	position:absolute;
	padding:3px 6px;
	background:#c0171d;
	color:#eee;
	font-size:11px;
	bottom:-5px;
	right:-5px;
	font-style:normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.normalform .button {
	position:relative;
	left:-2px;
}

/*	Columns */
.column {
	float:left;
	display:block;
	margin-left:20px;
	width:220px;
}
.column.first { margin-left:0 !important; clear:both }
.size1 { width:60px } .size2 { width:140px } .size2a { width:120px } .size3 { width:220px } .size3b { width:200px } body.homepage #main .container .size3b { margin-left:40px }
.size4 { width:300px } .size4b { width:290px } .size5 { width:380px } .size6 { width:460px } .size7 { width:540px } .size8 { width:620px } .size8a { width:630px }
.sizefull { width:160%; margin-left:0 }


/*	Buttons */
.button {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.4);
	background:#004b8d;
	padding:10px;
	cursor:pointer;
	border:0;
	white-space:nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover {
	color:#eee;
	background:#222;
}

/*	Footer */
#footer .container {
	width:880px;
	padding:0 40px 30px;
}
#footer p {
	color:#867c70;
	font-size:11px;
}


/*****************************************	Widgets	*****************************************/
/*	Widgets */
.widget > li {
	float:left;
	display:block;
	clear:both;
	width:100%;
	margin-bottom:20px;
}

/*	Navigation */
.widget .navigation {
	width:180px;
	background:url(../img/art/sidebar-nav-bg.png) repeat-y left top;
	padding:0 20px 16px;
	margin-top:74px;
	position:relative;
}
.widget .navigation .navtop {
	width:220px;
	height:94px;
	background:url(../img/art/sidebar-nav-bg.gif) no-repeat -220px 0;
	position:absolute;
	top:-94px;
	cursor: pointer;
	left:0;
}
.widget .navigation .navtop-video {
	width:220px;
	height:72px;
	background:url(../img/art/video-button-blue-text5.png) no-repeat;
	position:absolute;
	top: -5px;
	cursor: pointer;
	left:0;
}
.widget .navigation .navbottom {
	width:220px;
	height:4px;
	background:url(../img/art/sidebar-nav-bg.png) no-repeat -220px -94px;
	position:absolute;
	bottom:-4px;
	left:0;
}
.widget .navigation ul {
	background:url(../img/art/dot-x.gif) repeat-x left top;
	padding-top:1px;
	margin-top: 70px;
}
.widget .navigation li {
	clear:both;
	background:url(../img/art/dot-x.gif) repeat-x left bottom;
	padding-bottom:1px;
}
.widget .navigation a {
	display:block;
	padding:6px 4px;
	font-size:11px;
	font-weight:bold;
	height:1%;
	/* color:#004b8d; */
	color: #9E0B0E;
	text-decoration:none;
}
.widget .navigation a:hover { background:#fff }
.widget .navigation a.selected {
	background:#fff url(../img/art/sidebar-nav-sel.png) no-repeat 4px 50%;
	color:#222;
	padding:6px 10px 6px 15px;
}

/*	Text widget */
.text h3 {
	font-size:15px;
	margin-bottom:5px;
}
.text p {
	font-size:11px;
	color:#777;
}

.youtubeplayer {
	margin-top: 5px;
	margin-bottom: 30px;
}

/*	Fixevi */
.clearfix:before, .clearfix:after,
.container:before, .container:after, .widget > li:before, .widget > li:after,
#advsearch li:before, #advsearch li:after
{ content: "\0020"; display: block; height: 0; visibility: hidden; }

.clearfix:after,
.container:after, .widget > li:after,
#advsearch li:after
{ clear: both; }

.clearfix,
.container, .widget > li,
#advsearch li
{ zoom: 1; }

/* Sidebar PDF */
.layout-title {
	padding: 20px 0 10px 40px;
	margin: 0;
	text-transform: none;
	color: #9E0B0E;
}

/*	The end ;) */

#guestcom
{
	width:100%;
	height:750px;
}

#langnav a#langru {
	display:block;
	width:29px;
	height:29px;
	text-indent:-8000px;
	/* background-image:url(../img/art/russia_round_icon_64.png); */
	background-image: url(../img/art/flag_of_russia.png);
	background-repeat:no-repeat;
	margin-right:5px;
	margin-top: -3px;
	opacity: 0.4;
}

#langnav #langru:hover, #langnav #langru.selected { opacity: 1; }