/*
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 : Sep 19, 2016, 5:05:30 PM
    Author     : utomos
*/

.header{
    background: rgba(255,255,255,.8);
    background: rgba(0,0,0,1);
}

.logo a{
    margin-top: 14px;
}

.header-fixed .logo a{
    margin-top: 5px;
}

.header-light .nav-menu ul.nav-menu-inner > li > a{
    color: #fff;
}

.header.header-light .nav-menu ul.nav-menu-inner > li:hover > a, 
.header.header-light .nav-menu ul.nav-menu-inner > li > a:hover, 
.header.header-prepare .nav-menu ul.nav-menu-inner li a.current, 
.header.header-prepare .nav-menu ul.nav-menu-inner li.current a{
    color: #cecece;
}

.header.header-dark.header-prepare{
    background-color: rgba(0, 0, 0, 0.7);
}

/*.nav-menu{
    margin-left: 20px;
    float: left;
}*/

@media (max-width: 1024px) {
    .header .logo a {
        margin-top: 10px;
    }
}

.ptb{
    padding-top: 50px;
    padding-bottom: 50px;
}
.inner-intro{
    height: 500px;
}

.overlay-light2:before{
    background-color: rgba(255,255,255,0.7);
}

.widget-product-info{
    margin-top: 10px;
}

.dark-bg{
    background-color: #000;
}

#testimonial{
    padding-top: 80px;
    padding-bottom: 80px;
}

#mitra-logos{
    padding-top: 40px;
    padding-bottom: 40px;
}

.client-logo{
    height: 120px;
}

.text-white{
    color: #fff;
}

#service p{
    font-weight: 300;
}

#services,
#work{
    padding-bottom: 0;
}

.float{
	position:fixed;
	width: 60px;
	height: 60px;
	bottom: 12px;
	/*right: 80px;*/
	right: 10px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

a.float:hover{
    color: #fff;
    background-color: #1ebf59;
}

.my-float{
	margin-top:16px;
}
}