/*
 Table Of Contents

 1.) Homepage
 
/*
 1.) Homepage
 ----------------------------------------*/
.posi{
	left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    height: 40px;
}

#content{
	background: #000000;
	text-align: center;
}
.banner{
	padding:0;
}
.bannervideo video{
	max-width:1920px;
	width:100%;
	margin:0 auto;	
}
.ban img {
    display: block;
	text-align:center;
	margin:0 auto 1px;
}
.banner .container{
	position: relative;
}
.banner span {
    bottom: 280px;
    color: #ffffff;
    font-size: 6em;
    left: 0;
    padding-right: 5%;
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 1000;
}
ul.slides{
	margin:0;
}
ul.flex-direction-nav{
	display:none;
}
section{
	padding:38px 0 53px;
}
section h2{
	margin-bottom: 0;
}
section p{
	margin:0 auto;
	letter-spacing: -0.12px;
	width:93.4%;
	padding-bottom: 18px;
}

.welcome,.contact{
	background: #b3daad;
}
.welcome p{
	color:#000000;
}
.welcome ul{
	list-style-type: none;
}
.welcome li{
	color: #000000;
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 1.4;
}
.welcome a{
	color: #000000;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.4px;
    line-height: 1.4;
}
.welcome a:hover{
	color:#ff7f00;
}
.services{
	background: #669a98;
	padding:28px 0;
}
.services a{
	color:#ffffff;
}
.services a:hover{
	color:#ff7f00;
}
.services h2{
	letter-spacing:1.1px;
	color:#ffffff;
	padding:0 0 31px;
}
.services p{
	letter-spacing: 0.2px;
}
ul.thumbnail{
	width:93.5%;
	margin: 0 auto;
	list-style-type: none;
	overflow: hidden;
	padding:17px 0 20px;
	text-align:center;
}
.thumbnail li{
	float:none;
	display: inline-block;
	margin:0 1px 1px;
	border: 5px solid #b3daad;
	width:160px;
	box-sizing: border-box;
}
.thumbnail a{
	display:block;
}
.thumbnail img{
	height:auto;
	max-width:100%;
	display:block;
}
address{
	padding-top: 9px;
}
.contact span:first-child{
	font-weight: bold;
}
.contact span{
	display: block;
	font-size: 18px;
	line-height: 25px;
}
.contact p{
	color:#000000;
}
.contact a{
	color:#000000;
}
.contact a:hover{
	color:#ff7f00;
}
.mail{
	color: #000000;
    display: inline-block;
    font-size: 20px;
    line-height: 25px;
    padding-top: 4px;
}
.telephone{
	letter-spacing: 1.3px;
	padding: 0 0 17px 0;
}
.contact{
	padding-bottom:16px;
}
.testimonials{
	background: #bad1d0;
	padding-bottom: 60px;
}
.testimonials p{
	color: #000000;
    font-size: 16px;
    letter-spacing: 0.1px;
    margin: 0 auto;
    font-style:italic;
    width: 80%;
    line-height: 24px;
}
.testimonials a{
	color: #000000;
}
.testimonials a:hover{
	color: #ff7f00;
}
