/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css
	
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "Arimo", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

.menu{
font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#fff;
font:normal 0.9em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}
	
/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}
	
	.navbar span{
	color:#86dc00;
	}
	
	
	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}
	
		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}
		
		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}
		
.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0px 0px 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}
	 
#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}


/**************START HERE**************/

.header{
    background: rgb(235, 18, 18);
    height: 118px;
    margin: 0;
}
.logo{
    background: url(img/bg-logo.png) no-repeat;
    height: 106px;
    margin: 0;
    
}
.img-logo{
    margin: 25px 0px 0 30px;
}
.socmed{
    height: 35px;
    margin-left: 28px;
    float: right;
    padding-top: 5px;
    text-align: right;
    padding-right: 16px;
    width: 225px;
}
.socmed .fb{
    margin-left: 25px;
}
.socmed .tw{
    margin-left: 13px;
}
.addr-header{
    float: right;
    width: 250px;
    font-size: 8pt;
    color: #fff;
    text-align: right;
    margin-right: 18px;
    line-height: 16px;
}

.garis{
    background: url(img/bg-garis.png) repeat-x;
    height: 6px;
}
.home-services{
    border:1px solid #ccc;
    min-height: 450px;
}
.home-services h4{
    text-align: center;
}
.img-home-services{
    width: 100%;
    moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px;
    text-align: center;
}
.home-services p{
    padding: 0 10px;
    text-align: justify;
}
.footer{
    background: rgb(235, 18, 18);
    height: 100px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}


.big-img{
    float: left;
    margin: 0 30px 25px 0;
    background: #ccc;
    padding: 5px;
}

.foot_menu{
    
}
.foot_menu a{
    color: #fff;
}

.contact{
    
}


.fleet-list{
    width: 100%;
}
.fleet-list .intro-photo{
    width: 500px;
    text-align: right;
    float: left;
    padding: 15px;
}
.fleet-list .dimention{
    float: left; 
    width: 200px; 
    padding-left: 70px; 
}
.fleet-list .more{
    float: left;
    padding: 40px;
}
.fleet-list .desc{
    float: left;
    width: 370px;
    text-align: justify;
    margin-left: 20px;    
}