body {
	background: #7c7907
}
.row {
	width: 1200px
}
.page_wrap {
	margin: 25px auto 0px;
	padding: 20px;
	border-radius: 25px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}
.header_nav {
	background: #fff;
	padding: 10px 0 2px;
	margin-bottom: 25px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	z-index: 999
}
.header_nav_fullwidth {
	background: #f8f8f8;
	padding: 10px 0 2px;
	margin-bottom: 25px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4)
}
.header_logo {
	padding: 20px 20px 20px 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.header_logo img {
	border: none
}
.blog_post {
}
.post_meta {
	font-family: 'Roboto Slab', serif;
	font-style: italic;
	text-align: center;
	color: #999
}
p {
	color: #000;
	font-size: 1.4em
}
p.welcome_text {
	font-size: 180%;
	text-align: left;
	font-weight: normal;
	font-family: 'Roboto Slab', serif;
	font-style: italic
}
h1, h2, h3, h4 {
	font-family: 'Roboto Slab', serif;
	font-weight: normal;
	color: #7d7805;
}
h2 {
	font-size: 2.2em;
	margin-top: 0px;
}
h3 {
	font-size: 2em
}
h4 {
	font-size: 1.6em
}
table {
	color: #000;
	font-size: 1.4em
}
.heading_dots {
	background: url(../images/heading_dots_grey.png) repeat-x center;
	clear: both
}
.heading_dots_grey {
	background: url(../images/heading_dots_grey.png) repeat-x center
}
.heading_bg {
	background: #FFF;
	padding: 0 6px 0 0
}
.heading_center_bg {
	background: #FFF;
	padding: 0 10px
}
.heading_left_bg {
	background: #FFF;
	padding: 0 10px 0 0
}
.heading_supersize {
	font-size: 74px;
	text-align: center;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 10px;
	color: #999
}
.heading_largesize {
	font-size: 34px;
	text-align: left;
	font-weight: normal
}
.dropcap_red, .dropcap_black {
	border-radius: 100px 100px 100px 100px;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 35px;
	margin: 4px 8px 0 0;
	text-align: center;
	width: 35px;
}
.dropcap_red {
	background: #FE563B center;
	color: #FFF
}
.dropcap_black {
	background: #000;
	color: #FFF
}
.panel {
	background: #fafafa
}
.panel.callout {
	background: #FE563B;
	border: 1px solid #CCC
}
.panel.callout p, .panel.callout h4 {
	color: #fff
}
ul.accordion > li.active {
	border-top: 3px solid #f34c31;
}
dl.tabs dd.active {
	border-top: 3px solid #f34c31;
	margin-top: -3px;
}
.nav-bar {
	margin-top: 0;
	background: none
}
.nav-bar > li {
	border: 0;
	padding: 5px 1px;
	margin: 2px 0;
	font-family: 'Roboto Slab', serif;
	box-shadow: none
}
.nav-bar > li > a:first-child {
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 25px;
}
.nav-bar > li:last-child {
	border: 0;
	box-shadow: none
}
.nav-bar > li.active:hover {
	background: #7c7907;
}
.nav-bar > li:hover {
	background: #7c7907;
	color: #000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 10px;
}
.nav-bar > li > a {
	color: #4d4d4d
}
.nav-bar > li > a:hover {
	color: #fff;
}
.active a {
	background: #7c7907;
	color: #FFF;
}
.nav-bar > li.has-flyout > a:first-child:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #f8f8f8 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 17px;
}
.nav-bar > li.has-flyout > a:hover:first-child:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 5px;
	border-color: #f8f8f8 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 17px;
}
.flyout {
	background: #f3f3f3;
	border-radius: 5px;
	border: 0;
	margin-top: -1px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}
ul.flyout li, .nav-bar li ul li {
	border-left: 0
}
ul.flyout li a, .nav-bar li ul li a {
	background: #f3f3f3;
	color: #000;
	border: 0;
	font-size: 16px;
}
ul.flyout li a:hover, .nav-bar li ul li a:hover {
	background: #f34c31;
	color: #fff;
	border: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* nav bar vertical */


.nav-bar.vertical > li {
	border: 0;
}
.nav-bar.vertical > li:last-child {
	border: 0
}
/* gallery menu */

.gallery-nav-bar {
	list-style: none;
	text-align: center;
	padding-top: 10px;
	font-family: 'Roboto Slab', serif;
	letter-spacing: 2px;
	text-transform: uppercase
}
.gallery-nav-bar li {
	display: inline-block;
	margin-right: 1px
}
.gallery-nav-bar li {
	padding: 3px 12px
}
.gallery-nav-bar li a {
	color: #000;
	padding: 3px 12px
}
.gallery-nav-bar li a:hover {
	background: #C02702;
	color: #FFF;
	padding: 3px 12px;
	border-radius: 3px
}
/* footer menu */

.footer_menu {
	text-align: center;
	background: url(../images/heading_dots_grey.png) repeat-x top;
	margin: 25px 0 0;
	padding: 20px 0
}
.footer_menu li {
	display: inline;
	list-style: none;
	margin-right: 20px
}
/*-------------------------------------------------------------------------------------------------*/
/* Masonry
/*-------------------------------------------------------------------------------------------------*/

.centered {
	margin: 0 auto;
}
.box {
	margin: 5px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	font-size: 100%;
	line-height: 1.4em;
	float: left;
}
.box p {
	font-size: 12px;
	margin: 0;
	padding: 12px 0
}
.box h2 {
	font-size: 14px;
	font-weight: 200;
}
.box h4 {
	margin-bottom: 0;
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	padding: 0px;
}
.box img, #tumblelog img {
	display: block;
	width: 100%;
}
.box_comment {
	background: #F2F0F0;
	border-bottom: 1px solid white;
	padding: 8px;
	border-bottom: 1px solid #D9D4D4;
	border-top: 1px solid #FCFAFA;
	overflow: hidden;
}
.box_comment p {
	font-size: 11px;
	padding: 0px;
	margin: 0
}
.rtl .box {
	float: right;
	text-align: right;
	direction: rtl;
}
.col1 {
	width: 80px
}
.col2 {
	width: 217px
}
.col3 {
	width: 280px
}
.col4 {
	width: 380px
}
.col5 {
	width: 480px
}
.col1 img {
	max-width: 80px;
}
.col2 img {
	max-width: 211px;
}
.col3 img {
	max-width: 280px;
}
.col4 img {
	max-width: 380px;
}
.col5 img {
	max-width: 480px;
}
/* fluid masonry */

.box_fluid {
	margin-bottom: 1.4%;
	padding: 0;
	background: #FFF;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	font-size: 100%;
	line-height: 1.4em;
	float: left;
}
.box_fluid_inner {
	padding: 0 15px 0
}
.col_fluid {
	width: 32%
}
.col_fluid img {
	width: 100%
}
.slike {
	border: solid 1px;
	color: #7d7805;
	margin: 10px 0;
	padding: 0;
}
.jezici {
	margin-right: 10px
}
.header_naslov {
	color: #FFF;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.zeleni_bg {
	background: #6e6b0d
}
.linija {
	border-bottom: 1px solid #7d7805;
	margin-bottom: 10px;
}
.linija-l {
	border-left: 1px solid #7d7805
}
.mg-bt {
	margin-bottom: 15px
}
.zelena-slova {
	color: #6e6b0d;
	font-weight: bold;
}
#author {
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 1em
}
#copyright {
	color: #ffffff;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1em
}