/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
html, body{
	font-family: 'OpenSans-Regular';
	font-size: 100%;
	/*background:url(images/internusa_background.png) repeat-y;*/
	background: #ffffff;
	border:0px solid;
}


@font-face {
   font-family: 'OpenSans-Regular';
   src: url(../fonts/OpenSans-Regular.ttf)format('truetype');
}
@font-face {
   font-family:'SortsMillGoudy-Regular';
   src: url(../fonts/SortsMillGoudy-Regular.ttf) format('truetype');
}
@font-face {
   font-family:'GeosansLight';
   src: url(../fonts/GeosansLight.ttf) format('truetype');
}
@font-face {
   font-family:'Walkway-SemiBold';
   src: url(../fonts/Walkway-SemiBold.ttf) format('truetype');
}
@font-face {
   font-family:'Monda';
   src: url(../fonts/Monda-Regular.ttf) format('truetype');
}
@font-face {
   font-family:'Questrial';
   src: url(../fonts/Questrial-Regular.ttf) format('truetype');
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}

.margine {
	clear:both;
}

.margine2 {
	clear:both;
	margin-bottom:20px;
}

.margine10 {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}

/*-- header --*/
.banner{
/*background: url(../images/banner_sample.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;*/
  /*min-height: 790px;*/
  position: relative;
  border:0px solid;
}

.banner3{
  min-height: 70px;
  position: relative;
  border:0px solid;
}

.banner-top {
  min-height: 330px !important;
}
.navbar {
  border-radius: 0 !important;
}
.search {
  float: right;
  border: 1px solid #d2cfcf;
  background:#ececec;
   margin-top: 15px;
}
.search input[type="search"] {
  border: none;
    width: 76%;
  outline: none;
  padding: 5px 10px;
  font-size: 16px;
  background:#fff;
  color: #1f201d;
}
.search form input[type="submit"]{
  background: url(../images/search1.png) no-repeat 11px 7px #fff;
  width: 44px;
  height: 32px;
  border: none;
  margin: 0 0 0 -4px;
  padding: 0;
  border-left: 1px solid #d2cfcf;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.logo{
	float: left;
	margin-top: 12px;
}
.logo a{
	display:block;
}
.header {
	padding: 20px 0;
}

.navbar-default {
	border:0px solid;
	width:100%;
	min-height:20px;
	background: -moz-linear-gradient(45deg, #030303 0%, #5C5C5C 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #030303), color-stop(100%, #5C5C5C)); /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, #030303 0%, #5C5C5C 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, #030303 0%, #5C5C5C 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(45deg, #030303 0%, #5C5C5C 100%); /* ie10+ */
    background: linear-gradient(45deg, #030303 0%, #5C5C5C 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5C5C5C', endColorstr='#030303',GradientType=1 ); /* ie6-9 */ 
}

.nav-wil{
	padding:0;
}
.nav.navbar-nav ul {
  border: 0px solid #fff;
  width:90%;
  margin:0 auto;
}
.nav.navbar-nav li {
  width: 170px;
  border-right: 0px solid;
  border-color:#E8E8E8;
  border-collapse:collapse;
}
.nav.navbar-nav li:nth-child(5){
	border-right:none;
}
.navbar-default .navbar-nav  li a {
  color: #fff;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:20px;
  padding-top:20px;
  /*padding: 20px 0;*/
  font-size: 18px;
  font-weight: 500;
  font-family: OpenSans-Regular;
  text-align: center;
}
.navbar-default .navbar-nav  li a img {
	width:75%;
}
.navbar-default .navbar-nav  li a img:hover {
	opacity:0.5;
}
.navbar-nav {
  width: 100%;
  margin: 0;
  border:0px solid;
  z-index:9999;
}
nav.navbar.navbar-default {
  padding: 0 !important;
}
div#bs-example-navbar-collapse-1 ul li a {
}
.navbar-default .navbar-nav li a:hover{
	color: #f58602 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000 !important;
	font-weight:600;
}
/*.cl-effect-2 a {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.cl-effect-2 a span {
  position: relative;
  display: inline-block;
  padding: 0;
  font-family: SortsMillGoudy-Regular;
  background: none !important;
  -webkit-transition: -webkit-transform 0.3s;
  -ms-transition: -webkit-transform 0.3s;
  -o-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  color: #000;
}

.csstransforms3d .cl-effect-2 a span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #000 !important;
  padding: 0;
  background: none;
  content: attr(data-hover);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span {
  -webkit-transform: rotateX(90deg) translateY(-22px);
  -moz-transform: rotateX(90deg) translateY(-22px);
  -o-transform: rotateX(90deg) translateY(-22px);
  -ms-transform: rotateX(90deg) translateY(-22px);
  transform: rotateX(90deg) translateY(-22px);
  color: #000;
}

.csstransforms3d .cl-effect-2 a:hover span::before,
.csstransforms3d .cl-effect-2 a:focus span::before {
  background: none;
  color:#000 !important;
}*/

/*-----Submenu----*/
.navbar-nav>li:hover > ul { 
	visibility: visible;
}
.navbar-nav ul { 
	/*width: 1135px;*/
	width:100%;
	visibility: hidden;
	position:absolute;
	top: 100%;
	left: 0;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	z-index:9999;
	margin-left:0px;
}
.navbar-nav ul li {
	font-weight: normal; 
	color: #fff;
	font-family: OpenSans-Regular;
	border-bottom: 0px solid #F7F7F7;
	border-right:0px;
	float: none; 
	margin-bottom:0px;
	list-style:none;
	font-size: 14px;
	text-align:left;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	background-color:#f58602;
}
.navbar-nav ul li:last-child {
	border-bottom: 0px solid;
}
.navbar-nav ul a {
	color:#FFF;
	text-decoration:none;
}
.navbar-nav ul a li:hover {
	color:#333;
	text-decoration:none;
}
.navbar-nav ul li span {
	color:#FFF;
	float:left;
	font-size:18px;
	margin-top:13px;
	font-weight:normal;
	font-family:Questrial;
}
.navbar-nav ul li img {
	float:right;
	width:40px;
	margin-right:10px;
}
.navbar-nav ul li img.ranpak {
	float:right;
	width:80px;
	margin-right:10px;
	margin-top:7px;
}
.navbar-nav ul li img.bahco {
	float:right;
	width:54px;
	height:30px;
	margin-right:10px;
	margin-top:7px;
}
.header-logo {
  margin: 10em 0 0 0;
}
.header-logo1 {
  margin: 2em 0 0 0 !important;
}
.header-logo-info {
  background: rgba(0, 0, 0, 0.7);
  padding: 1em 1em;
  width: 50%;
  text-align: center;
}
.header-logo-info h1 {
  margin: 0;
}

img.tagline {
	border:0px solid;
}

.banner-bottom {
	padding: 0;
  	/*position: absolute;
  	top: 27.5em;
  	left: 9%;*/
  	border:0px solid;
  	width:100%;
	margin:0 auto;
	margin-top:0px;
	background:#fff;
}
.banner-bottom2 {
	padding: 0;
  	position:inherit;
  	border:0px solid;
  	width:86%;
	margin:0 auto;
	padding-bottom:40px;
}
.banner-bottom .frameVisi, .banner-bottom2 .frameVisi {
	float:left;
	background-color:#F5DB02;
	min-height:300px;
	width:48%;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.banner-bottom .frameVisi h3, .banner-bottom2 .frameVisi h3 {
  	font-size: 1.7em;
  	margin: 0;
  	color: #000;
  	line-height: 1.5em;
  	font-family: OpenSans-Regular;
}
.banner-bottom .frameVisi p, .banner-bottom2 .frameVisi p {
	font-size: 1em;
  	margin: 0.5em 0 0 0;
  	margin-bottom:1em;
  	color:#000;
  	line-height: 1.8em;
}
.banner-bottom .frameComp, .banner-bottom2 .frameComp {
	float:left;
	background-color:#f58602;
	min-height:300px;
	width:50%;
	margin-left:22px;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	padding-bottom:20px;
	border:0px solid;
}
.banner-bottom .frameComp p, .banner-bottom2 .frameComp p {
  	font-size: 1em;
  	margin: 0.5em 0 0 0;
  	margin-bottom:1em;
  	color:#000;
 	line-height: 1.8em;
}
/*--about--*/
.about {
	width:100%;
	margin:0 auto;
	border:1px solid;
	margin-top:20px;
	margin-bottom:20px;
}

.about img {
	width:100%;
	border:0px solid;
}

.about2 {
	width:90%;
	margin:0 auto;
	border:0px solid;
	margin-top:20px;
	margin-bottom:30px;
}
.about .boxImg, .about2 .boxImg {
	width:100%;
	float:left;
	text-align:center;
	margin:0 auto;
	border:0px solid;
}
.about .boxImg img, .about2 .boxImg img {
	border:0px solid;	
}
.about h4, .about2 h4 {
  text-align: center;
  color: #000;
  font-size: 1em;
  font-weight: 600;
  margin-top:40px;
  margin-bottom:10px;
  font-family: OpenSans-Regular;
}
.about p, .about2 p {
  font-size: .875em;
  color: #000;
  text-align: center;
  width: 75%;
  margin: 0 auto;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-family: OpenSans-Regular;
}
/*--/about--*/

.homeProd {
	width:100%;
	min-height:20px;
	margin:0 auto;
	border:0px solid;
	margin-top:22px;
	padding-bottom:40px;
	padding-top:20px;
	background:#030303;
	margin-top:15px;
	margin-bottom:15px;
	background: -moz-linear-gradient(270deg, #030303 0%, #262626 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #030303), color-stop(100%, #262626)); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, #030303 0%, #262626 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, #030303 0%, #262626 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, #030303 0%, #262626 100%); /* ie10+ */
    background: linear-gradient(180deg, #030303 0%, #262626 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#262626',GradientType=0 ); /* ie6-9 */ 
}
.homeProd .frameProd {
	float:left;
	width:30%;
	min-height:650px;
	border:4px solid #fff;
	margin-left:30px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:0px;
}
.homeProd .frameProd img {
	width:100%;
	height:auto;
}
.homeProd .frameProd h3 {
  font-size: 1.2em;
  color: #fff;
  margin-bottom:10px;
  margin-top:10px;
  font-family: OpenSans-Regular;
  font-weight:bold;
}
.homeProd .frameProd p {
  font-size: .875em;
  color: #fff;
  line-height: 1.8em;
}

.frameArmor {
	width:100%;
	min-height:20px;
	margin:0 auto;
	border:0px solid;
	margin-top:22px;
	padding-bottom:40px;
	padding-top:20px;
	background:#FFF;
	margin-top:15px;
	margin-bottom:15px;
}

.frameArmor .desc1 {
	float:left;
	width:30%;
	min-height:50px;
	margin-left:20px;
	padding:20px;
	border:0px solid;
	border-radius:10px;
	margin-bottom:20px;
	background: -moz-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(196,196,196,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E8', endColorstr='#C4C4C4',GradientType=0 ); /* ie6-9 */
}

.frameArmor .desc1 .title {
	background-color:#FFF;
	border-radius:5px;
	width:100%;
	min-height:10px;
	color:#000;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	font-size:0.90em;
	font-weight:600;
	margin-bottom:10px;
}

.frameArmor .desc1 img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.frameArmor .desc1 .isi {
	background-color:#FFF;
	border-radius:5px;
	width:100%;
	min-height:10px;
	color:#000;
	text-align:justify;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	font-size:0.80em;
	margin-bottom:10px;
}

.frameArmor .desc1 .isi .faqMetalFrame {
	width:100%;
	border:0px solid;
	font-size:0.90em;
}

.frameArmor .desc1 .isi .faqMetalFrame .listingFaq {
	cursor:pointer;
	border:0px solid;
	margin-bottom:10px;
}

.frameArmor .desc1 .isi .faqMetalFrame .listingFaq:hover {
	color:#1874CD;
}

.frameArmor .desc1 .isi .faqMetalFrame .faqAnswer {
	width:100%;
	border:0px solid;
	
}

.frameArmor .desc1 .isi .faqMetalFrame .faqAnswer .faqAnswerText {
	padding:10px;
	background-color:#C1CDCD;
}

.frameArmor .desc2 {
	float:left;
	width:30%;
	min-height:50px;
	margin-left:20px;
	border:0px solid;
}

.frameArmor .desc2 .frameDesc {
	width:100%;
	min-height:50px;
	margin-left:20px;
	padding:20px;
	border:0px solid;
	border-radius:10px;
	margin-bottom:20px;
	background: -moz-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(196,196,196,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E8', endColorstr='#C4C4C4',GradientType=0 ); /* ie6-9 */
}

.frameArmor .desc2 .frameDesc .title {
	background-color:#FFF;
	border-radius:5px;
	width:100%;
	min-height:10px;
	color:#000;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	font-size:0.90em;
	font-weight:600;
	margin-bottom:10px;
}

.frameArmor .desc2 .frameDesc .isi {
	background-color:#FFF;
	border-radius:5px;
	width:100%;
	min-height:10px;
	color:#000;
	text-align:justify;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	font-size:0.80em;
	margin-bottom:10px;
}

.frameArmor .desc2 .frameDesc .isi a.doc {
	float:left;
	font-weight:600;
	color:#1C86EE;
	margin-right:10px;
	margin-left:10px;
}

.frameArmor .desc2 .frameDesc .isi a.doc:hover {
	color:#000;
	text-decoration:none;
}

.frameArmor .desc2 .frameImg {
	width:100%;
	min-height:20px;
	border:1px solid #C1CDCD;
	margin-left:20px;
	padding:10px;
}

.frameArmor .desc2 .frameImg h3 {
	font-weight:600;
	margin-bottom:10px;
	width:100%;
	margin:0 auto;
	font-size:0.90em;
	text-align:center;
	color:#FF0000;
}
	
.frameArmor .desc2 .frameImg img {
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.frameArmor .desc2 .frameImg img.poly {
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}


/*----- Profile ------*/
.profile {
	width:87%;
	margin:0 auto;
	border:0px solid;
	padding-bottom:40px;;
}
.profile h3 {
	text-align: center;
  	color: #000;
  	font-size: 1em;
  	font-weight: 600;
  	margin-top:20px;
  	margin-bottom:40px;
  	font-family: OpenSans-Regular;
}
.profile .frameImg {
	width:30%;
	min-height:100px;
	margin:0 auto;
	border:1px solid #B5B5B5;
	margin-bottom:20px;
}
.profile .frameImg img {
	width:100%;
	height:auto;
}
.profile p {
  font-size: .875em;
  width:90%;
  color: #000;
  margin: 0 auto;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-family: OpenSans-Regular;
}

/*---List Product----*/
.spaceProd {
	width:85%;
	border:0px solid;
	margin:0 auto;
	margin-bottom:20px;
}
.spaceProd .spec {
	float:none;
	width:100%;
	min-height:100px;
	margin:0 auto;
	margin-bottom:40px;
	border:0px solid;
}
.spaceProd .spec .framekiri {
	float:left;
	width:30%;
	min-height:250px;
	border:0px solid;
	margin-right:20px;
	margin-left:10px;
}
.spaceProd .spec .framekanan {
	float:left;
	width:30%;
	min-height:250px;
	border-left:1px solid #D1D1D1;
	margin-right:20px;
	margin-left:10px;
	padding-left:20px;
}
.spaceProd .spec .framekiri h3, .spaceProd .spec .framekanan h3 {
	margin-right:20px;
	border:0px solid;
	font-size:1.20em;
	font-family: SortsMillGoudy-Regular;
	font-weight:600;
}
.spaceProd .spec .framekiri .isi, .spaceProd .spec .framekanan .isi {
	font-family:OpenSans-Regular;
	font-size:0.80em;
	line-height: 1.8em;
	/*letter-spacing: 1px;*/
}
.spaceProd .spec .framekiri li, .spaceProd .spec .framekanan li {
	margin-left:10px;
}
.spaceProd .frameList {
	float:none;
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
	border:0px solid;
}
.spaceProd .frameList .imgprod {
	float:left;
	width:300px;
	min-height:300px;
	margin-right:20px;
	margin-left:5px;
	margin-bottom:20px;
}
.spaceProd .frameList .imgprod img {
	width:100%;
	height:auto;
	border:3px solid #FAFAFA;
	cursor:pointer;
	border-radius:5px;
}
.spaceProd .frameList .imgprod img:hover {
	opacity:0.5;
	border:3px solid #3A5FCD;
}

/*--work start here--*/
.work-wrapper {
  margin-right: 11px;
  width: 32.3%;
}
.work-wrapper img {
  width: 100%;
}
.work {
  padding: 4em 0em 0em 0em;
}
.work-details h3 {
  font-size: 1.6em;
  color: #252525;
  margin: 0em 0em 0.3em 0em;
  font-family: SortsMillGoudy-Regular;
  font-weight:bold;
}
.work-details p {
  font-size: .875em;
  color: #252525;
  line-height: 1.8em;
}
span.glyphicon.glyphicon-search {
  color: #fff;
  font-size: 30px;
}
.work-details {
   padding: 0.9em 0em 0em 0em;
}
.testimonal-top {
  text-align: center;
  padding: 0em 0em 5em 0em;
}
.testimonal-top h3 {
  font-size: 1.7em;
  font-weight: 600;
  color: #000;
  margin: 0em 0em 0.3em 0em;
}
.testimonal-top p {
  font-size: 0.85em;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  width: 80%;
  margin: 0 auto;
}

/*----Brand Logo----*/
.brand {
	width:100%;
	margin:0 auto;
	min-height:100px;
	border-top:0px solid #B5B5B5;
	padding-top:20px;
	padding-bottom:0px;
	padding-left:100px;
	background-color:#FFF;
}
.brand h4 {
	font-family: SortsMillGoudy-Regular;
  	font-size: 2em;
  	color:#000;
  	margin-bottom:1em;
}
.brand img.satu {
	float:left;
	border:0px solid;
	width:150px;
	height:150px;
	margin-right:20px;
	margin-left:40px;
	margin-top:20px;
}
.brand img.dua {
	float:left;
	border:0px solid;
	width:200px;
	height:200px;
	margin-left:40px;
	margin-right:30px;
}

/*---- Product -----*/
.brandProd {
	width:100%;
	margin:0 auto;
	min-height:100px;
	border-top:0px solid #B5B5B5;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:100px;
	font-family: OpenSans-Regular;
}
.brandProd h4 {
  	font-size: 2em;
  	color:#000;
  	margin-bottom:1em;
}
.brandProd img.satu {
	float:left;
	border:0 px solid;
	width:150px;
	height:150px;
	margin-right:20px;
	margin-left:20px;
	cursor:pointer;
}
.brandProd img.satu:hover {
	opacity:0.3;
}
.brandProd img.dua {
	float:left;
	border:0 px solid;
	width:150px;
	height:150px;
	margin-right:30px;
	cursor:pointer;
}
.brandProd img.dua:hover {
	opacity:0.3;
}

/*-----Contact Us-------*/
.kontak {
	width:80%;
	margin:0 auto;
	border:0px solid;
}
.kontak .alamat {
	float:left;
	width:25%;
	margin-right:20px;
	border:0px solid;
	line-height: 1.8em;
  	letter-spacing: 1px;
	font-size:1.00em;
	font-family:OpenSans-Regular;
}
.kontak .alamat h3 {
	font-size:1.40em;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:20px;
	font-family: SortsMillGoudy-Regular;
}
.kontak .fb {
	float:left;
	width:33%;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:40px;
	border:0px solid;
}
.kontak .map {
	float:left;
	width:35%;
	height:400px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:40px;
	border:0px solid;
	margin-top:0px;
}
.kontak .map iframe {
	width:100%;
}

/*Support*/

.support {
	width:85%;
	margin:0 auto;
	border-bottom:1px solid #FFD700;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
	padding-top:20px;
}

.support .frameImg {
	width:75%;
	min-height:50px;
	border:0px solid;
	margin:0 auto;
}

.support .frameImg img {
	width:100%;
	height:auto;
	border:0px solid #ABABAB;
	margin-bottom:20px;
}

.support .isiSupport {
	width:50%;
	border:2px solid #fff;
	background-color:#FFA500;
	line-height: 1.8em;
  	letter-spacing: 1px;
	font-size:1.00em;
	font-family:Monda;
	position:absolute;
	top:34em;
	left:25%;
	padding-bottom:30px;
	padding-top:20px;
}

.support .isiSupport h3 {
	font-size:1.00em;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}

.support .isiSupport h4 {
	font-size:1.00em;
	text-align:center;
	color:#fff;
	margin-bottom:20px;
}

.support .isiSupport .baris {
	margin-left:40px;
	width:80%;
	min-height:10px;
	border:0px solid;
	margin-bottom:20px;
	color:#fff;
}

.support .isiSupport .baris .isi {
	float:left;
	margin-right:20px;
	width:40%;
}

.support .selectinput1 {
	width:250px;
	color:#000;
	font-size:0.80em;
}

.support .option1 {
	padding-bottom:3px;
	padding-top:3px;
}

.support .textinput1 {
	width:250px;
	color:#000;
	font-size:0.80em;
}

.support .textarea1 {
	width:250px;
	height:100px;
	color:#000;
	font-size:0.80em;
}

.support .button1 {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:3px;
	padding-top:3px;
	background-color:#fff;
	color:#FFA500;
	border:2px solid #FFA500;
	border-radius:5px;
	float:right;
	margin-right:30px;
}

.support .button1:hover {
	background-color:#FFA500;
	color:#fff;
	border:2px solid #fff;
}

.support .spasi {
	height:450px;
}

/*End Support*/

/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-wrapper:hover {
  background: rgba(0, 0, 0, 0.49);
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:0%;
	display: -webkit-inline-box;
}
h2.b-animate.b-from-left.b-delay03 {
  padding-top: 7em;
  font-size: 15px;
  color: #7E7C7C;
}
h2.b-animate.b-from-left.b-delay03 img {
  width: 9%;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
	padding: 0px;
	margin: 1em 0em;
	text-align: center;
}
/*--work end here--*/
/*-----*/
.news-left{
	  margin: .5em 0 0;
}
h3.m_1{
  font-family: SortsMillGoudy-Regular;
  margin: 0;
  font-size: 3em;
  color: #000;
}
h3.m_2{
  font-family: SortsMillGoudy-Regular;
  margin: 0;
  font-size: 1.50em;
  color: #000;
  text-align:center;
}
.col-news-right {
  padding-top: 3em;
}
.col-bottom  h6{
  margin: 0;
  font-size: 1.3em;
  color: #000000;
  font-weight: 600;
  font-family: SortsMillGoudy-Regular;
}
.col-bottom p{
  margin: .5em 0;
  font-size: .875em;
  line-height: 1.8em;
  color: #676666;
}
.col-bottom {
	padding: 0 0 2em 0;
}
.col-news-top .date-in {
	overflow: hidden;
	position: relative;
	display: block;
}
.col-news-top .date-in .month-in {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	background: url(../images/background2.png) repeat;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.col-news-top .date-in:hover .month-in {
	width: 100%;
}
.col-news-top .date-in .month-in label {
	display: inline-block;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
	top: 50%;
	margin-top: -61px;
	position: absolute;
	left: 0;
	right: 0;
}
.col-news-top .date-in .month-in label .day {
	font-size: 2em;
	line-height: 90px;
	margin-bottom: 4px;
}
.col-news-top .date-in .month-in label .month {
	font-size: 1.40em;
	line-height: 14px;
}
.col-news-top .date-in .month-in label span {
	display: block;
}
.team-top img{
	overflow:hidden;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	  transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
.team-top img:hover {
	-webkit-transform:rotate(10deg);
	-moz--webkit-transform:rotate(10deg);
	-o--webkit-transform:rotate(10deg);
}
/*---*/
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.content-news {
     margin: 1em 0;
}

.content-news2 {
     margin: 2em 0;
}

.focus {
	text-align:center;
}

.focus img {
	border:0px solid;
}

/*--/-----*/
/*--information--*/
.information-section {
background: url(../images/metal13.jpg) no-repeat 0px 0px;
  min-height:280px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.information-grids {
  padding-top: 4em;
}
.info-grid h3 {
  color: #FFF;
  font-family: SortsMillGoudy-Regular;
  font-size: 2em;
  font-weight: 400;
  margin: 0 0 .7em 0;
}
ul.loction-text {
  padding: 0;
}
ul.loction-text li, ul.loction-text li a {
  display: block;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  vertical-align: middle;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0.5em 0;
  line-height: 1.2em;
  font-size: 0.875em;
}
ul.loction-text li, ul.loction-text li a:hover {
  color: #FFFFFF;
}
.list.styled.arrow-list2 ul li {
  list-style: none;
  display: block;
}
.list.styled.arrow-list2 ul li a {
  display: block;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  text-decoration: none;
  color: #FFFFFF;
  margin: 0.5em 0;
  line-height: 1.7em;
  font-size: 0.875em;
}
.list.styled.arrow-list2.two ul li a:hover {
  color: #fff;
    margin-left: 4px;
}
.list.styled.arrow-list2 ul li a img {
  margin-right: 10px;
}
.info-grid h4 {
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0;
  padding: 0.2em 0 0.8em;
}
.info-grid p {
  color: #FFFFFF;
  font-size: .875em;
  margin: 0;
  line-height: 1.8em;
}
/*--/information--*/
/*--footer--*/
.footer {
	background-color:#FFF;
  /*background: #1B1B1D;*/
  border-top: 1px solid #999;
  padding: 1em 0 1em;
  margin-top:20px;
}
.footer h4 {
  font-family: SortsMillGoudy-Regular;
  font-size: 2em;
  /*color: #f0f0f0;*/
  color:#000;
  margin-bottom: 1em;
}

.flick {
	width:650px;
}

.flick3 {
	width:400px;
	border:0px solid;
}

.flick ul {
  padding: 0;
  margin: 0;
  border:0px solid;
  border-color:#999;
}
.flick li {
display: inline-block;
  width: 25.6%;
  margin: 0.1em 0;
  margin-left:20px;
  border: 5px solid rgb(255, 255, 255);
  border:0px solid;
  border-color:#F00;
}
.flick2 {
  margin: 0 0 1em;
}
.flick-left {
  float: left;
  width: 31%;
}
.flick-right {
  float: left;
  width: 66%;
  margin-left: 3%;
}
.flick-right a.p-post {
  color: #f0f0f0;
  line-height: 1.8em;
  margin: 0 0 1em;
  font-size: .875em;
  text-decoration:none;
}
.flick-right ul {
  padding: 0;
}
.flick-right li {
  display: inline-block;
  margin: 0 0.5em;
}
i.comts {
  width: 13px;
  height: 13px;
  display: -webkit-inline-box;
  background: url("../images/comts.png") no-repeat 0px 0px;
  vertical-align: bottom;
  margin-right: 8px;
}

span.icon_text {
  vertical-align: middle;
  font-size: .875em;
  color: #f0f0f0;
  font-weight: 300;
}
.flick-form_grid input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.6em 1em;
  outline: none;
  font-size: 1em;
  font-weight: 300;
  color: #FFF;
  background: rgba(53, 52, 52, 0.58);
  border: none;
  margin-bottom: 1em;
}

.smt {
  text-align: right;
}
.flick-form_grid input[type="submit"] {
  font-size: 1em;
  font-weight: 300;
  color: #FFFFFF;
  background: #f58602;
  padding: 0.6em 1em;
  border: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-apperance: none;
  outline: none;
  min-width:100px;
}
.flick-form_grid input[type="submit"]:hover {
  background: rgba(53, 52, 52, 0.58);
  color: #fff;
}
/*--footer--*/
/*--copyrights--*/
.copyrights {
  background:#030303;
  border-top:0px solid #B5B5B5;
  padding: 1em 0;
}
.footer-logo {
    float: left;
}
.copy-right {
  float: right;
  margin-top: 1.0em;
}
.copy-right p {
  font-size: .875em;
  color:#f58602;
  margin-bottom:10px;
}

.copy-right p.linking {
  font-size: .875em;
  color: #f58602;
  margin-bottom:10px;
  /*font-weight:600;*/
}

.copy-right p a {
  color:#f58602;
}
/*--/copyrights--*/
/*--inner-pages--*/
/*--about-page--*/
.banner2 {
  min-height: 150px;
}
.about-grid{
	padding: 5em 0 1em !important;
}
.about h2 {
font-family: SortsMillGoudy-Regular;
  text-align: center;
  color: #000;
  font-size: 3em;
  margin: 0;
}
.about-grid p.caption {
  font-size: .875em;
  color: #676666;
  text-align: center;
  width: 75%;
  margin: 2em auto 3em;
  line-height: 1.8em;
}
.in-about h4, .possible-about h4 {
  font-size: 1.7em;
  color: #000;
  padding: 0 0 1em;
  font-family: SortsMillGoudy-Regular;
}
.our-para {
  float: left;
  margin-right: 2em;
}
.our-head h6 {
  font-size: 1.2em;
}
.our-head h6 a {
  text-decoration: none;
  color: #3D8DE8;
}
.our-head p, .possible-about p {
  color: #676666;
  font-size: .875em;
  line-height: 1.8em;
}
ul.place {
  padding: 0;
  margin: 6px 0;
  width: 100%;
  padding: 0;
  margin: 6px 0;
  background: #F5DB02;
  width: 100%;
}
ul.place li {
  font-size: .875em;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
ul.place li {
    display: inline-block;
  padding: 6px;
  vertical-align: -webkit-baseline-middle;
}
.bottom-content-in {
  padding: 4em 0;
}
.in-profile h4 {
  margin: 0 0 1.2em;
  font-size: 1.6em;
  color: #2f3234;
}
.col-in-about {
  padding: 0em 0 1.2em;
}
.in-sed {
color: #fff;
  background: #86888A;
  width: 65px;
  height: 65px;
  text-align: center;
  font-weight: 600;
  margin-right: 6%;
  padding-top: 15px;
  border-radius: 100px;
}
.in-sed b {
  font-size: 1.3em;
  display: block;
  line-height: 1em;
}
.in-sed span {
  font-size: 1em;
  font-weight: 100;
}
.left-sit {
  width: 74%;
}
.in-sed, .left-sit {
  float: left;
}
a.more {
  font-size:0.9em;
  color: #F5DB02;
}
a.more:hover {
  color: #FFF;
}
a.more2 {
	color:#FFF;
}
a.more2:hover {
	color:#1874CD;
	text-decoration:underline;
}
.left-sit p {
  margin: 0.5em 0;
  color: #727272;
  font-size: 1em;
  line-height: 1.5em;
}
.from {
  padding: 0em 0 .5em;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 1.3em;
}
.from p {
  color: #676666;
  font-size: .875em;
  line-height: 1.8em;
  margin: .5em 0;
}
ul.date li {
  display: inline-block;
}
ul.date li span {
  font-size: 0.9em;
  color: #F5DB02;
  padding: 0 1em 0 0;
}
ul.date li a {
text-decoration: none;
  color: #F5DB02;
}
ul.date li i {
  background: url(../images/img-sprite.png)no-repeat -228px -147px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
ul.date li i.date-in {
  background-position: -248px -147px;
}
ul.date li i.comment {
  background-position: -274px -148px;
}
p.sag {
  color: #676666;
  font-size: .875em;
  line-height: 1.8em;
}
ul.popular {
  padding: 1.5em 0 0;
}
ul.popular li {
  list-style: none;
  border-bottom: 1px solid #bcbcbc;
}
ul.popular li a {
  text-decoration: none;
  font-size: .875em;
  color: #676666;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding: 0.8em 0;
  display: block;
}
ul.popular li a:hover {
  color: #F5DB02;	
}
ul.popular li i.dot {
  background: url(../images/img-sprite.png) no-repeat -377px -147px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0em 12px 0 0;
  vertical-align: middle;
}
/*--/about-page--*/
/*--services-page--*/
.services {
  margin: 5em 0 4em;
}
.services h3 {
	  font-family: 'Lora', serif;
  font-size: 3em;
  color: #3D8DE8;
  text-align: center;
  font-weight: 100;
  padding: 0;
 }
.services-in {
	padding: 3em 0;
}
.our-para{
float: left;
  margin-right: 1em;
  width: 54%;
}
.our-head {
  float: left;
  width: 43%;
}
.our-grid h6,.left-sit h6,.our-mission h6{
	margin:0;
	font-size:1.2em;
	line-height:1.3em;
}
.our-grid h6 a,.our-mission h6 a{
  color: #000000;
  text-decoration: none;
}
.our-grid h6 a:hover,.our-mission h6 a:hover{
	color:#000;
}
.our-grid p,.left-sit p,.our-mission p{
  margin: 1em 0;
  color: #676666;
  font-size: .875em;
  line-height: 1.8em;
}
.in-sed ,.left-sit{
	float:left;
}
.left-sit{
	width:70%;
}
span.in-sed{
	font-size:2.5em;
	color:#fff;
	background:#6CB6B6;
	width: 55px;
	height: 55px;
	text-align: center;
	font-weight: 600;
	margin-right: 15px;
}
.left-sit h6 a{
	text-decoration:none;
	color:#6CB6B6;
}
.left-sit h6 a:hover{
	color:#000;
}
.left-sit p {
	margin: 0.5em 0;
}
.col-in-about{
	padding:1em 0;
}
.in-profile h4,.our-mission h4,.team-set h4{
  margin: 0 0 1em;
  font-size: 1.7em;
  color: #000;
  font-family: SortsMillGoudy-Regular;
}
.team-set h4{
	padding-left:15px;
}
.team-set {
	padding: 0;
}
.team-got{
	padding:0;
}
.services-bottom {
	padding: 5em 0 0;
}
/*--404-error-page--*/
.error-page{
	  padding: 10em 0 15em;
	  text-align: center;
}
.error-page h3 {
	  font-family: 'Lora', serif;
  font-size: 19em;
  color: #999;
}
.error-page h3 span {
  color: #3D8DE8;
}
.error-page a{
  color: #fff;
  background: #3D8DE8;
  text-decoration: none;
  padding: 10px 38px;
  font-size: 1.8em;
}
.error-page a:hover{
	background:#000;
	color: #fff;
}
/*--/404-error-page--*/
/*--gallery-page--*/
.portfolio h2{
  font-family: SortsMillGoudy-Regular;
  text-align: center;
  color: #000;
  font-size: 3em;
  margin: 0;
}
.portfolio p.caption{
	  font-size: .875em;
  color: #676666;
  text-align: center;
  width: 75%;
  margin: 2em auto 3em;
  line-height: 1.8em;
}
.portfolio {
	padding: 5em 0;
}
.work-grid{
	position:relative;
	padding:0 0.5em 1em;
}
.rotate:hover  i{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.rotate i{
background: url(../images/se.png) no-repeat 0px;
  width: 51px;
  height: 51px;
  display: block;
  margin: 8em 0 0 11em;
}
.rotate{
  position: absolute;
  top: 0;
  background: rgba(245, 219, 2, 0.69);
  width: 96.5%;
  height: 95.5%;
  display: none;
  text-align: center;
}
.work-grid:hover .rotate{
	display:block;
}
/*--/gallery-page--*/
/*--contact-page--*/
.contact {
  padding: 5em 0 2em 0;
}
.contact h3 {
  font-weight: 100;
  font-family: SortsMillGoudy-Regular;
  text-align: center;
  color: #000;
  font-size: 3em;
  margin: 0;
}
.contact h4 {
  font-family: SortsMillGoudy-Regular;
  color: #000000;
  font-size: 1.7em;
  font-weight: 100;
  margin: 0 0 1em;
}
.map {
  margin-top: 5em;
}
.map iframe {
  width: 100%;
  height: 340px;
    border: none;
}
.address {
     margin: 6em 0 0;
}
.address-grids {
  padding: 0;
}
.address h4 {
  margin: 0 0 .5em;
}
.contact-infom {
   margin: 4em 0;
}
.address p {
  margin: 0 0 .3em 9px;
  font-size: 0.875em;
  color: #676666;
  letter-spacing: 0.5px;
  line-height: 1.6em;
}
.address ul li{
	display: inline-block;
}
.address a {
color: #000000;
  text-align: left;
  font-size: 15px;
  letter-spacing: 1px;
  transition: .5s all;
}

.address a:hover {
  color:#555555;
  text-decoration: none;
}
.contact-infom p {
  margin: 0;
  font-size: 0.875em;
  color: #676666;
  letter-spacing: 0.5px;
  line-height: 1.8em;
}
.contact-form {
    margin: 3em 0 0;
	padding-bottom: 2em;
}
.contact-form input[type="text"] {
  display: inline-block;
  background: none;
  border: 1.5px solid #CBCBCB;
  width: 31.9%;
  outline: none;
  padding: 10px 15px 10px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 0.5px;
  margin-bottom: 1.5em;
}
.contact-form input[type="email"] {
	display: inline-block;
	background: none;
	border: 1.5px solid #CBCBCB;
	width: 32%;
	outline: none;
	padding: 10px 15px 10px 15px;
	font-size: 15px;
	font-weight: 400;
	color: #111111;
	letter-spacing: 0.5px;
	margin: 0 1.25em;
}
.contact-form textarea {
	background: none;
	border: 1.5px solid #CBCBCB;
	width: 100%;
	display: block;
	height: 150px;
	outline: none;
	font-size: 16px;
	color: #111111;
	font-weight: 400;
	resize: none;
	padding: 10px 15px 10px 15px;
	margin-bottom: 1em;
}
button.btn1.btn-1.btn-1b {
color: #000;
  border: none;
  background: #F5DB02;
  padding: 5px 19px;
  font-size: 1em;
}
button.btn1.btn-1.btn-1b:hover {
  color: #fff;
  background: #000;
  	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*--/contact-page--*/
/*-- services --*/
.service-info h3{
  font-family: SortsMillGoudy-Regular;
  text-align: center;
  color: #000;
  font-size: 3em;
  margin: 0;
}
.service-info p{
  font-size: .875em;
  color: #676666;
  text-align: center;
  width: 75%;
  margin: 2em auto 0 auto;
  line-height: 1.8em;
}
.specialty{
  padding: 3em 0;
  background: #FAFAFA;
}
.specialty-info h3{
	color: #DA491C;
  font-size: 40px;
  font-weight: 300;
  margin: 0;
}
.specialty-info h5 {
  color: #969696;
  font-size: 14px;
  margin: 1em 0;
  line-height: 1.8em;
}
.specialty-info h5 span{
	display:block;
}
.specialty-info p {
  color: #333333;
  font-size: 14px;
  margin: 3em 0 0 0;
  line-height: 1.8em;
  font-weight: 600;
}
.specialty-info p  span{
  display: block;
  margin-top: 2em;
}
.service-box {
background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
}
.service-box .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F5DB02;
  margin: 0 auto;
  text-align: center;
  position: relative;
  border:0px solid;
}
.service-box .icon img {
  position: relative;
  z-index: 100;
  transition: all 0.3s ease 0s;
}
.service-box .icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #dfdfdf;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.service-box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.service-box:hover .icon:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.service-box h5{
  font-size: 1.6em;
  color: #252525;
  margin: 1em 0em 0.5em 0em;
  font-family: SortsMillGoudy-Regular;
}
.service-box p{
color: #333333;
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
  font-weight: 400;
}
.specialty-grids-top:nth-child(2) {
  margin-top: 4em;
}
.specialty-button{
	margin-top:3em;
}
/*-- typography --*/
.typography{
	padding:5em 0;
}
.typography h3.type{
	font-family: SortsMillGoudy-Regular;
	text-align: center;
	color: #000;
	font-size: 3em;
	margin: 0;
}
.typography p.caption{
	font-size: .875em;
	color: #676666;
	text-align: center;
	width: 75%;
	margin: 2em auto 3em;
	line-height: 1.8em;
}
.grid_4{
	background:#fff;
	padding:2em 0em 0em 0em;
}  
.grid_5{
	background:#fff;
	padding:1em 0 2em 0;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.8em;
  color: #999;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
h4.typ1{
	margin-bottom:15px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:#5bb2fc; !important;
  border-color:#5bb2fc; !important;
}
.grid_3 p,.page-header p {
  color: 888;
  font-size: 0.8em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.breadcrumb li{
	font-size:0.85em;
}
.breadcrumb li a{
	  color:#5bb2fc;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
  margin-top:0.5em
}
/*--top-top--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 25px;
  overflow: hidden;
  width: 47px;
  height: 47px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-arrow.png) no-repeat;
}

.basic {
	width:90%;
	margin:0 auto;
	min-height:100px;
	background-color:#FFF;
	/*background-color:#F2F2F2;*/
	border:0px solid;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:10px;
}
.frameCla {
	float:left;
	width:325px;
	min-height:300px;
	border:0px solid;
	border-radius:7px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
	/*background-color:#D9D9D9;*/
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;	
    background: -moz-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,232,232,1)), color-stop(100%, rgba(196,196,196,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(232,232,232,1) 0%, rgba(196,196,196,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E8', endColorstr='#C4C4C4',GradientType=0 ); /* ie6-9 */

}
.frameCla img {
	width:90%;
	height:auto;
	margin-left:15px;
	margin-bottom:10px;
	margin-top:10px;
	border-radius:7px;
	cursor:pointer;
}
.frameCla img:hover {
	opacity:0.7;
}
.frameCla .boxDescTitle {
	width:90%;
	min-height:50px;
	margin-left:15px;
	border-radius:7px;
	background-color:#FFF;
	color:#404040;
	padding:10px;
	font-family:Questrial;
}
.frameCla .boxDescTitle h4 {
	font-size:1.20em;
	text-align:center;
}
.frameCla .boxDescTitle h4.kecil {
	font-size:1.00em;
	text-align:center;
}
.frameCla .boxDesc {
	width:90%;
	height:150px;
	margin-left:15px;
	border-radius:7px;
	background-color:#FFF;
	color:#404040;
	padding:10px;
	font-family:Questrial;
}
.frameCla .boxDesc h4 {
	font-size:1.20em;
	text-align:center;
}
.frameCla .boxDesc h4.kecil {
	font-size:1.00em;
	text-align:center;
}
.frameCla .boxDesc .more {
	color:#FF4500;
	margin-top:7px;
	text-align:center;
	cursor:pointer;
}
.frameCla .boxDesc .more:hover {
	color:#404040;
}
.frameClaDet {
	width:95%;
	margin:0 auto;
	background-color:#FFF;
	border:0px solid;
	padding:5px;
	font-family:OpenSans-Regular;
}
.frameClaDet .frameClaKiri {
	float:left;
	width:40%;
	margin-right:20px;
	border:0px solid;
	padding-top:20px;
	padding-bottom:20px;
}
.frameClaDet .frameClaKiri img {
	width:90%;
	height:auto;
	margin-bottom:20px;
	border:1px solid;
	border-color:#F2F2F2;
	border-radius:10px;
}
.frameClaDet .frameClaKanan {
	float:left;
	width:57%;
	margin-right:10px;
	border:0px solid;
}
.frameClaDet .frameClaKanan .boxDesc {
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
	min-height:100px;
	background-color:#FFF;
	border:0px solid;
	font-size:1.00em;
	line-height:1.80em;
}
.frameClaDet .frameClaKanan .boxDesc h1 {
	font-size:1.20em;
	font-weight:500;
	padding-bottom:5px;
	padding-top:5px;
	text-transform:uppercase;
}
.frameClaDet .frameClaKanan .boxDesc h2 {
	font-size:1.20em;
	font-weight:800;
	padding-bottom:20px;
	padding-top:5px;
	text-transform:uppercase;
}
.frameClaDet .frameClaKanan .boxDesc h3 {
	font-size:1.00em;
	font-weight:600;
	padding-bottom:5px;
	padding-top:5px;
}
.frameClaDet .frameClaKanan .boxDesc li {
	list-style:disc;
	margin-left:20px;
}
.frameClaDet .frameClaKanan .boxBenefit {
	width:100%;
	margin:0 auto;
	min-height:100px;
	background-color:#DEDEDE;
	border:1px solid;
	border-color:#CDCDC1;
}
.frameClaDet .frameClaKanan .boxBenefit h2 {
	font-size:1.20em;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:10px;
	color:#000;
	text-align:center;
	border:1px solid;
	border-color:#CDCDC1;
    background: -moz-linear-gradient(90deg, rgba(145,145,145,1) 0%, rgba(196,196,196,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(196,196,196,1)), color-stop(100%, rgba(145,145,145,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(145,145,145,1) 0%, rgba(196,196,196,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(145,145,145,1) 0%, rgba(196,196,196,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(145,145,145,1) 0%, rgba(196,196,196,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(145,145,145,1) 0%, rgba(196,196,196,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#919191',GradientType=0 ); /* ie6-9 */
}
.frameClaDet .frameClaKanan .boxBenefit .text, .frameClaDet .frameClaKanan .boxBenefit .text2 {
	color:#000;
	line-height:2.50em;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:20px;
	margin-right:15px;
}
.frameClaDet .frameClaKanan .boxBenefit .text2 {
	line-height:1.80em;
}
.frameClaDet .frameClaKanan .boxBenefit .text h3, .frameClaDet .frameClaKanan .boxBenefit .text2 h3 {
	font-size:1.00em;
	font-weight:600;
	padding-bottom:10px;
	padding-top:20px;
}
.frameClaDet .frameClaKanan .boxBenefit .text li, .frameClaDet .frameClaKanan .boxBenefit .text2 li {
	list-style:disc;
	margin-left:20px;
}
.PadpakImg {
	float:left;
	width:423px;
	height:330px;
	background-color:#FFF;
	border:0px solid;
	margin-left:68px;
	margin-right:65px;
	margin-bottom:40px;
}
.PadpakImg img {
	width:100%;
	cursor:pointer;
}
.PadpakImg img:hover {
	opacity:0.5;
	border:2px solid #5CACEE;
}
.basicDesc {
	width:86%;
	margin:0 auto;
	min-height:100px;
	/*background-color:#FFF;*/
	background-color:#FAFAFA;
	border:0px solid;
	margin-bottom:20px;
	padding-bottom:20px;
	padding-top:20px;
}
.basicDesc .frameDesc {
	float:none;
	background-color:#FFF;
	border-radius:10px;
	width:93%;
	margin:0 auto;
	min-height:100px;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
.basicDesc .frameDesc h3 {
	font-size:1.20em;
	margin-bottom:10px;
	font-weight:600;
	font-family:Questrial;
}
.basicDesc .frameDesc h4 {
	font-size:1.00em;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:600;
	font-family:Questrial;
	line-height:1.80em;
}
.basicDesc .frameDesc h3.bahco {
	font-size:1.40em;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:600;
	font-family:Questrial;
	text-transform:uppercase;
}
.basicDesc .frameDesc h4.bahco {
	font-size:1.20em;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:600;
	font-family:Questrial;
	line-height:1.80em;
	color:#FF4500;
	text-transform:uppercase;
}
.basicDesc .frameDesc .isi {
	font-size:0.80em;
	line-height:1.80em;
	margin-bottom:20px;
}
.basicDesc .frameDesc li {
	list-style:circle;
	margin-left:20px;
}
.basicDesc .frameDesc .kiri {
	float:left;
	width:48%;
	margin-right:20px;
	min-height:100px;
	border:0px solid;
	padding:0;
}
.basicDesc .frameDesc table {
	border:1px solid;
	border-collapse:collapse;
	width:95%;
	margin:0 auto;
	margin-bottom:10px;
	border-color:#D9D9D9;
}
.basicDesc .frameDesc th {
	border:1px solid;
	border-collapse:collapse;
	font-size:0.80em;
	padding-left:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-color:#D9D9D9;
}
.basicDesc .frameDesc .alt th {
	background-color:#CCCCCC;
}
.basicDesc .frameDesc th img {
	width:45px;
	height:45px;
}
.basicDesc .frameDesc td {
	border:1px solid;
	border-collapse:collapse;
	font-size:0.80em;
	padding-left:5px;
	padding-bottom:3px;
	padding-top:3px;
	border-color:#D9D9D9;
}
.basicDesc .frameDesc .desc td {
	padding-top:10px;
	padding-bottom:10px;
}
.basicDesc .frameDesc .alt td {
	background-color:#FAFAFA;
	padding-top:10px;
	padding-bottom:10px;
}
.basicDesc .frameDesc .frameImg {
	width:40%;
	margin:0 auto;
	margin-bottom:20px;
	border:0px solid;
}
.basicDesc .frameDesc .frameImg img {
	width:100%;
}
.basicDesc .frameDesc .frameImg2 {
	width:70%;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:20px;
	border:0px solid;
}
.basicDesc .frameDesc .frameImg2 img {
	width:100%;
}
.basicDesc .frameDesc .frameContent {
	width:95%;
	margin:0 auto;
	border:0px solid;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:20px;
}
.basicDesc .frameDesc .frameContent .content {
	float:left;
	width:50%;
	margin-left:20px;
	margin-right:20px;
}
.basicDesc .frameDesc .frameContent .content2 {
	float:left;
	width:50%;
	margin-left:20px;
	margin-right:20px;
}
.basicDesc .frameDesc .frameContent .content h4, .basicDesc .frameDesc .frameContent .content2 h4 {
	font-size:1.00em;
	margin-bottom:5px;
	margin-top:0px;
	font-weight:600;
	font-family:Questrial;
	line-height:1.80em;
}
.basicDesc .frameDesc .frameContent .content .isi, .basicDesc .frameDesc .frameContent .content2 .isi {
	font-size:0.80em;
	line-height:2.00em;
	margin-bottom:10px;
}
.basicDesc .frameDesc .frameContent img.satu {
	float:left;
	width:300px;
	margin-left:20px;
	margin-right:5px;
	border:0px solid;
}
.basicDesc .frameDesc .frameContent img.dua {
	float:left;
	height:250px;
	margin-left:30px;
	margin-right:5px;
	border:0px solid;
}
.basicDesc .frameDesc .frameContent img.tiga {
	float:left;
	width:40%;
	margin-left:20px;
	margin-right:5px;
	margin-top:50px;
	border:0px solid;
}
.basicDesc .frameDesc .listMetal {
	float:left;
	width:210px;
	height:210px;
	background-color:#FAFAFA;
	border-radius:10px;
	margin-right:10px;
	margin-left:15px;
	margin-bottom:20px;
}
.basicDesc .frameDesc .listMetal img.satu {
	width:170px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	cursor:pointer;
}
.basicDesc .frameDesc .listMetal img.dua {
	width:120px;
	margin-top:20px;
	margin-left:50px;
	margin-bottom:20px;
	cursor:pointer;
}
.basicDesc .frameDesc .listMetal img.satu:hover, .basicDesc .frameDesc .listMetal img.dua:hover {
	opacity:0.5;
	border:2px solid #FF4500;
}
.basicDesc .frameDesc .listMetal .nama {
	color:#FF4500;
	text-align:center;
	font-size:0.90em;
	padding-left:5px;
	padding-right:5px;
}

/*-----Set for Video----*/
.frameVideo {
	width:100%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:30px;
	padding-top:30px;
	padding-left:70px;
	min-height:100px;
	border:0px solid;
	background:#030303;
}
.frameVideo .boxVideo {
	float:left;
	width:350px;
	height:250px;
	border:2px solid #fff;
	margin-left:10px;
	margin-right:10px;
}
.frameVideo .boxVideo iframe {
	width:100%;
	height:100%;
}

.frameNano {
	width:89%;
	min-height:300px;
	border:0px solid;
	border-radius:7px;
	margin:0 auto;
	margin-bottom:20px;
	padding:0px;	
}

.frameNano .inner {
	width:100%;
	min-height:300px;
	border:0px solid;
	border-radius:7px;
	margin:0 auto;
	padding:20px;
	background: url(../images/nano_back2.jpg) repeat-y;
	/*background-color:#fff;*/
}
.frameNano .inner img.satu {
	width:100%;
	height:auto;
	margin:0 auto;
	margin-bottom:20px;
	border-radius:7px;
	cursor:pointer;
}
.frameNano .inner img.satu:hover {
	opacity:0.7;
}

.frameNano .inner .title {
	width:100%;
	height:35px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
	margin-bottom:10px;
	border-radius:7px;
	background: -moz-linear-gradient(180deg, rgba(0,238,0,1) 0%, rgba(0,139,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,139,0,1)), color-stop(100%, rgba(0,238,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(0,238,0,1) 0%, rgba(0,139,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(0,238,0,1) 0%, rgba(0,139,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(0,238,0,1) 0%, rgba(0,139,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(0,238,0,1) 0%, rgba(0,139,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008B00', endColorstr='#00EE00',GradientType=1 ); /* ie6-9 */ 
	color:#FFF;
	font-size:1.00em;
	font-weight:400;
}

.frameNano .inner .isi {
	width:100%;
	min-height:50px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:30px;
	padding-right:30px;
	margin-top:0px;
	margin-bottom:10px;
	border-radius:7px;
	border:0px solid #EEEEE0;
	line-height:30px;
	font-size:0.80em;
	font-weight:500;
	color:#008000;
	background: url(../images/nano_black_white.png) repeat;
	/*background-color:#fff;*/
}

.frameNano .inner .isi .kiri {
	float:left;
	width:35%;
	border:0px solid;
	min-height:10px;
	padding-left:0px;
	padding-right:10px;
}

.frameNano .inner .isi .kanan {
	float:right;
	width:60%;
	border:0px solid;
	min-height:10px;
	padding-left:10px;
	padding-right:10px;
}

.frameNano .inner .isi .kanan img {
	width:90%;
	margin-top:20px;
}

.frameNano .inner .isi table.satu {
	width:100%;
	border:0px solid;
	margin-bottom:20px;
}

.frameNano .inner .isi td.satu, td.dua {
	border-bottom:1px solid #F7F7F7;
	padding-bottom:5px;
	padding-top:7px;
	width:40%;
}

.frameNano .inner .isi td.dua {
	width:60%;
}

.frameNano .inner .isi ol {
	border:0px solid;
	padding-left:10px;
}

.frameNano .inner .isi li.satu {
	border:0px solid;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type:disc;
}

.frameNano .inner .isi li.dua {
	border:0px solid;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type:square;
}

.frameNano .inner .isi table.tiga {
	width:70%;
	border:0px solid;
	margin-bottom:20px;
}

.frameNano .inner .isi td.tiga, td.empat {
	border-bottom:0px solid;
	padding-bottom:5px;
	padding-top:7px;
	width:30%;
}

.frameNano .inner .isi .box {
	width:100%;
	border:1px solid #787878;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	min-height:10px;
}

.frameNano .inner .isi .box .judul {
	font-weight:600;
}

.frameNano .inner .isi .box .content {
	font-weight:400;
}

.frameNano .inner .isi .kiri2 {
	float:left;
	width:50%;
	border:0px solid;
	min-height:10px;
	padding-left:0px;
	padding-right:10px;
	line-height:40px;
	font-weight:400;
}

.frameNano .inner .isi .kiri3 {
	float:left;
	width:35%;
	border:0px solid;
	min-height:10px;
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
	font-weight:600;
}

.frameNano .inner .isi .kanan2 {
	float:left;
	width:50%;
	border:0px solid;
	min-height:10px;
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
}

.frameNano .inner .isi .kanan3 {
	float:left;
	width:65%;
	border:0px solid;
	min-height:10px;
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
}

.frameNano .inner .isi .frameImge {
	width:75%;
	margin:0 auto;
}

.frameNano .inner .isi .frameImge img {
	width:100%;
}

.frameNano .inner .isi .frameImgLeft {
	float:left;
	width:30%;
	margin-left:10px;
	margin-right:10px;
	border:0px solid;
	min-height:10px;
}

.frameNano .inner .isi .frameImgLeft img {
	float:left;
	width:25%;
	margin-right:10px;
}

.frameNano .inner .isi .frameImgLeft .nama {
	float:left;
	font-weight:600;
	margin-top:15px;
}

.frameNano .inner .isi .request {
	width:100%;
	text-align:center;
	font-weight:400;
	margin-top:30px;
	font-size:1.20em;
}

.frameNano .inner .isi .pdf {
	width:20%;
	margin:0 auto;
	min-height:10px;
	border:0px solid;
}

.frameNano .inner .isi .pdf img {
	float:left;
	width:48px;
	margin-right:10px;
}

.frameNano .inner .isi .pdf .download {
	float:left;
	margin-top:10px;
	font-size:1.40em;
}

.frameNano .inner .isi .pdf .download a {
	text-decoration:none;
	color:#000;
}

.frameNano .inner .isi .pdf .download a:hover {
	opacity:0.5;
	text-decoration:underline;
}

/*-----End----*/


/*--/top-top--*/
/*--inner-pages--*/
/*----responsive-menu-start---*/

@media(max-width:1024px){
	.text-left ul li a {
	  font-size: 14px;
	}
	.icon-right {	
	    padding: 4.72em .6em;
	}
	.icon-right2 {
	    padding: 4.72em 0.5em;
	}
	.icon-right3 {
	   padding: 4.76em 1em;
	}
	.banner-text h1 {
	    padding: 2.39em 0 0;
	  width: 66%;
	  font-size: 2.5em;
	}
	.banner-bottom {
		position:inherit;
		padding-top:0px;
		border:0px solid;
		width:100%;
		margin:0 auto;
	}
	.banner-bottom2 {
		position:inherit;
		padding-top:20px;
		border:0px solid;
		width:90%;
		margin:0 auto;
	}
	.banner-bottom .frameVisi, .banner-bottom2 .frameVisi {
		float:left;
		width:48%;
		min-height:100px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.banner-bottom .frameVisi h3, .banner-bottom2 .frameVisi h3 {
		font-size: 1.00em;
		margin: 0;
		line-height: 1.2em;
	}
	.banner-bottom .frameVisi p, .banner-bottom2 .frameVisi p {
		font-size: 0.80em;
		margin: 0.5em 0 0 0;
		margin-bottom:1em;
		line-height: 1.5em;
	}
	.banner-bottom .frameComp, .banner-bottom2 .frameComp {
		float:left;
		width:50%;
		min-height:150px;
		margin-left:10px;
		padding-left:10px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:30px;
	}
	.banner-bottom .frameComp p, .banner-bottom2 .frameComp p {
		font-size: 0.80em;
		margin: 0.5em 0 0 0;
		margin-bottom:1em;
		line-height: 1.5em;
	}
	.text-left1 {
	  padding: 3.7em 3em;
	}
	.about, .about2 {
		width:100%;
		margin:0 auto;
		border:0px solid;
		margin-top:5px;
	}
	.about .boxImg, .about2 .boxImg {
		width:90%;
		float:none;
		margin:0 auto;
		border:0px solid;
	}
	.about .boxImg img, .about2 .boxImg img {
		border:0 solid;
		width:65%;
	}
	.about h4, .about2 h4 {
	  font-size: 1em;
	  font-weight: 600;
	  line-height:1.50em;
	  margin-top:20px;
	  margin-bottom:10px;
	}
	.about p, .about2 p {
	  font-size: .875em;
	  width: 75%;
	  margin: 0 auto;
	  line-height: 1.8em;
	  letter-spacing: 1px;
	}
	.homeProd {
		width:100%;
		margin:0 auto;
		margin-top:22px;
		margin-bottom:20px;
		padding-top:40px;
		border-top:1px solid #CDC9C9;
	}
	.homeProd .frameProd {
		float:left;
		width:30%;
		min-height:500px;
		border:2px solid #fff;
		margin-left:10px;
		padding-left:20px;
		padding-right:20px;
	}
	.homeProd .frameProd img {
		width:100%;
		height:auto;
	}
	.homeProd .frameProd h3 {
	  font-size: 1.00em;
	  margin-bottom:10px;
	  margin-top:10px;
	}
	.homeProd .frameProd p {
	  font-size:0.70em;
	  line-height: 1.4em;
	}
	.brand {
		width:100%;
		margin:0 auto;
		min-height:100px;
		border-top:1px solid #B5B5B5;
		padding-top:20px;
		padding-bottom:3px;
		padding-left:30px;
	}
	.brand h4 {
		font-size: 1.50em;
		color:#000;
		margin-bottom:0.5em;
	}
	.brand img.satu {
		float:left;
		border:0px solid;
		width:120px;
		height:120px;
		margin-right:5px;
		margin-left:10px;
		margin-top:0px;
	}
	.brand img.dua {
		float:left;
		border:0px solid;
		width:120px;
		height:120px;
		margin-right:5px;
		margin-left:10px;
	}
	.brandProd {
		width:100%;
		margin:0 auto;
		min-height:100px;
		border-top:0px solid #B5B5B5;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:40px;
	}
	.brandProd h4 {
		font-size: 1.50em;
		color:#000;
		margin-bottom:0.5em;
	}
	.brandProd img.satu {
		float:left;
		border:0 px solid;
		width:150px;
		height:150px;
		margin-right:20px;
		margin-left:20px;
	}
	.brandProd img.dua {
		float:left;
		border:0 px solid;
		width:150px;
		height:150px;
		margin-right:30px;
	}
	.profile {
		width:87%;
		margin:0 auto;
		border:0px solid;
		padding-bottom:40px;;
	}
	.profile h3 {
		text-align: center;
		color: #000;
		font-size: 1em;
		font-weight: 600;
		margin-top:5px;
		margin-bottom:40px;
		font-family: OpenSans-Regular;
	}
	.profile .frameImg {
		width:50%;
		margin:0 auto;
		border:1px solid #B5B5B5;
		margin-bottom:20px;
	}
	.kontak {
		width:100%;
		margin:0 auto;
		border:0px solid;
	}
	.kontak .alamat {
		float:left;
		width:40%;
		margin-right:20px;
		margin-left:10px;
		border:0px solid;
		line-height: 1.8em;
		letter-spacing: 1px;
		font-size:0.80em;
	}
	.kontak .alamat h3 {
		font-size:1.20em;
		font-weight:normal;
		margin-bottom:10px;
		margin-top:20px;
	}
	.kontak .fb {
		float:left;
		width:50%;
		min-height:100px;
		margin-right:10px;
		margin-left:10px;
		margin-bottom:40px;
		border:0px solid;
	}
	.kontak .map {
		clear:both;
		float:none;
		width:75%;
		height:300px;
		margin:0 auto;
		margin-bottom:40px;
		border:0px solid;
		margin-top:0px;
	}
	.spaceProd {
		width:100%;
		border:0px solid;
		margin:0 auto;
		margin-bottom:20px;
	}
	.spaceProd .spec {
		float:none;
		width:100%;
		margin:0 auto;
		margin-bottom:40px;
		border:0px solid;
	}
	.spaceProd .spec .framekiri {
		float:left;
		width:30%;
		min-height:100px;
		border:0px solid;
		margin-right:10px;
		margin-left:10px;
	}
	.spaceProd .spec .framekanan {
		float:left;
		width:30%;
		min-height:100px;
		border-left:1px solid #D1D1D1;
		margin-right:10px;
		margin-left:10px;
		padding-left:20px;
	}
	.spaceProd .spec .framekiri h3, .spaceProd .spec .framekanan h3 {
		margin-right:20px;
		border:0px solid;
		font-size:1.00em;
		font-family: SortsMillGoudy-Regular;
		font-weight:600;
	}
	.spaceProd .spec .framekiri .isi, .spaceProd .spec .framekanan .isi {
		font-family:OpenSans-Regular;
		font-size:0.70em;
		line-height: 1.5em;
		/*letter-spacing: 1px;*/
	}
	.spaceProd .spec .framekiri li, .spaceProd .spec .framekanan li {
		margin-left:10px;
	}
	.spaceProd .frameList {
		float:none;
		width:100%;
		margin:0 auto;
		margin-bottom:10px;
		border:0px solid;
	}
	.spaceProd .frameList .imgprod {
		float:left;
		width:180px;
		min-height:200px;
		margin-right:20px;
		margin-left:10px;
		margin-bottom:20px;
	}
	.spaceProd .frameList .imgprod img {
		width:100%;
		height:auto;
		border:3px solid #FAFAFA;
		cursor:pointer;
		border-radius:5px;
	}
	.spaceProd .frameList .imgprod img:hover {
		opacity:0.5;
		border:3px solid #3A5FCD;
	}
	.service-box p {
	  width: 95%;
	}
	.work-wrapper {
	  width: 33%;
	  margin-right: 4px;
	}
	.services {
	  margin: 3em 0 3em;
	}
	.content-news {
	   margin: 2em 0;
	}
	.flick-right p {
	  margin: 0 0 .4em;
	}
	.banner2 {
	  min-height: 100px;
	}
	.contact-form input[type="email"] {
	  margin: 0 1.07em;
	}
	.portfolio {
	   padding: 2em 0;
	}
	.contact {
	  padding: 2em 0 0em 0;
	}
	.map {
	    margin-top: 1em;
	}
	.address {
	  margin: 3em 0 0;
	}
	.contact h4 {
	  font-size: 23px;
	  margin: 0 0 .6em;
	}
	.contact-infom {
	  margin: 3em 0;
	}
	.ser-bottom {
	  padding: 0em 0 0;
	}
	.information-grids {
	  padding-top: 1.5em;
	}
	.information-section {
	  min-height: 275px;
	}
	.work-wrapper:nth-child(3) {
	  margin: 0;
	}
	.col-in-about {
	  padding: 1em 0 0;
	}
	span.number {
	  font-size: 2.8em;
	}
	.service-in {
	     padding: 2em 0 4em;
	}
	.service-top-in {
	  padding: 2em 0;
	}
	.service-bottom {
	  padding: 3em 0 1em;
	}
	.rotate {
	  width: 95.3%;
	  height: 94%;
	}
	.rotate i {
	  margin: 6em 0 0 9em;
	}
	.contact-form input[type="text"] {
		width: 31.8%;
	}
}
@media(max-width:768px) {
	.support {
		width:100%;
		margin:0 auto;
		border-bottom:1px solid #FFD700;
		padding-left:40px;
		padding-right:40px;
		padding-bottom:40px;
		padding-top:20px;
	}

	.support .frameImg {
		width:95%;
		min-height:50px;
		border:0px solid;
		margin:0 auto;
	}

	.support .frameImg img {
		width:100%;
		height:auto;
		border:0px solid #ABABAB;
		margin-bottom:10px;
	}

	.support .isiSupport {
		width:90%;
		border:1px solid #fff;
		font-size:1.00em;
		position:inherit;
		margin:0 auto;
	}
	
	.support .isiSupport h3 {
		font-size:1.00em;
		text-transform:uppercase;
		text-align:center;
		color:#fff;
		margin-bottom:20px;
	}

	.support .isiSupport .baris {
		margin-left:40px;
		width:80%;
		min-height:10px;
		border:0px solid;
		margin-bottom:20px;
		color:#fff;
	}

	.support .isiSupport .baris .isi {
		float:left;
		margin-right:20px;
		width:40%;
	}

	.support .selectinput1 {
		width:250px;
	}

	.support .textinput1 {
		width:250px;
	}

	.support .textarea1 {
		width:250px;
		height:100px;
	}

	.support .button1 {
		padding-left:15px;
		padding-right:15px;
		padding-bottom:3px;
		padding-top:3px;
		float:right;
		margin-right:0px;
	}
	
	.support .spasi {
		height:0px;
	}
	.frameArmor .desc1 {
		float:left;
		width:45%;
		min-height:50px;
		margin-left:20px;
		padding:20px;
		border:0px solid;
		border-radius:10px;
	}

	.frameArmor .desc1 .title {
		border-radius:5px;
		width:100%;
		min-height:10px;
		padding-bottom:5px;
		padding-top:5px;
		font-size:0.90em;
		margin-bottom:10px;
	}

	.frameArmor .desc1 img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}

	.frameArmor .desc1 .isi {
		background-color:#FFF;
		width:100%;
		color:#000;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:15px;
		padding-right:15px;
		font-size:0.80em;
		margin-bottom:10px;
	}
	.frameArmor .desc2 {
		float:left;
		width:70%;
		margin-left:65px;
	}

	.frameArmor .desc2 .frameDesc {
		width:100%;
		margin-left:20px;
		padding:20px;
		margin-bottom:20px;
	}

	.frameArmor .desc2 .frameDesc .title {
		background-color:#FFF;
		width:100%;
		text-align:center;
		padding-bottom:5px;
		padding-top:5px;
		margin-bottom:10px;
	}

	.frameArmor .desc2 .frameDesc .isi {
		border-radius:5px;
		width:100%;
		padding-bottom:10px;
		padding-top:15px;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:10px;
	}

	.frameArmor .desc2 .frameDesc .isi a.doc {
		float:left;
		font-weight:600;
		margin-bottom:20px;
		border:0px solid;
		margin-right:15px;
		margin-left:15px;
	}
	a.more {
	  font-size:0.8em;
	  color: #F5DB02;
	}
	.icon-right {
	  padding: 3.2em 1em 3.3em 1em;
	  margin: 0 auto;
	  width: 30%;
	}
	.header-logo-info {
	  width: 48%;
	}
	img.tagline {
		width:100%;
	}
	.banner-grid2 {
	  padding: 0;
	}
	.text-left ul li {
	  margin: .66em 0;
	}
	.icon-right img {
	  width: 100%;
	}
	.icon-right2 {
	  padding: 3.2em 1em 3.3em 1em;
	  margin: 0 auto;
	  width: 30%;
	}
	.icon-right2 img {
	  width: 100%;
	}
	.icon-right3 img {
	  width: 100%;
	}
	.icon-right3 {
	  padding: 3.2em 1em 3.3em 1em;
	  margin: 0 auto;
	  width: 30%;
	}
	.banner-text h1 {
	  padding: 0 0 0;
	  width: 100%;
	  font-size: 2em;
	  letter-spacing: 1px;
	}
	.navbar-default {
	  padding: 0em 0!important;
	}
	
	
	.top-text h4 {
	   line-height: 1.8em;
	}
	.top-text p {
		width: 100%;
	}
	.top-text p.visi {
		width: 100%;
	}
	.services {
	  margin: 1em 0 2em;
	}
	.work-wrapper {
	  width: 32.95%;
	  float: left;
	}
	.col-news-right {
	  padding: 0;
	}
	.col-news {
	  padding: 0;
	    margin-bottom: 2em;
	}
	
	img.img-responsive.mix-in {
	  width: 100% !important;
	}
	
	img.img-responsive2.mix-in {
	  width: 100% !important;
	}
	
	.news-left {
	  margin: 2em 0 0;
	}
	.info-grid {
	  margin: 0;
	  float: left;
	  width: 33.33%;
	}
	.info-grid h4 {
		font-size: 1em;
	}
	.work-wrapper:nth-child(3) {
	  margin: 0;
	}
	h3.m_1 {
	  font-size: 2.5em;
	  font-weight: 400;
	  padding-left: 0;
	}
	h3.m_2 {
	  font-size: 0.8em;
	  font-weight: 400;
	  padding-left: 0;
	  text-align:center;
	}
	.info-grid p {
	  font-size: 0.848em;
	}
	.flick li {
	    width: 20%;
	}
	.information-grids {
	  padding-top: 2em;
	}
	.information-section {
	  min-height: 290px;
	  width:50%;
	}
	.work {
	  padding: 1em 0;
	}
	.flick-right {
	    padding-top: 1.2em;
	}
	.footer {
	    padding: 0em 0 2em;
	}
	.footer h4 {
	     margin: 0;
		padding-bottom: .5em;
	}
	.flick1 {
	   margin: 0;
	  width: 50%;
	  float: left;
	}
	h2.b-animate.b-from-left.b-delay03 {
	  padding-top: 7em;
	}
	.in-about h4, .possible-about h4 {
	  padding: 0em 0 .5em;
	}
	.in-profile h4, .our-mission h4, .team-set h4 {
	  margin: .5em 0 .5em;
	}
	span.number {
	  font-size: 2.1em;
	  margin-right: 7px;
	}
	.number-in h6 a {
	  font-size: 18px;
	}
	.service-in {
	    padding: 2em 0 4em;
	}
	.rotate {
	  width: 96.5%;
	    height: 95%;
	}
	.rotate i {
	  margin: 8em 0 0 11em;
	}
	.work-grid {
	  width: 50%;
	  float: left;
	}
	.work-grid:nth-child(9) {
	  display: none;
	}
	.address-grids {
	  padding: 0;
	  margin-bottom: 1.5em;
	  float: left;
	  width: 33.33%;
	}
	.contact-form {
	  padding-bottom: 2em;
	}
	.contact-form input[type="email"] {
	  margin: 0 .78em;
	}
	.address {
	    margin: 3em 0 1.5em;
	}
	.contact-infom {
	  margin: 0em 0;
	}
	.contact h4 {
	  font-size: 20px;
	}
	.map {
	  margin-top: 1em;
	}
	.content-news {
	  margin: 0;
	}
	.col-bottom:nth-child(3) {
	  margin-bottom: 1em;
	}
	.col-bottom:nth-child(3) {
	  margin-bottom: 1em !important;
	}
	.bottom-content-in {
	  padding: 0;
	}
	.in-profile:nth-child(2) {
	  margin: 3em 0;
	}
	.in-profile:nth-child(3) {
	  margin-bottom: 3em;
	}
	ul.popular {
	  padding: .6em 0 0;
	}
	.from p {
	  padding: 0 0 0;
	}
	.number-in {
	  width: 79%;
	  padding: 1em 0 1.2em;
	}
	h5.best {
	  font-size: 2.3em;
	  margin-top: 1.3em;
	  padding-right: 1em;
	}
	.error-page {
	    padding: 14em 0 16em;
	}
	.banner-grid {
	    width: 50%;
		float: left;
	}
	.text-left {
	  padding: 1em;
	}
	.text-left1 {
	  padding: 1em;
	}
	.banner-grid2{
	  width: 50%;
	  float: left;
	  /*margin-top: 7.7em;*/
	}
	
	.top-text {
		border:0px solid;
		margin-top:0px;
	}
	
	.top-text h3 {
		border:0px solid;
		margin-top:0px;
	}
	.top-text h3.visi {
		border:0px solid;
		margin-top:0px;
	}
	
	.header-logo {
	  margin: 5em 0 0 0;
	}
	.banner-grid3{
	  width: 33%;
	  margin: 0 auto;
	  float: left;
	}
	.banner2 {
	  min-height: 89px !important;
	}
	.flick {
	  width: 100%;
	  float: left;
	}
	.flick-left {
	float: left;
	  width: 97%;
	}
	.flick2 {
	  margin: 0 0 0em;
	  width: 50%;
	  float: left;
	}
	.flikker {
	width: 100%;
	  float: left;
	  padding-top: 2em;
	}
	.foot-bottom {
	  padding: 3em 0 0;
	}
	.error-page h3 {
	  font-size: 15em;
	}
	.service-box p {
	  width: 85%;
	  margin: 1em auto 2em;
	}
	.specialty-grids-top:nth-child(2) {
	  margin-top: 2em;
	}
	.flick-right {
	  width: 93%;
	}
	.header-logo-info {
		padding: 1em 1em;
	}
	.about-grid p.caption {
		width: 95%;
	}
	.typography p.caption {
		width: 95%;
	}
	.portfolio p.caption {
		width: 95%;
	}
	.navbar-nav {
		padding-top:10px;
		padding-bottom:10px;
		border-top:1px solid #EBEBEB;
		border-bottom:1px solid #EBEBEB;
	}
	div#bs-example-navbar-collapse-1 ul li a {
		background: -moz-linear-gradient(270deg, #fff 0%, #fff 100%); /* ff3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff)); /* safari4+,chrome */
		background: -webkit-linear-gradient(270deg, #fff 0%, #fff 100%); /* safari5.1+,chrome10+ */
		background: -o-linear-gradient(270deg, #fff 0%, #fff 100%); /* opera 11.10+ */
		background: -ms-linear-gradient(270deg, #fff 0%, #fff 100%); /* ie10+ */
		background: linear-gradient(180deg, #fff 0%, #fff 100%); /* w3c */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 ); 
	}
	.navbar-default .navbar-nav li a {
		text-align:left;
  		font-size: 16px;
		margin:0 auto;
		border:0px solid;
		padding: 5px 0;
		color:#000;
		padding-left:20px;
	}
	.navbar-default .navbar-nav  li a img {
		width:25%;
	}
	ul.nav.navbar-nav li {
		margin: 0;
		text-align: left;
		width: 100%;
		border: none;
		border:0px solid;
		padding:0px;
	}
	.navbar-default .navbar-toggle {
	  border-color: #E7CC01;
	  background: #E7CC01;
	}
	.navbar-default .navbar-toggle:hover {
	  border-color: #E7CC01;
	  background: #E7CC01;
	}
	.navbar-default .navbar-toggle .icon-bar {
	  background-color: #FFF;
	}
	.navbar-nav ul { 
		width:100%;
		visibility:visible;
		position:inherit;
		border:0px solid;
		z-index:9999;
		padding-left:20px;
		padding-bottom:20px;
	}
	.navbar-nav ul li {
		font-weight: normal; 
		color: #000;
		float: none; 
		margin-bottom:10px;
		font-size: 14px;
		text-align:left;
		padding:10px 0;
		background-color:#FFF;
		border:1px solid;
	}
	.navbar-nav ul a {
		color:#000;
		text-decoration:none;
		padding: 10px 0;
		border:1px solid;
	}
	.navbar-nav ul li span {
		color:#000;
		float:left;
		font-size:16px;
		margin-top:9px;
	}
	.navbar-nav ul li img {
		float:left;
		width:30px;
		margin-left:100px;
	}
	.navbar-nav ul li img.ranpak {
		float:left;
		width:60px;
		margin-right:10px;
		margin-top:7px;
		margin-left:90px;
	}
	.navbar-nav ul li img.bahco {
		float:left;
		width:54px;
		height:30px;
		margin-right:10px;
		margin-top:7px;
		margin-left:100px;
	}
	.basic {
		width:90%;
		margin:0 auto;
		min-height:100px;
		margin-bottom:20px;
		padding-bottom:20px;
		padding-top:20px;
	}
	.PadpakImg {
		float:left;
		width:200px;
		height:156px;
		margin-left:45px;
		margin-right:40px;
		margin-bottom:40px;
	}
	.basicDesc {
		width:95%;
		padding-bottom:10px;
		padding-top:10px;
	}
	.basicDesc .frameDesc {
		width:90%;
	}
	.basicDesc .frameDesc .kiri {
		float:left;
		width:45%;
		margin-right:20px;
	}
	.basicDesc .frameDesc table {
		width:100%;
	}
	.basicDesc .frameDesc th {
		font-size:0.60em;
		padding-left:5px;
		padding-right:5px;
	}
	.basicDesc .frameDesc th img {
		width:30px;
		height:30px;
	}
	.basicDesc .frameDesc td {
		font-size:0.60em;
		padding-left:5px;
		padding-right:5px;
	}
	.basicDesc .frameDesc .frameImg2 {
		width:90%;
	}
	.basicDesc .frameDesc .frameContent {
		width:95%;
		margin:0 auto;
		border:0px solid;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:20px;
	}
	.basicDesc .frameDesc .frameContent .content {
		float:left;
		width:45%;
		margin-left:5px;
		margin-right:5px;
	}
	.basicDesc .frameDesc .frameContent .content2 {
		float:none;
		width:100%;
		margin-left:5px;
		margin-right:5px;
	}
	.basicDesc .frameDesc .frameContent .content h4, .basicDesc .frameDesc .frameContent .content2 h4 {
		font-size:0.80em;
		margin-bottom:5px;
		margin-top:0px;
		line-height:1.20em;
	}
	.basicDesc .frameDesc .frameContent .content .isi, .basicDesc .frameDesc .frameContent .content2 .isi {
		font-size:0.70em;
		line-height:1.40em;
	}
	.basicDesc .frameDesc .frameContent img.satu {
		float:left;
		width:230px;
		margin-left:10px;
		margin-right:5px;
	}
	.basicDesc .frameDesc .frameContent img.dua {
		float:left;
		height:200px;
		margin-left:40px;
		margin-right:5px;
		border:0px solid;
	}
	.basicDesc .frameDesc .frameContent img.tiga {
		float:none;
		width:300px;
		margin-top:40px;
		margin-left:50px;
	}
	.basicDesc .frameDesc .listMetal {
		float:left;
		width:140px;
		height:170px;
		margin-right:10px;
		margin-left:15px;
		margin-bottom:20px;
	}
	.basicDesc .frameDesc .listMetal img.satu {
		width:110px;
		margin-top:45px;
		margin-left:10px;
		margin-bottom:10px;
	}
	.basicDesc .frameDesc .listMetal img.dua {
		width:90px;
		margin-top:15px;
		margin-left:20px;
		margin-bottom:10px;
	}
	.basicDesc .frameDesc .listMetal .nama {
		text-align:center;
		font-size:0.60em;
		padding-left:2px;
		padding-right:2px;
	}
	.frameVideo {
		width:100%;
		margin:0 auto;
		padding-left:0px;
	}
	.frameVideo .boxVideo {
		float:none;
		width:350px;
		height:200px;
		margin:auto;
		margin-bottom:20px;
	}
	.frameCla {
		float:left;
		/*width:250px;*/
		width:45%;
		min-height:225px;
		border:0px solid;
		margin-right:10px;
		margin-left:10px;
		margin-bottom:20px;
		padding-top:20px;
		padding-bottom:20px;
		padding-left:5px;
		padding-right:5px;
	}
	.frameCla img {
		width:90%;
		height:auto;
		margin-left:12px;
		margin-bottom:10px;
	}
	.frameCla img:hover {
		opacity:0.7;
	}
	.frameCla .boxDesc {
		width:90%;
		margin-left:15px;
		padding:10px;
		font-size:0.90em;
	}
	.frameClaDet .frameClaKiri {
		float:none;
		width:90%;
		margin:0 auto;
		padding-top:5px;
		padding-bottom:20px;
	}
	.frameClaDet .frameClaKanan {
		float:none;
		width:90%;
		margin:0 auto;
	}
	
	.frameNano {
		width:80%;
		min-height:300px;
		border:0px solid;
		border-radius:7px;
		margin:0 auto;
		margin-bottom:20px;
		padding:15px;
	}

	.frameNano .inner {
		width:100%;
		min-height:300px;
		border:0px solid;
		border-radius:7px;
		margin:0 auto;
		padding:15px;
		background-color:#fff;
	}
	
	.frameNano .inner .title {
		height:35px;
		font-size:1.00em;
	}
	
	.frameNano .inner .isi {
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:20px;
		padding-right:20px;
		font-size:0.80em;
		line-height:30px;
	}
	
	.frameNano .inner .isi .kiri {
		float:none;
		width:100%;
		padding-left:0px;
		padding-right:10px;
	}

	.frameNano .inner .isi .kanan {
		float:none;
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}

	.frameNano .inner .isi table.satu {
		width:100%;
		margin-bottom:20px;
		font-size:0.90em;
	}

	.frameNano .inner .isi td.satu, td.dua {
		width:40%;
		padding-bottom:3px;
		padding-top:5px;
	}

	.frameNano .inner .isi td.dua {
		width:60%;
	}
	
	.frameNano .inner .isi .kiri2, .frameNano .inner .isi .kiri3 {
		float:none;
		width:100%;
		border:0px solid;
		padding-left:0px;
		padding-right:0px;
		line-height:30px;
	}

	.frameNano .inner .isi .kanan2, .frameNano .inner .isi .kanan3 {
		float:none;
		width:100%;
		border:0px solid;
		margin-bottom:5px;
		padding-left:0px;
		padding-right:0px;
		line-height:30px;
	}
	
	.frameNano .inner .isi .frameImgLeft {
		float:none;
		width:100%;
		margin-left:20px;
		margin-right:10px;
		margin-bottom:10px;
		border:0px solid;
	}

	.frameNano .inner .isi .frameImgLeft img {
		float:left;
		width:25%;
		margin-right:10px;
	}

	.frameNano .inner .isi .frameImgLeft .nama {
		float:left;
		margin-top:25px;
		font-size:1.20em;
	}
	
	.frameNano .inner .isi .request {
		width:100%;
		text-align:center;
		margin-top:30px;
		font-size:1.10em;
	}
	
	.frameNano .inner .isi .pdf {
		width:50%;
		margin:0 auto;
	}

	.frameNano .inner .isi .pdf img {
		float:left;
		width:48px;
		margin-right:10px;
	}

	.frameNano .inner .isi .pdf .download {
		float:left;
		margin-top:10px;
		font-size:1.20em;
	}

}
@media(max-width:640px){
	.flick-right li {
	  margin: 0 0.2em;
	}
	.info-grid h3 {
	  font-size: 1.4em;
	}
	.col-news {
	  margin-bottom: 0em;
	}
	.content-news {
	  margin: 0em 0;
	}
	.content-news {
	  margin-bottom: 2.5em;
	}
	.text-left ul li {
	  margin: .4em 0;
	}
	.icon-right {
	    padding: 2em 2em 2.1em 2em;
  		width: 19%;
	}
	.icon-right2{
		padding: 2em 2em 2.1em 2em;
  		width: 19%;
	}
	.icon-right3{
		padding: 2em 2em 2.1em 2em;
		width: 19%;
	}
	
	.banner-text h1 {
	  font-size: 1.5em;
	}
	.banner3 {
	  min-height: 32px;
	  padding-bottom:0em;
	}
	.banner2 {
	  min-height: 100px;
	}
	.work-wrapper {
	  margin-right: 9px;
	    width: 32.3%;
	}
	.list.styled.arrow-list2 ul li a {
	  font-size: 12px;
	}
	.info-grid {
		float: none;
		width: 100%;
	}
	.top-text h3 {
	  font-size: 2em;
	}
	.top-text h3.visi {
	  font-size: 1.50em;
	}
	.information {
	  margin: 2em 0;
	}
	.info-grid p {
	 overflow: hidden;	
	  height: 113px;
	}
	.info-grid h4 {
	  font-size: 15px;
	}
	img.zoom-img {
	  margin: 0 auto;
	}
	.span_2 {
	  margin-bottom: 3em;
	}
	.service-in {
	  padding: 1em 0 1em;
	}
	.service-bottom {
	  padding: 3em 0 1em;
	}
	.ser-bottom {
	  padding: 0em 0 0;
	}
	.flex-in h4 {
	  margin: 1em 0 0;
	}
	.footer {
	  padding: .5em 0 1.5em;
	}
	.rotate {
	  width: 95.5%;
	  height: 94%;
	}
	.rotate i {
	  margin: 6em 0 0 9em;
	}
	.portfolio h2 {
	  font-size: 2.6em;
	}
	.services h3 {
	  font-size: 2.6em;
	  padding: 0 0 0.2em;
	}
	h5.best {
	  font-size: 2em;
	  margin-top: 2.3em;
	  padding-right: .8em;
	}
	.contact h3 {
	  font-size: 2.6em;
	  padding: 0 0 0.0em;
	}
	.address-grids {
	  padding: 0;
	  margin-bottom: 1.5em;
	  float: none;
	  width: 100%;
	  text-align: left;
	}
	
	.map {
	  margin-top: 2em;
	}
	.header-logo {
	  margin: 2em 0 0 0;
	}
	.text-left h3 {
		font-size: 1.3em;
	}
	.banner-grid {
	  width: 50%;
	}
	.banner-grid2 {
	    width: 50%;
	  /*margin-top: 2.3em;*/
	}
	.work-details h3 {
		font-size: 1.4em;
	}
	.service-info p {
		width: 100%;
		margin: 1em auto 0 auto;
	}
	.footer-logo {
	  float: none;
	  text-align: center;
	}
	.copy-right {
	  float: none;
	  margin-top: 1.5em;
	  text-align: center;
	}
	.navbar-nav {
	  z-index: 9999;
	}
	.contact-form input[type="text"] {
	  width: 31.3%;
	}
	
	.focus img {
		width:80%;
	}
}
@media(max-width:480px) {
	.support .isiSupport {
		width:100%;
		border:1px solid #fff;
		font-size:1.00em;
		position:inherit;
	}
	
	.support .isiSupport h3 {
		font-size:0.80em;
		margin-bottom:20px;
	}
	
	.support .isiSupport h4 {
		font-size:0.80em;
		margin-bottom:20px;
	}

	.support .isiSupport .baris {
		margin-left:10px;
		width:95%;
		font-size:0.70em;
		min-height:10px;
		margin-bottom:20px;
	}

	.support .isiSupport .baris .isi {
		float:left;
		margin-right:20px;
		width:40%;
	}

	.support .selectinput1 {
		width:130px;
	}

	.support .textinput1 {
		width:130px;
	}

	.support .textarea1 {
		width:130px;
		height:50px;
	}

	.support .button1 {
		padding-left:15px;
		padding-right:15px;
		padding-bottom:1px;
		padding-top:1px;
		float:right;
		margin-right:30px;
	}
	
	.frameArmor .desc1 {
		float:none;
		width:100%;
		min-height:50px;
		margin-left:0px;
		padding:20px;
		border:0px solid;
		border-radius:10px;
	}

	.frameArmor .desc1 .title {
		border-radius:5px;
		width:100%;
		min-height:10px;
		padding-bottom:5px;
		padding-top:5px;
		font-size:0.90em;
		margin-bottom:10px;
	}

	.frameArmor .desc1 img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}

	.frameArmor .desc1 .isi {
		background-color:#FFF;
		width:100%;
		color:#000;
		padding-bottom:15px;
		padding-top:15px;
		padding-left:15px;
		padding-right:15px;
		font-size:0.80em;
		margin-bottom:10px;
	}
	.frameArmor .desc2 {
		float:left;
		width:100%;
		margin-left:0px;
	}

	.frameArmor .desc2 .frameDesc {
		width:100%;
		margin-left:0px;
		padding:20px;
		margin-bottom:20px;
	}

	.frameArmor .desc2 .frameDesc .title {
		background-color:#FFF;
		width:100%;
		text-align:center;
		padding-bottom:5px;
		padding-top:5px;
		margin-bottom:10px;
	}

	.frameArmor .desc2 .frameDesc .isi {
		border-radius:5px;
		width:100%;
		padding-bottom:10px;
		padding-top:15px;
		padding-left:15px;
		padding-right:15px;
		margin-bottom:10px;
	}

	.frameArmor .desc2 .frameDesc .isi a.doc {
		float:left;
		font-weight:600;
		margin-bottom:20px;
		border:0px solid;
		margin-right:10px;
		margin-left:10px;
		font-size:0.90em;
	}
	.frameArmor .desc2 .frameImg {
		width:95%;
		margin:0 auto;
		padding:10px;
	}

	.frameArmor .desc2 .frameImg h3 {
		font-weight:600;
		margin-bottom:10px;
		width:100%;
		margin:0 auto;
		font-size:0.90em;
		text-align:center;
	}
		
	.frameArmor .desc2 .frameImg img {
		width:100%;
		height:auto;
		margin-top:20px;
		margin-bottom:20px;
	}
	.text-left h3 {
	  font-size: 1.2em;
	}
	.header-logo-info {
	  width: 65%;
	}
	
	img.tagline {
		width:100%;
	}
	.banner-bottom {
		position:inherit;
		padding-top:0px;
		border:1px solid;
		width:100%;
		margin:0 auto;
		margin-top:2px;
	}
	.banner-bottom2 {
		position:inherit;
		padding-top:20px;
		border:0px solid;
		width:90%;
		margin:0 auto;
		margin-top:2px;
	}
	.banner-bottom .frameVisi, .banner-bottom2 .frameVisi {
		float:none;
		width:100%;
		min-height:100px;
		margin:0 auto;
		padding-left:20px;
		padding-right:20px;
		padding-top:20px;
		padding-bottom:20px;
	}
	.banner-bottom .frameVisi h3, .banner-bottom2 .frameVisi h3 {
		font-size: 1.00em;
		margin: 0;
		line-height: 1.2em;
	}
	.banner-bottom .frameVisi p, .banner-bottom2 .frameVisi p {
		font-size: 0.80em;
		margin: 0.5em 0 0 0;
		margin-bottom:1em;
		line-height: 1.5em;
	}
	.banner-bottom .frameComp, .banner-bottom2 .frameComp {
		float:none;
		width:100%;
		min-height:100px;
		margin:0 auto;
		margin-top:20px;
		padding-left:20px;
		padding-right:20px;
		padding-top:20px;
		padding-bottom:20px;
	}
	.banner-bottom .frameComp p, .banner-bottom2 .frameComp p {
		font-size: 0.80em;
		margin: 0.5em 0 0 0;
		margin-bottom:1em;
		line-height: 1.5em;
	}
	.navbar-default {
	  padding: 0em 0 !important;
	}
	.navbar-default .navbar-nav  li a img {
		width:50%;
	}
	div#bs-example-navbar-collapse-1 ul li a {
		background-color:#FFF;
		padding-left:20px;
	}
	.navbar-nav {
		background-color:#FFF;
	}
	.navbar-nav li a {
		background-color:#FFF;
	}
	.contact-form input[type="text"] {
	  width: 100%;
	}
	.contact-form input[type="email"] {
	  margin: 0;
	  width: 100%;
	  margin-bottom: 1em;
	}
	.text-left ul li {
	  margin: 3px 0;
	}
	.text-left ul li a {
	  font-size: 12px;
	}
	.icon-right {
	  padding: 6px 8px 5px 8px;
	  width: 13%
	}
	.icon-right2{
	  padding: 6px 9px 6px 8px;
	  width: 13%;
	}
	.icon-right3{
	  padding: 6px 9px 6px 8px;
	  width: 13%;
	}
	.text-left ul li:nth-child(4) {
	  display: none;
	}
	.text-left ul li:nth-child(3) {
	  display: none;
	}
	.banner3 {
	   min-height: 39px;
		padding-bottom: 0em;
	}
	.top-text h3 {
	  font-size: 2em;
	}
	.top-text h3.visi {
	  font-size: 1.50em;
	}
	.top-text h4 {
	  font-size: 13px;
	}
	.top-text p {
	  font-size: 14px;
	  width: 100%;
	}
	.top-text p.visi {
	  font-size: 14px;
	  width: 100%;
	}
	.work-wrapper {
	  margin-right: 6px;
	  padding: 5px;
	}
	h3.m_1 {
	  font-size: 1.8em;
	}
	h3.m_2 {
	  font-size: 0.8em;
	  text-align:center;
	}
	.work {
	  padding: 2em 0em 3em 0em;
	}
	.col-news-top .date-in .month-in label .day {
	  font-size: 2em;
	}
	.info-grid {
	  margin: 4px 0px;
	  padding: 3px 0px 18px;
	  text-align: center;
	  width: 100%;
	}
	.information-grids {
	  padding: 2em 0;
	}
	.flick li {
	   width: 48%;
	}
	.flick {
	  width: 100%;
	  float: none;
	    padding-top: 0;
	}
	.flikker {
	  padding-top: 2em;
	  width: 100%;
	  float: left;
	}
	.foot-bottom {
 		 padding: 0em 0 0;
	}
	.flick-right {
	   float: left;
	  width: 83%;
	  margin-left: 0;
	  padding-top: 1em;
	}
	.footer-logo {
	  float: none;
	  text-align: center;
	}
	.copy-right {
	  float: none;
	  margin-top: 12px;
	  text-align: center;
	}
	.copyrights {
	  background: #030303;
	  padding: 1em 0 2em;
	}
	.footer-logo img {
	    width: 40%;
	}
	.logo a img {
	  width: 86%;
	  margin-top: 11px;
	}
	.top-text h3 {
	  font-size: 1.2em;
	}
	.top-text h3.visi {
	  font-size: 0.80em;
	}
	.banner2 {
	  min-height: 100px;
	}
	.about, .about2 {
		width:100%;
		margin:0 auto;
		border:0px solid;
		margin-top:5px;
	}
	.about .boxImg, .about2 .boxImg {
		width:90%;
		float:none;
		margin:0 auto;
		border:0px solid;
	}
	.about .boxImg img, .about2 .boxImg img {
		width:90%;
	}
	.about h4, .about2 h4 {
	  font-size: 0.80em;
	  font-weight: 600;
	  line-height:1.50em;
	  margin-top:20px;
	  margin-bottom:10px;
	}
	.about p, .about2 p {
	  font-size: 0.70em;
	  width: 90%;
	  margin: 0 auto;
	  line-height: 1.8em;
	  letter-spacing: 1px;
	}
	.homeProd {
		width:98%;
		margin:0 auto;
		margin-top:20px;
		padding-top:20px;
		padding-bottom:20px;
		border-top:1px solid #CDC9C9;
	}
	.homeProd .frameProd {
		float:none;
		width:90%;
		min-height:100px;
		margin:0 auto;
		border:2px solid #fff;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
		margin-bottom:20px;
	}
	.homeProd .frameProd img {
		width:100%;
		height:auto;
	}
	.homeProd .frameProd h3 {
	  font-size: 1.00em;
	  margin-bottom:10px;
	  margin-top:10px;
	}
	.homeProd .frameProd p {
	  font-size:0.70em;
	  line-height: 1.4em;
	}
	.brand {
		width:100%;
		margin:0 auto;
		min-height:100px;
		border-top:1px solid #B5B5B5;
		padding-top:20px;
		padding-bottom:3px;
		padding-left:40px;
	}
	.brand h4 {
		font-size: 1.50em;
		color:#000;
		margin-bottom:0.5em;
	}
	.brand img.satu {
		float:left;
		border:0 px solid;
		width:100px;
		height:100px;
		margin-right:20px;
		margin-left:10px;
	}
	.brand img.dua {
		float:left;
		border:0 px solid;
		width:100px;
		height:100px;
		margin-right:30px;
	}
	.brandProd {
		width:100%;
		margin:0 auto;
		min-height:100px;
		border-top:0px solid #B5B5B5;
		padding-top:3px;
		padding-bottom:3px;
		padding-left:60px;
	}
	.brandProd h4 {
		font-size: 1.50em;
		color:#000;
		margin-bottom:0.5em;
	}
	.brandProd img.satu {
		float:left;
		border:0 px solid;
		width:100px;
		height:100px;
		margin-right:20px;
		margin-left:10px;
	}
	.brandProd img.dua {
		float:left;
		border:0 px solid;
		width:100px;
		height:100px;
		margin-right:30px;
	}
	.profile {
		width:87%;
		margin:0 auto;
		border:0px solid;
		padding-bottom:40px;;
	}
	.profile h3 {
		text-align: center;
		color: #000;
		font-size: 0.80em;
		font-weight: 600;
		margin-top:5px;
		margin-bottom:20px;
		font-family: OpenSans-Regular;
	}
	.profile .frameImg {
		width:80%;
		margin:0 auto;
		border:1px solid #B5B5B5;
		margin-bottom:20px;
	}
	.profile p {
	  font-size: .875em;
	  width:100%;
	  margin: 0 auto;
	  line-height: 1.4em;
	  letter-spacing: 0.75px;
	}
	.kontak {
		width:100%;
		margin:0 auto;
		border:0px solid;
	}
	.kontak .alamat {
		float:none;
		width:80%;
		margin-right:20px;
		margin-left:20px;
		margin-bottom:40px;
		border:0px solid;
		line-height: 1.8em;
		letter-spacing: 1px;
		font-size:1.00em;
	}
	.kontak .alamat h3 {
		font-size:1.40em;
		font-weight:normal;
		margin-bottom:10px;
		margin-top:20px;
	}
	.kontak .fb {
		float:none;
		width:80%;
		margin:0 auto;
		margin-bottom:40px;
		border:0px solid;
	}
	.kontak .map {
		clear:both;
		float:none;
		width:90%;
		height:300px;
		margin:0 auto;
		margin-bottom:40px;
		border:0px solid;
		margin-top:0px;
	}
	.spaceProd {
		width:100%;
		border:0px solid;
		margin:0 auto;
		margin-bottom:20px;
	}
	.spaceProd .spec {
		float:none;
		width:100%;
		margin:0 auto;
		margin-bottom:40px;
		border:0px solid;
	}
	.spaceProd .spec .framekiri {
		float:none;
		width:90%;
		border:0px solid;
		margin:0 auto;
		margin-bottom:20px;
		border-left:1px solid #D1D1D1;
		padding-left:20px;
	}
	.spaceProd .spec .framekanan {
		float:none;
		width:90%;
		border-left:1px solid #D1D1D1;
		margin:0 auto;
		margin-bottom:20px;
	}
	.spaceProd .spec .framekiri h3, .spaceProd .spec .framekanan h3 {
		margin-right:20px;
		margin-bottom:10px;
		border:0px solid;
		font-size:1.00em;
		font-family: SortsMillGoudy-Regular;
		font-weight:600;
	}
	.spaceProd .spec .framekiri .isi, .spaceProd .spec .framekanan .isi {
		font-family:OpenSans-Regular;
		font-size:0.70em;
		line-height: 1.5em;
		/*letter-spacing: 1px;*/
	}
	.spaceProd .spec .framekiri li, .spaceProd .spec .framekanan li {
		margin-left:10px;
	}
	.spaceProd .frameList {
		float:none;
		width:100%;
		margin:0 auto;
		margin-bottom:10px;
		border:0px solid;
	}
	.spaceProd .frameList .imgprod {
		float:left;
		width:150px;
		min-height:150px;
		margin-right:20px;
		margin-left:10px;
		margin-bottom:20px;
	}
	.spaceProd .frameList .imgprod img {
		width:100%;
		height:auto;
		border:3px solid #FAFAFA;
		cursor:pointer;
		border-radius:5px;
	}
	.spaceProd .frameList .imgprod img:hover {
		opacity:0.5;
		border:3px solid #3A5FCD;
	}
	.in-about h4, .possible-about h4 {
	    padding: 1em 0 .5em;
	}
	.our-para {
	  float: none;
	  margin-right: 0;
	  width: 100%;
	  margin-bottom: 20px;
	}
	.bottom-content-in {
	  padding: 0 0;
	}
	.left-sit p {
	  text-align: left;
	}
	ul.date {
	  padding-top: 12px;
	}
	.from {
	  padding: 0em 0 1.54em;
	}
	.banner-top {
	  min-height: 258px !important;
	}
	.about-grid {
	  padding: 2em 0 1em !important;
	}
	.our-head {
	  float: none;
	  width: 100%;
	}
	ul.popular {
	  padding: 1em 0 3em;
	}
	.services h3 {
	  font-size: 2.2em;
	}
	h5.best {
	  font-size: 1.4em;
	  margin-top: 2.8em
	}
	.service-top-in {
	  padding: 1em 0;
	}
	.span_2 {
	  margin-bottom: 2em;
	}
	.ser-at p {
	  font-size: 1.1em;
	}
	.ser-at {
	  width: 63%;
	  padding-left: 2em;
	}
	.info-grid p {
	  overflow: hidden;
	  height: 68px;
	  width: 85%;
	  margin: 0 auto;
	}
	
	.info-grid.information {
	  padding: 0em 0em 1em 0;
	}
	.footer {
	  padding: 2em 0 2em;
	}
	.rotate {
	  width: 93.6%;
	  height: 91.5%;
	}
	.rotate i {
	  margin: 4em 0 0 6em;
	}
	.portfolio h2 {
	  font-size: 2.2em;
	}
	.portfolio {
	   padding: 2em 0;
	}
	.contact h3 {
	  font-size: 2.2em;
	}
	.contact {
	  padding: 1em 0 0em 0;
	}
	.contact-infom {
	  margin: 0em 0;
	}
	.address {
	  margin: 2em 0 1em;
	}
	.work-details h3 {
	    font-size: 1.3em;
	}
	.work-wrapper {
	  margin-right: 0;
	  padding: 5px;
	  width: 100%;
	  float: none;
	    margin-bottom: 1em;
	}
	a.b-link-stripe {
	  display: block;
	}
	span.glyphicon.glyphicon-search {
	  margin-top: 5em;
	}
	.in-profile:nth-child(3) {
	  margin-bottom: 0em;
	}
	.ser-at {
	  padding-left: 2em;
	}
	.flick1 {
	  margin: 0;
	  width: 100%;
	  float: none;
	  margin-top: 2em;
	}
	.error-page h3 {
	  font-size: 14em;
	}
	.error-page {
	  padding: 11em 0 15em;
	}
	
	.frameNano {
		width:95%;
		min-height:300px;
		border:0px solid;
		border-radius:7px;
		margin:0 auto;
		margin-bottom:20px;
		padding:15px;
	}

	.frameNano .inner {
		width:100%;
		min-height:300px;
		border:0px solid;
		border-radius:7px;
		margin:0 auto;
		padding:10px;
		background-color:#fff;
	}
	
	.frameNano .inner .title {
		width:100%;
		min-height:45px;
		margin-top:0px;
		margin-bottom:10px;
		padding-top:5px;
		padding-bottom:20px;
		border:0px solid;
		font-size:0.70em;
	}
	
	.frameNano .inner .isi {
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:20px;
		padding-right:20px;
		font-size:0.80em;
		line-height:25px;
	}
	
	.frameNano .inner .isi .kiri {
		float:none;
		width:100%;
		padding-left:0px;
		padding-right:10px;
	}

	.frameNano .inner .isi .kanan {
		float:none;
		width:100%;
		padding-left:10px;
		padding-right:10px;
	}

	.frameNano .inner .isi table.satu {
		width:100%;
		margin-bottom:20px;
		font-size:0.80em;
	}

	.frameNano .inner .isi td.satu, td.dua {
		width:40%;
		padding-bottom:3px;
		padding-top:5px;
	}

	.frameNano .inner .isi td.dua {
		width:60%;
		padding-left:20px;
	}
	
	.frameNano .inner .isi li {
		font-size:0.90em;
	}
	
	.frameNano .inner .isi table.tiga {
		width:100%;
	}

	.frameNano .inner .isi td.tiga {
		width:70%;
		padding-right:10px;
	}
	
	.frameNano .inner .isi td.empat {
		width:30%;
		padding-right:10px;
	}

	.frameNano .inner .isi .box {
		width:100%;
		font-size:0.90em;
	}

	.frameNano .inner .isi .box .judul {
		font-weight:600;
	}
	
	.frameNano .inner .isi .kiri2, .frameNano .inner .isi .kiri3 {
		float:none;
		width:100%;
		border:0px solid;
		line-height:30px;
		font-size:0.90em;
	}

	.frameNano .inner .isi .kanan2, .frameNano .inner .isi .kanan3 {
		float:none;
		width:100%;
		border:0px solid;
		margin-bottom:5px;
		padding-left:0px;
		padding-right:0px;
		line-height:30px;
		font-size:0.90em;
	}
	
	.frameNano .inner .isi .frameImgLeft {
		float:none;
		width:100%;
		margin-left:0px;
		margin-right:10px;
		margin-bottom:10px;
		border:0px solid;
	}

	.frameNano .inner .isi .frameImgLeft img {
		float:left;
		width:25%;
		margin-right:10px;
	}

	.frameNano .inner .isi .frameImgLeft .nama {
		float:left;
		margin-top:15px;
		font-size:0.90em;
	}
	
	.frameNano .inner .isi .pdf {
		width:80%;
		margin:0 auto;
	}

	.frameNano .inner .isi .pdf img {
		float:left;
		width:48px;
		margin-right:10px;
	}

	.frameNano .inner .isi .pdf .download {
		float:left;
		margin-top:10px;
		font-size:1.20em;
	}
}
@media(max-width:414px){
	.icon-right {
	  padding: 6px 8px 5px 8px;
	  width: 30%;
	}
	.icon-right2{
	  padding: 6px 8px 5px 8px;
	  width: 30%;
	}
	.icon-right3{
	  padding: 6px 8px 5px 8px;
	  width: 30%;
	}
	.logo a img {
	  width: 77%;
	}
	.logo {
	  width: 44%;
	}
}
@media(max-width:375px){
	.icon-right {
	  padding: 6px 8px 5px 8px;
	  width: 30%;
	}
	.icon-right2{
	  padding: 6px 8px 5px 8px;
	  width: 30%;
	}
	.icon-right3{
	  padding: 6px 8px 5px 8px;
	  width: 30%;
	}
	.logo a img {
	  width: 77%;
	}
	.logo {
	  width: 44%;
	}
	.basic {
		width:90%;
		margin:0 auto;
		min-height:100px;
		margin-bottom:20px;
		padding-bottom:20px;
		padding-top:20px;
	}
	.PadpakImg {
		float:left;
		width:200px;
		height:138px;
		margin-left:60px;
		margin-right:40px;
		margin-bottom:40px;
	}
	.basicDesc .frameDesc h3 {
		font-size:1.00em;
	}
	.basicDesc .frameDesc h3.bahco {
		font-size:1.20em;
	}
	.basicDesc .frameDesc h4 {
		font-size:0.80em;
	}
	.basicDesc .frameDesc h4.bahco {
		font-size:1.00em;
	}
	.basicDesc .frameDesc .kiri {
		float:none;
		width:97%;
		margin-right:3px;
	}
	.basicDesc .frameDesc table {
		width:100%;
	}
	.basicDesc .frameDesc th {
		font-size:0.60em;
		padding-left:5px;
		padding-right:5px;
	}
	.basicDesc .frameDesc th img {
		width:25px;
		height:25px;
	}
	.basicDesc .frameDesc td {
		font-size:0.60em;
		padding-left:5px;
		padding-right:5px;
	}
	.basicDesc .frameDesc .frameImg {
		width:100%;
		margin:0 auto;
		margin-bottom:20px;
		border:0px solid;
	}
	.basicDesc .frameDesc .frameImg2 {
		width:100%;
	}
	.basicDesc .frameDesc .frameContent {
		width:95%;
		margin:0 auto;
		border:0px solid;
		padding-left:5px;
		padding-right:5px;
		padding-bottom:20px;
	}
	.basicDesc .frameDesc .frameContent .content, .basicDesc .frameDesc .frameContent .content2 {
		float:none;
		width:100%;
		margin-left:5px;
		margin-right:5px;
	}
	.basicDesc .frameDesc .frameContent .content h4, .basicDesc .frameDesc .frameContent .content2 h4 {
		font-size:1.00em;
		margin-bottom:5px;
		margin-top:0px;
		line-height:1.20em;
	}
	.basicDesc .frameDesc .frameContent .content .isi, .basicDesc .frameDesc .frameContent .content2 .isi {
		font-size:0.80em;
		line-height:1.60em;
	}
	.basicDesc .frameDesc .frameContent img.satu {
		float:none;
		width:230px;
		margin-left:10px;
		margin-right:5px;
	}
	.basicDesc .frameDesc .frameContent img.dua {
		float:none;
		height:200px;
		margin-left:40px;
		margin-right:5px;
		border:0px solid;
	}
	.basicDesc .frameDesc .frameContent img.tiga {
		float:none;
		width:275px;
		margin-left:0px;
		margin-right:5px;
		margin-top:20px;
	}
	.basicDesc .frameDesc .listMetal {
		float:none;
		width:70%;
		height:190px;
		margin:0 auto;
		margin-bottom:20px;
	}
	.basicDesc .frameDesc .listMetal img.satu {
		width:80%;
		margin:0 auto;
		margin-top:20px;
		margin-left:18px;
		margin-bottom:10px;
	}
	.basicDesc .frameDesc .listMetal img.dua {
		height:80%;
		margin:0 auto;
		margin-top:10px;
		margin-left:50px;
		margin-bottom:5px;
	}
	.basicDesc .frameDesc .listMetal .nama {
		text-align:center;
		font-size:0.80em;
		padding-left:2px;
		padding-right:2px;
		padding-bottom:5px;
	}
	.frameVideo {
		width:100%;
		margin:0 auto;
		border:2px solid #fff;
		margin-top:20px;
	}
	.frameVideo .boxVideo {
		float:none;
		width:90%;
		height:200px;
		margin:0 auto;
		margin-bottom:20px;
	}
	.frameCla {
		float:none;
		width:90%;
		min-height:225px;
		border:0px solid;
		margin:0 auto;
		margin-bottom:20px;
		padding-top:20px;
		padding-bottom:20px;
		padding-left:5px;
		padding-right:5px;
	}
	.frameCla img {
		width:90%;
		height:auto;
		margin-left:12px;
		margin-bottom:10px;
	}
	.frameCla img:hover {
		opacity:0.7;
	}
	.frameCla .boxDesc {
		width:90%;
		height:160px;
		margin-left:15px;
		padding:12px;
		font-size:1.00em;
	}
	.frameClaDet .frameClaKiri {
		float:none;
		width:100%;
		margin:0 auto;
		padding-top:5px;
		padding-bottom:20px;
	}
	.frameClaDet .frameClaKanan {
		float:none;
		width:100%;
		margin:0 auto;
	}
	.frameClaDet .frameClaKanan .boxDesc {
		line-height:1.50em;
		font-size:0.80em;
	}
	.frameClaDet .frameClaKanan .boxDesc h1 {
		font-size:1.00em;
		padding-bottom:5px;
		padding-top:5px;
	}
	.frameClaDet .frameClaKanan .boxDesc h2 {
		font-size:1.00em;
		padding-bottom:20px;
		padding-top:5px;
	}
	.frameClaDet .frameClaKanan .boxDesc h3 {
		font-size:0.80em;
		padding-bottom:5px;
		padding-top:5px;
	}
	.frameClaDet .frameClaKanan .boxBenefit h2 {
		font-size:1.00em;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:5px;
		padding-right:10px;
		color:#000;
	}
	.frameClaDet .frameClaKanan .boxBenefit .text, .frameClaDet .frameClaKanan .boxBenefit .text2 {
		color:#000;
		line-height:1.80em;
		margin-left:10px;
		margin-top:10px;
		margin-bottom:15px;
		margin-right:10px;
		font-size:0.80em;
	}
	.frameClaDet .frameClaKanan .boxBenefit .text2 {
		line-height:1.60em;
	}
	.frameClaDet .frameClaKanan .boxBenefit .text h3, .frameClaDet .frameClaKanan .boxBenefit .text2 h3 {
		font-size:1.00em;
		font-weight:600;
		padding-bottom:10px;
		padding-top:15px;
	}
}
@media(max-width:320px){
	.navbar-default .navbar-nav li a {
	  padding: 12px 0;
	}
	.banner3 {
	  min-height: 37px;
	  padding-bottom: 0em;
	}
	.header-logo-info h1 a img {
	  width: 100%;
	}
	.search input[type="search"] {
	  width: 71%;
	  padding: 5px 5px;
	}
	.search {
	  width: 55%;
	     margin-top: 6px;
	}
	.header {
	    padding: 12px 0 6px;
	}
	.banner-grid {
	  width: 100%;
	  padding: 0;
	  float:none;
	}
	.banner-grid2 {
	  /*margin-top: 1em;*/
	  width: 100%;
	  float:none;
	}
	.top-text h3 {
	  font-size: 2em;
	}
	.top-text h3.visi {
	  font-size: 1.50em;
	}
	.text-left p {
		font-size: .8em;
	}
	.navbar-toggle {
		margin-top: 16px !important;
		margin-right: 0px !important;
	 }
	 .navbar {
		min-height: 35px !important;
	    margin-bottom: 5px !important;
	}
	.banner-text h1 {
	  font-size: 1.3em;
	  line-height: 1.5em;
	    letter-spacing: 1px;
	}
	.icon-right {
	  padding: 5px 8px 6px 8px;
	  width: 24%;
	}
	.icon-right2{
	  padding: 5px 8px 6px 8px;
	  width: 24%;
	}
	.icon-right3{
	  padding: 5px 8px 6px 8px;
	  width: 24%;
	}	2
	.top-text h4 {
	  font-size: .875em;
	}
	.top-text p {
	  font-size: 13px;
	}
	.top-text p.visi {
	  font-size: 13px;
	}
	.work-wrapper {
	  width: 100%;
	  float: none;
	  margin-right: 0;
	    margin-bottom: 16px;
	}
	h2.b-animate.b-from-left.b-delay03 {
	    padding-top: 5em;
	}
	.news-left {
	  margin: 1em 0 0;
	}
	.flick-right {
	  padding-top: 0em;
	    margin: 14px 0 0;
	}
	.information-grids {
	  padding: 2em 0 .8em;
	}
	.content-news {
	    margin-bottom: 2em;
        margin-top: .3em;
	}
	.flick {
	   padding:2em 0;
	    float: left;
	}
	.flick li {
	      width: 32%;
	}
	.footer h4 {
	    margin: 0em 0 .3em;
        padding-bottom: 0;
		font-size: 1.7em;
	}
	.in-sed {
	  width: 54px;
	  height: 54px;
	}
	.social-icons ul {
	  margin: 0 116px 13px 0;
	  padding: 0;
	}
	.in-about h4, .possible-about h4 {
	  font-size: 1.5em;
	}
	.col-in-about {
	  padding: .6em 0;
	}
	ul.date li span {
	  padding: 0 .8em 0 0;
	}
	.service-in {
	  padding: 0em 0 1em;
	}
	.about h2 {
	  font-size: 2em;
	}
	.services h3 {
	  font-size: 2em;
	}
	.portfolio h2 {
	  font-size: 2em;
	}
	.contact h3 {
	  font-size: 2em;
	}
	h5.best {
	   font-size: .9em;
        margin-top: 5.8em;
	}
	.ser-at p {
	  font-size: 14px;
	}
	.ser-at {
	  padding-left: 1em;
	}
	.error-page {
	    padding: 7em 0 8em;
	}
	.error-page h3 {
	    font-size: 10em;
	}
	.error-page a {
	  padding: 5px 31px 6px;
	  font-size: 1.5em;
	}
	.footer {
	  padding: 0em 0 0em;
	}
	.work-grid {
	  padding: 0 0 4px 4px;
	}
	.rotate {
	  width: 96.8%;
	  height: 96%;
	}
	.rotate i {
	  margin: 2em 0 0 3em;
	    background-size: 50%;
	}
	.contact h3 {
	  font-size: 1.8em;
	}
	.contact h4 {
	  font-size: 18px;
	    line-height: 1.3em;
	}
	.map iframe {
	  height: 218px;
	}
	.contact-form input[type="text"] {
	  width: 100%;
	    margin-bottom: .6em;
	}
	.contact-form input[type="email"] {
	  width: 100%;
	    margin: 0 0em .6em 0;
	}
	.address p {
	  margin: 0 0 0em 0px;
	}
	.flick1 {
	  padding: 0;
	      margin-bottom: 16em;
	        margin-top: 0em;
	}
	.copyrights {
	  padding: 1em 0 1em;
	}
	span.glyphicon.glyphicon-search {
	  margin-top: 0em;
	}
	.work-details p {
	    font-size: .8em;
	}
	.work-details h3 {
	  font-size: 1.3em;
	}
	.work {
	    padding: 2em 0em 1em 0em;
	}
	.col-bottom h6 {
	    font-size: 1.3em;
	}
	.col-bottom p {
	    font-size: .8em;
	}
	.in-about {
	  padding: 0;
	}
	.possible-about {
	  padding: 0;
	}
	.in-profile {
	  padding: 0;
	}
	.in-sed {
	  padding-top: 9px;
	}
	.service-bottom {
	  padding: 2em 0 1em;
	}
	.flex-in h4 {
	  margin: .4em 0 .3em;
	  font-size: 1.5em;
	}
	.services {
	   padding: 0 0 .5em;
	   margin: 1em 0 0em;
	}
	.service-box p {
		font-size: .8em;
	}
	.info-grid p {
	  font-size: .8em;
	}
	.service-info p {
		font-size: .8em;
	}
	.service-box h5 {
		font-size: 1.3em;
	}
	.flex-in p {
	  margin: 0 0 .1em;
	}
	.flex-in {
	  padding: 0;
	  margin-bottom: 1.3em;
	}
	.span_2 {
	  padding: 0;
	}
	.col-news-top .date-in .month-in label .day {
	  font-size: 2em;
	  line-height: 45px;
	  margin-bottom: 0px;
	  margin-top: 34px;
	}
	.flikker {
	   padding-top: 1em;
	}
	.flick-right p {
	  margin: 0;
	    line-height: 1.5em;
	}
	.our-grid p, .left-sit p, .our-mission p {
	    font-size: .8em;
	}
	.footer-logo img {
	    width: 55%;
	}
	#toTop {
	  right: 0px;
	}
	.map {
	  margin-top: 1.3em;
	}
	.contact h3 {
	  padding: .3em 0 0.0em;
	}
	.flick-right a.p-post {
		font-size: .8em;
	}
	span.icon_text {
		font-size: .8em;
	}
	.about-grid p.caption {
	  width: 100%;
	  margin: .5em;
	  font-size: .8em;
	}
	.our-grid h6 a, .our-mission h6 a {
	  font-size: .9em;
	}
	.our-head p, .possible-about p {
		font-size: .8em;
	}
	ul.place li {
		font-size: .8em;
	}
	.from p {
		font-size: .8em;
	}
	ul.date {
	  padding-top: 0;
	}
	ul.date li {
	  margin-bottom: .5em;
	}
	.in-profile:nth-child(2) {
	  margin: 1em 0;
	}
	p.sag {
		font-size: .8em;
	}
	ul.popular li a {
		font-size: .8em;
	}
	.typography {
	  padding: 2em 0;
	}
	.typography h3.type {
		font-size: 2em;
	}
	.address p {
		font-size: 0.8em;
	}
	.contact-infom p {
		font-size: 0.8em;
	}
	.contact-form {
		margin: 1em 0 0;
	}
	.contact-form input[type="text"] {
		font-size: 12px;
	}
	.contact-form textarea {
		font-size: 13px;
	}
	.contact-form input[type="email"] {
		font-size: 12px;
	}
	button.btn1.btn-1.btn-1b {
		font-size: 1em;
	}
	.top-text h4 {
		margin: 1em 0 .5em 0;
	}
	.navbar-default .navbar-nav li a {
		font-size: 16px;
	}
	.csstransforms3d .cl-effect-2 a span::before {
		font-size: 16px;
	}
	
	.focus img {
		width:60%;
	}
}
/*----responsive-menu-end---*/