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

#bgvid {
        display: none;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

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

@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: "jura-demibold";
	src: url("jura-demibold.eot"); /* IE9 Compat Modes */
	src: url("jura-demibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("jura-demibold.woff") format("woff"), /* Modern Browsers */
	url("jura-demibold.woff2") format("woff2"), /* Modern Browsers */
	url("jura-demibold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("jura-demibold.svg#jura-demibold") 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: "okolaksbold";
	src: url("okolaksbold.eot"); /* IE9 Compat Modes */
	src: url("okolaksbold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("okolaksbold.woff") format("woff"), /* Modern Browsers */
	url("okolaksbold.woff2") format("woff2"), /* Modern Browsers */
	url("okolaksbold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("okolaksbold.svg#okolaksbold") 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: "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;
}

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

.ulnavbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	border: 1px solid rgba(119,119,119, 0.7);
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	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("../images/statement-table-bg.png");
}

.ulnavbar a {
	display: block;
	padding: 10px;
	color: #2c7207;
	text-shadow: 0px 0px 3px rgba(44,114,7, 0.3);
	text-align: center;
	font-family: "azoft_sans";
	font-weight: bold;
	font-size: 110%;
}

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

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

.ulnavbar a:hover {
	background-color: #204000;
    color: #93b533;
	-webkit-box-shadow: 0px 0px 9px rgba(232,133,0, 0.9);
	-moz-box-shadow: 0px 0px 9px rgba(232,133,0, 0.9);
	box-shadow: 0px 0px 9px rgba(232,133,0, 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: 90%;
	border: 1px solid rgba(119,119,119, 0.7);
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	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("../images/statement-table-bg.png");
}

input[type="text"]{
	width: 67%;
	height: 22px;
	margin: 7px;
	padding: 7px;
	font-family: "vds_new";
    font-size: 100%;
	text-shadow: 0px 0px 3px rgba(44,114,7, 0.3);
	border: 1px solid rgba(119,119,119, 0.7);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	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("../images/statement-table-search.png");
}

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

input[type="submit"]{
	width: 22%;
	margin: 7px;
	padding: 7px;
	float: right;
	cursor: pointer;
	background: url("../images/statement-table-search3.png");
	text-align: center;
	color: #2c7207;
	font-family: "vds_new";
    font-size: 110%;
	text-shadow: 0px 0px 3px rgba(44,114,7, 0.3);
	border: 1px solid rgba(119,119,119, 0.7);
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	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: #204000;
    color: #93b533;
}

::selection {
  background: #f1d797; /* WebKit/Blink Browsers */
  color: #204000;
}

::-moz-selection {
  background: #f1d797; /* Gecko Browsers */
  color: #204000;
}	

table {
	width: 90%;
	margin: auto;
	border: 1px solid rgba(119,119,119, 0.7);
	background-image: url("../images/statement-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: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.title {
	text-align: center;
	padding: 6px;
}

.img {
	text-align: center;
	padding: 3px 5px 1px 3px;
}

.video {
	text-align: center;
	padding: 3px 5px 1px 3px;
}

.text {
	text-align: justify;
	padding: 6px;
}
 
hr {
	color: rgba(119,119,119, 0.5);
	box-shadow: 0px 0px 3px rgba(119, 119, 119, 0.1);
} 

.flags {
	text-align: center;
    padding: 5px;
}

.flags img {
	max-width: 90px;
	min-width: 80px;
	height: auto;
	margin: auto;
}

.button {
	color: #2c7207;
	padding: 3px 10px;
	margin: auto;
	text-shadow: 0px 0px 3px rgba(44,114,7, 0.3);
	border: 1px solid rgba(119,119,119, 0.7);
	background-image: url("../images/statement-table-bg.png");
	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);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.button:link {
    color: #2c7207;
	text-decoration: none;
}

.button:visited {
    color: #2c7207;
	text-decoration: none;
}

.button:hover {
    color: #93b533;
	-webkit-box-shadow: 0px 0px 5px rgba(232,133,0, 0.9);
	-moz-box-shadow: 0px 0px 5px rgba(232,133,0, 0.9);
	box-shadow: 0px 0px 5px rgba(232,133,0, 0.9);
	text-decoration: none;
}

.button:active {
    color: #e88500;
	-webkit-box-shadow: 0px 0px 7px rgba(232,133,0, 0.9);
	-moz-box-shadow: 0px 0px 7px rgba(232,133,0, 0.9);
	box-shadow: 0px 0px 7px rgba(232,133,0, 0.9);
	text-decoration: none;
}

.buttons {
    text-align: center;
    padding: 5px;
}

.buttons p {
	font-family: "azoft_sans";
	font-size: 120%;
}

h2 {
	text-align: center;
	color: #2c7207;
    font-family: "mistral";
    font-size: 270%;
	text-shadow: 0px 0px 3px rgba(44,114,7, 0.3);
}

h3 {
	text-align: center;
	color: #e88500;
    font-family: "okolaksbold";
    font-size: 115%;
	text-shadow: 0px 0px 3px rgba(232,133,0, 0.3);
}

.centered {
	margin: auto;
	display: table;
	color: #2c7207;
	font-family: "vds_new";
	font-size: 120%;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(44,114,7, 0.3);
}

.believe {
	margin: auto;
	display: table;
	color: #e88500;
	font-family: "vds_new";
	font-size: 120%;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(232,133,0, 0.3);
}

.mission {
	color: #93b533;
	font-family: "autoradiographic_rg";
	font-size: 120%;
	text-shadow: 0px 0px 3px rgba(147,181,51, 0.3);
}

.statement {
	color: #204000;
	font-family: "expressway_rg";
	font-size: 120%;
	text-shadow: 0px 0px 3px rgba(32,64,0, 0.3);
}

.featimg {
	text-align: center;
	padding: 3px;
}

.featimg img {
	width: 100%;
	margin: auto;
	border: 1px solid rgba(119,119,119, 0.7);
	box-shadow: 0px 0px 3px rgba(119,119,119, 0.7);
	-webkit-box-shadow: 0px 0px 3px rgba(119,119,119, 0.7);
	-moz-box-shadow: 0px 0px 3px rgba(119,119,119, 0.7);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.featvideo {
	text-align: center;
	padding: 3px;
}

.featvideo iframe {
	width: 100%;
	height: 300px;
	margin: auto;
	border: 1px solid rgba(119,119,119, 0.7);
	box-shadow: 0px 0px 3px rgba(119,119,119, 0.7);
	-webkit-box-shadow: 0px 0px 3px rgba(119,119,119, 0.7);
	-moz-box-shadow: 0px 0px 3px rgba(119,119,119, 0.7);
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.link:link {
    color: #93b533;
}

.link:visited {
    color: #93b533;
}

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

.verse:link {
    color: #93b533;
	text-decoration: none;
	border-bottom: 1px dotted rgba(147,181,51, 0.3);
}

.verse:visited {
    color: #93b533;
	text-decoration: none;
	border-bottom: 1px dotted rgba(147,181,51, 0.3);
}

.verse:hover {
    color: #e88500;
	text-decoration: none;
	border-bottom: none;
}	
 
.verse:active {
    color: #e88500;
	text-decoration: none;
	text-shadow: 0px 0px 7px #e88500;
	border-bottom: none;
}

.footnotes {
	text-align: justify;
}

.footnotes p {
	color: #2c7207;
	font-family: "autoradiographic_rg";
	font-size: 120%;
	text-shadow: 0px 0px 3px rgba(44,114,7, 0.3);
}

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

.footnote:visited {
    color: #e88500;
	text-decoration: none;
}

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

.print {
	text-align: center;
}

.printfriendly img {
	width: 110px;
}