@charset "utf-8";
/* 
DESIGN Minibig, Simon Trampuš s.p.
*/

/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*NORMALIZE*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
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, slogan, ponudba, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, slogan, ponudba, main {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	
}
.d_hide {display:block;}


/*GRID*/

*[class*="col_"].alpha{margin-left:0;}
*[class*="col_"].omega{margin-right:0;}
 
.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  { width: 23.333333333333%; }
.col_4  { width: 31.666666666667%; }
.col_5  { width: 40%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 56.666666666667%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }

*[class*="col_"]{
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:0.5em;
margin-bottom:0.5em;
float: left;
display: block;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}

/* LAYOUT */
html, body {
    height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
	font-size:15px;
	line-height:22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	display: table;
	color: #333;
    width: 100%;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
}

.wrapper-vozila {
	width: 95%;
	margin: 0 auto;
}

.page-row {
    display: table-row;
    height: 1px;
	
}
.page-row-expanded {
    height: 100%;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

.clearfloat {  
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a img { 
	border: none;
}

a:link, a:visited {
	color:#9badb7;
	font-size:14px;
	line-height:22px;
	text-decoration:underline;
}
a:hover {
	color:#333;
	text-decoration:none;
}

.d_hide {
	display: bock;
}

/* HEADER */
.header {
	background-color:#FFF;
	width:100%;
	height:90px;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	position: fixed;
}

.header-mobile {
	display:none;
}

/* NAVIGACIJA */
/* navigacija mobile */
.header-mobile {
	display:none;
}
/* navigacija */

.nav {
	padding-top: 20px;
	text-align: right;
}

.nav ul ul {
	display: none;
}

.nav ul li:hover > ul {
	display: block;
}

.nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
	
.nav ul:after {
	content: ""; 
	clear: both;
	display: block;
}

.nav ul li a {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.nav ul li {
	float: left;
}
	
.nav ul li:hover {
	background: none;
}

.nav ul li:hover a {
	color: #9badb7;
}
	
.nav ul li a {
	display: block; 
	padding: 14px 8px;
	color: #333; 
	text-decoration: none;
	text-transform: uppercase;
}

.nav ul ul {
	background: #9badb7; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}

.nav ul ul li {
	float: none; 
	position: relative;
}

.nav ul ul li:first-child  {
	margin-top: 5px;
}

.nav ul ul li:last-child  {
	margin-bottom: 10px;
}

.nav ul ul li a {
	padding: 5px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}	
			
.nav ul ul li a:hover {
	background:none;
	color: #333;
}

.nav ul ul ul {
	position: relative;
	left: 100%; top:0;
}

/* SLIDER */
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* INDEX */
.storitve-box {
	background-color: #FFF; 
	height: 180px;
	margin-top: -100px;
	position: relative;
	padding: 50px;
	z-index: 1000;
}

.kdo-smo {
	background-color:#fafafa;
	min-height:200px;
	padding: 40px 0 120px 0;
	text-align: justify;
}

.kdo-smo:after {
	content: "";
	display: table;
	clear: both;
}


.avtodom-bg {
	background-image: url("../../images/layout/avtodom-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
}

.avtodom {
	background-color:#FFF;
	min-height:200px;
	padding: 40px 0 120px 0;
	text-align: justify;
}

.avtodom:after {
	content: "";
	display: table;
	clear: both;
}

.rabljena-vozila {
	background-color:#FFF;
	min-height:200px;
	padding: 140px 0 20px 0;
}

.rabljena-vozila:after {
	content: "";
	display: table;
	clear: both;
}

.rabljena-vozila-box {
	background-color: #323233; 
	color: #FFF;
	padding: 20px;
	text-align: center;
	height: 232px;
}

#imgbox {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	height: 210px;
}

.fotorama__img {
	width: 665px;
}

.img-vozilo {
    flex-shrink: 10;
    width: 100%;
		
}

.rabljena-vozila .ime-avto {
	height: 102px;
}

.rabljena-vozila .cena {
	border-top: 1px solid #FFF;
	font-size: 26px;
	font-weight: 500;
	padding: 15px 0 0 0;
}

.rabljena-vozila-link {
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;	
}

.rabljena-vozila-link:hover {
	filter: alpha(opacity=70) ;  
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;	
}


.notranje-ciscenje {
	background-color:#FFF;
	min-height:200px;
	padding: 140px 0 0 0;
}

.notranje-ciscenje:after {
	content: "";
	display: table;
	clear: both;
}

.notranje-ciscenje-bg {
	background-image: url(../../images/layout/notranje-ciscenje.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
}

.notranje-ciscenje-box {
	background-color: #000;
	opacity: 0.8;
	width: 450px;
	padding: 30px;
	color: #FFF;
	text-align: justify;
	float: right;
	margin: 70px 100px 0 0;
}

.notranje-ciscenje ul {
	list-style: none; 
	padding:0;  
	margin:0;
}

.notranje-ciscenje li {
	font-size:14px;
	line-height:20px;
	list-style-type:disc;
	margin-left:25px;
	padding-bottom:3px;	
}

.najem {
	background-color:#fafafa;
	min-height:200px;
	padding: 140px 0 0 0;
}

.najem:after {
	content: "";
	display: table;
	clear: both;
}

.najem-box {
	width: 70%; 
	margin: 9% auto;
	text-align: justify;
}

/* MAIN */
.main {
	background-color:#FFF;
	min-height:300px;
	padding:80px 0 40px 0;
}

.main:after {
	content: "";
	display: table;
	clear: both;
}

/* FOOTER */
.footer {
	background-color:#FFF;
	min-height:200px;
	padding:60px 0 40px 0;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}

.footer h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}


.footer-menu ul li {
	list-style-type: none;
	margin-left: 0;
}

.footer-menu ul li a {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    text-decoration: none;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.footer-menu ul li a:hover {
    color: #9badb7;
    padding-left: 10px;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.footer .padding {
	padding-right: 50px;
}


/* COPYRIGHT */
.copyright {
	background-color:#FFF;
	width:100%;
	height:55px;
	border-top:#CCC 1px solid;
}

.copyright p {
	font-size:12px;
	margin-top:12px;
}


/* RAZNO */
.img-width {
	width:100%;
}

.slider-inside {
	background-image: url(../../images/layout/header-image-inside.jpg);
	height: 150px;
	width: 100%;
	background-position: center;
	margin-top: 90px;
}

.slider-heading {
	font-size: 32px;
	font-weight: 400;
	color: #FFF;
	margin-top: 63px;
	text-shadow: 2px 2px 4px #000;
	float: left;
	text-transform: uppercase;
}

/* TEXT */
h1 {
	font-size:36px;
	line-height:42px;
	font-weight:500;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h2 {
	font-size:36px;
	line-height:42px;
	font-weight:500;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h3 {
	font-size:25px;
	line-height:32px;
	font-weight:500;
	padding-bottom: 5px;
}

h4 {
	font-size:22px;
	line-height:24px;
	font-weight:500;
	padding: 10px 0 20px 0;
}

h5 {
	font-size:18px;
	line-height:26px;
	font-weight:500;
	padding-bottom: 5px;
}

h6 {
	font-size:18px;
	line-height:22px;
	font-weight:600;
}

strong {
	font-weight:600;
}

em {
	font-style:italic;
}

.big-heading {
	font-size: 109px;
	color: #e8e8e8;
	text-align: center;
	font-weight:600;
	text-transform: uppercase;
}

.padding-top-260 {
	padding-top: 260px;
}

.margin-top-h2 {
	margin-top: -8px;
}	


a.vec {
    background-color: #FFF;
    border: 1px solid #d3d3d3;
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 12px;
    margin-right: 20px;
    display: block;
    float: left;
    text-decoration: none;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

a.vec:hover {
    background-color: #333;
    color: #FFF;
    display: block;
    text-decoration: none;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.main ul {
	list-style: none; 
	padding:0;  
	margin:0;
}

.main li {
	font-size:14px;
	line-height:20px;
	list-style-type:disc;
	margin-left:25px;
	padding-bottom:3px;
	text-align: left;
}

.main ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
.main ol > li {
	display: table;
	counter-increment: item;
	margin: 0.5em 0;
	padding-left: 1.5em;
    text-indent: 0;
}
.main ol > li:before {
	font-size:14px;
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.5em;    
}
.main li ol > li {
	margin: 0;
}
.main li ol > li:before {
	content: counters(item, ".") " ";
}

table {
	font-size:14px;
	line-height:18px;
	color: #333;
	border-collapse:collapse;
	text-align:left;
	width:100%;
}

th {
	font-size:16px;
	color:#333;
	font-weight:600;
	border-bottom:2px solid #e4e6ea;
	padding:12px;
}

td {
	border-bottom:1px solid #e4e6ea;
	color:#333;
	padding:12px;
	vertical-align:middle;
}
tbody tr:hover td {
	color:#9badb7;
}

.table-podatki-vozila table {
	font-size:14px;
	line-height:18px;
	color: #FFF;
	border-collapse:collapse;
	text-align:left;
	width:100%;
}

.table-podatki-vozila th {
	font-size:16px;
	color:#FFF;
	font-weight:600;
	border-bottom:2px solid #FFF;
	padding:10px 8px;
}

.table-podatki-vozila td {
	border-bottom:1px solid #FFF;
	color:#FFF;
	padding:8px;
	vertical-align:middle;
}
.table-podatki-vozila tbody tr:hover td {
	color:#9badb7;
}

/* STYLES */
.padding-right-25 {
	padding-right: 10px;
}

.osnovni-podatki-vozila {
	background-color: #333;
	padding: 15px;
}

.hitri-kontakt {
	border: 3px solid #e4e6ea;
	height: 380px;
	padding: 20px 15px;
}

.hitri-kontakt .tel {
	font-size:16px;
	line-height:24px;
}

.hitri-kontakt a:link, a:visited {
	color:#333;
	font-size:16px;
	line-height:24px;
	text-decoration:none;
}

.hitri-kontakt a:hover {
	color:#9badb7;
	text-decoration:none;
}

.div-cena {
	text-align: center;
	border-top: 2px solid #e4e6ea;
}

.cena {
	font-size: 55px;
	line-height: 60px;
	font-weight: 600;
	padding-top: 20px;
}


/* Trgovina */

.povprasevanje {
	background-color:#fafafa;
	min-height:200px;
	padding:80px 0 40px 0;
}

.povprasevanje:after {
	content: "";
	display: table;
	clear: both;
}


.ime-paketa {
	font-size: 22px; 
	font-weight: 600;
	margin: 20px 0 10px 0;
}

.opis-paketa {
	font-size: 14px; 
	line-height: 20px;
	height: 100px;
}

.cena-paketa {
	font-size: 18px;
	font-weight: 600;
}


a.nakup {
	background-color: #333;
    color: #FFF;
    border: 1px solid #333;
	width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    display: block;
    float: left;
	margin-bottom: 50px;
    text-decoration: none;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

a.nakup:hover {
    background-color: #FFF;
    color: #333;
    border: 1px solid #333;
    display: block;
    text-decoration: none;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


/* form  */
form .input {
    font-family: 'Poppins', sans-serif;
	font-size:14px;
	line-height:18px;
	color:#333;
	width:90%;
	padding: 12px;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	border: 1px solid #dadada;
	border-radius: 5px;
	margin-bottom: 10px;
}

form .errors {
    color:red;
	font-size:12px;
	padding-bottom: 10px;
}
form input.error, form select.error, form .input2.error{
    border: 2px solid red;
}

.mail_sent_succes {
	font-size:20px;
	color:#9badb7;
	margin-top:20px;
}

.button {
	font-family: 'Poppins', sans-serif;
	background-color: #333;
    color: #FFF;
    border: 1px solid #333;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 12px 20px;
    display: block;
    float: left;
	text-transform: uppercase;
	margin-bottom: 50px;
    text-decoration: none;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;	
}

.button:hover {
    background-color: #FFF;
    color: #333;
    border: 1px solid #333;
    display: block;
    text-decoration: none;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}




/*BIG*/
@media all and (min-width: 1400px) {

.wrapper-vozila {
	width: 80%;
	margin: 0 auto;
}
	
#imgbox {
	height: 250px;
}	
	
	
}

/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 750px;
	margin:0 auto;
}

.header-mobile {
	display:block;
}	
	
.d_hide {
	display: none;
}

	
/* INDEX */		
.storitve .col_4 {
	width: 33.3333%;
}
	
.storitve h3 {
	font-size: 21px;
	line-height: 30px;	
	}	

.storitve-box {
	background-color: #FFF; 
	min-height: 220px;
	margin-top: -100px;
	position: relative;
	padding: 50px;
}
	
.kdo-smo {
	padding: 80px 0 100px 0
}
	
.rabljena-vozila {
    padding: 100px 0 20px 0;
}
	
.rabljena-vozila .col_3, .rabljena-vozila .col_4 {
    width: 48.333333333333%; 
}	

#imgbox {
	height: 240px;
}		
	
.notranje-ciscenje {
    padding: 100px 0 0 0;
}
	
.notranje-ciscenje-bg {
	background-position: 40%;
}	
	
.najem {
    padding: 100px 0 0 0;
}
	
.najem-box {
	width: 85%; 
	margin: 12% auto;
}	
	
.hitri-kontakt {
    height: 410px;
    padding: 10px 15px;
}
	
.rabljena-vozila-box {
	height: 235px;
}	

/* RAZNO */	
.slider-inside {
	margin-top: 0;
}

.galerija .col_3  { 
	width: 48.333333333333%;
}	
		
	
/* TEXT */		
.big-heading {
	font-size: 74px;
}
	
.margin-top-h2 {
	margin-top: -20px;
}	
	
	
/* COPYRIGHT */	
.copyright .col_9 {
	width: 67%;	
}

.copyright .col_3 {
	width: 26.666666666667%;	
}
	
	
/* TRGOVINA */
.trgovina .col_4  { width: 48.333333333333%; }	
	
.ime-paketa {
    font-size: 20px;
}	
	
	
}

/*TABLET small*/
@media all and (min-width: 500px) and (max-width: 767px) {
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
		-webkit-text-size-adjust:none;
	}
	.m_hide{display: none;} /*hide on mobile*/
	
	.d_hide{display: block;}
	
	.col_1, .col_2, .col_3, .col_4 , .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { width: 97.92%; }
.wrapper {
	width: 480px;
	margin:0 auto;
}

.header-mobile {
	display:block;
}	
	
.d_hide {
	display: none;
}

	
/* INDEX */			
.storitve h3 {
	font-size: 22px;
	line-height: 30px;	
	}	

.storitve-box {
	background-color: #FFF; 
	height: 175px;
	margin-top: 0;
	position: relative;
	padding: 50px;
}
	
.kdo-smo {
	padding: 520px 0 80px 0
}
	
.rabljena-vozila {
    padding: 80px 0 20px 0;
}
	
.rabljena-vozila-box {
	height: 215px;
}
	
.rabljena-vozila .ime-avto {
	height: 78px;
}	
	
#imgbox {
	height: 300px;
}
	
.img-vozilo {
    width: 100%;
}	
	
.notranje-ciscenje {
    padding: 60px 0 0 0;
}
	
.notranje-ciscenje-bg {
	background-position: 40%;
}	
	
.notranje-ciscenje-box {
	width: 420px;
	padding: 30px;
	float: left;
	margin: 60px 0 0 0;
}	
	
.najem {
    padding: 80px 0 0 0;
}
	
.najem-box {
    width: 90%;
    margin: 5% auto;
    padding-bottom: 50px;
}	
	
/* RAZNO */		
.main {
	padding: 40px 0;
	text-align: left;
}
	
.slider-inside {
	background-position: 32% 70% ;
	height: 120px;
	margin-top: 0;
}
	
.slider-heading {
	font-size: 26px;
	margin-top: 53px;
}	
	
.galerija .col_3  { 
	width: 48.333333333333%;
	margin-top:0.25em;
	margin-bottom:0.25em;
}	

/* TEXT */		
.big-heading {
	font-size: 74px;
	line-height: 70px
}
	
.padding-top-260 {
	padding-top: 100px;
}	
	
.margin-top-h2 {
	margin-top: -42px;
}
	
.margin-top-h2-85 {
	margin-top: -85px;
	padding-bottom: 20px;
}

.padding-right-25 {
	padding-right: 0;
}	
	
/* FOOTER */		
.footer {
	text-align: center;
}
	
.footer-mobile-padding {
	padding-top: 30px;	
}	
	
/* COPYRIGHT */	
.copyright  { 	
	text-align: center;
}
	
.copyright .col_9, .copyright .col_3  { 		
	padding: 0;
	margin: 0;
}
	
}
	
/*MOBILE*/
@media only screen and (max-width:499px) {
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
		-webkit-text-size-adjust:none;
	}
	.m_hide{display: none;} /*hide on mobile*/
	
	.d_hide{display: block;}
	
	.col_1, .col_2, .col_3, .col_4 , .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 { width: 97.92%; }

.wrapper {
	width: 300px;
	margin:0 auto;
}

.header-mobile {
	display:block;
}	
	
.d_hide {
	display: none;
}

	
/* INDEX */			
.storitve h3 {
	font-size: 22px;
	line-height: 30px;	
	}	

.storitve-box {
	background-color: #FFF; 
	height: 240px;
	margin-top: 0;
	position: relative;
	padding: 30px;
}
	
.storitve .col_4 {
	padding: 0;
	margin: 0;
	width: 100%;
}	
	
.kdo-smo {
	padding: 700px 0 80px 0
}
	
.rabljena-vozila {
    padding: 80px 0 20px 0;
}
	
.rabljena-vozila .col_3 {
    width: 97.92%; 
}
	
#imgbox {
	height: 200px;
}
	
.img-vozilo {
    width: 100%;
}	
	
.notranje-ciscenje {
    padding: 60px 0 0 0;
}
	
.notranje-ciscenje-bg {
	background-image: url(../../images/layout/notranje-ciscenje-m.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
}	
	
.notranje-ciscenje-box {
	width: 280px;
	padding: 30px 10px;
	float: left;
	margin: 50px 0 0 0;
}
	
.notranje-ciscenje h3 {
	text-align: center;
}
	
.najem {
    padding: 80px 0 0 0;
}
	
.najem-box {
    width: 90%;
    margin: 5% auto;
    padding-bottom: 70px;
}	

/* RAZNO */		
.main {
	padding: 40px 0;
	text-align: justify;
}
	
.slider-inside {
	background-position: 32% 70% ;
	height: 120px;
	margin-top: 0;
}
	
.slider-heading {
	font-size: 26px;
	line-height: 32px;
	margin-top: 26px;
}
	
.hitri-kontakt {
	height: 410px;
	padding: 15px;
	text-align: center;
	margin-top: 15px;
}
	
.galerija .col_3  { 
	margin-top:0.25em;
	margin-bottom:0.25em;
}	
	
/* TEXT */		
.big-heading {
	font-size: 55px;
	line-height: 55px
}
	
.padding-top-260 {
	padding-top: 100px;
}	
	
.margin-top-h2 {
	margin-top: -84px;
}
	
.margin-top-h2-ena {
	margin-top: -42px;
}	
	
.margin-top-h2-85 {
	margin-top: -85px;
	padding-bottom: 20px;
}
	
.padding-right-25 {
	padding-right: 0;
}		

/* FOOTER */		
.footer {
	text-align: center;
}
	
.footer-mobile-padding {
	padding-top: 30px;	
}	
	
/* COPYRIGHT */	
.copyright  { 	
	text-align: center;
}
	
.copyright .col_9, .copyright .col_3  { 		
	padding: 0;
	margin: 0;
}	
	
}
	
