body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: SgRegular;
  background: #7c46ae;
}
ul {
  margin: 0;
  font-family: SgRegular;
}
a {
  color: #2f0900;
  text-decoration: none;
}
.show {
  display: block;
}
.clear {
  clear: both;
}
#ascrail2000 {
  display: none;
}
#story-popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 80;
  opacity: 0.6;
  display: none;
}
.port {
  width: auto;
  height: 650px;
}
.land {
  width: 700px;
  height: auto;
}
#popup-story-container {
  width: auto;
  height: auto;
  position: fixed;
  z-index: 81;
  top: 50%;
  left: 50%;
}
#popup-story-container #nextButton {
  padding: 10px;
  background: #F1C40F;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font: 12px/20px SgRegular;
  display: none;
  border-radius: 20px;
}
#popup-story-container #nextButton:hover {
  cursor: pointer;
  background: #FFF21F;
}
#popup-story-container #prevButton {
  padding: 10px;
  background: #F1C40F;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font: 12px/20px SgRegular;
  display: none;
  border-radius: 20px;
}
#popup-story-container #prevButton:hover {
  cursor: pointer;
  background: #FFF21F;
}
#popup-story-container #close-button {
  display: none;
  width: 30px;
  height: 30px;
  background: #CE0000;
  text-align: center;
  font: 14px/30px SgRegular;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 10px;
}
#popup-story-container #close-button:hover {
  cursor: pointer;
  background: #F00;
}
.popup-img-wrap {
  display: none;
  text-align: center;
}
.popup-img-wrap img.portrait {
  height: 100%;
  border: 5px solid #FFF;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.popup-img-wrap img.landscape {
  width: 100%;
  border: 5px solid #FFF;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/*	------------------------------------------------------ 	
	VARIABLES
	------------------------------------------------------ 	*/
/*	------------------------------------------------------ 	
	PARAMETRIC MIXINS
	------------------------------------------------------ 	*/
/*	------------------------------------------------------ 	
	FONTS
	------------------------------------------------------ 	*/
@font-face {
  font-family: SgRegular;
  src: url('../fonts/sg_regular.ttf');
}
/*	------------------------------------------------------ 	
	COMMON CLASS
	------------------------------------------------------ 	*/
.no-border {
  border-bottom: none;
}
/*	------------------------------------------------------ 	
	MAIN STYLING
	------------------------------------------------------ 	*/
.yellow-bg {
  background: url("../img/main-bg-yellow.jpg") top center no-repeat;
}
.white-bg {
  background: url("../img/main-bg.jpg") top center no-repeat;
}
/*	------------------------------------------------------ 	
	SHOP LOCATION
	------------------------------------------------------ 	*/
#shop-location-bg {
  position: fixed;
  z-index: 149;
  width: 100%;
  height: 100%;
  background: url('../img/location-bg.png');
  display: none;
}
#shop-location-bg #shop-location-wrap {
  position: relative;
  width: 900px;
  height: 500px;
  bottom: 100%;
  left: 50%;
  margin: -250px -450px;
  background: #FFFEF9;
  z-index: 150;
  border-radius: 15px;
  border: 5px #4F2426 solid;
}
#shop-location-bg #shop-location-wrap #loc-container {
  height: 400px;
  margin: 50px 0;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container {
  width: 800px;
  margin: auto;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .sub-country-wrap {
  height: auto;
  margin-bottom: 10px;
  display: none;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .show-sub-location {
  display: block;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .location-spacer {
  width: 770px;
  padding: 15px;
  color: #FFF;
  background: #7C46AE;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .location-content-container {
  width: 770px;
  padding: 15px;
  height: auto;
  border-bottom: 1px #400004 solid;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .location-content-container .shop-name {
  float: left;
  width: 45%;
  line-height: 22px;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .location-content-container .shop-address {
  float: right;
  width: 45%;
  line-height: 28px;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .location-content-container .head-location {
  color: #F47AB1;
  font-size: 22px;
  font-weight: bold;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .winner-content-container {
  width: 100%;
  height: 180px;
  background: #F8F1B9;
  margin-bottom: 20px;
  clear: both;
  padding-top: 20px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .winner-content-container:hover {
  background: #FBEA53;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .winner-content-container div:first-child {
  width: 280px;
  height: 160px;
  margin-left: 20px;
  float: left;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .winner-content-container div:last-child {
  width: 460px;
  height: 160px;
  float: right;
  margin-right: 20px;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .winner-content-container div:last-child div {
  width: 460px;
  height: 40px;
  font: 19px/40px SgRegular;
  margin: 0;
  float: none;
}
#shop-location-bg #shop-location-wrap #loc-container #shop-location-container .winner-content-container div:last-child div:last-child {
  width: 460px;
  font: 14px SgRegular;
  line-height: 22px;
  margin: 0;
  padding: 0;
  color: #4F2426;
  float: none;
}
#main-wrap {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 1024px;
  min-width: 1000px;
  background: #7c46ae top center no-repeat;
  /*	------------------------------------------------------ 	
		MAIN STRUCTURE
		------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
		1. HEADER
		------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
		2. CONTENT
		------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
			2.1 CONTEST CONTENT
			------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
			2.2 CSR CONTENT
			------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
			2.3 GIRL POWER
			------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
			2.3.1 CHARACTER
			------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
			2.4 OUR STORY
			------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
			2.5 NOT FOUND
			------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
			2.6 POST
			------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
			2.7 STORE
			------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
		3. FOOTER
		------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
		FEATURED RANGE
		------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
		STORE LOCATION
		------------------------------------------------------ 	*/
  /*	------------------------------------------------------ 	
		LANDING PAGE
		------------------------------------------------------ 	*/
}
#main-wrap #header-wrap {
  position: relative;
  width: 100%;
  height: 450px;
  background: url("../img/header-bg.png") top center no-repeat;
}
#main-wrap #header-wrap #top-nav-container {
  float: right;
  width: auto;
  height: 35px;
  margin: 25px 0 0 0;
}
#main-wrap #header-wrap #top-nav-container .border {
  float: left;
  width: 15px;
  height: 35px;
  border-left: 1px #fee754 solid;
}
#main-wrap #header-wrap #top-nav-container .top-nav-icon {
  float: left;
  width: 37px;
  height: 35px;
}
#main-wrap #header-wrap #top-nav-container .top-nav-text {
  float: left;
  width: auto;
  height: 35px;
  font: 15px/35px SgRegular;
  padding: 0 15px 0 15px;
}
#main-wrap #header-wrap #top-nav-container .top-nav-text #find-us {
  color: #fee754;
}
#main-wrap #header-wrap #top-nav-container .top-nav-text #find-us:hover {
  color: #FFF;
  cursor: pointer;
}
#main-wrap #header-wrap #top-nav-container .top-nav-text a {
  color: #fee754;
}
#main-wrap #header-wrap #top-nav-container .top-nav-text a:hover {
  color: #FFF;
}
#main-wrap #header-wrap #nav-container {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 10px;
}
#main-wrap #header-wrap #nav-container .nav {
  position: relative;
  float: left;
  width: 12.35%;
  height: 100%;
  background: url("../img/nav-bg.png") top center no-repeat;
  background-size: 100% 140px;
}
#main-wrap #header-wrap #nav-container .nav:hover {
  background-size: 100% 140px;
  background-position: 0 -70px;
  cursor: pointer;
}
#main-wrap #header-wrap #nav-container .nav .nav-container {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: auto;
  left: 50%;
  margin: 0 0 10px -60px;
}
#main-wrap #header-wrap #nav-container .nav .nav-container .nav-img-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
#main-wrap #header-wrap #nav-container .nav .nav-container .nav-img-wrap .nav-img {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  margin: 0 auto;
  text-align: center;
}
#main-wrap #header-wrap #nav-container .nav .nav-container .nav-img-wrap .nav-img img {
  margin-left: -15%;
}
#main-wrap #header-wrap #nav-container .nav .nav-container .nav-text {
  margin: 0px auto;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 14px;
}
#main-wrap #header-wrap #nav-container .nav .nav-container .spacer {
  height: 45px;
}
#main-wrap #header-wrap #nav-container .nav .nav-icon {
  position: absolute;
  margin: -80px 0;
}
#main-wrap #header-wrap #nav-container .nav-spacer {
  float: left;
  width: 0.15%;
  height: 100%;
}
#main-wrap #banner-container {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
#main-wrap #banner-container img {
  height: 100%;
  width: 100%;
}
#main-wrap #content-wrap {
  background: #FFF9D6;
  position: relative;
  width: 100%;
  height: auto;
}
#main-wrap #content-wrap > img {
  width: 100%;
}
#main-wrap #content-wrap #location {
  width: 100%;
  height: 505px;
  margin-top: 0;
  background: url('../img/find-us-bg.jpg') no-repeat;
  background-size: 100% 100%;
  overflow: auto;
}
#main-wrap #content-wrap #location #location-container {
  width: 780px;
  height: 300px;
  margin: auto;
  margin-top: 150px;
}
#main-wrap #content-wrap #location #location-container #location-content {
  width: 700px;
  margin: auto;
}
#main-wrap #content-wrap #location #location-container #location-content .location-content-spacer {
  width: 95%;
  padding: 15px;
  color: #FFF;
  background: #7C46AE;
}
#main-wrap #content-wrap #location #location-container #location-content .location-content-container {
  width: 95%;
  padding: 15px;
  height: auto;
  border-bottom: 1px #400004 solid;
}
#main-wrap #content-wrap #location #location-container #location-content .location-content-container .shop-name {
  float: left;
  width: 48%;
  line-height: 22px;
}
#main-wrap #content-wrap #location #location-container #location-content .location-content-container .shop-address {
  float: right;
  width: 48%;
  line-height: 28px;
}
#main-wrap #content-wrap #location #location-container #location-content .location-content-container .head-location {
  color: #F47AB1;
  font-size: 22px;
  font-weight: bold;
}
#main-wrap #content-wrap #get-to-know {
  width: 1000px;
  margin: auto;
  margin-top: 10px;
  padding: 8px 0 5px 0;
}
#main-wrap #content-wrap #content2-wrap {
  width: 100%;
  height: auto;
  margin-top: 0px;
  background: #FFF9D6;
  padding: 20px 0px;
}
#main-wrap #content-wrap #content2-wrap #content2-container {
  padding: 0px 20px;
}
#main-wrap #content2-container #contest-wrap {
  width: 930px;
  height: 100%;
  margin: auto;
}
#main-wrap #content2-container #contest-wrap .contest-container {
  float: left;
  width: 300px;
  height: 225px;
  /*background: url('../img/pink-bg.png') no-repeat center;*/
  background: #f8f1b9 no-repeat center;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container {
  width: 280px;
  height: 205px;
  margin: 10px 10px;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .closed-contest {
  position: absolute;
  background: #F00;
  padding: 8px 15px;
  color: #F00;
  opacity: 0.8;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-status {
  position: absolute;
  padding: 8px 15px;
  color: #FFF;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .open-contest {
  position: absolute;
  background: #00BA00;
  padding: 8px 15px;
  color: #00BA00;
  opacity: 0.8;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-img-container {
  width: 280px;
  height: 160px;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-button-container {
  width: 280px;
  height: 40px;
  margin-top: 5px;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-button-container .left-button-container-details {
  float: left;
  position: relative;
  width: 137px;
  height: 40px;
  background: url('../img/details-button.png') no-repeat top center;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-button-container .left-button-container-details:hover {
  background-position: 0 -40px;
  cursor: pointer;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-button-container .left-button-container {
  float: left;
  position: relative;
  width: 137px;
  height: 40px;
  background: url('../img/winners-button.png') no-repeat top center;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-button-container .left-button-container:hover {
  background-position: 0 -40px;
  cursor: pointer;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-button-container .right-button-container {
  float: right;
  position: relative;
  width: 137px;
  height: 40px;
  background: url('../img/gallery-button.png') no-repeat top center;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-button-container .right-button-container:hover {
  background-position: 0 -40px;
  cursor: pointer;
}
#main-wrap #content2-container #contest-wrap .contest-container .contest-content-container .contest-button-container .button {
  background: #F0C516;
}
#main-wrap #content2-container #contest-wrap .contest-vertical-spacer {
  float: left;
  width: 15px;
  height: 225px;
  background: transparent;
}
#main-wrap #content2-container #contest-wrap .contest-horizontal-spacer {
  height: 15px;
  background: transparent;
}
#main-wrap #content2-container #csr-wrap {
  width: 930px;
  height: 100%;
  margin: auto;
}
#main-wrap #content2-container #csr-wrap .csr-container {
  float: left;
  width: 300px;
  height: auto;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container {
  width: 280px;
  height: auto;
  margin: 10px 10px;
  overflow: hidden;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-img-container {
  width: 280px;
  height: 160px;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-button-container {
  width: 280px;
  height: 40px;
  margin-top: 5px;
  display: none;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-button-container .csr-title {
  font: 15px/40px SgRegular;
  text-align: center;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-button-container .csr-title a {
  color: #fff;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-button-container .left-button-container {
  float: left;
  position: relative;
  width: 137px;
  height: 40px;
  background: url('../img/winners-button.png') no-repeat top center;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-button-container .left-button-container:hover {
  background-position: 0 -40px;
  cursor: pointer;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-button-container .right-button-container {
  float: right;
  position: relative;
  width: 137px;
  height: 40px;
  background: url('../img/gallery-button.png') no-repeat top center;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-button-container .right-button-container:hover {
  background-position: 0 -40px;
  cursor: pointer;
}
#main-wrap #content2-container #csr-wrap .csr-container .csr-content-container .csr-button-container .button {
  background: #F0C516;
}
#main-wrap #content2-container #csr-wrap .csr-vertical-spacer {
  float: left;
  width: 15px;
  height: 10px;
  background: transparent;
}
#main-wrap #content2-container #csr-wrap .csr-horizontal-spacer {
  height: 15px;
  background: transparent;
}
#main-wrap #girl-power {
  height: 503px;
  width: 100%;
  background: url('img/girl-power.jpg') no-repeat;
}
#main-wrap .clickable-character:hover {
  cursor: pointer;
}
#main-wrap .clickable-character:hover .zoom-alert {
  display: block;
}
#main-wrap #all-main-character-wrap {
  width: 100%;
  height: auto;
  background: #FDFDE9;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 6px;
}
#main-wrap #all-main-character-wrap .character-button {
  float: left;
  width: 249px;
  height: 507px;
}
#main-wrap #all-main-character-wrap .character-button-spacer {
  float: left;
  width: 5px;
  height: 507px;
}
#main-wrap #all-main-character-wrap #summer #summer-main-btn {
  width: 100%;
  height: 100%;
  background: url('../img/summer-main-btn.jpg') no-repeat;
}
#main-wrap #all-main-character-wrap #summer #summer-main-btn:hover {
  cursor: pointer;
  background-position: -249px 0px;
}
#main-wrap #all-main-character-wrap #nikki #nikki-main-btn {
  width: 100%;
  height: 100%;
  background: url('../img/nikki-main-btn.jpg') no-repeat;
}
#main-wrap #all-main-character-wrap #nikki #nikki-main-btn:hover {
  cursor: pointer;
  background-position: -249px 0px;
}
#main-wrap #all-main-character-wrap #gg #gg-main-btn {
  width: 100%;
  height: 100%;
  background: url('../img/gg-main-btn.jpg') no-repeat;
}
#main-wrap #all-main-character-wrap #gg #gg-main-btn:hover {
  cursor: pointer;
  background-position: -249px 0px;
}
#main-wrap #all-main-character-wrap #gang #gang-main-btn {
  width: 100%;
  height: 100%;
  background: url('../img/gang-main-btn.jpg') no-repeat;
}
#main-wrap #all-main-character-wrap #gang #gang-main-btn:hover {
  cursor: pointer;
  background-position: -249px 0px;
}
#main-wrap #character-wrap {
  display: none;
}
#main-wrap .character-wrap {
  position: relative;
}
#main-wrap .character-wrap .zoom-alert {
  position: absolute;
  display: none;
  background: url('../img/story-hover-bg.png');
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
}
#main-wrap .character-wrap .zoom-alert .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  background: #FD0;
}
#main-wrap .character-wrap .zoom-alert img {
  width: 80%;
  vertical-align: middle;
}
#main-wrap #summer-room {
  background: url('../img/summer-room.jpg');
}
#main-wrap #summer-room:hover {
  cursor: pointer;
  background-position: 0px -378px;
}
#main-wrap #summer-room:hover img {
  display: inline-block;
}
#main-wrap #nikki-room {
  background: url('../img/nikki-room.jpg');
}
#main-wrap #nikki-room:hover {
  cursor: pointer;
  background-position: 0px -378px;
}
#main-wrap #nikki-room:hover img {
  display: inline-block;
}
#main-wrap #gg-room {
  background: url('../img/gg-room.jpg');
}
#main-wrap #gg-room:hover {
  cursor: pointer;
  background-position: 0px -378px;
}
#main-wrap #gg-room:hover img {
  display: inline-block;
}
#main-wrap #ourstory {
  height: auto;
  width: 100%;
  background: #fdfde9;
  padding: 6px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#main-wrap #ourstory .story-wrap {
  position: relative;
  float: left;
  height: 248.5px;
  width: 248.5px;
  /*background 			: #fF0; */
}
#main-wrap #ourstory .story-wrap .sub-v {
  position: relative;
  float: left;
  height: 248.5px;
  width: 124px;
  /*background 			: #990;*/
}
#main-wrap #ourstory .story-wrap .sub-v .zoom-alert img.full {
  margin-top: 100px;
}
#main-wrap #ourstory .story-wrap .sub-h {
  position: relative;
  height: 124px;
  width: 248.5px;
  /*background 			: #8F0;*/
}
#main-wrap #ourstory .story-wrap .sub-h .zoom-alert img.full {
  margin-top: 5px;
}
#main-wrap #ourstory .story-wrap .zoom-alert {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  display: none;
  background: url('../img/story-hover-bg.png');
}
#main-wrap #ourstory .story-wrap .zoom-alert img.full {
  width: 80%;
  margin-top: 80px;
}
#main-wrap #ourstory .clickable-story:hover {
  cursor: pointer;
}
#main-wrap #ourstory .clickable-story:hover .zoom-alert {
  display: block;
}
#main-wrap #ourstory .story-spacer-v {
  float: left;
  height: 248.5px;
  width: 6px;
}
#main-wrap #ourstory .story-spacer-h {
  clear: both;
  height: 5px;
  width: 100%;
}
#main-wrap #ourstory img {
  width: 100%;
}
#main-wrap #notfound {
  height: 100%;
  width: 100%;
  background: #FFF9D6;
  font: 50px/500px SgRegular;
  text-align: center;
}
#main-wrap #post-wrap {
  height: auto;
  width: 100%;
  background: #FFF9D6;
  padding: 35px 0 15px 0;
}
#main-wrap #post-wrap #post-container {
  height: auto;
  width: 800px;
  margin: auto;
}
#main-wrap #post-wrap #post-container a {
  color: #FF6E88;
}
#main-wrap #post-wrap #post-container a:hover {
  color: #7C46AE;
}
#main-wrap #post-wrap #post-container #post-title {
  height: auto;
  font: 25px/50px SgRegular;
  color: #FF6E88;
}
#main-wrap #post-wrap #post-container #post-date {
  height: 20px;
  font: 14px/25px serif;
  color: #999999;
  border-bottom: 1px #FFB8C5 solid;
  padding-bottom: 15px;
}
#main-wrap #post-wrap #post-container #post-content {
  font-size: 14px;
  line-height: 25px;
  padding: 10px 0 20px 0;
  color: #400004;
}
#main-wrap a .back-btn {
  font: 13px/25px SgRegular;
  color: #FFFFFF;
  padding: 8px 10px;
  background: #F47AB1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-right: 7px;
}
#main-wrap a .back-btn:hover {
  background: #BD5786;
}
#main-wrap #store-map {
  height: 799px;
  /*background: url('../img/indonesian-map.jpg');*/
}
#main-wrap #footer-wrap {
  position: relative;
  width: 100%;
  height: 80px;
  background: #613697;
  margin-top: 10px;
}
#main-wrap #footer-wrap #summer-footer {
  float: left;
}
#main-wrap #footer-wrap #footer-text-container {
  font: 8px/15px SgRegular;
  color: #3B1959;
  padding: 10px 0 0 10px;
}
#main-wrap #footer-wrap #socmed-container {
  position: absolute;
  width: auto;
  height: 35px;
  top: 50%;
  right: 0;
  margin: -17.5px 0 0 0;
}
#main-wrap #footer-wrap #socmed-container .icon-container {
  float: left;
  width: 35px;
  height: 35px;
}
#main-wrap #footer-wrap #socmed-container .icon-spacer {
  float: left;
  width: 25px;
  height: 35px;
}
#main-wrap #featured-wrap {
  width: 100%;
  height: 505px;
}
#main-wrap #featured-wrap img {
  width: 100%;
  height: 505px;
}
#main-wrap .map-tag {
  position: absolute;
  padding: 8px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #F47AB1;
  color: #FFF;
  border: 3px #BD5786 solid;
  display: none;
}
#main-wrap .show-tag {
  display: block;
}
#main-wrap #bali-tag {
  top: 330px;
  left: 420px;
}
#main-wrap #maluku-tag {
  top: 150px;
  left: 750px;
}
#main-wrap #ntb-tag {
  top: 410px;
  left: 360px;
}
#main-wrap #ntt-tag {
  top: 330px;
  left: 550px;
}
#main-wrap #jawa-tag {
  top: 290px;
  left: 280px;
}
#main-wrap #sumatera-tag {
  top: 80px;
  left: 100px;
}
#main-wrap #sulawesi-tag {
  top: 130px;
  left: 560px;
}
#main-wrap #kalimantan-tag {
  top: 100px;
  left: 320px;
}
#main-wrap #content-container {
  position: absolute;
  width: 900px;
  height: 515px;
  top: 50%;
  left: 50%;
  margin: -257px 0 0 -450px;
}
#main-wrap #content-container #nav-wrap {
  position: relative;
  width: 900px;
  background: #FF0;
  opacity: 1;
  margin: 380px 0;
}
#main-wrap #content-container #nav-wrap #nav-container {
  width: 300px;
  margin: auto;
  background: #67708f;
  /*#choose-country-icon-wrap {
					float: left;
					width: 65px;
					height: 45px;
				}
				#choose-country-text-wrap {
					overflow: hidden;
					height: 30px;
					#choose-country-text-container {
						margin: 12px 0 0 0;
						padding: 0 0 0 3px;
						width: 100%;
						height: 25px;
						font-size: 17px;
						color: #f5dc57;
						opacity: 0.7;
						img#dwn-arr {
							display: none;
						}
	    				filter: alpha(opacity=70);
						&:hover {
							cursor:pointer;
							opacity: 1;
	    					filter: alpha(opacity=100);
						}
						img{
							float: right;
							margin-right: 3px;
						}
					}								2f0900
				}*/
}
#main-wrap #content-container #nav-wrap #nav-container #select-country-button {
  position: absolute;
  z-index: 2;
  width: 300px;
  height: 80px;
  background: url("../img/choose-country-button.png") top center no-repeat;
  opacity: 1;
}
#main-wrap #content-container #nav-wrap #nav-container #select-country-button #select-country-textwrap {
  width: 212px;
  height: 40px;
  opacity: 0.7;
  margin-left: 73px;
  margin-top: 20px;
}
#main-wrap #content-container #nav-wrap #nav-container #select-country-button #select-country-textwrap:hover {
  cursor: pointer;
}
#main-wrap #content-container #nav-wrap #nav-container #select-country-button #select-country-textwrap #select-country-dropbutton {
  width: 40px;
  height: 40px;
  background: url("../img/drop-button.png");
  float: right;
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap {
  position: absolute;
  overflow: hidden;
  z-index: 0;
  width: 250px;
  height: 0px;
  margin: 42px 25px;
  background: url("../img/choose-country-bg.png") bottom center no-repeat;
  padding-bottom: 20px;
  padding-top: 25px;
  display: none;
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap #dropdown-menu-container {
  margin-left: 25px;
  margin-top: 5px;
  width: 200px;
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap #dropdown-menu-container .dropdown-title-container {
  width: 200px;
  padding: 4px 0;
  font: 17px/30px SgRegular;
  color: #2f0900;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #FFF;
  background: #7C46AE;
  text-align: center;
  margin-bottom: 8px;
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap #dropdown-menu-container .spacer-01 {
  height: 10px;
  width: 100 %;
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap #dropdown-menu-container .spacer-02 {
  height: 15px;
  width: 100 %;
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap #dropdown-menu-container .dropdown-menu-container {
  margin: auto;
  width: 210px;
  height: 30px;
  border-bottom: 2px dashed #C7C49B;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap #dropdown-menu-container .dropdown-menu-container .dropdown-menu-content {
  width: 200px;
  height: 30px;
  font: 17px/30px SgRegular;
  color: #2f0900;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  filter: alpha(opacity=80);
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap #dropdown-menu-container .dropdown-menu-container .dropdown-menu-content:hover {
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#main-wrap #content-container #nav-wrap #nav-container #dropdown-menu-scroll-wrap #dropdown-menu-container .dropdown-menu-container .selected-country a {
  color: #F00;
}
/*	------------------------------------------------------ 	
	ANYTHING SLIDER
	------------------------------------------------------ 	*/
/* New in version 1.7+ */
#slider3 {
  width: 100%;
  height: 505px;
  list-style: none;
}
/* images with caption */
#slider3 img {
  width: 100%;
  height: 100%;
}
/* position the panels so the captions appear correctly */
#slider3 .panel {
  position: relative;
}
/* captions */
#slider3 .caption-top,
#slider3 .caption-right,
#slider3 .caption-bottom,
#slider3 .caption-left {
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 0;
  position: relative;
  z-index: 10;
  opacity: .8;
  filter: alpha(opacity=80);
}
/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider3 .caption-top {
  left: 0;
  top: 0;
  width: 480px;
  height: 30px;
}
/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider3 .caption-right {
  right: 0;
  bottom: 0;
  width: 130px;
  height: 180px;
}
/* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider3 .caption-bottom {
  left: 0;
  bottom: 0;
  width: 98.5%;
  height: 30px;
}
/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
#slider3 .caption-left {
  left: 0;
  bottom: 0;
  width: 130px;
  height: 180px;
}
/* Caption close button */
.caption-top .close,
.caption-right .close,
.caption-bottom .close,
.caption-left .close {
  font-size: 80%;
  cursor: pointer;
  float: right;
  display: inline-block;
}
.close {
  position: absolute;
  padding: 3px 5px;
  background: #B21B26;
  top: -10px;
  right: 10px;
  color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.close:hover {
  background: red;
  cursor: pointer;
}
/*	------------------------------------------------------ 	
		TEAM RIDERS
	------------------------------------------------------ 	*/
@font-face {
  font-family: NewSurferGirl;
  src: url('../font/newsurfergirl.ttf');
}
#in {
  width: 1016px;
  height: auto;
  margin: 0 auto;
  line-height: 22px;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
img {
  border: none;
}
/*----------------------------HEADER--------------------------------------------*/
#header {
  margin: 2% auto 0px auto;
}
#homebtn {
  background-image: url(../images/home-btn.jpg);
  background-repeat: no-repeat;
  width: 196px;
  height: 81px;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  transition: all 0.5s ease-out;
  margin-bottom: 5px;
}
#homebtn:hover {
  background-image: url(../images/home-btn2.jpg);
}
#teambtn {
  background-image: url(../images/team-btn.jpg);
  background-repeat: no-repeat;
  width: 196px;
  height: 81px;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  transition: all 0.5s ease-out;
  margin-bottom: 5px;
}
#teambtn:hover {
  background-image: url(../images/team-btn2.jpg);
}
#ambabtn {
  background-image: url(../images/amba-btn.jpg);
  background-repeat: no-repeat;
  width: 196px;
  height: 81px;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  transition: all 0.5s ease-out;
  margin-bottom: 5px;
}
#ambabtn:hover {
  background-image: url(../images/amba-btn2.jpg);
}
#newsbtn {
  background-image: url(../images/news-btn.jpg);
  background-repeat: no-repeat;
  width: 196px;
  height: 81px;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  transition: all 0.5s ease-out;
  margin-bottom: 5px;
}
#newsbtn:hover {
  background-image: url(../images/news-btn2.jpg);
}
#surfbtn {
  background-image: url(../images/surf-btn.jpg);
  background-repeat: no-repeat;
  width: 196px;
  height: 81px;
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  transition: all 0.5s ease-out;
  margin-bottom: 5px;
}
#surfbtn:hover {
  background-image: url(../images/surf-btn2.jpg);
}
/*----------------------------HEADER--------------------------------------------*/
/*----------------------------CONTENT--------------------------------------------*/
.scr {
  width: 380px;
  padding: 0px 10px 20px 30px;
  height: 530px;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 28px;
}
.scr2 {
  width: 395px;
  padding: 0px 10px 20px 30px;
  height: 550px;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 28px;
}
/*::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: none;
}
 
::-webkit-scrollbar-track-piece  {
	background-color: #3b3b3b;
	-webkit-border-radius: 6px;
}
 
::-webkit-scrollbar-thumb:vertical {
	-webkit-border-radius: 6px;
	background: #666 url(scrollbar_thumb_bg.png) no-repeat center;
}*/
#ct {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #fdfbdd;
  width: 1000px;
  padding: 8px 8px 0px 8px;
  height: auto;
  min-height: 200px;
  border: #2a160f 2px solid;
  margin-top: -8px;
  z-index: 10;
  position: relative;
}
#mainmenu a {
  float: left;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0px;
}
#btnknn {
  width: 266px;
  float: right;
  height: auto;
}
.imgleft {
  float: left;
}
.imgright {
  float: right;
}
.imgthumb {
  margin-top: 15px;
  float: left;
  width: 100%;
  margin-left: 2px;
}
.imgthumb a {
  float: left;
  margin: 0px 4px;
}
.imgthumb a img {
  width: 179px;
}
.imgthumb2 {
  float: left;
  margin-top: 0px;
  margin-left: 3px;
  margin-bottom: 5px;
}
.imgthumb2 a {
  float: left;
  margin: 0px 2px;
}
/*.imgthumb2 a img {
	width:179px;
}*/
#bginfocinta {
  background-image: url(../images/cinta/bginfo.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 440px;
  height: 569px;
  padding-top: 20px;
  margin-right: 5px;
}
#bginfosalini {
  background-image: url(../images/salini/bginfo.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 440px;
  height: 569px;
  padding-top: 20px;
  margin-right: 5px;
}
#bginfotaina {
  background-image: url(../images/taina/bginfo.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 440px;
  height: 569px;
  padding-top: 20px;
  margin-right: 5px;
}
#bginfokai {
  background-image: url(../images/kai/bginfo.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 440px;
  height: 569px;
  padding-top: 20px;
  margin-right: 5px;
}
#bginfodhea {
  background-image: url(../images/dhea/bginfo.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 440px;
  height: 569px;
  padding-top: 20px;
  margin-right: 5px;
}
#bginfomaria {
  background-image: url(../images/maria/bginfo.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 440px;
  height: 569px;
  padding-top: 20px;
  margin-right: 5px;
}
#bginfopat {
  background-image: url(../images/patricia/bginfo.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 457px;
  height: 611px;
  padding-top: 20px;
}
#bginfobintang {
  background-image: url(../images/bintang/bginfo.jpg);
  background-repeat: no-repeat;
  float: right;
  width: 455px;
  height: 611px;
  padding-top: 20px;
}
#ind {
  background-image: url(../images/ind.png);
  background-repeat: no-repeat;
  width: 248px;
  height: 114px;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}
#ind:hover {
  background-image: url(../images/ind2.png);
}
#ned {
  background-image: url(../images/ndr.png);
  background-repeat: no-repeat;
  width: 112px;
  height: 114px;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}
#ned:hover {
  background-image: url(../images/ndr2.png);
}
#kor {
  background-image: url(../images/kor.png);
  background-repeat: no-repeat;
  width: 64px;
  height: 114px;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}
#kor:hover {
  background-image: url(../images/kor2.png);
}
#aus {
  background-image: url(../images/aus.png);
  background-repeat: no-repeat;
  width: 112px;
  height: 114px;
  transition: all 0.5s ease-out;
  margin: 0 auto;
}
#aus:hover {
  background-image: url(../images/aus2.png);
}
#country {
  color: #b5c046;
  text-align: center;
  font-size: 14px;
}
.bxcount {
  /*width:230px;*/
  background: none;
  height: 200px;
  padding: 20px;
  margin: 10px;
  float: left;
  text-align: center;
  font-size: 18px;
  transition: all 0.5s ease-out;
}
/*.bxcount:hover {
	background-color:#f0ebbd;
}
*/
.linetgh {
  background-color: #f0ebbd;
  width: 10px;
  height: 200px;
  float: left;
  margin: 10px 15px;
  padding: 20px 0px;
}
/*----------------------------CONTENT--------------------------------------------*/
/*----------------------------SLIDE--------------------------------------------*/
ul.bjqs-controls.v-centered li a {
  display: block;
  /*padding:10px;*/
  background: none;
  /*color:#000;*/
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
ul.bjqs-controls.v-centered li a:hover {
  /*background:#000;
	color:#fff;*/
  opacity: 1;
  filter: alpha(opacity=100);
}
ol.bjqs-markers li a {
  display: none;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  margin: 5px;
  text-decoration: none;
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
  background: #999;
  display: none;
}
p.bjqs-caption {
  background: rgba(255, 255, 255, 0.5);
  display: none;
}
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
li.bjqs-slide {
  position: absolute;
  display: none;
}
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
  background-image: url(../images/arrowknn.jpg);
  background-repeat: no-repeat;
  width: 25px;
  height: 35px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
  background-image: url(../images/arrowkiri.jpg);
  background-repeat: no-repeat;
  width: 25px;
  height: 35px;
}
ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
}
ol.bjqs-markers.h-centered {
  text-align: center;
  display: none;
}
ol.bjqs-markers li {
  display: inline;
}
ol.bjqs-markers li a {
  display: inline-block;
}
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
  display: none;
}
/*----------------------------SLIDE--------------------------------------------*/
/*----------------------------FOOTER--------------------------------------------*/
#footer {
  margin: 30px auto;
  text-align: center;
  width: 100%;
}
/*----------------------------FOOTER--------------------------------------------*/
/*----------------------------TABS--------------------------------------------*/
.entry ul.etabs {
  margin: 0;
  padding: 0;
}
.entry ul.etabs li {
  margin-bottom: 0px;
}
.entry ul.etabs li img {
  margin-right: 15px;
  margin-bottom: 10px;
}
.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*background: #eee;*/
  /*border: solid 1px #999;*/
  border-bottom: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: all 0.5s ease-out;
}
.tab:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tab a {
  font-size: 18px;
  line-height: 2em;
  display: block;
  padding: 0 20px;
  outline: none;
  color: #fff;
}
.tab a:hover {
  text-decoration: none;
  color: #FFF;
}
.tab.active {
  /*background: #fff;*/
  padding-top: 6px;
  position: relative;
  top: 1px;
  opacity: 1;
  filter: alpha(opacity=100);
  /*border-color: #666;*/
}
.tab a.active {
  font-weight: bold;
}
.tab-container .panel-container {
  background: transparent;
  /*border: solid #666 1px*/
  margin-top: 0px;
}
.panel-container {
  margin-bottom: 8px;
  line-height: 20px;
  text-align: justify;
  width: 100%;
}
.panel-container p {
  margin-bottom: 25px;
}
.panel-container a {
  color: #000;
  text-decoration: underline;
}
.panel-container a:hover {
  color: #FFF;
  text-decoration: none;
}
.nametr {
  font-size: 22px;
  margin-bottom: 15px;
  color: #FFF;
}
.panel-container img {
  margin-right: 5px;
  margin-bottom: 10px;
}
.trb1 {
  background-color: #01abc4;
  border-top-left-radius: 5px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.trb2 {
  background-color: #f05b92;
  border-top-left-radius: 5px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.trb3 {
  background-color: #ffc30d;
  border-top-left-radius: 5px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.trb4 {
  background-color: #a6228f;
  border-top-left-radius: 5px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.trb5 {
  background-color: #dc2625;
  border-top-left-radius: 5px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.trb6 {
  background-color: #935dab;
  border-top-left-radius: 5px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.trb7 {
  background-color: #69bb4d;
  border-top-left-radius: 5px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.tr1 {
  background-color: #01abc4;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tr2 {
  background-color: #f05b92;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tr3 {
  background-color: #ffc30d;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tr4 {
  background-color: #a6228f;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tr5 {
  background-color: #dc2625;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tr6 {
  background-color: #935dab;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tr7 {
  background-color: #69bb4d;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.panel-container ul {
  list-style-image: url('../images/flower.png');
  margin-top: -20px;
}
.panel-container strong {
  font-size: 18px;
}
#bginfopat ul {
  list-style-image: url('../images/flower.png');
  margin-top: -20px;
}
#bginfopat strong {
  font-size: 18px;
}
/*----------------------------TABS--------------------------------------------*/
/*----------------------------SCROLL--------------------------------------------*/
.scroll-pane {
  width: 100%;
  height: 200px;
  overflow: auto;
}
.horizontal-only {
  height: auto;
  max-height: 200px;
}
/*----------------------------SCROLL--------------------------------------------*/
