@charset "utf-8";
/* 
DESIGN Minibig, Simon Trampuš s.p.
*/

/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*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, tfhead, 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-spacing: 0;
}


/*GRID*/

*[class*="col_"].alpha{margin-left:0;}
*[class*="col_"].omega{margin-right:0;}
 
.col_1  { width: 6.6666666666667%; }
.col_2  { width: 15%; }
.col_3  { width: 23.333333333333%; }
.col_4  { width: 31.666666666667%; }
.col_5  { width: 40%; }
.col_6  { width: 48.333333333333%; }
.col_7  { width: 56.666666666667%; }
.col_8  { width: 65%; }
.col_9  { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }

*[class*="col_"]{
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:0.5em;
margin-bottom:0.5em;
float: left;
display: block;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}

/* LAYOUT */
body, html {
  height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
	font-size:17px;
	line-height:26px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #232b32;
    width: 100%;
}
.wrapper {
	width: 1200px;
	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:#e32f30;
	font-size:17px;
	line-height:29px;
	text-decoration:none;
}
a:hover {
	color:#232b32;
	text-decoration:none;
}

.d_hide {
	display: none;
}

/* HEADER */
.header {
	min-height:100px;
}

.header:after {
	content: "";
	display: table;
	clear: both;
}

.header .col_9 {
	margin-top: 0;
}

.header-img {
	background-image: url("../../images/layout/gasilska-zveza-medvode-header-inside.jpg");
	background-repeat: no-repeat;
	background-color: #232b32;
	background-position: center;
	height: 325px;
	position: relative;
}

.header-img h1  {
	font-size: 55px;
	line-height: 70px;
	color: #FFF;
	font-weight: 800;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-mobile {
	display: none;
}

.logo {
	width: 100%;
}

.logo-inside {
	width: 80%;
}


/* NAVIGACIJA */
/* navigacija mobile */
.menu-mobile {
	display:none;
}


/* navigacija */
.menu {
	width:100%;
	position: relative;
	top: 0;
}

.nav, .nav-inside {
	position: absolute;
	z-index: 1;
	top: 0%; 
	left: 0%; 
	right: 0%; 
	text-align: right;	
}

.nav ul ul, .nav-inside ul ul {
	display: none;
}

.nav ul li:hover > ul, .nav-inside ul li:hover > ul {
	display: block;
}

.nav ul , .nav-inside ul  {
	list-style: none;
	position: relative;
	display: inline-table;
}
	
.nav ul:after, .nav-inside ul:after {
	content: ""; 
	clear: both;
	display: block;
}

.nav ul li a, .nav-inside ul li a {
    font-family: 'Titillium Web', sans-serif;
	font-size: 19px;
	color: #FFF;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}

.nav ul li, .nav-inside ul li {
	float: left;
	list-style-type: none;
	padding:0;  
	margin:0;
}

.nav ul li:hover a, .nav-inside ul li:hover a {
	background: #e32f30; 
	color: #FFF;
}
	
.nav ul li a {
	display: block; 
	padding: 41.5px 25px;
	color: #FFF; 
	text-decoration: none;
}

.nav-inside ul li a {
	display: block; 
	padding: 41.5px 25px;
	color: #232b32; 
	text-decoration: none;
}


.nav ul ul, .nav-inside ul ul {
	background: #e32f30; 
	position: absolute; 
	/*top: 100%;*/
}

.nav ul ul li, .nav-inside ul ul li {
	float: none; 
	position: relative;
	color: #fff;
}

.nav ul ul li:first-child, .nav-inside ul ul li:first-child {
	margin-top: 0;
}

.nav ul ul li:last-child, .nav-inside ul ul li:last-child {
	margin-bottom: 10px;
}

.nav ul ul li a, .nav-inside ul ul li a {
	padding: 10px 15px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 0 10px;
}		
			
.nav ul ul li a:hover, .nav-inside ul ul li a:hover {
	color: #232b32;
}

.nav ul ul ul, .nav-inside ul ul ul{
	position: relative;
	left: 100%; 
	top:0;
}

.plus {
	background-image: url("../../images/layout/plus-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 25px;
	float: right;
    padding: 5px;
}

.minus {
	background-image: url("../../images/layout/minus-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 25px;
	float: right;
    padding: 5px;
}


/* SLIDER */
.slider {
	width:95%;
}

.slider-box {
	position: relative; 
	padding: 200px 0 150px 0;
}

.slider-text1 {
	font-size: 80px;
	line-height: 90px;
	font-weight: 800;
	color: #FFF;
	padding-bottom: 20px;
	letter-spacing: 1px
}

.slider-text2 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	color: #FFF;
	padding-bottom: 40px
}

.slider-text3 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px
}


/* HEADER info */
.gzm-numbers {
	background-image: url("../../images/layout/gasilska-zveza-medvode-rdecipas.jpg");
	background-repeat: no-repeat;
	background-color: #e32f30;
	background-position: center;
	width: 100%;
	min-height:100px;
	padding-bottom: 33px;
}

.gzm-numbers:after {
	content: "";
	display: table;
	clear: both;
}

.count-title, .count-title-plus { 
	font-size: 70px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin-top: 50px;
}

.count-text { 
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	margin-top: 15px;
	

}


/* NOVICE */
.novice {
	background-color: #FFF;
	padding: 100px 0;
	min-height:200px;
}

.novice:after {
	content: "";
	display: table;
	clear: both;
}

.novice .img-width {
	padding-bottom: 20px;
}

.date {
	background-image: url("../../images/layout/date-icon.png");
	background-repeat: no-repeat;
	font-size: 17px;
	padding: 2px 0 15px 40px;
}

.uvod {
	font-size: 28px;
	font-weight: 300;
    line-height: 40px;
}

.novice h2 {
	font-size: 55px;
	line-height: 70px;
	font-weight: 800;
}

.novica-h2 {
	font-size: 46px;
	line-height: 60px;
	font-weight: 800;
}


.novice h4 {
	text-transform: uppercase;
}

.novice p {
	padding-bottom: 30px;
}

.arhiv-750 {
	height: 750px;
}

a.more {
	background-image: url("../../images/layout/fire-icon.png");
	background-repeat: no-repeat;
	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;
	padding: 14px 0 14px 50px;
	font-size: 21px;
	line-height: 26px;
	font-weight: 600;
	color:#232b32;
}

a.more:hover {
	color:#e32f30;
	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;
}

.arhiv:link, .arhiv:visited {
	display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	color:#232b32;
	padding-top: 100px;
	margin: 0 auto;
	text-transform: uppercase;
	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;
}

.arhiv:hover {
	color: #e32f30;
	-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;
}

.arhiv:before,
.arhiv:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
	color: #e32f30;
}

.arhiv:after {
    margin: 0 0 0 20px;
}


/* INFO 112 */
.info112 {
	background-image: url("../../images/layout/gasilska-zveza-medvode-info112.jpg");
	background-repeat: no-repeat;
	background-color: #232b32;
	background-position: center;
	width: 100%;
	padding: 40px 0;
	color: #FFF;
	font-size:17px;
	line-height: 24px;
}

.info112:after {
	content: "";
	display: table;
	clear: both;
}

.info112-h {
	font-size: 48px;
	line-height: 58px;
	font-weight: 600;
	color:#FFF;
	padding-bottom: 40px;
}

.info112-klic {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	color:#FFF;
}

.info112-icon {
	width: 180px;
	padding-top: 60px;
}	

/* GASILKSA DRUŠTVA */
.gasilskadrustva {
	background-color: #FFF;
	padding: 50px 0;
	min-height: 200px;
}


.gasilskadrustva:after {
	content: "";
	display: table;
	clear: both;
}

.gasilskadrustva h3 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
}

.gasilskadrustva img {
	width: 120px;
	text-align: center;
	margin: 0 auto;
}


/* FOOTER */
.footer {
	background-image: url("../../images/layout/gasilska-zveza-medvode-bg-footer.jpg");
	background-repeat: no-repeat;
	background-color: #232b32;
	background-position: center;
	width: 100%;
	padding: 50px 0 10px 0;
	color: #FFF;
	font-size:17px;
	line-height: 24px;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}

.footer a:link {
	color: #FFF;
}

.footer a:hover {
	color: #e32f30;
}


.footer-menu ul li {
	list-style-type: none;
	margin-left: 0;
}

.footer-menu ul li a {
	font-size:18px;
	line-height: 24px;
	font-weight: 500;
	color:#FFF;
	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-menu ul li a:hover {
	color:#e32f30;
	padding-left: 10px;
	-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-menu h3 {
	font-size: 20px;
	line-height: 26px;
	color: #FFF;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 700;
}


/* COPYRIGHT */
.copyright {
	width:100%;
	min-height:40px;
}

.copyright:after {
	content: "";
	display: table;
	clear: both;
}

.copyright p {
	font-size:13px;
	margin-top:12px;
	color: #FFF;
}

.copyright .pravice {
	float: left; 
}

.copyright .izdelava {
	float: right; 
}


/* MAIN */
.main {
	background-color:#FFF;
	min-height:200px;
	padding:80px 0;
}

.main:after {
	content: "";
	display: table;
	clear: both;
}

.padding-right {
	margin-right: 50px;
}

/* RAZNO */
.img-width {
	width:100%;
}

/* TEXT */
h1 {
	font-size:55px;
	line-height:65px;
	color: #232b32;
	font-weight:800;
	padding-bottom: 15px;
}

h2 {
	font-size:36px;
	line-height:42px;
	color: #232b32;
	font-weight:700;
	padding-bottom: 15px;
}

h3 {
	font-size:32px;
	line-height:40px;
	color: #232b32;
	font-weight:700;
	padding-bottom: 15px;
}

h4 {
	font-size:28px;
	line-height:36px;
	color: #232b32;
	font-weight:700;
	padding-bottom: 15px;
}

h5 {
	font-size:24px;
	line-height:32px;
	font-weight:700;
	color: #232b32;
	padding-bottom: 10px;
}

h6 {
	font-size:20px;
	line-height:26px;
	font-weight:700;
	color: #232b32;
	padding-bottom: 10px;
}

strong {
	font-weight:800;
}


em {
	font-style:italic;
}


.red {
	color: #e32f30;
}

.gray {
	color: #232b32;
}

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; 
	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: 20px auto;
}

a.pdf {
	background-color: #f3f4f5;
	background-image: url("../../images/layout/pdf-icon.png");
	background-repeat: no-repeat; 
	background-position: 20px center;
	background-size: 40px 35px;
	padding: 20px; 
	border-left: 4px solid #d70000;
	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: 20px auto;
}

a.povezava {
	background-color: #f3f4f5;
	background-image: url("../../images/layout/link-icon.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 40px 35px;
	padding: 20px;
	border-left: 4px solid #44c8f5;
	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: 20px auto;
}

a.zip {
	background-color: #f3f4f5;
	background-image: url("../../images/layout/zip-icon.png");
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 40px 35px;
	padding: 20px;
	border-left: 4px solid #f5ab01;
	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: 20px auto;
}

a.word:hover, a.pdf:hover, a.www:hover, a.zip:hover, a.povezava:hover {
	background-color: #ecf9fe;
	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.word:link, a.word:visited, a.pdf:link, a.pdf:visited, a.www:link, a.www:visited, a.zip:link, a.zip:visited, a.povezava:link, a.povezava:visited  {
	padding-left: 80px;
	color: #232b32;
}


ul {
	list-style: none; 
	padding:0;  
	margin:0;

}

li {
	font-size:17px;
	line-height:26px;
	list-style-type:disc;
	margin-left:25px;
	padding-bottom:3px;	
}

ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
ol > li {
	display: table;
	counter-increment: item;
	margin: 0.5em 0;
	padding-left: 1.5em;
    text-indent: 0;
}
ol > li:before {
	font-size:17px;
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.5em; 
	font-weight: 500;
}
li ol > li {
	margin: 0;
}
 li ol > li:before {
	content: counters(item, ".") " ";
}

table {
	font-size:17px;
	line-height:26px;
	border-collapse:collapse;
	text-align:left;
	width:100%;
}

th {
	font-size:19px;
	font-weight:600;
	border-bottom:2px solid #232b32;
	padding:10px 8px;
	color: #e32f30;
}

td {
	border-bottom:1px solid #232b32;
	padding:8px;
	vertical-align:middle;
}
tbody tr:hover td {
	color:#e32f30;
}

.galerija .col_4 {
	margin-top: 0;
}



/*TABLET*/
@media all and (min-width: 1024px) and (max-width: 1200px) {
.wrapper {
	width: 1024px;
	margin:0 auto;
}

/* NAVIGACIJA*/
.nav ul li a, .nav-inside ul li a {
	font-size: 17px;
}
	
.nav ul li a {
	padding: 41.5px 16px;
}

.nav-inside ul li a {
	padding: 41.5px 16px;
}

.nav ul ul li a, .nav-inside ul ul li a {
    font-size: 17px
}
	
/* SLIDER */
.slider-box {
	position: relative; 
	padding: 100px 0 50px 30px;
}

.slider-text1 {
	font-size: 70px;
	line-height: 70px;
	font-weight: 700;
}

.slider-text2 {
	font-size: 24px;
	line-height: 36px;

}

.slider-text3 {
	font-size: 34px;
	line-height: 50px;
}
	
	
/* HEADER info */
.gzm-numbers {
	height: 180px;
}

.count-title, .count-title-plus { 
	font-size: 60px;
	margin-top: 35px;
}

/* INFO 112 */
.info112 {
	height:390px;
}

.info112-h {
	font-size: 42px;
	line-height: 50px;
}

.info112-icon {
	width: 170px;
	padding-top: 70px;
}	
	

/* GASILKSA DRUŠTVA */
.gasilskadrustva img {
	width: 110px;
	text-align: center;
	margin: 0 auto;
}


/* FOOTER */
.footer {
	padding: 40px 0 10px 0;
}

.footer-menu ul li a {
	font-size:17px;

}
.footer-menu ul li a:hover {
	color:#e32f30;
	padding-left: 10px;
	-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-menu h3 {
	font-size: 19px;
}
		
	
}	


/*TABLET*/
@media all and (min-width: 768px) and (max-width: 1023px) {
.wrapper {
	width: 768px;
	margin:0 auto;
}			
	
.t_hide {
	display:none;
}
	
.header {
	display: none;
}
	
.logo-mobile {
	padding: 25px 0 0 20px
}
	
.header-img {
	height: 250px;
}

.header-img h1  {
	font-size: 42px;
	line-height: 50px;
}	
	
	
	
/* SLIDER */
.slider {
	width:100%;
}	
	
.slider-box {
	position: relative; 
	padding: 200px 0 100px 30px;
}

.slider-text1 {
	font-size: 65px;
	line-height: 70px;
	font-weight: 700;
}

.slider-text2 {
	font-size: 22px;
	line-height: 36px;
}

.slider-text3 {
	font-size: 28px;
	line-height: 50px;
}
	
	
/* HEADER info */
.gzm-numbers {
	height: 185px;
}

.count-title, .count-title-plus { 
	font-size: 55px;
	margin-top: 35px;
}
	

/* NOVICE */
.novice .col_4 {
	width: 70%;
	position: relative;
	left: 15%;
	padding-bottom: 80px;
}
	
.arhiv-750 {
	height: auto;
}	

.arhiv:link, .arhiv:visited {
  padding-top: 0;
}	
	
	
/* INFO 112 */
.info112 {
	height:420px;
	padding: 30px 0 50px 0;
}

.info112-h {
	font-size: 40px;
	line-height: 50px;
	padding-left: 30px;
	padding-bottom: 10px;
}
	
.info112-klic {
	padding-left: 30px
}	
	
.info112-p {
	padding-left: 30px
}	
	
.info112 ul {
	padding-left: 30px
}	

.info112-icon {
	width: 160px;
	padding-top: 90px;
}	
	

/* GASILKSA DRUŠTVA */
.gasilskadrustva img {
	width: 100px;
	text-align: center;
	margin: 0 auto;
}


/* FOOTER */
.footer {
	background-image: none;
	padding: 30px 0 10px 0;
}
	
.footer .col_3 {
	width: 42%;
	height: 200px;
	padding-left: 30px;
}	

.footer-menu ul li a {
	font-size:17px;

}
.footer-menu ul li a:hover {
	color:#e32f30;
	padding-left: 10px;
	-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-menu h3 {
	font-size: 19px;
}

.copyright .col_9, .copyright .col_3 {
	width: 98%;	
}	
	
.copyright .pravice {
	float: none;
	text-align: center;
}

.copyright .izdelava {
	float: none;
	text-align: center;
}	
	
.copyright p {
	margin-top: 5px;
}		
	
		

}

/*TABLET small*/
@media all and (min-width: 500px) and (max-width: 767px) {
.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: 500px;
	margin:0 auto;
}
	
.ts_hide {
	display:none;
}
	
.header {
	display: none;
}
	
.logo-mobile {
	padding: 25px 0 0 20px
}	
	
.header-img {
	height: 250px;
}

.header-img h1  {
	font-size: 38px;
	line-height: 46px;
}	
	
/* SLIDER */
.slider {
	width:100%;
}	
	
.slider-box {
	position: relative; 
	padding: 50px 0 50px 30px;
}

.slider-text1 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}

.slider-text2 {
	font-size: 20px;
	line-height: 30px;
}

.slider-text3 {
	font-size: 32px;
	line-height: 40px;
}
	
	
/* HEADER info */
.gzm-numbers {
	background-image: none;
	padding-bottom: 40px ;
}
	
.gzm-numbers .col_3 {
	width: 48%;	
}	

.count-title, .count-title-plus { 
	font-size: 55px;
	margin-top: 35px;
}
	

/* NOVICE */
.novice .col_4 {
	padding-bottom: 80px;
}
	
.arhiv-750 {
	height: auto;
}	

.arhiv:link, .arhiv:visited {
  padding-top: 0;
}	
	
	
/* INFO 112 */
.info112 {
	padding: 40px 0 40px 0;
}

.info112-h {
	font-size: 32px;
	line-height: 40px;
	padding-left: 20px;
	padding-bottom: 10px;
}
	
.info112-klic {
	padding-left: 20px
}	
	
.info112-p {
	padding-left: 20px
}	
	
.info112 ul {
	padding-left: 30px
}	

.info112-icon {
	width: 160px;
	padding-top: 70px;
	display: none;
}	
	

/* GASILKSA DRUŠTVA */
.gasilskadrustva .col_2 {
	width: 31%;
}	

.gasilskadrustva h3 {
	padding: 0 60px;
}	
	
.gasilskadrustva img {
	width: 100px;
	text-align: center;
	margin: 0 auto;
}


/* FOOTER */
.footer {
	background-image: none;
	padding: 50px 0 10px 0;
}
	
.footer .col_3 {
	text-align: center;
	padding-bottom: 40px;

}	

.footer-menu ul li a {
	font-size:17px;

}
.footer-menu ul li a:hover {
	color:#e32f30;
	padding-left: 10px;
	-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-menu h3 {
	font-size: 19px;
}

.copyright .col_9, .copyright .col_3 {
	width: 98%;	
}	
	
.copyright .pravice {
	float: none;
	text-align: center;
}

.copyright .izdelava {
	float: none;
	text-align: center;
}	
	
.copyright p {
	margin-top: 5px;
}		
	
	
	
		

}

/*TABLET small*/
@media all and (max-width: 499px) {
.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: 320px;
	margin:0 auto;
}
	
.m_hide {
	display:none;
}
	
.header {
	display: none;
}	
	
.logo-mobile {
	padding: 15px 0 8px 20px;
	width: 220px;
}
	
.header-img {
	height: 250px;
}

.header-img h1  {
	font-size: 36px;
	line-height: 42px;
}		
	
/* SLIDER */
.slider-box {
	position: relative; 
	padding: 100px 0 50px 0;
}

.slider-text1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
}

.slider-text2 {
	font-size: 16px;
	line-height: 24px;
}

.slider-text3 {
	font-size: 20px;
	line-height: 26px;
}
	
	
/* HEADER info */
.gzm-numbers {
	background-image: none;
	padding-bottom: 40px ;
}
	
.gzm-numbers .col_3 {
	width: 48%;	
}	

.count-title, .count-title-plus { 
	font-size: 45px;
	margin-top: 35px;
}
	

/* NOVICE */
.novice .col_4 {
	padding-bottom: 80px;
}
	
.arhiv-750 {
	height: auto;
}	

.arhiv:link, .arhiv:visited {
  padding-top: 0;
}	
	
	
/* INFO 112 */
.info112 {
	padding: 40px 0 40px 0;
}

.info112-h {
	font-size: 32px;
	line-height: 40px;
	padding-left: 0;
	padding-bottom: 10px;
}
	
.info112-klic {
	padding-left: 0
}	
	
.info112-p {
	padding-left: 0
}	
	
.info112 ul {
	padding-left: 0
}	

.info112-icon {
	width: 160px;
	padding-top: 70px;
	display: none;
}	
	

/* GASILKSA DRUŠTVA */
.gasilskadrustva .col_2 {
	width: 48%;
}	
	
.gasilskadrustva img {
	width: 100px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}


/* FOOTER */
.footer {
	background-image: none;
	padding: 50px 0 10px 0;
}
	
.footer .col_3 {
	text-align: center;
	padding-bottom: 40px;

}	

.footer-menu ul li a {
	font-size:17px;

}
.footer-menu ul li a:hover {
	color:#e32f30;
	padding-left: 10px;
	-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-menu h3 {
	font-size: 19px;
}

.copyright .col_9, .copyright .col_3 {
	width: 98%;	
}	
	
.copyright .pravice {
	float: none;
	text-align: center;
}

.copyright .izdelava {
	float: none;
	text-align: center;
}	
	
.copyright p {
	margin-top: 5px;
}
	
/* TEXT */
h1 {
  font-size: 36px;
  line-height: 42px;
}	
	
h2 {
  font-size: 36px;
  line-height: 42px;
  padding-bottom: 0;
}	
	
.novica-h2 {
  font-size: 36px;
  line-height: 42px;
}	
		
	
}