@charset "UTF-8";
/* CSS Document */
@import 'reset.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:300,400,400i');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:700');

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	/*margin-bottom: 30px;
	margin: 0;*/
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow:show;
	text-align:justify;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:24px;
	font-family: 'Open Sans', sans-serif;	
	font-size:14px;
	font-weight: 400;
	background-color:#fff;
	text-align:justify;
	color: #000;
}
section a, article a, footer a{
	color:#005ea5;
	text-decoration:none;
	}

section a:hover, article a:hover, footer a:hover{
	text-decoration:none;
	color:#c2001f;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: smaller!important;
}
sub { 
  top: 0.4em; 
}
sup{
	/*vertical-align: super!important;
    font-size: smaller!important;
    */
   }
   sup { vertical-align: top; position: relative; top: -0.5em;  font-size: smaller!important;}
@media all and (max-width : 1199px ){
}
h1, .h1{
	font-family: 'Open Sans', sans-serif;	
	font-size:48px;
	color:#000;
	line-height:70px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:50px;
}
.minhh1{    font-size: 36px!important;
    color: #3f4659;
    line-height: 48px!important;}

.extraBold, .extraBold span{font-family: 'Open Sans'!important;}
.uCaps{text-transform:uppercase!important;}
/*h2:before{
	content:"";
	clear:both;
	display:block;
}*/
h2{
	font-family: 'Comfortaa', cursive;
	font-size: 36px;
	color:#000;
	font-weight: 700;
	line-height:42px;
	margin-bottom:35px;
	text-transform: uppercase;
}
h3{
	font-family: 'Open Sans'!important;
	font-size: 36px;
	color:#000;
	line-height:42px;
	font-weight: 300;
}
h4{
	font-family: 'Comfortaa', sans-serif;	
	font-size:30px;
	/*padding:10px;*/
	line-height:32px;
	margin-bottom:50px;
	font-weight:700;
}
h5{
	font-family: 'Open Sans';
	font-size:18px!important;
	color:#545454;	
	line-height:22px;
}
@media all and (max-width : 785px ){

	h1, .h1{
		text-align:center!important;
	}
	.minhh1{text-align:center!important;}
	
	h2{
		text-align:center!important;
	}
	h3{
		text-align:center!important;
	}
	h4{
		text-align:center!important;
	}
	h5{
		text-align:center!important;
	}


}
.middleText{
	font-size:18px;
	font-family: 'Open Sans';
	line-height:30px;
}
[style="font-weight: bold;"] {	font-family: 'Open Sans';  font-weight: 600; }
b, .bold, strong{font-family: 'Open Sans'!important; font-weight: 600;}
.done{ display:none }
.italic{font-style:italic;}
html, body {height: 100%;}


.clearfix{clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}


.marTop70{margin-top:70px;}
.marBot50{margin-bottom:50px;}

.marBot70{margin-bottom:70px;}
.marBot40{margin-bottom:40px;}
.marBot20{margin-bottom:20px;}

.desktop_visible{display:block!important; visibility:visible!important;}
.tablet_visible{display:none!important; visibility:hidden!important;}
.mobile_visible{display:none!important; visibility:hidden!important;}

.textJust{text-align: justify!important; display: block;}

.content ul, .content ol, .cont_section ul, .cont_section ol, section ul, section ol, .text ul{
	list-style-type: none;
    list-style-position: inside;
    line-height: 150%;
    margin-left: 0;
    padding-left: 1em;
    text-indent: 0;
    margin-bottom: 5px;
	 margin-left: 0;
padding-left: 1.5em
 /*text-indent: -1em;*/

}
.text ul li{margin-top:5px!important; margin-bottom:5px!important;}
.paddBot35{margin-bottom:35px;}

.content ul li:before, .cont_section ul li:before, section ul li:before, .text ul li:before {
    display: inline-block;
    content: "•";
    width: 1em;
    margin-left: -1em;
}
/*.content ul li:before, .content ol li:before, .cont_section ul li:before, .cont_section ol li:before, section ul li:before, section ol li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}*/
.content ul.bullet li:before, .content ol.bullet li:before, .cont_section ul.bullet li:before, .cont_section ol.bullet li:before, section ul.bullet li:before, section ol.bullet li:before, .text ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
	text-align:left;
    content: "\f111";
    width: 1.5em;
    font-size: 8px;
    /* height: 1.5em; */
    margin-left: -1.5em;
    /* margin-bottom: -1.5em; */
    position: relative;
    top: -3px;
	color:#39a835!important;
}
.text ul li:before {
	font: normal normal normal 14px/1 FontAwesome!important;
    display: inline-block!important;
	text-align:left!important;
    content: "\f111"!important;
    width: 1.5em!important;
    font-size: 8px!important;
    /* height: 1.5em; */
    margin-left: -1.5em!important;
    /* margin-bottom: -1.5em; */
    position: relative!important;
    top: -3px!important;
	color:#39a835!important;
}
ol { 
  list-style: decimal!important; 
}

hr{
	border: 0;
    height: 1px;
   
}

section:before{
	clear:both;
	display:block;
	content:"";
}
section{
	float:left;
	width:100%;
	display:block;
}
section article{
	float:left;
	width:100%;
}

.defPadding{
	padding:75px 0;
}
@media all  and (max-width: 1200px) {
	/*section article {
		float: left;
		width: 100%;
		padding: 50px 0;
	}*/5
}

.green{color:#24b34b!important;}
.blue{color:#234c93!important;}
.pink{color:#ed1941!important;}

.green_bg{background-color:#24b34b!important; color:#FFF!important;}
.blue_bg{background-color:#234c93!important; color:#FFF!important;}
.pink_bg{background-color:#ed1941!important; color:#FFF!important;}

.light16{
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color:#000;
}

.Btn{
	padding:20px 15px;
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
}

.fluid-container_12{width:98%!important;}
/*############################
## HEADER STYLES
############################*/

header{
display: block;
height:auto;
width:100%;
background-color:#FFF;
}
.menu_holder{
	float:right;
	margin:0!important;
}
@media all and (min-width : 1200px ){
	.menu_holder{width:967px!important;}
}


#topHeadCont{
	width: 100%;
    float:left;
    display: block;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    top: 0;
    transition: height 0.3s;
        background-color: #234c93;
        border-bottom:15px solid #24b34b;
}
#head_holder{
    float:left
    
}

.sticky {
	position: fixed!important;
	top: 0!important;
	left:0!important;
	z-index:99999;
	margin-top:-1px!important;
	animation:thedrop 1s 1!important;
	-moz-animation:thedrop 1s 1!important;
	-webkit-animation:thedrop 1s 1!important;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
} 
#topHeadCont.sticky{
	height: 75px!important;
    /*position: relative!important;*/
    float: left!important;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    width: 100%;
    height: 75px;
    float: left;
    display: block;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    top: 0;
    background-color: #234c93;
    transition: height 0.3s;
}
.fullWidthImg{
	margin-top:50px;
	display: block;
}
.mainText, .mainText .text{
	text-align: justify;
}
.mainText img{width:100%;}
.mainText h2{}

.logo{
	width:198px;
	margin:25px 0 20px 0;
	display:block;
	background:url(../images/logo.png) no-repeat;
	background-size:contain;
	height:42px;
}


.sticky#topHead{width:100%;}
.sticky .logo{
	width: 205px;
    margin: 15px 0 10px 0;
    display: block;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    height: 50px;
}

.sticky #head_holder{
    height: 47px;
    
}

.sticky #menu_holder{
	position: absolute;
}
.sticky #mega_menu {
	    margin: 19px 0 0 0;
    padding: 0;
    position: relative;
    z-index: 999;
    font-family: 'Lato', sans-serif!important;
    font-size: 17px;
    clear: both;
    float: right;
    max-width: 1050px;
    width: 100%;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.sticky #mega_menu ul .list-items {
    float: right!important;
    
}
#mega_menu ul .list-items {
    /*float: right!important;*/
	float: none!important;
}
.logo img{display:none; visibility:hidden;}
.ilu_holder{
	width:100%;
	display:block;
	float:left;
	border:5px solid #ee1941;
}
#ilu_holder{
	float:left;
	width:100%;
	position:relative;border-bottom:5px solid #ee1941;
}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner, .tp-banner2{
	width:100%;
	position:relative;
}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
.tp-banner-container, .tp-banner, .tp-banner-fullscreen-container, .rev_slider_wrapper{
	color:#FFF!important;
}
.rev_slider_wrapper h1, .rev_slider_wrapper h1, .rev_slider_wrapper h1 {
		font-family: 'Open Sans';
		font-size:70px;
		color:#FFF!important;
		text-shadow: 0 6px 7px rgba(0,0,0,.55);
		line-height:110px;
}

@media all  and (min-width: 1200px) {
	.sticky #mega_menu > ul{top:80px;}
}
@media all  and (max-width: 1200px) {
	.menu_hr{display:none;}
	#topHead.sticky .logo{
		height:40px;
		background-size: contain;
		margin: 0 auto;
		width:50%!important;
		background-position:center center;
		float:none;
	}
	#weather{
	    margin: 0 auto;
    display: block;
    width: 100%!important;
}
	#head_holder{
		/*height:150px;*/
		/*margin-top:15px;*/
		width: 100%;
	}
		#topHead.sticky #mega_menu ul .list-items > li > a{line-height:normal;}
	#topHead.sticky #mega_menu .list-items li .dropdown {top:auto;}
	
	#menu_holder{
		float:left!important;
		height:5px!important;
	}
	.menu_flag2{
		margin-left:23px!important;
		
	}
		.click-button .fa-bars{float:right;}

}

@media all  and (max-width: 785px) {
	.headNatpis{font-size:14px; text-align: center!important;}
	#headSearch {
    float: right;
    width: 100%;
}
#headLine {height:auto!important;min-height:54px!important;}
#headSearch input#q {
    width: 71%!important;
    }
	#topHead .logo {
		height: 35px;
		background-size: contain;
		margin: 0 auto;
		width: 50%!important;
		background-position: center center;
		float: none;
	}
	}

@media all  and (max-width: 350px) {
	.headNatpis{font-size:11px; text-align: center!important;}
	#headSearch {
    float: right;
    width: 100%;
}


#headLine {height:auto!important;min-height:54px!important;}
#headSearch input#q {
    width: 66%!important;
    }
}

/* RESPONSIVE VIdeo CONTAINER */
.video{
	width:100%;
	display: block;
}
.video:after{
	content: '';
	clear: both;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.tockice_bijele{background-image:url(../images/tockice_na_bijelom.jpg);
	background-repeat: no-repeat;
	background-position: left top;}

/*############################
## CONTENT STYLES
############################*/
.content{
	width:100%;
	display:block;
	padding:80px 0 80px 0;
	min-height:30px;
	float:left;
}

.grayBg{background-color:#e0e0e0;}
.whiteBg{background-color:#fff;}

.home_box_crtice, #home_product_list, #footCert, #footMeni{
	margin: 0!important;
    padding: 0!important;
    display: block!important;
    list-style: none!important;
    text-decoration: none!important;
    line-height: normal!important;
    outline: none!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    margin-top:60px!important;
   /* float:left;*/
    margin: 0 auto!important;
    display: block!important;
    /* float: left; */
       float: none;
       width: 100%;
    float: left;
    margin-left: 10px!important;
    display: flex!important;
  flex-wrap: wrap!important;
}

.home_box_crtice li{
	float:left; 
	min-width:40px;
	text-align: center!important;
	-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    padding:20px;
    position: relative;
background-repeat: no-repeat!important;
    background-size: cover!important;
    display: flex;
}
.home_box_crtice li .cont{
	width:100%;
	/*position: absolute;*/
	height: 100%;
	background-color:rgba(255,255,255,0.7);
	padding:20px;
	-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.home_box_crtice li .cont hr{
	width:30%;
	margin:0 auto 25px;
}
hr{
	border: 0;
    height: 3px;
    background-color: #000;
    display: block;
   
}
.home_box_crtice li .cont i{font-size: 36px; text-align: center;}
.home_box_crtice li .cont h3{font-size: 18px; font-weight: 600; text-align: center; margin:24px 0;}
.home_box_crtice li .cont .text{font-size: 14px; text-align: center; line-height:18px; font-weight: 300;}

.home_box_crtice li:before, #home_product_list li:before, .grre_bullets li:before, .proizvodi li:before, #ppitanja > li:before{display: none!important;}

.grre_bullets li:nth-child(3n+1), .proizvodi li:nth-child(3n+1), #product_list li:nth-child(4n+1){margin-left:0;}
.grre_bullets li:nth-child(3n+3), .proizvodi li:nth-child(3n+3), #product_list li:nth-child(4n+4){margin-right:0;}
.grre_bullets li:nth-child(3n+1){clear:left;   float:left;}


.grre_bullets, .proizvodi{
	float:left;
	display: block!important;
	list-style-type: none!important;
    list-style-position: inside!important;
    line-height: 150%!important;
    margin-left: 0!important;
    padding-left: 0!important; 
    text-indent: 0!important;
     margin-bottom: 0!important; 
     margin-left: 0!important; 
     padding-left: 0!important /*text-indent: -1em; */
	
}
.grre_bullets li{
	float:left;
	display: block;
	margin-bottom:80px;
	
}
.grre_bullets li .icon{
	float:left;
	width: 80px;
	height:80px;
	display: block;
}
.grre_bullets li .icon .fa-stack{
	width: 80px;
    height: 80px;
    float: left;
    line-height: 80px;
}
.grre_bullets li .icon .fa-stack .fa-stack-2x{
	font-size: 80px;
	color:#24b34b;
}
.grre_bullets li .icon .fa-stack .fa-stack-1x{
	font-size: 42px;
}
.grre_bullets li .opis{
		padding-left: 20px;
		width:78%;
	-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
	float:left;
}
.grre_bullets li .opis h5{
	/*float:left;*/
	color:#24b34b;
	font-weight: 600;
	
}

.grre_bullets li .opis div{
	display: block;
	margin-top: 25px;
	/*float:left;*/
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	    float: left;
    display: block;
}

.mineral_logo{
	position:absolute;
	top:0;
	left:0;
	width:340px;
	height:100%;
	display: block;
	float:left;
	background: url(../images/mineral_promet_logo.png) no-repeat center center;
}
.textic{
	color:#FFF;
	line-height:30px;
	font-weight: 400;
	font-size: 16px;
	float:right;
	padding:15px 0 15px 50px; 
	border-left:1px solid #FFF;
}
#ppitanja{
	float:left;
	display: block!important;
	list-style-type: none!important;
    list-style-position: inside!important;
    line-height: 150%!important;
    padding-left: 0!important; 
    text-indent: 0!important;
     margin-bottom: 0!important; 
     padding-left: 0!important /*text-indent: -1em; */
	
}

#ppitanja li {
	float:left;
	margin:50px 0;
	width:100%;
	-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
	display: block;
}
#ppitanja li .text{
	width:50%;
	-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}
#ppitanja li .slika{
	width:50%;
	-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    display: block;
}
#ppitanja li:nth-child(odd) .text{
	float:left;
	padding-right:40px;
	
}
#ppitanja li:nth-child(odd) .slika{
	float:left;
	padding-left:40px;
	
}
#ppitanja li:nth-child(even) .text{
	float:right;
	padding-left:40px;
	
}
#ppitanja li:nth-child(even) .slika{
	float:right;
	width:50%;
	padding-right:40px;
	}
#ppitanja li .slika img{width:100%;}

.owl-nav{
	position: absolute;
    top: 20%;
    width: 100%;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
	width:10px;
	height:10px;
	display: block;
	background: #e0e0e0;
    z-index:200;
    opacity:0.8;
    line-height:10px;
    color:#d21111;
    padding:20px;
}

.proizvodi li{
	float:left;
	border:1px solid #24b34b;
	padding:70px 45px;
	-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    display: block;
    margin-top:40px;
    margin-bottom: 40px;
}

.proizvodi li .opis{
	margin-top:60px;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	color:#000;
	margin-bottom:50px;
}
.proizvodi li .Btn{
	padding:15px 40px;
	font-size: 13px;
	text-align: center;
	margin:0 auto;
}
.proizvodi li .slika img{width:100%;}
.crte_holder{
	width:100%;
	display:block;
	float:left;
}
.crta{
	float:left;
	width:100%;
	height:50px;
	margin-bottom:25px;
}


.pagination{
	margin: 0!important;
    padding: 0!important;
    display: block!important;
    list-style: none!important;
    text-decoration: none!important;
    line-height: normal!important;
    outline: none!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    margin-top:60px!important;
   /* float:left;*/
    margin: 0 auto!important;
    display: block!important;
    /* float: left; */
       float: none;
	}
.pagination li{
	float:left; margin:5px 3px;
	min-width:40px;
	text-align: center!important;
	}
.pagination li a{
	display: block;
	width:100%;
	padding:10px 0;
	background-color: #c2001f;
	color:white;
	 -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    font-weight: 600;
    text-align: center!important;
}
.pagination li a:hover, .pagination li .current{
	background-color: #005ea5;!important
}
.disabled{display:none;}
.tockice{
	    padding: 10px 0;
    color: #c2001f;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 1px;
}
.pagination li:first-child a, .pagination li:last-child a{
	padding:10px;
}
@media all  and (min-width: 1200px) {
	.pagination{
	margin: 0!important;
    padding: 0!important;
    display: block!important;
    list-style: none!important;
    text-decoration: none!important;
    line-height: normal!important;
    outline: none!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    margin-top:60px!important;
   /* float:left;*/
    width: 724px;
    margin: 0 auto!important;
    display: block!important;
    /* float: left; */
       float: none;
	}

}

.g-recaptcha, .sbmt_holder{
	float: left;
    width: 100%;
    display: block;
    /*margin-bottom: 20px;*/
}
.g-recaptcha div:first-child{
	    margin: 0 auto 20px;
    display: block;
}
.sbmt_holder input{
	margin:0 auto;
	float:none!important;
}
@media all  and (max-width: 1024px) {
	.mineral_logo{
		position:absolute;
		top:0;
		left:0;
		width:340px;
		height:100%;
		display: block;
		float:left;
		background: url(../images/mineral_promet_logo.png) no-repeat center center;
		background-size: contain;
	}
	.textic{
		-webkit-box-sizing: border-box!important;
	    -moz-box-sizing: border-box!important;
	    box-sizing: border-box!important;
		padding:15px 30px 15px 50px!important; 
	}
}
@media all  and (max-width: 768px) {

	#ppitanja li {
		float:left;
		margin:50px 0;
	}
	#ppitanja li .text{
		width:100%;
		padding-left:0!important;
		padding-right:0!important;
		-webkit-box-sizing: border-box!important;
	    -moz-box-sizing: border-box!important;
	    box-sizing: border-box!important;
	    display: block;
	    font-size: 16px;
	    line-height: 30px;
	    font-weight: 300;
	}
	#ppitanja li .slika{
		padding-left:0!important;
		padding-right:0!important;
		width:100%!important;
		-webkit-box-sizing: border-box!important;
	    -moz-box-sizing: border-box!important;
	    box-sizing: border-box!important;
	    display: block;
	}
	#kontaktBox {
	    padding: 20px 40px!important;
	    background-color: #FFF;
	    margin-bottom: 30px!important;
	}
	.mineral_logo{
		position:relative;
		top:0;
		left:0;
		width:340px;
		height:60px;
		display: block;
		float:left;
		background: url(../images/mineral_promet_logo.png) no-repeat center center;
		background-size: contain;
	}
	.textic{
		color:#FFF;
		line-height:30px;
		font-weight: 400;
		margin-top:30px;
		font-size: 16px;
		float:right;
		padding:15px 30px 15px 15px!important; 
		border-top:1px solid #FFF;
		border-left:none!important;
	}
}
/*############################
## FOOTER STYLES
############################*/
footer{
	float: left;
	background-color: #bde8c9;
	display: block;
	color:#626262!important;
	width:100%;
	font-size:14px;
	line-height:20px;
	font-family: 'Open Sans'!important;
	padding:80px 0 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#kontaktBox{
	padding:80px 100px;
	background-color: #FFF;
	margin-bottom:80px;
}

.footLogo{
	margin-bottom:25px;
}
footer a{
	color:#FFF!important;
	font-size:inherit!important;
	    font-family: inherit!important;
}
footer a:hover{
	color:#d62c0e!important;
	font-size:inherit!important;
	    font-family: inherit!important;
}
.FootNaslov{
	margin-top:35px;
	font-weight: 600;
	font-size: 16px;
}	

#footCert{
	
}

#footCert li{
	float:left;
	width:100%;
	display: block;
	margin-bottom:30px;
}
#footCert li .img{
	float:left;
	width:30%;
	display: block;
}
#footCert li .opis{
	float:left;
	width:70%;
	display: block;
	padding:0 10px;
	font-weight: 300;
	line-height:20px;
	font-size: 12px;
	-webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}

#footMeni{
	margin-top:30px!important;
	display: block!important;
	float: left;
}

#footMeni li{
	width:100%;
	float:left;
	margin:0 0 10px;
	display: block;
}
#footMeni li a{
	color:#000;
}
#footMeni li{
	
}

.underFooter{
	width:100%;
	display: block;
	float:left;
	padding:45px 0;
}
.made_bymgv{
	width:26px;
	height:26px;
	float:right;
	display:block;
	background:url(http://www.mgv.com.hr/ci/madeby_mgv_logoW.png) no-repeat center center;
	background-size:contain;
}
.social{
	font-size: 40px;
    text-align: left!important;
    margin-top: 30px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#737373;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#737373;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#737373;
}
:-moz-placeholder { /* Firefox 18- */
 color:#737373;
}
/*############################
	## CONTACT FORM STYLES
	############################	*/
	
	
form h5{height:100px;}
form .texticForme{height:100px;}
.block {
	
	text-align:left;
}
.done{display:none; }
.element * {
	
}
.element label {
	float:left; 
	width:100%;
}

.hightlight{border:1px solid #F00;color:#F00;}


.element input.text, .formField input {
	font-family: 'Open Sans';
	font-size:15px;
	float:left; 
	width:100%;
	background-color:#FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #737373;
	padding:15px;
	border:1px solid #24b34b;
	margin-bottom:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}
.element select {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size:13px;
	float:left; 
	border:1px solid #24b34b;
	width:100%;
	background-color:#FFF;
	background-color:transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #898078;
	padding:15px;
	margin-bottom:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}
.select_wrapper{
	position:relative;   
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	display: inline;
	width:100%;
}
.select_wrapper:after{
	content: "\f0dc";
	font-family: 'FontAwesome';
	padding: 23px 15px;
	position: absolute;
	font-size: 12px;
	right: 1px;
	top: 0px;
	/* background: red; */
	/* z-index: -1; */
	/* width: 10%; */
	line-height: 10%;
}
#recaptcha_response_field {
	float: right;
	width: 50%;
	border: 1px solid #898078;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #898078;
	padding: 6px 8px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.element .textarea, .formField .textarea {
	font-family: 'Open Sans';
	float:left; 
	width:100%;
	height:200px;
	border:1px solid #24b34b;
   background: #fff;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #898078;
   padding:15px;
   margin-bottom:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box; 
}
.element input.text:focus {
	background: #fff;
   color: #51ad52;
   border-color:#51ad52;
}
.element .textarea:focus {
	background: #fff;
   color: #51ad52;
   border-color:#51ad52;
}

.element .hightlight {
	border:2px solid red!important;
}

 #submitFormu, #submit_order_form {
	background-color: #24b34b;
	padding:15px;
	display: block;
	color:#FFF;
	font-weight: 600;
	float:right;
	width:100%;
	font-size: 25px;
	border-radius: 5px;
	text-align: center;

}

 #submitFormu:hover, #submit_order_form:hover {
	 width:100%;
	background-color: #ce334c;
	}


.loading, .loading1,.loading2,.loading_newsletter, .loading_booking {
	float:right; 
	font-size:28px;
	color:inherit;
	height:28px; 
	width:28px; 
	display:none;
	}
	
#kontaktForma .loading{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
        z-index: 2;

}
#kontaktForma .loading i{
	top: 50%;
    left: 50%;
    color:#000;
    position: absolute;
    font-size: 50px;
    margin: -25px 0 0 -25px;
}
footer .loading{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 94, 165, 0.8);

}
footer .loading i{
	top: 50%;
    left: 50%;
    position: absolute;
    font-size: 50px;
    margin: -25px 0 0 -25px;
}
.done,.done1,.done2, .done_newsletter, .done_booking {
	padding-left:20px;
	font-family: 'Open Sans', sans-serif;
	text-align:center!important;
	font-size:28px;
	line-height:36px;
	width:70%; 
	margin:20px auto; 
	display:none;
}
	/* fontAwesome icons */
.indicator i,
.indicator-dropdown i {
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
	font-family:'FontAwesome'!important;
}
.dropdown .indicator i {
    margin: 0;
    padding: 0px;
    line-height: normal;
    position: relative;
    top: -2px;
    left: -1px;
	font-family:'FontAwesome'!important;
}

.text_left{text-align:left!important;}
	.text_center{text-align:center!important;}
	.text_right{text-align:right!important;}

.boxer {
   /*display: table;
   border-collapse: collapse;*/
}
 
.boxer .box-row {
   display: table-row;
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxer #box-cont .box-row:nth-of-type(even) {
  
   background-color:#FFF;
}
 
.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: top;
}
.boxer #box-head div{
font-family: 'Open Sans'!important;
}
.boxer #box-head, .boxer #box-foot {
    border-top: 1px solid #4f5c71;
    border-bottom: 1px solid #4f5c71;
    padding: 5px 0;
    /* background-color: white; */
    margin-bottom: 10px;
}

.remove-product{
	    font-family: FontAwesome;
    content: "\f00d";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    background-color: #fe2190;
    /* height: 15px; */
    float: left;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 6px;
    margin: 10px 0;
}
.htmlCode{display:none;}

@media all and (min-width: 1200px)  {
	.desktop_visible{display:block!important; visibility:visible!important;}
	.tablet_visible{display:none!important; visibility:hidden!important;}
	.mobile_visible{display:none!important; visibility:hidden!important;}
	.Nodesktop_visible{display:none!important; visibility:hidden!important;}
	.text_left{text-align:left!important;}
	.text_center{text-align:center!important;}
	.text_right{text-align:right!important;}
	
}

@media all and (min-width: 767px) and (max-width: 1200px) {
	.desktop_visible{display:none!important; visibility:hidden!important;}
	.tablet_visible{display:block!important; visibility:visible!important;}
	.mobile_visible{display:none!important; visibility:hidden!important;}
	.tablet_INvisible{display:none!important; visibility:hidden!important;}
	.fluid_text_left{text-align:left!important;}
	.fluid_text_center{text-align:center!important;}
	.fluid_text_right{text-align:right!important;}


}
.submitUmobile{
		/*background-image: url(/images/reload.png)!important;
		background-position: center center!important;
		background-size: 47%!important;
		width: 25%!important;
		background-repeat: no-repeat!important;
		/*font-family: FontAwesome; */
		/* content: "\f01e"; */
		/*text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #FFF;
		background-color: #00c900;
		height: 37px;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		padding: 0 8px!important;
		margin: 10px 0 0!important;*/
		
		background-image: url(/images/reload.png)!important;
    background-position: center center!important;
    background-size: 55%!important;
    width: 25px;
    background-repeat: no-repeat!important;
    /* font-family: FontAwesome; */
    /* content: "\f01e"; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFF;
    background-color: #00c900;
    /* height: 37px; */
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0 4px!important;
    /* margin: 0!important; */
    /* font-family: FontAwesome; */
    /* content: "\f00d"; */
    /* text-rendering: auto; */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    /* color: #000; */
    /* background-color: #fe2190; */
    height: 23px;
    /* float: left; */
    /* font-size: 12px; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 6px;
    margin: 16px 0;
	
	}
@media all and (max-width : 767px ){
	.wall_holder .img img, .wall_holder .imgMali img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 67%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
		.submitUmobile{
		
		background-image: url(/images/reload.png)!important;
		background-position: center center!important;
		background-size: 48%!important;
		width: 25px;
		background-repeat: no-repeat!important;
		/* font-family: FontAwesome; */
		/* content: "\f01e"; */
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #FFF;
		background-color: #00c900;
		/* height: 37px; */
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		padding: 0 4px!important;
		/* margin: 0!important; */
		/* font-family: FontAwesome; */
		/* content: "\f00d"; */
		/* text-rendering: auto; */
		/* -webkit-font-smoothing: antialiased; */
		-moz-osx-font-smoothing: grayscale;
		/* color: #000; */
		/* background-color: #fe2190; */
		height: 23px;
		/* float: left; */
		/* font-size: 12px; */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		padding: 1px 6px;
		margin: 7px 4px!important;
		
		/*background-image: url(/images/reload.png)!important;
		background-position: center center!important;
		background-size: 47%!important;
		width: 25%!important;
		background-repeat: no-repeat!important;
		/*font-family: FontAwesome; */
		/* content: "\f01e"; */
		/*text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: #FFF;
		background-color: #00c900;
		height: 37px;
		float: left;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		padding: 0 8px!important;
		margin: 0!important;*/
	}
	
	.desktop_visible, .mobile_invisible{display:none!important; visibility:hidden!important;}
	.tablet_visible{display:none!important; visibility:hidden!important;}
	.mobile_visible{display:block!important; visibility:visible!important;}
	.mobile_INvisible{display:none!important; visibility:hidden!important;}
	.mobile_text_left{text-align:left!important;}
	.mobile_text_center{text-align:center!important;}
	.mobile_text_right{text-align:right!important;}
	
	.m_marTop20{margin-top:20px;}
	
	.mP10{padding:10px 0;}
	
	.made_bymgv{
	width:100%;
	height:26px;
	float:right;
	display:block;
	background:url(http://www.mgv.com.hr/ci/madeby_mgv_logoW.png) no-repeat center center;
	background-size:contain;
	margin:12px 0;
	
}
.boxer {
   /*display: table;
   border-collapse: collapse;*/
}
 
.boxer .box-row {
   
    display: block;
    align-items: center;
    justify-content: center;
}
.boxer #box-cont .box-row:nth-of-type(even) {
  
   background-color:#FFF;
}
.submit {line-height:1!important;white-space: normal; text-align:left;padding: 12px 15px!important;}
 .form-control {
    width: 100%;
    display: block;
    float: left;
    border: solid 1px rgba(160,165,188,.44);
    line-height: 20px;
    height: 38px;
    padding: 0 11px;
    font-family: 'Open Sans', sans-serif;	
    font-size: 14px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   margin: 0!important; 
}
.boxer .box {
   display: table-cell;
   text-align: left;
   vertical-align: top;
}
.boxer #box-head div{
font-family: 'Open Sans'!important;
}
.boxer #box-head, .boxer #box-foot {
    border-top: 1px solid #4f5c71;
    border-bottom: 1px solid #4f5c71;
    padding: 5px 0;
    /* background-color: white; */
    margin-bottom: 10px;
}

.remove-product{
	    font-family: FontAwesome;
    content: "\f00d";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    background-color: #fe2190;
    /* height: 15px; */
    float: left;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 6px;
    margin: 10px 0;
}
.htmlCode{display:none;}

.mclear{clear:both;}
#usluge_list article:nth-child(3n+1), #usluge_list td:nth-child(3n+1){
	margin-left:0;
	
}
#usluge_list article:nth-child(3n+2), #usluge_list td:nth-child(3n+2){
	margin-right:0;
}
.zaposlen-sizer{width:100%;}
}

.productTable table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; 
} 
.productTable {
 
overflow: hidden; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 
}
.productTable table td, .productTable table th { 
padding: 3px 10px; 
}
.productTable table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #FFFFFF) );
	background:-moz-linear-gradient( center top, #FFFFFF 5%, #FFFFFF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');
	background-color:#FFFFFF; 
	color:#E37D6C; 
	font-family: 'OpenSansSemibold'!important;
	font-size: 18px; 
	border-left: 0px solid #A3A3A3; 
} 
.productTable table thead th:first-child { 
	border: none; 
}
.productTable table tbody td { 
	color: #545454; 
	border-left: 2px solid #FFFFFF;
	font-size: 14px;
	font-weight: normal; 
	font-family: 'OpenSansSemibold'!important;
	background: #EBEBEB;
}
.productTable table tbody .alt td { 
	 background: #fff;
	color: #545454; 
}
.productTable table tbody td:first-child { 
	border-left: none; 
}
.productTable table tbody tr:last-child td { 
	border-bottom: none; 
}