@charset "utf-8";
/* 
DESIGN Minibig, Simon Trampuš s.p.
*/

/*FONTS*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800&subset=latin,latin-ext);

/*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;
	position: relative;
}
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;
}

/*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: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:18px;
	margin: 0;
	padding: 0;
	color: #303030;
	display: table;
    width: 100%;
}
.wrapper {
	width: 1100px;
	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 {
	font-family: "Lilita One", sans-serif;
	color:#9bc83c;
	font-size:16px;
	line-height:21px;
	text-decoration:none;
}
a:hover {
	color:#f79548;
	text-decoration:none;
}

/* HEADER */
.header {
	background-image:url(../../images/layout/header.png);
	background-repeat:no-repeat;
	background-position:center;
	height:126px;
}

.header-inside {
	background-image:url(../../images/layout/header-inside.png);
	background-repeat:no-repeat;
	background-position:center;
	height:126px;
}
	
.logo {
	margin-top:15px;
	width:200px;
}

/* slider */
.slider {
	width:100%;
	height: 42vh;
}

.popup {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider-clouds {
	background-image:url(../../images/layout/slider-clouds.png);
	background-repeat:no-repeat;
	background-position:center;
	height:84px;
}

/* NAVIGACIJA */
/* navigacija mobile */
.menu-mobile {
	display:none;
}

/* navigacija */
.navigacija {
	width:100%;
	height:55px;
	text-align:center;
	text-transform:uppercase;
}
.navigacija ul {
	margin-top:40px;
	float:right;
}
.navigacija ul li {
	display: inline;
	list-style:none;
	padding-right:15px;
}

.navigacija ul li:last-child {
	padding-right:0px;
}

.navigacija ul li a {
	font-family: "Lilita One", sans-serif;
	font-size:16px;
	font-weight:500;
	color:#575757;
	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;
}
.navigacija ul li a:hover {
	color:#9bc83c;
	-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 */
.footer {
	background-color:#FFF;
	min-height:150px;
	font-family: "Lilita One", sans-serif;
	font-size:22px;
}
.footer:after {
	content: "";
	display: table;
	clear: both;
}
.footer .slogan {
	font-family: "Lilita One", sans-serif;
	font-size:30px;
	line-height:40px;
	text-align:center;
	padding-top:5px;
}

.footer .mail:link, .footer .mail:visited  {
	font-family: "Lilita One", sans-serif;
	font-size:22px;
	color:#ffd059;
	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 .mail:hover  {
	color:#72a040;
	-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 {
	background-color:#FFF;
	min-height:40px;
	font-size:13px;
}
.copyright .izdelava {
	float:right;
}

.copyright:after {
	content: "";
	display: table;
	clear: both;
}

/* TEXT */
h1 {
	font-family: "Lilita One", sans-serif;
	font-size:46px;
	line-height:50px;
	text-transform:uppercase;
}

h2 {
	font-family: "Lilita One", sans-serif;
	font-size:46px;
	line-height:50px;
	text-transform:uppercase;
}

h3 {
	font-family: "Lilita One", sans-serif;
	font-size:25px;
	line-height:30px;
	text-transform:uppercase;
	padding-bottom:15px;
}

h4 {
	font-family: "Lilita One", sans-serif;
	font-size:20px;
	line-height:26px;
	color:#5cc2a9;
	text-transform:uppercase;
	padding-bottom:15px;
}

h5 {
	font-family: "Lilita One", sans-serif;
	font-size:16px;
	line-height:21px;
	color:#5cc2a9;
	text-transform:uppercase;
}

strong {
	font-weight:700;
}

.main ul {
    list-style: none;
	padding-left: 1em;
    text-indent: -1.2em;
}
.main li { 
    padding-left: 15px; 
}
.main li:before {
    content: "\25CF";
    font-size:12px;
	padding-right:8px;
    color: #e61c5c;
}

.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
	
}
.custom-counter li {
    counter-increment: step-counter;
	padding-bottom:10px;
	padding-left: 3em;
    text-indent: -2.2em;
}
.custom-counter li:before {
	background-color:#5cc2a9;
	font-size: 14px;
    color:#FFF;
    content: counter(step-counter);
    margin-right: 5px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
}

/* VSEBINE */
.main {
	background-image:url(../../images/layout/predstavitev-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	min-height:400px;
	padding:60px 0 80px 0;
}

.main:after {
	content: "";
	display: table;
	clear: both;
}

.razverdilko-se-predstavi {
	background-image:url(../../images/layout/predstavitev-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	min-height:400px;
	font-size:15px;
	line-height:22px;
	color:#2ebdcb;
	padding:40px 0;
}

.razverdilko-se-predstavi:after {
	content: "";
	display: table;
	clear: both;
}

.razverdilko-se-predstavi .petra {
	margin:60px 0 0 10px;
}

.razverdilko-ponudba {
	background-image:url(../../images/layout/storitve-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	min-height:500px;
	padding:40px 0;
}

.razverdilko-ponudba:after {
	content: "";
	display: table;
	clear: both;
}

.ponudba-box {
	background-color:#fbfaef;
	width:270px;
	height:235px;
	border-radius:20px;
	padding:25px;
	margin-bottom:20px;
}

.active:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-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;
}


/* prirocnik */
.prirocnik {
	background-color:#FFF;
	min-height:300px;
	padding:80px 0;
	font-size:14px;
	line-height:22px;

}

.prirocnik:after {
	content: "";
	display: table;
	clear: both;
}

.abeceda {
	background-color:#FFF;
	min-height:300px;
	padding:80px 0;
	font-size:14px;
	line-height:22px;

}

.abeceda:after {
	content: "";
	display: table;
	clear: both;
}



/* krizec-krozec */
.krizec-krozec {
	background-color:#FFF;
	min-height:300px;
	padding:80px 0;
	font-size:14px;
	line-height:22px;

}

.krizec-krozec:after {
	content: "";
	display: table;
	clear: both;
}


/* utrinki */
.utrinki {
	background-color:#FFF;
	min-height:300px;
	padding:80px 0;
}

.utrinki:after {
	content: "";
	display: table;
	clear: both;
}

.utrinki .col_12 {
	width:98.76%;
}

.utrinki .col_2 {
	margin:3px;
	width:16.18%;
}

.img-galerija {
	max-width: 100%;
	border-radius:7px;
	height: auto;
	display:block;
	-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;	
}

.img-galerija:hover {
	filter: alpha(opacity=40) ;  
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	-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;	
}

/* RAZNO */
.line-red {
	background-image:url(../../images/layout/line-red.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	height:98px;
	padding:20px 0;
}

.line-blue {
	background-image:url(../../images/layout/line-blue.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	height:98px;
	padding:20px 0;
}

.line-green {
	background-image:url(../../images/layout/line-green.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	height:59px;
}

/* storitve line */
.storitve-line-blue {
	background-image:url(../../images/layout/line-blue.png);
	background-repeat:no-repeat;
	background-position:center;
	height:47px;
	padding:20px 0;
}

.storitve-line-yellow {
	background-image:url(../../images/layout/line-yellow.png);
	background-repeat:no-repeat;
	background-position:center;
	height:47px;
	padding:20px 0;
}

.storitve-line-viola {
	background-image:url(../../images/layout/line-viola.png);
	background-repeat:no-repeat;
	background-position:center;
	height:47px;
	padding:20px 0;
}

.storitve-line-orange {
	background-image:url(../../images/layout/line-orange.png);
	background-repeat:no-repeat;
	background-position:center;
	height:47px;
	padding:20px 0;
}
.storitve-line-sky-blue {
	background-image:url(../../images/layout/line-sky-blue.png);
	background-repeat:no-repeat;
	background-position:center;
	height:47px;
	padding:20px 0;
}
.storitve-line-turkiza {
	background-image:url(../../images/layout/line-turkiza.png);
	background-repeat:no-repeat;
	background-position:center;
	height:47px;
	padding:20px 0;
}

.storitve-line-green {
	background-image:url(../../images/layout/line-green.png);
	background-repeat:no-repeat;
	background-position:center;
	height:47px;
	padding:20px 0;
}
.storitve-line-purple {
	background-image:url(../../images/layout/line-purple.png);
	background-repeat:no-repeat;
	background-position:center;
	height:47px;
	padding:20px 0;
}

a.button {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:600;
	color:#FFF;
    background:#ffd059;
	padding:10px;
	width:100px;
	display:block;
	border:0;
	border-radius:15px;
	-webkit-transform: rotate(-1deg);
	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;
	box-shadow: 3px 3px 0px 0px #fde5a4;		
}
a.button:hover{
    color:#FFF;
	background:#fdbd1b;
	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;
}

/* reference */
.reference {
	background-image:url(../../images/layout/predstavitev-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	min-height:400px;
	padding:60px 0 80px 0;
}

.reference:after {
	content: "";
	display: table;
	clear: both;
}

.reference .col_2 {
	margin:3px;
	width:16.1%;
}


/* COLORS */
.red {
	color:#e61c5c;
}
.yellow {
	color:#ffd059;
}
.blue {
	color:#118ec8;
}
.sky-blue {
	color:#b9e5fb;
}
.green {
	color:#72a040;
}
.orange {
	color:#f79548;
}
.purple {
	color:#d43884;
}
.turkiza {
	color:#5cc2a9;
}
.viola {
	color:#9561a9;
}


/*TABLET*/
@media all and (min-width: 1024px) and (max-width: 1099px) {

.wrapper {
	width: 1024px;
	margin:0 auto;
}

.logo {
	margin-top:12px;
	width:180px;
	float:left;
}	

/* NAVIGACIJA */
.navigacija ul {
	margin-top:35px;
	margin-left:0px;
}
.navigacija ul li {
	padding-right:8px;
}
.navigacija ul li a {
	font-size:15.5px;
}

/* utrinki */
.utrinki .col_12 {
	width:98.76%;
}

.utrinki .col_2 {
	margin:3px;
	width:16.05%;
}

/* reference */
.reference .col_2 {
	margin:3px;
	width:16.0%;
}

/* slider */
.slider {
	width:100%;
	height: 40vh;
}

.popup {
	position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

}


/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 760px;
	margin:0 auto;
}

.t_hide {
	display: none;
}

.img-width {
	width:100%;
}


/* HEADER */
.header {
	background-image:url(../../images/layout/header-tablet.png);
	background-repeat:no-repeat;
	background-position:center;
	height:126px;
}
	
.logo {
	margin-top:12px;
	width:200px;
	float:left;
}
.slider-clouds {
	background-image:url(../../images/layout/slider-clouds-tablet.png);
	background-repeat:no-repeat;
	background-position:center;
	height:45px;
}

/* NAVIGACIJA */
.navigacija ul {
	margin-top:15px;
	margin-left:100px;
}

.navigacija ul li {
	display: inline;
	list-style:none;
	padding-right:20px;
	line-height:32px;
}
.navigacija ul li a {
	font-family: "Lilita One", sans-serif;
	font-size:16px;
	font-weight:500;
}

/* FOOTER */
.footer {
	font-size:20px;
	padding-top:0;
}
.footer .slogan {
	font-size:24px;
	line-height:36px;
	padding-top:15px;
	
}
.footer .mail:link, .footer .mail:visited  {
	font-size:20px;
}
.copyright {
	font-size:12px;
}

/* TEXT */
h1 {
	font-size:40px;
	line-height:46px;
}

h2 {
	font-size:40px;
	line-height:46px;
}

h3 {
	font-size:25px;
	line-height:30px;
	padding-bottom:15px;
}



/* VSEBINE */
.razverdilko-se-predstavi {
	font-size:16px;
	line-height:26px;
	padding:40px 0;
}

.razverdilko-se-predstavi .petra {
	margin-left:0;
	margin-top:40px;
}

.ponudba-box {
	background-color:#fbfaef;
	width:185px;
	height:300px;
	border-radius:20px;
	padding:25px;
	margin-bottom:20px;
}


/* utrinki */
.utrinki .col_12 {
	width:98.76%;
}

.utrinki .col_2 {
	margin:3px;
	width:15.88%;
}

/* RAZNO */
.margin-mtable {
	padding-top:60px;
}

/* reference */
.reference .col_2 {
	margin:3px;
	width:15.75%;
}


}


/*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;
	}
	.mt_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;
}

.logo {
	padding-left:10px;
	height:65px;
}

/* HEADER */
.header-top {
	background-image:url(../../images/layout/header-mobile.png);
	background-repeat:no-repeat;
	background-position:center;
	height:5px;
}

.slider-clouds {
	background-image:url(../../images/layout/slider-clouds-tablet.png);
	background-repeat:no-repeat;
	background-position:center;
	height:45px;
}

/* SLIDER */
.slider {
	width:100%;
	height:52vh;
}
.popup {
	position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
}

/* FOOTER */
.footer {
	font-size:20px;
	line-height:16px;
	padding-top:0;
	text-align:center;
}
.footer .slogan {
	font-size:28px;
	line-height:36px;
	padding-top:15px;
	
}
.footer .mail:link, .footer .mail:visited  {
	font-size:20px;
}
.copyright {
	font-size:12px;
	text-align:center;
}

.copyright .izdelava {
	float:none;
	text-align:center;
}

/* TEXT */
h1 {
	font-size:36px;
	line-height:42px;
}

h2 {
	font-size:36px;
	line-height:42px;
}

h3 {
	font-size:22px;
	line-height:28px;
	padding-bottom:15px;
}

/* VSEBINE */
.main {
	margin-top:100px;
}

.razverdilko-se-predstavi {
	font-size:16px;
	line-height:26px;
	padding:40px 0 0 0;
}

.razverdilko-se-predstavi .petra {
	margin-left:15%;
	margin-top:40px;
}

.razverdilko-ponudba {
	padding:20px 0;
}

.razverdilko-ponudba .col_4 {
	width:48.32%;
}

.ponudba-box {
	background-color:#fbfaef;
	width:185px;
	height:270px;
	border-radius:20px;
	padding:25px;
	margin-bottom:20px;
}

/* utrinki */
.utrinki {
	padding:20px 0;
}

.utrinki .col_12 {
	width:98.76%;
}

.utrinki .col_2 {
	margin:3px;
	width:23.8%;
}

/* RAZNO */
.line-red {
	padding:0;
}

.line-blue {
	padding:0;
}

/* reference */
.reference .col_2 {
	margin:3px;
	width:23.80%;
}


}


/*MOBILE*/
@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 */
.header-top {
	background-image:url(../../images/layout/header-mobile.png);
	background-repeat:no-repeat;
	background-position:center;
	height:5px;
}

.slider-clouds {
	background-image:url(../../images/layout/slider-clouds-tablet.png);
	background-repeat:no-repeat;
	background-position:center;
	height:45px;
}

/* SLIDER */
.slider {
	width:100%;
	height:55vh;
}

.popup {
	position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
}

/* FOOTER */
.footer {
	font-size:20px;
	line-height:16px;
	padding-top:0;
	text-align:center;
}
.footer .slogan {
	font-size:24px;
	line-height:36px;
	padding-top:15px;
	
}
.footer .mail:link, .footer .mail:visited  {
	font-size:20px;
}
.copyright {
	font-size:12px;
	text-align:center;
}

.copyright .izdelava {
	float:none;
	text-align:center;
}

/* TEXT */
h1 {
	font-size:36px;
	line-height:42px;
}

h2 {
	font-size:36px;
	line-height:42px;
}

h3 {
	font-size:22px;
	line-height:28px;
	padding-bottom:15px;
}

/* VSEBINE */
.main {
	margin-top:100px;
}
.razverdilko-se-predstavi {
	font-size:16px;
	line-height:24px;
	padding:40px 0 0 0;
}

.razverdilko-ponudba {
	padding:20px 0;
}

.ponudba-box {
	background-color:#fbfaef;
	width:250px;
	height:220px;
}

/* utrinki */
.utrinki {
	padding:20px 0;
	text-align:center;
}

.utrinki .col_12 {
	width:98.76%;
}

.utrinki .col_2 {
	margin:3px;
	width:31.45%;
}

/* RAZNO */
.line-red {
	padding:0;
}

.line-blue {
	padding:0;
}

/* reference */
.reference .col_2 {
	margin:3px;
	width:30.90%;
}

}

/* BIG SCREEN */
@media all and (min-width: 1550px) and (max-width: 1921px) {
/* utrinki */
.utrinki .col_2 {
	margin:3px;
	width:16.28%;
}
}



