/*!
 * SNOW Landing Page Theme
 *
 * Created by Visual Soldiers
 * Visit us at http://www.visualsoldiers.com
 *
 * Handcrafted with love in Atlanta!
 */


/* ==========================================================================
   Global styles
   ========================================================================== */

body {
	pointer-events: visible;
background: url('your_transparent.png');
}

h1, h2, h3, h4, h5, h6, .btn, .navbar-nav a, .form-control, .list-inline {
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

p, .lead {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h1 {
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #ffffff;
}

h3 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #231f20;
  font-weight: 700;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #777777;
  font-weight: 400;
}

/*------------------Utilities---------------------*/
a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -10%;
}

::selection {
	background: #231f20; /* Safari */
	color: #FFFFFF;
}
::-moz-selection {
	background: #231f20; /* Firefox */
	color: #FFFFFF;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 4px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 13px;
  line-height: 1.33;
  padding: 18px 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.btn-primary {
  background-color:#0071e0;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 0px;
  font-weight: bold;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #0265c7;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.btn-secondary {
  background-color: #ededed;
  color: #231f20;
  border-radius: 0px;
  font-weight: bold;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  background-color: #E9E2D5;
  color: #231f20;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

audio, canvas, progress, video {
	width: 100%;
}

.p-y-2 {
    padding-top: 28px;
    padding-bottom: 28px;
}
.p-y-3 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.m-b-1 {
    margin-bottom: 18px;
}
.m-t-1 {
    margin-top: 18px;
}


/*==========================================================
			   counter section style
============================================================*/

.main_counter_area{
	background: url(https://images.pexels.com/photos/196288/pexels-photo-196288.jpeg?w=940&h=650&auto=compress&cs=tinysrgb) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}

.main_counter_area .main_counter_content .single_counter  h2.statistic-counter {
	color: #000000;
	
}
.main_counter_area .main_counter_content .single_counter{
	background: #FFFFFF;
	color: #666666;
	box-shadow: 2px 2px 60px #EEEEF2;
}
.main_counter_area .main_counter_content .single_counter i{
	font-size:36px;
}


/*-----------------Margins------------------*/
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.margin-90 {
    margin-bottom: 90px !important;
}
.margin-100 {
    margin-bottom: 100px !important;
}


/*-----------------Colors------------------*/

.black {
  color: #231f20;
}

.blue {
  color: #70cbce;
}

.white {
  color: #ffffff;
}

.black-bg {
  background: #231f20;
}

.blue-bg {
  background: #70cbce;
}

.white-bg {
  background: #ffffff;
}

.purple-bg {
	background: #6d3f96;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: -10px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}


/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #000;
    margin: auto;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
    min-height: 60px;
}

.navbar.open {
    top: 0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-nav a {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    opacity: 0.6;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
	text-align: right;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	margin-top: 9px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin-top: 12px;
}

.logo img {
	margin-top: 8px;
    width: 100px;
}



/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  background: url(../img/header-bg.jpg) no-repeat center center #3b3b3b;
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  pointer-events: auto;
}

.message-sent {
  background: url(../img/header-bg-sent.png) no-repeat center center #3b3b3b;
  width: 100%;
  padding: 20px 10px 60px 10px;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  pointer-events: auto;
}

.header-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 20%;
}

.signin {
  padding-top: 12px;
}


.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}
.mouse-icon .scroll {
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-icon .scroll {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    width: 4px;
}
@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
	padding: 200px 0px;
}

.pad-lg {
	padding: 160px 0px;
}

.pad-sm {
	padding: 80px 0px;
}

.pad-xs {
	padding: 30px 0px;
}



#be-the-first {
  background: url(../img/be-the-first-bg.png) #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hr.line {
	width: 100%;
	border: 2px solid;
}

.purple {
	border-color: #6d3f96;
	color: #6d3f96;
}

.blue {
	border-color: #70cbce;
	color: #70cbce
}

.yellow {
	border-color: #fdc05d;
	color: #fdc05d;
}

.label {
	padding: .3em .6em .3em;
   font-size: 75%;
   font-weight: 500;
}

.aboutus {
    position: relative;
    height: 200px;
}

.aboutus img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 380px;
}


#brand {
  background: #FFFFFF;
}

.logo-brand img {
	box-shadow: 2px 2px 80px #EEEEF2;
}

.fa-envelope-o {
  color: #4ec3cd;
  font-size: 22px;
  display: block;
  padding-top: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #4ec3cd;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: auto;
}



.news-container {
  padding: 10px 0px 20px;
  border-bottom: 1px dotted #d9d9d9;
}

.news-img {
  	width: 60px; 
	height: 60px; 
	box-shadow: 2px 2px 8px #EEEEF2;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 4px;
    border: 1px solid #EEEEF2;
}

.contact-person {
	float: left;
	margin-top: 20px; 
	margin-bottom: 20px;
}

.contact-person p.contact-name-left {
	font-size: 100%; 
	font-weight: bold; 
	margin-top: 20px; 
	text-align: right; 
	margin-right: 10px;
}

.contact-person p.contact-name-right {
	font-size: 100%; 
	font-weight: bold; 
	margin-top: 20px;
}

.contact-person small {
	font-weight: normal;
}

.btn-pertanyaan {
	width: 100%; 
	padding: 20px 40px; 
	background: #0071e0; 
	color: #FFFFFF; 
	text-transform: uppercase; 
	text-align: center; 
	font-weight: bold; 
	float: left; 
	margin-top: 10px; 
	box-shadow: 2px 2px 10px #EEEEF2;
	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
  	transition: all 0.35s ease-in-out;	
}

.btn-pertanyaan:hover, .btn-pertanyaan:focus {
	background-color:#0265c7;
  	color: #ffffff;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
  	transition: all 0.35s ease-in-out;	
}

footer {
  background: #ffffff;
  padding: 40px 0px;
}

.social li a:hover {
  opacity: 0.5;
}



/*---------------Pricing Tables-------------------*/


#pricing {
  background: #EEEEF2;
}

.pricing-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-table {
  background: transparent;
  box-shadow: 2px 2px 8px #EEEEF2;
  margin-bottom: 50px;
  margin-top: 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pricing-table.active {
  box-shadow: 0px 0px 12px rgba(41,46,50,0.6); 
  position: absolute;
  margin: auto;
  z-index: 200;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-table:hover {
  /* margin-top: -10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; */
}

.pricing-table li {
  padding-left: 20px;
  padding-right: 20px;
}

.price .amount small {
	font-size: 50%;	
}

.highlightCombo {
	font-size: 24px;
}

.headline {
  background: #231F20;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.headline.comboB {
	background: #10ADEC;
}

.price.comboB {
	background: none repeat scroll 0 0 #01364B;
}

.headline.comboA {
	background: #56CC52;
}

.text-green {
	color: #56CC52;
}

.text-blue {
	color: #10ADEC;
}

.text-green {
	color: #56CC52;
}

.text-red {
	color: #E23d3D;
}

.text-yellow {
	color: #FAA823;
}

.price.comboA {
	background: none repeat scroll 0 0 #033701;
}

.headline.comboC {
	background: #E23d3D;	
}

.price.comboC {
	background: none repeat scroll 0 0 #400404;	
}

.headline.comboD {
	background: #FAA823;
}

.price.comboD {
	background: none repeat scroll 0 0 #4B2F03;		
}

.price {
    background: none repeat scroll 0 0 #231f20;
    color: #FFFFFF;
    font-size: 32px;
    padding-bottom: 20px;
    padding-top: 20px;
}


.pricing-table:hover li.price  {
  background: #303236;
  -webkit-transition: all 0.85s ease-in-out;
  -moz-transition: all 0.85s ease-in-out;
  -o-transition: all 0.85s ease-in-out;
  transition: all 0.85s ease-in-out;
}

.price small {
  font-weight: 300;
  color: #929496;
}

.info {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 13px;
  color: #777777;
  background: #ffffff;
}

.features {
  color: #231f20;
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E8EAEA;
  background: #ffffff
}

.features.first {
  border-top: 1px solid #E8EAEA;
  min-height: 175px;
}

.features.last {
  padding-top: 17px;
  padding-bottom: 20px;
  min-height: unset;
}

.features.last a {
	color: #70cbce;
	font-size: 14px;
	letter-spacing: 1px;
	outline:  none;
}

.pricing-container .btn {
    border-radius: 0;
}

.pricing-container .comboA:hover {
	background-color: #56CC52;
	color: #FFFFFF;
}

.pricing-container .comboB:hover {
	background-color: #10ADEC;
	color: #FFFFFF;
}

.pricing-container .comboC:hover {
	background-color: #E23d3D;
	color: #FFFFFF;
}

.pricing-container .comboD:hover {
	background-color: #FAA823;
	color: #FFFFFF;
}

#client {
	background: #EEEEF2;	
}

.clientBox {
	background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
	float: left;
	width: 100%;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	
}

.clientBox .flipbox {
	padding: 0px;		
}


.client {
	background: #333333;
}

.logo-front {
    top: 0;
    left: 0;
    padding: 0;
	background: #FFFFFF;
	text-align: center;	
}


.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: default;
}

.flipper {
	float: inherit;
}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container {
}

.front, .back {
	width: 100%;
}


.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
}


.front {
	z-index: 2;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #54493F;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;

	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background: #54493F;
}

.back-title {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 10px;
	color: #FFFFFF;
}

.back p {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
  font-family: arial;
  line-height: 2em;
}

.korporat-anda {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 30% 20px;
	font-size: 16px;
	color: #666666;
}

.korporat-mungkin {
	font-size: 10px;	
}

.client-color-aquanano {
	background: #00ADF2;	
}

.client-color-audit {
	background: #B6275F;
}

.client-color-mediviron {
	background: #1997D3;	
}

.client-color-ibis {
	background: #B4102E;	
}

.client-color-shell {
	background: #F01616;	
}

.client-color-petron {
	background: #00216D;	
}

.client-color-jonkers {
	background: #000000;	
}

.client-color-puripujangga {
	background: #540E60;	
}

.client-color-qna {
	background: #323334;	
}

.client-color-smartreader {
	background: #D80505;	
}

.client-color-sukra {
	background: #CA2E2F;	
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-body {
	padding: 0px !important; 
	display:flex !important;
}

.modal-content {
	border-radius: 0px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop {
   background-color: #000000;
   opacity: 0.8 !important;
}

a {
	outline: none !important;
}

body.modal-open section{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.combo-type {
	padding: 30px 15px; 
	color: #FFF; 
	text-align: center;	
}

.combo-type.comboA	{ 
	background: #56CC52; 
}

.combo-type.comboB	{ 
	background: #10ADEC; 
}

.combo-type.comboC	{ 
	background: #E23D3D; 
}

.combo-type.comboD	{ 
	background: #FAA823; 
}

.btn-tempahan {
	background: #0071e0;
	color: #FFFFFF;
	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
  	transition: all 0.35s ease-in-out;	
}

.btn-tempahan:hover, .btn-tempahan:focus {
	background-color:#0265c7;
  	color: #ffffff;
  	-webkit-transition: all 0.35s ease-in-out;
  	-moz-transition: all 0.35s ease-in-out;
  	-o-transition: all 0.35s ease-in-out;
  	transition: all 0.35s ease-in-out;	
}


.combo-type .combo-word {
	font-weight: bold;
}

.combo-type .alphabet {
	font-size: 42px;
}

.combo-type .details {
	font-family: 'Merriweather', serif;
	padding: 15px; 
	font-style: italic; 
}

.combo-type .details.comboA {
	border-top: 1px solid #4ABA46; 
	border-bottom: 1px solid #4ABA46;
	color: #C2F0C1;
}

.combo-type .details.comboB {
	border-top: 1px solid #0689BE; 
	border-bottom: 1px solid #0689BE;
	color: #A0E2FC;
}

.combo-type .details.comboC {
	border-top: 1px solid #B22525; 
	border-bottom: 1px solid #B22525;
	color: #F1B5B5;
}

.combo-type .details.comboD {
	border-top: 1px solid #C47E0C; 
	border-bottom: 1px solid #C47E0C;
	color: #FBE2B9;
}

.combo-type .pricing {
	padding: 10px;
	padding-bottom: 0px;
}

.combo-type .currency {
	font-size: 18px;
	position: absolute;
	margin-left: -30px;
	margin-top: 10px;
}

.combo-type .currency.comboA {
	color: #C2F0C1;
}

.combo-type .currency.comboB {
	color: #A0E2FC;
}

.combo-type .currency.comboC {
	color: #F1B5B5;
}

.combo-type .currency.comboD {
	color: #FBE2B9;
}

.combo-spec {
	padding: 0px 0px; 
	color: #666666;
	background: #FFFFFF;
}

.combo-spec.comboA-shadow {
	box-shadow: -10px 0px 20px -7px #4ABA46;
}

.combo-spec.comboB-shadow {
	box-shadow: -10px 0px 20px -7px #0689BE;
}

.combo-spec.comboC-shadow {
	box-shadow: -10px 0px 20px -7px #960404;
}

.combo-spec.comboD-shadow {
	box-shadow: -10px 0px 20px -7px #C47E0C;
}

.combo-spec .title {
	text-align: center; 
	border-bottom: 1px solid #F4F4F4; 
	padding: 25px 0px; 
	background: #F7F7F7;
	font-weight: bold;
	text-transform: uppercase;
}

.combo-spec .close {
	margin-top: 28px; 
	margin-right: -20px; 
	background: red; 
	border-radius: 50%; 
	width: 14px; 
	height: 14px;
	position: absolute; 
	right: 30px; 
	border: 3px solid red; 
	z-index: 999999;
	outline: none;
	background-size: contain;
	opacity: .3;
	background-image: none;
	-webkit-transition: all 0.85s ease-in-out;
  	-moz-transition: all 0.85s ease-in-out;
  	-o-transition: all 0.85s ease-in-out;
  	transition: all 0.85s ease-in-out;
	background-image: url(../img/icon-close.png);
}

.combo-spec .close:hover {
	background-image: url(../img/icon-close.png);
	background-size: contain;
	opacity: 1;
	-webkit-transition: all 0.85s ease-in-out;
  	-moz-transition: all 0.85s ease-in-out;
  	-o-transition: all 0.85s ease-in-out;
  	transition: all 0.85s ease-in-out;
}

.combo-spec .icon-promo {
	width: 80px; 
	margin: 15px;
}

.combo-spec .icon-placeholder {
	display: block; 
	width: 100%;
}

.combo-spec .icon-wording {
	width: 100%;
}

.combo-spec .icon-name {
	padding: 3px 3px;
	font-size: 8px; 
	text-transform: uppercase; 
	float: left; 
	width: 100%; 
	text-align: center; 
	border-radius: 10px; 
	background: #F7F7F7
}

.combo-spec .icon-tag-free {
	color: #56CC52; 
	padding: 3px 8px; 
	font-size: 8px; 
	text-transform: uppercase; 
	float: left; 
	width: 100%; 
	text-align: center; 
	font-weight: bold;
}

.combo-spec p {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	text-align: left;
}

.combo-spec .button-order {
	text-align: center; 
	padding: 20px 0px;
	width: 100%;
	cursor: pointer;
	color: #FFFFFF;
	background: #56CC52;
	border-top: 1px solid #F4F4F4; 
	font-weight: bold;
	float: left;
	-webkit-transition: all 0.85s ease-in-out;
 	-moz-transition: all 0.85s ease-in-out;
  	-o-transition: all 0.85s ease-in-out;
  	transition: all 0.85s ease-in-out;
}

.combo-spec .button-tutup {
	text-align: center; 
	background: #F7F7F7;
	width: 100%;
	padding: 20px 0px; 
	cursor: pointer;
	border-top: 1px solid #F4F4F4;  
	float: left;
	-webkit-transition: all 0.85s ease-in-out;
 	-moz-transition: all 0.85s ease-in-out;
  	-o-transition: all 0.85s ease-in-out;
  	transition: all 0.85s ease-in-out;
}

.combo-spec .button-tutup:hover {
	text-align: center; 
	background: #E23D3D;
	width: 50%;
	color: #FFFFFF;
	-webkit-transition: all 0.85s ease-in-out;
 	-moz-transition: all 0.85s ease-in-out;
  	-o-transition: all 0.85s ease-in-out;
  	transition: all 0.85s ease-in-out;
}

.combo-spec .button-order:hover {
	border-top: 1px solid #FFFFFF;
	background: #3aae36;
	-webkit-transition: all 0.85s ease-in-out;
  	-moz-transition: all 0.85s ease-in-out;
  	-o-transition: all 0.85s ease-in-out;
  	transition: all 0.85s ease-in-out;
}

.combo-spec .note {
	border-top: 1px dotted #F4F4F4; 
	padding: 15px 15px 20px 15px; 
	font-size: 12px;
	color: #777777;
}

.combo-spec .btn-spec-from {
	float: left;
	width: 100%;
}

.combo-spec ul.col {
  	list-style-type: disc;
  	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	list-style-position: inside;
	margin-top: 30px; 
	margin-bottom: 30px;
}

.combo-spec ul.col-song {
  	list-style-type: none;
  	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	list-style-position: inside;
	margin-top: 30px; 
	margin-bottom: 30px;
}

.combo-spec ul.col li del {
	opacity: .3;
}


#list li {
	cursor: pointer;
}

.highlight_stay {
	color: #000000;
	font-weight: bold;
}

.order-form form {
	float: left;
	padding: 4px 15px 0px 15px;
	color: #999999;
	border: 0px solid transparent;
}

.order-form legend {
	font-size: 14px;
	padding-top: 10px;
	border: none;
	margin-bottom: 4px;
	float: left;
}

.order-form label {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.order-form .form-section {
	float: left; 
	width: 100%; 
	margin: 5px 0px 10px 0px; 
}

.order-form input, .order-form textarea {
	margin-bottom: 5px;
    padding: 4px 10px;
    font-size: 12px;
    width: 100%;
    color: #333333;
    border-radius: 4px;
    border: 1px solid #CCC;
}

.order-form .submit-button-area {
	margin: 20px 0 4px 0px;
}

.order-form .submit-button-area .btn-lg {
	padding: 8px 30px;
	border-radius: 0px;
	background-color: #0071e0;
	color: #FFFFFF;
	border: none;
	width: auto;
}

.combo-spec .button-hantar-tempahan {
	font-weight: bold;
	padding: 12px 25px !important;
}

.order-form .submit-button-area .btn-lg:hover {
	background-color: #0265c7;
}

.video-youtube iframe {
	width: 560px;
	height: 315px; 
}




/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    box-shadow: none;
	margin-bottom: 4px;
    color: #333333;
    display: block;
    font-size: 12px;
    height: 27px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}




/* ==========================================================================
   Mobile styles
   ========================================================================== */

/*iPhone Portrait*/
@media (max-width: 479px) {
	
	h1 { font-size: 24px; line-height: 30px; }

	h2 { font-size: 20px; line-height: 26px; }

	h3 { font-size: 14px; line-height: 20px; }

	p { font-size: 14px; line-height: 20px; }
	
	.navbar-header a.logo img  { padding-left: 15px; padding-top: 3px; margin-top: 13px;}
	
	.navbar-inverse .navbar-nav > li > a, .navbar-nav a {font-size: 11px;}
	
	.back-title { font-size: 9px; top: 40%; padding: 0 5px; }

	.korporat-anda { padding: 30% 10px; font-size: 14px; }

	.korporat-anda p { font-size: 10px; line-height: 12px; }

	.features { padding-top: 4px; padding-bottom: 4px; } 

	.pricing-table { padding: 1px; margin-bottom: 10px;}

	.pricing-table li { padding-left: 4px; padding-right: 4px; font-size: 11px;}

	.features.first {font-size: 11px; min-height: 130px;}

	.features.last { min-height: unset;}
	
	#list li { font-size: 12px; }

	.amount {font-size: 20px;}

	.price .amount small { font-size: 70%}

	.pad-xl { padding: 100px 0px;}
	
	.pad-lg { padding: 50px 0px; }
	
	.aboutus img {max-width: 250px;}
	
	.branding-image img { margin: 0 auto; max-width: 80%;}
	
	.logo-brand {padding: 5px;}
	
	#main-info {text-align: center;}
	
	header { background: url(../img/header-bg.jpg) no-repeat right; background-size: cover;}
	
	.header-info {bottom: 300px;}
	
	.lead { font-size: 18px;}
	
	.combo-spec ul.col-song { -webkit-columns: 1; -moz-columns: 1; columns: 1; padding-left: 0px;}
	
	.combo-spec ul.col { -webkit-columns: 1; -moz-columns: 1; columns: 1;  }
	
	.combo-spec .close {
	    width: 40px;
        height: 40px;
        top: 0;
        position: fixed;
        z-index: 9999;
        border: 10px solid red;
        padding: 20px;
        box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
        opacity: 0.5;
	}
	
	.navbar-nav {margin: 0px 0px;}
	
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-left: 0px;
	}
	
	.modal-body {display:inline !important;}
	
	.modal-dialog { margin: 0px;}
	
	.combo-spec .icon-promo { width: 50px;}
	
	.order-form form {float: none; padding: 0px;}
	
	.order-form .submit-button-area { margin: 20px 0 4px 0px; float: left; width: 100%; }
	
	.video-youtube iframe { width: 340px; height: 180px; }
	
	.combo-spec .title { padding: 10px 0px; }
	
	.combo-spec .button-tutup { padding: 10px 0px; }
	
	.combo-spec.comboA-shadow, .combo-spec.comboB-shadow, .combo-spec.comboC-shadow, .combo-spec.comboD-shadow {box-shadow: none;}
	
	.m-t-1 { margin-top: 0px;}
	
	.p-y-2 { padding-top: 6px; padding-bottom: 6px;}
	
	.single_counter p { font-size: 12px;}
	
	.main_counter_area .main_counter_content .single_counter h2.statistic-counter {margin-top: 10px; margin-bottom: 5px;}
	
	.contact-person {width: 100%;}

}

/* Landscape phones and down */
@media (max-width: 480px) { 
	
	h1 { font-size: 24px; line-height: 30px; }

	h2 { font-size: 20px; line-height: 26px; }

	h3 { font-size: 14px; line-height: 20px; }

	p { font-size: 14px; line-height: 20px; }
	
	.navbar-inverse .navbar-nav > li > a, .navbar-nav a {font-size: 11px;}
	
	.back-title { font-size: 9px; top: 40%; padding: 0 5px; }

	.korporat-anda { padding: 30% 10px; font-size: 14px; }

	.korporat-anda p { font-size: 10px; line-height: 12px; }

	.features { padding-top: 4px; padding-bottom: 4px; } 

	.pricing-table { padding: 1px; margin-bottom: 10px;}

	.pricing-table li { padding-left: 4px; padding-right: 4px; font-size: 11px;}

	.features.first {font-size: 11px; min-height: 130px;}

	.features.last { min-height: unset;}

	.amount {font-size: 20px;}

	.price .amount small { font-size: 70%}

	.pad-xl { padding: 100px 0px;}
	
	.pad-lg { padding: 50px 0px; }
	
	.aboutus img {max-width: 250px;}
	
	.branding-image img { margin: 0 auto; max-width: 60%;}
	
	.logo-brand {padding: 5px;}
	
	#main-info {text-align: center;}
	
	header { background: url(../img/header-bg.png) no-repeat right #3b3b3b; background-size: cover;
}
	
	.header-info {bottom: 140px;}
	
	.logo img { margin-top: 4px; width: 80px;}
	
	.navbar-header a.logo img { padding-left: 15px; padding-top: 3px; }
	
	.lead { font-size: 16px; line-height: 20px;}
	
	.combo-spec ul.col-song { -webkit-columns: 1; -moz-columns: 1; columns: 1; padding-left: 0px;}
	
	.combo-spec ul.col { -webkit-columns: 1; -moz-columns: 1; columns: 1;  }
	
	.navbar-nav {margin: 0px 0px;}
	
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.modal-body {display:inline !important;}
	
	.modal-dialog { margin: 0px;}
	
	.combo-spec .icon-promo { width: 40px;}
	
	.combo-spec .icon-name { width: unset; float: unset; margin-left: -12px; margin-right: -12px; font-size: 7px;}
	
	.combo-spec .close.close-pertanyaan {margin-top: -10px;}
	
	.order-form form {float: none;}
	
	.order-form .submit-button-area { margin: 20px 0 4px 0px; float: left; width: 100%; }
	
	.btn-pertanyaan {padding: 10px 20px;}
	
	.combo-spec .title { padding: 10px 0px; }
	
	.combo-spec .button-tutup { padding: 10px 0px; }
	
	.combo-spec.comboA-shadow, .combo-spec.comboB-shadow, .combo-spec.comboC-shadow, .combo-spec.comboD-shadow {box-shadow: none;}

	.btn-lg { font-size: 12.5px; line-height: 1.33; padding: 16px 13px; letter-spacing: 0px; }

	.btn-wide { width: 100%; font-size: 12.5px; line-height: 1.33; padding: 16px 13px; letter-spacing: 0px; }

	#be-the-first { background-attachment: scroll; }
	
	footer { text-align: center; }
	
	.video-youtube iframe { width: 300px; height: 160px; }
	
	.m-t-1 { margin-top: 0px;}
	
	.p-y-2 { padding-top: 6px; padding-bottom: 6px;}
	
	.single_counter p { font-size: 12px;}
	
	.main_counter_area .main_counter_content .single_counter h2.statistic-counter {margin-top: 10px; margin-bottom: 5px;}

}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
	
	h1 { font-size: 24px; line-height: 30px; }

	h2 { font-size: 20px; line-height: 26px; }

	h3 { font-size: 14px; line-height: 20px; }

	p { font-size: 14px; line-height: 20px; }
	
	.navbar-inverse .navbar-nav > li > a, .navbar-nav a {font-size: 11px;}
	
	.back-title { font-size: 9px; top: 40%; padding: 0 5px; }

	.korporat-anda { padding: 30% 10px; font-size: 14px; }

	.korporat-anda p { font-size: 10px; line-height: 12px; }

	.features { padding-top: 4px; padding-bottom: 4px; } 

	.pricing-table { padding: 1px; margin-bottom: 10px;}

	.pricing-table li { padding-left: 4px; padding-right: 4px; font-size: 14px;}

	.features.first {font-size: 14px; min-height: 150px;}

	.features.last { min-height: unset;}

	.amount {font-size: 20px;}

	.price .amount small { font-size: 70%}

	.pad-xl { padding: 100px 0px;}
	
	.pad-lg { padding: 50px 0px; }
	
	.aboutus img {max-width: 250px;}
	
	.branding-image img { margin: 0 auto; max-width: 80%;}
	
	.logo-brand {padding: 5px;}
	
	#main-info {text-align: center;}
	
	header { background: url(../img/header-bg.jpg) no-repeat right #3b3b3b; background-size: cover;
}
	
	.header-info { bottom: 0px; top: 20%; }
	
	.lead { font-size: 16px; margin-bottom: 10px;}
	
	.logo img { margin-top: 4px; width: 80px; margin-left: 10px;}
    
	.navbar-header a.logo img { margin-top: 12px; margin-left: 15px;}
	
	.combo-spec ul.col-song { -webkit-columns: 1; -moz-columns: 1; columns: 1; padding-left: 0px;}
	
	.combo-spec ul.col { -webkit-columns: 1; -moz-columns: 1; columns: 1;  }
	
	.navbar-nav {margin: 0px 0px;}
	
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.modal-body {display:inline !important;}
	
	.modal-dialog { margin: 0px;}
	
	.combo-spec .icon-promo { width: 50px;}
	
	.combo-spec .close {
	    width: 40px;
    height: 40px;
    top: 0;
    position: fixed;
    z-index: 9999;
    border: 10px solid red;
    padding: 20px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 40%);
    opacity: 0.5;}
	
	.order-form form {float: none;}
	
	.order-form .submit-button-area { margin: 20px 0 4px 0px; float: left; width: 100%; }

	.btn-lg { font-size: 12.5px; line-height: 1.33; padding: 16px 13px; letter-spacing: 0px; }

    .btn-wide { width: 100%; font-size: 12.5px; line-height: 1.33; padding: 16px 13px; letter-spacing: 0px; }

	#be-the-first { background-attachment: scroll; }
	
	footer { text-align: center; }
	
	.m-t-1 { margin-top: 0px;}
	
	.p-y-2 { padding-top: 6px; padding-bottom: 6px;}
	
	.single_counter p { font-size: 12px;}
	
	.main_counter_area .main_counter_content .single_counter h2.statistic-counter {margin-top: 10px; margin-bottom: 5px;}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	
	h1 {font-size: 50px;}
	
	h2 {font-size: 32px;}
	
	.navbar-inverse .navbar-nav > li > a, .navbar-nav a {font-size: 14px;}
	
	.back-title { font-size: 9px; top: 40%; padding: 0 5px; }

	.korporat-anda { padding: 30% 10px; font-size: 14px; }

	.korporat-anda p { font-size: 10px; line-height: 12px; }

	.features { padding-top: 4px; padding-bottom: 4px; } 

	.pricing-table { padding: 1px; margin-bottom: 10px;}
	
	.logo img { margin-top: 0px; width: 100px; padding-left: 15px;}
	
	.navbar-header a.logo img { padding-left: 0px; padding-top: 0px; margin-top: 4px }

	.pricing-table li { padding-left: 4px; padding-right: 4px; font-size: 11px;}

	.features.first {font-size: 11px; min-height: 130px;}

	.features.last { min-height: unset;}

	.amount {font-size: 20px;}

	.price .amount small { font-size: 70%}

	.pad-xl { padding: 100px 0px;}
	
	.pad-lg { padding: 50px 0px; }
	
	.aboutus img {max-width: 250px;}
	
	.branding-image img { margin: 0 auto; max-width: 80%;}
	
	.logo-brand {padding: 5px;}
	
	#main-info {text-align: center;}
	
	header { background: url(../img/header-bg.jpg) no-repeat right; background-size: cover;}

	
	.lead { font-size: 18px;}
	
	.combo-spec ul.col-song { -webkit-columns: 1; -moz-columns: 1; columns: 1; padding-left: 0px;}
	
	.combo-spec ul.col { -webkit-columns: 1; -moz-columns: 1; columns: 1;  }
	
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-left: 0px;
	}
	
	.combo-spec.comboA-shadow, .combo-spec.comboB-shadow, .combo-spec.comboC-shadow, .combo-spec.comboD-shadow {box-shadow: none}
	
	.modal-body {display:inline !important;}
	
	.modal-dialog { margin: 0px;}
	
	.combo-spec .icon-promo { width: 50px;}
	
	.combo-spec .close {margin-top: -265px; width: 20px; height: 20px;}
	
	.order-form form {float: none;}
	
	.order-form .submit-button-area { margin: 20px 0 4px 0px; float: left; width: 100%; }

	#be-the-first { background-attachment: scroll; }
	
	.signin { padding-top: 9px; padding-right: 30px; }
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

}   





