@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size:16px;
	color:#444;
	/* background-image:url(../images/bg.jpg); */
	/* background-repeat:no-repeat;
	background-size:100%;
	background-attachment:fixed; */
}

.clearfix {
  overflow: auto;
}

a {
   outline: 0;
   color:#DA251C;
   text-decoration:none;
}

h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
	color:#333;
}

h2 {
	font-size:38px;
	margin-top:0px;
}

h3 {
	font-size:17px;
	margin:0px 0px 10px 0px;
	clear:both;
}

#header-holder {
	width:100%;
	background-color:#FFFFFF;
	min-height:90px;
	-webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.2);
	position:fixed;
	z-index:100;
	top:0;
}

#header-content {
	margin:0 auto;
	width:100%;
	max-width:1010px;
	padding-top:26px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
}

#meni-1 a {
	color:#444;
	text-decoration:none;
	padding:8px 15px;
}

#meni-1 a:hover {
	color:#FFF;
	text-decoration:none;
	background:#DA251C;
}

#header-content img {
	border:none;
}

.login {
	color:#FFF !important;
	background:#000;
}

.login:hover {
	background:#3C7C9B;
}

#header-content ul {
	float:right;
	margin:10px 0px;
	padding:0px;
}

#header-content li {
	display:inline-block;
	margin-left:10px;
}

.firstList {
	margin-left:0px !important;
}

#menu-2 {
	display:none;
}

#menu-2-popup {
	display:none;
}

#hp-header-holder {
	width:100%;
	color:#FFFFFF;
	padding:280px 0px 250px 0px;
	font-size:25px;
	margin-top:70px;
	background-image: url(../images/bg-cover.png), url(../images/bg.jpg);
	background-position: left, center;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
}

#hp-header-holder h1 {
	font-size:60px;
	margin:0px 0px 20px 0px;
	color:#FFFFFF;
	text-align:center;
}

#hp-header-holder p {
	margin-top:0px;
	line-height:35px;
}

#hp-header-content {
	margin:0 auto;
	/* width:1010px; */
}

#hp-header-content-citat {
	clear:both;
	text-align:center;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size:25px;
	line-height:40px;
}

.kontaktBtn {
	border:1px solid #FFF;
	padding:9px 20px;
	font-size:20px;
	color:#FFF;
}

.kontaktBtn:hover {
	background:#FFF;
	color: #000;
}

.gray-holder {
	padding:0px !important;
	clear:both;
}

.white-holder, .gray-holder, .blue-holder {
	width:100%;
	padding:70px 0px;
	line-height:30px;
	background:#FFF;
	overflow:hidden;
}

.gray-holder {
	background:#F4F4F4;
	border-bottom:1px solid #DBDBDB;
	border-top:1px solid #DBDBDB;
}

.blue-holder {
	color:#FFFFFF;
	background:url(../images/bg-cover-2.png) #DA251C;
	background-size:cover;
}

.blue-holder a {
	color:#000000;
}

.product {
	width:100%;
	margin:0 auto;
	max-width:1010px;

}

.product-left, .product-right {
	width:48%;
	max-width:480px;
}

.product-right img {
	width:100%;
	height:auto;
}

.product-left {
	float:left;
}

.product-right {
	float:right;
}

#footer {
	padding:60px 0px;
	background:#222;
	width:100%;
	color:#CCC;
}

#footer-content {
	margin:0 auto;
	/* width:1010px; */
}

#footer-content img {
	margin:0px 10px 0px 40px;
	vertical-align:middle;
}

.tekst-centar {
	text-align:center;
}

.tekst-white {
	color:#FFF;
}

.tekstInput, .tekstArea {
	border:1px solid #E4E4E4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background:#FBFBFB;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size:16px;
	color:#666;
	padding:10px 15px;
	margin-bottom:25px;
}

form {
	padding:0px;
}

.tekstInput {
	float:left;
	width:92%;
}

.lastInput {
	margin-right:0px;
	float:right;
}

.tekstArea {
	width:92%;
	height:140px;
}

.subBotun {
	color:#FFFFFF;
	background:#222;
	border:none;
	cursor:pointer;
	font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
	font-size:16px;
	width:210px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height:48px;
}

.subBotun:hover {
	background:#DA251C;
}

.empty {
	background:#FFF;
	height:89px;
}

.services-box {
	width:22.9%;
	padding:1%;
	height:200px;
	float:left;
	text-align:center;
	border-left:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	overflow: hidden;
	color:#777;
}

.services-box h3 {
	text-transform:uppercase;
	margin:15px 0px 5px 0px;
}

.services-box:hover {
	color:#FFFFFF;
	background:#DA251C;
}

.services-box:hover h3 {
	color:#FFFFFF;
}

.services-box:hover a {
	color:#000;
}

.about-left {
	width:44%;
	float:left;
	padding:3%;
}

.about-left h2 {
	text-align:left;
}

.about-right {
	width:50%;
	float:right;
	text-align:right;
}

.about-right img {
	width:100%;
	height:auto;
}

.contact-icon {
	vertical-align:middle;
	margin-right:20px;
}

.video {
	width:480px;
	height:271px;
}

.mapa {
	width:98%;
	height:445px;
}

.quote {
	 font-size:23px;
	 line-height:35px;
	 color:#333333;
}

.eu {
	font-family: 'Titillium Web', sans-serif;
}

/* .eu > p {
	color: #DA251C;
} */

.eu > img {
	width: 200px;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  color: #444;
}

.dropdown:hover{
	color: #fff;
	background: #DA251C;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  padding: 8px 15px;
  left: 0.5px;
  top: 100%;
}

.dropdown:hover .dropdown-content{
  display: block;
}

.dropdown_item {
	display: none;

}

.dropdown_item > span {
	background: #171414;
}

.eu-text > p {
	text-align: left;
}

@media only screen and (max-width: 1280px) {
	#hp-header-holder {
		padding:200px 0px 170px 0px;
	}
	.services-box {
		font-size:14px !important;
	}
	.about-right img {
		width:115%;
	}
}
@media only screen and (max-width: 1024px) {
	#hp-header-holder {
		padding:150px 0px 150px 0px;
	}
	.services-box {
		height:240px;
	}
	.about-right img {
		width:100%;
	}
}
@media only screen and (max-width: 980px) {	
	body {
		background-size:125%;
	}
	#hp-header-content {
		/* width:960px; */
	}
	#header-content {
		width:98%;	
	}
	.product-left {
		width:45%;
	}
	.product-right {
		width:45%;
	}
	#header-content li {
		margin-left:15px;
	}
	h3 {
		font-size:16px;
	}
	.white-holder, .blue-holder {
		width:96%;
		padding-left:2%;
		padding-right:2%;
	}
	.gray-holder {
		width:100%;
	}
	#footer-content {
		/* width:950px; */
	}
	.services-box {
		width:47.5%;
		height:190px;
	}
	.video {
		width:400px;
		height:226px;
	}
}
@media only screen and (max-width: 800px) {
	body {
		font-size:15px;
	}
	h2 {
		font-size:33px;
	}
	#header-content {
		font-size:13px;
	}
	#header-content ul {
		margin-top:12px;
	}
	#hp-header-content {
		/* width:780px; */
	}
	#hp-header-holder {
		padding:120px 0px 120px 0px;
	}
	#hp-header-holder h1 {
		font-size:40px;
	}
	#hp-header-content-citat {
		clear:both;
		padding:0px;
		font-size:18px;
		line-height:28px;
	}
	#hp-header-content-citat p {
		font-size:20px;
	}
	.tekstInput, .tekstArea {
		font-size:14px;
		color:#666;
		padding:8px 10px;
		margin-bottom:25px;
		width:92%;
	}
	.subBotun {
		font-size:14px;
		width:200px;
		height:44px;
	}
	#footer-content {
		/* width:770px; */
	}
	#header-content li {
		margin-left:5px;
	}
	.kontaktBtn {
		font-size: 15px;
		padding: 6px 15px;
	}
	.white-holder, .gray-holder, .blue-holder {
		padding-top:50px;
		padding-bottom:50px;
		line-height:28px;
	}
	.quote {
		 font-size:19px;
		 font-style:italic;
		 line-height:30px;
	}
	.video {
		width:340px;
		height:192px;
	}
	.mapa {
		width:98%;
		height:415px;
	}
}
@media only screen and (max-width: 768px) {
	body {
		font-size:14px;
	}
	#header-holder {
		min-height:80px;
	}
	#header-content {
		padding-top:20px;
	}
	#hp-header-holder {
		padding:120px 0px 120px 0px;
	}
	#hp-header-content {
		/* width:748px; */
	}
	.white-holder, .gray-holder, .blue-holder {
		width:100%;
		padding:60px 0px;
		line-height:28px;
	}
	.empty {
		height:79px;
	}
	.product {
		width:100%;
		margin:0 auto;
		max-width:738px;
	}
	#footer-content {
		/* width:738px; */
	}
	#meni-1 {
		display:none;
	}
	#menu-2 {
		float:right;
		display:inline;
		margin-top:4px;
		padding-right:5px;
	}
	#menu-2-popup {
		display:none;
		background-color:#222;
		margin-bottom:-70px;
		margin-top:10px;
		position: fixed;
		color:#999;
		text-align:center;
		z-index:100;
		width:100%;
	}
	#menu-2-popup span {
		display:block;
		border-top:1px dotted #444;
		font-size:14px;
		padding:15px 0px;
		text-transform:uppercase;
	}
	#menu-2-popup ul {
		margin:0px 0px 5px 0px;
		padding:0;
	}
	#menu-2-popup li {
		list-style:none;
		padding:9px 0px;
	}
	#menu-2-popup a {
		text-decoration:none;
		color:#999;
	}
	#menu-2-popup a:hover {
		text-decoration:none;
		color:#FFF;
	}
	.video {
		width:310px;
		height:175px;
	}
}
@media only screen and (max-width: 720px) {
	#header-holder {
		min-height:80px;
	}
	#header-content {
		padding-top:20px;
	}
	#hp-header-holder {
		padding:140px 0px 140px 0px;
	}
	#hp-header-content {
		/* width:700px; */
	}
	h2 {
		font-size:30px;
	}
	.product {
		max-width:700px;
	}
	#footer-content {
		/* width:700px; */
	}
	.about-left {
		width:95%;
	}
	.about-right {
		width:100%;
	}
}
@media only screen and (max-width: 640px) {	
	body {
		font-size:13px;
	}
	#header-holder {
		min-height:70px;
	}
	.logo {
		width:23%;
		height:auto;
	}
	#header-content {
		padding-top:17px;
	}
	#hp-header-holder {
		padding:100px 0px 100px 0px;
		margin-top:70px;
	}	
	#hp-header-holder h1 {
		font-size:27px;
		margin-bottom:25px;
	}	
	#hp-header-content {
		/* width:620px; */
	}
	.white-holder, .gray-holder, .blue-holder {
		width:100%;
		padding:50px 0px;
		line-height:28px;
	}
	.product {
		width:100%;
		max-width:610px;
	}
	#hp-header-content-citat p {
		font-size:16px;
	}
	h2 {
		font-size:22px;
	}
	#footer-content {
		/* width:610px; */
	}
	#menu-2-popup {
		margin-top:0px;
	}
	.empty {
		height:69px;
	}
	.tekstArea, .tekstInput, .subBotun {
		font-size:13px;
	}
	.formular {
		padding:0px;
	}
	.product-left {
		width:55%;
	}
	.product-right {
		width:45%;
	}
	.mapa {
		width:90%;
		height:415px;
	}
	.services-box {
		font-size:13px !important;
		line-height:23px;
	}
	.services-box img {
		width:32px;
		height:auto;
		margin-top:10px;
	}
	.video {
		width:270px;
		height:152px;
	}
	.tekstArea {
		height:100px;
	}
	.mapa {
		width:90%;
		height:375px;
	}
	.quote {
		font-size: 17px;
		line-height: 28px;
	}
	#hp-header-content-citat {
		font-size: 16px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 600px) {	
	#hp-header-holder {
		padding:130px 0px 130px 0px;
		margin-top:70px;
	}	
	#hp-header-holder h1 {
		font-size:25px;
		margin-bottom:25px;
	}	
	#hp-header-content {
		/* width:580px; */
	}
	.product {
		width:100%;
		max-width:570px;
	}
	#footer-content {
		/* width:570px; */
	}
	.tekstArea, .tekstInput {
		width:96%;
	}
	.product-left, .product-right {
		width: 95%;
		margin:0 auto;
		clear:both;
		max-width:none;
	}
	.product-left {
		margin-bottom:10px;
	}
	.product-right {
		float:left;
	}
	.video {
		width:540px;
		height:305px;
	}
	.mapa {
		width:100%;
		height:180px;
	}
	form {
		margin-top:20px;
	}
}
@media only screen and (max-width: 480px) {
	.logo {
		width:30%;
		height:auto;
	}
	#hp-header-holder {
		padding:100px 0px 100px 0px;
	}
	#hp-header-content {
		/* width:460px; */
	}
	#hp-header-holder h1 {
		font-size:21px;
		margin-bottom:10px;
		line-height:23px;
	}
	#hp-header-content-citat {
		padding:10px 0px;
	}
	#hp-header-content-citat p {
		margin-bottom:0px;
	}
	.product-left, .product-right {
		width:95%;
		padding:0px;
		float:left;
	}
	.white-holder, .gray-holder, .blue-holder  {
		padding:30px 0px;
	}
	.product {
		width:100%;
		max-width:450px;
	}
	#footer-content {
		/* width:450px; */
	}
	.tekstArea {
		height:80px;
	}
	.tekstInput, .tekstArea {
		padding:7px 10px;
		margin-bottom:7px;
		float:left !important;
		width:400px;
	}
	.subBotun {
		width:160px;
		height:36px;
	}
	#footer {
		padding:25px 0px;
	}
	#footer-content {
		text-align:left;
	}
	#footer img {
		margin-left:0px;
		width:20px;
		height:auto;
	}
	#footer span {
		display:block;
		padding:10px 0px;
	}
	.video {
		width:450px;
		height:254px;
	}
}
@media only screen and (max-width: 360px) {
	.logo {
		width:40%;
		height:auto;
	}
	#hp-header-holder {
		padding:100px 0px 100px 0px;
	}
	#hp-header-content {
		/* width:350px; */
	}
	#hp-header-holder h1 {
		font-size:26px;
		margin-bottom:25px;
		line-height:35px;
	}
	#hp-header-content-citat {
		padding:10px 0px;
	}
	#hp-header-content-citat p {
		margin-bottom:0px;
		font-size:14px;
	}
	.product-left, .product-right {
		width:95%;
		padding:0px;
		float:left;
	}
	.white-holder, .gray-holder, .blue-holder  {
		padding:30px 0px;
	}
	.product {
		width:100%;
		max-width:340px;
	}
	#footer-content {
		/* width:340px; */
	}
	.tekstArea {
		height:80px;
	}
	.tekstInput, .tekstArea {
		padding:7px 10px;
		margin-bottom:7px;
		float:left !important;
		width:94%;
	}
	#footer {
		padding:35px 0px;
	}
	.services-box {
		width:98%;
		height:auto;
		padding-bottom:10px;
	}
	.video {
		width:330px;
		height:186px;
	}
	.mapa {
		width:100%;
		height:180px;
	}
}
@media only screen and (max-width: 320px) {
	h2 {
		font-size:20px;
	}
	#hp-header-holder {
		padding:80px 0px 80px 0px;
	}
	#hp-header-content {
		/* width:310px; */
	}
	#hp-header-holder h1 {
		font-size:25px;
		margin-bottom:20px;
	}
	#hp-header-content-citat {
		font-size:12px;
	}
	#hp-header-content-citat p {
		line-height:22px;
	}
	.white-holder, .gray-holder, .blue-holder  {
		padding:25px 0px;
	}
	.product {
		max-width:310px;
	}
	#footer-content {
		/* width:310px; */
	}
	.tekstInput, .tekstArea {
		width:280px;
	}
	#footer {
		padding:30px 0px;
	}
	.video {
		width:300px;
		height:169px;
	}
}
.logoHolder{         
	display: flex;         
	align-items: center;         
	justify-content: center;         
 
}
.logoHolder > * {
	margin: 1rem;
}
.esifHolder{
	font-size: 0.8em;
	width: 345px;
	line-height: 1.2em;
	text-align: center;
}
.esifHolder > p{
	margin: 0;
}
@media (max-width: 950px) {
	.logoHolder{
		flex-direction: column;         
	}                 
}
