﻿/*
 Theme Name: Kreativna tovarna
 Theme URI: http://www.kreativnatovarna.si
 Description: Tema KREATIVNATOVARNA je lahka in pregledna. Narejena posebno za Ne čakaj na maj - poročna fotografija.
 Author: Kreativna tovarna
 Author URI: http://www.kreativnatovarna.si
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html Version: 1.08
 */

/* ---------------------------------------------------------------------- */
/*	Font-face (Generated by Font Squirrel on February 21, 2013)
/* ---------------------------------------------------------------------- */
@font-face {
	font-family: 'OswaldBook';
	src: url('fonts/Oswald-Regular-webfont.eot');
	src: url('fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Oswald-Regular-webfont.woff') format('woff'), url('fonts/Oswald-Regular-webfont.ttf') format('truetype'), url('fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ExistenceLight';
	src: url('fonts/Existence-Light-webfont.eot');
	src: url('fonts/Existence-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Existence-Light-webfont.woff') format('woff'), url('fonts/Existence-Light-webfont.ttf') format('truetype'), url('fonts/Existence-Light-webfont.svg#ExistenceLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ExistenceUnicaseLight';
	src: url('fonts/Existence-UnicaseLight-webfont.eot');
	src: url('fonts/Existence-UnicaseLight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Existence-UnicaseLight-webfont.woff') format('woff'), url('fonts/Existence-UnicaseLight-webfont.ttf') format('truetype'), url('fonts/Existence-UnicaseLight-webfont.svg#ExistenceUnicaseLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ---------------------------------------------------------------------- */
/*	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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, input, textarea, select {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
del {
	text-decoration: line-through
}
hr {
	background: transparent;
	border: 0;
	clear: both;
	color: transparent;
	height: 1px;
	margin: 0;
	padding: 0
}
mark {
	background-color: #ffffb3;
	font-style: italic
}
input, select {
	vertical-align: middle
}
ins {
	background-color: red;
	color: white;
	text-decoration: none
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}/* Clearfix */
.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}
* html .clearfix, :first-child+ html .clearfix {
	zoom: 1
}/* Some basic settings */
h1, h1 .button {
	font-size: 32px;
}
h2, h2 .button {
	font-size: 28px;
}
h3, h3 .button {
	font-size: 17px;
}
h4, h4 .button {
	font-size: 15px;
}
h5, h5 .button {
	font-size: 14px;
}
h6, h6 .button {
	font-size: 12px;
}
small {
	font-size: 10px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}
img {
	margin-bottom: 0;
}
dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, article, p {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

body {
	background-color: #f9f9f9;
	background: url(i/bg.jpg) repeat center top; /* Fallback for IE8 or lower */
	background: url(i/sunshine.png) no-repeat center top, url(i/bg.jpg) repeat center top;
	color: #3f281e;
	font: 15px/24px 'Georgia', serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

#content {
	font-style: italic;
}

::-moz-selection {
	background: #d74e2e;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #d74e2e;
	color: #fff;
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #3f281e;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 15px;
}

h3.faq {
	padding: 20px 0 10px;
	font-weight: bold;
	font-weight: normal
}
h3.faq .dropcap {
	margin: -2px 15px 30px 0 !important;
}

h3, h4, h5 {
	font-weight: 700;
}
a, a > * {
	color: #3f281e;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover, a > *:hover {
	color: #d74e2e;
}

#content p > a, #content h2 > a, #content h3 > a {
	color: #d74e2e
}
#content p > a:hover, #content h2 > a:hover, #content h3 > a:hover {
	text-decoration: underline
}

hr {
	background: #efefef;
	color: #efefef;
	margin: 5px 0 25px;
}

hr.dotted {
	border-style: dotted;
}

.hr {
	border-top: 1px dashed #e9e9e9;
	margin: 15px 20px 25px;
}
.hr .dotted {
	border-style: dotted;
}
p + hr {
	margin: 25px 0 20px;
}
blockquote {
	background: #f8f8f8 url(images/quote.png) no-repeat 17px 21px;
	font-style: italic;
	font-size: 15px;
	line-height: 1.6;
	padding: 20px 20px 20px 55px;
}
blockquote.simple {
	background: none;
	border-left: 2px solid #ddd;
	color: #bbb;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 10px;
}
blockquote p:last-of-type {
	margin-bottom: 0;
}
blockquote small {
	font-size: 12px;
}
.button, input[type="submit"], input[type="reset"], button {
	background: #d74e2e;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	height: auto;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
	width: auto;
}
.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	background: #3a3a3a;
	color: #fff;
}
.button {
	font-size: 12px;
	display: inline-block;
	padding: 5px 16px;
}
.button.medium {
	font-size: 13px;
}
.button.large {
	font-size: 15px;
}
.button.no-bg {
	background: none;
	color: #3a3a3a;
	padding: 0;
}
.button.no-bg:hover, #footer .button.no-bg:hover {
	background: none;
	color: #d74e2e;
}
.button .icon, .button .arrow {
	color: transparent;
	cursor: pointer;
	display: inline-block;
	font: 0/0 a;
	height: 19px;
	margin: -3px 0 0 3px;
	text-shadow: none;
	vertical-align: middle;
	width: 19px;
}
.ie7 .button .icon, .ie7 .button .arrow {
	display: inline;
}
.button .arrow {
	background: #ddd url(images/button-arrows.png) no-repeat 0 0;
}
.button .icon.left, .button .arrow.left {
	margin-left: 0;
	margin-right: 3px;
}
.button .arrow.left {
	background-position: 0 -19px;
}
.button:hover .arrow {
	background-color: #d74e2e;
}
.dropcap {
	background: url(i/stripey.gif) repeat;
	color: #d74e2e;
	display: inline-block;
	float: left;
	font-weight: 400;
	margin: 6px 7px 0 0;
	text-align: center;
	width: 40px;
	height: 37px;
	padding-top: 3px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-transform: uppercase;
	font: 36px/34px 'OswaldBook', sans-serif;
	text-shadow: 1px 1px 0 #fafafa, 2px 2px 0 #d74e2e;
}
.dropcap.dark {
	background: #3a3a3a;
	color: #fff;
}

#about-me-img {
	padding: 20px;
	display: block;
	clear: both;
	max-width: 870px;
	margin: 0 auto;
}
#about-me-img div {
	position: relative;
	width: 290px;
	height: 290px;
	float: left;
	display: block;
	margin: 0px;
}
#about-me-img div img {
	position: absolute;
	background: url(i/stripey.gif);
	width: 290px;
	height: 290px;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
	border-radius: 300px;
}
#about-me-img div img:hover {
}
#about-me-img div span {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 10px #d74e2e solid;
	-moz-border-radius: 240px;
	-webkit-border-radius: 240px;
	border-radius: 240px;
	width: 250px;
	height: 250px;
	display: none;
	background: #d74e2e;
	color: #fff;
	text-align: center
}
#about-me-img div span div.text {
	position: absolute;
	margin-top: 142px;
	width: 210px;
	padding: 0 20px;
	display: block;
	text-shadow: 1px 1px 0 #d74e2e;
	font: 15px/17px 'ExistenceUnicaseLight', sans-serif;
	text-transform: uppercase;
	font-style: normal
}
#about-me-img div span strong {
	display: block;
	position: absolute;
	top: 91px;
	left: 0;
	width: 210px;
	height: 30px;
	margin-top: 0;
	padding: 5px 20px;
	font: 23px/23px 'OswaldBook';
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #d74e2e, 2px 2px 0 #3f281e;
	font-weight: normal;
	border-bottom: 1px dashed #ac4e2e
}

#timeline {}
#timeline .one-half {width: 100%}
#timeline p {
	padding: 0 45px;
}
#timeline h3 {
	padding: 0 45px;
	background: url(i/casovnica.png) no-repeat 4px center
}

.infobox {
	background: #fbfbfb;
	border: 1px solid #efefef;
	margin: 0 0 20px;
	padding: 25px;
}
.infobox .one-half {
	width: 434px;
}
.infobox .one-third {
	width: 282px;
}
.infobox .two-third {
	width: 586px;
}
.infobox .one-fourth {
	width: 207px;
}
.infobox .three-fourth {
	width: 661px;
}
.single-image, .image-gallery, .iframe {
	cursor: pointer;
	margin-bottom: 5px;
}
.single-image.none, .image-gallery.none, .iframe.none, .single-image.none img, .image-gallery.none img, .iframe.none img {
	display: inline;
	margin-bottom: 0;
	overflow: visible;
}
.single-image.align-left, .image-gallery.align-left, .iframe.align-left {
	margin-bottom: 15px;
	margin-right: 15px;
}
.single-image.align-right, .image-gallery.align-right, .iframe.align-right {
	margin-bottom: 15px;
	margin-left: 15px;
}
.single-image img, .image-gallery img, .iframe img {
	margin-bottom: -5px;
}
.single-image .zoom, .image-gallery .zoom, .iframe .zoom {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.4);
	color: transparent;
	display: block;
	font: 0/0 a;
	height: 0;
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	width: 0;
	z-index: 1;
}
.single-image .zoom:before, .image-gallery .zoom:before, .iframe .zoom:before {
	background: url(images/zoom.png) no-repeat;
	content: '';
	display: block;
	position: absolute;
	height: 58px;
	margin: -29px 0 0 -29px;
	left: 50%;
	top: 50%;
	width: 58px;
}
.single-image.video .zoom:before, .image-gallery.video .zoom:before, .iframe.video .zoom:before {
	background-image: url(images/zoom-video.png);
}
.single-image.link .zoom:before, .image-gallery.link .zoom:before, .iframe.link .zoom:before {
	background-image: url(images/zoom-link.png);
}
.single-image:hover .zoom, .image-gallery:hover .zoom, .iframe:hover .zoom {
	filter: alpha(opacity=40);
	opacity: 1;
}

/* ---------------------------------------------------------------------- */
/*	Generic Classes
/* ---------------------------------------------------------------------- */

.hidden, .wpcf7-display-none {
	display: none;
}
.disabled {
	cursor: auto;
}
.screenreader {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px); /* Fallback for old IE */
	position: absolute;
}
.align-center, .aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.align-left, .alignleft {
	float: left;
}
img.align-left, img.alignleft {
	margin-bottom: 15px;
	margin-right: 15px;
}
.align-right, .alignright {
	float: right;
}
img.align-right, img.alignright {
	margin-bottom: 15px;
	margin-left: 15px;
}/* Wordpress required classes */
.bypostauthor {
}
.sticky {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}

/* -------------------------------------------------- */
/*	Date
/* -------------------------------------------------- */

div.date a time {
	background: #eaeaea url(i/stripey.gif) repeat;
	opacity: 1;
	filter: alpha(opacity=100) !important;
	border-top: 1px solid #fff;
	position: absolute;
	top: -223px;
	right: 20px;
	padding: 4px 8px;
	text-align: center;
	box-shadow: 0 4px 6px -4px #999;
	text-shadow: 1p display : block;
}
div.date a:hover time {

}
.single-blog div.date a time {
	top: -13px;
	right: 50%;
	margin-right: -58px;
	padding-bottom: 6px;
	width: 100px;
}

/* ---------------------------------------------------------------------- */
/*	Lists
/* ---------------------------------------------------------------------- */

.none > ul {
	list-style: none;
	margin: 0;
}
.dotted + .dotted:before {
	content: '';
	display: block;
	clear: both;
	border-bottom: 1px dotted #bdbdbd;
	margin: -15px 0 5px;
}
.none li, .arrow li, .arrow-2 li, .circle li, .check li, .check-2 li, .star li, .plus li, .dash li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 24px;
}
.none li {
	background: none;
}
.arrow li {
	background: url(images/list-arrow.png) no-repeat 5px 5px;
}
.arrow-2 li {
	background: url(images/list-arrow-2.png) no-repeat 2px 4px;
}
.circle li {
	background: url(images/list-circle.png) no-repeat 4px 5px;
}
.check li {
	background: url(images/list-check.png) no-repeat 3px 4px;
}
.check-2 li {
	background: url(images/list-check-2.png) no-repeat 0 4px;
}
.star li {
	background: url(images/list-star.png) no-repeat 0 1px;
}
.plus li {
	background: url(images/list-plus.png) no-repeat 3px 3px;
}
.dash li {
	background: url(images/list-dash.png) no-repeat 3px 8px;
}

/* ---------------------------------------------------------------------- */
/*	Alert Boxes
/* ---------------------------------------------------------------------- */

.error, .success, .info, .notice, .wpcf7-response-output {
	display: block;
	padding: 10px 20px 10px 44px;
}
.error, .wpcf7-validation-errors, .wpcf7-mail-sent-ng, .wpcf7-spam-blocked {
	background: #f9e5e6 url(images/icon-box-error.png) no-repeat 10px 9px;
	border: 1px solid #f7c7c9;
	border-left-width: 4px;
	color: #b3696c;
}
.success, .wpcf7-mail-sent-ok {
	background: #e3ebc6 url(images/icon-box-success.png) no-repeat 12px 8px;
	border: 1px solid #c2d288;
	border-left-width: 4px;
	color: #8fa442;
}
.info {
	background: #d8ecf5 url(images/icon-box-info.png) no-repeat 10px 8px;
	border: 1px solid #9ac9df;
	border-left-width: 4px;
	color: #528da9;
}
.notice {
	background: #fcf7d9 url(images/icon-box-notice.png) no-repeat 10px 9px;
	border: 1px solid #f5dc7d;
	border-left-width: 4px;
	color: #c4a21b;
}

/* ---------------------------------------------------------------------- */
/*	Forms
/* ---------------------------------------------------------------------- */

label {
	cursor: pointer;
	display: block;
	margin: 0 0 5px;
}
input, textarea, select {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	background-color: #f8f8f8;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #8f8f8f;
	font-size: 11px;
	line-height: 1.5;
	padding: 4px 8px;
	border-radius: 0;
}
input, select {
	height: 22px;
	width: 200px;
}
textarea {
	padding: 10px;
	resize: both;
}
input:hover, textarea:hover, select:hover {
	border-color: #dedede;
}
input:focus, textarea:focus, select:focus {
	border-color: #ccc;
}
input[type="submit"], input[type="reset"], button {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 10px;
	text-transform: uppercase;
	margin-top: -10px;
	min-height: 32px;
	font-family: 'OswaldBook', sans-serif;
}
input[type="submit"].medium, input[type="reset"].medium, button.medium {
	font-size: 15px;
}
input[type="submit"].large, input[type="reset"].large, button.large {
	font-size: 17px;
}
select, option {
	cursor: pointer;
	padding: 5px 7px;
}
input[type="checkbox"], input[type="radio"], .wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	width: 20px;
}/* Fix for Mobile Safari */
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}
input[type="radio"] {
	-webkit-appearance: radio;
}/* Chrome, Safari */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #b0b0b0;
}/* Firefox */
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #b0b0b0;
}/* jQuery fallback */
input.placeholder, textarea.placeholder, .wpcf7 .watermark {
	color: #b0b0b0;
}

/* ---------------------------------------------------------------------- */
/*	Tables
/* ---------------------------------------------------------------------- */

table {
	width: 100%;
}
tr, th, td {
	vertical-align: middle;
}
tr {
	background: #f8f8f8;
}
tr:nth-child(odd) {
	background: #f0f0f0;
}
th, td {
	padding: 8px 10px;
}
th {
	background: #eaeaea;
	color: #777;
	font-weight: 600;
	text-align: left;
}
table.dark th {
	background-color: #3a3a3a;
	color: #fff;
}
td {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
td:first-child {
	border-left: none;
}

/* ---------------------------------------------------------------------- */
/*	Wrap
/* ---------------------------------------------------------------------- */

.container {
	margin: 0 auto;
	position: relative;
	max-width: 978px;
	width: 96%;
}

/* -------------------------------------------------- */
/*	Columns
/* -------------------------------------------------- */

.one-half, .one-third, .one-third-footer, .two-third, .one-fourth, .three-fourth {
	float: left;
	margin: 0px;
}
.one-half.last, .one-third.last, .one-third-footer.last, .two-third.last, .one-fourth.last, .three-fourth.last {
	margin-right: 0px;
}
.one-half {
	width: 460px;
}
.one-third {
	width: 100%;
}
.one-third-footer {
	width: 100%;
}
.two-third {
	width: 100%;
}
.one-fourth {
	width: 220px;
}
.three-fourth {
	width: 700px;
}

@media(min-width:768px){
	.one-third {
	width: 50%;
	}
	.one-third-footer {
		width: 48%;
		margin: 0 1%;
	}
	.two-third {
		width: 50%;
	}
	h3.faq {padding: 5px 10px 10px;}
}

@media(min-width:992px){
	.one-half, .one-third, .one-third-footer, .two-third, .one-fourth, .three-fourth {
		margin: 0 20px 0 0;
	}
	.one-third {
	width: 320px;
	}
	.one-third-footer {
		width: 312px;
	}
	.two-third {
		width: 620px;
	}
}

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#topbar {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 99;
}
#header {
	z-index: 97;
	display: block;
	width: 100%;
	padding-top: 1px;
	margin-top: 36px;
	background: url(i/top-ornament-2.png) no-repeat center top;
}
#header-inside {
	border-bottom: 1px dashed #ccc;
}
#logo {
	margin: 0 auto;
	width: 320px;
	display: block;
	text-align: center;
}
#logo-main {
	text-align: center;
	display:inline-block;
	width: 100%;
}

#logo-main a {
	text-align:center;  
	width: 206px;
    margin: 0 auto;
    border: none;
}
#logo-main a img {
	width: 160px;
	margin-bottom: 20px;
}
#logo h1 {
	padding: 18px 0;
}
.logotip {
	position: fixed;
}
.logo-top-margin {
	text-align:center;
	margin-top:20px;
}

/* -------------------------------------------------- */
/*	Main Navigation
/* -------------------------------------------------- */

#aldente-container {
	width: 100%;
	position: relative;
	z-index: 498;
}

#faixa-prato-recolhida {
	width: 70px;
	height: 90px;
	position: absolute;
	z-index: 2;
	margin-top: -60px;
	left: 50%;
	margin-left: -35px;
	background: url(i/ribbon.png) no-repeat center bottom;
	padding: 0;
	display: block;
}
.fb-like {
	margin-left: 0;
	width: 70px;
	height: 90px;
	text-align: center;
}

.fb_iframe_widget iframe {
position: relative !important;
}

.pluginCountBox {
	font-size: 10px !important
}
.fb-container > div {
	margin: -1px 0px 0px -1px;
}

#aldente-rodape {
	width: 100%;
	height: 32px;
	padding: 0;
	background: url(i/footer.jpg) repeat center top; /* fallback for IE8 and lower */
	background: url(i/top-ornament-1.png) no-repeat center bottom, url(i/footer.jpg) repeat center top;
	text-align: center;
	position: relative;
	z-index: 499
}

#aldente-faixa {
	width: 100%;
	background: #333 url('i/stripey.gif') repeat center bottom;
	height: 4px;
	position: absolute;
	text-align: center;
	z-index: 500;
}
.dontDisplay {
	display: none
}
#menu-normal-container {
	width: 100%;
	font-size: 21px;
	letter-spacing: -0.05em;
	font-family: 'OswaldBook', sans-serif;
	text-shadow: 1px 1px 0 #fafafa, 2px 2px 0 #caba9f;
}
#menu-normal {
	width: 875px;
	margin: 0 auto;
	margin-top: 74px;
	padding: 35px 0;
}
#menu-normal-itens {
	margin-left: 10px;
	margin-top: 5px
}
ul.menu-normal-lista {
	list-style: none
}
ul.menu-normal-lista li {
	display: inline;
	text-align: center;
	padding: 10px 10px
}
ul.menu-normal-lista li div.menu-normal-over {
	position: absolute;
	top: 85px;
	text-align: center
}
li.menu-normal-divisoria {
	margin-top: -10px
}
li .menu-normal-texto {
	padding: 0 10px
}
li .menu-normal-subtexto {
	padding: 7px 10px;
	background: url(../imagens/menu-item-bordaesq.png) no-repeat left top, url(../imagens/menu-item-bordadir.png) no-repeat right top, url(../imagens/menu-item-borda.png) repeat-x 7px top
}
#menu-rec-container {
	font-family: 'OswaldBook', sans-serif;
	width: 100%;
	font-size: 13px;
	padding: 13px 0 0;
	margin-top: 0;
	position: relative;
	z-index: 1;
	background: url('i/bg-top.png') repeat-x center top;
	height: 52px;
}
#menu-rec {
	width: 958px;
	margin: 0 auto;
	background: url(../imagens/borda-fade-inteira.png) no-repeat center 54px;
	padding: 10px 0 17px
}
.main-nav {
	margin: 6px 0;
	width: 50%;
}
#main-nav-left {
	float: left;
}
#main-nav-right {
	float: right;
}

#menu-rec-container .main-nav {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	float: left;
	margin-top: 0;
	width: auto;
}
#menu-rec-container	#main-nav-right {
	float: left;
}
.main-nav > ul, .main-nav .menu > ul {
	margin: 0;
}
#main-nav-left li, #main-nav-right li  {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
#main-nav-right li {
	float: right;
}
.main-nav li a {
	color: #3a3a3a;
	font-style: normal;
	text-transform: uppercase;
	display: block;
	padding: 2px 22px;
	margin: 0 1px;
	position: relative;
	text-align: center;
	z-index: 98;
	color: #3f281e;
	opacity: 0.8
}

#menu-rec-container .main-nav a {
	padding: 2px 11px
}

.ie7 .main-nav a {
	padding: 2px 5px;
}
#menu-normal-container .main-nav a {
	padding-top: 5px;
}
#menu-normal-container .main-nav a:after {
	color: #aaa;
	content: attr(data-description);
	font-size: 12px;
	font-weight: 400;
	display: block;
	line-height: 0;
	padding: 16px 16px 0;
	margin: 8px -16px 0;
	background: url(i/bg-menu-border.png) repeat-x 7px top; /* fallback for IE8 and lower */
	background: url(i/bg-menu.png) no-repeat center bottom, url(i/bg-menu-left.png) no-repeat left top, url(i/bg-menu-right.png) no-repeat right top, url(i/bg-menu-border.png) repeat-x 7px top;
}
.main-nav a:hover, .main-nav .hover > a, .main-nav .current_page_item > a, .main-nav .current-menu-item > a, .main-nav .current_page_parent > a, .main-nav .current_page_ancestor > a, .main-nav .current-menu-ancestor > a {
	color: #d74e2e;
}
.main-nav a:hover, .main-nav .hover > a {
}
.main-nav .current_page_item > a, .main-nav .current-menu-item > a, .main-nav .current_page_parent > a, .main-nav .current_page_ancestor > a, .main-nav .current-menu-ancestor > a {
}

/* Dropdown */
.no-js .main-nav li:hover > ul {
	display: block;
	top: 95px;
	left: 0;
}

.main-nav ul ul {
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	top: 95px;
	width: auto;
	z-index: 99;
	margin: 0;
}
.main-nav ul ul li {
	float: none;
	background: none;
}
.main-nav ul ul a {
	border: 0;
	color: #333;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: 0;
	font-weight: 400;
	padding: 2px;
	text-align: left;
	background: none;
	margin: 0;
}
#menu-normal-container .main-nav li.menu-item ul {
	padding: 18px 9px 5px;
	background: url(i/dots.png) center 11px no-repeat
}
#menu-normal-container .main-nav li.menu-item ul li {

}
#menu-normal-container .main-nav li.menu-item ul li a {
	line-height: 14px;
	background: #F9F8F4;
	padding: 8px 2px 4px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	min-width:100px;
	display:inline-block;
}
#menu-normal-container .main-nav li.menu-item ul li a:hover {
	background-position: left bottom, right bottom, bottom
}
#menu-normal-container .main-nav li.menu-item ul li a:after {
	background: none !important;
	margin: 0;
	padding: 0;
}

#menu-normal-container .main-nav li.menu-item-2596 ul li a {
	min-width: 100px
}
#menu-normal-container .main-nav li.menu-item-2615 ul li a {
	min-width: 78px
}

#menu-rec-container .no-js .main-nav li:hover > ul {
	display: block;
	top: 28px;
}
#menu-rec-container .main-nav ul ul {
	top: 28px;
	margin-left: 12px;
	box-shadow: 2px 2px 4px #ddd;
	border-left: 1px dashed #ccc
}
#menu-rec-container .main-nav ul ul li {
	float: none;
	background: #eae6de;
	margin: 0;
	padding: 2px 3px 0;
	border-bottom: 1px dashed #ccc
}
#menu-rec-container .main-nav ul ul a {
	text-align: left;
	width: 170px;
	margin: 0;
	line-height: 29px;
}

#menu-rec-container .main-nav ul ul a:hover, #menu-rec-container .main-nav ul ul .hover > a, #menu-rec-container .main-nav ul ul .current_page_item > a, #menu-rec-container .main-nav ul ul .current_page_item > a:hover, #menu-rec-container .main-nav ul ul .current_page_parent > a, #menu-rec-container .main-nav ul ul .current_page_parent > a:hover, #menu-rec-container .main-nav ul ul .current-menu-item > a, #menu-rec-container .main-nav ul ul .current-menu-item > a:hover, #menu-rec-container .main-nav ul ul .current_page_ancestor > a, #menu-rec-container .main-nav ul ul .current-menu-ancestor > a:hover {
	background: #eae6de;
	color: #d74e2e;
}
.not-ie .main-nav ul ul .current_page_item:after, .not-ie .main-nav ul ul .current-menu-item:after, .not-ie .main-nav ul ul .current_page_parent:after, .not-ie .main-nav ul ul .current_page_ancestor:after, .not-ie .main-nav ul ul .current-menu-ancestor:after {
	display: none;
}

/* Sub Dropdown */
.main-nav ul ul ul {
	left: 200px !important;
	top: 0 !important;
}

/* Responsive Nav */
.main-nav .responsive-nav {
	background-image: url(images/responsive-nav-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	display: none;
	width: 100%;
}

/* ---------------------------------------------------------------------- */
/*	Content
/* ---------------------------------------------------------------------- */

#content {
	padding-top: 85px;
	padding-bottom: 20px;
	box-shadow: 0 14px 16px -16px #ccc;
}
.ie7 #content {
	padding-top: 75px;
}

/* -------------------------------------------------- */	
/*	Page Header
/* -------------------------------------------------- */

.page-header {
	border-bottom: 1px dashed #dadada;
	margin: -12px 0 40px;
	padding-top: 50px;
	background: url(i/bg-header-dots.png) no-repeat bottom center, url(i/header-bg.png) no-repeat center 2px;
	box-shadow: 0 14px 16px -16px #ccc;
}
.ie7 .page-header {
	margin-top: 0;
}
.slogan, .page-title, .page-description, .page-subdescription, .project-title {
	font-weight: 300;
	letter-spacing: -0.1px;
	margin-bottom: 0;
}
.page-title, .page-description, .page-subdescription, .project-title {
	font-size: 28px;
	margin-top: -10px;
	padding: 0 0 35px;
}
.slogan {
	font-size: 24px;
	margin-bottom: 40px;
}
.page-title {
	margin-top: 0;
	font: 43px/43px 'OswaldBook';sans-serif;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fafafa, 2px 2px 0 #caba9f;
	color: #3f281e;
	font-weight: normal;
	opacity: 0.8;
}
.page-subdescription {
	font: 20px/22px 'ExistenceUnicaseLight', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 25px;
	text-align: center;
}
.project-title {
	margin-top: -5px;
	padding-bottom: 20px;
	text-align: center;
}
.page-description {
	font: 20px/22px 'ExistenceUnicaseLight', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 25px;
	text-align: center;
	color: #999;
}			.page-title ~ hr, .page-description ~ hr, .page-subdescription ~ hr, .project-title ~
hr {
	margin-bottom: 40px;
	margin-top: 0;
}
.section-title {
	font-weight: 800;
	text-transform: uppercase;
}

/* -------------------------------------------------- */
/*	Main	
/* -------------------------------------------------- */

#main {
	float: left;
	margin: 0 40px 0 0;
	width: 680px;
}
.sidebar-left #main {
	float: right;
	margin-left: 40px;
	margin-right: 0;
}

/* ---------------------------------------- */
/*	Columns
/* ---------------------------------------- */

#main .one-half {
	width: 330px;
}
#main .one-third {
	width: 213px;
}
#main .two-third {
	width: 447px;
}
#main .one-fourth {
	width: 155px;
}
#main .three-fourth {
	width: 505px;
}

/* -------------------------------------------------- */
/*	Image Gallery Slider
/* -------------------------------------------------- */
.image-gallery-slider {
	position: relative;
	margin: 0 0 25px;
}
.image-gallery-slider > ul {
	margin: 0;
}
.image-gallery-slider > ul > li {
	background: #fff;
	display: none;
	list-style: none;
	margin: 0;
}
.no-js .image-gallery-slider > ul > li, .image-gallery-slider.disabled > ul > li {
	display: block;
	margin-bottom: 25px;
}
.image-gallery-slider > ul > li:first-child {
	display: block;
}
.image-gallery-slider a {
	display: block;
	margin: 0 auto;
}
.image-gallery-slider img, .image-gallery-slider img.entry-image {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.image-gallery-slider-nav {
}
.image-gallery-slider-nav a {
	background: rgb(241, 90, 35) url(images/slider-arrows-medium.png) no-repeat 0 0; /* Fallback for old IE */
	filter: alpha(opacity=60); /* Fallback for old IE */
	background: rgba(241, 90, 35, 0.6) url(images/slider-arrows-medium.png) no-repeat 0 0;
	color: transparent;
	cursor: pointer;
	display: block;
	font: 0/0 a;
	height: 53px;
	margin: -26.5px 0 0;
	position: absolute;
	text-shadow: none;
	top: 50%;
	width: 25px;
	z-index: 999;
}
.image-gallery-slider-nav a.prev {
	background-position: -7px center;
	left: 0;
}
.image-gallery-slider-nav a.next {
	background-position: -46px center;
	right: 0;
}
.image-gallery-slider-nav a:hover, .image-gallery-slider-nav a:active {
	background-color: rgb(241, 90, 35);
	background-color: rgba(241, 90, 35, 1);
	filter: alpha(opacity=100); /* Fallback for old IE */
}

/* -------------------------------------------------- */
/*	Widgets
/* -------------------------------------------------- */	

/* ---------------------------------------- */
/*	Accordion Content
/* ---------------------------------------- */
.acc-trigger {
	border-top: 1px dotted #ced8df;
	cursor: pointer;
	display: block;
	margin: 0;
}
.acc-trigger:last-of-type, .acc-container:last-of-type {
	border-bottom: 1px dotted #ced8df;
	margin-bottom: 20px;
}
.no-js .acc-trigger:last-of-type {
	border-bottom: none;
}
.acc-trigger a {
	background: url(images/accordion-content-buttons.png) no-repeat 20px 23px;
	display: block;
	color: #959393;
	outline: medium none;
	padding: 25px 20px 25px 55px;
	text-decoration: none;
	text-shadow: none;
}
h3.acc-trigger a, h4.acc-trigger a {
	background-position: 20px 24px;
}
h6.acc-trigger a {
	background-position: 20px 21px;
}
.acc-trigger a:hover {
	background-color: #f8f8f8;
}
.acc-trigger a:hover, .acc-trigger.active a, .acc-trigger.active a:hover {
	color: #d74e2e;
}
.acc-trigger.active a:hover {
	background-color: transparent;
}
.acc-trigger.active {
	cursor: default;
}
.acc-trigger[data-mode=toggle].active, .acc-trigger[data-mode=toggle].active a {
	cursor: pointer;
}
.acc-trigger.active:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.acc-trigger.active a {
	background-position: 20px -88px;
	cursor: default;
}
h3.acc-trigger.active a, h4.acc-trigger.active a {
	background-position: 20px -87px;
}
h6.acc-trigger.active a {
	background-position: 20px -90px;
}
.acc-container .content {
	padding: 0 20px 25px 55px;
}
.acc-container .content .one-half {
	width: 422px;
}
.acc-container .content .one-third {
	width: 275px;
}
.acc-container .content .two-third {
	width: 570px;
}
.acc-container .content .one-fourth {
	width: 201px;
}
.acc-container .content .three-fourth {
	width: 644px;
}
.js .acc-container {
	margin-top: -15px;
}

/* ---------------------------------------- */
/*	Content Tabs
/* ---------------------------------------- */

.tabs-nav {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.tabs-nav li {
	float: left;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.tabs-nav li.active {
	line-height: 31px;
}
.tabs-nav li a {
	background: #f8f8f8;
	border: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-left: none;
	color: #959393;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}
.tabs-nav li:first-child a {
	border-left: 1px solid #eaeaea;
}
.tabs-nav li a:hover {
	background: #f0f0f0;
}
.tabs-nav li a:hover, .tabs-nav li.active a {
	color: #d74e2e;
}
.tabs-nav li.active a {
	background: #fff;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #d74e2e;
}
.tabs-container {
	background: #fff;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
	padding: 0 !important;
}
.tab-content {
	border: 1px solid #eaeaea;
	padding: 8px !important;
}
.tab-content .one-half {
	width: 440px;
}
.tab-content .one-third {
	width: 286px;
}
.tab-content .two-third {
	width: 594px;
}
.tab-content .one-fourth {
	width: 210px;
}
.tab-content .three-fourth {
	width: 670px;
}

/* -------------------------------------------------- */
/*	Pricing Tables
/* -------------------------------------------------- */
.simple-pricing-table, .extended-pricing-table {
	height: 100%;
	margin: 0 0 40px;
	position: relative;
	text-align: center;
	width: 100%;
}
.simple-pricing-table .column, .extended-pricing-table .column {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.simple-pricing-table .features, .extended-pricing-table .features {
	list-style: none;
	margin: 0;
}
.simple-pricing-table .features li, .extended-pricing-table .features li {
	display: block;
	margin: 0;
	position: relative
}
.simple-pricing-table .footer, .extended-pricing-table .footer {
	padding: 16px 20px;
}
.simple-pricing-table .footer .button, .extended-pricing-table .footer .button {
	background: #515151;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 9px 20px;
}

/* ---------------------------------------- */
/*	Simple Pricing Table
/* ---------------------------------------- */
.simple-pricing-table.featured {
	margin-top: 50px;
}
.simple-pricing-table .column {
	background: #f6f6f6;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #fff;
	border-top: 1px solid #ededed;
	width: 938px;
}
.simple-pricing-table .column:first-child {
	border-left-color: #ededed;
}
.simple-pricing-table .column:last-child {
	border-right: 1px solid #ededed;
}
.simple-pricing-table.col2 .column {
	width: 468px;
}
.simple-pricing-table.col3 .column {
	width: 312px;
}
.simple-pricing-table.col4 .column {
	width: 233px;
}
.simple-pricing-table.col5 .column {
	width: 186px;
}
.simple-pricing-table .column.featured {
	background: #fff;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	margin: -20px -1px 0;
	padding: 20px 5px 15px;
	z-index: 1;
	width: 928px;
}
.simple-pricing-table.col2.featured .column {
	width: 450px;
}
.simple-pricing-table.col3.featured .column {
	width: 299px;
}
.simple-pricing-table.col4.featured .column {
	width: 224px;
}
.simple-pricing-table.col5.featured .column {
	width: 179px;
}
.simple-pricing-table.col2 .column.featured {
	width: 478px;
}
.simple-pricing-table.col3 .column.featured {
	width: 329px;
}
.simple-pricing-table.col4 .column.featured {
	width: 254px;
}
.simple-pricing-table.col5 .column.featured {
	width: 209px;
}
.simple-pricing-table .header {
	padding: 15px 20px 20px;
}
.simple-pricing-table .featured .header {
	margin: -15px 0 0;
}
.simple-pricing-table .title {
	color: #414141;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.8px;
	margin: 0 0 5px;
}
.simple-pricing-table .price {
	color: #777;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 7px;
}
.simple-pricing-table .price span {
	color: #292929;
	font-weight: 700;
}
.simple-pricing-table .free .price span {
	color: #4a993e;
}
.simple-pricing-table .featured .price span {
	color: #d74e2e;
}
.simple-pricing-table .description {
	color: #4b4b4b;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}
.simple-pricing-table .free .description {
	color: #44af33;
}
.simple-pricing-table .featured .description {
	color: #e38c11;
}
.simple-pricing-table .title + .description {
	margin-bottom: 5px;
	margin-top: 12px;
}
.simple-pricing-table .features {
	padding: 0 10px;
}
.simple-pricing-table .features li {
	border-top: 1px solid #ebebeb;
	padding: 5px 10px;
}
.simple-pricing-table .footer {
	background: #e5e5e5;
	margin: 1px 0 0;
}
.simple-pricing-table .featured .footer {
	background: #fff;
	margin-top: 11px;
}
.simple-pricing-table .featured .footer .button {
	background: #d74e2e;
	font-size: 18px;
	padding: 11px 27px;
}
.simple-pricing-table .free .footer .button {
	background: #4a993e;
}
.simple-pricing-table .footer .button:hover {
	background: #d74e2e;
}
.simple-pricing-table .free .footer .button:hover, .simple-pricing-table .featured .footer .button:hover {
	background: #515151;
}

/* ---------------------------------------- */
/*	Extended Pricing Table
/* ---------------------------------------- */
.extended-pricing-table.featured {
	margin-top: 40px;
}
.extended-pricing-table .column {
	width: 740px;
}
.extended-pricing-table .features-list {
	text-align: left;
	width: 200px !important;
}
.extended-pricing-table.col2 .column {
	width: 370px;
}
.extended-pricing-table.col3 .column {
	width: 246px;
}
.extended-pricing-table.col4 .column {
	width: 185px;
}
.extended-pricing-table.col5 .column {
	width: 148px;
}
.extended-pricing-table .featured {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	z-index: 1;
}
.extended-pricing-table .header {
	background: #3a3a3a;
	color: #fff;
	min-height: 110px;
}
.extended-pricing-table .features-list .header {
	background: none;
}
.extended-pricing-table .free .header {
	background: #4a993e;
}
.extended-pricing-table .featured .header {
	background: #f9612a;
	padding: 0 0 10px;
}
.ie7 .extended-pricing-table .featured .header {
	padding-bottom: 0;
}
.extended-pricing-table .title {
	background: #2c2c2c;
	color: #bbbbbb;
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 7px;
	padding: 8px 15px;
	text-transform: uppercase;
}
.extended-pricing-table .free .title {
	background: #428937;
	color: #fff;
}
.extended-pricing-table .featured .title {
	background: #dd4913;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin-top: -10px;
	padding-bottom: 11px;
	padding-top: 10px;
	position: relative;
}
.extended-pricing-table .price {
	color: #999;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
.extended-pricing-table .free .price {
	color: #9fcd98;
}
.extended-pricing-table .featured .price {
	color: #fab197;
}
.extended-pricing-table .price span {
	color: #fff;
	font-size: 30px;
	display: block;
}
.extended-pricing-table .featured .price span {
	font-weight: 600;
}
.extended-pricing-table .features {
	border-left: 1px solid #fff;
}
.extended-pricing-table .features-list .features {
	border-left: none;
}
.extended-pricing-table .features li {
	background: #f8f8f8;
	border-bottom: 1px solid #fff;
	padding: 8px 10px;
}
.extended-pricing-table .features li:before {
	content: '';
}
.extended-pricing-table .featured .features li {
	background: #fff;
}
.extended-pricing-table .features li:first-child {
	border-top: 1px solid #fff;
}
.extended-pricing-table .features li:nth-child(even) {
	background: #f0f0f0;
}
.extended-pricing-table .featured .features li:nth-child(even) {
	background: #f6f6f6;
}
.extended-pricing-table .features li .check {
	background: url(images/icon-check-3.png) no-repeat center 2px;
	display: inline-block;
	height: 18px;
	text-indent: -9999px;
	width: 18px;
}
.ie7 .extended-pricing-table .features li .check {
	display: inline;
	font-size: 0;
	text-indent: 0;
}
.extended-pricing-table .free .features li .check {
	background-image: url(images/icon-check-3-green.png);
}
.extended-pricing-table .footer {
	background: #f8f8f8;
}
.extended-pricing-table .featured .footer {
	padding-bottom: 26px;
}
.extended-pricing-table .features-list .footer {
	background: none;
}
.extended-pricing-table .free .footer .button {
	background: #4a993e;
}
.extended-pricing-table .featured .footer .button {
	background: #d74e2e;
}
.extended-pricing-table .footer .button:hover {
	background: #d74e2e;
}
.extended-pricing-table .free .footer .button:hover, .extended-pricing-table .featured .footer .button:hover {
	background: #515151;
}

/* -------------------------------------------------- */
/*	Back to Top
/* -------------------------------------------------- */

#back-to-top, .touch-device #back-to-top:hover {
	background: url(images/arrow-up-large.png) no-repeat center center;
	background-color: rgb(221, 221, 221);
	background-color: rgba(221, 221, 221, .7);
	bottom: 20px;
	color: transparent;
	display: none;
	font: 0/0 a;
	height: 46px;
	position: fixed;
	right: 20px;
	text-shadow: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 45px;
	z-index: 100;
}
#back-to-top:hover, #back-to-top.hover, .touch-device #back-to-top:active {
	background-color: #d74e2e;
}

/* ---------------------------------------------------------------------- */
/*	Home
/* ---------------------------------------------------------------------- */	

/* -------------------------------------------------- */
/*	Slider	
/* -------------------------------------------------- */
.ss-slider {
	background: #fff url(images/loader.gif) no-repeat center 185px;
	clear: both;
	margin: 20px auto 80px;
	max-height: 465px;
	max-width: 940px;
	overflow: hidden;
	position: relative;
}
.ss-slider.fully-loaded {
	overflow: visible;
}
.ss-slider.fully-loaded, .no-js .ss-slider {
	background: none;
}
.no-js .ss-slider {
	max-height: none;
}

/* ---------------------------------------- */
/*	Single Slide
/* ---------------------------------------- */
.ss-slider .slides-container {
}
.ss-slider .slide {
	display: none;
	margin: 0;
}
.ss-slider .slide:first-child {
	display: block;
}
.ss-slider.fully-loaded .slide, .no-js .ss-slider .slide {
	background-repeat: no-repeat;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.ss-slider.fully-loaded .slide {
	height: 100%;
}
.no-js .ss-slider .slide {
	margin: 40px 0 0;
}
.no-js .ss-slider .slide:first-child {
	margin-top: 0;
}
.ss-slider .slide-img {
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
.ss-slider .slide-images-container {
	background: #fff;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	z-index: 11;
}
.ss-slider .slide-bg-image {
	background: #fff;
	margin: 0;
	width: 100%;
}
.ss-slider.fully-loaded .slide-bg-image {
	display: none;
}
.no-js .ss-slider .slide-bg-image {
	display: block;
}

/* ---------------------------------------- */
/*	Button
/* ---------------------------------------- */
.ss-slider .buttons-container {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
.ss-slider.hide-bottom-buttons .buttons-container {
	display: none;
}
.ss-slider .slide-button, .no-js .ss-slider .slide-button:hover {
	background: #f8f8f8;
	border-bottom: 1px solid #e9e9e9;
	border-top: 4px solid #dfdfdf;
	-webkit-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
	-moz-box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
	box-shadow: 1px 0 0 #fff inset, 0 1px 0 0 #fff inset;
	color: #3a3a3a;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 20px;
	height: 40px;
	overflow: hidden;
	padding: 20px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	width: 100%;
}
.ss-slider.hide-bottom-buttons .slide-button {
	display: none;
}
.ss-slider .slide:first-child .slide-button {
	-webkit-box-shadow: 0 1px 0 0 #fff inset;
	-moz-box-shadow: 0 1px 0 0 #fff inset;
	box-shadow: 0 1px 0 0 #fff inset;
}
.ss-slider.fully-loaded .slide-button:hover, .ss-slider.fully-loaded .slide-button.active {
	background: #f0f0f0;
	color: #d74e2e;
}
.ss-slider.fully-loaded .slide-button:hover {
	border-top-color: #aeaeae;
}
.no-js .ss-slider .slide-button, .no-js .ss-slider .slide-button:hover {
	cursor: auto;
}
.no-js .ss-slider  a > .slide-button:hover {
	cursor: pointer;
}
.ss-slider .slide-button h5 {
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
}
.ss-slider.fully-loaded .slide-button.active h5 {
	color: #d74e2e;
}
.ss-slider .slide-button .description {
	color: #959393;
	display: block;
	font-size: 11px;
	line-height: 12px;
}
.ss-slider .slide-button .dropcap {
	background: #3a3a3a;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	color: #fff;
	font-weight: 700;
	height: 38px;
	width: 38px;
}
.ss-slider .slide-button.image, .no-js .ss-slider .slide-button.image:hover {
	height: 80px;
	padding: 0;
	text-align: center;
}
.ss-slider .slide-button img {
	background: #f8f8f8;
	display: inline-block;
	font-size: 11px;
	max-height: 80px;
	filter: alpha(opacity=35); /* Fallback for old IE */
	opacity: 0.35;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.ss-slider .slide-button:hover img, .ss-slider.fully-loaded .slide-button.active img {
	background: #f0f0f0;
}
.no-js .ss-slider .slide-button:hover img, .no-js .ss-slider .slide-button.active img {
	background: #f8f8f8;
}
.ss-slider.fully-loaded .slide-button:hover img, .ss-slider.fully-loaded .slide-button.active img, .no-js .ss-slider .slide-button img {
	filter: alpha(opacity=100); /* Fallback for old IE */
	opacity: 1;
}

/* ---------------------------------------- */
/*	Slider Content
/* ---------------------------------------- */

.ss-slider .content-container, .no-js .ss-slider .slide-content {
	background: rgb(0, 0, 0); /* Fallback for old IE */
	filter: alpha(opacity=60); /* Fallback for old IE */
	background: rgba(0, 0, 0, .6);
	bottom: 115px;
	display: block;
	left: 30px;
	margin: 0;
	overflow: hidden;
	padding: 25px 30px 30px;
	position: absolute;
	width: 255px;
	z-index: 2;
}
.ss-slider.hide-content .content-container {
	display: none;
}
.ss-slider.hide-bottom-buttons .content-container, .no-js .ss-slider.hide-bottom-buttons .slide-content {
	bottom: 30px;
}
.ss-slider.show-content-onhover .content-container, .ss-slider.show-content-onhover .pagination-container a {
	opacity: 0;
	filter: alpha(opacity=0); /* Fallback for old IE */
}
.ss-slider.fully-loaded.show-content-onhover:hover .content-container, .ss-slider.fully-loaded.show-content-onhover:hover .pagination-container a {
	opacity: 1;
	filter: alpha(opacity=60); /* Fallback for old IE */
}
.ss-slider.fully-loaded .content-container {
	-webkit-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
	-moz-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
	-ms-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
	-o-transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
	transition: bottom .2s ease, height .2s ease, opacity .2s ease-in-out;
}
.ss-slider .content-container.center {
	bottom: auto;
	left: 50%;
	margin-left: -193px;
	padding: 20px 30px;
	text-align: center;
	top: 135px;
	width: 326px;
}
.ss-slider .content-container.bottom {
	bottom: 85px;
	left: 38px;
	max-width: 804px;
	padding: 10px 30px;
	text-align: center;
	width: 100%;
}
.ss-slider.hide-bottom-buttons .content-container.bottom {
	bottom: 0;
}
.ss-slider .slide-content {
	color: #bfbfbf;
	display: none;
	text-shadow: 0 -1px rgba(0, 0, 0, .75);
}
.ss-slider .slide-content a {
	color: #d74e2e;
}
.ss-slider .slide-content a:hover {
	text-decoration: underline;
}
.ss-slider .slide-content h1, .ss-slider .slide-content h2, .ss-slider .slide-content h3, .ss-slider .slide-content h4, .ss-slider .slide-content h5, .ss-slider .slide-content h6 {
	color: #fff;
	margin: 0;
}
.ss-slider .slide-content h1 + *, .ss-slider .slide-content h2 + *, .ss-slider .slide-content h3 + *, .ss-slider .slide-content h4 + *, .ss-slider .slide-content h5 + *, .ss-slider .slide-content h6 + * {
	margin-top: 5px;
}
.ss-slider .slide-content h2 {
	font-size: 20px;
	font-weight: 700;
}
.ss-slider .slide-content h6 {
	font-size: 13px;
	font-weight: 400;
}
.ss-slider .slide-content p {
	margin-bottom: 10px;
}
.ss-slider .slide-content p:last-of-type {
	margin-bottom: 0;
}
.ss-slider .slide-content .button {
	color: #fff;
	font-size: 11px;
	padding: 5px 14px;
	text-shadow: none;
}
.ss-slider .slide-content .button:hover {
	text-decoration: none;
}

/* ---------------------------------------- */
/*	Slider Pagination	
/* ---------------------------------------- */
.ss-slider .pagination-container a {
	background: rgb(241, 90, 35) url(images/slider-arrows-small.png) no-repeat 0 center; /* Fallback for old IE */
	filter: alpha(opacity=60); /* Fallback for old IE */
	background: rgba(241, 90, 35, 0.6) url(images/slider-arrows-small.png) no-repeat 0 center;
	bottom: 115px;
	color: transparent;
	cursor: pointer;
	display: block;
	font: 0/0 a;
	min-height: 27px;
	left: 346px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-shadow: none;
	-webkit-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	-moz-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	-ms-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	-o-transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	transition: background-color .2s ease, bottom .2s ease, height .2s ease, opacity .2s ease-in-out, top .2s ease;
	width: 15px;
	z-index: 2;
}
.ss-slider.hide-bottom-buttons .pagination-container a {
	bottom: 30px;
}
.ss-slider.hide-content .pagination-container a {
	display: none;
}
.ss-slider .pagination-container .next {
	background-position: -15px center;
	bottom: 156px;
}
.ss-slider.hide-bottom-buttons .pagination-container .next {
	bottom: 71px;
}
.ss-slider .pagination-container a:hover, .ss-slider.show-content-onhover:hover .pagination-container a:hover {
	background-color: rgba(241, 90, 35, 1);
	filter: alpha(opacity=100) !important; /* Fallback for old IE */
}
.ss-slider .pagination-container.center a {
	background-image: url(images/slider-arrows-large.png);
	bottom: auto;
	left: 50%;
	min-height: 40px;
	top: 135px;
	width: 35px;
}
.ss-slider .pagination-container.center .prev {
	background-position: 0 center;
	left: 241px;
}
.ss-slider .pagination-container.center .next {
	background-position: -35px center;
	left: auto;
	right: 241px;
}
.ss-slider .pagination-container.bottom a {
	background-image: url(images/slider-arrows-medium.png);
	bottom: 85px;
	min-height: 20px;
	width: 37px;
}
.ss-slider.hide-bottom-buttons .pagination-container.bottom a {
	bottom: 0;
}
.ss-slider .pagination-container.bottom .prev {
	background-position: -1px center;
	left: 0;
}
.ss-slider .pagination-container.bottom .next {
	background-position: -40px center;
	left: auto;
	right: 0;
}

/* ---------------------------------------- */
/*	Active Slide Bar
/* ---------------------------------------- */
.ss-slider .active-slide-bar {
	background: #d74e2e;
	bottom: 0;
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	visibility: hidden;
	z-index: 10;
}
.ss-slider.hide-bottom-buttons .active-slide-bar {
	display: none;
}

/* -------------------------------------------------- */
/*	Gallery Carousel
/* -------------------------------------------------- */

.no-js .projects-carousel, .no-js .post-carousel {
	border-top: 1px solid #efefef;
	margin: 15px -20px 60px 0;
	padding: 25px 0 0;
}
.projects-carousel > li, .post-carousel > li, #portfolio-items > article {
	float: left;
	list-style: none;
	margin: 0 3px;
	overflow: hidden;
	position: relative;
}
.projects-carousel > li, .post-carousel > li {
	width: 220px;
}
.no-js .post-carousel > li {
	display: inline-block;
	float: none;
}
.no-js .projects-carousel > li, .no-js #portfolio-items > article {
	margin-bottom: 40px;
}
.projects-carousel a, #portfolio-items article .project-meta {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.projects-carousel a {
	padding: 20px 0 0;
}
#portfolio-items article a, #portfolio-items article .audio-player, #portfolio-items article .video-player {
	margin: 0 auto;
}
#portfolio-items article a {
	text-indent: -999px;
}
#portfolio-items article a:hover {
	background: url(i/stripey-over.png) repeat;
	text-indent: 0;
}
.projects-carousel img, #portfolio-items article img {
	background: url(i/stripey.gif) repeat;
	margin: 0 auto;
	padding: 10px
}
.no-js .projects-carousel img, .no-js #portfolio-items article img {
	margin-bottom: 0;
}
.projects-carousel img {
	margin: -25px auto 20px;
}
.projects-carousel .title, #portfolio-items > article .title {
	font-weight: 400;
	margin: 96px 0 0;
	font-family: 'OswaldBook', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}
.projects-carousel > li .categories, #portfolio-items > article .categories, #portfolio-items > article a + .project-meta .categories {
	color: #aeaeae;
	display: block;
	font-style: italic;
	margin: -1px 0 20px;
}
#portfolio-items > article .categories {
	margin-bottom: 10px;
	color: #3f281e;
	font-size: 10px;
	line-height: 14px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-style: normal;
}
.projects-carousel a:hover, #portfolio-items > article:hover {
	background: #f8f8f8;
	border-bottom: 1px solid #3f281e;
}
.not-ie .projects-carousel a:hover:after, .not-ie #portfolio-items > article:hover:after {
	background: #3f281e;
	bottom: -2.5px;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	margin: 0 0 0 -2.5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	width: 5px;
}
.projects-carousel a:hover img, #portfolio-items > article:hover img {
	filter: alpha(opacity=100); /* Fallback for old IE */
	opacity: 1;
}
.projects-carousel a:hover .title, #portfolio-items > article:hover .title {
	color: #3f281e;
	font-style: normal;
}

/* -------------------------------------------------- */
/*	Post Carousel
/* -------------------------------------------------- */

.post-carousel .entry-meta {
	float: left;
	font-style: italic;
	letter-spacing: -0.5px;
	line-height: 1.3;
	margin: 0 12px 0 0;
	text-align: center;
	width: 33px;
}
.post-carousel .entry-meta a {
	display: block;
	font-style: normal;
}
.post-carousel li .post-format {
	margin: 0;
}
.post-carousel li .date {
	display: block;
	margin: 8px 0 0;
}
.post-carousel .entry-body .title {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
#content .post-carousel .entry-body {
	float: right;
	margin: 0;
	width: 175px;
}

.entry-body .date a time {
	color: #d74e2e
}
.entry-body .date a time:hover {
	color: ##d74e2e
}

.post-carousel .entry-image, .post-carousel .entry-video, .post-carousel .entry-audio, .post-carousel .fluid-width-video-wrapper {
	margin-bottom: 15px;
	max-width: 100%;
	width: 100%;
}
.post-carousel .entry-video, .post-carousel .entry-audio, .post-carousel .fluid-width-video-wrapper {
	margin-bottom: 15px;
}/* Image Gallery Slider */
.post-carousel .image-gallery-slider {
	margin-bottom: 15px;
}
.post-carousel .image-gallery-slider li {
	margin: 0;
}
.post-carousel .image-gallery-slider img {
	margin-bottom: 0;
}

/* -------------------------------------------------- */
/*	Projects & Post Carousel Navigation
/* -------------------------------------------------- */
.jcarousel-container {
	border-top: 1px solid #efefef;
	margin: 45px -20px 80px 0;
	max-width: 100%;
	padding: 25px 0 0;
}
.section-title + .jcarousel-container {
	margin-top: 15px;
}
.jcarousel-clip {
	overflow: hidden;
	width: 100%;
}
.jcarousel-item {
	margin: 0 20px 0 0;
	width: 220px;
}
.jcarousel-next, .jcarousel-prev {
	background: #ddd url(images/button-arrows.png) no-repeat 0 0;
	cursor: pointer;
	height: 19px;
	position: absolute;
	right: 0;
	top: -35px;
	width: 19px;
}
.jcarousel-prev {
	background-position: 0 -19px;
	right: 20px;
}
.jcarousel-next:hover, .jcarousel-next:focus, .jcarousel-next:active, .jcarousel-prev:hover, .jcarousel-prev:focus, .jcarousel-prev:active {
	background-color: #d74e2e;
}
.jcarousel-next-disabled, .jcarousel-next-disabled:hover, .jcarousel-next-disabled:focus, .jcarousel-next-disabled:active, .jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-prev-disabled:focus, .jcarousel-prev-disabled:active {
	background-color: #eee !important;
	cursor: auto !important;
}

/* ---------------------------------------------------------------------- */
/*	Blog
/* ---------------------------------------------------------------------- */

.hentry {
	display: inline-block;
	vertical-align: top;
	background: url(i/stripey.gif) repeat;
	margin: 0 3px 8px;
	padding: 10px;
	width: 300px;
}
.single .hentry {
	padding: 0;
	margin-bottom: 45px;
	width: 100%;
	margin: 0 0 45px 0;
	box-shadow: 0 14px 16px -16px #ccc
}
.entry-image, .entry-video, .entry-audio {
	display: block;
	margin: 0;
	width: 300px;
	margin-bottom: 10px;
}
.entry-image:hover {
	opacity: 0.7
}
.hentry .entry-audio {
	margin-bottom: 20px;
	padding-top: 5px;
}
.single-image .entry-image, .image-gallery .entry-image, .iframe .entry-image {
	margin-bottom: 25px;
}
.entry-body {
	font-family: Georgia, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	clear: both;
	margin: 0;
	width: 260px;
	padding: 20px;
	height: 112px;
	position: relative;
	background-color: #fafafa;
}
#main .entry-body {
	width: 550px;
}
.entry-body .title {
	font-family: 'OswaldBook', sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
}

.orange-line {
	height: 2px;
	width: 40px;
	background: #d74e2e;
	margin-bottom: 15px;
}

.single-blog .orange-line {
	display: none
}

.entry-meta {
	color: #878787;
	clear: both;
	height: 100px;
	margin: 0 0 0;
	width: 260px;
	padding: 0 20px 20px;
	background: #fafafa;
}
.entry-meta ul {
	margin: 0;
}
.entry-meta li {
	list-style: none;
	margin: 0;
	border-bottom: 1px dashed #eee;
}

.entry-meta .title {
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
}
.entry-meta .post-categories {
	display: inline-block;
}
.entry-meta a, .entry-meta a time {
	color: #959393;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 0.75px;
}
.entry-meta a:hover, .entry-meta a:hover time {
	color: #d74e2e;
}
.post-format {
	background-color: #ddd;
	background-image: url(images/icon-post-formats.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #959393;
	cursor: pointer;
	display: block;
	height: 33px;
	margin: 0 0 10px 0;
	text-align: left;
	text-indent: -9999px;
	width: 33px;
}
.post-format.gallery, .post-format.image {
	background-position: -33px 0;
}
.post-format.video {
	background-position: -66px 0;
}
.post-format.audio {
	background-position: -99px 0;
}
.post-format.link {
	background-position: -132px 0;
}
.post-format.quote {
	background-position: -165px 0;
}
.post-format.aside {
	background-position: -199px 0;
}
a:hover > .post-format {
	background-color: #d74e2e;
	color: #d74e2e;
}/* VideoJS */
.video-js {
	max-width: 100%;
}

/* -------------------------------------------------- */
/*	Additional Classes for Single Blog
/* -------------------------------------------------- */

.single-blog {
	margin: 10px;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 1.9em;
	background: #fff url(i/bg-blog-header.png) center 8px no-repeat;
}

.single-blog img {
	width: 100%;
	height: auto;
}

.single-blog strong img {
	padding-right: 8px;
}
.single-blog-title {
	border-bottom: 1px dashed #d1d1d1;
	font-size: 30px !important;
	line-height: 28px;
	margin-top: 45px;
	text-shadow: 1px 1px 0 #fafafa, 2px 2px 0 #caba9f;
	opacity: 0.9;
	color: #d74e2e;
	text-align: center;
	padding: 30px 0;
	box-shadow: 0 14px 16px -16px #ccc;
	background: url(i/bg-header-dots.png) no-repeat center bottom;
	margin-bottom: 30px;
}
.single-blog-meta {
	width: auto;
	margin: 10px;
	padding: 20px;
	min-height: 50px;
	height: auto;
}
.wp_rp_wrap {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}

.nr_related_placeholder {
	clear:both;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	margin-top: 100px;
}

h3.related_post_title, h3.nr_title {
	font: 28px 'OswaldBook', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fafafa, 2px 2px 0 #d74e2e;
	opacity: 0.9;
	color: #d74e2e
}

.nrelate_bty .nr_text {
	font-weight:400;
	text-align:left;
}
.nrelate_bty .nr_img {
display: block !important;
width: 150px !important;
height: 150px !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
background: none !important;
border: none !important;
border-radius: 3px !important;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.nrelate_bty.nr_150 .nr_panel {
width: 149px;
}

/* -------------------------------------------------- */
/*	Comments
/* -------------------------------------------------- */

#comments {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
#comments-title, #reply-title {
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'OswaldBook', sans-serif;
	color: #d74e2e;
}
.commentlist {
	border-bottom: 1px dashed #ced8df;
	margin: 27px 0 45px;
	padding: 0 0 30px;
	overflow: hidden;
}
.comment {
	border-top: 1px dotted #ced8df;
	list-style: none;
	margin: 30px 0 0;
	padding: 35px 0 0;
}
.comment:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.comment > article {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.comment .avatar {
	background: #fff;
	margin: 0;
	position: absolute;
	right: 0;
	width: 54px;
	z-index: 1;
}
.comment .comment-body, .comment .comment-meta {
	float: right;
	margin: 5px 0 0;
	width: 100%;
	max-width: 840px;
}
#main .comment .comment-body, #main .comment .comment-meta {
	width: 610px;
}
.comment .comment-meta {
	margin-bottom: 0;
}
.comment .author, .comment .author a {
	color: #54555a;
	margin: 0;
}
.comment .author cite {
	font-style: normal;
}
.comment .author .comment-reply-link {
	font-size: 11px;
}
.comment .date, .comment .date a, .comment .date time {
	color: #adb3b8;
	font-style: italic;
	margin: 1px 0 5px;
}
.comment .author a:hover, .comment .date a:hover, .comment .date a:hover time {
	color: #d74e2e;
}
.commentlist .children {
	margin: 0;
	padding: 0 0 0 70px;
	position: relative;
}
.commentlist .children .comment {
	border-top: 1px dashed #ced8df;
	margin: 5px 0 0;
	padding: 15px 0 0;
	position: relative;
}
.comment .children .comment:first-child {
	margin-top: 0;
}
.commentlist .children .depth-2 .comment-body, .commentlist .children .depth-2 .comment-meta {
	width: 770px;
}
.commentlist .children .depth-3 .comment-body, .commentlist .children .depth-3 .comment-meta {
	width: 7010px;
}
.commentlist .children .depth-4 .comment-body, .commentlist .children .depth-4 .comment-meta {
	width: 630px;
}
.commentlist .children .depth-5 .comment-body, .commentlist .children .depth-5 .comment-meta {
	width: 560px;
}
#main .commentlist .children .depth-2 .comment-body, #main .commentlist .children .depth-2 .comment-meta {
	width: 510px;
}
#main .commentlist .children .depth-3 .comment-body, #main .commentlist .children .depth-3 .comment-meta {
	width: 440px;
}
#main .commentlist .children .depth-4 .comment-body, #main .commentlist .children .depth-4 .comment-meta {
	width: 370px;
}
#main .commentlist .children .depth-5 .comment-body, #main .commentlist .children .depth-5 .comment-meta {
	width: 300px;
}

/* -------------------------------------------------- */	
/*	Respond
/* -------------------------------------------------- */

#respond {
}
.commentlist #respond {
	margin: 10px 0 35px;
}
.commentlist #respond .form-allowed-tags {
	display: none;
}
#reply-title small {
	font-size: 11px;
	text-transform: none;
}
#commentform {
	margin: 20px -20px 0 0;
}
#commentform input {
	width: 248px;
}
#main #commentform input {
	width: 191px;
}
.commentlist .children .depth-2 #commentform input {
	width: 254px;
}
.commentlist .children .depth-3 #commentform input {
	width: 231px;
}
.commentlist .children .depth-4 #commentform input {
	width: 208px;
}
#main .commentlist .children .depth-2 #commentform input {
	width: 168px;
}
#main .commentlist .children .depth-3 #commentform input {
	width: 144px;
}
#main .commentlist .children .depth-4 #commentform input {
	width: 121px;
}
#commentform textarea {
	height: 150px;
	width: 90%;
	max-width: 820px;
}
#main #commentform textarea {
	width: 657px;
}
.commentlist .children .depth-2 #commentform textarea {
	width: 846px;
}
.commentlist .children .depth-3 #commentform textarea {
	width: 777px;
}
.commentlist .children .depth-4 #commentform textarea {
	width: 708px;
}
#main .commentlist .children .depth-2 #commentform textarea {
	width: 588px;
}
#main .commentlist .children .depth-3 #commentform textarea {
	width: 516px;
}
#main .commentlist .children .depth-4 #commentform textarea {
	width: 447px;
}

/* -------------------------------------------------- */
/*	Pagination
/* -------------------------------------------------- */

.pagination {
	margin: 3px;
	clear: both;
	background: url(i/stripey.gif) repeat;
}
.comments-pagination {
	margin-bottom: 30px;
	margin-top: -20px;
}
.pagination a, .pagination span {
	border: 1px solid transparent;
	color: #9c9c9c;
	display: inline-block;
	margin: 0 8px 0 0;
	padding: 2px 8px 4px;
}
.comments-pagination a, .comments-pagination span {
	margin-right: 5px;
	padding-bottom: 3px;
}
.ie7 .pagination li, .ie7 .pagination span {
	display: inline;
}
.pagination .current {
	background: #d74e2e;
	color: #fff;
	padding: 2px 7px 4px;
}
.comments-pagination .current {
	padding-bottom: 3px;
}
.pagination a:hover, .comments-pagination a:hover {
	border-color: #d74e2e;
	color: #d74e2e;
}
.pagination .next, .pagination .prev {
	border: none;
}

/* ---------------------------------------------------------------------- */
/*	Gallery
/* ---------------------------------------------------------------------- */

#portfolio-items-filter {
	clear: both;
	margin: 0;
	overflow: hidden;
	height: 50px;
	display: none;
}
#portfolio-items-filter li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
}
#portfolio-items-filter li:first-child {
	margin-top: 5px;
	margin-right: 5px;
}
.no-js #portfolio-items-filter li:first-child, .no-js #portfolio-items-filter .all {
	display: none;
}
.ie7 #portfolio-items-filter li:first-child {
	display: none !important;
}
#portfolio-items-filter a {
	background: #d74e2e;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 0 2px 2px;
	padding: 5px 5px 4px;
	font-size: 10px;
	line-height: 10px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.no-js #portfolio-items-filter a, #portfolio-items-filter.open a {
	display: block !important;
}
.ie7 #portfolio-items-filter a {
	display: block !important;
	margin: 0 0 5px 5px !important;
	padding: 5px 10px !important;
	width: auto !important;
}
#portfolio-items-filter a:hover, #portfolio-items-filter.open .active, #portfolio-items-filter.open .current a {
	background: #3a3a3a;
}
#portfolio-items {
	margin: 0 -20px 40px 0;
}
#portfolio-items article {
	margin-bottom: 6px;
}
#portfolio-items .project-meta {
	display: block;
	margin: 0;
	padding: 50px 0 0;
	width: 320px;
	height: 220px;
}
#portfolio-items + .pagination {
	margin-top: -40px;
}/* Isotope */
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	z-index: 2;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: top, left, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}

/* -------------------------------------------------- */
/*	Gallery - Single Photo
/* -------------------------------------------------- */
.project-title {
	color: #3a3a3a;
	font: 22px/26px 'ExistenceUnicaseLight', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.portfolio img {
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #dadada;
	-webkit-box-shadow: 0 20px 22px -22px #aaa;
	-moz-box-shadow: 0 20px 22px -22px #aaa;
	box-shadow: 0 20px 22px -22px #aaa;
	padding-bottom: 5px;
}
.portfolio .two-third {
	padding: 20px 5%;
	width: 90%;
	font-style: italic;
	border-bottom: 1px dashed #ddd;
	border-top: 1px dashed #ddd
}
.portfolio .one-third.last {
	background: #fff;
	padding: 10px 5%;
	width: 90%;
	letter-spacing: 0.75px;
	color: #666;
	font-size: 11px;
	font-style: italic;
	background: url(i/stripey.gif) repeat
}
.portfolio .one-third.last div {
	padding: 20px;
	background: url(i/stripey-over.png) repeat;
	-webkit-box-shadow: 0 20px 22px -22px #aaa;
	-moz-box-shadow: 0 20px 22px -22px #aaa;
	box-shadow: 0 20px 22px -22px #aaa;
}
.portfolio .one-third.last span.title {
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	color: #959393;
}
.portfolio-pagination-right, .portfolio-pagination-left {
	float: right;
	margin: -46px 0 0;
}
.portfolio-pagination-left {
	float: left;
}
.portfolio-pagination li {
	display: inline-block;
	list-style: none;
	line-height: 25px;
	margin: 0;
}
.ie7 .portfolio-pagination li {
	display: inline;
}
.portfolio-pagination .next {
	border-right: 1px solid #e8e8e8;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}
.portfolio-pagination .next:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.single-portfolio .page-header {
	padding-top: 0;
	margin-bottom: 0px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-portfolio .page-header .button {
	color: #a1a1a1;
	font-style: italic;
	margin: -5px 0;
}
.single-portfolio .page-title + .button {
	margin-top: 10px;
}
.single-portfolio .page-header a:hover {
	color: #d74e2e;
}
.single-portfolio .image-gallery-slider {
	margin-bottom: 30px;
}
.single-portfolio .image-gallery-slider ul, .no-js .single-portfolio .image-gallery-slider li, .single-portfolio .image-gallery-slider.disabled li {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.no-js .single-portfolio .image-gallery-slider ul, .single-portfolio .image-gallery-slider.disabled {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
a.back-to-gallery {
	padding: 3px 12px;
	text-align: center;
	display: block !important;
	margin: 15px 0;
	float: right;
	background: #ddd;
	color: #a1a1a1 !important;
	font-style: italic;
	font-size: 13px;
}
a.back-to-gallery:hover {
	color: #fff !important;
	background: #d74e2e
}
#foto-memo {
	color: #878787
}

/* ---------------------------------------------------------------------- */
/*	Ponudba / Services
/* ---------------------------------------------------------------------- */

.services {
	background: url(i/stripey.gif) repeat;
	padding: 10px;
	width: 300px;
	height: 600px;
	margin: 0 3px 6px;
	float: left;
	position: relative;
	box-shadow: 0 14px 16px -16px #ccc;
}
.services img {
}
.services a {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	height: 600px;
	font: 22px/24px 'OswaldBook';
	text-align: center;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
.services a span {
	color: #d74e2e;
	display: block;
	width: 284px;
	margin: 20px -2px 0 -12px;
	background: #eaeaea url(i/stripey.gif) repeat;
	padding: 12px 20px 10px;
	text-transform: uppercase;
	opacity: 0.9;
	filter: alpha(opacity=90) !important; /* Fallback for old IE */
	text-shadow: 1px 1px 0 #fafafa, 2px 2px 0 #caba9f;
	box-shadow: 0 8px 8px -8px #666;
	border-top: 1px solid #fff;
}
.services a:hover {
	background: url(i/stripey.gif) repeat;
	opacity: 0.9;
	filter: alpha(opacity=90) !important; /* Fallback for old IE */
}

.services-sub {
	background: url(i/header-bg.png) no-repeat center bottom, url(i/stripey.gif) repeat center top;
	padding: 10px 10px 30px;
	width: 300px;
	margin: 0 3px 6px;
	float: left;
	position: relative;
	box-shadow: 0 14px 16px -16px #ccc;
}
.services-sub div {
	padding: 19px;
	text-align: left
}
.services-sub h2 {
	color: #d74e2e;
	display: block;
	width: 284px;
	margin: 20px -2px 0 -12px;
	background: #eaeaea url(i/stripey.gif) repeat;
	padding: 12px 20px 10px;
	text-transform: uppercase;
	display: block;
	position: absolute;
	top: 160px;
	left: 10px;
	font: 22px/24px 'OswaldBook';
	text-align: center;
	opacity: 0.9;
	filter: alpha(opacity=90) !important; /* Fallback for old IE */
	text-shadow: 1px 1px 0 #fafafa, 2px 2px 0 #caba9f;
	box-shadow: 0 8px 8px -8px #666;
	border-top: 1px solid #fff;
}

/* ---------------------------------------------------------------------- */
/*	Contact Us
/* ---------------------------------------------------------------------- */

.wpcf7 {
	line-height: 44px
}

.wpcf7-list-item {
	padding: 0;
	margin: 0
}

.wpcf7-form, #commentform {
	max-width: 100%;
}
.wpcf7-form {
	margin: 0 -20px 0 0;
}
.wpcf7-form-control-wrap br, .wpcf7-form-control-wrap p {
	display: none;
}
.wpcf7-form .input-block, #commentform .input-block {
	display:block;
	margin: 0 20px 20px 0;
}
.wpcf7-form .input-block:nth-of-type(3n), #commentform .input-block:nth-of-type(3n) {
	margin-right: 0;
}
.wpcf7-form input {
	width: 178px;
	border: none;
	background: transparent;
	border-bottom: 1px dashed #ccc;
	padding: 0 20px;
	margin: 0 20px;
	text-align: center;
	font: 15px/24px 'Georgia', serif;
	font-style: italic;
	color: #d74e2e;
}

.wpcf7-form .min-width {
	width: auto;
	margin: 0 5px 5px 20px;
	font-family: 'Georgia', serif;
	font-style: italic;
	color: #d74e2e;
	border: none;
	border-bottom: 1px dashed #ccc;
	background: none;
	line-height: 22px;
	font-size: 14px;
	padding: 0;
}
.wpcf7-form .length {
	
}
.wpcf7-form .extra-length {
	width: 90%;
}
.wpcf7-form .textarea-block, #commentform .textarea-block {
	clear: both;
}
.wpcf7-form textarea {
	height: 150px;
	max-width: 100%;
	width: 528px;
	background: transparent url(i/zvezek.png) repeat left 8px;
	border: none;
	font: 15px/24px 'Georgia', serif;
	font-style: italic;
	color: #d74e2e;
	overflow: hidden;
	resize: none;
}
.wpcf7-not-valid-tip {
	color: #f02932;
	display: block;
	margin: 5px 0 0;
}
.wpcf7-form input[type="submit"], #commentform input[type="submit"], .wpcf7-form input[type="reset"], #commentform input[type="reset"] {
	display: block;
	margin: 0 auto;
	font-family: 'OswaldBook', sans-serif;
	font-style: normal;
	font-size: 17px;
	padding: 14px 20px;
}
.wpcf7-form input[type="submit"], .wpcf7-form input[type="reset"] {
	background-color: #d74e2e;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	height: auto;
	overflow: visible;
	padding: 14px 20px;
	width: 250px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="reset"]:hover {
	background-color: #333;
}

.wpcf7-response-output {
	margin: -20px 0 0;
}
.form-left {
	float: left;
	width: 100%;
}
.form-right {
	float: right;
	padding: 40px 5%;
	background-color: #fff;
	background: url(i/stripey.gif) repeat center top, url(i/header-bg.png) no-repeat center bottom;
	width: 90%;
	box-shadow: 0 14px 16px -16px #ccc;
}
#contact-form-bubble {
	background: url(i/formular.png) no-repeat center bottom, url(i/stripey.gif) repeat center top;
	padding: 40px 40px 0;
	box-shadow: 0 14px 16px -16px #ccc;
}

/* ---------------------------------------------------------------------- */
/*	Sidebar
/* ---------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 220px;
}
.sidebar-left #sidebar {
	float: left;
}

/* -------------------------------------------------- */
/*	Widgets
/* -------------------------------------------------- */

#sidebar .widget {
	margin: 0 0 50px;
}
#sidebar .widget-title {
	color: #414141;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 12px;
	font: 18px/22px 'OswaldBook', sans-serif;
}

/* ---------------------------------------- */
/*	List & Custom Menu
/* ---------------------------------------- */

.widget ul {
}
.widget_nav_menu .sub-menu {
	border-top: 1px dotted #ced8df;
}
.widget li {
	border-bottom: 1px dotted #ced8df;
	list-style: none;
	margin: 0;
}
.widget li:last-child {
	border-bottom: none;
}
.widget li a {
	color: #868686;
	display: block;
	padding: 3px 0;
}
.widget li a:hover, .widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a {
	color: #d74e2e;
}

/* ---------------------------------------- */
/*	Recent Comments
/* ---------------------------------------- */
.widget .recentcomments {
	display: block;
	padding: 5px 0 5px 15px;
}

/* ---------------------------------------- */
/*	Search
/* ---------------------------------------- */
.widget_search input[type="text"] {
	margin: 0 0 10px;
}

.search article {}
.search article img {display:none;}
.search article .entry-body div.date a time {top:-13px;}

/* ---------------------------------------- */
/*	Accordion Content
/* ---------------------------------------- */
#sidebar .acc-trigger a {
	background-position: 0 8px;
	font-size: 11px;
	font-weight: 400;
	padding: 12px 12px 12px 30px;
}
#sidebar .acc-trigger:first-of-type {
	border-top: none;
}
#sidebar .acc-trigger:last-of-type {
	border-bottom: none;
}
#sidebar .acc-trigger.active a {
	background-position: 0 -103px;
	cursor: default;
}
#sidebar .acc-container {
	margin: -5px 0 0;
}
#sidebar .acc-container:first-of-type {
	border-top: none;
}
#sidebar .acc-container:last-of-type {
	border-bottom: none;
}
#sidebar .acc-container .content {
	padding: 0 12px 12px 30px;
}

/* ---------------------------------------------------------------------- */
/*	Language Choser
/* ---------------------------------------------------------------------- */
#lang_sel_list {
	width: 52px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 10px;
	font-family: 'OswaldBook', sans-serif;
	text-transform: uppercase;
	border: 0;
}
#lang_sel_list .widget-title {
	display: none
}
#lang_sel_list ul {
	float: left;
	margin: 0;
	padding: 0;
	border: 0 !important;
}
#lang_sel_list ul li {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
#lang_sel_list ul li a {
	display: block;
	margin: 2px;
	padding: 5px;
	color: #fff;
	width: 10px;
	height: 10px;
	-moz-border-radius :10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px dashed #fff;
	text-align: center;
}

#lang_sel_list a, #lang_sel_list a:visited {
display: block;
font-size: 10px;
text-decoration: none !important;
background: none !important;
line-height: 1em;
padding-left: 0;
color: #fff !important;
}

#lang_sel_list ul li a:hover, #lang_sel_list ul li a.lang_sel_sel {
	background: #fff !important;
	color: #d74e2e !important;
	border: 1px solid #fff
}


/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#prefooter {
	height: 10px;
	background: url(i/stripey.gif) repeat;
}

#footer {
	color: #868686;
	padding: 35px 0 0;
	position: relative;
	font-style: italic;
	font-size: 12px;
	background: url(i/footer.jpg) repeat left top; /* fallback for IE8 and lower */
	background: url(i/footer-gradient.png) repeat-x left bottom, url(i/footer.jpg) repeat left top;
}

#footer, #footer a, #footer-bottom, #footer-bottom a {
	color: #7a7a7a;
}
#footer a:hover, #footer-bottom a:hover {
	color: #d74e2e;
}
#footer .widget {

	margin: 0 0 12px;
	padding: 0 0 12px;
}

#footer .widget-title {
	border-bottom: 1px dashed #717171;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 12px;
	font: 22px/25px 'OswaldBook', sans-serif;
	color: #caba9f;
	text-shadow: 1px 1px 0 #12120e, 2px 2px 0 #313131;
	margin: 0 0 12px;
	padding: 0 0 12px;
	text-transform: uppercase;
	opacity: 0.9;
}
#footer .widget_nav_menu .sub-menu {
	border-top-color: #4b4b4b;
}
#footer .widget li {
	border-bottom: 1px dashed #393939;
}

/* -------------------------------------------------- */	
/*	Footer Navigation
/* -------------------------------------------------- */

#footer .widget_nav_menu ul {
	margin: -2px 0 0;
}
#footer .widget_nav_menu li {
	background: none;
	border: none;
	display: inline-block;
	list-style: none;
	margin: 0 -3px 0 0;
}
.ie7 #footer .widget_nav_menu li {
	display: inline;
}
#footer .widget_nav_menu li a {
	border-left: 1px solid #484848;
	font-size: 10px;
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
}
#footer .widget_nav_menu li:first-child a {
	border-left: none;
	padding-left: 0;
}
#footer .widget_nav_menu li:last-child a {
	padding-right: 0;
}

/* -------------------------------------------------- */
/*	Contact Info
/* -------------------------------------------------- */

#footer .contact-info {
}
.contact-info {
	margin: 0 0 -2px;
}
.contact-info li {
	border: none;
	display: inline-block;
	list-style: none;
	margin: 0 0 5px 24px;
	padding: 0 0 0 24px;
}
#sidebar .contact-info li {
	border-bottom: 1px dotted #ced8df;
	display: block;
	margin: 0 0 5px;
	padding-bottom: 5px;
}
#sidebar .contact-info li:last-child {
	border-bottom: none;
}
.contact-info li:first-child {
	margin-left: 0;
}
.contact-info .address {
	background: url(images/icon-address.png) no-repeat 0 0;
}
.contact-info .phone {
	background: url(images/icon-phone.png) no-repeat 0 1px;
}
.contact-info .email {
	background: url(images/icon-email-2.png) no-repeat 0 4px;
}
.contact-info li a {
	display: inline;
	padding: 0;
}

/* -------------------------------------------------- */	
/*	Forms
/* -------------------------------------------------- */

#footer input[type="text"], #footer textarea, #footer select {
	background-color: #464646;
	border: 1px solid #555;
	color: #868686;
	font: 11px 'Georgia', serif;
	font-style: italic;
}
#footer input[type="text"]:hover, #footer textarea:hover, #footer select:hover {
	border-color: #3b3b3b;
}
#footer input[type="text"]:focus, #footer textarea:focus, #footer select:focus {
	border-color: #333;
}/* Chrome, Safari */
#footer input::-webkit-input-placeholder, #footer textarea::-webkit-input-placeholder {
	color: #6e6e6e;
}/* Firefox */
#footer input:-moz-placeholder, #footer textarea:-moz-placeholder {
	color: #6e6e6e;
}/* jQuery fallback */
#footer input.placeholder, #footer textarea.placeholder, #footer .wpcf7 .watermark {
	color: #6e6e6e;
}

/* -------------------------------------------------- */	
/*	Misc Elements	
/* -------------------------------------------------- */

#footer .button:hover, #footer input[type="submit"]:hover #footer input[type="reset"]:hover, #footer button:hover {
	background: #ddd;
	color: #3a3a3a;
}
#footer .button.no-bg {
	color: #ddd;
}
#footer .button .arrow {
	background-color: #3a3a3a;
}
#footer blockquote {
	background-color: #464646;
}
#footer blockquote.simple {
	background: none;
	border-left-color: #484848;
	color: #868686;
}
#footer .infobox {
	background: #464646;
	border-color: #363636;
}
#footer .infobox, #footer .infobox * {
	color: #868686;
}

/* ---------------------------------------------------------------------- */
/*	Contact Icons
/* ---------------------------------------------------------------------- */

#kontakt-email a, #kontakt-tel, #kontakt-fb a {
	padding: 3px 0 3px 38px;
	margin: 2px 0;
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px dashed #393939;
	display: block
}
#kontakt-email a {
	background-image: url(i/email-ikona.png)
}
#kontakt-tel {
	background-image: url(i/telefon-ikona.png);
	margin-top: 15px
}
#kontakt-fb a {
	background-image: url(i/fb-ikona.png)
}

#kontakt-email a:hover, #kontakt-fb a:hover {
	background-image: url(i/kontakt-ikona.png);
}

/* ---------------------------------------------------------------------- */
/*	Footer Bottom
/* ---------------------------------------------------------------------- */

#footer-bottom {
	background: url(i/footer.jpg) repeat;
	line-height: 17px;
	padding: 12px 0;
	border-top: 1px dashed #1a1a1a;
}
#footer-bottom ul {
	margin: 0;
	font-size: 11px;
	font-style: italic;
}
#footer-bottom li {
	display: block;
	list-style: none;
	margin: 0 0 4px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #393939;
}
#footer-bottom li:first-child {
	margin-right: 0;
}
#footer-bottom li a {
	display: block;
	padding: 0;
}
#footer-bottom li:first-child a {
	border-left: none;
	padding-left: 0;
}
#footer-bottom li:last-child a {
	padding-right: 0;
}
@media(min-width:768px){
	#footer {
		padding-bottom: 70px;
	}
	#footer-bottom li {
		float: left;
		border: 0;
	}
	#footer-bottom li:first-child {
	  margin-right: 15px;
	}
	
	#footer-bottom li a {
	  border-left: 1px solid #484848;
	  display: block;
	  padding: 0 15px;
	}
}

/* ---------------------------------------------------------------------- */
/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
/* ---------------------------------------------------------------------- */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	background: rgba(248,247,243,0.9);
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Buttons helper */

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('../images/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}


img#wpstats{display:none;}


.tiled-gallery {
	margin: 0 auto !important;
	max-width: 800px !important;
}

/* ---------------------------------------------------------------------- */
/*	GALLERY RESPONSIVE IMAGES
/* ---------------------------------------------------------------------- */
.gallery-item img {
	width: 100%;
	height: 100%;
	max-width: 150px;
	max-height: 150px;
}

/* ---------------------------------------------------------------------- */
/*	RESPONSIVE STUFF
/* ---------------------------------------------------------------------- */

	.non-mobile { display: none; }
		.non-mobile-xtra { display: none; }
	
	#menu-normal-container .main-nav li.menu-item.hover ul {
		visibility: hidden;
	}

@media (min-width : 480px) {
	.main-nav {	width: 100%; }
		#main-nav-left li, #main-nav-right li  {width: 33.3%;}
}
@media(min-width:768px){
	.non-mobile { display: block; }
	#header { height: 340px; }
		#logo {position: absolute;top: 0;right: 0;margin: 0;}
			#logo-main a img {width: 206px;margin-bottom: 0px;}
			.logo-top-margin {margin-top: 40px;}
		.main-nav {width:50%;margin-top:0; }

		#menu-normal-container .main-nav a { padding-top: 45px }
		
		#main-nav-left li, #main-nav-right li  {width: auto;}
			ul#menu-nav-left-1, ul#menu-nav-left-english0-1 {float:left;}
			ul#menu-nav-right-1, ul#menu-nav-right-english0-1 {float:left;}
			
			/* Images for Main Navigation */
			#menu-normal-container .main-nav li.menu-item-2867 a, #menu-normal-container .main-nav li.menu-item-7529 a 
				{background: url(i/menu-galerija-over.png) center -40px no-repeat;}
			#menu-normal-container .main-nav li.menu-item-2596 a, #menu-normal-container .main-nav li.menu-item-7530 a 
				{background: url(i/menu-ponudba-over.png) center -40px no-repeat;}
			#menu-normal-container .main-nav li.menu-item-2684 a, #menu-normal-container .main-nav li.menu-item-7539 a 
				{background: url(i/menu-blog-over.png) center -40px no-repeat;}
			#menu-normal-container .main-nav li.menu-item-2616 a, #menu-normal-container .main-nav li.menu-item-7534 a 
				{background: url(i/menu-kontakt-over.png) center -40px no-repeat;}
			#menu-normal-container .main-nav li.menu-item-2685 a, #menu-normal-container .main-nav li.menu-item-7535 a 
				{background: url(i/menu-vprasanja-over.png) center -40px no-repeat;}
			#menu-normal-container .main-nav li.menu-item-2615 a, #menu-normal-container .main-nav li.menu-item-7536 a 
				{background: url(i/menu-omeni-over.png) center -40px no-repeat;}
			
			#menu-normal-container .main-nav li a {
				-webkit-transition: background 160ms ease-in 120ms;
				-moz-transition: background 160ms ease-in 120ms;
				-o-transition: background 160ms ease-in 120ms;
				transition: background 160ms ease-in 120ms
			}
			#menu-normal-container .main-nav li.menu-item-2867 a:hover, #menu-normal-container .main-nav li.menu-item-2867.current-page-item > a, #menu-normal-container .main-nav li.menu-item-2867.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-2867.current_page_parent > a, #menu-normal-container .main-nav li.menu-item-2596 a:hover, #menu-normal-container .main-nav li.menu-item-2596.current-page-item > a, #menu-normal-container .main-nav li.menu-item-2596.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-2596.current_page_parent > a, #menu-normal-container .main-nav li.menu-item-2684 a:hover, #menu-normal-container .main-nav li.menu-item-2684.current-page-item > a, #menu-normal-container .main-nav li.menu-item-2684.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-2684.current_page_parent > a, #menu-normal-container .main-nav li.menu-item-2616 a:hover, #menu-normal-container .main-nav li.menu-item-2616.current-page-item > a, #menu-normal-container .main-nav li.menu-item-2616.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-2616.current_page_parent > a, #menu-normal-container .main-nav li.menu-item-2685 a:hover, #menu-normal-container .main-nav li.menu-item-2685.current-page-item > a, #menu-normal-container .main-nav li.menu-item-2685.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-2685.current_page_parent > a, #menu-normal-container .main-nav li.menu-item-2615 a:hover, #menu-normal-container .main-nav li.menu-item-2615.current-page-item > a, #menu-normal-container .main-nav li.menu-item-2615.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-2615.current_page_parent > a,
			#menu-normal-container .main-nav li.menu-item-7529 a:hover, #menu-normal-container .main-nav li.menu-item-7529.current-page-item > a, #menu-normal-container .main-nav li.menu-item-7529.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-7529.current_page_parent > a,
			#menu-normal-container .main-nav li.menu-item-7530 a:hover, #menu-normal-container .main-nav li.menu-item-7530.current-page-item > a, #menu-normal-container .main-nav li.menu-item-7530.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-7530.current_page_parent > a,
			#menu-normal-container .main-nav li.menu-item-7539 a:hover, #menu-normal-container .main-nav li.menu-item-7539.current-page-item > a, #menu-normal-container .main-nav li.menu-item-7539.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-7539.current_page_parent > a,
			#menu-normal-container .main-nav li.menu-item-7536 a:hover, #menu-normal-container .main-nav li.menu-item-7536.current-page-item > a, #menu-normal-container .main-nav li.menu-item-7536.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-7536.current_page_parent > a,
			#menu-normal-container .main-nav li.menu-item-7535 a:hover, #menu-normal-container .main-nav li.menu-item-7535.current-page-item > a, #menu-normal-container .main-nav li.menu-item-7535.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-7535.current_page_parent > a,
			#menu-normal-container .main-nav li.menu-item-7534 a:hover, #menu-normal-container .main-nav li.menu-item-7534.current-page-item > a, #menu-normal-container .main-nav li.menu-item-7534.current-menu-item > a, #menu-normal-container .main-nav li.menu-item-7534.current_page_parent > a
			{
				background-position: center top
			}
			
				#menu-normal-container .main-nav li.menu-item.hover ul {
					visibility: visible;
				}
				
}
@media(min-width:992px){
	.non-mobile-xtra { display: block; }
	#header { height: 220px; }
		#logo-main { width: 24%; }
		.main-nav { width: 38%; margin-top: 35px; }
			ul#menu-nav-left-1 {float:left;padding-left:30px;}
			ul#menu-nav-right-1 {float:right;padding-right:30px;}
				#menu-normal-container .main-nav li.menu-item ul li a{background: none}
				
	.single .hentry {width: 840px;margin: 0 0 45px 59px;padding: 10px;}
	.single-blog {width:800px;margin:0;}
		.single-blog img {width:auto;}
		.single-blog-meta {width:800px;margin:10px 0 0;padding:20px;}
		
	.wpcf7-form .input-block, #commentform .input-block { float:left; }
	
	#timeline {background: url(i/casovnica-crta.png) repeat-y center top}
		#timeline .one-half {width: 460px}
	.form-left {	width: 600px;}
	.form-right { padding: 40px 20px;width: 250px; }
		.wpcf7-form .extra-length {width: 528px;}
		.wpcf7-form .length {width: 400px;}
		
	.portfolio .two-third {
		padding: 20px 10px;
		width: 598px;
	}
	.portfolio .one-third.last {
		background: #fff;
		padding: 10px;
		width: 320px;
	}
}
@media(min-width:1200px){

}
