@charset "utf-8";
/* 
DESIGN Minibig, Simon Trampuš s.p.
*/

/*FONTS*/
 @import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,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;
	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;
}


/*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: 'Raleway', sans-serif;
	font-size:14px;
	line-height:20px;
	margin: 0;
	padding: 0;
	color: #333;
	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:#faa934;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
a:hover {
	color:#600806;
	text-decoration:none;
}
.b_hide {
	display:none;
}

.desk_hide {
	display: none;
}


/* HEADER */
.header {
	background-color:#FFF;
	width:100%;
	height:90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	overflow: hidden;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	border-bottom:solid 1px #eeeeee;
}


.header-mobile {
	display:none;
}

/* SLIDER */
.slider {
	width:95%;
	height: 60vh;
}

.popup {
	font-size: 70px;
	line-height:65px;
	font-weight:600;
	position: absolute;
    z-index: 2;
	text-align:center;
    color: #faa934;
    padding: 10px 10px 10px 30px;
    text-shadow: 1px 1px 2px #000;
	position: absolute;
	width:80%;
    top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup .second {
	font-size:50px;
	color:#FFF;
}

.slide:link {
	border:2px solid #FFF;
	font-size:16px;
	color:#FFF;
	text-align:center;
	padding:15px;
	width:160px;
	display:block;
	margin:30px auto;
	text-shadow:none;
	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;
}
.slide:hover {
	background-color:#faa934;
	color:#faa934;
	border:2px solid #faa934;
	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;
}

.logo {
	float:left;
}

/* FOOTER */
.footer {
	background-color:#faa934;
	min-height:200px;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}

.footer .col_8 {
	width:60%;
	margin:0;
}

.footer .col_4 {
	width:40%;
	margin:0;
}

.footer-lokacija {
	background-color:#f4f4f4;	
}

.footer-kontakt {
	background-image:url(../../images/layout/drevo.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#faa934;
	width:100%;
	height:300px;
	padding:50px 0;
}

.footer-kontakt .col_3 {
	width:30%;
	margin:0 50px;
}

.footer-kontakt .col_4 {
	width:40%;
	margin:0 30px;
}

.footer-kontakt p {
	font-size:14px;
	line-height:24px;
	color:#600806;
	padding:30px 0;
}

/* copyright */
.copyright {
	background-color:#FFF;
	min-height:40px;
	font-size:12px;
	padding-top:10px;
}
.copyright:after {
	content: "";
	display: table;
	clear: both;
}

.copyright .izdelava {
	float:right;
}



/* NAVIGACIJA */
/* navigacija mobile */
.menu-mobile {
	display:none;
}
/* navigacija */
.navigacija {
	width:100%;
	text-transform:uppercase;
	margin-top:18px;
}
.navigacija ul {
	text-align: left;
	display: inline;
	list-style: none;
	float:right;
}
.navigacija ul li {
	display: inline-block;
 	position: relative;
  	padding:15px 15px;
  	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-size:14px;
	font-weight:600;
	color:#faa934;
	text-decoration:none;
}
.navigacija ul li a:hover {
	color:#600806;
}

.navigacija ul li:first-child {
	padding-left:0;
}

/* HERO image */
.programi-hero {
	background-image:url(../../images/layout/programi-hero.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:90px;
	height:550px;
}

.urnik-hero {
	background-image:url(../../images/layout/urnik-hero.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:90px;
	height:550px;
}

.cenik-hero {
	background-image:url(../../images/layout/cenik-hero-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:90px;
	height:550px;
}

.gym-hero {
	background-image:url(../../images/layout/gym-hero.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:90px;
	height:550px;
}

.programi-malaskupina {
	background-image:url("../../images/layout/mala-skupina-head.jpg");
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:90px;
	height:550px;
}

.blog-hero {
	background-image:url(../../images/layout/blog-hero.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:90px;
	height:550px;
}

.kontakt-hero {
	background-image:url(../../images/layout/kontakt-hero.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:90px;
	height:550px;
}

.prijava-hero {
	background-image:url(../../images/layout/prijava-hero-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:90px;
	height:550px;
}


/* INDEX programi */
.programi-index {
	background-color:#FFF;
	min-height:200px;
}
.programi-index:after {
	content: "";
	display: table;
	clear: both;
}

.programi-index .col_3 {
	width: 25%;
	margin:0;
}

.programi-box {
	width: 100%;
    height: 410px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.program-slika-01 {
	background-image:url("../../images/layout/mala-skupina.jpg");
}
.program-slika-02 {
	background-image:url("../../images/layout/individualna-vadba.jpg");
}
.program-slika-03 {
	background-image:url(../../images/layout/kinezioloska-vadba.jpg);
}
.program-slika-04 {
	background-image:url("../../images/layout/funkcionalna-vadba.jpg");
}

.programi-index .program {
	text-align:center;
	padding:0 15px;
	margin:55px 0;
	height: 299px;
}

.programi-index h3 {
	font-size:32px;
	line-height:42px;
	color:#faa934;
	font-weight:700;
}

.programi-index .program-trajanje {
	font-size:16px;
	line-height:24px;
	color:#333;
	font-weight:600;
}

.programi-index p {
	font-size:14px;
	line-height:22px;
}

.program-skupinske-vadbe {
	background-image:url(../../images/layout/skupinske-vadbe.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:500px;
}

.program-skupinske-vadbe .padding {
	padding-top:70px;
}

.program-skupinske-vadbe .okvir {
	background-color:#FFF;
	width:90%;
	height:280px;
	padding:40px;
	text-align:center;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.program-skupinske-vadbe h2 {
	font-size:55px;
	line-height:60px;
	color:#faa934;
	font-weight:700;
}

.program-skupinske-vadbe h3 {
	font-size:33px;
	line-height:40px;
	color:#600806;
	font-weight:700;
	padding-top:20px;
}

.program-skupinske-vadbe h4 {
	font-size:24px;
	line-height:30px;
	color:#faa934;
	font-weight:700;
	padding-top:10px;
}

/* OBVESTILA */
.obvestila-index {
	background-color:#FFF;
	min-height:200px;
	padding:150px 0;
}
.obvestila-index:after {
	content: "";
	display: table;
	clear: both;
}

.obvestila-index .obvestilo { 
	border-left: 4px solid #faa934; 
	padding:0 12px;
	margin-top:30px;
}

.obvestila-index .datum {
	font-size:14px;
	color:#faa934;
}


/* CITATI */
.citati-index {
	background-color:#faa934;
	height:150px;
	padding:50px 0;
}
.citati-index .margin-box {
	display:table; 
	height:130px; 
	overflow:hidden; 
	margin:auto;
}

#quotes {
	font-size:24px;
	line-height:40px;
	color:#600806;
	font-weight:600;
	font-style: italic;
    list-style: none;
  	padding:0 50px;
  	width:94%;
  	margin:auto 0;
	text-align:center;
}

#quotes li { 
	display: none;
}

#quotes li cite {
	font-size:20px; 
	font-style:italic;

}

.narekovaj-zgoraj {
	font-size:100px;
	top:40px
}

.narekovaj-spodaj {
	font-size:100px;
	top:10px;
	line-height:1px;
}


/* BLOG */
.blog-index {
	background-color:#FFF;
	min-height:200px;
	padding:150px 0;
}
.blog-index:after {
	content: "";
	display: table;
	clear: both;
}

.blog-index .datum {
    background-color:#600806;
	font-size:13px;
	line-height:24px;
    color: #FFF;
	text-align: center;
	width:50px;
	padding:5px;
	font-weight:600;
    text-transform: uppercase;
	float:left;
}

.blog-index .datum .dan {
	font-size:26px;
    color: #FFF;
}

.blog-index .naslov {
	font-size:21px;
	line-height:24px;
	height:28px;
	padding:5px 0;
	color:#600806;
	text-align:left;
	font-weight:600;
	text-transform:uppercase;
	margin-left:70px;
}

.blog-index p {
	font-size:14px;
	line-height:20px;
	padding-top:35px;
	text-align:justify;
}

.blog-index .naslov-big {
	font-size:120px;
	color:#feefe1;
	font-weight:700;
	text-align:center;
}

/* GALERIJA */
.galerija {
	padding:20px 0;
}

.galerija .img-galerija {
	max-width: 100%;
	float:left;
	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;	
}

.galerija .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;	
}

/* TEXT */
h1 {
	font-size:36px;
	line-height:42px;
	padding:5px 0;
	font-weight:700;
	color:#600806;
}

h2 {
	font-size:46px;
	line-height:60px;
	padding:7px 0;
	font-weight:800;
	color:#600806;
}

h3 {
	font-size:24px;
	line-height:30px;
	padding:5px 0;
	color:#600806;
	font-weight:600;
}

h4 {
	font-size:20px;
	line-height:26px;
	padding:5px 0;
	color:#600806;
	font-weight:600;
}

h5 {
	font-size:16px;
	line-height:21px;
	padding:5px 0;
	color:#600806;
	font-weight:600;
}

strong {
	font-weight:700;
}

.poudarek {
	font-size:16px;
	line-height:22px;
	font-weight:700;
	padding:5px 0;
}

.naslov-big {
	font-size:120px;
	color:#feefe1;
	font-weight:700;
	text-align:center;
}

.prednosti li {
    background-image: url(../../images/layout/check.png);
	background-repeat: no-repeat;
    padding: 0 0 5px 20px;
}

.prednosti li:first-child {
	margin-top:10px;
}



/* COLORS */
.rjava {
	color:#600806;
}

.oranzna {
	color:#faa934;
}

/* BUTTONS */
a.vec{
	background-color:#FFF;
	border:1px solid #faa934;
	font-size:14px;
	color:#faa934;
	text-align:center;
	padding:10px;
	width:140px;
	display:block;
	margin:30px 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;
}
a.vec:hover{
	background-color:#faa934;
	color:#FFF;
	border:1px solid #faa934;
	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;
}

a.prijavi-se {
	background-color:#600806;
	font-size: 15px;
	color:#FFF;
	font-weight:600;
	padding:12px 20px;
	width:250px;
	display:block;
	float:left;
	margin:40px 0;
	text-decoration:none;
	border-bottom: 1px solid #e9e9e9;
	-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.prijavi-se:hover {
	color:#FFF;
	background-color:#faa934;
}

/* RAZNO */
.img-width {
	width:100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* VSEBINE */
.main-page  {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0;
}

.main-page:after  {
	content: "";
	display: table;
	clear: both;
}

/* VADBE */
.vadbe-page  {
	background-color:#FFF;
	min-height:500px;
	padding:80px 0;
	text-align:justify;
}

.vadbe-page:after  {
	content: "";
	display: table;
	clear: both;
}	

a.podmeni {
	background-color:#600806;
	font-size: 15px;
	color:#FFF;
	font-weight:600;
	padding:12px 20px;
	width:70%;
	display:block;
	float:left;
	text-align: left;
	text-decoration:none;
	border-bottom: 1px solid #e9e9e9;
	-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.podmeni:hover {
	color:#FFF;
}

a.active {
	color:#FFF;
	background-color:#faa934;
}

.tabela-paket {
	text-align:center;
}

.tabela-paket .naslov {
	background-color:#600806;
	padding:20px 0;
	font-size:20px;
	color:#FFF;
	font-weight:600;
}

.tabela-paket .cena-box {
	border:solid 1px #CCC;
	border-top:none;
	padding:15px;
}

.tabela-paket .cena-box .cena {
	font-size:40px;
	font-weight:700;
	padding-top:20px;
}

.tabela-paket .cena-box .mesec {
	font-size:14px;
	font-weight:700;
	padding:10px 0 20px 0;
}

.tabela-paket .opis {
	background-color:#f5f5f5;
	border:solid 1px #CCC;
	border-top:none;
	padding:15px;
}

.tabela-paket hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0; 
}


/* URNIK */
.urniki-tabela {
	font-size:16px;
	color:#FFF;
	font-weight:600;
	text-align:center;
}

.urniki-tabela td, .urniki-tabela th { 
	padding:15px 12px;
	border:1px solid #FFF;
}

.urniki-tabela th {
	background:#f0f0f0;
	text-align:center;
}

.urniki-tabela td {
	line-height:22px;
	height:60px;
	vertical-align:middle;
	font-weight:600;
	color:#FFF;
	background:#f0f0f0;
}

.urniki-tabela .link-bel {
	font-size:16px;
	color:#FFF;
}

.urniki-tabela .link-bel:hover {
	text-decoration:underline;
}

/* THRIVE GYM */

.mnenja {
	background-color:#f4f4f4;
	min-height: 300px;
	padding: 40px 0;
}

.mnenja:after {
	content: "";
	display: table;
	clear: both;
}

.mnenja h2 {
	font-size:28px;
	font-weight:600;
	color:#600806;
	text-align: center;
}

.mnenja-strank-bg {
	width:300px;
	margin: 0 auto;
}

.mnenja .ime {
	font-size:18px;
	font-weight:700;
	text-align:center;
	padding-top:10px;
}*

/* EKIPA */
.padding-40 {
	padding-top:40px;
}


/* CENIK */
.cenik-tabela { 
	font-size:16px;
	line-height:20px;
	text-align:center;
	font-weight:500;
	width:100%;
	border-collapse:collapse;
}

.cenik-tabela th {
	background-color:#600806;
	font-size:22px;
	color:#FFF;
	font-weight:700;
	padding:10px 8px;
}

.cenik-tabela td {
	padding:10px 8px;
}

.cenik-tabela .rumena {
	background-color: #fef7e5;
}

.cenik-tabela .obisk {
	color:#faa934;
}

.cenik-tabela tbody tr:hover td{
	color:#600806;
}

/* BLOG */
.blog {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0;
}
.blog:after {
	content: "";
	display: table;
	clear: both;
}

.blog .datum {
    background-color:#600806;
	font-size:13px;
	line-height:24px;
    color: #FFF;
	text-align: center;
	width:50px;
	padding:5px;
	font-weight:600;
    text-transform: uppercase;
}

.blog .datum .dan {
	font-size:26px;
    color: #FFF;
}

.blog .naslov {
	font-size:26px;
	line-height:32px;
	padding:20px 0;
	color:#600806;
	text-align:left;
	font-weight:700;
	text-transform:uppercase;
}

.blog p {
	font-size:14px;
	line-height:22px;
	text-align:justify;
}

.blog .uvod {
	font-size:20px;
	line-height:30px;
	font-weight:300;
	border-left: 3px solid #ccc; 
	padding: 0 0 0 12px;
}

.blog ul {
	list-style: none; 
	padding:0;  
	margin:0;
}

.blog li {
	font-size:14px;
	line-height:22px;
	padding-left: 1.5em;
    text-indent: -1em;

}
.blog li:before {
	content: "\25CF";
	font-size:12px;
	padding-right:7px;
	color:#600806;
}

.blog ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
.blog ol > li {
	display: table;
	counter-increment: item;
	margin: 0.5em 0;
	padding-left: 1em;
    text-indent: 0;
}
.blog ol > li:before {
	font-size:14px;
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 1em;    
}
.blog li ol > li {
	margin: 0;
}
.blog li ol > li:before {
	content: counters(item, ".") " ";
}

.blog img {
	width:100%;
}

.blog hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
	margin:20px 45px 50px 0;
	width:94%;
	float:right;
}

.blog .naslov-big {
	font-size:120px;
	color:#feefe1;
	font-weight:700;
	text-align:center;
}

.blog-tagi {
	padding:15px;
	margin:8px 0 20px 0;
	border:1px dashed #ccc;

}

.tagi:link, .tagi:visited {
	font-size:14px;
	line-height:28px;
	color:#600806;
	padding:2px;
	text-decoration:underline;
}

.tagi:hover {
	background-color:#600806;
	color:#FFF;
	text-decoration:underline;
}

a.vec-objav {
	background-color:#600806;
	font-size: 15px;
	color:#FFF;
	font-weight:600;
	text-align:center;
	padding:12px 20px;
	width:200px;
	display:block;
	margin: 40px auto;
	text-decoration:none;
	border-bottom: 1px solid #e9e9e9;
	-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-objav:hover {
	color:#FFF;
	background-color:#faa934;
}

/* KONTAKT  */
.footer form .input {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#600806;
	width:90%;
	padding: 5px 5px;
}
.footer form .input2 {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	line-height:20px;
	color:#600806;
	width:97%;
	padding: 5px 5px;
}
.footer form .errors {
    color:#e30b0b;
}
.footer form input.error, .footer form select.error {
    border: 2px solid red;
}

.errors {
    color:#e30b0b;
}

.button {
	background:#600806;
	font-size: 15px;
	color:#FFF;
	text-align:center;
	padding:8px;
	width:160px;
	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 {
    background:#faa934;
	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;
}

.div-tooltip {
  display: none;
  position: absolute;
  background-color: #600806;
  padding: 10px;
  color: #fff;
  border-radius:5px;
  width: 300px;
  color: #FFF;
  font-size: 12px;
}

button {
	background-color: #FFF;
	font-size: 14px;
	text-decoration: underline;
}

.prijava-embed {
	width:100%;
	height:1000px;
	border:0;
}


@media all and (min-width: 1024px) and (max-width: 1500px) {
.d_hide {
	display:none;
}	

/* SLIDER */
.popup {
	font-size: 60px;
	line-height:60px;
}

.popup .second {
	font-size:40px;
	color:#FFF;
}

/* FOOTER */
.footer .col_8 {
	width:50%;
	margin:0;
}

.footer .col_4 {
	width:50%;
	margin:0;
}

.footer-kontakt .col_3 {
	width:45%;
	margin:0;
}

.footer-kontakt .col_4 {
	width:40%;
	margin:0 30px;
}

.footer-kontakt p {
	font-size:14px;
	line-height:24px;
	color:#600806;
	padding:20px 0;
}
	
	

/* HERO image */
.programi-hero {
	background-image:url(../../images/layout/programi-hero-d.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:450px;
}

.urnik-hero {
	background-image:url(../../images/layout/urnik-hero-d.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:450px;
}

.cenik-hero {
	background-image:url(../../images/layout/cenik-hero-d-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:450px;
}

.gym-hero {
	background-image:url(../../images/layout/gym-hero-d.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:450px;
}

.blog-hero {
	background-image:url(../../images/layout/blog-hero-d.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:450px;
}

.kontakt-hero {
	background-image:url(../../images/layout/kontakt-hero-d.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:450px;
}

.prijava-hero {
	background-image:url(../../images/layout/prijava-hero-d-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:450px;
}	
	
/* INDEX programi */
.programi-index .col_3 {
	width:33%;
	margin:0;
}

.programi-box {
	width: 100%;
    height: 420px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.programi-index .program {
	text-align:center;
	padding:0 20px;
	margin:50px 0;
}

.programi-index h3 {
	font-size:24px;
	line-height:30px;
}

.programi-index .program-trajanje {
	font-size:15px;
	line-height:20px;
	padding-top:5px;
}

.program-skupinske-vadbe .okvir {
	padding:40px;
	height:240px;
	margin-top:20px;
}

.program-skupinske-vadbe h2 {
	font-size:45px;
}

.program-skupinske-vadbe h3 {
	font-size:28px;
	line-height:34px;
	padding-top:5px;
}
.program-skupinske-vadbe h4 {
	font-size:18px;
	line-height:24px;
	padding-top:5px;
}

/* FOOTER */
.footer-kontakt {
	height:300px;
	padding:50px;
}

	
}

/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 100%;
	width: 740px;
	margin:0 auto;
}

.t_hide {
	display: none;
}
	
.desk_hide {
	display: inline-table;
}	
	

/* SLIDER */
.slider {
	width:90%;
	height:60vh;
}

.popup {
	font-size: 48px;
	line-height:48px;
}

.popup .second {
	font-size:28px;
	color:#FFF;
}

.slide:link {
	border:2px solid #FFF;
	font-size:14px;
	padding:10px;
	width:160px;
}
	
/* HEADER */	
.header .col_3 {
	width:15%;
	margin:0;
}
	
.header .col_9 {
	width:85%;
	margin:0;
}
	
.header {
	margin-top: 10px;	
}	

/* NAVIGACIJA */
/* navigacija mobile */
.menu-mobile {
	display:none;
}
/* navigacija */
.navigacija {
	margin-top:15px;
}	
	
.navigacija ul li {
	font-size:14px;
  	padding:15px 6px;
}
.navigacija ul li a {
	font-size:14px;
}

/* FOOTER */
.footer .col_8 {
	width:50%;
	margin:0;
}

.footer .col_4 {
	width:50%;
	margin:0;
}

.footer-kontakt .col_3 {
	width:100%;
	margin:0;
}

.footer-kontakt p {
	font-size:14px;
	padding:30px 70px;
}

/* HERO image */
.programi-hero {
	background-image:url(../../images/layout/programi-hero-t.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:350px;
}

.urnik-hero {
	background-image:url(../../images/layout/urnik-hero-t.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:350px;
}

.cenik-hero {
	background-image:url(../../images/layout/cenik-hero-t-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:350px;
}

.gym-hero {
	background-image:url(../../images/layout/gym-hero-t.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:350px;
}

.blog-hero {
	background-image:url(../../images/layout/blog-hero-t.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:350px;
}

.kontakt-hero {
	background-image:url(../../images/layout/kontakt-hero-t.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:350px;
}
	
.prijava-hero {
	background-image:url(../../images/layout/prijava-hero-t-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:350px;
}	

/* INDEX programi */
.programi-index .col_3 {
	width: 50%;
	margin:0;
}

.programi-index .program {
	padding:0 25px;
	margin:51px 0;
}

.programi-index h3 {
	font-size:26px;
	line-height:32px;
}

.programi-index .program-trajanje {
	padding-top:5px;
}

.program-skupinske-vadbe .okvir {
	width:86.5%;
	margin-top:0;
}

.program-skupinske-vadbe h2 {
	font-size:46px;
	padding-top:10px;
}

.program-skupinske-vadbe h3 {
	font-size:24px;
	padding-top:0;
}

.program-skupinske-vadbe h4 {
	font-size:18px;
	line-height:24px;
	padding-top:10px;
}

/* OBVESTILA */
.obvestila-index .obvestilo { 
	border-left: 4px solid #faa934; 
	padding:0 12px;
}

.obvestila-index .datum {
	font-size:14px;
	color:#faa934;
}


/* OBVESTILA */
.obvestila-index h3 {
	padding-bottom:20px;
}


/* CITATI */
#quotes {
	font-size:20px;
	line-height:30px;
}

#quotes li cite {
	font-size:16px; 

}

.narekovaj-zgoraj {
	font-size:70px;
	top:20px
}
.narekovaj-spodaj {
	font-size:70px;
	top:10px;
	line-height:1px;
}


/* BLOG */
.blog-index .datum {
    background-color:#600806;
	font-size:12px;
	line-height:20px;
	width:35px;
	padding:5px;
}

.blog-index .datum .dan {
	font-size:20px;
    color: #FFF;
}

.blog-index .naslov {
	font-size:18px;
	line-height:20px;
	padding:0 0 0 5px;
	margin-left:50px;
}

.blog-index .naslov-big {
	font-size:100px;
}

/* TEXT */
h1 {
	font-size:40px;
	height:50px;
	padding:5px 0;
	font-weight:700;
	color:#600806;
}

h2 {
	font-size:36px;
	height:50px;
	padding:1px 0;
	font-weight:800;
	color:#600806;
}

h3 {
	font-size:21px;
	height:28px;
	padding:5px 0;
	color:#600806;
	font-weight:600;
}

strong {
	font-weight:700;
}

.naslov-big {
	font-size:100px;
}

/* VADBE */
a.podmeni {
	width:80%;
}

.tabela-paket .naslov {
	font-size:16px;
}

/* URNIK */
.urniki-tabela {
	font-size:14px;
}

.urniki-tabela td, .urniki-tabela th { 
	padding:10px 5px;
	border:1px solid #FFF;
}

/* EKIPA */
.padding-40 {
	padding-top:0;
}


}
	


/*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*/
	
	.desk_hide {
	display: inline-table;
}
	
	.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;
}
	



/* SLIDER */
.slider {
	height: 60vh;
}

.popup {
	font-size: 48px;
	line-height:48px;
	top: 75%;
}

.popup .second {
	font-size:30px;
	color:#FFF;
}

.slide:link {
	border:2px solid #FFF;
	font-size:14px;
	padding:10px;
	width:160px;
}

/* FOOTER */
.footer .col_8 {
	width:100%;
	margin:0;
}

.footer .col_4 {
	width:100%;
	margin:0;
}

.footer-kontakt .col_3 {
	width:100%;
	margin:0;
}

.footer-kontakt p {
	font-size:16px;
	text-align:center; 
}

/* copyright */
.copyright {
	text-align:center;
}
.copyright .izdelava {
	float:none;
}

/* HERO image */
.programi-hero {
	background-image:url(../../images/layout/programi-hero-ts.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:60px;
	height:250px;
}

.urnik-hero {
	background-image:url(../../images/layout/urnik-hero-ts.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:60px;
	height:250px;
}

.cenik-hero {
	background-image:url(../../images/layout/cenik-hero-ts-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:60px;
	height:250px;
}

.gym-hero {
	background-image:url(../../images/layout/gym-hero-ts.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:60px;
	height:250px;
}

.blog-hero {
	background-image:url(../../images/layout/blog-hero-ts.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:60px;
	height:250px;
}

.kontakt-hero {
	background-image:url(../../images/layout/kontakt-hero-ts.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:60px;
	height:250px;
}
	
.prijava-hero {
	background-image:url(../../images/layout/prijava-hero-ts-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:60px;
	height:250px;
}	

/* INDEX programi */
.programi-index .col_3 {
	width: 100%;
	margin:0;
}

.programi-index .program {
	margin:60px 0;
}

.programi-index h3 {
	font-size:26px;
	line-height:32px;
}

.programi-index .program-trajanje {
	padding-top:5px;
}

.program-skupinske-vadbe .okvir {
	width:92%;
	height:285px;
	padding:20px;
	text-align:center;
	margin-top:0;
}

.program-skupinske-vadbe h2 {
	font-size:40px;
	padding-top:10px;
}

.program-skupinske-vadbe h3 {
	font-size:20px;
	padding-top:0;
}

.program-skupinske-vadbe h4 {
	font-size:18px;
	line-height:24px;
	padding-top:10px;
}

/* OBVESTILA */
.obvestila-index {
	text-align:center;
	padding:100px 0;
}

.obvestila-index .obvestilo { 
	border-left: none; 
	border-top: 3px solid #faa934;
	padding:20px;
	margin-top:10px;
}


/* CITATI */
.citati-index {
	background-color:#faa934;
	height:150px;
	padding:50px 0;
}
.citati-index .margin-box {
	display:table; 
	height:130px; 
	overflow:hidden; 
	margin:auto;
}

#quotes {
	font-size:16px;
	line-height:28px;
  	padding:0 30px;
  	width:88%;
}

#quotes li cite {
	font-size:13px;
	line-height:20px; 
}

.narekovaj-zgoraj {
	font-size:60px;
	top:20px;
}

.narekovaj-spodaj {
	font-size:60px;
	top:5px;
	line-height:1px;
}


/* BLOG */
.blog-index {
	padding:100px 0;
}

.blog-index .naslov-big {
	font-size:80px;
}

.blog-index .col_4 {
	padding-bottom:50px;
}

/* TEXT */
h1 {
	font-size:40px;
	line-height:50px;
	padding:5px 0;
	font-weight:700;
	color:#600806;
}

h2 {
	font-size:28px;
	line-height:36px;
	padding:7px 0;
	font-weight:800;
	color:#600806;
}

h3 {
	font-size:21px;
	line-height:28px;
	padding:5px 0;
	color:#600806;
	font-weight:600;
}

strong {
	font-weight:700;
}

.naslov-big {
	font-size:80px;
}

/* VADBE */
a.podmeni {
	padding:12px 20px;
	width:87%;
}


/* EKIPA */
.padding-40 {
	padding-top:0;
}

/* CENIK */
.cenik-tabela { 
	font-size:15px;
}

.cenik-tabela th {
	font-size:18px;
}

/* BLOG */
.blog .datum {
	text-align: center;
	width:98%;
	margin:auto;
	padding:5px;
	font-weight:600;
    text-transform: uppercase;
}

.blog .dan {
	margin-right:10px;
}

.check-box .col_1 {
	width: 6.6666666666667%;
}

.check-box .col_11 {
	width: 90%;
}
	
}



/*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;} /*hide on mobile*/
	
	.desk_hide {
	display: inline-table;
}
			
	.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;
}

/* SLIDER */
.slider {
	height: 60vh;
}

.popup {
	font-size: 40px;
	line-height:40px;
	top: 72%;
}

.popup .second {
	font-size:26px;
	color:#FFF;
}

.slide:link {
	border:2px solid #FFF;
	font-size:14px;
	padding:10px;
	width:160px;
	margin:10px auto;
}


/* FOOTER */
.footer .col_8 {
	width:100%;
	margin:0;
}

.footer .col_4 {
	width:100%;
	margin:0;
}

.footer-kontakt {
	height:330px;
	padding:50px 0;
}


.footer-kontakt .col_3 {
	width:100%;
	margin:0;
	text-align:center;
}

.footer-kontakt p {
	font-size:16px;
	text-align:center; 
}

/* copyright */
.copyright {
	text-align:center;
}
.copyright .izdelava {
	float:none;
}

/* HERO image */
.programi-hero {
	background-image:url(../../images/layout/programi-hero-m.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:80px;
	height:200px;
}

.urnik-hero {
	background-image:url(../../images/layout/urnik-hero-m.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:80px;
	height:200px;
}

.cenik-hero {
	background-image:url(../../images/layout/cenik-hero-m-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:80px;
	height:200px;
}

.gym-hero {
	background-image:url(../../images/layout/gym-hero-m.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:80px;
	height:200px;
}

.blog-hero {
	background-image:url(../../images/layout/blog-hero-m.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:80px;
	height:200px;
}

.kontakt-hero {
	background-image:url(../../images/layout/kontakt-hero-m.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:80px;
	height:200px;
}
	
.prijava-hero {
	background-image:url(../../images/layout/prijava-hero-m-2023.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	margin-top:80px;
	height:200px;
}	

/* INDEX programi */
.programi-index .col_3 {
	width: 100%;
	margin:0;
}

.programi-index .program {
	margin:50px 0;
	padding:0 10px;
}

.programi-box {
    height: 260px;
}

.programi-index h3 {
	font-size:24px;
	line-height:24px;
}

.programi-index .program-trajanje {
	padding-top:0px;
}

.program-skupinske-vadbe .okvir {
	width:94%;
	height:360px;
	padding:20px 10px 0 10px;
	text-align:center;
	margin-top:0;
}

.program-skupinske-vadbe h2 {
	font-size:32px;
	padding-top:10px;
}

.program-skupinske-vadbe h3 {
	font-size:20px;
	line-height:24px;
	padding-top:0;
}

.program-skupinske-vadbe h4 {
	font-size:16px;
	line-height:24px;
	padding:30px 20px 0 20px;
}

/* OBVESTILA */
.obvestila-index {
	text-align:center;
	padding:100px 0;
}

.obvestila-index .obvestilo { 
	border-left: none; 
	border-top: 3px solid #faa934;
	padding:20px;
	margin-top:10px;
}


/* CITATI */
.citati-index {
	background-color:#faa934;
	height:150px;
	padding:50px 0;
}
.citati-index .margin-box {
	display:table; 
	height:130px; 
	overflow:hidden; 
	margin:auto;
}

#quotes {
	font-size:16px;
	line-height:28px;
  	padding:0 30px;
  	width:88%;
}

#quotes li cite {
	font-size:13px;
	line-height:20px; 
}

.narekovaj-zgoraj {
	font-size:60px;
	top:20px;
}

.narekovaj-spodaj {
	font-size:60px;
	top:5px;
	line-height:1px;
}


/* BLOG */
.blog-index {
	padding:100px 0;
}

.blog-index .naslov-big {
	font-size:50px;
}

.blog-index .col_4 {
	padding-bottom:50px;
}

/* TEXT */
h1 {
	font-size:36px;
	line-height:42px;
	padding:5px 0;
	font-weight:700;
	color:#600806;
}

h2 {
	font-size:28px;
	line-height:36px;
	padding:7px 0;
	font-weight:800;
	color:#600806;
}

h3 {
	font-size:21px;
	line-height:28px;
	padding:5px 0;
	color:#600806;
	font-weight:600;
}

strong {
	font-weight:700;
}

.naslov-big {
	font-size:50px;
}

/* VADBE */
a.podmeni {
	padding:12px 20px;
	width:87%;
}


/* EKIPA */
.padding-40 {
	padding-top:0;
}


/* CENIK */
.cenik-tabela { 
	font-size:15px;
}

.cenik-tabela th {
	font-size:18px;
}

/* BLOG */
.blog .datum {
	text-align: center;
	width:97%;
	margin:auto;
	padding:5px;
	font-weight:600;
    text-transform: uppercase;
}

.blog .dan {
	margin-right:10px;
}

	
.check-box .col_1 {
	width: 6.6666666666667%;
}

.check-box .col_11 {
	width: 90%;
}	
	
.prijava-embed {
	height:600px;
}	

}
