/* fonts */
@font-face {
  font-family: "Calibri";
  src: url("/assets/fonts/calibri.eot");
  src: url("/assets/fonts/calibri.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/calibri.woff") format("woff"),
    url("/assets/fonts/calibri.ttf") format("truetype"),
    url("/assets/fonts/calibri.svg#calibri") format("svg");
  font-weight: normal;
  font-style: normal;
}

.txt-show-black {
  text-shadow: 0px 1px 0px #000;
  /*filter: dropshadow(color=#000, offx=0, offy=1); */
}
.txt-show-white {
  text-shadow: 0px 1px 0px #f5f5f5;
  /*filter: dropshadow(color=#f5f5f5, offx=0, offy=1); */
}
.txt-show-yellow {
  text-shadow: 0px 1px 0px #ffee88;
  /*filter: dropshadow(color=#ffee88, offx=0, offy=1); */
}

.yellow {
  color: #ffe400;
}
.btn-color1 {
  background-color: #444444 !important;
  color: #ccc !important;
}

.black-shadow {
  border-radius: 10px;
  -webkit-box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.3);
}
.black-shadow2 {
  border-radius: 10px;
  -webkit-box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.3);
}
.link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.scroll-panel {
  height: 485px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -10px;
  width: 260px;
  padding-left: 10px;
}
.scroll-btns {
  width: 54px;
  height: 21px;
  background: url(/assets/img/arrows.png);
  margin-top: 487px;
  margin-left: 95px;
  position: relative;
}
.scroll-btns a {
  position: absolute;
  top: 0;
  width: 23px;
  height: 21px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.scroll-btns .up {
  left: 0px;
}
.scroll-btns .down {
  left: 30px;
}

.link-none,
.link-none:hover {
  color: #333;
}
.link-none:hover {
  text-decoration: none;
}

/* base */
html,
body {
  height: 100%;
}

body {
  background: url(/assets/img/first-bg.jpg) center top;
  font-family: Calibri;
  font-size: 13px;
  color: #333333;
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -83px;
}

#footer {
  height: 83px;
  background: url(/assets/img/footer.gif) repeat-x;
  color: #c3c1c1;
  text-transform: uppercase;
}
#footer .pd {
  padding-top: 21px;
}
#footer .nav > li > a {
  color: #c3c1c1;
}
#footer .nav > li > a:hover {
  color: #ffa500;
}
#footer .nav > li {
  margin-left: 14px;
}

.navbar .signin {
  width: 378px;
  position: absolute;
  top: 10px;
  right: 0px;
}
.navbar .signin {
  margin-bottom: 23px;
}
.navbar .signin .control-group {
  margin-bottom: 14px;
}
.navbar .signin a {
  color: #cccccc;
  text-decoration: underline;
  white-space: nowrap;
}
.navbar .signin a:hover {
  text-decoration: none;
}
.navbar .signin .span3,
.navbar .signin .span6,
.navbar .signin .span4 {
  margin-left: 0;
}
.navbar .signin .span3 {
  width: 114px;
}
.navbar .signin .span6 {
  width: 164px;
}
.navbar .signin .span4 {
  width: 100px;
}
.navbar .signin .btn-color1 {
  width: 97px;
  text-align: left;
}

.language a {
  color: #cccccc;
  font-size: 11px !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
.language > a {
  width: 81px;
  text-align: left;
  background-color: #333333;
}
.language > a:hover,
.language .dropdown-menu {
  background-color: #333333;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.language .dropdown-menu,
.language .dropdown-menu a {
  border-radius: 4px;
}
.language .dropdown-menu {
  margin-top: -23px;
  margin-left: 0px;
  min-width: inherit;
  width: 101px;
  padding-top: 2px;
  border: medium none;
}
.language .dropdown-menu a {
  padding: 0px 10px;
}
.language .dropdown-menu .active > a,
.language .dropdown-menu a:focus,
.language .dropdown-menu a:hover {
  color: #f7b23b;
  background-color: #333333;
  background-image: none;
  filter: none;
}

/* first page */
.box1 {
  width: 480px;
  height: 558px;
  background: url(/assets/img/box1.png);
  display: block !important;
}
.intro {
  padding: 19px 30px 30px;
  font-size: 14px;
  color: #000;
}
.intro h1 {
  color: #ffb716;
  font-size: 30px;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}
.intro h1 i {
  font-size: 36px;
}
.intro a {
  color: #000;
  text-decoration: underline;
}
.intro a:hover {
  text-decoration: none;
}

.agreeterm {
  font-size: 11px;
  font-style: italic;
  color: #000000;
}

.box2,
.box3,
.box4 {
  width: 250px;
  height: 100%;
  padding: 13px 0;
}
.box1,
.box2,
.box3,
.box4,
.box5,
.banner1,
.empty-banner {
  margin-bottom: 10px;
  border-radius: 8px;
}

.freesub,
.withAcc {
  padding: 0 14px;
}

.freesub h4 {
  font-size: 16px;
  text-align: center;
  margin: 0;
}

.withAcc h4 {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
}

.freesub input {
  display: block;
  text-align: center;
  margin: auto;
}
.box2 {
  background: #f5f5f5;
}
.box3 {
  background: url(/assets/img/box3.png);
}
.box4 {
  background: #f5f5f5;
}
.box5 {
  width: 236px;
  height: 190px;
  background: url(/assets/img/box5.png);
  padding-left: 14px;
  padding-top: 11px;
  color: #fff;
}
.box5 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 9px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.box5 ul {
  padding-right: 10px;
}
.box5 li {
  line-height: 1.2;
  margin-bottom: 13px;
}

.box6 {
  background: url(/assets/img/box3.png);
  color: #fff;
  width: 250px;
}
.box6 h4 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 9px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.box6 ul {
  padding-right: 10px;
}
.box6 li {
  line-height: 1.2;
  margin-bottom: 13px;
}

.box6:hover {
  -webkit-box-shadow: 0px 1px 4px 1px rgb(255 228 4 / 50%);
  box-shadow: 0px 1px 4px 1px rgb(255 228 4 / 50%);
}
.empty-banner {
  background: url(/assets/img/empty-banner.png);
  width: 250px;
  height: 87px;
  text-align: center;
}
.empty-banner h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 80px;
}
.empty-banner a {
  color: #333;
}
.empty-banner a:hover {
  text-decoration: none;
}

.offer h3,
.offer .action {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.offer {
  width: 220px;
  height: 97px;
  margin-left: 14px;
  position: relative;
  font-size: 12px;
}
.offer h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.offer p {
  margin: 0;
}
.offer .details {
  line-height: 1.2;
  text-align: left;
  margin-top: 5px;
}
.offer .action {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
}

/* sponsor page */
.sponsor-box {
  background-image: url(/assets/img/sponsor-box.png);
  height: 572px;
  display: block !important;
}

.logo-block {
  display: inline-block;
  margin: 4px 0 15px;
  overflow: hidden;
  position: absolute;
  left: 15px;
  top: 10px;
}
.reg-form {
  margin-top: 70px;
}
.sponsor-box h2.logo {
  width: 250px;
  display: inline-block;
  line-height: 1;
}
.sponsor-box .details {
  width: 400px;
}
.sponsor-box .title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom: 5px;
}
.sponsor-box .details a {
  color: #ff0000;
}
.sponsor-box .details p {
  margin-bottom: 18px;
}

.banner1 {
  width: 250px;
  height: 87px;
  overflow: hidden;
}
.banner1:hover,
.box2:hover,
.box3:hover,
.box4:hover {
  -webkit-box-shadow: 0px 1px 4px 1px rgba(255, 228, 4, 0.5);
  box-shadow: 0px 1px 4px 1px rgba(255, 228, 4, 0.5);
}

.get-sponsored .get:hover {
  color: #ffc00c;
  text-shadow: 0px 1px 0px #000;
  filter: dropshadow(color=#000, offx=0, offy=1);
}
.discount {
  background: url(/assets/img/discount-bg.png);
  width: 250px;
  height: 57px;
  text-align: center;
}
.discount .form {
  padding-top: 17px;
}
.discount .form .btn {
  margin-left: 10px;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #ffc00c;
}
.discount .form .btn:hover {
  background-color: #e6e6e6 !important;
}
.discount-bottom1,
.discount-bottom2 {
  position: absolute;
  right: 0px;
}
.discount-bottom1 {
  top: 516px;
}
.discount-bottom2 {
  top: 501px;
}

.get-sponsored {
  text-align: center;
}
.get-sponsored .get {
  width: 157px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(/assets/img/big-button.png);
}
.get-sponsored .link {
  display: block;
  margin-top: 5px;
  color: #666666 !important;
}

/* sponsor / register */
.register form {
  background: url(/assets/img/sponsor-register-bg.png);
  width: 722px;
  height: 568px;
  padding: 19px 0 0 19px;
}
.register .logo-block {
  margin: 4px 0 20px 5px;
}

.register {
  color: #fff;
}
.register .span5 {
  width: 344px;
  margin-left: 17px;
}

.register h3 {
  margin: 0 0 16px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.register .control-group {
  margin-bottom: 14px;
}

.register-box1,
.register-box2,
.register-box3 {
  width: 326px;
  padding-left: 18px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.register-box1 {
  height: 112px;
  background: url(/assets/img/sponsor-register-box1.png?1);
}

.register-box2 {
  padding-top: 19px;
  height: 251px;
  background: url(/assets/img/sponsor-register-box2.png?1);
}

.register-box3 {
  padding-top: 19px;
  height: 393px;
  background: url(/assets/img/sponsor-register-box3.png?1);
}
.register-box3 .help {
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* sponsor choose */
.sponsor-shoose-box {
  background-image: url(/assets/img/sponsor-choose-bg.png);
  height: 572px;
}
.sponsor-shoose-box h1 {
  color: #333333 !important;
  margin-bottom: 10px !important;
}

/* bootstart */
.navbar {
  margin-bottom: 23px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 0;
}
.container {
  width: 741px !important;
}

.container-fluid {
  padding-bottom: 120px;
}
.container-fluid .span8 {
  width: 480px;
}
.container-fluid .span4 {
  width: 251px;
  margin-left: 10px;
  position: relative;
}

.navbar-inverse .navbar-inner {
  background: url(/assets/img/navbar.gif) repeat-x;
  height: 80px;
  border: 0;
  filter: none;
}
.navbar-inverse .navbar-inner .container {
  padding-top: 11px;
}

.nav-pills > li > a {
  padding: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: underline;
  background-color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn {
  font-size: 11px;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 23px;
  padding: 0 10px;
  color: #333;
  background-color: #ffc804;
  *background-color: #ffc804;
  background-image: none;
  border: none;
  border-radius: 5px;
  height: 23px;
}

form {
  margin: 0;
}

.control-group {
  margin-bottom: 10px;
}
.control-label {
  text-align: left;
  float: inherit;
  width: 295px;
}
.controls {
  margin-left: 0;
}

.controls input,
.controls select {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0;
}

.controls input {
  padding: 2px 6px 1px;
}
.controls input:focus {
  border-color: #0e718f;
}

.controls select {
  width: 146px;
  height: 23px;
}

.input-large {
  width: 186px;
}
.input-xlarge {
  width: 297px;
}

.alert-error {
  background-color: transparent;
  color: #ff0000;
}
.alert-error input,
.alert-error select {
  color: red;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(255, 0, 0, 0.9);
  box-shadow: 0px 0px 4px 1px rgba(255, 0, 0, 0.9);
}

.alertbar {
  background-color: red;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
}
.notificationbar {
  background-color: gray;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 10px 0px 10px 0px;
}
a.closenote {
  color: white;
  float: right;
  padding-right: 20px;
}
