.topbar-left-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 70%;
}
.topbar-right-items {
	float: left;
	margin: 0;
	padding: 0;
	width: 28%;
}
@media (max-width: 1024px) {
	.nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 999px) {
	.navbar-brand img {
		margin-top: 8px;
		margin-left: 20px;
		width: 80%;
	}
}

.topbar-padding {
	padding: 3px 0 11px 0;
}
.topbar.orange2 .toplist li, .topbar.orange2 .toplist li a {
	color: #2f4858;
}

.header-inner.two {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.pagenation-holder {
	padding: 16px 0 12px 0;
	border-bottom: 1px solid #e9e9e9;
	float: left;
	margin: 0;
	width: 100%;
}

.ms-layer.text78 {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.ms-layer.text76 {
  color: #ff2851;
  font-size: 80px;
  line-height: 50px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.ms-layer.text77 {
  color: #fff;
  font-size: 120px;
  line-height: 50px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
.ms-layer.text81 {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.blog-holder-13 .image-holder .post-date-box {
  position: absolute;
  width: auto;
  height: 40px;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  padding: 8px 10px 8px 10px;
}
.blog-post-info span {
	font-size: 13px;
	color: #999999;
	margin-right: 15px;
}
.sidebar-posts .post-info {
	font-size: 12px;
	color: #999999;
}
/*.overlay:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3)
}*/


/* footer */
.usefull-links li, .address-info.no-border li {
	font-size: 15px !important;
}

.team-holder3 .social-icons-3 li a:hover, .team-holder3 .social-icons-3 li a.active {
	background-color: transparent !important;
}
.team-holder3 .img-holder .overlay {
	background-color: transparent !important;
}


.pink {	
	color: #990000 !important;
}
.pink-green {	
	color: #69be28 !important;
}
.pink-red {	
	color: #cc0000 !important;
}
.bg-pink-green {	
	background-color: #6de43f !important;
	/*background-color: #69be28 !important;*/
}

.text-dark {	
	color: #000000 !important;
}
.text-white {	
	color: #ffffff !important;
}

.bg-light {	
	background-color: #f7f7f7 !important;
}

.feature-box-101 .circle {
	background-color: rgba(105, 190, 40, 0.9);
}


a.prolist {	
	display: block;
}
a.prolist p {	
	color: #000000;
}
a.prolist:hover .content-box {	
	background-color: #f7f7f7;
}
a.prolist:hover h3 {	
	color: #cc0000;
}




/*allinea le colonne*/
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

/*centrature colonne md*/
@media (min-width: 995px) {
	.centered {
		text-align: center;
		font-size: 0;
	}
	.centered > div {
		float: none;
		display: inline-block;
		text-align: left;
		font-size: 13px;
		vertical-align: top;
	}
}


.phtm {
	padding: 10px 0;
	text-align: left;
	font-weight: 400 !important;
	font-family: 'Raleway', sans-serif;
}
.phtm p {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	font-weight: 400 !important;
}
.phtm h1, .phtm h2, .phtm h3, .phtm h4 {
	margin-top: 2rem;
	margin-bottom: 0;
}
.phtm li > ul,
.phtm li > ol,
.phtm blockquote > ul,
.phtm blockquote > ol {
	margin-left: 1.3333em;
	list-style-position: inside;
}
.phtm ul {
	margin-left: 1em;
	list-style-type: disc;
}
.phtm ol {
	margin-left: 1.3333em;
	list-style-type: decimal;
	list-style-position: inside;
}



/* exa */
.et:before {
	content: '@'
}
.etd:before {
	content: '.'
}


/*margini*/
.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: .25rem !important;
}
.mt-2 {
	margin-top: .50rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: .25rem !important;
}
.mb-2 {
	margin-bottom: .50rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.mr-1 {
	margin-right: .25rem !important;
}
.mr-2 {
	margin-right: .50rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.mr-4 {
	margin-right: 1.5rem !important;
}
.mr-5 {
	margin-right: 3rem !important;
}
.ml-1 {
	margin-left: .25rem !important;
}
.ml-2 {
	margin-left: .50rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.ml-4 {
	margin-left: 1.5rem !important;
}
.ml-5 {
	margin-left: 3rem !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}
.my-2 {
	margin-top: .50rem !important;
	margin-bottom: .50rem !important;
}
.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: .25rem !important;
}
.pt-2 {
	padding-top: .50rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pt-4 {
	padding-top: 1.5rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: .25rem !important;
}
.pb-2 {
	padding-bottom: .50rem !important;
}
.pb-3 {
	padding-bottom: 1rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.pr-1 {
	padding-right: .25rem !important;
}
.pr-2 {
	padding-right: .50rem !important;
}
.pr-3 {
	padding-right: 1rem !important;
}
.pr-4 {
	padding-right: 1.5rem !important;
}
.pr-5 {
	padding-right: 3rem !important;
}
.pl-1 {
	padding-left: .25rem !important;
}
.pl-2 {
	padding-left: .50rem !important;
}
.pl-3 {
	padding-left: 1rem !important;
}
.pl-4 {
	padding-left: 1.5rem !important;
}
.pl-5 {
	padding-left: 3rem !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}
.py-2 {
	padding-top: .50rem !important;
	padding-bottom: .50rem !important;
}
.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}



.yt-video {
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}
.yt-video iframe {
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}



/* masonry css usalo cosė
<div class="mas-grid-4">
<div class="mas-item">
<a data-fancybox="gallery" href="/pict/upl/<%=dir%>/<%=idpag%>/<%=filename%>"><img src="/pict/upl/<%=dir%>/<%=idpag%>/<%=filename%>" alt="<%=filetitle%>" class="img-thumbnail" /></a>
</div>
</div>
*/

.mas-grid-3 {
    -moz-column-count:3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count:3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
	position: relative !important;
	height: auto !important;
}
.mas-grid-4 {
    -moz-column-count:4;
    -moz-column-gap: 2%;
    -moz-column-width: 23%;
    -webkit-column-count:4;
    -webkit-column-gap: 2%;
    -webkit-column-width: 23%;
    column-count: 4;
    column-gap: 2%;
    column-width: 23%;
	position: relative !important;
	height: auto !important;
}
.mas-grid-3 .mas-item, .mas-grid-4 .mas-item {
	margin-bottom: 20px;
	position: relative !important;
}
@media (max-width: 991px) {
	.mas-grid-4 {
    -moz-column-count:3;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count:3;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 3;
    column-gap: 3%;
    column-width: 30%;
	position: relative !important;
	height: auto !important;
	}
}
@media (max-width: 767px) {
	.mas-grid-3, .mas-grid-4 {
		-moz-column-count:2;
		-moz-column-gap: 2%;
		-moz-column-width: 48%;
		-webkit-column-count:2;
		-webkit-column-gap: 2%;
		-webkit-column-width: 48%;
		column-count: 2;
		column-gap: 3%;
		column-width: 50%;
	}
}