@charset "UTF-8";

/* ==========================================================================
MESSAGE-STYLE
========================================================================== */
.message-wrap {
	background: url(../images/bg_message_01.png) left top repeat-y;

}
.message-style {
	background: url(../images/bg_message_01.png) right top repeat-y;
	background-size: contain;

}
.message-style p {
	line-height: 175% !important;
	margin-bottom: 20px;
	word-wrap: normal;
}
.message-style .font-size-lg {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.box {
  width: 320px;
  height: 300px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(black, .2);
  background: lighten(#f0f4c3, 10%);
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.wave {
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 50%;
  background: #0af;
  width: 500px;
  height: 500px;
  margin-left: -250px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 10000ms infinite linear;
  z-index: 0;
}

.wave.-two {
  animation: drift 15000ms infinite linear;
  margin-left: -200px;
  margin-top: -200px;
  width: 400px;
  height: 400px;
  background: #55ff00;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
  transform: translate3d(0, 0, 0);
}

.titlelogo {
  position: relative;
  width: 100%;
  z-index: 0;
  text-align: center;
}
@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.nav-tabs{
  background-color:#FF0000;
}

.tab-content{
    background-color:#303136;
    color:#fff;
    padding:5px
}

.gifffer {
	vertical-align: text-bottom;
	margin-left: 0px;
	padding: 3px !important;
	background: #fff !important;
	outline: none;
	}
.gifffer img {
	border: none !important;
	margin: 0;
	padding: 0;
	}