/* CSS Document */
#top_img {
    width: 100%;
    height: 500px;
    background: url("../img/company/company_top.png") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.row p {
    font-size: 100%;
}
.container img {
    margin: 0 auto;
    padding-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
}
/*
#wall {
	max-width: 70%;
}
*/
/*
.clear {
	clear: both;
	margin-bottom: 30px;
}
*/

.title {
/*	display: inline-block;*/
	font-size: 200%;
	color: #118BBC;
	border-bottom: solid 4px #2B5F97;
	margin-top: 40px;
	margin-bottom: 20px;
    letter-spacing: 1px;
}

.left_cap {
/*	float: left;*/
/*	width: 40%;*/
/*	margin-left: 10%;*/
	padding-bottom: 3%;
	/*	padding-right: 30px;*/
}
/*
.left_cap h3 {
	width: 40%;
	margin-bottom: 3%;
    color: #2B5F97;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 70%;
    letter-spacing: 1px;
	padding-top: 30px;
	padding-bottom: 3%;
	border-bottom: solid #2B5F97 5px;
}
*/

.left_cap p {
	font-size: 100%;
}

.left_cap td {
	white-space: nowrap;
}
.left_img img {
/*	float: left;*/
/*
	margin-left: 10%;
	margin-right: 10%;
*/
/*	width: 35%;*/
	margin-bottom: 5%;
	margin-top: 10%;

}

.right_img img {
/*	width: 40%;*/
	margin-bottom: 5%;
/*	margin-left: 10%;*/
/*	margin-top: 10%;*/
}
.right_cap {
/*	width: 40%;*/
/*	float: left;*/
	padding-bottom: 3%;
}

/*
.right_cap h3 {
	width: 50%;
	margin-bottom: 3%;
    color: #2B5F97;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    line-height: 70%;
    letter-spacing: 1px;
	padding-bottom: 3%;
	border-bottom: solid #2B5F97 5px;

}
*/

.right_cap p {
	font-size: 100%;
}
/*
.profile {
	clear: both;
}
*/

.profile table {
	width: 100%;
}
.profile td {
	border-bottom: dotted 1px;
	padding: 5px;
	font-size: 90%;
}
.profile td a {
    color: #000;
    text-decoration: none;
}
/*
.history {
	clear: both;
}
*/
.history table {
/*	padding-right: 10px;*/
}
.history td {
	border-bottom: dotted 1px;
	padding: 5px;
	font-size: 90%;
}

/*access*/

.access {
    width: 100%;
    padding-top: 5%;
    background: #fff;
}

.access h3 {
/*	padding-bottom: 10%;*/
}
.access p {
    width: 80%;
	font-size: 100%;
    text-align: center;
    padding-left: 10%;
}

.access a {
    color: #000;
    text-decoration: none;
}
.ggmap {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	width: 100%;
	margin-bottom: 5%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
max-width: 100%;
height: 80%;
}

/*

.ggmap {
	position: relative;
	padding-bottom: 70%;
	padding-top: 10%;
	height: 0;
	width: 40%;
	overflow: hidden;
	margin-bottom: 5%;
	padding-left: 10%;
}
*/
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 5;
/*left: 20%;*/
width: 100%;
max-width: 100%;
height: 100%;
}

@media screen and (max-width: 940px) {
    .title{
        font-size: 180%;
    }
}