.align-center {
	text-align: center;
}
.list-center {
	display: inline-block;
	text-align: left;
}
.contact-form-success {
	display: flex;
	width: 100%;
}
.contact-form-success .message{
	width: 50%;
	margin-right: 10%;
	padding: 5% 10%;
	background-color: #fff;
}
.contact-form-success .message p{ 
	font-size: 16px;
}
.contact-form-success .image{
	width: 20%;
	margin-right: 10%;
}
#contact-loader {
	display: none;
	width: 100%;
	justify-content: center;
}
#contact-loader .image { 
	width: 50%;
}
#contact-error {
	font-weight: 600;
	font-size: 16px;
}
.tp-parallax-wrap {
	left: 300px;
}
.content_slider.carousel .content_slider_ul li {
	text-align: center;
	padding: 0 40px;
    height: 250px;	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.content_slider.carousel .content_slider_ul li img {
	margin-bottom: 0;
	opacity: 1;
	position: relative;
	top: 0
}
.multi-info .image_frame:hover .image_wrapper .image_links, .multi-info .image_frame.hover .image_wrapper .image_links {
	display: unset;
}

.multi-info .image_frame {
	border: 0;
}

.multi-info-wrapper {
	background: rgba(0, 0, 0, 0.8);
}

.multi-info .image_frame .image_links {
	height: 75%;
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 3% 0 3%;
}

.multi-info .image_frame img{
	width: 100%;
	height: auto;	
}

.multi-info .image_frame .image_links h4{
	text-align: center;
}

.multi-info .image_frame .image_links h7{
	line-height: 1.8;
}

.multi-info .image_frame.column {
	margin: 0 0 15px 0;
}
.multi-info .one-fourth.column {
	width: 23%;
}

.alert_info a, .alert_info a:hover {
    color: #333;
    font-size: 20px;
}
.alert_info {
    background: #76BA1B;
}
.alert .alert_icon {
    font-size: 40px;
    top: 5px;
	background: unset;
}
h4, h4 a, h4 a:hover, .style-simple .sliding_box .desc_wrapper h4 {
    color: #333;
}

.promo_box_wrapper .photo_wrapper {
	width: 26%;
}

.promo_box_wrapper .desc_wrapper {
	width: 68%;
	margin: 0 2% 0 4%;
}
.promo_box_wrapper.promo_box_right .desc_wrapper {
	margin: 0 4% 0 2%;
}

.jq-tabs h4 
{
    color: #808080;
	text-transform: uppercase;
}

.jq-tabs .ui-state-active h4 {
    color: #EF9B0F;
}
.tabs_vertical.ui-tabs .ui-tabs-panel {
	border-radius: 0 15px 15px 15px !important;	
}
.tabs_vertical.ui-tabs .ui-tabs-nav {
	border: 0;	
}
.tabs_vertical.ui-tabs .ui-tabs-nav li:first-child {
	border-radius: 15px 0 0 0 !important;	
}
.tabs_vertical.ui-tabs .ui-tabs-nav li:last-child {
	border-radius: 0 0 15px 0 !important;	
}
.ui-tabs .ui-tabs-nav li a {
	padding: 14px 17px!important;
}

 .button_theme {
	 font-size: 20px;
 }

body, p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #333300;
} 

/* Tamna strana naslovnice */
.body-on-dark {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #c9c9c9;
}

.h1-on-dark {
	color: #c9c9c9;
	font-size: 48px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: 0px;
}

/* Glavni Naslov */
h1, .text-logo #logo {
	color: #333;
	font-size: 48px;
	line-height: 50px;
	font-weight: 300;
	letter-spacing: 0px;
}

/* Nadnaslov */
.subtitle {
	color: #EF9B0F;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	letter-spacing: 6px;
}

.title-row {
	display: inline-block;
}

/* Ul bez tačaka */
ul, .column_column ul li {
	list-style: square;
  }

ul.no-bullets, .column_column ul.no-bullets li {
	list-style: none!important;
}  

/* Ul+li bullet points */
.bullet-title {
	margin-left: 15px;
	color: #EF9B0F;
	text-transform: uppercase;	
	font-size: 22px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
}

.bullet-title-on-dark {
	margin-bottom: 7px;
	margin-left: 15px;
	color: #EF9B0F;
	text-transform: uppercase;	
	font-size: 22px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 6px;
}
.bullet-title-no-link {
	color: #76BA1B;
	font-size: 26px;
	margin-left: 15px;
	text-transform: uppercase;	
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0px;
}

.bullet-explain {
	margin-left: 15px;
	color: #333300;
	
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0px;
}

.bullet-explain-on-dark {
	margin-left: 15px;
	color: #c9c9c9;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0px;	
}

.spread-vertical, .spread-vertical li {
	margin-top: 12px;
	color: #333300;
}


/* White spacer*/
.white-void {
	background-color: white;
}

/* Dark spacer*/
.dark-void {
	background-color: #10151B;	
}

.hr_dots.white-void, .hr_dots.dark-void {
	margin: 0!important;
	padding-bottom: 60px; 	
}

.section-related {
	background-color: #ebebf2;
	border-radius: 15px;
	padding: 10px 20px;
	color:#EF9B0F;
	border-top: 10px solid;
}

/* Mini box */
.section-minibox {
	background-color: #ebebf2;
	border-radius: 15px;
	padding: 5px 20px;
	color:#EF9B0F;
	border-top: 10px solid;
}
}

.white-background {
	background-color: #ffffff;
	padding-bottom: 15px;
}
/* Naslov Anterfile*/
.box-title {
	color: #333300;
	text-transform: uppercase;	
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0px;
}

.offer_thumb_li a:hover {
	text-decoration: none;
}

.grey-back {
	background-color: #eff4f9;
}

.icon-ring {
	width: 90px; 
	vertical-align: middle;
	display: inline-block;
	padding-top: 10px;
}

.icon-ring i {
	font-size: 70px; 
	color: #1e1e1e; 
}

#Content .multi-info img {
	width: 90%; 
	max-width: 90%; 
}

.multi-info .description {
	text-align: center;
}	

.multi-info .bullet-explain-on-dark, .multi-info .bullet-title-on-dark, .icon_box .bullet-explain-on-dark, .icon_box .bullet-title-on-dark {
	margin-left: 0;
}
/* Footer */
.tiny-text {
	color: #000;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
}

.footer_copy .icon img {
	width: 80px;
	height: auto;
}

.top-pic-offset {
	height: 544px;
	position: relative;
}

.title-section {
	background-image:url('/images/grey-shading-pic20.webp');
	height:236px;
	padding: 0 50px;
	position: absolute;
	bottom: 0px;
}


.step-number {
	color: #f6eee5;
	background-color: #EF9B0F;
	border-radius: 50%;
	padding: 2px 12px;
  }

  .demo-step {
	cursor: pointer;
  }
    
table.no-border td {
	border-width: 0;
}

.engage-box {
	background-color: #D9EBF1; 
	border-radius: 8px; 
	padding: 0 12px;
	color:#EF9B0F;
	border-bottom: 10px solid;
}

.engage-box td {
	padding: 0 10px 0 0;
}

.engage-box td img{
	max-width: 56px!important;
}

@media only screen and (min-width: 769px) {
	.hide-on-desktop {
		display: none!important;
	  }
}	  

@media only screen and (max-width: 768px) {
	.second-background {
		display: none;
	}
	.title-section {
		background-image:url('/images/grey-shading-pic20.webp');
		height:276px;
		padding: 0 20px;
	}

	.section_wrapper {
		width: 90%!important;
		max-width: 90%!important;
		margin: 0 5%!important;
	}

	.title-row {
		display: block;
	}

	.responsive-image {
		width: 100%;
	}

	.icon_box  .bullet-explain-on-dark {
		margin-left: 15px;
	}
	.icon_box .icon_wrapper {
		width: 80px;
		height: 80px;
	}

	.icon_box .icon_wrapper .icon-ring {
		margin-top: -45px;
		width: 85px;
	}
	.icon_box .icon_wrapper .icon-ring i{
		font-size: 50px;
	}

	.icon_box.icon_position_left {
		min-height: 96px;
		padding-left: 90px;
	}

	.section-minibox .page-highlight .bullet-title, 
	.section-related .page-highlight .bullet-title,
	.engage-box .page-highlight .bullet-title {
		position: absolute; 
		top: 10px;
		height: 96px;
		display: table;
	}

	.section-minibox .page-highlight .bullet-title, 
	.section-related .page-highlight .bullet-title span, 
	.engage-box .page-highlight .bullet-title span {
		display:table-cell;
		vertical-align:middle;		
	}

	.section-minibox .page-highlight .bullet-explain, 
	.section-related .page-highlight .bullet-explain,
	.engage-box .page-highlight .bullet-explain {
		margin-top: 110px;
		margin-left: -100px; 
	}

	.section-minibox .page-highlight .bullet-explain.tiny-text, 
	.section-related .page-highlight .bullet-explain.tiny-text,
	.engage-box .page-highlight .bullet-explain.tiny-text {
		margin-top: 0px;
	}
	
	.content_slider.carousel .content_slider_ul li {
		height: 50px;
		padding: 0 20px;
	}

	.content_slider.carousel.large .content_slider_ul li {
		height: 150px;
		padding: 0 20px;
	}

	.content_slider .slider_pagination {
		margin-bottom: 40px;
	}

	.reduce-image img, .reduce-image img.scale-with-grid, #Content .multi-info img {
		max-width: 70%!important;
		margin: 20px 15%;
	}

	#Content img.trust-seal {
		max-width: 100%;
		margin: 0;
	}

	.bullet-title-no-link {
		line-height: 30px;
	}

	.section-related ul {
		padding-left: 20px;
	}

	.hide-on-mobile {
		display: none!important;
	}	
	.mobile-delimiter-bottom {
		margin-bottom: 40px;
	}
	.mobile-delimiter-left {
		margin-left: 40px;
	}
}
