@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&subset=latin-ext');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    margin: 0;
}

html{
	height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.global-wrapper {
    overflow: hidden;
}

.center {
    max-width: 990px;
    margin: 0 auto;
    width: 95%;
}

.container {
    padding-top: 50px;
    padding-bottom: 50px;
}

a {
	text-decoration: none;
}

p {
	color: #666;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

h4.subtitle {
	text-transform: uppercase;
	color: #f8b385;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.clear {
    clear: both;
}
nav {
    position: absolute; 
    z-index: 1000;
    width: 100%;
    padding: 60px 0;
}
nav.fixed {
    position: fixed;
    display: none;
    background: #000;
    padding: 15px 0 10px;
}

nav.fixed .nav-menu {
    margin-top: 3px;
}

.responsive {
    float: right;
    display: block;
    z-index: 999999;
    cursor: pointer;
    display: none;
}
    
.responsive i {
    color: #fff;
}


.logo {
    float: left;
}

.retina-logo {
    display: none;
    width: 120px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 

     .retina-logo {
        display: block;
    }
     .standard-logo {
        display: none !important;
    }
}

.nav-menu {
    float: right;
    margin: 0;
    list-style: none;
}

ul.nav-menu li {
    float: left;
    margin-right: 35px;
    font-size: 12px;
}

ul.nav-menu li:last-child {
    margin-right: 0px;
}

nav ul li span {
    color: #b6b6b6;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin: 0 3px;
}

nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

nav ul li a.maincolor {
    color: #f8b385;
}


nav ul li a:hover {
    color: #f8b385 !important;
}

.home {
    width: 100%;
    display: table;
}

.slides-pagination {
    display: none;
}

.home-content {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   z-index: 2;
   position: relative;
}

.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.slider {
    background: none !important;
}






/*--------------------------
	START: Noga
--------------------------*/
footer {
	background: #000;
	padding: 20px 0;
	color: #fff;
}

.footer-copyright {
    float: left;
}

.footer-socials {
    float: right;
}

footer a.social  {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

footer a.social:hover  {
    color: #f8b385;
}
/*--------------------------
	END: Noga
--------------------------*/













/*--------------------------
	START: O nas
--------------------------*/

h2.title {
    text-align: center;
    font-weight: 300;
    font-size: 30px;
    margin: 0 auto 50px;
    max-width: 720px;
    width: 100%;
}

h4.subtitle {
	text-transform: uppercase;
	color: #f8b385;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}

.single-storitev {
    width: 33.3334%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; 
}

h3.storitev-title {
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.storitev-details {
    margin-left: 30px
}

span.storitev-border {
	background: #f8b385;
	width: 2px;
	height: 50px;
	display: inline-block;
	float: left;
}

.onas-povprasevanje {
	text-align: center;
    margin-top: 30px;
}

a.btn {
	font-weight: 500;
	font-style: italic;
    color: #f8b385;
}

a.btn:before {
	background: #f8b385;
	content: "";
	width: 30px;
	height: 1px;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 10px;
}

a.btn:after {
	background: #f8b385;
	content: "";
	width: 30px;
	height: 1px;
    display: inline-block;
    position: relative;
    top: -5px;
    margin-left: 10px;
}

a.btn:hover {
    color: #000;
}

a.btn:hover:before,
a.btn:hover:after{
    background: #000;
}
/*--------------------------
	END: O nas
--------------------------*/








/*--------------------------
	START: Parallax
--------------------------*/
.parallax {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/parallax.jpg");
  height: 420px;
}

.parallax-caption {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.parallax-caption-inside {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.parallax-content {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}

.parallax-content span {
	font-size: 36px;
	font-weight: 600;
	display: block;
}

.parallax a.btn:hover {
    color: #fff;
}

.parallax a.btn:hover:before,
.parallax a.btn:hover:after{
    background: #fff;
}
/*--------------------------
	END: Parallax
--------------------------*/










/*--------------------------
	START: Ponudba/Storitve
--------------------------*/
.storitve {
    margin-left: -15px;
    margin-right: -15px;
}

h2.page-title {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}

p.page-description {
	text-align: center;
	width: 100%;
    max-width: 700px;
	margin: 20px auto 40px;
}

.uvoz-left {
    width: 50%;
    float: left;
    padding-right: 50px;
}

.uvoz-right {
    width: 50%;
    float: left;
}

.najem-left {
    width: 50%;
    float: left;
}

.najem-right {
    width: 50%;
   	float: right;
	text-align: right;
    padding-left: 50px;
}

.najem-left h3,
.uvoz-right h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.najem-right img {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.uvoz {
	margin-bottom: 50px;
}

.uvoz-content {
    position: relative;
}

.povprasevanje-wrapper.uvoz-povprasevanje {
    background: #f8b385;
    position: absolute;
    right: -2000px;
    left: 0;
    padding: 13px;
    padding-left: 70px;
}

.najem-content {
    position: relative;
}

.povprasevanje-wrapper.najem-povprasevanje {
	background: #f8b385;
	position: absolute;
	left: -2000px;
	right: 100%;
	margin-right: -270px;
	padding: 13px;
	text-align: right;
	padding-right: 70px;
}

.povprasevanje-wrapper.uvoz-povprasevanje a,
.povprasevanje-wrapper.najem-povprasevanje a {
	color: #fff;
	font-weight: 500;
	font-style: italic;
}

.povprasevanje-wrapper.uvoz-povprasevanje a:before {
	content: "";
    background: #fff;
    width: 30px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
}

.povprasevanje-wrapper.najem-povprasevanje a:before {
	content: "";
    background: #fff;
    width: 30px;
    height: 1px;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 10px;
}

.povprasevanje-wrapper.uvoz-povprasevanje a:hover,
.povprasevanje-wrapper.najem-povprasevanje a:hover {
    color: #000;
}

.povprasevanje-wrapper.uvoz-povprasevanje a:hover:before,
.povprasevanje-wrapper.najem-povprasevanje a:hover:before {
	background: #000;
}

.logoti-avtov {
	margin-bottom: 100px;
	float: right;
	margin-top: -100px;
	z-index: 10;
	position: relative;
}

/*--------------------------
	END: Ponudba/Storitve
--------------------------*/






/*--------------------------
	START: Kontakt
--------------------------*/
.kontakt-left {
    width: 50%;
    float: left;
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/mercedez-kontakt.jpg");
}

.kontakt-right {
    width: 50%;
    float: left;
    background: #000;
	height: 600px;
	padding: 50px 70px;
}

.kontakt-ikona {
    width: 40px;
    margin-bottom: 15px;
}

.kontakt-details-left {
    width: 100%;
    max-width: 250px;
    float: left;
}
.kontakt-details-right {
    width: 100%;
    max-width: 250px;
    float: left;
}

.kontakt-info span {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
}

.kontakt-info,
.kontakt-info a {
	color: #777;
	font-size: 13px;
	line-height: 1.8;
}

.kontakt-info a:hover {
	color: #000;
}

.kontaktni-podatki { margin-top: 50px; }

.kontakt-separator {
	width: 1px;
	height: 100px;
	background: #ddd;
	float: left;
    margin: 0 130px 0 120px;
}

.kontakt-details {
    width: 100%;
	max-width: 751px;
	margin: 0 auto;
}

h4.kontakt-subtitle {
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	color: #777;
}

h2.kontakt-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 1;
}

input.con_name,
input.con_email,
input.con_company,
input.con_stevilka,
textarea.con_message {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px solid #444;
	color: #777;
	font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 20px 5px 20px;
    outline: none;
}

textarea.con_message {
    resize: none;
}

.btn-poslji {
	width: 100%;
	text-align: center 
}

button.con_submit {
	background: #f8b385;
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	padding: 10px 20px;
}

button.con_submit:hover {
	background: #fff;
    cursor: pointer;
}

.kontakt-right ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #777;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

.info {
	color: red;
	font-size: 10px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 1px;
    margin-left: 20px;
}

.uspesno-sporocilo {
	text-align: center;
	margin-top: 7px !important;
}

p.success {color: #fff;}

/*--------------------------
	END: Kontakt
--------------------------*/




.veliki-napis {
	background: none;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 62px !important;
	line-height: 1 !important;
	text-transform: uppercase;
}

.veliki-napis.prvi-slide {
	font-size: 52px !important;
}

.veliki-napis.prvi-slide span.druga-vrstica {
	font-size: 44px !important;
}

.mali-napis {
	background: #000;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px !important;
	line-height: 1 !important;
	padding: 8px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}







/*

font-family: 'Montserrat', sans-serif;
400, 500, 600, 700
Main barva: #f8b385

last line*/