#hero-1-cnt {
    visibility: hidden;
}

@media (max-width: 767px) {

	h1 {
		font-size: 1.66em;
	}

}


p {
    hyphens: auto;
    font-size: 16px;
    
}

.no-hyph {hyphens: none;}


.bg-hero {
	z-index: -10000;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #3C414D;
	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	transition: all 10s;
	
}

.light-gray-bg {
 
    background-color: #F4F4F4;
    
}

.footer {
	background-color: #3C414D;
}


.footer a {
	color: #fff;
}

.footer a:hover {
	text-decoration: none;
}


.lang-bg-footer {
	color: #3C414D;
	background-color: white;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}



a.text-link   {
	
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
    background-color: #f9f9f9;
}


a:hover.text-link  {

	text-decoration: none;
	color: rgb(255, 87, 85);
	background-color: rgba(255, 87, 85, .1);
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.menu-fixed {
	
	position: fixed;
 	top: 0;
 	left: 0;	
	 width: 100%;
	 z-index: 5000;
	 transition: all 0.4s;
	 
}

.menu-fixed-top {
	
	position: fixed;
 	top: 0;
 	left: 0;	
	 width: 100%;
	 z-index: 20000;
	 transition: all 0.4s;
	 
}

.transparent-bg {
	
	background: transparent!important;
}


.hidden {
	display: none;
}

.transparent-bg {
	background: transparent;
}

.white-bg {
	background-color: white;
}

.red-bg {
 	background: url(../images/bg-red.jpg) no-repeat center center;
	background-color: #FF5755;
   -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.brand-color {
	color: #3C414D;
}

.lead {
	font-weight: 400;
}


h1 {
	line-height: 1.25;
}


.mtop-8 {
	margin-top: 8px;
}

.mtop-16 {
	margin-top: 16px;
}

.mtop-24 {
	margin-top: 24px;
}

.ptop-24 {
	padding-top: 24px;
}

.mtop-32 {
	margin-top: 32px;
}

.ptop-32 {
	padding-top: 32px;
}

.mtop-48 {
	margin-top: 48px;
}
.ptop-48 {
	padding-top: 48px;
}

.mtop-64 {
	margin-top: 64px;
}

.ptop-64 {
	padding-top: 64px;
}

.mbot-8 {
	margin-bottom: 8px;
}
.pbot-8 {
	padding-bottom: 8px;
}
.mbot-16 {
	margin-bottom: 16px;
}

.pbot-16 {
	padding-bottom: 16px;
}

.mbot-24 {
	margin-bottom: 24px;
}
.pbot-24 {
	padding-bottom: 24px;
}

.mbot-32 {
	margin-bottom: 32px;
}

.pbot-32 {
	padding-bottom: 32px;
}

.mbot-48 {
	margin-bottom: 48px;
}
.pbot-48 {
	padding-bottom: 48px;
}
.mbot-64 {
	margin-bottom: 64px;
}
.pbot-64 {
	padding-bottom: 64px;
}
.white {
	color: white;
}

h2.home {
	font-family: "Source Serif Pro";
}


.home-center {
	width: 100%;
	height: 100%;
}

.home-center-wrapper {
	width: 100%;
	height: 100%;
	display: table!important;
}

.home-center-inner {
	display: table-cell!important;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	padding-bottom: 10%;
}

.serif {
	font-family: "Source Serif Pro", serif;
}


.uppercase {
    text-transform: uppercase;
    
}


#hero-1 {
    background-color: #3C414D;
    background-image: url('../images/hero_3.jpg'); 
    height: 100%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center center;
    
}

#hero-2 {
    background-color: #FF5755   ;
     
    background-image: url('../images/hero_2.jpg'); 
    height: 100%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center center;
    
}

#hero-3 {
       background-color: #3C414D;
 
    background-image: url('../images/hero_1.jpg'); 
    height: 100%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center center;
    
}


#hero-3-mobile {
    background-color: #3C414D;
    background-image: url('../images/hero_1_mobile.jpg'); 
    height: 100%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center center;
    
}


.intro-text {
        
}

h2 {
    line-height: 1.3;
    
}


.navbar-nav>li>a {
    font-size: 15px;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #F4F4F4;
}

#about {
    padding-top: 96px;
}

#portfolio {
    padding-top: 96px;
}

#investment {
    padding-top: 96px;
}

#contact {
    padding-top: 96px;
}

.btn-primary {
    color: #ffffff;
    background-color: #FF5755;
    border-color: #FF5755;
}

.form-control {
    height: auto;
    padding: 12px 12px;   
}

#map {
                width: 100%;
                height: 500px;
            }


