/*==============================================*/
@font-face {
  font-family: 'rbtr';
  src: url('/fonts/Roboto-Regular-webfont.eot');
  src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular-webfont.woff') format('woff'), url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtm';
  src: url('/fonts/Roboto-Medium-webfont.eot');
  src: url('/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Medium-webfont.woff') format('woff'), url('/fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtb';
  src: url('/fonts/Roboto-Bold-webfont.eot');
  src: url('/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Bold-webfont.woff') format('woff'), url('/fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtl';
  src: url('fonts/roboto-light.eot');
  src: url('fonts/roboto-light.eot') format('embedded-opentype'), url('fonts/roboto-light.woff') format('woff'), url('fonts/roboto-light.ttf') format('truetype'), url('fonts/roboto-light.svg#RobotoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.color li {
  padding: 5px 10px;
  list-style: none;
  display: inline-block;
}
.color li:nth-child(1) {
  background-color: #00539e;
}
.color li:nth-child(2) {
  background-color: #4b7b9c;
}
.color li:nth-child(3) {
  background-color: #003494;
}
.color li:nth-child(4) {
  background-color: #777777;
}
.color li:nth-child(5) {
  background-color: #333333;
}
.color li:nth-child(6) {
  background-color: #a8b4da;
}
.color li:nth-child(7) {
  background-color: #cdc3ac;
}
.color li:nth-child(8) {
  background-color: #c0392b;
}
.color li:nth-child(9) {
  background-color: #8b6d49;
}
.color li:nth-child(10) {
  background-color: #cccccc;
}
.color li:nth-child(11) {
  background-color: #4d4d4d;
}
.color li:nth-child(12) {
  background-color: #999999;
}
.color li:nth-child(13) {
  background-color: #808080;
}
.color li:nth-child(14) {
  background-color: #b2cce0;
}
.color li:nth-child(15) {
  background-color: #a8b7d7;
}
.color li:nth-child(16) {
  background-color: #5077b0;
}
.color li:nth-child(17) {
  background-color: #ffffff;
}
.color li:nth-child(18) {
  background-color: #ffffff;
}
.color li:nth-child(19) {
  background-color: #ebf2f2;
}
.color li:nth-child(20) {
  background-color: #d1d1e9;
}
.color li:nth-child(21) {
  background-color: #01304c;
}
.color li:nth-child(22) {
  background-color: #0380db;
}
/*==============================================*/
.navbar {
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}
.navbar li:hover,
.navbar li:focus,
.navbar li:active {
  background-color: #00539e;
}
.navbar li:hover a,
.navbar li:focus a,
.navbar li:active a {
  color: #fff !important;
}
.navbar li.referfriend:hover {
  background-color: #8b6d49 !important;
}
.navbar img {
  height: 30px;
}
.navbar .navbar-header button {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00539e;
  border-color: #00539e;
  color: #fff;
}
.navbar .navbar-header button:hover,
.navbar .navbar-header button:focus,
.navbar .navbar-header button:active {
  background-color: #01304c;
  border-color: #01304c;
  color: #fff;
}
.navbar .navbar-header .lang {
  display: inline-block !important;
  margin-right: 10px;
  float: right;
  margin-top: 18px;
}
.navbar .navbar-header .lang img {
  opacity: 0.5;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 20px;
}
.navbar .navbar-header .lang img:hover,
.navbar .navbar-header .lang img.active {
  opacity: 1;
}
header {
  border-bottom: 4px solid #003494;
  font-family: rbtr;
}
header .container {
  padding-right: 0px;
  padding-left: 0px;
}
header img.logo {
  height: 60px !important;
  margin: 10px !important;
}
header nav {
  text-align: center;
}
header nav img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  margin-right: 0px;
  margin-top: -3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
header nav .lang {
  display: inline-block !important;
}
header nav .lang img {
  opacity: 0.5;
}
header nav .lang img:hover,
header nav .lang img.active {
  opacity: 1;
}
header nav ul {
  display: inline-block;
  padding-left: 10px;
}
header nav ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  margin-right: -4px;
  border-left: 1px solid #999999;
}
header nav ul li a.transfer {
  color: #fff;
  padding: 3px 10px;
  border: none;
  background-color: #0380db;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header nav ul li a.transfer:hover {
  color: #fff !important;
  opacity: 0.7;
  border: none;
  text-decoration: none;
}
header nav .dropdown-menu {
  margin-top: 20px;
}
header nav .dropdown-menu li {
  list-style: none;
  border: none;
  padding: 0px;
  display: inline-block;
  width: 100%;
}
header nav .dropdown-menu li a {
  padding: 10px 20px;
}
header nav .dropdown-menu li a:hover {
  background-color: #a8b4da;
  color: #003494 !important;
}
header nav .dropdown-menu li a.log-out {
  color: #8b6d49;
}
header nav .avt-menu {
  background-image: url(images/avt.png);
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-box-shadow: inset 0 0 2px #555;
  -webkit-box-shadow: inset 0 0 2px #555;
  box-shadow: inset 0px 0 2px #555;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-bottom: -10px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/*==============================================*/
footer {
  background-color: #01304c;
  color: #ffffff;
}
footer .logo {
  color: #ffffff;
  font-size: 13px;
  font-family: rbtr;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .logo img {
  max-height: 70px;
  margin: 0 20px 20px 0;
}
footer .copy {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 30px 0;
  text-align: center;
}
footer .link {
  color: #4b7b9c;
  font-size: 13px;
  line-height: 21px;
  margin: 10px 0 10px 0;
}
footer .link ul {
  padding: 0px;
  text-align: center;
}
footer .link ul li {
  list-style: none;
  display: inline;
  padding: 0 10px;
  border-right: 2px solid #4b7b9c;
}
footer .link ul li:last-child {
  border-right: none;
}
/*==============================================*/
@media (min-width: 992px) {
  header img.logo {
    float: left;
  }
  header nav {
    margin-top: 40px;
    float: right;
  }
  header nav ul li {
    border-left: 1px solid #999999;
  }
  /*==============================================*/
}
