@charset "utf-8";
/* CSS Document */

/*PALETA*/
/*tamna*/
.bg1{ background-color:#190309}
.cl1{ color:#190309}

/*ljubičasta*/
.bg2{ background-color:#8e1838;}
.cl2{ color:8e1838;}

/*krem*/
.bg3{ background-color:#be8648;}
.cl3{ color:#be8648;}

/*krem2*/
.krem2b{ background-color:#be8648;}
.krem2{ color:#be8648;}



/*PALETA.*/


body{
	font-family: 'Open Sans', sans-serif;
	background-color:#fefefe;
}

.site_back {background-color:#fefefe;}

.site_width{ max-width:1300px;}

.shell{ font-family: 'Open Sans', sans-serif; }

.shell .font1{font-family: 'Lobster', cursive;}
.shell .font2{font-family: 'Noto Serif', serif;}
.shell .font3{font-family: 'Open Sans', sans-serif;}

.shell h1{ font-size:34px; text-transform:uppercase; }
.shell h2{ font-size:20px; text-transform:uppercase; }



.shell .krug{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.shell .oval{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.shell .oval2{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.klik_crno{text-decoration:none; color:#333}
.klik_crno:hover{ color:#777}


.shell .klik_lila{text-decoration:none; color:#7b1f57}
.shell .klik_lila:hover{ color:#555}

.shell .pagination_btn{ padding:12px 0px; text-align:center; width:42px; color:#fff; background-color:#7b1f57; font-size:14px; font-weight:bold; text-decoration:none; display:inline-block; margin:10px }

.shell .tekst{ font-size:13.5px; line-height:22px; color:#444; }
.shell .tekst p{ margin-bottom:10px}
.shell .tekst h2{ margin-top:30px}

.shell .dugme{ text-decoration:none; background-color:#be8648; font-size:12px; font-weight:bold; letter-spacing:1px; text-transform:uppercase; padding:10px 20px; color:#fff; display:inline-block; border-radius:1px; transition: all 0.5s;  }
.shell .dugme2{ text-decoration:none; background-color:#190309; font-size:12px; font-weight:bold; letter-spacing:1px; text-transform:uppercase; padding:10px 20px; color:#fff; display:inline-block; border-radius:1px; transition: all 0.5s;  }

.shell .btn_site{ text-decoration:none; background-color:#be8648; font-size:12px; font-weight:bold; letter-spacing:1px; text-transform:uppercase; padding:10px 20px; color:#fff; display:inline-block; border-radius:1px;  }
.shell .message_btn_fld .btn{border-radius:5px; background-color:#EE3338; box-shadow:none; text-decoration:none; font-size:12px; font-weight:normal; letter-spacing:1px; text-transform:uppercase; padding:16px 20px; color:#fff;  display:inline-block; }
.shell .message_fld{ font-size:16px; text-align:center}
.shell .message_btn_fld{ text-align:center}

.shell .disabled_btn{ pointer-events:none; background-color:#ccc; }

.shell .dugme:hover{ background-color:#190309; }
.shell .dugme2:hover{ background-color:#be8648; }

/*

.shell .form_label{  text-align:left; font-size:13px; padding-bottom:3px; padding-top:12px}

.shell input, textarea, select{ background-color:#fff; font-weight:normal; font-size:16px; padding:10px 10px; border:0px; box-shadow:none; border-radius:5px; }
.shell input[type='checkbox']{ outline:0px; outline-offset:0px}

*/

.form_label{  text-align:left; font-size:13px; padding-bottom:3px; padding-top:12px}

tbody tr:nth-child(odd) {
   background-color: #f9f9f9;
}
.table_row_clickable {
    background-color: #eee;
}

.zebra_row {
    background-color: #eee;
}

.table_row_clickable:hover {
    background-color: #ddd;
	cursor: pointer;
}


		@media only screen and (max-width:980px){
			
			
		}
		
		
		@media only screen and (max-width:750px){
			
			
			
		}
		
		@media only screen and (max-width:490px){
			
			
		}

