/*
 *	Elektromehaničarski poslovi i trgovina Musulin - Metković
 *	Author: Ante Primorac
 *	Author URI: http://anteprimorac.from.hr
 */
 
@import "reset.css";

@font-face {
	font-family: 'Myriad Web Pro';
	src: url('fonts/myriad_web_pro.eot');
	src: url('fonts/myriad_web_pro.eot?#iefix') format('embedded-opentype'),
		url('fonts/myriad_web_pro.woff') format('woff'),
		url('fonts/myriad_web_pro.ttf') format('truetype'),
		url('fonts/myriad_web_pro.svg#myriad_web_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lucida Calligraphy';
	src: url('fonts/lucida_calligraphy_italic.eot');
	src: url('fonts/lucida_calligraphy_italic?#iefix') format('embedded-opentype'),
		url('fonts/lucida_calligraphy_italic.woff') format('woff'),
		url('fonts/lucida_calligraphy_italic.ttf') format('truetype'),
		url('fonts/lucida_calligraphy_italic.svg#lucida_calligraphyitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,html {
	height: 100%;
}

body {
	background: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}

h1, h2, h3 {
	font-family: "Lucida Calligraphy", Lucida Calligraphy;
	font-size: 28px;
	color: #111;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #555;
}

a, a:link, a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover, a:focus {
	color: #c00;
}

strong, b {
	font-weight: bold;
}

.container {
	position: relative;
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: rgba(0, 0, 0, .25) 0 0 6px 2px;
}

.contact-info {
	width: 100%;
	padding: 14px 0;
	background: #111;
	font-family: "Myriad Web Pro", Myriad Web Pro;
	color: #f0f0f0;
	text-align: center;
}

.logo {
	width: 100%;
	padding: 10px 0;
	background: #c70000;
	border-style: solid;
	border-color: #dd6666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
}

.navigation {
	width: 100%;
	height: 40px;
	background: #111;
}
.navigation ul.left {
	float: left;
}
.navigation ul.right {
	float: right;
}
.navigation ul li {
	display: inline-block;
	margin: 14px 20px;
	font-family: "Myriad Web Pro", Myriad Web Pro;
	color: #fff;
	list-style: none;
}
.navigation ul li a, .navigation ul li a:link, .navigation ul li a:visited {
	padding: 14px 0;
	font-family: "Myriad Web Pro", Myriad Web Pro;
	color: #fff;
	text-decoration: none;
}
.navigation ul li a:hover, .navigation ul li a:focus {
	color: #f00;
}
.navigation ul li.active a {
	font-weight: bold;
}

.content {
	padding: 40px;
	font-size: 14px;
}
.article .article-content {
	padding: 5px 20px;
	line-height: 140%;
}
.content a, .content a:link, .content a:visited {
	color: #c00;
	text-decoration: none;
}
.content a:hover, .content a:focus {
	color: #111;
}

.important-pages {
	margin: 20px 0;
}
.important-pages .page {
	display: inline-block;
	width: 272px;
	height: 172px;
	position: relative;
	margin-left: 12px;
	border: solid 4px #111;
}
.important-pages .page:first-child {
	margin-left: 0;
}
.important-pages .page.active {
	border-color: #c70000;
}
.important-pages .page .title {
	position: absolute;
	background: rgba(199, 0, 0, .75);
	left: 0;
	right: 0;
	bottom: 0;
}
.important-pages .page .title div {
	margin: 5px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.important-pages .page:hover .title {
	background: #c70000;
}
/*.important-pages .page:hover .title div {
	font-weight: bold;
}*/

/* Gallery */
.gallery {
	margin: 20px 0;
}
.gallery .images img {
	float: left;
	margin: 7px;
	border: solid 2px #888;
	max-width: 200px;
	max-height: 140px;
	cursor: pointer;
}
.gallery .images img:hover {
	border: solid 2px #c33;
}
.gallery-show-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .75;
	-webkit-opacity: .75;
	-moz-opacity: .75;
	z-index: 9997;
}
.gallery-show {
	position: fixed;
	background: #000;
	z-index: 9998;
}
.gallery-show .image {
	position: relative;
	width: 100%;
	height: 100%;
}
.gallery-show .image .description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	z-index: 9999;
}

form {
	margin: 20px 0;
}
form .label {
	float: left;
	width: 100px;
	font-weight: bold;
	padding-top: 5px;
}
form .field {
	float: left;
	margin-bottom: 5px;
}
form .field input, form .field textarea {
	background: #fff;
	border: solid 1px #ccc;
	color: #aaa;
	padding-left: 3px;
	padding-right: 3px;
}
form .field input:focus, form .field textarea:focus {
	outline: none;
	border: solid 1px #aaa;
	color: #555;
}
form .field input {
	height: 20px;
}
.button {
	padding: 5px 8px;
	background: #ccc;
	border: solid 1px #555;
	color: #111 !important;
	cursor: pointer;
}
.button:hover, .button:focus {
	background: #c00;
	border: solid 1px #a00;
	color: #fff !important;
}
.button:active {
	background: #111;
	border: solid 1px #000;
	color: #555 !important;
}

.error {
	margin: 20px;
	padding: 10px 20px;
	background: #c00;
	border: solid 1px #800;
	color: #fff;
}
.error-button {
	margin: 20px;
}

.success {
	margin: 20px;
	padding: 10px 20px;
	background: #f9edbe;
	border: solid 1px #f0c36d;
	color: #222;
}

.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 0;
	background: #111;
	font-family: "Myriad Web Pro", Myriad Web Pro;
	color: #fff;
}
.footer a, .footer a:link, .footer a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #f00;
}
.footer .copyright {
	float: left;
	padding: 0 0 0 30px;
}
.footer .author {
	float: right;
	padding: 0 30px 0 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}