/*
	Autonomy by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background: transparent;
	font-family: 'Montserrat';
	font-size: 11pt;
	color: #000000;
}

h1,
h2,
h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 1.8em;
}

p,
ol,
ul {
	margin-top: 0px;
	line-height: 160%;
}

p {
	margin-bottom: 2em;
	line-height: 160%;
}


strong {
	font-weight: 700;
}

a {
	color: #A2A2A2;
}

a:hover {
	text-decoration: none;
}

/* Images */

.image {
	display: inline-block;
}

.image img {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.full {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

header {
	margin-bottom: 1em;
}

header h2 {
	font-weight: 600;
}

header .byline {
	display: block;
	margin: 0.5em 0 0 0;
	padding: 0 0 0.5em 0;
}

ul.style {}

ul.style li {
	padding: 0.55em 0em;
}

ul.style li:first-child {}

ul.style a {
	color: #774535 !important;
}

ul.style1 {}

ul.style1 li {
	padding: 0.55em 0em;
}

ul.style1 li:first-child {}

ul.style1 a {
	color: #774535 !important;
}

ul.style1 img {
	float: left;
	margin-right: 1em;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
	position: relative;
	background-color: #edfff6;
}

#header .container {
	position: relative;
	padding: 6em 0em;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
	position: absolute;
	left: 0em;
	top: 4.5em;
}

#logo h1 {
	color: #FFF;
}

#logo a {
	display: block;
	text-decoration: none;
	font-size: 2.8em;
	font-weight: 600;
	color: #FFF;
}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav {
	position: absolute;
	right: 0em;
	top: 5em;
}

#nav>ul>li {
	float: left;
}

#nav>ul>li:last-child {
	padding-right: 0;
}

#nav>ul>li>a,
#nav>ul>li>span {
	display: block;
	margin-left: 0.7em;
	padding: 0.80em 1.2em;
	letter-spacing: 0.06em;
	text-decoration: none;
	font-size: 16px;
	outline: 0;
	color: #2dab9f;
}

#nav li.active a {
	background: #56c9d6;
	border-radius: 5px;
	color: #FFF;
}

#nav>ul>li>ul {
	display: none;
}


#nav>ul>li>a:hover {
	font-weight: bold;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
	/*
		position: relative;
		background: #333 url(../images/banner.jpg) no-repeat center;
		background-size: cover;
		*/
}

.homepage #banner {}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
	position: relative;
	padding: 6em 0em;
	background: #261611;
	color: #774535;
}

#main header h2 {
	color: #bc765f;
}

#main a {
	color: #bc765f;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured {
	position: relative;
	padding: 6em 0em 4em 0em;
	background: #FFF;
}

/*********************************************************************************/
/* Marketing                                                                     */
/*********************************************************************************/

#marketing {
	position: relative;
	padding: 6em 0em;
	background: #372019;
	color: #8c5240;
}

#marketing header h2 {
	color: #c0745d;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
	position: relative;
	padding: 3em 0em;
	text-align: center;
	color: #774535;
}

#copyright .container {}

#copyright a {
	text-decoration: none;
	color: #774535 !important;
}

.dropbtn {
	font-family: 'Montserrat';
	background-color: transparent;
	color: #2dab9f;
	padding: 16px;
	font-size: 16px;
	border: none;
}


.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	columns: 2;
	display: none;
	float: left;
	position: absolute;
	background-color: #2dab9f;
	list-style-type: none;
	padding: 10px;
	z-index: 1;
}

.dropdown-content2 {
	display: none;
	float: left;
	position: absolute;
	background-color: #2dab9f;
	list-style-type: none;
	padding: 10px;
	z-index: 1;
}

.dropdown-content2 a {
	color: white;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	display: block;
}

.dropdown-content a {
	color: white;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	font-weight: bold;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	font-weight: bold;
}

.dropdown2:hover .dropbtn {
	font-weight: bold;
}

.dropdown2:hover .dropdown-content2 {
	display: block;
}

/*-------------------------------------------------------------------------------------------- */
.mySlides {
	display: none
}

.mySlides>img {
	width: 100%;
	height: 600px;
}

/* Slideshow container */
.slideshow-container {
	position: relative;
	margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: #2dab9f;
}

/* Caption text */
.text {
	color: #333;
	font-size: 15px;
	font-family: 'Montserrat';
	position: absolute;
	bottom: 150px;
	width: 50%;
	margin: auto;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 50px 10px;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #2dab9f;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 6s;
	animation-name: fade;
	animation-duration: 6s;
}

@-webkit-keyframes fade {
	from {
		opacity: 1
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: 1
	}

	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

	.prev,
	.next,
	.text {
		font-size: 11px
	}
}

@media only screen and (min-width: 500px) {
	.text {
		left: 450px;
	}
}


#title {
	text-align: center;
	color: #2dab9f;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 25px;
}

#subtitle {
	text-align: center;
	color: #2dab9f;
	font-family: 'Montserrat';
	font-size: 20px;
	margin-top: 50px;
}

.UContent {
	background-color: #2dab9f;
	color: #fff;
	padding: 10px;
	height: 100px;

}

#contactIcon {
	position: fixed;
	bottom: 40px;
	right: 140px;
	float: right;
	display: inline-block;
}

.chat_box {
	font-family: 'Montserrat';
	width: 200px;
	text-align: left;
	background: #ededed none repeat scroll 0 0;
	border-radius: 12px;
	clear: both;
	color: #212121;
	display: block;
	float: left;
	font-size: 15px;
	padding: 8px 16px;
	position: relative;
	line-height: 22px;
}

.chat_box2 {
	font-family: 'Montserrat';
	text-align: left;
	background: #ededed none repeat scroll 0 0;
	border-radius: 50%;
	clear: both;
	color: #212121;
	display: none;
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	padding: 10px;
	margin: 5px;
}

.chat_box3 {
	font-family: 'Montserrat';
	text-align: left;
	background: #fff none repeat scroll 0 0;
	border-radius: 12px;
	clear: both;
	display: none;
	float: left;
	margin-left: -420px;
	margin-top: -400px;
	position: relative;
}

#ichat {
	width: 500px;
	height: 700px;
}

/* for mobile */
@media only screen and (max-width: 768px) {
	#chat7 {
		margin-left: 0px;
		left: 0px;
		right: 0px;
		position: fixed;
		margin-top: 0px;
		width: 100%;
		top: 43px;
		z-index: 999;
	}

	#ichat {
		width: 100%;
		height: calc(100vh - 100px);
	}
}