@charset "utf-8";
/* font-face */

@font-face {
    font-family: "Oswald Regular";
    src: url(../webfonts/Oswald-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Raleway Medium";
    src: url(../webfonts/Raleway-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "Khand Regular";
    src: url(../webfonts/Khand-Regular.ttf) format('truetype');
}

@font-face {
    font-family: "Khand Medium";
    src: url(../webfonts/Khand-Medium.ttf) format('truetype');
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background: #000;
	display: none;	
	z-index: 9996;	
	
	filter: alpha(opacity=70);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}

.popup {
	position: fixed;
    width: 100%;	
	display: none;	
	margin: 0 auto;
	z-index: 9998;
}

.popup-content {
	position: relative;
	width: 35%;
	height: auto;
	background: ;		
	font-family: "Khand Regular";
	font-size: 1.2rem;   			
	padding: 1rem;
	border-radius: 1rem;
	margin: 10% auto;
	z-index: 9997;	
}

.popup-content .x{
	float: right;	
	width: auto;
	height: auto;	
}

.popup-content .x:hover{	
    cursor: pointer;
}

#popup-img {
	float: left;
	width: 100%;
	height: auto;
	background: url(file:///D|/Pripreme/Webworks/sumarskaskola_web/sumarska.edu.rs/index_files/cestitka.jpg);
	background-position: center;
	background-size: 100% auto;
	display: inline;
	text-align: center;	
}

#popup-img:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

#pop-title {
	font-family: "Khand Semibold";
	font-size: 2rem;
}

#popup-txt {
	float: left;
	width: 100%;
	height: auto;
	line-height: 140%;
	color: #FFF;	
	display: inline;
	text-align: justify;
	font-family: "Khand Regular";
	font-size: 1.3rem;
	margin: 1rem 0 1rem 0;   	
}