/************************
    Reset in osnove
*************************/

*{margin:0;padding:0;vertical-align:top;}
html, body{width:100%;height:100%;min-height:100%;color:#8e8e7c;font-family:Arial, Helvetica, sans-serif;font-size:13px;text-align: center;}
a:hover,input:hover,input:focus {text-decoration:none;outline:none;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
img {border:none;}
:focus {outline:none;}

#preload {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:99;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#icon {
	width:100px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	background: url('img/preload.gif') no-repeat center;
	margin:-50px 0 0 -50px;
}
#header h1.main-title,
a.button-1,
a.button-2,
#storitve h2,
#nav li a,
#izdelki .image-title span,
.submit input,
.block-3 b,
h2.erman,
h3.izdelek-naslov,
.cena {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
}
#header .sub-title,
.title,
#izdelki .image-title,
h3.izdelek-naslov span {
	font-family: 'Great Vibes', cursive;
	font-weight: normal;
}
#header .arrow a,
#storitve span,
#storitve .icon,
#erman .urnik span,
p.footer-kontakt span,
.erman-icon,
.p-link,
#cboxClose,
#cboxPrevious,
#cboxNext,
.izdelek-opis li:before,
.izdelek-opis li > ul li:before {
	font-family: 'FontAwesome', cursive;
	text-decoration: none;
}	

/************************
    Header
*************************/

#main {
	width: 100%;
}
#header {
	background:#222 url('img/main-bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#header .intro {
	display: block;
	margin: 15% auto 0 auto;
	position: relative;
	color: #fff;
}
#header img.logo {
	height: 73px;
	width: 180px;
}
#header h1.main-title {
	font-size: 20px;
	text-transform: uppercase;
	margin: 30px 0 10px 0;
	letter-spacing: 1px;
	font-weight: normal;
}
#header .sub-title {
	font-size: 32px;
}
#header .arrow a {
	color: #fff;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10%;
	width: 50px;
	height: auto;
	text-decoration: none;
	font-size: 50px;
	margin:0 auto;
}
#header .arrow a:hover {
	color: #585749;
}

/************************
    Navigacija
*************************/

#nav-dummy {
	display: none;
	width: 100%;
}
#nav {
	display: block;
	position: relative;
	width: 100%;
	background: #363630;
	z-index: 99;
}
#nav li {
	list-style: none;
	display: inline-block;
	padding: 30px 20px;
}
#nav li a {
	color: #a5a585;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#nav li a:hover {
	color: #fff;
}
#nav li.active > a {
	color: #fff;
}
#nav li.active {
	border-bottom: none;
}
#nav li a.social:before {
    background: url(img/fb.svg) 0 0 no-repeat;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: -4px 6px 0 0;
}

/************************
    Vsebina
*************************/

.icon-wrap,
.icon-wrap-kontakt {
	position: relative;
	display: block;
	margin: 30px auto;
}
.icon-wrap-kontakt {
	width: 60%;
}
.line {
	border-top: solid 1px #ddddc1;
	width: 60%;
	margin: 0 auto;
}
.icon {
	color: #ddddc1;
	font-size: 30px;
	background: #fff;
	width: 70px;
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	margin: 0 auto;
}
.icon-kontakt {
	color: #fff;
	font-size: 30px;
	width: 70px;
	position: absolute;
	left: 0;
	right: 0;
	top: -16px;
	margin: 0 auto;
}
.line-kontakt-1,
.line-kontakt-2 {
	border-top: solid 1px #ddddc1;
	width: 40%;
	margin: 0 auto;
}
.line-kontakt-1 {
	float:left;
}
.line-kontakt-2 {
	float:right;
}
.title {
	font-size: 60px;
	margin: 20px 0 20px 0;
	display: block;
	color: #b88759;
}
.title.white {
	color: #fff;
	padding-top: 60px;
}
#content {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 2;
	background: #fff;
}
#storitve {
	width: 70%;
	padding: 20px 0;
	margin: 60px auto;
	clear: both;
	font-size: 14px;
}
#storitve p.storitve-1 {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 80px 0;
	line-height: 20px;
	color: #9c9c80;
}
#storitve .block-1,
#storitve .block-2 {
	display: block;
	float: left;
	width: 20%;
	line-height: 20px;
	color: #9c9c80;
	border-bottom: solid 6px #9c9c80;
	padding-bottom: 20px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
#storitve .block-1:hover,
#storitve .block-2:hover {
	border-bottom: solid 6px #363630;
	color: #363630;
}
#storitve .block-1 {
	margin-right: 6.66%;
}
#storitve .block-1 p,
#storitve .block-2 p {
	overflow:hidden;
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
	-webkit-transition: none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.p-link {
	border: none;
	color: #B88759;
	font-isze:12px;
	text-decoration: none;
	padding: 6px 12px;
	display: inline-block;
	margin-top: 10px;
}
.p-link:hover {
	color: #363630;
}
#storitve span {
	font-size: 40px;
	padding-bottom: 16px;
	display: block;
	color: #b88759;
}
#storitve h2 {
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	padding: 14px 0;
	color: #363630;
}
#izdelki {
	width: 100%;
	text-align: left;
	height: auto;
	clear: both;
}
#izdelki .image-wrap {
	display: block;
	float: left;
	width: 20%;
	height: auto;
	position: relative;
}
#izdelki .image-wrap a {
	text-decoration:none;
}
#izdelki img.responsive {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: solid 8px #9C9C80;
}
#izdelki img.responsive:hover {
	border-bottom: solid 8px #363630;
}
#izdelki .overlay {
	background: #443c37;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#izdelki .image-title {
	color: #fff;
	font-size: 2.4em;
	position: absolute;
	height: auto;
	width: 100%;
	top: 50%;
	margin-top: -1em;
	letter-spacing: 1px;
}
#izdelki .image-title span {
	font-size: 0.4em;
	text-transform: uppercase;
	display: block;
	padding-bottom: 0.4em;
}
.izdelek-wrap {
	display: none;
	background: #fff;
}
.izdelek-opis {
	background: #fff;
	padding: 40px;
	text-align: left;
}
h3.izdelek-naslov {
	font-size: 18px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	margin-bottom: 24px;
	border-bottom: solid 1px #bbb;
	color: #363630;
}
h3.izdelek-naslov span {
	display:inline-block;
	margin: -8px 0 0 20px;
	font-size: 30px;
	color: #B88759;
}
.izdelek-opis li {
	list-style: none;
	line-height: 20px;
	font-size: 10px;
}
.izdelek-opis li b {
	color:#363630;
}
.izdelek-opis li:before,
.izdelek-opis li > ul li:before {
	display: inline-block;
	width: 14px;
	font-size: 12px;
}
.izdelek-opis li:before {
	content:"\f0da";
}
.izdelek-opis li > ul li:before {
	content:"\f00c";
	padding-right: 10px;
}
.izdelek-opis li > ul li {
	padding-left: 20px;
}
.names p {
	display: inline-block;
	padding-top: 6px;
}
.names p:not(:last-of-type):after {
	content: " | ";
	padding: 0 4px;
}
/* Data */
.data {
	display: inline-block;
	width: 100%;
}
.data .row {
	display: inline-block;
	width: 100%;
	font-size: 14px;
}
.data .row.header {
	margin-top: 20px;
}
.data .row .cell {
	display: inline-block;
	padding: 8px 10px 8px 0;
}
.data.izdelki .row .cell {
	width: 20%;
}
.data.storitve .row .cell:first-of-type {
	width: 75%;
}
.data.storitve .row .cell:last-of-type {
	width: 25%;
}
.data .row:not(.header) .cell:first-of-type {
	font-weight: 700;
}
.data .row.header .cell {
	color: #f85454;
}
.data p.small {
    font-size: 11px;
    width: 80%;
    border-top: solid 1px #ddd;
    padding-top: 20px;
    margin: 30px auto 60px auto;
    position: relative;
    display: block;
}
.cena {
	font-size: 14px;
	color: #B88759;
	display: block;
	margin-top: 20px;
}
.cena span {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bbb;
	vertical-align: middle;
	padding-left: 20px;
}
#erman {
	width: 70%;
	text-align: left;
	clear: both;
	margin: 0 auto;
}
#erman .erman-block-1 {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #DDDDC1;
	position: relative;
	float: left;
}
#erman .erman-block-2,
#erman .erman-block-3 {
	display: block;
	float: left;
	width: 45%;
	padding-top: 50px;
}
#erman .erman-block-2 {
	margin-right: 4%;
	padding-right: 5%;
	border-right: 1px solid #DDDDC1;
}
.erman-icon {
	position: absolute;
	color: #DDDDC1;
	font-size: 30px;
	bottom: -46px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 60px;
	background: #fff;
}
img.erman-img {
	width: 15%;
	height: auto;
	margin: 30px 3% 80px 3%;
}
h2.erman {
	font-size: 20px;
	color: #363630;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#erman p {
	line-height: 24px;
	font-size: 14px;
}
#erman p.cite {
	font-style: italic;
	font-size: 12px;
}
#erman .urnik {
	display: block;
	width: 100%;
	margin-top: 30px;
	line-height: 20px;
	color: #9B825A;
	font-size: 13px;
	position:relative;
}
#erman .urnik p {
	padding-left: 40px;
}
#erman .urnik span {
	font-size: 30px;
	vertical-align: middle;
	position: absolute;
	top: 4px;
	left: 0;
}
#footer {
	background:#222 url('img/main-bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: absolute;
	left: 0;
	top: auto;
	height: auto;
	width: 100%;
	overflow: hidden;
	color: #fff;
}
#footer .footer-wrapper {
	width: 70%;
	margin: 0 auto;
}
.left {
	display: block;
	float: left;
	width: 50%;
	margin-right: 10%;
}
.right {
	display: block;
	float: left;
	width: 40%;
	margin-top: 40px;
}
#footer p.podnaslov {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 40px 0;
	line-height: 20px;
	font-size: 14px;
}
#footer .block-3 {
	width: 100%;
	text-align:left;
	line-height: 20px;
	float: left;
	margin-bottom: 40px;
}
p.footer-kontakt {
	padding-top: 2px;
}
p.footer-urnik {
	font-size: 10px;
	padding-top: 6px;
}
p.footer-name {
	padding-bottom: 10px;
}
p.footer-kontakt span {
	font-size: 14px;
	padding-right: 14px;
	display: inline-block;
	width: 20px;
}
.block-3 b {
	font-size: 14px;
	font-weight:normal;
	display: block;
}
.copyright {
	width: 70%;
	display: block;
	clear: both;
	padding: 50px 0;
	line-height: 20px;
	margin: 0 auto;
	text-align:left;
	font-size:11px;
}
.copyright img {
	vertical-align:middle;
	opacity: 0.7;
	border:none;
	outline:none;
	margin-left: 30px;
}
.copyright img:hover {
	opacity:1;
}

/************************
    Galerija
*************************/

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:visible}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#colorbox{outline:0}#cboxContent{;overflow:visible}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{background:#fff;margin-bottom:20px}#cboxTitle{margin:0;position:absolute;bottom:0;left:0;text-align:center;width:100%;color:#fff;bottom:-10px}#cboxCurrent{position:absolute;bottom:0;left:100px;color:#999;visibility:hidden}#cboxLoadingOverlay{}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;bottom:0;right:42px;color:#888}#cboxPrevious{position:absolute;bottom:0;left:0;color:#888}#cboxNext{position:absolute;bottom:0;left:30px;color:#888}#cboxClose{position:absolute;bottom:0;right:0;display:block;color:#888}#cboxSlideshow,#cboxPrevious,#cboxNext,#cboxClose{bottom:-10px}#cboxSlideshow:hover,#cboxPrevious:hover,#cboxNext:hover,#cboxClose:hover{color:#fff}

/************************
    Gumbi
*************************/

a.button-1,
a.button-2 {
	text-decoration: none;
	padding: 10px 28px;
	display: inline-block;
	letter-spacing: 1px;
	outline:none;
}
a.button-1 {
	border: solid 1px #fff;
	color: #fff;
	font-size: 13px;
	margin: 40px auto 0 auto;
}
a.button-1:hover {
	color: #585749;
	border: solid 1px #585749;
}
a.button-2 {
	border: solid 1px #9c9c80;
	color: #9c9c80;
	font-size: 18px;
	margin: 60px auto 0 auto;
}
a.button-2:hover {
	color: #363630;
	border: solid 1px #363630;
}
a.button-hidden {
	display: none;
	visibility: hidden;
}

/************************
    Clearfixi
*************************/

.clrfx-1,
.clrfx-2,
.clrfx-3 {
	clear: both;
	width: 100%;
	display: block;
}
.clrfx-1 {
	margin-bottom: 20px;
	text-align: center;
}
.clrfx-2 {
	height: 80px;
}
.clrfx-3 {
	margin-bottom: 40px;
}

/************************
    Kontaktna forma
*************************/

input, textarea, select {
    padding: 14px;
    color: #fff;
    border: solid 1px #fff;
    font-size: 13px;
    width: 100%;
    background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
}
select option.hidden {
	display: none;
}
select option {
	color: #333;
}
textarea {
    max-height: 200px;
    max-width: 100%;
    height: 200px;
    line-height: 150%;
    color: #fff;
	resize: none;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
input:hover, textarea:hover, input:focus, textarea:focus, select:hover, select:focus {
    border: 1px solid #585749;
    outline: none!important;
}
input#izracun {
	width: 80px;
}
.submit input:hover {
    background: #8E8E7C;
}
.submit input {
    width: auto;
    padding: 12px 18px;
    background: #363630;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
	border: none;
	outline: none;
	margin-top: 20px;
	clear: both;
}
#error {
    font-size: 12px;
    font-weight: bold;
    margin: 14px 0;
    text-align: left;
	display: none;
	float: left;
	width: 100%;
}
#msgSent {
    font-size: 14px;
    text-align: left;
    display: none;
}
#form-div {
    padding: 0;
    position: relative;
    width: 100%;
    margin: 40px auto;
}
p.form-p {
    margin-bottom: 20px;
    padding-bottom: 0!important;
	position: relative;
	width: 100%;
}
.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    padding-bottom: 13px;
    display: block;
    z-index: 100;
    cursor: pointer;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.formError:hover,
.formError:focus {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.ajaxSubmit {
    background: none;
    color: #fff;
    width: auto;
	padding: 10px 20px;
    font-size: 14px;
    display: none;
	border: solid 1px #fff;
}
.formError .formErrorContent {
    box-shadow: 0 0 4px #222;
    width: 100%;
    background: #363630;
    color: #fff;
    width: 200px;
    font-size: 11px;
    padding: 8px 14px;
	text-align: left;
}
.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    z-index: 5001;
}
.formError .formErrorArrowBottom {
    top: 0;
    margin: -6px;
}
.formError .formErrorArrow div {
    font-size: 0;
    height: 1px;
    background: #363630;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}
.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.formError .formErrorArrow .line10 {
    width: 15px;
    border: 0;
}
.formError .formErrorArrow .line9 {
    width: 13px;
    border: 0;
}
.formError .formErrorArrow .line8 {
    width: 11px;
}
.formError .formErrorArrow .line7 {
    width: 9px;
}
.formError .formErrorArrow .line6 {
    width: 7px;
}
.formError .formErrorArrow .line5 {
    width: 5px;
}
.formError .formErrorArrow .line4 {
    width: 3px;
}
.formError .formErrorArrow .line3 {
    width: 1px;
}
.formError .formErrorArrow .line2 {
    width: 0;
    border: 0;
}
.formError .formErrorArrow .line1 {
    width: 0;
    border: 0;
}
::-webkit-input-placeholder {
	color: #fff;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
:focus:-moz-placeholder {
	color: transparent;
}
::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
:focus::-moz-placeholder {
	color: transparent;
}
:-ms-input-placeholder {
	color: #fff;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
.ie9-placeholder {
	color: #fff !important;
}
.ie9-placeholder:focus {
	color: transparent;
}

/************************
    Noscript
*************************/

#noscript {
	position: fixed;
	background: #F00;
	color: #fff;
	font-size: 28px;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	text-align:center;
	z-index: 9999;
	top: 30%;
	padding: 30px 0;
	box-shadow: 0 0 6px #222;
	text-transform: uppercase;
	font-weight: bold;
}
#noscript span {
	text-transform: none;
	font-size: 16px;
	display: block;
	font-weight:normal;
}

/************************
    Mobile
*************************/
@media (max-width: 640px) {
	* {
		box-sizing: border-box;
	}
	#nav li {
		padding: 14px;
	}
	#storitve {
		padding: 10px 0;
		margin: 24px auto;
	}
	a.button-1,
	a.button-2 {
		width: 80%;
	}
	#storitve,
	#storitve p.storitve-1,
	#storitve .block-1,
	#storitve .block-2,
	#izdelki .image-wrap,
	#erman,
	#erman .erman-block-2,
	#erman .erman-block-3,
	#footer .footer-wrapper,
	#footer .left,
	#footer .right,
	#footer p.podnaslov,
	.submit input,
	#footer input,
	#footer textarea {
		width: 100%;
	}
	#izdelki .image-wrap {
		margin-bottom: 20px;
	}
	#storitve .block-1 {
		margin-right: 0;
		margin-bottom: 30px;
	}
	#storitve p.storitve-1 {
		padding-bottom: 40px;
	}
	.clrfx-3 {
		margin-bottom: 24px;
	}
	#erman {
		padding: 0 20px;
	}
	#erman .erman-block-2 {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px solid #DDDDC1;
	}
	#erman .erman-block-2,
	#erman .erman-block-3 {
		padding-top: 30px;
	}
	img.erman-img {
		width: 30%;
		height: auto;
		margin: 10px;
	}
	#erman .erman-block-1 {
		padding-bottom: 20px;
	}
	.title.white {
		padding-top: 30px;
	}
	#footer {
		padding: 0 24px;
	}
	#footer p.podnaslov {
		padding-bottom: 0;
	}
	p.footer-kontakt {
		padding-top: 10px;
	}
	#colorbox {
		overflow: visible !important;
	}
	.izdelek-opis {
		padding: 20px;
	}
	#cboxSlideshow,
	#cboxPrevious,
	#cboxNext,
	#cboxClose,
	#cboxTitle {
		bottom : 0;
	}
	#cboxPrevious,
	#cboxNext {
		font-size: 30px;
		z-index : 10;
	}
	#cboxPrevious {
		left: -30px;
		top: 0;
		right: auto;
	}
	#cboxNext {
		left: auto;
		top: 0;
		right: -30px;
	}
	#cboxClose {
		bottom: auto;
		top: -30px;
		font-size: 24px;
	}
	#izdelki .image-title {
		font-size: 48px;
	}
	#izdelki .image-title span {
		font-size: 18px;
	}
	.copyright {
		padding: 0;
	}
	.clrfx-2 {
		height: 40px;
	}
	#form-div {
		display: inline-block;
		margin: 0;
	}
	h3.izdelek-naslov span {
		margin-top: 4px;
		margin-left: 0;
	}
	.izdelek-opis li {
		font-size: 11px;
	}
}