@font-face {
	font-family: "azoft_sans";
	src: url("azoft_sans.eot"); /* IE9 Compat Modes */
	src: url("azoft_sans.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("azoft_sans.woff") format("woff"), /* Modern Browsers */
	url("azoft_sans.woff2") format("woff2"), /* Modern Browsers */
	url("azoft_sans.ttf") format("truetype"), /* Safari, Android, iOS */
	url("azoft_sans.svg#azoft_sans") format("svg"); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}
	
@font-face {
	font-family: "vds_new";
	src: url("vds_new.eot"); /* IE9 Compat Modes */
	src: url("vds_new.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("vds_new.woff") format("woff"), /* Modern Browsers */
	url("vds_new.woff2") format("woff2"), /* Modern Browsers */
	url("vds_new.ttf") format("truetype"), /* Safari, Android, iOS */
	url("vds_new.svg#vds_new") format("svg"); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}
	
@font-face {
	font-family: "mistral";
	src: url("mistral.eot"); /* IE9 Compat Modes */
	src: url("mistral.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("mistral.woff") format("woff"), /* Modern Browsers */
	url("mistral.woff2") format("woff2"), /* Modern Browsers */
	url("mistral.ttf") format("truetype"), /* Safari, Android, iOS */
	url("mistral.svg#mistral") format("svg"); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: "yiggivoo_uc";
	src: url("yiggivoo_uc.eot"); /* IE9 Compat Modes */
	src: url("yiggivoo_uc.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("yiggivoo_uc.woff") format("woff"), /* Modern Browsers */
	url("yiggivoo_uc.woff2") format("woff2"), /* Modern Browsers */
	url("yiggivoo_uc.ttf") format("truetype"), /* Safari, Android, iOS */
	url("yiggivoo_uc.svg#yiggivoo_uc") format("svg"); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}

.parallax {
    background-image: url("../../home/images/home-head-img-portrait-cyr.png");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

body, html {
    height: 100%;
}

body {
	background: url("../../home/images/home-bg.jpg") no-repeat center fixed;
    background-size: cover;
}

#bgvid {
        display: none;
}

::selection {
  background: #404449; /* WebKit/Blink Browsers */
  color: #93c969;
}

::-moz-selection {
  background: #404449; /* Gecko Browsers */
  color: #93c969;
}

#navbar {
	margin: auto;
    width: 97%;
}

.ulnavbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	border: 1px solid rgba(119,119,119, 0.7);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 0px 0px 9px rgba(119,119,119, 0.9);
	-webkit-box-shadow: 0px 0px 9px rgba(119,119,119, 0.9);
	-moz-box-shadow: 0px 0px 9px rgba(119,119,119, 0.9);
	background-image: url("../../home/images/home-table-bg.png");
}

.ulnavbar a {
	display: block;
	padding: 7px;
	color: #404449;
	text-shadow: 0px 0px 3px rgba(64, 68, 73, 0.3);
	text-align: center;
	font-family: "azoft_sans";
	font-weight: bold;
	font-size: 90%;
}

.ulnavbar a:link {
    color: #404449;
	text-decoration: none;
}

.ulnavbar a:visited {
    color: #404449;
	text-decoration: none;
}

.ulnavbar a:hover {
	background-color: #404449;
    color: #93c969;
	-webkit-box-shadow: 0px 0px 9px rgba(147,201,105, 0.9);
	-moz-box-shadow: 0px 0px 9px rgba(147,201,105, 0.9);
	box-shadow: 0px 0px 9px rgba(147,201,105, 0.9);
	text-decoration: underline;
}

.ulnavbar a:active {
	text-decoration: none;
}

.pocetna {
    text-align: center;
}

.prorostva {
    text-align: center;
}

.ucenja {
    text-align: center;
}

.obavestenja {
    text-align: center;
}

.onama {
    text-align: center;
	border-bottom: 1px solid rgba(119,119,119, 0.7);
}

.cirilica {
    text-align: center;
}

.latinica {
    text-align: center;
}

#search-form {
	margin: auto;
    width: 97%;
	border: 1px solid rgba(119,119,119, 0.7);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	box-shadow: 0px 0px 7px rgba(119,119,119, 0.9);
	-webkit-box-shadow: 0px 0px 7px rgba(119,119,119, 0.9);
	-moz-box-shadow: 0px 0px 7px rgba(119,119,119, 0.9);
	background-image: url("../../home/images/home-table-bg.png");
}

input[type="text"]{
	width: 56%;
	height: 18px;
	margin: 5px;
	padding: 5px;
	font-family: "vds_new";
    font-size: 100%;
	text-shadow: 0px 0px 3px rgba(64, 68, 73, 0.3);
	border: 1px solid rgba(119,119,119, 0.7);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(119,119,119, 0.9);
	-webkit-box-shadow: 0px 0px 3px rgba(119,119,119, 0.9);
	-moz-box-shadow: 0px 0px 3px rgba(119,119,119, 0.9);
	background: url("../../home/images/home-table-search.png");
}

input[type="text"]:focus{
	background: url("../../home/images/home-table-search2.png");
}

input[type="submit"]{
	width: 30%;
	margin: 5px;
	padding: 5px;
	float: right;
	cursor: pointer;
	background: url("../../home/images/home-table-search3.png");
	text-align: center;
	color: #404449;
	font-family: "vds_new";
    font-size: 85%;
	text-shadow: 0px 0px 3px rgba(64, 68, 73, 0.3);
	border: 1px solid rgba(119,119,119, 0.7);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(119,119,119, 0.9);
	-webkit-box-shadow: 0px 0px 3px rgba(119,119,119, 0.9);
	-moz-box-shadow: 0px 0px 3px rgba(119,119,119, 0.9);
}

input[type="submit"]:hover {
	background: #404449;
    color: #93c969;
}

table {
	width: 100%;
	margin: auto;
	border: 1px solid rgba(119,119,119, 0.7);
	background-image: url("../../home/images/home-table-bg.png");
	box-shadow: 0px 0px 7px rgba(119,119,119, 0.9);
	-webkit-box-shadow: 0px 0px 7px rgba(119,119,119, 0.9);
	-moz-box-shadow: 0px 0px 7px rgba(119,119,119, 0.9);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

br {
    display: block;
	margin-top: 12px;
}


hr {
	color: rgba(119,119,119, 0.5);
	box-shadow: 0px 0px 3px rgba(119, 119, 119, 0.1);
} 

h1 {
	background-image: url("../../home/images/h1mobilesmall.png");
	text-align: center;
	color: #404449;
    font-family: "yiggivoo_uc";
	line-height: 1.7em;
    font-size: 130%;
	text-shadow: 0px 0px 3px rgba(64, 68, 73, 0.3);
}

h2 {
	line-height: 1.7em;
	text-align: center;
	color: #404449;
    font-family: "mistral";
    font-size: 105%;
	text-shadow: 0px 0px 3px rgba(64, 68, 73, 0.3);
}

.link:link {
    color: #404449;
	text-decoration: none;
}

.link:visited {
    color: #404449;
	text-decoration: none;
}

.link:hover {
    color: #93c969;
	text-decoration: none;
}	
 
.link:active {
    color: #93c969;
	text-shadow: 0px 0px 7px #93c969;
	text-decoration: none;
}

.icons {
	text-align: center;
}

.main img {
	width: 120px;
}

.fb img {
	width: 100px;
}