/*!
 * Asian Secrets Sdn Bhd
 * Rahsia Herbal Sdn Bhd
 * Website creted on 2015
 */
body {
    width: 100%;
    height: 100%;
    font-family: 'Didact Gothic', sans-serif;
    background-color:#009933;
    color: #fff;

}

html {
    width: 100%;
    height: 100%;
}

h1,h2{
    font-family: 'Roboto', sans-serif;
	color:#000000;
}

h3,
h4,
h5,
h6 {
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: 1px;

}

.list-inline p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #009933
;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #75FF75;
}

.light {
    font-weight: 400;
}
.capbox {
	background-color: #808080;
	border: #808080 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 8px 40px 8px 8px;
	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #808080;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #808080;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #009933
;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;/*colour nav bar*/
    }
}

.intro {
display: table;
width: 100%; /*make it full screen nadira*/
height: 100%; /*make it full screen nadira*/
padding: 100px 0;
text-align: center;
color: #fff;
background:url(../img/cover.jpg);
background-color: #000;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
	
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
	
	
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;

	
}

.download-section {
    width: 100%;
    padding: 150px 0;
   
  
  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }

}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #ff7f00;
    color: #fff;
    background-color: #ff7f00;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #ffae33;
    outline: 0;
    color: #fff;
    background-color: #ffae33;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
      background: url(../photos/footer.jpg)
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
/*===========
video
=========*/


#video-container {
	top:0%;
	left:0%;
    width: 100%;
    height: 100%;
	overflow: hidden;
	position: absolute;
	background: url(alt.jpg) no-repeat;
	 z-index:0;

}
video {
	position:absolute;
	
}
video.fillWidth {
	top:0%; /*kasi tengah*/
	left:0%; /*kasi tengah*/
	min-width: 100%; /*min-video fullsize*/
	min-height:100%; /*minvideo fullsize*/
	height:auto; /*kasi full sc*/
	width:auto; /*kasi full sc*/

}


/*==================================================
               Media Queries        
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        .imglogo {
		  width:100%;
	  }
.intro {
	width: 100%; 
 height: 100%; 
    }

	}
    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
    .imglogo {
		  width:100%;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    }
	
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
    .imglogo {
		  width:100%;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    }

    }
	

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    .imglogo {
		  width:auto;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    }
	
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    .imglogo {
		  width:auto;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    }

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
    .imglogo {
		  width:100%;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    }
			#product h3{
		margin-top:5px;
    font-size:16px;
	}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    .imglogo {
		  width:100%;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    }
		#product h3{
		margin-top:5px;
    font-size:16px;
	}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    .imglogo {
		  width:100%;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    }
		#product h3{
		margin-top:5px;
    font-size:16px;
	}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    .imglogo {
		  width:100%;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    padding: 20px 0;
   }
  		#product h3{
		margin-top:5px;
    font-size:16px;
	}
  
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
         .imglogo {
		  width:100%;
	  } 
	  .intro {
	width: 100%; 
 height: 100%; 
    }
			#product h3{
		margin-top:5px;
    font-size:16px;
	}
	}
	.divider-header { 
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color:black;
}

.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;}

.product-section {
    padding-top: 50px;
    padding-bottom: 30px;
	display:block;
    position:relative;
z-index:120;
 background: url(../photos/meja.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}



.learn-more-btn { background: rgba(61, 201, 179, 1); padding: 20px 40px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; -webkit-box-shadow: 0px 3px 0px 0px #309383; -moz-box-shadow: 0px 3px 0px 0px #309383; box-shadow: 0px 3px 0px 0px #309383; margin: 60px 0 0px 0; font-weight: bold; }/*margin 150px 0 17px 0 asalnye nadira*/
.learn-more-btn:hover, .learn-more-btn:focus { background: rgba(61, 201, 179, 0.6); color: #fff; }

.thumbnail1 {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:20.33%;
    right:0;
    background: rgba(0,0,0,0.65);
    
    margin-left:15%;
  margin-right:15%;
    padding:2%;
    display: none;
    text-align:center;
    color: white; !important;
    z-index:2;
	
	
}

.main-text
{
    position: absolute;
    top: 50px;
    width:100%;
    color: #000;
}
.container-sp {
  margin: 0 auto;
  width: 94%;}
  
ul.list-inline{margin-bottom:30px;margin-top:0}
ul.social-buttons{margin-bottom:0}
ul.social-buttons li a{
    display:block;
    background-color:#222;
    height:40px;
    width:40px;
    border-radius:100%;
    font-size:20px;
    line-height:40px;
    color:#fff;
    outline:0;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active
{background-color:#009933
}

.google_map {

  height: 500px;

}

 

.maps iframe{

    pointer-events: none;

}

#about, #store{
	color:#fff
}
#product p{
  margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
	
}
@media (min-aspect-ratio: 16/9) {
  .fillwidth {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fillwidth{
    width: auto;
    height: 100%;
  }
}

@media (min-aspect-ratio: 16/9) {
  .fillwidth{
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fillwidth {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  #video-container {
    background: url('../img/enrich.jpg') center center / cover no-repeat;
  }

   .fillwidth {
    display: none;
  }
}
#contact h1{
	color:black;
}
#image1 {
  line-height: 1.5em;
  list-style-image: url(http://www.backinactionfitnessequipment.com/wp-content/themes/outreach/images/small-phone-icon.png);
}

#image2 {
  line-height: 1.5em;
  list-style-image: url(http://propell.com.au/wp-content/uploads/email-icon-1.png);
}

#image3 {
  line-height: 1.5em;
  list-style-image: url(http://www.townofmanchester.org/images/1112d647.buildingIcon.png);
}

#image4 {
  line-height: 1.5em;
  list-style-image: url(http://iconshow.me/media/images/Mixed/line-icon/png/20/shop-20.png);
}
#image5 {
  line-height: 1.5em;
  list-style-image: url(http://images.hullstudent.com/clock-grey.png);
}







/* ===========================
--- section about
============================ */
#about {
    padding: 80px 0;
    color: #000000;
    background: #F5F5F5; /* Old browsers */
    background: -moz-linear-gradient(top,#fff 70%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff ), color-stop(100%, #fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 70%, #fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 70%, #fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 70%, #fff 100%); /* IE10+ */
    background: linear-gradient(to bottom,#fff 70%,#fff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=0 ); /* IE6-9 */
}
#about .about-text {
    margin-left: 10px;
}
#about .section-title.center hr {
    background: #000000;
}
#about .padding-left {
    padding-left: 50px;
}
#about {
    color: #000000;
}
#about i.fa {
    float: left;
    display: block;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
    text-shadow: 0 0 1px #666;
}
#about img {
    margin-top: -30px;
    margin-left: 10px;
}
#about p {
    margin-top: 20px;
    margin-bottom: 30px;
}

#product img{
   
   margin: auto;
   left: 0;
   right: 0;
   top: 0;
   bottom:0;
}

/* ===========================
--- section shop
============================ */


#shop {
    padding: 80px 0;
    color: #000000;
    background:#F5F5F5; /* Old browsers */
    
    

}


/* ===========================
--- section contact
============================ */
#contact {
    padding: 60px 0;
    background: linear-gradient(rgba(128,128,128,0.50),rgba(128,128,128,0.50))
,   url('../photos/2.jpg');
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
     background-attachment: fixed;
    -o-background-size: cover;}

#contact h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
#contact form {
    padding: 30px 0;
}
#contact .fa {
    color: #000000
    margin-bottom: 10px;
}
#contact .text-danger {
    color: #ff3333;
    text-align: left;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

.container-full{
    margin:0 auto;
width:100%;
}


 
@media  (max -width: 568px){
  .carousel-caption h2{
  font-size:21px;
}
 
.carousel-caption h4{
  font-size:16px;
}
}
 