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

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

/* Sticky footer styles
-------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}

body {
/* Margin bottom by footer height */
	margin-bottom: 60px;
}

footer.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #ea5412;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
	width: auto;
	max-width: 1200px;
	padding: 0 15px;
}
.container .text-muted {
	margin: 20px 0;
}

/*Page Top Animation Scroll*/

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 70%;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #666;
}


/* button effect */

.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button span {
	display: block;
	position: absolute;
	width: 200px;
	height: 60px;
	border: 2px solid #ea5412;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.button span:nth-child(1) {
	background-color: #ea5412;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

/* Contents */

table.table {
	font-size: 130%;
	background-color: #ffffff;
}

table.table th {
	background-color: rgba(0,0,0,0.075);
	text-align: center;
	color: #333;
}

table.table td {
	color: #333;
}

div#head {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/img01.jpg) no-repeat center center;
	background-size:cover;
	color: #ffffff;
}

div#topmenu {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/img02.jpg) no-repeat center center;
	background-size:cover;
	color: #ffffff;
}

div#aboutus {
	padding-top: 60px;
	padding-bottom: 60px;
	background: url(../images/img03.jpg) no-repeat center center;
	background-size:cover;
	color: #ffffff;
}

div#works {
	padding-top: 100px;
	padding-bottom: 100px;
	background-size:cover;
	color: #666;
	background: #ffffff center center;
}

div#profile {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/img10.jpg) no-repeat center center;
	background-size:cover;
	color: #ffffff;
}

div#access {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/img06.png) no-repeat center center;
	background-size:cover;
	color: #ffffff;
}

div#recruit {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url(../images/img10.jpg) no-repeat center center;
	background-size:cover;
	color: #ffffff;
}

h2 {
	position: relative;
	padding-bottom: 0.5em;
	border-bottom: 4px solid #ccc;
	padding-left: 0.5em;
	background-color: rgba(0,0,0,0.2);
	padding-top: 0.5em;
	color: #fff;
	margin-bottom: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #ea5412;
}

p.lead {
	line-height: 1.8em;
	background-color: rgba(0,0,0,0.4);
	padding: 1em;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
}

h2 small {
	color: #ea5412;
	padding-left: 20px;
}
