.navbar-custom {
    background: #ffffff;
    font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    text-transform: uppercase;
    font-weight: 0;
    border: none;
}

.navbar-custom .navbar-toggle {
    color: #b1874b !important;
    text-transform: uppercase;
    font-size: 28px !important;
    border-color: transparent !important;
}
.navbar-custom .navbar-toggle:hover {
    color: #717e85 !important;
	background-color: transparent !important;
}
.navbar-custom .navbar-toggle:focus {
	background-color: transparent !important;
}

img.jamie_img {
	max-width: 100%;
    min-width: 30%;
}

ul {
	padding: 0;
}

body {
    font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lato,'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    text-transform: uppercase;
    font-weight: 0;
}

p {
    font-size: 16px !important;
    text-align: center;
}

.subhead {
	text-align: center;
}

ul {
	list-style: none;
}

li {
	font-size: 16px;
	text-align: center;
}

section {
	margin-top: 5px;
}

section.about  li {
	font-size: 16px;
	text-align: center;
}

header {
    background: #000000 !important;
}

section.about {
	background-color: #717e85 !important;
}

.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
    color: #717e85 !important;
    background: transparent !important;
}

.navbar-custom .navbar-nav li a:hover {
    color: #717e85 !important;
}
.navbar-custom .navbar-nav li a:focus {
    color: #717e85 !important;
}

.btn-success {
    color: #fff;
    background-color: #717e85 !important;
    border-color: #717e85 !important;
    font-weight: 0;
}

.about_me{
	background-color: #b1874b;
    color: #fff;
}

/* top slider row (and shared styled of case studies slider) */
.row .dn_arrow {
	position: absolute;
	z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
	margin: 30px auto;    
	padding: 0;
    width: 5vw;    
    height: 5vw;
    min-width: 95px;
	min-height: 70px;   
   	cursor: pointer;
}
.row .dn_arrow.over {
	margin-bottom: 0;
}

.top_slider {
	width: 100%;
	opacity: 0;		
    transition: opacity 400ms; 
	-webkit-transition: opacity 400ms;
	position: relative;
}

.top_slider .slick-slide {
	height: 100vh;
}

.top_slider img {
	width: auto;
	min-width: 100%;
	height:  100%;
	left: 50%;
    position: relative;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index: 1;
}

.top_slider_txt, .cs_slider_txt {	
	/*position: absolute;
	width: 100%;
	height: 25%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;*/
	position: absolute;
    /* width: 100%; */
    /* height: 25%; */
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.top_slider_a, .top_slider_b {
	display:block;
	position: relative;
	width: 100%;	
	text-align:center;
	text-transform: uppercase;
	font-family: bw_modelicaregular;
	color: white;
	font-size: 3.5vw;
	line-height: 2.5vw;
	letter-spacing: 1.05vw;
}
.top_slider_a {
	margin-bottom: 1.75vw;
}
.top_slider_b {
	font-size: 12vw;
	line-height: 9.5vw;
	font-family: bw_modelicabold;
	letter-spacing: 1.2vw;
}
.top_slider .top_slider_txt img.top_slider_logo {
	width: 35%;
    min-width: inherit;
    height: initial;
    position: relative;
    display: block;
}
/* /top slider row */

.overlay {
    background: #000000;
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    float: left;
    left: 0px;
    top: 0px;
    opacity: 0.5;
	z-index: 2;
}

.property_search {
	background-color: #b1874b !important;
	width: 100px;
	right: 0px;
	top: 0px;
	position: absolute;
	color: #ffffff;
	text-align: center;
	padding: 30px 0;
	-webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}

.property_search.shrink {
    padding: 15px 0;
	-webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}

img.slide_logo {
	width: 100%;
}

@media (max-width: 1368px) {
  .navbar-right {
    margin-right: 65px;
  }
}

@media (max-width: 767px) {
	.property_search {
		padding: 8px;
		max-height: 56px;
		-webkit-transition: padding .1s;
		-moz-transition: padding .1s;
		transition: padding .1s;
	}
	.property_search.shrink {
		padding: 8px;
		-webkit-transition: padding .3s;
		-moz-transition: padding .3s;
		transition: padding .3s;
	}

	.navbar-right {
		margin-right: 0px;
	}
}