/* CSS Document */
@font-face {
	font-family: MrDafoe-Regular;
	src: url("../fonts/MrDafoe-Regular.ttf");
	
}
.deco  {
  font-family: MrDafoe-Regular;
	font-size: 3em;
	color: #5e327f;
}
.deco h1 {
	font-family: MrDafoe-Regular;
}

a {
  color: #fff;
  text-decoration: none;
}
h1 {
	font-size: 0.1em;
	
}

.tz-gallery .col-sm-6 {
	padding: 5px;
}

.wrapper container {
	position: fixed;
	
}
.banner-text h1 {
	color: #5e327f;

}

.bg-color {
	min-height: 100vh;
}


.fullpage {
	 min-height: 100vh;
}

#contact p {
	color:rgba(21,21,21,0.8);
	font-weight: 300;

}
#contact h2 {
	color:rgba(26,26,26,0.8);
	
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.social-list {
	position: fixed;
	top: 100px;
	left: 0;
	transition: 0.5s all ease;


}
.social-list ul {
	display: block;
}
.usluge i {
	font-size: 1em;
	padding-right: 10px;
}

.adresa {
	float: left;
	position: relative;
	top:0;
	transition: top 0.3s;
	font-size:0.8em;
	font-weight: 600;
	padding: 2px 0;
}

.adresa p {
	padding: 0;
	margin-bottom: 0;	
}
.adresa a:link,
.adresa a:visited {
	color:  rgba(36,25,43,1.00);
	padding: 0 10px; 
	background-color: rgba(217,175,233,0.30);
} 
.adresa a:hover {
	background-color: #5e327f;
	border-radius: 3px;
	color: rgba(211,211,211,1.00);
}


.footercontact h3 {
	padding:0;
}
.footercontact i {
	margin:0;
	padding: 0;
	vertical-align: bottom;
}
.footercontact a:link,
.footercontact a:visited {
	color:  rgba(26,26,26,1.00);
	font-weight: 400;
	padding:0; 
	background-color: rgba(210, 168, 227, 0.1);
	margin: 0;
	line-height: 30px;
	border-radius: 2px;
	
} 
.footercontact a:active {
	color:  rgba(26,26,26,1.00);
	font-weight: 400;
	padding:0; 
	background-color: rgba(210, 168, 227, 0.1);
	margin: 0;
	line-height: 30px;

}
.footercontact a:hover {
	background-color: rgba(130,90,161,0.67);
	color: rgb(211,211,211);
}


.adresa i {
	font-size:0.8em;
}
.spusteno {
	top:-80px;
}
.socialspusteno {
	top: 10px;
}


#mapa {	border-radius: 50px;
	padding: 10px;
	height: 400px;

}
 hr {
	display: block;
    height: 9px;
    border: 0;
    border-top: 1px solid #ccc;
    margin:  0;
    padding: 0;
}


.dg-container{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.dg-wrapper{
	width: 100%;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 100%;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	height: 100%;
	border: 50px;
	padding:0;
	border-radius: 5%;
	margin:0 auto;
}

.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}

.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}

.morecontent span {
    display: none;
	transition: 1s all ease;
}
.morelink {
    display: block; 
	color:#825aa1;
	background-color:rgba(73,73,73,0.20);
	padding:3px 5px;
	border-radius: 10px;
}
.more a:activ,
.more a:focus {
	color:#825aa1;
}
.more:link,
.more:visited {
	color:#825aa1;
	
}
.morelink:hover {
	background-color:rgba(49,22,58,1.00);
	color:rgba(255,255,255,1.00);
	
}

.scrollTop {
	z-index: 1000;
  position: fixed;
  right: 10%;
  bottom: 10px;
  background-color: rgba(94,50,127,0.70);
	border-radius: 50px;
  padding: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
  font-size: 10px;
  color: #fff;
}

@media (min-width: 760px) and (max-width: 990px){
	.navbarmedia {
		font-size: 12px;
	}
	.adresa {
		padding:0;
	}

}
