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, strong, 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: top; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}


ol, ul {
	list-style: none; 
}

blockquote, q {
	quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; 
}


/* #Font-Face
================================================== */



/* #Basic Styles
================================================== */

body {
	background: #eaeaea;
	font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */

h1, h2, h3, h5, h6,h7{
	color: white;
	font-weight: normal; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	 
}

h1 {
	 font-size: 46px;
	 line-height: 50px;
	 margin-bottom: 14px
}

h2 {
	 font-size: 35px;
	 line-height: 40px;
	 margin-bottom: 10px;
	 
}

h3 {
	 font-size: 28px;
	 line-height: 34px;
	 margin-bottom: 8px;
	 
}

h4 {
	 font-size: 21px;
	 line-height: 30px;
	 margin-bottom: 4px;
	 
}

h5 {
	 font-size: 17px;
	 line-height: 27px;
	 margin-bottom: 4px;
}

h6 {
	 font-size: 14px;
	 line-height: 21px;
	 
}

h7 {
	 font-size: 16px;
	 line-height: 21px;
	 
}


.subheader {
	 color: #777;
	 
}

p {
	margin: 0 0 20px 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

blockquote, blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555; 
}

blockquote cite:before {
	content: "\2014 \0020"; 
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555; 
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0; 
}



/* #Links
================================================== */

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
}

a:focus {
  outline: none;
}

p a, p a:visited {
	line-height: inherit;
}



/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px; 
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}

ul.square {
	list-style: square outside;
}

ul.circle {
	list-style: circle outside;
}

ul.disc {
	list-style: disc outside;
}

ul ul, ul ol,ol ol, ol ul {
	margin: 4px 0 5px 30px;
	/*font-size: 90%; himawan*/
}

ul ul li, ul ol li,ol ol li, ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 18px;
}

ul.large li {
	line-height: 21px;
}

li p {
	line-height: 21px;
}



/* #Images
================================================== */

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

/* #Buttons
================================================== */

.button,button,input[type="submit"],input[type="reset"],input[type="button"] {
	background: #0f94c4;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 8px 10px;
}

.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	color: #fff;
	background: #15a8dd;
}

.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc;
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%);
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4)));
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
	  
}

.button.full-width,button.full-width,input[type="submit"].full-width,input[type="reset"].full-width,input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; 
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* #Forms
================================================== */

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],input[type="password"],textarea,select {
	border: 1px solid #ccc;
	padding: 10px 10px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:6px;
	color: black;
	font-size:14px;
	margin: 0;
	width: 210px;
	display: block;
	margin-bottom: 10px;
}

select {
	width: 378px; 
	border-radius: 6px;
	padding: 10.5px;
}


input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height: 60px;
}

label,legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

.btnDomain-Blue{
	font-weight:normal !important; 
	font-size: 14px !important; 
	padding: 10.6px !important;
	border:0 !important;
	background-color:#0F94C4 !important;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(98, 86, 79, 0.8);
	-moz-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(98, 86, 79, 0.8);
	box-shadow:0px 1px 0px rgba(255, 97, 0, 0.2) inset, 0px -1px 1px rgba(255, 156, 0, 0.15) inset, 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 3px 0px rgba(98, 86, 79, 0.8);
}

.btnDomain-Orange{
	font-weight:normal !important; 
	font-size: 14px !important; 
	padding: 10.6px !important;
	border:0 !important;
	background-color:#fa6900 !important;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(98, 86, 79, 0.8);
	-moz-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(98, 86, 79, 0.8);
	box-shadow:0px 1px 0px rgba(255, 97, 0, 0.2) inset, 0px -1px 1px rgba(255, 156, 0, 0.15) inset, 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 3px 0px rgba(98, 86, 79, 0.8);
}

.btnDomain-Black{
	font-weight:normal !important; 
	font-size: 14px !important; 
	padding: 10.6px !important;
	border:0 !important;
	background-color:#444 !important;
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 97, 0, 0.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(197, 197, 197, 0.8);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 97, 0, 0.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(197, 197, 197, 0.8);
	box-shadow:0px 1px 0px rgba(255, 97, 0, 0.2) inset, 0px -1px 1px rgba(255, 156, 0, 0.15) inset, 0px 4px 3px rgba(0, 0, 0, 0.2), 0px 3px 0px rgba(197, 197, 197, 0.8);
}

/* #Grid
================================================== */

.container { 
	position: relative;  margin: 0 auto; padding: 0; 
	width:1040px;
}


.container .column,
.container .columns { 
	float: left; display: inline; margin-left: 10px; margin-right: 10px; 
}

.row { 
	margin-bottom: 20px; 
}

/* Nested Column Classes */
.column.alpha, .columns.alpha { margin-left: 0; }
.column.omega, .columns.omega { margin-right: 0; }

/* Base Grid */
.container .one.column,
.container .one.columns { width: 40px; }
.container .two.columns { width: 100px; }
.container .three.columns { width: 160px; }
.container .four.columns { width: 170px; }
.container .five.columns { width: 200px; }
.container .six.columns { width: 340px; }
.container .seven.columns { width: 400px; }
.container .eight.columns { width: 460px; }
.container .nine.columns { width: 520px; }
.container .ten.columns { width: 580px; }
.container .eleven.columns { width: 640px; }
.container .twelve.columns { width: 700px; }
.container .thirteen.columns { width: 760px; }
.container .fourteen.columns { width: 820px; }
.container .fifteen.columns { width: 880px; }
.container .sixteen.columns { width: 940px; }
.container .seventeen.columns { width: 190px; }

.container .one-third.column { width: 300px; }
.container .two-thirds.column { width: 620px; }

/* Offsets */
.container .offset-by-one { padding-left: 60px; }
.container .offset-by-two { padding-left: 120px; }
.container .offset-by-three { padding-left: 180px; }
.container .offset-by-four { padding-left: 240px; }
.container .offset-by-five { padding-left: 300px; }
.container .offset-by-six { padding-left: 360px; }
.container .offset-by-seven { padding-left: 420px; }
.container .offset-by-eight { padding-left: 480px; }
.container .offset-by-nine { padding-left: 540px; }
.container .offset-by-ten { padding-left: 600px; }
.container .offset-by-eleven { padding-left: 660px; }
.container .offset-by-twelve { padding-left: 720px; }
.container .offset-by-thirteen { padding-left: 780px; }
.container .offset-by-fourteen { padding-left: 840px; }
.container .offset-by-fifteen { padding-left: 900px; }

.container .w340 { width: 340px; }
.container .w350 { width: 350px; }
.container .Fot.columns { width: 960px; }
/* #Misc
================================================== */

.remove-bottom {
	margin-bottom: 0 !important;
}

.half-bottom {
	margin-bottom: 10px !important;
}

.add-bottom {
	margin-bottom: 20px !important;
}

.gap {
	height: 20px;
	display: block;
}

.gap-three {
	height: 30px;
	display: block;
}

.pd20 {
	padding: 20px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.hidden {
    display: none;
}
.list-nomargin {
	margin-bottom: 0;
}
.list-nomargin li {
	margin-bottom: 2px;
}
.list-nomargin ul {
	margin: 0 0 0 20px;
}

/* #Clearing
================================================== */

.container:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}

.row:after,
.clearfix:after {
	clear: both; 
}

.row,
.clearfix {
	zoom: 1; 
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.topHeader{
	background-color:#2F2D2D;
}
.topHeader,
#mainNav { z-index:666; position:relative }
#mainNav.navFixed { position:fixed }

.footerTop a.footerToggle {
    background: url('../images/icon-arrow-up.png') no-repeat right center;
}

.footerTop a.footerToggle {
    background: url('../images/icon-arrow-close.png') no-repeat right center;
    font-family: 'FS Joey', sans-serif;
    font-weight: 700;
    font-size: 18px;
}



body{font-family:Monsterrat,sans-serif}
ul,ul li{list-style:none}ol{list-style-type:decimal}

.button-depth-3d{position:relative;top:0;padding:10px 25px;border:1px solid #e1e1e1;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#eee;box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 1px rgba(255,255,255,.15),0 3px 0 #bbb,0 4px 3px rgba(0,0,0,.2);color:#666;text-shadow:none;font-weight:700;font-size:18px}
.button-depth-3d,.button-depth-3d:hover{-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 1px rgba(255,255,255,.15),0 3px 0 #bbb,0 4px 3px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 1px rgba(255,255,255,.15),0 3px 0 #bbb,0 4px 3px rgba(0,0,0,.2)}
.button-depth-3d:hover{background-color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 1px rgba(255,255,255,.15),0 3px 0 #bbb,0 4px 3px rgba(0,0,0,.2)}
.button-depth-3d:active{top:3px;border:1px solid #e1e1e1;background-color:#eee;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 1px rgba(255,255,255,.15),0 2px 0 #bbb,0 2px 3px rgba(0,0,0,.2);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 1px rgba(255,255,255,.15),0 2px 0 #bbb,0 2px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 1px rgba(255,255,255,.15),0 2px 0 #bbb,0 2px 3px rgba(0,0,0,.2);color:#bbb}
.button-depth-3d.disabled{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-appearance:none}
.button-depth.text-white{color:#fff}
.button-depth.bg-black,.button-depth.bg-black:active,.button-depth.bg-black:hover{border:0;background-color:#4b4b4b;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 1px rgba(0,0,0,.25),0 3px 0 rgba(0,0,0,.5),0 4px 3px rgba(0,0,0,.5);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 1px rgba(0,0,0,.25),0 3px 0 rgba(0,0,0,.5),0 4px 3px rgba(0,0,0,.5);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 1px rgba(0,0,0,.25),0 3px 0 rgba(0,0,0,.5),0 4px 3px rgba(0,0,0,.5);color:#fff}
.button-depth-3d.bg-black:hover{background-color:#323232;-webkit-box-shadow:inset 0 1px 0 rgba(10,10,10,.25),inset 0 -1px 1px rgba(0,0,0,.25),0 3px 0 rgba(0,0,0,.5),0 4px 3px rgba(0,0,0,.5);-moz-box-shadow:inset 0 1px 0 rgba(10,10,10,.25),inset 0 -1px 1px rgba(0,0,0,.25),0 3px 0 rgba(0,0,0,.5),0 4px 3px rgba(0,0,0,.5);box-shadow:inset 0 1px 0 rgba(10,10,10,.25),inset 0 -1px 1px rgba(0,0,0,.25),0 3px 0 rgba(0,0,0,.5),0 4px 3px rgba(0,0,0,.5);color:#fff}
.button-depth-3d.bg-black:active{-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,.25),inset 0 -1px 1px rgba(0,0,0,.25),0 1px 0 rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25);-moz-box-shadow:inset 0 1px 0 rgba(0,0,0,.25),inset 0 -1px 1px rgba(0,0,0,.25),0 1px 0 rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25);box-shadow:inset 0 1px 0 rgba(0,0,0,.25),inset 0 -1px 1px rgba(0,0,0,.25),0 1px 0 rgba(0,0,0,.5),0 2px 2px rgba(0,0,0,.25)}
.button-depth.bg-blue,.button-depth.bg-blue:active,.button-depth.bg-blue:hover{border:0;background-color:#008de5;-webkit-box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 3px 0 rgba(0,135,255,.5),0 4px 3px rgba(0,0,0,.2);-moz-box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 3px 0 rgba(0,135,255,.5),0 4px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 3px 0 rgba(0,135,255,.5),0 4px 3px rgba(0,0,0,.2)}
.button-depth-3d.bg-blue:hover{transition:.4s;transform:scale(1.1);-webkit-box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 3px 0 rgba(34,161,241,.5),0 4px 3px rgba(0,0,0,.2);-moz-box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 3px 0 rgba(34,161,241,.5),0 4px 3px rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 3px 0 rgba(34,161,241,.5),0 4px 3px rgba(0,0,0,.2)}
.button-depth-3d.bg-blue:active{-webkit-box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 1px 0 rgba(0,135,255,.5),0 2px 2px rgba(0,0,0,.2);-moz-box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 1px 0 rgba(0,135,255,.5),0 2px 2px rgba(0,0,0,.2);box-shadow:inset 0 1px 0 rgba(0,150,255,.3),inset 0 -1px 1px rgba(0,150,255,.15),0 1px 0 rgba(0,135,255,.5),0 2px 2px rgba(0,0,0,.2)}
.button-depth.bg-orange,.button-depth.bg-orange:active,.button-depth.bg-orange:hover{border:0;background-color:#fa6900;-webkit-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(178,75,0,.75);-moz-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(178,75,0,.75);box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(178,75,0,.75)}
.button-depth-3d.bg-orange:hover{background-color:#fa7c00;-webkit-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(250,150,0,.75);-moz-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(250,150,0,.75);box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(250,150,0,.75)}
.button-depth-3d.bg-orange:active{-webkit-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 2px 1px rgba(0,0,0,.2),0 1px 0 rgba(225,115,0,.75);-moz-box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 2px 1px rgba(0,0,0,.2),0 1px 0 rgba(225,115,0,.75);box-shadow:inset 0 1px 0 rgba(255,97,0,.2),inset 0 -1px 1px rgba(255,156,0,.15),0 2px 1px rgba(0,0,0,.2),0 1px 0 rgba(225,115,0,.75)}
.button-depth.bg-green,.button-depth.bg-green:active,.button-depth.bg-green:hover{border:0;background-color:#2ecc71;-webkit-box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(38,162,91,.75);-moz-box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(38,162,91,.75);box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(38,162,91,.75)}
.button-depth-3d.bg-green:hover{background-color:#33d678;-webkit-box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(50,175,100,.75);-moz-box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(50,175,100,.75);box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 4px 3px rgba(0,0,0,.2),0 3px 0 rgba(50,175,100,.75)}
.button-depth-3d.bg-green:active{-webkit-box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 2px 1px rgba(0,0,0,.2),0 1px 0 rgba(25,150,75,.75);-moz-box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 2px 1px rgba(0,0,0,.2),0 1px 0 rgba(25,150,75,.75);box-shadow:inset 0 1px 0 rgba(0,255,75,.2),inset 0 -1px 1px rgba(0,255,75,.15),0 2px 1px rgba(0,0,0,.2),0 1px 0 rgba(25,150,75,.75)}
.button-depth-3d.bg-black,.button-depth-3d.bg-blue,.button-depth-3d.bg-green,.button-depth-3d.bg-orange{font-style:normal}
.button-depth-icon,.button-depth-icon:active,.button-depth-icon:hover{padding-right:20px;padding-left:75px;background:5px center no-repeat;background-color:inherit}
.hosting-price-table{z-index:0;width:100%;text-align:center;font-size:0}
.hosting-price-table .hosting-price-wrapper{position:relative;display:inline-block;margin:0;padding:0;width:20%;border:0;vertical-align:middle;font-size:16px}
.hosting-price-wrapper{z-index:10;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.hosting-price-wrapper.hosting-price-highlight{width:20%;z-index:30}
.hosting-price-table .hosting-price-wrapper .hosting-price-column{position:relative;margin:0;padding:0px 0px 25px;;width:100%;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;background-color:#E1E3E4}

.feature1{background-color:#D9E6F6;text-align:center;padding-top:50px;padding-bottom:100px}
.feature2{background-color:#9CCAE3;text-align:center;padding-top:20px;padding-bottom:40px;left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:0px 0px 12px rgba(0, 0, 0, 0.5)}
.feature3{background-color:rgb(203, 223, 246);text-align:center;padding-top:20px;padding-bottom:20px;}
.feature4{background-color:#CBDFF6;text-align:center;padding-top:20px;padding-bottom:40px;}
.feature5{background-color:#E6EEF9;text-align:center;padding-top:25px;padding-bottom:40px;}

.arrowlt {
	width:55px;
	height:39px;
	position:absolute;
	background:url(../images/arrowlt.png) no-repeat left top;
	margin:-20px 0px 0px 470px;
}
.arrowrt {
	width:56px;
	height:40px;
	position:absolute;
	background:url(../images/arrowrt.png) no-repeat left top;
	margin:-20px 0px 0px 825px;
}

.kelengkapan-domain{background-color:#E4E7EA;box-shadow:-2px 0px 12px rgba(0, 0, 0, 0.5);border-radius:7px;padding:10px;margin-top:50px;margin-bottom:100px}
.paket-kami{color:black;text-align:center;padding-bottom:80px;font-size:36px;font-weight:bold;margin-top:40px}
.feature-domain{color:black;text-align:center;padding-bottom:10px;font-size:30px;font-weight:bold;margin-top:80px}
.domain-kami{color:black;text-align:center;padding-bottom:30px;font-size:30px;font-weight:bold;margin-top:130px}
.hosting-kami{color:black;text-align:center;padding-bottom:30px;font-size:30px;font-weight:bold;margin-top:80px}
.tips-blue{left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5);background-color:#46A7DB;color:#FCFCFC;text-align:center;padding-top:25px;padding-bottom:25px;font-size:36px;font-weight:bold;}
.tips-blue-hard{left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5);background-color:#287FAE;color:#FCFCFC;text-align:center;padding-top:25px;padding-bottom:25px;font-size:36px;font-weight:bold;}
.memilih-kami{left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5);background-color:#D5D5D5;color:black;text-align:center;padding-top:80px;padding-bottom:20px;font-size:36px;font-weight:bold;}
.coloumn-one{left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5)}
.coloumn-two{left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5)}
.coloumn-three{left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5)}
.coloumn-four{left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5)}
.coloumn-five{left:0;-webkit-box-shadow:-7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:-7px 0 12px rgba(0,0,0,.5);box-shadow:-7px 0 12px rgba(0,0,0,.5)}
.hosting-price-wrapper .hosting-price-column:after{position:absolute;top:15%;z-index:-1;width:15%;height:70%;border-radius:50%;content:''}


.hosting-price-wrapper .hosting-price-highlight .hosting-price-column:after{right:0;-webkit-box-shadow:7px 0 12px rgba(0,0,0,.5);-moz-box-shadow:7px 0 12px rgba(0,0,0,.5);box-shadow:7px 0 12px rgba(0,0,0,.5)}
.hosting-price-wrapper .hosting-price-column .title{padding:10px;-webkit-border-top-left-radius:7px;-moz-border-radius-topleft:7px;border-top-left-radius:7px;-webkit-border-top-right-radius:7px;-moz-border-radius-topright:7px;border-top-right-radius:7px;background:#272626;color:#fff;vertical-align:middle;text-align:center;font-weight:900;font-style:normal;font-size:20px;line-height:45px}
.hosting-price-wrapper .hosting-price-column .price{padding:25px 10px;background:#B9B6B6;color:#141313;text-align:center;text-shadow:1px 1px 1px rgba(0,0,0,.2);font-weight:300;font-style:normal;font-size:30px}
.hosting-price-wrapper .hosting-price-column .price .strike-custom:before{top: 8.6%;;width: 45%;height: 2px;border-bottom: 2px solid red;content: '';position: absolute;}
.hosting-price-wrapper .hosting-price-column .price .strike-custom-big:before{top: 11.5%;width: 45%;height: 2px;border-bottom: 2px solid red;content: '';position: absolute;}
.hosting-price-wrapper .hosting-price-column .price .strike-custom-big1:before{top: 12.4%;width: 45%;height: 2px;border-bottom: 2px solid red;content: '';position: absolute;}
.hosting-price-wrapper .hosting-price-column .price .old-price{color: black;font-size:22px;font-weight:900;font-style:normal;margin-bottom: 20px;}
.hosting-price-wrapper .hosting-price-column .price .new-price{margin-top:0;margin-bottom:0;font-weight:900;font-style:normal;font-size:40px}
.hosting-price-wrapper .hosting-price-column .price sup{bottom:1em;margin:0;font-size:14px}
.hosting-price-wrapper .hosting-price-column .price .new-price sup{top:-1.5em}
.hosting-price-wrapper .hosting-price-column .price .new-price span{position:relative;vertical-align:baseline;font-size:0.9em}
.hosting-price-wrapper .hosting-price-column ul{margin:0;padding:10px}
.hosting-price-wrapper .hosting-price-column ul li{padding:10px;border-top:1px solid #e1e1e1;border-bottom:1px solid #fff;color:#000;font-size:14px;}
.hosting-price-wrapper .hosting-price-column ul li:first-child{border-top:0}
.hosting-price-wrapper .hosting-price-column ul li:last-child{border-bottom:0}
.hosting-price-wrapper .hosting-price-column .content-wrapper{margin-bottom:15px}
.hosting-price-wrapper .hosting-price-column .button-depth-container{padding:0 15px 15px}
.hosting-price-wrapper .hosting-price-column .button-depth-container a{width:100%;font-size:18px}
.hosting-price-wrapper.hosting-price-highlight .title{position:relative;padding:24px 10px}
.hosting-price-wrapper.hosting-price-highlight .title:after,.hosting-price-wrapper.hosting-price-highlight .title:before{position:absolute;content:'';top:-8px;left:-10px;background-size:contain;width:100px;height:100px}
.hosting-price-wrapper.hosting-price-highlight .hosting-price-column,.hosting-price-wrapper.hosting-price-highlight .title,.hosting-price-wrapper.hosting-price-highlight ul{background:#0f94c4}
.hosting-price-wrapper.hosting-price-highlight .best-seller{background:#3bb253;color:#fff}
.hosting-price-wrapper.hosting-price-highlight .price{padding:30px 10px;background:#fff}
.hosting-price-wrapper.hosting-price-highlight ul li{border-top:1px solid #0287db;border-bottom:1px solid #56beff;color:#fff}
.detail-list-box{margin:25px 0;padding:15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#eff3f3}
.detail-list-box li{padding:10px;border-top:1px solid #e1e1e1;border-bottom:1px solid #fff}
.detail-list-box li:first-child{border-top:0}
.detail-list-box li:last-child{border-bottom:0}
@media(max-width :767px){.hosting-price-table .hosting-price-wrapper.hosting-price-wrapper{margin-top:15px;width:100%}
.hosting-price-wrapper .hosting-price-column:after,.hosting-price-wrapper .hosting-price-column:before{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}
.hosting-price-wrapper .hosting-price-column ul{padding:5px}.hosting-price-wrapper .hosting-price-column ul li{word-wrap:break-word}}
@media only screen and (min-width :769px)and (max-width :979px){.hosting-price-table .hosting-price-wrapper.hosting-price-wrapper{margin-top:15px;width:50%}
.hosting-price-wrapper .hosting-price-column:after,.hosting-price-wrapper .hosting-price-column:before{-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important}}

.no-bold{font-weight:400!important}
.text-bold{font-weight:700!important}

.label{border:1px solid #000}
button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}


.plan-flag-only{color:white;font-size:14px;font-weight:700;padding:0px 5px;background-color:rgb(39, 38, 38)}
.plan-flag-only:after{border-color:rgb(39, 38, 38) transparent;border-style:solid;border-width:13px 13px 0;content:"";display:block;left:45%;position:absolute;top:64px;width:0;z-index:1}

.plan-flag-only-highlight{color:white;font-size:14px;font-weight:700;padding:0px 5px;background-color:#0f94c4}
.plan-flag-only-highlight:after{border-color:#0f94c4 transparent;border-style:solid;border-width:13px 13px 0;content:"";display:block;left:45%;position:absolute;top:92px;width:0;z-index:1}

.plan-flag{color:white;font-size:14px;font-weight:700;padding:10px 5px;background-color:#f50038}
.plan-flag:after{border-color:#f50038 transparent;border-style:solid;border-width:13px 13px 0;content:"";display:block;left:45%;position:absolute;top:105px;width:0;z-index:1}

.hosting-price-wrapper.hosting-price-highlight-top{z-index:10}
.hosting-price-wrapper.hosting-price-highlight-top .title{padding:10px;background:#444;border-top-left-radius:0;border-top-right-radius:0}
.hosting-price-wrapper .resource { padding:15px 0;} 
.bgd8 {background:#d8d8d8}
.bg3fb{background:#3fb5ff}.bged8{background:#ed8816;}
.font-inherit { color: inherit !important;}

.hosting-price-wrapper .hosting-price-highlight .title:after,.hosting-price-wrapper.hosting-price-highlight .title:before{position:absolute;content:'';top:-8px;left:-10px;background:url(../images/best-seller.png)left top no-repeat;background-size:contain;width:100px;height:100px}

.spek{
	text-align:left;
	background:transparent url('../images/tickmark.png') no-repeat scroll 10px center;
	font-size:13px;
}
.spekNon{
	text-align:left;
	background:transparent url('../images/non.png') no-repeat scroll 10px center;
	font-size:13px;
}
.spek-detail{
	margin-left:20px;
	font-size:14px;
}

#logo img,.scrollup{text-indent:-9999px}
.scrollup{width:40px;height:40px;opacity:1;bottom:100px;right:20px;background:url(../images/scroll-top-arrow.png)left top no-repeat;z-index:999}
.popup_block,.scrollup{display:none;position:fixed}


table {
	border-collapse: collapse;
	border-spacing: 0; 
}

table,th, td
{
	border: 0px solid #CCCCCC;
	vertical-align:middle;
}

.header-box {
	width:100%;
	position:relative;
	top:50px;
}
.header-box .left {
	background:url(../images/header-box-left.gif) no-repeat left top;
}
.header-box .right {
	background:url(../images/header-box-right.gif) no-repeat right top;
	height:81px;
}


.box-blue{
	background:url(../images/box-tail.gif) repeat-x left top #fff;
}

.box {
	width:100%;
	margin-top: 20px;
}
.box .border-top {
	background-image:url(../images/box-tail1.gif);
	background-repeat:repeat-x;
	width:100%;
}

.box .border-bot {
	background:url(../images/border-bot.gif) repeat-x left bottom;
}
.box .border-left {
	background:url(../images/border-left.gif) repeat-y left top;
}
.box .border-right {
	background:url(../images/border-right.gif) repeat-y right top;
}
.box .left-top-corner {
	background:url(../images/left-top-corner.gif) no-repeat left top;
}
.box .right-top-corner {
	background:url(../images/right-top-corner.gif) no-repeat right top;
}

.box .left-bot-corner {
	background:url(../images/left-bot-corner.gif) no-repeat left bottom;
	width:100%;
}
.box .right-bot-corner {
	background:url(../images/right-bot-corner.gif) no-repeat right bottom;
}
.box .inner {
	padding:15px 22px 26px 22px;
}
.box.extra {
	background-repeat:repeat-x;
	width:100%;
}
.box.extra .inner {
	padding:4px 4px 1px 4px;
}
.box .inner1 {
	padding:7px 0 0 0;
}

.container .indent {
	padding:7px 10px;
}
.container .indent1 {
	padding:10px 10px 18px;
}
.container .left-indent {
	padding-left:10px;
}

.line-ver1 {
	background-image:url(../images/line-ver1.gif);
	background-repeat:repeat-y;
	background-position:330px 0;
	width:100%;
}
.line-ver2 {
	background-image:url(../images/line-ver1.gif);
	background-repeat:repeat-y;
	background-position:460px 0px;
	width:100%;
}
.line-ver3 {
	background-image:url(../images/line-ver1.gif);
	background-repeat:repeat-y;
	background-position:600px 0px;
	width:100%;
}
.line-ver4 {
	background-image:url(../images/line-ver1.gif);
	background-repeat:repeat-y;
	background-position:740px 0px;
	width:100%;
}
.line-ver5 {
	background-image:url(../images/line-ver1.gif);
	background-repeat:repeat-y;
	background-position:880px 0px;
	width:100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6 , .col-7 , .col-8 , .col-9, .col-20, .col-21{
	float:left;
}
.col-1{
	width:300px;
}
.col-2{
	width:120px;
}
.col-3{
	width:120px;
}
.col-4{
	width:120px;
}
.col-5{
	width:120px;
}
.col-6{
	width:120px;
}
.info-list {
	padding-bottom:5px;
}
.info-list li {
	text-align:right;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	border-bottom:1px solid #dfdfdf;
	padding:0 0 6px 5px;
	margin:0 0 6px -5px;
}
.info-list li span {
	float:left;
}

.info-list1{
	padding-bottom:6px;
	border-bottom:1px solid rgb(223, 223, 223);
	margin-bottom:7px;
}

.info-list1 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	border-top:1px solid #dfdfdf;
	padding:6px 3px 0px 3px; 
	margin:6px 0px 0px -6px; 
}
.info-list1 li:first-child {
	border:none;
	padding-top:0;
	margin-top:0;
	width:176px;
}
.info-list1.alt li {		
	text-align:center;
	width:128px;
}

.aligncenter {
	text-align:center;
}

a.order {
	margin-left:7px;
	border:0;
	display: block;
	width: 100%;
	height: 27px;
	background: url(../images/pesan1.png) no-repeat;
	text-decoration: none;
}
a.order:hover {
	background-position: 0 -31px;
	background: url(../images/pesan2.png) no-repeat;
}

a.order-medium-red {
	border:0;
	display: block;
	width: 100%;
	height:42px;
	background: url(../images/pesan-medium-red1.png) no-repeat;
	text-decoration: none;
	padding-top:8px;
	padding-left:30px;
	font-size:18px;
	text-align:left;
	color:white;  
}
a.order-medium-red:hover {
	background-position: 0 -31px;
	background: url(../images/pesan-medium-red2.png) no-repeat;
}

a.order-medium-blue {
	border:0;
	display: block;
	width: 100%;
	height:42px;
	background: url(../images/pesan-medium-blue1.png) no-repeat;
	text-decoration: none;
	padding-top:8px;
	padding-left:30px;
	font-size:18px;
	text-align:left;
	color:white;  
}
a.order-medium-blue:hover {
	background-position: 0 -31px;
	background: url(../images/pesan-medium-blue2.png) no-repeat;
}

.container .row-1 .col-1-pembayaran {
	width:49%;
	margin-right:6px;
}
.container .row-1 .col-2-pembayaran  {
	width:49%;
	margin-left:51%;
	margin-top:-177px;
}
.container .row-1 .col-1-konfirmasi {
	width:100%;
	margin-right:6px;
}

.marker{
	background: url(../images/marker.gif) no-repeat;
	background-position: 10px 8px;
	padding-left:30px;
}
.team-kami{
	width:1040px;
	height:280px;
	margin:0 auto;
}
.team-kami-gambar{
	width:400px;
	float:left;
}
.team-kami-keterangan{
	position:absolute;
	width:550px;
	margin-left:400px;
	font-size:16px;
	text-align:left;
}
.team-bigwidth{
	width:620px;
	text-align:right;
}

span.outer-line {
    color: red;
	text-decoration: line-through;
	font-size:40px;
}