
/* ================================
Imports
================================= */
@import url('font-awesome.min.css');
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css');

/* ================================
General
================================= */
@font-face {
   font-family: Againts;
   src: url('/fonts/againts.ttf') format("truetype");
}
@font-face {
   font-family: Streetwear;
   src: url('/fonts/Streetwear.otf') format("opentype");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body{
/*	text-align: center;	*/
/*	font-family: 'Open Sans', sans-serif;	*/
	font-size: 18px;
	line-height: 1.8em;
}
body.main {
  padding-top: 52px;
}
@media (max-width: 768px) {
  body.main {
    padding-top: 38px;
  }
}

div.section-heading {
	text-align: center;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

h1,h2,h3,h4,h6,.h1,.h2,.h3,.h4,.h6{
	color: #000000;
	font-weight: 700;
	margin-bottom: 00px;
	/* font-family: 'Montserrat', sans-serif; */
}

h5,.h5 {
	color: #000000;
	font-weight: 700;
	margin-bottom: 10px;
}

p {
	font-size: 18px;
}
.lead{
	font-weight: 400;
}

.shadow-black-1 {
	font-weight: 700;
	text-shadow: 2px 2px 2px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
}

@media (max-width: 768px) {
	h3 { font-size: 23px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	p {
		font-size: 15px;
		line-height: 24px;
	}
}

.board-reserve a:hover {
	
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	text-transform: none!important;
}
.navbar-toggle {
  color: #ffffff;
  background-color: #333333!important;
  border: none;
  width: 50px;
  transition: 0.6s;
}
.navbar-toggle::before {
  content: "Menu";
}
.navbar-toggle.active {
  background-color:#bbbbbb!important;
  transition: 0.6s;
}
.navbar-toggle.active::before {
  content: "↑";
}
.navbar-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar-nav {
    display: inline-block;
  }
}
.navbar-collapse {
  position: fixed;
  z-index: 500;
  top:37px;
  left:0;
  background-color:#dddddd;
}
.navbar-collapse ul {
  margin:0;
  padding:0 0 6px 0;
}
.navbar-collapse ul li {
  border-bottom: dotted 1px #000000;
}
.navbar-collapse a {
  color: #000000;
}
.navbar-collapse a:hover {
  color: #000000;
}

.btn-theme,.btn-theme:hover,.btn-theme:focus{
	color: #fff;
}
.btn-theme:hover{
	background: transparent !important;
	border-color: #999;
	color: #999;
}

.disp-sp {
	display: none;
}
@media (max-width:768px) {
	.disp-sp {
		display: block;
	}	
}

#karaoke img, #theater img {
	margin: 5px 0;
}
@media (max-width: 768px) {
	#karaoke table, #theater table {
		font-size: 12px;
	}
	#karaoke table th, #karaoke table td, 
	#theater table th, #theater table td {
		padding: 3px;
	}
	#bottom-widget table {
		font-size: 15px;
	}
	#bottom-widget table th, #bottom-widget table td {
		padding: 4px;
		line-height: 20px;
	}
}


.back-to-top:hover {
  background-color: #32cd32 !important;
  color: #fff;
}

/* Back to top button */
.back-to-top {
  background: #75fb4c;
  color: #fff;
  position: fixed;
  display: none;
  padding: 6px 12px 9px 12px !important;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index:1000;
  min-height: 48px;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top:focus {
  background: #75fb4c;
  color: #fff;
  outline: none;
}


/* ================================
Navbar
================================= */

nav.navbar{
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
	background-color: #75fb4c;
}

.navbar-nav{
	float: right;
}
@media (max-width: 991px) {
	.navbar-nav {
		font-size: 15px;
	}
}

nav.navbar.fixed-to-top{
	top: 0px;
}

.navbar-default{
	border: none;
	border-bottom: none;
	opacity: 1;
	display: none;
	z-index: 9999;
	text-shadow: 2px 2px 2px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	text-transform: none;
	text-shadow: 2px 2px 2px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #6bff6b;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
}

/* brand / logo */
.navbar-default .navbar-brand{
	color: #fff;
	text-transform: none;
	font-weight: 700;
	font-size: 2em;
	font-style: oblique;
}
.navbar-header a:hover {
	color: #fcff9e!important;
}

img.logo99 {
  background-color: #ffffff;
}
@media (max-width: 768px ) {
	.navbar-header {
		text-align: left;
		padding-left: 7px;
	}
	.slide-logo {
		width: 60%;
	}
}



/********** add 2022.03.24 **********/
.navbar-default{
	display: block!important;
}

nav.navbar-x {
	padding-top: 1px;
	padding-bottom: 1px;
}

nav.navbar-x > div.container-fluid {
	padding: 0 1px !important;
}
nav.navbar-x div.navbar-header {
  width:50%;
  float:left;
  padding:0 !important;
}
nav.navbar-x div.navbar-header img {
	height: 50px;
}
nav.navbar-x > div.container-fluid > div.right {
  width:50% !important;
  float:right !important;
}
nav.navbar-x > div.container-fluid > div.right ul,
nav.navbar-x > div.container-fluid > div.right li {
  margin: 0;
  padding: 0;
}
nav.navbar-x > div.container-fluid > div.right li img {
  height: 50px;
}
nav.navbar-x div.navbar-header a:hover,
nav.navbar-x > div.container-fluid > div.right li a:hover {
  opacity: 0.8;
}

@media (max-width:768px) {
  nav.navbar-x > div.container-fluid {
    padding-left: 16px !important;
  }
  nav.navbar-x div.navbar-header img {
	height: 36px;
  }
  nav.navbar-x > div.container-fluid > div.right li img {
    height: 36px;
  }
}






/* ================================
Home sections
================================= */

.home-section {
	width: 100%;
	/* padding: 50px 0px 40px 0px; */
}

/* --- heading --- */
.section-heading {
	margin: 40px 0px;
}

.section-heading h2 {
	font-size: 38px;
	text-transform: none;

	font-weight: 600;
	text-shadow: 1px 1px 1px #999999,
	-1px 1px 1px #999999,
	1px -1px 1px #999999,
	-1px -1px 1px #999999;
	color: #1f1f1f;
	line-height: 42px;
}

.section-heading .heading-line {
	margin:0 auto;
	display: block;
	height: 1px;
	width: 180px;
	background: #333;
	margin-top: 5px;
	margin-bottom: 10px;
}

@media (max-width: 768px ) {
	.home-section {
		width: 100%;
		padding: 30px 0px 25px 0px;
	}
	.section-heading {
		margin: 25px 0px;
	}
	.section-heading h2 {
		font-size: 25px;
		line-height: 32px;
	}
	.section-heading h3 {
		font-size: 23px;
	}
	.section-heading h4 {
		font-size: 18px;
	}
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
/*	background: #f8f8f8!important;*/
	background: #eeeeee;
}

.bg-dark {
	background: #575757;
}

.bg-lightyellow {
	background: #ECF6CE;
}

/* --- section content general color --- */

.color-light h1,.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6 {
	color: #fff;
}


.color-light p {
	color: #eee;
}


.mt-1 { margin-top: 2rem; }
.mt-2 { margin-top: 4rem; }
.mt-3 { margin-top: 6rem; }
.mt-4 { margin-top: 8rem; }
.mr-1 { margin-right: 2rem }
.mr-2 { margin-right: 4rem }
.mr-3 { margin-right: 6rem }
.mr-4 { margin-right: 8rem }
.mb-1 { margin-bottom: 2rem; }
.mb-2 { margin-bottom: 4rem; }
.mb-3 { margin-bottom: 6rem; }
.mb-4 { margin-bottom: 8rem; }
.ml-1 { margin-left: 2rem; }
.ml-2 { margin-left: 4rem; }
.ml-3 { margin-left: 6rem; }
.ml-4 { margin-left: 8rem; }

@media (max-width: 768px ) {
	.mt-1 { margin-top: 1rem; }
	.mt-2 { margin-top: 2rem; }
	.mt-3 { margin-top: 3rem; }
	.mt-4 { margin-top: 4rem; }
	.mr-1 { margin-right: 1rem }
	.mr-2 { margin-right: 2rem }
	.mr-3 { margin-right: 3rem }
	.mr-4 { margin-right: 4rem }
	.mb-1 { margin-bottom: 1rem; }
	.mb-2 { margin-bottom: 2rem; }
	.mb-3 { margin-bottom: 3rem; }
	.mb-4 { margin-bottom: 4rem; }
	.ml-1 { margin-left: 1rem; }
	.ml-2 { margin-left: 2rem; }
	.ml-3 { margin-left: 3rem; }
	.ml-4 { margin-left: 4rem; }	
}


/* ==========================
Swiper
============================= */

.swiper-button-next {
	background-image: url(/images/slide-allow-right-32.svg)!important;
  }
  @media screen and (max-width: 480px) {
	  .swiper-button-next {
		  background-image: none!important;
	  }
  }
  .swiper-button-prev {
	  background-image: url(/images/slide-allow-left-32.svg)!important;
  }
  @media screen and (max-width: 480px) {
	  .swiper-button-prev {
		  background-image: none!important;
	  }
  }



/* ==========================
Parallax
============================= */

#parallax1{
	background-image: url(../img/parallax/1.jpg);
	opacity: 0.8;
}
#parallax2{
	background-image: url(../img/parallax/2.jpg);
}
/*
#parallax1 h2 {
	font-size: 34px;
	font-weight: 600;
	text-shadow: 2px 2px 2px #dddddd,
		-1px 1px 1px #dddddd,
		1px -1px 1px #dddddd,
		-1px -1px 1px #dddddd;
	color: #000000;
	line-height: 40px;
}

#parallax1 h4 {
	font-size: 26px;
	font-weight: 600;
	text-shadow: 2px 2px 2px #dddddd,
		-1px 1px 1px #dddddd,
		1px -1px 1px #dddddd,
		-1px -1px 1px #dddddd;
	color: #800080;
	line-height: 40px;
}

#parallax1 p {
	font-size: 20px;
	font-weight: 600;
	text-shadow: 2px 2px 2px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
	color: #ffffff;
	line-height: 40px;
}

#parallax2 div.section-heading {
	color: #1affff;
	text-shadow: 2px 2px 2px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;

}
#parallax2 div.heading-line {
	border-color: #ffffff;
}

#parallax2 h2 {
	font-weight: 600;
	text-shadow: 2px 2px 2px #333333,
		-1px 1px 1px #333333,
		1px -1px 1px #333333,
		-1px -1px 1px #333333;
	color: #ffef00;
}

#parallax2 p {
	font-size: 20px;
	font-weight: 600;
	text-shadow: 2px 2px 2px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
	color: #ffffff;
	line-height: 40px;
}
*/
/* ================================
Intro
================================= */

#intro {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
}

#intro .item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .item::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  width: 85%;
  text-align: center;
}

#intro h2 {
  margin-bottom: 30px;
  font-size: 38px;
  font-style: oblique;
  font-weight: 700;
    text-shadow: 2px 2px 2px #040404,
    -2px 2px 2px #040404,
    2px -2px 2px #040404,
    -2px -2px 2px #040404;
  color: #adff2f;
  line-height: 70px;
}

#intro p {
  width: 100%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;

  font-size: 28px;
  font-weight: 600;
    text-shadow: 1px 1px 1px #eeeeee,
    -1px 1px 1px #eeeeee,
    1px -1px 1px #eeeeee,
    -1px -1px 1px #eeeeee;
  color: #000080;
  line-height: 40px;
}

@media (max-width: 768px ) {
  #intro h2 {
    font-size: 22px;
    line-height: 40px;
  }
  #intro p {
    font-size: 16px;
    line-height: 22px;
  }
}

#intro .carousel-inner .item {
  transition-property: opacity;
  background-position: center top;
}

#intro .carousel-inner .item,
#intro .carousel-inner .active.left,
#intro .carousel-inner .active.right {
  opacity: 0;
}

#intro .carousel-inner .active,
#intro .carousel-inner .next.left,
#intro .carousel-inner .prev.right {
  opacity: 1;
  transition: 0.9s;
}

#intro .carousel-inner .next,
#intro .carousel-inner .prev,
#intro .carousel-inner .active.left,
#intro .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  color: #fff;
  position: absolute;
  top: calc(50% - 15px);
}

#intro .carousel-control-prev {
  left: 20px;
}

#intro .carousel-control-next {
  right: 20px;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
}

#intro .carousel-indicators {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 3px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #2722d9;
	text-shadow: 2px 2px 2px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
}

#intro .btn-get-started:hover {
  background: #2a00c1;
  color: #fff;
  text-decoration: none;
	text-shadow: 2px 2px 2px #000000,
		-1px 1px 1px #000000,
		1px -1px 1px #000000,
		-1px -1px 1px #000000;
}

/* ================================
About
================================= */

#about .about-img {
  height: 350px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  text-align: left;
}

#about .content p {
  line-height: 26px;
  text-align: left;
}

#about .content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #about table tr th, #about table tr td,
  #price table tr th, #price table tr td {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 13px;
  }
}
  
/* ================================
Team
================================= */
.box-team img {
	margin-bottom: 30px;
}


/* ================================
Service
================================= */
.service.carousel h4,.service.carousel p {
	text-align: left;
}


.service .carousel-control{
	background: none;
}

.service .screenshot{
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.service .screenshot img{
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 400px;
}

.service .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	background: #ffffff;
}

.service .carousel-indicators .active {
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 10px;
}

.service .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 10px;
	background: #eeeeee;
/*	text-indent: -999px; */
	cursor: pointer;
}


/* ================================
Contact
================================= */
#contact .tel {
  font-weight: 700;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 30px;
}

#contact .div-reserve {
  border: solid 1px #555555;
}
#contact .div-reserve button {
  margin: 10px;
}

.validation {
  color: red;
  display:none;
  margin: 0;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* ================================
Clients
================================= */
ul.clients {
	list-style: none;
}
ul.clients li {
	display: inline;
}


/* ================================
Bottom widget
================================= */
#bottom-widget {
  overflow: hidden;
}
#bottom-widget h4 {
  color: #67fe16;
  font-weight: 700;
  text-transform: none;
  text-shadow: 2px 2px 2px #000000,
	  -1px 1px 1px #000000,
	  1px -1px 1px #000000,
	  -1px -1px 1px #000000;
}

#bottom-widget table {
  text-align: left;
  width: 100%;
  border-top: solid 1px #eeeeee;
}
#bottom-widget table tr th, #bottom-widget table tr td {
  padding: 10px;
}
#bottom-widget table tr {
  border-bottom: solid 1px #eeeeee;
}
#bottom-widget p {
  margin: 20px;
}


/* ================================
Footer
================================= */
footer {
	background: #333333;
	color: #fff;
	padding: 20px 0 20px;
}
@media (max-width:768px) {
  footer {
    font-size: 1.5rem
  }
}	
footer a {
	color: #32cd32;
}
footer a:hover {
	text-decoration: underline;
}
footer ul.nav {
  margin: 0!important;
  padding: 0;
}
footer ul.nav > li  {
  margin:0 !important;
  padding:0 !imporatant;
  line-height: 1.5rem;
}
footer ul.nav > li > a:hover {
  background-color: #222222;
  transition: 1.2s;
}
footer .cr {
	text-align: center;
}
footer div.nopad {
  padding:0 !important;
}
/* ================================
more media queries
================================= */

@media (max-width:768px) {

	header{
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}

	.navbar-nav {
		float: left;
		text-align: left;
	}

	.box-team, .box-team img {
		text-align: center;
	}
	.box-team img {
		float: none;
		margin:0 auto;
	}
	.box-team {
		margin-bottom: 30px;
	}

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; padding: 0 40px; }

}

@media (max-width:992px) {

	.service.carousel .item h4, .service.carousel .item p{
		text-align: center;
	}

	.service p{
			margin-bottom: 60px;
	}
	.og-expander {
		background: transparent;

	}
	.og-details {
		padding: 0 20px;
	}

}

@media (max-width:480px){

	header .carousel-iphone, .detail .screenshot{
		width: 280px;
	}

	header .carousel, .detail .screenshot img{
		padding-top: 85px;
		width: 245px;
	}

	.service .screenshot img{
		margin-top: -12px;
		padding-top: 0px;
	}

	header{
		padding-top: 30px;
		padding-bottom: 0px;
	}

	header h1{
		font-size: 70px;
	}
}





        #accordion {
            width: 80%;
            margin: 0 auto;
        }

        .accordion-click, .accordion-content {
            padding: 10px;
        }

        .accordion-click {
            /* background-color: #4060B8; */
  background: -moz-linear-gradient(top, #e6a117, #b37d12);
  background: -webkit-linear-gradient(top, #e6a117, #b37d12);
  background: linear-gradient(to bottom, #e6a117, #b37d12);
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            color: #fff;
            cursor: pointer;
            margin-top: 15px;
            margin-bottom:0;
padding: 2px 15px;
            text-align: left;
        }

        .accordion-content {
            border: 1px solid #777777;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            text-align: left;
        }

        .accordion-click p {
            padding-top: 10px;
        }
        .accordion-content p {
            padding: 0px 15px;
        }



ul.ul-1 {
	text-align: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul.ul-1 li {
	color: #08088A;
	/* background-color: #E2A9F3; */
	background: -moz-linear-gradient(top, #E2A9F3, #F7819F);
	background: -webkit-linear-gradient(top, #E2A9F3, #F7819F);
	background: linear-gradient(to bottom, #E2A9F3, #F7819F);
	border:solid 1px #BDBDBD;
	border-radius: 7px;
	margin: 10px auto;
	padding: 5px;
	/*line-height: 50px;*/
/*	max-width: 700px; */
	text-shadow: 1px 1px 1px #eeeeee,
		-1px 1px 1px #eeeeee,
		1px -1px 1px #eeeeee,
		-1px -1px 1px #eeeeee;
}


#bottom-widget h1 {
	font-style: italic;
}
#bottom-widget h2 {
	font-family: Againts;
	font-size:50px;
	margin-bottom:4px;
}

p.rubi {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height:10px;
}

i {
	color: #cccccc!important;
}

span.red {
	color: red!important;
	font-weight: bold;
}





.table-bordered th {
	text-align: center;
	background-color: #999999;
}


.trans-text {
    z-index: -10;
    display: none;
    color: transparent;
}


.info-box tr:hover {
    background-color: #ffffcc;
    cursor: pointer;
    text-decoration: underline;
}

