/* CSS Document */
* {
	box-sizing: border-box;
}
body {
	color: #000000;
	font-family: "Tahoma";
	font-size: 13px;
	font-weight: 400;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
h2 {
   	font-size: 24px;
   	color: #FE3401;
	font-weight: 600;
   	margin-bottom: 5px;
}
h4 {
   	font-size: 18px;
	color: #993333;
   	font-weight: 400;
   	margin-bottom: 5px;
}
h6 {
   	font-size: 14px;
	color: #303030;
   	font-weight: 400;
   	margin-bottom: 5px;
}
.blueFont {
	font-family: "Agency FB";
	font-size: 20px;
	font-weight: bold;
	color: #003366;
}
.whiteFont {
	font-family: "Agency FB";
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.bg-grey {
   	background-color: #E2E2E2;
}
.bg-blue {
	background-color: #003366;
}
.clearfix {
	overflow: auto;
}

/* logo */
.img-logo {
	vertical-align: middle;
	margin-top: -8px;
	width: 63%;
}

/* menu */
.navbar {
	font-family: Montserrat, sans-serif;
	margin-bottom: 0;
	background-color: #003366;
	border: 0;
	font-size: 13px !important;
	letter-spacing: 4px;
	opacity: 0.9;
}
.navbar li a, .navbar .navbar-brand { 
	color: white !important;
}
.navbar-nav li a:hover {
	color: white !important;
}
.navbar-nav li.active a {
	color: red !important;
	background-color: white !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
}
.open .dropdown-toggle {
	color: red;
	background-color: red !important;
}
.dropdown-menu li a {
	color: #000 !important;
}
.dropdown-menu li a:hover {
	background-color: red !important;
	color: #FFFFFF !important;
}

/* modal */
.modal {
	top: 20px;
}
.modal-body {
	padding: 10px;
}
.modal-dialog{
	width: 790px;
	margin: 30px auto
}
.img-iklan{
	width: 100%;
}

/* slideshow */
.slideshow-container {
	max-width: 1050px;
	position: relative;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.mySlides {
	display: none;
}
.img-slide {
	vertical-align: middle;
	margin-top: -8px;
	width: 100%;
}
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: justify;
	max-width: 50%;
}
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.fademe {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fademe {
	from {
		opacity: .4;
	} 
	to {
		opacity: 1;
	}
}
@keyframes fademe {
	from {
		opacity: .4;
	} 
	to {
		opacity: 1;
	}
}

/* social media */
.icon-sm {
	position: fixed;
	top: 50%;
  	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.icon-sm a {
	display: block;
  	text-align: center;
	padding: 16px;
  	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
}
.icon-sm a:hover {
   	background-color: #000;
}
.facebook {
	background: #3B5998;
	color: white;
}
.twitter {
	background: #55ACEE;
	color: white;
}
.google {
	background: #dd4b39;
	color: white;
}
.linkedin {
	background: #007bb5;
	color: white;
}
.youtube {
	background: #bb0000;
	color: white;
}

/* news */
.myContainer {
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 70px;
}
.bgnews {
	border: 2px solid #003366;
	padding: 10px;	
	margin-bottom: 10px;
	height: 50px;
	border-radius: 15px 15px 0px 0px;
	background-color: #003366;
}
.judulleft {
	float: left;
}
.img-news {
	float: left;
	width: 30%;
	padding: 5px;
	margin: 5px;
	border: thin double #CCCCCC;
}

/* about us */
.img-about {
	width: 90%;
}

/* bod */
.logo-small {
	color: #f4511e;
	font-size: 50px;
}
.logo {
	color: #f4511e;
	font-size: 200px;
}
.img-bod {
	border-radius: 50%;
	border: #CCCCCC double 1px;
	border-bottom-style: double;
	width: 90%;
}

/* products */
.img-prod {
	border-radius: 5%;
	border: #CCCCCC double 1px;
	width: 90%;
	display: inline-block;
}

/* references */
.img-ref {
	border-radius: 5%;
	border: #CCCCCC double 1px;
	width: 90%;
	height: auto;
	display: inline-block;
	top: 50% !important;
	left: 50% !important;
}
.img-detref {
	float: left;
	width: 70%;
	padding: 5px;
	margin: 5px;
	border: thin double #CCCCCC;
}

/* contact us */
.bg-grey {
	background-color: #f6f6f6;
}
footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #f4511e;
}
.error {
	color: #FF0000;
}

/* animation */
.slideanim {
	visibility:hidden;
}
.slide {
   	animation-name: slide;
	-webkit-animation-name: slide;
   	animation-duration: 1s;
	-webkit-animation-duration: 1s;
   	visibility: visible;
}
@keyframes slide {
	0% {
   		opacity: 0;
   		transform: translateY(70%);
  	} 
   	100% {
   		opacity: 1;
		transform: translateY(0%);
   	}
}
@-webkit-keyframes slide {
	0% {
   		opacity: 0;
		-webkit-transform: translateY(70%);
   	} 
	100% {
   	  	opacity: 1;
   		-webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 768px) {
	.col-sm-4 {
		text-align: center;
		margin: 25px 0;
	}
	.btn-lg {
		width: 100%;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 480px) {
	.logo {
		font-size: 150px;
	}
}

/* footer */
.footerBottom {
	background: #003366;
	padding: 10px 75px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}
.img-add {
	float: left;
	padding: 15px;
}

/* go to top */
#myBtn {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 99;
	font-size: 25px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding: 5px;
	border-radius: 4px;
}
#myBtn:hover {
	background-color: blue;
}
/* minimazed */
@media only screen and (max-width: 370px) {
	.text {
		font-size: 8px;
		}
	h2 {
		font-size: 14px;
	}
	h4 {
		font-size: 12px;
	}
	.img-add {
		width: 50%;
	}
	.blueFont {
		font-size: 13px;
	}
	.whiteFont {
		font-size: 13px;
	}
	.dot {
		width: 8px;
		height: 8px;
	}
	body {
		font-size: 9px;
	}
	.icon-sm a {
		font-size: 10px;
		padding: 8px;
	}
	.bgnews {
		padding: 5px;
		height: 35px;
	}
	.slideshow-container {
		margin-top: 35px;
	}
	.myContainer {
		padding-left: 40px;
		padding-right: 10px;
	}
	.panel-title {
		font-size: 10px;
	}
	td {
		text-align: left;
	}
	.img-about {
		width: 70%;
	}
	.img-bod {
		width: 40%;
	}
	.img-prod {
		width: 40%;
	}
	.btn {
		size: 10px;
	}
	.modal {
		top: 20px;
	}
	.modal-body {
		padding: 2px;
	}
	.modal-dialog{
		width: 350px;
		margin: 30px auto
	}
	.img-iklan{
		width: 100%;
	}
	#myBtn {
		bottom: 40px;
	}