@charset "utf-8";

@font-face {
font-family: "Nexa";
src: url("/fonts/nexa/NexaBook.eot");
src: url("/fonts/nexa/NexaBook?#iefix") format("embedded-opentype"),
     url("/fonts/nexa/NexaBook.ttf")  format("truetype"),
     url("/fonts/nexa/NexaBook.svg") format("svg");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: "Nexa";
src: url("/fonts/nexa/NexaBold.eot");
src: url("/fonts/nexa/NexaBold?#iefix") format("embedded-opentype"),
     url("/fonts/nexa/NexaBold.ttf")  format("truetype"),
     url("/fonts/nexa/NexaBold.svg") format("svg");
font-weight: bold;
font-style: normal
}
@font-face {
font-family: "NexaRegular";
src: url("/fonts/nexa/NexaRegular.eot");
src: url("/fonts/nexa/NexaRegular?#iefix") format("embedded-opentype"),
     url("/fonts/nexa/NexaRegular.ttf")  format("truetype"),
     url("/fonts/nexa/NexaRegular.svg") format("svg");
font-weight: normal;
font-style: normal
}
.circle_minus {
	width: 115px !important;

}

@font-face {
font-family: "Avenir";
src: url("/fonts/avenir/AvenirLTStdHeavy.eot");
src: url("/fonts/avenir/AvenirLTStdHeavy?#iefix") format("embedded-opentype"),
     url("/fonts/avenir/AvenirLTStdHeavy.ttf")  format("truetype"),
     url("/fonts/avenir/AvenirLTStdHeavy.svg") format("svg");
font-weight: bold;
font-style: normal
}
@font-face {
font-family: "Avenir";
src: url("/fonts/avenir/AvenirLT45Book.eot");
src: url("/fonts/avenir/AvenirLT45Book?#iefix") format("embedded-opentype"),
     url("/fonts/avenir/AvenirLT45Book.ttf")  format("truetype"),
     url("/fonts/avenir/AvenirLT45Book.svg") format("svg");
font-weight: normal;
font-style: normal
}


body {
    font-family: "Nexa",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: normal;

}
/*reset  */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;


}
.block {
	display: block !important
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}
html {
	-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
.clearfix:after {
    clear: both;
}

h1,h2,h3,h4 {
    font-weight: 300;
    font-size: 30px;
}

a {
    color: #444444;
    cursor: pointer !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover,a:active,a:focus {
    color: #808080;
    text-decoration: none;
}

.bignaslov {
	width: 100%;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #DADADA;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #065fab;
}
.bignaslov h2{
    font-size: 32px;
	font-weight: bold;
	padding-bottom:5px;
}
.bignaslov h3{
    font-size: 19px;
	font-weight: normal;

	line-height: 1.3;
}
.bignaslov i:before {
	float: right;
	font-size:38px;
	color:#065fab;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.bignaslov:hover {
	background: #065fab;
	color: white
}
.bignaslov:hover i:before{
	color: white
}
#scroll {
    position: absolute;
    z-index: 50;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    text-align: center;
    margin: auto;
    text-decoration: none !important;
    cursor: pointer;
    background: transparent;
}
#scroll i:before {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 65px !important;
	color: rgba(255,255,255,1);
}

.naslovstr {
	width: 70%; /* Set your own width: percents, ems, whatever! */
	overflow: none; /* Recommended in case content is larger than the container */
	margin: 0 auto; /* Center the item vertically & horizontally */
	position: absolute; /* Break it out of the regular flow */
	bottom: 130px; left: 0; right: 0; /* Set the bounds in which to center it, relative to its parent/container */
	text-align: center;
	z-index: 99;
	color:white;
	text-transform: uppercase;
	font-size:3.3125rem;
}
.podnaslovstr {
	width: 70%; /* Set your own width: percents, ems, whatever! */
	overflow: none; /* Recommended in case content is larger than the container */
	margin: 0 auto; /* Center the item vertically & horizontally */
	position: absolute; /* Break it out of the regular flow */
	bottom: 185px; left: 0; right: 0; /* Set the bounds in which to center it, relative to its parent/container */
	text-align: center;
	z-index: 99;
	color:white;
	text-transform: uppercase;
	font-size:1.9125rem;
}
#scroll i {
    color:#0077a6
}
#scroll i:before {
	position: relative;
	top: 5px;
	left: 1px;
}

.slajder {
    width: 100%!important;
}

#slajder {
    overflow: hidden;
    position: relative;
    display: block;
    margin-top:110px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


#drzacslide {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#slajder .slides li {
    background-size: cover!important;
    height: 100%!important;
    background-repeat: no-repeat !important;
    width: 100%;
    position: relative !important;
}

#slajder .slides li img {
    width: 100% !important;
}


.hidden {
    display: none;
}

#slogan {
    position: absolute;
    z-index: 5;
    bottom: 50%;
    left: 0;
    right: 0;
    margin-bottom: -100px;
    text-align: center;
}

#slogan .naslovslide {
    color: white;
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,.65);
    font-size: 38px;
    letter-spacing: 5px;
    line-height: 1.1;
}

#slogan .podnaslovslide {
    color: white;
    text-align: center;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,.65);
    font-size: 16px;
    letter-spacing: 1px;
}

.sloganhr {
    border: 0 !important;
    height: 3px;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,.65);
    width: 60px;
}

.blackhr {
    border: 0 !important;
    height: 1px;
    background: #b9b9b9;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#slajder .prev {
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 24px;
    color: white;
    z-index: 4;
    margin-top: -30px;
    text-decoration: none !important;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    opacity: 0;
}

#slajder .prev i:before {
    font-size: 86px;
    line-height: 50px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#slajder .prev:hover {
	opacity: 1;
}
#slajder .next {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 24px;
    color: white;
    z-index: 4;
    margin-top: -30px;
    text-decoration: none !important;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    opacity: 0;
}

#slajder .next i:before {
  	font-size: 86px;
    line-height: 50px;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	right: 50px;
}
#slajder .next:hover {
	opacity: 1;
}
#pokrijme {
	background: url('/images/mrezica.png') repeat;
	opacity: 0;
	position: absolute;
	left: 0;
	top :0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.drzaczaslider {
	margin: auto;
	position: absolute;
	left: 0; right: 0;
	text-align: center;
	width: 90%;
	z-index: 2;
}
.drzaczaslider h2 {
	text-align: center;
	color: white;
	font-family: "Avenir";
	font-size: 50px;
	font-weight: bold;
	display: inline-block;
	z-index: 10;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.drzaczaslider .box {
	background: rgba(0,0,0,0.6);
	width: 0%;
	margin: 0 auto;
	z-index: 15;
}
.drzaczaslider .box p{
	color: white;
	font-size:20px;
	padding: 20px;
	line-height: 40px;
	font-weight: 100;
}
.drzaczaslider .box a {
	color: white;
	position: relative
}
.drzaczaslider .box a:after {
	content: '';

    width: 100%;
    position: absolute;
    left: 0;
	bottom: 2px;

	background: white;
	height: 2px;
	opacity: 1;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.drzaczaslider .box a:hover:after {
	opacity: 0;
}

/*slider*/
.topslider {
    background: rgba(255,255,255,1);
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 6;
}

.logo {
    float: left;
    padding: 27px 30px 16px 0px !important;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav {
    float: right;
	margin-top: 65px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav li a {
    padding: 0 !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    color: #065fab;
    font-size: 17px;
	font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: white;
}
.nav li.active a {
	background: #065fab !important;
	color: white;
}
.nav li a:hover  {
	background: #065fab !important;
	color: white !important;
}
/*fixed*/
.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	background: white;
	opacity: 1;
}

.cbp-af-header .cbp-af-inner {
    margin: 0 auto;
}

.cbp-af-header h1,
.cbp-af-header nav {
    display: inline-block;
    position: relative;
    opacity: 1 !important;
}

 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header nav a {
    line-height: 35px;
    position: relative;
}

.cbp-af-header h1 {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 4px;
    font-size: 4em;
    margin: 0;
    float: left;
}

.cbp-af-header nav {
    float: right;
}


/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	padding: 10px 30px 10px 0px !important;
}
.nospace {
	margin: 0 !important;
	padding: 0 !important;
}

.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink nav a {
    line-height:35px;
}


.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
}



.nav a:hover, .nav a:active, .nav a:focus {
    background: transparent !important;
    color: #065fab;
}

.naslovproizvoda {
   	font-size: 30px;
    padding: 30px 0 5px 0;
    text-transform: uppercase;
    display: inline-block;
    color: #065fab;
    font-weight: bold;
}

.podnaslov_proizvoda {
    font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
.podnaslov_kontakt {
	color: #065fab;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.tekst_proizvoda {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 2.55rem;
    color: #595959;
    text-rendering: optimizeLegibility;
}
.tabela {
	font-size: 1.2rem;
}
.naslovTable {
	font-size: 17px;
	font-weight: 700;
	padding: 0 !important;
	text-transform: uppercase;
}
.blackhr {
    border: 0;
    width: 100px;
    height: 3px;
    background: #065fab;
    float: left;
    margin: 5px 0 30px 0;
}
.blackhrx {
	border: 0;
    width: 100px;
    height: 3px;
    background: #065fab;
    float: left;
    margin: -15px 0 70px 0;
}
.img_thumb {
    display: inline-block;
    margin: 10px 15px 22px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumb {
    padding: 20px 0;
    padding-bottom: 0;
    background: none;
}
/*figcaption*/
@font-face {
    font-weight: normal;
font-style: normal;
font-family: 'feathericons';
src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center;
    padding: 0;
    margin-top: 0.15% !important;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    background: #065fab;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

.grid figure img {
    position: relative;
    display: block;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.naslov_kocke {
	width: 100%;
	height: 50px;
	background: #065fab;

}
.naslov_kocke i:before {
	position: absolute;
	right: 15px;
	bottom: 0px;
	font-size:33px !important;
	padding-right:1px;
	font-weight: lighter !important;
}
.naslov_kocke h2{
	text-align: left;
	text-indent: 22px;
	line-height: 53px;
	font-size: 25px;
	text-transform: uppercase;
	color: white;
	font-weight: bold !important;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
/*---------------*/
/***** Roxy *****/
/*---------------*/



figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
    opacity: 1;
}
.izdvojeno img {
	max-width: none;
    min-width: -webkit-calc(100% + 80px);
    min-width: calc(100% + 80px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-70px,0,0);
    transform: translate3d(-70px,0,0);
    opacity: 1;
}
figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
    padding: 26%;
    text-align: center;
}


figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    padding: 5px 0;
    position: relative;
    top: 25px;
    font-weight: bold;
}
.fa-facebook-square {
	color: #065fab;
	margin-left: 20px;
	font-size: 17px;
}
/*galerija*/
.mojagalerija .tooltip-inner{
	background: #065fab;
	min-width: 224px !important;
}
.fr-info-padder {
	background: #065fab !important;
	font-family: "Nexa" !important;
	font-size: 16px !important;
}
.mojagalerija .tooltip {
	margin-top: -5px;

}
.mojagalerija .tooltip.in{
	opacity:1 !important;
    filter:alpha(opacity=100) !important
}
.mojagalerija .tooltip > .tooltip-arrow { border-bottom-color:transparent; border-top-color:transparent; border-left-color: transparent; border-right-color: transparent}
.mojagalerija {
    width: 19.3%;
    margin-right: 0.7%;
    float: left;
    position: relative;
    margin-bottom: 0.7%;
    border: 1px solid #dedede
}
.galerijapadding {
	margin-bottom: 50px;
}
.mojagalerija .hoverblue {
	background: #065fab
}
hr.tabela {
	border-color: #DADADA;
	width: 80%;
	float: left;
	clear:both !important;
	margin: 10px 0 10px 0;
}
.flaticon-zoom61 {
	color:#065fab;
	margin-left: 5px;
}
.fresco  {
	position: relative;
	display: block;
}
.hoverblue {
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
}
.hoverblue i {
	position: relative;
	top:50%;
}
.mojagalerija:hover .hoverblue{
	opacity: 0.7;
}
.hoverblue .flaticon-zoom61::before {
	font-size:24px;
	color:white;
	position:relative;
	bottom:40px;
	-webkit-transition: bottom 0.4s;
	-moz-transition: bottom 0.46s;
	-o-transition: bottom 0.4s;
	transition: bottom 0.4s;
}
.mojagalerija:hover .hoverblue .flaticon-zoom61::before {
	bottom:15px;
}
.getimage {
	position: relative;
}
.prvi_materijal {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.prvi_materijal i {
	/*color: #BBAB60;*/

	color: #96C56F;
	color: #515151;
	color: #FFA243;
	/*color: #ACBB66;*/
	font-size: 25px;
	position: relative;
	left: 107px;
	top: 5px;
	padding: 5px;
}
.prvi_materijal i:before {
	font-size: 25px !important;
	position: relative;
	left: 1px;
	top: 1px;

}

.mlinktitle {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #065fab;
    width: 0px;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    white-space: nowrap;
    height: 27px;
    margin-top:10px;
	font-size: 1.2rem;
}
.img_thumb:hover .mlinktitle{
    width: 100%;
}
.mlinktitle .flaticon-keyboard53 {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	left: 10px;
}
.img_thumb:hover .flaticon-keyboard53{
    left:20px;
}
.mlinktitle .flaticon-keyboard53:before {
	font-size: 23px;
	position: absolute;
	bottom: -3px;
}
.tablared {
	clear:both;
	display:inline-block;
}
.dimensionsblock {
	line-height: 9px;
}
.dimensionsblock img {
	float: left;
	margin-top: -4px;
}
.dimensionsblock .number {
	float: left;
	margin: 12px;
	color: #5c5c5c;
	font-size: 16px;
}
.dimensionsblock i {
	border: 1px solid black;
	font-size: 40px;
	line-height: 24px;
	position: relative;
	top: 4px;
}
.dimensionsblock i:before {
	font-size:40px;
	position: Relative;
	top: 5px;
}

/*style tooltip  */
.tooltip{
    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:16px;
    opacity:0;
    filter:alpha(opacity=0)
}
.tooltip.in{
    opacity:.9;
    filter:alpha(opacity=90)
}
.tooltip-inner{
    max-width:400px;
    display: inline-block;
    padding:6px 12px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#000;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px
}

#underlined {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #065fab;
    width: 0px;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	color: #697176
}
#underlined:hover, #underlined:active, #underlined:focus{
    width: 100%;
}
/* General styles for the modal */

/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	min-height: 100%;
}
.modal-content button {
	display: inline-block !important;
}
#specifikacije  .modal-title .md-close{
	position: absolute;
	right: 0;
	top: -20px;
}
#specifikacije .modal-title .md-close i:before {
	font-size: 28px !important;
}
.md-modal {
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -340px;
	width: 680px;
	height: auto;
	z-index: 99999;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;

}
.zatvori {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 15px;
	top: 10px;
	background: none !important;
	padding: 0 !important;
	margin-top:0 !important;
}
.zatvori i:before {
	font-size: 40px !important;
	color: white;
}
.zatvori i:hover {
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;
}
.md-show {
	visibility: visible;
}
.swfi {
	left: 20% !important;
	margin-left: 0 !important;
	min-width: 60% !important;
	max-width: 1118px !important;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 20000;
	opacity: 0;
	background: rgba(6,53,95,0.8);
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.navigation-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Content styles */
.md-content {
	color: #000;
	position: relative;
	border-radius: 0;
	margin: 0 auto;
	background: white;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.2);
	overflow-y: auto;
	overflow-x: hidden;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	color: #595959;
	text-rendering: optimizeLegibility;
	font-family: "Nexa";
}
.md-content img {
	margin-top:20px;
	padding-left: 15px;
}
.md-content h3 {
	color: white;
	margin: 0;
	padding:20px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
	background: #065fab;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	border: 0;
	color: white;
	padding: 14px;
	background: #065fab;
	margin-top:20px;
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.md-effect-15 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	transform-origin: 0 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	-ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

.gradient_top {
	background: url("/images/gradient_top.png") top left repeat-x;
	width: 100%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.gradient_bot {
	background: url("/images/gradient_bot.png") bottom left repeat-x;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 50px;
	left: 0;
}

.absolutep {
	position: absolute;
	bottom: -20px;
}
.pushnaslov {
	margin-top: 35px;
}
.md-close {
	display: block;
	margin: 0 auto;
	border: 0;
	color: white;
	padding: 14px;
	background: #065fab;
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
}
.md-close i {
	margin-left: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.md-close i:before {
	font-size: 21px;
	position: relative;
	bottom: 0px;
	font-weight: normal;
}

.md-close:hover i{
	padding-left: 10px;
}
#mapp{
	height:200px;
	z-index:2;
}
.error input,.error textarea,.error select{
	background: rgb(255, 236, 236)!important;
	  border: 1px solid rgb(221, 170, 170) !important;
}
.error select {
	background: url('/images/select.svg') no-repeat right 5px center rgb(242, 222, 222) !important;
}
.alert-warning {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	background-color: white !important;
	border: 0 !important;
	color : rgb(76, 76, 76);
	border: 3px solid rgb(221, 170, 170) !important
}
.alert-success {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	background-color: white !important;
	border: 3px solid rgb(114, 190, 110) !important;
	color : rgb(76, 76, 76);
}
.alert h2 {
	font-size:16px;
}
.success input,.success textarea,.success select{
}
.bluetext {
	color: #065fab !important
}
.language-select {
	color: #065fab;
	margin-left: 10px;
	border: 2px solid #065fab;
	padding: 3px 10px 2px 10px;
	font-weight: 600
}
.language-select:hover {
	color: white;
	background: #065fab;
}
.whitetext {
	color: white !important
}
.blue {
	color: black !important;
}
.form-control {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	background: rgba(0,119,166,0.06);
	border: 1px solid rgba(0,120,167,0.35);
	height: 45px;
}
.form-group {
	margin-bottom: 26px;
}
.form-control:active, .form-control:focus {
	-webkit-box-shadow: 0px 0px 16px 3px rgba(0,120,167,0.1);
	-moz-box-shadow: 0px 0px 16px 3px rgba(0,120,167,0.1);
	box-shadow: 0px 0px 16px 3px rgba(0,120,167,0.1);
	border-color: 1px solid rgba(0,120,167,0.35);
	background: white
}
textarea.form-control {
	padding-top: 10px;
}
.kontakt_informacije {
	float:left;
}
.posaljidugme {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 24px;
	height: 45px;
	color: rgb(6, 95, 171);
	font-weight: bold;
	background: none;
	text-align: right;
	border: none;
	float: right;
	padding-right: 0;
	background: white;
	padding: 10px 17px;
}
.posaljidugme i:before{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.posaljidugme:hover i:before{
	padding-left: 10px;
}
.flaticon-menu51::before {
	font-size: 23px !important;
	color: #065fab
}
.adresa .fa {
	float: left;
	width: 25px;
	color: #065fab;
	font-size: 30px;
}
.adresa li {
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}
.adresa .pod {
	float: left;
	width: 180px;
	padding-left: 25px;
	font-size:14px;
}
.adresa .pod h4 {
	font-weight: bold;
	color:#3A3A3A;
	padding-bottom:10px;
	font-size:14px;
}
#clients {
	width: 100%;
	background: #F1F4F9;
	padding-bottom: 40px;
}
#clients .item {
	padding:40px 30px;
	position: relative;
}
#clients .item img {
	width: inherit
}
/*arrows*/

.owl-prev {
    position: absolute;
	left: -8px !important;
    width: 40px;
    height: 66px;
    top: 50%;
    margin-top: -15px;
    border-radius: none !important;
    -webkit-border-radius: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.owl-galerija .owl-prev {
	left: 20px !important;
}
.owl-prev i:before {
	font-size:30px;
	position: relative;

}
.owl-next {
    position: absolute;
    right: -5px !important;
    width: 40px;
    height: 66px;
    top: 50%;
    margin-top: -15px;
    border-radius: none !important;
    -webkit-border-radius: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.owl-next i:before {
	font-size:30px;
	position: relative;
	left: 14px;

}
.owl-modal .owl-prev {
	-webkit-box-shadow: 0px 0px 0px 4px #065fab;
	-moz-box-shadow: 0px 0px 0px 4px #065fab;
	box-shadow: 0px 0px 0px 4px #065fab;
	background: white;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	margin-left:73px;
}
.razmak30 {
	margin-top: 30px;
}
.owl-modal .owl-prev i:before {
	font-size: 19px !important;
	color: #065fab;
	left: 5px;
	top: 3px;
}
.owl-modal .owl-next {
	-webkit-box-shadow: 0px 0px 0px 4px #065fab;
	-moz-box-shadow: 0px 0px 0px 4px #065fab;
	box-shadow: 0px 0px 0px 4px #065fab;
	background: white;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	margin-right: 57px;
}
.owl-modal .item img {
	width: inherit !important;
	display: block;
	margin: auto;
}
.owl-modal .owl-next i:before {
	font-size: 19px !important;
	color: #065fab;
	left: 8px;
	top: 3px;
}

.klijenti {
	margin-bottom:50px;
}
.navbar-toggle {
	position: fixed;
	right: 0;
	padding: 9px 0px;
	margin-top: 3px;
	top: -1px;
	z-index: 9999;
}
/* Products page */


.proizvod_naslov {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.proizvod_naslov p {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.proizvod_naslov h2{
	color: #065fab;
	padding: 30px 50px 0px 30px;
	font-size: 40px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.proizvod_naslov h3{
	color: #065fab;
	padding: 5px 50px 15px 30px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: normal!
}
.proizvod_naslov h3 i:before{
	color:#065fab;
	font-size:38px;
	line-height: 1.7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#proizvodi .hoverblue {
	opacity: 0.7
}
#proizvodi .relative {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	min-height: 200px
}

.relative {
	position: relative;
}
/* ACCORDION */
.panel-group .panel-heading,.panel-group .panel {
	border-radius: 0px;
}
.panel-group {
	margin-top: 30px;
	margin-bottom: 0;
}
.panel-group .panel-heading {
	background: white;
}
.panel .panel-title {
	color: #065fab;
	font-size:22px;
	font-weight: bold;
	padding: 20px 0;
	text-transform: uppercase
}
.panel-heading {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.arrow_rotate {
	-webkit-transform: rotate(180deg);  /* Chrome, Safari 3.1+ */
	-moz-transform: rotate(180deg);  /* Firefox 3.5-15 */
	-ms-transform: rotate(180deg);  /* IE 9 */
	-o-transform: rotate(180deg);  /* Opera 10.50-12.00 */
	transform: rotate(180deg);  /* Firefox 16+, IE 10+, Opera 12.50+ */
	-webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}
.indicator {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.indicator:before {
	font-size: 38px !important;
	line-height: 62px;
	color: #065fab;
	padding-left: 1px;
}


.panel-heading:hover .indicator:before{
	color: white
}
.panel-heading:hover {
	background: #065fab
}
.panel-heading:hover .panel-title {
	color: white
}



#panel_body:first-child .panel {
	border-top: 3px solid #f3f3f3
}
.panel {
	border: none;
	border-bottom: 3px solid #f3f3f3
}
.panel-body {
	border-radius: 0px !important;
	padding-top: 0 !important;
	padding-bottom: 85px;
	border: none !important;
	position: relative;

}


.indicatorx {
	font-size: 50px;
	line-height: 62px;
	color: #065fab
}
.panel-group .panel+.panel {
	margin: 0 !important;
}
.resa {
	display: inline-block;
	margin-bottom: 30px;
}
.resa img {
	margin-left: 7px
}
.naslov_rese {
	font-weight: bold;
	font-size: 22px;
	color: #065fab;
	padding-bottom: 15px;
	text-align: center;
}
/* Kontakt forma */
#pitanja {
	background: #065fab;
	padding: 50px 0;
}
#pitanja .naslov {
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0;
	text-transform: uppercase;
}
hr.whitehr {
	border: 0 !important;
    height: 4px;
    background: white;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100px;
    float: left;
}
figure .whitehr {
	position: absolute;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	left: 0;
	right: 0;
	margin: 39px auto 0 auto;
	text-align: center;
}
.pitanje_tekst {
	color: white;
	padding : 20px 0;
	font-family: "NexaRegular";
}
#pitanja .form-control {
	background: white;
	font-weight: bold;
}

/*specifikacije*/
#specifikacije section{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 20px;
}
#specifikacije .col-sm-6{
	margin: 0 !important;
	padding: 0 !important;
}
#specifikacije section:first-child {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}
#specifikacije section {
	min-height: 60px;
}
#specifikacije section h5 {
	color: #065fab;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.materijal_kocka {
	border: 1px solid #949494;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	margin-right: 10px;
	color: #5c5c5c;
	font-size: 16px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 15px;
}
.materijal_kocka:hover {
	color: white;
	background: #065fab;
	border-color: #065fab;
}
.proizvod_naslov:after {
 	-webkit-transition: all 0.3s;
 	-moz-transition: all 0.3s;
 	-o-transition: all 0.3s;
 	transition: all 0.3s;
}
/*VIJESTI*/
.vijest {
	margin-bottom: 80px;
}
.sameHeight {
	padding-bottom: 15px;
}
.modal {
	z-index: 999999999;
	padding: 0 !important;
}
.modal-dialog {
	margin: 0 !important
}
.modal-content {
	border-radius: 0 !important;
}
.modal-header {
	background: #065fab;
	color:white;
	text-align: center;
	text-transform: uppercase;
}
.opsirnije_dugme {
	text-transform: uppercase;
	font-weight: bold;
	color: #065fab;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding: 5px 10px;
}
.opsirnije_dugme:hover {
	color: white;
	background: #065fab;
}
.izdvojena_slika {
	margin-bottom: 15px;
}
.opsirnije_dugme_naslovna {
	text-transform: uppercase;
	font-weight: bold;
	color: #065fab;
	border: 0 !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding: 5px 10px;
	display: inline-block !important;
	margin: auto;
	background: transparent;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-size:16px;
	margin-top: 5px;
}
.border .opsirnije_dugme_naslovna {
	margin-top : 30px;
	bottom: 0;
}
.izdvojeno {
	font-family: "NexaRegular",Arial,"Helvetica Neue",Helvetica,sans-serif;
	padding: 15px;
	color:#515456;
}
.hoverizdvojene {
	background: rgba(0,78,149,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}
.naslovizdvojene {
	font-size: 26px;
	margin: 15px 0;
	margin-top: 35px;
	line-height: 1.5;
	letter-spacing: -0.5px;
}
.izdvojeno p{
	line-height: 1.5;
}
.testimonialblue {
	background: #065fab;
	color: white;
	padding:60px 30px;
	padding-top: 20px;
}
.padding15 {
	padding: 15px;
}
.izdvojeno .border {
	border: 4px solid #065fab;
	padding: 60px 30px
}
.border .naslovizdvojene {
	margin-top: 0;
}
.izdvojeno:hover {
	color: #515456
}
.izdvojeno:hover .opsirnije_dugme_naslovna{
	background: #065fab;
	color: white;
}
.linijica {
	width: 100%;
	border-top: 1px solid #065fab;
}
.linijica img {
	position: relative;
	bottom: 1px;
	display: block;
	margin: 0 auto;
}
.grider {
	text-align: center;
}
#clients .opsirnije_dugme_naslovna {
	display: block !important;
	margin: 0 auto !important;
}
.opsirnije_dugme_naslovna:hover {
	background: #065fab;
	color: white;
}
.uvodni_tekst {
	margin: 40px 0 20px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.4;
	color: #595959;
	text-rendering: optimizeLegibility;
	font-family: "Nexa";
}
.vijest:hover .opsirnije_dugme {
	background: #065fab;
	color: white;
}
.naslov_vijesti{
	font-size: 24px;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    color: #065fab !important;
    font-weight: bold;
    position: relative;
	top: 23px;
}
.vijest small {
	position: relative;
	top: 15px;
	font-weight: bold;
	color: #697176
}

.arhivablock {
	padding:10px;
	border-top: 1px solid #afafaf;
	clear:both;
	display: block;
}
.arhivablock:nth-child(1) {
	border-top: 0;
}
.arhivanaslov {
	font-size:18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #697176
}
.kontakt_informacije i{
	color: white;
	font-size: 40px;
	float:left;
	margin-right: 15px;
	width: 40px;
	padding-left:1px;
}
.informacija {
	margin-bottom: 25px !important;
}
.informacija p{
	float: left;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	font-size: 14px;
}
.tultip {
	cursor: help;
}
.flaticon-star138:before {
	color: #F7C500
}
.bc {
	background: #f3f3f3;
	padding: 15px 0;
	color: #9D9D9D
}
.bc a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #9D9D9D
}
.bc a:hover {
	color: #616161
}
.bc a.active {
	color: #616161
}
/* page prva*/

.izdvojeni_proizvodi {
	background: #065fab;
	padding: 15px;
	margin: 15px 0;
	color: white;
}

.svi_proizvodi {
	background: #065fab;
	padding: 15px;
	margin-bottom:20px;
}
.svi_proizvodi i:before{
	color: white;
	font-size: 38px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.naslovna_kocke_naslov {
	font-size:22px;
	text-transform: uppercase;
	font-weight: bold;
	color:white;
	padding-bottom: 15px;
}
.topstuff {
	position: absolute;
	width: 106%;
	right: 16px;
	top: 20px;
	font-size:14px;
	color: #065fab;
	margin-top: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-family: "NexaRegular";
}

.navbar-collapse {
	padding: 0;
	opacity: 1 !important;
}

.gradientbb {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 27%, #f9f9f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 27%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 27%,#f9f9f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 27%,#f9f9f9 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 27%,#f9f9f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 5;
}
/* tooltip*/
.tooltip .tooltip-inner {
	font-family: "Nexa";
}
.clientsbg {
	background: #F1F4F9;
	padding: 40px;
	position: Absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.customized_grid {
	margin:5px  !important;
	min-height: 200px;
	background: #F1F4F9;
	position: relative;
}
.gornjidio {
	padding: 30px 0;
	overflow: hidden !important;
}
#footer {
	background: #F1F4F9;
}
#footer h3 {
	color: #065fab;
	font-size: 24px;
}

.left-border {
	border-left: none;
}
.footericon:before {
	color: #065fab;
	border-radius: 50%;
	background: white;
	padding: 10px;
}
.footerpolje {
	padding: 20px 0;
}
.copyright {
	background: #065fab;
	width: 100%;
	padding: 20px 0;
	text-align: right;
	color:white;
	font-size: 14px;
	font-family: "NexaRegular";
	border-top:3px solid #f3f3f3;
}

.lightblue{
	color: #9fcdf5;
}
.lightblue:hover,.lightblue:active,.lightblue:focus{
	color: #c9daea;
}
#klijenti_header {
	background: white;
	padding: 20px 0 16px 0; /* razlika mora bit 4px */
	border-top: 4px solid #065fab;
}
#klijenti_header h3{
	color: #065fab;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
#clients h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding-top: 50px;
	color: #065fab;
	position: relative;
}

#clients h3:before {
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 30px solid white;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	z-index: 10
}
#clients h3:after {
	width: 60px;
	height: 2px;
	background: #065fab;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -30px;
	z-index: 10
}
.meniindex {
	opacity: 1 !important;
}
.klijenti_tekst {
	text-align: center;
	padding-top: 38px;
	padding-bottom: 5px;
	color: #065fab;
}
.kontaktstrana {
	background:  white !important;
}
.kontaktstrana .podnaslov_proizvoda {
	color: #065fab !important;
}
.kontaktstrana hr.whitehr {
	background: #065fab
}
.kontaktstrana .pitanje_tekst {
	color: #065fab
}
.kontaktstrana .form-control {
	border-color: #065fab ;
}
.kontaktstrana .informacija p {
	color: #065fab;
}
.kontaktstrana .kontakt_informacije i {
	color: #065fab;
}
.kontaktstrana .posaljidugme {
	background: #065fab;
	color: white;
}
.platna {
	padding-bottom: 50px;
}
@media(min-width:480px) {
    #slogan {
        margin-bottom: -54px;
    }
}/*min width 480*/
@media(min-width:768px) {
 /*vece od tableta*/

 	.grider {
	 	  margin-left: 14px !important;
 	}
 	.left-border {
		border-left: 1px solid #F1F4F9;
	}


 	#proizvodi:nth-child(odd) .proizvod_naslov:after {
		width: 0;
		height: 0;
		border-top:20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 30px solid white;
		content: "";
		position: absolute;
		right: -30px;
		bottom: 50%;
		z-index: 10;
		margin-bottom: -20px;
	}
	#proizvodi:nth-child(even) .proizvod_naslov:after {
		width: 0;
		height: 0;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right:30px solid white;
		content: "";
		position: absolute;
		left: -30px;
		bottom: 50%;
		z-index: 10;
		margin-bottom: -20px;
	}

 	#proizvodi:nth-child(even) .proizvod_naslov{
		float: right;
	}
 	.customized_grid {
		margin: 5px !important;
		width: 23%;
	}
    .owl-dots {
        display: inline-block !important;
    }

    #slogan {
        margin-top: -54px;
    }

	.grid figure {
		margin: 1.15% 0.8%;
		width: 48.40%
    }
    .proizvod_naslov {
 		min-height: 240px
	 }
	 .drzaczaslider h2 {
		font-size: 90px;
	}
}/*min width 768*/
.no_oveflow {
	overflow: hidden !important
}
@media(min-width:992px) {
 /*collapsss*/
 	#clients .owl-prev {
		display: none !important;
	}
	#clients .owl-next {
		display: none !important;
	}
	.grider {
		margin-left: 34px !important;
	}
	#leftgradient {
	    width: 400px;
	    height: 100%;
	    position: absolute;
	    background: url('/images/leftgradient.png') repeat-y;
	    z-index: 3;
	    top: 0;
	    left: 0;
	}

	#rightgradient {
	    width: 300px;
	    height: 100%;
	    position: absolute;
	    background: url('/images/rightgradient.png') repeat-y;
	    z-index: 3;
	    right: 0;
	    top: 0;
	}
	.drzaczaslider h2 {
		font-size: 120px;
	}
	.hoverblue {
		background: #065fab;
	}
 	figure.effect-roxy:hover img {
	    opacity: 0.3;
	    -webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	.izdvojeno:hover img {
	    -webkit-transform: translate3d(-15px,0,0);
		transform: translate3d(-15px,0,0);
		opacity: 0.4;
	}
	.izdvojeno:hover .hoverizdvojene {
		background: rgba(0,78,149,1);
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}
	figure.effect-roxy:hover figcaption::before,figure.effect-roxy:hover p  {
	    opacity: 1;
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
 	#slajder .next {
 		opacity:0.7;
 	}
 	#slajder .prev {
	 	opacity: 0.7;
 	}
 	#proizvodi:hover .proizvod_naslov:after{
		border-left-color: #065fab;
		border-right-color: #065fab;
	}
 	#proizvodi:hover .hoverblue{
		opacity: 0;
	}
	#proizvodi:hover .proizvod_naslov h3 i:before {
		color:white;
	}
	#proizvodi:hover .proizvod_naslov{
		background: #065fab;
	}
	#proizvodi:hover .proizvod_naslov h2,#proizvodi:hover .proizvod_naslov h3{
		color:white;
	}
 	.kontakt_informacije {
		float:right;
	}
 	.materijal_kocka {
		margin-top: 0;
	}
 	.indicator {
	 	margin-right: 5px;
 	}
 	.indicatorx {
	 	margin-right: 5px;
 	}

	.proizvod_naslov h2{
		padding: 50px 110px 0px 165px;
	}
	.proizvod_naslov h3{
		padding: 5px 110px 31px 165px;
	}
 	.panel h4 {
	 	padding: 30px 15px;
 	}
 	#mapp{
		height: 400px;
	}
    .owl-dots {
     }

    #slogan .naslovslide {
        font-size: 48px;
        letter-spacing: 10px;
        line-height: 1.1;
    }

    #slogan .podnaslovslide {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .grid figure {
		margin: 1.15% 2.3%;
		margin-left: 0;
		width: 31.03%;
    }

}/*min width 992*/




@media(max-width:767px) {

	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.owl-galerija .owl-prev i:before {
		font-size: 15px !important;
		left: 7px;
		top: 8px;
	}
	.owl-galerija .owl-next i:before {
		font-size: 15px !important;
		top: 8px;
		left: 9px;
	}
	#pitanja {
		padding-bottom: 20px;
	}
	.informacija {
		margin-bottom: 15px !important;
	}
	.kontakt_informacije {
		margin-top: 50px !important;
	}
	#footer #polje {
		margin-bottom: 47px;
	}
	#scroll {
		display: none;
	}
	.naslovstr {
		width: 100%;
		bottom: 30px;
		font-size: 1.8rem;
	}
	.podnaslovstr {
		width: 100%;
		bottom: 80px;
		font-size: 1.3rem;
	}


	.nospacesmall {
		margin: 0;
		padding: 0;
	}

	#specifikacije .container {
		margin: 0 !important;
	}
	#proizvodi .proizvod_naslov:after {
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 30px solid white;
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -20px;
		z-index: 10
	}



	.cbp-af-header nav {
		float: left;
		display: block;
		clear: Both;
	}


    .mojagalerija {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }


}/*max width 767 */
@media(max-width:550px) {
	.navbar-nav {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.drzaczaslider {
		margin-top: 15% !important;
	}
}/*max width 550 */

@media(min-width: 762px) {
	.container {
		width: 95% !important;
	}
}
@media(min-width: 993px) {
	.container {
		width: 950px !important;
	 }

}
@media(min-width: 1200px) {
	.container {
		width: 1170px !important;
	}
}
@media(max-width:993px) {
	.md-modal {
		position: fixed;
		top: 25%;
		left: 0 !important;
		width: 100% !important;
		max-width: none;
		margin-left: 0 !important;
		height: auto;

	}
	#clients .owl-prev {
		display: block !important;
	}
	#clients .owl-next {
		display: block !important;
	}
	.kontakt_informacije i{
		color: white;
		font-size: 29px;
		float: left;
		width: 21px;
		padding-left: 1px;
	}
	.kontakt_informacije {
		margin-left: 0px;
		padding-left: 0px;
	}
	#scroll {
		bottom: 5%;
	}
	.drzaczaslider .box {
		width: 100% !important;
	}
	.drzaczaslider .box p {
		line-height: 20px !important;
	}
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin: 0 0 0 0 !important;
	}
	.navbar-nav>li {
        float: none;
		border-bottom: 4px solid #f4f4f4;

    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        background: white !important;
    }

    .collapse.in{
  		display:block !important;

	}
	.navbar-collapse {
		width: calc(100% + 43px) !important;
		margin-left: -21px;
		max-height: calc(100% - 50px) !important;
	}
	.logo {
		width: 100px !important;
		padding: 10px 30px 10px 0px !important;
		margin-left: 15px;
	}
	.topstuff {
		display: none;
	}


	.cbp-af-header nav {
		float: left;
		width: 100%;
	}
	.cbp-af-header h1, .cbp-af-header nav a {
		line-height: 60px !important;
		padding: 0 15px !important;
		font-size: 20px;
	}
	.navbar-header button {
		background: #065fab;
		margin: 0;
		padding: 16px 26px 24px 23px;
		border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	.navbar-header button i:before {
		color: white;
	}

	.navbar-header button i:before {
		font-size: 23px!important;
		position: relative;
		top: 3px;
	}
	.owl-galerija .owl-prev {
		-webkit-box-shadow: 0px 0px 0px 4px #065fab;
	    -moz-box-shadow: 0px 0px 0px 4px #065fab;
	    box-shadow: 0px 0px 0px 4px #065fab;
		background: white;
		border-radius: 50%;
		width: 32px;
		height: 32px;
	}
	.owl-galerija .owl-prev i:before {
		font-size: 19px !important;
		color: #065fab;
		left: 5px;
		top: 6px;
	}
	.owl-galerija .owl-next {
		-webkit-box-shadow: 0px 0px 0px 4px #065fab;
	    -moz-box-shadow: 0px 0px 0px 4px #065fab;
	    box-shadow: 0px 0px 0px 4px #065fab;
		background: white;
		border-radius: 50%;
		width: 32px;
		height: 32px;
		right: 21px !important;
	}
	.owl-galerija .owl-next i:before {
		font-size: 19px !important;
		color: #065fab;
		left: 8px;
		top: 6px;
	}
	#slajder {
		margin-top: 66px !important;
	}
	.modal-dialog {
		width: 100%;
	}
	.panel-body {
		padding-left: 0 !important;
	}
	/*
	.meniindex {
		width: 100% !important;
		padding: 0 !important;
	}*/
}/*max width 992 */

.materijal_kocka .flaticon-25:before {
color: #9E9E9E;
-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.materijal_kocka:hover .flaticon-25:before {
color: white;
}
.fr-window {
	z-index: 99999999999999;
}
.fr-overlay {
	z-index: 1220 !important;
}
.listingproizvoda {
	margin-top: 20px;
	margin-bottom: 50px;
}
