@font-face {
	font-family: lato_regular;
	src: url(../fonts/Lato2OFL/Lato-Regular.ttf);
}
@font-face {
	font-family: lato_light;
	src: url(../fonts/Lato2OFL/Lato-Light.ttf);
}
@font-face {
	font-family: lato_bold;
	src: url(../fonts/Lato2OFL/Lato-Bold.ttf);
}
@font-face {
	font-family: lato_bold_italic;
	src: url(../fonts/Lato2OFL/Lato-BoldItalic.ttf);
}
@font-face {
	font-family: Garamond-SemiBold;
	src: url(../fonts/Cormorant_Garamond/CormorantGaramond-SemiBold.ttf);
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#wrapper {
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
}
#prava {
	z-index: 3;
}

#head_fil {
	display: none;
	width: 0;
	height: 0;
}
#zindeks {
	z-index: 1;
}
#slajder {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
}
#slajder_images {
	position: relative;
	width: 100%;
}
#slajder_images::before {
	content: "";
	display: block;
	padding-top: 42.25352112676056%;
}
#slajder img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
#slajd_moto  {
	position: absolute;
	top: 55%;
	left: 7.05%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
#slajd_moto  h2 {
	font-family: lato_bold;
	font-size: 46px;
	font-weight: normal !important;
	color: rgb(255, 255, 255);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
#slajd_moto  h2 span:first-of-type {
	color: rgb(0, 0, 0);
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5);
}
#slajd_moto  h2 span:last-of-type {
	color: rgb(255, 0, 0);
}
#slajd_moto  #saznaj_vise {
	padding: 15px;
	border-radius: 5px;
	/*background: rgb(222, 200, 57);*/
	background: rgb(255, 0, 0);
	display: inline-block;
	margin-top: 15px;
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
#saznaj_vise p {
	font-family: lato_regular;
	font-size: 18px;
	letter-spacing: 2px;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-right: 5px;
}
#saznaj_vise #trouglic {
	width: 10px;
	height: 10px;
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	display: inline-block;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#slajd_moto  #saznaj_vise:hover {
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.7);
	        box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.7);
	-webkit-transition: background 300ms, -webkit-box-shadow 300ms;
	transition: background 300ms, -webkit-box-shadow 300ms;
	-o-transition: background 300ms, box-shadow 300ms;
	transition: background 300ms, box-shadow 300ms;
	transition: background 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}
#slajd_moto  #saznaj_vise:hover p {
	color: rgb(0, 0, 0);
	margin-right: 10px;
	-webkit-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}
#slajd_moto  #saznaj_vise:hover #trouglic {
	border-top: 2px solid rgb(0, 0, 0);
	border-right: 2px solid rgb(0, 0, 0);
	-webkit-transition: border-top 300ms, border-right 300ms;
	-o-transition: border-top 300ms, border-right 300ms;
	transition: border-top 300ms, border-right 300ms;
}
#button_back {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer;
}
#button_back div {
	border-left: 3px solid rgb(255, 255, 255);
	border-bottom: 3px solid rgb(255, 255, 255);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 30%;
	left: 38%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 3px;
}
#button_next {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer;
}
#button_next div {
	border-top: 3px solid rgb(255, 255, 255);
	border-right: 3px solid rgb(255, 255, 255);
	width: 20px;
	height: 20px;
	position: absolute;
	top: 30%;
	right: 38%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 3px;
}
#button_back:hover, #button_next:hover {
	-webkit-box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.7);
	        box-shadow: 0 0 7px 1px rgba(255, 255, 255, 0.7);
}
#button_back:active div {
	left: 34%;
}
#button_next:active div {
	right: 34%;
}
#tackice {
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.dotts {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 15px;
	border-radius: 50%;
	background: rgb(150, 150, 150);
}
#current {
	/*background: rgb(222, 200, 57);*/
	background: rgb(255, 0, 0);
}
#logout {
	font-family: lato_regular;
	font-size: 15px;
	position: absolute;
	bottom: 40px;
	left: 50px;
	text-decoration: none;
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 2px;
}
#logout:hover {
	background: rgb(222, 200, 57);
}
#youtube_slajd {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 100px;
	bottom: 50px;
}
#youtube_slajd img {
	width: 100%;
}
#facebook_slajd {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 50px;
	bottom: 50px;
}
#facebook_slajd img {
	width: 100%;
}





#sve_vesti {
	padding: 0 7.05%;
	background: rgb(252, 252, 252);
}
#sve_vesti:after {
	content: "";
	display: table;
	clear: both;
}
.sekcija_cesti {
	/*background: rgb(255, 255, 255);*/
	float: left;
	width: 50%;
}
.vest {
	padding: 30px 0 30px 0;
	/*background: rgb(252, 252, 252);*/
}
.vest:first-of-type {
	padding-right: 10px;
}
.vest:last-of-type {
	padding-left: 10px;
}
.naslov_vesti {
	width: 100%;
	position: relative;
}
.naslov_vesti a {
	display: block;
	font-family: lato_bold;
	font-size: 20px;
	/*color: rgb(222, 200, 57);*/
	color: rgb(255, 0, 0);
	/*background: rgba(0, 0, 0, 0.7);*/
	background: rgb(0, 0, 0);
	padding: 7px 0 7px 10px;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
}
.naslov_vesti a:hover {
	color: rgb(255, 255, 255);
}
.kreirana {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-family: lato_bold;
	font-size: 18px;
	/*color: rgb(222, 200, 57);*/
	color: rgb(255, 0, 0);
}
.sadrzaj_vesti {
	font-family: lato_regular;
	font-size: 16px;
	background: rgba(235, 235, 235, 0.8);
	padding: 20px 10px;
}
.sadrzaj_vesti img {
	display: inline-block;
	width: 50%;
	padding-bottom: 10px;
}
.vest_donji_link {
	/*background: rgba(0, 0, 0, 0.7);*/
	background: rgb(0, 0, 0);
	border-radius: 0 0 4px 4px;
	padding: 7px 30px 7px 30px;
	text-align: right;
	position: relative;
}
.vest_donji_link a {
	font-family: lato_regular;
	font-size: 16px;
	/*color: rgb(222, 200, 57);*/
	color: rgb(255, 0, 0);
}
.vest_donji_link a:hover {
	color: rgb(255, 255, 255);
}
.povezi {
	position: absolute;
	left: 10px;
	bottom: 5px;
	cursor: pointer;
}
.pogledaj_u_galeriji {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 8px;
	background: rgba(0, 0, 0, 0.7);
	color: rgb(255, 255, 255);
	font-family: lato_regular;
	text-decoration: none;
	border-radius: 2px;
}
.pogledaj_u_galeriji:hover {
	color: rgb(222, 200, 57);
}






#dobrodosli {
	position: relative;
	background: rgb(241, 241, 241);
	padding: 0 0 70px 0;
}
#dobrodosli h1 {
	font-family: lato_bold;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 70px 0 25px 0;
	color: rgb(34, 34, 34);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
	letter-spacing: 1px;
}
#dobrodosli p {
	font-family: lato_bold_italic;
	font-size: 18px;
	text-align: center;
	color: rgba(0, 0, 0, 0.5);
}
#program {
	position: relative;
	height: 324px;
	margin-top: 70px;
}
#program::after {
	content: "";
	display: table;
	clear: both;
}
#hands {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 324px;
	z-index: 1;
}
.krilo {
	float: left;
	margin-left: 7%;
	width: 43%;
}
.krilo:last-of-type {
	margin-left: 0;
}
.krila {
	float: left;
	width: 100%;
	height: 108px;
	position: relative;
	cursor: pointer;
}
.krila:hover {
	background: rgb(255, 255, 255);
	-webkit-transition: background 300ms;
	-o-transition: background 300ms;
	transition: background 300ms;
}
.slova {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.krilo a {
	text-decoration: none;
}
.krila h3 {
	font-family: Garamond-SemiBold;
	color: rgb(10, 10, 10);
}
.krila h4 {
	font-weight: normal;
	font-family: lato_bold_italic;
	color: rgb(100, 100, 100);
}
.krilo:first-of-type .slova {
	text-align: right;
}
.krilo:last-of-type .slova {
	text-align: left;
}
#krilo_onama .slova {
	right: 180px;
}
#krilo_obuka .slova {
	right: 230px;
}
#krilo_cene .slova {
	right: 180px;
}
#krilo_vozila .slova {
	left: 180px;
	text-align: left;
}
#krilo_osoblje .slova {
	left: 230px;
	text-align: left;
}
#krilo_sport .slova {
	left: 180px;
	text-align: left;
}







.vrati_gore {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 20px;
	right: 20px;
	padding: 12px;
	/*background: rgb(222, 200, 57);*/
	background: rgb(255, 0, 0);
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
	        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.7);
	z-index: 2;
}
.vrati_gore div {
	position: relative;
	top: 5px;
	width: 15px;
	height: 15px;
	border-left: 3px solid rgba(255, 255, 255, 0.8);
	border-top: 3px solid rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.vrati_gore:hover {
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
	        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
}
.vrati_gore:active div {
	top: 0;
	-webkit-transition: top 300ms;
	-o-transition: top 300ms;
	transition: top 300ms;
}
.vrati_gore_show {
	display: block;
}








#o_nama {
	position: relative;
	width: 100%;
}
#o_nama h2 {
	font-family: lato_bold;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding: 70px 0 25px 0;
	color: rgb(34, 34, 34);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
	letter-spacing: 1px;
}
#o_nama p {
	font-family: lato_bold_italic;
	font-size: 18px;
	text-align: center;
	color: rgba(0, 0, 0, 0.5);
}


.beli_pokrivac {
	position: relative;
	width: 100%;
	background: rgba(250, 250, 250, 0.95);
	padding-top: 120px;
	padding-bottom: 70px;
}
.beli_pokrivac:after {
	content: "";
	display: table;
	clear: both;
}
#nas_cilj {
	width: 60%;
	padding-left: 95px;
	padding-top: 20px;
}
#nas_cilj h3 {
	font-family: lato_bold;
	font-size: 18px;
	font-weight: normal;
	padding: 60px 0 0 0;
	color: rgb(34, 34, 34);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#nas_cilj h4 {
	font-family: lato_bold_italic;
	font-size: 16px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}
#nas_cilj p {
	font-family: lato_regular;
	font-size: 14px;
	text-align: left;
	color: rgb(34, 34, 34);
	line-height: 1.8em;
}
#nas_pristup {
	width: 60%;
	padding-left: 95px;
	padding-bottom: 50px;
}
#nas_pristup h3 {
	font-family: lato_bold;
	font-size: 18px;
	font-weight: normal;
	padding: 60px 0 0 0;
	color: rgb(34, 34, 34);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#nas_pristup h4 {
	font-family: lato_bold_italic;
	font-size: 16px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 30px;
}
#nas_pristup p {
	font-family: lato_regular;
	font-size: 14px;
	text-align: left;
	color: rgb(34, 34, 34);
	line-height: 1.8em;
}
#drzac_o_nama_slike {
	position: absolute;
	top: 231px;
	right: 7.05%;
	width: 22%;
	height: 463px;
	overflow: hidden;
}
#drzac_o_nama_slike img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#kolone {
	position: relative;
	background-image: url(../img/banner.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#kolone img {
	width: 70px;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
}
#kolone h3 {
	font-family: lato_bold;
	font-size: 18px;
	font-weight: normal;
	padding: 30px 0 0 0;
	color: rgb(80, 80, 80);
	letter-spacing: 1px;
	margin-bottom: 3px;
	text-align: center;
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#kolone p {
	font-family: lato_regular;
	font-size: 14px;
	text-align: left;
	color: rgb(100, 100, 100);
	line-height: 1.8em;
	padding: 40px;
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#osoblje {
	float: left;
	width: 23.933%;
	margin-left: 7.05%;
	border: 1px solid rgb(241, 241, 241);
	background: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	height: 530px;
}
#osoblje:hover {
	/*background: rgb(0, 150, 255);*/
	background: rgb(0, 0, 0);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#osoblje:hover h3 {
	color: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#osoblje:hover p {
	color: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#prostorije {
	float: left;
	width: 23.933%;
	margin-left: 7.05%;
	border: 1px solid rgb(241, 241, 241);
	background: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	height: 530px;
}
#prostorije:hover {
	/*background: rgb(0, 150, 255);*/
	background: rgb(0, 0, 0);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#prostorije:hover h3 {
	color: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#prostorije:hover p {
	color: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#prostorije p a {
	color: rgb(255, 0, 0);
}
#prva_pomoc {
	float: left;
	width: 23.933%;
	margin-left: 7.05%;
	border: 1px solid rgb(241, 241, 241);
	background: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	height: 530px;
}
#prva_pomoc:hover {
	/*background: rgb(0, 150, 255);*/
	background: rgb(0, 0, 0);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#prva_pomoc:hover h3 {
	color: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#prva_pomoc:hover p {
	color: rgb(255, 255, 255);
	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#prva_pomoc p a {
	color: rgb(255, 0, 0);
}






#vozila {
	position: relative;
	background: rgb(241, 241, 241);
	padding-bottom: 70px;
}
#vozila:after {
	content: "";
	display: table;
	clear: both;
}
#vozila h2 {
	font-family: lato_bold;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding: 70px 0 25px 0;
	margin-bottom: 70px;
	color: rgb(34, 34, 34);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
	letter-spacing: 1px;
}
.drzac_slike_vozila {
	float: left;
	margin-left: 7.05%;
	width: 29.65%;
}
.drzac_slike_vozila:last-of-type {
	margin-left: 26.6%;
}
.drzac_slike_vozila p {
	text-align: center;
	font-family: lato_bold;
	font-size: 16px;
	margin-top: 30px;
}
#fiat {
	width: 100%;
}
#polo {
	width: 100%;
}
#vozila_logo {
	width: 10%;
	position: absolute;
	top: 200px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}








#reli {
	position: relative;
	background-image: url(../img/road.jpg);
	background-repeat: no-repeat;
}
#reli_belo {
	padding-bottom: 40px;
	background: rgba(30, 30, 30, 0.5);
}
#reli_belo:after {
	content: "";
	display: table;
	clear: both;
}
#reli h2 {
	font-family: lato_bold;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding: 70px 0 25px 0;
	margin-bottom: 70px;
	letter-spacing: 1px;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
#reli_text {
	float: left;
	width: 70%;
	padding: 0 7.05% 0 7.05%;
}
#reli_text img {
	margin-top: 10px;
}
#reli_text p a {
	color: rgb(255, 0, 0);
}
#reli p {
	font-family: lato_regular;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 30px;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#reli_slika {
	float: left;
	width: 23%;
	height: 400px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
	        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
}
#reli_slika img {
	position: absolute;
	height: 100%;
	right: -150px;
}







#kontakt_div {
	position: relative;
	background-image: url(../img/stop.jpg);
	background-repeat: no-repeat;
}
#kontakt_belo {
	background: rgba(30, 30, 30, 0.4);
	padding-bottom: 50px;
}
#kontakt_div h2 {
	font-family: lato_bold;
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding: 70px 0 25px 0;
	color: rgb(255, 255, 255);
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
#kontakt_div hr {
	margin: 20px 200px 50px 200px;
}
#kontakt_div h4 {
	font-family: lato_bold_italic;
	font-size: 16px;
	font-weight: normal;
	color: rgb(250, 250, 250);
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5em;
}
#kontakt_div p {
	font-family: lato_regular;
	font-size: 14px;
}
#kontakt_div form {
	width: 100%;
	padding: 50px 7.05% 0 7.05%;
}
#kontakt_div form fieldset {
	width: 100%;
	border: none;
	position: relative;
}
#kontakt_div form fieldset:after {
	content: "";
	display: table;
	clear: both;
}
#kontakt_div input {
	display: inline-block;
	font-size: 15px;
	float: left;
	width: 22%;
	margin-right: 8%;
	font-family: lato_regular;
	padding: 8px 6px 8px 6px;
	border: none;
	border-radius: 4px;
}
#kontakt_div textarea {
	display: inline-block;
	float: left;
	font-family: lato_regular;
	width: 40%;
	height: 15em;
	padding: 8px 6px 8px 6px;
	border: none;
	border-radius: 4px;
	resize: none;
}
#posalji {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 150px !important;
	padding: 10px 0 10px 0 !important;
	/*background: rgb(0, 150, 255);*/
	background: rgb(255, 0, 0);
	color: rgb(255, 255, 255);
	cursor: pointer;
}
#posalji:hover {
	background: rgb(120, 120, 120);
}
.telmail:first-of-type {
	padding-top: 90px;
}
.telmail {
	color: rgb(255, 255, 255);
	padding-top: 5px;
	font-size: 20px !important;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(70, 70, 70, 0.7);
}
#kontakt_output {
	position: absolute;
	left: 180px;
	bottom: 10px;
	color: rgb(255, 0, 0);
	font-size: 20px !important;
	text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.8);
}





#mapa_div {
	width: 100%;
	height: 500px;
}
#map {
	height: 100%;
}



.pecat {
	font-family: lato_bold_italic !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: rgba(150, 150, 150, 0.5) !important;
	text-shadow: none !important;
	text-align: left !important;
	padding: 0 !important;
	margin: 0 5px 5px 0 !important;
	position: absolute;
	right: 0;
	bottom: 0;
}
#kontakt_div  .pecat {
	color: rgba(250, 250, 250, 0.5) !important;
}




.screen_filler_povezi {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(50, 50, 50, 0.5);
	z-index: 16;
}
.screen_filler_povezi_open {
	display: block;
}
.povezi_popup {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: rgb(241, 241, 241);
	width: 350px;
	height: 150px;
}
.povezi_popup_open {
	display: block;
}
.povezi_popup input {
	font-family: lato_regular;
	margin: 10px;
	padding: 3px;
}
.povezi_popup button {
	margin: 5px 0 0 10px;
	cursor: pointer;
}
#povezi_output {
	font-family: lato_regular;
	font-size: 15px;
	line-height: 1em;
	height: 1em;
	color: rgb(255, 0, 0);
}









@media screen and (max-width: 1100px) {
	

#slajd_moto  {
	top: 65%;
}	
#slajd_moto  h2 {
	font-size: 30px;
	font-weight: normal !important;
}
#slajd_moto  #saznaj_vise {
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
}
#saznaj_vise p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-right: 5px;
}
#button_back {
	top: 50%;
	left: 30px;
	width: 45px;
	height: 45px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#button_back div {
	width: 16px;
	height: 16px;
	top: 33%;
	left: 38%;
	border-radius: 3px;
}
#button_next {
	top: 50%;
	right: 30px;
	width: 45px;
	height: 45px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#button_next div {
	width: 16px;
	height: 16px;
	top: 33%;
	right: 38%;
	border-radius: 3px;
}
#tackice {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.dotts {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 15px;
	border-radius: 50%;
	background: rgb(150, 150, 150);
}
#youtube_slajd {
	width: 30px;
	height: 30px;
	right: 80px;
	bottom: 40px;
}
#facebook_slajd {
	width: 30px;
	height: 30px;
	right: 40px;
	bottom: 40px;
}







#sve_vesti {
	padding: 0 7.05%;
}
.sekcija_cesti {
	float: none;
	width: 100%;
}
.vest {
	padding: 15px 0 15px 0;
}
.naslov_vesti a {
	font-size: 20px;
	padding: 7px 0 7px 10px;
}
.kreirana {
	right: 10px;
	font-size: 17px;
}
.sadrzaj_vesti {
	font-size: 15px;
	padding: 20px 10px;
}
.sadrzaj_vesti img {
	width: 30%;
}
.vest_donji_link {
	padding: 7px 25px 7px 25px;
}
.vest_donji_link a {
	font-size: 15px;
}








#dobrodosli {
	padding: 0 0 60px 0;
}
#dobrodosli h1 {
	font-size: 24px;
	padding: 50px 0 15px 0;
	letter-spacing: 1px;
}
#dobrodosli p {
	font-size: 14px;
}
#program {
	height: 270px;
	margin-top: 50px;
}
#hands {
	width: 270px;
}
.krilo {
	float: left;
	margin-left: 7%;
	width: 43%;
}
.krilo:last-of-type {
	margin-left: 0;
}
.krila {
	width: 100%;
	height: 90px;
}
.slova {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.krila h3 {
	font-size: 18px;
	/*text-align: right;*/
}
.krila h4 {
	font-size: 13px;
	/*text-align: right;*/
}
#krilo_onama .slova {
	right: 140px;
}
#krilo_obuka .slova {
	right: 175px;
}
#krilo_cene .slova {
	right: 140px;
}
#krilo_vozila .slova {
	left: 140px;
}
#krilo_osoblje .slova {
	left: 175px;
}
#krilo_sport .slova {
	left: 140px;
}







#o_nama h2 {
	font-size: 24px;
	padding: 50px 0 15px 0;
	letter-spacing: 1px;
}
#o_nama p {
	font-size: 14px;
}


.beli_pokrivac {
	padding-top: 80px;
	padding-bottom: 60px;
}
#nas_cilj {
	width: 55%;
	padding-left: 7.05%;
}
#nas_cilj h3 {
	font-size: 17px;
	padding: 40px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#nas_cilj h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
#nas_cilj p {
	font-size: 13px;
	line-height: 1.8em;
}
#nas_pristup {
	width: 60%;
	padding-left: 7.05%;
	padding-bottom: 50px;
}
#nas_pristup h3 {
	font-size: 17px;
	padding: 40px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#nas_pristup h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
#nas_pristup p {
	font-size: 13px;
	line-height: 1.8em;
}
#drzac_o_nama_slike {
	position: absolute;
	top: 191px;
	right: 7.05%;
	width: 27%;
	height: 463px;
	overflow: hidden;
}
#drzac_o_nama_slike img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#kolone img {
	width: 50px;
	margin-top: 30px;
}
#kolone h3 {
	font-size: 17px;
	padding: 20px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
#kolone p {
	font-size: 13px;
	line-height: 1.6em;
	padding: 20px;
}
#osoblje {
	width: 23.933%;
	margin-left: 7.05%;
	height: 450px;
}
#prostorije {
	width: 23.933%;
	margin-left: 7.05%;
	height: 450px;
}
#prva_pomoc {
	width: 23.933%;
	margin-left: 7.05%;
	height: 450px;
}






#vozila {
	padding-bottom: 50px;
}
#vozila h2 {
	font-size: 24px;
	padding: 50px 0 15px 0;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.drzac_slike_vozila {
	float: left;
	margin-left: 7.05%;
	width: 29.65%;
}
.drzac_slike_vozila:last-of-type {
	margin-left: 26.6%;
}
.drzac_slike_vozila p {
	font-size: 14px;
	margin-top: 25px;
}







#reli_belo {
	padding-bottom: 40px;
}
#reli h2 {
	font-size: 24px;
	padding: 50px 0 15px 0;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
#reli_text {
	float: left;
	width: 70%;
	padding: 0 7.05% 0 7.05%;
}
#reli_text img {
	display: table-cell;
	margin: 0 auto;
	margin-top: 40px;
}
#reli p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#reli_slika {
	float: left;
	width: 23%;
	height: 400px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
	        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
}
#reli_slika img {
	position: absolute;
	height: 100%;
	right: -150px;
}







#kontakt_belo {
	padding-bottom: 50px;
}
#kontakt_div h2 {
	font-size: 24px;
	padding: 50px 0 15px 0;
	letter-spacing: 1px;
}
#kontakt_div hr {
	margin: 10px 200px 25px 200px;
}
#kontakt_div h4 {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#kontakt_div p {
	font-size: 14px;
}
#kontakt_div form {
	width: 100%;
	padding: 30px 7.05% 0 7.05%;
}
#kontakt_div input {
	font-size: 13px;
	width: 26%;
	margin-right: 4%;
	padding: 7px 5px 7px 5px;
	border-radius: 4px;
}
#kontakt_div textarea {
	width: 40%;
	height: 14em;
	padding: 7px 5px 7px 5px;
	border-radius: 4px;
}
#posalji {
	width: 130px !important;
	padding: 8px 0 8px 0 !important;
}
#telmail {
	padding-top: 50px;
	font-size: 18px !important;
}
#kontakt_output {
	left: 160px;
	bottom: 8px;
	font-size: 18px !important;
}






#mapa_div {
	height: 350px;
}

	
}






@media screen and (max-width: 870px) {


#slajd_moto  h2 {
	font-size: 26px;
	font-weight: normal !important;
}
#slajd_moto  #saznaj_vise {
	padding: 6px;
	border-radius: 5px;
	margin-top: 8px;
}
#saznaj_vise p {
	font-size: 13px;
	letter-spacing: 1px;
	margin-right: 5px;
}
#saznaj_vise #trouglic {
	width: 6px;
	height: 6px;
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	display: inline-block;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#button_back {
	top: 50%;
	left: 30px;
	width: 40px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#button_back div {
	width: 14px;
	height: 14px;
	top: 33%;
	left: 38%;
	border-radius: 3px;
}
#button_next {
	top: 50%;
	right: 30px;
	width: 40px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#button_next div {
	width: 14px;
	height: 14px;
	top: 33%;
	right: 38%;
	border-radius: 3px;
}
#tackice {
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.dotts {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border-radius: 50%;
	background: rgb(150, 150, 150);
}
#youtube_slajd {
	width: 25px;
	height: 25px;
	right: 70px;
	bottom: 25px;
}
#facebook_slajd {
	width: 25px;
	height: 25px;
	right: 35px;
	bottom: 25px;
}







.vest {
	padding: 15px 0 15px 0;
}
.naslov_vesti a {
	font-size: 18px;
	padding: 7px 0 7px 10px;
}
.kreirana {
	right: 10px;
	font-size: 16px;
}
.sadrzaj_vesti {
	font-size: 14px;
	padding: 20px 10px;
}
.vest_donji_link {
	padding: 7px 20px 7px 20px;
}
.vest_donji_link a {
	font-size: 14px;
}







	
#dobrodosli {
	padding: 0 0 40px 0;
}
#dobrodosli h1 {
	font-size: 20px;
	padding: 30px 0 10px 0;
	letter-spacing: 1px;
}
#dobrodosli p {
	font-size: 14px;
}
#program {
	height: 860px;
	margin-top: 40px;
}
#hands {
	width: 270px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.krilo {
	float: left;
	margin-left: 7%;
	margin-bottom: 320px;
	width: 86%;
}
.krilo:last-of-type {
	margin-left: 7%;
	margin-bottom: 0;
}
.krilo:first-of-type .slova {
	text-align: center;
}
.krilo:last-of-type .slova {
	text-align: center;
}
.krila {
	width: 100%;
	height: 90px;
}
.slova {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 100%;
}
.krila h3 {
	font-size: 18px;
}
.krila h4 {
	font-size: 13px;
}
#krilo_onama .slova {
	left: auto;
	right: auto;
}
#krilo_obuka .slova {
	left: auto;
	right: auto;
}
#krilo_cene .slova {
	left: auto;
	right: auto;
}
#krilo_vozila .slova {
	left: auto;
	right: auto;
	text-align: center;
}
#krilo_osoblje .slova {
	left: auto;
	right: auto;
	text-align: center;
}
#krilo_sport .slova {
	left: auto;
	right: auto;
	text-align: center;
}






#o_nama h2 {
	font-size: 20px;
	padding: 30px 0 10px 0;
	letter-spacing: 1px;
}
#o_nama p {
	font-size: 13px;
}


.beli_pokrivac {
	padding-top: 80px;
	padding-bottom: 50px;
}
#nas_cilj {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
}
#nas_cilj h3 {
	font-size: 17px;
	padding: 40px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#nas_cilj h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
#nas_cilj p {
	font-size: 13px;
	line-height: 1.8em;
}
#nas_pristup {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	padding-bottom: 50px;
}
#nas_pristup h3 {
	font-size: 17px;
	padding: 40px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#nas_pristup h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
#nas_pristup p {
	font-size: 13px;
	line-height: 1.8em;
}
#drzac_o_nama_slike {
	position: absolute;
	top: 191px;
	right: 7.05%;
	width: 27%;
	height: 463px;
	overflow: hidden;
	display: none;
}
#drzac_o_nama_slike img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: none;
}
#kolone img {
	width: 40px;
	margin-top: 25px;
}
#kolone h3 {
	font-size: 17px;
	padding: 15px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
#kolone p {
	font-size: 13px;
	line-height: 1.6em;
	padding: 10px 20px 0 20px;
}
#osoblje {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 50px;
	height: 240px;
}
#prostorije {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 50px;
	height: 240px;
}
#prva_pomoc {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 30px;
	height: 240px;
}






#reli_belo {
	padding-bottom: 250px;
}
#reli h2 {
	font-size: 20px;
	padding: 30px 0 10px 0;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
#reli_text {
	float: left;
	width: 100%;
	padding: 0 7.05% 0 7.05%;
}
#reli_text img {
	display: table-cell;
	margin: 0 auto;
	margin-top: 40px;
	display: none;
}
#reli p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#reli_slika {
	float: none;
	width: 300px;
	height: 200px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
	        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#reli_slika img {
	position: absolute;
	height: 100%;
	left: 0;
}






#kontakt_belo {
	padding-bottom: 40px;
}
#kontakt_div h2 {
	font-size: 20px;
	padding: 30px 0 10px 0;
	letter-spacing: 1px;
}
#kontakt_div hr {
	margin: 10px 200px 20px 200px;
}
#kontakt_div h4 {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#kontakt_div p {
	font-size: 13px;
}
#kontakt_div form {
	width: 100%;
	padding: 25px 7.05% 0 7.05%;
}
#kontakt_div input {
	font-size: 13px;
	width: 45%;
	margin-right: 10%;
	padding: 7px 5px 7px 5px;
	border-radius: 4px;
}
#kontakt_div input:nth-of-type(0n+2) {
	margin-right: 0;
}
#kontakt_div textarea {
	width: 100%;
	height: 10em;
	padding: 7px 5px 7px 5px;
	border-radius: 4px;
	margin: 30px 0 55px;
}
#posalji {
	width: 130px !important;
	padding: 8px 0 8px 0 !important;
}
#telmail {
	padding-top: 40px;
	font-size: 18px !important;
}
#kontakt_output {
	left: 160px;
	bottom: 8px;
	font-size: 18px !important;
}






#mapa_div {
	height: 270px;
}


}






@media screen and (max-width: 650px) {
	
#head_fil {
	display: block;
	width: 100%;
	height: 46px;
	background: none;
}


#slajd_moto  h2 {
	font-size: 21px;
	font-weight: normal !important;
}
#slajd_moto  #saznaj_vise {
	padding: 3px;
	border-radius: 4px;
	margin-top: 8px;
}
#saznaj_vise p {
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 4px;
}
#saznaj_vise #trouglic {
	width: 6px;
	height: 6px;
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	display: inline-block;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#button_back {
	top: 50%;
	left: 30px;
	width: 35px;
	height: 35px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#button_back div {
	width: 12px;
	height: 12px;
	top: 33%;
	left: 38%;
	border-radius: 3px;
}
#button_next {
	top: 50%;
	right: 30px;
	width: 35px;
	height: 35px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#button_next div {
	width: 12px;
	height: 12px;
	top: 33%;
	right: 38%;
	border-radius: 3px;
}
#tackice {
	position: absolute;
	left: 50%;
	bottom: 15px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.dotts {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 10px;
	border-radius: 50%;
	background: rgb(150, 150, 150);
}







.vest {
	padding: 15px 0 15px 0;
}
.naslov_vesti a {
	font-size: 14px;
	padding: 7px 0 7px 10px;
}
.kreirana {
	right: 10px;
	font-size: 12px;
}
.sadrzaj_vesti {
	font-size: 12px;
	padding: 10px;
}
.sadrzaj_vesti img {
	width: 40%;
}
.vest_donji_link {
	padding: 7px 10px 7px 10px;
}
.vest_donji_link a {
	font-size: 12px;
}
.pogledaj_u_galeriji {
	margin-top: 25px;
}







#vozila {
	position: relative;
	background: rgb(241, 241, 241);
	padding-bottom: 70px;
}
#vozila:after {
	content: "";
	display: table;
	clear: both;
}
#vozila h2 {
	font-size: 20px;
	padding: 40px 0 20px 0;
	margin-bottom: 90px;
	color: rgb(34, 34, 34);
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
	letter-spacing: 1px;
}
.drzac_slike_vozila {
	float: left;
	margin-left: 15%;
	width: 70%;
	margin-bottom: 60px;
}
.drzac_slike_vozila:last-of-type {
	margin-left: 15%;
	margin-bottom: 0;
}
.drzac_slike_vozila p {
	text-align: center;
	font-family: lato_bold;
	font-size: 16px;
	margin-top: 30px;
}
#fiat {
	width: 100%;
}
#polo {
	width: 100%;
}
#vozila_logo {
	width: 17%;
	position: absolute;
	top: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}










#reli .pecat {
	font-size: 11px !important;
}
#reli_belo {
	padding-bottom: 180px;
}
#reli h2 {
	font-size: 20px;
	padding: 25px 0 10px 0;
	margin-bottom: 5px;
	letter-spacing: 1px;
}
#reli_text {
	float: left;
	width: 100%;
	padding: 0 7.05% 0 7.05%;
}
#reli_text img {
	display: table-cell;
	margin: 0 auto;
	margin-top: 40px;
	display: none;
}
#reli p {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#reli_slika {
	float: none;
	width: 220px;
	height: 146.6666666666667px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
	        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#reli_slika img {
	position: absolute;
	height: 100%;
	left: 0;
}

}








@media screen and (max-width: 500px) {


#slajd_moto  {
	top: 60%;
	left: 5%;
}	
#slajd_moto  h2 {
	font-size: 20px;
	font-weight: normal !important;
}
#slajd_moto  #saznaj_vise {
	padding: 3px;
	border-radius: 4px;
	margin-top: 6px;
}
#saznaj_vise p {
	font-size: 12px;
	letter-spacing: 1px;
	margin-right: 4px;
}
#saznaj_vise #trouglic {
	width: 6px;
	height: 6px;
	border-top: 2px solid rgb(255, 255, 255);
	border-right: 2px solid rgb(255, 255, 255);
	display: inline-block;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#button_back {
	top: 45%;
	left: 17px;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#button_back div {
	width: 10px;
	height: 10px;
	top: 33%;
	left: 38%;
	border-radius: 3px;
}
#button_next {
	top: 45%;
	right: 17px;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#button_next div {
	width: 10px;
	height: 10px;
	top: 33%;
	right: 38%;
	border-radius: 3px;
}
#tackice {
	display: none;
	left: 0;
	bottom: 0;
}
.dotts {
	display: none;
	width: 0;
	height: 0;
	margin-right: 0;
	border-radius: 0;
}
#youtube_slajd {
	width: 20px;
	height: 20px;
	right: 45px;
	bottom: 15px;
}
#facebook_slajd {
	width: 20px;
	height: 20px;
	right: 20px;
	bottom: 15px;
}






	

.vest {
	padding: 15px 0 15px 0;
}
.naslov_vesti a {
	font-size: 12px;
	padding: 7px 0 7px 10px;
}
.kreirana {
	right: 10px;
	font-size: 10px;
}
.sadrzaj_vesti {
	font-size: 11px;
	padding: 10px;
}
.sadrzaj_vesti img {
	width: 45%;
}
.vest_donji_link {
	padding: 7px 10px 7px 10px;
}
.vest_donji_link a {
	font-size: 11px;
}
	
	
	
	
	
#reli h2 {
	font-size: 18px;
	padding: 25px 0 10px 0;
	margin-bottom: 5px;
	letter-spacing: 1px;
}	






#nas_cilj {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
}
#nas_cilj h3 {
	font-size: 17px;
	padding: 30px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#nas_cilj h4 {
	font-size: 14px;
	margin-bottom: 14px;
}
#nas_cilj p {
	font-size: 13px;
	line-height: 1.8em;
}
#nas_pristup {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	padding-bottom: 50px;
}
#nas_pristup h3 {
	font-size: 17px;
	padding: 40px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#nas_pristup h4 {
	font-size: 14px;
	margin-bottom: 14px;
}
#nas_pristup p {
	font-size: 13px;
	line-height: 1.8em;
}
#drzac_o_nama_slike {
	position: absolute;
	top: 191px;
	right: 7.05%;
	width: 27%;
	height: 463px;
	overflow: hidden;
	display: none;
}
#drzac_o_nama_slike img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: none;
}
#kolone img {
	width: 40px;
	margin-top: 25px;
}
#kolone h3 {
	font-size: 17px;
	padding: 15px 0 0 0;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
#kolone p {
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px 18px 0 18px;
}
#osoblje {
	width: 86%;
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 50px;
	height: 300px;
}
#prostorije {
	width: 86%;
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 50px;
	height: 300px;
}
#prva_pomoc {
	width: 86%;
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 30px;
	height: 300px;
}






#vozila_logo {
	width: 97px;
	position: absolute;
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}





	
#kontakt_belo {
	padding-bottom: 40px;
}
#kontakt_div h2 {
	font-size: 20px;
	padding: 30px 0 10px 0;
	letter-spacing: 1px;
}
#kontakt_div hr {
	margin: 10px 100px 20px 100px;
}
#kontakt_div h4 {
	font-size: 13px;
	margin-bottom: 12px;
	line-height: 1.5em;
}
#kontakt_div p {
	font-size: 13px;
}
#kontakt_div form {
	width: 100%;
	padding: 25px 7.05% 0 7.05%;
}
#kontakt_div input {
	font-size: 13px;
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	padding: 7px 5px 7px 5px;
	border-radius: 4px;
}
#kontakt_div input:nth-of-type(0n+2) {
	margin-bottom: 0;
}
#kontakt_div textarea {
	width: 100%;
	height: 10em;
	padding: 7px 5px 7px 5px;
	border-radius: 4px;
	margin: 15px 0 55px;
}
#posalji {
	width: 130px !important;
	padding: 8px 0 8px 0 !important;
}
#telmail {
	padding-top: 25px;
	font-size: 15px !important;
}
#kontakt_output {
	left: 0;
	bottom: -15px;
	font-size: 18px !important;
}

}






@media screen and (max-width: 380px) {
	
#slajd_moto  {
	top: 75%;
	left: 5%;
}
#slajd_moto  #saznaj_vise {
	padding: 0;
	border-radius: 0;
	margin-top: 0;
	display: none;
}
#slajd_moto  h2 {
	font-size: 19px;
	font-weight: normal !important;
}
#youtube_slajd {
	width: 15px;
	height: 15px;
	right: 35px;
	bottom: 10px;
}
#facebook_slajd {
	width: 15px;
	height: 15px;
	right: 10px;
	bottom: 10px;
}




.vest {
	padding: 15px 0 15px 0;
}
.naslov_vesti a {
	font-size: 12px;
	padding: 7px 0 7px 10px;
}
.kreirana {
	display: none;
}
.sadrzaj_vesti {
	font-size: 11px;
	padding: 10px;
}
.sadrzaj_vesti img {
	width: 50%;
}
.vest_donji_link {
	padding: 7px 10px 7px 10px;
}
.vest_donji_link a {
	font-size: 11px;
}



#kontakt_output {
	left: 0;
	bottom: -15px;
	font-size: 14px !important;
}
}


