@charset "UTF-8";
/* CSS Document */
@import 'reset.css';

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/opensans/OpenSans-Light-webfont.eot');
    src: url('fonts/opensans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansLightitalic';
    src: url('fonts/opensans/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/opensans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/opensans/OpenSans-Italic-webfont.eot');
    src: url('fonts/opensans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/opensans/OpenSans-Bold-webfont.eot');
    src: url('fonts/opensans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Bold-webfont.svg#OpenSansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/opensans/OpenSans-Semibold-webfont.eot');
    src: url('fonts/opensans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('fonts/opensans/OpenSans-CondBold-webfont.eot');
    src: url('fonts/opensans/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-CondBold-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('fonts/opensans/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/opensans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('fonts/opensans/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/opensans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	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:'OpenSansRegular', Arial, Helvetica, sans-serif;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:21px;
	
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif!important;
	font-size:16px;
	background-color:#fff;
	text-align:justify;
	color: #6f6f6f;
}

h1{
	font-family: 'OpenSansLight';
	font-size:45px;
	color:#6bb54a;
	line-height:60px;
	margin-bottom:20px;

}

.extraBold, .extraBold span{font-family: 'OpenSansExtraBold'!important;}
h2{
	font-family: 'OpenSansRegular';
	font-size:30px;
	color:#f7b634;
	line-height:32px;
	margin-bottom:20px
}

h3{
	font-family: 'OpenSansLight';
	font-size:30px;
	text-align:left;
	line-height:30px;
	color:#f7b634;	
}
h4{
	font-family: 'OpenSansCondensedBold';
	font-size:30px;
	/*padding:10px;*/
	line-height:35px;
	color:#000;	
	text-transform:uppercase;
}
h5{
	font-family: 'OpenSansBold';
	font-size:18px!important;
	color:#000;	
	line-height:22px;
}

b, .bold, strong{font-family: 'OpenSansBold';}
.done{ display:none }

html, body {height: 100%;}


.clearfix{clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
.left{float:left!important;}
.right{float:right!important;}

.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;}

.green{color:#6bb54a!important;}

.content ul, .content ol{
	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: 1em;
 /*text-indent: -1em;*/

}

.content ul li:before, .content ol li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
.content ul.bullet li:before, .content ol.bullet li:before {
	font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    content: "\f111";
    width: 1.5em;
    font-size: 8px;
    /* height: 1.5em; */
    margin-left: -1.5em;
    /* margin-bottom: -1.5em; */
    position: relative;
    top: -3px;
	color:#6bb54a!important;
}

hr{
	border: 0;
    height: 1px;
    background: #6bb54a;
	margin:65px 0;
}
/*############################
## HEADER STYLES
############################*/

header{
display: block;
height:auto;
width:100%;
background-color:#FFF;
}
#topHead{
	width:100%;
	height:208px;
	display:block;
	background-color:#FFF;
	/*-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.35);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.35);
	box-shadow: 0 3px 7px rgba(0,0,0,.35);*/
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
	float:left;
}
#head_holder{
	width:100%;
	height:156px;
	display:block;
	float:left;
}

.sticky {
	position: fixed!important;
	top: 0!important;
	left:0!important;
	z-index:99990;
	margin-top:-1px!important;
	
	
} 
#topHead.sticky{
	width:100%;
	height:125px;
	display:block;
	background-color:#FFF;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.35);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,.35);
	box-shadow: 0 3px 7px rgba(0,0,0,.35);
	
}
.sticky #head_holder{
	height:73px;
}
.logo{
	height:102px;
	margin:16px 0 39px 0;
	display:block;
	background:url(../images/logo.png) no-repeat;
}
.nagrade_bar{
	margin-top:42px;	
}
.nagrade_bar img{
	width:61%;
}

.lng_bar{
	margin-top:13px;
}

.sticky .nagrade_bar{
	display:none;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sticky .lng_bar{
	width:47%;
	margin-top:25px;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
	
}
#topHead.sticky #mega_menu ul .list-items > li > a {
    line-height: 54px!important;
	
}
.sticky .lng_bar .polyglot-language-switcher{
	width: 50%;
    float: left;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sticky .lng_bar .kampOtvorenInfo{
	float: left;
    margin-top: 0;
    position: relative;
    width: 49%;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.sticky .logo{
	height:75px;
	margin:10px 0 10px 0;
	background-size:contain!important;
	-webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


#menu_holder{
	width:100%;
	height:52px;
	display:block;
	background-color:#5fb4e1;
	float:left;
}
.polyglot-language-switcher:before{
	display: inline-block;
    font-family: 'FontAwesome'!important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:30px;
	line-height:30px;
	content: "\f0ac";
	color:#5fb4e1;
}
.kampOtvorenInfo {
  
	margin-top:30px;
}
.kampOtvorenInfo div{
  float:left
}
.kampOtvorenInfo:before {
        display: inline-block;
    font-family: 'FontAwesome'!important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 30px;
    content: "\f017";
    color: #5fb4e1;
    float: left;
    margin-right: 18px;
}


.kampOtvorenInfo .infoNaslov{
	    width: 100%;
    font-family: 'OpenSansSemibold';
    line-height: 14px;
    font-size: 14px;
    display: block;
    color: #898989;
}

.kampOtvorenInfo .infoDatum{
	    width: 100%;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #5fb4e1;
    line-height: 17px;
    display: block;
}

#topHead.sticky .logo{height:45px;    background-size: contain;}

#topHead.sticky #mega_menu .list-items li .dropdown {top:54px;}
@media all  and (max-width: 1200px) {
	
	#topHead.sticky #mega_menu ul .list-items > li > a{line-height:normal!important;}
	#topHead.sticky #mega_menu .list-items li .dropdown {top:auto;}
	
	.click-button{margin-top:10px!important}

}
.logo img{display:none; visibility:hidden;}




@media all and (max-width: 1200px) {
    #topHead {
		height: 179px;
	}
	#head_holder {
    height: 127px;
}
#topHead .logo {
    height: 75px;
    background-size: contain;
    margin-bottom: 0;
}
}


@media all and (max-width: 768px) {
	
	.sticky .lng_bar{
		width:47%;
		margin-top:25px;
		-webkit-transition: all 0.4s linear;
		-moz-transition: all 0.4s linear;
		-ms-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
		
	}
	.sticky .lng_bar .polyglot-language-switcher{
		width: 100%;
		float: left;
		-webkit-transition: all 0.4s linear;
		-moz-transition: all 0.4s linear;
		-ms-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
	}
	.sticky .lng_bar .kampOtvorenInfo{
		float: right;
		margin-top: 26px;
		position: relative;
		width: 100%;
		-webkit-transition: all 0.4s linear;
		-moz-transition: all 0.4s linear;
		-ms-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
	}
.lng_bar {
    margin-top: 2px;
}
.nagrade_bar{float:right}
.kampOtvorenInfo {
    margin-top: 15px;
}
.kampOtvorenInfo:before {
    
    color: #fff;
}
.kampOtvorenInfo div {
    float: left;
    width: 73%;
	padding-top: 1px;
}
.kampOtvorenInfo .infoNaslov {
    width: 100%;
    line-height: 14px;
    color: #fff;
    float: left;
}
.kampOtvorenInfo .infoDatum {
   width: 98%;
    color: #fff;
    line-height: 15px;
    float: left;
    margin-left: 0;
}
#home_usluge a{margin-bottom:20px;}
#home_usluge a:nth-child(3n+1), #novosti_list li:nth-child(2n+1){
	margin-left:0.833%!important;
	
	
}
#home_usluge a:nth-child(3n+3), #novosti_list li:nth-child(2n+2){
	margin-right:0.833%!important;
	margin-bottom:20px;
}
}
.ilu_holder{
	width:100%;
	height:635px;
	display:block;
    margin-top:110px;
	float:left;
}
#ilu_holder{float:left;position: relative;}

#inner_ilu_holder{
	width:100%;
	height:220px;
	display:block;
	background-size:cover!important;
	background-position:center center!important;
}
.tp-bgimg{
	-webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
}
.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: 'OpenSansExtraBold';
		font-size:70px;
		color:#FFF!important;
		text-shadow: 0 6px 7px rgba(0,0,0,.55);
		line-height:110px;
}
.breadcrumbs_holder{}
ul.breadcrumbs{
	position:absolute;
	list-style:none;
	z-index: 2;
    right: 0;
    top: 0;
	font-size:12px!important;
	line-height:40px;
	display:block;
}
ul.breadcrumbs li{
	float:left;
	margin-right:5px;
}
ul.breadcrumbs li a{
	color:#6bb54a;
}
ul.breadcrumbs li a:hover{
	color:#6bb54a;
	text-decoration:underline;
}

ul.breadcrumbs li:after{
	content:' / ';
}
ul.breadcrumbs li:first-child:after, ul.breadcrumbs li:last-child:after{content:'';}

ul.side_menu{
	list-style:none;
	font-size:12px!important;
	line-height:45px;
	display:block;
	padding:0;
}
ul.side_menu li:before, #zaposleni li:before{
	display: block;
    content: "";
    width: 0;
    margin-left: 0;
}
ul.side_menu li a{
	font-size: 12px!important;
    color: #58595b;
    line-height: 16px;
    padding: 14px 0 14px 15px;
    display: block;
    border-bottom: 1px solid #58595b;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}


ul.side_menu li:hover a, ul.side_menu li.active a{
	color:#6bb54a;
	font-size:12px!important;
	line-height: 16px;
	display:block;
	 padding: 14px 0 14px 15px;
	border-bottom:1px solid #6bb54a;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.floatingButton{
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-radius-bottomleft: 5px;
    position: absolute;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 10px;
    background-color: #bb1f86;
    -webkit-box-shadow: 0px 6px 21px 0px rgba(35,31,32,.6);
    -moz-box-shadow: 0px 6px 21px 0px rgba(35,31,32,.6);
    box-shadow: 0px 6px 21px 0px rgba(35,31,32,.6);
    font-family: 'OpenSansCondensedBold';
    font-size: 48px;
    line-height: 48px;
    color: #FFF;
    padding: 15px 20px;
    z-index: 998;
    left: 50%;
    margin-left: -110px;
}

#head_logos{
	position:absolute;
	z-index:998;
	bottom:30px;
}
#head_logos a {
	float:left;
}
#head_logos a img{
	height:60px;
	margin-right:15px;
}

/*############################
## CONTENT STYLES
############################*/
.content{
	width:100%;
	display:block;
	padding:100px 0 80px 0;
	min-height:30px;
	float:left;
}
.greyContent{background-color:#eeeeee;}
.top_cont{
	width:100%;
	display:block;
	padding:80px 0 0 0;
	min-height:30px;
	float:left;
}
.usklicnik:before{
	position:relative;
	top:-55px;
	left:50%;
	margin-left:-40px;
	width:80px;
	height:80px;
	display:block;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	background-color:#fff;
	border:1px solid #bb1f86;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	font-family: 'FontAwesome';
	content: "\f06a";
	    padding: 5px 6px;
    font-size: 78px;
    line-height: 68px;
	color:#bb1f86;
}
#home_specialOffer{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	padding:15px;
	background-color:#fbdb9b;
	font-size:16px;
	line-height:24px;
	font-family: 'OpenSansRegular';
	color:#000;
}

#home_specialOffer .naslov{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	width:100%;
	margin-top:50px;
	color:#bb1f86;
	background-color:#fbdb9b;
	font-family: 'OpenSansSemiboldItalic';
	font-size:36px;
}



#home_specialOffer .istaknuto{
	display:block;
	margin-top:30px  ;
	margin-bottom: 40px ;
	color:#5fb4e1;
	font-family: 'OpenSansExtraBold';
	font-size:66px;
	line-height:66px;
}
.butn_holder{margin-top:6px!important;}
.calltoActionBtn{
	color: #fff!important;
    text-transform: uppercase;
    background-color: #bb1f86;
    font-family: 'OpenSansBold';
    font-size: 16px!important;
    line-height: 20px!important;
    padding: 9px!important;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
}

.slika_1na1{
	padding-bottom: 82.10%;
	overflow:hidden;
	display:block;
	background-size: cover!important;
    background-position: center center!important;
	
}

.bg_green{padding:10px; background-color:#6bb54a; background-color:rgba(107, 181, 74, .9);}
.bg_blue{padding:10px; background-color:#5fb4e1; background-color:rgba(95, 180, 225, .7);}
.bg_yellow{padding:10px; background-color:#f7b634; background-color:rgba(247, 182, 52, .7);}

.BGgreen{background-color:#6bb54a;}
.BGblue{background-color:#5fb4e1;}
.BGyellow{background-color:#f7b634;}

.he-view,.he-zoom{
	position:absolute;
	top:auto!important;
	left:auto!important;
	right:auto!important;
	bottom:10px!important;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	width:100%;
	overflow:hidden;
	visibility:visible!important;
}

.he-view .soloNaslov{
	width: 100%;
    font-size: 39px;
    line-height: 33px;
    padding: 6px;
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-family: 'OpenSansCondensedBold';
}

.opisText h6{
	width:100%;
	font-size:24px;
	line-height:30px;

	color:#FFF;
	font-family: 'OpenSansCondensedBold';
}
.opisText{
font-size:16px;
	line-height:20px;

	color:#FFF;
	font-family: 'OpenSansRegular';
}

.he-view .soloNaslov{display:block!important; visibility:visible!important;}
.he-view-show .soloNaslov{display:none!important; visibility:hidden!important;}
.he-view .opisText{display:none!important; visibility:hidden!important;}
.he-view-show .opisText{display:block!important; visibility:visible!important;}


/*template 2*/
.tpl2 .bg{
	padding: 0 10px;

	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	width:100%;
	height:100%;
	display:table;
}
.tpl2 .center-bar{
	/*position:absolute;
	top:50%;*/
	text-align:center;
	width:90%;
	margin:0 auto;
	display:table-cell!important;
	vertical-align:middle;
	
	
}

#home_usluge a:nth-child(3n+1), #novosti_list li:nth-child(2n+1){
	margin-left:0;
	
}
#home_usluge a:nth-child(3n+3), #novosti_list li:nth-child(2n+2){
	margin-right:0;
}

#home_usluge{}
.home_usluga{text-align:left;}
.home_usluga .img{
	padding-bottom: 82.10%;
    overflow: hidden;
	background-position:center center!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
}
.home_usluga .img img{
	display:none;
	visibility:hidden;
}
.home_usluga h5{
	padding:65px 0;
	color:#6bb54a;
	text-align:left;
}

.home_usluga .button{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#6bb54a;
	font-family: 'OpenSansSemibold';
	color:#FFF;
	text-align:center;
	line-height:55px;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	margin-top:50px;
}

.home_usluga .button:hover{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#575656;
	font-family: 'OpenSansSemibold';
	color:#FFF;
	text-align:center;
	line-height:55px;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	margin-top:50px;
}

#novosti_list{
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
	margin-top:32px;
	width:100%;
	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;
}


#novosti_list li:before{
	display: inline-block!important;
    content: ""!important;
    width: 0!important;
    margin-left: 0!important;
}

#novosti_list li .novost_slika{
	padding-bottom: 66%;
    overflow: hidden;
	background-position:center center!important;
	background-size:cover!important;
	background-repeat:no-repeat!important;
}
#novosti_list li .novost_slika img{
	display:none;
	visibility:hidden;
}

#novosti_list li .novost_naslov{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'OpenSansCondensedBold';
	color:#FFF;
	padding:12px 16px;
	font-size:24px;
	line-height:30px;
	margin:-20px 15px 20px 15px;
	text-align:center;
}
#novosti_list li .novost_text{
	color:#6f6f6f;
	font-size:14px;
	font-family: 'OpenSansRegular'!important;
	line-height:20px;
}

.gallery a:before{
	 padding: 7px;
    background-color: aliceblue;
    border: 1px #ddd solid;
}

.gallery a .imgBGloc{
	
    background-position: center center!important;
    background-size: cover!important;
    margin-bottom: 20px;
    background-repeat: no-repeat!important;
}
.gallery a .img img{
	display:none;
	visibility:hidden;
}
.gallery .imgBGloc:before{
	width:100%;
	padding-bottom: 100%;
    overflow: hidden;
	display: block;
  content: "";
 
	}
	

.gallery a:before {
	
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;

}
.gallery a:hover .imgBGloc:before { 
	border-width: 0px ;
	background-color: rgba(0,0,0,0.4);
}
.gallery a .imgBGloc:after {
	content: '\f00e';
	position: absolute;
	font-family: FontAwesome;
	width: 100%;
	text-align: center;
	color: #f7b634;
	font-size: 40px;
	left: 0px;
	top: 50%;
	z-index:999;
	margin-top: -15px;
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}
.gallery a:hover .imgBGloc:after{
	transform: scale(1);
}

	
/*############################
## FOOTER STYLES
############################*/
footer{
	min-height: 450px;
    float: left;
    background: #f7b634;
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: 'OpenSansRegular'!important;
}
footer .footer{
	background-color: #fff;
    width: 100%;
    display: block;
    background-image: url(../images/foot_topBG.png);
    float: left;
    padding: 161px 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: repeat-x;
}
footer h4{
	padding-bottom:35px;
	color:#6bb54a;
	font-size:24px;
}
.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;
	margin:12px 0;
}

.footMenu{
}

.footMenu li a{
	line-height:30px;
	font-size:16px;
	color:#fff;
}
.footMenu li a:hover{
	line-height:30px;
	color:#6bb54a;
	font-size:16px;
}

.footMenu li ul{
	padding-left:15px;
}

.footGall{}

.footGall a{
	margin-bottom:15px;
}
#partneri li{
	margin-bottom:30px;
}
#iso_norme li{
	margin-bottom:40px;
}
.footLogo{
	background:url(../images/mz_adria_logo.png) no-repeat;
	background-size: 101px 34px;
    background-position: left center;
    padding-left: 50px;
    line-height: 51px;
    display: block;
    padding-left: 125px;
    color: #FFF;
}
.footLogo:hover{color:#FFF;}

@media all and (max-width: 768px) {
	
	.footLogo{
		height: 36px;
		line-height: 1!important;
		padding-top: 5px;
	}

}

#footContact{margin-top: 35px;
    width: 100%;
    display: block;}
#footContact a, #footContact a:hover{
	font-family: 'OpenSansCondensedBold';
	font-size:22px;
	color:#37a1d9;
	line-height:35px;
	text-transform:uppercase;
}

#footGPS{margin-top:30px;}
#footGPS:before{
	display: inline-block;
    font-family: 'FontAwesome'!important;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 93px;
    line-height: 93px;
    content: "\f14e";
    color: #6bb54a;
    float: left;
    margin-right: 20px;
}
#footGPS div{
	    font-family: 'OpenSansCondensedBold';
    font-size: 22px;
    color: #6bb54a;
    line-height: 27px;
    padding-top: 20px;
    text-transform: uppercase;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10%;
    right: 10%;
    display: none;
    text-indent: -9999px;
    background: url('../images/scroolTop.png') no-repeat;
	background-size:contain;
}

#foot_htz a{
	text-align:center;
	margin-bottom:30px;
}

table,
th,
td {
	font-family: 'OpenSansRegular'!important;
    border-bottom: 1px solid #6bb54a;
    padding: 5px;
    font-size: 14px;
    line-height: 19px;
}
.veciTbl {width:100%;}
.veciTbl td{    padding: 10px 5px!important;}
.round-corner {
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px #6bb54a;
  border-radius: 5px;
}
.round-corner caption + tbody tr:first-child td:first-child,
.round-corner caption + tbody tr:first-child th:first-child {
  border-top-left-radius: 5px;
  
  
}
.round-corner caption + tbody tr:first-child td:last-child,
.round-corner caption + tbody tr:first-child th:last-child {
  border-top-right-radius: 5px;
  border-right: none;
}
.round-corner tbody:first-child tr:first-child td:first-child,
.round-corner tbody:first-child tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.round-corner tbody:first-child tr:first-child td:last-child,
.round-corner tbody:first-child tr:first-child th:last-child {
  border-top-right-radius: 5px;
  border-right: none;
}
.round-corner tbody:last-child tr:last-child td:first-child,
.round-corner tbody:last-child tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.round-corner tbody:last-child tr:last-child td:last-child,
.round-corner tbody:last-child tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
  border-right: none;
}
.round-corner thead tr:last-child td:first-child,
.round-corner thead tr:last-child th:first-child {
  border-top-left-radius: 5px;
  color:#FFF;
  background-color: #5fb4e1;
}
.round-corner thead tr:last-child td:last-child,
.round-corner thead tr:last-child th:last-child {
  border-top-right-radius: 5px;
  border-right: none;
}
.round-corner tfoot tr:last-child td:first-child,
.round-corner tfoot tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.round-corner tfoot tr:last-child td:last-child,
.round-corner tfoot tr:last-child th:last-child {
  border-bottom-right-radius: 5px;
  border-right: none;
}
.round-corner table tr th,
.round-corner table tr td {
  border-radius: 0;
}

/*############################
	## COUNTDOWN STYLES
	############################	*/

.ce-countdown--theme-1 {
	background: #f7f7f7;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: 1.4;
	padding: 20px;
}

.ce-countdown--theme-1 .ce-col {
	display: inline-block;
	margin: 0 20px;
	padding-bottom: 20px;
}

.ce-countdown--theme-1 .ce-days,
.ce-countdown--theme-1 .ce-hours,
.ce-countdown--theme-1 .ce-minutes,
.ce-countdown--theme-1 .ce-seconds,
.ce-countdown--theme-1 .ce-dseconds,
.ce-countdown--theme-1 .ce-mseconds {
	font-size: 4.5em;
}

.ce-countdown--theme-1 .ce-dseconds,
.ce-countdown--theme-1 .ce-mseconds {
	display: inline-block;
	width: 150px;
}

.ce-countdown--theme-1 .ce-days-label,
.ce-countdown--theme-1 .ce-hours-label,
.ce-countdown--theme-1 .ce-minutes-label,
.ce-countdown--theme-1 .ce-seconds-label,
.ce-countdown--theme-1 .ce-dseconds-label,
.ce-countdown--theme-1 .ce-mseconds-label {
	display: block;
	text-transform: uppercase;
}

@media all and (max-width: 540px) {
	.ce-countdown--theme-1 .ce-days,
	.ce-countdown--theme-1 .ce-hours,
	.ce-countdown--theme-1 .ce-minutes,
	.ce-countdown--theme-1 .ce-seconds,
	.ce-countdown--theme-1 .ce-dseconds,
	.ce-countdown--theme-1 .ce-mseconds {
		font-size: 1.5em;
	}

	.ce-countdown--theme-1 .ce-col {
		display: block;
	}
}
	
/*############################
	## 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: 'OpenSansRegular';
	font-size:13px;
	float:left; 
	width:100%;
	border-bottom: 1px solid #575656;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   color: #898078;
   background-color:inherit;
   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; 
}
.element select {
	font-family: 'OpenSansRegular';
font-weight: 300;
	font-size:13px;
	float:left; 
	width:100%;
	border-bottom: 1px solid #575656;
   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: 'OpenSansRegular';
	float:left; 
	width:100%;
	height:200px;
	border: 1px solid #e5e5e5;
   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;
}

 #submitKontakt, #submitProizvod, #submitPrijava1,#submitPrijava2, .formField .button {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #6bb54a;
    font-family: 'OpenSansSemibold';
    color: #FFF;
    text-align: center;
    line-height: 55px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */


}
#submitKontakt:hover, #submitProizvod:hover, #submitPrijava1:hover,#submitPrijava2:hover, .formField .button:hover  {
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #898078;
    font-family: 'OpenSansSemibold';
    color: #FFF;
    text-align: center;
    line-height: 55px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
}


.loading, .loading1,.loading2,.loading_newsletter, .loading_booking {
	float:right; 
	font-size:28px;
	color:inherit;
	height:28px; 
	width:28px; 
	display:none;
}
.done,.done1,.done2, .done_newsletter, .done_booking {
	padding-left:20px;
	font-family: "OpenSansLight";
	text-align:center;
	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: 50px;
	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;}
	
.floatingButton{display:none;}
#demo-test-gallery{margin-top:50px;}
@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;}
	#usluge_list article:nth-child(3n+1){
	margin-left:0;
	
}
#usluge_list article:nth-child(3n+3){
	margin-right:0;
}

#usluge_list article:nth-child(3n+1), #usluge_list td:nth-child(3n+1){
	margin-left:0;
	
}
#usluge_list article:nth-child(3n+3), #usluge_list td:nth-child(3n+3){
	margin-right:0;
}

#demo-test-gallery a:nth-child(4n+1){
	margin-left:0;
	
}
#demo-test-gallery a:nth-child(4n+4){
	margin-right:0;
}


.zaposlen-sizer{width:31.678%;}
}

@media all and (min-width: 768px) 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;}
#usluge_list article:nth-child(3n+1), #usluge_list td:nth-child(3n+1){
	margin-left:0;
	
}
#usluge_list article:nth-child(3n+3), #usluge_list td:nth-child(3n+3){
	margin-right:0;
}
.zaposlen-sizer{width:31.678%;}

#demo-test-gallery a:nth-child(3n+1){
	margin-left:0;
	
}
#demo-test-gallery a:nth-child(3n+3){
	margin-right:0;
}

}

@media all and (max-width : 768px ){
	.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;}
	
	.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;
	
}

#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%;}

#demo-test-gallery a:nth-child(3n+1){
	margin-left:0;
	
}
#demo-test-gallery a:nth-child(3n+3){
	margin-right:0;
}
}
