/* Global */
#tentang{
	font-family:"Segoe UI";
    font-size: 20px;
}
body {
	font-family:"Segoe UI";
	color: #8a8683;
	background-color:#fffff;
	margin: 0 ;
	padding: 0;
	overflow-x:hidden;
}

.blue a{
	color:#FFF;
	float:right;
}

.blue a:hover{
	color:#FFF;
	text-decoration:none;
}

body,table {
 	color: #838383;
 	background-color: white;
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	padding:0;
}

hr{
	size:2000px;	
}

#container {
    position: relative;
    padding: 0 -1px 0 0;
    overflow-y: scroll;
    top: 0;
    left: 0;
	right:0;
    bottom: 0;
}

img {	
	float:right;
	max-width: 100%;
}

a:link {
	text-decoration: none;
}

.hexagon {
	-webkit-mask-box-image: url(../images/mask.png);
	-moz-mask-box-image: url(../images/mask.png);
	-o-mask-box-image: url(../images/mask.png);
	mask-box-image: url(../images/mask.png);
}

.mrg{
	margin-top:20px;
}

.pull-right {
  	float: right !important;
}

.pull-left {
  	float: left !important;
}

.wrap{
	width:100%;
	height:400px;
	background: rgba(40, 33, 25, 0.3);
	margin-left:-15px;
		
}





/*--------------------*/
/* --- background --- */
/*--------------------*/

.welcome > h1 {
	font-size:40px;	
}

.welcome > p  {
	font-size:18px;
	font-style:normal;
}

.welcome_style {
	background:url(../img/background/bg_1.jpg);
	-webkit-background-size:cover;
        -moz-background-size:cover;    
    background-size:cover;	
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
}






/*--------------------*/
/* --- Navigation --- */
/*--------------------*/
.menu {
        padding-bottom: 8px;
	position:relative;
	top:0px;
	width:100%; 
	height:auto; 
	z-index:100;
}

#logo {
        padding-top: 8px;
	text-align: center;
	margin: 2px 0;
	width: 200px;
	height: 50px;
}

#nav {
	text-align: right;
	margin: 0;
	padding: 0 2px 2px 2px;	
}

.navigation{
	float: right;
	list-style: none;
	margin: 0;
	margin-bottom:10px;
}

.navigation a { 
	display: inline-block; 
	height: 92px; 
	vertical-align: middle; 
}

.navigation a.home_nav { 
	background: url(../img/navigation/home.png) left bottom no-repeat; 
	-o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
	width: 84px; 
}

.navigation a.about_nav { 
	background: url(../img/navigation/about.png) left bottom no-repeat; 
	-o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
	width: 84px; 
}

.navigation a.portfolio_nav { 
	background: url(../img/navigation/portfolio.png) left bottom no-repeat; 
	-o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
	width: 102px;
	
}

.navigation a.contact_nav { 
	background: url(../img/navigation/contact.png) left bottom no-repeat; 
	-o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
	width: 84px;
	 
}

.navigation a.portfolio_nav:hover { 
	background-position: left top; 
	-o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
	width: 102px; 
}

.navigation a:hover { 
	background-position: left top; 
	-o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
	width: 84px; 
}












/*------------------*/
/* ---   button --- */
/*------------------*/
.btn_load {
  	background-color: #ff7600;
	padding:10px 10px 10px 10px;	
    border-bottom:2px solid #d35400;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    border-radius: 5px;;
    color:#ffffff;
}

btn_load:hover {
	color:#ffffff;
}

/* --- General Slides --- */ 
.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:50px 0;
	
}








/*------------------*/
/* ---    box   --- */
/*------------------*/
.box-bottom a{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	padding: 12px 12px 12px 12px;
	font-size:18px;
	text-align: center;
	color: #FFF;
	background-color:rgba(41,144,241,.6);
}
.box-bottom a:hover{
	text-decoration:none;
	color:#FFF;
}

.serv_title {
	font-size:14px;
	text-align:center;
}

.service .Integrator {
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-image:url(../img/icon/s_integrator.png);
	background-position:center;
	background-repeat:no-repeat;
	width: auto; 
	height: 100.5px; 
	
}

.service .Telekomunikasi {
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-image:url(../img/icon/s_telekomunikasi.png);
	background-repeat:no-repeat;
	background-position:center ;
	width: auto; 
	height: 100.5px; 
	
}

.service .Komputer {
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-image:url(../img/icon/s_computer.png);
	background-repeat:no-repeat;
	background-position:center;
	width: auto; 
	height: 100.5px; 

}

.service .Kharcoal {
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-image:url(../img/icon/s_kharcoal.png) ;
	background-repeat:no-repeat;
	background-position:center;
	width: auto; 
	height: 100.5px; 
	
}

.service:hover > .Integrator{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-image:url(../img/icon/s_integrator_hover.png);
	background-position:center;
	background-repeat:no-repeat;
	width: auto; 
	height: 100.5px; 
}

.service:hover > .Telekomunikasi{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-image:url(../img/icon/s_telekomunikasi_hover.png);
	background-position:center ;
	background-repeat:no-repeat;
	width: auto; 
	height: 100.5px; 
}

.service:hover > .Komputer{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-image:url(../img/icon/s_computer_hover.png);
	background-position:center ;
	background-repeat:no-repeat;
	width: auto; 
	height: 100.5px; 
}

.service:hover > .Kharcoal{
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	background-image:url(../img/icon/s_kharcoal_hover.png);
	background-position:center ;
	background-repeat:no-repeat;
	width: auto; 
	height: 100.5px; 
}

.service:hover{
	background-color:rgba(197, 197, 197, 0.3);
}





/*------------------*/
/* --- About Us --- */
/*------------------*/

.img_responsive{
	width:1366px;
	height:450px;
}

.team:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.team .social-links {
    margin-top: 15px;
}

.team .social-links a { display: inline-block; width: 24px; height: 24px; margin: 0 4px; vertical-align: middle; }

.team .social-links a.twitter { background: url(../img/social-icons/twitter.png) left top no-repeat; }
.team .social-links a.dribbble { background: url(../img/social-icons/dribbble.png) left top no-repeat; }
.team .social-links a.pinterest { background: url(../img/social-icons/pinterest.png) left top no-repeat; }
.team .social-links a.flickr { background: url(../img/social-icons/flickr.png) left top no-repeat; }
.team .social-links a.forrst { background: url(../img/social-icons/forrst.png) left top no-repeat; }
.team .social-links a.vimeo { background: url(../img/social-icons/vimeo.png) left top no-repeat; }
.team .social-links a.linkedin { background: url(../img/social-icons/linkedin.png) left top no-repeat; }
.team .social-links a.facebook { background: url(../img/social-icons/facebook.png) left top no-repeat; }
.team .social-links a.email { background: url(../img/social-icons/email.png) left top no-repeat; }
.team .social-links a.behance { background: url(../img/social-icons/behance.png) left top no-repeat; }
.team .social-links a.googleplus { background: url(../img/social-icons/googleplus.png) left top no-repeat; }
.team .social-links a.youtube { background: url(../img/social-icons/youtube.png) left top no-repeat; }
.team .social-links a.skype { background: url(../img/social-icons/skype.png) left top no-repeat; }
.team .social-links a.tumblr { background: url(../img/social-icons/tumblr.png) left top no-repeat; }

.team .social-links a:hover { background-position: left bottom; }

.team h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.team p {
	padding:4px 4px 4px 4px;
    line-height: 24px;
    font-style: italic;
}







/*-------------------*/
/* --- Portfolio --- */
/*-------------------*/
#portofolio h5 {
	padding-top:10px;
}

#filters { 
	margin-top: 10px;
	margin-bottom: 10px; 
	padding: 0; 
	font-size: 16.73px;
	font-family:Aliquam, "Calibri Light", Arial;
	text-transform:uppercase;
}

#filters li { 
	float: left; 
	list-style: none; 
	margin-right: 5px; 
	margin-bottom: 10px; 
}

#filters li a { 
	padding: 10px 15px 10px 15px; 
	text-decoration: none; 
	color:#FFF;		
	background-color: rgba(41,144,241,0.8); 
}

#filters li a:hover{
	background-color: rgb(11,121,226); 	
}

.portofoliothumboverlay { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 97%; 
	background: rgba(0, 0, 0, 0.8); 
	display: block;  
}

.portofoliothumboverlay .inner { 
	display: block; 
	text-align: center; 
	position: absolute; 
	left: 5%; 
}

.portofoliothumboverlay:hover { 
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-ms-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out; 
	opacity: 1; 
}

.portofoliothumb { 
	position: relative; 
	width: 100%; 
	height: 100%; 
	cursor: pointer; 
	border: none; 
}

.portofoliothumb:hover { 
	opacity: 1 
}

.portofoliothumb > img { 
	width: 100%!important; 
	height: 250px; 
}

a.projectdetail { 
	background-color: rgba(41,144,241,0.5);
	color: #fff; 
	padding: 7px 7px 7px 7px; 
	font-size: 12px; 
}

.projectdetail:hover { 
	background-color: rgba(41,144,241,0.8); 
	color: #fff; 
	text-shadow: 1px 1px 1px #111; 
	text-decoration:none;
}

.portofoliobutton { 
	display: inline-block; 
	padding: 4px 14px; 
	margin-bottom: 0; 
	line-height: 20px; 
	text-align: center; 
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 
	vertical-align: middle; 
	cursor: pointer; 
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); 
	filter: progid:dximagetransform.microsoft.gradient(enabled=false); 
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 
	border-color: #c5c5c5; border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); 
}

.portofoliobutton:focus { 
	outline: none ;

}

.portofoliobutton.selected { 
	color: #ffffff; 
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 
	background-color: #555; 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#444)); 
	background-image: -webkit-linear-gradient(top, #555, #444); 
	background-image: -o-linear-gradient(top, #555, #444); 
	background-image: linear-gradient(to bottom, #555, #444); 
	background-image: -moz-linear-gradient(top, #555, #444); 
	background-repeat: repeat-x; 
	border-color: #444 #444 #387038; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff555', endColorstr='#ff444', GradientType=0); 
	filter: progid:dximagetransform.microsoft.gradient(enabled=false); 
}

.isotope-item { 
	z-index: 2 
}

.isotope-hidden.isotope-item { 
	pointer-events: none;
	z-index: 1; 
}

.isotope,.isotope .isotope-item { 
	-webkit-transition-duration: 0.8s; 
	-moz-transition-duration: 0.8s; 
	-ms-transition-duration: 0.8s; 
	-o-transition-duration: 0.8s; 
	transition-duration: 0.8s; 
}

.isotope { 
	-webkit-transition-property: height, width; 
	-moz-transition-property: height, width; 
	-ms-transition-property: height, width; 
	-o-transition-property: height, width; 
	transition-property: height, width; 
}

.isotope .isotope-item { 
	-webkit-transition-property: -webkit-transform, opacity; 
	-moz-transition-property: -moz-transform, opacity; 
	-ms-transition-property: -ms-transform, opacity; 
	-o-transition-property: -o-transform, opacity; 
	transition-property: transform, opacity; 
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition { 
	-webkit-transition-duration: 0s; 
	-moz-transition-duration: 0s; 
	-ms-transition-duration: 0s; 
	-o-transition-duration: 0s; 
	transition-duration: 0s; 
}

.detailslider {
	border:10px solid #fff;
	margin-top:13px;
}




/*-------------------*/
/* ------ map ------ */
/*-------------------*/
.map{
	position:relative;
	margin-top:50px;
	margin-bottom:40px;
}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}
/*------------------------*/
/* --- contact form  ---- */
/*------------------------*/
form#contactform input[type="text"] {
  width: 100%;
  border: 1px solid #f5f5f5;
  min-height: 40px;
  padding-left:20px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform textarea {
border: 1px solid #f5f5f5;
  width: 100%;
  padding-left:20px;
  padding-top:10px;
  font-size:13px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

form#contactform .validation {
	font-size:11px;
}

#sendmessage {
	border:1px solid #e6e6e6;
	background:#f6f6f6;
	display:none;
	text-align:center;
	padding:15px 12px 15px 65px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;

}

#sendmessage.show,.show  {
	display:block;
}
