/*=========================== CONTENT ===========================*/

#wrapper{
  background-color: #1e1e1e
}

#info .content{
  position: relative;
  max-width: 1250px; /*Important*/
  padding: 0 50px;
  margin: 0 auto;
  color: #fff
}

#info .video-note{
  position: relative;
  max-width: 750px; /*Important*/
  margin: -29px auto 0 auto;
  color: #fff;
  background: rgba(0,0,0,0.1); /* Sign square transparent bg */
}

#info .video{
  max-width: 750px; /*Imp*/
  margin: 0 auto 0;
  width: 80%;
}

#info .content .section .video{
  margin-top: 50px;
}

#info .content .section .video-note{
  margin-bottom: 40px;
}

#info .videoWrapper{
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  z-index: 1;
}

#info .videoWrapper iframe{
    position: absolute;
    height: 100% ;
    width: 100% ;
}

#info .section{
  padding: 30px;
  font-size: 18px;
  margin: 30px 0;
  background: rgba(0,0,0,0.1); /* Sign square transparent bg */
}

#info .section h3{
  text-align: left;
  color: #d65c60;
  text-transform:uppercase;
  font-size:1.2em;
  margin-top:10px;
  margin-bottom:20px;
  font-weight:400;
}

#info .section h4{
  text-align: left;
  padding: 30px;
  color: #e5989b;
  margin-top:-15px;
  margin-bottom:-15px;
  font-weight:400;
}

#info .section p, #info .section2 p{
  line-height: 1.5em;
  padding-left: 1em;
  margin: 10px 20px;
}

#info .section ul{
  line-height: 1.5em;
  padding-left: 1em;
  margin-left: 50px;
}

#info .section a{
  color: #efbebf;
  text-decoration: none;
}

#info .section img{
  max-width: 800px;
  height: auto;
  padding-left: 1em;
  margin: 10px 20px;
}

#info .section .imgwrap {
  align-content: center;
}

#info .section .img1 {
  max-width: 40%;
  left: 0px;
}

#info .section .img2 {
  max-width: 40%;
  right: 0px;
  text-align:right;
}

@media screen and (max-width: 950px) {

  #info .content{
    width: 100%; /*Important*/
    padding: 0;
    margin: 0;
  }

  #info .video-note{
    max-width: 1250px; /*Important*/
    width: 100%; /*Important*/
  }

  #info .video{
    max-width: 1250px; /*Important*/
    width: 100%; /*Important*/
  }

  #info .videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    z-index: 1;
  }

  #info .videoWrapper iframe{
      position: absolute;
      height: 100% ;
      width: 100% ;
  }

  #info .section{
    padding: 30px;
    font-size: 18px;
    margin: 30px 0;
    background: rgba(0,0,0,0.1); /* Sign square transparent bg */
  }

}

/*======================== CONTACT.HTM ==========================*/


input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit], input[type=reset] {
  background-color: #000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 10px 10px;
}

input[type=submit] {
  margin-left: 15%;
}

input[type=submit]:hover, input[type=reset]:hover {
  background-color: #333030;
}

.form-cont {
  /* border-radius: 5px; */
  background-color: #fff;
  padding: 20px;
}

.left-col {
  float: left;
  width: 15%;
  margin: 6px 0 0 0;
}

.right-col {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.form-row:after {
  content: "";
  display: table;
  clear: both;
}

/******* contact checkboxes *******/

.box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-left: 15%;
  margin-top: 10px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hides default checkbox. */
.box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Creates the custom checkbox */
.mark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.box:hover input ~ .mark {
  background-color: #ccc;
}

.box input:checked ~ .mark {
  background-color: #000;
}

/* Create the mark */
.mark:after {
  content: "";
  position: absolute;
  display: none; /*Hidden when not checked*/
}

.box input:checked ~ .mark:after {
  display: block; /*Shown checked*/
}

/* Mark */
.box .mark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*==================== MAIN PAGE WRAPPER ========================*/

#wrapper+div{
  display: none; /*Important, disables ads*/
}

/*======================== HEADER LOGO ==========================*/


#header{
  padding: 50px 0 0;
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
}

#header h1 {
  margin: 0 auto;
  max-width: 140px;
  height: 100px;
}

#main {
  position:relative;
  margin: 0 0 100px 0;
}


/*============================ MENU =============================*/


#menu{
  font-family: "Times New Roman Georgia";
  position: relative;
  /* margin: 70px 10% 0;
  max-width: 80%; */
  margin-top: 70px;
  max-height: 999999px;
}

#menu ul {
  text-align: center;
  font-size: 0;
  line-height: 1;
}

#menu ul li{
  margin: 0 35px;
  display: inline-block;
  font-size: 16px;
  list-style: none;
}

#menu ul li a{
  color: #fff;
}

#menu .menu-division::after{
  margin-left: 70px;
  content: "|";
  color: #fff
}


/*====================== RESPONSIVE MENU ========================*/


#menu-icon {
  position: fixed;
  display: none;
  z-index: 100;
  font-size: 30px;
  top: 3px;
  left: 3px;
  color: #fff;
}

#menu-responsive {
  background: #0a0a0a;
  display: none;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
}

.menu-content-icon {
  position: absolute;
  bottom: 15%;
  left: 5%;
}

.menu-content {
  position: relative;
  top: 10%;
  left: 5%;
  width: 100%;
}

#menu-responsive a {
  font-family: "Times New Roman Georgia";
  font-weight: bold;
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 10px 0;
}

#menu-responsive a:hover{
  color: #f1f1f1;
}

#menu-responsive .closebtn {
  position: absolute;
  top: -15px;
  right: 5px;
  font-size: 60px;
}


/*========================== CAROUSEL ===========================*/


#main-carousel .carousel-inner img {
  margin: 40px 10%;
  max-width: 80%;
  height: auto;
}

#main-carousel li {
  border-bottom: 0px;
  background-color: #000;
  padding: 0 20px;
  margin: 20px 15px;
}

/*text*/

#main .carousel-inner a p{
  color: #000;
  position: absolute;
  margin: 50px 11%;
}

#main .carousel-inner .abme{
  color: #000;
}


/*=========================== FOOTER ============================*/

#footer{
  background: #000;
  height: 220px;
  margin-top: 20px;
  width: 100%;
  display: block;
  z-index: 10;
}

#footer:before {
  display: block;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  background: #1e1e1e url(../images/line-splite-black-test.png) 0 0 repeat-x;
  background-size: 100%;
}

#footer h1 {
  position: absolute;
  margin: 50px 40px;
}

#footer h1 img {
  max-width: 200px;
  height: auto;
}

/* #footer h2 img {
  position: absolute;
  margin: 50px 50%;
  max-width: 50px;
  height: auto;
} */

#footer h3 {
  color: #fff;
  position: absolute;
  right: 0;
  margin: 45px 20px 0 20px;
}

#footer h3 a{
  text-decoration: none;
  font-size: 18px;
  padding-left: 20px;
  color: #fff;
  display: inline-block;
}

#footer .extra {
  position: relative;
  z-index: 30;
}

#footer .extra2 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 0px;
}


/*========================= RESPONSIVE ==========================*/


@media (max-width: 1080px){

  #menu ul li{
    margin: 0 25px;
  }

  #menu .otogiAlbum::after,
  #menu .officialEve::after{
    margin-left: 50px;
  }

  #main-carousel .carousel-inner img {
    margin-bottom: 40px;
    margin-left: 0;
    max-width: 100%;
    margin-top: 0;
  }

  #main .carousel-inner a p{
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 0;
    font-size: 60%;
  }

  #footer:before {
    height: 30px;
  }

}


@media screen and (max-width: 920px) {

  #footer{
    height: 240px;
  }

  #footer h1{
    margin-top: 45px;
  }

}

@media (max-width: 800px){

  #header {
    height: 150px;
  }

  #header h1 {
    margin: 0px auto;
    margin-top: -15px;
  }

  #header h1 img {
    max-width: 180px;
    height: auto;
  }

  #menu {
    display: none;
    overflow: hidden;
  }

  #menu-responsive {
    display: block;
  }

  #menu-icon {
    display: block;
  }

  #footer:before {
    height: 15px;
  }

  #footer h3 a{
    font-size: 15px;
  }

  #info .section img{
    max-width: 100%;
    height: auto;
    padding-left: 0em;
    margin: 0px;
  }

  #info .section .img1 {
    max-width: 100%;
    padding-bottom: 15px;
    left: 0px;
  }

  #info .section .img2 {
    max-width: 100%;
    left: 0px;
  }


  #info .section h3{
    text-align: left;
    margin:0px;
    padding: 0px;
    margin-bottom:20px;
  }

  #info .section h4{
    text-align: left;
    padding: 0px;
    margin-bottom:15px;
    margin-top:15px;
    font-weight:400;
  }

  #info .section p, #info .section2 p{
    line-height: 1.2em;
    padding: 0px;
    margin:0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #info .section ul{
    line-height: 1.2em;
    padding-left: 0px;
    margin-left: 10px;
    margin-top: 5px;
  }

}

@media screen and (max-width: 640px) {

  #footer{
    height: 250px;
  }

  #footer h1 {
    margin: 20px 50px;
  }

  #footer h1 img {
    max-width: 230px;
  }

  #footer h3 {
    left: 0;
    margin: 120px 20px 0 0;
  }

  #info .section img{
    max-width: 100%;
    height: auto;
    padding-left: 0em;
    margin: 0px;
  }


  #info .section h3{
    text-align: left;
    margin:0px;
    padding: 0px;
    margin-bottom:20px;
  }

  #info .section h4{
    text-align: left;
    padding: 0px;
    margin-bottom:15px;
    margin-top:15px;
    font-weight:400;
  }

  #info .section p, #info .section2 p{
    line-height: 1.2em;
    padding: 0px;
    margin:0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #info .section ul{
    line-height: 1.2em;
    padding-left: 0px;
    margin-left: 10px;
    margin-top: 5px;
  }

}

@media screen and (max-width: 600px) {

  #menu-responsive a {
    font-size: 30px
  }

  .menu-content-icon img {
    max-width: 60%;
  }

  /*contact.htm*/
  .col-25, .col-75, input[type=submit], input[type=reset] {
    margin-left: 15%;
    width: 75%;
  }

  .left-col {
    width: 25%;
  }

  .right-col {
    width: 65%;
  }

  input[type=submit], input[type=reset] {
    margin-left: 25%;
  }

  .box {
    margin-left: 25%;
  }

  #info .section img{
    max-width: 100%;
    height: auto;
    padding-left: 0em;
    margin: 0px;
  }

  #info .section h3{
    text-align: left;
    margin:0px;
    padding: 0px;
    margin-bottom:20px;
  }

  #info .section h4{
    text-align: left;
    padding: 0px;
    margin-bottom:15px;
    margin-top:15px;
    font-weight:400;
  }

  #info .section p, #info .section2 p{
    line-height: 1.2em;
    padding: 0px;
    margin:0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #info .section ul{
    line-height: 1.2em;
    padding-left: 0px;
    margin-left: 10px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 450px) {

  #menu-responsive a {font-size: 20px}
  #menu-responsive .closebtn {
  font-size: 40px;
  top: -15px;
  right: 5px;
  }

  .menu-content-icon img{
    max-width: 60%;
  }

  #info .section img{
    max-width: 100%;
    height: auto;
    padding-left: 0em;
    margin: 0px;
  }

  #info .section h3{
    text-align: left;
    margin:0px;
    padding: 0px;
    margin-bottom:20px;
  }

  #info .section h4{
    text-align: left;
    padding: 0px;
    margin-bottom:15px;
    margin-top:15px;
    font-weight:400;
  }

  #info .section p, #info .section2 p{
    line-height: 1.2em;
    padding: 0px;
    margin:0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #info .section ul{
    line-height: 1.2em;
    padding-left: 0px;
    margin-left: 10px;
    margin-top: 5px;
  }

}

/*Privacy policy*/
#policy ,h1,h2,h3,p,ul{
  margin: 30px 30px;
}
