
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Exo 2', sans-serif;	
	background: #000000;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
main {
min-height: 0;
min-width: 0;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
main a {
	color: #FFFFFF;
}
img {
	max-width: 100%;
}
section {
	margin: 0px auto;
	max-width: 1100px;
	position: relative;
}
.main {
min-height: 0;
min-width: 0;
	background: rgba(0,0,0,0.6);
	padding: 40px;
	flex: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
h1 {
	font-size: 30px;
	margin: 0px;
	padding: 40px 0px 10px 0px;
}
h2 {
	font-size: 24px;
	margin: 0px;
	padding: 30px 0px 5px 0px;
}
h2 + p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
h3 {
	font-size: 20px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
.body {
	background: url(repository/layout/napiste-starostovi/body.png) bottom center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-width: 100%;
	min-height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.body.table_index {
	background-position: center center;
}
.logo {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 15vh;
	width: 30vw;
	max-width: 500px;
}
.logo2 {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 40px;
	width: 350px;
}
.description {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 20vh;
	width: 50vw;
	max-width: 900px;
}
.start {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 5vw;
	margin-bottom: 15vh;
	width: 20vw;
	max-width: 300px;
	animation: zoom-in-zoom-out 2s ease infinite;
}
#FormCampaign {
min-height: 0;
min-width: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex: 1;
}
#FormCampaign .campaign_content {
min-height: 0;
min-width: 0;
	flex: 1;
}
#FormCampaign .campaign_buttons {
	padding: 50px 0px 10px 0px;
	text-align: center;
}
#FormCampaign .campaign_buttons ._Button {
	margin: 0px 20px 10px 20px;
}
#FormCampaign p {
	width: 600px;
	max-width: 100%;
}
#FormCampaign ._TextEdit, #FormCampaign ._TextArea {
	width: 600px;
	max-width: 100%;
}
pre {
	max-width: 100%;
	overflow: auto;
	white-space: break-spaces;
	font-size: 16px;
	background: rgba(255,255,255,0.95);
	color: #000000;
	font-family: "Exo 2", sans-serif;
	padding: 20px;
	line-height: 140%;
}
pre b, pre strong {
	font-weight: 900;
}
.privacy_policy {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 11px;
	margin-right: 20px;
	margin-bottom: 20px;
	opacity: 0.8;
}
.errors {
	background: #CC0201;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: 700;
	width: 600px;
	max-width: 100%;
}
._Button {
	text-transform: uppercase;
}
@keyframes zoom-in-zoom-out{
	0%{
    	transform: scale(1, 1);
	
}
  	50%{
    	transform: scale(1.5, 1.5);
	
}
	100%{
    	transform: scale(1, 1);
	
}
}
.campaign_widgets {
	margin-top: 100px;
}
.columns {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.columns > * {
min-height: 0;
min-width: 0;
	flex: 1;
}
.columns_2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 20px;	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
	
}
.columns_3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 20px;	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;
	
}
.columns_4 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.columns_4 > * {
	max-width: 22%;
	margin: 0px 10px 10px 10px;
	text-align: center;
}
.campaign_widgets h3 {
	height: 80px;
}
._CookieConsentPanel.panel, ._CookieConsentDialog {
	color: #000000;
}
@media only screen and (max-width: 1000px){
.main {
		padding-top: 250px;
	
}
.logo {
		margin-right: 15vh;
		width: 40vw;
	
}
.description {
		margin-bottom: 40vh;
		right: 0;
		left: auto;
		width: 60vw;
	
}
.start {
		margin-left: 10vw;
		margin-right: 0px;
		margin-bottom: 15vh;
		width: 40vw;
		left: 0;
		right: auto;
	
}
.columns_4 > * {
		min-width: 45%;
		max-width: 48%;
	
}
}
@media only screen and (max-width: 650px){
.columns_4 > * {
		min-width: 80%;
		max-width: 100%;
	
}
}
@media only screen and (max-width: 600px){
._TextEdit, ._TextArea {
		width: 100%;
	
}
.logo {
		left: 50%;
		margin-left: -125px;
		width: 250px;
	
}
.logo2 {
		width: 250px;
	
}
.description {
		width: 70vw;
	
}
.main {
		padding-top: 150px;
		padding-left: 20px;
		padding-right: 20px;
	
}
.start {
		width: 40vw;
		margin-left: 15vw;
	
}
#FormCampaign .campaign_buttons ._Button {
		margin-left: 5px;
		margin-right: 5px;
	
}
}
@media only screen and (max-width: 400px){
.logo2 {
		left: 50%;
		margin-left: -125px;
		width: 250px;
	
}
}
