@charset "utf-8";
/* 
DESIGN Minibig, Simon Trampuš s.p.
*/

/*FONTS*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,400i,600,600i,700,700i,800,800i&subset=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;
}
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}


.row-fluid breadcrumps {
	display:none;
}


/* LAYOUT */
html, body {
    height: 100%;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	line-height:18px;
	margin: 0;
	padding: 0;
	color: #303030;
	display: table;
    width: 100%;
}
.wrapper {
	width: 960px;
	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;
}

.d_hide{display: none;}

/* MENU */
.menu {
	width:100%;
	height:80px;
	position:relative;
	z-index:1000;
	margin-bottom:-10px;
}
.menu ul {
	float:right;
	margin-top:20px;
}
.menu ul li {
	display: inline;
	list-style:none;
	padding-left:20px;
}
.menu ul li a {
	font-size:14px;
	font-weight:400;
	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;
}
.menu ul li a:hover {
	color:#f8ba2e;
}
.logo {
	float:left;
	padding-top:5px;
}

/* SLIDER */
.slider {
	background-color:#49db90;
	width:90%;
	height:450px;
}

/* CONTENT */
.sd-efi {
	height:270px;
	padding-top:80px;
}

.sd-efi p {
	font-size:15px;
	line-height: 24px;
}

.programi {
	min-height:300px;
	padding:50px 0;
}
.programi:after {
	content: "";
	display: table;
	clear: both;
}

.program-box {
	height:110px; 
	padding:30px 20px;
}

.program-box-big {
	height:135px; 
	padding:30px 20px;
}


.programi p {
	color:#FFF;
}
.programi .program:link {
	max-width: 100%;
	height: auto;
	display:block;
	-webkit-filter: brightness(1.0);
    -moz-filter: brightness(1.0);
    -o-filter: brightness(1.0);
    filter: brightness(1.0);
	-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;		
}

.programi .program:hover {
	-webkit-filter: brightness(0.70);
    -moz-filter: brightness(0.70);
    -o-filter: brightness(0.70);
    filter: brightness(0.70);
	-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-responsive {
	max-width: 100%;
	height: auto;
	display:block;
}

.obvestila {
	background-color:#fafafa;
	min-height:200px;
	height:100%;
	padding:30px 0;
}
.obvestila:after {
	content: "";
	display: table;
	clear: both;
}


.obvestila p {
	padding-right:30px;
}

.date {
	font-size:12px;
	padding-bottom:5px;
}

.vec:link, .vec:visited {
	color:#7fb4e0;
	font-weight:600;
	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;
}

.vec:hover {
	color:#a1be5f;
	-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;
}

.predstavitev {
	min-height:300px;
	padding:50px 0;
}
.predstavitev:after {
	content: "";
	display: table;
	clear: both;
}

.predstavitev p {
	font-size:15px;
	line-height:24px;
}

.predstavitev-kontakt {
	background-color:#fafafa;
	height:280px;
	padding-top:50px;
}

.urniki {
	min-height:400px;
	padding-top:50px;
	padding-bottom:50px;
}

.urniki:after {
	content: "";
	display: table;
	clear: both;
}

.urniki-tabela {
	font-size:13px;
}

.urniki-tabela td, .urniki-tabela th { 
	border:2px solid #FFF;
	padding:15px 12px;
}

.urniki-tabela th {
	background:#f0f0f0;
	text-align:center;
}

.urniki-tabela td {
	line-height:22px;
	font-weight:600;
	color:#FFF;
	background:#f0f0f0;
}

.cenik {
	min-height:300px;
	padding-top:50px;
	padding-bottom:50px;
}
.cenik:after {
	content: "";
	display: table;
	clear: both;
}

.cenik-tabela{ 
	font-size:13px;
	line-height:18px;
	color: #333;
	border-collapse:collapse;
	text-align:left;
	width:60%;
}

.cenik-tabela th{
	font-size:14px;
	color:#333;
	font-weight:600;
	border-bottom:2px solid #7fb4e0;
	padding:10px 8px;
}

.cenik-tabela td{
	border-bottom:1px solid #7fb4e0;
	color:#333;
	padding:10px 8px;
}
.cenik-tabela tbody tr:hover td{
	color:#7fb4e0;
}

.splosni-pogoji {
	background-color:#fafafa;
	min-height:300px;
	padding:50px 0;
}
.splosni-pogoji:after {
	content: "";
	display: table;
	clear: both;
}

.obvestila-page {
	min-height:500px;
	padding:50px 0;
}
.obvestila-page:after {
	content: "";
	display: table;
	clear: both;
}

.obvestila-page p {
	font-size:13.5px;
	line-height:22px;
}

.obvestila-page .liha {
	padding:30px; 
	margin-bottom:50px;
}

.obvestila-page .soda {
	background-color:#fafafa;
	padding:30px; 
	margin-bottom:50px;
}

.obvestila-full {
	min-height:500px;
	height:100%;
	padding-top:50px;
	padding-bottom:80px;
}

.obvestila-full:after {
	content: "";
	display: table;
	clear: both;
}

.obvestila-full h2 {
	color:#a1be5f;
}

.obvestila-full h3 {
	color:#333;
}

.obvestila-full p {
	font-size:13.5px;
	line-height:22px;
}

.obvestila-full .uvod {
	font-size:20px;
	line-height:22px;
	border-left: 3px solid #ccc; 
	padding: 0 0 0 12px;
	margin-bottom: 20px;
}

.kontakt {
	min-height:320px;
	padding:50px 0;
}
.kontakt:after {
	content: "";
	display: table;
	clear: both;
}

form .input {
	font-size:13px;
	line-height:18px;
	color:#333;
	padding:5px;
}

form .errors {
    color:red;
}

form input.error, form select.error {
    border: 2px solid red;
}

.button {
	font-weight:600;
	color:#FFF;
    background:#7fb4e0;
	padding:10px;
	width:150px;
	display:block;
	border:0;
	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{
    color:#FFF;
	background: #a1be5f;
	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 */
.footer {
	background-color:#FFF;
	height:100px;
	padding-top:60px;
}

.footer p {
	font-size:14px;
	line-height:20px;
}

.footer .icon {
	float:left; 
	padding-right:15px;
}

.footer .tel {
	font-size:18px; 
	color:#a1be5f; 
	font-weight:700;
}

.footer .mail:link, .footer .mail:visited  {
	font-size:18px; 
	color:#7fb4e0; 
	font-weight:700;
	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:#f67c79;
	-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 .copyright {
	font-size:11px;
	line-height:20px;
	color:#616161;
	padding-top:50px;
}


/* TEXT */
h1 {
	font-size:40px;
	line-height:46px;
	color:#333;
}

h2 {
	font-size:36px;
	line-height:46px;
	color:#333;
}

h3 {
	font-size:22px;
	line-height:30px;
	color:#a1be5f;
}

h4 {
	font-size:18px; 
	font-weight:600; 
	color:#FFF;
}

strong {
	font-weight:600;
}

ul {
	font-size:13px;
	line-height:20px;
	list-style:disc;
	list-style-position: inside;
    padding-left: 2em;
    text-indent: -1em;
}

a:link, a:visited {
	color:#333;
	font-size:13px;
	line-height:22px;
	text-align:left;
	text-decoration:underline;
}

a:hover {
	color:#7fb4e0;
	text-decoration:none;
}

.maps iframe{
    pointer-events: none;
}

a.word{
	background-color: #f3f4f5;
	background-image: url("../../images/layout/word-icon.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 40px 35px;
	padding: 20px 0 20px 70px;
	border-left: 4px solid #00509c;
	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;
	margin: 10px auto;
}


/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {

.wrapper {
	width: 100%;
	width: 740px;
	margin:0 auto;
}

.img-width {
	width:100%;
	height:auto;
}


/* CONTENT */
.sd-efi {
	height:270px;
}

.sd-efi p {
	font-size:14px;
	line-height: 24px;
}
.program-box {
	height:150px; 
	padding:30px 20px;
}	
	
.programi p {
	color:#FFF;
	line-height:20px;
}

.obvestila {
	background-color:#fafafa;
	min-height:200px;
	height:100%;
	padding:30px 0;
}

.obvestila:after {
	content: "";
	display: table;
	clear: both;
}

.predstavitev p {
	font-size:14px;
	line-height:22px;
}

.urniki {
	padding-top:50px;
	padding-bottom:50px;
}


.urniki-tabela {
	font-size:12px;
}

.urniki-tabela td, .urniki-tabela th { 
	padding:15px 2px 15px 6px;
}




/* FOOTER */
.footer p {
	font-size:12px;
}

.footer .tel {
	font-size:16px; 
}

.footer .mail:link, .footer .mail:visited  {
	font-size:16px; 
}

.footer .copyright {
	font-size:10.5px;
}


/* TEXT */
h1 {
	font-size:34px;
	line-height:40px;
}

h2 {
	font-size:28px;
	line-height:36px;
}

h3 {
	font-size:18px;
	line-height:26px;
}

h4 {
	font-size:16px; 
	font-weight:600; 
	color:#FFF;
}

}


/*TABLET*/
@media all and (min-width: 500px) and (max-width: 767px) {
/*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;
	}
	.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;
}

.menu {
	display:none;
}

.img-width {
	width:100%;
	height:auto;
}

/* CONTENT */
.sd-efi {
	height:270px;
}

.sd-efi p {
	font-size:14px;
	line-height: 24px;
}

.predstavitev {
    padding: 120px 0 50px 0;
}
	
.programi .col_4 {
	width: 48.00%;
}

.program-box {
	height:150px; 
	padding:30px 20px;
}

.obvestila {
	background-color:#fafafa;
	min-height:600px;
	height:100%;
	padding:30px 0;
}
.obvestila:after {
	content: "";
	display: table;
	clear: both;
}

.date {
	font-size:12px;
	padding-bottom:5px;
	padding-top:30px;
}

.predstavitev p {
	font-size:14px;
	line-height:22px;
}

.urniki {
	padding-top:120px;
	padding-bottom:50px;
	text-align:center;
}

.urniki-tabela {
	font-size:14px;
	margin-left:6%;
}
	
.cenik {
    padding: 120px 0 50px 0;
}	

.obvestila-page p {
	font-size:13px;
	line-height:20px;
}

.kontakt {
	padding-top:120px;
	padding-bottom:50px;
	text-align:center;
}
	
.kontakt .odmik {
	padding-top:50px;
}

/* FOOTER */
.footer {
	text-align:center;
	padding-top:40px;
}

.footer p {
	font-size:12px;
}

.footer .icon {
	float:none; 
	padding-right:0;
	padding-top:20px;
}

.footer .tel {
	font-size:16px; 
}

.footer .mail:link, .footer .mail:visited  {
	font-size:16px; 
}

.footer .copyright {
	font-size:10.5px;
}


/* TEXT */
h1 {
	font-size:34px;
	line-height:40px;
}

h2 {
	font-size:28px;
	line-height:36px;
}

h3 {
	font-size:18px;
	line-height:26px;
}

h4 {
	font-size:16px; 
	font-weight:600; 
	color:#FFF;
}

}


/*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;
	}
	.m_hide{display: none;}
	
	.mobile_hide {display: none;}
	
	.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: 300px;
	max-width:450px;
	margin:0 auto;
}

.img-width {
	width:100%;
	height:auto;
}

/* CONTENT */
.sd-efi {
	height:420px;
}
	
.sd-efi p {
	font-size:14px;
	line-height: 24px;
}

	
.program-box {
	height:110px; 
	padding:30px 20px;
}

.obvestila {
	padding:30px 0;
}

.date {
	font-size:12px;
	padding-bottom:5px;
	padding-top:30px;
}

.predstavitev {
	padding-top:120px;
	padding-bottom:50px;
}	
	
.predstavitev p {
	font-size:14px;
	line-height:22px;
}

.urniki {
	padding-top:120px;
	padding-bottom:50px;
}
	
.urniki-tabela {
	font-size:14px;
}

.cenik {
	padding-top:120px;
	padding-bottom:50px;
}
	
.cenik-tabela{ 
	font-size:12px;
	line-height:18px;
	width:100%;
}

.cenik-tabela th{
	font-size:13px;
}

.obvestila-page p {
	font-size:13px;
	line-height:20px;
}

.kontakt {
	padding-top:120px;
	padding-bottom:50px;
}	
	
.kontakt .odmik {
	padding-top:50px;
}




/* FOOTER */
.footer {
	text-align:center;
	padding-top:40px;
}

.footer p {
	font-size:12px;
}

.footer .icon {
	float:none; 
	padding-right:0;
	padding-top:20px;
}

.footer .tel {
	font-size:16px; 
}

.footer .mail:link, .footer .mail:visited  {
	font-size:16px; 
}

.footer .copyright {
	font-size:10.5px;
}


/* TEXT */
h1 {
	font-size:32px;
	line-height:40px;
}

h2 {
	font-size:28px;
	line-height:36px;
}

h3 {
	font-size:18px;
	line-height:26px;
}

h4 {
	font-size:16px; 
	font-weight:600; 
	color:#FFF;
}























