@charset "utf-8";
/* 
	Owner: MD System 4.0 - MARKDESIGN, Marko Mavrin s.p.
	File name: core.css
    Date: 28.06.2026
*/

	
/* GLOBAL */
.Rsite { display: flex; min-height: 100vh; flex-direction: column; } /*Responsive footer*/
.Rsite-content { flex: 1 0 auto; } /*Responsive footer*/

body
{

        overflow: hidden;
        background: #0a0a0a;
        margin: 0;
        font-family: 'Roboto', sans-serif;
        color:#000;
        /*font-weight: 700;*/
		font-family:16px;
}

input
{
        font-family: 'Roboto', sans-serif;
        font-size:14px;
        padding: 5px 10px 5px 10px;
        outline: 0;
        border:solid 1px #eee;
		color:#fff;
		line-height:22px;
		background-color:green
}  
select
{
        font-family: 'Roboto', sans-serif;
        font-size:16px;
        padding: 4px;
        outline: 0;
        border: solid 1px #eee;
        /*background: #bd202e;*/
		color:#000;
		line-height:24px;
}
label 	
{
		color:#000;   
}

.inputf
{
        font-family:  'Roboto', sans-serif;
        font-size:16px;
        padding: 7px;
		margin-left:-10px;
        outline: 0;
        border:solid 1px #e1e1e1;
        width:350px;
        background: #eee;
		color:#000;
        
}

p
{
        margin:5px 0 25px 0; line-height:25px; font-family:  'Roboto', sans-serif; font-weight:400; font-size:16px; color:#323232; text-align: justify;
}
strong {
        font-weight:bold;
}


/*Table*/
table {
    border:solid 1px #ccc;
    margin-top:20px;
    height:auto;
    text-align:center;
    padding:10px;
    border-spacing: 2px;
    border-collapse: separate;     
}
table > thead {
    background-color:#e2001a;
    color:#fff;
}
thead > tr > th {
   height: 35px;
   line-height: 35px;
}
     
tbody > tr:nth-child(even) {background: #f8f8f8}
tbody > tr:nth-child(odd) {background: #fff}

td {
    padding: 5px;
}
/*Table*/

#four_columns a, #text_columns a, #text_columns2 a, #text_columns_inside a, #one_column	 a{ color:#8bbd44; }
a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
		font-family:  'Roboto', sans-serif;
		font-weight:normal;
}
a.hlink { color:#fff; }
a.hlink:hover { color:#000; }

div.facebook { background-image: url("../images/facebook_f.png");	background-repeat:no-repeat; width:69px; height:69px; }
div.facebook:hover { background-image: url("../images/facebook_f1.png"); }

div.facebook_header { background-image: url("../images/facebook.png"); display:inline-block; margin-top:12px; background-repeat:no-repeat; width:19px; height:19px; }
div.facebook_header:hover { background-image: url("../images/facebook1.png"); }

div.instagram_header { background-image: url("../images/instagram.png"); margin-top:12px; display:inline-block; background-repeat:no-repeat; width:19px; height:19px; }
div.instagram_header:hover { background-image: url("../images/instagram1.png"); }

div.icon_c { width:32px; height:32px; display:inline-block; background:green; border-radius: 50%; text-align:center; color:#fff; }
div.icon_c:hover { background:#fff; border: solid 1px green; border-radius: 50%; text-align:center; color:green; }

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 23px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}
.bck_white {
		background-color: rgba(255,255,255,0.9);
		-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49); 
		-moz-box-shadow:0px 3px 5px rgba(100, 100, 100, 0.49); 
		box-shadow:0px 3px 5px rgba(100, 100, 100, 0.49);	
		height:auto;
		margin:0 auto;
		padding: 10px;

}
.bck_white h1 {
		font-weight: bold;
		font-size: 16px;
}
.bck_grey {
		background-color:#cfcfcf;
		height:auto;
		min-height:70px;
}

.ikona
{
        height: 64px;
}

.ikona:hover
{
		animation-name: bounceIn;
		animation-duration: 2s;
}

.ikona1:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}

.ikona2:hover
{
        animation-name: stylie-transform2-keyframes;
        animation-duration: 100ms;
        animation-delay: 0ms;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        transform-origin: 0 0;
}
#boxdetails{
		float:left; max-width:55%; width:auto; display:inline-block;	
}

#infotab {
		margin-left: 20px;
}

.tboxhref { margin:0 10px 10px 10px; padding:15px; font-size:16px; background-color:#8bbd44; display:inline-block; color:#fff; }
.tboxhref:hover{ background-color:#000; color:#fff; }
.tboxhref span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; }
.tboxhref span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; color:#fff; }
.tboxhref:hover span { padding-right: 25px; }
.tboxhref:hover span:after { opacity: 1; right: 0; }

.tboxcss { display: none; }
.tboxcss h1 { color:#0095e5; }
.tboxcss h3 { color:#000; font-weight:700; }

.tboxcss2 { border:solid 2px #eee; margin: 15px; display: none; padding: 15px; }

.material-icons.md-36 { font-size: 36px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.white { color:#ffffff; }

.error { font-weight:bold;}

/*obvestilo*/
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#text{
  position: absolute;
  top: 50%;
  left: 50%;
  width:auto;
  min-width:300px;
  padding:15px;
  font-size: 12px;
  color: #000;
  background-color:#fff;
  border:solid 10px #e1e1e1;
  border-radius:5px;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
#text a {
	color: #8bbd44;
}
/*obvestilo*/

/* HEADER */

topheader{
	background-color:#000;
	color:#fff; 
	width:100%;
	font-weight:300; 
	font-size: 16px;
    text-align: center;
    height: 46px;
    margin-top:-246px;	
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; 
    text-transform: none;
    z-index: 1500; 	
	display:block;
	position:fixed;
}

topheader a.toptext {
	color:#000; 
	font-weight:300; 
	font-size: 16px;
    line-height: 46px;	
}

topheader.top { 
	display:block;
    position: fixed;
	width:100%;
	text-align: center;
}

topheader.sticky { 
	background-color:#000;
	width:100%;
	height:46px;
    margin-top:0px;
	display:block;
    position: fixed;
	top: 0; /*safari*/
    z-index: 1500;   
	font-weight:300;   
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);   	
}

topheader2{
	color:#000; 
	font-weight:300; 
	font-size: 16px;
    text-align: center;
    height: 55px;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;   
    text-transform: none;
    z-index: 1500;
	display:none;    
}
topheader2.sticky { 
	background-color:#fff;
	width:100%;
	height:55px;
    margin-top:0px;
	display:block;
    position: fixed;
    z-index: 150; 
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;   
    text-transform: none;	
	font-weight:300;   
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow:         0px 3px 5px rgba(100, 100, 100, 0.49);   	
}

#show_mobile { display:none; }
#show_mobile_rotate { display:none; }
#show_pc { display:relative; }

/**/

header
{
		left:0%; width:100%; height:0px; top:0%; text-align:left;	
		position:relative;
		margin: 0 auto 0px auto;
		z-index: 999;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
		/*border-bottom:3px solid #f9ecc9;*/
}

header h1
{
        margin:15px 0 0 auto;
        font-size:40px;
        color:#fff;
        font-family: 'Roboto', sans-serif;
}

header p
{
        font-family: 'Roboto', sans-serif;
        font-size:16px;
        color: #fff;
        margin-left:102px;
}

.mtitle h1 { /*1stran*/	
		color:#fff;
		font-family: 'Roboto', sans-serif;
		font-weight:normal;
		font-size:38px;
		text-shadow: 2px 2px #000;
}
h2 { /*1stran*/	
		color:#000;
		font-family: 'Roboto', sans-serif;
		font-weight:700;
		font-size:16px;
		margin:4px 0 4px 0;
}


.md_header_center {
	width:100%;
	top:10%;text-align:center;
}
.md_header_center_mobile {
		display:none;
}
.md_menu_center {
	display:block;
	margin-top:2px;
}

/**/

nav
{
        position:absolute;
        right:150px;
        bottom:15px;
}

nav ul
{
        list-style:none;
}

nav ul li
{
        display:block;
        float:left;
        padding:3px 5px;
}

nav ul li a
{
        font-family:  'Roboto', sans-serif;
        text-transform:uppercase;
        transition: all .25s ease;
}

nav ul li a:hover
{
        color:#fff;
}

ul {
		list-style-type: circle;
		/*margin-left:20px;*/
}

.ul_nr {
		margin-left:20px; list-style:circle; font-weight:normal;
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        font-family:  'Roboto', sans-serif;   
        z-index:1501;       
}

#mobileMenu ul li
{
        display:block;
        background-color: #fff;
        color: #000;
        padding: 20px 0;
        letter-spacing: 0.1em;
        text-align: center;
        text-transform: uppercase;
        font-size:14px;        
        border-bottom: 1px solid #eee;  
        z-index:1501;              
}

.toggleMobile
{
        display: none;
}

/* 3 COLUMNS */

#boxcontent
{
        width:auto;
        max-width:980px;
        margin:0 auto;
        padding:70px 0 45px 0;
}

#boxcontent article
{
        float:left;
        width:250px;
        margin-right:45px;
        font-size:14px;
}

#boxcontent article h3
{
        /*font-family: 'Roboto', sans-serif;*/
        font-size:20px;
        margin-bottom:10px;
        margin-left:75px;
}

#boxcontent article img 
{
        float:left;
}

#boxcontent article p
{
        line-height:25px;
        font-family: 'Roboto', sans-serif;
        margin-left:75px;
}


/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #3C9800 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #3C9800 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}


/* SPACER */

#spacer
{
        width:auto;
        height:7px;
        background-color:#f9ecc9; /*crta*/
        position:relative;
        font-family:  'Roboto', sans-serif;
        color:#fff;
        font-size:18px;
}

#spacer p
{
        margin-top:22px;
        width:auto;
        position:absolute;
        left:50%;
        margin-left:-450px;
		line-height: 23px;
}

#spacer .search
{
        margin-top:15px;
        width:auto;
        position:absolute;
        right:50%;
        margin-right:-480px;

}

/* FOUR COLUMNS */

#four_columns, #text_columns, #text_columns2,  #text_columns_inside
{
        line-height:25px;
        font-family:  'Roboto', sans-serif;
        clear:both;
        width:auto;
        max-width:980px;
        margin:0 auto;
}
#four_columns h1
{
        font-size:20px;
        padding: 10px 0;
        margin-bottom: 15px;
		/*text-transform:uppercase;*/
		font-family:  'Roboto', sans-serif; font-weight:400;

}
#four_columns h2
{
        font-size:22px;
        padding: 10px 0;
        margin-bottom: 15px;
		/*text-transform:uppercase;*/
		font-family:  'Roboto', sans-serif; font-weight:700;
        color:#000;

}
#text_columns h3, #text_columns2 h3, #text_columns_inside h3
{
        font-size:20px;
        padding: 20px 20px 20px 0;
        margin-bottom: 20px;
		margin-left: 0px;	/**/
		color:#33ccff;
}
#four_columns h3
{
		color:#000;
        font-size:14px;
        padding: 20px;
        margin-bottom: 20px;
		text-align:justify;	
}
#four_columns .img-item
{
        float:left;
        /*margin-right:20px; /*zamik slike*/
		margin: 25px auto 0 15px;
		color:#000;
		font-weight:400;
}
#four_columns .img-start
{
        vertical-align:top;
		margin: auto;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:133px;
        background: #fff url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .3s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}
.thumb-screen2
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:133px;
        height:200px;
        background: #fff url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .3s ease;
}

.thumb-screen2:hover
{
        opacity:0.5;
}


/* TWO COLUMNS - [1/2 - 1/2] */ 

#text_columns article.column1
{
        margin: 40px 0 0 0;
        font-size:16px;
        float:left;
        width:auto;
        max-width: 450px;
		display:block;
}
#text_columns .column2
{
        font-size:16px;
        float:left;
        width:auto;
        max-width: 450px;
        margin: 0;
}

/* TWO COLUMNS - [1/4 - 3/4] */ 

#text_columns2 h2
{
        font-size:22px;
        padding: 10px 0;
        margin-bottom: 15px;
		/*text-transform:uppercase;*/
		font-family:  'Roboto', sans-serif; font-weight:700;
        color:#000;

}

#text_columns2 article.column1
{
        margin: 40px 0;
        font-size:16px;
        float:left;
        width:auto;
        max-width: 200px;
}
#text_columns2 .column2
{
        font-size:16px;
        float:left;
        width:auto;
        max-width: 700px;
        margin: 0;		
}
#text_columns2 .row
{
        position:relative;
        margin: 40px 0 0 50px;
        float:right;
        width:650px;	
}

#text_columns2 .row img
{
        float:left;
}
#text_columns2 .row p
{
        margin-left: 0px;
		font-size:16px;	/**/
		color:#323232;		
}
#text_columns2 .column1 p {	/**/
		font-size:14px;	
}

/* TWO COLUMNS - inside */ 

#text_columns_inside article.column1
{
        margin: 40px 0;
        font-size:16px;
        float:left;
        width:auto;
        max-width: 400px;
}
#text_columns_inside .column2
{
        font-size:16px;
        float:left;
        width:auto;
        max-width: 400px;
        margin: 0;
}

.row
{
        position:relative;
        margin: 40px 0 0 150px;
        float:right;
        width:400px;
}
.row img
{
        float:left;
}
.row p
{
        margin-left: 0px;
		font-size:16px;	/**/
}
.column1 p {	/**/
		font-size:16px;		
}


/* ONE COLUMN */


#one_column h1
{
        font-size:22px;
        padding: 10px 0;
        margin-bottom: 15px;
		/*text-transform:uppercase;*/
		font-family:  'Roboto', sans-serif; font-weight:700;
        color:#000;

}
#one_column
{
        line-height:25px;
        font-family:  'Roboto', sans-serif;
        clear:both;
        width:auto;
        max-width:980px;
		width:auto;
        margin:0 auto;
}
#one_column_inside
{
        line-height:25px;
        font-family:  'Roboto', sans-serif;
        clear:both;
        width:auto;
        max-width:980px;
		width:auto;
}
.one_column_link
{
        line-height:25px;
        font-family:  'Roboto', sans-serif;
        clear:both;
        width:auto;
        max-width:980px;
		width:auto;
        margin:0 auto;
}
.opisset {
		font-weight:300; 
		color:#000; 
		width:auto;
		background-color:#fff;
		display:block;
		font-size:16px;
}

/* FOOTER */

footer
{
        position:relative;
        clear:both;
        width:auto;
        height:260px;
        background:#333333;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding:10px 0 0 10px;
        width:auto;
        max-width:980px;
        font-size:14px;
		color:#262525;
}
footer .coosite
{
		color:#999;
		text-align:right;
}


/*Fotter*/
.btn1_box {
	width:auto;
	min-width:300px;
	margin:0;
	height:auto;
	display:inline-block;
	font-family: 'Roboto', sans-serif;  	
}
.btn2_box {
	width:350px;	
	margin:10px;
	padding:0px;
	height:auto;
	display:inline-block;
	font-family: 'Roboto', sans-serif;  
	vertical-align:top;
}
.box_1 {
	width:100%;
	max-width:958px;
	margin:0;
	height:auto;
	display:inline-block;
	font-family: 'Roboto', sans-serif;  
	vertical-align:top;	
}
.box_1-1 {
	margin:0;
	height:auto;
	display:inline-block;
	font-family: 'Roboto', sans-serif;  
	vertical-align:top;	
}
.box_2-1 {
	margin:0;
	height:auto;
	display:inline-block;
	font-family: 'Roboto', sans-serif;  	
	vertical-align:top;
}
.box_1-1-1 {
	margin:0;
	height:auto;
	display:inline-block;
	font-family: 'Roboto', sans-serif;  	
	vertical-align:top;
}
.p-left p {
        margin:5px 0 25px 0; line-height:20px; font-family:  'Roboto', sans-serif; font-weight:400; font-size:16px; color:#323232; text-align:left;
}
.p-center p {
        margin:5px 0 25px 0; line-height:20px; font-family:  'Roboto', sans-serif; font-weight:400; font-size:16px; color:#323232; text-align:center;
}
.p-right p {
        margin:5px 0 25px 0; line-height:20px; font-family:  'Roboto', sans-serif; font-weight:400; font-size:16px; color:#323232; text-align:right;
}

.btn1-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 1em 0 2em;
}

.btn1-krog {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #eee;
}

.btn1-krog:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.btn1-krog:before {
	font-family: 'Roboto', sans-serif;  
	speak: none;
	font-size: 48px;
	line-height: 85px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.btn1-ot:before {         
    content:url("../images/osebna_trenerstva.png");
}
.btn1-fo:before {          
    content:url("../images/sodobna_fitnes_oprema.png");
}

.btn1_effect .btn1-krog{
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.btn1_effect .btn1-krog:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow: 0 0 0 3px #eee;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
/**/
.btn1_effect1 .btn1-krog:hover:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}

.btn1_effect1 .btn1-krog:hover {
	box-shadow: 0 0 0 10px rgba(238,238,238,0.5);
	color: #eee;
}

#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family:  'Roboto', sans-serif;
        font-weight: 300;
        padding-top:25px;
        color: #5f5f5f;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}
.coosite a
{
        color: #ABABAB;
}

#map {
		width:auto;
		min-width:300px;
		height:350px;
}


/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
#linkstab {
    top:30%;
    height:200px;
    width:70px;
    position:fixed;
    z-index: 500;
}/*

/* 1 stran */
/*
.callout {
	position: absolute;
}

.callout img {
    width: 80%;
    margin-left: -62%;
    margin-top: 26%;
}*/
.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	height: 100%;
	width: 100%;
	/*background-repeat: no-repeat;
	background-position: bottom center;*/
}

#slide1 .bcg {
    width: 100%;
    height: 650px;
    padding: 0;
    text-align: center;
    color: #fff;
    background-image: url("../images/fitnes-rimske-terme.jpg");
    background-color: #000;
    background-attachment: fixed;
	background-position:center middle;
}

.hsContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.whiteband {
	background-color: rgba(255,255,255,0.9);
}
.whitebandcenter {
	width:980px;
	padding: 2% 10px;
	/*padding: 3% 20%;*/
}
.whitebandcenter h1 {
	text-align:left;
	padding: 5px 0 5px 0;
}
.whitebandcenter p {
	text-align:justify;
}

/* 1 stran */


@media (max-width: 3000px)
{
		#four_columns a, #text_columns a, #text_columns2 a, #text_columns_inside a, #one_column	 a{ color:#8bbd44; }
		.one_column_link
        {
            display:none;
        }
		.btn1_box {	
			margin:10px;
		}
        #text_columns article.column1 /* */
        {
				min-width: 450px;
        }	
		.box_1-1 {	
			width:475px;
		}		
		.box_2-1 {	
			max-width:730px; /*475px;*/
		}
		.box_1-1-1 {		
			width:315px;	
		}	
		.div-align	{
			text-align:center;
			width:330px;
		}	
		topheader2	{
			display:none;
		}
		topheader2.sticky	{
			display:none;
		}
		.starting {
			display:block;	
		}
		.starting765 {
			display:none;	
		}
		.starting915 {
			display:none;	
		}			
}
@media (max-width: 1215px)
{
		#four_columns a, #text_columns a, #text_columns2 a, #text_columns_inside a, #one_column	 a{ color:#8bbd44; }
		.md_header_center_mobile {
			display:none;
		}	
        .container .button
        {
                display:none;
        }
		nav
		{
        right:0;
		}
		.one_column_link
        {
            display:none;
        }	
		.btn1_box {	
			margin:10px;
		}
        #text_columns article.column1 /* */
        {
			min-width: 450px;
        }
		.box_1-1 {	
			width:475px;
		}		
		.box_2-1 {	
			max-width:auto;
		}
		.box_1-1-1 {		
			width:315px;	
		}		
		topheader2	{
			display:none;
		}
		topheader2.sticky	{
			display:none;
		}
		.starting {
			display:block;	
		}
		.starting765 {
			display:none;	
		}
		.starting915 {
			display:none;	
		}
		
@media (max-width: 915px)
{	
		#four_columns a, #text_columns a, #text_columns2 a, #text_columns_inside a, #one_column	 a{ color:#8bbd44; }
		.md_header_center_mobile {
			display:none;
		}
        #boxcontent article
        {
                float: none;
                margin: 200px auto 0 auto;
                width: 60%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }		
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1, #text_columns .column2, #text_columns2 article.column1, #text_columns2 .column2, #text_columns2 .row
        {
                float:none;
                max-width: 500px;
                margin: 0 auto 15px auto;
        }
        #text_columns article.column1 /* */
        {
				min-width: 450px;
        }		
        .column2 .row
        {
                margin: 0 0 40px 0px;
                width:auto;
				float:left;
        }
        footer
        {
                padding-bottom:70px;
                height: auto;
        }		
        footer .wrapper
        {
                width: 900px;
                margin: 10px auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
		nav
		{
        right:0;
		}
        #one_column
        {
                width: 500px;			
        }
		.one_column_link
        {
            display:none;
        }	
		.btn_art_box{
			display:block;
		}
		.imgset{
			width:300px;
		}	
		.opisset{
			font-size:12px;
		}
		.btn1_box {	
			margin:10;
			vertical-align:top;
		}
		footer .coosite
		{
				text-align:left;
		}	
		.whiteband { /*1stran txt*/
			padding: 10px 0px;
		    background-color: rgba(255,255,255,0.9);

		}
		.whitebandcenter {
			width:800px;
			padding: 0px;
		}
		.box_1-1 {	
			width:480px;
		}		
		.box_2-1 {	
			max-width:auto;
		}
		.box_1-1-1 {		
			width:100%;
		}
		.p-left p { text-align:center; }
		.p-center p { text-align:center; }
		.p-right p { text-align:center; }
		.btn2_box {	
			width:350px;
		}			
		topheader.sticky .headersize {
			max-width:700px; width:auto; display:block;
		}
		topheader {
			display:none;		
		}			
		topheader.sticky {
			display:none;
		}	
		topheader2 {
			display:none;		
		}			
		topheader2.sticky {
			display:block;
		}		
		.starting {
			display:none;	
		}
		.starting765 {
			display:block;	
		}
		.starting915 {
			display:none;	
		}
        #mobileMenu
        {
                display: block;
        }		
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 30px;
                cursor: pointer;
                z-index: 1502;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #E2001A;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }		
}

@media (max-width: 765px)
{
		#four_columns a, #text_columns a, #text_columns2 a, #text_columns_inside a, #one_column	 a{ color:#8bbd44; }
		.top-px{ width:100%; margin-top:0px; }	
		.md_header_center_mobile {
			display:none;
		}
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
		}	
		#boxcontent article img
		{
        margin-top:0px;
		}
        #spacer
        {
                height:25px;
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        #spacer .search
        {
                text-align:center;
                position:static;
                margin: 0 auto;
        }
        #text_columns article.column1, #text_columns article.column2
        {
                float:none;
                max-width: 500px;
                margin: 0 auto 15px auto;
        }
        #text_columns article.column1 /* */
        {
				min-width: 450px;
        }
        .column2 .row
        {
                margin: 0 0 40px 0px;
                width:auto;
				float:left;
        }		
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 500px;
                margin: 0 auto;
				text-align:center;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
		nav
		{
			display:none;
		}
        #one_column
        {
                max-width: 500px;
				width:auto;
                margin: 0 auto 15px auto;
        }	
		.one_column_link
        {
            display:none;
        }		
		.btn_art_box{
			display:block;
		}		
		.imgset{
			width:280px;
		}
		.opisset{
			font-size:12px;
		}
		.btn1_box {	
			margin:10;
		}	
		footer .coosite
		{
				text-align:center;
		}	
		.whiteband { /*1stran txt*/
			padding: 10px 0px;
		    background-color: rgba(255,255,255,0.9);

		}
		.whitebandcenter {
			width:650px;
			padding: 0px;
		}
		.box_1-1 {	
			width:480px;
		}		
		.box_2-1 {	
			max-width:auto; /*480px;*/
		}
		.box_1-1-1 {		
			width:100%;
		}
		.p-left p { text-align:center; }
		.p-center p { text-align:center; }
		.p-right p { text-align:center; }
		.btn2_box {	
			width:500px;
		}
		topheader {
			display:none;		
		}			
		topheader.sticky {
			display:none;
		}	
		topheader2 {
			display:none;		
		}			
		topheader2.sticky {
			display:block;
		}		
		.starting {
			display:none;	
		}
		.starting765 {
			display:block;	
		}
		.starting915 {
			display:none;	
		}
        #mobileMenu
        {
                display: block;
        }		
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 30px;
                cursor: pointer;
                z-index: 1502;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #E2001A;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }		
}

@media (max-width: 700px) /*kot 500*/
{
		#four_columns a, #text_columns a, #text_columns2 a, #text_columns_inside a, #one_column	 a{ color:#8bbd44; }
		.container
		{
        display:none;
		}
        header
        {
            margin-top: 0px;
            text-align: center;
			margin-top:0px; /**/
        }  
		.md_header_center {
				display:none;
		}
		.md_header_center_mobile {	
				width:50%;
				margin: auto;
				z-index: 10;
				position:relative;
				display:block;
				-webkit-transition: height 0.3s;
				-moz-transition: height 0.3s;
				-ms-transition: height 0.3s;
				-o-transition: height 0.3s;
				transition: height 0.3s;				
		}		
        #spacer
        {
                /*height:auto;
                padding-bottom:15px;*/
				display:none;
        }
		
        #four_columns
        {
                width:auto;
                padding: 0 30px 0 30px;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto;
				
        }		
        #four_columns h2
        {
                margin: 0;
        }
        #text_columns, #text_columns2
        {
                width:auto;
                padding: 0 10px 0 10px; /*0 30px 0 30px;*/
        } 
        #text_columns article.column1 /* */
        {
				min-width: 300px;
        }			
        .column2 .row
        {
                margin: 0 0 40px 0px;
                width:auto;
        }	
		#text_columns_inside  .column2 .row {
			margin-left: -10px;
		}
		#text_columns2 .column2 .row
        {
                margin: 0 0 40px 0px;
                width:auto;
        }
		footer
		{
				height:auto;
		}		
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
		footer .wrapper .column.midlist div, footer .wrapper .column.rightlist div /* */
		{
				margin:25px 0 0 0;
				float:left;
		}		
        input
        {
                width:auto;		
        }
        #mobileMenu
        {
                display: block;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 30px;
                cursor: pointer;
                z-index: 1502;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #E2001A;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
		h3
		{
				margin-left:20px;
		}
		#copyright .wrapper
		{
				width:600px;
				margin-left:25px;
				text-align:left;
				line-height:16px;
				font-size:12px;
		}
		#copyright .wrapper .fb /**/
		{
				margin-top:0px;
		}		
		.md_menu_center{
			display:none;
		}
		#one_column
        {
                width:auto;
                padding: 10px 10px 0 10px;
        }
		.inputf
        {
                width:260px;		
        }
		#infotab {
				margin-left: -5px;
		}
		.one_column_link {
                width:auto;
                padding: 0 10px 0 10px;
				display:block;
        }	
		.imgset{
			width:180px;
		}
		.opisset{
			font-size:10px;
		}
		#map{
			width:310px;
		}
		#boxdetails {
			display:none;
		}
		.btn1_box {	
			margin:10;
		}
		footer .coosite
		{
			text-align:center;
		}	
		#start_icons {
			display:none;
		}
		#show_mobile { display:none; }
		#show_mobile_rotate { display:block; }
		#show_pc{
			display:none;
			display:none;
		}
		.whiteband { /*1stran txt*/
			padding: 10px 0px;
		    background-color: rgba(255,255,255,0.9);

		}
		.whitebandcenter {
			width:330px;
			padding: 0px;
		}
		.box_1-1 {	
			width:100%;
		}		
		.box_2-1 {	
			width:auto;
		}
		.box_1-1-1 {		
			width:100%;
		}
		.p-left p { text-align:center; }
		.p-center p { text-align:center; }
		.p-right p { text-align:center; }	
		.btn2_box {	
			width:310px;
		}	
		topheader {
			display:none;		
		}			
		topheader.sticky {
			display:none;
		}	
		topheader2 {
			display:none;		
		}			
		topheader2.sticky {
			display:block;
		}		
		.starting {
			display:none;	
		}
		.starting765 {
			display:none;	
		}
		.starting915 {
			display:none;	
		}			
	
}
@media (max-width: 500px)
{
		#four_columns a, #text_columns a, #text_columns2 a, #text_columns_inside a, #one_column	 a{ color:#8bbd44; }
		.container
		{
        display:none;
		}
        header
        {
            margin-top: 0px;
            text-align: center;
			margin-top:0px; /**/
        }  
		.md_header_center {
				display:none;
		}
		.md_header_center_mobile {	
				width:50%;
				margin: auto;
				z-index: 10;
				position:relative;
				display:block;
				-webkit-transition: height 0.3s;
				-moz-transition: height 0.3s;
				-ms-transition: height 0.3s;
				-o-transition: height 0.3s;
				transition: height 0.3s;				
		}		
        #spacer
        {
                /*height:auto;
                padding-bottom:15px;*/
				display:none;
        }
		
        #four_columns
        {
                width:auto;
                padding: 0 30px 0 30px;
        }
        #four_columns .img-item
        {
                width: 200px;
                float:none;
                margin: 25px auto;
				
        }		
        #four_columns h2
        {
                margin: 0;
        }
        #text_columns, #text_columns2
        {
                width:auto;
                padding: 0 10px 0 10px; /*0 30px 0 30px;*/
        } 
        #text_columns article.column1 /* */
        {
				min-width: 300px;
        }			
        .column2 .row
        {
                margin: 0 0 40px 0px;
                width:auto;
        }	
		#text_columns_inside  .column2 .row {
			margin-left: -10px;
		}
		#text_columns2 .column2 .row
        {
                margin: 0 0 40px 0px;
                width:auto;
        }
		footer
		{
				height:auto;
		}		
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
		footer .wrapper .column.midlist div, footer .wrapper .column.rightlist div /* */
		{
				margin:25px 0 0 0;
				float:left;
		}		
        input
        {
                width:auto;		
        }
        #mobileMenu
        {
                display: block;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 30px;
                cursor: pointer;
                z-index: 1502;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #E2001A;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
		h3
		{
				margin-left:20px;
		}
		#copyright .wrapper
		{
				width:300px;
				margin-left:25px;
				text-align:left;
				line-height:16px;
				font-size:12px;
		}
		#copyright .wrapper .fb /**/
		{
				margin-top:-120px;
		}		
		.md_menu_center{
			display:none;
		}
		#one_column
        {
                width:auto;
                padding: 10px 10px 0 10px;
        }
		.inputf
        {
                width:260px;		
        }
		#infotab {
				margin-left: -5px;
		}
		.one_column_link {
                width:auto;
                padding: 0 10px 0 10px;
				display:block;
        }	
		.imgset{
			width:180px;
		}
		.opisset{
			font-size:10px;
		}
		#map{
			width:310px;
		}
		#boxdetails {
			display:none;
		}
		.btn1_box {	
			margin:10;
		}
		footer .coosite
		{
			text-align:center;
		}	
		#start_icons {
			display:none;
		}
		#show_mobile { display:block; }
		#show_mobile_rotate { display:none; }
		#show_pc { display:none; }
		
		.whiteband { /*1stran txt*/
			padding: 10px 0px;
		    background-color: rgba(255,255,255,0.9);

		}
		.whitebandcenter {
			width:330px;
			padding: 0px;
		}
		.box_1-1 {	
			width:100%;
		}		
		.box_2-1 {	
			width:auto;
		}
		.box_1-1-1 {		
			width:100%;
		}
		.p-left p { text-align:center; }
		.p-center p { text-align:center; }
		.p-right p { text-align:center; }	
		.btn2_box {	
			width:310px;
		}	
		topheader {
			display:none;		
		}			
		topheader.sticky {
			display:none;
		}	
		topheader2 {
			display:none;		
		}			
		topheader2.sticky {
			display:block;
		}		
		.starting {
			display:none;	
		}
		.starting765 {
			display:none;	
		}
		.starting915 {
			display:none;	
		}			
	
}

/* KEYFRAMES */

@keyframes bounceIn { 0% { transform: scale(0.1); opacity: 0; } 60% { transform: scale(1.2); opacity: 1; } 100% { transform: scale(1); }}

/*----- Accordion -----*/

.accordion {
    overflow:hidden;

}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    display:inline-block;
    transition:all linear 0.15s;
    /* Type */
    color:#000;
	text-align:right;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    /* Type */
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    display:none;
	color:#000;
}



/*Footer*/
#bfooter { bottom:0px; height:60px; right:0%; left:0%; position:fixed!important; position:absolute; width=100%; top:expression((0-(footer.offsetHeight)+ (document.documentElement.clientHeight? document.documentElement.clientHeight: document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop? document.documentElement.scrollTop:document. body.scrollTop))+'px'); text-align:center; visibility:visible; }
#bb_footer { height:60px; display:block; }

.foot { font-family:  'Roboto', sans-serif; font-weight:300; font-size:14px; color:#222; }
.foot_link { text-transform: capitalize; font-size: 14px;}

.lokacija { 
	font-weight:bold;
	color:#ccc;
}
.lokacija:hover {
	color:#fff;
}

.cookiebtn {
	color:#fff;
	background-color:#ff0;
	padding: 2px 6px 2px 6px;
	border: solid 1px #fff;
}

/* LOGO slide */
    .logo{ float:left; overflow: hidden; }
    .logo-line { width: 100%; margin-left:-180px; margin-top:100px; cursor: pointer;  }
	.logo-box { display:none; }
	.logo-show { display:block; }
	
#logo_down { position:relative; top:-100px; }
	
