html, body{
  height:100%;
}

body {
	/*background-color: #FFDDDD;*/
	font-weight: 200;
	letter-spacing: 1px;
}
a {
	color: #f04642;
}

a:hover {
	text-decoration:none;
	color: #b02622;
}


/*
 * Navigation
 */
#navigation-top {
	/*
	*/
	display: none;
}
.navbar-brand {
	padding: 0px 15px ;
}
.navbar-after {
	height: 50px;
	content: " ";
}
nav {
	background-color: #f04642 !important;
}
.navbar-default .navbar-nav>li>a, .navbar-brand, .navbar-toggle {
	color: #fff !important;
}
.navbar-toggle {
	border: none;	
}


/*
 * Sections
 */
section {
	margin: 0;
	padding: 0;
}
section h1 {
	color: #f04642;
	text-align: center;
	/*
	font-size: 4em;
	*/
	line-height: 2em;
}

#intro-section {
	min-height: 100%;
    text-align: center;
}
#intro-section .logo {
	margin-top: 20px;
	margin-bottom: 40px;
}
#intro-section .logo img {
	min-width: 250px;
	width: 40%;
	max-width: 280px;
}
#intro-section .logo .slogan {
	display: block;
	font-size: 1.8em;
	color: #bbb;
}
#intro-section .logo .heeb {
	padding-top: 10px;
	color: #f04642;
	font-size: 3.6em;
	line-height: 2.0em;
}

#intro-section .address {
}
#intro-section .address-2 {
	margin-top: 12px;
}

#intro-section .navigation {
	text-align: center;
	padding-bottom: 20px;
}

#intro-section .navigation a {
	padding-bottom: 10px;
}

@media (max-height: 630px) {
	#intro-section .navigation {
		display: none;
	}
}
@media (max-width: 767px) {
	#intro-section .logo .intro-text .heeb {
		font-size: 2.6em;
		line-height: 2em;
	}
}


#service-section {
}
#service-section .video {
	text-align: center;
}

.video-wrapper {
	width: 600px;
	max-width: 100%;
	padding-bottom: 40px;
	margin: 0 auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#service-section .service {
	margin-bottom: 50px;	
}

#service-section .service .icon {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	height: auto;
	text-align: center;
}
#service-section .service .caption p {
	text-align: justify;
	font-size: 1.2em;
	padding: 20px;
	color: #888;
}
#service-section .service .caption h3 {
	text-align: center;
}

#reference-section {
	min-height: 300px;
}

.reference {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px;
}
.reference .reference-inner {
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
	min-height: 190px;
	margin: 25px 0px;		
}
.reference .work {
	margin-top: 10px;
}

.reference .work, .reference .customer {
	display: block;
	text-align: justify;
}
.reference .customer {
	text-align: center;
	font-size: 1.5em;	
}
.reference .detail-control {
	position: relative;
	bottom: 10px;
	text-align: center;
}

/*
.reference-modal .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.reference-modal .modal-content {
  min-height: 100%;
  border-radius: 0;
  margin: 0;
}
*/
.reference-modal .modal-header {
	text-align: center;
}

.reference-detail .description {
	font-size: 1.5em;
} 

.reference-detail .images {
	margin: 20px 0 10px 0;
}
.reference-detail .images .image {
	text-align: center;
}	
.reference-detail .images img {
	width: auto;
	display: inline !important;
	margin: 20px 0px;
}


#team-section {
}
#team-section>.container>p {
	text-align: justify;
}
.employee {
	margin: 0px;
}
.employee .name {
	display: block;
	text-align: center;
	font-size: 1.5em;
}
.employee .title {
	display: block;
	text-align: center;
	font-size: 1.2em;
}
.employee .email {
	display: block;
	text-align: center;
	min-height: 20px;
}

@media (max-width: 767px) {
	.employee img {
		max-height: 230px;
	}
}

.jobs-hint {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.jobs-hint>blockquote, .jobs-hint blockquote p {
	text-align: center;
	border: none;
}
.jobs-hint ul {
	padding: 10px;
}

#contact-section {
	background-color: #333;
	color: #ddd;
	padding-bottom: 50px;
}
a.anchor{
	display: block;
	position: relative; 
	top: -50px; 
	visibility: hidden;
} 


/*
 * Parallax
 */
.parallax {
	text-align: center;
	background-size: 100%;
	background-attachment: fixed;
	background-position: -10px;
}
.parallax.mobile {
	background-attachment: scroll;
}

.parallax h1 {
	text-shadow: #e02622 1px 1px 1px;
	line-height: normal;
}
.parallax h2 {
	color: #ddd;
}

.parallax .parallax-inner {
	padding: 20px;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height:100%;
}

@media (max-width: 767px) {
	.parallax {
		max-height: 140px;
	}
	.parallax h1 {
		font-size: 1.4em;
		line-height: 0.9em;
	}
	
	.parallax h2 {
		font-size: 1.1em;
		line-height: 0.8em;
	}
}


/**
 * Google Map
 */
#map_canvas {
	width: 100%;
	height: 300px;
}

/**
 * Carousel
 */
.custom-carousel-control {
	height: 40px;
	line-height: 20px;
	position: relative;
	bottom: 0px;
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin: 0px;
	font-size: 1.8em;
}
.custom-carousel-control a {
	width: 100%;
	color: #f04642;
	display: inline-block;
}
.custom-carousel-control .left {
	/*
	background-image: -webkit-linear-gradient(left,color-stop(rgba(240,70,66,.5) 0),color-stop(rgba(240,70,66,.0001) 100%));
	background-image: linear-gradient(to right,rgba(240,70,66,.5) 0,rgba(240,70,66,.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80f04642', endColorstr='#00f04642', GradientType=1);
	*/
	text-align: right;
};
.custom-carousel-control .right {
	/*
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left,color-stop(rgba(240,70,66,.0001) 0),color-stop(rgba(240,70,66,.5) 100%));
	background-image: linear-gradient(to right,rgba(240,70,66,.0001) 0,rgba(240,70,66,.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f04642', endColorstr='#80f04642', GradientType=1);
	*/
	text-align: left;
}