/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 8, 2014, 3:52:23 PM
    Author     : setiawan
*/



/* Fonts */
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot?') format('eot'), 
         url('../fonts/Roboto-Bold.woff') format('woff'), 
         url('../fonts/Roboto-Bold.ttf')  format('truetype'),
         url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
}

@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('../fonts/RobotoCondensed-Bold.eot?') format('eot'), 
         url('../fonts/RobotoCondensed-Bold.woff') format('woff'), 
         url('../fonts/RobotoCondensed-Bold.ttf')  format('truetype'),
         url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot?') format('eot'), 
         url('../fonts/Roboto-Regular.woff') format('woff'), 
         url('../fonts/Roboto-Regular.ttf')  format('truetype'),
         url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot?') format('eot'), 
         url('../fonts/Roboto-Regular.woff') format('woff'), 
         url('../fonts/Roboto-Regular.ttf')  format('truetype'),
         url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
}

@font-face {
    font-family: 'Bebas';
    src: url('../fonts/Bebas.eot?') format('eot'), 
         url('../fonts/Bebas.woff') format('woff'), 
         url('../fonts/Bebas.ttf')  format('truetype'),
         url('../fonts/Bebas.svg#Bebas') format('svg');
}
/*
*/

/* General styling */
.container {
    width: 980px !important;
}

.title {
    font-family: 'Bebas';
}

.subtitle {
    font-family: 'Roboto-Regular';
    font-size: 1.22em;
    line-height: 1.2em;
}

.ptitle {
    font-family: 'RobotoCondensed-Bold';
}

.btn-info {
    background: none !important;
    padding: 12px 25px;
    border:2px solid #7f73ab;
    font-family: 'RobotoCondensed-Bold';
}

.btn-expand {
    background: #ececec !important;
    padding: 12px 25px;
    border:2px solid #bbb;
    font-size: 1em;
    color: #bbb;
    font-family: 'RobotoCondensed-Bold';
}

/*
*/


/* Top Nav */
/* This part is to style a top navigation / menu in every page */
#header {
/*    position: fixed;*/
    position: absolute;
    height: 300px;
    width: 100%;
    z-index: 2000;
    overflow: hidden;
}

#logo {
    float: left;
}

#social-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-family: 'Roboto-Regular';
    font-size: 0.8em;
    color: #999;
}

.nav {
    height: 30px;
}

.nav ul {
    border-collapse: collapse;
    margin: 0;
}

.nav li {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 30px;
    height: auto;
}

#first-nav {
    margin-left: 20px !important;
}

.nav li a {
    height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.nav li a {
    color: #999;
}

.nav li.active a {
    height: 30px;
    
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius:0;
    
    background: #e5e5e5 !important;
    background: -webkit-linear-gradient('top, #000 0%, #eee 20%') !important;
    background: -moz-linear-gradient('top, #000 0%, #eee 20%') !important;
    background: -ms-linear-gradient('top, #000 0%, #eee 20%') !important;
    background: -o-linear-gradient('top, #000 0%, #eee 20%') !important;
    
    color: #999 !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.menu {
    background: #fafafa;
    
    background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #eee 100%);
    
    box-shadow: 2px 2px 2px 0 #bbb;
    -webkit-box-shadow: 2px 2px 2px 0 #bbb;
    -moz-box-shadow: 2px 2px 2px 0 #bbb;;
    -ms-box-shadow: 2px 2px 2px 0 #bbb;
    -o-box-shadow: 2px 2px 2px 0 #bbb;
    
    border-bottom: 1px solid #eee;
    width: 200%;
    font-family: 'Roboto-Bold';
    font-size: 10px;
}

.nav li a:hover,
.nav li:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    
    color: #29127a;
}

.nav li.active a:hover,
.nav li.active:hover {
    color: #29127a !important;
    background: #eee !important;
}

.nav li a:hover + div.submenu ul li a,
.nav li:hover > div.submenu ul li a{
    background: none !important;
    border: none !important;
}

.nav li a:hover + div.submenu ul,
.nav li:hover > div.submenu ul,
.nav li.active a:hover + div.submenu ul,
.nav li.active:hover > div.submenu ul {
    display: block;
}

.submenu {
    position: absolute;
width: 200px;
height: auto;
top: 30px;
padding-top:2px;
}

.submenu ul {
    display: none;
    background: #eee;
    border-bottom: 3px solid #29127a;
    padding: 15px 0 0 0;
    
}

.submenu li {
    list-style: none;
}

.submenu li:hover > div.submenu2 ul {
    display: block !important;
}

.submenu2 {
    position: absolute;
    width: 200px;
    height: auto;
    margin-left: 200px;
    margin-top: -30px;
}

.submenu2 ul {
    display: none !important;
    background: #eee;
    border-bottom: 3px solid #29127a;
    padding: 15px 0 0 0;
}

.submenu2 li {
    list-style: none;
}

.submenu2 li a:hover + div.submenu3 ul,
.submenu2 li.active a:hover + div.submenu3 ul,
.submenu2 li:hover > div.submenu3 ul,
.submenu2 li.active:hover > div.submenu3 ul,
.submenu2 li a:hover + div#submenu3 ul,
.submenu2 li.active a:hover + div#submenu3 ul,
.submenu2 li:hover > div#submenu3 ul,
.submenu2 li.active:hover > div#submenu3 ul {
    display: block !important;
}

.submenu3 {
    position: absolute;
    width: 200px;
    height: auto;
    margin-left: 200px;
    margin-top: -30px;
}

#submenu3 ul {
    display: none !important;
}

.submenu3 ul {
    display: none !important;
    background: #eee;
    border-bottom: 3px solid #29127a;
    padding: 15px 0 0 0;
}

.submenu3 li {
    list-style: none;
}









/*
*/

/* HOME */
#slider {
    background: #eee;
    background: url(../images/image_slide1.jpg) center;
    height: 400px;
    color: #fcfcfc;
}

#slider h1.title
{
width:500px;
word-wrap: break-word;	
	
}

#shortabout {
    background: #29127a;
    background: url(../images/background_midle.jpg) center no-repeat;
    color: #fcfcfc;
    font-family: "Arial";
    position: relative;
}

#shortabout p {
    margin-top: 15px;
    line-height: 1.5em;
}

.bottom-item {
    /*display: inline-block;*/
    width: 18%;
    height: 220px;
    line-height: 220px;
    float: left;
    background: #fff;
    background: -webkit-linear-gradient(top, #fefefe 0%, #f3f3f3 60%);
    margin: 1%;
    padding: 1%;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    font-family: 'RobotoCondensed-Bold';
    position:relative;
}

#bottomdesc {
    background: url(../images/background_bottom.png) center bottom repeat-x;
    color: #666;
}

.bottom-item .circle {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #29127a;
    position: absolute;
    color: #fff;
    padding: 10px;
    font-size: 2em;
    border: 1px solid #cdcdcd;
    text-align: center;
    vertical-align: middle;
    line-height: 1em;
    left:40%;
    margin-top: -30px;
        
}

.bottom-item:hover, .bottom-item:hover > .circle  {
    box-shadow: 0 0 5px 0px #29127a;
    -webkit-box-shadow: 0 0 5px 0px #29127a;
    -moz-box-shadow: 0 0 10px 0px #29127a;;
    -ms-box-shadow: 0 0 10px 0px #29127a;;
    -o-box-shadow: 0 0 10px 0px #29127a;
    
    background: #fff !important;
    color: #29127a !important;
    
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
}

.bottom-item p {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.row-space {
    height: 50px;
}

/*
End Home
*/


/* ABOUT */
/* VisiMisi */
#slider-visimisi {
    height: 238px;
    color: #fcfcfc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 #bbb;
}

.visimisi {
    overflow: hidden;
}

.visimisi-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 185px;
    overflow: hidden;
    background: #f9f9f9;
}

.visimisi-box-title {
    background: #29127a;
    color: #fff;
    font-family: 'RobotoCondensed-Bold';
    font-size: 1.8em;
    padding: 15px;
}

.visimisi-box-content {
    background: #f9f9f9;
    padding: 20px 15px;
}
/* End About > Visimisi */

/* About > Work Experience */
.workexperience {
    height: auto;
}

.workexperience-label {
    background: #ddd;
    background: rgba(204, 204, 204, .5);
    height: 40px;
}

.workexperience-label div {
    background: #29127a;
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    vertical-align: middle;
    padding: 0 20px;
}

.workexperience-content {
    margin: 25px 0 50px 0;
    font-size: 16px;
    
}
/* End About > Work Experience */

/*
End About
*/


/* PRODUCT */
.product-item {
    height: 95px;
    overflow: hidden;
    margin-bottom: 15px;
}


.product-item-image {
    float: left;
    width: 95px;
    height: 95px;
}

.product-item-image:hover + .product-item-desc {
    color: #fff !important;
    background: #29127a;
    
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
}

.product-item-image:hover + .product-item-desc .label,
.product-item-image:hover + .product-item-desc .label a {
    color: #fff !important;
}

.product-item-desc {
    margin-left: 150px;
    padding: 25px;
    height: 95px;
    background: #eee;
    background: rgba(204,204,204, 0.4);
    
}

.product-item-desc:hover {
     color: #fff !important; 
    background: #29127a;
        
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
}

.product-item-desc a {
    color: #29127a;
}

.product-item-desc:hover > .label, .product-item-desc:hover a {
    color: #fff !important;
}

/*
End Product
*/


/* PROJECT PHOTOS */
.project-photos {
    height: 290px;
    width: 190px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    margin: auto;
    margin-bottom: 70px;
}

.project-photos-image {
    height: 198px;
    width: 190px;
    overflow: hidden;
}

.project-photos-image img
{
	 height: 198px;
    width: 190px;
        overflow: hidden;
}
.img-thumbs
{
	width:198px;	
	   height: 198px;
}
.project-photos-desc {
    height: 92px;
    width:190px;
    font-family: 'Verdana';
}
.fancybox-image
{
	width:1023px;
}
.project-photos-desc-title {
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    padding: 0 20px;
    background: #29127a;
    color: #fff;
    font-weight: bold;
}

.project-photos-desc-link {
    height: 40px;
    padding: 10px 10px;
    font-size: 10px;
    text-align: center;
    text-decoration: underline;
    color: #999 !important;
   
}

.project-photos-desc-link a {
    text-decoration: underline;
    color: #999 !important;
}



.project-photos-desc-link a:hover {
    text-decoration: none;
    color: #29127a !important;
}

.project-photos-detail {
    height: 200px;
    width: 190px;
    margin: auto;
    margin-bottom: 65px;
}

/*
End Project Photos
*/


/* CONTACT US */
.contact {
    min-height: 250px;
    padding: 30px 20px;
    background: #29127a;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    
}

.input-text, .input-text:focus, .input-area, .input-area:focus {
    border-radius: 1px;
    box-shadow: 1px 1px 3px 0 #999 inset;
    border: 1px solid #ccc;
    outline: none;
    text-transform: uppercase;
    color: #29127a;
    resize: none;
}

.input-text {
    height: 22px;
}

.input-area {
    overflow: auto;
}

.input-area::-webkit-scrollbar {
    height: 3px;
    width: 3px;
    background: none;
}

.input-area::-webkit-scrollbar-thumb {
    background: #29127a;
    height: 3px;
    width: 3px;
}

.btn-submit {
    background: #29127a;
    color: #fff;
    padding: 5px 10px;
}

.btn-submit:hover {
    background: #bcbcbc;
}

/* 
End Contact Us 
*/



/* FOOTER */
#footer {
    min-height: 35px;
    height: auto;
    background: #29127a;
    border-top: 5px solid #999999;
    color: #ffffff;
    font-size: 0.8em;
    vertical-align: middle;
    line-height: 40px;
}

.sitemap {
    font-size: 0.8em;
    color: #bcbcbc;
}

.sitemap a {
    color: #bcbcbc !important;
}

.img_product_detail
{
	width:350px;	
}
}



/*
End Footer
*/