@charset "utf-8";
/* opšti */

.btn {
  display: inline-block;
  *display: inline;
  padding: 7px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #2c2c2c;
  *background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #2c2c2c, #2c2c2c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c2c2c), to(#2c2c2c));
  background-image: -webkit-linear-gradient(top, #2c2c2c, #2c2c2c);
  background-image: -o-linear-gradient(top, #2c2c2c, #2c2c2c);
  background-image: linear-gradient(to bottom, #2c2c2c, #2c2c2c);
  background-repeat: repeat-x;
  border: 0px solid #2c2c2c;
  *border: 0;
  border-color: #2c2c2c #2c2c2c #2c2c2c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-bottom-color: #2c2c2c;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2c2c2c', endColorstr='#ff2c2c2c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #39C;
  *background-color: #39C;
}
.sppb-btn-default {
    color: #FFF;
    background-color: transparent;
	border: 1px solid #FFF;
}
.sppb-btn:hover,
.sppb-btn:focus,
.sppb-btn:active,
.sppb-btn:active,
.sppb-btn:disabled,
.sppb-btn[disabled], {
    color: #FFF;
    background-color: transparent;
	border: 1px solid #FFF;
}


#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section {
    margin: 90px 0 70px 0;
    z-index: 1;
    position: relative;
}
body.home #sp-page-builder .page-content .sppb-section:first-child {
    margin-top: 90px;
}
#sp-page-builder .page-content .sppb-section:first-child {
    margin-top: 0px;
}


.sppb-title-heading{
	text-transform:uppercase;
	color: #777;
	font-weight:400;
	background-image: url(../images/sep.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	padding-bottom:30px;
	}
	
h3.sppb-title-heading::before {
    left: 50%;
    margin-left: -265px;
}
h3.sppb-title-heading::after {
    right: 50%;
    margin-right: -265px;
}	
h3.sppb-title-heading::before, h3.sppb-title-heading::after {
    position: absolute;
    content: '';
    bottom: 2px;
    width: 215px;
    height: 1px;
    background-color: #e8e8e8;
}
	




body.home #sp-component{
	margin-top:0px;
	text-align:left;
	}
#sp-component{
	margin-top:-150px;
	text-align:center;
	}
body.home .page-content{
	width:100%;
	background-color:none;
	padding:0;
	}
.page-content{
	width:1170px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding:90px 0;
	}

body.home .sppb-row-container{
	margin-bottom:0px;
	}
.sppb-row-container{
	margin-bottom:50px;
	}

#galerija img{
	margin-bottom:30px;
	}

.margbott30{
	margin-bottom:30px;
	}
.no-margin{
	margin-bottom:0;
	}






/* header */
#sp-header {
    background: #009;
    box-shadow: none;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
#sp-header .logo {
    display: inline-block;
    height: 90px;
    display: table;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin: 0;
}

/* menu */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 90px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    margin: 0;
}
/* promo */
.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
    position: absolute;
    top: 50%;
    right: 50%;
}


/* usluge */
figure{
	position:relative;
	}
figcaption{
	position:absolute;
	bottom:0;
	left:0;
	padding:20px;
	}
figcaption h3 a{
	color:#FFF;
	font-weight:bold;
	font-size: 1.1em;
	}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #2c2c2c;
}

figure:hover .overlay {
  opacity: 0.5;
}

#djelatnosti .sppb-col-md-4,
#djelatnosti .sppb-col-md-12{
	margin-bottom:30px;
	}




#stampa figure{
	position:relative;
	}
#stampa figcaption{
	width:100%;
	bottom:0;
	left:0;
	padding:0;
	}
#stampa figcaption h3{
	width:100%;
	background-color: rgba(44,44,44,0.6);
	padding:10px;
	}
#stampa figcaption h3 a{
	color:#FFF;
	font-weight:normal;
	font-size: 0.7em;
	margin-bottom:0;
	}
	
	
/* oglasavanje parallax */
#para{
	background-position: right;
	}
	
#para h2{
	text-transform:uppercase;
	color:#FFF;
	font-size:2.7em;
	font-weight:normal;
	}
#para .sppb-cta-text {
   color:#FFF;
   font-size:1.3em;
   
}	
	
#sp-footer {
    background: #00aeef;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 120px 0 120px 0;
}
	


.offcanvas-menu {
    width: 320px;
    height: 100%;
    background-color:#00aeef;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    visibility: hidden;
    overflow: inherit;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10000;
}

#offcanvas-toggler i {
    color: #FFF;
}






	
@media (min-width:992px) and (max-width:1199px){
	.page-content {
    width: 100%;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0;
}
	}
@media (min-width:768px) and (max-width:991px){
.page-content {
    width: 100%;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0;
}
figcaption h3 a {
    color: #FFF;
    font-weight: bold;
    font-size: 0.9em;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 20px 20px 20px 0;
}
.sppb-col-sm-offset-6 {
    margin-left: 0;
	width:100%;
	padding:0 20px 0 0;
	text-align:center;
}
	}
@media (max-width:767px){
	
	#sp-component{
	margin-top:0;
	}
.page-content {
    width: 100%;
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0;
}

figcaption h3 a {
    color: #FFF;
    font-weight: bold;
    font-size: 0.9em;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
    padding: 20px 20px 20px 0;
}
.sppb-col-sm-offset-6 {
    margin-left: 0;
	width:100%;
	padding:0 20px 0 0;
	text-align:center;
}
	}
@media (max-width:480px){

.sppb-col-sm-offset-6 {
    margin-left: 0;
	width:100%;
	padding:0;
	text-align:center;
}
	}
	
	
	
	
	
	
	