
.bg-white {
    background-color: #ffffff !important;
}

.rozha {
	font-family: "Rozha One", serif;
	font-weight: 400;
	font-style: normal;
}
.roboto-serif-<uniquifier> {
  font-family: "Roboto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "GRAD" 0;
}

/*allarga container*/
@media (min-width: 1200px) {
	.container {
		max-width: 1320px;
	}
}

.pink {	
	color: #bd8c0b !important;
}
.bg-pink {	
	background-color: #bd8c0b !important;
}
.error {	
	color: #990000 !important;
}

.text-dark {	
	color: #000000 !important;
}
.text-white {	
	color: #ffffff !important;
}

.bg-light {	
	background-color: #f7f7f7 !important;
}



/*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: 2.6666em;
	list-style-type: disc;
}
.phtm ol {
	margin-left: 1.3333em;
	list-style-type: decimal;
	list-style-position: inside;
}
.phtm img {
	max-width: 100% !important;
}
.phtm img.imgdx {
	float: right;
	margin: 0 0 10px 30px;
}



/* 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;
}
.m-0 {
	margin: 0 !important;
	margin: 0 !important;
}
.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.mx-1 {
	margin-left: .25rem !important;
	margin-right: .25rem !important;
}
.mx-2 {
	margin-left: .50rem !important;
	margin-right: .50rem !important;
}
.mx-3 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}
.mx-4 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}
.mx-5 {
	margin-left: 3rem !important;
	margin-right: 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;
}
.p-0 {
	padding: 0 !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;
}
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.px-1 {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
}
.px-2 {
	padding-left: .50rem !important;
	padding-right: .50rem !important;
}
.px-3 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.px-4 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.px-5 {
	padding-left: 3rem !important;
	padding-right: 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;
}



.mw-25 {
	max-width: 25% !important;
}
.mw-50 {
	max-width: 50% !important;
}
.mw-75 {
	max-width: 75% !important;
}


.yt-video {
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}
.yt-video iframe, .yt-video video {
	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%;
	}
}