@import url("m_billboard.css");
@import url("x_topmenuline.css");
@import url("m_subheader.css");
@import url("m_video.css");
@import url("m_adminnotify.css");
@import url("editor.css");
/*@import url("m_newtop.css");*/
/*@import url("m_casi.css");*/
/*@import url("m_tockovanje.css");*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}

a {color: #502896; text-decoration: none;}
a:hover {color: #eb5ce5; text-decoration: none;}

body {background: url(/media/images/BG_ama.jpg) fixed;}



#content
{
display: block; position: relative; 
font-family: 'Source Sans Pro', sans-serif;
}

#mainframe_new
{
background: #502896;display: block; position: relative; width: 100%;
}






/* #colors# */
.background_gray {
background: rgb(0,0,0);
background: linear-gradient(140deg, rgba(0,0,0,1) 52%, rgba(51,51,51,1) 100%);
}


.background_blue {
background: rgb(0,0,0);
background: linear-gradient(309deg, rgba(0,0,0,1) 9%, rgba(80,40,150,1) 100%);
}

.background_white {
background: rgb(250,250,250);
}

.background_blue_V {
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 9%, rgba(80,40,150,1) 100%);
}


.background_blue a{
color: #eeeeee;
}

.background_blue a:hover{
color: #ffffff;
}



.frontnaslov {
     position: absolute;
    display: block;
    float: left;
    font-family: 'Oswald',sans-serif;
	bottom: 0px;
    left: 0px;
    z-index: 55555;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(20,20,20,.80);
    padding: 0px 10px;
	
	}


.frontpodnaslov {
    font-size: 14px;
	padding-bottom:10px;
	color: #ccc;
	}



.fullcontainer
{
margin-top: 0px;
box-sizing: border-box;
display: block; position: relative; float: left;
width: 100%;
border: 0px solid red;
min-height: 100px;
display: flex;
flex-direction: column;


}


.fullcontainer_show
{
margin-top: 0px;
box-sizing: border-box;
display: block; position: relative; float: left;
width: 100%;
background: #fff;
display: flex;
flex-direction: column;


}





.fullcontainer_glava
	{ 
	 font-family: 'Roboto Slab', serif;
box-sizing: border-box;
    height: 34px;
    color: #fff;
    padding: 2px 2px 2px 6px;
    font-size: 20px;
    line-height: 30px;
	display: block;
    float: left;
    position: relative;
	width: 100%;font-weight: bold;

	
	}










/* ######################## [ TOP SLIDER ] #################### */




.slider_container {
  display: flex;
  gap: 0px; 
  background: #eb5ce5;
  flex-flow: row wrap;
  justify-content: space-around;
  flex: 1 100%;
  padding: 0;
  margin: 0; 
box-sizing: border-box;
}

.slider-item {
  line-height: auto;
  color: white;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border: 0px solid red; 
}

.slider_item:hover {
opacity: 1;transition: .3s ease;  transform: scale(1.05);
}







/* Video /*/



.video-container {margin-bottom:10px; 
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

