@charset "utf-8";
/* 
DESIGN Minibig, Simon Trampuš s.p.
*/

/*FONTS*/
 @import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:300,300i,400,400i,500,500i,600,600i,700,700i&subset=latin-ext');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*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-collapse: collapse;
	border-spacing: 0;
}

.d_hide{display:none;}

.img-width {
	width:100%;
}


/*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: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:300;
	margin: 0;
	padding: 0;
	color: #000;
	display: table;
    width: 100%;
}
.wrapper {
	width: 1024px;
	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:#5a5a5a;
	font-size:14px;
	line-height:22px;
	text-decoration:none;
}
a:hover {
	color:#a6ce39;
	text-decoration:none;
}


/* HEADER */
.header-index {
	width:100%;
	height:250px;
	text-align:center;
	padding-top:80px;
}

.header {
	width:100%;
	height:240px;
	text-align:center;
	padding-top:50px;
}

.logo {
	padding-bottom:30px;
}

.header-mobile {
	display:none;
}

/* SLIDER */
.slider {
	width:95%;
	height:75vh;
}
.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: -15% 0 0 -25%;
}
.popup {
	font-size: 50px;
	line-height:65px;
	font-weight:500;
	position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 25px;
    color: #fff;
    padding: 10px 10px 10px 30px;
    text-shadow: 2px 2px 4px #000;
	
	position: absolute;
    top: 57%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-30%, -50%);
}


/* NAVIGACIJA */
/* navigacija mobile */
.menu-mobile {
	display:none;
}

/* navigacija */
.navigacija-index {
	width:100%;
	text-transform:uppercase;
	
}
.navigacija-index ul {
	text-align: left;
	display: inline;
	list-style: none;
}
.navigacija-index ul li {
	display: inline-block;
 	position: relative;
  	padding:10px 20px;
  	cursor: pointer;
  	-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;
}
.navigacija-index ul li a {
	font-family: 'Cormorant Infant', serif;
	font-size:20px;
	font-weight:700;
	color:#FFF;
	text-decoration:none;
}
.navigacija-index ul li a:hover {
	color:#000;
}

/* navigacija */
.navigacija {
	width:100%;
	text-transform:uppercase;
	
}
.navigacija ul {
	text-align: left;
	display: inline;
	list-style: none;
}
.navigacija ul li {
	display: inline-block;
 	position: relative;
  	padding:10px 20px;
  	cursor: pointer;
  	-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;
}
.navigacija ul li a {
	font-family: 'Cormorant Infant', serif;
	font-size:20px;
	font-weight:700;
	color:#000;
	text-decoration:none;
}
.navigacija ul li a:hover {
	color:#000;
}


/* MAIN */
.main {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0;
}

.main:after {
	content: "";
	display: table;
	clear: both;
}

/* FOOTER */
.footer {
	background-color:#FFF;
	min-height:200px;
	padding:120px 0 40px 0;
	text-align:center;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}

.footer .text-box {
	width:60%;
	margin:auto;
	padding:30px 0;
}

.footer .phone {
	font-size:24px;
	font-weight:400;
	margin-top:30px;
}

.footer .social-media {
	margin-top:40px;
}

.footer .social-media img {
	padding:0 5px;
}

.footer .firma {
	font-size:11px;
	font-weight:300;
	margin-top:50px;
}


/* form  */
.footer form .input {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	line-height:18px;
	color:#000;
	text-align:center;
	width:40%;
	padding: 5px 5px;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	border-bottom: 1px solid #CCC;
}

.footer form .input2 {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	line-height:18px;
	color:#000;
	width:40%;
	padding: 5px 5px;
	border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
	border-bottom: 1px solid #CCC;
}

.footer form .errors {
    color:red;
	font-size:12px;
}
.footer form input.error, .footer form select.error, .footer form .input2.error{
    border: 2px solid red;
}

.mail_sent_succes {
	font-size:20px;
	color:#9bc83c;
	margin-top:-1px;
}

.button {
	background:#000;
	font-size: 14px;
	color:#FFF;
	text-align:center;
	padding:8px;
	width:120px;
	display:block;
	border:0;
	margin-left:59%;
	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:#f9dfc3;
	color:#000;
	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;
}



/* COPYRIGHT */
.copyright {
	background-color:#FFF;
	width:100%;
	min-height:55px;
	border-top:#CCC 1px solid;
}

.copyright:after {
	content: "";
	display: table;
	clear: both;
}

.copyright p {
	font-size:12px;
	margin-top:12px;
}


/* TEXT */
h1 {
	font-family: 'Cormorant Infant', serif;
	font-size:46px;
	line-height:50px;
	font-weight:600;
}

h2 {
	font-family: 'Cormorant Infant', serif;
	font-size:46px;
	line-height:50px;
	font-weight:600;
}

h3 {
	font-family: 'Cormorant Infant', serif;
	font-size:25px;
	line-height:32px;
	font-weight:500;
}

h4 {
	font-family: 'Cormorant Infant', serif;
	font-size:20px;
	line-height:28px;
	font-weight:500;
	padding-bottom:5px;
}

strong {
	font-weight:600;
}

em {
	font-style:italic;
}

.more {
	background:#000;
	font-size: 14px;
	color:#FFF;
	text-align:center;
	padding:8px;
	width:150px;
	display:block;
	border:0;
	margin:50px auto 0 auto;
	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;
}
.more:hover {
    background:#f9dfc3;
	color:#000;
	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;
}

.more-white {
	background:#000;
	font-size: 14px;
	color:#FFF;
	text-align:center;
	padding:8px;
	width:180px;
	display:block;
	border:0;
	margin:50px auto 0 auto;
	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;
}
.more-white:hover {
    background:#FFF;
	color:#000;
	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;
}


/* INDEX predstravitev */
.predstravitev {
	background-image:url(../../images/layout/predstavitev-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:1148px;
	text-align:center;
}

.predstravitev .nina {
	width:700px;
	padding-top:160px;
	padding-bottom:30px;
}

.predstravitev .opis {
	width:600px;
	margin:auto;
	padding:30px 0;
	text-align:justify;
}

/* INDEX ponudba */
.ponudba-licenja {
	background-image:url(../../images/layout/ponudba-licenja-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#fffefd;
	width:100%;
	min-height:500px;
	padding:80px 0 150px 0;
}

.ponudba-licenja:after {
	content: "";
	display: table;
	clear: both;
}

.ponudba-licenja .col_4 {
	margin:0 7px 0 0;
	width:33.05%;
}

.ponudba-licenja .margin-right {
	margin-right:0;
}

.ponudba-licenja .img-width {
	width:100%;
}

/* O MENI */
.o-meni {
	background-color:#fae4cc;
	background-image:url(../../images/layout/o-meni-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:100%;
	height:2150px;
	text-align:center;
}

.o-meni .nina {
	width:700px;
	padding-top:50px;
	padding-bottom:30px;
}

.o-meni .opis {
	width:600px;
	margin:auto;
	padding:30px 0;
	text-align:justify;
}

/* PONUDBA LIČENJA */
.ponudba-licenja-page {
	min-height:400px;
}
.ponudba-licenja-page:after {
	content: "";
	display: table;
	clear: both;
}
.ponudba-licenja-page .col_6 {
	margin:0;
	width:50%;
}

.vertical-align div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section {
  max-width:100%;
  height: 400px;
  padding: 50px;
}

.ponudba-box {
	width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.ponudba-licenja-porocno-licenje {
	background-image:url(../../images/layout/ponudba-licenja-porocno-licenje-big.jpg); 
}
.ponudba-licenja-moda {
	background-image:url(../../images/layout/ponudba-licenja-moda-big.jpg); 
}
.ponudba-licenja-gledalisce {
	background-image:url(../../images/layout/ponudba-licenja-gledalisce-big.jpg); 
}
.ponudba-licenja-video {
	background-image:url(../../images/layout/ponudba-licenja-video-big.jpg); 
}
.ponudba-licenja-priloznostno-licenje {
	background-image:url(../../images/layout/ponudba-licenja-priloznostno-licenje-big.jpg);
}
.ponudba-licenja-tecaji {
	background-image:url(../../images/layout/ponudba-licenja-tecaji-licenja-big.jpg);
}

.line {
	background-image:url(../../images/layout/ponudba-licenja-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:100%;
	height:170px;
}





/*DESKTOP*/
@media all and (min-width: 1246px) and (max-width: 1900px) {
.ponudba-licenja .col_4 {
	width:32.96%;
}

}

/*DESKTOP*/
@media all and (min-width: 1024px) and (max-width: 1245px) {
/* INDEX ponudba */
.ponudba-licenja .col_4 {
	width:32.80%;
}

/* PONUDBA LIČENJA */
.ponudba-licenja-page h2 {
	font-size:40px;
}

.ponudba-licenja-page {
	font-size:13.5px;
	line-height:20px;
}

}


/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 768px;
	margin:0 auto;
}

.t_hide {
	display: none;
}

/* SLIDER */
.slider {
	width:95%;
	height:60vh;
}
.popup {
	font-size: 44px;
	line-height:54px;
}

/* navigacija mobile */
.menu-mobile {
	display:none;
}


/* COPYRIGHT */
.copyright {
	padding-top:12px;
}

.copyright p {
	font-size:12px;
	text-align:center;
	margin-top:0px;
}

.copyright .col_9, .copyright .col_3 {
	width: 97.92%;
}

/* INDEX predstravitev */
.predstravitev {
	background-image:url(../../images/layout/predstavitev-bg-tablet.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:1080px;
	text-align:center;
}

.predstravitev .nina {
	width:600px;
	padding-top:130px;
	padding-bottom:30px;
}

.predstravitev .opis {
	width:500px;
	margin:auto;
	padding:30px 0;
	text-align:justify;
}

/* INDEX ponudba */
.ponudba-licenja .col_4 {
	margin:0 7px 0 0;
	width:49.54%;
}

.ponudba-licenja .margin-right {
	margin-right:7px;
}

.ponudba-licenja .margin-right-t {
	margin-right:0;
}

/* PONUDBA LIČENJA */
.ponudba-licenja-page h2 {
	font-size:32px;
	line-height:32px;
}

.ponudba-licenja-page {
	font-size:13px;
	line-height:19px;
}

.ponudba-licenja-page section {
  max-width:100%;
  height: 450px;
  padding: 25px;
}



}

/*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, .produkti, .content,. main {
		-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: 100%;
	width: 500px;
	margin:0 auto;
}

.img-width {
	width:100%;
}

.menu-mobile {
	display:block;
}

.header {
	display:none;
}

.logo {
	padding-left:10px;
	height:70px;
	padding-bottom:0;
}


/* SLIDER */
.slider {
	width:95%;
	height:100vh;
}
.popup {
	font-size: 32px;
	line-height:40px;
	top: 65%;
    left: 30%;
}

/* FOOTER */
.footer form .input {
	width:55%;
}
.footer form .input2 {
	width:55%;
}

.footer .text-box {
	width:80%;
}

.button {
	margin-left:55%;
}

/* COPYRIGHT */
.copyright {
	padding-top:12px;
}

.copyright p {
	font-size:12px;
	text-align:center;
	margin-top:0px;
}

.copyright .col_9, .copyright .col_3 {
	width: 97.92%;
}

/* TEXT */
h1 {
	font-family: 'Cormorant Infant', serif;
	font-size:40px;
	line-height:46px;
	font-weight:600;
}

h2 {
	font-family: 'Cormorant Infant', serif;
	font-size:34px;
	line-height:40px;
	font-weight:600;
}

h3 {
	font-family: 'Cormorant Infant', serif;
	font-size:22px;
	line-height:28px;
	font-weight:500;
}

h4 {
	font-family: 'Cormorant Infant', serif;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	padding-bottom:5px;
}

strong {
	font-weight:600;
}

em {
	font-style:italic;
}

/* INDEX predstravitev */
.predstravitev {
	background-image:url(../../images/layout/predstavitev-bg-s-tablet.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:1020px;
	text-align:center;
}

.predstravitev .nina {
	width:450px;
	padding-top:130px;
}

.predstravitev .opis {
	width:400px;
	margin:auto;
	padding:30px 0;
	text-align:justify;
}

/* INDEX ponudba */
.ponudba-licenja .col_4 {
	margin:0 7px 0 0;
	width:49.3%;
}

.ponudba-licenja .margin-right {
	margin-right:7px;
}

.ponudba-licenja .margin-right-t {
	margin-right:0;
}

/* O MENI */
.o-meni {
	background-image:url(../../images/layout/o-meni-bg-s-tablet.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:2050px;
	text-align:center;
}

.o-meni .nina {
	width:450px;
	padding-top:50px;
}

.o-meni .opis {
	width:400px;
	margin:auto;
	padding:30px 0;
	text-align:justify;
}

/* PONUDBA LIČENJA */
.ponudba-licenja-page .col_6 {
	margin:0;
	width:100%;
}

.ponudba-box {
	width: 100%;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.line {
	background-image:url(../../images/layout/ponudba-licenja-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:100%;
	height:70px;
}


}

@media only screen and (max-width:499px) {
/*disable text sizing on orientation change*/
	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, .produkti, .content,. main {
		-webkit-text-size-adjust:none;
	}
	.mm_hide{display: none;} /*hide on mobile*/
	
	.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: 100%;
	width: 320px;
	margin:0 auto;
}
.img-width {
	width:100%;
}

.menu-mobile {
	display:block;
}

.header {
	display:none;
}

.logo {
	padding-left:10px;
	height:70px;
	padding-bottom:0;
}

/* SLIDER */
.slider {
	width:95%;
	height:100vh;
}
.popup {
	font-size: 40px;
	line-height:48px;
	text-align:center;
	top: 58%;
    left: 36%;
}

/* FOOTER */
.footer form .input {
	width:80%;
}
.footer form .input2 {
	width:80%;
}

.footer .text-box {
	width:100%;
}

.button {
	margin-left:54%;
}

/* COPYRIGHT */
.copyright {
	padding-top:12px;
}

.copyright p {
	font-size:12px;
	text-align:center;
	margin-top:0px;
}

.copyright .col_9, .copyright .col_3 {
	width: 97.92%;
}

/* TEXT */
h1 {
	font-family: 'Cormorant Infant', serif;
	font-size:32px;
	line-height:40px;
	font-weight:600;
}

h2 {
	font-family: 'Cormorant Infant', serif;
	font-size:32px;
	line-height:40px;
	font-weight:600;
}

h3 {
	font-family: 'Cormorant Infant', serif;
	font-size:20px;
	line-height:26px;
	font-weight:500;
}

h4 {
	font-family: 'Cormorant Infant', serif;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	padding-bottom:5px;
}

strong {
	font-weight:600;
}

em {
	font-style:italic;
}

/* INDEX predstravitev */
.predstravitev {
	background-image:url(../../images/layout/predstavitev-bg-mobile.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:972px;
	text-align:center;
}

.predstravitev .nina {
	width:320px;
	padding-top:110px;
}

.predstravitev .opis {
	width:320px;
	margin:auto;
	padding:30px 0;
	text-align:justify;
}

/* INDEX ponudba */
.ponudba-licenja {
	padding:80px 0 120px 0;
}

.ponudba-licenja .col_4 {
	margin:0 0 0 0;
	width:100%;
}

.ponudba-licenja .margin-right {
	margin-right:0;
}

.ponudba-licenja .margin-right-t {
	margin-right:0;
}

/* O MENI */
.o-meni {
	background-image:url(../../images/layout/o-meni-bg-mobile.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:2150px;
	text-align:center;
}

.o-meni .nina {
	width:320px;
	padding-top:50px;
}

.o-meni .opis {
	width:320px;
	margin:auto;
	padding:30px 0;
	text-align:justify;
}

/* PONUDBA LIČENJA */
.ponudba-licenja-page .col_6 {
	margin:0;
	width:100%;
}

section {
  max-width:100%;
  height: 400px;
  padding: 50px;
}

.ponudba-box {
	width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.ponudba-licenja-page h2 {
	font-size:30px;
	line-height:32px;
}

.ponudba-licenja-page {
	font-size:13px;
	line-height:19px;
}

.ponudba-licenja-page section {
  max-width:100%;
  height: 550px;
  padding: 25px;
}

.ponudba-licenja-page .video-text-box {
  max-width:100%;
  height: 350px;
  padding: 25px;
}

.line {
	background-image:url(../../images/layout/ponudba-licenja-bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:100%;
	height:50px;
}

}
