/* CSS */

.lsf {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.lsf-icon:before {
	font-family: 'Open Sans', sans-serif;
	content: attr(title);
	margin-right: 0.1em;
	font-size: 130%;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.lsf-icon-dropcap:before {
	font-family: 'Open Sans', sans-serif;
	content: attr(title);
	font-size: 130%;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
body {
	color: #333333;
	background: #f5f5f5 url(../images/cross-pattern.png) repeat top center;
}
.row {
	width: 1200px
}
.page_wrap {
	margin: auto;
	padding: 0 10px;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6)
}
/* .page_wrap {
	border-radius: 20px;}
	 */



.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-left: 10px;
	padding: 20px 0
}
.header_logo img {
	border: none
}
p {
	color: #333333;
	font-size: 1.4em
} /*  font size  */
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal
}
.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 {
	color: #931618;
	font-size: 2.6em;
	text-align: left;
	font-weight: normal
} /*  font size  */
.nav-bar {
	margin-top: 0;
	background: none
}
.nav-bar > li {
	border: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	box-shadow: none
}
.nav-bar > li > a:first-child {
	font-size: 1em;
	text-transform: uppercase;
	padding: 0 15px
}
.nav-bar > li:last-child {
	border: 0;
	box-shadow: none
}
.nav-bar > li.active {
	color: #333333;
	background: #FFF;
	border-bottom: 3px #FFFFFF solid;
}
.nav-bar > li.active2nd {
	color: #333333;
	background: #FFF;
	border-bottom: 3px #931618 solid;
}
.nav-bar > li.inactive {
	color: #333333;
	background: #FFF;
	border-bottom: 3px #FFFFFF solid;
}
.nav-bar > li.active:hover {
	background: #931618;
	cursor: default;
}
.nav-bar > li:hover {
	background: #931618;
	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;
}
.nav-bar > li > a {
	color: #333333
}
.nav-bar > li > a:hover {
	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;
}
/* nav bar vertical */


.nav-bar.vertical > li {
	border: 0;
}
.nav-bar.vertical > li:last-child {
	border: 0
}
/* footer menu */

.footer_menu {
	text-align: center;
	margin: 10px 0 0;
	padding: 20px 0
}
.footer_menu li {
	display: inline;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 20px
}
.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;
}
.slika {
	border: solid 1px;
	color: #931618
}
h3 {
	color: #931618;
	font-size: 2em
}
h4 {
	color: #931618;
	font-size: 1.6em
}
table {
	color: #000;
	font-size: 1.4em
}
.lista {
	font-size: 1.4em
}
#author {
	text-decoration: none;
	color: #000;
	background: url(../images/main/dev-logo.png)no-repeat right 2px;
	display: inline-block;
	padding: 6px 30px 5px 0;
	margin-bottom: 1em;
	font-size: 1em
}
#copyright {
	color: #000;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1em
}
li {
	font-size: 1.4em;
}
.animacija-row {
	max-width: 100%;
	min-width: 768px;
	margin: 0 auto
}
td {
	font-size: 1em;
	text-align: left;
	line-height: 1.3;
}
#EU {
	background: #fff;
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #931618;
	font-weight: bold;
	display: block;
	position: relative;
	margin: auto;
	width: 50%;
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
	float: right;
}
kontakt {
	padding: 0
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /*16:9 Aspect Ratio*/
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
