<style>
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin-ext');
</style>
 
<style>
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600&subset=latin-ext');
</style>

.mar-top5 {margin-top:5px;}
.mar-top10 {margin-top:10px;}
.mar-top15 {margin-top:15px;}
.mar-top20 {margin-top:20px;}
.mar-top25 {margin-top:25px;}
.mar-top30 {margin-top:30px;}
.mar-top35 {margin-top:35px;}
.mar-top40 {margin-top:40px;}
.mar-top45 {margin-top:45px;}
.mar-top50 {margin-top:50px;}

.mar-bottom5 {margin-bottom:5px;}
.mar-bottom10 {margin-bottom:10px;}
.mar-bottom15 {margin-bottom:15px;}
.mar-bottom20 {margin-bottom:20px;}
.mar-bottom25 {margin-bottom:25px;}
.mar-bottom30 {margin-bottom:30px;}
.mar-bottom35 {margin-bottom:35px;}
.mar-bottom40 {margin-bottom:40px;}
.mar-bottom45 {margin-bottom:45px;}
.mar-bottom50 {margin-bottom:50px;}

.mar-left5 {margin-left:5px;}
.mar-left10 {margin-left:10px;}
.mar-left15 {margin-left:15px;}
.mar-left20 {margin-left:20px;}
.mar-left25 {margin-left:25px;}
.mar-left30 {margin-left:30px;}
.mar-left35 {margin-left:35px;}
.mar-left40 {margin-left:40px;}
.mar-left45 {margin-left:45px;}
.mar-left50 {margin-left:50px;}
.mar-left60 {margin-left:60px;}

.mar-right5 {margin-right:5px;}
.mar-right10 {margin-right:10px;}
.mar-right15 {margin-right:15px;}
.mar-right20 {margin-right:20px;}
.mar-right25 {margin-right:25px;}
.mar-right30 {margin-right:30px;}
.mar-right35 {margin-right:35px;}
.mar-right40 {margin-right:40px;}
.mar-right45 {margin-right:45px;}
.mar-right50 {margin-right:50px;}

.moj-txt1 {font-size:12px;}
.moj-small {font-size:10px;}
.moj-small_nav {font-size:15px;}
.moj-smallh1 {font-size:40px;}

.moj-color1 {color:#011b15;}
.moj-color2 {color:#ffffff;}

#topnav {position:absolute;right:0px;top:0px;height:32px;background:url(../images/top-bg.png);   z-index: 1100; }
#topnav li {float:left;padding:10px 30px 10px 30px;  list-style: none;}
#topnav li a {display:block;padding:0px 0px 2px 0px; font: 12px/12px 'Ubuntu', sans-serif; color: #ffffff;  text-transform: uppercase;}
#topnav li a:hover {color:#FFF;}
#topnav ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  position: relative;
}

.mar-top-logo {margin-top:90px;}
.line-txt {line-height:1.4; font-size:15px;}

.ubuntu {font: 12px/12px 'Ubuntu Condensed', sans-serif;}
.poppins {font-family: 'Poppins', sans-serif;}

.fl {float:left;}
.fr {float:right;}

.txt-up {text-transform:uppercase;}
.center {text-align:center;}
.reference {background-color:#232323; padding:15px 20px 15px 20px;}

.xtable           {width: 90%;  border: 1px #a97c52 solid;}
.xtable th        { text-align: left;}
.xtable td        {border: 1px #a97c52 solid;}
.xtable td.right  { padding-left: 5px; }
.xtable th.right  { padding-left: 5px; }
.xtable td.left   { padding-right: 5px; }
.xtable th.left   { padding-right: 5px; }


