@charset "utf-8";
/* CSS Document */
.mb1em{
margin-bottom:1em;
}

.mb2em{
margin-bottom:2em;
}

.mb3em{
margin-bottom:3em;
}

.mb4em{
margin-bottom:4em;
}

.mb5em{
margin-bottom:5em;
}

.mb10em{
margin-bottom:10em;
}

.mt1em{
margin-top:1em;
}

.mt2em{
margin-top:2em;
}

.mt3em{
margin-top:3em;
}

.mt4em{
margin-top:4em;
}
.mt5em{
margin-top:5em;
}
.mt10em{
margin-top:10em;
}


	
.container-fluid, .container{
	padding-left:0;
	padding-right:0;}
	
	
	.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom:20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  

.info{
	margin-bottom:100px;}

.cv{padding:60px 0px;
	background:#2b416a;}


	@media (min-width: 1200px){
  .container{width: 800px;}
}
	
	.wrap{
		overflow:hidden;}




.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top:40px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.height{height: 300px;}

.float_footer{
    position: fixed;
    bottom: 0;
  margin: auto;
    left:0;
right:0;}

	@media (max-width: 780px){
 .height{height:80px;}
}
	