html{
	height: 100%;
}
body{
	font-family: "Open Sans"; /*Gotham*/
	line-height: 1.8;
	position: relative;
	height: 100%;
}
p{
	font-size: 16px;
}

h1, h2, h3{
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1.2px;
}
.top{
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	padding-top: 18%;
	padding-bottom: 12%;
	z-index: 9;
	background-color: #fff;
	height: 100%;
	transition: 0.4s;
	display: flex;
	align-items: center;
}
.top.noshade{
	box-shadow: none;
}

.powered-by{
	position: absolute;
	left: 0px;
	width: 100%;
	top: 20px;
	color: #666;
}
.powered-by img{
	display: inline-block;
	height: 24px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.6;
	transition: all 0.4s;
}
.powered-by img:hover{
	opacity: 1;
}
.powered-by img.marellogo{
	margin-left: -5px;
}
.top-header{
	padding-bottom: 50px;
}
.top-header .lead {
  text-transform: uppercase;
  padding-top: 60px;
  font-weight: 600;
  color: #a9a9a9;
  font-size: 20px;
  letter-spacing: 2px;
}
.top-header img{
	max-width: 90%;
}

#top-menu{
	min-height: 100px;
}
#top-menu.fixed .top-menu{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	transition: all 0.4s;
	/*box-shadow: 0px 0px 5px rgba(0,0,0,0.2);*/
	padding-top: 5px;
}
#top-menu.fixed .top-menu:hover{
	background-color: rgba(255,255,255,1);
}
.top-menu{
	clear: both;
}
.top-menu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
.top-menu ul li{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.top-menu ul li a{
	padding: 10px 5px;
	border-bottom: 3px solid #f1f1f1;
	text-decoration: none;
	color: #888;
	transition: all 0.4s;
	display: block;
}
.top-menu ul li a:hover, .top-menu ul li a.active{
	border-bottom-color: #bc204b;
	color: #bc204b;
}
.banner{
	background: #f1f1f1 url(../img/slider7.jpg) no-repeat center center;
	background-size: cover;
	min-height: 500px;
}

section h1{
	margin-bottom: 10px;
}

section .lead {
	color: #b1b1b1;
	margin-bottom: 30px;
}

section .set{
	overflow: hidden;
    background: #fff;
    position: relative;
    color: #333;
}

section .set .image{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #222;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

section .set .image .video {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -1px;
  width: 101%;
  height: 101%;
  object-fit: cover;
}

section .set .text{
	padding: 200px 40px;
    text-align: inherit;
    position: relative;
}

section .set .text:before {
    content: '';
    display: block;
    width: 50px;
    height: 100px;
    position: absolute;
    top: 75px;
    background: #fff;
    box-sizing: border-box;
}
section .set .text.odd:before {
    left: -40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
section .set .text.even:before {
    right: -40px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

section .set .text h1{
	margin-top: 0px;
}
section .set .text .buttons{
	margin-top: 30px;
}

section.about{
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;

	background: #bc204b url(../img/houses.jpg) no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 40%;
	/*background: -moz-linear-gradient(top,  #bc204b 0%, #9b183c 100%);
	background: -webkit-linear-gradient(top,  #bc204b 0%,#9b183c 100%);
	background: linear-gradient(to bottom,  #bc204b 0%,#9b183c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc204b', endColorstr='#9b183c',GradientType=0 );*/
}

section.for-who{
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #f6f6f6;
}

section.for-who h2{
	min-height: 60px;
}
section.for-who .col-md-3 p{
	font-size: 15px;
  color: #9e9e9e;
  font-weight: 300;
}

section.services{
	padding-top: 150px;
	padding-bottom: 150px;
}
section.services h1{
	margin-bottom: 30px;
}
section.services .col-md-3 p{
	font-size: 15px;
  color: #9e9e9e;
  font-weight: 300;
}

section.about p {
	font-size: 18px;
  margin: 20px 0 30px 0;
  color: #ffffff;
	font-weight: 100;
}

.title{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f1f1f1;
}

@media (max-width: 768px){
	.top{
		padding-top: 50%;
	}
	.top-header .lead{
		font-size: 20px;
	}
	section .set .image{
    	height: 300px;
    	position: relative;
	}
	section .set .text{
		padding: 30px 50px 40px;
	    text-align: inherit;
	    position: relative;
	}
	section{
		padding-top: 50px!important;
	}
	.btn, .btn-lg{
		margin-bottom: 5px;
		display: block;
	}
}

#set-height {
	display: block;
}

.map{
	position: relative;
}

.map .actions{
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	z-index: 9;
	pointer-events: all;
}
.map .actions .btn{
	display: inline-block;
}

.btn, .btn-lg{
	text-transform: uppercase;
	border-radius: 0px;
	transition: all 0.3s;
	font-weight: 900;
}
.btn:hover, .btn-lg:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 99;
}
.btn .glyphicon{
	font-weight: 100;
	margin-left: 5px;
}

.btn-default{
	border-width: 2px;
	border-color: #bc204b;
	color: #bc204b;
	margin-right: 10px;
}
.btn.btn-red{
	background-color: #bc204b;
	color: #fff;
	border-color: #bc204b;
}
.btn.btn-red:hover{
	background-color: #9b183c;
	border-color: #9b183c;
}
#map {
	height: 600px;
	width: 100%;
}


footer{
	padding-top: 100px;
	padding-bottom: 60px;
	border-top: 2px solid #ccc;
}
footer .footerlogo{
	margin-top: 50px;
	width: 100px;
	opacity: 0.6;
}

::selection{
	background-color: #222;
	color: #fff;
}
