@charset "UTF-8";
/* line 1, /root/clubking/app/assets/stylesheets/home/home.css.scss */
body {
  background: url(/assets/pattern_b10.png);
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* line 12, /root/clubking/app/assets/stylesheets/home/home.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
}

/* line 20, /root/clubking/app/assets/stylesheets/home/home.css.scss */
a {
  color: #52b6ec;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

/* line 28, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.btn {
  font-weight: 300;
  border: 0;
}

/* line 32, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.insta-btn {
  margin-top: 15px;
}

/* line 35, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.btn a {
  color: #fff;
}

/* line 38, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.btn.btn-primary {
  background-color: #52b6ec;
}

/* line 43, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.btn.btn-primary:hover,
.btn.btn-primary.active {
  background-color: #1586c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 51, /root/clubking/app/assets/stylesheets/home/home.css.scss */
a:hover,
a:focus {
  color: #80c9f1;
  text-decoration: none !important;
  outline: none;
}

/* line 57, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 7;
}

/* line 66, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider {
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 200px 0;
  color: #fff;
}

/* line 76, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider .item {
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
  text-align: center;
}

/* line 91, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider .item:first-child {
  top: auto;
  position: relative;
}

/* line 96, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  -webkit-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 2;
}

/* line 105, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider .item.active h1 {
  -webkit-animation: scaleUp 400ms;
  -moz-animation: scaleUp 400ms;
  -o-animation: scaleUp 400ms;
  -ms-animation: scaleUp 400ms;
  animation: scaleUp 400ms;
}

/* line 114, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -50px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

/* line 131, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 135, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider .prev {
  left: 10px;
}

/* line 139, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider .next {
  right: 10px;
}

/* line 143, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#main-slider h1 {
  font-size: 68px;
  text-shadow: 0 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}

/* line 149, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#contact .box {
  background-color: #222;
  color: #999;
}

/* line 156, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#contact .box h1,
#contact .box h2,
#contact .box h3 {
  color: #fff;
}

/* line 160, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#contact .box a {
  color: #999;
}

/* line 164, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#contact .box a:hover {
  color: #52b6ec;
}

/* line 170, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#contact .box input[type="text"],
#contact .box input[type="email"],
#contact .box textarea {
  background-color: #111;
  border: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

/* line 181, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#contact .box input[type="text"]:focus,
#contact .box input[type="email"]:focus,
#contact .box textarea:focus {
  background-color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 188, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.box {
  padding: 50px 30px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}

/* line 195, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.box.first {
  margin-top: -40px;
  border-radius: 5px 5px 0 0;
}

/* line 200, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.box.last {
  border-radius: 0 0 5px 5px;
}

/* line 204, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.box h2 {
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  margin-bottom: 30px;
  font-size: 48px;
}

/* line 213, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#portfolio .box {
  background: #f3f3f3;
}

/* line 218, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 224, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-items {
  margin-right: -20px;
}

/* line 228, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}

/* line 233, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-filter > li {
  display: inline-block;
}

/* line 237, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

/* line 243, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-items.col-2 > li {
  width: 50%;
}

/* line 247, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-items.col-3 > li {
  width: 33%;
}

/* line 251, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-items.col-4 > li {
  width: 25%;
}

/* line 255, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-items.col-5 > li {
  width: 20%;
}

/* line 259, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-items.col-6 > li {
  width: 16%;
}

/* line 263, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-item .item-inner {
  margin: 0 20px 20px 0;
  text-align: center;
  background: #fff;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}

/* line 271, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-item img {
  width: 100%;
}

/* line 275, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-item .portfolio-image {
  position: relative;
}

/* line 279, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-item h5 {
  margin: 0;
  padding: 10px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 287, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

/* line 303, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}

/* line 310, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.portfolio-item:hover .overlay {
  opacity: 1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
/* line 316, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.isotope-item {
  z-index: 2;
}

/* line 320, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
/* line 327, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* line 335, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

/* line 343, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
/* line 354, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
/* line 364, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 372, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#pricing .box {
  background-color: #f9f9f9;
}

/* line 376, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#pricing .plan {
  background: #fff;
  list-style: none;
  margin: 0 0 20px;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}

/* line 385, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#pricing .plan li {
  padding: 10px 0;
  margin: 0 15px;
  border-bottom: 1px dashed #eee;
}

/* line 391, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#pricing .plan li.plan-name {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
}

/* line 397, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#pricing .plan li.plan-price {
  color: #666;
  padding: 15px 0;
  font-size: 48px;
}

/* line 403, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#pricing .plan li.plan-action {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}

/* line 409, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#pricing .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 417, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#pricing .plan.featured .plan-price {
  color: #fff;
  background-color: #52b6ec;
  border-bottom-color: #52b6ec;
  margin: 0;
}

/* line 424, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#services .box {
  padding-bottom: 0;
}

/* line 428, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#services .row > div {
  margin-bottom: 20px;
}

/* line 432, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.center {
  text-align: center;
}

/* line 436, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#team-scroller .designation {
  margin-top: 10px;
  display: block;
}

/* line 441, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.member {
  margin: 0 50px;
  text-align: center;
}

/* line 447, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
  top: 30%;
  position: absolute;
}

/* line 452, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.carousel.scale .left-arrow {
  left: -10px;
}

/* line 456, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.carousel.scale .right-arrow {
  right: -10px;
}

/* line 460, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.carousel.scale .active .row > div:nth-child(1) {
  -webkit-animation: scaleUp 200ms linear 0 both;
  -moz-animation: scaleUp 200ms linear 0 both;
  -ms-animation: scaleUp 200ms linear 0 both;
  -o-animation: scaleUp 200ms linear 0 both;
  animation: scaleUp 200ms linear 0 both;
}

/* line 468, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.carousel.scale .active .row > div:nth-child(2) {
  -webkit-animation: scaleUp 200ms linear 100ms both;
  -moz-animation: scaleUp 200ms linear 100ms both;
  -ms-animation: scaleUp 200ms linear 100ms both;
  -o-animation: scaleUp 200ms linear 100ms both;
  animation: scaleUp 200ms linear 100ms both;
}

/* line 476, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.carousel.scale .active .row > div:nth-child(3) {
  -webkit-animation: scaleUp 200ms linear 200ms both;
  -moz-animation: scaleUp 200ms linear 200ms both;
  -ms-animation: scaleUp 200ms linear 200ms both;
  -o-animation: scaleUp 200ms linear 200ms both;
  animation: scaleUp 200ms linear 200ms both;
}

/* line 484, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.carousel.scale .active .row > div:nth-child(4) {
  -webkit-animation: scaleUp 200ms linear 400ms both;
  -moz-animation: scaleUp 200ms linear 400ms both;
  -ms-animation: scaleUp 200ms linear 400ms both;
  -o-animation: scaleUp 200ms linear 400ms both;
  animation: scaleUp 200ms linear 400ms both;
}

/* line 492, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social {
  border: 0;
  color: #fff;
  border-radius: 100%;
  display: inline-block !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
}

/* line 504, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-facebook {
  background: #4f7dd4;
}

/* line 508, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-facebook:hover {
  background: #789bde;
}

/* line 512, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-twitter {
  background: #5bceff;
}

/* line 516, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-twitter:hover {
  background: #8eddff;
}

/* line 520, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-linkedin {
  background: #21a6d8;
}

/* line 524, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-linkedin:hover {
  background: #49b9e3;
}

/* line 528, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-google-plus {
  background: #dc422b;
}

/* line 532, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-google-plus:hover {
  background: #e36957;
}

/* line 536, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-pinterest {
  background: #cb2027;
}

/* line 540, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-pinterest:hover {
  background: #e03e44;
}

/* line 544, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-youtube {
  background: #ce332d;
}

/* line 548, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social.icon-youtube:hover {
  background: #da5954;
}

/* line 552, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-social:hover {
  color: #fff;
}

/* line 556, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar-default {
  border-radius: 0 0 5px 5px;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* line 566, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar-default .first a {
  border-radius: 0 0 0 5px;
}

/* line 570, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar-default .navbar-brand {
  margin-right: 50px;
  margin-left: 20px;
  width: 247px;
  height: 78px;
}

/* line 577, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar-default .navbar-nav > li {
  margin-left: 1px;
}

/* line 581, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar-default .navbar-nav > li > a {
  padding: 30px 25px;
  font-size: 16px;
  line-height: 18px;
}

/* line 587, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar-default .navbar-nav > li > a > i {
  display: inline-block;
}

/* line 600, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
  background-color: #52b6ec;
  color: #fff;
}

/* line 605, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-lg {
  font-size: 48px;
  height: 108px;
  width: 108px;
  line-height: 108px;
  color: #fff;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block !important;
  border-radius: 100%;
}

/* line 618, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-md {
  font-size: 24px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  color: #fff;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10px;
}

/* line 632, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-color1 {
  background-color: #e74c3c;
}

/* line 636, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-color2 {
  background-color: #2ecc71;
}

/* line 640, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-color3 {
  background-color: #3498db;
}

/* line 644, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-color4 {
  background-color: #8e44ad;
}

/* line 648, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-color5 {
  background-color: #1abc9c;
}

/* line 652, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.icon-color6 {
  background-color: #2c3e50;
}

/* line 656, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.gap {
  margin-bottom: 50px;
}

/* line 660, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.big-gap {
  margin-bottom: 100px;
}

/* line 664, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999;
}

/* line 670, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#footer a {
  color: #999;
}

/* line 674, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#footer a:hover {
  color: #52b6ec;
}

/* line 678, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.footer-textcolor {
  color: #52b6ec;
}

/* line 682, /root/clubking/app/assets/stylesheets/home/home.css.scss */
ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

/* line 688, /root/clubking/app/assets/stylesheets/home/home.css.scss */
ul.social > li {
  margin: 0 0 20px;
}

/* line 692, /root/clubking/app/assets/stylesheets/home/home.css.scss */
ul.social > li > a {
  display: block;
  font-size: 18px;
}

/* line 697, /root/clubking/app/assets/stylesheets/home/home.css.scss */
ul.social > li > a i {
  margin-right: 10px;
}

/* line 701, /root/clubking/app/assets/stylesheets/home/home.css.scss */
textarea#message {
  padding: 10px 15px;
  height: 220px;
}

@keyframes scaleUp {
  /* line 707, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  /* line 711, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes scaleUp {
  /* line 718, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  /* line 722, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-webkit-keyframes scaleUp {
  /* line 729, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  /* line 733, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-ms-keyframes scaleUp {
  /* line 740, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }

  /* line 744, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  100% {
    opacity: 1;
    -ms-transform: scale(1);
  }
}

@-o-keyframes scaleUp {
  /* line 751, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  /* line 755, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

/* line 761, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.title-content {
  margin-top: -35px;
  margin-bottom: 23px;
}

/* line 767, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.carousel-content {
  margin: auto;
  width: 80%;
}

/* line 772, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.margin-bottom {
  margin-bottom: 10px;
}

/*can be use by anypage */
/* line 778, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.margin_container {
  margin-top: 190px;
}

/* line 782, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.thumbnail-override {
  height: 160px;
}

/* line 786, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.thumbnail-override:hover {
  background: #e7e7e7;
}

/* line 791, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.news-image-holder {
  width: 150px;
  height: 140px;
  float: left;
  margin: 5px;
  background: #e7e7e7;
  line-height: 128px;
}
/* line 798, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.news-image-holder .image {
  width: 100%;
  max-height: 100%;
}

/* line 804, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#services .row > div {
  margin-bottom: 0px !important;
}

/* line 808, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

/* line 815, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.marginParag {
  margin-top: 30px;
}

/* line 819, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.contact {
  color: #0080ff;
}

/* line 824, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.event h3 {
  color: #52b6ec;
  margin-top: -5px;
}

/* line 829, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.error {
  color: #ffb571 !important;
  border-color: #ffb571 !important;
}

/* line 836, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.item {
  display: inline-block;
  cursor: pointer;
  width: 13%;
  height: auto;
  margin-right: .1%;
  margin-top: 0.5%;
}

/* line 845, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.item img {
  width: 128;
  height: 96;
}

/* line 852, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#insta-gallery {
  #padding: 0 3px;
}

/* line 856, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.override-navbar {
  position: inherit !important;
}

/* line 860, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.language-list {
  list-style-type: none;
  padding: 30px 25px;
  line-height: 18px;
  position: absolute;
  top: 1px;
  right: 6%;
}
/* line 868, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.language-list a:hover {
  color: #999;
}
/* line 871, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.language-list .lang-select {
  color: #999 !important;
}

/* line 876, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.dropdown-menu-override {
  top: 54px;
  right: 25px !important;
  content: '';
}
/* line 881, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.dropdown-menu-override li a:hover {
  background: #52b6ec;
}

/* line 887, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar .navbar-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.navbar-right:before {
  right: 12px;
  left: auto;
}

/* line 892, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar .navbar-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.navbar-right:after {
  right: 13px;
  left: auto;
}

@media (max-width: 992px) {
  /* line 898, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .language-list {
    top: 50%;
    right: 4%;
  }
}
@media (max-width: 766px) {
  /* line 905, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .language-list {
    top: -14%;
    right: 16%;
  }
}
/* line 911, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.rank-number {
  float: left;
  position: absolute;
}

/* line 916, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.rank-number h4 {
  margin-top: -59px;
  position: relative;
}

/* line 921, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.cast-new {
  margin-top: -57px;
  position: relative;
  margin-right: 2px;
}

/* line 928, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.fb-like-box {
  overflow: hidden;
}

/* line 932, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.social {
  position: relative;
  height: 706px;
  /*overflow: hidden;*/
  /*top: -120px;*/
}

/* line 939, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.footer-top {
  margin-top: 15px;
}

@media (max-width: 1200px) {
  /* line 946, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .language-list {
    list-style-type: none !important;
    line-height: 15px !important;
    margin-right: -40px !important;
  }
}
@media (max-width: 950px) {
  /* line 953, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .language-list {
    list-style-type: none !important;
    line-height: 15px !important;
    margin-right: -28px !important;
  }
}
@media (max-width: 920px) {
  /* line 962, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .language-list {
    list-style-type: none !important;
    line-height: 15px !important;
    margin-right: -30px !important;
  }
}
@media (max-width: 417px) {
  /* line 970, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .language-list {
    list-style-type: none !important;
    line-height: 15px !important;
    margin-right: 50px !important;
  }
}
/* line 976, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.navbar-holder-override {
  position: relative;
}

/* line 979, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.fb_respond {
  border: none;
  overflow: hidden;
  width: 1080px;
  height: 655px;
  top: -70px;
}

/* line 987, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#container {
  overflow: hidden !important;
  top: -97px;
}

/* line 992, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.social_net {
  margin-top: 9px;
  position: relative;
  overflow: hidden;
}

/* line 998, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.list-group {
  text-align: left;
}

/* line 1001, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.list-group-item {
  border: none !important;
}

/* line 1004, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.frame {
  height: 463px;
}

/* line 1007, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.col-centered {
  float: none;
  margin: 0 auto;
  max-width: 512px;
}

@media (max-width: 767px) {
  /* line 1013, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  #header {
    position: relative;
  }
}
/* line 1017, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1037, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#return-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: 12px;
  top: 13px;
  font-size: 25px;
  color: #e74c3c;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1052, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 1055, /root/clubking/app/assets/stylesheets/home/home.css.scss */
#return-to-top:hover span {
  color: #fff;
  top: 5px;
}

@media (max-width: 480px) and (orientation: landscape) {
  /* line 1062, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .hide-fb {
    display: none;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  /* line 1070, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .hide-fb {
    display: none;
  }
}
@media all and (min-width: 480px) and (orientation: landscape) {
  /* line 1078, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .hidden-fb {
    display: none;
  }
}
@media all and (min-width: 480px) and (orientation: portrait) {
  /* line 1086, /root/clubking/app/assets/stylesheets/home/home.css.scss */
  .hidden-fb {
    display: none;
  }
}
/* line 1092, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.link-image-holder {
  float: left;
  margin: 5px;
  line-height: 128px;
}
/* line 1097, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.link-image-holder .image {
  width: 80%;
  max-height: 100%;
}

/* line 1103, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.ace-back {
  background: #fff;
  text-align: center;
}

/* line 1108, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.king-back {
  background: #BB3E3E;
  text-align: center;
}

/* line 1113, /root/clubking/app/assets/stylesheets/home/home.css.scss */
.queen-back {
  background: #000000;
  text-align: center;
}
