html {
  
}
body {
	
}
html, body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.content {
	display: table;
	height: 100%;
	width: 100%
}
.content-align {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%
}
.front {
	top: 129px;
	height: auto !important;  
}

.front .butons button {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #FFFFFF;
	border-radius: 0;
	font-size: 20px;
	color: #FFFFFF;
	width: 45%;
	white-space: normal;
} 
.front .content-1 h2 {
	font-size: 90px;
}
.content-info {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px
}
.content-2 .title h2, .content-3 .title h2, .content-4 .title h2, .content-5 .title h2, .content-6 .title h2, .content-7 .title h2, .content-8 .title h2 {
	font-size: 35px;
	text-align: center;
}

.line-blue {
	width: 20px;
	height: 100%;
	background: #119AD0;
	position: absolute;
	top: 0;
	left: 15px;
} 
.footer-in {
	background: rgba(0, 0, 0, 0.6);
	    padding: 10px 0px 10px 50px;
}
.title-footer h1 {
	padding: 0;
	margin: 0;
	font-size: 60px;
}
.main-content {
	float: left;
	width: 320px;
	height: 100%;
	position: relative;
}
.scroll {
  position: fixed;
  bottom: 0;
  width: 16392px;
  height: 100%;
}

.horizon {
	background: url(../img/back1.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	width: 16692px
}
.content-4 .content-info h3 {
	font-size: 45px;
	color: #000000; 
}

.modal {
	background: rgba(0, 0, 0, 0.75);
} 
.modal-content {
	border-radius: 0; 
	position: relative;
	background: transparent;
}

html, body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
#modal-5 .modal-content, #modal-5 .modalfull {
	height: 100%;
	width: 100%;
}
#modal-5 .close {
	position: fixed;
    top: 7%;
    right: 20%;
    z-index: 999999999;
}
.iframe-full iframe {
	width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0
}
.content-2 .info, .content-7 .info {
	overflow-y: auto;
	max-height: 280px !important;
}
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .col-padding {
        padding: 0 15px;
    }
}
.content-2 .ghost-button {
	width: 100%
}






@media (min-width: 1170px) {
	.main-content {
		width: 1366px;
	}
}
