html, body{
	height: 100%;
	color: #6c757d;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
}
#head .container{
	padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    background: url(../images/logo.jpg) 0 0 no-repeat;
    width: 114px;
    height: 65px;
    background-size: contain;
    float: left;
	text-indent: -9999px;
}

.navbar-nav {
    text-align: center;
	margin-top: 30px;
}
.navbar-nav {
    text-align: center;
	margin-top: 30px;
}
.navbar-nav .nav-link {
    padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-light .navbar-nav .nav-link{
	color: #6c757d;
}
#homepage{
	height: calc(100% - 81px);
	position: relative;
}


/* ======= slideshow ======== */
#slideshow {
    height: 100%;
    position: absolute;
    padding: 0;
    width: 100%;
    top: 0;
}
#slides {
    z-index: 10;
    height: 100%;
    width: 100%;
}
.slides_container {
	overflow: hidden;
	position: relative;
	display: none;
	width: 100%;
    height: 100%;
}
.slides_control {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
}
.slides_container div.slide {
	display: block;
	left: 0 !important;
	background-size: cover;
	position: absolute;
	width: 100%;
    height: 100%;
	top: 0;
	z-index:0;
}
.slide-1{
	background: url(../images/header-1.jpg) 85% 0 no-repeat;
}
.slide-2{
	background: url(../images/header-2.jpg) 85% 0 no-repeat;
}
.slide-3{
	background: url(../images/header-3.jpg) 85% 0 no-repeat;
}
.slide-4{
	background: url(../images/header-4.jpg) 85% 0 no-repeat;
}
.slide-5{
	background: url(../images/header-5.jpg) 85% 0 no-repeat;
}

#slides .next,#slides .prev {
	position: absolute;
	top: 138px;
	left: -39px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}
#slides .next {
	left: 775px;
}
.pagination {
    margin: 0;
    width: 175px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 100;
    margin-left: -87px;
}
.pagination li {
	float:left;
	margin:0 10px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:15px;
	height:0;
	height: 15px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	text-indent: -9999px;
}
.pagination li.current a {
	background-position:0 -15px;
}




#homepage .container{
	position: relative;
	z-index: 100;
	color: #fff;
	padding-top: 50px;
}


.container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.video img {
    width: 100%;
}
.caption {
    margin: 20px 0 15px 0;
	
}
.caption h5{
	font-size: 1.1em;
}
.caption p{
	margin-top: 15px;
}
h1,h2, h3, h5, h6{
	font-weight: 600;
} 
h1, h2 {
    margin: 0 0 50px 0;
    text-align: center;
}
h1, .h1 {
    font-size: 2em;
}
h2, .h2 {
    font-size: 1.8em;
}
h4{
	font-weight: 300;
	font-size: 1.5em;
}
h5{
	text-align: center;
}
#homepage h1{
	text-align: left;
	margin: 0 0 20px 0;
}
.background-color{
	background: #ffeedd;
}

.screens, .renders {
    display: block;
}
.screens img, .renders img {
    width: 100%;
}
.btn {
    color: #fff;
    background-color: #ff7700;
    border-color: none;
	padding: 8px 20px;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
	background: #e86d02;
}

input[type="text"], textarea {
    width: 100%;
    border: none;
    padding: 9px;
	min-height: 42px;
}
.back-to-top{
	background: url("../images/btn-back.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    height: 30px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 30px;
	z-index: 100;
}
.back-to-top:hover{
	background-position: 0 -30px;
}

@media (min-width: 992px){
	ul.navbar-nav li {
		margin-left: 50px;
	}
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-nav .nav-link {
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media (max-width: 575px){
	body{
		font-size: 14px;
	}
	.container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row {
		margin: 0;
	}
	#homepage {
		display: flex;
		flex-direction: column;
	}
	#homepage #slideshow{
		position: relative;
		width: auto;
	}
	#homepage .container{
		color: #6c757d;
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	h1, h2 {
		margin: 0 0 20px 0;
	}
	h4 {
		font-size: 1.2em;
	}
	.mb-5, .my-5 {
		margin-bottom: 2em !important;
	}
}