@font-face {
  font-family: 'PTSerif-Caption';
  src: url('../fonts/PT_Serif-Caption-Web-Regular.eot');
  src: local('☺'), url('../fonts/PT_Serif-Caption-Web-Regular.woff') format('woff'), url('../fonts/PT_Serif-Caption-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Serif-Caption-Web-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #121a23;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 960px;
  margin: 0;
}

img {
  border: 0;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}

.wrapper2 {
  width: 70%;
  height: 50px;
  margin: 0 auto;
}

.clearfix:after {
  clear:both;
  content:"";
  display:block;
  height:1%;
  line-height:0;
  visibility:hidden;
}

/*------------------------------ HEADER ------------------------------*/

#header {
  background: url(../images/bg-header.png) repeat-x center top;
  height: 50px;
  padding: 16px 0 0;
  text-align: right;
}

/** Logo **/

#logo {
  float: left;
  display: inline-block;
  margin-left: 30px;
}

/** Navigation **/

#navigation {
  display: inline-block;
  height: 30px;
  list-style: none;
/*  margin: 0 10px; */
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
*width: 516px; /** Needed for IE7 **/
}

#navigation li {
  float: left;
  margin: 0 30px;
}

#navigation li:first-child {
  margin-left: 0;
}

#navigation li a {
  color: #efefef;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}

#navigation li a:hover, #navigation li.selected a {
  color: #44b2f1;
}

/*------------------------------ CONTENTS ------------------------------*/

#contents {
  background: url(../images/bg-content.png) repeat-x center top;
  margin: 0 0 24px;
  padding: 56px 0 0;
}

#contents h1 {
  color: #fbfdfd;
  font: italic 34px Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 0 0 18px;
}

#contents p {
  color: #e8eff4;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 30px;
  text-align: justify;
}

#contents p a {
  color: #e8eff4;
}

#contents p a:hover {
  color: #0aa3fa;
}

#contents p b {
  display: block;
}

#contents .body {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
}

#contents .ch {
  float: right;
  background: black;
  display: inline-block;
  height: 210px;
  width: 302px;
  margin-left: 20px;
  text-align: center;
}

#contents .ch h1 {
  color: #addcfe;
  font-style: italic;
  line-height: 36px;
  margin: 18px 0;
}

/** bdbox **/

#bdbox {
  background: #020a13 url(../images/lvsbak2.jpg) no-repeat center top;
  font-family: Georgia, "Times New Roman", Times, serif;
  min-height: 433px;
  margin: -56px 0 22px;
/** Needed for IE7 **/
*margin: 0;
*position: relative;
*top: -56px;
}

#bdbox .wrapper {
  width: 940px;
  padding: 54px 10px 26px;
}

#bdbox .info {
  margin-top: -15px;
  height: 354px;
  width: 430px;
  overflow: hidden;
}

.adddate {
  margin-top: -5px;
  color: #ffffff;
  text-align: center;
  font-style: italic;
}

#bdbox h1 {
  color: #ffffff;
  font-size: 48px;
  font-style: italic;
  line-height: 50px;
  text-align: center;
/*  margin-bottom: 30px; */
}

#bdbox p {
  color: #176eb0;
  font-size: 14px;
  line-height: 24px;
}

#bdbox p a {
  color: #176eb0;
}

#bdbox div.highlight {
  background: #171a1a url(../images/adbox-bg-heading.jpg) repeat-x left top;
  min-height: 72px;
  border-color: #000;
  border-style: solid none;
  border-width: 1px;
}

#bdbox div.highlight h2 {
  color: #484b4b;
  font-size: 34px;
  line-height: 82px;
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  text-shadow: -3px 0 3px #121413;
}

#bdbox div.highlight h3 {
  color: #eeeeee;
  font-size: 24px;
  line-height: 72px;
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  text-shadow: -3px 0 3px #121413;
}

/** gallery **/

#contact form {
  width: 709px;
}

#contact form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contact form ul li {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
}

#contact form ul li > label {
  float: right;
  color: #e8eff4;
  display: inline-block;
  font: italic 14px/36px 'PTSerif-Caption';
  width: 230px;
}

#contact form ul li > label.msg {
  margin-bottom: 60px;
  padding-top: 80px;
}

#contact form ul li:hover > label {
  color: #2da6fc;
}

#contact textarea {
  float: left;
  background-color: #fff;
  color: #060606;
  font: 14px/36px Arial, Helvetica, sans-serif;
  height: 367px;
  width: 450px;
  border: 0;
  margin: 0 10px 0 0;
  padding-left: 10px;
  overflow: auto;
}

#contact form ul li div {
  display: inline-block;
  width: 225px;
  margin: 50px 0;
  padding-left: 5px;
}

#contact form ul li div label {
  color: #fcc43d;
  display: inline-block;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#contact input[type='text'] {
  background-color: #fff;
  color: #060606;
  font: 14px/36px Arial, Helvetica, sans-serif;
  height: 36px;
  width: 440px;
  border: 0;
  margin-right: 10px;
  padding: 0 10px;
}

#contact input[type='checkbox'] {
  background-position: 0 0;
  height: 13px;
  width: 12px;
  border: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

#contact input[type='submit'] {
  cursor: pointer;
  border: 0;
  margin-top: 3px;
  margin-left: 5px;
}

#contact div.checkbox label {
  cursor: pointer;
}

/*------------------------------ FOOTER ------------------------------*/

#footer {
  background-color: #e8eff4;
  border-top: 1px solid #fdfcfc;
}

#footer .body {
  background: #072438 url(../images/bg-footer.jpg) no-repeat center top;
  min-height: 136px;
  padding: 36px 0;
}

#footer h4 {
  color: #fff;
  font: normal 14px Georgia, "Times New Roman", Times, serif;
  margin: 0 0 12px;
}

#footer p {
  color: #7890a1;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 6px;
}

/*------------------------------ DROPDOWN ------------------------------*/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #003c3c;
  color: black;
/*  min-width: 150px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.mobmain {
  background: #020a13 url(../images/lvsbak2m.jpg) no-repeat center top;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}

.mobmain h1 {
  color: #ffffff;
  font-size: 36px;
  font-style: italic;
  line-height: 50px;
  text-align: center;
/*  margin-bottom: 30px; */
}

.mobmain p {
  color: #176eb0;
  font-size: 14px;
  line-height: 24px;
}

.mobmain p a {
  color: #176eb0;
}

.mobmain div.highlight {
  border-color: #000;
  border-style: solid none;
  border-width: 1px;
}

.mobmain div.highlight h2 {
  color: #484b4b;
  font-size: 34px;
  line-height: 82px;
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  text-shadow: -3px 0 3px #121413;
}

.mobmain div.highlight h3 {
  color: #eeeeee;
  font-size: 24px;
  line-height: 72px;
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  text-shadow: -3px 0 3px #121413;
}

.mul1 {
  padding: 8px 8px 8px 12px;
  background: #072438;
}

.mul1 a:link {
  color: #F7A8B8;
  text-decoration: none;
}

.mul1 a:visited {
  color: #F7A8B8;
  text-decoration: none;
}

.mul1 a:hover {
  color: #ffcccc;
  text-decoration: none;
}

.mul1 a:active {
  color: #ffcccc;
  text-decoration: none;
}

.mul2 {
  padding: 8px 8px 8px 12px;
  background: #00030b;
}

.mul2 a:link {
  color: #55CDFC;
  text-decoration: none;
}

.mul2 a:visited {
  color: #55CDFC;
  text-decoration: none;
}

.mul2 a:hover {
  color: #ccccff;
  text-decoration: none;
}

.mul2 a:active {
  color: #ccccff;
  text-decoration: none;
}

.mul3 {
  padding: 8px 8px 8px 12px;
  background: #072438;
  color: #F7A8B8;
}

.mul3 a {
  padding: 7px;
  line-height: 30px;
}

.mul3 a:link {
  color: #F7A8B8;
  text-decoration: none;
}

.mul3 a:visited {
  color: #F7A8B8;
  text-decoration: none;
}

.mul3 a:hover {
  color: #ffcccc;
  text-decoration: none;
}

.mul3 a:active {
  color: #ffcccc;
  text-decoration: none;
}

.mul4 {
  padding: 8px 8px 8px 12px;
  background: #00030b;
  color: #55CDFC;
}

.mul4 a {
  padding: 7px;
  line-height: 30px;
}

.mul4 a:link {
  color: #55CDFC;
  text-decoration: none;
}

.mul4 a:visited {
  color: #55CDFC;
  text-decoration: none;
}

.mul4 a:hover {
  color: #ccccff;
  text-decoration: none;
}

.mul4 a:active {
  color: #ccccff;
  text-decoration: none;
}

.hamburger {
  background-color: black;
  width: 35px;
  margin: auto;
  text-align: center;
  border-style: none;
  padding: 5px;
}

.whiteboard {
  width: 250px;
  text-align: left;
  color: #000000;
  background: #ffffff;
  font-family: arial, helvetica;
  font-size: 10pt;
  padding: 8px;
  margin-bottom: 10px;
/* border: 2px solid white; */
}

#bdbox2 {
  background: #020a13 url(../images/lvsbakbar.jpg) no-repeat center top;
  font-family: Georgia, "Times New Roman", Times, serif;
  min-height: 433px;
  margin: -56px 0 22px;
/** Needed for IE7 **/
*margin: 0;
*position: relative;
*top: -56px;
}

.iytis {
  width: 30%;
  margin: 0 auto;
  padding: 12px;
  border: 5px solid gray;
  border-radius: 5px;
  background: gray;
}

.kontent {
  width: 70%;
  margin: auto;
  background: #111122;
  color: white;
  font-family: arial,helvetica;
  border-style: solid;
  border-width: 15px;
  border-color: #111122;
  border-radius: 10px;
}

.kontent a:link {
  color: #9999cc;
}

.kontent a:visited {
  color: #cc9999;
}
