/*  
Theme Name: Whegin
Theme URI: http://www.whegin.co.id
Description: Whegin by Julian H
Version: 1.0
Author: Julian Harris - julian@mcimedia.net
Author URI: http://www.mcimedia.net/
*/

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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

html {
	overflow-x: hidden;
}

body {
	background: #f9c416;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	color: #ffffff;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'soft_marshmallowregular';
    src: url('fonts/soft_marshmallow-webfont.woff2') format('woff2'),
         url('fonts/soft_marshmallow-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #e9ebec;
}

#back-to-top.show {
    opacity: 1;
}

/*
h1, .marshmallow {
	font-family: 'soft_marshmallowregular';
}
*/

strong, b {
	font-weight: bold;
}

em {
	font-style: italic;
}

.container, .header {
	margin: 0 auto;
	padding:0;
}

.black {
	background: #000000;
}

.orange {
	background: #f9c416;
}

.white {
	background: #ffffff;
}

.center {
	text-align: center !important;
}

.img-responsive {
    margin: 0 auto;
}

.lang-item {
	display: inline;
	float:right;
	margin-right: 10px;
}

.homepage-content {
	text-align: center;
}

.logo {
	padding: 10px 0;
}

.nav-logo {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo-small {
	width: 50% !important;
	height: auto;
}

#map {
       width: 100%;
       height: 400px;
       background-color: grey;
    }

.maincontent {
	border: 1px solid #fff;
	padding-top: 30px;
	background: #ffffff;
	color: #000;
	padding-bottom: 70px;
}

.contentpadding {
	padding: 30px;
}

.maincontent h1 small {
	display: block;
}

.maincontent h4 {
	color: #810101;
}

.maincontent ul {
	margin-left: 20px;
}

.maincontent li {
	margin-left: 20px;
	list-style-type: square;
}

.maincontent p {
	margin: 15px 0;
	text-align: justify;
	font-size: 14px;
}

.excelent-bg {
	background: url('img/bg-excelent.jpg') fixed;
}

.excelent {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
	min-height: 300px;
	color : #000100;
}

.excelent div, .excelent h1, .excelent p {
	text-align: center;
}

.our-products div, .our-products h1, .our-products p {
	text-align: center;
}

.excelent h1, .our-products h1 {
	margin-bottom: 20px;
}

.excelent h4, .our-products h4 {
	margin: 15px auto;
	text-align: center;
}

.our-products {
	padding: 30px;
	color: #000000;
}

.our-products img {
	width: 250px;
	height: auto;
}

.news {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
	min-height: 300px;
	color : #000100;
}

.news h1 {
	margin-bottom: 20px;
	text-align:center;
}

.news h4 {
	margin: 20px 0;
}

.news-bg {
	background: url('img/bg-excelent.jpg') fixed;
}

.cta {
	background: #810101;
	text-align: center;
	margin-top: 20px;
}

.cta img {
	margin-top: -60px;
}

.img-testimonial {
	width: 100px;
	height: 100px;
	clear: both;
	margin: 10px auto;
	display: block;
}

#sticky {
    padding: 0.5ex;
}

#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background: url(img/bg-header.png) repeat-x;
}

.slider-container {
	/*background: #000;
	 background: url('img/bg-slider.jpg') bottom center; */
}

.lSAction > .lSPrev {
	left: 30px;	
}

.lSAction > .lSNext {
	right: 30px;	
}

.testimonial {
	text-align: center !important;
	padding: 30px;
}

.testimonial ul {
	margin-left: -50px !important;
}

.testimonial h1, .testimonial li {
	text-align: center;
}

.testimonial h1 {
	text-transform: uppercase;
	font-size: 2em;
	font-weight: bold;
	color: #000 !important;
}

.testimonial li {
	font-family: Times;
	font-size: 17px;
	font-style: italic;
	color: #000 !important;
	list-style: none;
}

.testimonial li span {
	margin-top: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	display: block;
	text-align: center;
}

.testimonial span.name {
	font-weight: bold;
}

#testimonial {
	margin-top: 30px;
}

.top-nav {
	background: #f9c416;
	padding: 15px 20px 0 0;
	color: #000000;
}

.top-nav div {
	min-height: 30px;
}

.language {
	text-align: right;
}

.top-nav li a:link, .top-nav li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.top-nav li a:hover {
	color: yellow;
}

.navigation {
	padding: 30px;
}

.navbar {
  	background-color: transparent;
	background: transparent;
	margin-bottom: 0;
	border: none;
}

.navbar-default .navbar-nav > li > a {
	font-family: 'Open Sans',sans-serif;
	font-weight: bold !important;
	color: #000 !important;
	text-transform: uppercase;
}

img.cert-logo {
	width: 200px;
	height: auto;
}

.footer {
	color: #000000;
	background: #86bf4a;
	padding: 20px;
}

.footer h2 {
	margin-bottom: 20px;
}

.footer .fa {
	width: 10px;
	margin: 0 10px;
}

.footnote {
	padding: 10px;
	color: #000000;
}

.copyright {
	float: left;
	margin-top: 10px;
	text-transform: uppercase;
}

.socmed {
	float: left;
	text-align: right;
}

.socmed li:first-child {
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: bold;
}

ul.socmed li {
	float: left;
	padding: 0 2px;
}

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	margin-top: 20px;
	margin-bottom: 20px;
	height: 0; overflow: hidden; 
} 

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.pagetitle-wrapper {
	position: absolute;
	width: 50%;
	margin-top: 200px;
	left: 5%;
}

.pagetitle > small {
	clear: both;
	display: block;
	color: #ffffff;
	font-size: 15px;
}

.vision-wrapper {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 30px;
	/*
	background: url('img/bg-about-us.png');
	 */
}

.vision-wrapper > .visi {
	background-color: #f3b210;
	padding: 30px;
}

.vision-wrapper > .misi {
	background-color: #86bf4a;
	padding: 30px;
}

.sidebar-title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}

/* Hover Thumbnail Effects */
.thumbnail {
	background: #c0c0c0;
}

.th {
	padding: 4px; 
	border: 1px solid #c0c0c0;
}

img.img-hover {
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	opacity:0.5;
}

img.img-hover:hover {
	-moz-transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	z-index:2;
	opacity:1;
	-moz-box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow:5px 3px 5px rgba(0, 0, 0, 0.3);
}

.opt-in {
	padding: 20px 30px 20px 30px;
}

input[type="text"] {
	width: 100%; 
	box-sizing: border-box; 
}

.opt-in h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	margin-bottom: 10px;
}

.opt-in .btn {
	text-transform: uppercase;
	font-weight: bold;
}

.opt-in * {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

		/*  VIDEO PLAYER CONTAINER
 		############################### */
  		.vid-container {
		    position: relative;
		    padding-bottom: 52%;
		    padding-top: 30px; 
			margin-top: 30px;
		    height: 0; 
		}
		 
		.vid-container iframe,
		.vid-container object,
		.vid-container embed {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
			height: 100%;
		}


		/*  VIDEOS PLAYLIST 
 		############################### */
		.vid-list-container {
			width: 92%;
			overflow: hidden;
			margin-top: 20px;
			margin-left:4%;
			padding-bottom: 20px;
		}

		.vid-list {
			width: 1344px;
			position: relative;
			top:0;
			left: 0;
		}

		.vid-item {
			display: block;
			width: 148px;
			height: 148px;
			float: left;
			margin: 0;
			padding: 10px;
		}

		.thumb {
			/*position: relative;*/
			overflow:hidden;
			height: 84px;
			padding: 4px;
			border: 1px solid #c0c0c0;
		}

		.thumb img {
			width: 100%;
			position: relative;
			top: -13px;
		}

		.vid-item .desc {
			color: #21A1D2;
			font-size: 15px;
			margin-top:5px;
		}

		.vid-item:hover {
			background: #eee;
			cursor: pointer;
		}

		.arrows {
			position:relative;
			width: 100%;
		}

		.arrow-left {
			color: #fff;
			position: absolute;
			background: #777;
			padding: 15px;
			left: -25px;
			top: -130px;
			z-index: 99;
			cursor: pointer;
		}

		.arrow-right {
			color: #fff;
			position: absolute;
			background: #777;
			padding: 15px;
			right: -25px;
			top: -130px;
			z-index:100;
			cursor: pointer;
		}

		.arrow-left:hover {
			background: #CC181E;
		}

		.arrow-right:hover {
			background: #CC181E;
		}

/*
Custom Navbar Style
 */

.navbar-nav {
	/*
	margin-top: 20px;
	 */
	box-shadow: none;
}

.navbar-nav > li > .dropdown-menu, .multi-level {
	/*
	margin-top: 13px;
	 */
}

.dropdown-menu, .multi-level {
	border: none;
}

/* Sub menu navbar */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.searchform .searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.visi, .misi {
	min-height: 250px;
}


/* -------------------------------------------------------------- 
   Basic WordPress Blog Styles   
-------------------------------------------------------------- */   

/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
}

.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}

.gallery dl {
	margin: 0;
}

.gallery-caption {
	margin:-1.5em 0 0 0;
}


.view {
   width: 270px;
   height: 270px;
   margin:0 auto;
   /*
   float: left;
    */
   border: 10px solid #fff;
   overflow: visible;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
   border-radius: 50%;
}
.view .mask, .view .content {
   width: 250px;
   height: 250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   border-radius: 50%;
}
.view img {
   display: block;
   position: relative;
   border-radius: 50%;
}
.view a.info {
   background:url('img/link.png') center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:250px;
   height:250px;
}

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border: 0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.second-effect a.info {
	position:relative;
	top:-125px;
	left: -125px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.second-effect:hover .mask {
   width: 250px;
   height: 250px;
   opacity: 1;
   border:125px solid rgba(0,0,0,0.7);
}
.second-effect:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}


.container-3{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
 
.container-3 input#search{
  width: 300px;
  height: 50px;
  background: #2b303b;
  border: none;
  font-size: 10pt;
  float: left;
  color: #262626;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}

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


/* Custom, iPhone Retina */ 
@media only screen and (max-width: 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

	.language, .top-contact {
		text-align: center;
	}
	
	.logo { 
		text-align: center;	
	}

	.navigation {
		padding: 20px 20px 0px 20px !important;
	}

	.navbar {
	  	/* background-color: #111;
	   	background: #111;
	   	*/
	   	margin-top: 0;
	   	min-height: auto;
	}

	.navbar-toggle {
		margin-top: -76px;
		margin-right: 5px;
	}

	.navbar li { 
		color: #fff 
	} 

	#sticky.stick {
		background: rgba(255, 255, 255, 0.9);
	}

	.footer div[class^='col'], .footer div[class*=' col']{
    	border-bottom: 1px solid #000000;
    	margin-bottom: 20px;
    	padding-bottom: 20px;
	}

	.footer div[class^='col']:last-child, .footer div[class*=' col']:last-child{
		border-bottom: none;
	}

	.copyright {
		text-align: center;
	}

	.excelent p, .our-products p {
		margin-bottom: 30px;
	}
	
	.lSAction > .lSPrev {
		left: 10px;	
	}
	
	.lSAction > .lSNext {
		right: 10px;	
	}
	
	.copyright {
		text-align: center;
	}
	
	.vid-list-container {
		padding-bottom: 20px;
	}

	/* reposition left/right arrows */
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	
	.arrow-left {
		left: 0;
		top: -17px;
	}

	.arrow-right {
		right: 0;
		top: -17px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 640px) {
	.navigation {
		padding: 20px 20px 0px 20px !important;
	}

	.navbar {
	  	/* background-color: #111;
	   	background: #111;
	   	*/
	   	margin-top: 0;
	   	min-height: auto;
	}

	.navbar-toggle {
		margin-top: -76px;
		margin-right: 5px;
	}
}

@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}