/*
Theme Name: L-Men Fifteen
Author: L-Men
Author URI: http://www.l-men.com
Crafter: Nutrifood
Description: The 2015 theme for L-Men, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
Tags: black, white, grey, blue, responsive, simple.
*/

/*Reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
article, aside, details, figcaption, figure, 
header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	overflow-x: hidden;
	overflow-y: scroll;	
	font-family: lato;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover{
	text-decoration: none;
}
/*End of Reset CSS*/

/*font*/
@font-face{
	font-family: lato;
	src: url('fonts/Lato-Reg.ttf') format("truetype");
}
@font-face{
	font-family: latobold;
	src: url('fonts/Lato-Bla.ttf') format("truetype");
}
@font-face{
	font-family: latoboldita;
	src: url('fonts/Lato-BlaIta.ttf') format("truetype");
}
@font-face{
	font-family: firasanslight;
	src: url('fonts/FiraSansOT-Light.otf') format("opentype");
}
@font-face{
	font-family: firasansbold;
	src: url('fonts/FiraSansOT-Medium.otf') format("opentype");
}
@font-face{
	font-family: firasans;
	src: url('fonts/FiraSansOT-Regular.otf') format("opentype");
}
@font-face{
	font-family: newsgothic;
	src: url('fonts/NEWSGOTC.TTF') format("truetype");
}
@font-face{
	font-family: newsgothicb;
	src: url('fonts/NEWGOTBC.TTF') format("truetype");
}
@font-face{
	font-family: newsgothicbi;
	src: url('fonts/NEWGTBCI.TTF') format("truetype");
}
/*End of Font*/



/*Arrow*/
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #f00;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 25px solid black;
}
.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid blue; 
}

/*Header - Menu Navigation*/
body {
		background-color:#000;
}

.navbar {
	background-color: #000;
	border: none;
	margin-bottom:-10px;
}
ul.navbar-right {
	float: right;
	margin-top:5px;
}
ul.navbar-right li a {
	float: left;
	margin:0px 4px;
	padding: 10px 0px 0px 0px; 
}
.navbar-form .form-control {
	width: 250px;
}
.form-control.field-search {
	padding:2px 5px;
	display: block;
	width: 180px;
	height: 34px;
	padding: 4px 4px 6px 4px;
	font-size: 17px;
	line-height: 13px;
	color: #006561;
	background-color: transparent;
	background-image: none;
	border: 1px solid #006561;
	font-family: 'newsgothicb';
	text-transform: uppercase;
	text-align: right;
	margin:7px 0px 0px 5px;
	/*border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .5s,-webkit-box-shadow ease-in-out .5s;
	-o-transition: border-color ease-in-out .5s,box-shadow ease-in-out .5s;
	transition: border-color ease-in-out .5s,box-shadow ease-in-out .5s;*/
}
.form-control.field-search ::-webkit-input-placeholder {
	color:#006561;
}
.searchresult {
	font-size:80%;
        margin:5px 0px 5px 0px;
        padding:0px 0px 70px 0px;
        border-bottom:#ccc solid 1px;
}
.searchresult h2 {
	font-size:22px;
	margin-bottom:5px;
}
.search-post-link {
	float:right;
}

.search-page-title {
	width:100%;
	font-size:25px;
	margin:20px 0px 50px 0px;
	float:left;
	border-bottom:#ccc dashed 1px;
}

ul.menu {
	width: auto;
	float: right;
	margin: 70px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 90%;	
}
ul.menu li {
	margin:0px 0px 0px 46px;
	padding: 0px;
}
ul.menu li.last {
	padding-right:0px;
	margin-right: 0px;
}
ul.menu li a {
	padding:5px 0px 12px 0px;
	color:#fff;
}
ul.menu li a:hover {
	padding:5px 0px 7px 0px;
	color:#04cef9;
	border-bottom: #04cef9 solid 5px;
}
.navbar-default .navbar-nav>li>a {
	color:#fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	padding:5px 0px 7px 0px;
	color:#04cef9;
	border-bottom: #04cef9 solid 5px;
}
a.navbar-brand {
	margin:0px;
	padding: 0px;
}
a.navbar-brand img {

}
.nav-single {
	background-color: transparent;
	position: absolute;
	z-index: 1000000;
}
.nav-single a.navbar-brand img {
	margin:0px 14%;
}

/*Container*/
.row {
	margin-right:-20px;
	margin-left:-20px;
}
.loading{
	width:100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	z-index: 1200;
	display: none;
	top: 0px;
	left: 0px;
}
.loading img{
	width: 10%;
	margin-top: 20%;
	margin-left: 45%;
}
/*#article {
	display: none;
}*/

#article {
	height: auto;
	overflow: hidden;
}
.col-lg-6#article, .col-lg-3#article {
	height: 375px;
	overflow: hidden;
}

#article img {
	width: 100%;
	height: auto;
}
.wrap-banner#article img {
height:auto;
width:100%;
}
.item {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.item img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.itemzoom {
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.itemzoom img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.item .article, .item .hotitem {
	width: 97%;
	height: 67%;
	overflow: hidden;
	margin: auto;
	padding: 0px 60px;
	position: absolute;
	z-index: 100;
	top: 0; left: 0; bottom: 0; right: 0;
}
.item .hotitem {
	width: 60%;
	height: 70%;
	overflow: hidden;
	margin: auto auto auto 20px;
	padding: 0px 50px 0px 10px;
}
.hotitem h3{
	font-family: "newsgothicb";
	font-size: 170%;
	font-style: italic;
	text-transform: uppercase;
	color:#f7f7f7;
	text-align: center;
	letter-spacing: 0px;
	line-height: 37px;
	position: relative;
	top: 35%;
	transform: translateY(-50%);
	margin-bottom: 20px;
	margin-left:5px;
}
.hotitem h2 {
	font-family: "newsgothicb";
	font-size: 260%;
	font-style: italic;
	text-transform: uppercase;
	color:#f7f7f7;
	text-align: center;
	letter-spacing: 0px;
	line-height: 37px;
	position: relative;
	top: 35%;
	transform: translateY(-50%);
}
.article h2, .article h2.tight {
	font-family: "newsgothicb";
	font-size: 210%;
	font-style: italic;
	text-transform: uppercase;
	color:#f7f7f7;
	text-align: center;
	letter-spacing: 0px;
	line-height: 32px;
	position: relative;
	top: 28%;
	transform: translateY(-50%);
}
.article h2 a, .article h2.tight a {
	color:#f7f7f7;
}	
.article h2.tight {
	line-height: 25px;
}
.article h2 em {
	text-transform: none;
	font-size: 55%;
	line-height: 12px;
}
.article h3 {
	width:85px;
	font-family: "newsgothicb";
	font-size: 85%;
	text-transform: uppercase;
	text-align: center;
	margin:0px auto 30px auto;
	padding: 3px;
}
.olahraga h3, .futsal h3, .basket h3, .lari h3, .fitness h3 {
	background-color:#04cef9;
	width:70px;
}
.nutrisi h3 {
	background-color:#00a19a;
	width:55px;
}
.gaya-hidup h3 {
	background-color:#f39200;
	width:75px;
}
.transformasi h3 {
	background-color:#ffd631;
	width:90px;
}
.news-update h3 {
	background-color:#f92c04;
	width:90px;	
}
.video h3 {
	background-color:#0069b4;	
	width:55px;
}


.bekasi h3, .bandung h3, .jakarta h3, .malang h3, .semarang h3, .surabaya h3, .tangerang h3, .yogyakarta h3 {
	background-color:#04cef9;
	width:75px;
}
.balikpapan h3, .pontianak h3, .samarinda h3 {
	background-color:#00a19a;
	width:75px;
}
.bali h3 {
	background-color:#f39200;
	width:75px;
}
.jambi h3, .lampung h3, .medan h3, .padang h3, .palembang h3, .pekanbaru h3 {
	background-color:#ffd631;
	width:75px;
}
.makassar h3 {
	background-color:#0069b4;	
	width:75px;
}

.more {
	width:85px;
	font-family: "newsgothicb";
	font-size: 140%;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
	margin:0px auto 0px auto;
	padding: 5px 8px 5px 5px;
	width:65px;
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
}
.item a, .article a {
	color:#111;
}
.olahraga .more, .lari .more, .basket .more, .fitness .more, .futsal .more    {
	background-color:#04cef9;	
}
.nutrisi .more {
	background-color:#00a19a;	
}
.gaya-hidup .more {
	background-color:#f39200;	
}
.transformasi .more {
	background-color:#ffd631;	
}
.news-update .more {
	background-color:#f92c04;	
}
.video .more {
	background-color:#0069b4;	
}

.bekasi .more, .bandung .more, .jakarta .more , .malang .more , .semarang .more , .surabaya .more , .tangerang .more, .yogyakarta .more {
	background-color:#04cef9;
}
.balikpapan .more, .pontianak .more, .samarinda .more {
	background-color:#00a19a;
}
.bali .more {
	background-color:#f39200;
}
.jambi .more, .lampung .more, .medan .more, .padang .more, .palembang .more, .pekanbaru .more {
	background-color:#ffd631;
}
.makassar .more {
	background-color:#0069b4;	
}

.arrow-more {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	right:-8px;
	top:9px;
}
.olahraga .arrow-more, .lari .arrow-more, .futsal .arrow-more, .basket .arrow-more, .fitness .arrow-more, .bekasi .arrow-more, .bandung .arrow-more, .jakarta .arrow-more, .malang .arrow-more, .semarang .arrow-more, .surabaya .arrow-more, .tangerang .arrow-more, .yogyakarta .arrow-more {
	border-left: 8px solid #04cef9;
}
.nutrisi .arrow-more, .balikpapan .arrow-more, .pontianak .arrow-more, .samarinda .arrow-more {
	border-left: 8px solid #00a19a;
}
.gaya-hidup .arrow-more, .bali .arrow-more {
	border-left: 8px solid #f39200;
}
.transformasi .arrow-more, .jambi .arrow-more, .lampung .arrow-more, .medan .arrow-more, .padang .arrow-more, .palembang .arrow-more, .pekanbaru .arrow-more {
	border-left: 8px solid #ffd631;
}
.news-update .arrow-more {
	border-left: 8px solid #f92c04;	
}
.video .arrow-more, .makassar .arrow-more {
	border-left: 8px solid #0069b4;	
}

/*Home*/
.darken {
	background-color: #000;
	opacity: 0.5;	
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	z-index: 100;
	top: 0; left: 0; bottom: 0; right: 0;
}
.brighten {
	background-color: #fff;
	opacity: 0.1;	
	width: 98%;
	height: 100%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	z-index: 10;
	top: 0; left: 0; bottom: 0; right: 0;
}
.blueish {
	background-color: #29a8c2;
	opacity: 0.5;	
	width: 97%;
	height: 100%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	z-index: 1000;
	top: 0; left: 0; bottom: 0; right: 0;
}
.word-ads {
	text-align: center;
	margin:100px auto;
}
.word-ads h2 {
	font-family: "latobold";
	font-size: 370%;
	font-style: italic;
	text-transform: uppercase;
	color:#04cef9;
	text-align: center;
	letter-spacing: 1px;
}
.word-ads .buy {
	font-family: "newsgothicbi";
	font-size: 330%;
	font-style: bold;
	text-transform: uppercase;
	background-color:#04cef9;
	color:#000;
	width:190px;
	padding: 5px 15px 5px 15px;
	text-align: center;
	margin-top:0px;
}
.word-ads .arrow-right {
	float:right;
	margin-top: 10px;
}

.bigbanner {
	width:100%;
	margin:0px;
	padding: 0px;
}
.bigbanner img {

}

.twitter {
	text-align: center;
	margin:80px auto;
}
.twitter .profpic {
	text-align: right;
}
.twitter p, ul.tweets li.tweet {
	font-family: "firasans";
	font-size: 120%;
	color:#04cef9;
	text-align: left;
	letter-spacing: 0px;
	line-height: 25px;
}
.twitter p strong {
	color:#888;
	font-size: 160%;
}
.twitter .home-tweet-date a, .tweet-time {
	color:#888;
	font-size: 85%;
	margin-left:10px;
}

.sport .futsal, .sport .basketball, .sport .running, .sport .fitness {
	text-align: center;
 	position: relative;
	z-index: 1;
}
.sport .futsal h2, .sport .basketball h2, .sport .running h2, .sport .fitness h2  {
	width: 75%;
	height: 19%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	font-family: "newsgothicb";
	font-style: italic;
	font-style: bold;
	font-size: 370%;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 2px;
	line-height: 47px;
}
.sport .basketball h2  {
	height: 35%;
}

.btnload input {
	border:none;
	background-color: transparent;
	padding: 15px;
	text-transform: uppercase;
}

.btnload .load-more {
	padding: 0px 20px;
	position: relative;
	z-index: 10000000;
}

.btnload .load-more.calorie {
	width:270px;
	margin:5px auto 40px auto;
}

.load-more.calorie input {
	font-family: "newsgothicbi";
	font-size: 100%;
	font-style: bold;
	text-transform: uppercase;
	background-color:#04cef9;
	color:#000;
	padding: 5px 10px 0px 7px;
	text-align: center;
	margin:10px auto 20px auto;
}

/*Footer*/

footer {
	margin:10px -25px;
	background-color: #09929e;
	background-image: url('images/blue-shadow.png');
	background-repeat: no-repeat;
	color: #000;
	font-style: bold;
	line-height: 20px;
}
.footerfour {
	background-image: url(images/L-Men-logo-footer.png); 
	background-repeat: no-repeat;
	background-position: 70px top; 
	padding: 60px 20px 50px 20px;	
}
.footerfour p {
	padding: 70px 50px 30px 70px;
}
.footerfour ul {
	padding: 0px 0px 0px 80px;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 0px;
	font-size: 100%;
}
.footerfour ul li a {
	color:#000;
}
.footerfour ul.connect {
	padding: 0px 0px 0px 10px;
	font-size: 90%;
}
.footerfour ul.socmed {
	padding: 0px 0px 13px 0px;
}
.footerfour ul.socmed img {
	padding: 0px 4px 0px 0px;
}
.footerfour h3 {
	text-transform: uppercase;
	font-family: "latobold";
	font-style: bold;
	margin:0px 0px 10px 0px;
}
.footernote {
	background-color: #000;
	color: #fff;
	font-size: 90%;
	padding: 30px;
}
ul.footerlink {
	margin:5px 0px 15px 0px;
	padding: 0px;
}
ul.footerlink li {
	display: inline;
	margin:0px 15px;
	text-transform: uppercase;
	font-size: 90%;
}
ul.footerlink li a {
	color:#fff;
}
.copyright {
	margin:0px 15px 0px 15px;
}

.terms {
text-align: left;
}

.terms h1 {
text-align:center;
}

/*Product*/
.needs {
	background-color: #105a68;
	padding:60px 0px;
	text-align: center;
	font-family: "newsgothicbi";
	font-size: 280%;
	color: #f7f7f7;
	line-height: 60px;
} 
.needs p {
	margin-top:20px;
	font-size: 25%;
	font-family: 'firasanslight';
	letter-spacing: 0px;
	line-height: 29px;
	padding: 15px 40px;
}
.needs strong {
	color:#04cef9;
}
.needs p strong {
	color:#fff;
}
.needs h3 {
	font-size: 40%;	
	color:#04cef9;
	text-transform: uppercase;
}
.products img {
	margin-left:-15px;
	margin-right:-15px;
}
.product a {
	cursor: pointer;
	width: 100%;
	position: relative;
}
.product {
	border-top: #000 solid 10px;
}
.borderline {
	border-right: #000 solid 10px;
	position: absolute;
	z-index: 1000;
	top: 0; left: 0; bottom: 0; right: 0;
	width:100%;
	height:100%;
}
.products h2 {
	background-color: #04cef9;
	padding: 13px;
	margin-left:-15px;
	margin-right:-15px;
	text-align: center;
	font-family: "newsgothicbi";
	font-size: 280%;
	color: #000;
	line-height: 60px;	
}
.first {
	margin-left:-30px;
}
.last {
	margin-left:15px;
}

/*Single Product*/
.breadcrumb {
	background-color: #888;
	width: 100%;
	margin:0px;
	padding: 19px 0px 27px 0px;
	color: #fff;
	font-size: 70%;
	text-transform: uppercase;
	line-height: 17px;
}
.breadcrumb a{
	color: #fff;
}
.main-product, .content-product {
	background-color: #eee;
	color: #000;
	padding:50px;
}
.content-product {
	background-color: #eee;
	color: #000;
	padding:20px 50px 20px 50px;
}
#photomood img {
	position: relative;
	left:0px;
}
.packaging img {
	text-align: center;
	margin:0px auto;	
}
.separation {
	border-top: #ddd solid 1px;
	padding:0px 0px 0px 0px;
}
.main-product h1, .content-product h2, .content-product h3 {
	font-family: "newsgothicbi";
	font-size: 280%;
	color: #000;
	line-height: 40px;	
	margin:10px 20px;	
}
.content-product h2 {
	margin:40px 20px 0px 20px;
}
.content-product h3 {
	font-size: 210%;
}
.main-product p, .content-product p, .main-product h2 {
	font-family: "firasanslight";
	line-height: 27px;
	padding:10px 20px;
	margin:15px 0px 0px 0px;
}
.main-product h2 {
	padding-bottom:5px;
}
.main-product p strong, .content-product p strong {
	font-family: "firasansbold";
}
.main-product p em, .content-product p em {
	font-style: italic;
}
.rightcorner {
	text-align:right;
	padding-left:30px;
}
.bottomline {
	border-bottom: #ddd solid 1px;
	padding-bottom: 0px;
	padding-top: 20px;
}
.sobottomline {
	border: none;	
	border-bottom: #ddd solid 1px;
	padding-bottom: 0px;
}
#nutfact {
	text-transform: uppercase;
	font-family: "newsgothicbi";
	font-size: 130%;
	margin:5px 0px 0px 20px;
}
#klikfact {
	cursor: pointer;
}
#image-nutfact {
	display:none;
	margin: 10px 0px 0px 0px;
}
.buynow {
	font-family: "newsgothicbi";
	font-size: 170%;
	font-style: bold;
	text-transform: uppercase;
	background-color:#f92c04;
	color:#fff;
	width:140px;
	padding: 8px;
	text-align: center;
	margin:70px auto 20px auto;
}
.huge {
	font-size: 330%;
	width:280px;
	padding: 12px 20px 12px 12px;
	margin:20px auto 20px auto;
}
.buynow .arrow-right {
	float:right;
	margin-top: 5px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 15px solid #fff;	
}
.huge .arrow-right {
	float:right;
	margin-top: 11px;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 25px solid #fff;	
}
.main-product .share img {
	width:auto;
	height: auto;
}
.share {
	font-family: "newsgothicbi";
	font-size: 140%;
	text-transform: uppercase;
	color:#0e5b69;
	margin:0px auto;
	text-align: center;
}

.key {
	background-color: #eee;
	font-family: "newsgothicbi";
	color:#fff;
	text-align: left;
	line-height: 60px;
	height: 400px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.key .words {
	position: absolute;
	z-index: 100;
	top:35%; bottom:0; left:13%; right:0;
	width: 80%;
	height: 80%;
	text-align: center;
}
.key .alignleft {
	top:52%; bottom:0; left:19%; right:0;
	text-align: left;
}
.key h2 {
	font-size: 250%;
	text-transform: uppercase;
}
.key h3 {
	font-family: "newsgothic";
	font-style: italic;
	font-size: 190%;
	text-transform: none;
	line-height: 30px;
}
.key h4 {
	margin-top:20px;
	font-family: "newsgothicbi";
	font-size: 380%;
	text-transform: none;
	line-height: 50px;
	padding: 0px 20px;
}
.key h4 em {
	font-family: "newsgothic";
	font-style: italic;
	font-size: 70%;
	text-transform: none;
	line-height: 30px;
}
.key img {
	margin: 0px 0px 0px -15px;
	text-align: center;
}
.main-key .title {

}

.latest {
	border-right: none;
}

.testimony {
	padding:60px;
	font-size: 100%;
	line-height: 25px;
	color:#04cef9;
}
.testimony.white {
	background-color: #eee;
	color: #000;
}
.testimony img {
	text-align: center;
	margin:0px auto;

}
.testimony h2 {
	font-family: "firasansbold";
	font-size: 170%;
	margin:0px 0px 10px 0px;
	padding:0px 20px;
	text-align:left;	
	color: #666;
}
.testimony p {
	margin:0px;
	padding:0px 20px;
	text-align:left;
}

.related {
	background-color: #eee;
}
.related .title, .gallery .title {
	background-image: url('images/bg-grunge.jpg');
	border-right: #000 solid 9px;
	height: 290px;
}
.gallery .title {
	margin-top:10px;
	height: 380px;
}
.related .title h3, .gallery .title h3 {
	text-align:left;
	font-family: "newsgothicbi";
	font-size: 320%;
	color: #fff;
	line-height: 50px;	
	text-transform: uppercase;
	height: 100%;
	width: 100%;
	position: relative;
	top: 33%; bottom:0; left:20%; right: 0;
}
.related h4 {
	text-align:center;
	font-family: "newsgothicbi";
	font-size: 140%;
	color: #000;
	line-height: 30px;	
	text-transform: uppercase;
}
.related img {	
	position: relative;
	top: 50%; bottom:0; left:30%; right: 0;
	padding: 20px 0px 0px 0px;
	margin:0px auto;
	text-align: center;
}
.button-related {
	text-align: center;
}
.button-view, .button-compare {
	font-family: "newsgothicbi";
	font-size: 120%;
	font-style: bold;
	text-transform: uppercase;
	background-color:#25b4b1;
	color:#000;
	width:80px;
	padding: 5px 8px;
	text-align: center;
	margin:10px auto 0px auto;
}
.button-compare {
	background-color:#04cef9;
	width:100px;
}


/*Category*/
.hidden {
	display:none;
}
.menu-articles {
	width:100%;
	font-family: "newsgothicbi";
	font-size: 120%;
	text-transform: uppercase;
	background-color:#000;
	color:#000;
	margin-left: -15px;
}
.cat-olahraga, .cat-others {
	margin-bottom:0px;
	background-color:#04cef9;
}
.cat-others {
	background-color:#000;
}
.cat-olahraga a, .cat-others a {
	color: #000;
}
.cat-olahraga h3 {
	margin-top:24px;
	position: relative;
}
.cat-olahraga .arrow-right{
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 12px solid black;	
	position: relative;
	left: 115px;
	top:-17px;
}
ul.sub-olahraga {
	width: 100%;
	margin:0px -15px;
	padding:25px 0px;
}
ul.sub-olahraga li a{
	margin:0px;
	float: left;
	text-align: center;
	width: 25%;
	border-right: #000 solid 1px;
}
ul.sub-olahraga li.last a {
	border-right: none;
}
.cat-others ul {
	width: 110%;
	margin:0px 0px;
	padding:10px 0px 0px 0px;
}
.cat-others ul li a {
	margin:0px;
	padding:15px 0px;
	float: left;
	text-align: center;
}
.cat-others ul li.sub-nutrisi a{
	background-color: #00a19a;	
	margin-left:-15px;
	width:20%;
}
.cat-others ul li.sub-news a {
	background-color: #f92c04;	
	width:20%;
}
.cat-others ul li.sub-gaya a {
	background-color: #f39200;	
	width:20%;
}
.cat-others ul li.sub-transformasi a {
	background-color: #ffd631;	
	width:20%;
}
.cat-others ul li.sub-video a {
	background-color: #0069b4;	
	width:20%;
}
.load-more, .load-more button {
	font-family: "newsgothicbi";
	font-size: 180%;
	font-style: bold;
	text-transform: uppercase;
	background-color:#04cef9;
	color:#000;
	width:210px;
	padding: 20px 18px 20px 13px;
	text-align: center;
	margin:30px auto 20px auto;
}

.load-more .arrow-right {
	float:right;
	margin-top: 20px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 17px solid #000;	
}


/*Single Post*/
.big-image, .big-image.noimage {
text-align: left;
position: relative;
z-index: 1;
margin: 0px -30px;
overflow: hidden;
max-height: 500px;
min-height: 350px;
background-color: #333;
}
.big-image img {
	width:100%;
	height: auto;
	width: 100%;
	height: auto;
	z-index: 10;
	top: -150px;
	position: relative;	
}
.big-image.noimage {
	padding-top: 300px;
	top: 0px;
}
.big-title {
	width: 62%;
	height: 75%;
	margin: auto;
	position: absolute;
	z-index: 100000;
	top: 0; left: 0; bottom: 0; right: 0;
}
.big-title h1, .big-image.noimage .big-title h1, ul.related-post li h4 {
	font-family: "newsgothicb";
	font-style: italic;
	font-size: 430%;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 2px;
	line-height: 60px;
	position: absolute;
	bottom: 80px;
}
.big-image.noimage .big-title h1 {
	color: #000;
	letter-spacing: 1px;
	font-size: 450%;
}
.cat {
	width: 160px;
	height:55px;
	padding: 15px 0px;
	font-family: "newsgothicbi";
	font-size: 150%;
	text-transform: uppercase;
	z-index: 1000;
	color:#000;
	text-align: center;
	letter-spacing: 0px;
	position: absolute;
	bottom: 0px;
}
.cat.olahraga, .cat.futsal, .cat.basket, .cat.lari, .cat.fitness, .cat.behind-the-scene {
	background-color:#04cef9;
}
.cat.behind-the-scene {
width: 220px;
}
.cat.nutrisi, .cat.tvc {
	background-color:#00a19a;	
}
.cat.gaya-hidup {
	background-color:#f39200;	
}
.cat.transformasi {
	background-color:#ffd631;	
}
.cat.news-update {
	background-color:#f92c04;	
}
.cat.video, .cat.event {
	background-color:#0069b4;	
}
.wrap-related {
	width:105%;
	margin:0px 0px 0px -15px;
}
.content-post {
	background-color: #fff;
}
.content, .event {
	font-family: "firasanslight";
	font-size: 130%;
	line-height: 33px;
	padding: 20px 20px 40px 20px;
}
.event {
	font-size:120%;
	margin:0px 20%;
	width:60%;
}
.event ol {
	margin-bottom:35px;
}

.event ol li {
	margin:5px 20px;
	padding:2px 20px;
}
.event table tr th {
	border:#ccc solid 1px;
	background-color:#f4f4f4;
	padding:3px;
}
.event table tr td {
	border:#ccc solid 1px;
	padding:3px;
}
.event ol {
	margin:30px 0px 0px 20px;
}
.event ul {
	margin:5px 0px 0px 20px;
}
.event ol li {
	padding:5px 0px;
	margin:5px 0px;
}
.event ul li{
	list-style-type: disc;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 20px;
}
.stabillo {
	background: none repeat scroll 0 0 #fff008;
	padding:3px 5px;
}
.content p, .event p {
	margin:27px 0px;
}
.content h2, .event h2 {
	font-family: "firasansbold";
	font-size: 140%;
	line-height: 33px;	
	padding: 25px 0px 0px 0px;
}
.content strong, .event strong {
	font-family: "firasans";
}
.content em, .event em {
	font-style: italic;
}
.ref {
	border-top: #f7f7f7 solid 1px;
	font-size: 75%;
	margin: 50px 0px 30px 0px;
	padding-top: 20px;
	line-height: 25px;
}
.relpro img {
	width: auto;
	height: 180px;
	margin: 8px auto;
}
ul.related-post {
	margin-right: -15px;
	margin-left: -15px;
	font-size: 80%;
}
ul.related-post li {
	width:100%;
	height: 200px;
	overflow: hidden;
	position: relative;
        background-color:#333;
}
ul.related-post img {
	width:100%;
	height: auto;
	position: relative;
	top:-200px;
}
ul.related-post .brighten {
	width: 100%;
}
ul.related-post li h4 {
	font-size: 300%;
	letter-spacing: 0px;
	line-height: 35px;
	bottom: 55px;
}
ul.related-post .cat {
	width: 120px;
	height:38px;
	padding: 10px 0px;
	font-size: 150%;
	bottom: 5px;
}

ol {
  margin: 0 0 10px;
  padding: 0;
  counter-reset: item;
}

ol > li {
  margin: 0;
  padding: 0px 0px 22px 27px;
  text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
}

ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px 2em 10px;
  padding: 1.5em 20px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


/*Panduan Latihan*/
.bigtext {
	font-size: 430%;
	padding: 50px 0px 30px 0px;
}
.bigtext.panduan {
	padding: 60px 0px 60px 0px;	
}
.bigtext.comm {
	padding: 30px 0px 30px 0px;
	text-transform: capitalize;
}
.bigtext.comm img {
	width:230px;
}
.bigtext.panduan p strong {
	color: #fff;
	font-weight: bold;
}
.bigtext.panduan h3, .bigtext.prog h3{
	font-size: 40%;
	color: #04cef9;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bigtext.prog h3 {
	font-size:35%;
	color: #fff;
}
.program h2 {
	text-align: center;
	font-family: "newsgothicbi";
	font-size: 220%;
	color: #fff;
	line-height: 43px;	
	position: relative;
	top:30%; bottom:0; left:0; right:0;
}
.program h2 strong {
	font-size: 200%;
	line-height: 60px;	
}
.rightprog {
	background-image: url(images/choose-right-program.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 310px;
	border-top: #000 solid 10px;
	position: relative;
	z-index: 10;
}
.virtualpt {
	background-image: url(images/virtual-PT.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 310px;
	background-color: transparent;
	border-top: #000 solid 10px;
}
.calcount {
	background-image: url(images/calorie-counter.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 310px;
	border-top: #000 solid 10px;
}
.triangle-down {
	background-image: url(images/arrow-program.png);
	background-position: center top;
	background-repeat: no-repeat;
	width:60px;
	height: 60px;
	position: absolute;
	top:-10px; left:47%; right:0; bottom: 0;
	z-index: 100;
}
.rightprog.kal {
	background-image: url(images/choose-program-half.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/*Calorie Counter*/
.calorie-counter {
	padding: 60px 0px;
}
.calorie-counter .triangle-down {
	top:0px; left:46%;
}
.calorie-counter .form-control {
	margin: 10px 0px;
	padding: 5px 20px 0px 50px;
	border-radius: 60px;
	font-size: 160%;
	text-align: center;
	height: 70px;
	line-height: 20px;
	font-family: "firasansbold";
	color: #777;
	letter-spacing: 0px;
	background-image: url('images/search-food.png');
	background-repeat: no-repeat;
	background-position: center right;
}
::-webkit-input-placeholder { color:#b2b2b2; padding: 5px 20px 25px 20px;}
::-moz-placeholder { color:#b2b2b2; padding: 5px 20px 25px 20px; } /* firefox 19+ */
:-ms-input-placeholder { color:#b2b2b2; padding: 5px 20px 25px 20px;} /* ie */
input:-moz-placeholder { color:#b2b2b2; padding: 5px 20px 25px 20px; }

.calorie-counter select {
	font-size: 200%;
}

.result {
	font-family: 'newsgothicbi';
	font-size: 200%;
	text-align: center;
	width: 100%;
	color:#fff;
}
.result h3 {
	font-size: 170%;
	margin:50px auto 20px auto;
}
#kalori {
	font-size: 400%;
	color: #04cef9;
}
#kalori em {
	font-size: 40%;
	color: #fff;
}
.result .detail {
	margin: 50px 0px 60px 0px;
	font-size: 150%;
	color: #fff;
	line-height: 40px;
}
.result .detail em {
	font-size: 60%;
	color: #04cef9;
}
#porsi {
	font-size: 55%;
	font-family: 'firasans';
	width: 100%;
	color: #ccc;
}


/*Community*/
.menu-community {
	background-color: #04cef9;
	color: #000;
	font-family: "newsgothicb";
	font-size: 120%;
	text-transform: uppercase;
	color:#000;
	width:102%;
	float:left;
}
.menu-community a {
	color: #000;
}
ul.city {
	width:100%;
	margin-left: -15px;	
	padding: 0px 0px 0px 30px;
	margin-right: -30px;
	text-align: center;
	float:left;
}
ul.city li {
	float:left;
	text-align: center;
	border-right: #000 solid 1px;
	padding: 0px 8px;
}
ul.city li.last {
	float:left;
	border-right: none;
	padding: 0px 8px;
	margin-left:0px;
}
.jawa ul.city {
	background-color: #04cef9;
	padding: 13px 30px;
}
.kalimantan ul.city {
	background-color: #00a19a;	
	padding: 13px 30px;
}
.sumatera ul.city {
	background-color: #ffd631;	
	padding: 13px 20px;
}
.makassar {
	background-color: #0069b4;
	padding: 13px 20px;
	margin-left: -30px;
	text-align: center;
}
.bali {
	background-color: #f39200;
	padding: 13px 30px;
	margin-left: -30px;
	text-align: center;
}
.join-comm {
	background-color: #f92c04;
	padding: 13px 30px;
	text-align: center;
}


/*Gallery*/
.gal {
	background-color: #04cef9;
	color: #000;
	font-family: "newsgothicbi";
	font-size: 130%;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0px 18px 0px;
}
.sky {
	background-color: #04cef9;
}
.tosca {
	background-color: #00a19a;	
}
.darkblue {
	background-color: #0069b4;
}
.gallery .icon {
	text-align: center;
	position: absolute;
	bottom: 28px;
	left: 43%;
}
.gallery .icon img {
	width:auto;
	height: auto;
	text-align: center;
}
.gallery .item .article {
	width: 300px;
	font-size: 80%;
	padding-top: 35px;
}
.gallery .item .article h2 {
	line-height: 27px;
}
.category .gallery .col-lg-6.item .icon img {
	width: auto;
	height: auto;
}

/*Single Gallery*/
.content-gallery {
	background-color: #eee;
	color: #000;
	padding:40px 0px;
	font-family: "firasanslight";
	line-height: 25px;
}
.content-gallery h1 {
	font-family: "newsgothicbi";
	font-size: 230%;
	color: #000;
	line-height: 38px;	
	margin:0px 0px;	
	letter-spacing: -1px;
}
.date {
	margin:15px 0px 30px 0px;
	font-weight: bold;
}
.content-gallery p {
	margin: 20px 0px;
}
.content-gallery .share {
	text-align: left;
	margin: 40px auto;
}
.album img {
	width: 100%;
	height: 100%;
}
.caption {
	background-color: #000;
	color: #eee;
	padding: 5px 15px;
	text-align: left;
	margin-bottom: 40px;
}
.kota {
	background-image: url('images/L-Men-Comm-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 320%;
	line-height: 12px;
	padding-top: 90px;
}
ul.idcity {
	border-top: #000 solid 5px;
}

ul.idcity li {
	width:20%;
	float: left;
	text-align: center;
	background-color: #04cef9;
	border:#000 solid 5px;
	color: #fff;
	font-family: "newsgothicbi";
	font-size: 280%;
	text-transform: uppercase;
	padding: 0px 0px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

ul.idcity li img {
	width:100%;
}

/*ul.idcity li a {
	color: #fff;
	text-decoration: none;
}*/


/*Result BMI*/
.bmi p {
	font-family: "firasanslight";
	font-size: 18px;
	font-style: normal;
	line-height: 27px;
	margin: 0px 19% 10px 19%;
}
.bmi p strong  {
	color: #04cef9;
	font-weight: bold;
	font-size: 120%;
}
.bmi h3 {
	font-size: 120%;
	color: #04cef9;
	text-transform: uppercase;
	margin:40px 0px;
	padding: 0px;
}
.bmi h4 {
	font-family: "newsgothicbi";
	font-size: 35%;
	color: #fff;
	line-height: 30px;	
	margin:0px 0px 20px 0px;	
	text-transform: uppercase;
}
.bmi h4 em {
	color: #04cef9;
}
.content-keys {
	background-color: #fff;
	color: #000;
	padding:40px 40px;
	font-family: "firasanslight";
	line-height: 25px;
}
.content-keys h1, .content-keys h2 {
	font-family: "newsgothicbi";
	font-size: 230%;
	color: #000;
	line-height: 38px;	
	margin:0px 0px;	
	letter-spacing: -1px;
	font-weight:normal;
}
.content-keys h1 {
	font-size:260%;
	font-weight: bold;
}
.bgkey {
	background-image: url('images/key-strategy.jpg');
	background-position: center center;
	width: 100%;
	height: 70px;
	font-family: "newsgothicbi";
	font-size: 260%;
	color: #fff;
	line-height: 38px;	
	margin:0px 0px 15px 0px;	
	padding: 15px 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
.key-softblue, .key-darkblue, .key-lightblue, .key-lighttosca {
	color: #fff;
	font-family: "firasanslight";
	font-size:110%;
	line-height: 30px;
	padding: 40px 50px;
	width: 49%;
	height: 365px;
	float: right;
}
.key-softblue {
	background-color: #03a5c7;
}
.key-darkblue {
	background-color: #0d4853;
}
.key-lightblue {
	background-color: #006f9e;
}
.key-lighttosca {
	background-color: #25b4b1;
}

.full {
	width: 100%;
	margin: 10px auto 10px auto;
	height: auto;
	text-align: center;
}
.contoh {
	background-color:#51c3c1;
	color: #fff;
	font-family: "firasansbold";
	font-size:130%;
	line-height: 20px;
	padding: 20px 0px;
	width: 100%;
	margin: 0px auto 10px auto; 
	height: auto;
	text-align: center;
	float: left;
}
.content-keys h1, .content-keys h2 {
	font-family: 'firasanslight';
	text-align: center;
	font-size: 130%;
	letter-spacing: 0px;
	width: 75%;
	margin: 30px auto;
}
.content-keys h1 {
	font-size:160%;
	font-weight:bold;
}
.kunci {
	position: relative;
	z-index: 1;
	width:100%;
}
.kunci img {
	width:100%;
	height: 100%;
}
.kunci p img {
	width:auto;
	height: auto;
}
.kunci p {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	padding: 35px 0px;
}
.kunci ul {
	width: 60%;
	margin: 5px auto;
	font-family: "newsgothicbi";
	font-size: 600%;
	color: #fff;
	line-height: 80px;	
	letter-spacing: 0px;
	position: absolute;
	top:40%;
	left: 20%;
	text-align: center;
}
.kunci ul li.no {
	float:left;
	width: 25%;
	text-align: right;
	font-family: "newsgothic";
	font-style: italic;
	font-size: 300%;
	padding-top: 40px;
}
.kunci ul li {
	float:right;
	width: 70%;
	text-align: left;
}
.kunci ul li em {
	font-family: "newsgothic";
	font-style: italic;
	font-size: 80%;
}
.kunci ul li.latkunci {
	float:left;
	width: 70%;
	text-align: center;
	font-size: 90%;
	line-height: 55px;
	margin-left: -40px;
}
.kunci ul li.latkunci em {
	font-family: "newsgothic";
	font-style: italic;
	font-size: 80%;
	line-height: 70px;
}
.makan {
	color: #fff;
	font-family: "firasanslight";
	font-size:110%;
	line-height: 27px;
	padding: 30px 50px;
	height: 245px;
	background-color: #006f9e;
	margin:6px;
	width: 32%;
}
.makan.lmen {
	background-color: #04ccf7;
	background-image: url('images/logo-label.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.makan.lmen a {
	color:##04ccf7;
	font-size: 100%;
	font-weight: bold;
}
.makan h3 {
	font-weight: bold;
	margin-bottom:10px;
}

.tips {
	width: 100%;
	background-color: #fff;
}
.tips h2 {
	margin: 20px 5%;
	font-family: "newsgothicbi";
	font-size: 300%;
	color: #000;
	line-height: 40px;	
	letter-spacing: 0px;
	text-transform: uppercase;
}
.nutrition {
	background-image: url('images/tips-trick-nutrisi-tepat.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
}
.barbel {
	background-image: url('images/barbel.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
.trick {
	color: #fff;
	font-family: "firasanslight";
	font-size:110%;
	line-height: 27px;
	padding: 40px 40px;
	opacity: 0.9;
	background-color: #006f9e;
	margin-left: 5%;
}
.trick.last {
	margin-bottom: 130px;
}
.trick h3, .masak h3 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 25px;
}
.masak h3 {
	font-size: 180%;
	line-height: 30px;
}
.blue1 {
	background-color: #62c9c7;
}
.blue2 {
	background-color: #0d4853;
}
.blue3 {
	background-color: #02b0e2;
}
.blue4 {
	background-color:#006f9e;
}
.cara {
	padding: 50px 0px;
	background-color: #fff;
}
.masak {
	margin-top: 70px;
	color: #fff;
	font-family: "firasanslight";
	font-size:110%;
	line-height: 30px;
	background-color: #62c9c7;
	margin-left: -3%;
}
.masak-text {
	padding: 50px;
}
.masak-img img {
	height:100%;
}
.baseline {
	padding: 0px 0px 20px 70px;
	text-align: left;
}
.bottomimg {
	position: absolute;
	bottom: 0px;
}
.white {
	background-color: #fff;
}
.white h2 {
	text-transform: uppercase;
	font-size: 300%;
}

ul.days {
	width:105%;
	float: left;
	margin-left:-15px;
	padding:0px;
}
ul.days li {
	float: left;
	width:14%;
	padding: 30px 5px;
	text-align: center;
	height: 200px;
	color: #fff;
}
ul.days li h4 {
	margin: 10px auto;
	font-weight: bold;
}

/*CSS L-Men 3x3*/
/*Home*/
.containerhome3x3{
	text-align: center;
	background-color: #000000;
	z-index: 100;
}
.containerhome3x3 h3{
	font-family: newsgothicbi;
	color: #ffffff;
	font-size: 40pt;
}
.containerhome3x3 h2{
	font-family: lato;
	color: #ffffff;
	font-size: 12pt;
	line-height: 25px;
	padding: 0px 50px 30px 50px;
}
.menu3x3{
	padding: 20px;
	height: 80px;
	text-align: center;
}
.menu3x3home, .menu3x3syarat, .menu3x3pendaftaran, .menu3x3peraturan, .menu3x3format{
	display: inline-block;
	color: #ffffff;
	font-family: lato;
	padding: 10px;
}
.menu3x3home:hover, .menu3x3syarat:hover, .menu3x3pendaftaran:hover, .menu3x3home:focus, .menu3x3syarat:focus, .menu3x3pendaftaran:focus, .menu3x3format:hover, .menu3x3format:focus,.menu3x3peraturan:hover, .menu3x3peraturan:focus{
	color:#04cef9;
	border-bottom: #04cef9 solid 5px;
	cursor: pointer;
}
.contimg{
	padding-top: 30px;
	width:60%; 
	margin:0 auto;
}
/*End of Home*/

/*CSS 3x3 Syarat*/
.containersyarat3x3{
	text-align: left;
	background-color: #000000;
	z-index: 100;
}
.containersyarat3x3 h3{
	font-family: newsgothicbi;
	color: #ffffff;
	font-size: 24pt;
	margin: 30px 0px 30px 0px;
}
.containersyarat3x3 h2{
	font-family: newsgothicbi;
	color: #ffffff;
	font-size: 20pt;
	margin: 20px 0px 20px 0px;
}
.containersyarat3x3 ul{
	list-style-type: disc !important;
	font-family: lato;
	color: #ffffff;
	line-height: 25px;
}
.containersyarat3x3 ol{
	font-family: lato;
	color: #ffffff;
	line-height: 25px;
}
.containersyarat3x3 ol ul li{
	padding-left:30px;
}
.containersyarat{
	width: 60%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*End of CSS 3x3 syarat*/

/*CSS 3x3 Pendaftaran*/
.containerpendaftaran3x3{
	background-color: #000000;
	z-index: 100;
}
.form3x3{
	width: 605px;
	font-family: firasans;
	font-size: 10pt;
	margin: 0 auto;
}
.form3x3 .formheader h2{
	font-family: newsgothicbi;
	color: #04cef9;
	font-size: 20pt;
	margin-top: 50px;
	margin-bottom: 20px;
}
.form3x3 .label3x3{
	width: 250px;
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
}
.formfield3x3{
	width: 350px;
	height: 50px;
}
.form3x3 textarea{
	width: 350px;
	height: 80px;
}
.formheader{
	margin-top: 20px;
	margin-bottom: 20px;
}
.row3x3{
	margin-bottom: 10px;
}
.formheader ol li{
	line-height: 20px;
	color: #ffffff;
}
.form3x3 .submitform{
	width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.uploadfield{
	float: right;
	padding-left: 0px;
}
.belum{
	margin-left:254px; 
	margin-top:10px;
}
.tambahstruk{
	margin-left:254px;
}
/*End of CSS 3x3 Pendaftaran*/

/*CSS Thank You*/
.containerthankyou3x3{
	text-align: center;
	background-color: #000000;
	z-index: 100;
}
.containerthankyou3x3 h3{
	font-family: newsgothicbi;
	color: #ffffff;
	font-size: 40pt;
}
.containerthankyou3x3 h2{
	font-family: lato;
	color: #ffffff;
	font-size: 12pt;
	line-height: 25px;
	padding: 0px 50px 30px 50px;
}
.header3x3{
	background-color: #105A68;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	font-family: newsgothicbi;
	color: #ffffff;
	font-size: 30pt;
}



/* Top-level menu */
nav > ul > li { 
    float: left;
    position: relative; }
nav > ul > li > a { 
    padding: 10px 30px;
    border-left: 1px solid #000;
    display: block;}
nav > ul > li:first-child { margin: 0; }
nav > ul > li:first-child a { border: 0; }

/* Dropdown Menu */
nav ul li ul { 
    position: absolute;
    background: #000;
    width: 150px; 
    margin: 0px;
    padding: 5px;
    display: none; 
    }
nav ul li ul.sub-menu li { 
    text-align: left;
    width: 100%; 
    padding: 0px 5px;
    margin: 5px 5px 20px 10px;
    }

nav ul li:hover ul { display: block; z:index:1000000;}
ul.nav li.menu-item-has-children:hover ul.sub-menu {
	z:index:1000000;
}
  	
/*End of CSS Thank you*/

/*End of CSS L-Men 3x3*/

/*FlexSlider*/ 
.metaslider .flexslider {
	margin-bottom: 0px;
}
ol.flex-control-nav li {
	padding-left: 5px;
}
h2.rounded {
    font-weight:bold;
}

/*CSS Subscribe*/
.formsubscribe h3 {
    margin:10px 0px 5px 0px;
}
.button_subscribe {
    margin-top:10px;
}
.agree {
    margin:10px 0px 20px 0px;
    color:#fff;
    font-size:14px;
}

/*CSS Desktop
@media (min-width: 981px) {
	.packaging img {
		text-align: center;
		margin:0px auto;	
	}
	.button-related {
		width:90%;
	}
	.button-view, .button-compare  {
		margin:10px 5px 10px 5px;
	}
	.kunci img {
		width:100%;
		height: 100%;
	}
	.kunci p img {
		width:auto;
		height: auto;
	}
	.makan {
		width: 31%;
		font-size: 90%;
	}
}
End of CSS Desktop*/

/*CSS Tablet*/
@media (max-width: 980px) {
    
    nav ul li ul {
	    position: relative;
	}
	.word-ads {
		margin:50px auto;
	}
	.word-ads h2 {
	text-align: center;
	}
	.word-ads .buy {
	margin:15px auto;
	}
	.bigbanner img {
		width:100%;
	}

	.twitter {
		margin:40px auto;
		font-size:80%;
	}
	.twitter .profpic {
		text-align: left;
		margin-bottom:10px;
	}
	.packaging img {
		text-align: center;
		margin:0px auto;
	}

	.button-related {
		width:100%;
		margin:0px;
	}
	.button-view, .button-compare  {
		margin:10px 5px 10px 5px;
	}

	.menu-articles {
		width:105%;
	}
	.cat-others ul {
		padding:0px;
		width:105%;
	}

	.key-pola, .key-olahraga {
		font-size:110%;
		line-height: 28px;
		padding: 30px;
	}	

	.kunci img {
		width: auto;
		height: auto;
	}
	.kunci p img {
		width:auto;
		height: auto;
	}

	.makan {
		font-size:100%;
		line-height: 22px;
		padding: 30px 30px;
		height: 240px;
		margin:6px 0px;
		width: 50%;
	}	

	.bottomimg {
	position: relative;
	bottom: 0px;

	#article {
		height: auto;
		width:100%;
		overflow: hidden;
	}
    .wrap-banner#article {
    width:100%;
    height:auto;
    }
	#article img {
		width: 100%;
		height: auto;
	}
	
	
}
/*End of CSS Tablet*/


/*CSS Tablet*/
@media (max-width: 768px) {
    
    nav ul li ul {
	    position: relative;
	}
	a.navbar-brand img {
		width:100%;
	}
	.navbar-form .form-control {
		width: 90%;
		margin-top:10px;
		float:left;
	}	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
	}
	ul.navbar-right {
		float:left;
		width: 90%;
		margin-left:8%;
	}	
	ul.menu {
		width: 80%;
		float: left;
		margin: 10px 0px 20px 0px;
		padding: 0px;
		text-transform: uppercase;
		font-size: 90%;	
	}
	ul.menu li {
		width: 100%;
		text-align: left;
		padding: 0px;
		margin-left:10%;
	}
	ul.menu li.last {
		padding-right:0px;
		margin-right: 0px;
	}
	ul.menu li a {
		padding:5px 0px 12px 0px;
		color:#fff;
	}
	ul.menu li a:hover {
		padding:5px 0px 7px 0px;
		color:#04cef9;
		border-bottom: #04cef9 solid 5px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
		padding: 0px;
		margin: 0px;
	}	
	.nav-single {
		background-color: transparent;
		position: absolute;
		z-index: 1000000;
	}
	.nav-single a.navbar-brand img {
		margin:0px 0;
	}

	.word-ads {
		margin:50px auto;
	}
	.word-ads h2 {
	text-align: center;
	}
	.word-ads .buy {
	margin:15px auto;
	}
	.bigbanner img {
		width:100%;
	}

	.twitter {
		margin:40px auto;
		font-size:80%;
	}
	.twitter .profpic {
		text-align: left;
		margin-bottom:10px;
	}
	.packaging img {
		text-align: center;
		margin:0px auto;
	}

	.button-related {
		width:100%;
		margin:0px;
	}
	.button-view, .button-compare  {
		margin:10px 5px 10px 5px;
	}

	.menu-articles {
		width:105%;
	}
	.cat-others ul {
		padding:0px;
		width:110%;
	}

	.big-image {
		text-align: left;
	 	position: relative;
		z-index: 1;
		margin:0px -30px;
		overflow: hidden;
		max-height: 350px;
	}
	.big-image img {
		width: auto;
		height: 100%;
		right: -200px;
		position: relative;	
		float: right;
	}
	.big-title {
		width: 70%;
		height: 80%;
		margin: auto;
		position: absolute;
		z-index: 100000;
		top: 0; left: 0; bottom: 0; right: 0;
	}
	.big-title h1 {
		font-size: 330%;
		letter-spacing: 2px;
		line-height: 50px;
		position: absolute;
		bottom: 55px;
		width: 100%;
	}
	.cat {
		width: 100px;
		height:33px;
		padding: 10px 0px;
		bottom: 0px;
		font-size: 100%;
	}	
	.content {
		font-family: "firasanslight";
		font-size: 100%;
		line-height: 27px;
		padding: 20px 30px 40px 30px;
	}
	.calorie-counter .triangle-down {
		top:-1px; left:47%;
	}

	ul.idcity li {
		width:100%;
		font-size: 220%;
		padding: 30px 0px;
	}

	.bgkey {
		font-size: 220%;
		letter-spacing: 0px;
	}
	.key-softblue, .key-darkblue, .key-lightblue, .key-lighttosca {
		font-size:90%;
		line-height: 24px;
		padding: 25px;
		width: 100%;
		height: auto;
	}	

	.kunci img {
		width: auto;
		height: auto;
	}
	.kunci p img {
		margin-top:20px;
		width: 80px;
		height: 80px;
	}
	.kunci ul {
		width: 100%;
		margin: 25px auto;
		font-size: 400%;
		line-height: 10px;	
		top:40%;
		left: 5%;
	}
	.kunci ul li.no {
		float:left;
		width: 25%;
		text-align: right;
		font-family: "newsgothic";
		font-style: italic;
		font-size: 300%;
		padding-top: 40px;
	}
	.kunci ul li {
		float:right;
		width: 70%;
		text-align: left;
	}
	.kunci ul li em {
		font-family: "newsgothic";
		font-style: italic;
		font-size: 80%;
		line-height: 80px;
	}
	.kunci ul li.latkunci {
		text-align: center;
		font-size: 95%;
		line-height: 35px;
		margin-left: -20px;
	}
	.kunci ul li.latkunci em {
		font-size: 80%;
		line-height: 40px;
	}
	.kunci ul li.latkunci {
		margin-left: 0px;
	}
	.makan {
		font-size:90%;
		line-height: 25px;
		padding: 30px 30px;
		height: 240px;
		margin:6px 0px;
		width: 50%;
	}

	.cara {
		padding: 0px 0px;
	}
	.baseline {
		padding: 20px;
	}
	.baseline h2 {
		line-height: 33px;
	}

	.bottomimg {
	position: relative;
	bottom: 0px;

	#article {
		height: auto;
		width:100%;
		overflow: hidden;
	}
	.wrap-banner#article {
	width:100%;
	height:auto;
	}
	#article img {
		width: 100%;
		height: auto;
	}
	/*}*/
	.form3x3{
		width: 605px;
		font-family: firasans;
		font-size: 10pt;
		margin: 0 auto;
	}
	.form3x3 .label3x3{
		width: 250px;
		display: inline-block;
		color: #ffffff;
		vertical-align: middle;
	}
	.belum{
		margin-left:254px; 
		margin-top:10px;
	}
	.tambahstruk{
		margin-left:254px;
	}
	.contimg{
		padding-top: 30px;
		width:80%; 
		margin:0 auto;
	}
	
	
}
/*End of CSS Tablet*/



/*CSS Mobile*/
@media (max-width: 480px) {
    nav ul li ul {
      position:relative;
      left: 0;
	}
    
	a.navbar-brand img {
		width:150%;
	}
	.navbar-form .form-control {
		width: 90%;
		margin-top:10px;
		float:left;
	}	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
	}
	ul.navbar-right {
		float:left;
		width: 90%;
		margin-left:8%;
	}	
	ul.menu {
		width: 80%;
		float: left;
		margin: 10px 0px 20px 0px;
		padding: 0px;
		text-transform: uppercase;
		font-size: 90%;	
	}
	ul.menu li {
		width: 100%;
		text-align: left;
		padding: 0px;
	}
	ul.menu li.last {
		padding-right:0px;
		margin-right: 0px;
	}
	ul.menu li a {
		padding:5px 0px 12px 0px;
		color:#fff;
	}
	ul.menu li a:hover {
		padding:5px 0px 7px 0px;
		color:#04cef9;
		border-bottom: #04cef9 solid 5px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border:none;
		padding: 0px;
		margin: 0px;
	}
	.nav-single {
		background-color: transparent;
		position: absolute;
		z-index: 1000000;
	}
	.nav-single a.navbar-brand img {
		margin:0px 0;
	}


	.category .item {
		min-height: 350px;
		overflow: hidden;
	}

	.category .col-lg-6.item img {
		width: 200%;
		height: 200%;
	}

	#article {
		height: 350px;
		width:100%;
		overflow: hidden;
	}
	.wrap-banner#article {
		width:100%;
		height:auto;
	}
	#article img {
		width: 100%;
		height: auto;
	}
	.posting #article img {
		width: 100%;
		height: auto;
	}
	.posting .landscape#article img {
		width: auto;
		height: 100%;
	}
	.wrap-banner#article img {
		width:100%;
		height:auto;
	}

	.article h2, .article h2.tight {
		top: 0;
		transform: translateY(-50%);
	}

	.word-ads {
		text-align: center;
		margin:40px auto;
		font-size: 75%;
	}
	.word-ads h2 {
	text-align: center;
	}
	.word-ads .buy {
	margin:15px auto;
	}
	.word-ads .arrow-right {
	float:right;
	margin-top: 4px;
	}

	.needs {
		font-size: 170%;
		line-height: 30px;
	}
	.products {
		margin-left:-30px;
		margin-right:-30px;
	}
	.products img {
		width:115%;
	}
	.borderline {
		display: none;
	}
	.products h2 {
		font-size: 160%;
		padding: 7px;
		line-height: 30px;
	}
	.first {
		margin-left:-15px;
	}
	.last {
		margin-left:15px;
	}

	.twitter {
		margin:40px auto;
		font-size:80%;
	}
	.twitter .profpic {
		text-align: left;
		margin-bottom:10px;
	}
	.twitter .profpic img {
		display: none;
	}

	.basketball h2  {
		height: 40%;
	}

	.packaging img {
		text-align: center;
		margin:0px auto;	
	}
	.main-product, .content-product {
		padding:20px 10px;
	}
	.main-product h1, .content-product h2, .content-product h3 {
		font-size: 240%;
		line-height: 40px;	
		margin:10px 0px;	
	}
	.content-product h3 {
		font-size:200%;
	}
	.main-product p, .content-product p, .main-product p h2 {
		font-size: 100%;
		line-height: 23px;
		padding:10px 0px;
		margin:5px 0px;
	}
	#nutfact {
		margin:5px 0px 0px 0px;
	}
	.buynow {
		margin:40px auto 0px auto;
	}
	.huge {
		margin-top:-20px;
	}

	.key {
		overflow: visible;
	}
	.key h4 {
		margin-top:3px;
	}
	.key img {
		/*width:100%;
		height:100%;*/
	}
	.title {
		height: 420px;
	}
	.words h2 {
		margin-top:-20px;
	}
	.nut {
		height: 350px;
	}
	.lat {
		height: 380px;
	}
	.ist {
		height: 245px;
	}
	.nut img {
		margin-top:-150px;
	}
	.lat img {
		margin-top:-170px;
	}	
	.ist img {
		margin-top:-180px;
	}
	.nut .words img {
		margin-top:-210px;
	}
	.lat .words img {
		margin-top:-350px;
	}	
	.ist .words img {
		margin-top:-250px;
	}
	.words h4 {
		margin-top:-95px;	
	}
	.lat .words h4 {
		margin-top:-150px;	
	}
	.related {
		padding-bottom: 30px;
	}
	.related .title {
		background-image: url('images/bg-grunge.jpg');
		height: 150px;
	}
	.related .title h3 {
		font-size: 290%;
		top: 18%; bottom:0; left:17%; right: 0;
	}	
	.button-related {
		width:85%;
		margin:0px 15%;
	}
	.button-related.relprod {
		width:100px;
		margin:0px auto;
	}
	.button-view, .button-compare  {
		margin:10px 5px 30px 5px;
	}
	.breadcrumb {
		padding:15px 0px 40px 0px;
	}
	.testimony {
		margin-top:20px;
		margin-bottom: 20px;
		padding:10px 10px 20px 10px;
		text-align: center;
		font-size: 90%;
		line-height: 20px;
	}
	.testimony.white {
		margin-top:20px;
		margin-bottom: 20px;
		padding:10px 10px 40px 10px;
		text-align: center;
		font-size: 90%;
		line-height: 20px;
	}	
	.testimony h2 {
		margin:15px 0px 10px 0px;
		padding:0px 0px;
		text-align: left;
	}
	.testimony p {
		padding:0px 0px;
		text-align: left;
	}
	.testimony img {
		margin:20px auto;
	}
	.cat-others ul {
		padding:0px 0px 0px 0px;
	}

	.menu-articles {
		width:110%;
	}
	ul.sub-olahraga li a{
		margin:0px;
		float: left;
		text-align: right;
		width: 100%;
		padding: 0px 0px 10px 0px;
		border-right: none;
	}
	.cat-others ul {
		padding:0px;
		width:110%;
	}
	.cat-others ul li.sub-nutrisi a,
	.cat-others ul li.sub-news a,
	.cat-others ul li.sub-gaya a,
	.cat-others ul li.sub-transformasi a {
		width:55%;
		margin-left:-20px;
	}
	.cat-others ul li.sub-video a {
		width:103%;
		margin-left:-20px;
	}
	.big-title {
		width: 85%;
		height: 80%;
		margin: auto;
		position: absolute;
		z-index: 100000;
		top: 0; left: 0; bottom: 0; right: 0;
	}
	.big-title h1 {
		font-size: 270%;
		letter-spacing: 1px;
		line-height: 38px;
		position: absolute;
		bottom: 55px;
		width: 100%;
	}
	.cat {
		width: 100px;
		height:33px;
		padding: 10px 0px;
		bottom: 0px;
		font-size: 100%;
	}
	.content {
		font-family: "firasanslight";
		font-size: 110%;
		line-height: 25px;
		padding: 20px 10px 40px 10px;
	}
	.content img {
		width:100%;
		height:auto;
	}
	.content h2 {
		line-height: 25px;	
		padding: 5px 0px 0px 0px;
	}	
	.event {
		font-size:110%;
		margin:0px 5%;
		width:90%;
	}
	.event img {
		width:100%;
	}
	.ref {
		line-height: 20px;
		margin:5px 0px 10px 0px;
	}
	.wrap-related {
		width:120%;
		margin:0px 0px 0px -15px;
		float:left;
	}
	ul.related-post {
		margin-right: -45px;
		margin-left: -15px;
		font-size: 80%;
		width: 110%;
	}
	ul.related-post img {
		width:105%;
		height: auto;
		position: relative;
		top:0px;
	}
	ul.related-post li h4 {
		font-size: 200%;
		letter-spacing: 0px;
		line-height: 25px;
		bottom: 50px;
	}
	ul.related-post .cat {
		width: 100px;
		height:32px;
		padding: 7px 0px;
		font-size: 130%;
		bottom: 5px;
	}	
	.bigtext {
		font-size: 230%;
		line-height: 40px;
		padding: 40px 30px;
		min-height: 150px;
		text-align: center;
	}
	.bigtext p {
		font-family: "firasanslight";
		font-size: 100%;
		font-style: normal;
		line-height: 27px;
		margin: 30px 30px 20px 30px;
	}
	.bigtext p strong {
		color: #fff;
		font-weight: bold;
	}
	.bigtext h3, .bigtext.prog h3 {
		font-size: 40%;
		color: #04cef9;
		text-transform: uppercase;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}	
	.bigtext.prog h3 {
		color: #fff;
	}
	.program h2 {
		font-size: 170%;
		line-height: 30px;	
		top:25%; bottom:0; left:0; right:0;
		padding: 0px 35px;
		text-align: center;
	}
	.program h2 strong {
		font-size: 200%;
		line-height: 45px;	
	}
	.program .rightprog h2 {
		font-size: 150%;
		line-height: 25px;
		top:22%; bottom:0; left:0; right:0;
		padding: 0px 15px;
	}
	.triangle-down {
		top:-10px; left:40%; right:0; bottom: 0;
	}	
	.testi-page .testimony p {
		padding: 10px 10px;
		text-align: left;
	}
	.breadcrumb.longer {
		padding: 17px 0px 37px 0px;
		line-height: 14px;
		width: 100%;
	}

	.bigtext.cal-text {
		padding: 20px ;
		margin: 0px -30px 0px -15px;
	}
	.bigtext.cal-text p {
		font-size: 40%;
		line-height: 20px;
		padding: 0px ;
		margin: 10px auto;
	}
	.calorie-counter .triangle-down {
		top:-1px; left:40%;
	}
	.calorie-counter .form-control {
		margin:10px 5%;
		padding: 15px 20px 15px 20px;
		border-radius: 50px;
		font-size: 90%;
		height: 50px;
		line-height: 10px;
		letter-spacing: 0px;
		width: 90%;
		background-image: none;
		/*background-image: url('images/search-food.png');
		background-repeat: no-repeat;
		background-position: center right;*/
	}
	.result {
		font-size: 200%;
	}
	.result h3 {
		font-size: 120%;
		margin:50px auto 50px auto;
	}
	#kalori {
		font-size: 280%;
		line-height: 50px;
	}
	#kalori em {
		font-size: 25%;
	}
	.result .detail {
		margin: 20px 0px 20px 0px;
		font-size: 120%;
		line-height: 25px;
	}
	.result .detail em {
		font-size: 50%;
		color: #04cef9;
	}
	#porsi {
		font-size: 40%;
		line-height: 22px;
		padding: 0px 20px;
	}	
	.detail .col-xs-12 {
	margin: 10px auto;
	}

	.menu-community {
		width: 100%;
		line-height: 28px;
	}
	ul.city li {
		float: left;
		text-align: center;
		border-right: #000 solid 1px;
		padding: 0px 8px;
	}
	.jawa ul.city {
		width:110%;
	}
	.kalimantan ul.city {
		width:110%;
	}
	.sumatera ul.city {
		width:110%;
		padding-left:10px;
		padding-right: 10px;
	}
	.makassar {
		width:110%;
	}
	.bali {
		width:110%;
	}
	.join-comm {
		width:100%;
	}

	.gallery .icon {
		bottom: 0px;
	}

	ul.idcity li {
		width:100%;
		font-size: 220%;
		padding: 30px 0px;
	}

	.bgkey {
		font-size: 220%;
		letter-spacing: 0px;
	}
	.key-softblue, .key-darkblue, .key-lightblue, .key-lighttosca {
		font-size:90%;
		line-height: 20px;
		padding: 25px;
		width: 100%;
		height: auto;
	}
	.bigtext.bmi {
		padding: 15px 30px;
	}
	.bmi p {
		font-size: 40%;
		line-height: 23px;
	}
	.bmi p strong  {
		font-size: 120%;
	}
	.bmi h3 {
		font-size: 120%;
		margin:20px 0px;
	}
	.bmi h4 {
		font-size: 45%;
		line-height: 23px;	
		margin:0px auto 20px auto;	
		width: 80%;
	}

	.kunci {
		position: relative;
		z-index: 1;
		overflow: hidden;
		width: 135%;
		height: auto;
		margin-left: -50px;
		margin-right: -50px;
		padding: 0px;
	}
	.content-keys {
		padding:20px 20px;
	}
	.content-keys h2 {
		width: 100%;
		font-size: 100%;
		line-height: 22px;
		letter-spacing: 0px;
	}
	.content-keys h2 {

	}
	.kunci {
		height: 320px;
	}
	.kunci img {
		width: auto;
		height: auto;
	}
	.kunci p img {
		margin-top: 0px;
		width:80px;
		height: 80px;
	}
	.kunci ul {
		width: 100%;
		margin: 30px auto;
		font-size: 350%;
		line-height: 20px;	
		top:40%;
		left: 0px;
	}
	.kunci ul li.no {
		float:left;
		width: 25%;
		text-align: right;
		font-family: "newsgothic";
		font-style: italic;
		font-size: 300%;
		padding-top: 40px;
	}
	.kunci ul li {
		float:right;
		width: 70%;
		text-align: left;
	}
	.kunci ul li em {
		font-family: "newsgothic";
		font-style: italic;
		font-size: 80%;
		line-height: 80px;
	}
	.kunci ul li.latkunci {
		float:left;
		width: 70%;
		text-align: center;
		font-size: 90%;
		line-height: 25px;
		margin-left: -20px;
	}
	.kunci ul li.latkunci em {
		font-family: "newsgothic";
		font-style: italic;
		font-size: 80%;
		line-height: 50px;
	}
	.note {
		line-height: 20px;
	}
	.makan {
		font-size:100%;
		line-height: 25px;
		padding: 30px 30px;
		height: 240px;
		margin:6px 0px;
		width: 100%;
	}

	.tips h2 {
		margin: 20px 0px;
		font-family: "newsgothicbi";
		font-size: 200%;
		color: #000;
		line-height: 35px;	
		letter-spacing: 0px;
		text-transform: uppercase;
	}
	.trick {
		color: #fff;
		font-family: "firasanslight";
		font-size:100%;
		line-height: 23px;
		padding: 25px 25px;
		opacity: 0.9;
		margin-left: 0px;
	}
    .full {
	line-height:20px;
	}

	.cara {
		padding: 0px 0px;
	}
	.baseline {
		padding: 20px;
	}
	.baseline h2 {
		line-height: 33px;
	}

	.barbel {
		background-position: bottom center;
	}
	.white h2 {
		margin-left: 5%;
	}

	ul.days {
		width:110%;
	}
	ul.days li {
		width:50%;
		padding: 15px 5px;
		border: #fff solid 2px;
		height: 160px;
		line-height: 22px;
	}	
	ul.days li.lastday {
		width: 100%;
	}

	.bottomimg {
		position: relative;
		bottom: 0px;
	}

.gallery .item .article {
	width: 330px;
	font-size: 80%;
	padding-top: 25px;
}
.gallery .item .article h2 {
	line-height: 28px;
}
	.form3x3{
		padding-top: 30px;
		width: 370px;
		font-family: firasans;
		font-size: 10pt;
		margin: 0 auto;
	}
	.form3x3 .label3x3{
		width: 370px;
		display: inline-block;
		color: #ffffff;
		vertical-align: middle;
		float: left;
		margin-top: 10px;
	}
	.belum{
		margin-left: 0px!important;
		width: 250px!important;
	}
	.tambahstruk{
		margin-left:150px;
	}
	.contimg{
		padding-top: 30px;
		width:95%; 
		margin:0 auto;
	}

	footer {
		background-image: none;
	}
	.footerfour {
		background-position: 40px top; 
		padding: 50px 20px 40px 20px;	
	}
	.footerfour p {
		padding: 70px 50px 30px 20px;
	}
	.footerfour ul {
		padding: 0px 0px 20px 20px;
	}
	.footerfour ul.connect {
		padding: 0px 0px 0px 20px;
	}
	ul.footerlink li a {
		width:50%;
		text-align: center;
	}
	
}
/*End of CSS Mobile*/