/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: 'Didact Gothic', sans-serif;
 /* background-color:#013301;/*#0F1B07*/

 /* color:white;*/

}

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

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

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;
}
 p{
  margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
	
} /*16/10 klo tak ni takde. nak besarkan kat mobile*/
.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; }

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

a {
    color: #42dca3;
    -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: #1d9b6c;
}

.light {
    font-weight: 400;
}

.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: #5c821a;
}

.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/final_ndr.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;
   
  /*  background: url(http://www.wallcoo.net/nature/Vista_plants_wallpapers_pack_13/wallpapers/1920x1440/plants_grass_x3_0010.jpg) no-repeat center center scroll;*/
  
    -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  #72B01D /*#3F7D20*/;
    color:  #72B01D;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #72B01D;
    outline: 0;
    color: #000;
    background-color:  #72B01D; /*#42dca3*/
	
}

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: 10px 0;
	background-color:#013301 /*nadira*/
}

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*/

}

/*==================================================
=            Bootstrap 3 Media Queries   nadira          =
==================================================*/




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

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

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

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

    }
	

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

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

    }



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

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

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

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    .imglogo {
		  width:100%;
	  } 
	  .intro {
	width: 100%; /*make it full screen nadira*/
 height: 100%; /*make it full screen nadira*/
    }
		#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%; /*make it full screen nadira*/
 height: 100%; /*make it full screen nadira*/
    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%; /*make it full screen nadira*/
 height: 100%; /*make it full screen nadira*/
    }
			#product h3{
		margin-top:5px;
    font-size:16px;
	}
	}
	.divider-header { /*line pendek bawah nadira*/
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color:white;
}

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

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

.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:33.33%;
    right:0;
    background:rgba(0,0,0,0.60);
  /*   background:#81d8d0;*/
  /* margin-left:20%;
	margin-right:20%;*/
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
	  /* border-style:solid;
  border-color:black;*/
	
}

.container-sp {
  margin: 0 auto;
  width: 90%;}
  
  aside {
    padding: 40px 0;
}
  
  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:#fed136}

.google_map {

  height: 500px;

}

 

.maps iframe{

    pointer-events: none;

}


@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/cover.jpg') center center / cover no-repeat;
  }

   .fillwidth {
    display: none;
  }
}



#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);
}

/*#contact h1{
	color:black;
}*/
/*#store{
background-color:#F5F5F5}http://naturewallpaperspic.com/wp-content/uploads/2015/04/Nature-Backgrounds-Tumblr-5.jpg'*/
#contact{

background:linear-gradient(rgba(128,128,128,0.50),rgba(128,128,128,0.50))
,url('http://www.desktopaper.com/wp-content/uploads/b/attractive-gras-hd-wallpaper-nature.jpg');
 -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    -o-background-size: cover;
background-repeat:no-repeat;
}

#about,#contact{
	color:#fff
}


#about{
/*background:#F5F5F5*/
}

.btn-circle1 {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
   
    border-radius: 100%!important;
    font-size: 40px;
    color: GREEN;
    background:BLACK;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#product p{
  margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
	
}
#store h2{
/*background-color:#e6cf8b;*/
color:#0000}
#about{
background-color:#013301;
/*background-image:url('http://p1.pichost.me/i/46/1697458.jpg');*/
}
/*#store h1, #about h1{
color:#000;*/}

#about .divider-header{
background-color:black;}

/* ----------- iPad mini ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
.orng {
height:500px;}
}

#success_message{ display: none;}

#contact .text-danger {
 
    text-align: left;
}
#contact p {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;}

.text-danger > ul {
list-style-type: none;}