body{
    overflow-x: hidden;
	background: #000;
}
.bx-wrapper{
	border: 0px !important;
	box-shadow: 0 0 0px #ccc !important;
	margin-bottom: 0px !important;
	background: #000 !important;
}
.bx-wrapper .bx-loading {
	background: #000000 !important;
}
#lph_bottom a, #rb_bottom a{
	font-weight: 600;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 2px 2px #000000;
	position: relative;
}
#foot_left a, #foot_right a{
	font-weight: 600;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-shadow: 2px 2px #000000;
	position: relative;
}
#lph_bottom a span, #rb_bottom a span{
	position: relative;
}
#lph_bottom a::before, #rb_bottom a::before{
	content: '';
	position: absolute;
	background: url('../img/marker.png');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; 
    width: 100%;
    height: 44px;
    left: 0;
    top: -12px;
    z-index: -1;
}
#lph_bottom a:hover::before, #rb_bottom a:hover::before{
	z-index: 0;
}
#lph_bottom a.active, #rb_bottom a.active{
	color: #fff; 
}
#lph_bottom a.active::before, #rb_bottom a.active::before{
	z-index: 0;
}
.cnt-btn-wrapper button{
	background: none;
	border: none;
}
.cnt-btn-wrapper{
	text-align: right;
}
input#ime{
	background: url('../img/input1-bg.png'); 
	width: 254px;
	height: 46px;
	background-repeat: no-repeat;
	border: none;
    padding: 0;
    padding-left: 10px;
}
form.cnt-form{
	width: 578px;
    max-width: 100%;
}
div.email-wrapper{
    position: relative;
    left: -31px;
}
textarea{
	margin-left: 0;
	width: 100%;
}
input#email{
	background: url('../img/input2-bg.png'); 
	width: 345px;
	height: 47px;
	background-repeat: no-repeat;
	border: none;
    padding: 0;
    padding-left: 35px;
}
.form-inputs{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
div.page_wrapper .page_content{
	width: 1035px;
	margin: 0 auto;
	max-width: 100%;
}
div.page_wrapper{
	background: #000;
	padding-top: 100px;
}
div.page_wrapper p{
    font-family: 'Conv_GothamLight';
    font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #aeb9de;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
div.page_wrapper h1{
	text-align: center;
    font-family: Bottom-Brazil;
    font-size: 37px;
    color: #ff008a;
    margin-bottom: 20px;
	margin-top: 40px;
}
div.cenovnik div.row{
	border-bottom: solid 2px #e81385;
	padding-top: 7px;
	padding-bottom: 7px;
}
div.cenovnik div.item.rodjendani div.row{
	border-bottom: solid 2px #13e876;
}
div.cenovnik div.item.team div.row{
	border-bottom: solid 2px #1316e8;
}
div.cenovnik div.row div.row-cnt{
	width: 50%;
	display: flex;
	color: #7575b2;
    font-family: 'Conv_GothamLight';
    font-size: 18px;
	align-items: center;
	justify-content: space-between; 
}
div.page_wrapper p.note{
    font-family: 'Conv_GothamLight';
	color: #b1b2aa;
	font-size: 13px;
	text-align: left;
	margin-bottom: 15px;
}
div.cenovnik{
	margin-top: 40px;
}
div.cenovnik div.item{
	margin-bottom: 50px;
}
div.promo{
	text-align: center;
}
div.promo-wrapper{
	display: inline-block;
	background: url('../img/promo-bg.png');
	background-repeat: repeat-x;
	width: 410px;
	max-width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
    font-family: gothambold1;
	font-size: 22px;
}
img.img-responsive{
	max-width: 100%;
}
#divider2 {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    background: #000000;
}
div.gallery_wrapper a img{
	width: 330px;
}
div.gallery_wrapper a{
	margin-bottom: 10px;
}
div.gallery_wrapper{
	margin-top: 30px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
div.errors p{
	font-family: 'Conv_GothamLight';
	color: #fff;
}
input, textarea{
	outline: none !important;
}
button{
	cursor: pointer !important;
}
div.tekst p{
	font-family: 'Conv_GothamLight';
	margin-bottom: 15px;
	    font-size: 14px;
    line-height: 20px;
}
#search-full {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -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;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

  input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
  }

  .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    border: black;
  }

  .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    border-color: green;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
  }
  
  
  #search-full.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

div.tekst{
    width: 700px;
    max-width: 98%;
}

div#holder4 a{
	color: inherit;
}

.tekst-popup{
	display: flex; align-items: flex-start;
}

@media only screen  and (max-width: 1260px) {
	#holder3{
		flex-direction: column;
	}
	#left_box2{
		width: 95%;
		margin: 0 auto;
	}
	img.arrow-top{
		display: none;
	}
	#holder4{
		background-size: cover;
	}		
	.tekst-popup{
		flex-direction: column;
	}
}
@media only screen  and (max-width: 1260px) {
	.form-inputs div{
		width: 100%;
	}
	.form-inputs{
		flex-direction: column;
	    align-items: flex-start;
	}
	input#email, input#ime{
		width: 100%;
		border: 2px solid #ff008a;
		background: none;
		padding-left: 10px;
	    box-sizing: border-box;
	}
	div.email-wrapper{
		position: static;
		margin-top: 10px;
	}
}
@media only screen  and (max-width: 1360px) {
	#list_box1{
		width: 760px;
		max-width: 100%;
	}
	#list_box2{
		width: 760px;
		max-width: 100%;
	}
	#list_box3{
		width: 700px;
		max-width: 100%;
	}
}
.bx-wrapper .bx-pager.bx-default-pager a{
	font-family:Montserrat-Bold !important;
	text-indent: 1px !important;
    background: none !important;
    color: #fff !important;
    font-size: 26px !important;
}
.bx-wrapper .bx-pager{
	    width: 80% !important;
    max-width: 100% !important;
    text-align: right !important;
    margin: 0 auto !important;
	bottom: 18px !important;
}
.bx-wrapper .bx-pager-item{
	width: 60px;
}
.owl-carousel .owl-item img{
	
}
.fancybox-content{
	background: #000 !important;
	color: #fff !important;
}
.fancybox-content{
	background-image: url('../img/popup_top.png') !important;
	background-repeat: no-repeat !important;
	background-position: top left !important;
	border-bottom: solid 12px #00ffde;
}
.fancybox-slide--html .fancybox-close-small{
	width: 20px;
	height: 17px;
	background: url('../img/popup_close.png') no-repeat;
    background-position: center center;
    margin-top: 10px;
    margin-right: 10px;
}
	#holder4  { width:100%; margin:0px auto; height:auto; background:url(../img/usluge-bck.jpg) no-repeat; background-size:100% 100%; padding-top:40px;}
	#list_box1 { box-sizing: border-box;}
	#list_box2 { box-sizing: border-box;}
	#list_box3 { box-sizing: border-box;} 
@media only screen  and (max-width: 1200px) {
	
	#holder4  { width:100%; margin:0px auto; height:auto; background:#111227; background-size:100% 100%; padding-top:40px;}
	#list_box1 { width:87%; box-sizing: border-box; margin: 10px 0px 20px 50px;}
	#list_box2 { width:87%; box-sizing: border-box; margin: 10px 0px 20px 50px;}
	#list_box3 { width:87%; box-sizing: border-box; margin: 10px 0px 20px 50px;} 
}
@media only screen  and (max-width: 750px) {
	#left_box3{
		width: 95%;
		margin: 0 auto;
	}
	#list_box1 { font-size: 25px;}
	#list_box2 { font-size: 25px; }
	#list_box3 { font-size: 25px;} 
	#right_box1 img{
		max-width: 98%;
	}
}
@media only screen  and (max-width: 600px) {
	#list_box1 { font-size: 25px; background: none; padding-left: 15px;margin: 10px 0px 20px 0px;}
	#list_box2 { font-size: 25px; background: none; padding-left: 15px;margin: 10px 0px 20px 0px;}
	#list_box3 { font-size: 25px; background: none; padding-left: 15px;margin: 10px 0px 20px 0px;} 
}
div.footer_wrapper{
	width: 100%;
	background: #15161d;
}
#credits{
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
	width: 1440px; 
	max-width: 100%;
	box-sizing: border-box;
	margin: 0 auto; 
}
#credits_txt{
	width: auto;
}
div.copy a{
	color: inherit;
}
div.copy{
	font-size: 14px;
    color: #00c6bb;
    font-family: Abel-Regular;
}
@media only screen  and (max-width: 701px) {
div.cenovnik div.row div.row-cnt{
	width: 95%;
	margin: 0 auto;
}
	#credits{
		flex-direction: column;
	}
	div.copy{
		margin-bottom: 15px;
	}
	div.share_wrapper{
		margin-top: 15px;
	}
	.fancybox-slide--html .fancybox-close-small{
		margin-top: 35px;
	}
}
.bx-wrapper .bx-pager.bx-default-pager a{
	position: relative;
}
.bx-wrapper .bx-pager.bx-default-pager a::before {
    content: '';
    position: absolute;
    background: url(../img/strelica-slider.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 63px;
    height: 24px;
    left: -18px;
    top: -12px;
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover::before{
	display: block;
}
.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active::before{
	display: block;
}
div.slider-wrapper{
	position: relative;
}
div.slider-wrapper div.slider-img-wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	z-index: 10;
}
@media only screen  and (max-width: 400px) {
	.bx-wrapper .bx-pager.bx-default-pager a{
		font-size: 16px !important;
	}
	.bx-wrapper .bx-pager-item {
		width: 36px;
	}
}
@media only screen  and (max-width: 840px) {
	div.page_wrapper{
		padding-top: 0;
	}
}
@media only screen  and (max-width: 640px) {
	div.slider-wrapper div.slider-img-wrapper img{
		width: 200px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a::before {
		width: 39px; 
		height: 15px;
		top: -7px;
	}
	#mob_top img{
		width: 150px;
	}
}
.mm-menu_offcanvas.mm-menu_opened{
	background: #ff008a;
}
.mm-navbar{
	background: #ff008a;
	border-color: #fff;
}
.mm-listitem{
	color: #fff;
	border-color: #fff;
}
.mm-navbar a{
	color: #fff;
}
.mm-panel, .mm-panels{
	background: #ff008a;
}
.header{
    font-family: 'Conv_GothamLight';
    font-size: 16px;
}
.mm-listitem__text, .mm-navbar a{
    font-family: 'Conv_GothamLight';
}
div.title_wrapper{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 24px;
	font-family: 'Space_age';
	color: #17172d;
    box-sizing: border-box;
}
div.title1{
	background: #e81385;
}
div.title2{
	background: #13e876;
}
div.title3{
	background: #1316e8;
}
div.tekst div.tekst-popup img{
	margin-right: 20px;    width: 450px; max-width: 100%;
}